diff --git a/.ipynb_checkpoints/first-9cfc28c9-af41-4671-9ef8-ab2e2f9bfb0b-checkpoint.ipynb b/.ipynb_checkpoints/first-9cfc28c9-af41-4671-9ef8-ab2e2f9bfb0b-checkpoint.ipynb
deleted file mode 100644
index 363fcab7ed6e9634e198cf5555ceb88932c9a245..0000000000000000000000000000000000000000
--- a/.ipynb_checkpoints/first-9cfc28c9-af41-4671-9ef8-ab2e2f9bfb0b-checkpoint.ipynb
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "cells": [],
- "metadata": {},
- "nbformat": 4,
- "nbformat_minor": 5
-}
diff --git a/.ipynb_checkpoints/first-checkpoint.ipynb b/.ipynb_checkpoints/first-checkpoint.ipynb
deleted file mode 100644
index f97dd96462cb6bc506d8355aed737cd0e417cfa1..0000000000000000000000000000000000000000
--- a/.ipynb_checkpoints/first-checkpoint.ipynb
+++ /dev/null
@@ -1,121 +0,0 @@
-{
- "cells": [
-  {
-   "cell_type": "code",
-   "execution_count": 1,
-   "metadata": {},
-   "outputs": [],
-   "source": [
-    "from matplotlib import pyplot as plt\n",
-    "import numpy as np"
-   ]
-  },
-  {
-   "cell_type": "code",
-   "execution_count": 2,
-   "metadata": {},
-   "outputs": [],
-   "source": [
-    "file = open(\"values.txt\",\"r\")"
-   ]
-  },
-  {
-   "cell_type": "code",
-   "execution_count": 3,
-   "metadata": {},
-   "outputs": [
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "50\n",
-      "\n",
-      "[1.0, 20.0, -9.0, 35.0, 36.0, 40.0, 31.0, 30.0, 40.0, 31.0, 30.0, 40.0, 31.0, 30.0, 40.0, 31.0, 30.0, 40.0, 31.0, 30.0, 40.0, 31.0, 30.0, 40.0, 31.0, 30.0, 40.0, 31.0, 30.0, 40.0, 31.0, 30.0, 40.0, 31.0, 30.0, 40.0, 31.0, 30.0, 40.0, 31.0, 30.0, 40.0, 31.0, 30.0, 40.0, 31.0, 30.0, 40.0, 31.0, 30.0]\n"
-     ]
-    }
-   ],
-   "source": [
-    "f = file.readline()\n",
-    "print(f)\n",
-    "niter = int(f)\n",
-    "g = [0]*niter\n",
-    "for i in range (0, niter):\n",
-    "    g[i]= file.readline()\n",
-    "    g[i]=float(g[i])\n",
-    "    \n",
-    "file.close()\n",
-    "print(g)\n",
-    "\n",
-    "\n"
-   ]
-  },
-  {
-   "cell_type": "code",
-   "execution_count": 4,
-   "metadata": {},
-   "outputs": [
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "[ 1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24\n",
-      " 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48\n",
-      " 49 50]\n"
-     ]
-    }
-   ],
-   "source": [
-    "p= np.arange(1,niter+1)\n",
-    "print(p)\n"
-   ]
-  },
-  {
-   "cell_type": "code",
-   "execution_count": 5,
-   "metadata": {},
-   "outputs": [
-    {
-     "data": {
-      "text/plain": [
-       "[<matplotlib.lines.Line2D at 0x7fa77e7d8fd0>]"
-      ]
-     },
-     "execution_count": 5,
-     "metadata": {},
-     "output_type": "execute_result"
-    }
-   ],
-   "source": [
-    "plt.plot(p,g,'r-')"
-   ]
-  },
-  {
-   "cell_type": "code",
-   "execution_count": null,
-   "metadata": {},
-   "outputs": [],
-   "source": []
-  }
- ],
- "metadata": {
-  "kernelspec": {
-   "display_name": "Python 3",
-   "language": "python",
-   "name": "python3"
-  },
-  "language_info": {
-   "codemirror_mode": {
-    "name": "ipython",
-    "version": 3
-   },
-   "file_extension": ".py",
-   "mimetype": "text/x-python",
-   "name": "python",
-   "nbconvert_exporter": "python",
-   "pygments_lexer": "ipython3",
-   "version": "3.9.4"
-  }
- },
- "nbformat": 4,
- "nbformat_minor": 4
-}
diff --git a/.ipynb_checkpoints/time analysis-checkpoint.ipynb b/.ipynb_checkpoints/time analysis-checkpoint.ipynb
deleted file mode 100644
index 7fec51502cbc3200b3d0ffc6bbba1fe85e197f3d..0000000000000000000000000000000000000000
--- a/.ipynb_checkpoints/time analysis-checkpoint.ipynb	
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "cells": [],
- "metadata": {},
- "nbformat": 4,
- "nbformat_minor": 4
-}
diff --git a/.vscode-ctags b/.vscode-ctags
deleted file mode 100644
index 803dd1986c0f98d4dec7bfdea0e4e94c1219b6db..0000000000000000000000000000000000000000
--- a/.vscode-ctags
+++ /dev/null
@@ -1,126 +0,0 @@
-!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
-!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted, 2=foldcase/
-!_TAG_OUTPUT_MODE	u-ctags	/u-ctags or e-ctags/
-!_TAG_PROGRAM_AUTHOR	Universal Ctags Team	//
-!_TAG_PROGRAM_NAME	Universal Ctags	/Derived from Exuberant Ctags/
-!_TAG_PROGRAM_URL	https://ctags.io/	/official site/
-!_TAG_PROGRAM_VERSION	0.0.0	//
-$(BINDIR)	Makefile	/^$(BINDIR):$/;"	t
-$(MAINFILE)	Makefile	/^$(MAINFILE):	$(BINDIR) $(OBJDIR) $(SCIPLIBFILE) $(LPILIBFILE) $(NLPILIBFILE) $(MAINOBJFILES)$/;"	t
-$(MAINSHORTLINK)	Makefile	/^$(MAINSHORTLINK):	$(MAINFILE)$/;"	t
-$(OBJDIR)	Makefile	/^$(OBJDIR):$/;"	t
-$(OBJDIR)/%.o	Makefile	/^$(OBJDIR)\/%.o:	$(SRCDIR)\/%.c$/;"	t
-$(OBJDIR)/%.o	Makefile	/^$(OBJDIR)\/%.o:	$(SRCDIR)\/%.cpp$/;"	t
-CMAINOBJ	Makefile	/^CMAINOBJ	=	cmain.o$/;"	m
-CXXMAINOBJ	Makefile	/^CXXMAINOBJ	= relax_lagr.o\\$/;"	m
-MAIN	Makefile	/^MAIN		=	$(MAINNAME).$(BASE).$(LPS)$(EXEEXTENSION)$/;"	m
-MAINFILE	Makefile	/^MAINFILE	=	$(BINDIR)\/$(MAIN)$/;"	m
-MAINNAME	Makefile	/^MAINNAME	=	LagrangianRelaxation$/;"	m
-MAINOBJFILES	Makefile	/^MAINOBJFILES	=	$(addprefix $(OBJDIR)\/,$(CMAINOBJ))$/;"	m
-MAINSHORTLINK	Makefile	/^MAINSHORTLINK	=	$(BINDIR)\/$(MAINNAME)$/;"	m
-MAINSRC	Makefile	/^MAINSRC		=	$(addprefix $(SRCDIR)\/,$(CMAINOBJ:.o=.c))$/;"	m
-RELAX_DESC	src/relax.cpp	/^#define RELAX_DESC /;"	d	file:
-RELAX_DESC	src/relax_lagr.cpp	/^#define RELAX_DESC /;"	d	file:
-RELAX_FREQ	src/relax.cpp	/^#define RELAX_FREQ /;"	d	file:
-RELAX_FREQ	src/relax_lagr.cpp	/^#define RELAX_FREQ /;"	d	file:
-RELAX_NAME	src/relax.cpp	/^#define RELAX_NAME /;"	d	file:
-RELAX_NAME	src/relax_lagr.cpp	/^#define RELAX_NAME /;"	d	file:
-RELAX_PRIORITY	src/relax.cpp	/^#define RELAX_PRIORITY /;"	d	file:
-RELAX_PRIORITY	src/relax_lagr.cpp	/^#define RELAX_PRIORITY /;"	d	file:
-SCIPDIR	Makefile	/^SCIPDIR         =       ..\/..$/;"	m
-SCIPVERSION	Makefile	/^SCIPVERSION			:=$(shell $(SCIPDIR)\/bin\/scip.$(BASE).$(LPS).$(TPI)$(EXEEXTENSION) -v | sed -e '/;"	m
-SCIP_DECL_RELAXEXEC	src/relax.cpp	/^SCIP_DECL_RELAXEXEC(relaxExeclagr)$/;"	f	file:
-SCIP_DECL_RELAXEXEC	src/relax_lagr.cpp	/^SCIP_DECL_RELAXEXEC(relaxExeclagr)$/;"	f	file:
-SCIP_DECL_RELAXFREE	src/relax.cpp	/^SCIP_DECL_RELAXFREE(relaxFreelagr)$/;"	f
-SCIP_DECL_RELAXFREE	src/relax_lagr.cpp	/^SCIP_DECL_RELAXFREE(relaxFreelagr)$/;"	f	file:
-SCIP_DECL_RELAXINIT	src/relax.cpp	/^SCIP_DECL_RELAXINIT(relaxInitlagr)$/;"	f	file:
-SCIP_DECL_RELAXINIT	src/relax_lagr.cpp	/^SCIP_DECL_RELAXINIT(relaxInitlagr)$/;"	f	file:
-SCIP_ProbData	src/probdata_lagr.cpp	/^struct SCIP_ProbData$/;"	s	file:
-SCIP_ProbData	src/relax.cpp	/^struct SCIP_ProbData$/;"	s	file:
-SCIP_RelaxData	src/relax.cpp	/^struct SCIP_RelaxData$/;"	s	file:
-SCIP_RelaxData	src/relax_lagr.cpp	/^struct SCIP_RelaxData$/;"	s	file:
-SCIP_VarData	src/relax.cpp	/^struct SCIP_VarData$/;"	s	file:
-SCIP_VarData	src/vardata_lagr.cpp	/^struct SCIP_VarData$/;"	s	file:
-SCIPconsGetDualSlotconss	src/relax.cpp	/^SCIP_Real* SCIPconsGetDualSlotconss($/;"	f	typeref:typename:SCIP_Real *	file:
-SCIPconsGetMultiplier	src/probdata_lagr.cpp	/^SCIP_Real SCIPconsGetMultiplier(SCIP* scip,SCIP_CONS** cons,SCIP_Real subgradient,SCIP_Real C, S/;"	f	typeref:typename:SCIP_Real
-SCIPconsGetSlotConss	src/relax.cpp	/^SCIP_CONS ** SCIPconsGetSlotConss($/;"	f	typeref:typename:SCIP_CONS **	file:
-SCIPconsGetStartConss	src/relax.cpp	/^SCIP_CONS ** SCIPconsGetStartConss($/;"	f	typeref:typename:SCIP_CONS **	file:
-SCIPconsGetnSlotConss	src/relax.cpp	/^int SCIPconsGetnSlotConss($/;"	f	typeref:typename:int	file:
-SCIPconsGetnStartConss	src/relax.cpp	/^int SCIPconsGetnStartConss($/;"	f	typeref:typename:int	file:
-SCIPcreateprobdata	src/probdata_lagr.cpp	/^SCIP_RETCODE SCIPcreateprobdata$/;"	f	typeref:typename:SCIP_RETCODE
-SCIPgetFeasUpperbound	src/probdata_lagr.cpp	/^SCIP_RETCODE SCIPgetFeasUpperbound(SCIP* scip, SCIP_Real** solvals, SCIP_Real** upperbound, SCIP/;"	f	typeref:typename:SCIP_RETCODE
-SCIPgetNSlotConss	src/probdata_lagr.cpp	/^int SCIPgetNSlotConss($/;"	f	typeref:typename:int
-SCIPgetSlotConss	src/probdata_lagr.cpp	/^SCIP_CONS** SCIPgetSlotConss($/;"	f	typeref:typename:SCIP_CONS **
-SCIPgetSubgradients	src/probdata_lagr.cpp	/^SCIP_Real SCIPgetSubgradients($/;"	f	typeref:typename:SCIP_Real
-SCIPincludeRelaxlagrangian	src/relax.cpp	/^SCIP_RETCODE SCIPincludeRelaxlagrangian($/;"	f	typeref:typename:SCIP_RETCODE
-SCIPincludeRelaxlagrangian	src/relax_lagr.cpp	/^SCIP_RETCODE SCIPincludeRelaxlagrangian($/;"	f	typeref:typename:SCIP_RETCODE
-SCIPslotgetvarids	src/probdata_lagr.cpp	/^int* SCIPslotgetvarids($/;"	f	typeref:typename:int *
-SCIPsolveiteration	src/probdata_lagr.cpp	/^SCIP_RETCODE SCIPsolveiteration(SCIP* scip,int nSlotConss,SCIP_Real** subgradients, SCIP_Real C,/;"	f	typeref:typename:SCIP_RETCODE
-SCIPvarGetQuotient	src/vardata_lagr.cpp	/^SCIP_Real SCIPvarGetQuotient(SCIP_VARDATA* vardata)$/;"	f	typeref:typename:SCIP_Real
-SCIPvarchangeDuals	src/vardata_lagr.cpp	/^SCIP_RETCODE SCIPvarchangeDuals(SCIP* relaxscip,SCIP_VAR*** vars, SCIP_Real* dualmultipliers, SC/;"	f	typeref:typename:SCIP_RETCODE
-SCIPvardataCreateLagrangian	src/vardata_lagr.cpp	/^SCIP_RETCODE SCIPvardataCreateLagrangian($/;"	f	typeref:typename:SCIP_RETCODE
-SCIPvardataGetConss	src/relax.cpp	/^SCIP_CONS** SCIPvardataGetConss($/;"	f	typeref:typename:SCIP_CONS **	file:
-SCIPvardataGetSlotConss	src/vardata_lagr.cpp	/^SCIP_CONS** SCIPvardataGetSlotConss($/;"	f	typeref:typename:SCIP_CONS **
-SCIPvardataGetVarID	src/vardata_lagr.cpp	/^int SCIPvardataGetVarID($/;"	f	typeref:typename:int
-SCIPvardataGetconsids	src/vardata_lagr.cpp	/^int* SCIPvardataGetconsids($/;"	f	typeref:typename:int *
-SCIPvardataGetnVarConss	src/relax.cpp	/^int SCIPvardataGetnVarConss($/;"	f	typeref:typename:int	file:
-SCIPvardataGetnVarSlotConss	src/relax.cpp	/^int SCIPvardataGetnVarSlotConss($/;"	f	typeref:typename:int	file:
-SCIPvardataGetnVarSlotConss	src/vardata_lagr.cpp	/^int SCIPvardataGetnVarSlotConss($/;"	f	typeref:typename:int
-SlotConss	src/probdata_lagr.cpp	/^   SCIP_CONS**          SlotConss;$/;"	m	struct:SCIP_ProbData	typeref:typename:SCIP_CONS **	file:
-SlotConss	src/relax.cpp	/^   SCIP_CONS**          SlotConss;                    \/\/array with all slot constraits. i.e. t/;"	m	struct:SCIP_ProbData	typeref:typename:SCIP_CONS **	file:
-StartConss	src/probdata_lagr.cpp	/^   SCIP_CONS**          StartConss;$/;"	m	struct:SCIP_ProbData	typeref:typename:SCIP_CONS **	file:
-StartConss	src/relax.cpp	/^   SCIP_CONS**          StartConss;                   \/\/ array with all start constraits. i.e./;"	m	struct:SCIP_ProbData	typeref:typename:SCIP_CONS **	file:
-VarConss	src/relax.cpp	/^	SCIP_CONS**          VarConss;                     \/** array with all constraints where the va/;"	m	struct:SCIP_VarData	typeref:typename:SCIP_CONS **	file:
-VarConss	src/vardata_lagr.cpp	/^   SCIP_CONS**                      VarConss;$/;"	m	struct:SCIP_VarData	typeref:typename:SCIP_CONS **	file:
-VarSlotConss	src/relax.cpp	/^	SCIP_CONS**          VarSlotConss;                 \/** array only with the slotconstraints whe/;"	m	struct:SCIP_VarData	typeref:typename:SCIP_CONS **	file:
-VarSlotConss	src/vardata_lagr.cpp	/^   SCIP_CONS**                      VarSlotConss;                   \/**<contains all slot const/;"	m	struct:SCIP_VarData	typeref:typename:SCIP_CONS **	file:
-VarStartConss	src/relax.cpp	/^	SCIP_CONS*           VarStartConss;                \/** VarStartConss where the var is occuring/;"	m	struct:SCIP_VarData	typeref:typename:SCIP_CONS *	file:
-__SCIP_PROBDATA_LAGR__	src/probdata_lagr.h	/^#define __SCIP_PROBDATA_LAGR__$/;"	d
-__SCIP_RELAX_lagr_H__	src/relax_lagr.h	/^#define __SCIP_RELAX_lagr_H__$/;"	d
-__SCIP_VARDATA_LAGR__	src/vardata_lagr.h	/^#define __SCIP_VARDATA_LAGR__$/;"	d
-all	Makefile	/^all:            $(SCIPDIR) $(MAINFILE) $(MAINSHORTLINK)$/;"	t
-bestsolvals	src/relax_lagr.cpp	/^   SCIP_Real* bestsolvals;$/;"	m	struct:SCIP_RelaxData	typeref:typename:SCIP_Real *	file:
-btoa	src/probdata_lagr.cpp	/^#define btoa(/;"	d	file:
-clean	Makefile	/^clean:		$(OBJDIR)$/;"	t
-consids	src/vardata_lagr.cpp	/^   int*                              consids;$/;"	m	struct:SCIP_VarData	typeref:typename:int *	file:
-dualmultipliers	src/relax.cpp	/^   SCIP_Real*           dualmultipliers;                          \/\/lambda related with the sl/;"	m	struct:SCIP_ProbData	typeref:typename:SCIP_Real *	file:
-extract	src/probdata_lagr.cpp	/^void extract(char *s,char *t,char *d,int pos,int len)$/;"	f	typeref:typename:void
-feasiblesol	src/relax_lagr.cpp	/^   SCIP_Real* feasiblesol;$/;"	m	struct:SCIP_RelaxData	typeref:typename:SCIP_Real *	file:
-lint	Makefile	/^lint:		$(MAINSRC)$/;"	t
-main	src/cmain.c	/^int main($/;"	f	typeref:typename:int
-nSlotConss	src/probdata_lagr.cpp	/^   int                  nSlotConss;                   \/\/ number of slot constraints.$/;"	m	struct:SCIP_ProbData	typeref:typename:int	file:
-nSlotConss	src/relax.cpp	/^   int                  nSlotConss;                   \/\/ number of slot constraints.$/;"	m	struct:SCIP_ProbData	typeref:typename:int	file:
-nStartConss	src/probdata_lagr.cpp	/^   int                  nStartConss;$/;"	m	struct:SCIP_ProbData	typeref:typename:int	file:
-nStartConss	src/relax.cpp	/^   int                  nStartConss;                  \/\/ number of start constraints. $/;"	m	struct:SCIP_ProbData	typeref:typename:int	file:
-nVarConss	src/relax.cpp	/^	int                  nVarConss;                    \/** number of constraints in VarConss *\/$/;"	m	struct:SCIP_VarData	typeref:typename:int	file:
-nVarConss	src/vardata_lagr.cpp	/^   int                              nVarConss;$/;"	m	struct:SCIP_VarData	typeref:typename:int	file:
-nVarSlotConss	src/relax.cpp	/^	int                  nVarSlotConss;                \/** number of slotconstraints in (slot)VarC/;"	m	struct:SCIP_VarData	typeref:typename:int	file:
-nVarSlotConss	src/vardata_lagr.cpp	/^   int                              nVarSlotConss;                 \/**<number of slot constrain/;"	m	struct:SCIP_VarData	typeref:typename:int	file:
-nVarStartConss	src/relax.cpp	/^	int                  nVarStartConss;               \/** number of VarStartConsss in VarConss  (/;"	m	struct:SCIP_VarData	typeref:typename:int	file:
-nvars	src/relax.cpp	/^   int                  nvars;$/;"	m	struct:SCIP_ProbData	typeref:typename:int	file:
-probdataCreate	src/probdata_lagr.cpp	/^SCIP_RETCODE probdataCreate($/;"	f	typeref:typename:SCIP_RETCODE
-probdataFree	src/probdata_lagr.cpp	/^SCIP_RETCODE probdataFree($/;"	f	typeref:typename:SCIP_RETCODE
-relaxCopylagr	src/relax.cpp	/^#define relaxCopylagr /;"	d	file:
-relaxExitlagr	src/relax.cpp	/^#define relaxExitlagr /;"	d	file:
-relaxExitlagr	src/relax_lagr.cpp	/^#define relaxExitlagr /;"	d	file:
-relaxExitsollagr	src/relax.cpp	/^#define relaxExitsollagr /;"	d	file:
-relaxExitsollagr	src/relax_lagr.cpp	/^#define relaxExitsollagr /;"	d	file:
-relaxInitsollagr	src/relax.cpp	/^#define relaxInitsollagr /;"	d	file:
-relaxInitsollagr	src/relax_lagr.cpp	/^#define relaxInitsollagr /;"	d	file:
-runShell	src/cmain.c	/^SCIP_RETCODE runShell($/;"	f	typeref:typename:SCIP_RETCODE	file:
-scip	Makefile	/^scip:$/;"	t
-sol	src/relax.cpp	/^   SCIP_SOL* sol;         \/**current solution(working solution)*\/$/;"	m	struct:SCIP_RelaxData	typeref:typename:SCIP_SOL *	file:
-sol	src/relax_lagr.cpp	/^   SCIP_SOL* sol;         \/**current solution(working solution)*\/$/;"	m	struct:SCIP_RelaxData	typeref:typename:SCIP_SOL *	file:
-subgradients	src/relax.cpp	/^   SCIP_Real*           subgradients;$/;"	m	struct:SCIP_VarData	typeref:typename:SCIP_Real *	file:
-tags	Makefile	/^tags:$/;"	t
-test	Makefile	/^test:           $(MAINFILE)$/;"	t
-upperbound	src/probdata_lagr.cpp	/^   SCIP_Real* upperbound;$/;"	m	struct:SCIP_ProbData	typeref:typename:SCIP_Real *	file:
-upperbound	src/relax_lagr.cpp	/^   SCIP_Real* upperbound;$/;"	m	struct:SCIP_RelaxData	typeref:typename:SCIP_Real *	file:
-var	src/vardata_lagr.cpp	/^   SCIP_VAR*                        var;$/;"	m	struct:SCIP_VarData	typeref:typename:SCIP_VAR *	file:
-vardata	src/relax_lagr.cpp	/^   SCIP_VARDATA* vardata;$/;"	m	struct:SCIP_RelaxData	typeref:typename:SCIP_VARDATA *	file:
-vardataDelete	src/vardata_lagr.cpp	/^SCIP_RETCODE vardataDelete($/;"	f	typeref:typename:SCIP_RETCODE
-vardatafree	src/vardata_lagr.cpp	/^SCIP_RETCODE vardatafree($/;"	f	typeref:typename:SCIP_RETCODE
-varid	src/vardata_lagr.cpp	/^   int                               varid;$/;"	m	struct:SCIP_VarData	typeref:typename:int	file:
-varids	src/probdata_lagr.cpp	/^   int*                 varids;                      \/**<Ids for the variables found in the slo/;"	m	struct:SCIP_ProbData	typeref:typename:int *	file:
-varquotient	src/vardata_lagr.cpp	/^   SCIP_Real                        varquotient;$/;"	m	struct:SCIP_VarData	typeref:typename:SCIP_Real	file:
-vars	src/relax.cpp	/^   SCIP_VAR**           vars;$/;"	m	struct:SCIP_ProbData	typeref:typename:SCIP_VAR **	file:
diff --git a/.wslconfig b/.wslconfig
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/AfterPreProcessing.txt b/AfterPreProcessing.txt
deleted file mode 100644
index 4845111b4981de14aa8766d5a82e28a339db5477..0000000000000000000000000000000000000000
--- a/AfterPreProcessing.txt
+++ /dev/null
@@ -1,140 +0,0 @@
-\ SCIP STATISTICS
-\   Problem name     : data/6f4s.lp_relaxscip
-\   Variables        : 63 (63 binary, 0 integer, 0 implicit integer, 0 continuous)
-\   Constraints      : 43
-Minimize
- Obj: +1 t_x_{1}_{0} +15 t_x_{1}_{15} +30 t_x_{1}_{30} +45 t_x_{1}_{45} +60 t_x_{1}_{60} +75 t_x_{1}_{75}
-      +90 t_x_{1}_{90} +105 t_x_{1}_{105} +120 t_x_{1}_{120} +15 t_x_{2}_{15} +30 t_x_{2}_{30} +45 t_x_{2}_{45}
-      +60 t_x_{2}_{60} +75 t_x_{2}_{75} +90 t_x_{2}_{90} +105 t_x_{2}_{105} +120 t_x_{2}_{120} +15 t_x_{3}_{15}
-      +30 t_x_{3}_{30} +45 t_x_{3}_{45} +60 t_x_{3}_{60} +75 t_x_{3}_{75} +90 t_x_{3}_{90} +105 t_x_{3}_{105}
-      +120 t_x_{3}_{120} +15 t_x_{4}_{15} +30 t_x_{4}_{30} +45 t_x_{4}_{45} +60 t_x_{4}_{60} +75 t_x_{4}_{75}
-      +90 t_x_{4}_{90} +105 t_x_{4}_{105} +120 t_x_{4}_{120} +15 t_x_{5}_{15} +30 t_x_{5}_{30} +45 t_x_{5}_{45}
-      +60 t_x_{5}_{60} +75 t_x_{5}_{75} +90 t_x_{5}_{90} +105 t_x_{5}_{105} +120 t_x_{5}_{120} +15 t_x_{6}_{15}
-      +30 t_x_{6}_{30} +45 t_x_{6}_{45} +60 t_x_{6}_{60} +75 t_x_{6}_{75} +90 t_x_{6}_{90} +105 t_x_{6}_{105}
-      +120 t_x_{6}_{120} +15 t_x_{7}_{15} +30 t_x_{7}_{30} +45 t_x_{7}_{45} +60 t_x_{7}_{60} +75 t_x_{7}_{75}
-      +90 t_x_{7}_{90} +105 t_x_{7}_{105} +120 t_x_{7}_{120}
-Subject to
- slot1: +1 t_x_{1}_{0} +1 t_x_{2}_{0} <= +1
- slot2: +1 t_x_{1}_{15} +1 t_x_{2}_{15} <= +1
- slot3: +1 t_x_{1}_{30} +1 t_x_{2}_{30} <= +1
- slot4: +1 t_x_{1}_{45} +1 t_x_{2}_{45} <= +1
- slot5: +1 t_x_{1}_{60} +1 t_x_{2}_{60} <= +1
- slot6: +1 t_x_{1}_{75} +1 t_x_{2}_{75} <= +1
- slot7: +1 t_x_{1}_{90} +1 t_x_{2}_{90} <= +1
- slot8: +1 t_x_{1}_{105} +1 t_x_{2}_{105} <= +1
- slot9: +1 t_x_{1}_{120} +1 t_x_{2}_{120} <= +1
- slot10: +1 t_x_{2}_{0} +1 t_x_{3}_{0} +1 t_x_{4}_{0} <= +1
- slot11: +1 t_x_{2}_{15} +1 t_x_{3}_{15} +1 t_x_{4}_{15} <= +1
- slot12: +1 t_x_{2}_{30} +1 t_x_{3}_{30} +1 t_x_{4}_{30} <= +1
- slot13: +1 t_x_{2}_{45} +1 t_x_{3}_{45} +1 t_x_{4}_{45} <= +1
- slot14: +1 t_x_{2}_{60} +1 t_x_{3}_{60} +1 t_x_{4}_{60} <= +1
- slot15: +1 t_x_{2}_{75} +1 t_x_{3}_{75} +1 t_x_{4}_{75} <= +1
- slot16: +1 t_x_{2}_{90} +1 t_x_{3}_{90} +1 t_x_{4}_{90} <= +1
- slot17: +1 t_x_{2}_{105} +1 t_x_{3}_{105} +1 t_x_{4}_{105} <= +1
- slot18: +1 t_x_{2}_{120} +1 t_x_{3}_{120} +1 t_x_{4}_{120} <= +1
- slot19: +1 t_x_{1}_{0} +1 t_x_{3}_{0} +1 t_x_{5}_{0} <= +1
- slot20: +1 t_x_{1}_{15} +1 t_x_{3}_{15} +1 t_x_{5}_{15} <= +1
- slot21: +1 t_x_{1}_{30} +1 t_x_{3}_{30} +1 t_x_{5}_{30} <= +1
- slot22: +1 t_x_{1}_{45} +1 t_x_{3}_{45} +1 t_x_{5}_{45} <= +1
- slot23: +1 t_x_{1}_{60} +1 t_x_{3}_{60} +1 t_x_{5}_{60} <= +1
- slot24: +1 t_x_{1}_{75} +1 t_x_{3}_{75} +1 t_x_{5}_{75} <= +1
- slot25: +1 t_x_{1}_{90} +1 t_x_{3}_{90} +1 t_x_{5}_{90} <= +1
- slot26: +1 t_x_{1}_{105} +1 t_x_{3}_{105} +1 t_x_{5}_{105} <= +1
- slot27: +1 t_x_{1}_{120} +1 t_x_{3}_{120} +1 t_x_{5}_{120} <= +1
- slot28: +1 t_x_{4}_{0} +1 t_x_{5}_{0} +1 t_x_{6}_{0} <= +1
- slot29: +1 t_x_{4}_{15} +1 t_x_{5}_{15} +1 t_x_{6}_{15} <= +1
- slot30: +1 t_x_{4}_{30} +1 t_x_{5}_{30} +1 t_x_{6}_{30} <= +1
- slot31: +1 t_x_{4}_{45} +1 t_x_{5}_{45} +1 t_x_{6}_{45} <= +1
- slot32: +1 t_x_{4}_{60} +1 t_x_{5}_{60} +1 t_x_{6}_{60} <= +1
- slot33: +1 t_x_{4}_{75} +1 t_x_{5}_{75} +1 t_x_{6}_{75} <= +1
- slot34: +1 t_x_{4}_{90} +1 t_x_{5}_{90} +1 t_x_{6}_{90} <= +1
- slot35: +1 t_x_{4}_{105} +1 t_x_{5}_{105} +1 t_x_{6}_{105} <= +1
- slot36: +1 t_x_{4}_{120} +1 t_x_{5}_{120} +1 t_x_{6}_{120} <= +1
- F_1: +1 t_x_{1}_{0} +1 t_x_{1}_{15} +1 t_x_{1}_{30} +1 t_x_{1}_{45} +1 t_x_{1}_{60} +1 t_x_{1}_{75} +1 t_x_{1}_{90}
-  +1 t_x_{1}_{105} +1 t_x_{1}_{120} = +1
- F_2: +1 t_x_{2}_{0} +1 t_x_{2}_{15} +1 t_x_{2}_{30} +1 t_x_{2}_{45} +1 t_x_{2}_{60} +1 t_x_{2}_{75} +1 t_x_{2}_{90}
-  +1 t_x_{2}_{105} +1 t_x_{2}_{120} = +1
- F_3: +1 t_x_{3}_{0} +1 t_x_{3}_{15} +1 t_x_{3}_{30} +1 t_x_{3}_{45} +1 t_x_{3}_{60} +1 t_x_{3}_{75} +1 t_x_{3}_{90}
-  +1 t_x_{3}_{105} +1 t_x_{3}_{120} = +1
- F_4: +1 t_x_{4}_{0} +1 t_x_{4}_{15} +1 t_x_{4}_{30} +1 t_x_{4}_{45} +1 t_x_{4}_{60} +1 t_x_{4}_{75} +1 t_x_{4}_{90}
-  +1 t_x_{4}_{105} +1 t_x_{4}_{120} = +1
- F_5: +1 t_x_{5}_{0} +1 t_x_{5}_{15} +1 t_x_{5}_{30} +1 t_x_{5}_{45} +1 t_x_{5}_{60} +1 t_x_{5}_{75} +1 t_x_{5}_{90}
-  +1 t_x_{5}_{105} +1 t_x_{5}_{120} = +1
- F_6: +1 t_x_{6}_{0} +1 t_x_{6}_{15} +1 t_x_{6}_{30} +1 t_x_{6}_{45} +1 t_x_{6}_{60} +1 t_x_{6}_{75} +1 t_x_{6}_{90}
-  +1 t_x_{6}_{105} +1 t_x_{6}_{120} = +1
- F_7: +1 t_x_{7}_{0} +1 t_x_{7}_{15} +1 t_x_{7}_{30} +1 t_x_{7}_{45} +1 t_x_{7}_{60} +1 t_x_{7}_{75} +1 t_x_{7}_{90}
-  +1 t_x_{7}_{105} +1 t_x_{7}_{120} = +1
-Bounds
- 0 <= t_x_{1}_{0} <= 1
- 0 <= t_x_{1}_{15} <= 1
- 0 <= t_x_{1}_{30} <= 1
- 0 <= t_x_{1}_{45} <= 1
- 0 <= t_x_{1}_{60} <= 1
- 0 <= t_x_{1}_{75} <= 1
- 0 <= t_x_{1}_{90} <= 1
- 0 <= t_x_{1}_{105} <= 1
- 0 <= t_x_{1}_{120} <= 1
- 0 <= t_x_{2}_{0} <= 1
- 0 <= t_x_{2}_{15} <= 1
- 0 <= t_x_{2}_{30} <= 1
- 0 <= t_x_{2}_{45} <= 1
- 0 <= t_x_{2}_{60} <= 1
- 0 <= t_x_{2}_{75} <= 1
- 0 <= t_x_{2}_{90} <= 1
- 0 <= t_x_{2}_{105} <= 1
- 0 <= t_x_{2}_{120} <= 1
- 0 <= t_x_{3}_{0} <= 1
- 0 <= t_x_{3}_{15} <= 1
- 0 <= t_x_{3}_{30} <= 1
- 0 <= t_x_{3}_{45} <= 1
- 0 <= t_x_{3}_{60} <= 1
- 0 <= t_x_{3}_{75} <= 1
- 0 <= t_x_{3}_{90} <= 1
- 0 <= t_x_{3}_{105} <= 1
- 0 <= t_x_{3}_{120} <= 1
- 0 <= t_x_{4}_{0} <= 1
- 0 <= t_x_{4}_{15} <= 1
- 0 <= t_x_{4}_{30} <= 1
- 0 <= t_x_{4}_{45} <= 1
- 0 <= t_x_{4}_{60} <= 1
- 0 <= t_x_{4}_{75} <= 1
- 0 <= t_x_{4}_{90} <= 1
- 0 <= t_x_{4}_{105} <= 1
- 0 <= t_x_{4}_{120} <= 1
- 0 <= t_x_{5}_{0} <= 1
- 0 <= t_x_{5}_{15} <= 1
- 0 <= t_x_{5}_{30} <= 1
- 0 <= t_x_{5}_{45} <= 1
- 0 <= t_x_{5}_{60} <= 1
- 0 <= t_x_{5}_{75} <= 1
- 0 <= t_x_{5}_{90} <= 1
- 0 <= t_x_{5}_{105} <= 1
- 0 <= t_x_{5}_{120} <= 1
- 0 <= t_x_{6}_{0} <= 1
- 0 <= t_x_{6}_{15} <= 1
- 0 <= t_x_{6}_{30} <= 1
- 0 <= t_x_{6}_{45} <= 1
- 0 <= t_x_{6}_{60} <= 1
- 0 <= t_x_{6}_{75} <= 1
- 0 <= t_x_{6}_{90} <= 1
- 0 <= t_x_{6}_{105} <= 1
- 0 <= t_x_{6}_{120} <= 1
- 0 <= t_x_{7}_{0} <= 1
- 0 <= t_x_{7}_{15} <= 1
- 0 <= t_x_{7}_{30} <= 1
- 0 <= t_x_{7}_{45} <= 1
- 0 <= t_x_{7}_{60} <= 1
- 0 <= t_x_{7}_{75} <= 1
- 0 <= t_x_{7}_{90} <= 1
- 0 <= t_x_{7}_{105} <= 1
- 0 <= t_x_{7}_{120} <= 1
-Binaries
- t_x_{1}_{0} t_x_{1}_{15} t_x_{1}_{30} t_x_{1}_{45} t_x_{1}_{60} t_x_{1}_{75} t_x_{1}_{90} t_x_{1}_{105}
- t_x_{1}_{120} t_x_{2}_{0} t_x_{2}_{15} t_x_{2}_{30} t_x_{2}_{45} t_x_{2}_{60} t_x_{2}_{75} t_x_{2}_{90}
- t_x_{2}_{105} t_x_{2}_{120} t_x_{3}_{0} t_x_{3}_{15} t_x_{3}_{30} t_x_{3}_{45} t_x_{3}_{60} t_x_{3}_{75}
- t_x_{3}_{90} t_x_{3}_{105} t_x_{3}_{120} t_x_{4}_{0} t_x_{4}_{15} t_x_{4}_{30} t_x_{4}_{45} t_x_{4}_{60}
- t_x_{4}_{75} t_x_{4}_{90} t_x_{4}_{105} t_x_{4}_{120} t_x_{5}_{0} t_x_{5}_{15} t_x_{5}_{30} t_x_{5}_{45}
- t_x_{5}_{60} t_x_{5}_{75} t_x_{5}_{90} t_x_{5}_{105} t_x_{5}_{120} t_x_{6}_{0} t_x_{6}_{15} t_x_{6}_{30}
- t_x_{6}_{45} t_x_{6}_{60} t_x_{6}_{75} t_x_{6}_{90} t_x_{6}_{105} t_x_{6}_{120} t_x_{7}_{0} t_x_{7}_{15}
- t_x_{7}_{30} t_x_{7}_{45} t_x_{7}_{60} t_x_{7}_{75} t_x_{7}_{90} t_x_{7}_{105} t_x_{7}_{120}
-End
diff --git a/FETCH_HEAD b/FETCH_HEAD
deleted file mode 100644
index f06836902157f2eb8c8356ec1f6e6a2d7c2c4426..0000000000000000000000000000000000000000
--- a/FETCH_HEAD
+++ /dev/null
@@ -1,3980 +0,0 @@
-SCIP> read data/problem_t_pricer_0_2.lp 
-
-read problem <data/problem_t_pricer_0_2.lp>
-============
-
-original problem has 24165 variables (24165 bin, 0 int, 0 impl, 0 cont) and 9144 constraints
-SCIP> opt
-
-presolving:
-   Deactivated symmetry handling methods, since SCIP was built without symmetry detector (SYM=none).
-presolving (0 rounds: 0 fast, 0 medium, 0 exhaustive):
- 0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
- 0 implications, 0 cliques
-presolved problem has 24165 variables (24165 bin, 0 int, 0 impl, 0 cont) and 9144 constraints
-   9144 constraints of type <linear>
-Presolving Time: 0.03
-
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
-p 0.6s|     1 |     0 |     0 |     - |   locks|   0 |  24k|7906 |7906 |   0 |  0 |   0 |   0 | 3.249000e+03 | 2.009008e+07 |  Large | unknown
-upper bound  = 1765573.328417
-terminator 0	 969553.451655
-terminator 0	 2242.327806
-terminator 0	 2141.421314
-terminator 0	 2012.107120
-terminator 0	 1998.978999
-terminator 0	 1888.774868
-terminator 0	 1857.152624
-terminator 0	 1783.604368
-terminator 0	 1775.810606
-terminator 0	 1699.426200
-terminator 0	 1673.084425
-terminator 0	 1622.954713
-terminator 0	 1631.319712
-terminator 0	 1570.762468
-terminator 0	 1554.437043
-terminator 0	 1537.407109
-terminator 0	 1514.947054
-terminator 0	 1504.577675
-terminator 0	 1473.925563
-terminator 0	 1469.316794
-terminator 0	 1443.353165
-terminator 0	 1441.673815
-terminator 0	 1417.919333
-terminator 0	 1404.394435
-terminator 0	 1371.320473
-terminator 0	 1379.475172
-terminator 0	 1348.574882
-terminator 0	 1338.532088
-terminator 0	 1340.271965
-terminator 0	 1285.907236
-terminator 0	 1319.837297
-terminator 0	 1276.051857
-terminator 0	 1288.693157
-terminator 0	 1249.336082
-terminator 0	 1297.495715
-terminator 0	 1253.838385
-terminator 0	 1265.465770
-terminator 0	 1212.372954
-terminator 0	 1246.575214
-terminator 0	 1217.207043
-terminator 0	 1214.351884
-terminator 0	 1199.021227
-terminator 0	 1217.234225
-terminator 0	 1165.500392
-terminator 0	 1202.596534
-terminator 0	 1154.179691
-terminator 0	 1166.184910
-terminator 0	 1160.339424
-terminator 0	 1166.098583
-terminator 0	 1124.435300
-terminator 0	 1147.329386
-terminator 0	 1120.613329
-terminator 0	 1159.866605
-terminator 0	 1110.116332
-terminator 0	 1111.344447
-terminator 0	 1099.907942
-terminator 0	 1107.253517
-terminator 0	 1105.220238
-terminator 0	 1099.195677
-terminator 0	 1110.967839
-terminator 0	 1090.910836
-terminator 0	 1079.126130
-terminator 0	 1075.370206
-terminator 0	 1072.375902
-terminator 0	 1061.541190
-terminator 0	 1036.335523
-terminator 0	 1073.531464
-terminator 0	 1036.788146
-terminator 0	 1043.694467
-terminator 0	 1023.192611
-terminator 0	 1054.989920
-terminator 0	 1011.651033
-terminator 0	 1040.323333
-terminator 0	 986.026489
-terminator 0	 1045.319443
-terminator 0	 1009.162954
-terminator 0	 1020.266404
-terminator 0	 979.288460
-terminator 0	 986.773176
-terminator 0	 1030.070733
-terminator 0	 994.455667
-terminator 0	 1002.175652
-terminator 0	 958.062791
-terminator 0	 1012.232055
-terminator 0	 967.164777
-terminator 0	 984.821365
-terminator 0	 1001.901102
-terminator 0	 949.033518
-terminator 0	 984.600205
-terminator 0	 962.833736
-terminator 0	 964.765017
-terminator 0	 961.617558
-terminator 0	 970.845943
-terminator 0	 916.596102
-terminator 0	 964.937492
-terminator 0	 968.411229
-terminator 0	 907.659492
-terminator 0	 933.796519
-terminator 0	 937.055685
-terminator 0	 944.888665
-terminator 0	 935.822715
-terminator 0	 872.444808
-terminator 0	 931.836388
-terminator 0	 940.572608
-terminator 0	 914.225894
-terminator 0	 855.203327
-terminator 0	 919.180174
-terminator 0	 915.519567
-terminator 0	 889.507895
-terminator 0	 878.524157
-terminator 0	 892.800245
-terminator 0	 906.259430
-terminator 0	 867.148870
-terminator 0	 891.877943
-terminator 0	 851.480361
-terminator 0	 880.661397
-terminator 0	 897.721900
-terminator 0	 862.441349
-terminator 0	 856.065402
-terminator 0	 855.257915
-terminator 0	 889.201533
-terminator 0	 850.186172
-terminator 0	 839.142564
-terminator 0	 904.529586
-terminator 0	 783.842309
-terminator 0	 865.878266
-terminator 0	 843.469607
-terminator 0	 835.133860
-terminator 0	 859.335631
-terminator 0	 832.466288
-
-is it solved 1
- 89.1s|     1 |     0 | 18023 |     - |   103M |   0 |  24k|7906 |7906 |   0 |  0 |   0 |   0 | 1.523178e+06 | 2.009008e+07 |1218.96%| unknown
-WARNING: Dual bound 1.52318e+06 is larger than the objective of the primal solution 0. The solution might not be optimal.
-r89.1s|     1 |     0 | 18023 |     - |simplero|   0 |  24k|7906 |7906 |   0 |  0 |   0 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
- 89.1s|     1 |     0 | 18023 |     - |   104M |   0 |  24k|7906 |7906 |   0 |  0 |   0 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
-
-SCIP Status        : problem is solved [optimal solution found]
-Solving Time (sec) : 89.06
-Solving Nodes      : 1
-Primal Bound       : +0.00000000000000e+00 (2 solutions)
-Dual Bound         : +0.00000000000000e+00
-Gap                : 0.00 %
-  [linear] <f_262805>: <t_x(262805,0),1.o>[B] (+0) +<t_x(262805,807)$MRAE04,3802>[B] (+0) == 1;
-;
-violation: left hand side is violated by 1
-best solution is not feasible in original problem
-
-SCIP> disp sols
-
-index of solution [0-1]: 0
-objective value:                                    0
-
-SCIP> disp sols 1
-
-objective value:                     20090083.7871608
-t_x(262806,0),2.o                                   1 	(obj:0)
-t_x(262844,0),4.o                                   1 	(obj:17)
-t_x(263142,0),13.o                                  1 	(obj:34)
-t_x(263206,0),16.o                                  1 	(obj:0)
-t_x(263212,0),17.o                                  1 	(obj:0)
-t_x(263266,0),19.o                                  1 	(obj:0)
-t_x(263280,91)MM304,22.o                            1 	(obj:91)
-t_x(263290,0),23.o                                  1 	(obj:0)
-t_x(263294,0),24.o                                  1 	(obj:17.5)
-t_x(263316,0),29.o                                  1 	(obj:0)
-t_x(263346,0),35.o                                  1 	(obj:0)
-t_x(263412,167)LCES004M,43.o                        1 	(obj:167)
-t_x(263418,751)$BKED1204,44.o                       1 	(obj:773)
-t_x(263498,0),50.o                                  1 	(obj:0)
-t_x(263563,0),56.o                                  1 	(obj:0)
-t_x(263613,206)$BKED1204,68.o                       1 	(obj:206)
-t_x(263646,0),72.o                                  1 	(obj:0)
-t_x(263699,175)$RMZSI04,76.o                        1 	(obj:175)
-t_x(263713,0),78.o                                  1 	(obj:0)
-t_x(263733,0),79.o                                  1 	(obj:0)
-t_x(263814,175)LEBAS04A,84.o                        1 	(obj:190.850187265918)
-t_x(263840,0),87.o                                  1 	(obj:0)
-t_x(267735,120)$KSPE1P04,105.o                      1 	(obj:120)
-t_x(269558,0),110.o                                 1 	(obj:4)
-t_x(269712,0),111.o                                 1 	(obj:0)
-t_x(270327,0),115.o                                 1 	(obj:0)
-t_x(271211,378)RQXSI04E,121.o                       1 	(obj:500.282608695652)
-t_x(272249,40)EGNOR04M,129.o                        1 	(obj:474.344772967265)
-t_x(272507,0),132.o                                 1 	(obj:0)
-t_x(273555,0),144.o                                 1 	(obj:0)
-t_x(274901,0),157.o                                 1 	(obj:0)
-t_x(274996,0),159.o                                 1 	(obj:0)
-t_x(275338,126)FUJ04M,166.o                         1 	(obj:148.12389380531)
-t_x(276307,978)LGKFN04,177.o                        1 	(obj:978)
-t_x(276383,135)$LCS12W03,178.o                      1 	(obj:135)
-t_x(276745,19)$KCHI104M,184.o                       1 	(obj:19)
-t_x(276972,0),192.o                                 1 	(obj:88.5)
-t_x(276989,0),193.o                                 1 	(obj:0)
-t_x(277031,61)$LGRPA04M,195.o                       1 	(obj:61)
-t_x(277232,0),203.o                                 1 	(obj:0)
-t_x(277243,0),204.o                                 1 	(obj:88.5)
-t_x(277296,0),207.o                                 1 	(obj:89.5)
-t_x(277313,5)YBOLN04M,208.o                         1 	(obj:160.538940809969)
-t_x(277361,1848)LFPND04,209.o                       1 	(obj:1848)
-t_x(277366,0),210.o                                 1 	(obj:0)
-t_x(277425,0),213.o                                 1 	(obj:0)
-t_x(277463,642)LGKFN04,216.o                        1 	(obj:724.416981132076)
-t_x(277533,0),219.o                                 1 	(obj:1)
-t_x(277602,0),223.o                                 1 	(obj:423.5)
-t_x(277803,337)$YH5MH04M,226.o                      1 	(obj:337)
-t_x(277829,0),228.o                                 1 	(obj:439.5)
-t_x(278037,332)YD5WH04M,234.o                       1 	(obj:375.203636363636)
-t_x(278154,0),238.o                                 1 	(obj:9.5)
-t_x(278185,0),241.o                                 1 	(obj:0)
-t_x(278554,61)GL4W04M,250.o                         1 	(obj:61)
-t_x(278590,368)EHAMA04,255.o                        1 	(obj:387.291338582677)
-t_x(278598,72)EHAMA04,257.o                         1 	(obj:457.848351648352)
-t_x(278603,572)EHAMA04,258.o                        1 	(obj:709.771681415929)
-t_x(278647,908)EHAMA04,260.o                        1 	(obj:917.351145038168)
-t_x(278839,122)EBEEC04M,268.o                       1 	(obj:122)
-t_x(278872,356)EG11G04M,272.o                       1 	(obj:363.009216589862)
-t_x(278911,0),275.o                                 1 	(obj:27.5)
-t_x(278940,0),277.o                                 1 	(obj:0)
-t_x(278945,1189)LFMDA04A,278.o                      1 	(obj:1189)
-t_x(279186,15)YB3EH04A,285.o                        1 	(obj:55.0416666666667)
-t_x(279193,2097)$YH5MH04M,287.o                     1 	(obj:2892)
-t_x(279241,0),288.o                                 1 	(obj:456.5)
-t_x(279300,103)LCS12W03,294.o                       1 	(obj:103)
-t_x(279340,6)YB5WH04M,298.o                         1 	(obj:10.9)
-t_x(279347,429)KSPE1P04,299.o                       1 	(obj:435)
-t_x(279349,0),300.o                                 1 	(obj:0.5)
-t_x(279386,107)$YH5MH04M,301.o                      1 	(obj:107)
-t_x(279690,1030)EGPFA04,326.o                       1 	(obj:1140.42944785276)
-t_x(279721,296)EHAMA04,329.o                        1 	(obj:418.76993006993)
-t_x(279801,1216)EHAMA04,334.o                       1 	(obj:1216)
-t_x(279930,2)LGKFN04,348.o                          1 	(obj:2)
-t_x(279962,0),350.o                                 1 	(obj:108.5)
-t_x(280002,0),353.o                                 1 	(obj:23.5)
-t_x(280018,54)FUJ04M,354.o                          1 	(obj:86.4675324675325)
-t_x(280033,26)EHAMA04,356.o                         1 	(obj:222.761261261261)
-t_x(280088,0),357.o                                 1 	(obj:27.5)
-t_x(280103,204)KSPE104D,358.o                       1 	(obj:234.782051282051)
-t_x(280104,2348)LFMDA04A,359.o                      1 	(obj:2458)
-t_x(280142,1021)EHAMA04,362.o                       1 	(obj:1106)
-t_x(280143,0),363.o                                 1 	(obj:177.5)
-t_x(280157,0),365.o                                 1 	(obj:0)
-t_x(280192,294)YH5MH04M,367.o                       1 	(obj:330.978260869565)
-t_x(280212,7420)LGSRA04,369.o                       1 	(obj:8315)
-t_x(280319,0),378.o                                 1 	(obj:0)
-t_x(280474,0),389.o                                 1 	(obj:0)
-t_x(280587,1961)$RVKWU04M,393.o                     1 	(obj:1961)
-t_x(280608,0),395.o                                 1 	(obj:0)
-t_x(280671,1848)LFMDA04A,399.o                      1 	(obj:1848)
-t_x(280744,0),401.o                                 1 	(obj:62.5)
-t_x(280815,121)KSPE104D,411.o                       1 	(obj:121)
-t_x(280888,9110)$YB3EH04E,414.o                     1 	(obj:13430)
-t_x(281058,0),418.o                                 1 	(obj:0)
-t_x(281090,0),421.o                                 1 	(obj:0)
-t_x(281160,0),425.o                                 1 	(obj:0)
-t_x(281238,95)$LFMDA04A,428.o                       1 	(obj:95)
-t_x(281253,523)LGSRA04,429.o                        1 	(obj:523)
-t_x(281256,398)RMZU04,430.o                         1 	(obj:398)
-t_x(281297,163)EHAMA04,433.o                        1 	(obj:194.988410596026)
-t_x(281301,456)LFPND04,434.o                        1 	(obj:456)
-t_x(281304,0),435.o                                 1 	(obj:0)
-t_x(281348,206)KFZ4404M,438.o                       1 	(obj:206)
-t_x(281359,1717)PMXX04M,440.o                       1 	(obj:1827)
-t_x(281485,205)LELVU04,445.o                        1 	(obj:220.848184818482)
-t_x(281523,195)EHAMA04,448.o                        1 	(obj:224.253731343284)
-t_x(281599,190)RQXU04E,451.o                        1 	(obj:377.639204545455)
-t_x(281613,0),452.o                                 1 	(obj:0)
-t_x(281674,0),454.o                                 1 	(obj:38.5)
-t_x(281690,0),455.o                                 1 	(obj:0)
-t_x(281715,552)LGRPA04,456.o                        1 	(obj:552)
-t_x(281774,0),460.o                                 1 	(obj:0)
-t_x(281815,266)$MT4AT04E,462.o                      1 	(obj:266)
-t_x(281824,1430)RVKWU04M,463.o                      1 	(obj:1530.50963391137)
-t_x(281894,0),468.o                                 1 	(obj:9)
-t_x(281910,28)KSLN04M,470.o                         1 	(obj:131.013513513514)
-t_x(282115,0),486.o                                 1 	(obj:0)
-t_x(282121,0),487.o                                 1 	(obj:24.5)
-t_x(282158,425)LGRPA04M,489.o                       1 	(obj:425)
-t_x(282283,0),494.o                                 1 	(obj:54)
-t_x(282416,216)RASI04M,498.o                        1 	(obj:232.9)
-t_x(282417,0),499.o                                 1 	(obj:5.5)
-t_x(282460,0),501.o                                 1 	(obj:20.5)
-t_x(282467,0),502.o                                 1 	(obj:0)
-t_x(282492,92)RQXSI04E,504.o                        1 	(obj:157.797202797203)
-t_x(282582,0),507.o                                 1 	(obj:122.5)
-t_x(282583,380)PMXX04M,508.o                        1 	(obj:390.792531120332)
-t_x(282589,512)$RMZSI04,509.o                       1 	(obj:512)
-t_x(282592,212)LEBAS04A,510.o                       1 	(obj:226.17868852459)
-t_x(282606,727)LEBAS04A,511.o                       1 	(obj:745.581778265642)
-t_x(282648,0),515.o                                 1 	(obj:32.5)
-t_x(282859,126)RQXSI04E,531.o                       1 	(obj:413.336431226766)
-t_x(282986,0),545.o                                 1 	(obj:0)
-t_x(283072,386)RASI04M,553.o                        1 	(obj:397.036734693878)
-t_x(283087,0),554.o                                 1 	(obj:16.5)
-t_x(283092,0),555.o                                 1 	(obj:0)
-t_x(283094,30)YB3EH04E,556.o                        1 	(obj:30)
-t_x(283123,127)KCHI104M,560.o                       1 	(obj:173.213058419244)
-t_x(283139,0),562.o                                 1 	(obj:64.5)
-t_x(283209,138)RMZU04E,565.o                        1 	(obj:138)
-t_x(283232,0),567.o                                 1 	(obj:29)
-t_x(283233,180)RVKWU04M,568.o                       1 	(obj:195.558823529412)
-t_x(283254,4)EGNOR04M,570.o                         1 	(obj:4)
-t_x(283259,457)EGNOR04M,573.o                       1 	(obj:457)
-t_x(283356,0),581.o                                 1 	(obj:0)
-t_x(283432,0),586.o                                 1 	(obj:87.5)
-t_x(283495,618)$LGRPA04,593.o                       1 	(obj:618)
-t_x(283593,0),603.o                                 1 	(obj:0)
-t_x(283605,38)RASI04M,604.o                         1 	(obj:76.0845070422535)
-t_x(283711,62)LELVL104,610.o                        1 	(obj:94.1484848484849)
-t_x(283716,40)LEBAS04A,611.o                        1 	(obj:40)
-t_x(283735,0),613.o                                 1 	(obj:0)
-t_x(283748,648)$MT4AT04E,615.o                      1 	(obj:648)
-t_x(283943,1704)LGSRA04,631.o                       1 	(obj:1704)
-t_x(283958,0),633.o                                 1 	(obj:0)
-t_x(283965,0),634.o                                 1 	(obj:100.5)
-t_x(284038,19)LELVL04M,638.o                        1 	(obj:165.048632218845)
-t_x(284063,0),639.o                                 1 	(obj:36)
-t_x(284094,186)EBBRA04E,642.o                       1 	(obj:186)
-t_x(284100,0),643.o                                 1 	(obj:41)
-t_x(284107,0),646.o                                 1 	(obj:79.5)
-t_x(284141,20)KSAL1204,650.o                        1 	(obj:20)
-t_x(284154,59)RQXSI04E,651.o                        1 	(obj:276.187728937729)
-t_x(284170,21)RASI04M,653.o                         1 	(obj:64.264)
-t_x(284195,0),658.o                                 1 	(obj:0)
-t_x(284247,0),663.o                                 1 	(obj:94)
-t_x(284291,0),670.o                                 1 	(obj:93.5)
-t_x(284297,1266)$RQXSI04E,671.o                     1 	(obj:1266)
-t_x(284318,0),674.o                                 1 	(obj:0)
-t_x(284341,0),675.o                                 1 	(obj:146.5)
-t_x(284380,0),682.o                                 1 	(obj:0)
-t_x(284399,0),684.o                                 1 	(obj:42)
-t_x(284438,0),687.o                                 1 	(obj:39.5)
-t_x(284504,876)$RQXSI04E,690.o                      1 	(obj:876)
-t_x(284601,14)LEBAS04A,695.o                        1 	(obj:14)
-t_x(284809,241)LGAVA04,705.o                        1 	(obj:317.026768642447)
-t_x(284810,7980)$RQXSI04E,706.o                     1 	(obj:10958)
-t_x(285432,0),753.o                                 1 	(obj:17)
-t_x(285458,0),755.o                                 1 	(obj:0)
-t_x(285521,1)YB3EH04M,762.o                         1 	(obj:1)
-t_x(285563,225)LCES004M,766.o                       1 	(obj:375)
-t_x(285590,76)LGRPA04M,770.o                        1 	(obj:76)
-t_x(285599,11)EBBRA04E,772.o                        1 	(obj:84.3601190476191)
-t_x(285611,0),773.o                                 1 	(obj:102)
-t_x(285664,2196)LCES004,778.o                       1 	(obj:2196)
-t_x(285672,0),780.o                                 1 	(obj:0)
-t_x(285674,0),781.o                                 1 	(obj:26)
-t_x(285675,94)$YB3EH04E,782.o                       1 	(obj:94)
-t_x(285704,0),785.o                                 1 	(obj:50)
-t_x(285711,0),786.o                                 1 	(obj:29.5)
-t_x(285758,0),792.o                                 1 	(obj:19)
-t_x(285850,0),804.o                                 1 	(obj:0)
-t_x(285870,2015)$RVKWU04M,807.o                     1 	(obj:2015)
-t_x(285878,0),809.o                                 1 	(obj:0)
-t_x(285972,62)KSLN04M,814.o                         1 	(obj:116.898148148148)
-t_x(285981,155)KFZ4404M,816.o                       1 	(obj:214.592286501377)
-t_x(285984,0),817.o                                 1 	(obj:0)
-t_x(285990,0),818.o                                 1 	(obj:92.5)
-t_x(286022,0),819.o                                 1 	(obj:70.5)
-t_x(286082,25)LELVU04,823.o                         1 	(obj:112.407657657658)
-t_x(286095,0),824.o                                 1 	(obj:0)
-t_x(286109,0),825.o                                 1 	(obj:0)
-t_x(286126,0),827.o                                 1 	(obj:0)
-t_x(286143,36)KFZ4404M,829.o                        1 	(obj:158.570287539936)
-t_x(286160,29)YB3EH04E,830.o                        1 	(obj:29)
-t_x(286180,2889)$KWUR404E,831.o                     1 	(obj:3973)
-t_x(286185,0),832.o                                 1 	(obj:180)
-t_x(286199,0),833.o                                 1 	(obj:26)
-t_x(286224,207)KFZ4404M,835.o                       1 	(obj:234.6)
-t_x(286238,0),836.o                                 1 	(obj:0)
-t_x(286313,0),838.o                                 1 	(obj:70)
-t_x(286328,0),840.o                                 1 	(obj:16.5)
-t_x(286329,194)EBBRA04E,841.o                       1 	(obj:194)
-t_x(286568,0),854.o                                 1 	(obj:0)
-t_x(286575,222)LELVL04M,856.o                       1 	(obj:271.57476635514)
-t_x(286616,1215)RVKWU04M,860.o                      1 	(obj:1278.40125298329)
-t_x(286621,0),861.o                                 1 	(obj:11)
-t_x(286678,0),868.o                                 1 	(obj:48)
-t_x(286706,84)$YB5WH04M,872.o                       1 	(obj:100)
-t_x(286743,1168)LGKFN04,878.o                       1 	(obj:1178.44531835206)
-t_x(286753,219)LELVL04M,879.o                       1 	(obj:309.417613636364)
-t_x(286757,0),880.o                                 1 	(obj:0)
-t_x(286762,2)RJIU04M,881.o                          1 	(obj:396.002525252525)
-t_x(286763,447)RASI04M,882.o                        1 	(obj:447)
-t_x(286774,151)RASI04M,884.o                        1 	(obj:256.123110151188)
-t_x(286777,0),885.o                                 1 	(obj:0)
-t_x(286793,0),888.o                                 1 	(obj:0)
-t_x(286841,358)KSAL1204,889.o                       1 	(obj:367)
-t_x(286855,30)KSPE104D,892.o                        1 	(obj:30)
-t_x(286857,0),893.o                                 1 	(obj:0)
-t_x(286877,138)ZM56704,894.o                        1 	(obj:151.788372093023)
-t_x(286894,0),895.o                                 1 	(obj:0)
-t_x(286896,0),896.o                                 1 	(obj:0)
-t_x(286968,0),902.o                                 1 	(obj:0)
-t_x(286989,0),905.o                                 1 	(obj:22)
-t_x(287018,2500)$RQXSI04E,909.o                     1 	(obj:2928)
-t_x(287027,851)LCES004M,911.o                       1 	(obj:851)
-t_x(287045,0),914.o                                 1 	(obj:0)
-t_x(287050,375)LFKFA04,915.o                        1 	(obj:375)
-t_x(287143,13)RQXU04E,925.o                         1 	(obj:92.4592391304348)
-t_x(287156,0),927.o                                 1 	(obj:0)
-t_x(287158,0),928.o                                 1 	(obj:27)
-t_x(287182,8)RMZU04E,930.o                          1 	(obj:150.606312292359)
-t_x(287217,0),938.o                                 1 	(obj:0)
-t_x(287240,285)LGRPA04M,941.o                       1 	(obj:285)
-t_x(287286,377)EHAMA04,947.o                        1 	(obj:555.294911734164)
-t_x(287290,600)$MT4AT04E,950.o                      1 	(obj:600)
-t_x(287302,2887)$LFMDA04A,951.o                     1 	(obj:2887)
-t_x(287319,0),953.o                                 1 	(obj:0)
-t_x(287337,40)KFZ4404M,956.o                        1 	(obj:126.738866396761)
-t_x(287413,0),964.o                                 1 	(obj:0)
-t_x(287426,0),965.o                                 1 	(obj:3)
-t_x(287489,0),970.o                                 1 	(obj:208.5)
-t_x(287528,0),975.o                                 1 	(obj:168.5)
-t_x(287541,0),977.o                                 1 	(obj:0)
-t_x(287580,87)MEK04,980.o                           1 	(obj:87)
-t_x(287581,0),981.o                                 1 	(obj:0)
-t_x(287595,347)KWUR1C04,982.o                       1 	(obj:354)
-t_x(287623,0),984.o                                 1 	(obj:174)
-t_x(287631,287)LELVL04M,985.o                       1 	(obj:367.485762144054)
-t_x(287677,0),987.o                                 1 	(obj:69.5)
-t_x(287696,627)RMZSI04,989.o                        1 	(obj:664.358031674208)
-t_x(287700,2246)LGZAA04M,990.o                      1 	(obj:2454.93789901335)
-t_x(287702,0),991.o                                 1 	(obj:0)
-t_x(287767,0),997.o                                 1 	(obj:38.5)
-t_x(287796,0),999.o                                 1 	(obj:0)
-t_x(287799,60)KFZ4404M,1000.o                       1 	(obj:78.453488372093)
-t_x(287821,471)RMZU04E,1003.o                       1 	(obj:657)
-t_x(287829,0),1005.o                                1 	(obj:0)
-t_x(287849,0),1006.o                                1 	(obj:0)
-t_x(287882,716)LGIRA04,1008.o                       1 	(obj:778.747004608295)
-t_x(287902,0),1013.o                                1 	(obj:0)
-t_x(287934,33)YB3EH04M,1018.o                       1 	(obj:33)
-t_x(287978,651)$YH5MH04M,1024.o                     1 	(obj:651)
-t_x(288023,231)LELVL04M,1029.o                      1 	(obj:319.817005545287)
-t_x(288079,0),1033.o                                1 	(obj:0)
-t_x(288110,253)$LCES004M,1038.o                     1 	(obj:253)
-t_x(288154,524)PMXX04M,1043.o                       1 	(obj:532.309904153355)
-t_x(288160,279)LFMDA04A,1044.o                      1 	(obj:279)
-t_x(288162,80)YB3EH04M,1045.o                       1 	(obj:95)
-t_x(288163,0),1046.o                                1 	(obj:0)
-t_x(288187,0),1047.o                                1 	(obj:0)
-t_x(288224,0),1050.o                                1 	(obj:0)
-t_x(288227,37)LCS12W03,1051.o                       1 	(obj:145.393356643357)
-t_x(288250,0),1054.o                                1 	(obj:64.5)
-t_x(288252,0),1055.o                                1 	(obj:36.5)
-t_x(288261,0),1058.o                                1 	(obj:0)
-t_x(288292,0),1061.o                                1 	(obj:4.5)
-t_x(288353,0),1065.o                                1 	(obj:0)
-t_x(288358,666)$KWUR404E,1066.o                     1 	(obj:680)
-t_x(288366,0),1068.o                                1 	(obj:0)
-t_x(288392,4)$LEBAS04M,1071.o                       1 	(obj:4)
-t_x(288402,0),1073.o                                1 	(obj:0)
-t_x(288404,162)YBOLN04M,1074.o                      1 	(obj:298.858181818182)
-t_x(288431,114)$YB3EH04M,1079.o                     1 	(obj:114)
-t_x(288498,0),1083.o                                1 	(obj:0)
-t_x(288508,61)GL4W04M,1085.o                        1 	(obj:61)
-t_x(288522,42)YB3EH04E,1088.o                       1 	(obj:42)
-t_x(288599,436)RMZU04E,1093.o                       1 	(obj:443)
-t_x(288631,0),1096.o                                1 	(obj:99)
-t_x(288647,268)LEMDAT04,1097.o                      1 	(obj:296.998823529412)
-t_x(288684,722)$YH5MH04M,1098.o                     1 	(obj:722)
-t_x(288696,310)RNI04M,1102.o                        1 	(obj:501.627232142857)
-t_x(288713,0),1104.o                                1 	(obj:0)
-t_x(288725,61)LEMDAT04,1107.o                       1 	(obj:117.534403669725)
-t_x(288740,814)$RQXSI04E,1109.o                     1 	(obj:814)
-t_x(288756,99)YB3EH04A,1110.o                       1 	(obj:106.296551724138)
-t_x(288765,19)RQXSI04E,1111.o                       1 	(obj:60.042735042735)
-t_x(288838,83)BR204M,1115.o                         1 	(obj:106.795977011494)
-t_x(288849,827)LGRPA04M,1117.o                      1 	(obj:827)
-t_x(288859,0),1118.o                                1 	(obj:0)
-t_x(288941,0),1127.o                                1 	(obj:0)
-t_x(288957,566)$LEMDAT04,1129.o                     1 	(obj:566)
-t_x(288970,21)YB5WH04M,1131.o                       1 	(obj:65.2362204724409)
-t_x(288989,2441)LGSRA04,1134.o                      1 	(obj:2441)
-t_x(288999,156)$LEMDAT04,1136.o                     1 	(obj:186.25)
-t_x(289024,962)$YB5WH04M,1139.o                     1 	(obj:1434)
-t_x(289028,143)KFZ4404M,1140.o                      1 	(obj:154.50234741784)
-t_x(289045,531)RNS04M,1141.o                        1 	(obj:531)
-t_x(289049,0),1142.o                                1 	(obj:62.5)
-t_x(289099,181)LGAVA04,1144.o                       1 	(obj:266.879049676026)
-t_x(289114,16)$YB3EH04M,1146.o                      1 	(obj:16)
-t_x(289131,0),1147.o                                1 	(obj:0)
-t_x(289160,0),1150.o                                1 	(obj:0)
-t_x(289172,202)LEMDAT04,1154.o                      1 	(obj:236.33008356546)
-t_x(289175,44)KFZ4404M,1155.o                       1 	(obj:44)
-t_x(289201,0),1158.o                                1 	(obj:2.5)
-t_x(289215,0),1159.o                                1 	(obj:21)
-t_x(289241,72)LELVL104,1164.o                       1 	(obj:148.790322580645)
-t_x(289276,178)RNS04M,1166.o                        1 	(obj:195.985611510791)
-t_x(289280,1822)LFMDA04A,1168.o                     1 	(obj:1822)
-t_x(289288,0),1170.o                                1 	(obj:312)
-t_x(289297,105)RASI04M,1171.o                       1 	(obj:130.875598086124)
-t_x(289315,0),1174.o                                1 	(obj:0)
-t_x(289330,480)KSAL1204,1177.o                      1 	(obj:487)
-t_x(289361,0),1180.o                                1 	(obj:0)
-t_x(289367,0),1181.o                                1 	(obj:549)
-t_x(289376,99)LGRPA04M,1182.o                       1 	(obj:99)
-t_x(289392,0),1183.o                                1 	(obj:0)
-t_x(289403,0),1185.o                                1 	(obj:0)
-t_x(289440,28)MEK04,1188.o                          1 	(obj:64.2131147540984)
-t_x(289490,215)BR204M,1194.o                        1 	(obj:228.531045751634)
-t_x(289499,0),1195.o                                1 	(obj:25)
-t_x(289533,0),1200.o                                1 	(obj:106)
-t_x(289584,0),1203.o                                1 	(obj:0)
-t_x(289595,0),1205.o                                1 	(obj:0)
-t_x(289665,0),1211.o                                1 	(obj:35)
-t_x(289683,0),1214.o                                1 	(obj:25)
-t_x(289689,0),1216.o                                1 	(obj:54.5)
-t_x(289752,0),1219.o                                1 	(obj:98.5)
-t_x(289758,0),1220.o                                1 	(obj:0)
-t_x(289768,87)RJIU04M,1222.o                        1 	(obj:87)
-t_x(289782,0),1223.o                                1 	(obj:81)
-t_x(289783,249)KSAL1204,1224.o                      1 	(obj:263)
-t_x(289832,0),1227.o                                1 	(obj:6.5)
-t_x(289862,61)BKED1204,1229.o                       1 	(obj:130.563008130081)
-t_x(289866,0),1231.o                                1 	(obj:51)
-t_x(289901,726)$RQXSI04E,1235.o                     1 	(obj:726)
-t_x(289932,0),1239.o                                1 	(obj:0)
-t_x(289961,200)KSPE104D,1242.o                      1 	(obj:231.136887608069)
-t_x(289978,964)RJIU04M,1244.o                       1 	(obj:1220)
-t_x(290009,0),1248.o                                1 	(obj:0)
-t_x(290012,0),1249.o                                1 	(obj:0)
-t_x(290019,211)KWUR1C04,1251.o                      1 	(obj:219.501785714286)
-t_x(290047,475)RASI04M,1255.o                       1 	(obj:506.672035139092)
-t_x(290055,26)YBOLN04M,1256.o                       1 	(obj:149.638047138047)
-t_x(290063,0),1258.o                                1 	(obj:25.5)
-t_x(290077,275)$LCS12W03,1260.o                     1 	(obj:275)
-t_x(290093,0),1263.o                                1 	(obj:399.5)
-t_x(290110,0),1264.o                                1 	(obj:0)
-t_x(290174,0),1270.o                                1 	(obj:0)
-t_x(290208,504)LGRPA04M,1271.o                      1 	(obj:504)
-t_x(290258,0),1275.o                                1 	(obj:31.5)
-t_x(290261,0),1276.o                                1 	(obj:0)
-t_x(290283,592)LGAVA04,1278.o                       1 	(obj:637.494279176201)
-t_x(290335,0),1281.o                                1 	(obj:0)
-t_x(290433,45)YD5WH04M,1294.o                       1 	(obj:45)
-t_x(290454,0),1297.o                                1 	(obj:0)
-t_x(290501,0),1303.o                                1 	(obj:0)
-t_x(290513,0),1304.o                                1 	(obj:89)
-t_x(290527,0),1306.o                                1 	(obj:15.5)
-t_x(290528,274)YBOLN04M,1307.o                      1 	(obj:285.126373626374)
-t_x(290555,0),1312.o                                1 	(obj:0)
-t_x(290567,84)YB3EH04E,1314.o                       1 	(obj:98)
-t_x(290573,104)EBBRA04E,1316.o                      1 	(obj:134)
-t_x(290578,0),1318.o                                1 	(obj:53.5)
-t_x(290584,68)LELVL104,1320.o                       1 	(obj:145.907272727273)
-t_x(290646,0),1324.o                                1 	(obj:21)
-t_x(290661,0),1326.o                                1 	(obj:115)
-t_x(290667,33)GL34W04,1328.o                        1 	(obj:131.110465116279)
-t_x(290676,277)RFBRT04M,1329.o                      1 	(obj:291.668407310705)
-t_x(290696,630)RNS04M,1332.o                        1 	(obj:637)
-t_x(290702,0),1333.o                                1 	(obj:0)
-t_x(290712,0),1334.o                                1 	(obj:8.5)
-t_x(290752,0),1336.o                                1 	(obj:516.5)
-t_x(290760,0),1337.o                                1 	(obj:88.5)
-t_x(290761,0),1338.o                                1 	(obj:239.5)
-t_x(290766,0),1339.o                                1 	(obj:0)
-t_x(290832,0),1344.o                                1 	(obj:0)
-t_x(290849,0),1345.o                                1 	(obj:158.5)
-t_x(290863,660)$RVKWU04M,1347.o                     1 	(obj:660)
-t_x(290867,0),1349.o                                1 	(obj:0)
-t_x(290871,0),1350.o                                1 	(obj:0)
-t_x(290904,282)RASI04M,1353.o                       1 	(obj:326.14693877551)
-t_x(290924,0),1354.o                                1 	(obj:185)
-t_x(290985,0),1358.o                                1 	(obj:61)
-t_x(291002,12)FUJ04M,1360.o                         1 	(obj:12)
-t_x(291009,1396)RQXSI04E,1362.o                     1 	(obj:1735)
-t_x(291013,0),1363.o                                1 	(obj:186)
-t_x(291019,0),1366.o                                1 	(obj:199)
-t_x(291027,1731)YBOLN04M,1368.o                     1 	(obj:2295)
-t_x(291040,0),1371.o                                1 	(obj:47)
-t_x(291046,0),1372.o                                1 	(obj:0)
-t_x(291052,0),1374.o                                1 	(obj:0)
-t_x(291060,0),1375.o                                1 	(obj:0)
-t_x(291096,0),1378.o                                1 	(obj:0)
-t_x(291115,0),1382.o                                1 	(obj:0)
-t_x(291117,166)KSPE104D,1383.o                      1 	(obj:200.519169329073)
-t_x(291128,0),1385.o                                1 	(obj:58)
-t_x(291171,0),1388.o                                1 	(obj:0)
-t_x(291187,18)KWUR404E,1390.o                       1 	(obj:45.3620689655172)
-t_x(291224,0),1398.o                                1 	(obj:95)
-t_x(291238,37)YH5MH04M,1400.o                       1 	(obj:85.6993865030675)
-t_x(291241,86)GL4W04M,1401.o                        1 	(obj:86)
-t_x(291257,846)EDGG704,1402.o                       1 	(obj:851.285412262156)
-t_x(291296,0),1407.o                                1 	(obj:0)
-t_x(291299,88)KSPE104D,1408.o                       1 	(obj:118)
-t_x(291309,317)MT4AT04E,1410.o                      1 	(obj:317)
-t_x(291314,31)LELVL04M,1412.o                       1 	(obj:121.018907563025)
-t_x(291320,0),1414.o                                1 	(obj:3.5)
-t_x(291337,0),1417.o                                1 	(obj:96)
-t_x(291447,0),1427.o                                1 	(obj:0)
-t_x(291470,0),1430.o                                1 	(obj:19.5)
-t_x(291480,287)KSLN04M,1431.o                       1 	(obj:295.144230769231)
-t_x(291491,80)ZM56704,1433.o                        1 	(obj:98.8821656050955)
-t_x(291499,260)LELVL04M,1435.o                      1 	(obj:305.87687366167)
-t_x(291514,229)YB3EH04E,1436.o                      1 	(obj:231)
-t_x(291515,299)KSLN04M,1437.o                       1 	(obj:324.894911504425)
-t_x(291538,0),1443.o                                1 	(obj:62.5)
-t_x(291554,125)YH5MH04M,1446.o                      1 	(obj:209.667989417989)
-t_x(291559,204)RFBRT04M,1447.o                      1 	(obj:300.438579654511)
-t_x(291571,0),1449.o                                1 	(obj:52.5)
-t_x(291575,11)KSLN04M,1451.o                        1 	(obj:82.8666666666667)
-t_x(291594,982)EG11G04M,1454.o                      1 	(obj:1080.727154047)
-t_x(291645,1536)$LGSRA04,1460.o                     1 	(obj:1536)
-t_x(291649,270)LEMDAT04,1461.o                      1 	(obj:420.123989218329)
-t_x(291874,157)MM304,1483.o                         1 	(obj:157)
-t_x(292032,0),1499.o                                1 	(obj:30.5)
-t_x(292112,463)KWUR404E,1513.o                      1 	(obj:468)
-t_x(292120,0),1514.o                                1 	(obj:164)
-t_x(292154,411)$LGRPA04M,1518.o                     1 	(obj:411)
-t_x(292187,222)KSPE104D,1521.o                      1 	(obj:222)
-t_x(292217,0),1527.o                                1 	(obj:37.5)
-t_x(292233,0),1530.o                                1 	(obj:0)
-t_x(292319,300)$KSPE1P04,1543.o                     1 	(obj:300)
-t_x(292327,130)YB3EH04A,1544.o                      1 	(obj:138)
-t_x(292383,1697)EDGG704,1549.o                      1 	(obj:1697)
-t_x(292423,2039)EDGG704,1555.o                      1 	(obj:2044.13933302878)
-t_x(292439,7)KSLN04M,1557.o                         1 	(obj:35.8450704225352)
-t_x(292446,281)BR204M,1559.o                        1 	(obj:292.130376344086)
-t_x(292466,124)LGZAA04M,1563.o                      1 	(obj:124)
-t_x(292500,0),1567.o                                1 	(obj:38.5)
-t_x(292507,306)LGSRA04,1568.o                       1 	(obj:306)
-t_x(292569,0),1575.o                                1 	(obj:396.5)
-t_x(292614,0),1579.o                                1 	(obj:0)
-t_x(292627,0),1580.o                                1 	(obj:11.5)
-t_x(292635,140)GL4W04M,1582.o                       1 	(obj:140)
-t_x(292656,0),1584.o                                1 	(obj:0)
-t_x(292710,434)KSPE1P04,1594.o                      1 	(obj:434)
-t_x(292738,18)KFZ4404M,1600.o                       1 	(obj:45.8409090909091)
-t_x(292762,12)BKED1204,1604.o                       1 	(obj:98.3673469387755)
-t_x(292825,0),1614.o                                1 	(obj:0)
-t_x(292859,73)KSLN04M,1616.o                        1 	(obj:197.49343832021)
-t_x(292901,0),1620.o                                1 	(obj:19)
-t_x(292977,0),1634.o                                1 	(obj:13.5)
-t_x(292992,3438)EG11G04M,1637.o                     1 	(obj:4541)
-t_x(292993,0),1638.o                                1 	(obj:97.5)
-t_x(293021,0),1641.o                                1 	(obj:0)
-t_x(293048,139)LELVL04M,1644.o                      1 	(obj:222.833753148615)
-t_x(293070,684)RNS04M,1647.o                        1 	(obj:691)
-t_x(293071,367)RASI04M,1648.o                       1 	(obj:367)
-t_x(293142,0),1658.o                                1 	(obj:0)
-t_x(293206,0),1670.o                                1 	(obj:0)
-t_x(293241,0),1674.o                                1 	(obj:22.5)
-t_x(293354,0),1683.o                                1 	(obj:6.5)
-t_x(293429,157)$LEBAS04M,1689.o                     1 	(obj:157)
-t_x(293502,0),1699.o                                1 	(obj:69)
-t_x(293511,0),1700.o                                1 	(obj:0)
-t_x(293569,0),1721.o                                1 	(obj:10.5)
-t_x(293680,212)LELVL104,1736.o                      1 	(obj:262.760765550239)
-t_x(293687,0),1737.o                                1 	(obj:42.5)
-t_x(293737,20)LEBAS04A,1742.o                       1 	(obj:20)
-t_x(293780,39)KSPE104D,1744.o                       1 	(obj:39)
-t_x(293814,3)EBEEC04M,1748.o                        1 	(obj:53.0424528301887)
-t_x(293892,0),1760.o                                1 	(obj:0)
-t_x(293894,76)RASI04M,1761.o                        1 	(obj:106.044444444444)
-t_x(293957,1022)RNI04M,1768.o                       1 	(obj:1119)
-t_x(293962,0),1770.o                                1 	(obj:0)
-t_x(293986,0),1773.o                                1 	(obj:13)
-t_x(294068,42)RVKWU04M,1787.o                       1 	(obj:73.5820895522388)
-t_x(294126,0),1798.o                                1 	(obj:0)
-t_x(294158,58)YB3EH04A,1803.o                       1 	(obj:68.5190476190476)
-t_x(294231,0),1808.o                                1 	(obj:0)
-t_x(294448,38)MM304,1825.o                          1 	(obj:38)
-t_x(294472,4715)$RVKWU04M,1829.o                    1 	(obj:5886)
-t_x(294503,0),1835.o                                1 	(obj:73.5)
-t_x(294553,0),1844.o                                1 	(obj:34)
-t_x(294571,0),1847.o                                1 	(obj:0)
-t_x(294594,0),1849.o                                1 	(obj:134.5)
-t_x(294595,0),1850.o                                1 	(obj:0)
-t_x(294603,72)YB3EH04A,1852.o                       1 	(obj:80.9661016949153)
-t_x(294610,94)RQXU04E,1853.o                        1 	(obj:149.171698113208)
-t_x(294670,0),1862.o                                1 	(obj:0)
-t_x(294725,6)GL4W04M,1872.o                         1 	(obj:45.2)
-t_x(294795,60)LCES004M,1887.o                       1 	(obj:113.571428571429)
-t_x(294817,0),1892.o                                1 	(obj:10.5)
-t_x(295025,0),1925.o                                1 	(obj:0)
-t_x(295063,0),1931.o                                1 	(obj:36)
-t_x(295157,0),1948.o                                1 	(obj:9)
-t_x(295234,0),1958.o                                1 	(obj:0)
-t_x(295264,67)$BR204M,1961.o                        1 	(obj:67)
-t_x(295339,2105)$RVKWU04M,1982.o                    1 	(obj:2105)
-t_x(295367,0),1986.o                                1 	(obj:63)
-t_x(295433,0),2001.o                                1 	(obj:0)
-t_x(295437,0),2002.o                                1 	(obj:7)
-t_x(295456,1620)$RVKWU04M,2006.o                    1 	(obj:1620)
-t_x(295595,0),2038.o                                1 	(obj:102.5)
-t_x(295620,1812)$RVKWU04M,2042.o                    1 	(obj:1812)
-t_x(295634,0),2044.o                                1 	(obj:21.5)
-t_x(295667,0),2046.o                                1 	(obj:0)
-t_x(295688,117)BKED1204,2047.o                      1 	(obj:173.239202657807)
-t_x(295711,702)LGAVA04,2051.o                       1 	(obj:742.408536585366)
-t_x(295715,0),2052.o                                1 	(obj:0)
-t_x(295726,0),2054.o                                1 	(obj:40.5)
-t_x(295761,68)KSPE104D,2065.o                       1 	(obj:68)
-t_x(295780,0),2066.o                                1 	(obj:29.5)
-t_x(295790,672)$LEMDAT04,2067.o                     1 	(obj:672)
-t_x(295795,176)$LEMDAT04,2069.o                     1 	(obj:176)
-t_x(295817,0),2072.o                                1 	(obj:17)
-t_x(295819,821)$RVKWU04M,2073.o                     1 	(obj:821)
-t_x(295833,98)$BKED1204,2075.o                      1 	(obj:98)
-t_x(295844,29)KSLN04M,2076.o                        1 	(obj:29)
-t_x(295847,0),2077.o                                1 	(obj:0)
-t_x(295875,0),2081.o                                1 	(obj:0)
-t_x(295877,81)RFBRT04M,2082.o                       1 	(obj:111.042780748663)
-t_x(295887,0),2087.o                                1 	(obj:16)
-t_x(295897,0),2090.o                                1 	(obj:143)
-t_x(295917,0),2094.o                                1 	(obj:15)
-t_x(295939,0),2102.o                                1 	(obj:1.5)
-t_x(295941,0),2103.o                                1 	(obj:0)
-t_x(295980,208)RNS04M,2110.o                        1 	(obj:224.233766233766)
-t_x(295984,240)RASI04M,2111.o                       1 	(obj:294.068965517241)
-t_x(296001,0),2112.o                                1 	(obj:0)
-t_x(296046,0),2117.o                                1 	(obj:0)
-t_x(296059,30)KFUL1U04,2118.o                       1 	(obj:57.2452830188679)
-t_x(296087,8)RVKWU04M,2120.o                        1 	(obj:96.6658031088083)
-t_x(296092,0),2121.o                                1 	(obj:0)
-t_x(296095,3)KFZ4404M,2122.o                        1 	(obj:36.0625)
-t_x(296104,344)$KFUL1U04,2123.o                     1 	(obj:344)
-t_x(296113,0),2127.o                                1 	(obj:12.5)
-t_x(296133,1381)$RVKWU04M,2130.o                    1 	(obj:1381)
-t_x(296147,0),2134.o                                1 	(obj:245.5)
-t_x(296148,317)LGIRA04,2135.o                       1 	(obj:416.242711370262)
-t_x(296153,0),2136.o                                1 	(obj:0)
-t_x(296165,0),2141.o                                1 	(obj:272.5)
-t_x(296192,0),2146.o                                1 	(obj:0)
-t_x(296218,67)LGAVA04,2151.o                        1 	(obj:180.931232091691)
-t_x(296227,136)LGAVA04,2153.o                       1 	(obj:296.514285714286)
-t_x(296263,0),2163.o                                1 	(obj:0)
-t_x(296295,0),2167.o                                1 	(obj:0)
-t_x(296304,0),2169.o                                1 	(obj:0)
-t_x(296345,52)LEBAS04M,2177.o                       1 	(obj:52)
-t_x(296356,0),2180.o                                1 	(obj:0)
-t_x(296365,496)LGAVA04,2181.o                       1 	(obj:547.405006418485)
-t_x(296368,0),2182.o                                1 	(obj:131)
-t_x(296439,45)YB3EH04E,2189.o                       1 	(obj:45)
-t_x(296463,14)LEBAS04A,2192.o                       1 	(obj:53.9245283018868)
-t_x(296521,118)KFUL1U04,2197.o                      1 	(obj:161.190036900369)
-t_x(296552,0),2200.o                                1 	(obj:0)
-t_x(296553,0),2201.o                                1 	(obj:0)
-t_x(296563,769)$KWUR404E,2203.o                     1 	(obj:847)
-t_x(296635,45)MM204,2208.o                          1 	(obj:85.8679245283019)
-t_x(296641,0),2210.o                                1 	(obj:57.5)
-t_x(296644,0),2211.o                                1 	(obj:0)
-t_x(296649,0),2213.o                                1 	(obj:0)
-t_x(296688,0),2218.o                                1 	(obj:61)
-t_x(296707,0),2220.o                                1 	(obj:0)
-t_x(296721,0),2222.o                                1 	(obj:2)
-t_x(296736,164)$KCHI104M,2223.o                     1 	(obj:164)
-t_x(296755,630)LGIRA04,2225.o                       1 	(obj:630)
-t_x(296781,0),2228.o                                1 	(obj:0)
-t_x(296798,0),2230.o                                1 	(obj:57.5)
-t_x(296814,0),2232.o                                1 	(obj:0)
-t_x(296824,0),2233.o                                1 	(obj:48.5)
-t_x(296836,0),2235.o                                1 	(obj:0)
-t_x(296847,0),2237.o                                1 	(obj:0)
-t_x(296867,0),2242.o                                1 	(obj:95)
-t_x(296885,0),2244.o                                1 	(obj:0)
-t_x(296918,0),2248.o                                1 	(obj:33)
-t_x(296923,900)$YB3EH04E,2250.o                     1 	(obj:1212)
-t_x(296953,2490)LCES004,2257.o                      1 	(obj:2564.2790368272)
-t_x(296978,50)YB3EH04A,2262.o                       1 	(obj:50)
-t_x(297037,148)LEBAS04A,2268.o                      1 	(obj:165.94398340249)
-t_x(297057,414)$KCHI104M,2270.o                     1 	(obj:414)
-t_x(297076,23)KSPE104D,2275.o                       1 	(obj:86.5558823529412)
-t_x(297097,0),2279.o                                1 	(obj:195)
-t_x(297164,65)RNI04M,2291.o                         1 	(obj:65)
-t_x(297219,0),2298.o                                1 	(obj:48.5)
-t_x(297224,456)LGRPA04M,2299.o                      1 	(obj:456)
-t_x(297233,0),2302.o                                1 	(obj:0)
-t_x(297334,0),2311.o                                1 	(obj:45.5)
-t_x(297344,0),2314.o                                1 	(obj:69)
-t_x(297384,0),2325.o                                1 	(obj:0)
-t_x(297403,0),2330.o                                1 	(obj:112.5)
-t_x(297482,0),2340.o                                1 	(obj:118)
-t_x(297505,1480)$RQXSI04E,2343.o                    1 	(obj:1484)
-t_x(297590,0),2350.o                                1 	(obj:0)
-t_x(297613,1192)$RQXSI04E,2352.o                    1 	(obj:1192)
-t_x(297616,2026)LGSRA04,2353.o                      1 	(obj:2026)
-t_x(297682,56)$LOVN1504,2359.o                      1 	(obj:56)
-t_x(297685,60)LCES004M,2360.o                       1 	(obj:60)
-t_x(297773,81)$YB3EH04A,2369.o                      1 	(obj:81)
-t_x(297830,0),2374.o                                1 	(obj:0)
-t_x(297928,0),2383.o                                1 	(obj:0)
-t_x(297940,755)$MT4AT04E,2386.o                     1 	(obj:755)
-t_x(297958,15)$LEBAS04A,2387.o                      1 	(obj:15)
-t_x(297966,0),2388.o                                1 	(obj:0)
-t_x(298064,0),2397.o                                1 	(obj:67.5)
-t_x(298082,57)LELVL104,2400.o                       1 	(obj:90.153125)
-t_x(298114,89)LGAVA04,2404.o                        1 	(obj:196.646505376344)
-t_x(298115,40)MM304,2405.o                          1 	(obj:81.2631578947368)
-t_x(298128,0),2407.o                                1 	(obj:0)
-t_x(298177,0),2411.o                                1 	(obj:33.5)
-t_x(298207,0),2414.o                                1 	(obj:0)
-t_x(298255,240)$YD5WH04M,2422.o                     1 	(obj:240)
-t_x(298312,83)$BR204M,2428.o                        1 	(obj:83)
-t_x(298329,25)EGNOR04M,2431.o                       1 	(obj:83.905487804878)
-t_x(298384,64)LGAVA04,2437.o                        1 	(obj:248.196721311475)
-t_x(298396,187)$RMZSI04,2438.o                      1 	(obj:187)
-t_x(298415,0),2441.o                                1 	(obj:0)
-t_x(298417,0),2442.o                                1 	(obj:0)
-t_x(298426,843)LCES004M,2444.o                      1 	(obj:843)
-t_x(298488,53)LEBAS04A,2450.o                       1 	(obj:53)
-t_x(298501,2)KFZ4404M,2451.o                        1 	(obj:70.5141843971631)
-t_x(298527,0),2457.o                                1 	(obj:48.5)
-t_x(298577,0),2464.o                                1 	(obj:150)
-t_x(298592,231)RMZU04,2468.o                        1 	(obj:242.431962025316)
-t_x(298610,100)$YB3EH04M,2469.o                     1 	(obj:100)
-t_x(298611,134)LGIRA04,2470.o                       1 	(obj:134)
-t_x(298660,177)$KCHI104M,2475.o                     1 	(obj:177)
-t_x(298692,0),2477.o                                1 	(obj:0)
-t_x(298710,0),2483.o                                1 	(obj:0)
-t_x(300052,188)$YB5WH04M,2489.o                     1 	(obj:209)
-t_x(300133,660)$RQXSI04E,2495.o                     1 	(obj:660)
-t_x(300142,0),2498.o                                1 	(obj:18.5)
-t_x(300185,148)$YB3EH04M,2503.o                     1 	(obj:181)
-t_x(300231,0),2506.o                                1 	(obj:23)
-t_x(300345,0),2515.o                                1 	(obj:0)
-t_x(300366,0),2518.o                                1 	(obj:54.5)
-t_x(300396,766)LGSRA04,2520.o                       1 	(obj:1690.26665624023)
-t_x(300421,111)EG11G04M,2522.o                      1 	(obj:156.986940298507)
-t_x(300425,0),2525.o                                1 	(obj:5.5)
-t_x(300428,0),2526.o                                1 	(obj:162)
-t_x(300538,333)KSPE104D,2537.o                      1 	(obj:339.562807881773)
-t_x(300786,720)LCES004M,2555.o                      1 	(obj:720)
-t_x(300885,344)RMZSI04,2566.o                       1 	(obj:352.420745920746)
-t_x(300900,0),2568.o                                1 	(obj:0)
-t_x(300931,241)KSPE104D,2569.o                      1 	(obj:249.692063492063)
-t_x(300988,2580)$LCES004,2573.o                     1 	(obj:2860)
-t_x(301041,221)BKED1204,2577.o                      1 	(obj:336.390677966102)
-t_x(301072,0),2581.o                                1 	(obj:0)
-t_x(301145,388)YB3EH04A,2589.o                      1 	(obj:390)
-t_x(301149,63)BKED1204,2590.o                       1 	(obj:131.534412955466)
-t_x(301168,0),2592.o                                1 	(obj:0)
-t_x(301195,0),2593.o                                1 	(obj:0)
-t_x(301294,0),2604.o                                1 	(obj:6.5)
-t_x(301295,743)$LGSRA04,2605.o                      1 	(obj:743)
-t_x(301342,1710)LCES004M,2610.o                     1 	(obj:1710)
-t_x(301353,152)KSPE104D,2613.o                      1 	(obj:152)
-t_x(301455,0),2622.o                                1 	(obj:0)
-t_x(301540,3)KFUL1U04,2629.o                        1 	(obj:3)
-t_x(301566,302)$LCES004M,2631.o                     1 	(obj:302)
-t_x(301601,514)$LOVN1504,2635.o                     1 	(obj:514)
-t_x(301673,150)LCES004M,2638.o                      1 	(obj:757.5)
-t_x(301709,1969)LCES004M,2643.o                     1 	(obj:1991)
-t_x(301719,169)LELVL104,2645.o                      1 	(obj:188.501838235294)
-t_x(301722,24)LEBAS04M,2647.o                       1 	(obj:151.456810631229)
-t_x(301736,0),2650.o                                1 	(obj:38.5)
-t_x(301783,0),2655.o                                1 	(obj:0)
-t_x(301815,92)GL4W04M,2658.o                        1 	(obj:92)
-t_x(301819,29)YB3EH04A,2659.o                       1 	(obj:43.1066666666667)
-t_x(301879,270)LELVL104,2662.o                      1 	(obj:314.915094339623)
-t_x(301907,0),2664.o                                1 	(obj:34)
-t_x(301957,162)RNS04M,2667.o                        1 	(obj:162)
-t_x(301984,0),2670.o                                1 	(obj:0)
-t_x(302055,0),2676.o                                1 	(obj:0)
-t_x(302060,1230)EG11G04M,2677.o                     1 	(obj:1295.44770857814)
-t_x(302073,0),2678.o                                1 	(obj:0)
-t_x(302084,0),2679.o                                1 	(obj:0)
-t_x(302107,0),2681.o                                1 	(obj:1)
-t_x(302132,1440)$LOVN1504,2682.o                    1 	(obj:1695)
-t_x(302162,963)LCES004M,2686.o                      1 	(obj:1180.39130434783)
-t_x(302177,0),2687.o                                1 	(obj:0)
-t_x(302224,384)LELVL104,2692.o                      1 	(obj:420.251269035533)
-t_x(302247,0),2693.o                                1 	(obj:20.5)
-t_x(302293,6)LELVL104,2695.o                        1 	(obj:55.1636363636364)
-t_x(302300,1)LEMDAT04,2696.o                        1 	(obj:1)
-t_x(302341,0),2700.o                                1 	(obj:24)
-t_x(302351,0),2702.o                                1 	(obj:0)
-t_x(302426,0),2710.o                                1 	(obj:41.5)
-t_x(302434,0),2711.o                                1 	(obj:56.5)
-t_x(302470,54)KSAL1204,2714.o                       1 	(obj:54)
-t_x(302527,0),2718.o                                1 	(obj:95)
-t_x(302528,0),2719.o                                1 	(obj:0)
-t_x(302530,0),2720.o                                1 	(obj:0)
-t_x(302531,680)RJIU04M,2721.o                       1 	(obj:680)
-t_x(302552,49)KFUL1U04,2723.o                       1 	(obj:72.5277777777778)
-t_x(302571,0),2724.o                                1 	(obj:0)
-t_x(302572,289)RVKWS04,2725.o                       1 	(obj:289)
-t_x(302591,203)BKED1204,2728.o                      1 	(obj:247.104381443299)
-t_x(302592,180)YD5WH04M,2729.o                      1 	(obj:334.298701298701)
-t_x(302611,0),2730.o                                1 	(obj:0)
-t_x(302632,0),2732.o                                1 	(obj:0)
-t_x(302650,0),2734.o                                1 	(obj:0)
-t_x(302679,0),2739.o                                1 	(obj:0)
-t_x(302690,0),2742.o                                1 	(obj:0)
-t_x(302705,0),2743.o                                1 	(obj:0)
-t_x(302709,0),2744.o                                1 	(obj:0)
-t_x(302725,174)LEMDAT04,2746.o                      1 	(obj:177.909302325581)
-t_x(302731,32)LCES004M,2747.o                       1 	(obj:316.810126582278)
-t_x(302741,621)RMZSI04,2748.o                       1 	(obj:658.613325740319)
-t_x(302758,79)RNI04M,2750.o                         1 	(obj:337.192481203008)
-t_x(302769,95)MAB04,2751.o                          1 	(obj:95)
-t_x(302774,675)$RMZSI04,2752.o                      1 	(obj:675)
-t_x(302792,0),2754.o                                1 	(obj:0)
-t_x(302801,0),2756.o                                1 	(obj:0)
-t_x(302830,413)$RMZSI04,2757.o                      1 	(obj:413)
-t_x(302833,0),2758.o                                1 	(obj:0)
-t_x(302841,0),2760.o                                1 	(obj:17.5)
-t_x(302843,0),2761.o                                1 	(obj:50.5)
-t_x(302852,0),2763.o                                1 	(obj:12.5)
-t_x(302863,1456)LEBAS04M,2764.o                     1 	(obj:1658)
-t_x(302903,0),2769.o                                1 	(obj:0)
-t_x(302955,39)MAB04,2775.o                          1 	(obj:39)
-t_x(303001,60)$YB3EH04M,2779.o                      1 	(obj:60)
-t_x(303017,0),2781.o                                1 	(obj:0)
-t_x(303018,0),2782.o                                1 	(obj:0)
-t_x(303029,300)$MT4AT04E,2783.o                     1 	(obj:300)
-t_x(303035,152)KWUR1C04,2784.o                      1 	(obj:162.77149321267)
-t_x(303049,0),2785.o                                1 	(obj:97)
-t_x(303088,0),2788.o                                1 	(obj:33.5)
-t_x(303103,0),2789.o                                1 	(obj:0)
-t_x(303128,0),2790.o                                1 	(obj:0)
-t_x(303155,0),2794.o                                1 	(obj:38)
-t_x(303164,234)KSPE104D,2796.o                      1 	(obj:234)
-t_x(303200,0),2800.o                                1 	(obj:0)
-t_x(303209,316)LEBAS04A,2803.o                      1 	(obj:326.372549019608)
-t_x(303216,19)MEK04,2805.o                          1 	(obj:19)
-t_x(303224,27)LEBAS04M,2806.o                       1 	(obj:107.719339622642)
-t_x(303253,80)GL34W04,2810.o                        1 	(obj:80)
-t_x(303270,0),2812.o                                1 	(obj:44)
-t_x(303282,165)LEMDAT04,2813.o                      1 	(obj:165)
-t_x(303285,0),2814.o                                1 	(obj:101.5)
-t_x(303445,0),2824.o                                1 	(obj:25.5)
-t_x(303485,528)LELVL104,2828.o                      1 	(obj:536.556962025316)
-t_x(303489,0),2829.o                                1 	(obj:0)
-t_x(303491,0),2830.o                                1 	(obj:61)
-t_x(303503,238)KSLN04A,2831.o                       1 	(obj:238)
-t_x(303505,0),2832.o                                1 	(obj:0)
-t_x(303506,2580)LCES004,2833.o                      1 	(obj:2580)
-t_x(303517,592)RMZSI04,2834.o                       1 	(obj:630.898115429918)
-t_x(303525,0),2835.o                                1 	(obj:24)
-t_x(303529,708)EDGG704,2836.o                       1 	(obj:708)
-t_x(303627,0),2844.o                                1 	(obj:0)
-t_x(303644,0),2845.o                                1 	(obj:0)
-t_x(303662,225)KSPE104D,2847.o                      1 	(obj:234.157190635452)
-t_x(303670,0),2851.o                                1 	(obj:10)
-t_x(303685,0),2854.o                                1 	(obj:0)
-t_x(303692,604)LGKFN04,2855.o                       1 	(obj:813.321060382916)
-t_x(303716,0),2856.o                                1 	(obj:103.5)
-t_x(303741,0),2859.o                                1 	(obj:0)
-t_x(303747,375)KSAL1204,2860.o                      1 	(obj:460)
-t_x(303771,0),2861.o                                1 	(obj:0)
-t_x(303810,69)KSPE104D,2865.o                       1 	(obj:87.7640845070423)
-t_x(303829,236)LOVN1504,2868.o                      1 	(obj:314.348659003831)
-t_x(303832,0),2869.o                                1 	(obj:0)
-t_x(303874,0),2874.o                                1 	(obj:25.5)
-t_x(303939,0),2879.o                                1 	(obj:0)
-t_x(303959,3315)LGZAA04M,2880.o                     1 	(obj:3417.45868644068)
-t_x(303971,136)ZM56704,2881.o                       1 	(obj:149.917840375587)
-t_x(303978,0),2882.o                                1 	(obj:0)
-t_x(303979,0),2883.o                                1 	(obj:68)
-t_x(303992,655)LGKFN04,2884.o                       1 	(obj:736.732309124767)
-t_x(304041,0),2887.o                                1 	(obj:0)
-t_x(304100,0),2891.o                                1 	(obj:0)
-t_x(304109,0),2892.o                                1 	(obj:4)
-t_x(304139,333)LELVL104,2894.o                      1 	(obj:372.675)
-t_x(304161,333)LELVL104,2896.o                      1 	(obj:372.675)
-t_x(304245,0),2901.o                                1 	(obj:0)
-t_x(304336,51)MAB3404A,2911.o                       1 	(obj:77.992700729927)
-t_x(304351,1205)LLBGA04L,2912.o                     1 	(obj:1205)
-t_x(304356,1112)LFPND04,2913.o                      1 	(obj:1112)
-t_x(304357,245)LELVL104,2914.o                      1 	(obj:292.399336283186)
-t_x(304361,0),2915.o                                1 	(obj:21.5)
-t_x(304372,330)RMZU04,2917.o                        1 	(obj:330)
-t_x(304380,51)MEK04,2918.o                          1 	(obj:264.481870229008)
-t_x(304435,828)LELVU04,2922.o                       1 	(obj:867)
-t_x(304443,0),2923.o                                1 	(obj:0)
-t_x(304446,80)LELVL104,2924.o                       1 	(obj:154.649825783972)
-t_x(304450,10560)$MRAE04,2925.o                     1 	(obj:15068)
-t_x(304453,0),2926.o                                1 	(obj:0)
-t_x(304488,0),2932.o                                1 	(obj:0)
-t_x(304502,0),2933.o                                1 	(obj:0)
-t_x(304529,0),2934.o                                1 	(obj:0)
-t_x(304557,95)LEMDAT04,2937.o                       1 	(obj:143.906746031746)
-t_x(304568,307)ZM56704,2938.o                       1 	(obj:316)
-t_x(304579,0),2940.o                                1 	(obj:0)
-t_x(304586,0),2942.o                                1 	(obj:8.5)
-t_x(304592,0),2943.o                                1 	(obj:0)
-t_x(304615,537)MRAEE04,2945.o                       1 	(obj:705)
-t_x(304629,221)RVKWS04,2946.o                       1 	(obj:221)
-t_x(304701,55)LGAVA04,2950.o                        1 	(obj:172.988130563798)
-t_x(304713,0),2951.o                                1 	(obj:0)
-t_x(304722,2580)$MAB1204A,2952.o                    1 	(obj:3606)
-t_x(304734,0),2953.o                                1 	(obj:19)
-t_x(304780,196)KWUR1C04,2959.o                      1 	(obj:205.210526315789)
-t_x(304797,0),2960.o                                1 	(obj:0.5)
-t_x(304803,0),2962.o                                1 	(obj:114)
-t_x(304825,1776)LEMDAT04,2964.o                     1 	(obj:2280)
-t_x(304830,0),2965.o                                1 	(obj:39.5)
-t_x(304838,0),2966.o                                1 	(obj:0)
-t_x(304861,0),2968.o                                1 	(obj:0)
-t_x(304873,0),2971.o                                1 	(obj:0)
-t_x(304895,78)LOVN1504,2974.o                       1 	(obj:123.827272727273)
-t_x(304944,23)MAB1204A,2976.o                       1 	(obj:299.442307692308)
-t_x(305013,510)LCES004M,2980.o                      1 	(obj:510)
-t_x(305030,0),2982.o                                1 	(obj:105)
-t_x(305039,0),2983.o                                1 	(obj:21.5)
-t_x(305101,0),2985.o                                1 	(obj:29)
-t_x(305104,75)KSPE104D,2986.o                       1 	(obj:75)
-t_x(305112,0),2987.o                                1 	(obj:0)
-t_x(305171,0),2990.o                                1 	(obj:0)
-t_x(305214,0),2991.o                                1 	(obj:27)
-t_x(305224,34)RNS04M,2992.o                         1 	(obj:34)
-t_x(305270,0),2993.o                                1 	(obj:0)
-t_x(305282,0),2995.o                                1 	(obj:7.5)
-t_x(305292,0),2997.o                                1 	(obj:30.5)
-t_x(305370,0),3002.o                                1 	(obj:0)
-t_x(305384,0),3004.o                                1 	(obj:0)
-t_x(305385,0),3005.o                                1 	(obj:0)
-t_x(305432,88)RMZSI04,3007.o                        1 	(obj:109.252873563218)
-t_x(305446,412)LELVL104,3008.o                      1 	(obj:422.480620155039)
-t_x(305448,303)LFMDA04A,3009.o                      1 	(obj:303)
-t_x(305458,0),3010.o                                1 	(obj:0)
-t_x(305522,272)KSPE104D,3015.o                      1 	(obj:279.723188405797)
-t_x(305548,160)LEMDAT04,3020.o                      1 	(obj:199.251572327044)
-t_x(305584,34)MGY04,3024.o                          1 	(obj:253.146825396825)
-t_x(305597,220)$LOVN1504,3027.o                     1 	(obj:220)
-t_x(305599,0),3028.o                                1 	(obj:13.5)
-t_x(305604,232)KFZ4404M,3030.o                      1 	(obj:239.908637873754)
-t_x(305609,0),3031.o                                1 	(obj:91.5)
-t_x(305621,27)LELVL104,3032.o                       1 	(obj:118.557692307692)
-t_x(305622,0),3033.o                                1 	(obj:0)
-t_x(305634,9)MEK04,3034.o                           1 	(obj:9)
-t_x(305661,20)LOVN1504,3035.o                       1 	(obj:367.272479564033)
-t_x(305711,0),3041.o                                1 	(obj:0)
-t_x(305716,76)KWUR1C04,3042.o                       1 	(obj:92.4172413793103)
-t_x(305728,260)ZM56704,3043.o                       1 	(obj:260)
-t_x(305730,689)LGIRA04,3044.o                       1 	(obj:689)
-t_x(305745,195)RVKWS04,3045.o                       1 	(obj:195)
-t_x(305753,137)KSPE104D,3046.o                      1 	(obj:137)
-t_x(305775,0),3049.o                                1 	(obj:39)
-t_x(305780,81)LELVL104,3050.o                       1 	(obj:154.93031358885)
-t_x(305803,189)KWUR1C04,3055.o                      1 	(obj:198.226744186047)
-t_x(305830,0),3061.o                                1 	(obj:0)
-t_x(305834,85)LCES004M,3062.o                       1 	(obj:85)
-t_x(305837,165)$KFZ4404L,3063.o                     1 	(obj:165)
-t_x(305845,0),3064.o                                1 	(obj:42)
-t_x(305867,1913)EDGG704,3066.o                      1 	(obj:1913)
-t_x(305915,0),3071.o                                1 	(obj:0)
-t_x(305923,144)LELVL104,3072.o                      1 	(obj:205.038461538462)
-t_x(305962,847)LEMDAT04,3075.o                      1 	(obj:850.288648648649)
-t_x(305967,214)LELVL104,3076.o                      1 	(obj:264.889548693587)
-t_x(306007,114)YB3EH04A,3077.o                      1 	(obj:151)
-t_x(306051,61)KSPE104D,3080.o                       1 	(obj:81.2814814814815)
-t_x(306054,463)LGRPA04,3081.o                       1 	(obj:463)
-t_x(306066,0),3082.o                                1 	(obj:0)
-t_x(306095,0),3084.o                                1 	(obj:0)
-t_x(306139,550)$LOVN1504,3086.o                     1 	(obj:550)
-t_x(306149,69)KSAL1A04,3087.o                       1 	(obj:69)
-t_x(306188,849)$LFMDA04A,3090.o                     1 	(obj:849)
-t_x(306201,0),3093.o                                1 	(obj:148)
-t_x(306206,67)KWUR1C04,3095.o                       1 	(obj:84.8832116788321)
-t_x(306241,2)$BKED1204,3097.o                       1 	(obj:2)
-t_x(306242,0),3098.o                                1 	(obj:0)
-t_x(306272,135)KSPE104D,3104.o                      1 	(obj:148.1004784689)
-t_x(306287,142)RVKWS04,3106.o                       1 	(obj:142)
-t_x(306358,293)RMZSI04,3112.o                       1 	(obj:293)
-t_x(306386,0),3114.o                                1 	(obj:0)
-t_x(306397,63)KWUR1C04,3116.o                       1 	(obj:81.4210526315789)
-t_x(306449,718)LEBAS04A,3120.o                      1 	(obj:736.767184035477)
-t_x(306459,0),3121.o                                1 	(obj:0)
-t_x(306490,988)LFPND04,3122.o                       1 	(obj:988)
-t_x(306542,102)RNS04M,3126.o                        1 	(obj:102)
-t_x(306583,436)$LGRPA04,3130.o                      1 	(obj:436)
-t_x(306597,0),3132.o                                1 	(obj:0)
-t_x(306617,50)$KFUL1U04,3134.o                      1 	(obj:50)
-t_x(306718,139)LOVN1504,3142.o                      1 	(obj:175.257092198582)
-t_x(306743,462)RMZSI04,3143.o                       1 	(obj:485.097156398104)
-t_x(306751,229)KWUR1C04,3144.o                      1 	(obj:237.19397993311)
-t_x(306756,66)LELVL104,3145.o                       1 	(obj:144.478021978022)
-t_x(306830,0),3151.o                                1 	(obj:0)
-t_x(306848,0),3153.o                                1 	(obj:46)
-t_x(306868,478)KSLN04A,3155.o                       1 	(obj:478)
-t_x(306920,56)LGKFN04,3158.o                        1 	(obj:56)
-t_x(306943,0),3160.o                                1 	(obj:0)
-t_x(306951,53)MRAEE04,3161.o                        1 	(obj:53)
-t_x(306964,0),3163.o                                1 	(obj:50)
-t_x(307018,721)RMZSI04,3165.o                       1 	(obj:737.564389697648)
-t_x(307021,358)LEBAS04A,3166.o                      1 	(obj:389.514732965009)
-t_x(307040,0),3169.o                                1 	(obj:0)
-t_x(307060,0),3172.o                                1 	(obj:0)
-t_x(307087,38)KWUR1C04,3174.o                       1 	(obj:60.6851851851852)
-t_x(307095,983)LEBAS04A,3176.o                      1 	(obj:983)
-t_x(307107,63)ZM56704,3179.o                        1 	(obj:84.175)
-t_x(307108,0),3180.o                                1 	(obj:0)
-t_x(307140,0),3182.o                                1 	(obj:35)
-t_x(307148,0),3185.o                                1 	(obj:0)
-t_x(307174,0),3189.o                                1 	(obj:0)
-t_x(307186,0),3191.o                                1 	(obj:0)
-t_x(307217,1033)RMZSI04,3193.o                      1 	(obj:1036.23121645796)
-t_x(307258,0),3196.o                                1 	(obj:0)
-t_x(307260,0),3197.o                                1 	(obj:0)
-t_x(307309,0),3202.o                                1 	(obj:0)
-t_x(307311,0),3203.o                                1 	(obj:0)
-t_x(307317,0),3204.o                                1 	(obj:0)
-t_x(307355,0),3206.o                                1 	(obj:0)
-t_x(307359,512)LELVL104,3207.o                      1 	(obj:541.551532033426)
-t_x(307388,0),3208.o                                1 	(obj:150)
-t_x(307440,37)KWUR1C04,3212.o                       1 	(obj:37)
-t_x(307441,173)$BKED1204,3213.o                     1 	(obj:173)
-t_x(307470,715)LGIRA04,3216.o                       1 	(obj:777.804889298893)
-t_x(307472,59)KWUR1C04,3217.o                       1 	(obj:59)
-t_x(307481,0),3218.o                                1 	(obj:136)
-t_x(307494,0),3220.o                                1 	(obj:0)
-t_x(307532,0),3222.o                                1 	(obj:163.5)
-t_x(307547,224)LEBAS04A,3223.o                      1 	(obj:224)
-t_x(307581,0),3225.o                                1 	(obj:0)
-t_x(307617,47)LELVU04,3226.o                        1 	(obj:80.1172413793103)
-t_x(307650,0),3228.o                                1 	(obj:0)
-t_x(307696,8103)$MRAE04,3233.o                      1 	(obj:11777)
-t_x(307716,0),3236.o                                1 	(obj:0)
-t_x(307727,0),3238.o                                1 	(obj:0)
-t_x(307740,1971)LGSRA04,3242.o                      1 	(obj:1971)
-t_x(307752,429)LGAVA04,3244.o                       1 	(obj:534.378663540445)
-t_x(307833,0),3249.o                                1 	(obj:17.5)
-t_x(307845,0),3250.o                                1 	(obj:256.5)
-t_x(307878,286)KWUR1C04,3256.o                      1 	(obj:292.705633802817)
-t_x(307887,8)YB3EH04A,3257.o                        1 	(obj:27.5925925925926)
-t_x(307919,0),3262.o                                1 	(obj:0)
-t_x(307926,0),3263.o                                1 	(obj:0)
-t_x(307935,67)ZM56704,3264.o                        1 	(obj:156.531879194631)
-t_x(307979,0),3267.o                                1 	(obj:53.5)
-t_x(307987,408)LELVL104,3269.o                      1 	(obj:442.836585365854)
-t_x(308058,0),3277.o                                1 	(obj:0)
-t_x(308077,665)EDGG704,3279.o                       1 	(obj:665)
-t_x(308093,0),3280.o                                1 	(obj:0)
-t_x(308133,0),3283.o                                1 	(obj:0)
-t_x(308210,175)LEBAS04A,3286.o                      1 	(obj:175)
-t_x(308225,661)RMZSI04,3288.o                       1 	(obj:696.97440087146)
-t_x(308248,335)YB3EH04A,3290.o                      1 	(obj:337.891361256544)
-t_x(308268,173)RMZU04,3292.o                        1 	(obj:173)
-t_x(308281,172)RMZU04,3293.o                        1 	(obj:172)
-t_x(308351,300)$RMZSI04,3299.o                      1 	(obj:300)
-t_x(308362,0),3301.o                                1 	(obj:0)
-t_x(308386,0),3304.o                                1 	(obj:13.5)
-t_x(308402,391)LELVL104,3305.o                      1 	(obj:426.826923076923)
-t_x(308418,0),3307.o                                1 	(obj:0)
-t_x(308479,0),3312.o                                1 	(obj:0)
-t_x(308482,157)KSAL1204,3313.o                      1 	(obj:157)
-t_x(308485,700)$LGIRA04,3314.o                      1 	(obj:700)
-t_x(308550,213)RVKWS04,3320.o                       1 	(obj:213)
-t_x(308602,183)$LOVN1504,3324.o                     1 	(obj:183)
-t_x(308624,383)LCES004,3328.o                       1 	(obj:504.548619447779)
-t_x(308705,360)$LCES004M,3333.o                     1 	(obj:360)
-t_x(308717,120)$KFUL1U04,3334.o                     1 	(obj:120)
-t_x(308759,24)KSPE104D,3338.o                       1 	(obj:87.1842105263158)
-t_x(308855,324)YB3EH04A,3342.o                      1 	(obj:326.859459459459)
-t_x(308908,284)ZM56704,3344.o                       1 	(obj:294)
-t_x(308966,0),3349.o                                1 	(obj:0)
-t_x(309000,32)KSLN04A,3350.o                        1 	(obj:32)
-t_x(309049,324)$RMZSI04,3354.o                      1 	(obj:324)
-t_x(309070,220)EDGG704,3356.o                       1 	(obj:220)
-t_x(309142,0),3363.o                                1 	(obj:0)
-t_x(309144,0),3365.o                                1 	(obj:28.5)
-t_x(309174,0),3367.o                                1 	(obj:0)
-t_x(309200,1413)LCES004M,3370.o                     1 	(obj:1420)
-t_x(309207,0),3372.o                                1 	(obj:0)
-t_x(309208,0),3373.o                                1 	(obj:0)
-t_x(309271,0),3377.o                                1 	(obj:0)
-t_x(309281,38)ZM56704,3378.o                        1 	(obj:63.7782608695652)
-t_x(309283,2154)LGSRA04,3379.o                      1 	(obj:2154)
-t_x(309284,2356)LFMDA04A,3380.o                     1 	(obj:2356)
-t_x(309313,0),3383.o                                1 	(obj:0)
-t_x(309316,80)LGIRA04,3384.o                        1 	(obj:232.111111111111)
-t_x(309321,509)LGIRA04,3386.o                       1 	(obj:586.872582480091)
-t_x(309324,1056)RMZSI04,3387.o                      1 	(obj:1059.16608238387)
-t_x(309331,116)RMZU04,3388.o                        1 	(obj:116)
-t_x(309347,0),3389.o                                1 	(obj:408.5)
-t_x(309374,368)LGIRA04,3391.o                       1 	(obj:460.375169606513)
-t_x(309386,0),3393.o                                1 	(obj:64)
-t_x(309400,0),3394.o                                1 	(obj:0)
-t_x(309437,0),3396.o                                1 	(obj:0)
-t_x(309449,0),3398.o                                1 	(obj:0)
-t_x(309498,684)RMZSI04,3404.o                       1 	(obj:719.095111583422)
-t_x(309507,0),3405.o                                1 	(obj:0)
-t_x(309536,0),3408.o                                1 	(obj:0)
-t_x(309557,679)EDGG704,3410.o                       1 	(obj:679)
-t_x(309560,0),3411.o                                1 	(obj:0)
-t_x(309597,113)KFUL1U04,3417.o                      1 	(obj:128.602631578947)
-t_x(309599,90)YB3EH04A,3418.o                       1 	(obj:131.763157894737)
-t_x(309602,143)LEBAS04A,3419.o                      1 	(obj:143)
-t_x(309641,0),3421.o                                1 	(obj:0)
-t_x(309709,1192)LFPND04,3425.o                      1 	(obj:1192)
-t_x(309724,0),3428.o                                1 	(obj:0)
-t_x(309735,0),3430.o                                1 	(obj:27)
-t_x(309806,299)LGRPA04,3433.o                       1 	(obj:299)
-t_x(309822,142)ZM56704,3434.o                       1 	(obj:155.536529680365)
-t_x(309872,0),3435.o                                1 	(obj:44)
-t_x(309890,254)KWUR1C04,3437.o                      1 	(obj:261.369969040248)
-t_x(309899,0),3438.o                                1 	(obj:71.5)
-t_x(309911,0),3439.o                                1 	(obj:0)
-t_x(309953,41)LOVN1504,3443.o                       1 	(obj:272.053604436229)
-t_x(310005,616)EDGG704,3449.o                       1 	(obj:616)
-t_x(310058,0),3453.o                                1 	(obj:0)
-t_x(310080,115)LEBAS04A,3454.o                      1 	(obj:135.444444444444)
-t_x(310082,288)EDGG704,3456.o                       1 	(obj:288)
-t_x(310096,180)MEK04,3458.o                         1 	(obj:196.409090909091)
-t_x(310117,25)YB3EH04A,3459.o                       1 	(obj:83.4171779141104)
-t_x(310120,452)LGIRA04,3460.o                       1 	(obj:534.923873325213)
-t_x(310199,0),3464.o                                1 	(obj:38)
-t_x(310282,0),3470.o                                1 	(obj:46.5)
-t_x(310381,0),3474.o                                1 	(obj:72.5)
-t_x(310384,62)KWUR1C04,3475.o                       1 	(obj:80.5606060606061)
-t_x(310386,0),3476.o                                1 	(obj:0)
-t_x(310388,0),3477.o                                1 	(obj:23.5)
-t_x(310475,2250)LCES004,3482.o                      1 	(obj:2250)
-t_x(310522,0),3485.o                                1 	(obj:43.5)
-t_x(310535,436)LELVL104,3487.o                      1 	(obj:469.319595645412)
-t_x(310570,51)KSLN04A,3490.o                        1 	(obj:51)
-t_x(310593,0),3492.o                                1 	(obj:91)
-t_x(310665,0),3498.o                                1 	(obj:0)
-t_x(310692,0),3502.o                                1 	(obj:0)
-t_x(310761,493)EDGG704,3512.o                       1 	(obj:493)
-t_x(310795,299)LELVL104,3515.o                      1 	(obj:341.340909090909)
-t_x(310899,0),3517.o                                1 	(obj:0)
-t_x(310901,414)YB3EH04A,3518.o                      1 	(obj:414)
-t_x(310943,0),3520.o                                1 	(obj:0)
-t_x(310951,0),3521.o                                1 	(obj:8.5)
-t_x(310982,0),3522.o                                1 	(obj:0)
-t_x(311032,1404)$LOVN1504,3524.o                    1 	(obj:1624)
-t_x(311049,233)$LGRPA04,3526.o                      1 	(obj:233)
-t_x(311071,86)EDGG704,3528.o                        1 	(obj:86)
-t_x(311143,129)RNS04M,3535.o                        1 	(obj:129)
-t_x(311168,67)KSAL1204,3539.o                       1 	(obj:67)
-t_x(311203,0),3540.o                                1 	(obj:0)
-t_x(311242,0),3541.o                                1 	(obj:0)
-t_x(311253,501)LFMDA04A,3542.o                      1 	(obj:501)
-t_x(311256,235)YB3EH04A,3544.o                      1 	(obj:247.941896024465)
-t_x(311257,0),3545.o                                1 	(obj:0)
-t_x(311260,0),3546.o                                1 	(obj:0)
-t_x(311272,82)LELVL104,3548.o                       1 	(obj:110.672972972973)
-t_x(311284,2187)LCES004,3549.o                      1 	(obj:2187)
-t_x(311285,2211)LCES004,3550.o                      1 	(obj:2237)
-t_x(311300,42)LEBAS04A,3553.o                       1 	(obj:74.0333333333333)
-t_x(311344,361)LELVL104,3558.o                      1 	(obj:398.719190140845)
-t_x(311412,167)KSLN04A,3561.o                       1 	(obj:230.347043701799)
-t_x(311443,746)EDGG704,3564.o                       1 	(obj:746)
-t_x(311496,0),3568.o                                1 	(obj:0)
-t_x(311548,168)LELVL104,3571.o                      1 	(obj:225.132)
-t_x(311552,1245)$LFMDA04A,3574.o                    1 	(obj:1245)
-t_x(311680,285)LELVL104,3577.o                      1 	(obj:328.545731707317)
-t_x(311845,49)YB3EH04A,3587.o                       1 	(obj:49)
-t_x(311876,360)$LCES004,3591.o                      1 	(obj:360)
-t_x(311949,0),3595.o                                1 	(obj:0)
-t_x(311954,347)MRAE04,3596.o                        1 	(obj:365)
-t_x(311993,0),3598.o                                1 	(obj:0)
-t_x(312011,0),3601.o                                1 	(obj:0)
-t_x(312051,0),3607.o                                1 	(obj:0)
-t_x(312231,1564)LGSRA04,3614.o                      1 	(obj:1564)
-t_x(312325,29)YB3EH04A,3616.o                       1 	(obj:203.040841584158)
-t_x(312349,0),3617.o                                1 	(obj:0)
-t_x(312414,184)$LOVN1504,3620.o                     1 	(obj:184)
-t_x(312436,0),3622.o                                1 	(obj:0)
-t_x(312442,249)LEBAS04A,3623.o                      1 	(obj:321.936311787072)
-t_x(312456,75)YB3EH04A,3624.o                       1 	(obj:100.341317365269)
-t_x(312497,106)LEBAS04A,3626.o                      1 	(obj:127.373737373737)
-t_x(312648,24)MAB3404A,3632.o                       1 	(obj:57.6181818181818)
-t_x(312659,0),3633.o                                1 	(obj:0)
-t_x(312715,0),3637.o                                1 	(obj:0)
-t_x(312731,0),3638.o                                1 	(obj:0)
-t_x(312773,2121)$GL34W04,3641.o                     1 	(obj:2699)
-t_x(312792,533)LEBAS04A,3642.o                      1 	(obj:556.83356545961)
-t_x(312950,0),3650.o                                1 	(obj:0)
-t_x(312975,275)ZM56704,3652.o                       1 	(obj:285)
-t_x(313002,0),3654.o                                1 	(obj:0)
-t_x(313050,1138)$LCES004M,3657.o                    1 	(obj:1226)
-t_x(313100,9)RMZU04,3660.o                          1 	(obj:9)
-t_x(313354,613)LEBAS04A,3668.o                      1 	(obj:634.23964868256)
-t_x(313717,1052)MRAEE04,3680.o                      1 	(obj:1151)
-t_x(313874,0),3682.o                                1 	(obj:2.5)
-t_x(314104,0),3687.o                                1 	(obj:25)
-t_x(314198,0),3693.o                                1 	(obj:0)
-t_x(314563,7531)MRAE04,3703.o                       1 	(obj:10825)
-t_x(315040,128)LELVL104,3718.o                      1 	(obj:191.953731343284)
-t_x(315895,0),3732.o                                1 	(obj:118)
-t_x(315991,670)EDGG704,3733.o                       1 	(obj:670)
-t_x(316531,720)$LCES004,3747.o                      1 	(obj:720)
-t_x(317116,491)MRAE04,3759.o                        1 	(obj:501.570364238411)
-t_x(317216,21)EDGG704,3761.o                        1 	(obj:21)
-t_x(317357,1053)LGRPA04,3764.o                      1 	(obj:1053)
-t_x(317358,82)EDGG704,3765.o                        1 	(obj:82)
-t_x(317538,360)MAB1204A,3768.o                      1 	(obj:360.75)
-t_x(317908,1913)EDGG704,3774.o                      1 	(obj:1918.45322346098)
-t_x(318119,900)$LCES004,3781.o                      1 	(obj:900)
-t_x(318473,1310)LLBGA04L,3785.o                     1 	(obj:1310)
-t_x(323044,930)MRAE04,3800.o                        1 	(obj:957)
-t_x(262805,807)$MRAE04,3802                         1 	(obj:807)
-t_x(262875,4021)$EBBRA04E,3806                      1 	(obj:5704)
-t_x(262897,1873)$EBBRA04E,3807                      1 	(obj:1873)
-t_x(262913,11486)$RQXSI04E,3808                     1 	(obj:17176)
-t_x(262946,6155)$RQXSI04E,3809                      1 	(obj:8523)
-t_x(263003,13871)$KFZ4404M,3810                     1 	(obj:20786)
-t_x(263004,3985)$RQXSI04E,3811                      1 	(obj:5143)
-t_x(263012,11592)$RQXSI04E,3812                     1 	(obj:17278)
-t_x(263107,3107)$BR204M,3813                        1 	(obj:4464)
-t_x(263249,3505)$RFBRT04M,3819                      1 	(obj:3505)
-t_x(263276,6640)$LCES004M,3821                      1 	(obj:9920)
-t_x(263298,3858)$LELVL04M,3827                      1 	(obj:5272)
-t_x(263329,4487)$LELVU04,3832                       1 	(obj:6679)
-t_x(263330,3217)$BR204M,3833                        1 	(obj:4784)
-t_x(263339,1339)$LCES004M,3835                      1 	(obj:1473)
-t_x(263350,534)$RFBRT04M,3837                       1 	(obj:628)
-t_x(263351,2806)$RFBRT04M,3838                      1 	(obj:4055)
-t_x(263370,1200)$RFBRT04M,3840                      1 	(obj:1429)
-t_x(263376,5280)$LEBAS04M,3841                      1 	(obj:5280)
-t_x(263389,6780)$LEBAS04M,3842                      1 	(obj:9932)
-t_x(263410,27392)$LCES004,3843                      1 	(obj:39834)
-t_x(263421,804)$LCES004M,3845                       1 	(obj:817)
-t_x(263439,15320)$LCES004,3846                      1 	(obj:20177)
-t_x(263463,7551)$RMZSI04,3847                       1 	(obj:10877)
-t_x(263476,2031)$EBEEC04M,3848                      1 	(obj:2875)
-t_x(263492,2530)$MM204,3849                         1 	(obj:3780)
-t_x(263503,3436)$RNS04M,3852                        1 	(obj:4745)
-t_x(263515,26109)$LCES004,3853                      1 	(obj:38422)
-t_x(263516,3180)$LEBAS04M,3854                      1 	(obj:4386)
-t_x(263558,2284)$RNS04M,3855                        1 	(obj:2284)
-t_x(263574,1789)$RNS04M,3858                        1 	(obj:1789)
-t_x(263580,19273)$LCES004,3859                      1 	(obj:26182)
-t_x(263584,6457)$LEBAS04A,3860                      1 	(obj:9419)
-t_x(263587,5455)$LCES004M,3861                      1 	(obj:6849)
-t_x(263593,21512)$LCES004,3862                      1 	(obj:31587)
-t_x(263594,4505)$LCES004M,3863                      1 	(obj:5406)
-t_x(263601,5725)$YB3EH04A,3864                      1 	(obj:8276)
-t_x(263607,798)$LCES004M,3866                       1 	(obj:798)
-t_x(263612,17401)$LCES004,3867                      1 	(obj:24100)
-t_x(263621,2847)$RMZSI04,3868                       1 	(obj:4087)
-t_x(263638,5820)$LEBAS04A,3869                      1 	(obj:8116)
-t_x(263640,20595)$LCES004,3870                      1 	(obj:30084)
-t_x(263649,1320)$CPRFBR04,3872                      1 	(obj:1320)
-t_x(263659,743)$CPRFBR04,3873                       1 	(obj:743)
-t_x(263662,645)$CPRFBR04,3874                       1 	(obj:645)
-t_x(263700,438)$LEBAS04A,3875                       1 	(obj:594)
-t_x(263743,9601)$KSLN04A,3878                       1 	(obj:13941)
-t_x(263793,3362)$KSAL1204,3879                      1 	(obj:4806)
-t_x(263797,2701)$KFUL1U04,3880                      1 	(obj:4034)
-t_x(263800,3572)$LEBAS04A,3881                      1 	(obj:5294)
-t_x(263816,3773)$RMZU04,3883                        1 	(obj:5216)
-t_x(263820,4547)$LGAVA04,3884                       1 	(obj:6791)
-t_x(263859,1140)$LEBAS04A,3886                      1 	(obj:1592)
-t_x(263860,6279)$LCES004,3887                       1 	(obj:7748)
-t_x(263862,16560)$LCES004,3888                      1 	(obj:22408)
-t_x(263868,9720)$LCES004,3890                       1 	(obj:11688)
-t_x(263905,3122)$MAB1204A,3891                      1 	(obj:3122)
-t_x(263921,13160)$LCES004,3892                      1 	(obj:16933)
-t_x(263922,3528)$GL34W04,3893                       1 	(obj:3528)
-t_x(263931,15286)$MRAE04,3895                       1 	(obj:22703)
-t_x(263958,4533)$LCES004,3896                       1 	(obj:5588)
-t_x(263962,5339)$LCES004,3897                       1 	(obj:6558)
-t_x(263986,4372)$MAB3404A,3898                      1 	(obj:6389)
-t_x(264011,8614)$LCES004,3899                       1 	(obj:10261)
-t_x(264013,2569)$MAB3404A,3900                      1 	(obj:3325)
-t_x(264033,14236)$MGY04,3901                        1 	(obj:21283)
-t_x(267745,4210)$EBBRA04E,3903                      1 	(obj:6177)
-t_x(269731,4027)$EBBRA04E,3909                      1 	(obj:5779)
-t_x(269896,1872)$EBBRA04E,3910                      1 	(obj:1872)
-t_x(270314,7480)$EGNOR04M,3911                      1 	(obj:10898)
-t_x(270468,9064)$YB3EH04E,3913                      1 	(obj:13089)
-t_x(270762,2903)$YB5WH04M,3915                      1 	(obj:4015)
-t_x(271099,10918)$YB3EH04E,3916                     1 	(obj:16128)
-t_x(271199,1019)$RMZU04E,3917                       1 	(obj:1297)
-t_x(271214,7401)$RQXU04E,3919                       1 	(obj:10499)
-t_x(271412,10073)$LELVL04M,3920                     1 	(obj:14832)
-t_x(271428,2331)$KHVL104E,3921                      1 	(obj:2331)
-t_x(271601,2654)$RASI04M,3922                       1 	(obj:2761)
-t_x(271616,6708)$RQXSI04E,3923                      1 	(obj:9553)
-t_x(272204,13036)$YB3EH04E,3924                     1 	(obj:13036)
-t_x(272234,7976)$RQXU04E,3925                       1 	(obj:11769)
-t_x(272266,8797)$RQXSI04E,3927                      1 	(obj:12460)
-t_x(272287,12409)$YB3EH04E,3928                     1 	(obj:18428)
-t_x(272849,7399)$LGKFN04,3931                       1 	(obj:9854)
-t_x(272894,8602)$RQXU04E,3932                       1 	(obj:12654)
-t_x(273004,4273)$EGNOR04M,3933                      1 	(obj:5934)
-t_x(273032,6054)$RQXSI04E,3934                      1 	(obj:8265)
-t_x(273048,10680)$YD5WH04M,3935                     1 	(obj:15443)
-t_x(273072,8912)$RQXSI04E,3936                      1 	(obj:12704)
-t_x(273386,3598)$EGNOR04M,3937                      1 	(obj:4680)
-t_x(273540,111)$LOW304M,3938                        1 	(obj:111)
-t_x(273545,13260)$LFPND04,3939                      1 	(obj:19322)
-t_x(273554,3615)$EBEEC04M,3940                      1 	(obj:5035)
-t_x(273572,51693)$LGZAA04M,3942                     1 	(obj:76262)
-t_x(273599,53420)$LGZAA04M,3943                     1 	(obj:79513)
-t_x(273793,15859)$LELVL04M,3944                     1 	(obj:23004)
-t_x(273960,4985)$EGNOR04M,3945                      1 	(obj:7377)
-t_x(273980,2983)$PMXX04M,3946                       1 	(obj:3692)
-t_x(274216,8632)$EG11G04M,3947                      1 	(obj:12894)
-t_x(274389,11460)$LFPND04,3948                      1 	(obj:15949)
-t_x(274564,2418)$RQXSI04E,3949                      1 	(obj:2794)
-t_x(274577,7211)$YD5WH04M,3950                      1 	(obj:9788)
-t_x(274616,14213)$LELVL04M,3952                     1 	(obj:21144)
-t_x(274934,172)$KSLN2C04,3955                       1 	(obj:172)
-t_x(275011,1390)$MT4AT04E,3957                      1 	(obj:1731)
-t_x(275027,44584)$LGZAA04M,3958                     1 	(obj:65513)
-t_x(275135,45028)$LGSRA04,3959                      1 	(obj:67484)
-t_x(275270,10169)$YB3EH04E,3960                     1 	(obj:14753)
-t_x(275272,1297)$EGNOR04M,3961                      1 	(obj:1297)
-t_x(275277,7454)$YD5WH04M,3962                      1 	(obj:10206)
-t_x(275522,9966)$GL4W04M,3964                       1 	(obj:14486)
-t_x(275682,2106)$RFBRT04M,3966                      1 	(obj:2788)
-t_x(275864,16860)$LFPND04,3968                      1 	(obj:24918)
-t_x(275987,5767)$MM204,3969                         1 	(obj:5767)
-t_x(276076,11675)$KFZ4404M,3970                     1 	(obj:11675)
-t_x(276122,5196)$EG11G04M,3971                      1 	(obj:6198)
-t_x(276300,9264)$LCES004M,3973                      1 	(obj:13782)
-t_x(276662,456)$EBEEC04M,3979                       1 	(obj:467)
-t_x(276837,7637)$RJIU04M,3981                       1 	(obj:11198)
-t_x(276925,12463)$RQXU04E,3984                      1 	(obj:18598)
-t_x(276959,2824)$PMXX04M,3985                       1 	(obj:3431)
-t_x(276966,9317)$EG11G04M,3986                      1 	(obj:9317)
-t_x(276991,4032)$MM204,3989                         1 	(obj:4032)
-t_x(277129,1268)$KCHI104M,3992                      1 	(obj:1785)
-t_x(277167,1105)$KSPE1P04,3993                      1 	(obj:1398)
-t_x(277190,6951)$EG11G04M,3994                      1 	(obj:9071)
-t_x(277197,12290)$RJIU04M,3995                      1 	(obj:18264)
-t_x(277284,3764)$EBBRA04E,4000                      1 	(obj:5339)
-t_x(277387,7055)$YB3EH04E,4005                      1 	(obj:10539)
-t_x(277424,9253)$EGNOR04M,4006                      1 	(obj:12913)
-t_x(277434,3671)$EG11G04M,4008                      1 	(obj:4589)
-t_x(277445,6620)$LEMDAT04,4009                      1 	(obj:9883)
-t_x(277472,7171)$EG11G04M,4011                      1 	(obj:10290)
-t_x(277484,496)$YB3EH04E,4012                       1 	(obj:700)
-t_x(277591,10169)$RQXU04E,4015                      1 	(obj:14919)
-t_x(277598,8860)$KSLN04M,4016                       1 	(obj:13209)
-t_x(277703,1676)$KHVL104E,4018                      1 	(obj:2141)
-t_x(277826,7552)$RJIU04M,4020                       1 	(obj:10901)
-t_x(277917,458)$BR404M,4022                         1 	(obj:513)
-t_x(277924,9465)$YB3EH04E,4023                      1 	(obj:13921)
-t_x(277936,7407)$LGKFN04,4024                       1 	(obj:9928)
-t_x(278036,10450)$RJIU04M,4026                      1 	(obj:15674)
-t_x(278067,5547)$EG11G04M,4028                      1 	(obj:6833)
-t_x(278123,3560)$EGNOR04M,4029                      1 	(obj:4599)
-t_x(278149,3803)$EGNOR04M,4030                      1 	(obj:4932)
-t_x(278158,280)$YB3EH04M,4032                       1 	(obj:280)
-t_x(278162,12323)$YB3EH04E,4033                     1 	(obj:18325)
-t_x(278209,3600)$KHVL104E,4035                      1 	(obj:3600)
-t_x(278261,6450)$KFZ4404M,4036                      1 	(obj:9264)
-t_x(278295,7040)$RNI04M,4037                        1 	(obj:10082)
-t_x(278320,6298)$EGNOR04M,4038                      1 	(obj:9300)
-t_x(278322,2211)$YH5MH04M,4039                      1 	(obj:3254)
-t_x(278386,7190)$EGNOR04M,4040                      1 	(obj:10406)
-t_x(278487,1129)$YH5MH04M,4041                      1 	(obj:1342)
-t_x(278529,7187)$LELVU04,4042                       1 	(obj:10623)
-t_x(278562,2668)$YBOLN04M,4045                      1 	(obj:3739)
-t_x(278564,6773)$EGPFA04,4046                       1 	(obj:9988)
-t_x(278565,3360)$LELVU04,4047                       1 	(obj:4489)
-t_x(278592,6162)$LELVU04,4049                       1 	(obj:6162)
-t_x(278663,8145)$EGNOR04M,4055                      1 	(obj:10848)
-t_x(278669,2831)$EHAMA04,4056                       1 	(obj:3505)
-t_x(278681,4358)$EHAMA04,4057                       1 	(obj:5439)
-t_x(278814,8718)$YB3EH04E,4059                      1 	(obj:12903)
-t_x(278830,11819)$RQXU04E,4060                      1 	(obj:17649)
-t_x(278855,2332)$YH5MH04M,4062                      1 	(obj:3350)
-t_x(278862,285)$KFZ4404E,4063                       1 	(obj:424)
-t_x(278871,4560)$YB3EH04E,4064                      1 	(obj:6364)
-t_x(278885,10501)$RQXU04E,4066                      1 	(obj:15471)
-t_x(278920,12508)$YB3EH04E,4069                     1 	(obj:18688)
-t_x(279006,1335)$BKED1204,4072                      1 	(obj:1539)
-t_x(279011,26356)$LGZAA04M,4073                     1 	(obj:36217)
-t_x(279048,739)$KHVL104E,4074                       1 	(obj:753)
-t_x(279142,10783)$RQXU04E,4075                      1 	(obj:15880)
-t_x(279160,2137)$EBEEC04M,4076                      1 	(obj:2137)
-t_x(279192,132)$MM204,4079                          1 	(obj:181)
-t_x(279243,2640)$KSPE1P04,4081                      1 	(obj:3620)
-t_x(279250,975)$KSPE1P04,4082                       1 	(obj:1275)
-t_x(279259,1278)$YH5MH04M,4083                      1 	(obj:1677)
-t_x(279261,36717)$LGSRA04,4084                      1 	(obj:53634)
-t_x(279279,11503)$YB3EH04E,4085                     1 	(obj:16935)
-t_x(279312,3240)$KSPE1P04,4087                      1 	(obj:4418)
-t_x(279318,3300)$LCES004M,4088                      1 	(obj:4172)
-t_x(279339,5252)$YBOLN04M,4089                      1 	(obj:7806)
-t_x(279395,9296)$YB3EH04E,4093                      1 	(obj:13745)
-t_x(279403,3000)$KSPE1P04,4095                      1 	(obj:4488)
-t_x(279405,440)$KFZ4404E,4096                       1 	(obj:440)
-t_x(279411,2820)$KSPE1P04,4098                      1 	(obj:3741)
-t_x(279431,10729)$YB3EH04E,4099                     1 	(obj:16038)
-t_x(279450,3439)$MT4AT04E,4100                      1 	(obj:5132)
-t_x(279482,9975)$YB3EH04E,4102                      1 	(obj:14532)
-t_x(279494,7905)$EGPFA04,4104                       1 	(obj:11753)
-t_x(279552,3336)$EBBRA04E,4107                      1 	(obj:4593)
-t_x(279592,1972)$YH5MH04M,4108                      1 	(obj:2512)
-t_x(279621,1225)$YH5MH04M,4109                      1 	(obj:1417)
-t_x(279622,6436)$EGPFA04,4110                       1 	(obj:9519)
-t_x(279627,5078)$EGPFA04,4111                       1 	(obj:6575)
-t_x(279642,1375)$KHVL104E,4112                      1 	(obj:1571)
-t_x(279652,2337)$KSPE1P04,4114                      1 	(obj:3142)
-t_x(279686,8400)$YB3EH04E,4115                      1 	(obj:12339)
-t_x(279687,2926)$LGRPA04M,4116                      1 	(obj:3723)
-t_x(279693,1122)$YH5MH04M,4118                      1 	(obj:1299)
-t_x(279734,12307)$YB3EH04E,4121                     1 	(obj:18272)
-t_x(279735,1036)$KSPE1P04,4122                      1 	(obj:1252)
-t_x(279756,2939)$KSPE1P04,4123                      1 	(obj:3781)
-t_x(279804,2024)$YH5MH04M,4126                      1 	(obj:2797)
-t_x(279817,6060)$EGNOR04M,4127                      1 	(obj:8364)
-t_x(279832,4223)$YB5KL04E,4129                      1 	(obj:6211)
-t_x(279834,1116)$KFZ4404E,4130                      1 	(obj:1275)
-t_x(279882,2502)$LCS12W03,4131                      1 	(obj:3623)
-t_x(279893,3766)$EHAMA04,4134                       1 	(obj:4603)
-t_x(279896,2370)$RASI04M,4135                       1 	(obj:3029)
-t_x(279899,423)$KFZ4404E,4136                       1 	(obj:423)
-t_x(279900,2560)$KFZ4404E,4137                      1 	(obj:3818)
-t_x(279946,5207)$EHAMA04,4139                       1 	(obj:7766)
-t_x(279965,3535)$LEBAS04M,4141                      1 	(obj:5097)
-t_x(280021,5965)$EGNOR04M,4145                      1 	(obj:8285)
-t_x(280115,2556)$KWUR1C04,4150                      1 	(obj:2556)
-t_x(280122,2534)$KWUR404E,4151                      1 	(obj:2534)
-t_x(280153,9060)$LCES004M,4154                      1 	(obj:13382)
-t_x(280174,7409)$KSPE1P04,4156                      1 	(obj:7409)
-t_x(280203,5796)$RMZU04,4158                        1 	(obj:8569)
-t_x(280221,10308)$YB3EH04E,4160                     1 	(obj:15194)
-t_x(280245,10200)$RQXSI04E,4161                     1 	(obj:14611)
-t_x(280252,10560)$RQXSI04E,4162                     1 	(obj:15269)
-t_x(280274,10440)$RQXSI04E,4164                     1 	(obj:15019)
-t_x(280278,8871)$EGNOR04M,4166                      1 	(obj:12189)
-t_x(280283,967)$YH5MH04M,4167                       1 	(obj:1068)
-t_x(280365,9616)$LELVL04M,4170                      1 	(obj:9616)
-t_x(280374,12405)$YB3EH04E,4171                     1 	(obj:12405)
-t_x(280391,6661)$RMZU04E,4172                       1 	(obj:6661)
-t_x(280396,3485)$YBOLN04M,4173                      1 	(obj:5171)
-t_x(280411,46791)$LGZAA04M,4174                     1 	(obj:46791)
-t_x(280430,27033)$LGZAA04M,4176                     1 	(obj:37686)
-t_x(280458,1168)$EBEEC04M,4178                      1 	(obj:1535)
-t_x(280491,172)$RASI04M,4180                        1 	(obj:172)
-t_x(280645,10771)$YB3EH04E,4185                     1 	(obj:15958)
-t_x(280666,3894)$KSLN04A,4186                       1 	(obj:3894)
-t_x(280667,17418)$LGSRA04,4187                      1 	(obj:24584)
-t_x(280706,8820)$RQXSI04E,4189                      1 	(obj:12562)
-t_x(280754,5367)$KSLN04M,4191                       1 	(obj:5367)
-t_x(280768,9297)$KFZ4404M,4192                      1 	(obj:9297)
-t_x(280779,4332)$KSAL1204,4193                      1 	(obj:4332)
-t_x(280791,522)$KCHI104M,4195                       1 	(obj:547)
-t_x(280804,4274)$RMZU04E,4197                       1 	(obj:6324)
-t_x(280807,10068)$KFZ4404M,4198                     1 	(obj:10068)
-t_x(280810,6509)$RMZU04,4199                        1 	(obj:6509)
-t_x(280825,8100)$LGKFN04,4201                       1 	(obj:11692)
-t_x(280871,5136)$LELVU04,4202                       1 	(obj:6621)
-t_x(280895,6877)$RVKWU04M,4203                      1 	(obj:10000)
-t_x(280928,7247)$KFZ4404M,4204                      1 	(obj:10622)
-t_x(281048,7787)$LGKFN04,4205                       1 	(obj:10595)
-t_x(281059,10054)$YB3EH04E,4207                     1 	(obj:14837)
-t_x(281074,3386)$RMZU04E,4208                       1 	(obj:5042)
-t_x(281148,3539)$LGRPA04M,4212                      1 	(obj:4710)
-t_x(281174,8952)$YB3EH04E,4214                      1 	(obj:12950)
-t_x(281185,7200)$EGNOR04M,4215                      1 	(obj:10725)
-t_x(281290,10448)$RQXU04E,4218                      1 	(obj:15540)
-t_x(281293,1773)$KFZ4404E,4219                      1 	(obj:2370)
-t_x(281334,5702)$RVKWU04M,4223                      1 	(obj:7570)
-t_x(281346,7020)$RQXSI04E,4224                      1 	(obj:10002)
-t_x(281349,9920)$RQXSI04E,4226                      1 	(obj:14002)
-t_x(281372,44909)$LGSRA04,4228                      1 	(obj:66223)
-t_x(281466,4261)$EGNOR04M,4230                      1 	(obj:5747)
-t_x(281487,3982)$RMZU04E,4233                       1 	(obj:3982)
-t_x(281534,4095)$LGRPA04M,4236                      1 	(obj:5677)
-t_x(281723,8719)$LELVL04M,4244                      1 	(obj:8719)
-t_x(281749,10560)$YB3EH04E,4245                     1 	(obj:15494)
-t_x(281755,11253)$YB3EH04A,4246                     1 	(obj:16759)
-t_x(281881,2759)$RMZSI04,4250                       1 	(obj:3802)
-t_x(281891,2392)$KWUR404E,4252                      1 	(obj:3550)
-t_x(281905,898)$YH5MH04M,4254                       1 	(obj:953)
-t_x(281915,2039)$LCS12W03,4256                      1 	(obj:2897)
-t_x(281923,9637)$YB3EH04A,4258                      1 	(obj:14380)
-t_x(281951,12321)$RQXSI04E,4261                     1 	(obj:12321)
-t_x(281962,5110)$PMXX04M,4262                       1 	(obj:6850)
-t_x(281989,3146)$YH5MH04M,4264                      1 	(obj:4336)
-t_x(282046,7053)$YB3EH04E,4265                      1 	(obj:10241)
-t_x(282057,2344)$KWUR404E,4266                      1 	(obj:3457)
-t_x(282085,1292)$CPGSE04,4268                       1 	(obj:1292)
-t_x(282090,4860)$LELVL04M,4269                      1 	(obj:6703)
-t_x(282129,11423)$LGZAA04M,4273                     1 	(obj:16036)
-t_x(282176,971)$RMZU04E,4275                        1 	(obj:1202)
-t_x(282205,5549)$YB3EH04E,4276                      1 	(obj:8274)
-t_x(282278,3010)$YH5MH04M,4278                      1 	(obj:4140)
-t_x(282303,1725)$YBOLN04M,4280                      1 	(obj:2490)
-t_x(282430,4174)$EBBRA04E,4285                      1 	(obj:5935)
-t_x(282480,9415)$RQXSI04E,4288                      1 	(obj:13442)
-t_x(282505,1626)$RFBRT04M,4290                      1 	(obj:2043)
-t_x(282514,2121)$RQXSI04E,4291                      1 	(obj:2267)
-t_x(282620,4904)$YB3EH04A,4296                      1 	(obj:6951)
-t_x(282623,1817)$CPGSE04,4297                       1 	(obj:1817)
-t_x(282645,9934)$RQXU04E,4298                       1 	(obj:14483)
-t_x(282657,12042)$YB3EH04E,4300                     1 	(obj:17693)
-t_x(282660,8682)$GL4W04M,4301                       1 	(obj:11973)
-t_x(282665,43984)$LGSRA04,4302                      1 	(obj:64554)
-t_x(282677,8132)$YB3EH04E,4303                      1 	(obj:12016)
-t_x(282696,23)$KFZ4404E,4304                        1 	(obj:23)
-t_x(282720,922)$KWUR404E,4305                       1 	(obj:1049)
-t_x(282727,8100)$LGKFN04,4306                       1 	(obj:11612)
-t_x(282755,1528)$KWUR404E,4308                      1 	(obj:1835)
-t_x(282784,7505)$RQXSI04E,4309                      1 	(obj:10729)
-t_x(282785,3501)$YB3EH04E,4310                      1 	(obj:3501)
-t_x(282807,1029)$LGKFN04,4311                       1 	(obj:1441)
-t_x(282822,12)$PMXX04M,4312                         1 	(obj:12)
-t_x(282837,5071)$LEBAS04M,4313                      1 	(obj:7228)
-t_x(282854,12528)$RQXSI04E,4314                     1 	(obj:12528)
-t_x(282860,12576)$YB3EH04E,4316                     1 	(obj:12576)
-t_x(282878,12378)$YB3EH04E,4317                     1 	(obj:12378)
-t_x(282890,4962)$EGNOR04M,4319                      1 	(obj:6976)
-t_x(282894,1562)$YB3EH04E,4320                      1 	(obj:2235)
-t_x(282904,944)$EGNOR04M,4321                       1 	(obj:944)
-t_x(282924,6963)$RASI04M,4323                       1 	(obj:10346)
-t_x(282933,7487)$RASI04M,4324                       1 	(obj:11026)
-t_x(282954,8972)$RQXSI04E,4325                      1 	(obj:12828)
-t_x(282964,42545)$LGSRA04,4327                      1 	(obj:61450)
-t_x(283000,2176)$EBEEC04M,4329                      1 	(obj:2176)
-t_x(283005,8040)$RVKWU04M,4330                      1 	(obj:8040)
-t_x(283036,8696)$KFZ4404M,4331                      1 	(obj:12704)
-t_x(283037,18529)$LGZAA04M,4332                     1 	(obj:23818)
-t_x(283042,25010)$LGZAA04M,4333                     1 	(obj:33329)
-t_x(283045,6556)$RASI04M,4334                       1 	(obj:9625)
-t_x(283050,437)$CPRFBR04,4335                       1 	(obj:437)
-t_x(283102,9889)$YB3EH04E,4340                      1 	(obj:14579)
-t_x(283117,10489)$YB3EH04E,4342                     1 	(obj:15546)
-t_x(283128,3295)$YB3EH04E,4344                      1 	(obj:3295)
-t_x(283140,10910)$YB3EH04E,4346                     1 	(obj:16167)
-t_x(283194,4985)$PMXX04M,4347                       1 	(obj:6683)
-t_x(283211,5698)$RMZU04E,4349                       1 	(obj:8377)
-t_x(283253,6169)$RASI04M,4352                       1 	(obj:8725)
-t_x(283256,4931)$EGNOR04M,4354                      1 	(obj:7016)
-t_x(283272,9947)$RQXSI04E,4357                      1 	(obj:14107)
-t_x(283288,1569)$KSLN04A,4358                       1 	(obj:2335)
-t_x(283289,1437)$RMZU04,4359                        1 	(obj:1998)
-t_x(283333,11503)$YB3EH04E,4362                     1 	(obj:17215)
-t_x(283343,10983)$YB3EH04E,4363                     1 	(obj:16345)
-t_x(283373,3095)$KWUR404E,4365                      1 	(obj:3095)
-t_x(283389,2066)$RQXSI04E,4366                      1 	(obj:2176)
-t_x(283392,6549)$RQXU04E,4367                       1 	(obj:9160)
-t_x(283414,6276)$YB3EH04E,4368                      1 	(obj:9171)
-t_x(283444,51025)$LGZAA04M,4370                     1 	(obj:74745)
-t_x(283458,2032)$RMZSI04,4372                       1 	(obj:2337)
-t_x(283489,5807)$RVKWU04M,4375                      1 	(obj:7715)
-t_x(283510,5699)$RMZU04E,4376                       1 	(obj:8460)
-t_x(283526,13213)$KFZ4404M,4377                     1 	(obj:19751)
-t_x(283544,33739)$LGZAA04M,4378                     1 	(obj:46031)
-t_x(283549,19294)$KFZ4404M,4379                     1 	(obj:28879)
-t_x(283558,469)$YB3EH04E,4380                       1 	(obj:639)
-t_x(283559,7772)$LGKFN04,4381                       1 	(obj:10516)
-t_x(283561,44055)$LGZAA04M,4382                     1 	(obj:62947)
-t_x(283562,4494)$PMXX04M,4383                       1 	(obj:5625)
-t_x(283584,5760)$YB3EH04E,4384                      1 	(obj:8520)
-t_x(283607,6011)$EBEEC04M,4387                      1 	(obj:7915)
-t_x(283663,1953)$RQXSI04E,4388                      1 	(obj:2004)
-t_x(283667,1610)$YB3EH04E,4389                      1 	(obj:2308)
-t_x(283688,8364)$RQXSI04E,4390                      1 	(obj:11744)
-t_x(283706,14684)$KFZ4404M,4391                     1 	(obj:21886)
-t_x(283734,10134)$EG11G04M,4394                     1 	(obj:14833)
-t_x(283750,6420)$EG11G04M,4397                      1 	(obj:8042)
-t_x(283751,8618)$RQXSI04E,4398                      1 	(obj:12266)
-t_x(283760,2473)$FUJ04M,4399                        1 	(obj:3364)
-t_x(283795,6542)$RVKWU04M,4400                      1 	(obj:9209)
-t_x(283812,6068)$RQXU04E,4401                       1 	(obj:8626)
-t_x(283823,5160)$YB3EH04E,4403                      1 	(obj:7206)
-t_x(283862,1028)$RASI04M,4406                       1 	(obj:1049)
-t_x(283872,12540)$LELVL04M,4407                     1 	(obj:18767)
-t_x(283889,6194)$LELVL04M,4408                      1 	(obj:8639)
-t_x(283895,8480)$EG11G04M,4409                      1 	(obj:12505)
-t_x(283941,1190)$CPRFBR04,4411                      1 	(obj:1736)
-t_x(284008,4337)$RASI04M,4417                       1 	(obj:6433)
-t_x(284104,5880)$EG11G04M,4425                      1 	(obj:7531)
-t_x(284106,6383)$RQXSI04E,4426                      1 	(obj:9009)
-t_x(284109,10707)$RQXU04E,4428                      1 	(obj:15982)
-t_x(284114,3943)$RASI04M,4429                       1 	(obj:5820)
-t_x(284125,2554)$RMZSI04,4430                       1 	(obj:3250)
-t_x(284184,3132)$RMZSI04,4436                       1 	(obj:4488)
-t_x(284185,4241)$KSLN04M,4437                       1 	(obj:6275)
-t_x(284206,3212)$RMZU04,4440                        1 	(obj:4353)
-t_x(284224,1432)$RMZSI04,4441                       1 	(obj:1473)
-t_x(284228,4421)$BKED1204,4442                      1 	(obj:6287)
-t_x(284242,4540)$LEMDAT04,4443                      1 	(obj:6756)
-t_x(284260,2911)$RASI04M,4446                       1 	(obj:3893)
-t_x(284275,8740)$KFZ4404M,4448                      1 	(obj:8740)
-t_x(284287,1396)$PMXX04M,4450                       1 	(obj:1581)
-t_x(284313,3880)$RQXSI04E,4452                      1 	(obj:4982)
-t_x(284316,2289)$YD5WH04M,4453                      1 	(obj:3278)
-t_x(284344,5035)$YB3EH04E,4456                      1 	(obj:7468)
-t_x(284349,1620)$RQXU04E,4458                       1 	(obj:2354)
-t_x(284357,3913)$RVKWU04M,4460                      1 	(obj:4593)
-t_x(284393,6204)$YB3EH04E,4463                      1 	(obj:9075)
-t_x(284417,3733)$EGNOR04M,4465                      1 	(obj:4829)
-t_x(284418,3484)$RMZU04E,4466                       1 	(obj:3484)
-t_x(284450,3398)$KSLN04M,4468                       1 	(obj:4722)
-t_x(284467,1173)$RMZU04E,4469                       1 	(obj:1534)
-t_x(284562,12363)$KFZ4404M,4471                     1 	(obj:18303)
-t_x(284566,673)$YB3EH04A,4472                       1 	(obj:712)
-t_x(284595,5922)$RQXSI04E,4473                      1 	(obj:8086)
-t_x(284641,16817)$MGY04,4476                        1 	(obj:16817)
-t_x(284723,6249)$YB3EH04E,4479                      1 	(obj:9133)
-t_x(284738,4411)$BKED1204,4480                      1 	(obj:6114)
-t_x(284781,5637)$GL4W04M,4481                       1 	(obj:5637)
-t_x(284786,7567)$YD5WH04M,4482                      1 	(obj:11171)
-t_x(284797,3080)$YB3EH04E,4483                      1 	(obj:4409)
-t_x(284839,1789)$RASI04M,4485                       1 	(obj:2299)
-t_x(284856,7217)$PMXX04M,4486                       1 	(obj:7217)
-t_x(284860,2626)$RVKWU04M,4487                      1 	(obj:2652)
-t_x(284868,3715)$KSLN04M,4488                       1 	(obj:5187)
-t_x(284876,7268)$LFPNA04,4489                       1 	(obj:10033)
-t_x(284880,1980)$EG11G04M,4490                      1 	(obj:2605)
-t_x(284894,6576)$PMXX04M,4491                       1 	(obj:9472)
-t_x(284911,12584)$KFZ4404M,4492                     1 	(obj:18622)
-t_x(284929,1150)$KCHI104M,4494                      1 	(obj:1642)
-t_x(284933,4847)$LELVL04M,4495                      1 	(obj:6606)
-t_x(284981,7177)$PMXX04M,4496                       1 	(obj:10686)
-t_x(285042,4971)$LELVL04M,4498                      1 	(obj:7239)
-t_x(285070,874)$RMZU04E,4499                        1 	(obj:1071)
-t_x(285076,1538)$LGRPA04M,4500                      1 	(obj:1917)
-t_x(285084,840)$KALP2C04,4501                       1 	(obj:1228)
-t_x(285128,7737)$EG11G04M,4504                      1 	(obj:11198)
-t_x(285148,1657)$KSLN04M,4505                       1 	(obj:2235)
-t_x(285157,981)$LELVU04,4506                        1 	(obj:1381)
-t_x(285163,6053)$MM304,4507                         1 	(obj:8990)
-t_x(285171,1812)$KFZ4404E,4508                      1 	(obj:2601)
-t_x(285189,3448)$RVKWU04M,4511                      1 	(obj:3805)
-t_x(285193,6306)$BR404M,4512                        1 	(obj:9245)
-t_x(285209,7099)$PMXX04M,4513                       1 	(obj:10444)
-t_x(285241,32958)$LGZAA04M,4515                     1 	(obj:44514)
-t_x(285291,539)$EBEEC04M,4517                       1 	(obj:578)
-t_x(285292,6545)$RASI04M,4518                       1 	(obj:9421)
-t_x(285296,11399)$LCES004M,4519                     1 	(obj:16950)
-t_x(285300,3841)$YB3EH04E,4520                      1 	(obj:3841)
-t_x(285308,3892)$GL4W04M,4521                       1 	(obj:5644)
-t_x(285360,6015)$BR404M,4523                        1 	(obj:8506)
-t_x(285368,4167)$LGRPA04M,4524                      1 	(obj:6048)
-t_x(285379,8040)$RNS04M,4526                        1 	(obj:11886)
-t_x(285383,12366)$RJIU04M,4527                      1 	(obj:18204)
-t_x(285393,12956)$LGKFN04,4528                      1 	(obj:12956)
-t_x(285395,9205)$KFZ4404M,4529                      1 	(obj:9205)
-t_x(285431,10204)$LGKFN04,4530                      1 	(obj:14034)
-t_x(285459,12321)$LCES004,4534                      1 	(obj:15815)
-t_x(285470,7465)$PMXX04M,4535                       1 	(obj:7465)
-t_x(285482,5132)$PMXX04M,4537                       1 	(obj:6950)
-t_x(285483,16413)$KFZ4404M,4538                     1 	(obj:24520)
-t_x(285506,5110)$YB5WH04M,4539                      1 	(obj:7381)
-t_x(285525,5934)$KFZ4404M,4541                      1 	(obj:8521)
-t_x(285540,10260)$LGKFN04,4542                      1 	(obj:10260)
-t_x(285553,422)$CPGSE04,4543                        1 	(obj:631)
-t_x(285575,9969)$LELVL04M,4545                      1 	(obj:14298)
-t_x(285583,2031)$LGAVA04,4546                       1 	(obj:2271)
-t_x(285585,12705)$MRAE04,4547                       1 	(obj:18571)
-t_x(285593,10678)$LCES004M,4549                     1 	(obj:15129)
-t_x(285624,1158)$YD5WH04M,4552                      1 	(obj:1375)
-t_x(285662,6949)$RNS04M,4555                        1 	(obj:6949)
-t_x(285671,10286)$RJIU04M,4557                      1 	(obj:14936)
-t_x(285688,2899)$RQXSI04E,4560                      1 	(obj:3530)
-t_x(285718,3305)$BR404M,4564                        1 	(obj:4821)
-t_x(285723,2304)$EHAMA04,4565                       1 	(obj:2815)
-t_x(285724,3561)$BR404M,4566                        1 	(obj:5305)
-t_x(285772,200)$YB3EH04E,4571                       1 	(obj:225)
-t_x(285782,8469)$RQXSI04E,4572                      1 	(obj:12002)
-t_x(285794,2895)$RQXSI04E,4574                      1 	(obj:3454)
-t_x(285826,9513)$YB3EH04E,4577                      1 	(obj:13935)
-t_x(285835,11610)$RMZU04,4578                       1 	(obj:17378)
-t_x(285843,8280)$LELVL04M,4580                      1 	(obj:12295)
-t_x(285862,4039)$RMZU04E,4582                       1 	(obj:4039)
-t_x(285863,10645)$RQXSI04E,4583                     1 	(obj:15594)
-t_x(285895,10155)$PMXX04M,4586                      1 	(obj:15217)
-t_x(285949,10271)$RQXSI04E,4589                     1 	(obj:14834)
-t_x(285980,6485)$LCES004M,4591                      1 	(obj:8990)
-t_x(286031,8400)$LGKFN04,4596                       1 	(obj:8400)
-t_x(286071,17534)$EDGG704,4598                      1 	(obj:25775)
-t_x(286122,1578)$KSLN04M,4602                       1 	(obj:2120)
-t_x(286277,11272)$KFZ4404M,4612                     1 	(obj:15745)
-t_x(286317,5935)$KWUR404E,4614                      1 	(obj:8486)
-t_x(286347,5760)$MM204,4617                         1 	(obj:8556)
-t_x(286404,3936)$KCHI104M,4618                      1 	(obj:4990)
-t_x(286416,1900)$MM304,4620                         1 	(obj:1900)
-t_x(286461,952)$YB3EH04E,4622                       1 	(obj:1288)
-t_x(286485,8294)$YB3EH04E,4623                      1 	(obj:12339)
-t_x(286499,6574)$KWUR404E,4626                      1 	(obj:6574)
-t_x(286506,3284)$LELVL04M,4627                      1 	(obj:4467)
-t_x(286516,11725)$EGPFA04,4628                      1 	(obj:17378)
-t_x(286569,10609)$RQXSI04E,4630                     1 	(obj:15389)
-t_x(286582,11639)$KFZ4404M,4632                     1 	(obj:16431)
-t_x(286625,3490)$PMXX04M,4637                       1 	(obj:4291)
-t_x(286627,7369)$YB3EH04E,4638                      1 	(obj:10700)
-t_x(286638,3954)$RNS04M,4640                        1 	(obj:5415)
-t_x(286639,11811)$BKED1204,4641                     1 	(obj:17467)
-t_x(286682,4742)$EBBRA04E,4644                      1 	(obj:6782)
-t_x(286690,4389)$EHAMA04,4646                       1 	(obj:5562)
-t_x(286712,7164)$MM304,4647                         1 	(obj:10416)
-t_x(286713,6960)$LFPND04,4648                       1 	(obj:9847)
-t_x(286715,19222)$KFZ4404M,4649                     1 	(obj:28690)
-t_x(286726,8050)$YB3EH04E,4650                      1 	(obj:11845)
-t_x(286733,1957)$KWUR1C04,4651                      1 	(obj:1957)
-t_x(286771,14007)$MRAE04,4657                       1 	(obj:20576)
-t_x(286781,11611)$KFZ4404M,4660                     1 	(obj:17371)
-t_x(286791,4463)$EBBRA04E,4661                      1 	(obj:4463)
-t_x(286897,10048)$RQXSI04E,4671                     1 	(obj:14255)
-t_x(286902,6053)$YBOLN04M,4672                      1 	(obj:6053)
-t_x(286912,4186)$KFZ4404M,4673                      1 	(obj:6249)
-t_x(286952,12290)$YB3EH04E,4674                     1 	(obj:18175)
-t_x(286963,3709)$RQXSI04E,4675                      1 	(obj:4691)
-t_x(286969,2289)$RASI04M,4677                       1 	(obj:2820)
-t_x(286988,6352)$MM204,4678                         1 	(obj:9128)
-t_x(287011,1536)$RMZU04E,4680                       1 	(obj:2049)
-t_x(287014,4947)$KSLN04M,4681                       1 	(obj:7397)
-t_x(287016,5177)$EBBRA04E,4682                      1 	(obj:7676)
-t_x(287044,5220)$KSPE104D,4686                      1 	(obj:7827)
-t_x(287051,61)$BR204M,4689                          1 	(obj:61)
-t_x(287076,13193)$KFZ4404M,4690                     1 	(obj:19696)
-t_x(287081,20312)$LGSRA04,4691                      1 	(obj:27439)
-t_x(287111,2770)$EGNOR04M,4692                      1 	(obj:3410)
-t_x(287119,6028)$RJIU04M,4693                       1 	(obj:8330)
-t_x(287126,1642)$YB3EH04E,4694                      1 	(obj:2421)
-t_x(287132,13069)$KFZ4404M,4696                     1 	(obj:19486)
-t_x(287179,8295)$LGKFN04,4702                       1 	(obj:12208)
-t_x(287185,3565)$YH5MH04M,4704                      1 	(obj:5319)
-t_x(287193,4250)$RQXSI04E,4705                      1 	(obj:5871)
-t_x(287195,2468)$BR204M,4707                        1 	(obj:3350)
-t_x(287201,7413)$YB3EH04E,4709                      1 	(obj:10977)
-t_x(287222,6218)$RQXSI04E,4712                      1 	(obj:8648)
-t_x(287241,2580)$MAB1204A,4715                      1 	(obj:3681)
-t_x(287243,6960)$LGKFN04,4716                       1 	(obj:9289)
-t_x(287244,5929)$YB3EH04E,4717                      1 	(obj:5929)
-t_x(287253,629)$YB3EH04E,4718                       1 	(obj:915)
-t_x(287287,666)$RMZU04E,4721                        1 	(obj:797)
-t_x(287288,2162)$KSPE1P04,4722                      1 	(obj:2731)
-t_x(287314,1380)$LCS12W03,4723                      1 	(obj:2062)
-t_x(287329,6377)$YB5WH04M,4725                      1 	(obj:9334)
-t_x(287335,900)$LCS12W03,4726                       1 	(obj:1211)
-t_x(287343,1388)$LGIRA04,4728                       1 	(obj:1437)
-t_x(287347,14800)$MRAE04,4729                       1 	(obj:22048)
-t_x(287372,874)$KSPE1P04,4732                       1 	(obj:1038)
-t_x(287402,8926)$LELVL04M,4733                      1 	(obj:13089)
-t_x(287409,1987)$EGNOR04M,4734                      1 	(obj:2635)
-t_x(287433,3767)$EBBRA04E,4737                      1 	(obj:5395)
-t_x(287438,11331)$RJIU04M,4738                      1 	(obj:16100)
-t_x(287515,5446)$KFZ4404M,4741                      1 	(obj:7792)
-t_x(287518,6412)$YB3EH04E,4742                      1 	(obj:9510)
-t_x(287524,4920)$LGKFN04,4743                       1 	(obj:6701)
-t_x(287527,1789)$KSPE1P04,4744                      1 	(obj:2246)
-t_x(287536,5596)$BR404M,4746                        1 	(obj:7915)
-t_x(287690,447)$LCS12W03,4758                       1 	(obj:447)
-t_x(287722,420)$BKED1204,4764                       1 	(obj:420)
-t_x(287736,3915)$PMXX04M,4765                       1 	(obj:4828)
-t_x(287785,10627)$KFZ4404M,4768                     1 	(obj:14796)
-t_x(287855,905)$RNS04M,4777                         1 	(obj:1103)
-t_x(287887,835)$KFUL1U04,4779                       1 	(obj:835)
-t_x(287891,6773)$RJIU04M,4780                       1 	(obj:9723)
-t_x(287895,5757)$PMXX04M,4781                       1 	(obj:7963)
-t_x(287899,6304)$KFZ4404M,4782                      1 	(obj:9117)
-t_x(287904,4800)$LGKFN04,4784                       1 	(obj:6088)
-t_x(287908,10846)$YB3EH04A,4785                     1 	(obj:15955)
-t_x(287918,4058)$LEMDAT04,4786                      1 	(obj:6034)
-t_x(287924,7518)$RNI04M,4787                        1 	(obj:10749)
-t_x(287944,12136)$KFZ4404M,4790                     1 	(obj:17219)
-t_x(287946,10057)$GL4W04M,4791                      1 	(obj:14455)
-t_x(287954,2125)$KFZ4404M,4792                      1 	(obj:3141)
-t_x(287971,6433)$MM204,4793                         1 	(obj:9573)
-t_x(287980,11002)$RQXSI04E,4794                     1 	(obj:16161)
-t_x(287993,7089)$KSPE104D,4795                      1 	(obj:10598)
-t_x(288004,4916)$KWUR1C04,4796                      1 	(obj:7186)
-t_x(288008,6415)$RMZU04,4797                        1 	(obj:9206)
-t_x(288046,954)$MM304,4799                          1 	(obj:1402)
-t_x(288059,1909)$KFZ4404M,4800                      1 	(obj:1909)
-t_x(288078,3444)$EBBRA04E,4801                      1 	(obj:4797)
-t_x(288089,8223)$RVKWU04M,4803                      1 	(obj:8223)
-t_x(288101,3360)$KSPE104D,4804                      1 	(obj:4582)
-t_x(288104,4353)$KSPE104D,4805                      1 	(obj:6367)
-t_x(288107,975)$KWUR404E,4806                       1 	(obj:1132)
-t_x(288113,136)$EG11G04M,4807                       1 	(obj:136)
-t_x(288115,1972)$GL34W04,4808                       1 	(obj:2793)
-t_x(288139,4296)$KFZ4404M,4809                      1 	(obj:6442)
-t_x(288145,2933)$YB3EH04E,4810                      1 	(obj:4366)
-t_x(288221,11822)$RQXSI04E,4817                     1 	(obj:17636)
-t_x(288242,6860)$PMXX04M,4820                       1 	(obj:9729)
-t_x(288247,7302)$LELVL04M,4821                      1 	(obj:10459)
-t_x(288253,7003)$RNI04M,4824                        1 	(obj:9881)
-t_x(288256,6180)$LELVU04,4825                       1 	(obj:9214)
-t_x(288279,3263)$YB3EH04E,4827                      1 	(obj:4881)
-t_x(288284,4031)$KSPE104D,4828                      1 	(obj:5574)
-t_x(288339,6232)$KFZ4404M,4831                      1 	(obj:9012)
-t_x(288361,5729)$PMXX04M,4834                       1 	(obj:7857)
-t_x(288377,5136)$RVKWU04M,4836                      1 	(obj:6815)
-t_x(288381,5580)$EG11G04M,4837                      1 	(obj:6967)
-t_x(288401,4347)$EGNOR04M,4838                      1 	(obj:6230)
-t_x(288405,3675)$PMXX04M,4841                       1 	(obj:4575)
-t_x(288411,5751)$EBBRA04E,4842                      1 	(obj:8385)
-t_x(288421,11391)$YB3EH04E,4843                     1 	(obj:16867)
-t_x(288445,12736)$KFZ4404M,4845                     1 	(obj:18904)
-t_x(288468,1632)$EBBRA04E,4846                      1 	(obj:1632)
-t_x(288483,5919)$LGRPA04M,4847                      1 	(obj:8721)
-t_x(288501,6798)$LELVU04,4849                       1 	(obj:9852)
-t_x(288519,657)$YB5WH04M,4852                       1 	(obj:657)
-t_x(288529,11563)$RJIU04M,4854                      1 	(obj:16660)
-t_x(288555,6627)$KFZ4404M,4855                      1 	(obj:9493)
-t_x(288568,987)$RQXSI04E,4856                       1 	(obj:987)
-t_x(288601,5974)$LGKFN04,4859                       1 	(obj:8086)
-t_x(288623,6677)$KFZ4404M,4860                      1 	(obj:9717)
-t_x(288692,8520)$YB3EH04E,4863                      1 	(obj:12614)
-t_x(288693,8835)$RJIU04M,4864                       1 	(obj:12861)
-t_x(288694,545)$KCHI104M,4865                       1 	(obj:643)
-t_x(288702,3263)$RMZSI04,4867                       1 	(obj:4889)
-t_x(288720,7311)$EBEEC04M,4869                      1 	(obj:10251)
-t_x(288723,6632)$RMZU04,4870                        1 	(obj:9495)
-t_x(288728,3051)$EBEEC04M,4872                      1 	(obj:4509)
-t_x(288800,7912)$KFZ4404M,4877                      1 	(obj:11579)
-t_x(288846,210)$YB3EH04M,4879                       1 	(obj:210)
-t_x(288879,5785)$RASI04M,4882                       1 	(obj:8312)
-t_x(288911,2281)$KSPE104D,4883                      1 	(obj:3276)
-t_x(288914,11864)$MRAE04,4884                       1 	(obj:17130)
-t_x(288915,11865)$MRAE04,4885                       1 	(obj:17220)
-t_x(288927,11102)$KFZ4404M,4887                     1 	(obj:15572)
-t_x(288930,2268)$KFZ4404M,4888                      1 	(obj:3351)
-t_x(288940,1843)$EG11G04M,4889                      1 	(obj:2450)
-t_x(288954,3960)$KSPE1P04,4891                      1 	(obj:5750)
-t_x(288966,6522)$LCES004M,4892                      1 	(obj:9421)
-t_x(288982,3072)$YB3EH04E,4894                      1 	(obj:4586)
-t_x(288992,9894)$RJIU04M,4897                       1 	(obj:14531)
-t_x(289007,4249)$RQXU04E,4899                       1 	(obj:6141)
-t_x(289013,12421)$MRAE04,4900                       1 	(obj:18340)
-t_x(289136,4953)$RJIU04M,4909                       1 	(obj:6822)
-t_x(289170,6471)$LELVL104,4913                      1 	(obj:9349)
-t_x(289171,2941)$EG11G04M,4914                      1 	(obj:3888)
-t_x(289192,11494)$MRAE04,4917                       1 	(obj:16207)
-t_x(289194,41643)$LGZAA04M,4918                     1 	(obj:57203)
-t_x(289224,1645)$LCES004M,4921                      1 	(obj:2328)
-t_x(289232,8125)$RJIU04M,4922                       1 	(obj:11799)
-t_x(289238,3419)$EGNOR04M,4923                      1 	(obj:4341)
-t_x(289277,11000)$YB3EH04E,4928                     1 	(obj:16291)
-t_x(289283,2140)$LEMDAT04,4930                      1 	(obj:2465)
-t_x(289309,4104)$KSLN04M,4933                       1 	(obj:6082)
-t_x(289314,9839)$YB3EH04E,4934                      1 	(obj:14542)
-t_x(289318,8541)$RJIU04M,4936                       1 	(obj:12444)
-t_x(289328,1530)$KCHI104M,4937                      1 	(obj:2239)
-t_x(289347,6785)$MRAE04,4939                        1 	(obj:9405)
-t_x(289397,3780)$LGKFN04,4945                       1 	(obj:4671)
-t_x(289405,2548)$KSLN04M,4947                       1 	(obj:3524)
-t_x(289457,7572)$RJIU04M,4951                       1 	(obj:10995)
-t_x(289463,1032)$RASI04M,4952                       1 	(obj:1288)
-t_x(289502,6720)$EG11G04M,4957                      1 	(obj:8607)
-t_x(289514,10868)$LELVL104,4958                     1 	(obj:16297)
-t_x(289531,1501)$KSPE104D,4960                      1 	(obj:2150)
-t_x(289563,8925)$RJIU04M,4962                       1 	(obj:13073)
-t_x(289566,7740)$LGKFN04,4963                       1 	(obj:10425)
-t_x(289605,1515)$LCES004M,4967                      1 	(obj:2116)
-t_x(289613,2654)$KSLN04A,4968                       1 	(obj:3641)
-t_x(289618,4910)$YB3EH04E,4969                      1 	(obj:7256)
-t_x(289649,7670)$YB3EH04E,4970                      1 	(obj:11331)
-t_x(289655,4881)$RJIU04M,4971                       1 	(obj:6625)
-t_x(289684,17728)$EDGG704,4976                      1 	(obj:26267)
-t_x(289759,18122)$EDGG704,4982                      1 	(obj:26668)
-t_x(289805,12083)$YB3EH04E,4986                     1 	(obj:17802)
-t_x(289828,13174)$MRAE04,4987                       1 	(obj:19581)
-t_x(289843,8616)$MRAE04,4989                        1 	(obj:12461)
-t_x(289863,11915)$MRAE04,4991                       1 	(obj:17098)
-t_x(289872,10785)$KFZ4404M,4994                     1 	(obj:15042)
-t_x(289911,7474)$EBEEC04M,4997                      1 	(obj:10666)
-t_x(289945,7802)$LGKFN04,5000                       1 	(obj:10677)
-t_x(289989,15092)$EDGG704,5006                      1 	(obj:21219)
-t_x(289999,2977)$PMXX04M,5007                       1 	(obj:3618)
-t_x(290015,2937)$BR204M,5010                        1 	(obj:3944)
-t_x(290022,9180)$RQXU04E,5012                       1 	(obj:13762)
-t_x(290037,7623)$EGPFA04,5013                       1 	(obj:11023)
-t_x(290041,5772)$KFZ4404M,5014                      1 	(obj:8299)
-t_x(290061,16320)$EDGG704,5017                      1 	(obj:23680)
-t_x(290076,9138)$RJIU04M,5019                       1 	(obj:13244)
-t_x(290082,7212)$RNI04M,5020                        1 	(obj:10453)
-t_x(290112,1964)$YB3EH04E,5024                      1 	(obj:1964)
-t_x(290116,17945)$EDGG704,5025                      1 	(obj:26478)
-t_x(290215,11384)$RJIU04M,5031                      1 	(obj:16281)
-t_x(290247,10380)$YB3EH04E,5033                     1 	(obj:15293)
-t_x(290272,2761)$LEMDAT04,5036                      1 	(obj:3519)
-t_x(290302,2191)$YB3EH04E,5038                      1 	(obj:2191)
-t_x(290315,60)$MM304,5039                           1 	(obj:60)
-t_x(290342,5559)$RJIU04M,5041                       1 	(obj:7657)
-t_x(290343,4950)$RJIU04M,5042                       1 	(obj:6744)
-t_x(290352,1170)$KSPE104D,5043                      1 	(obj:1689)
-t_x(290362,12490)$LGKFN04,5044                      1 	(obj:18720)
-t_x(290367,5985)$MRAE04,5045                        1 	(obj:8031)
-t_x(290378,987)$YD5WH04M,5046                       1 	(obj:1169)
-t_x(290395,4952)$PMXX04M,5047                       1 	(obj:6577)
-t_x(290396,9374)$BR404M,5048                        1 	(obj:13771)
-t_x(290406,10741)$LELVU04,5049                      1 	(obj:15593)
-t_x(290407,7418)$LFMDA04A,5050                      1 	(obj:10248)
-t_x(290429,2111)$BKED1204,5052                      1 	(obj:3088)
-t_x(290436,13522)$KFZ4404M,5054                     1 	(obj:20266)
-t_x(290455,4154)$RNS04M,5057                        1 	(obj:5713)
-t_x(290468,420)$LEBAS04M,5058                       1 	(obj:582)
-t_x(290491,5163)$RNS04M,5060                        1 	(obj:7394)
-t_x(290539,1830)$LGRPA04M,5068                      1 	(obj:2396)
-t_x(290550,11254)$MRAE04,5069                       1 	(obj:15852)
-t_x(290566,11852)$MRAE04,5072                       1 	(obj:16916)
-t_x(290568,6063)$LELVU04,5074                       1 	(obj:8105)
-t_x(290574,9132)$RJIU04M,5076                       1 	(obj:13301)
-t_x(290583,1243)$YD5WH04M,5078                      1 	(obj:1512)
-t_x(290624,6898)$LEBAS04A,5080                      1 	(obj:10280)
-t_x(290635,11341)$RQXSI04E,5082                     1 	(obj:16813)
-t_x(290666,9694)$MRAE04,5086                        1 	(obj:13945)
-t_x(290680,22976)$LGSRA04,5089                      1 	(obj:30208)
-t_x(290776,7383)$RJIU04M,5099                       1 	(obj:10725)
-t_x(290803,1899)$KHVL104E,5100                      1 	(obj:2587)
-t_x(290819,1849)$GL34W04,5102                       1 	(obj:2341)
-t_x(290858,7628)$RNS04M,5105                        1 	(obj:11026)
-t_x(290928,37158)$LGSRA04,5113                      1 	(obj:55047)
-t_x(290939,7353)$MM204,5114                         1 	(obj:7353)
-t_x(290967,4973)$RJIU04M,5115                       1 	(obj:6911)
-t_x(290996,4335)$GL4W04M,5117                       1 	(obj:5991)
-t_x(291014,10860)$LCES004M,5122                     1 	(obj:15510)
-t_x(291018,13534)$MGY04,5123                        1 	(obj:20110)
-t_x(291024,11005)$RQXSI04E,5125                     1 	(obj:16257)
-t_x(291031,5245)$EG11G04M,5127                      1 	(obj:6388)
-t_x(291082,7786)$LFMDA04A,5135                      1 	(obj:11332)
-t_x(291100,10660)$RQXSI04E,5137                     1 	(obj:15697)
-t_x(291114,4798)$MM304,5139                         1 	(obj:6971)
-t_x(291127,500)$PMXX04M,5142                        1 	(obj:510)
-t_x(291159,9804)$KFZ4404M,5144                      1 	(obj:9804)
-t_x(291164,1860)$RQXSI04E,5145                      1 	(obj:1890)
-t_x(291178,7505)$EBBRA04E,5147                      1 	(obj:11228)
-t_x(291206,10065)$RQXU04E,5152                      1 	(obj:14875)
-t_x(291218,11109)$RQXSI04E,5154                     1 	(obj:16406)
-t_x(291223,2140)$EGPFA04,5155                       1 	(obj:2476)
-t_x(291226,2149)$RQXSI04E,5157                      1 	(obj:2387)
-t_x(291312,23697)$LGSRA04,5169                      1 	(obj:31676)
-t_x(291317,6140)$RNS04M,5171                        1 	(obj:9170)
-t_x(291323,6886)$YB3EH04E,5173                      1 	(obj:10293)
-t_x(291359,518)$KCHI104M,5178                       1 	(obj:518)
-t_x(291377,5669)$EG11G04M,5180                      1 	(obj:7090)
-t_x(291420,3672)$LELVL104,5183                      1 	(obj:5457)
-t_x(291455,5426)$YBOLN04M,5186                      1 	(obj:8127)
-t_x(291464,3654)$KFZ4404M,5187                      1 	(obj:3654)
-t_x(291484,4788)$RNS04M,5190                        1 	(obj:6997)
-t_x(291519,8341)$MRAEE04,5196                       1 	(obj:12279)
-t_x(291528,6835)$YB3EH04E,5199                      1 	(obj:9901)
-t_x(291534,1707)$FUJ04M,5200                        1 	(obj:2553)
-t_x(291547,3406)$KSLN04A,5203                       1 	(obj:5027)
-t_x(291566,4022)$KFZ4404M,5206                      1 	(obj:4022)
-t_x(291572,11207)$YB3EH04A,5208                     1 	(obj:16644)
-t_x(291579,9786)$RJIU04M,5211                       1 	(obj:14552)
-t_x(291603,1476)$EG11G04M,5213                      1 	(obj:2013)
-t_x(291615,5874)$YB3EH04E,5215                      1 	(obj:8797)
-t_x(291639,278)$YB3EH04A,5216                       1 	(obj:278)
-t_x(291640,3907)$BKED1204,5217                      1 	(obj:5481)
-t_x(291656,3076)$YH5MH04M,5220                      1 	(obj:4190)
-t_x(291660,9142)$EG11G04M,5221                      1 	(obj:9142)
-t_x(291695,13800)$YB3EH04E,5223                     1 	(obj:13800)
-t_x(291719,179)$EG11G04M,5225                       1 	(obj:179)
-t_x(291724,4923)$KSLN04M,5226                       1 	(obj:7233)
-t_x(291739,2414)$KSLN04A,5228                       1 	(obj:3177)
-t_x(291761,1509)$RNS04M,5229                        1 	(obj:2068)
-t_x(291796,2198)$YH5MH04M,5230                      1 	(obj:3186)
-t_x(291812,12071)$RQXSI04E,5232                     1 	(obj:12071)
-t_x(291819,2880)$EGNOR04M,5233                      1 	(obj:3542)
-t_x(291826,2518)$GL4W04M,5234                       1 	(obj:2518)
-t_x(291836,7086)$RMZU04E,5235                       1 	(obj:7086)
-t_x(291843,10183)$RJIU04M,5236                      1 	(obj:14815)
-t_x(291845,760)$CPRFBR04,5237                       1 	(obj:760)
-t_x(291847,6702)$YB5WH04M,5238                      1 	(obj:9865)
-t_x(291887,2801)$YD5WH04M,5241                      1 	(obj:3922)
-t_x(291906,4600)$EGNOR04M,5243                      1 	(obj:5365)
-t_x(291917,3811)$RJIU04M,5244                       1 	(obj:5430)
-t_x(291918,20278)$LGZAA04M,5245                     1 	(obj:27237)
-t_x(291957,11361)$RQXSI04E,5247                     1 	(obj:17016)
-t_x(291959,2614)$RJIU04M,5248                       1 	(obj:2614)
-t_x(291968,7140)$EG11G04M,5249                      1 	(obj:10199)
-t_x(291971,3420)$KSLN04A,5250                       1 	(obj:5107)
-t_x(291994,10658)$YB3EH04E,5251                     1 	(obj:15785)
-t_x(291995,8204)$RQXU04E,5252                       1 	(obj:8204)
-t_x(292006,1380)$RVKWS04,5254                       1 	(obj:1380)
-t_x(292026,7940)$LELVL04M,5255                      1 	(obj:11389)
-t_x(292051,2141)$GL4W04M,5258                       1 	(obj:2141)
-t_x(292068,6871)$YB3EH04A,5259                      1 	(obj:6871)
-t_x(292069,7756)$EG11G04M,5260                      1 	(obj:11283)
-t_x(292088,3090)$LEBAS04M,5261                      1 	(obj:4171)
-t_x(292092,3011)$KSLN04M,5263                       1 	(obj:4081)
-t_x(292094,7466)$LELVL04M,5264                      1 	(obj:10766)
-t_x(292099,4381)$EGNOR04M,5265                      1 	(obj:6381)
-t_x(292100,2657)$PMXX04M,5266                       1 	(obj:3232)
-t_x(292105,4628)$KSLN04M,5267                       1 	(obj:6930)
-t_x(292107,11197)$RQXSI04E,5268                     1 	(obj:16547)
-t_x(292130,8157)$YB3EH04A,5272                      1 	(obj:8157)
-t_x(292152,1787)$BR404M,5273                        1 	(obj:2241)
-t_x(292178,5117)$EGNOR04M,5275                      1 	(obj:7380)
-t_x(292188,13680)$KFZ4404M,5278                     1 	(obj:20403)
-t_x(292189,5640)$YB3EH04E,5279                      1 	(obj:8420)
-t_x(292197,1899)$KSLN04M,5280                       1 	(obj:2586)
-t_x(292211,5056)$LGRPA04M,5281                      1 	(obj:7221)
-t_x(292214,10734)$RQXU04E,5282                      1 	(obj:15867)
-t_x(292231,6452)$EG11G04M,5284                      1 	(obj:8122)
-t_x(292232,2172)$LGAVA04,5285                       1 	(obj:2543)
-t_x(292245,9615)$RJIU04M,5287                       1 	(obj:13992)
-t_x(292251,5321)$YB3EH04A,5288                      1 	(obj:7659)
-t_x(292255,1536)$KFUL1U04,5289                      1 	(obj:2155)
-t_x(292258,1867)$KFZ4404M,5291                      1 	(obj:1867)
-t_x(292264,5630)$KSLN04M,5292                       1 	(obj:5630)
-t_x(292265,13054)$LELVU04,5293                      1 	(obj:19219)
-t_x(292278,8209)$LELVL04M,5295                      1 	(obj:12057)
-t_x(292286,780)$RVKWS04,5296                        1 	(obj:1066)
-t_x(292287,1698)$KSPE104D,5297                      1 	(obj:2399)
-t_x(292297,6822)$RJIU04M,5298                       1 	(obj:9833)
-t_x(292354,5236)$RMZU04,5301                        1 	(obj:7536)
-t_x(292365,909)$KCHI104M,5302                       1 	(obj:1354)
-t_x(292366,1605)$GL4W04M,5303                       1 	(obj:2393)
-t_x(292388,7380)$RQXU04E,5305                       1 	(obj:10331)
-t_x(292405,7477)$RQXU04E,5306                       1 	(obj:10622)
-t_x(292408,2032)$BKED1204,5307                      1 	(obj:2711)
-t_x(292413,1920)$LOW304M,5308                       1 	(obj:2545)
-t_x(292417,21175)$LCES004,5309                      1 	(obj:31263)
-t_x(292436,4576)$EG11G04M,5311                      1 	(obj:5502)
-t_x(292442,5820)$RQXU04E,5313                       1 	(obj:8325)
-t_x(292451,11356)$YB3EH04E,5315                     1 	(obj:16730)
-t_x(292453,7978)$KFZ4404M,5316                      1 	(obj:11749)
-t_x(292457,3881)$MM304,5317                         1 	(obj:5390)
-t_x(292483,5948)$RVKWU04M,5319                      1 	(obj:8357)
-t_x(292487,5004)$KSLN04M,5320                       1 	(obj:7502)
-t_x(292494,7749)$LELVL04M,5321                      1 	(obj:11142)
-t_x(292515,7948)$LELVU04,5324                       1 	(obj:11890)
-t_x(292533,6257)$RNI04M,5325                        1 	(obj:8480)
-t_x(292534,4500)$YB3EH04A,5326                      1 	(obj:6377)
-t_x(292544,3780)$EG11G04M,5327                      1 	(obj:4727)
-t_x(292550,8467)$RJIU04M,5328                       1 	(obj:12237)
-t_x(292565,790)$KFZ4404E,5329                       1 	(obj:790)
-t_x(292574,298)$YB3EH04M,5331                       1 	(obj:298)
-t_x(292587,2401)$ZM56704,5332                       1 	(obj:3299)
-t_x(292613,3513)$EBEEC04M,5333                      1 	(obj:5083)
-t_x(292629,6490)$LCES004M,5336                      1 	(obj:9126)
-t_x(292653,2559)$EBBRA04E,5338                      1 	(obj:2559)
-t_x(292666,41605)$LGSRA04,5340                      1 	(obj:59783)
-t_x(292667,1740)$KSPE104D,5341                      1 	(obj:2491)
-t_x(292670,7560)$RQXU04E,5342                       1 	(obj:11070)
-t_x(292676,198)$RFBRT04M,5344                       1 	(obj:198)
-t_x(292683,12360)$YB3EH04E,5345                     1 	(obj:18379)
-t_x(292693,13025)$KFZ4404M,5347                     1 	(obj:19395)
-t_x(292700,1298)$GL4W04M,5348                       1 	(obj:1828)
-t_x(292713,7577)$RASI04M,5350                       1 	(obj:7577)
-t_x(292714,10097)$YD5WH04M,5351                     1 	(obj:14753)
-t_x(292716,2555)$KSLN04M,5352                       1 	(obj:3668)
-t_x(292734,8476)$KSAL1204,5353                      1 	(obj:12650)
-t_x(292735,1387)$GL4W04M,5354                       1 	(obj:1955)
-t_x(292739,5197)$LEBAS04M,5356                      1 	(obj:7768)
-t_x(292748,1899)$GL4W04M,5357                       1 	(obj:1899)
-t_x(292778,2205)$YB3EH04A,5360                      1 	(obj:3273)
-t_x(292783,8760)$YB3EH04A,5361                      1 	(obj:13064)
-t_x(292791,5021)$EGPFA04,5362                       1 	(obj:6311)
-t_x(292796,13619)$LCES004,5363                      1 	(obj:17521)
-t_x(292801,6348)$PMXX04M,5364                       1 	(obj:9055)
-t_x(292803,11389)$KSLN04A,5365                      1 	(obj:15931)
-t_x(292805,1472)$RVKWS04,5366                       1 	(obj:1472)
-t_x(292808,12859)$LELVU04,5367                      1 	(obj:18751)
-t_x(292823,1600)$KCHI104M,5368                      1 	(obj:2355)
-t_x(292837,5573)$KFZ4404M,5370                      1 	(obj:8059)
-t_x(292872,2580)$KSAL1204,5372                      1 	(obj:3582)
-t_x(292875,8218)$LELVL04M,5373                      1 	(obj:12162)
-t_x(292908,4653)$EG11G04M,5376                      1 	(obj:5614)
-t_x(292917,4970)$LELVL04M,5378                      1 	(obj:7141)
-t_x(292933,5712)$YBOLN04M,5379                      1 	(obj:5712)
-t_x(292934,6460)$MM304,5380                         1 	(obj:9643)
-t_x(292935,4945)$KSLN04M,5381                       1 	(obj:7320)
-t_x(292941,779)$KSPE104D,5383                       1 	(obj:779)
-t_x(292947,12601)$KFZ4404M,5385                     1 	(obj:18477)
-t_x(292967,5113)$RNS04M,5386                        1 	(obj:7273)
-t_x(292968,1938)$RVKWS04,5387                       1 	(obj:2700)
-t_x(292969,5519)$MM304,5388                         1 	(obj:7912)
-t_x(292989,10975)$YB3EH04E,5390                     1 	(obj:16335)
-t_x(293006,1101)$KSPE1P04,5394                      1 	(obj:1533)
-t_x(293009,11057)$YD5WH04M,5395                     1 	(obj:15810)
-t_x(293036,4289)$MM304,5397                         1 	(obj:6419)
-t_x(293045,5632)$RQXU04E,5398                       1 	(obj:7980)
-t_x(293050,10140)$RQXU04E,5401                      1 	(obj:15099)
-t_x(293074,7080)$RQXU04E,5405                       1 	(obj:9998)
-t_x(293090,10207)$YB3EH04A,5406                     1 	(obj:15219)
-t_x(293092,2516)$RASI04M,5407                       1 	(obj:3212)
-t_x(293096,6147)$RQXU04E,5408                       1 	(obj:8826)
-t_x(293116,6137)$LELVL04M,5409                      1 	(obj:8209)
-t_x(293126,6127)$EGPFA04,5410                       1 	(obj:8393)
-t_x(293132,7494)$RASI04M,5411                       1 	(obj:11131)
-t_x(293146,4560)$KSPE104D,5414                      1 	(obj:6691)
-t_x(293150,9631)$YB3EH04A,5415                      1 	(obj:14331)
-t_x(293156,8039)$LELVL04M,5416                      1 	(obj:11867)
-t_x(293166,6166)$MM304,5417                         1 	(obj:9158)
-t_x(293168,15898)$LELVL04M,5418                     1 	(obj:23392)
-t_x(293177,7052)$EG11G04M,5419                      1 	(obj:9521)
-t_x(293178,516)$LEBAS04M,5420                       1 	(obj:516)
-t_x(293188,6556)$RJIU04M,5421                       1 	(obj:9355)
-t_x(293196,179)$KSPE104D,5423                       1 	(obj:179)
-t_x(293200,1527)$RJIU04M,5424                       1 	(obj:2256)
-t_x(293207,13778)$KFZ4404M,5426                     1 	(obj:13778)
-t_x(293229,8925)$KFZ4404M,5427                      1 	(obj:8925)
-t_x(293240,13904)$KFZ4404M,5428                     1 	(obj:13904)
-t_x(293250,16183)$LELVL04M,5430                     1 	(obj:23840)
-t_x(293268,12248)$RMZU04,5432                       1 	(obj:18219)
-t_x(293271,420)$KALP2C04,5433                       1 	(obj:420)
-t_x(293326,2241)$RNI04M,5436                        1 	(obj:2241)
-t_x(293340,820)$EG11G04M,5437                       1 	(obj:820)
-t_x(293371,9962)$RJIU04M,5440                       1 	(obj:14903)
-t_x(293377,7007)$RASI04M,5441                       1 	(obj:7007)
-t_x(293382,3474)$YB3EH04E,5442                      1 	(obj:3474)
-t_x(293445,12118)$RJIU04M,5446                      1 	(obj:17782)
-t_x(293451,5667)$MM304,5447                         1 	(obj:8458)
-t_x(293452,6646)$RASI04M,5448                       1 	(obj:9875)
-t_x(293468,10034)$RJIU04M,5449                      1 	(obj:14939)
-t_x(293473,11748)$KSLN04A,5450                      1 	(obj:11748)
-t_x(293491,1333)$RVKWS04,5451                       1 	(obj:1910)
-t_x(293520,972)$RFBRT04M,5455                       1 	(obj:1116)
-t_x(293521,11717)$RJIU04M,5456                      1 	(obj:16790)
-t_x(293522,11832)$PMXX04M,5457                      1 	(obj:17681)
-t_x(293524,7860)$RVKWU04M,5458                      1 	(obj:11777)
-t_x(293530,11049)$RJIU04M,5459                      1 	(obj:15715)
-t_x(293531,1445)$GL4W04M,5460                       1 	(obj:2066)
-t_x(293533,1359)$RFBRT04M,5461                      1 	(obj:1693)
-t_x(293534,9512)$RJIU04M,5462                       1 	(obj:13700)
-t_x(293537,5996)$KFZ4404M,5463                      1 	(obj:8752)
-t_x(293539,3883)$RVKWU04M,5464                      1 	(obj:4515)
-t_x(293540,5756)$KFZ4404M,5465                      1 	(obj:8226)
-t_x(293544,1568)$RQXSI04E,5466                      1 	(obj:1584)
-t_x(293545,9487)$LELVL04M,5467                      1 	(obj:9487)
-t_x(293549,6660)$RQXU04E,5468                       1 	(obj:9600)
-t_x(293552,7198)$KSAL1204,5469                      1 	(obj:10501)
-t_x(293560,6840)$RVKWU04M,5470                      1 	(obj:9636)
-t_x(293561,6840)$RVKWU04M,5471                      1 	(obj:9553)
-t_x(293566,4123)$RNI04M,5473                        1 	(obj:5974)
-t_x(293567,11494)$YB3EH04A,5474                     1 	(obj:17065)
-t_x(293570,9764)$YB3EH04E,5476                      1 	(obj:14342)
-t_x(293571,3838)$RQXU04E,5477                       1 	(obj:5526)
-t_x(293576,10509)$LELVL04M,5478                     1 	(obj:15530)
-t_x(293580,7779)$RQXU04E,5479                       1 	(obj:11519)
-t_x(293585,12060)$YB3EH04A,5480                     1 	(obj:17993)
-t_x(293587,6146)$LCES004,5481                       1 	(obj:7529)
-t_x(293621,10154)$YB3EH04A,5483                     1 	(obj:15147)
-t_x(293622,7338)$KFZ4404M,5484                      1 	(obj:10738)
-t_x(293626,4922)$LELVL04M,5485                      1 	(obj:6923)
-t_x(293640,3408)$YB3EH04E,5486                      1 	(obj:3408)
-t_x(293647,11641)$LELVU04,5487                      1 	(obj:17020)
-t_x(293650,4093)$EGPFA04,5488                       1 	(obj:4983)
-t_x(293657,6480)$EG11G04M,5489                      1 	(obj:8257)
-t_x(293693,6725)$YB3EH04A,5492                      1 	(obj:10060)
-t_x(293695,353)$BR404M,5493                         1 	(obj:384)
-t_x(293710,14099)$EDGG704,5494                      1 	(obj:19291)
-t_x(293718,4721)$EGPFA04,5495                       1 	(obj:5874)
-t_x(293757,7202)$KFZ4404M,5497                      1 	(obj:9490)
-t_x(293790,2700)$KSPE104D,5499                      1 	(obj:3789)
-t_x(293802,5513)$EGPFA04,5500                       1 	(obj:7602)
-t_x(293804,2516)$KSAL1204,5501                      1 	(obj:3328)
-t_x(293817,1560)$YD5WH04M,5503                      1 	(obj:2308)
-t_x(293821,5766)$KFUL1U04,5504                      1 	(obj:8632)
-t_x(293834,10053)$LELVU04,5505                      1 	(obj:10053)
-t_x(293857,17288)$LGSRA04,5506                      1 	(obj:23440)
-t_x(293858,1361)$LELVL04M,5507                      1 	(obj:1420)
-t_x(293869,6545)$GL4W04M,5508                       1 	(obj:9485)
-t_x(293879,3815)$RASI04M,5509                       1 	(obj:5551)
-t_x(293880,4980)$RQXU04E,5510                       1 	(obj:7376)
-t_x(293881,5062)$EGNOR04M,5511                      1 	(obj:7555)
-t_x(293884,5738)$EGNOR04M,5512                      1 	(obj:8140)
-t_x(293889,9790)$RJIU04M,5513                       1 	(obj:14367)
-t_x(293901,5460)$RQXU04E,5517                       1 	(obj:7281)
-t_x(293909,3114)$EBEEC04M,5518                      1 	(obj:4643)
-t_x(293924,8409)$LELVL04M,5519                      1 	(obj:12464)
-t_x(293927,9466)$YB3EH04E,5520                      1 	(obj:13966)
-t_x(293929,6780)$RVKWU04M,5521                      1 	(obj:9434)
-t_x(293959,4788)$KFZ4404M,5523                      1 	(obj:7104)
-t_x(293964,1697)$RMZU04E,5525                       1 	(obj:2226)
-t_x(293965,1525)$RNS04M,5526                        1 	(obj:2085)
-t_x(294001,10725)$LELVU04,5528                      1 	(obj:15386)
-t_x(294004,10379)$YB3EH04E,5529                     1 	(obj:15291)
-t_x(294005,9585)$RJIU04M,5530                       1 	(obj:14190)
-t_x(294010,4511)$LEMDAT04,5531                      1 	(obj:6663)
-t_x(294023,6240)$LELVL04M,5532                      1 	(obj:8875)
-t_x(294025,5820)$RQXU04E,5533                       1 	(obj:8169)
-t_x(294030,600)$RNS04M,5534                         1 	(obj:733)
-t_x(294045,6636)$LCES004M,5535                      1 	(obj:9770)
-t_x(294047,4393)$LELVL04M,5536                      1 	(obj:5110)
-t_x(294048,1380)$RMZU04E,5537                       1 	(obj:1809)
-t_x(294049,5911)$RVKWU04M,5538                      1 	(obj:8253)
-t_x(294056,2355)$LGAVA04,5539                       1 	(obj:3184)
-t_x(294065,5149)$RASI04M,5540                       1 	(obj:7371)
-t_x(294101,51786)$LGZAA04M,5544                     1 	(obj:77493)
-t_x(294111,2040)$LELVU04,5546                       1 	(obj:2647)
-t_x(294112,5769)$EG11G04M,5547                      1 	(obj:7220)
-t_x(294119,643)$LCS12W03,5548                       1 	(obj:752)
-t_x(294120,5580)$RQXU04E,5549                       1 	(obj:7344)
-t_x(294121,3332)$RNS04M,5550                        1 	(obj:4594)
-t_x(294125,10140)$RQXU04E,5551                      1 	(obj:15185)
-t_x(294133,4469)$RJIU04M,5553                       1 	(obj:6139)
-t_x(294135,5036)$LELVL04M,5554                      1 	(obj:7293)
-t_x(294148,5428)$LELVL04M,5555                      1 	(obj:7785)
-t_x(294156,10708)$KSLN04M,5556                      1 	(obj:15667)
-t_x(294164,2264)$BR404M,5558                        1 	(obj:2979)
-t_x(294193,5279)$LGKFN04,5559                       1 	(obj:7144)
-t_x(294200,2040)$RQXSI04E,5560                      1 	(obj:2117)
-t_x(294211,2580)$EG11G04M,5561                      1 	(obj:3391)
-t_x(294274,4750)$RASI04M,5563                       1 	(obj:6758)
-t_x(294276,10500)$RQXSI04E,5564                     1 	(obj:15144)
-t_x(294284,14292)$MGY04,5565                        1 	(obj:21277)
-t_x(294288,480)$LEBAS04A,5566                       1 	(obj:702)
-t_x(294303,5520)$EG11G04M,5567                      1 	(obj:6759)
-t_x(294327,8520)$RJIU04M,5568                       1 	(obj:12350)
-t_x(294362,5032)$EGNOR04M,5569                      1 	(obj:7470)
-t_x(294364,15709)$LGKFN04,5570                      1 	(obj:23346)
-t_x(294370,3418)$KSPE104D,5572                      1 	(obj:4681)
-t_x(294377,2520)$LCES004M,5573                      1 	(obj:3274)
-t_x(294406,4440)$RQXSI04E,5574                      1 	(obj:6391)
-t_x(294418,3111)$BR404M,5575                        1 	(obj:3111)
-t_x(294421,6232)$RVKWU04M,5576                      1 	(obj:8860)
-t_x(294433,4387)$RVKWU04M,5577                      1 	(obj:5445)
-t_x(294442,2510)$LOVN1504,5578                      1 	(obj:3424)
-t_x(294449,2157)$BR404M,5580                        1 	(obj:2732)
-t_x(294460,5370)$PMXX04M,5581                       1 	(obj:7277)
-t_x(294462,4709)$KSPE104D,5582                      1 	(obj:6984)
-t_x(294473,3046)$RJIU04M,5583                       1 	(obj:4342)
-t_x(294490,6648)$RNS04M,5584                        1 	(obj:9924)
-t_x(294496,894)$EHAMA04,5585                        1 	(obj:1286)
-t_x(294500,3010)$RASI04M,5586                       1 	(obj:4224)
-t_x(294523,748)$EBEEC04M,5590                       1 	(obj:1094)
-t_x(294530,6000)$RVKWU04M,5591                      1 	(obj:8472)
-t_x(294531,10288)$RJIU04M,5592                      1 	(obj:15170)
-t_x(294541,10164)$RJIU04M,5593                      1 	(obj:14784)
-t_x(294546,758)$LOVN1504,5594                       1 	(obj:758)
-t_x(294548,11789)$MRAE04,5595                       1 	(obj:16735)
-t_x(294552,6033)$EGNOR04M,5596                      1 	(obj:7827)
-t_x(294556,6310)$RJIU04M,5598                       1 	(obj:8891)
-t_x(294560,3203)$EG11G04M,5599                      1 	(obj:4193)
-t_x(294580,10596)$MRAE04,5601                       1 	(obj:15829)
-t_x(294601,12523)$RMZU04,5604                       1 	(obj:18669)
-t_x(294613,3585)$LELVL04M,5608                      1 	(obj:4403)
-t_x(294615,638)$LELVL04M,5609                       1 	(obj:638)
-t_x(294633,6882)$KFZ4404M,5610                      1 	(obj:10093)
-t_x(294637,5890)$LELVL04M,5611                      1 	(obj:8727)
-t_x(294642,6720)$YB3EH04A,5612                      1 	(obj:10012)
-t_x(294654,7640)$LELVL04M,5613                      1 	(obj:10909)
-t_x(294672,2220)$RQXSI04E,5616                      1 	(obj:2565)
-t_x(294674,1260)$EBEEC04M,5617                      1 	(obj:1680)
-t_x(294686,1666)$YB3EH04E,5619                      1 	(obj:2483)
-t_x(294690,5593)$RVKWU04M,5620                      1 	(obj:7276)
-t_x(294696,4806)$RASI04M,5621                       1 	(obj:6886)
-t_x(294701,3225)$KSAL1204,5622                      1 	(obj:4496)
-t_x(294715,7076)$YB3EH04A,5624                      1 	(obj:7076)
-t_x(294727,11507)$YB3EH04A,5626                     1 	(obj:17208)
-t_x(294736,10200)$RQXSI04E,5627                     1 	(obj:14702)
-t_x(294740,1200)$YB3EH04E,5628                      1 	(obj:1616)
-t_x(294749,4147)$EGNOR04M,5629                      1 	(obj:5499)
-t_x(294756,5399)$RJIU04M,5632                       1 	(obj:7329)
-t_x(294770,2675)$YB3EH04E,5633                      1 	(obj:2675)
-t_x(294773,2694)$YBOLN04M,5634                      1 	(obj:3921)
-t_x(294779,5753)$RNS04M,5635                        1 	(obj:8478)
-t_x(294782,438)$EBEEC04M,5636                       1 	(obj:438)
-t_x(294788,6540)$YB3EH04A,5637                      1 	(obj:9783)
-t_x(294791,5624)$LELVL04M,5638                      1 	(obj:7992)
-t_x(294792,4627)$KSAL1204,5639                      1 	(obj:4627)
-t_x(294802,2520)$RQXU04E,5641                       1 	(obj:3662)
-t_x(294807,5270)$LCES004M,5642                      1 	(obj:6604)
-t_x(294816,12300)$YB3EH04E,5644                     1 	(obj:18179)
-t_x(294841,1167)$CPGSE04,5647                       1 	(obj:1723)
-t_x(294845,5961)$KFZ4404M,5648                      1 	(obj:8666)
-t_x(294847,3387)$MM304,5649                         1 	(obj:4851)
-t_x(294848,2940)$EGNOR04M,5650                      1 	(obj:3685)
-t_x(294878,1682)$KSPE104D,5653                      1 	(obj:2324)
-t_x(294888,1763)$LEBAS04A,5654                      1 	(obj:1763)
-t_x(294899,2297)$PMXX04M,5655                       1 	(obj:2748)
-t_x(294900,6420)$RMZU04E,5656                       1 	(obj:9573)
-t_x(294908,10969)$YB3EH04E,5657                     1 	(obj:15987)
-t_x(294910,3582)$BR204M,5658                        1 	(obj:5263)
-t_x(294912,1263)$RNS04M,5659                        1 	(obj:1658)
-t_x(294913,1440)$RASI04M,5660                       1 	(obj:1980)
-t_x(294926,3360)$RQXU04E,5661                       1 	(obj:3360)
-t_x(294938,3008)$BR404M,5662                        1 	(obj:3008)
-t_x(294940,5296)$RNS04M,5663                        1 	(obj:7656)
-t_x(294944,11285)$YD5WH04M,5664                     1 	(obj:16626)
-t_x(294947,7871)$EG11G04M,5665                      1 	(obj:11649)
-t_x(294950,5220)$RNS04M,5666                        1 	(obj:7519)
-t_x(294985,1555)$KFZ4404M,5667                      1 	(obj:2301)
-t_x(294986,7980)$LGKFN04,5668                       1 	(obj:11385)
-t_x(294990,3017)$YD5WH04M,5669                      1 	(obj:3017)
-t_x(294992,2755)$RQXU04E,5670                       1 	(obj:2755)
-t_x(294997,4320)$RMZU04E,5671                       1 	(obj:6430)
-t_x(295003,6982)$RVKWU04M,5672                      1 	(obj:10415)
-t_x(295004,1995)$RMZU04E,5673                       1 	(obj:2924)
-t_x(295005,4318)$KSPE104D,5674                      1 	(obj:6141)
-t_x(295018,720)$LEBAS04A,5675                       1 	(obj:720)
-t_x(295023,3376)$KSLN04A,5676                       1 	(obj:4940)
-t_x(295034,1237)$RNS04M,5678                        1 	(obj:1495)
-t_x(295049,3340)$GL4W04M,5680                       1 	(obj:3340)
-t_x(295054,8373)$RVKWU04M,5682                      1 	(obj:8373)
-t_x(295064,10020)$KSAL1204,5684                     1 	(obj:14993)
-t_x(295070,10606)$YB3EH04A,5685                     1 	(obj:15743)
-t_x(295071,6097)$YB3EH04A,5686                      1 	(obj:9054)
-t_x(295077,350)$KFZ4404M,5687                       1 	(obj:350)
-t_x(295083,1799)$EBEEC04M,5689                      1 	(obj:2649)
-t_x(295104,1806)$MM304,5690                         1 	(obj:1890)
-t_x(295116,7560)$RQXU04E,5691                       1 	(obj:10908)
-t_x(295127,11375)$YB3EH04A,5692                     1 	(obj:16912)
-t_x(295129,2520)$YB3EH04E,5693                      1 	(obj:2520)
-t_x(295131,10980)$YB3EH04E,5694                     1 	(obj:16224)
-t_x(295147,900)$KSPE104D,5695                       1 	(obj:900)
-t_x(295152,7064)$YB3EH04A,5696                      1 	(obj:7064)
-t_x(295156,1266)$YB3EH04E,5698                      1 	(obj:1788)
-t_x(295162,780)$RVKWS04,5700                        1 	(obj:1154)
-t_x(295168,2725)$BR204M,5701                        1 	(obj:3746)
-t_x(295174,3204)$BKED1204,5702                      1 	(obj:4054)
-t_x(295180,5169)$RASI04M,5703                       1 	(obj:6516)
-t_x(295183,7910)$YB3EH04A,5704                      1 	(obj:11808)
-t_x(295205,2552)$EBBRA04E,5705                      1 	(obj:3781)
-t_x(295224,10601)$LELVL04M,5707                     1 	(obj:15740)
-t_x(295231,1356)$LOVN1504,5708                      1 	(obj:1544)
-t_x(295238,5589)$RJIU04M,5710                       1 	(obj:7752)
-t_x(295273,2640)$EG11G04M,5712                      1 	(obj:3495)
-t_x(295279,5355)$MAB1204A,5714                      1 	(obj:8020)
-t_x(295282,8121)$YB3EH04A,5715                      1 	(obj:8121)
-t_x(295283,14586)$MRAE04,5716                       1 	(obj:21365)
-t_x(295287,7860)$RQXSI04E,5717                      1 	(obj:11292)
-t_x(295288,3132)$KSLN04M,5718                       1 	(obj:4356)
-t_x(295292,5244)$YB3EH04A,5719                      1 	(obj:7573)
-t_x(295296,2700)$RQXSI04E,5721                      1 	(obj:3227)
-t_x(295297,1620)$LEBAS04M,5722                      1 	(obj:1620)
-t_x(295298,1533)$BR204M,5723                        1 	(obj:1987)
-t_x(295300,4892)$LFKFA04,5724                       1 	(obj:6216)
-t_x(295306,2489)$RJIU04M,5725                       1 	(obj:3618)
-t_x(295308,9984)$YB3EH04A,5726                      1 	(obj:14923)
-t_x(295310,4245)$GL4W04M,5727                       1 	(obj:6188)
-t_x(295319,10188)$EGPFA04,5728                      1 	(obj:15020)
-t_x(295328,3660)$RQXSI04E,5729                      1 	(obj:4496)
-t_x(295329,12127)$YB3EH04E,5730                     1 	(obj:17889)
-t_x(295333,1009)$RMZU04,5731                        1 	(obj:1438)
-t_x(295343,4320)$RVKWU04M,5733                      1 	(obj:5093)
-t_x(295356,8880)$RQXU04E,5734                       1 	(obj:8880)
-t_x(295369,6348)$EGNOR04M,5736                      1 	(obj:9400)
-t_x(295371,4132)$RQXSI04E,5737                      1 	(obj:5510)
-t_x(295372,4707)$YB3EH04A,5738                      1 	(obj:6667)
-t_x(295376,4316)$KFZ4404M,5739                      1 	(obj:4316)
-t_x(295381,6475)$YB3EH04A,5740                      1 	(obj:9613)
-t_x(295384,13178)$KFZ4404M,5741                     1 	(obj:19748)
-t_x(295393,4620)$RQXU04E,5742                       1 	(obj:4620)
-t_x(295407,4424)$RJIU04M,5743                       1 	(obj:6035)
-t_x(295408,3655)$RMZSI04,5744                       1 	(obj:3655)
-t_x(295409,3744)$LGAVA04,5745                       1 	(obj:5543)
-t_x(295416,3900)$EGNOR04M,5747                      1 	(obj:5108)
-t_x(295418,6544)$MM304,5748                         1 	(obj:9763)
-t_x(295428,7823)$EGPFA04,5749                       1 	(obj:11398)
-t_x(295446,4361)$RMZU04E,5752                       1 	(obj:6534)
-t_x(295447,6222)$YB3EH04M,5753                      1 	(obj:9261)
-t_x(295458,4093)$KSLN04A,5755                       1 	(obj:4093)
-t_x(295463,534)$KALP2C04,5756                       1 	(obj:792)
-t_x(295473,3044)$LELVU04,5757                       1 	(obj:3885)
-t_x(295496,1807)$YD5WH04M,5758                      1 	(obj:2703)
-t_x(295499,2940)$YB3EH04A,5760                      1 	(obj:2940)
-t_x(295501,2094)$LEBAS04M,5761                      1 	(obj:2908)
-t_x(295503,2805)$RVKWU04M,5762                      1 	(obj:2879)
-t_x(295508,11460)$MRAE04,5763                       1 	(obj:16702)
-t_x(295511,1878)$YD5WH04M,5764                      1 	(obj:2794)
-t_x(295514,6147)$YB3EH04A,5765                      1 	(obj:8944)
-t_x(295516,3733)$RJIU04M,5766                       1 	(obj:5304)
-t_x(295521,10776)$YB3EH04A,5768                     1 	(obj:16058)
-t_x(295522,7080)$PMXX04M,5769                       1 	(obj:10140)
-t_x(295532,8822)$RJIU04M,5771                       1 	(obj:12849)
-t_x(295534,12956)$KFZ4404M,5772                     1 	(obj:19290)
-t_x(295545,4101)$LEMDAT04,5773                      1 	(obj:6142)
-t_x(295546,3812)$EGNOR04M,5774                      1 	(obj:4992)
-t_x(295547,8879)$YB3EH04E,5775                      1 	(obj:12809)
-t_x(295550,2040)$LELVU04,5776                       1 	(obj:2726)
-t_x(295551,3489)$RASI04M,5777                       1 	(obj:5176)
-t_x(295558,1140)$RQXU04E,5778                       1 	(obj:1140)
-t_x(295569,9660)$YB3EH04A,5780                      1 	(obj:14484)
-t_x(295571,4587)$YB3EH04E,5781                      1 	(obj:4587)
-t_x(295579,6846)$EBEEC04M,5782                      1 	(obj:6846)
-t_x(295585,3059)$LGIRA04,5783                       1 	(obj:3861)
-t_x(295587,12218)$YB3EH04E,5784                     1 	(obj:18049)
-t_x(295594,5472)$RNS04M,5785                        1 	(obj:8038)
-t_x(295609,2024)$RASI04M,5789                       1 	(obj:2547)
-t_x(295628,1086)$CPRFBR04,5790                      1 	(obj:1565)
-t_x(295656,8100)$RQXSI04E,5792                      1 	(obj:11610)
-t_x(295691,2906)$RMZU04,5795                        1 	(obj:4090)
-t_x(295708,1165)$BR204M,5797                        1 	(obj:1593)
-t_x(295723,2599)$RVKWU04M,5800                      1 	(obj:2613)
-t_x(295730,3244)$LEMDAT04,5803                      1 	(obj:4481)
-t_x(295732,2866)$LEMDAT04,5804                      1 	(obj:3904)
-t_x(295733,3038)$LEMDAT04,5805                      1 	(obj:4216)
-t_x(295734,2095)$LEMDAT04,5806                      1 	(obj:2384)
-t_x(295738,531)$EGNOR04M,5807                       1 	(obj:756)
-t_x(295745,1496)$RNS04M,5808                        1 	(obj:1886)
-t_x(295747,5971)$YB3EH04A,5809                      1 	(obj:8718)
-t_x(295752,2584)$LEMDAT04,5810                      1 	(obj:3217)
-t_x(295754,2029)$LEMDAT04,5811                      1 	(obj:2286)
-t_x(295809,5721)$RNS04M,5816                        1 	(obj:8364)
-t_x(295822,1004)$LEMDAT04,5818                      1 	(obj:1016)
-t_x(295870,9376)$YB3EH04A,5823                      1 	(obj:13836)
-t_x(295882,2400)$RVKWS04,5827                       1 	(obj:3210)
-t_x(295885,6420)$RQXSI04E,5828                      1 	(obj:9208)
-t_x(295893,2013)$LEMDAT04,5832                      1 	(obj:2234)
-t_x(295905,3289)$RJIU04M,5834                       1 	(obj:4807)
-t_x(295912,480)$EGNOR04M,5835                       1 	(obj:606)
-t_x(295915,2604)$LEMDAT04,5836                      1 	(obj:3289)
-t_x(295920,6225)$RMZU04,5838                        1 	(obj:9289)
-t_x(295922,12293)$KFZ4404M,5839                     1 	(obj:18199)
-t_x(295923,2220)$RFBRT04M,5840                      1 	(obj:3131)
-t_x(295927,7084)$RJIU04M,5841                       1 	(obj:10310)
-t_x(295929,6629)$RASI04M,5842                       1 	(obj:9076)
-t_x(295932,4735)$RNS04M,5843                        1 	(obj:6873)
-t_x(295936,20928)$KFZ4404M,5844                     1 	(obj:30991)
-t_x(295942,646)$KCHI104M,5847                       1 	(obj:900)
-t_x(295946,3672)$LGAVA04,5848                       1 	(obj:5235)
-t_x(295952,5040)$RQXSI04E,5849                      1 	(obj:7151)
-t_x(295961,1357)$YD5WH04M,5850                      1 	(obj:1989)
-t_x(295966,10067)$YB3EH04E,5852                     1 	(obj:14863)
-t_x(296022,2086)$MM204,5856                         1 	(obj:3087)
-t_x(296031,4678)$MM204,5857                         1 	(obj:6882)
-t_x(296039,2978)$LEMDAT04,5859                      1 	(obj:4110)
-t_x(296107,2524)$LELVL04M,5866                      1 	(obj:3455)
-t_x(296112,7064)$YB3EH04E,5868                      1 	(obj:10196)
-t_x(296126,3092)$LGAVA04,5870                       1 	(obj:4136)
-t_x(296131,1407)$RASI04M,5871                       1 	(obj:1791)
-t_x(296135,2220)$RQXU04E,5872                       1 	(obj:3095)
-t_x(296137,36405)$LGSRA04,5873                      1 	(obj:52310)
-t_x(296157,6780)$RQXSI04E,5879                      1 	(obj:9684)
-t_x(296164,3120)$RQXSI04E,5881                      1 	(obj:3777)
-t_x(296180,5440)$RMZU04,5883                        1 	(obj:7731)
-t_x(296181,7660)$GL4W04M,5884                       1 	(obj:11452)
-t_x(296188,4798)$LELVU04,5885                       1 	(obj:7059)
-t_x(296194,12133)$MRAE04,5888                       1 	(obj:17375)
-t_x(296209,6127)$KSPE104D,5889                      1 	(obj:9161)
-t_x(296212,2659)$KSLN04A,5890                       1 	(obj:3709)
-t_x(296217,2915)$YB3EH04E,5891                      1 	(obj:4308)
-t_x(296221,391)$KSPE104D,5893                       1 	(obj:391)
-t_x(296240,191)$BR204M,5897                         1 	(obj:277)
-t_x(296241,7922)$EG11G04M,5898                      1 	(obj:7922)
-t_x(296248,844)$GL4W04M,5899                        1 	(obj:1260)
-t_x(296249,517)$CPGSE04,5900                        1 	(obj:517)
-t_x(296253,11332)$MRAE04,5901                       1 	(obj:16478)
-t_x(296260,2845)$KSAL1204,5902                      1 	(obj:3967)
-t_x(296261,7597)$YB3EH04E,5903                      1 	(obj:10972)
-t_x(296289,4196)$KWUR1C04,5907                      1 	(obj:6064)
-t_x(296303,14527)$LGKFN04,5909                      1 	(obj:21638)
-t_x(296307,6614)$RNI04M,5911                        1 	(obj:9386)
-t_x(296317,1795)$YB3EH04A,5912                      1 	(obj:1795)
-t_x(296334,2160)$YB3EH04E,5913                      1 	(obj:2160)
-t_x(296338,7740)$RASI04M,5915                       1 	(obj:10990)
-t_x(296342,4980)$EGNOR04M,5916                      1 	(obj:7306)
-t_x(296343,8589)$RNI04M,5917                        1 	(obj:8589)
-t_x(296346,8308)$EG11G04M,5919                      1 	(obj:12185)
-t_x(296350,4768)$RQXSI04E,5920                      1 	(obj:6891)
-t_x(296392,2813)$KSLN04A,5924                       1 	(obj:3933)
-t_x(296393,7370)$YB3EH04A,5925                      1 	(obj:11029)
-t_x(296394,8269)$YB3EH04A,5926                      1 	(obj:8269)
-t_x(296449,1228)$BKED1204,5931                      1 	(obj:1283)
-t_x(296450,7968)$YB3EH04E,5932                      1 	(obj:11798)
-t_x(296465,3480)$KSAL1204,5934                      1 	(obj:5110)
-t_x(296473,2757)$LCES004,5935                       1 	(obj:3099)
-t_x(296477,1364)$YB3EH04A,5936                      1 	(obj:1743)
-t_x(296549,8209)$YB3EH04E,5939                      1 	(obj:12110)
-t_x(296550,5992)$YB3EH04A,5940                      1 	(obj:8773)
-t_x(296560,1562)$PMXX04M,5943                       1 	(obj:1778)
-t_x(296565,3076)$RNI04M,5944                        1 	(obj:4291)
-t_x(296585,1788)$LGIRA04,5945                       1 	(obj:2398)
-t_x(296614,3381)$KFUL1U04,5946                      1 	(obj:5015)
-t_x(296619,11074)$YB3EH04A,5947                     1 	(obj:16484)
-t_x(296640,2520)$KSAL1204,5949                      1 	(obj:3471)
-t_x(296646,20520)$LCES004,5952                      1 	(obj:29899)
-t_x(296668,289)$YB3EH04A,5954                       1 	(obj:292)
-t_x(296672,6554)$RASI04M,5955                       1 	(obj:9524)
-t_x(296675,2766)$FUJ04M,5956                        1 	(obj:3987)
-t_x(296685,1980)$YB3EH04E,5957                      1 	(obj:1980)
-t_x(296700,1268)$LELVU04,5959                       1 	(obj:1268)
-t_x(296754,7500)$LGKFN04,5963                       1 	(obj:10059)
-t_x(296772,7380)$MAB1204A,5965                      1 	(obj:11016)
-t_x(296778,6332)$RASI04M,5966                       1 	(obj:8915)
-t_x(296792,9939)$LGKFN04,5968                       1 	(obj:14742)
-t_x(296811,8969)$LGKFN04,5970                       1 	(obj:8969)
-t_x(296828,2909)$KSLN04A,5973                       1 	(obj:2909)
-t_x(296840,5244)$YB3EH04A,5975                      1 	(obj:7529)
-t_x(296850,3213)$FUJ04M,5977                        1 	(obj:4708)
-t_x(296851,11711)$YB3EH04A,5978                     1 	(obj:17541)
-t_x(296864,89)$RMZSI04M,5980                        1 	(obj:89)
-t_x(296878,2550)$BR204M,5982                        1 	(obj:3480)
-t_x(296895,33678)$LGSRA04,5984                      1 	(obj:48503)
-t_x(296907,13162)$KFZ4404M,5986                     1 	(obj:19601)
-t_x(296922,6600)$LGKFN04,5988                       1 	(obj:8775)
-t_x(296928,1549)$LGIRA04,5989                       1 	(obj:1945)
-t_x(296934,11496)$YB3EH04A,5990                     1 	(obj:17111)
-t_x(296936,37832)$LGZAA04M,5991                     1 	(obj:52752)
-t_x(296939,5765)$YB3EH04A,5992                      1 	(obj:8342)
-t_x(296946,2529)$MM304,5993                         1 	(obj:3649)
-t_x(296950,2874)$YB3EH04A,5994                      1 	(obj:2874)
-t_x(296955,1800)$KSAL1204,5996                      1 	(obj:2511)
-t_x(296960,8452)$MRAE04,5997                        1 	(obj:8452)
-t_x(296970,12537)$KFZ4404M,5999                     1 	(obj:18529)
-t_x(296997,6959)$LEMDAT04,6002                      1 	(obj:10092)
-t_x(297002,2089)$LGRPA04,6003                       1 	(obj:2585)
-t_x(297011,4379)$KSPE104D,6004                      1 	(obj:6453)
-t_x(297035,7002)$LEBAS04A,6005                      1 	(obj:7002)
-t_x(297050,3511)$LGIRA04,6007                       1 	(obj:5084)
-t_x(297060,9995)$LGKFN04,6008                       1 	(obj:14940)
-t_x(297061,545)$GL4W04M,6009                        1 	(obj:647)
-t_x(297062,1080)$YB3EH04E,6010                      1 	(obj:1455)
-t_x(297080,2753)$KFZ4404E,6014                      1 	(obj:2753)
-t_x(297111,2142)$LELVL04M,6017                      1 	(obj:3113)
-t_x(297113,5897)$RJIU04M,6018                       1 	(obj:8020)
-t_x(297119,18334)$KFZ4404M,6019                     1 	(obj:27229)
-t_x(297125,1046)$YB3EH04E,6020                      1 	(obj:1391)
-t_x(297126,8827)$EG11G04M,6021                      1 	(obj:8827)
-t_x(297129,9120)$YB3EH04A,6022                      1 	(obj:13567)
-t_x(297135,3000)$RNI04M,6023                        1 	(obj:4159)
-t_x(297145,2739)$LOVN1504,6024                      1 	(obj:3753)
-t_x(297154,9666)$KFZ4404M,6025                      1 	(obj:9666)
-t_x(297157,7603)$LGKFN04,6026                       1 	(obj:10196)
-t_x(297158,4620)$KSAL1204,6027                      1 	(obj:6858)
-t_x(297168,2813)$RFBRT04M,6029                      1 	(obj:4160)
-t_x(297185,3814)$KSLN04A,6030                       1 	(obj:3814)
-t_x(297189,2623)$LGRPA04,6031                       1 	(obj:3512)
-t_x(297207,3501)$YB3EH04A,6032                      1 	(obj:3501)
-t_x(297216,1078)$LGRPA04,6033                       1 	(obj:1138)
-t_x(297218,5284)$GL4W04M,6034                       1 	(obj:5284)
-t_x(297228,9798)$YB3EH04A,6037                      1 	(obj:14599)
-t_x(297232,6959)$RNI04M,6038                        1 	(obj:9767)
-t_x(297234,916)$YD5WH04M,6040                       1 	(obj:1047)
-t_x(297250,2761)$GL4W04M,6041                       1 	(obj:2761)
-t_x(297275,718)$CPGSE04,6042                        1 	(obj:718)
-t_x(297277,5195)$KWUR1C04,6043                      1 	(obj:7739)
-t_x(297288,1234)$YB3EH04A,6045                      1 	(obj:1514)
-t_x(297293,417)$GL4W04M,6046                        1 	(obj:450)
-t_x(297313,10232)$KFZ4404M,6047                     1 	(obj:10232)
-t_x(297335,9406)$EGPFA04,6049                       1 	(obj:13727)
-t_x(297343,4200)$RQXU04E,6050                       1 	(obj:4200)
-t_x(297346,7339)$LELVU04,6052                       1 	(obj:9955)
-t_x(297347,3453)$FUJ04M,6053                        1 	(obj:5126)
-t_x(297350,2026)$BR204M,6054                        1 	(obj:2759)
-t_x(297368,3366)$LGAVA04,6057                       1 	(obj:4435)
-t_x(297374,1090)$RQXSI04E,6059                      1 	(obj:1090)
-t_x(297376,9355)$LGIRA04,6060                       1 	(obj:13909)
-t_x(297382,32722)$LGSRA04,6061                      1 	(obj:46829)
-t_x(297388,2611)$LELVL04M,6063                      1 	(obj:3598)
-t_x(297398,2795)$BR204M,6065                        1 	(obj:4034)
-t_x(297402,18217)$LCES004,6066                      1 	(obj:25129)
-t_x(297407,1418)$BKED1204,6068                      1 	(obj:1850)
-t_x(297411,3561)$FUJ04M,6069                        1 	(obj:3561)
-t_x(297424,1767)$BR204M,6070                        1 	(obj:2440)
-t_x(297433,2885)$EGPFA04,6071                       1 	(obj:3446)
-t_x(297436,2586)$FUJ04M,6072                        1 	(obj:3699)
-t_x(297456,1486)$KSLN04A,6075                       1 	(obj:2081)
-t_x(297500,5286)$LEBAS04A,6077                      1 	(obj:7143)
-t_x(297507,7155)$RQXSI04E,6079                      1 	(obj:10259)
-t_x(297519,2257)$FUJ04M,6080                        1 	(obj:3056)
-t_x(297546,4806)$LGKFN04,6081                       1 	(obj:6217)
-t_x(297554,902)$RNI04M,6082                         1 	(obj:1240)
-t_x(297572,4380)$RVKWU04M,6084                      1 	(obj:5198)
-t_x(297596,2147)$BR404M,6086                        1 	(obj:2670)
-t_x(297636,7894)$YB3EH04E,6089                      1 	(obj:11653)
-t_x(297670,13632)$MRAE04,6090                       1 	(obj:13632)
-t_x(297679,4337)$KWUR1C04,6091                      1 	(obj:6340)
-t_x(297680,1817)$RMZSI04,6092                       1 	(obj:1981)
-t_x(297697,327)$KSLN2C04,6094                       1 	(obj:338)
-t_x(297702,778)$RMZSI04,6095                        1 	(obj:778)
-t_x(297708,3058)$KFZ4404M,6096                      1 	(obj:4577)
-t_x(297721,2856)$KSLN04A,6097                       1 	(obj:4235)
-t_x(297726,6814)$KFZ4404M,6098                      1 	(obj:9923)
-t_x(297746,1040)$LOVN1504,6100                      1 	(obj:1128)
-t_x(297762,2577)$LEBAS04M,6101                      1 	(obj:3610)
-t_x(297781,888)$YB3EH04A,6102                       1 	(obj:1033)
-t_x(297818,12954)$MRAE04,6103                       1 	(obj:19235)
-t_x(297845,6746)$YB3EH04A,6108                      1 	(obj:10117)
-t_x(297851,2230)$LEBAS04M,6109                      1 	(obj:3072)
-t_x(297852,6441)$RJIU04M,6110                       1 	(obj:9208)
-t_x(297904,1748)$LOVN1504,6112                      1 	(obj:2170)
-t_x(297927,318)$RVKWS04,6114                        1 	(obj:375)
-t_x(297934,19718)$EDGG704,6117                      1 	(obj:19718)
-t_x(297974,5174)$YB3EH04A,6119                      1 	(obj:7361)
-t_x(297977,4295)$EGNOR04M,6120                      1 	(obj:6009)
-t_x(297984,9509)$LCES004,6121                       1 	(obj:11199)
-t_x(298005,878)$BR204M,6122                         1 	(obj:1258)
-t_x(298006,12239)$LELVU04,6123                      1 	(obj:18040)
-t_x(298060,10860)$LCES004M,6126                     1 	(obj:15650)
-t_x(298079,8250)$LEBAS04A,6128                      1 	(obj:12341)
-t_x(298089,891)$CPGSE04,6131                        1 	(obj:891)
-t_x(298093,2860)$RFBRT04M,6133                      1 	(obj:4043)
-t_x(298116,6619)$RJIU04M,6136                       1 	(obj:9473)
-t_x(298160,3401)$KSAL1204,6139                      1 	(obj:4906)
-t_x(298171,3669)$LELVU04,6140                       1 	(obj:5284)
-t_x(298180,7571)$RNI04M,6142                        1 	(obj:11306)
-t_x(298183,5716)$YB3EH04A,6143                      1 	(obj:8227)
-t_x(298212,1328)$RMZU04,6145                        1 	(obj:1783)
-t_x(298217,6224)$YB3EH04A,6146                      1 	(obj:6224)
-t_x(298218,1331)$RMZU04,6147                        1 	(obj:1858)
-t_x(298222,2028)$KFUL1U04,6148                      1 	(obj:2028)
-t_x(298237,1854)$KFUL1U04,6149                      1 	(obj:2621)
-t_x(298246,1454)$RFBRT04M,6150                      1 	(obj:1839)
-t_x(298263,14446)$LGKFN04,6152                      1 	(obj:21105)
-t_x(298266,27545)$LGSRA04,6153                      1 	(obj:39370)
-t_x(298297,1926)$LOVN1504,6154                      1 	(obj:2689)
-t_x(298300,1020)$KSAL1204,6155                      1 	(obj:1521)
-t_x(298306,2825)$LOVN1504,6156                      1 	(obj:3995)
-t_x(298318,1495)$KSPE104D,6157                      1 	(obj:2080)
-t_x(298349,4411)$LGAVA04,6161                       1 	(obj:6444)
-t_x(298358,11505)$LGKFN04,6162                      1 	(obj:11505)
-t_x(298368,998)$LOVN1504,6163                       1 	(obj:1021)
-t_x(298378,6007)$KFZ4404M,6164                      1 	(obj:8824)
-t_x(298397,4903)$YB3EH04A,6166                      1 	(obj:6908)
-t_x(298402,6068)$LCES004M,6167                      1 	(obj:8086)
-t_x(298418,2503)$YBOLN04M,6170                      1 	(obj:3479)
-t_x(298434,17497)$LCES004,6172                      1 	(obj:24291)
-t_x(298447,723)$KSLN04A,6173                        1 	(obj:723)
-t_x(298471,32715)$LGZAA04M,6174                     1 	(obj:43366)
-t_x(298477,2511)$RMZSI04,6175                       1 	(obj:3096)
-t_x(298502,5852)$YB3EH04A,6179                      1 	(obj:8433)
-t_x(298503,4859)$KSPE104D,6180                      1 	(obj:7278)
-t_x(298514,7656)$KFZ4404M,6181                      1 	(obj:11189)
-t_x(298517,6879)$KSPE104D,6182                      1 	(obj:6879)
-t_x(298519,10788)$YB3EH04A,6183                     1 	(obj:15748)
-t_x(298533,4267)$KSLN04A,6186                       1 	(obj:4267)
-t_x(298536,16860)$LFPND04,6187                      1 	(obj:23726)
-t_x(298562,5883)$RMZU04,6188                        1 	(obj:8780)
-t_x(298564,3121)$MM304,6189                         1 	(obj:4491)
-t_x(298574,35947)$LGZAA04M,6190                     1 	(obj:48465)
-t_x(298578,8060)$MRAE04,6192                        1 	(obj:11635)
-t_x(298588,4849)$LGKFN04,6193                       1 	(obj:6445)
-t_x(298630,191)$KSAL1A04,6199                       1 	(obj:191)
-t_x(298646,4310)$LGKFN04,6200                       1 	(obj:5306)
-t_x(298697,5612)$YB3EH04E,6203                      1 	(obj:8356)
-t_x(298698,2623)$YB3EH04M,6204                      1 	(obj:3594)
-t_x(298700,7476)$YB3EH04A,6205                      1 	(obj:10285)
-t_x(298704,7332)$MRAE04,6206                        1 	(obj:10867)
-t_x(298706,2260)$KSAL1204,6207                      1 	(obj:3090)
-t_x(298715,6743)$KFZ4404M,6210                      1 	(obj:9819)
-t_x(300046,13380)$MRAE04,6212                       1 	(obj:13380)
-t_x(300050,31411)$LGZAA04M,6213                     1 	(obj:41519)
-t_x(300058,2340)$RQXU04E,6215                       1 	(obj:3321)
-t_x(300064,5402)$RJIU04M,6216                       1 	(obj:7406)
-t_x(300072,3634)$KSLN04A,6217                       1 	(obj:5436)
-t_x(300096,2220)$RQXU04E,6218                       1 	(obj:3173)
-t_x(300137,6342)$RMZU04,6220                        1 	(obj:6342)
-t_x(300140,5518)$RMZU04,6221                        1 	(obj:8012)
-t_x(300146,4607)$LGKFN04,6223                       1 	(obj:5824)
-t_x(300155,8398)$LCES004M,6224                      1 	(obj:8398)
-t_x(300178,1933)$KFUL1U04,6226                      1 	(obj:1933)
-t_x(300222,5635)$KWUR1C04,6228                      1 	(obj:8348)
-t_x(300232,2208)$YB3EH04A,6230                      1 	(obj:2208)
-t_x(300237,461)$YB3EH04M,6231                       1 	(obj:680)
-t_x(300256,2677)$LOVN1504,6232                      1 	(obj:3593)
-t_x(300281,2371)$BR204M,6233                        1 	(obj:3211)
-t_x(300287,1256)$RNS04M,6234                        1 	(obj:1578)
-t_x(300290,3900)$YB3EH04A,6235                      1 	(obj:5784)
-t_x(300322,1312)$MT4AT04E,6236                      1 	(obj:1402)
-t_x(300354,8212)$MRAEE04,6239                       1 	(obj:12160)
-t_x(300356,6689)$RJIU04M,6240                       1 	(obj:9594)
-t_x(300369,9643)$KFZ4404M,6242                      1 	(obj:9643)
-t_x(300414,9049)$YB3EH04A,6244                      1 	(obj:13395)
-t_x(300422,4200)$KSAL1204,6246                      1 	(obj:6064)
-t_x(300424,4666)$KFZ4404M,6247                      1 	(obj:6973)
-t_x(300430,5627)$RNI04M,6250                        1 	(obj:7832)
-t_x(300445,17107)$LCES004,6252                      1 	(obj:23638)
-t_x(300455,6286)$LCES004M,6253                      1 	(obj:8605)
-t_x(300487,283)$YB3EH04A,6256                       1 	(obj:283)
-t_x(300521,1625)$GL34W04,6258                       1 	(obj:2014)
-t_x(300532,2196)$EG11G04M,6259                      1 	(obj:2879)
-t_x(300571,3420)$ZM56704,6261                       1 	(obj:4946)
-t_x(300590,2252)$EG11G04M,6264                      1 	(obj:3044)
-t_x(300619,12352)$LCES004M,6265                     1 	(obj:18476)
-t_x(300621,16529)$LCES004,6266                      1 	(obj:22244)
-t_x(300629,596)$YB3EH04M,6267                       1 	(obj:596)
-t_x(300631,6986)$EG11G04M,6268                      1 	(obj:9283)
-t_x(300642,6200)$MRAE04,6269                        1 	(obj:8551)
-t_x(300666,20266)$LCES004,6270                      1 	(obj:29051)
-t_x(300715,6935)$BKED1204,6272                      1 	(obj:10201)
-t_x(300727,4943)$EGNOR04M,6273                      1 	(obj:7153)
-t_x(300750,1636)$EG11G04M,6274                      1 	(obj:2183)
-t_x(300762,17700)$EDGG704,6275                      1 	(obj:26057)
-t_x(300765,2551)$YB3EH04E,6276                      1 	(obj:2551)
-t_x(300809,1021)$GL4W04M,6279                       1 	(obj:1515)
-t_x(300836,3163)$YB3EH04A,6281                      1 	(obj:3163)
-t_x(300840,5937)$KFZ4404M,6282                      1 	(obj:8587)
-t_x(300848,7406)$LELVU04,6283                       1 	(obj:10825)
-t_x(300850,3205)$LELVU04,6284                       1 	(obj:4225)
-t_x(300851,2171)$KFZ4404M,6285                      1 	(obj:3232)
-t_x(300866,5764)$RMZU04,6286                        1 	(obj:8469)
-t_x(300883,218)$LEBAS04A,6287                       1 	(obj:237)
-t_x(300884,8992)$YB3EH04A,6288                      1 	(obj:12877)
-t_x(300896,2520)$GL34W04,6290                       1 	(obj:3524)
-t_x(300956,3163)$GL4W04M,6293                       1 	(obj:3163)
-t_x(300959,3230)$YB3EH04E,6294                      1 	(obj:4815)
-t_x(300964,7920)$LGKFN04,6295                       1 	(obj:11192)
-t_x(301003,7511)$YB3EH04A,6296                      1 	(obj:11039)
-t_x(301035,729)$EG11G04M,6298                       1 	(obj:729)
-t_x(301058,5580)$LCES004M,6300                      1 	(obj:7275)
-t_x(301070,17288)$EDGG704,6302                      1 	(obj:25257)
-t_x(301074,4080)$LGKFN04,6304                       1 	(obj:4960)
-t_x(301132,3111)$RNI04M,6307                        1 	(obj:4400)
-t_x(301138,16626)$MGY04,6308                        1 	(obj:16626)
-t_x(301139,10380)$LCES004M,6309                     1 	(obj:14681)
-t_x(301142,13008)$MRAE04,6310                       1 	(obj:19202)
-t_x(301161,13728)$MGY04,6313                        1 	(obj:20453)
-t_x(301219,7731)$LGIRA04,6316                       1 	(obj:10914)
-t_x(301238,9480)$LELVL104,6318                      1 	(obj:13851)
-t_x(301242,3793)$KFZ4404M,6319                      1 	(obj:3793)
-t_x(301243,2470)$FUJ04M,6320                        1 	(obj:3279)
-t_x(301260,11992)$MRAE04,6322                       1 	(obj:17471)
-t_x(301272,9302)$LEBAS04M,6323                      1 	(obj:12814)
-t_x(301285,240)$KSAL1204,6324                       1 	(obj:299)
-t_x(301287,1282)$BKED1204,6325                      1 	(obj:1401)
-t_x(301299,900)$YB3EH04A,6328                       1 	(obj:1100)
-t_x(301303,14190)$MGY04,6329                        1 	(obj:21178)
-t_x(301329,7874)$MM204,6330                         1 	(obj:11770)
-t_x(301346,4673)$LEBAS04M,6332                      1 	(obj:6952)
-t_x(301350,2611)$RMZU04,6333                        1 	(obj:3044)
-t_x(301360,11340)$LCES004M,6335                     1 	(obj:16772)
-t_x(301365,4492)$MAB3404A,6336                      1 	(obj:6558)
-t_x(301367,697)$YB3EH04A,6337                       1 	(obj:795)
-t_x(301391,2670)$RMZSI04,6338                       1 	(obj:3530)
-t_x(301404,11760)$LELVL104,6339                     1 	(obj:11760)
-t_x(301417,8040)$LGKFN04,6340                       1 	(obj:11499)
-t_x(301420,8270)$LELVL104,6341                      1 	(obj:11813)
-t_x(301431,3515)$EGNOR04M,6342                      1 	(obj:4463)
-t_x(301461,1433)$YB3EH04A,6344                      1 	(obj:1936)
-t_x(301477,5022)$MRAE04,6345                        1 	(obj:6565)
-t_x(301496,2067)$KWUR1C04,6346                      1 	(obj:2067)
-t_x(301514,656)$KSAL1204,6348                       1 	(obj:656)
-t_x(301524,12111)$MGY04,6349                        1 	(obj:17877)
-t_x(301556,15145)$MRAE04,6351                       1 	(obj:22550)
-t_x(301576,7620)$EG11G04M,6352                      1 	(obj:10984)
-t_x(301590,5059)$LGKFN04,6354                       1 	(obj:6932)
-t_x(301621,3957)$RNS04M,6355                        1 	(obj:5504)
-t_x(301656,2099)$RNS04M,6356                        1 	(obj:2826)
-t_x(301687,1500)$LEBAS04A,6359                      1 	(obj:2057)
-t_x(301699,11223)$LELVL104,6360                     1 	(obj:16681)
-t_x(301711,2714)$LCES004M,6363                      1 	(obj:3526)
-t_x(301721,4112)$LGKFN04,6365                       1 	(obj:5040)
-t_x(301749,3794)$KSLN04A,6370                       1 	(obj:5664)
-t_x(301757,1294)$KSAL1204,6371                      1 	(obj:1831)
-t_x(301759,7615)$LGKFN04,6372                       1 	(obj:10273)
-t_x(301760,14760)$MRAE04,6373                       1 	(obj:22087)
-t_x(301785,4451)$BKED1204,6375                      1 	(obj:6477)
-t_x(301796,10311)$LELVL104,6376                     1 	(obj:15397)
-t_x(301843,26290)$LGZAA04M,6379                     1 	(obj:35163)
-t_x(301867,5612)$YB3EH04A,6380                      1 	(obj:7832)
-t_x(301888,3273)$KWUR1C04,6382                      1 	(obj:4636)
-t_x(301924,8519)$MRAEE04,6384                       1 	(obj:12691)
-t_x(301949,1020)$LCES004M,6385                      1 	(obj:1064)
-t_x(301972,5690)$YB3EH04A,6388                      1 	(obj:8106)
-t_x(301987,6360)$LCES004M,6390                      1 	(obj:8781)
-t_x(302006,12978)$MRAE04,6391                       1 	(obj:19356)
-t_x(302033,2886)$LOVN1504,6392                      1 	(obj:4230)
-t_x(302047,815)$MAB1204A,6394                       1 	(obj:852)
-t_x(302096,2182)$LOVN1504,6399                      1 	(obj:3034)
-t_x(302179,3238)$KWUR1C04,6406                      1 	(obj:4552)
-t_x(302180,12074)$YB3EH04A,6407                     1 	(obj:18093)
-t_x(302209,15006)$LELVL104,6408                     1 	(obj:21943)
-t_x(302218,1427)$YB3EH04A,6409                      1 	(obj:1857)
-t_x(302262,4635)$LEBAS04M,6412                      1 	(obj:6842)
-t_x(302301,3341)$MAB3404A,6415                      1 	(obj:4722)
-t_x(302310,2160)$LGKFN04,6416                       1 	(obj:2809)
-t_x(302317,6834)$LGKFN04,6417                       1 	(obj:9068)
-t_x(302346,6540)$RVKWS04,6419                       1 	(obj:9787)
-t_x(302361,10849)$MRAE04,6422                       1 	(obj:15674)
-t_x(302365,1800)$RMZSI04,6423                       1 	(obj:1930)
-t_x(302366,12568)$MGY04,6424                        1 	(obj:18651)
-t_x(302387,1253)$YB3EH04A,6425                      1 	(obj:1560)
-t_x(302390,2789)$RMZSI04,6426                       1 	(obj:3896)
-t_x(302456,3961)$LELVU04,6430                       1 	(obj:5819)
-t_x(302457,3541)$RJIU04M,6431                       1 	(obj:5031)
-t_x(302474,3887)$LELVL04M,6433                      1 	(obj:5380)
-t_x(302506,8684)$LGKFN04,6434                       1 	(obj:13000)
-t_x(302575,3187)$RJIU04M,6443                       1 	(obj:4669)
-t_x(302576,162)$MM304,6444                          1 	(obj:162)
-t_x(302616,9301)$MRAE04,6448                        1 	(obj:13431)
-t_x(302643,7056)$EG11G04M,6450                      1 	(obj:9590)
-t_x(302661,6840)$EG11G04M,6452                      1 	(obj:8752)
-t_x(302665,2660)$GL34W04,6453                       1 	(obj:3811)
-t_x(302667,3508)$LGAVA04,6454                       1 	(obj:4644)
-t_x(302670,2975)$RMZSI04,6455                       1 	(obj:4239)
-t_x(302685,2764)$ZM56704,6457                       1 	(obj:3930)
-t_x(302686,2358)$EGPFA04,6458                       1 	(obj:2835)
-t_x(302711,12904)$MRAE04,6462                       1 	(obj:19055)
-t_x(302751,1433)$KWUR1C04,6466                      1 	(obj:2107)
-t_x(302777,8996)$LELVL104,6469                      1 	(obj:12995)
-t_x(302874,14130)$MRAE04,6480                       1 	(obj:20845)
-t_x(302875,3601)$LELVU04,6481                       1 	(obj:4976)
-t_x(302879,14118)$MRAE04,6482                       1 	(obj:20626)
-t_x(302890,9329)$LELVL104,6483                      1 	(obj:13473)
-t_x(302920,1178)$LELVL104,6485                      1 	(obj:1250)
-t_x(302924,9501)$LELVL104,6486                      1 	(obj:13962)
-t_x(302940,5214)$KFZ4404M,6487                      1 	(obj:7467)
-t_x(302944,2025)$RMZSI04,6488                       1 	(obj:2244)
-t_x(302966,9761)$BKED1204,6491                      1 	(obj:14595)
-t_x(302970,2843)$LOVN1504,6492                      1 	(obj:4139)
-t_x(302986,5220)$LEBAS04A,6493                      1 	(obj:6947)
-t_x(303061,707)$BKED1204,6499                       1 	(obj:707)
-t_x(303077,2340)$ZM56704,6500                       1 	(obj:3194)
-t_x(303148,7312)$MRAE04,6505                        1 	(obj:10747)
-t_x(303152,4930)$LEBAS04A,6506                      1 	(obj:6603)
-t_x(303173,2742)$EG11G04M,6510                      1 	(obj:3691)
-t_x(303194,5)$GL4W04M,6511                          1 	(obj:5)
-t_x(303208,13155)$MRAE04,6515                       1 	(obj:13155)
-t_x(303215,909)$RMZU04,6517                         1 	(obj:1303)
-t_x(303227,8185)$LELVL104,6520                      1 	(obj:11668)
-t_x(303235,5286)$EGPFA04,6521                       1 	(obj:6954)
-t_x(303247,2300)$RJIU04M,6522                       1 	(obj:3348)
-t_x(303263,12001)$MRAE04,6524                       1 	(obj:17292)
-t_x(303297,2250)$KSLN04M,6528                       1 	(obj:2946)
-t_x(303314,6985)$EG11G04M,6529                      1 	(obj:9157)
-t_x(303341,6047)$LCES004M,6530                      1 	(obj:7952)
-t_x(303350,13403)$MRAE04,6531                       1 	(obj:19542)
-t_x(303351,3780)$LELVU04,6532                       1 	(obj:5438)
-t_x(303377,2742)$MAB3404A,6533                      1 	(obj:3593)
-t_x(303409,2551)$KSLN04M,6534                       1 	(obj:3595)
-t_x(303423,18600)$EDGG704,6536                      1 	(obj:27504)
-t_x(303476,9060)$LCES004M,6540                      1 	(obj:13530)
-t_x(303534,20013)$LGZAA04M,6550                     1 	(obj:25584)
-t_x(303550,23206)$LGZAA04M,6551                     1 	(obj:31148)
-t_x(303580,7589)$EG11G04M,6552                      1 	(obj:10821)
-t_x(303604,7802)$LELVL104,6554                      1 	(obj:11259)
-t_x(303612,16140)$LCES004,6555                      1 	(obj:21562)
-t_x(303652,1345)$ZM56704,6559                       1 	(obj:1345)
-t_x(303664,2196)$LGAVA04,6561                       1 	(obj:2745)
-t_x(303665,13980)$LCES004,6562                      1 	(obj:18038)
-t_x(303666,11987)$YB3EH04A,6563                     1 	(obj:17910)
-t_x(303680,2427)$MM304,6565                         1 	(obj:3569)
-t_x(303717,20435)$LGZAA04M,6570                     1 	(obj:28362)
-t_x(303728,5648)$YB3EH04E,6571                      1 	(obj:8416)
-t_x(303783,9841)$MRAE04,6575                        1 	(obj:9841)
-t_x(303784,6577)$KSPE104D,6576                      1 	(obj:9755)
-t_x(303790,1916)$LOVN1504,6577                      1 	(obj:2503)
-t_x(303814,15473)$EDGG704,6579                      1 	(obj:22173)
-t_x(303818,11225)$MRAE04,6580                       1 	(obj:16127)
-t_x(303850,720)$LOVN1504,6584                       1 	(obj:720)
-t_x(303854,3900)$LEBAS04M,6585                      1 	(obj:3900)
-t_x(303868,3840)$RVKWS04,6586                       1 	(obj:4794)
-t_x(303911,1610)$YB3EH04A,6589                      1 	(obj:1610)
-t_x(303929,6307)$YB3EH04M,6590                      1 	(obj:8560)
-t_x(303930,5154)$YB3EH04A,6591                      1 	(obj:7307)
-t_x(304001,6201)$LEBAS04A,6598                      1 	(obj:8928)
-t_x(304007,7500)$EG11G04M,6599                      1 	(obj:10553)
-t_x(304051,13803)$MGY04,6601                        1 	(obj:20573)
-t_x(304054,14929)$MRAE04,6602                       1 	(obj:21971)
-t_x(304074,4111)$KSPE104D,6603                      1 	(obj:5818)
-t_x(304114,12580)$MRAE04,6606                       1 	(obj:18354)
-t_x(304148,5343)$MAB1204A,6608                      1 	(obj:7933)
-t_x(304182,7209)$LELVL104,6610                      1 	(obj:10249)
-t_x(304230,16397)$EDGG704,6611                      1 	(obj:23817)
-t_x(304239,1299)$LELVL104,6612                      1 	(obj:1447)
-t_x(304254,2172)$KWUR1C04,6616                      1 	(obj:2172)
-t_x(304258,9840)$MRAE04,6617                        1 	(obj:14372)
-t_x(304260,13256)$MRAE04,6618                       1 	(obj:13256)
-t_x(304261,4279)$RJIU04M,6619                       1 	(obj:5793)
-t_x(304263,6840)$LELVL104,6621                      1 	(obj:9656)
-t_x(304315,4094)$RMZU04,6622                        1 	(obj:5564)
-t_x(304335,8798)$LELVL104,6623                      1 	(obj:12498)
-t_x(304414,3308)$LEMDAT04,6632                      1 	(obj:4660)
-t_x(304422,11128)$MRAE04,6633                       1 	(obj:16008)
-t_x(304433,3530)$LELVU04,6634                       1 	(obj:4847)
-t_x(304458,8731)$LCES004M,6640                      1 	(obj:12917)
-t_x(304463,3720)$RMZU04,6641                        1 	(obj:5110)
-t_x(304555,771)$MM304,6648                          1 	(obj:777)
-t_x(304570,2820)$LCES004M,6651                      1 	(obj:3717)
-t_x(304606,350)$KFUL1U04,6656                       1 	(obj:350)
-t_x(304631,2580)$EBEEC04M,6659                      1 	(obj:3862)
-t_x(304696,10609)$MRAE04,6661                       1 	(obj:15048)
-t_x(304753,2656)$LGKFN04,6666                       1 	(obj:3294)
-t_x(304765,6268)$LELVL104,6668                      1 	(obj:9139)
-t_x(304778,3283)$RNS04M,6669                        1 	(obj:4477)
-t_x(304798,757)$LEBAS04M,6672                       1 	(obj:757)
-t_x(304811,4023)$LELVL104,6674                      1 	(obj:5944)
-t_x(304871,9169)$MRAE04,6681                        1 	(obj:9169)
-t_x(304882,1109)$LLBGA04L,6684                      1 	(obj:1284)
-t_x(304925,2779)$KFUL1U04,6686                      1 	(obj:2779)
-t_x(305011,2829)$LEMDAT04,6690                      1 	(obj:3627)
-t_x(305154,6120)$LELVL104,6700                      1 	(obj:8862)
-t_x(305276,14176)$MGY04,6705                        1 	(obj:21089)
-t_x(305283,4812)$LGKFN04,6707                       1 	(obj:6287)
-t_x(305314,5379)$KSPE104D,6709                      1 	(obj:7980)
-t_x(305315,3850)$LELVL104,6710                      1 	(obj:5652)
-t_x(305354,12483)$MRAE04,6711                       1 	(obj:18466)
-t_x(305363,4642)$KWUR1C04,6712                      1 	(obj:6705)
-t_x(305469,2510)$YB3EH04A,6723                      1 	(obj:3388)
-t_x(305532,10664)$YB3EH04A,6727                     1 	(obj:15818)
-t_x(305535,6170)$RMZU04,6728                        1 	(obj:9178)
-t_x(305538,2028)$RMZSI04,6729                       1 	(obj:2289)
-t_x(305557,8760)$LCES004,6731                       1 	(obj:10485)
-t_x(305560,14242)$MRAE04,6732                       1 	(obj:20719)
-t_x(305573,1364)$YB3EH04A,6733                      1 	(obj:1778)
-t_x(305585,12379)$MRAE04,6735                       1 	(obj:17580)
-t_x(305593,10306)$YB3EH04A,6736                     1 	(obj:15316)
-t_x(305601,2524)$LLBGA04L,6738                      1 	(obj:3071)
-t_x(305671,2473)$LELVU04,6745                       1 	(obj:3179)
-t_x(305686,3356)$LEMDAT04,6746                      1 	(obj:4759)
-t_x(305689,2498)$LEMDAT04,6747                      1 	(obj:3044)
-t_x(305696,60)$KSAL1A04,6748                        1 	(obj:60)
-t_x(305697,1739)$LEMDAT04,6749                      1 	(obj:1803)
-t_x(305754,3926)$MRAE04,6756                        1 	(obj:5281)
-t_x(305764,814)$LELVU04,6757                        1 	(obj:1194)
-t_x(305783,2390)$LELVL104,6760                      1 	(obj:3285)
-t_x(305798,20220)$LCES004,6762                      1 	(obj:28885)
-t_x(305802,10683)$EDGG704,6763                      1 	(obj:14225)
-t_x(305806,2724)$LELVL104,6765                      1 	(obj:3674)
-t_x(305816,937)$MAB1204A,6767                       1 	(obj:1027)
-t_x(305823,10653)$MRAE04,6768                       1 	(obj:15216)
-t_x(305828,3180)$LCES004,6769                       1 	(obj:4090)
-t_x(305851,1668)$MAB3404A,6774                      1 	(obj:2057)
-t_x(305873,2884)$LELVL104,6776                      1 	(obj:4138)
-t_x(305887,9656)$LCES004,6777                       1 	(obj:11423)
-t_x(305899,5520)$LEBAS04A,6779                      1 	(obj:7606)
-t_x(306012,11713)$LELVL104,6787                     1 	(obj:17341)
-t_x(306044,9083)$LELVL104,6788                      1 	(obj:13240)
-t_x(306171,757)$LOVN1504,6796                       1 	(obj:757)
-t_x(306190,6468)$YB3EH04A,6798                      1 	(obj:9563)
-t_x(306197,6208)$LEBAS04A,6799                      1 	(obj:9019)
-t_x(306204,3779)$MAB3404A,6801                      1 	(obj:5463)
-t_x(306207,4645)$LCES004M,6803                      1 	(obj:5613)
-t_x(306253,7680)$YB3EH04A,6807                      1 	(obj:7680)
-t_x(306269,7402)$MRAE04,6808                        1 	(obj:11014)
-t_x(306270,1838)$LELVL104,6809                      1 	(obj:2409)
-t_x(306283,1331)$KSAL1204,6811                      1 	(obj:1331)
-t_x(306307,4404)$RMZU04,6814                        1 	(obj:5978)
-t_x(306308,4089)$KWUR1C04,6815                      1 	(obj:5875)
-t_x(306331,3437)$KSLN04A,6816                       1 	(obj:4753)
-t_x(306346,18658)$LCES004,6817                      1 	(obj:25535)
-t_x(306388,1268)$MAB3404A,6821                      1 	(obj:1758)
-t_x(306405,15512)$EDGG704,6823                      1 	(obj:22289)
-t_x(306413,7185)$LGKFN04,6824                       1 	(obj:9644)
-t_x(306491,1380)$LCES004M,6829                      1 	(obj:1583)
-t_x(306499,12552)$MRAE04,6830                       1 	(obj:18263)
-t_x(306530,12018)$MRAE04,6831                       1 	(obj:17039)
-t_x(306563,8410)$MRAE04,6833                        1 	(obj:12125)
-t_x(306577,804)$LELVL104,6835                       1 	(obj:830)
-t_x(306612,4534)$MAB1204A,6838                      1 	(obj:4534)
-t_x(306667,4444)$ZM56704,6840                       1 	(obj:6532)
-t_x(306669,7020)$MRAE04,6841                        1 	(obj:9949)
-t_x(306677,11820)$MRAE04,6842                       1 	(obj:16826)
-t_x(306685,4306)$KSAL1204,6843                      1 	(obj:6365)
-t_x(306698,14680)$EDGG704,6844                      1 	(obj:20173)
-t_x(306710,892)$LOVN1504,6845                       1 	(obj:892)
-t_x(306801,4519)$RMZU04,6851                        1 	(obj:6123)
-t_x(306803,1465)$KWUR1C04,6852                      1 	(obj:2191)
-t_x(306810,4560)$MAB3404A,6853                      1 	(obj:6823)
-t_x(306846,3977)$KWUR1C04,6856                      1 	(obj:5746)
-t_x(306918,2116)$BKED1204,6861                      1 	(obj:2116)
-t_x(306922,1755)$LOVN1504,6863                      1 	(obj:2226)
-t_x(307025,5566)$YB3EH04A,6871                      1 	(obj:7970)
-t_x(307028,1440)$YB3EH04A,6872                      1 	(obj:2152)
-t_x(307044,10496)$LELVL104,6874                     1 	(obj:15697)
-t_x(307068,4431)$LEBAS04A,6877                      1 	(obj:6209)
-t_x(307103,3740)$MAB3404A,6881                      1 	(obj:5375)
-t_x(307105,11231)$LGZAA04M,6882                     1 	(obj:14372)
-t_x(307135,18724)$EDGG704,6885                      1 	(obj:27962)
-t_x(307142,3300)$KSPE104D,6887                      1 	(obj:4481)
-t_x(307153,19731)$LCES004,6890                      1 	(obj:27245)
-t_x(307182,15409)$EDGG704,6894                      1 	(obj:21951)
-t_x(307190,4500)$LGKFN04,6896                       1 	(obj:5509)
-t_x(307218,3148)$MAB3404A,6898                      1 	(obj:4379)
-t_x(307231,7080)$MRAE04,6899                        1 	(obj:10191)
-t_x(307264,19280)$LCES004,6902                      1 	(obj:26573)
-t_x(307265,5520)$LEBAS04A,6903                      1 	(obj:7527)
-t_x(307285,10682)$MRAE04,6904                       1 	(obj:15306)
-t_x(307323,9217)$YB3EH04A,6909                      1 	(obj:13709)
-t_x(307461,4354)$RJIU04M,6918                       1 	(obj:5915)
-t_x(307576,6507)$YB3EH04A,6927                      1 	(obj:9338)
-t_x(307658,5208)$RMZU04,6932                        1 	(obj:7364)
-t_x(307674,1560)$YB3EH04A,6934                      1 	(obj:2305)
-t_x(307679,21653)$LCES004,6935                      1 	(obj:32202)
-t_x(307707,1391)$BKED1204,6936                      1 	(obj:1697)
-t_x(307726,12944)$MRAE04,6939                       1 	(obj:19153)
-t_x(307730,146)$KSPE104D,6942                       1 	(obj:164)
-t_x(307779,12362)$MRAE04,6947                       1 	(obj:18217)
-t_x(307791,2340)$ZM56704,6948                       1 	(obj:3130)
-t_x(307860,4991)$YB3EH04A,6954                      1 	(obj:7128)
-t_x(307867,3466)$LELVL104,6955                      1 	(obj:5047)
-t_x(307870,2886)$MAB1204A,6956                      1 	(obj:4160)
-t_x(307897,6002)$LCES004M,6960                      1 	(obj:7803)
-t_x(307899,3305)$LEBAS04A,6961                      1 	(obj:4884)
-t_x(307902,21689)$EDGG704,6962                      1 	(obj:21689)
-t_x(307914,1438)$KSPE104D,6963                      1 	(obj:1980)
-t_x(307990,16802)$EDGG704,6972                      1 	(obj:24515)
-t_x(307992,9902)$LGZAA04M,6973                      1 	(obj:12057)
-t_x(307997,4620)$ZM56704,6974                       1 	(obj:6926)
-t_x(307998,350)$CPRFBR04,6975                       1 	(obj:350)
-t_x(308004,1989)$ZM56704,6977                       1 	(obj:2645)
-t_x(308064,5280)$LEBAS04A,6980                      1 	(obj:7062)
-t_x(308103,6486)$RMZSI04,6983                       1 	(obj:9123)
-t_x(308136,11402)$LELVL104,6986                     1 	(obj:16876)
-t_x(308144,11150)$MRAE04,6987                       1 	(obj:15720)
-t_x(308239,3636)$KWUR1C04,6991                      1 	(obj:5165)
-t_x(308251,10471)$LCES004,6993                      1 	(obj:12958)
-t_x(308294,7254)$LGIRA04,6996                       1 	(obj:9969)
-t_x(308308,1004)$YB3EH04A,6997                      1 	(obj:1243)
-t_x(308325,6900)$LGKFN04,6998                       1 	(obj:9180)
-t_x(308334,1159)$EBEEC04M,6999                      1 	(obj:1451)
-t_x(308336,12504)$MRAE04,7000                       1 	(obj:18088)
-t_x(308352,22620)$LCES004,7001                      1 	(obj:33631)
-t_x(308366,1580)$YB3EH04A,7003                      1 	(obj:2361)
-t_x(308371,12408)$MRAE04,7004                       1 	(obj:17814)
-t_x(308410,4751)$RMZU04,7007                        1 	(obj:6711)
-t_x(308432,4680)$RMZU04,7009                        1 	(obj:6517)
-t_x(308460,7769)$LGIRA04,7011                       1 	(obj:11278)
-t_x(308475,1550)$KFUL1U04,7012                      1 	(obj:2234)
-t_x(308505,1704)$YB3EH04A,7015                      1 	(obj:1704)
-t_x(308511,11891)$MRAE04,7017                       1 	(obj:17011)
-t_x(308593,4551)$RMZU04,7022                        1 	(obj:6363)
-t_x(308597,10590)$YB3EH04A,7023                     1 	(obj:15689)
-t_x(308611,39)$KSLN04A,7024                         1 	(obj:39)
-t_x(308622,10958)$LCES004,7026                      1 	(obj:13808)
-t_x(308629,8536)$MRAE04,7028                        1 	(obj:12672)
-t_x(308677,2614)$RMZSI04,7030                       1 	(obj:3424)
-t_x(308700,2700)$LEBAS04A,7031                      1 	(obj:4027)
-t_x(308743,18245)$EDGG704,7033                      1 	(obj:26927)
-t_x(308751,10405)$MRAE04,7034                       1 	(obj:14858)
-t_x(308769,7260)$MRAE04,7036                        1 	(obj:10610)
-t_x(308836,7936)$YB3EH04A,7038                      1 	(obj:7936)
-t_x(308914,12403)$MRAE04,7042                       1 	(obj:17739)
-t_x(308941,1777)$YB3EH04A,7043                      1 	(obj:2644)
-t_x(308945,16156)$EDGG704,7044                      1 	(obj:23306)
-t_x(309011,5653)$MRAE04,7049                        1 	(obj:7444)
-t_x(309016,8040)$MRAE04,7050                        1 	(obj:11779)
-t_x(309061,3065)$EGPFA04,7051                       1 	(obj:3784)
-t_x(309072,20013)$EDGG704,7053                      1 	(obj:29308)
-t_x(309103,12420)$MRAE04,7056                       1 	(obj:17894)
-t_x(309119,3635)$ZM56704,7057                       1 	(obj:5357)
-t_x(309127,11509)$LGZAA04M,7058                     1 	(obj:16958)
-t_x(309143,14430)$LELVL104,7060                     1 	(obj:21287)
-t_x(309172,11933)$EDGG704,7062                      1 	(obj:16039)
-t_x(309188,22080)$EDGG704,7064                      1 	(obj:32601)
-t_x(309190,9377)$MRAE04,7065                        1 	(obj:13621)
-t_x(309210,15791)$EDGG704,7070                      1 	(obj:22726)
-t_x(309270,21101)$EDGG704,7072                      1 	(obj:31558)
-t_x(309298,19084)$EDGG704,7077                      1 	(obj:28442)
-t_x(309311,8514)$YB3EH04A,7078                      1 	(obj:12756)
-t_x(309317,7925)$MRAE04,7081                        1 	(obj:11487)
-t_x(309349,1296)$KFUL1U04,7086                      1 	(obj:1876)
-t_x(309385,2023)$MRAE04,7088                        1 	(obj:2023)
-t_x(309414,11610)$LCES004,7091                      1 	(obj:14663)
-t_x(309461,1894)$KFUL1U04,7095                      1 	(obj:2787)
-t_x(309462,1451)$LOVN1504,7096                      1 	(obj:1795)
-t_x(309465,6306)$LGZAA04M,7097                      1 	(obj:8032)
-t_x(309492,1025)$KWUR1C04,7099                      1 	(obj:1025)
-t_x(309547,5832)$LEBAS04A,7105                      1 	(obj:8205)
-t_x(309573,9960)$LCES004,7108                       1 	(obj:12451)
-t_x(309583,6960)$MRAE04,7110                        1 	(obj:9811)
-t_x(309588,6111)$MRAE04,7111                        1 	(obj:8398)
-t_x(309594,2142)$KWUR1C04,7112                      1 	(obj:2142)
-t_x(309625,11957)$MRAE04,7116                       1 	(obj:17194)
-t_x(309684,1679)$MAB3404A,7118                      1 	(obj:1679)
-t_x(309711,11752)$MRAE04,7122                       1 	(obj:16572)
-t_x(309721,706)$YB3EH04A,7123                       1 	(obj:828)
-t_x(309725,11752)$LELVL104,7125                     1 	(obj:17566)
-t_x(309780,21120)$LCES004,7127                      1 	(obj:30943)
-t_x(309887,256)$LGKFN04,7132                        1 	(obj:256)
-t_x(309920,11442)$LELVL104,7136                     1 	(obj:16998)
-t_x(309940,1814)$LELVL104,7137                      1 	(obj:2239)
-t_x(309959,10586)$MRAE04,7140                       1 	(obj:15171)
-t_x(309978,5948)$YB3EH04A,7142                      1 	(obj:8512)
-t_x(309981,14832)$EDGG704,7143                      1 	(obj:20529)
-t_x(309986,2213)$LEBAS04A,7144                      1 	(obj:3232)
-t_x(310024,761)$RMZU04,7146                         1 	(obj:761)
-t_x(310042,235)$KFZ4404L,7147                       1 	(obj:282)
-t_x(310081,670)$KFUL1U04,7151                       1 	(obj:670)
-t_x(310087,168)$EGPFA04,7153                        1 	(obj:168)
-t_x(310158,12180)$LCES004,7158                      1 	(obj:15584)
-t_x(310175,4205)$LELVL104,7159                      1 	(obj:6140)
-t_x(310235,939)$MAB3404A,7162                       1 	(obj:1086)
-t_x(310238,3651)$LELVL104,7163                      1 	(obj:5345)
-t_x(310256,660)$KSAL1204,7164                       1 	(obj:660)
-t_x(310272,20820)$LCES004,7165                      1 	(obj:30349)
-t_x(310287,1020)$LCES004,7167                       1 	(obj:1034)
-t_x(310303,3503)$RMZU04,7168                        1 	(obj:4608)
-t_x(310311,9504)$LELVL104,7169                      1 	(obj:14064)
-t_x(310398,386)$KFUL1U04,7175                       1 	(obj:393)
-t_x(310417,1799)$KFUL1U04,7176                      1 	(obj:2453)
-t_x(310438,15236)$EDGG704,7177                      1 	(obj:21668)
-t_x(310502,11418)$MRAE04,7179                       1 	(obj:16021)
-t_x(310512,1803)$LOVN1504,7180                      1 	(obj:2314)
-t_x(310580,19235)$EDGG704,7187                      1 	(obj:28717)
-t_x(310594,2114)$LELVL104,7189                      1 	(obj:2845)
-t_x(310599,255)$KFZ4404L,7190                       1 	(obj:354)
-t_x(310618,12898)$EDGG704,7191                      1 	(obj:17419)
-t_x(310635,5289)$ZM56704,7192                       1 	(obj:7828)
-t_x(310647,14325)$MRAE04,7193                       1 	(obj:21002)
-t_x(310668,2847)$GL34W04,7195                       1 	(obj:2847)
-t_x(310671,8888)$LELVL104,7196                      1 	(obj:12645)
-t_x(310719,3892)$LELVL104,7199                      1 	(obj:5774)
-t_x(310724,13853)$MRAE04,7200                       1 	(obj:20470)
-t_x(310742,2852)$KSLN04A,7202                       1 	(obj:4161)
-t_x(310743,3408)$LELVL104,7203                      1 	(obj:4916)
-t_x(310753,5940)$RMZU04,7204                        1 	(obj:5940)
-t_x(310774,9670)$LELVL104,7208                      1 	(obj:14354)
-t_x(310792,531)$MAB1204A,7209                       1 	(obj:556)
-t_x(310853,9471)$LELVL104,7211                      1 	(obj:13747)
-t_x(310913,15483)$MGY04,7214                        1 	(obj:15483)
-t_x(310983,14072)$EDGG704,7218                      1 	(obj:19061)
-t_x(311042,2139)$KSAL1204,7219                      1 	(obj:2870)
-t_x(311070,1270)$CPRFBR04,7220                      1 	(obj:1895)
-t_x(311073,16800)$LCES004,7222                      1 	(obj:23148)
-t_x(311108,20160)$LCES004,7224                      1 	(obj:28575)
-t_x(311119,2833)$RMZSI04,7225                       1 	(obj:4000)
-t_x(311138,2206)$KWUR1C04,7226                      1 	(obj:2206)
-t_x(311151,13219)$MRAE04,7229                       1 	(obj:19154)
-t_x(311161,232)$MRAE04,7231                         1 	(obj:341)
-t_x(311255,12744)$MRAE04,7236                       1 	(obj:18520)
-t_x(311265,11647)$LCES004,7240                      1 	(obj:14815)
-t_x(311291,2248)$LELVL104,7244                      1 	(obj:3107)
-t_x(311314,776)$LELVL104,7248                       1 	(obj:782)
-t_x(311351,1919)$LOVN1504,7252                      1 	(obj:2562)
-t_x(311402,300)$KSAL1A04,7253                       1 	(obj:410)
-t_x(311413,3239)$MAB3404A,7255                      1 	(obj:4752)
-t_x(311440,6955)$MRAE04,7256                        1 	(obj:9608)
-t_x(311462,2096)$LELVL104,7259                      1 	(obj:2750)
-t_x(311478,1806)$LELVL104,7260                      1 	(obj:2164)
-t_x(311520,5089)$LELVL104,7262                      1 	(obj:7613)
-t_x(311542,20276)$LCES004,7263                      1 	(obj:29338)
-t_x(311550,841)$KSLN04A,7266                        1 	(obj:841)
-t_x(311636,7613)$LELVL104,7267                      1 	(obj:10959)
-t_x(311697,14860)$EDGG704,7270                      1 	(obj:20634)
-t_x(311706,12660)$MRAE04,7271                       1 	(obj:18650)
-t_x(311733,16840)$MGY04,7273                        1 	(obj:16840)
-t_x(311757,18960)$LCES004,7274                      1 	(obj:25855)
-t_x(311813,2770)$LELVL104,7275                      1 	(obj:3792)
-t_x(311825,1728)$RMZU04,7276                        1 	(obj:1852)
-t_x(311838,20178)$LCES004,7277                      1 	(obj:28723)
-t_x(311840,20160)$LCES004,7278                      1 	(obj:28303)
-t_x(311850,12691)$MGY04,7280                        1 	(obj:18945)
-t_x(311856,14808)$MRAE04,7281                       1 	(obj:21634)
-t_x(311863,6165)$KSLN04A,7282                       1 	(obj:9124)
-t_x(311878,10618)$MRAE04,7283                       1 	(obj:15124)
-t_x(311882,7209)$LELVL104,7284                      1 	(obj:10345)
-t_x(311988,6061)$MAB3404A,7288                      1 	(obj:9081)
-t_x(311998,11400)$MRAE04,7290                       1 	(obj:16697)
-t_x(312009,3696)$LLBGA04L,7291                      1 	(obj:4536)
-t_x(312017,22800)$LCES004,7294                      1 	(obj:34170)
-t_x(312020,8300)$MRAE04,7295                        1 	(obj:12001)
-t_x(312034,2890)$MAB1204A,7296                      1 	(obj:4322)
-t_x(312066,10002)$EDGG704,7299                      1 	(obj:13656)
-t_x(312085,13746)$MRAE04,7300                       1 	(obj:20401)
-t_x(312091,2360)$KSLN04A,7301                       1 	(obj:3082)
-t_x(312097,6780)$LCES004,7302                       1 	(obj:8367)
-t_x(312192,8520)$MRAEE04,7303                       1 	(obj:12523)
-t_x(312199,15420)$LCES004,7304                      1 	(obj:20382)
-t_x(312302,22740)$LCES004,7306                      1 	(obj:33990)
-t_x(312369,13005)$MRAE04,7310                       1 	(obj:18904)
-t_x(312417,177)$KFZ4404L,7311                       1 	(obj:192)
-t_x(312494,840)$LOVN1504,7315                       1 	(obj:840)
-t_x(312503,13661)$MRAE04,7317                       1 	(obj:20208)
-t_x(312565,3000)$LCES004,7319                       1 	(obj:3831)
-t_x(312641,300)$LCES004,7321                        1 	(obj:300)
-t_x(312674,17220)$LCES004,7324                      1 	(obj:23858)
-t_x(312682,7080)$MRAE04,7325                        1 	(obj:10086)
-t_x(312707,5824)$MRAE04,7326                        1 	(obj:7833)
-t_x(312746,1674)$LEBAS04A,7329                      1 	(obj:2499)
-t_x(312762,6054)$MRAE04,7330                        1 	(obj:8265)
-t_x(312800,15080)$EDGG704,7332                      1 	(obj:21122)
-t_x(312825,11736)$LCES004,7333                      1 	(obj:15007)
-t_x(312879,15120)$LCES004,7334                      1 	(obj:19768)
-t_x(312881,13513)$MRAE04,7335                       1 	(obj:20012)
-t_x(312895,14520)$LCES004,7336                      1 	(obj:18815)
-t_x(312938,4860)$LCES004,7338                       1 	(obj:6075)
-t_x(312956,14579)$EDGG704,7340                      1 	(obj:20023)
-t_x(312999,17508)$EDGG704,7342                      1 	(obj:25664)
-t_x(313034,2693)$GL34W04,7345                       1 	(obj:2693)
-t_x(313068,15786)$LCES004,7347                      1 	(obj:21187)
-t_x(313119,1468)$LOVN1504,7350                      1 	(obj:1859)
-t_x(313135,3040)$KWUR1C04,7351                      1 	(obj:4375)
-t_x(313202,4938)$KWUR1C04,7352                      1 	(obj:7333)
-t_x(313298,1850)$GL34W04,7353                       1 	(obj:2398)
-t_x(313302,2820)$LCES004,7354                       1 	(obj:3244)
-t_x(313344,6280)$MRAE04,7355                        1 	(obj:8901)
-t_x(313372,14177)$MRAE04,7357                       1 	(obj:20868)
-t_x(313410,1436)$LEBAS04A,7358                      1 	(obj:1863)
-t_x(313433,5460)$MRAE04,7359                        1 	(obj:7133)
-t_x(313526,10614)$LELVL104,7360                     1 	(obj:15859)
-t_x(313536,5535)$KWUR1C04,7361                      1 	(obj:5535)
-t_x(313540,10632)$LCES004,7362                      1 	(obj:13319)
-t_x(313563,938)$MAB1204A,7363                       1 	(obj:1068)
-t_x(313569,15540)$LCES004,7364                      1 	(obj:20601)
-t_x(313590,2549)$KWUR1C04,7365                      1 	(obj:3272)
-t_x(313638,16628)$EDGG704,7366                      1 	(obj:24325)
-t_x(313701,4866)$MRAE04,7367                        1 	(obj:6282)
-t_x(313758,9720)$LCES004,7369                       1 	(obj:12029)
-t_x(313875,3840)$LCES004,7371                       1 	(obj:4824)
-t_x(313899,2659)$KSAL1204,7372                      1 	(obj:3781)
-t_x(313994,5641)$EDGG704,7373                       1 	(obj:5641)
-t_x(314075,7860)$MRAE04,7374                        1 	(obj:11582)
-t_x(314108,12678)$LCES004,7376                      1 	(obj:16461)
-t_x(314131,15012)$MRAE04,7377                       1 	(obj:22401)
-t_x(314172,17490)$EDGG704,7378                      1 	(obj:25558)
-t_x(314186,11773)$MRAE04,7379                       1 	(obj:16655)
-t_x(314191,8158)$MRAEE04,7380                       1 	(obj:12039)
-t_x(314223,7980)$LCES004,7382                       1 	(obj:9645)
-t_x(314225,14911)$MRAE04,7383                       1 	(obj:22186)
-t_x(314236,4018)$LCES004,7384                       1 	(obj:5079)
-t_x(314330,2905)$KWUR1C04,7385                      1 	(obj:4234)
-t_x(314402,12895)$MRAE04,7386                       1 	(obj:18723)
-t_x(314450,1493)$KWUR1C04,7387                      1 	(obj:1493)
-t_x(314457,19492)$EDGG704,7388                      1 	(obj:19492)
-t_x(314530,2683)$GL34W04,7389                       1 	(obj:3967)
-t_x(314538,11400)$EDGG704,7390                      1 	(obj:15193)
-t_x(314573,15300)$EDGG704,7392                      1 	(obj:21797)
-t_x(314600,12138)$EDGG704,7393                      1 	(obj:16423)
-t_x(314699,12660)$LCES004,7394                      1 	(obj:16316)
-t_x(314705,1567)$KSLN04A,7395                       1 	(obj:2263)
-t_x(314736,8400)$EDGG704,7397                       1 	(obj:12305)
-t_x(314808,9627)$MRAE04,7398                        1 	(obj:14288)
-t_x(314816,14041)$EDGG704,7399                      1 	(obj:18915)
-t_x(314823,12714)$MRAE04,7400                       1 	(obj:18651)
-t_x(314847,14388)$MRAE04,7401                       1 	(obj:21438)
-t_x(314889,15473)$EDGG704,7402                      1 	(obj:22080)
-t_x(314986,1418)$KWUR1C04,7403                      1 	(obj:2032)
-t_x(314999,19070)$EDGG704,7404                      1 	(obj:28336)
-t_x(315019,11436)$EDGG704,7405                      1 	(obj:15340)
-t_x(315081,2580)$LCES004,7407                       1 	(obj:2786)
-t_x(315138,1892)$LCES004,7408                       1 	(obj:2017)
-t_x(315209,5160)$MAB1204A,7409                      1 	(obj:7596)
-t_x(315366,8725)$MRAE04,7411                        1 	(obj:12595)
-t_x(315428,1140)$LELVL104,7412                      1 	(obj:1182)
-t_x(315544,14910)$EDGG704,7413                      1 	(obj:20841)
-t_x(315618,14503)$EDGG704,7414                      1 	(obj:19889)
-t_x(315692,1870)$LLBGA04L,7415                      1 	(obj:2285)
-t_x(315748,16279)$EDGG704,7416                      1 	(obj:23563)
-t_x(315763,11711)$EDGG704,7417                      1 	(obj:15769)
-t_x(315779,3300)$LCES004,7418                       1 	(obj:4306)
-t_x(315788,3253)$LELVL104,7419                      1 	(obj:4636)
-t_x(316029,14787)$EDGG704,7422                      1 	(obj:20413)
-t_x(316061,2781)$LLBGA04L,7423                      1 	(obj:3409)
-t_x(316213,5469)$EDGG704,7425                       1 	(obj:8032)
-t_x(316285,2855)$KWUR1C04,7426                      1 	(obj:4141)
-t_x(316289,7022)$LELVL104,7427                      1 	(obj:9951)
-t_x(316298,12675)$EDGG704,7428                      1 	(obj:16900)
-t_x(316314,3528)$KWUR1C04,7429                      1 	(obj:4975)
-t_x(316391,12720)$EDGG704,7430                      1 	(obj:17178)
-t_x(316430,2940)$LCES004,7431                       1 	(obj:3547)
-t_x(316446,13819)$MGY04,7432                        1 	(obj:20662)
-t_x(316476,14458)$EDGG704,7433                      1 	(obj:19775)
-t_x(316499,14337)$EDGG704,7434                      1 	(obj:19613)
-t_x(316538,15120)$EDGG704,7435                      1 	(obj:21326)
-t_x(316618,2506)$LLBGA04L,7436                      1 	(obj:2927)
-t_x(316626,6589)$KWUR1C04,7437                      1 	(obj:6589)
-t_x(316914,8439)$MRAE04,7438                        1 	(obj:12214)
-t_x(316916,16449)$EDGG704,7439                      1 	(obj:23941)
-t_x(316925,4575)$EDGG704,7440                       1 	(obj:4575)
-t_x(317001,6047)$EDGG704,7441                       1 	(obj:6047)
-t_x(317048,11820)$LCES004,7443                      1 	(obj:15197)
-t_x(317067,1600)$LLBGA04L,7444                      1 	(obj:1937)
-t_x(317111,15667)$EDGG704,7445                      1 	(obj:22469)
-t_x(317153,13287)$EDGG704,7447                      1 	(obj:17923)
-t_x(317222,14716)$EDGG704,7449                      1 	(obj:20282)
-t_x(317300,18466)$EDGG704,7450                      1 	(obj:27336)
-t_x(317360,10384)$MRAE04,7453                       1 	(obj:15531)
-t_x(317443,5662)$MRAE04,7454                        1 	(obj:7541)
-t_x(317603,3346)$LLBGA04L,7456                      1 	(obj:3990)
-t_x(317621,6943)$EDGG704,7457                       1 	(obj:6943)
-t_x(317644,8400)$MRAE04,7458                        1 	(obj:8400)
-t_x(317675,5573)$EDGG704,7459                       1 	(obj:8292)
-t_x(317851,14940)$EDGG704,7460                      1 	(obj:20949)
-t_x(317920,11166)$EDGG704,7462                      1 	(obj:14914)
-t_x(317924,8100)$MRAE04,7463                        1 	(obj:11900)
-t_x(317978,13682)$EDGG704,7464                      1 	(obj:18431)
-t_x(317991,16822)$EDGG704,7465                      1 	(obj:24622)
-t_x(317994,1972)$MRAE04,7466                        1 	(obj:2899)
-t_x(318112,8161)$MRAE04,7467                        1 	(obj:11838)
-t_x(318187,10080)$MRAE04,7468                       1 	(obj:14712)
-t_x(318401,8634)$EDGG704,7469                       1 	(obj:12575)
-t_x(318435,12720)$EDGG704,7470                      1 	(obj:17053)
-t_x(318516,8757)$MRAE04,7472                        1 	(obj:12686)
-t_x(318565,1512)$LELVL104,7473                      1 	(obj:1738)
-t_x(318660,9244)$EDGG704,7474                       1 	(obj:13060)
-t_x(318832,2156)$MRAE04,7475                        1 	(obj:2156)
-t_x(319008,14090)$EDGG704,7476                      1 	(obj:19200)
-t_x(319337,14100)$EDGG704,7478                      1 	(obj:19378)
-t_x(319782,1369)$MRAE04,7479                        1 	(obj:1369)
-t_x(320054,19316)$EDGG704,7480                      1 	(obj:28858)
-t_x(320214,4442)$MRAE04,7481                        1 	(obj:5811)
-t_x(320591,2598)$EDGG704,7482                       1 	(obj:3841)
-t_x(320734,19168)$EDGG704,7483                      1 	(obj:28584)
-t_x(321498,11700)$EDGG704,7484                      1 	(obj:15638)
-t_x(322722,15689)$EDGG704,7485                      1 	(obj:22575)
-t_x(323790,7800)$EDGG704,7487                       1 	(obj:7800)
-t_x(262808,0),7488                                  1 	(obj:0)
-t_x(263297,0),7493                                  1 	(obj:0)
-t_x(263332,0),7496                                  1 	(obj:0)
-t_x(263502,0),7500                                  1 	(obj:72.5)
-t_x(275587,0),7534                                  1 	(obj:0)
-t_x(276838,0),7544                                  1 	(obj:0)
-t_x(279544,0),7591                                  1 	(obj:73)
-t_x(280277,43)RVKWS04,7613                          1 	(obj:43)
-t_x(280331,0),7615                                  1 	(obj:0)
-t_x(280578,0),7618                                  1 	(obj:0)
-t_x(281776,1292)LGSRA04,7637                        1 	(obj:1292)
-t_x(282912,0),7663                                  1 	(obj:0)
-t_x(284082,0),7694                                  1 	(obj:70)
-t_x(284350,0),7720                                  1 	(obj:0)
-t_x(285328,0),7752                                  1 	(obj:0)
-t_x(285875,0),7778                                  1 	(obj:0)
-t_x(286221,0),7790                                  1 	(obj:16.5)
-t_x(286439,0),7793                                  1 	(obj:3)
-t_x(287476,0),7830                                  1 	(obj:87.5)
-t_x(289907,0),7933                                  1 	(obj:23)
-t_x(290499,0),7965                                  1 	(obj:0)
-t_x(290535,0),7968                                  1 	(obj:0)
-t_x(290883,0),7990                                  1 	(obj:66.5)
-t_x(291204,0),8005                                  1 	(obj:34.5)
-t_x(291494,0),8028                                  1 	(obj:181.5)
-t_x(291652,0),8044                                  1 	(obj:152.5)
-t_x(291697,0),8046                                  1 	(obj:55.5)
-t_x(291859,0),8051                                  1 	(obj:38)
-t_x(293416,0),8129                                  1 	(obj:79.5)
-t_x(294365,0),8183                                  1 	(obj:116)
-t_x(294750,0),8207                                  1 	(obj:0)
-t_x(296407,48)YB3EH04A,8351                         1 	(obj:99.6604278074866)
-t_x(296857,5)BR204M,8375                            1 	(obj:93.5668449197861)
-t_x(297362,0),8407                                  1 	(obj:240)
-t_x(297393,0),8410                                  1 	(obj:96)
-t_x(298080,0),8446                                  1 	(obj:0)
-t_x(298713,0),8487                                  1 	(obj:0)
-t_x(300774,0),8523                                  1 	(obj:0)
-t_x(301101,0),8541                                  1 	(obj:0)
-t_x(303013,0),8620                                  1 	(obj:0)
-t_x(304552,0),8704                                  1 	(obj:68)
-t_x(304980,0),8722                                  1 	(obj:60.5)
-t_x(305375,0),8732                                  1 	(obj:0)
-t_x(305791,0),8755                                  1 	(obj:0)
-t_x(307154,465)LGIRA04,8818                         1 	(obj:546.631294964029)
-t_x(307831,0),8841                                  1 	(obj:22)
-t_x(309965,19)LEBAS04A,8935                         1 	(obj:57.1261261261261)
-t_x(311293,0),8975                                  1 	(obj:138.5)
-x(292257,69)RQXSI04E,9254.p                         1 	(obj:426.807193396226)
-x(292330,52)KSPE1P04,9801.p                         1 	(obj:52)
-x(304880,108)LGZAA04M,9869.p                        1 	(obj:990.452911392405)
-x(292186,1898)LGSRA04,9909.p                        1 	(obj:2135.10648891744)
-x(291341,21)KFZ4404M,9963.p                         1 	(obj:47.45)
-x(292911,6)YB3EH04A,10036.p                         1 	(obj:6)
-x(286853,24)KSLN04M,10055.p                         1 	(obj:205.204156479218)
-x(302953,22)RMZU04,10140.p                          1 	(obj:55.7616822429907)
-x(292050,75)RJIU04M,10157.p                         1 	(obj:305.179700499168)
-x(291612,2)KFZ4404E,10175.p                         1 	(obj:2)
-x(279845,5)KHVL104E,10265.p                         1 	(obj:113.055309734513)
-x(285254,27)YD5WH04M,10272.p                        1 	(obj:45.4451219512195)
-x(279524,39)KFZ4404E,10294.p                        1 	(obj:39)
-x(280798,31)YB3EH04A,10327.p                        1 	(obj:44.7402597402597)
-x(287140,2230)RVKWU04M,10345.p                      1 	(obj:2231.8225667528)
-x(303900,120)BR204M,10351.p                         1 	(obj:174.420265780731)
-x(298009,56)BR204M,10369.p                          1 	(obj:213.242243436754)
-x(298590,8)ZM56704,10393.p                          1 	(obj:8)
-x(263367,75)RFBRT04M,10399.p                        1 	(obj:106.038674033149)
-x(295413,182)RFBRT04M,10447.p                       1 	(obj:238.642493638677)
-x(289519,56)RMZU04E,10453.p                         1 	(obj:56)
-x(297827,61)MM304,10533.p                           1 	(obj:149.505244755245)
-x(301059,142)GL34W04,10535.p                        1 	(obj:180.527397260274)
-x(306995,174)YB3EH04A,10566.p                       1 	(obj:239.877777777778)
-x(297079,4)RMZU04,10574.p                           1 	(obj:44.0909090909091)
-x(283921,170)EGNOR04M,10575.p                       1 	(obj:170)
-x(282070,71)RQXU04E,10576.p                         1 	(obj:131.872427983539)
-x(290166,140)RNS04M,10671.p                         1 	(obj:160.833333333333)
-x(276911,59)RNS04M,10702.p                          1 	(obj:59)
-x(300671,230)YB3EH04A,10716.p                       1 	(obj:375.360119047619)
-x(269531,282)EBBRA04E,10717.p                       1 	(obj:282)
-x(284550,14)LELVL04M,10724.p                        1 	(obj:213.729508196721)
-x(304362,3420)LGZAA04M,10745.p                      1 	(obj:3420)
-x(296238,224)RJIU04M,10838.p                        1 	(obj:224)
-x(289464,246)RNI04M,10859.p                         1 	(obj:265)
-x(294857,77)YBOLN04M,11048.p                        1 	(obj:101.251497005988)
-x(295098,93)YB5KL04E,11117.p                        1 	(obj:150.576208178439)
-x(302424,26)MYY04A,11163.p                          1 	(obj:68.5606060606061)
-x(302356,188)BR404M,11201.p                         1 	(obj:188)
-x(301501,1317)LCES004,11426.p                       1 	(obj:1352.62191450933)
-x(289436,3)$LOW304M,11548.p                         1 	(obj:15.6451612903226)
-x(279467,227)YH5MH04M,11557.p                       1 	(obj:270.285371702638)
-x(304857,413)KSAL1204,11884.p                       1 	(obj:421)
-x(263279,289)KFZ4404M,11956.p                       1 	(obj:297)
-x(279969,215)RFBRT04M,12033.p                       1 	(obj:309.44454887218)
-x(311074,149)GL34W04,12124.p                        1 	(obj:149)
-x(281091,104)YB3EH04A,12172.p                       1 	(obj:205.157068062827)
-x(298130,340)KSLN04A,12196.p                        1 	(obj:346.613526570048)
-x(311315,117)LEBAS04A,12280.p                       1 	(obj:214.371827411168)
-x(298321,194)LEBAS04A,12285.p                       1 	(obj:314.924511545293)
-x(281447,37)YB3EH04A,12326.p                        1 	(obj:50.1488095238095)
-x(309790,152)YB3EH04A,12347.p                       1 	(obj:185.197594501718)
-x(263323,124)LEBAS04M,12361.p                       1 	(obj:179.380258899676)
-x(311727,23)MAB04,12364.p                           1 	(obj:23)
-x(301726,231)LELVL104,12406.p                       1 	(obj:246.881736526946)
-x(288513,197)RQXU04E,12466.p                        1 	(obj:197)
-x(303156,503)EG11G04M,12854.p                       1 	(obj:521.673484848485)
-x(298677,106)YB3EH04A,12910.p                       1 	(obj:116)
-x(288588,31)YBOLN04M,12921.p                        1 	(obj:31)
-x(302844,703)MEK04,12937.p                          1 	(obj:1015)
-x(295879,973)RNS04M,12953.p                         1 	(obj:1389)
-x(289705,130)YB3EH04E,12997.p                       1 	(obj:130)
-x(296145,711)EGPFA04,13007.p                        1 	(obj:711)
-x(296406,983)RJIU04M,13018.p                        1 	(obj:1175)
-x(283829,593)YB5WH04M,13040.p                       1 	(obj:709)
-x(295216,222)YB3EH04E,13049.p                       1 	(obj:244)
-x(288428,934)RVKWU04M,13059.p                       1 	(obj:938)
-x(292991,128)YD5WH04M,13081.p                       1 	(obj:128)
-x(281511,3017)LGSRA04,13103.p                       1 	(obj:3017)
-x(291264,1182)PMXX04M,13199.p                       1 	(obj:1186)
-x(295497,401)PMXX04M,13305.p                        1 	(obj:677.686683006536)
-x(294876,1316)PMXX04M,13337.p                       1 	(obj:1572)
-x(276534,300)KHVL104E,13350.p                       1 	(obj:336)
-x(290892,198)YB5WH04M,13373.p                       1 	(obj:205)
-x(314730,161)MAB04,13384.p                          1 	(obj:177)
-x(295082,335)KSAL1204,13417.p                       1 	(obj:335)
-x(283115,170)RMZU04,13495.p                         1 	(obj:282.888998035363)
-x(290866,277)YBOLN04M,13498.p                       1 	(obj:310)
-x(292003,261)FUJ04M,13501.p                         1 	(obj:261)
-x(294097,606)LELVU04,13533.p                        1 	(obj:827)
-x(297278,80)YB3EH04A,13537.p                        1 	(obj:88.3968253968254)
-x(307985,158)RMZU04,13550.p                         1 	(obj:201.67125382263)
-x(284925,643)LGRPA04M,13574.p                       1 	(obj:707.606181455633)
-x(313003,1500)MRAE04,13602.p                        1 	(obj:1516)
-x(310539,31)YB3EH04A,13607.p                        1 	(obj:178.357344632768)
-x(303592,25)MGY04,13612.p                           1 	(obj:169.924556213018)
-x(285230,37)KFZ4404M,13624.p                        1 	(obj:37)
-x(287703,209)RNI04M,13646.p                         1 	(obj:256.427160493827)
-x(295965,111)RQXU04E,13668.p                        1 	(obj:111)
-x(295891,233)BR204M,13677.p                         1 	(obj:245.779320987654)
-x(291048,87)LEMDAT04,13691.p                        1 	(obj:286.758035714286)
-x(303203,6174)LCES004,13716.p                       1 	(obj:6864)
-x(301582,234)RNI04M,13722.p                         1 	(obj:234)
-x(284165,632)RVKWU04M,13723.p                       1 	(obj:1149.1951161688)
-x(285178,53)PMXX04M,13731.p                         1 	(obj:87.0032051282051)
-x(286628,454)RMZU04E,13754.p                        1 	(obj:461)
-x(293072,135)EGNOR04M,13757.p                       1 	(obj:135)
-x(309508,361)LGRPA04,13772.p                        1 	(obj:450.875173370319)
-x(291444,114)KSAL1204,13821.p                       1 	(obj:114)
-x(301968,1702)EG11G04M,13827.p                      1 	(obj:1703.75210555867)
-x(307394,38)KWUR1C04,13832.p                        1 	(obj:92.5790960451977)
-x(308780,511)KSLN04A,13845.p                        1 	(obj:511)
-x(293139,240)RNS04M,13855.p                         1 	(obj:254.705882352941)
-x(302516,360)LCES004M,13882.p                       1 	(obj:428.181818181818)
-x(306862,424)KSAL1204,13887.p                       1 	(obj:424)
-x(309267,903)RMZSI04,13903.p                        1 	(obj:1232)
-x(305462,2546)EDGG704,13905.p                       1 	(obj:3048)
-x(295519,232)YB3EH04A,13909.p                       1 	(obj:289.251082251082)
-x(287128,143)EBBRA04E,13914.p                       1 	(obj:143)
-x(290517,0),13929.p                                 1 	(obj:0)
-x(300476,21)YD5WH04M,13936.p                        1 	(obj:40.9013157894737)
-x(291292,204)EBEEC04M,13941.p                       1 	(obj:221.278501628664)
-x(285938,669)RMZSI04,13949.p                        1 	(obj:752.80737704918)
-x(297821,0),13957.p                                 1 	(obj:0)
-x(304242,74)YD5WH04M,13958.p                        1 	(obj:85.390625)
-x(307055,278)YB3EH04A,13963.p                       1 	(obj:300.889423076923)
-x(301257,850)$RMZSI04,13971.p                       1 	(obj:850)
-x(304486,263)LELVU04,13975.p                        1 	(obj:423.307284768212)
-x(293300,16)KFZ4404M,13978.p                        1 	(obj:112.07399103139)
-x(287279,128)RASI04M,13992.p                        1 	(obj:238.618181818182)
-x(307961,202)KWUR1C04,13999.p                       1 	(obj:202)
-x(301707,47)KSLN04A,14002.p                         1 	(obj:103.164102564103)
-x(278026,79)YD5WH04M,14004.p                        1 	(obj:79)
-x(279827,186)KFZ4404M,14008.p                       1 	(obj:186)
-x(307672,103)RMZU04,14012.p                         1 	(obj:103)
-x(289980,79)KSPE104D,14018.p                        1 	(obj:160.401666666667)
-x(295862,594)RFBRT04M,14021.p                       1 	(obj:631)
-x(305019,54)RNS04M,14027.p                          1 	(obj:279.631768953069)
-x(297427,272)RMZSI04,14030.p                        1 	(obj:403.27032810271)
-x(305950,26)YB3EH04A,14034.p                        1 	(obj:41.1301369863014)
-x(278555,77)KFZ4404M,14035.p                        1 	(obj:93.3047945205479)
-x(276588,5825)LGZAA04M,14154.p                      1 	(obj:6937)
-x(305542,314)MRAEE04,14167.p                        1 	(obj:314)
-x(282313,1655)RQXSI04E,14179.p                      1 	(obj:2215)
-x(295053,51)RQXU04E,14191.p                         1 	(obj:200.30076142132)
-x(280607,130)YB5WH04M,14197.p                       1 	(obj:153.805084745763)
-x(292753,165)YB5WH04M,14200.p                       1 	(obj:185.730627306273)
-x(284346,894)LGKFN04,14484.p                        1 	(obj:1095)
-x(278651,37)YB5KL04E,14488.p                        1 	(obj:167.074242424242)
-x(312354,387)MAB1204A,14632.p                       1 	(obj:411.406533575318)
-x(302138,684)MGY04,14715.p                          1 	(obj:724)
-x(300464,128)MAB3404A,14749.p                       1 	(obj:128)
-x(305510,548)MRAEE04,14751.p                        1 	(obj:548)
-x(269231,304)YH5MH04M,14968.p                       1 	(obj:304)
-x(297867,193)RJIU04M,14995.p                        1 	(obj:385.867361111111)
-x(287828,17)$YBOLN04M,15082.p                       1 	(obj:17)
-x(279163,462)KHVL104E,15087.p                       1 	(obj:566)
-x(277201,460)KHVL104E,15115.p                       1 	(obj:465.12734082397)
-x(282868,274)KWUR404E,15209.p                       1 	(obj:370.947665056361)
-x(283821,407)KWUR404E,15210.p                       1 	(obj:424.693223443223)
-x(307846,106)RMZU04,15213.p                         1 	(obj:275.120037807183)
-x(286486,773)LELVL04M,15217.p                       1 	(obj:945)
-x(300815,832)LCES004M,15233.p                       1 	(obj:957.698324022346)
-x(296232,326)LEBAS04A,15237.p                       1 	(obj:357.43253968254)
-x(293430,814)RQXU04E,15307.p                        1 	(obj:886)
-x(291212,201)RVKWS04,15312.p                        1 	(obj:216.515151515152)
-x(308647,1279)MRAE04,15353.p                        1 	(obj:1283)
-x(292672,445)RQXU04E,15356.p                        1 	(obj:453)
-x(297571,382)LELVU04,15375.p                        1 	(obj:394)
-x(284028,77)RQXSI04E,15400.p                        1 	(obj:239.847965738758)
-x(297929,1209)EGNOR04M,15402.p                      1 	(obj:1227)
-x(289950,107)YB5WH04M,15422.p                       1 	(obj:159)
-x(284261,142)$YB3EH04E,15441.p                      1 	(obj:150)
-x(282752,259)KSLN04A,15442.p                        1 	(obj:267.222222222222)
-x(305929,429)LCES004M,15444.p                       1 	(obj:603.927113702624)
-x(288191,398)KSPE1P04,15455.p                       1 	(obj:398)
-x(263313,358)RFBRT04M,15473.p                       1 	(obj:358)
-x(289455,401)RNI04M,15490.p                         1 	(obj:401.001243781095)
-x(292111,1229)LGKFN04,15492.p                       1 	(obj:1238.98889684814)
-x(306630,306)KSPE104D,15513.p                       1 	(obj:306)
-x(303451,346)KWUR1C04,15514.p                       1 	(obj:352)
-x(310755,36)ZM56704,15518.p                         1 	(obj:36)
-x(309098,898)RMZSI04,15524.p                        1 	(obj:926.592640692641)
-x(285820,18)YD5WH04M,15532.p                        1 	(obj:65.265625)
-x(291539,247)KSLN04M,15533.p                        1 	(obj:276.26125)
-x(291267,911)RNS04M,15543.p                         1 	(obj:960)
-x(305122,556)LEBAS04A,15560.p                       1 	(obj:563)
-x(285792,69)BR404M,15561.p                          1 	(obj:264.086705202312)
-x(300204,444)EG11G04M,15562.p                       1 	(obj:449.827586206897)
-x(288987,36)KFZ4404M,15576.p                        1 	(obj:193.191906005222)
-x(305811,163)KWUR1C04,15577.p                       1 	(obj:173.515021459227)
-x(283258,329)RMZU04E,15583.p                        1 	(obj:339)
-x(284085,1923)RVKWU04M,15601.p                      1 	(obj:1923)
-x(285451,36)KFZ4404L,15619.p                        1 	(obj:36)
-x(310734,670)RMZSI04,15620.p                        1 	(obj:674.891534391534)
-x(304862,698)MGY04,15826.p                          1 	(obj:978)
-x(306590,42)MAB1204A,15838.p                        1 	(obj:42)
-x(310392,4785)LCES004,15906.p                       1 	(obj:6900)
-x(309941,277)MEK04,16108.p                          1 	(obj:277)
-x(280263,179)KWUR404E,16171.p                       1 	(obj:179)
-x(295274,620)RNI04M,16388.p                         1 	(obj:620)
-x(296401,55)BR404M,16392.p                          1 	(obj:76.6346153846154)
-x(287155,1211)EBBRA04E,16526.p                      1 	(obj:1780)
-x(286141,410)KWUR404E,16568.p                       1 	(obj:503)
-x(311142,132)ZM56704,16596.p                        1 	(obj:173.461538461538)
-x(316090,1903)LCES004,16654.p                       1 	(obj:2036.57729905865)
-x(281922,41)YB5KL04E,16735.p                        1 	(obj:140.556363636364)
-x(279885,1500)EHAMA04,16758.p                       1 	(obj:1558)
-x(305425,1018)GL34W04,16766.p                       1 	(obj:1400)
-x(298038,323)EDGG704,16784.p                        1 	(obj:361.240917782027)
-x(287604,481)PMXX04M,16803.p                        1 	(obj:490.083047945205)
-x(303842,897)LELVU04,16804.p                        1 	(obj:897)
-x(292946,40)YB3EH04E,16818.p                        1 	(obj:40)
-x(296963,79)LELVU04,16836.p                         1 	(obj:79)
-x(307304,2722)MRAE04,16842.p                        1 	(obj:4061)
-x(289587,1119)PMXX04M,16861.p                       1 	(obj:1289)
-x(291521,743)LELVL04M,16881.p                       1 	(obj:750)
-x(297075,5)YB3EH04E,16947.p                         1 	(obj:5)
-x(284372,3)BR204M,16984.p                           1 	(obj:138.016304347826)
-x(291417,371)RMZU04E,17010.p                        1 	(obj:455)
-x(306962,11)ZM56704,17021.p                         1 	(obj:22.4404761904762)
-x(270609,149)KFZ4404E,17046.p                       1 	(obj:149.97005988024)
-x(295599,101)MM304,17048.p                          1 	(obj:101)
-x(308533,457)EDGG704,17071.p                        1 	(obj:467)
-x(263168,65)RFBRT04M,17074.p                        1 	(obj:146.126353790614)
-x(290447,292)LEBAS04M,17075.p                       1 	(obj:292)
-x(306570,1750)YB3EH04A,17083.p                      1 	(obj:2454)
-x(285040,266)RASI04M,17088.p                        1 	(obj:266)
-x(295295,9)KSAL1204,17093.p                         1 	(obj:9)
-x(305896,105)LELVL104,17109.p                       1 	(obj:220.78313253012)
-x(276210,97)KHVL104E,17118.p                        1 	(obj:141.280737704918)
-x(302536,111)RMZU04,17125.p                         1 	(obj:129.43112244898)
-x(292270,48)YB5KL04E,17238.p                        1 	(obj:48)
-x(287205,46)YB5KL04E,17240.p                        1 	(obj:46)
-x(281925,85)EBBRA04E,17258.p                        1 	(obj:120)
-x(287040,121)RNI04M,17285.p                         1 	(obj:160)
-x(306120,34)MEK04,17407.p                           1 	(obj:34)
-x(304262,81)MGY04,17408.p                           1 	(obj:242.950211864407)
-x(308021,107)MEK04,17416.p                          1 	(obj:107)
-x(307745,15)GL34W04,17447.p                         1 	(obj:15)
-x(312036,500)MAB3404A,17462.p                       1 	(obj:617)
-x(313054,407)MAB1204A,17463.p                       1 	(obj:426)
-x(311312,132)MEK04,17467.p                          1 	(obj:132)
-x(285818,105)YBOLN04M,17479.p                       1 	(obj:143)
-x(306902,751)MEK04,17504.p                          1 	(obj:804)
-x(267696,0),17593.p                                 1 	(obj:29)
-x(304761,428)MAB1204A,17619.p                       1 	(obj:434.592156862745)
-x(289076,950)LGZAA04M,17675.p                       1 	(obj:1568.68814341498)
-x(282259,579)YB5WH04M,17714.p                       1 	(obj:600)
-x(291798,321)RMZU04,17721.p                         1 	(obj:421)
-x(303684,549)MRAEE04,17725.p                        1 	(obj:549)
-x(307158,401)MRAEE04,17812.p                        1 	(obj:571)
-x(317008,3973)MRAE04,17832.p                        1 	(obj:5520)
-x(291078,400)YB5KL04E,17845.p                       1 	(obj:417)
-x(295700,1112)RQXSI04E,17861.p                      1 	(obj:1218)
-x(296158,476)YB5WH04M,17884.p                       1 	(obj:549)
-x(296896,4934)LGZAA04M,17913.p                      1 	(obj:4934)
-x(293362,143)RNI04M,17947.p                         1 	(obj:143)
-x(290681,1082)YBOLN04M,17948.p                      1 	(obj:1488)
-x(287749,4754)LGZAA04M,17954.p                      1 	(obj:4754)
-x(297442,2252)EG11G04M,17956.p                      1 	(obj:2301)
-x(307460,5)MAB04,17963.p                            1 	(obj:5)
-x(294107,112)EGNOR04M,18011.p                       1 	(obj:112)
-x(287544,303)BR404M,18022.p                         1 	(obj:310.440476190476)
-x(296267,66)LELVL04M,18043.p                        1 	(obj:198.157142857143)
-x(294501,636)EBEEC04M,18081.p                       1 	(obj:843)
-x(296481,190)YB3EH04E,18119.p                       1 	(obj:190)
-x(301088,1039)LEMDAT04,18121.p                      1 	(obj:1049.30476588629)
-x(282961,127)KFZ4404E,18131.p                       1 	(obj:127)
-x(285693,774)YB3EH04E,18136.p                       1 	(obj:1137)
-x(295728,507)YB5WH04M,18142.p                       1 	(obj:518)
-x(284283,3001)RVKWU04M,18145.p                      1 	(obj:3411)
-x(289158,1208)RVKWU04M,18174.p                      1 	(obj:1222)
-x(297504,74)YB3EH04A,18201.p                        1 	(obj:99.8952095808383)
-x(292688,532)BR404M,18206.p                         1 	(obj:616)
-x(295448,1082)RMZU04E,18220.p                       1 	(obj:1473)
-x(294611,1091)EGNOR04M,18235.p                      1 	(obj:1093)
-x(307482,105)LGKFN04,18249.p                        1 	(obj:105)
-x(291007,117)YB3EH04A,18257.p                       1 	(obj:126)
-x(280453,551)EBBRA04E,18262.p                       1 	(obj:601)
-x(276830,171)LEBAS04M,18271.p                       1 	(obj:187.380681818182)
-x(297356,646)LGAVA04,18280.p                        1 	(obj:707)
-x(277744,60)GL4W04M,18281.p                         1 	(obj:60)
-x(306243,60)LGKFN04,18282.p                         1 	(obj:60)
-x(283954,71)YBOLN04M,18284.p                        1 	(obj:178.369883040936)
-x(311447,1116)LGKFN04,18286.p                       1 	(obj:1139.04352596928)
-x(315232,1587)LCES004,18308.p                       1 	(obj:1596)
-x(298480,298)RMZU04,18320.p                         1 	(obj:307.235602094241)
-x(296720,64)YB5KL04E,18337.p                        1 	(obj:64)
-x(294656,51)BR404M,18350.p                          1 	(obj:106.970149253731)
-x(278607,22)MM304,18351.p                           1 	(obj:22)
-x(307091,149)RMZU04,18362.p                         1 	(obj:149)
-x(283302,121)YB3EH04E,18387.p                       1 	(obj:121)
-x(304483,1061)LCES004,18389.p                       1 	(obj:1145.14498730964)
-x(287468,252)GL4W04M,18405.p                        1 	(obj:252)
-x(283853,123)RMZU04E,18408.p                        1 	(obj:123)
-x(290428,18)YB3EH04A,18410.p                        1 	(obj:79.531847133758)
-x(287200,142)GL4W04M,18412.p                        1 	(obj:142)
-x(296155,169)LELVL04M,18413.p                       1 	(obj:200)
-x(285656,921)PMXX04M,18421.p                        1 	(obj:921)
-x(277278,1078)RASI04M,18422.p                       1 	(obj:1258)
-x(292091,253)LOVN1504,18423.p                       1 	(obj:253)
-x(297087,163)LGKFN04,18434.p                        1 	(obj:513.2845)
-x(309203,640)YB3EH04A,18445.p                       1 	(obj:681)
-x(279485,706)KHVL104E,18447.p                       1 	(obj:709.510256410256)
-x(305074,297)ZM56704,18448.p                        1 	(obj:297)
-x(285840,345)LELVL04M,18451.p                       1 	(obj:345)
-x(279716,1059)LELVU04,18453.p                       1 	(obj:1173)
-x(301680,1528)KWUR1C04,18454.p                      1 	(obj:2098)
-x(280781,77)LGKFN04,18458.p                         1 	(obj:77)
-x(268974,401)KSPE1P04,18462.p                       1 	(obj:401)
-x(303139,27)GL34W04,18465.p                         1 	(obj:27)
-x(311549,335)LELVL104,18470.p                       1 	(obj:449.016711229947)
-x(286590,148)YB5WH04M,18471.p                       1 	(obj:157)
-x(289110,254)KWUR404E,18474.p                       1 	(obj:263)
-x(302044,2193)$MYY04A,18477.p                       1 	(obj:2536)
-x(281946,6)KSPE1P04,18486.p                         1 	(obj:41.7168674698795)
-x(282374,671)RVKWU04M,18489.p                       1 	(obj:677)
-x(294685,289)LELVU04,18490.p                        1 	(obj:289)
-x(286844,438)KSPE104D,18494.p                       1 	(obj:444)
-x(283452,171)RMZU04,18518.p                         1 	(obj:246.901176470588)
-x(278889,448)KHVL104E,18522.p                       1 	(obj:448)
-x(300174,278)RMZU04,18527.p                         1 	(obj:287.951790633609)
-x(276531,521)KHVL104E,18529.p                       1 	(obj:525.48569023569)
-x(275809,289)YD5WH04M,18545.p                       1 	(obj:335.867850098619)
-x(298333,226)KSPE104D,18556.p                       1 	(obj:254.966487935657)
-x(307977,29)ZM56704,18570.p                         1 	(obj:29)
-x(312532,570)LELVL104,18571.p                       1 	(obj:577.881872213967)
-x(304690,775)LOVN1504,18574.p                       1 	(obj:775)
-x(291679,782)RNS04M,18576.p                         1 	(obj:941)
-x(291326,8)YB3EH04A,18579.p                         1 	(obj:8)
-x(294925,2095)RVKWU04M,18580.p                      1 	(obj:2096.93507087334)
-x(263926,1171)MGY04,18591.p                         1 	(obj:1171)
-x(310533,58)MEK04,18630.p                           1 	(obj:58)
-x(281596,20)YB5KL04E,18636.p                        1 	(obj:20)
-x(308733,48)MAB04,18692.p                           1 	(obj:48)
-x(311650,706)MEK04,18942.p                          1 	(obj:865)
-x(308619,2912)LGZAA04M,18984.p                      1 	(obj:3061)
-x(298619,623)RNS04M,18996.p                         1 	(obj:655)
-x(285766,655)RQXSI04E,19019.p                       1 	(obj:655)
-x(297452,21)YB3EH04A,19039.p                        1 	(obj:21)
-x(308507,9995)LCES004,19099.p                       1 	(obj:14270)
-x(277127,2220)LGKFN04,19149.p                       1 	(obj:2410)
-x(290219,1499)MGY04,19180.p                         1 	(obj:1793)
-x(285658,222)YB5WH04M,19216.p                       1 	(obj:294.099589322382)
-x(300578,179)MEK04,19219.p                          1 	(obj:204)
-x(281643,320)YB5KL04E,19263.p                       1 	(obj:320)
-x(295153,356)YB5WH04M,19274.p                       1 	(obj:356)
-x(286415,333)EBEEC04M,19356.p                       1 	(obj:333)
-x(286685,1088)RQXSI04E,19423.p                      1 	(obj:1093.22666666667)
-x(306304,96)MAB3404A,19441.p                        1 	(obj:96)
-x(288918,1205)RQXSI04E,19450.p                      1 	(obj:1397)
-x(308125,2617)LCES004,19459.p                       1 	(obj:2667)
-x(291287,68)RQXU04E,19463.p                         1 	(obj:68)
-x(293601,127)YB5KL04E,19465.p                       1 	(obj:140)
-x(291189,2683)RVKWU04M,19475.p                      1 	(obj:2951)
-x(284190,1230)PMXX04M,19482.p                       1 	(obj:1505)
-x(307875,148)KSLN04A,19483.p                        1 	(obj:221)
-x(280428,41)YB5KL04E,19488.p                        1 	(obj:41)
-x(279398,24)YH5MH04M,19496.p                        1 	(obj:202.214640198511)
-x(284700,552)YB3EH04E,19499.p                       1 	(obj:562)
-x(306384,1011)LELVU04,19511.p                       1 	(obj:1054)
-x(279887,4363)LGSRA04,19512.p                       1 	(obj:4532)
-x(277112,154)YB5KL04E,19532.p                       1 	(obj:154)
-x(294752,469)YB3EH04E,19536.p                       1 	(obj:639)
-x(301010,2305)RNS04M,19574.p                        1 	(obj:3261)
-x(298090,107)YB3EH04A,19593.p                       1 	(obj:113.915032679739)
-x(286494,604)YBOLN04M,19599.p                       1 	(obj:664)
-x(295341,107)YB5WH04M,19606.p                       1 	(obj:126)
-x(300504,462)LGKFN04,19617.p                        1 	(obj:534.404109589041)
-x(282882,635)$KWUR404E,19619.p                      1 	(obj:638)
-x(290158,595)PMXX04M,19627.p                        1 	(obj:602.599570200573)
-x(284250,230)RMZU04E,19639.p                        1 	(obj:245)
-x(308947,40)YB3EH04A,19647.p                        1 	(obj:40)
-x(304253,647)LCES004M,19658.p                       1 	(obj:848.324266284896)
-x(304979,189)YB3EH04A,19659.p                       1 	(obj:189)
-x(300582,295)KWUR404E,19661.p                       1 	(obj:295)
-x(278783,128)YB5KL04E,19662.p                       1 	(obj:128)
-x(297744,279)LOVN1504,19679.p                       1 	(obj:439.462130937099)
-x(285372,81)$KSLN2C04,19688.p                       1 	(obj:81)
-x(290650,911)PMXX04M,19694.p                        1 	(obj:911)
-x(296265,43)LELVU04,19704.p                         1 	(obj:43)
-x(302798,76)LGKFN04,19709.p                         1 	(obj:76)
-x(291305,1668)EDGG704,19721.p                       1 	(obj:1694)
-x(284183,193)LOVN1504,19730.p                       1 	(obj:278.382045929019)
-x(300045,481)KSPE104D,19731.p                       1 	(obj:486)
-x(308003,203)YB3EH04A,19741.p                       1 	(obj:264.475806451613)
-x(289675,338)KSPE1P04,19743.p                       1 	(obj:362)
-x(307145,599)KSAL1204,19747.p                       1 	(obj:693)
-x(297842,87)YB3EH04E,19748.p                        1 	(obj:165.827361563518)
-x(285112,159)KSLN04M,19757.p                        1 	(obj:260.567451820128)
-x(296337,524)BR404M,19759.p                         1 	(obj:529)
-x(304739,499)GL34W04,19760.p                        1 	(obj:639)
-x(287819,680)PMXX04M,19762.p                        1 	(obj:680)
-x(310127,277)YB3EH04A,19767.p                       1 	(obj:280.275541795666)
-x(307805,679)LOVN1504,19772.p                       1 	(obj:682)
-x(297370,164)YB3EH04A,19775.p                       1 	(obj:231.545569620253)
-x(274596,151)RQXSI04E,19779.p                       1 	(obj:151)
-x(309473,427)LOVN1504,19780.p                       1 	(obj:427)
-x(307733,287)LELVL104,19789.p                       1 	(obj:409.251069900143)
-x(294815,723)RMZU04,19790.p                         1 	(obj:727)
-x(279791,694)EHAMA04,19802.p                        1 	(obj:734.000513874615)
-x(285474,41)KCHI104M,19806.p                        1 	(obj:41)
-x(302840,726)RMZU04,19808.p                         1 	(obj:770)
-x(274643,117)EGNOR04M,19811.p                       1 	(obj:117)
-x(283746,198)RNS04M,20172.p                         1 	(obj:223)
-x(306829,1527)MYY04A,20202.p                        1 	(obj:2161)
-x(282099,1933)EG11G04M,20242.p                      1 	(obj:1947)
-x(301224,131)MEK04,20405.p                          1 	(obj:131)
-x(303416,745)MGY04,20410.p                          1 	(obj:791.299149338374)
-x(303471,1865)PMXX04M,20459.p                       1 	(obj:2046)
-x(291951,251)RMZU04E,20466.p                        1 	(obj:251)
-x(289894,2952)LCES004,20519.p                       1 	(obj:2996)
-x(302136,243)BR404M,20520.p                         1 	(obj:271.625954198473)
-x(293049,114)LELVU04,20575.p                        1 	(obj:156)
-x(285899,97)BR404M,20585.p                          1 	(obj:97)
-x(289673,560)MRAEE04,20614.p                        1 	(obj:585.633421400264)
-x(288792,217)YB5WH04M,20617.p                       1 	(obj:250.61835106383)
-x(283998,600)$YB5WH04M,20653.p                      1 	(obj:605.627906976744)
-x(298617,173)KWUR404E,20657.p                       1 	(obj:173)
-x(291353,1084)RQXSI04E,20661.p                      1 	(obj:1123)
-x(287358,490)$RQXI04E,20688.p                       1 	(obj:492.14126394052)
-x(309006,239)MAB3404A,20702.p                       1 	(obj:254.766763848396)
-x(301727,654)LGKFN04,20722.p                        1 	(obj:792.466129032258)
-x(291727,408)EBEEC04M,20735.p                       1 	(obj:408)
-x(291891,3384)LGKFN04,20736.p                       1 	(obj:4316)
-x(288341,552)KWUR1C04,20737.p                       1 	(obj:622)
-x(293444,817)YB5WH04M,20744.p                       1 	(obj:1025)
-x(287235,820)PMXX04M,20782.p                        1 	(obj:820)
-x(290553,741)LEMDAT04,20790.p                       1 	(obj:744.714285714286)
-x(306251,474)RMZU04,20821.p                         1 	(obj:518.31043956044)
-x(279409,559)YH5MH04M,20830.p                       1 	(obj:562.190514469453)
-x(307712,683)EDGG704,20836.p                        1 	(obj:712)
-x(306769,150)MAB1204A,20841.p                       1 	(obj:150)
-x(305491,320)YB3EH04A,20845.p                       1 	(obj:320)
-x(294089,740)LEMDAT04,20848.p                       1 	(obj:787.026066350711)
-x(292876,253)EDGG704,20849.p                        1 	(obj:280.915632754342)
-x(295562,1181)RQXI04E,20854.p                       1 	(obj:1206)
-x(287704,50)YB3EH04E,20855.p                        1 	(obj:62.5)
-x(283464,250)YB3EH04A,20862.p                       1 	(obj:274.834190231362)
-x(295258,116)YD5WH04M,20863.p                       1 	(obj:116)
-x(310759,100)MEK04,20948.p                          1 	(obj:100)
-x(296190,230)YB3EH04E,21042.p                       1 	(obj:278)
-x(286600,1496)$KCHI104M,21149.p                     1 	(obj:1511)
-x(287660,1890)EG11G04M,21251.p                      1 	(obj:1904)
-x(309520,19)MAB04,21273.p                           1 	(obj:47.4835164835165)
-x(281983,327)YB5KL04E,21279.p                       1 	(obj:342.415540540541)
-x(285747,2802)RNI04M,21282.p                        1 	(obj:3952)
-x(289716,803)LGKFN04,21344.p                        1 	(obj:926.612670986321)
-x(307410,92)MGY04,21349.p                           1 	(obj:364.894150417827)
-x(312912,886)MAB1204A,21352.p                       1 	(obj:920)
-x(306439,164)MAB04,21372.p                          1 	(obj:227)
-x(307728,167)MAB1204A,21412.p                       1 	(obj:207.628398791541)
-x(290137,128)YD5WH04M,21421.p                       1 	(obj:174)
-x(310043,71)ZM56704,21425.p                         1 	(obj:71)
-x(295528,307)RQXI04E,21449.p                        1 	(obj:427.08908839779)
-x(309693,366)MAB3404A,21468.p                       1 	(obj:430)
-x(289249,127)PMXX04M,21475.p                        1 	(obj:284.461966604824)
-x(296109,40)RMZU04E,21497.p                         1 	(obj:40)
-x(298249,629)RNS04M,21498.p                         1 	(obj:629)
-x(284631,1897)RQXSI04E,21557.p                      1 	(obj:2460)
-x(309577,489)MEK04,21573.p                          1 	(obj:489)
-x(294706,1302)LEMDAT04,21590.p                      1 	(obj:1311)
-x(287020,373)RNS04M,21595.p                         1 	(obj:373)
-x(309099,211)MRAEE04,21608.p                        1 	(obj:377.261594202899)
-x(289913,270)EGNOR04M,21612.p                       1 	(obj:271.315436241611)
-x(289472,2499)LGZAA04M,21622.p                      1 	(obj:2693.64720194647)
-x(296035,2016)$RVKWU04M,21636.p                     1 	(obj:2016)
-x(263570,257)LELVU04,21656.p                        1 	(obj:335.826992753623)
-x(285123,602)LGKFN04,21672.p                        1 	(obj:607)
-x(291193,5)YBOLN04M,21685.p                         1 	(obj:138.045289855072)
-x(310219,2237)EDGG704,21693.p                       1 	(obj:2237)
-x(306187,721)LOVN1504,21698.p                       1 	(obj:732.833912037037)
-x(292940,1648)EDGG704,21716.p                       1 	(obj:1671.10061601643)
-x(288768,5)RMZSI04M,21743.p                         1 	(obj:50.125)
-x(309442,8015)MGY04,21815.p                         1 	(obj:8015)
-x(291407,69)KCHI104M,21917.p                        1 	(obj:69)
-x(287194,1955)RQXSI04E,22111.p                      1 	(obj:2346)
-x(301297,418)MEK04,22194.p                          1 	(obj:418)
-x(308515,104)MAB3404A,22244.p                       1 	(obj:129.252427184466)
-x(293565,5702)RJIU04M,22254.p                       1 	(obj:8342)
-x(293191,132)RASI04M,22263.p                        1 	(obj:132)
-x(291523,754)PMXX04M,22265.p                        1 	(obj:754)
-x(319288,885)MRAE04,22286.p                         1 	(obj:892)
-x(287937,703)RNI04M,22319.p                         1 	(obj:708.880625)
-x(291038,1049)EDGG704,22325.p                       1 	(obj:1049)
-x(302135,301)EG11G04M,22348.p                       1 	(obj:353.201672862454)
-x(303195,1065)MRAE04,22354.p                        1 	(obj:1084.62209302326)
-x(293498,1052)PMXX04M,22361.p                       1 	(obj:1057)
-x(310732,5078)LCES004,22376.p                       1 	(obj:5429)
-x(303617,985)KSLN04A,22378.p                        1 	(obj:1261)
-x(308582,2304)EDGG704,22400.p                       1 	(obj:2304)
-x(308221,317)KSLN04A,22404.p                        1 	(obj:325)
-x(310560,2209)LCES004,22406.p                       1 	(obj:2209)
-x(286658,96)EBBRA04E,22415.p                        1 	(obj:162.226962457338)
-x(283468,239)RQXSI04E,22426.p                       1 	(obj:359.478503184713)
-x(296992,790)YB3EH04E,22427.p                       1 	(obj:1017)
-x(290808,84)YB3EH04A,22433.p                        1 	(obj:84)
-x(307418,58)YB3EH04A,22446.p                        1 	(obj:58)
-x(288302,280)RNI04M,22447.p                         1 	(obj:393.920268256334)
-x(263196,1012)RQXSI04E,22454.p                      1 	(obj:1032.46281325788)
-x(300435,1403)$YB3EH04M,22477.p                     1 	(obj:1403.2018220042)
-x(306069,905)MGY04,22645.p                          1 	(obj:929.22149122807)
-x(293305,131)MEK04,22739.p                          1 	(obj:131)
-x(272695,693)RQXSI04E,22816.p                       1 	(obj:699.070796460177)
-x(289868,4906)LCES004,22819.p                       1 	(obj:5207)
-x(312583,3351)LCES004,22825.p                       1 	(obj:3355)
-x(286067,16)BR404M,22832.p                          1 	(obj:158.405063291139)
-x(291577,294)EGNOR04M,22842.p                       1 	(obj:316.58064516129)
-x(311155,2326)LCES004,22887.p                       1 	(obj:2330.5436187399)
-x(280579,744)EGNOR04M,22893.p                       1 	(obj:773)
-x(307626,831)MRAE04,22895.p                         1 	(obj:854.970170454545)
-x(311329,436)MEK04,22908.p                          1 	(obj:436)
-x(281143,688)LGKFN04,22923.p                        1 	(obj:688)
-x(309695,157)MEK04,22955.p                          1 	(obj:248.446712018141)
-x(295794,1509)LEMDAT04,22960.p                      1 	(obj:1517)
-x(279651,635)YBOLN04M,22966.p                       1 	(obj:644)
-x(281854,472)KWUR404E,22967.p                       1 	(obj:472)
-x(283305,573)KSLN04A,22982.p                        1 	(obj:592)
-x(287579,1136)RQXSI04E,22994.p                      1 	(obj:1141)
-x(287367,359)YBOLN04M,23009.p                       1 	(obj:359.877922077922)
-x(304583,829)MRAE04,23017.p                         1 	(obj:835.665249734325)
-x(290633,285)RJIU04M,23094.p                        1 	(obj:285)
-x(294819,3538)EGPFA04,23140.p                       1 	(obj:4568)
-x(313102,1050)LCES004,23179.p                       1 	(obj:1064)
-x(276611,530)RQXSI04E,23207.p                       1 	(obj:530)
-x(284722,983)RJIU04M,23259.p                        1 	(obj:1081)
-x(295608,1174)EGNOR04M,23276.p                      1 	(obj:1192)
-x(281483,87)EGNOR04M,23294.p                        1 	(obj:130.171806167401)
-x(263602,4281)LCES004,23298.p                       1 	(obj:4501)
-x(312015,2100)LCES004,23345.p                       1 	(obj:2100)
-x(308449,1038)MRAE04,23372.p                        1 	(obj:1058.04156769596)
-x(297922,98)KSLN04A,23375.p                         1 	(obj:98)
-x(263306,2190)LCES004,23386.p                       1 	(obj:2190)
-x(296062,1267)RQXSI04E,23390.p                      1 	(obj:1311)
-x(308892,439)MGY04,23391.p                          1 	(obj:548)
-x(293252,667)RNI04M,23392.p                         1 	(obj:667)
-x(277562,897)YH5MH04M,23413.p                       1 	(obj:952)
-x(281887,1293)LELVL04M,23414.p                      1 	(obj:1325)
-x(292153,312)YB5WH04M,23415.p                       1 	(obj:359.468401486989)
-x(289972,666)YB3EH04E,23425.p                       1 	(obj:693.096610169492)
-x(295047,3256)EGPFA04,23498.p                       1 	(obj:4140)
-x(300097,892)$RNI04M,23514.p                        1 	(obj:893)
-x(311886,1140)LCES004,23540.p                       1 	(obj:1140)
-x(290480,622)RJIU04M,23564.p                        1 	(obj:661.078531073446)
-x(294518,303)EG11G04M,23593.p                       1 	(obj:623.768177929855)
-x(291367,1659)EG11G04M,23594.p                      1 	(obj:1705)
-x(297622,2198)YD5WH04M,23609.p                      1 	(obj:2269)
-x(263866,3034)LCES004,23614.p                       1 	(obj:3034)
-x(290738,1649)EG11G04M,23619.p                      1 	(obj:1656)
-x(290090,1846)EDGG704,23633.p                       1 	(obj:1978)
-x(291104,3571)LCES004,23634.p                       1 	(obj:3575)
-x(285187,14)YH5MH04M,23696.p                        1 	(obj:14)
-x(295800,53)RJIU04M,23728.p                         1 	(obj:53)
-x(289354,525)RJIU04M,23810.p                        1 	(obj:525)
-x(300332,625)EG11G04M,23849.p                       1 	(obj:625)
-x(295886,1206)EG11G04M,23857.p                      1 	(obj:1337.24830287206)
-x(298528,3229)LCES004,23872.p                       1 	(obj:3247)
-x(287817,785)LGKFN04,23873.p                        1 	(obj:785)
-x(289240,1023)EG11G04M,23888.p                      1 	(obj:1045.11914217633)
-x(285733,3330)LCES004,23891.p                       1 	(obj:3330)
-x(307498,3491)LCES004,23895.p                       1 	(obj:3491)
-x(293898,65)RJIU04M,23926.p                         1 	(obj:65)
-x(304456,266)RJIU04M,23955.p                        1 	(obj:276.937853107345)
-x(289164,58)RNI04M,24083.p                          1 	(obj:180.778409090909)
-x(295850,230)RJIU04M,24129.p                        1 	(obj:246)
-x(310674,1740)$MEK04,24135.p                        1 	(obj:2052)
-
-SCIP> 
-
diff --git a/Semi-Lagrange Scheme.ipynb b/Semi-Lagrange Scheme.ipynb
deleted file mode 100755
index 3d7b87fb333d0a6a74061b543c212060fd83f739..0000000000000000000000000000000000000000
--- a/Semi-Lagrange Scheme.ipynb	
+++ /dev/null
@@ -1,306 +0,0 @@
-{
- "cells": [
-  {
-   "cell_type": "markdown",
-   "metadata": {},
-   "source": [
-    "*Tracer Transport Simulation Lab - Winterterm 2021/22*"
-   ]
-  },
-  {
-   "cell_type": "markdown",
-   "metadata": {},
-   "source": [
-    "# Semi-Lagrangian scheme for 1D advection"
-   ]
-  },
-  {
-   "cell_type": "markdown",
-   "metadata": {},
-   "source": [
-    "[**Jörn Behrens**](http://www.math.uni-hamburg.de/numgeo) [(joern.behrens@uni-hamburg.de)](mailto:joern.behrens@uni-hamburg.de)"
-   ]
-  },
-  {
-   "cell_type": "markdown",
-   "metadata": {},
-   "source": [
-    "## Introduction\n",
-    "\n",
-    "In this notebook we want to implement a Semi-Lagrangian Scheme for the simple 1D advection equation, given by\n",
-    "$$\n",
-    "\\frac{\\partial \\rho}{\\partial t} + v\\cdot\\frac{\\partial \\rho}{\\partial x}= 0,\n",
-    "$$\n",
-    "where $\\rho$ is an advected constituent, $v\\equiv 1$ is a given wind (assumed to be constant 1), and $(x,t)$ is the space-time coordinate. Additionally, we want to compare it's solution to the already implemented Lax-Friedrichs advection scheme.\n",
-    "\n",
-    "The Lax-Friedrichs scheme discretizes this equation by using a centered finite difference for the space derivative and a modified explicit time derivative. It reads\n",
-    "$$\n",
-    "  \\rho_i^{j+1}= \\frac{1}{2}(\\rho_{i+1}^j + \\rho_{i-1}^j) - \\nu(\\rho_{i+1}^j - \\rho_{i-1}^j),\n",
-    "$$\n",
-    "where $\\nu=v\\frac{\\Delta t}{2\\Delta x}$ and the indices $i$ and $j$ stand for the space and time step, resp.\n",
-    "\n",
-    "The semi-Lagrangian time stepping scheme utilizes an analytic solution for the ODE describing the departure points\n",
-    "$$\n",
-    "\\frac{dx}{dt}= v\\equiv 1.\n",
-    "$$\n",
-    "Obviously the analytical solution is $x=t$ (we omit the constant here). That leaves us with the semi-Lagrangian scheme being an interpolation of the right and left neighbor values, depending in which cell the upstream point falls. We use linear interpolation in this case.\n",
-    "\n",
-    "## Time stepping schemes\n",
-    "\n",
-    "In order to implement the time stepping schemes, we define a corresponding function that takes the grid $x$, the time-step $\\Delta t$, the final time $T$, and an initual field $\\rho_0$ as input parameters and returns $\\rho(x,T)$.\n",
-    "\n",
-    "### Lax-Friedrichs scheme\n",
-    "\n",
-    "First we re-use the Lax-Friedrichs scheme from a previous exercise:"
-   ]
-  },
-  {
-   "cell_type": "code",
-   "execution_count": 1,
-   "metadata": {},
-   "outputs": [],
-   "source": [
-    "from numpy import arange\n",
-    "def laxfriedrichsadvect(x,dt,T,rho0):\n",
-    "    #-- compute spatial step size\n",
-    "    dx= x[1]-x[0]\n",
-    "    \n",
-    "    #-- initial condition; set up future time array\n",
-    "    u0=rho0.copy()\n",
-    "    u1=u0.copy()\n",
-    "    \n",
-    "    #-- now the time loop\n",
-    "    for t in arange(0,T,dt):\n",
-    "        nu= dt/(2*dx)\n",
-    "        u1[1:(len(x)-1)]= 0.5*(u0[2:len(x)]+u0[:(len(x)-2)]) - nu* (u0[2:len(x)]-u0[:(len(x)-2)])\n",
-    "        #-- periodic boundary conditions:\n",
-    "        u1[0] = 0.5*(u0[1]+u0[len(x)-1]) - nu* (u0[1] - u0[len(x)-1])\n",
-    "        u1[len(x)-1]= 0.5*(u0[0]+u0[len(x)-2]) - nu* (u0[0]-u0[len(x)-2])\n",
-    "        #-- reuse array for next time step\n",
-    "        u0=u1.copy()\n",
-    "        \n",
-    "    #-- set output value\n",
-    "    rho = u1\n",
-    "    return rho\n"
-   ]
-  },
-  {
-   "cell_type": "markdown",
-   "metadata": {},
-   "source": [
-    "### Semi-Lagrangian Scheme\n",
-    "\n",
-    "Now, we implement the semi-Lagrangian scheme. Here I build on the code written by Philipp Sommer. The algorithm works as follows:\n",
-    "1. Compute the upstream positions by subtracting $\\Delta t$ from the grid points $x$.\n",
-    "2. Deal with periodic boundary condition by entering the trajectory on the right boundary, when it leaves the domain on the left side.\n",
-    "3. Now, determine left and right neighbors to that grid point.\n",
-    "4. Evaluate the old time step values at those grid points.\n",
-    "5. Finally, linearly interpolate between these two values."
-   ]
-  },
-  {
-   "cell_type": "code",
-   "execution_count": 2,
-   "metadata": {},
-   "outputs": [],
-   "source": [
-    "from numpy import arange, array, abs\n",
-    "def semilagrangeadvect(x,dt,T,rho0):\n",
-    "    #-- compute spatial step size\n",
-    "    dx= x[1]-x[0]\n",
-    "\n",
-    "    #-- initial condition; set up future time array\n",
-    "    u=rho0.copy()\n",
-    "  \n",
-    "    for t in arange(0,T,dt):\n",
-    "        #-- new position of the particle\n",
-    "        xminus = x-dt\n",
-    "        \n",
-    "        #-- if out of the range, go to the right side (i.e. handle x periodically)\n",
-    "        xminus[xminus < x.min()] = x.max() - (x.min() - xminus[xminus < x.min()])\n",
-    "        \n",
-    "        #-- set up left grid point\n",
-    "        xl = array([max(xi for xi in x if xi <= ximinus) for ximinus in xminus])\n",
-    "        #-- set up right grid point\n",
-    "        xr = array([min(xi for xi in x if xi >= ximinus) for ximinus in xminus])\n",
-    "        #-- compute solution at left grid point\n",
-    "        ul = array([u[x.searchsorted(xl[ixminus])] for ixminus in range(len(xminus))])\n",
-    "        #-- compute solution at right grid point\n",
-    "        ur = array([u[x.searchsorted(xr[ixminus])] for ixminus in range(len(xminus))])\n",
-    "        \n",
-    "        #-- compute solution in between via interpolation\n",
-    "        nu=(xr-xminus)/dx\n",
-    "        u = (1.-nu)*ur + nu*ul\n",
-    "  \n",
-    "    return u\n"
-   ]
-  },
-  {
-   "cell_type": "markdown",
-   "metadata": {},
-   "source": [
-    "## Initial Conditions\n",
-    "\n",
-    "We want to generate initial conditions in their own functions. The two alternative initial conditions are given by either\n",
-    "$$\n",
-    "\\rho_0(x)=e^{-\\frac{(20x)^2}{2}},\n",
-    "$$\n",
-    "or\n",
-    "$$\n",
-    "\\rho_0(x)=e^{\\frac{-x^2}{2 \\sigma^2}}\\cdot\\cos(Kx),\n",
-    "$$\n",
-    "where $\\sigma=0.1$, and $K=\\frac{\\pi}{\\sigma}$."
-   ]
-  },
-  {
-   "cell_type": "code",
-   "execution_count": 3,
-   "metadata": {},
-   "outputs": [],
-   "source": [
-    "from numpy import pi, exp, cos\n",
-    "def init1(x):\n",
-    "    u0=exp(-(20*x)**2/2)\n",
-    "    return u0\n",
-    "\n",
-    "def init2(x):\n",
-    "    sigm= 0.1; Ka= pi/sigm\n",
-    "    u0= exp(-(x**2)/(2*sigm**2)) * cos(Ka*x)\n",
-    "    return u0\n"
-   ]
-  },
-  {
-   "cell_type": "markdown",
-   "metadata": {},
-   "source": [
-    "## Main Test Program\n",
-    "\n",
-    "Now that we have generated our time-stepping function, we can build a main program to test our scheme.\n",
-    "1. Let us set some initial values (time-step size, etc.) first.\n",
-    "2. Then we will set initial conditions by calling the corresponding functions.\n",
-    "3. Then we call the Lax-Friedrichs function defined earlier.\n",
-    "4. We compute an analytic solution (remember, this is just the initial solution shifted).\n",
-    "5. Finally, we compare our solutions."
-   ]
-  },
-  {
-   "cell_type": "code",
-   "execution_count": 4,
-   "metadata": {},
-   "outputs": [
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "*** INFO: relative error in inf-norm ***\n",
-      "          Lax-Friedrichs method: 0.3275\n",
-      "         semi-Lagrangian method: 0.0000\n",
-      "*** INFO: relative error in two-norm ***\n",
-      "          Lax-Friedrichs method: 0.3473\n",
-      "         semi-Lagrangian method: 0.0000\n"
-     ]
-    },
-    {
-     "data": {
-      "image/png": "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pAEKaDGk91ZERCT6UiakiYiIiMwmCmkHgT/96U+sX79+xud5/PHHOeecc6JQIhEREZkphbSDQLRCmoiIiCQPhbQ4+fWvf81xxx3H6tWr+djHPsbQ0BDPP/88q1atore3l66uLlasWMFrr71GMBjk9NNP5+ijj2blypX8+c9/Hj7P7bffzqpVqzjyyCO55JJLeOqpp7j33nv5/Oc/z+rVq9m6det+r3v33XdzxBFHcOSRR3LKKacAbiDFhz/8YVauXMlRRx3FY489Ftf3QkRERCaWElNwRPrPv34sJuf92jk/GXPfhg0buOuuu/jnP/9JRkYGV199NXfccQcf+tCHOPfcc/nKV75CT08PH/zgBzniiCMYHBzkj3/8I/n5+TQ1NXHCCSdw7rnnsn79em644QaeeuopSktLaWlpobi4mHPPPZdzzjmH9773vQe89vXXX8+DDz5IZWUlbW1tANx8880YY3j11Vd54403OOuss9i0aVNM3hcRERGZnoSGNGPML4BzgAZr7RGj7DfAD4B3AN3AZdbaF+Jbypl75JFHWLduHcceeywAPT09lJeXA/DVr36VY489luzsbG666SbAzT325S9/mSeffBKfz8eePXuor6/n0Ucf5YILLqC0tBSA4uLiCV/7pJNO4rLLLuN973sf73nPewD4xz/+wSc+8QkAli1bxsKFCxXSREREkkyia9JuBX4I3D7G/rcDS73b8cCPvPtpG6/GK1astVx66aV84xvfOGBfc3MzwWCQgYEBent78fv93HHHHTQ2NrJu3ToyMjKorq6e9jxkP/7xj3n22We57777OOaYY1i3bt1ML0dERETiIKF90qy1TwIt4xxyHnC7dZ4BCo0xc+NTuug5/fTTueeee2hoaACgpaWFnTt3AvCxj32Mr3/961x88cV84QtfAKC9vZ3y8nIyMjJ47LHHho9961vfyt13301zc/PweQDy8vLo7Owc9bW3bt3K8ccfz/XXX09ZWRm7d+/mzW9+M3fccQcAmzZtYteuXRx22GGxewNERGapTdva+cWdOxJdDElRia5Jm0glsDvicY23rTYxxZmeww8/nBtuuIGzzjqLUChERkYGN998M0888QQZGRl84AMfYGhoiBNPPJFHH32Uiy++mHe9612sXLmSNWvWsGzZMgBWrFjBtddey6mnnkpaWhpHHXUUt956Kxdd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a2spLS0lK8v9D6y0tJR58+axbt06Tj31VI455hje9ra3UVtbC8Bpp53Gpz/9adasWcPy5ct5/vnnec973sPSpUv5yle+MnzeQCAwpXKcf/75HHPMMaxYsWK/hdR//vOfc+ihh3LcccdxxRVXcM011wBw2WWXcdVVV3H88cfz7//+7zN9G0REklpzsxvBWVwUOmBfRakLad3BHIaGDtwvEm0pF9KMic1tImeddRa7d+/m0EMP5eqrr+aJJ55gYGCAT3ziE9xzzz2sW7eOj3zkI1x77bXDz8nMzGTt2rVcddVVnHfeedx888289tpr3HrrrTQ3N0/r+n/xi1+wbt061q5dy0033URzczN79+7l61//Os888wz//Oc/eeONN/Z7Tk1NDU899RTf/e53p/WaIiKzRUuruy8uOXBfZmYa2f4esD7qm3oOPEAkytR2FSeBQIB169bx97//nccee4wLL7yQr3zlK7z22muceeaZAAwNDTF37r6lRs4991wAVq5cyYoVK4b3LV68mN27d1NSMsq/IhO46aab+OMf/wjA7t272bx5M3V1dZx66qkUFxcDcMEFF7Bp06bh51xwwQWkpWnIuYgc/FpbXN1FSfHo//v25/fQ25XD3vpe5s3xx7NokoJSLqQlcqnStLQ0TjvtNE477TRWrlzJzTffzIoVK3j66adHPT7cNOrz+YZ/Dj8eHBzc79hrr72W++67D4CXXnpp1PM9/vjjPPzwwzz99NPk5uZy2mmnTWrhdr9f/xCJSGpob3P/IS0tGf0/pv78Ppproa5BS0NJ7KVcc2eibNy4kc2bNw8/fumll1i+fDmNjY3DIW1gYIDXX399Wue/8cYbeemll8YMaADt7e0UFRWRm5vLG2+8wTPPPAPAscceyxNPPEFrayuDg4P8/ve/n1YZRERmu/Y2NxdaeVnGqPsLCt2Ar4YmLQ0lsaeQFifBYJBLL72Uww8/nFWrVrF+/Xquv/567rnnHr7whS9w5JFHsnr16qiO1rzhhhuoqqoavp199tkMDg6yfPlyvvjFL3LCCScAUFlZyZe//GWOO+44TjrpJKqrqykoKDjgfHv37uUd73hH1MonIpJswnOgzSkdfS60/ELXitHQdODoT5FoMzaR7X8xsGbNGrt27dr9tm3YsIHly5cnqESzQzAYJBAIMDg4yLvf/W4+8pGP8O53v3vS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",
-      "text/plain": [
-       "<Figure size 720x504 with 1 Axes>"
-      ]
-     },
-     "metadata": {
-      "needs_background": "light"
-     },
-     "output_type": "display_data"
-    }
-   ],
-   "source": [
-    "def testlf():\n",
-    "    from numpy import arange, pi, exp, cos, inf\n",
-    "    from numpy.linalg import norm\n",
-    "    import matplotlib.pyplot as plt\n",
-    "    %matplotlib inline\n",
-    "    \n",
-    "    #-- initial values/settings\n",
-    "    dx= 1./150.      #- spatial step size\n",
-    "    courant= 0.9     #- Courant No.\n",
-    "    dt= courant* dx  #- time step size\n",
-    "    CourSLM= 1.     #- Courant number for the SLM\n",
-    "    dts= CourSLM* dx #- time step for semi-Lagrange scheme\n",
-    "    Tend= 0.5        #- final time\n",
-    "    x= arange(-1,1+dx,dx)    #- spatial grid\n",
-    "    \n",
-    "    #-- initial conditions\n",
-    "    u0=init2(x)\n",
-    "    \n",
-    "    #-- Lax-Friedrichs advection scheme\n",
-    "    ulaxf= laxfriedrichsadvect(x,dt,Tend,u0)\n",
-    "    \n",
-    "    #-- semi-Lagrangian advection scheme\n",
-    "    uslm=  semilagrangeadvect(x,dts,Tend,u0)\n",
-    "    \n",
-    "    #-- compute exact solution to compare with\n",
-    "    uexact = init2(x-Tend)\n",
-    "    \n",
-    "    #-- plot the result, the initial condition, and the exact solution\n",
-    "    fig = plt.figure(1)\n",
-    "    #h1=plt.plot(x,u0,linewidth=2, c=[0.3, 0.5, 0.2], label='init. cond.')\n",
-    "    h2=plt.plot(x,uexact,linewidth=2, c=[0.5, 0.7, 0.4], label='exact sol.')\n",
-    "    h3=plt.plot(x,ulaxf,linewidth=2, c='red', label='Lax-Friedr.')\n",
-    "    h4=plt.plot(x,uslm,linewidth=2, c='blue', label='Semi-Lagr.')\n",
-    "    plt.legend(loc='upper left')\n",
-    "    plt.title('Linear Advection, DX=' + '%6.4f' % (dx) + ', DT=' + '%6.4f' % (dt) + ', DTS=' + '%6.4f' % (dts))\n",
-    "    plt.xlabel('x')\n",
-    "    plt.ylabel('u')\n",
-    "  \n",
-    "    #-- compute error norms:\n",
-    "    inflaxf= norm((uexact-ulaxf),inf)/norm(uexact,inf)\n",
-    "    infslm=  norm((uexact-uslm),inf)/norm(uexact,inf)\n",
-    "    print('*** INFO: relative error in inf-norm ***')\n",
-    "    print('          Lax-Friedrichs method: ' + '%6.4f' % (inflaxf))\n",
-    "    print('         semi-Lagrangian method: ' + '%6.4f' % (infslm))\n",
-    "\n",
-    "    twolaxf= norm((uexact-ulaxf))/norm(uexact)\n",
-    "    twoslm=  norm((uexact-uslm))/norm(uexact)\n",
-    "    print('*** INFO: relative error in two-norm ***')\n",
-    "    print('          Lax-Friedrichs method: ' + '%6.4f' % (twolaxf))\n",
-    "    print('         semi-Lagrangian method: ' + '%6.4f' % (twoslm))\n",
-    "\n",
-    "    fig.set_size_inches(10,7)\n",
-    "    plt.show()\n",
-    "\n",
-    "if __name__==\"__main__\":\n",
-    "    testlf()\n"
-   ]
-  },
-  {
-   "cell_type": "code",
-   "execution_count": null,
-   "metadata": {},
-   "outputs": [],
-   "source": []
-  }
- ],
- "metadata": {
-  "interpreter": {
-   "hash": "ca2525eab514af7f1335f4a0de66f0c96f9a7997643233c6c1749b1bac977781"
-  },
-  "kernelspec": {
-   "display_name": "Python 3.7.10 64-bit ('base': conda)",
-   "name": "python3"
-  },
-  "language_info": {
-   "codemirror_mode": {
-    "name": "ipython",
-    "version": 3
-   },
-   "file_extension": ".py",
-   "mimetype": "text/x-python",
-   "name": "python",
-   "nbconvert_exporter": "python",
-   "pygments_lexer": "ipython3",
-   "version": "3.7.10"
-  }
- },
- "nbformat": 4,
- "nbformat_minor": 1
-}
diff --git a/analyse.py b/analyse.py
deleted file mode 100644
index b7188d2303c1779d783e56d33e6854d32946129b..0000000000000000000000000000000000000000
--- a/analyse.py
+++ /dev/null
@@ -1,3 +0,0 @@
-# from matplotlib import pyplot as plt
-import numpy as np
-print('hello')
\ No newline at end of file
diff --git a/bin/LagrangianRelaxation.linux.x86_64.gnu.opt.spx2 b/bin/LagrangianRelaxation.linux.x86_64.gnu.opt.spx2
index b13d1e18427ddd4d271ac5567802cb9290d4857b..1606b7b1826ba54d1c56b6679d9ef264ff80ad6c 100755
Binary files a/bin/LagrangianRelaxation.linux.x86_64.gnu.opt.spx2 and b/bin/LagrangianRelaxation.linux.x86_64.gnu.opt.spx2 differ
diff --git a/dual.txt b/dual.txt
deleted file mode 100644
index 87c9decaa3229b8b7c5fdf82ce628a6070f0717b..0000000000000000000000000000000000000000
--- a/dual.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-dualbound = 1.000000, lowerbound=6.855655, norm of subgrad 1.000000	dualbound = 1.000000, lowerbound=6.708204, norm of subgrad 244.981990	 stepsize= -0.000000 
-dualbound = 90.000000, lowerbound=15.000000, norm of subgrad 1.000000	dualbound = 90.000000, lowerbound=6.708204, norm of subgrad 244.981990	 stepsize= -0.000000 
diff --git a/feasol.txt b/feasol.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c04d39e86dcf25da572c5579efd1c58dc5fb069c
--- /dev/null
+++ b/feasol.txt
@@ -0,0 +1,444 @@
+
+ F_1, 36
+t_x_{1}_{0}	varbufindex 0	nvarincons = 2	(sid=0, order=2, nconsvars=2,6) 	var = t_x_{2}_{0}	
+(sid=18, order=48, nconsvars=3,-72536956) 	var = t_x_{3}_{0}	var = t_x_{5}_{0}	
+nextvarindex 1 	nextvarindex 2 	nextvarindex 3 	nextvarindex 4 	nextvarindex 5 	nextvarindex 6 	nextvarindex 7 	nextvarindex 8 	(t_x_{1}_{0},0,1)
+t_x_{1}_{15}	varbufindex 1	(t_x_{1}_{15},1,0)
+t_x_{1}_{30}	varbufindex 2	(t_x_{1}_{30},2,0)
+t_x_{1}_{45}	varbufindex 3	(t_x_{1}_{45},3,0)
+t_x_{1}_{60}	varbufindex 4	(t_x_{1}_{60},4,0)
+t_x_{1}_{75}	varbufindex 5	(t_x_{1}_{75},5,0)
+t_x_{1}_{90}	varbufindex 6	(t_x_{1}_{90},6,0)
+t_x_{1}_{105}	varbufindex 7	(t_x_{1}_{105},7,0)
+t_x_{1}_{120}	varbufindex 8	(t_x_{1}_{120},8,0)
+
+
+ F_2, 37
+t_x_{2}_{0}	varbufindex 9	(t_x_{2}_{0},9,0)
+t_x_{2}_{15}	varbufindex 10	nvarincons = 2	(sid=1, order=4, nconsvars=2,10) 	var = t_x_{1}_{15}	
+(sid=10, order=24, nconsvars=3,66) 	var = t_x_{3}_{15}	var = t_x_{4}_{15}	
+nextvarindex 9 	nextvarindex 11 	nextvarindex 12 	nextvarindex 13 	nextvarindex 14 	nextvarindex 15 	nextvarindex 16 	nextvarindex 17 	(t_x_{2}_{15},10,1)
+t_x_{2}_{30}	varbufindex 11	(t_x_{2}_{30},11,0)
+t_x_{2}_{45}	varbufindex 12	(t_x_{2}_{45},12,0)
+t_x_{2}_{60}	varbufindex 13	(t_x_{2}_{60},13,0)
+t_x_{2}_{75}	varbufindex 14	(t_x_{2}_{75},14,0)
+t_x_{2}_{90}	varbufindex 15	(t_x_{2}_{90},15,0)
+t_x_{2}_{105}	varbufindex 16	(t_x_{2}_{105},16,0)
+t_x_{2}_{120}	varbufindex 17	(t_x_{2}_{120},17,0)
+
+
+ F_3, 38
+t_x_{3}_{0}	varbufindex 18	(t_x_{3}_{0},18,0)
+t_x_{3}_{15}	varbufindex 19	(t_x_{3}_{15},19,0)
+t_x_{3}_{30}	varbufindex 20	nvarincons = 2	(sid=11, order=27, nconsvars=3,75) 	var = t_x_{2}_{30}	var = t_x_{4}_{30}	
+(sid=20, order=54, nconsvars=3,-1492409312) 	var = t_x_{1}_{30}	var = t_x_{5}_{30}	
+nextvarindex 18 	nextvarindex 19 	nextvarindex 21 	nextvarindex 22 	nextvarindex 23 	nextvarindex 24 	nextvarindex 25 	nextvarindex 26 	(t_x_{3}_{30},20,1)
+t_x_{3}_{45}	varbufindex 21	(t_x_{3}_{45},21,0)
+t_x_{3}_{60}	varbufindex 22	(t_x_{3}_{60},22,0)
+t_x_{3}_{75}	varbufindex 23	(t_x_{3}_{75},23,0)
+t_x_{3}_{90}	varbufindex 24	(t_x_{3}_{90},24,0)
+t_x_{3}_{105}	varbufindex 25	(t_x_{3}_{105},25,0)
+t_x_{3}_{120}	varbufindex 26	(t_x_{3}_{120},26,0)
+
+
+ F_4, 39
+t_x_{4}_{0}	varbufindex 27	nvarincons = 2	(sid=9, order=21, nconsvars=3,57) 	var = t_x_{2}_{0}	var = t_x_{3}_{0}	
+(sid=27, order=75, nconsvars=3,21969) 	var = t_x_{5}_{0}	var = t_x_{6}_{0}	
+nextvarindex 28 	nextvarindex 29 	nextvarindex 30 	nextvarindex 31 	nextvarindex 32 	nextvarindex 33 	nextvarindex 34 	nextvarindex 35 	(t_x_{4}_{0},27,1)
+t_x_{4}_{15}	varbufindex 28	(t_x_{4}_{15},28,0)
+t_x_{4}_{30}	varbufindex 29	(t_x_{4}_{30},29,0)
+t_x_{4}_{45}	varbufindex 30	(t_x_{4}_{45},30,0)
+t_x_{4}_{60}	varbufindex 31	(t_x_{4}_{60},31,0)
+t_x_{4}_{75}	varbufindex 32	(t_x_{4}_{75},32,0)
+t_x_{4}_{90}	varbufindex 33	(t_x_{4}_{90},33,0)
+t_x_{4}_{105}	varbufindex 34	(t_x_{4}_{105},34,0)
+t_x_{4}_{120}	varbufindex 35	(t_x_{4}_{120},35,0)
+
+
+ F_5, 40
+t_x_{5}_{0}	varbufindex 36	(t_x_{5}_{0},36,0)
+t_x_{5}_{15}	varbufindex 37	nvarincons = 2	(sid=19, order=51, nconsvars=3,21969) 	var = t_x_{1}_{15}	var = t_x_{3}_{15}	
+(sid=28, order=78, nconsvars=3,8) 	var = t_x_{4}_{15}	var = t_x_{6}_{15}	
+nextvarindex 36 	nextvarindex 38 	nextvarindex 39 	nextvarindex 40 	nextvarindex 41 	nextvarindex 42 	nextvarindex 43 	nextvarindex 44 	(t_x_{5}_{15},37,1)
+t_x_{5}_{30}	varbufindex 38	(t_x_{5}_{30},38,0)
+t_x_{5}_{45}	varbufindex 39	(t_x_{5}_{45},39,0)
+t_x_{5}_{60}	varbufindex 40	(t_x_{5}_{60},40,0)
+t_x_{5}_{75}	varbufindex 41	(t_x_{5}_{75},41,0)
+t_x_{5}_{90}	varbufindex 42	(t_x_{5}_{90},42,0)
+t_x_{5}_{105}	varbufindex 43	(t_x_{5}_{105},43,0)
+t_x_{5}_{120}	varbufindex 44	(t_x_{5}_{120},44,0)
+
+
+ F_6, 41
+t_x_{6}_{0}	varbufindex 45	(t_x_{6}_{0},45,0)
+t_x_{6}_{15}	varbufindex 46	(t_x_{6}_{15},46,0)
+t_x_{6}_{30}	varbufindex 47	nvarincons = 1	(sid=29, order=81, nconsvars=3,0) 	var = t_x_{4}_{30}	var = t_x_{5}_{30}	
+nextvarindex 45 	nextvarindex 46 	nextvarindex 48 	nextvarindex 49 	nextvarindex 50 	nextvarindex 51 	nextvarindex 52 	nextvarindex 53 	(t_x_{6}_{30},47,1)
+t_x_{6}_{45}	varbufindex 48	(t_x_{6}_{45},48,0)
+t_x_{6}_{60}	varbufindex 49	(t_x_{6}_{60},49,0)
+t_x_{6}_{75}	varbufindex 50	(t_x_{6}_{75},50,0)
+t_x_{6}_{90}	varbufindex 51	(t_x_{6}_{90},51,0)
+t_x_{6}_{105}	varbufindex 52	(t_x_{6}_{105},52,0)
+t_x_{6}_{120}	varbufindex 53	(t_x_{6}_{120},53,0)
+
+
+ F_7, 42
+t_x_{7}_{0}	varbufindex 54	nvarincons = 0	nextvarindex 55 	nextvarindex 56 	nextvarindex 57 	nextvarindex 58 	nextvarindex 59 	nextvarindex 60 	nextvarindex 61 	nextvarindex 62 	(t_x_{7}_{0},54,1)
+t_x_{7}_{15}	varbufindex 55	(t_x_{7}_{15},55,0)
+t_x_{7}_{30}	varbufindex 56	(t_x_{7}_{30},56,0)
+t_x_{7}_{45}	varbufindex 57	(t_x_{7}_{45},57,0)
+t_x_{7}_{60}	varbufindex 58	(t_x_{7}_{60},58,0)
+t_x_{7}_{75}	varbufindex 59	(t_x_{7}_{75},59,0)
+t_x_{7}_{90}	varbufindex 60	(t_x_{7}_{90},60,0)
+t_x_{7}_{105}	varbufindex 61	(t_x_{7}_{105},61,0)
+t_x_{7}_{120}	varbufindex 62	(t_x_{7}_{120},62,0)
+
+ (t_x_{1}_{0} 1 weight 1.000000) 
+  (t_x_{1}_{15} 0 weight 15.000000) 
+  (t_x_{1}_{30} 0 weight 30.000000) 
+  (t_x_{1}_{45} 0 weight 45.000000) 
+  (t_x_{1}_{60} 0 weight 60.000000) 
+  (t_x_{1}_{75} 0 weight 75.000000) 
+  (t_x_{1}_{90} 0 weight 90.000000) 
+  (t_x_{1}_{105} 0 weight 105.000000) 
+  (t_x_{1}_{120} 0 weight 120.000000) 
+  (t_x_{2}_{0} 0 weight 0.000000) 
+  (t_x_{2}_{15} 1 weight 15.000000) 
+  (t_x_{2}_{30} 0 weight 30.000000) 
+  (t_x_{2}_{45} 0 weight 45.000000) 
+  (t_x_{2}_{60} 0 weight 60.000000) 
+  (t_x_{2}_{75} 0 weight 75.000000) 
+  (t_x_{2}_{90} 0 weight 90.000000) 
+  (t_x_{2}_{105} 0 weight 105.000000) 
+  (t_x_{2}_{120} 0 weight 120.000000) 
+  (t_x_{3}_{0} 0 weight 0.000000) 
+  (t_x_{3}_{15} 0 weight 15.000000) 
+  (t_x_{3}_{30} 1 weight 30.000000) 
+  (t_x_{3}_{45} 0 weight 45.000000) 
+  (t_x_{3}_{60} 0 weight 60.000000) 
+  (t_x_{3}_{75} 0 weight 75.000000) 
+  (t_x_{3}_{90} 0 weight 90.000000) 
+  (t_x_{3}_{105} 0 weight 105.000000) 
+  (t_x_{3}_{120} 0 weight 120.000000) 
+  (t_x_{4}_{0} 1 weight 0.000000) 
+  (t_x_{4}_{15} 0 weight 15.000000) 
+  (t_x_{4}_{30} 0 weight 30.000000) 
+  (t_x_{4}_{45} 0 weight 45.000000) 
+  (t_x_{4}_{60} 0 weight 60.000000) 
+  (t_x_{4}_{75} 0 weight 75.000000) 
+  (t_x_{4}_{90} 0 weight 90.000000) 
+  (t_x_{4}_{105} 0 weight 105.000000) 
+  (t_x_{4}_{120} 0 weight 120.000000) 
+  (t_x_{5}_{0} 0 weight 0.000000) 
+  (t_x_{5}_{15} 1 weight 15.000000) 
+  (t_x_{5}_{30} 0 weight 30.000000) 
+  (t_x_{5}_{45} 0 weight 45.000000) 
+  (t_x_{5}_{60} 0 weight 60.000000) 
+  (t_x_{5}_{75} 0 weight 75.000000) 
+  (t_x_{5}_{90} 0 weight 90.000000) 
+  (t_x_{5}_{105} 0 weight 105.000000) 
+  (t_x_{5}_{120} 0 weight 120.000000) 
+  (t_x_{6}_{0} 0 weight 0.000000) 
+  (t_x_{6}_{15} 0 weight 15.000000) 
+  (t_x_{6}_{30} 1 weight 30.000000) 
+  (t_x_{6}_{45} 0 weight 45.000000) 
+  (t_x_{6}_{60} 0 weight 60.000000) 
+  (t_x_{6}_{75} 0 weight 75.000000) 
+  (t_x_{6}_{90} 0 weight 90.000000) 
+  (t_x_{6}_{105} 0 weight 105.000000) 
+  (t_x_{6}_{120} 0 weight 120.000000) 
+  (t_x_{7}_{0} 1 weight 0.000000) 
+  (t_x_{7}_{15} 0 weight 15.000000) 
+  (t_x_{7}_{30} 0 weight 30.000000) 
+  (t_x_{7}_{45} 0 weight 45.000000) 
+  (t_x_{7}_{60} 0 weight 60.000000) 
+  (t_x_{7}_{75} 0 weight 75.000000) 
+  (t_x_{7}_{90} 0 weight 90.000000) 
+  (t_x_{7}_{105} 0 weight 105.000000) 
+  (t_x_{7}_{120} 0 weight 120.000000) 
+ objval  in original value will be: 91.000000objective value:                                   91
+x_{1}_{0}                                           1 	(obj:1)
+x_{1}_{15}                                          0 	(obj:15)
+x_{1}_{30}                                          0 	(obj:30)
+x_{1}_{45}                                          0 	(obj:45)
+x_{1}_{60}                                          0 	(obj:60)
+x_{1}_{75}                                          0 	(obj:75)
+x_{1}_{90}                                          0 	(obj:90)
+x_{1}_{105}                                         0 	(obj:105)
+x_{1}_{120}                                         0 	(obj:120)
+x_{2}_{0}                                           0 	(obj:0)
+x_{2}_{15}                                          1 	(obj:15)
+x_{2}_{30}                                          0 	(obj:30)
+x_{2}_{45}                                          0 	(obj:45)
+x_{2}_{60}                                          0 	(obj:60)
+x_{2}_{75}                                          0 	(obj:75)
+x_{2}_{90}                                          0 	(obj:90)
+x_{2}_{105}                                         0 	(obj:105)
+x_{2}_{120}                                         0 	(obj:120)
+x_{3}_{0}                                           0 	(obj:0)
+x_{3}_{15}                                          0 	(obj:15)
+x_{3}_{30}                                          1 	(obj:30)
+x_{3}_{45}                                          0 	(obj:45)
+x_{3}_{60}                                          0 	(obj:60)
+x_{3}_{75}                                          0 	(obj:75)
+x_{3}_{90}                                          0 	(obj:90)
+x_{3}_{105}                                         0 	(obj:105)
+x_{3}_{120}                                         0 	(obj:120)
+x_{4}_{0}                                           1 	(obj:0)
+x_{4}_{15}                                          0 	(obj:15)
+x_{4}_{30}                                          0 	(obj:30)
+x_{4}_{45}                                          0 	(obj:45)
+x_{4}_{60}                                          0 	(obj:60)
+x_{4}_{75}                                          0 	(obj:75)
+x_{4}_{90}                                          0 	(obj:90)
+x_{4}_{105}                                         0 	(obj:105)
+x_{4}_{120}                                         0 	(obj:120)
+x_{5}_{0}                                           0 	(obj:0)
+x_{5}_{15}                                          1 	(obj:15)
+x_{5}_{30}                                          0 	(obj:30)
+x_{5}_{45}                                          0 	(obj:45)
+x_{5}_{60}                                          0 	(obj:60)
+x_{5}_{75}                                          0 	(obj:75)
+x_{5}_{90}                                          0 	(obj:90)
+x_{5}_{105}                                         0 	(obj:105)
+x_{5}_{120}                                         0 	(obj:120)
+x_{6}_{0}                                           0 	(obj:0)
+x_{6}_{15}                                          0 	(obj:15)
+x_{6}_{30}                                          1 	(obj:30)
+x_{6}_{45}                                          0 	(obj:45)
+x_{6}_{60}                                          0 	(obj:60)
+x_{6}_{75}                                          0 	(obj:75)
+x_{6}_{90}                                          0 	(obj:90)
+x_{6}_{105}                                         0 	(obj:105)
+x_{6}_{120}                                         0 	(obj:120)
+x_{7}_{0}                                           1 	(obj:0)
+x_{7}_{15}                                          0 	(obj:15)
+x_{7}_{30}                                          0 	(obj:30)
+x_{7}_{45}                                          0 	(obj:45)
+x_{7}_{60}                                          0 	(obj:60)
+x_{7}_{75}                                          0 	(obj:75)
+x_{7}_{90}                                          0 	(obj:90)
+x_{7}_{105}                                         0 	(obj:105)
+x_{7}_{120}                                         0 	(obj:120)
+
+ F_1, 36
+t_x_{1}_{0}	varbufindex 0	nvarincons = 2	(sid=0, order=2, nconsvars=2,6) 	var = t_x_{2}_{0}	
+(sid=18, order=48, nconsvars=3,-72536956) 	var = t_x_{3}_{0}	var = t_x_{5}_{0}	
+nextvarindex 1 	nextvarindex 2 	nextvarindex 3 	nextvarindex 4 	nextvarindex 5 	nextvarindex 6 	nextvarindex 7 	nextvarindex 8 	(t_x_{1}_{0},0,1)
+t_x_{1}_{15}	varbufindex 1	(t_x_{1}_{15},1,0)
+t_x_{1}_{30}	varbufindex 2	(t_x_{1}_{30},2,0)
+t_x_{1}_{45}	varbufindex 3	(t_x_{1}_{45},3,0)
+t_x_{1}_{60}	varbufindex 4	(t_x_{1}_{60},4,0)
+t_x_{1}_{75}	varbufindex 5	(t_x_{1}_{75},5,0)
+t_x_{1}_{90}	varbufindex 6	(t_x_{1}_{90},6,0)
+t_x_{1}_{105}	varbufindex 7	(t_x_{1}_{105},7,0)
+t_x_{1}_{120}	varbufindex 8	(t_x_{1}_{120},8,0)
+
+
+ F_2, 37
+t_x_{2}_{0}	varbufindex 9	(t_x_{2}_{0},9,0)
+t_x_{2}_{15}	varbufindex 10	nvarincons = 2	(sid=1, order=4, nconsvars=2,10) 	var = t_x_{1}_{15}	
+(sid=10, order=24, nconsvars=3,66) 	var = t_x_{3}_{15}	var = t_x_{4}_{15}	
+nextvarindex 9 	nextvarindex 11 	nextvarindex 12 	nextvarindex 13 	nextvarindex 14 	nextvarindex 15 	nextvarindex 16 	nextvarindex 17 	(t_x_{2}_{15},10,1)
+t_x_{2}_{30}	varbufindex 11	(t_x_{2}_{30},11,0)
+t_x_{2}_{45}	varbufindex 12	(t_x_{2}_{45},12,0)
+t_x_{2}_{60}	varbufindex 13	(t_x_{2}_{60},13,0)
+t_x_{2}_{75}	varbufindex 14	(t_x_{2}_{75},14,0)
+t_x_{2}_{90}	varbufindex 15	(t_x_{2}_{90},15,0)
+t_x_{2}_{105}	varbufindex 16	(t_x_{2}_{105},16,0)
+t_x_{2}_{120}	varbufindex 17	(t_x_{2}_{120},17,0)
+
+
+ F_3, 38
+t_x_{3}_{0}	varbufindex 18	(t_x_{3}_{0},18,0)
+t_x_{3}_{15}	varbufindex 19	(t_x_{3}_{15},19,0)
+t_x_{3}_{30}	varbufindex 20	nvarincons = 2	(sid=11, order=27, nconsvars=3,75) 	var = t_x_{2}_{30}	var = t_x_{4}_{30}	
+(sid=20, order=54, nconsvars=3,-1492409312) 	var = t_x_{1}_{30}	var = t_x_{5}_{30}	
+nextvarindex 18 	nextvarindex 19 	nextvarindex 21 	nextvarindex 22 	nextvarindex 23 	nextvarindex 24 	nextvarindex 25 	nextvarindex 26 	(t_x_{3}_{30},20,1)
+t_x_{3}_{45}	varbufindex 21	(t_x_{3}_{45},21,0)
+t_x_{3}_{60}	varbufindex 22	(t_x_{3}_{60},22,0)
+t_x_{3}_{75}	varbufindex 23	(t_x_{3}_{75},23,0)
+t_x_{3}_{90}	varbufindex 24	(t_x_{3}_{90},24,0)
+t_x_{3}_{105}	varbufindex 25	(t_x_{3}_{105},25,0)
+t_x_{3}_{120}	varbufindex 26	(t_x_{3}_{120},26,0)
+
+
+ F_4, 39
+t_x_{4}_{0}	varbufindex 27	nvarincons = 2	(sid=9, order=21, nconsvars=3,57) 	var = t_x_{2}_{0}	var = t_x_{3}_{0}	
+(sid=27, order=75, nconsvars=3,21969) 	var = t_x_{5}_{0}	var = t_x_{6}_{0}	
+nextvarindex 28 	nextvarindex 29 	nextvarindex 30 	nextvarindex 31 	nextvarindex 32 	nextvarindex 33 	nextvarindex 34 	nextvarindex 35 	(t_x_{4}_{0},27,1)
+t_x_{4}_{15}	varbufindex 28	(t_x_{4}_{15},28,0)
+t_x_{4}_{30}	varbufindex 29	(t_x_{4}_{30},29,0)
+t_x_{4}_{45}	varbufindex 30	(t_x_{4}_{45},30,0)
+t_x_{4}_{60}	varbufindex 31	(t_x_{4}_{60},31,0)
+t_x_{4}_{75}	varbufindex 32	(t_x_{4}_{75},32,0)
+t_x_{4}_{90}	varbufindex 33	(t_x_{4}_{90},33,0)
+t_x_{4}_{105}	varbufindex 34	(t_x_{4}_{105},34,0)
+t_x_{4}_{120}	varbufindex 35	(t_x_{4}_{120},35,0)
+
+
+ F_5, 40
+t_x_{5}_{0}	varbufindex 36	(t_x_{5}_{0},36,0)
+t_x_{5}_{15}	varbufindex 37	nvarincons = 2	(sid=19, order=51, nconsvars=3,21969) 	var = t_x_{1}_{15}	var = t_x_{3}_{15}	
+(sid=28, order=78, nconsvars=3,8) 	var = t_x_{4}_{15}	var = t_x_{6}_{15}	
+nextvarindex 36 	nextvarindex 38 	nextvarindex 39 	nextvarindex 40 	nextvarindex 41 	nextvarindex 42 	nextvarindex 43 	nextvarindex 44 	(t_x_{5}_{15},37,1)
+t_x_{5}_{30}	varbufindex 38	(t_x_{5}_{30},38,0)
+t_x_{5}_{45}	varbufindex 39	(t_x_{5}_{45},39,0)
+t_x_{5}_{60}	varbufindex 40	(t_x_{5}_{60},40,0)
+t_x_{5}_{75}	varbufindex 41	(t_x_{5}_{75},41,0)
+t_x_{5}_{90}	varbufindex 42	(t_x_{5}_{90},42,0)
+t_x_{5}_{105}	varbufindex 43	(t_x_{5}_{105},43,0)
+t_x_{5}_{120}	varbufindex 44	(t_x_{5}_{120},44,0)
+
+
+ F_6, 41
+t_x_{6}_{0}	varbufindex 45	(t_x_{6}_{0},45,0)
+t_x_{6}_{15}	varbufindex 46	(t_x_{6}_{15},46,0)
+t_x_{6}_{30}	varbufindex 47	nvarincons = 1	(sid=29, order=81, nconsvars=3,0) 	var = t_x_{4}_{30}	var = t_x_{5}_{30}	
+nextvarindex 45 	nextvarindex 46 	nextvarindex 48 	nextvarindex 49 	nextvarindex 50 	nextvarindex 51 	nextvarindex 52 	nextvarindex 53 	(t_x_{6}_{30},47,1)
+t_x_{6}_{45}	varbufindex 48	(t_x_{6}_{45},48,0)
+t_x_{6}_{60}	varbufindex 49	(t_x_{6}_{60},49,0)
+t_x_{6}_{75}	varbufindex 50	(t_x_{6}_{75},50,0)
+t_x_{6}_{90}	varbufindex 51	(t_x_{6}_{90},51,0)
+t_x_{6}_{105}	varbufindex 52	(t_x_{6}_{105},52,0)
+t_x_{6}_{120}	varbufindex 53	(t_x_{6}_{120},53,0)
+
+
+ F_7, 42
+t_x_{7}_{0}	varbufindex 54	nvarincons = 0	nextvarindex 55 	nextvarindex 56 	nextvarindex 57 	nextvarindex 58 	nextvarindex 59 	nextvarindex 60 	nextvarindex 61 	nextvarindex 62 	(t_x_{7}_{0},54,1)
+t_x_{7}_{15}	varbufindex 55	(t_x_{7}_{15},55,0)
+t_x_{7}_{30}	varbufindex 56	(t_x_{7}_{30},56,0)
+t_x_{7}_{45}	varbufindex 57	(t_x_{7}_{45},57,0)
+t_x_{7}_{60}	varbufindex 58	(t_x_{7}_{60},58,0)
+t_x_{7}_{75}	varbufindex 59	(t_x_{7}_{75},59,0)
+t_x_{7}_{90}	varbufindex 60	(t_x_{7}_{90},60,0)
+t_x_{7}_{105}	varbufindex 61	(t_x_{7}_{105},61,0)
+t_x_{7}_{120}	varbufindex 62	(t_x_{7}_{120},62,0)
+
+ (t_x_{1}_{0} 1 weight 1.000000) 
+  (t_x_{1}_{15} 0 weight 15.000000) 
+  (t_x_{1}_{30} 0 weight 30.000000) 
+  (t_x_{1}_{45} 0 weight 45.000000) 
+  (t_x_{1}_{60} 0 weight 60.000000) 
+  (t_x_{1}_{75} 0 weight 75.000000) 
+  (t_x_{1}_{90} 0 weight 90.000000) 
+  (t_x_{1}_{105} 0 weight 105.000000) 
+  (t_x_{1}_{120} 0 weight 120.000000) 
+  (t_x_{2}_{0} 0 weight 0.000000) 
+  (t_x_{2}_{15} 1 weight 15.000000) 
+  (t_x_{2}_{30} 0 weight 30.000000) 
+  (t_x_{2}_{45} 0 weight 45.000000) 
+  (t_x_{2}_{60} 0 weight 60.000000) 
+  (t_x_{2}_{75} 0 weight 75.000000) 
+  (t_x_{2}_{90} 0 weight 90.000000) 
+  (t_x_{2}_{105} 0 weight 105.000000) 
+  (t_x_{2}_{120} 0 weight 120.000000) 
+  (t_x_{3}_{0} 0 weight 0.000000) 
+  (t_x_{3}_{15} 0 weight 15.000000) 
+  (t_x_{3}_{30} 1 weight 30.000000) 
+  (t_x_{3}_{45} 0 weight 45.000000) 
+  (t_x_{3}_{60} 0 weight 60.000000) 
+  (t_x_{3}_{75} 0 weight 75.000000) 
+  (t_x_{3}_{90} 0 weight 90.000000) 
+  (t_x_{3}_{105} 0 weight 105.000000) 
+  (t_x_{3}_{120} 0 weight 120.000000) 
+  (t_x_{4}_{0} 1 weight 0.000000) 
+  (t_x_{4}_{15} 0 weight 15.000000) 
+  (t_x_{4}_{30} 0 weight 30.000000) 
+  (t_x_{4}_{45} 0 weight 45.000000) 
+  (t_x_{4}_{60} 0 weight 60.000000) 
+  (t_x_{4}_{75} 0 weight 75.000000) 
+  (t_x_{4}_{90} 0 weight 90.000000) 
+  (t_x_{4}_{105} 0 weight 105.000000) 
+  (t_x_{4}_{120} 0 weight 120.000000) 
+  (t_x_{5}_{0} 0 weight 0.000000) 
+  (t_x_{5}_{15} 1 weight 15.000000) 
+  (t_x_{5}_{30} 0 weight 30.000000) 
+  (t_x_{5}_{45} 0 weight 45.000000) 
+  (t_x_{5}_{60} 0 weight 60.000000) 
+  (t_x_{5}_{75} 0 weight 75.000000) 
+  (t_x_{5}_{90} 0 weight 90.000000) 
+  (t_x_{5}_{105} 0 weight 105.000000) 
+  (t_x_{5}_{120} 0 weight 120.000000) 
+  (t_x_{6}_{0} 0 weight 0.000000) 
+  (t_x_{6}_{15} 0 weight 15.000000) 
+  (t_x_{6}_{30} 1 weight 30.000000) 
+  (t_x_{6}_{45} 0 weight 45.000000) 
+  (t_x_{6}_{60} 0 weight 60.000000) 
+  (t_x_{6}_{75} 0 weight 75.000000) 
+  (t_x_{6}_{90} 0 weight 90.000000) 
+  (t_x_{6}_{105} 0 weight 105.000000) 
+  (t_x_{6}_{120} 0 weight 120.000000) 
+  (t_x_{7}_{0} 1 weight 0.000000) 
+  (t_x_{7}_{15} 0 weight 15.000000) 
+  (t_x_{7}_{30} 0 weight 30.000000) 
+  (t_x_{7}_{45} 0 weight 45.000000) 
+  (t_x_{7}_{60} 0 weight 60.000000) 
+  (t_x_{7}_{75} 0 weight 75.000000) 
+  (t_x_{7}_{90} 0 weight 90.000000) 
+  (t_x_{7}_{105} 0 weight 105.000000) 
+  (t_x_{7}_{120} 0 weight 120.000000) 
+ objval  in original value will be: 91.000000objective value:                                   91
+x_{1}_{0}                                           1 	(obj:1)
+x_{1}_{15}                                          0 	(obj:15)
+x_{1}_{30}                                          0 	(obj:30)
+x_{1}_{45}                                          0 	(obj:45)
+x_{1}_{60}                                          0 	(obj:60)
+x_{1}_{75}                                          0 	(obj:75)
+x_{1}_{90}                                          0 	(obj:90)
+x_{1}_{105}                                         0 	(obj:105)
+x_{1}_{120}                                         0 	(obj:120)
+x_{2}_{0}                                           0 	(obj:0)
+x_{2}_{15}                                          1 	(obj:15)
+x_{2}_{30}                                          0 	(obj:30)
+x_{2}_{45}                                          0 	(obj:45)
+x_{2}_{60}                                          0 	(obj:60)
+x_{2}_{75}                                          0 	(obj:75)
+x_{2}_{90}                                          0 	(obj:90)
+x_{2}_{105}                                         0 	(obj:105)
+x_{2}_{120}                                         0 	(obj:120)
+x_{3}_{0}                                           0 	(obj:0)
+x_{3}_{15}                                          0 	(obj:15)
+x_{3}_{30}                                          1 	(obj:30)
+x_{3}_{45}                                          0 	(obj:45)
+x_{3}_{60}                                          0 	(obj:60)
+x_{3}_{75}                                          0 	(obj:75)
+x_{3}_{90}                                          0 	(obj:90)
+x_{3}_{105}                                         0 	(obj:105)
+x_{3}_{120}                                         0 	(obj:120)
+x_{4}_{0}                                           1 	(obj:0)
+x_{4}_{15}                                          0 	(obj:15)
+x_{4}_{30}                                          0 	(obj:30)
+x_{4}_{45}                                          0 	(obj:45)
+x_{4}_{60}                                          0 	(obj:60)
+x_{4}_{75}                                          0 	(obj:75)
+x_{4}_{90}                                          0 	(obj:90)
+x_{4}_{105}                                         0 	(obj:105)
+x_{4}_{120}                                         0 	(obj:120)
+x_{5}_{0}                                           0 	(obj:0)
+x_{5}_{15}                                          1 	(obj:15)
+x_{5}_{30}                                          0 	(obj:30)
+x_{5}_{45}                                          0 	(obj:45)
+x_{5}_{60}                                          0 	(obj:60)
+x_{5}_{75}                                          0 	(obj:75)
+x_{5}_{90}                                          0 	(obj:90)
+x_{5}_{105}                                         0 	(obj:105)
+x_{5}_{120}                                         0 	(obj:120)
+x_{6}_{0}                                           0 	(obj:0)
+x_{6}_{15}                                          0 	(obj:15)
+x_{6}_{30}                                          1 	(obj:30)
+x_{6}_{45}                                          0 	(obj:45)
+x_{6}_{60}                                          0 	(obj:60)
+x_{6}_{75}                                          0 	(obj:75)
+x_{6}_{90}                                          0 	(obj:90)
+x_{6}_{105}                                         0 	(obj:105)
+x_{6}_{120}                                         0 	(obj:120)
+x_{7}_{0}                                           1 	(obj:0)
+x_{7}_{15}                                          0 	(obj:15)
+x_{7}_{30}                                          0 	(obj:30)
+x_{7}_{45}                                          0 	(obj:45)
+x_{7}_{60}                                          0 	(obj:60)
+x_{7}_{75}                                          0 	(obj:75)
+x_{7}_{90}                                          0 	(obj:90)
+x_{7}_{105}                                         0 	(obj:105)
+x_{7}_{120}                                         0 	(obj:120)
diff --git a/first-9cfc28c9-af41-4671-9ef8-ab2e2f9bfb0b.ipynb b/first-9cfc28c9-af41-4671-9ef8-ab2e2f9bfb0b.ipynb
deleted file mode 100644
index 363fcab7ed6e9634e198cf5555ceb88932c9a245..0000000000000000000000000000000000000000
--- a/first-9cfc28c9-af41-4671-9ef8-ab2e2f9bfb0b.ipynb
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "cells": [],
- "metadata": {},
- "nbformat": 4,
- "nbformat_minor": 5
-}
diff --git a/fromprobdata.txt b/fromprobdata.txt
index 8b4dbc1683d117964ca6db4626088c32fc4a8f52..a48e4a1ca9a797b83a56c6d7c239343a331b3f5e 100644
--- a/fromprobdata.txt
+++ b/fromprobdata.txt
@@ -1,95 +1,14 @@
 
- F_7
-t_x_{7}_{0}	varbufindex 54	nextvarindex 55 	nextvarindex 56 	nextvarindex 57 	nextvarindex 58 	nextvarindex 59 	nextvarindex 60 	nextvarindex 61 	nextvarindex 62 	nvarincons = 0	(t_x_{7}_{0},54,1.000000)
-t_x_{7}_{15}	varbufindex 55	(t_x_{7}_{15},55,0.000000)
-t_x_{7}_{30}	varbufindex 56	(t_x_{7}_{30},56,0.000000)
-t_x_{7}_{45}	varbufindex 57	(t_x_{7}_{45},57,0.000000)
-t_x_{7}_{60}	varbufindex 58	(t_x_{7}_{60},58,0.000000)
-t_x_{7}_{75}	varbufindex 59	(t_x_{7}_{75},59,0.000000)
-t_x_{7}_{90}	varbufindex 60	(t_x_{7}_{90},60,0.000000)
-t_x_{7}_{105}	varbufindex 61	(t_x_{7}_{105},61,0.000000)
-t_x_{7}_{120}	varbufindex 62	(t_x_{7}_{120},62,0.000000)
+ 36
 
+ 37
 
- F_6
-t_x_{6}_{0}	varbufindex 45	nextvarindex 46 	nextvarindex 47 	nextvarindex 48 	nextvarindex 49 	nextvarindex 50 	nextvarindex 51 	nextvarindex 52 	nextvarindex 53 	nvarincons = 1	(sid=27, order=75, nconsvars=3,0) 	var = t_x_{4}_{0}	var = t_x_{5}_{0}	
-(t_x_{6}_{0},45,1.000000)
-t_x_{6}_{15}	varbufindex 46	(t_x_{6}_{15},46,0.000000)
-t_x_{6}_{30}	varbufindex 47	(t_x_{6}_{30},47,0.000000)
-t_x_{6}_{45}	varbufindex 48	(t_x_{6}_{45},48,0.000000)
-t_x_{6}_{60}	varbufindex 49	(t_x_{6}_{60},49,0.000000)
-t_x_{6}_{75}	varbufindex 50	(t_x_{6}_{75},50,0.000000)
-t_x_{6}_{90}	varbufindex 51	(t_x_{6}_{90},51,0.000000)
-t_x_{6}_{105}	varbufindex 52	(t_x_{6}_{105},52,0.000000)
-t_x_{6}_{120}	varbufindex 53	(t_x_{6}_{120},53,0.000000)
+ 38
 
+ 39
 
- F_5
-t_x_{5}_{0}	varbufindex 36	(t_x_{5}_{0},36,0.000000)
-t_x_{5}_{15}	varbufindex 37	nextvarindex 38 	nextvarindex 39 	nextvarindex 40 	nextvarindex 41 	nextvarindex 42 	nextvarindex 43 	nextvarindex 44 	nvarincons = 2	(sid=19, order=51, nconsvars=3,0) 	var = t_x_{1}_{15}	var = t_x_{3}_{15}	
-(sid=28, order=78, nconsvars=3,0) 	var = t_x_{4}_{15}	var = t_x_{6}_{15}	
-(t_x_{5}_{15},37,1.000000)
-t_x_{5}_{30}	varbufindex 38	(t_x_{5}_{30},38,0.000000)
-t_x_{5}_{45}	varbufindex 39	(t_x_{5}_{45},39,0.000000)
-t_x_{5}_{60}	varbufindex 40	(t_x_{5}_{60},40,0.000000)
-t_x_{5}_{75}	varbufindex 41	(t_x_{5}_{75},41,0.000000)
-t_x_{5}_{90}	varbufindex 42	(t_x_{5}_{90},42,0.000000)
-t_x_{5}_{105}	varbufindex 43	(t_x_{5}_{105},43,0.000000)
-t_x_{5}_{120}	varbufindex 44	(t_x_{5}_{120},44,0.000000)
+ 40
 
+ 41
 
- F_4
-t_x_{4}_{0}	varbufindex 27	(t_x_{4}_{0},27,0.000000)
-t_x_{4}_{15}	varbufindex 28	(t_x_{4}_{15},28,0.000000)
-t_x_{4}_{30}	varbufindex 29	nextvarindex 30 	nextvarindex 31 	nextvarindex 32 	nextvarindex 33 	nextvarindex 34 	nextvarindex 35 	nvarincons = 2	(sid=11, order=27, nconsvars=3,75) 	var = t_x_{2}_{30}	var = t_x_{3}_{30}	
-(sid=29, order=81, nconsvars=3,0) 	var = t_x_{5}_{30}	var = t_x_{6}_{30}	
-(t_x_{4}_{30},29,1.000000)
-t_x_{4}_{45}	varbufindex 30	(t_x_{4}_{45},30,0.000000)
-t_x_{4}_{60}	varbufindex 31	(t_x_{4}_{60},31,0.000000)
-t_x_{4}_{75}	varbufindex 32	(t_x_{4}_{75},32,0.000000)
-t_x_{4}_{90}	varbufindex 33	(t_x_{4}_{90},33,0.000000)
-t_x_{4}_{105}	varbufindex 34	(t_x_{4}_{105},34,0.000000)
-t_x_{4}_{120}	varbufindex 35	(t_x_{4}_{120},35,0.000000)
-
-
- F_3
-t_x_{3}_{0}	varbufindex 18	nextvarindex 19 	nextvarindex 20 	nextvarindex 21 	nextvarindex 22 	nextvarindex 23 	nextvarindex 24 	nextvarindex 25 	nextvarindex 26 	nvarincons = 2	(sid=9, order=21, nconsvars=3,57) 	var = t_x_{2}_{0}	var = t_x_{4}_{0}	
-(sid=18, order=48, nconsvars=3,0) 	var = t_x_{1}_{0}	var = t_x_{5}_{0}	
-(t_x_{3}_{0},18,1.000000)
-t_x_{3}_{15}	varbufindex 19	(t_x_{3}_{15},19,0.000000)
-t_x_{3}_{30}	varbufindex 20	(t_x_{3}_{30},20,0.000000)
-t_x_{3}_{45}	varbufindex 21	(t_x_{3}_{45},21,0.000000)
-t_x_{3}_{60}	varbufindex 22	(t_x_{3}_{60},22,0.000000)
-t_x_{3}_{75}	varbufindex 23	(t_x_{3}_{75},23,0.000000)
-t_x_{3}_{90}	varbufindex 24	(t_x_{3}_{90},24,0.000000)
-t_x_{3}_{105}	varbufindex 25	(t_x_{3}_{105},25,0.000000)
-t_x_{3}_{120}	varbufindex 26	(t_x_{3}_{120},26,0.000000)
-
-
- F_2
-t_x_{2}_{0}	varbufindex 9	(t_x_{2}_{0},9,0.000000)
-t_x_{2}_{15}	varbufindex 10	nextvarindex 11 	nextvarindex 12 	nextvarindex 13 	nextvarindex 14 	nextvarindex 15 	nextvarindex 16 	nextvarindex 17 	nvarincons = 2	(sid=1, order=4, nconsvars=2,10) 	var = t_x_{1}_{15}	
-(sid=10, order=24, nconsvars=3,66) 	var = t_x_{3}_{15}	var = t_x_{4}_{15}	
-(t_x_{2}_{15},10,1.000000)
-t_x_{2}_{30}	varbufindex 11	(t_x_{2}_{30},11,0.000000)
-t_x_{2}_{45}	varbufindex 12	(t_x_{2}_{45},12,0.000000)
-t_x_{2}_{60}	varbufindex 13	(t_x_{2}_{60},13,0.000000)
-t_x_{2}_{75}	varbufindex 14	(t_x_{2}_{75},14,0.000000)
-t_x_{2}_{90}	varbufindex 15	(t_x_{2}_{90},15,0.000000)
-t_x_{2}_{105}	varbufindex 16	(t_x_{2}_{105},16,0.000000)
-t_x_{2}_{120}	varbufindex 17	(t_x_{2}_{120},17,0.000000)
-
-
- F_1
-t_x_{1}_{0}	varbufindex 0	(t_x_{1}_{0},0,0.000000)
-t_x_{1}_{15}	varbufindex 1	(t_x_{1}_{15},1,0.000000)
-t_x_{1}_{30}	varbufindex 2	nextvarindex 3 	nextvarindex 4 	nextvarindex 5 	nextvarindex 6 	nextvarindex 7 	nextvarindex 8 	nvarincons = 2	(sid=2, order=6, nconsvars=2,14) 	var = t_x_{2}_{30}	
-(sid=20, order=54, nconsvars=3,0) 	var = t_x_{3}_{30}	var = t_x_{5}_{30}	
-(t_x_{1}_{30},2,1.000000)
-t_x_{1}_{45}	varbufindex 3	(t_x_{1}_{45},3,0.000000)
-t_x_{1}_{60}	varbufindex 4	(t_x_{1}_{60},4,0.000000)
-t_x_{1}_{75}	varbufindex 5	(t_x_{1}_{75},5,0.000000)
-t_x_{1}_{90}	varbufindex 6	(t_x_{1}_{90},6,0.000000)
-t_x_{1}_{105}	varbufindex 7	(t_x_{1}_{105},7,0.000000)
-t_x_{1}_{120}	varbufindex 8	(t_x_{1}_{120},8,0.000000)
-
+ 42
diff --git a/iter.txt b/iter.txt
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/lowerbounds.txt b/lowerbounds.txt
deleted file mode 100644
index 16625798535a571429d0af18e8fb3fd455195b24..0000000000000000000000000000000000000000
--- a/lowerbounds.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-1.000000		 1.000000	 norm=6.708204
--1624.873929		 90.000000	 norm=6.708204
diff --git a/lr1list.txt b/lr1list.txt
deleted file mode 100644
index fc6161196f3009dd1d935a991f2b9c71aa999bda..0000000000000000000000000000000000000000
--- a/lr1list.txt
+++ /dev/null
@@ -1,18991 +0,0 @@
-18990
-969553.451655
-970758.779461
-971924.200775
-972984.307895
-974050.286894
-975016.061762
-975976.214386
-976857.818754
-977760.629360
-978588.055560
-979411.139985
-980186.094698
-980974.414410
-981721.176878
-982444.613921
-983171.021030
-983879.968084
-984576.545759
-985258.471322
-985936.788115
-986588.141280
-987246.815095
-987895.734428
-988524.128863
-989129.449336
-989736.924508
-990336.499391
-990914.031479
-991506.303444
-992061.210680
-992637.047976
-993178.099834
-993740.792991
-994261.129073
-994835.624788
-995367.463174
-995920.928944
-996420.301898
-996951.877113
-997463.084155
-997974.436039
-998482.457267
-999002.691491
-999467.191883
-999981.788417
-1000453.968108
-1000938.153018
-1001405.492442
-1001886.591025
-1002336.026325
-1002801.355711
-1003254.969040
-1003732.835645
-1004183.951977
-1004626.296423
-1005064.204365
-1005498.457882
-1005950.678120
-1006384.873797
-1006840.841636
-1007268.752472
-1007693.878602
-1008110.248807
-1008533.624709
-1008948.165899
-1009335.501422
-1009761.032886
-1010161.821032
-1010555.515498
-1010938.708109
-1011354.698029
-1011737.349062
-1012124.672395
-1012491.698884
-1012899.018327
-1013277.181281
-1013668.447685
-1014016.736144
-1014385.509320
-1014775.580053
-1015151.035720
-1015525.211372
-1015860.274163
-1016246.506218
-1016599.670996
-1016958.492361
-1017340.393463
-1017678.426981
-1018042.027186
-1018401.860922
-1018746.625939
-1019098.243497
-1019457.089440
-1019763.685542
-1020121.623034
-1020480.034263
-1020791.693755
-1021118.490274
-1021444.545959
-1021795.434624
-1022127.257340
-1022404.702147
-1022744.538535
-1023079.111143
-1023405.337037
-1023675.540364
-1024004.720538
-1024331.240105
-1024638.748000
-1024928.272157
-1025249.072402
-1025562.331831
-1025854.480702
-1026155.358645
-1026452.839006
-1026745.500403
-1027073.222303
-1027360.663652
-1027643.729054
-1027932.986969
-1028250.188502
-1028528.374674
-1028810.517238
-1029144.046824
-1029377.889133
-1029669.767399
-1029960.237006
-1030229.370867
-1030538.706498
-1030810.172786
-1031041.876915
-1031365.216847
-1031627.626269
-1031896.559198
-1032176.137505
-1032424.128313
-1032717.347129
-1032964.547221
-1033251.117530
-1033491.147443
-1033743.714293
-1034036.859497
-1034279.429383
-1034542.392835
-1034800.614165
-1035097.951182
-1035311.356403
-1035571.343546
-1035839.227069
-1036102.203184
-1036329.980631
-1036606.539953
-1036850.104217
-1037103.914519
-1037345.981562
-1037601.072029
-1037885.520819
-1038110.883815
-1038328.753119
-1038597.275097
-1038827.826814
-1039076.970857
-1039334.642483
-1039549.958919
-1039813.726400
-1040036.667717
-1040260.024156
-1040508.371467
-1040752.644956
-1041004.575394
-1041213.923873
-1041434.296929
-1041697.595955
-1041903.836127
-1042146.642475
-1042355.383488
-1042605.304539
-1042849.941208
-1043062.743321
-1043308.815165
-1043547.107389
-1043769.447410
-1043992.443556
-1044229.950052
-1044423.992615
-1044671.021366
-1044900.836716
-1045114.799988
-1045335.537207
-1045589.622798
-1045774.661200
-1046000.548459
-1046240.140954
-1046450.827624
-1046694.428852
-1046906.328658
-1047111.896961
-1047346.777355
-1047519.433647
-1047781.347737
-1047994.147574
-1048214.590813
-1048416.790279
-1048620.591990
-1048847.838973
-1049072.195622
-1049264.591675
-1049506.396164
-1049705.703059
-1049911.209533
-1050127.451644
-1050307.412154
-1050557.612680
-1050764.245640
-1050979.876318
-1051185.336457
-1051383.192064
-1051554.476319
-1051788.900714
-1052008.713707
-1052190.684768
-1052394.379048
-1052644.768685
-1052833.602457
-1053006.206735
-1053207.406872
-1053425.766496
-1053639.488108
-1053823.720603
-1053998.840196
-1054204.975795
-1054419.413611
-1054621.480431
-1054810.261270
-1055017.324733
-1055201.659284
-1055397.533342
-1055601.115807
-1055777.226652
-1056007.142981
-1056204.846523
-1056384.797957
-1056559.282381
-1056791.821500
-1056982.203923
-1057175.522440
-1057359.049810
-1057531.754733
-1057739.744992
-1057921.659589
-1058140.706298
-1058296.211936
-1058493.546014
-1058716.195442
-1058928.609273
-1059083.996506
-1059240.876925
-1059441.926814
-1059666.372497
-1059841.173867
-1060013.732747
-1060189.087523
-1060424.441499
-1060602.723975
-1060780.493345
-1060948.066842
-1061142.704486
-1061356.456939
-1061528.162696
-1061686.381328
-1061894.643505
-1062100.074018
-1062249.197985
-1062441.723271
-1062620.029708
-1062781.128007
-1062988.512814
-1063146.002141
-1063336.738353
-1063523.563617
-1063701.845334
-1063861.227145
-1064045.558133
-1064219.655093
-1064400.530328
-1064563.994996
-1064736.077386
-1064922.447264
-1065092.813697
-1065254.341772
-1065461.298410
-1065611.762097
-1065754.229555
-1065949.173036
-1066113.420756
-1066301.885040
-1066489.131811
-1066677.590542
-1066813.405603
-1066996.387211
-1067171.381613
-1067329.031471
-1067530.649338
-1067673.186582
-1067826.779902
-1068023.047588
-1068176.352927
-1068376.077974
-1068519.048590
-1068687.770671
-1068853.123983
-1068994.749038
-1069196.474914
-1069343.005965
-1069511.899619
-1069683.621933
-1069833.793179
-1070052.641069
-1070197.992900
-1070342.345639
-1070510.379192
-1070674.557180
-1070850.790479
-1071023.983885
-1071166.922930
-1071350.655734
-1071513.135796
-1071672.016656
-1071800.930773
-1072009.462930
-1072133.378132
-1072292.607348
-1072471.706700
-1072633.732094
-1072777.026215
-1072960.662962
-1073091.599814
-1073273.375480
-1073441.263977
-1073584.883392
-1073732.163736
-1073926.362119
-1074053.838954
-1074220.538319
-1074385.988312
-1074520.794862
-1074667.017757
-1074838.430998
-1075033.305697
-1075144.646045
-1075299.295124
-1075468.388246
-1075636.618455
-1075786.498842
-1075937.120515
-1076088.829242
-1076252.242747
-1076405.102484
-1076558.633085
-1076692.575099
-1076863.963442
-1077037.734979
-1077180.790034
-1077325.680783
-1077494.800688
-1077630.189117
-1077804.768062
-1077961.816638
-1078103.135698
-1078218.749153
-1078409.997138
-1078540.685356
-1078728.731674
-1078850.031364
-1078994.139220
-1079150.338734
-1079305.503522
-1079457.744683
-1079607.356678
-1079768.410521
-1079903.094993
-1080061.038937
-1080171.061499
-1080378.159181
-1080529.557506
-1080672.987590
-1080789.115697
-1080971.208754
-1081106.740439
-1081261.660929
-1081397.521427
-1081542.369562
-1081725.127315
-1081855.153478
-1081989.124623
-1082159.533231
-1082292.714794
-1082406.747587
-1082591.663664
-1082741.471300
-1082895.207023
-1083004.937731
-1083159.943844
-1083303.237443
-1083453.871198
-1083585.719973
-1083754.588273
-1083881.592265
-1084062.724251
-1084169.717394
-1084326.991849
-1084490.440129
-1084607.458493
-1084751.881086
-1084903.258976
-1085038.100849
-1085202.894268
-1085332.545492
-1085496.032125
-1085622.529940
-1085790.434477
-1085932.431596
-1086071.541320
-1086194.621177
-1086329.635750
-1086460.934997
-1086624.466645
-1086757.156059
-1086902.103145
-1087067.515568
-1087187.630012
-1087318.563297
-1087478.354729
-1087625.023684
-1087765.363425
-1087898.361644
-1088056.643178
-1088163.673181
-1088302.721527
-1088454.118033
-1088592.866868
-1088735.552544
-1088873.567483
-1088998.088657
-1089166.579581
-1089277.574959
-1089445.788556
-1089577.581077
-1089685.039179
-1089844.889363
-1090007.470004
-1090124.484301
-1090265.030342
-1090374.905239
-1090536.084781
-1090652.781120
-1090783.723154
-1090924.706094
-1091073.279076
-1091219.971490
-1091340.602410
-1091469.213670
-1091622.696884
-1091774.386206
-1091880.765852
-1092021.254246
-1092142.351832
-1092276.624219
-1092427.298763
-1092523.729503
-1092699.080008
-1092812.977771
-1092936.780856
-1093080.377581
-1093233.527605
-1093348.749040
-1093462.968786
-1093583.569530
-1093729.808315
-1093866.211406
-1093999.961012
-1094109.166937
-1094236.994507
-1094375.744467
-1094514.809384
-1094645.132215
-1094742.913352
-1094890.419169
-1094999.658716
-1095129.141066
-1095292.675897
-1095412.297764
-1095555.265043
-1095638.100251
-1095790.146505
-1095937.041464
-1096008.541877
-1096170.968799
-1096288.995359
-1096424.229513
-1096530.026216
-1096694.142737
-1096790.064128
-1096932.060054
-1097070.483359
-1097163.037926
-1097310.712674
-1097437.362862
-1097528.874229
-1097703.873927
-1097792.368984
-1097936.962781
-1098042.685539
-1098172.356102
-1098290.325572
-1098392.038228
-1098512.560825
-1098670.695246
-1098812.862441
-1098906.939857
-1099037.472394
-1099152.851628
-1099294.588431
-1099419.704094
-1099504.512057
-1099656.810718
-1099757.215779
-1099880.695408
-1099992.694548
-1100134.145896
-1100245.892971
-1100360.400965
-1100478.509003
-1100619.798440
-1100708.377712
-1100853.110206
-1100988.392796
-1101073.029348
-1101199.773382
-1101315.476878
-1101456.045078
-1101569.883802
-1101675.875212
-1101811.661905
-1101917.559044
-1102063.036025
-1102124.193249
-1102268.882467
-1102375.061584
-1102534.035940
-1102635.009613
-1102753.846128
-1102858.316899
-1102983.503111
-1103084.412294
-1103211.792137
-1103358.658117
-1103448.934849
-1103582.799297
-1103688.871891
-1103775.431508
-1103920.612224
-1104038.634396
-1104166.905972
-1104265.459924
-1104387.396169
-1104509.301197
-1104601.128193
-1104733.771686
-1104872.946010
-1104965.156910
-1105092.785809
-1105186.833571
-1105313.949878
-1105444.022131
-1105535.049841
-1105666.729737
-1105771.828051
-1105921.883563
-1105997.561509
-1106078.953979
-1106223.642679
-1106347.495491
-1106469.698988
-1106584.454137
-1106710.480702
-1106785.205332
-1106915.915331
-1107018.212822
-1107155.065304
-1107257.176793
-1107373.453364
-1107460.413413
-1107613.835891
-1107706.355604
-1107814.042156
-1107911.798612
-1108046.439430
-1108143.808783
-1108274.015443
-1108348.611030
-1108491.463274
-1108589.392071
-1108738.738910
-1108812.857176
-1108924.876250
-1109032.221219
-1109149.269893
-1109262.386827
-1109371.366064
-1109465.047628
-1109581.685100
-1109709.033198
-1109826.041530
-1109950.631160
-1110012.210492
-1110131.227851
-1110232.745236
-1110374.676438
-1110459.865578
-1110584.485863
-1110685.508956
-1110771.802409
-1110943.579764
-1110998.512707
-1111140.611761
-1111214.963031
-1111333.150018
-1111473.995885
-1111520.937170
-1111673.512897
-1111793.391283
-1111880.809331
-1111977.956452
-1112105.852838
-1112200.147861
-1112300.112924
-1112415.931918
-1112545.769532
-1112656.127256
-1112724.051643
-1112811.215495
-1112942.372115
-1113083.145047
-1113164.427192
-1113270.879058
-1113389.449514
-1113491.431534
-1113581.479164
-1113684.771821
-1113772.655866
-1113872.329162
-1114002.014994
-1114076.746590
-1114207.404497
-1114326.007848
-1114392.779545
-1114512.656667
-1114641.619475
-1114732.852156
-1114827.285953
-1114927.391689
-1115035.682229
-1115140.156267
-1115262.505727
-1115323.697104
-1115449.324639
-1115575.471933
-1115654.158775
-1115735.178737
-1115858.783653
-1115963.717842
-1116064.150446
-1116164.358535
-1116277.013971
-1116362.509628
-1116462.147399
-1116567.401474
-1116687.873836
-1116784.388550
-1116882.535084
-1116998.705242
-1117092.002848
-1117186.760699
-1117291.706282
-1117362.815237
-1117478.532842
-1117576.204962
-1117688.829776
-1117797.395678
-1117895.761115
-1117988.466670
-1118096.620948
-1118200.305812
-1118318.935928
-1118416.630979
-1118516.809915
-1118595.957798
-1118698.579275
-1118818.207488
-1118886.988022
-1119004.898184
-1119107.771927
-1119207.656223
-1119300.359285
-1119411.505920
-1119490.179543
-1119619.628628
-1119709.205887
-1119786.809738
-1119896.350910
-1120011.237386
-1120097.273600
-1120193.536463
-1120311.590219
-1120407.848912
-1120512.793198
-1120598.178816
-1120676.931603
-1120782.900847
-1120892.025865
-1120970.745291
-1121094.247245
-1121159.071369
-1121276.289918
-1121370.275555
-1121472.422914
-1121578.197665
-1121685.217203
-1121776.035971
-1121878.935816
-1121966.171414
-1122072.890041
-1122133.453340
-1122286.050850
-1122353.249333
-1122442.562000
-1122546.219394
-1122675.846300
-1122720.942816
-1122842.267212
-1122939.342770
-1123055.709222
-1123117.704126
-1123253.455677
-1123326.318716
-1123442.905179
-1123513.866924
-1123637.421375
-1123742.784989
-1123830.352703
-1123907.411042
-1124008.713692
-1124122.914271
-1124204.140895
-1124299.141619
-1124386.059807
-1124465.846457
-1124607.134228
-1124707.569271
-1124783.562645
-1124865.352518
-1124986.566100
-1125091.335386
-1125147.637192
-1125276.095032
-1125353.161700
-1125444.930307
-1125564.324941
-1125643.794906
-1125720.855462
-1125827.386826
-1125939.408205
-1126013.396374
-1126136.699100
-1126218.178197
-1126312.581894
-1126366.462463
-1126515.428526
-1126602.803074
-1126698.896037
-1126796.042007
-1126869.828298
-1126961.898293
-1127060.401287
-1127161.030984
-1127242.063824
-1127334.820110
-1127426.983762
-1127512.433673
-1127611.621661
-1127703.767660
-1127801.225446
-1127878.913761
-1128006.557167
-1128045.693120
-1128144.484170
-1128269.637852
-1128363.144049
-1128441.114006
-1128485.983197
-1128617.667877
-1128698.509894
-1128835.363958
-1128898.983479
-1128984.949805
-1129066.147744
-1129155.444500
-1129237.103319
-1129339.360169
-1129427.398520
-1129529.738195
-1129599.960489
-1129699.953344
-1129790.927102
-1129882.786489
-1129968.674368
-1130070.936095
-1130157.050985
-1130236.300652
-1130336.141477
-1130394.886179
-1130516.501324
-1130592.049152
-1130693.223546
-1130769.682273
-1130846.039941
-1130936.520325
-1131047.209132
-1131133.494770
-1131222.250279
-1131293.715415
-1131400.214583
-1131460.825524
-1131587.596203
-1131636.766516
-1131738.379312
-1131848.952153
-1131943.271988
-1132008.628393
-1132091.816058
-1132173.662536
-1132304.144404
-1132368.405282
-1132456.376592
-1132542.785041
-1132641.259133
-1132676.144539
-1132781.973255
-1132903.996488
-1132961.657225
-1133058.918316
-1133115.094607
-1133244.570003
-1133312.850498
-1133406.503623
-1133479.383009
-1133570.790918
-1133669.744546
-1133752.011341
-1133862.994976
-1133900.359526
-1134014.407571
-1134111.810702
-1134169.762116
-1134258.941651
-1134314.334146
-1134432.859289
-1134517.917436
-1134622.323073
-1134678.111140
-1134766.168744
-1134846.422381
-1134920.712676
-1135010.283825
-1135104.677409
-1135156.798739
-1135257.583481
-1135387.741790
-1135444.606538
-1135525.165576
-1135609.721159
-1135692.612086
-1135786.651426
-1135890.648798
-1135934.505850
-1136034.119881
-1136110.869551
-1136206.738082
-1136278.213485
-1136382.840264
-1136447.378220
-1136535.313434
-1136617.870070
-1136706.903617
-1136785.496806
-1136852.110689
-1136952.154447
-1137046.850951
-1137130.923056
-1137216.786776
-1137283.031253
-1137367.080572
-1137446.804168
-1137539.481440
-1137624.811499
-1137696.242317
-1137768.042589
-1137856.805620
-1137953.787491
-1138009.082696
-1138126.586091
-1138206.631946
-1138282.556836
-1138365.413172
-1138463.830448
-1138520.591750
-1138620.463558
-1138680.553580
-1138765.943790
-1138856.593573
-1138920.671221
-1139034.073287
-1139120.755801
-1139171.053093
-1139290.493143
-1139342.591962
-1139445.715716
-1139516.832792
-1139622.201214
-1139680.479134
-1139751.274309
-1139844.310883
-1139906.013589
-1140020.517678
-1140111.471565
-1140184.068298
-1140273.581002
-1140344.524159
-1140411.555569
-1140496.524456
-1140581.335418
-1140666.124987
-1140749.902505
-1140811.352603
-1140879.485948
-1140966.293950
-1141050.728851
-1141165.729010
-1141235.941114
-1141313.933165
-1141396.238275
-1141464.687433
-1141549.084052
-1141655.762789
-1141719.022949
-1141822.899274
-1141885.414190
-1141962.263828
-1142035.884959
-1142132.178251
-1142230.800077
-1142310.379672
-1142376.442153
-1142465.483216
-1142529.559520
-1142581.588728
-1142687.809978
-1142764.440308
-1142834.012093
-1142931.022257
-1143014.444272
-1143098.242553
-1143151.529024
-1143246.545589
-1143323.238412
-1143402.223830
-1143505.851182
-1143577.845006
-1143647.761808
-1143731.833212
-1143800.207751
-1143890.734039
-1143950.228585
-1144047.107779
-1144136.418481
-1144226.085092
-1144287.494632
-1144366.363289
-1144453.941073
-1144524.404833
-1144621.320216
-1144657.183652
-1144767.585563
-1144821.340949
-1144916.232790
-1144991.711490
-1145091.275338
-1145144.218910
-1145260.094103
-1145318.039177
-1145398.115172
-1145477.438411
-1145542.947395
-1145652.736321
-1145723.903150
-1145787.152332
-1145882.765047
-1145958.794834
-1146013.688409
-1146081.957993
-1146195.424335
-1146269.085372
-1146358.000340
-1146433.292594
-1146518.938645
-1146577.517161
-1146647.598207
-1146755.380571
-1146810.773645
-1146909.271501
-1146961.372145
-1147033.202352
-1147113.874716
-1147204.442208
-1147277.500587
-1147346.856520
-1147458.950830
-1147538.062196
-1147595.558612
-1147686.951612
-1147756.116211
-1147833.386207
-1147929.731493
-1148009.705239
-1148087.901202
-1148105.190193
-1148209.098126
-1148319.649961
-1148381.707687
-1148465.486903
-1148507.907912
-1148626.556119
-1148696.249388
-1148760.014672
-1148853.051033
-1148886.875331
-1148991.748651
-1149089.919555
-1149156.748865
-1149228.557091
-1149320.947400
-1149366.110491
-1149441.261800
-1149532.311008
-1149617.009015
-1149703.040562
-1149772.290034
-1149859.093329
-1149932.422771
-1150010.109614
-1150090.667114
-1150159.097803
-1150237.296633
-1150282.754743
-1150388.072085
-1150441.394951
-1150530.235505
-1150644.386818
-1150675.965971
-1150741.577326
-1150807.217348
-1150862.723011
-1150975.817472
-1151067.561217
-1151095.354370
-1151198.354190
-1151288.583572
-1151359.406618
-1151439.149544
-1151490.818485
-1151577.716096
-1151649.715351
-1151728.944898
-1151809.701882
-1151878.990378
-1151942.679281
-1152025.477258
-1152086.023635
-1152191.677642
-1152266.020899
-1152335.920750
-1152382.203122
-1152428.427918
-1152554.604786
-1152629.903001
-1152709.250058
-1152781.843248
-1152873.837795
-1152932.061219
-1153000.195064
-1153061.047488
-1153141.203455
-1153221.375754
-1153310.405808
-1153365.328192
-1153430.473572
-1153515.970360
-1153605.223588
-1153663.019729
-1153766.940331
-1153818.977681
-1153891.152645
-1153953.908361
-1154046.018315
-1154104.050051
-1154197.989537
-1154273.606096
-1154331.851466
-1154421.515127
-1154462.125337
-1154575.566295
-1154646.516959
-1154708.240417
-1154780.763218
-1154856.686962
-1154914.641483
-1154964.237323
-1155080.860805
-1155166.906832
-1155231.768503
-1155280.264873
-1155374.324177
-1155448.511202
-1155533.383417
-1155559.895530
-1155678.799014
-1155721.310759
-1155797.765276
-1155904.284936
-1155951.498985
-1156053.283604
-1156124.321356
-1156187.975197
-1156265.426956
-1156338.412984
-1156375.217071
-1156458.275615
-1156552.525805
-1156604.133168
-1156676.366498
-1156754.964169
-1156849.893984
-1156912.301217
-1156986.039138
-1157053.808512
-1157079.920536
-1157210.276553
-1157251.577377
-1157335.657251
-1157434.614784
-1157503.080646
-1157554.602912
-1157646.075478
-1157686.165466
-1157823.463449
-1157863.166151
-1157940.163855
-1157982.294857
-1158074.877785
-1158157.174028
-1158218.141309
-1158281.398587
-1158362.226624
-1158433.132010
-1158499.476258
-1158576.394695
-1158646.739583
-1158736.733517
-1158786.657159
-1158865.609848
-1158938.334110
-1159004.637163
-1159085.091524
-1159167.226612
-1159209.495711
-1159310.026146
-1159366.420997
-1159472.833827
-1159498.550972
-1159550.850547
-1159648.934286
-1159742.503851
-1159818.651826
-1159888.478731
-1159922.655221
-1160009.723437
-1160075.670348
-1160142.750449
-1160215.667210
-1160330.801400
-1160334.349755
-1160452.565589
-1160493.566800
-1160600.886202
-1160675.687450
-1160752.146922
-1160800.206613
-1160856.577441
-1160927.650415
-1160995.121010
-1161110.542275
-1161134.471817
-1161232.854467
-1161295.562995
-1161393.520355
-1161428.136988
-1161497.703594
-1161606.989940
-1161674.503687
-1161722.604055
-1161762.455781
-1161836.454055
-1161938.674342
-1162015.076412
-1162057.134200
-1162154.223692
-1162224.984049
-1162291.381364
-1162352.510139
-1162414.557505
-1162512.615246
-1162570.985777
-1162644.838926
-1162702.321132
-1162791.841944
-1162846.112795
-1162911.836191
-1162994.790891
-1163056.433122
-1163123.010143
-1163190.061163
-1163243.783066
-1163332.645399
-1163382.734961
-1163466.221441
-1163522.337085
-1163583.800446
-1163666.800595
-1163740.354828
-1163817.391765
-1163876.205842
-1163943.628611
-1164022.750390
-1164096.758937
-1164174.518558
-1164206.708146
-1164281.648350
-1164333.340951
-1164435.818800
-1164476.321934
-1164538.542618
-1164648.908597
-1164711.007548
-1164783.072552
-1164835.494759
-1164910.957974
-1164984.246050
-1165046.400397
-1165102.589070
-1165187.736142
-1165263.731162
-1165335.350069
-1165377.316943
-1165463.171980
-1165530.223559
-1165619.194178
-1165624.909103
-1165746.883027
-1165803.710281
-1165870.565213
-1165896.696352
-1166016.441624
-1166064.478602
-1166142.244018
-1166207.755925
-1166293.023983
-1166312.154737
-1166385.306736
-1166482.452175
-1166554.447134
-1166587.144282
-1166686.231282
-1166740.623932
-1166789.239640
-1166880.126209
-1166945.835202
-1167034.620644
-1167095.240737
-1167152.170167
-1167230.377090
-1167305.880631
-1167350.240299
-1167426.500265
-1167506.320565
-1167562.267500
-1167612.271985
-1167705.958095
-1167787.044531
-1167819.809657
-1167903.288026
-1167978.854185
-1168045.784282
-1168066.443803
-1168170.696216
-1168220.959246
-1168267.149290
-1168342.735587
-1168433.367894
-1168502.517760
-1168571.051235
-1168639.675299
-1168715.152994
-1168775.601509
-1168844.296436
-1168898.854231
-1168952.494068
-1169026.937286
-1169102.207982
-1169145.778348
-1169224.837148
-1169287.521635
-1169380.332326
-1169432.011506
-1169504.170888
-1169609.148217
-1169610.595914
-1169670.394882
-1169751.267974
-1169836.649866
-1169886.094762
-1169938.840413
-1170053.320993
-1170096.030348
-1170137.149023
-1170234.442927
-1170290.662419
-1170347.919047
-1170415.777291
-1170470.010242
-1170535.076917
-1170643.763637
-1170681.414579
-1170736.519228
-1170807.916781
-1170864.526242
-1170947.737072
-1171025.778807
-1171086.418631
-1171154.576105
-1171191.246018
-1171243.949933
-1171347.656526
-1171409.166081
-1171486.124059
-1171533.017285
-1171628.463529
-1171645.127413
-1171728.947979
-1171824.207847
-1171860.076146
-1171928.301984
-1171994.546962
-1172054.196894
-1172110.013045
-1172202.177401
-1172248.610723
-1172343.757491
-1172347.356710
-1172440.391229
-1172514.914247
-1172569.343204
-1172660.988683
-1172693.022973
-1172774.903422
-1172853.268829
-1172897.955548
-1172956.787517
-1173042.678276
-1173087.231596
-1173187.281269
-1173247.400065
-1173294.627163
-1173349.493859
-1173440.460963
-1173485.986267
-1173554.473052
-1173613.535209
-1173669.267170
-1173763.240803
-1173795.176549
-1173858.541752
-1173954.022821
-1173969.435951
-1174065.789279
-1174135.571444
-1174181.395781
-1174261.217498
-1174320.147231
-1174391.206264
-1174451.507698
-1174546.721638
-1174563.775799
-1174659.967981
-1174721.392250
-1174733.228584
-1174834.544633
-1174890.029619
-1174971.086806
-1175018.691201
-1175079.871336
-1175164.308019
-1175199.657953
-1175285.709909
-1175356.449303
-1175396.351436
-1175473.199418
-1175511.580116
-1175606.410770
-1175642.615446
-1175753.835461
-1175791.340203
-1175843.193887
-1175913.837352
-1175983.041066
-1176025.770431
-1176094.352934
-1176126.640265
-1176265.155834
-1176288.826539
-1176387.307082
-1176425.105830
-1176459.849391
-1176536.312782
-1176611.108038
-1176665.248985
-1176748.963259
-1176835.688237
-1176835.688237
-1176897.245094
-1176980.414670
-1177059.146523
-1177103.867795
-1177156.521235
-1177262.995748
-1177281.752578
-1177347.973934
-1177417.245502
-1177481.193760
-1177553.197883
-1177620.292133
-1177676.408018
-1177743.774254
-1177819.078281
-1177867.866955
-1177938.101459
-1177956.814837
-1178051.244998
-1178134.677859
-1178178.920746
-1178254.139313
-1178284.921337
-1178368.454597
-1178421.746998
-1178514.216719
-1178552.635300
-1178611.073539
-1178679.746682
-1178752.522420
-1178814.648639
-1178841.139312
-1178913.108501
-1178990.038395
-1179046.838202
-1179124.488107
-1179186.353588
-1179228.559039
-1179299.702390
-1179335.815231
-1179398.846922
-1179475.895446
-1179557.488227
-1179593.128260
-1179660.125621
-1179706.062772
-1179780.064610
-1179855.763171
-1179886.107741
-1179993.650289
-1180039.046182
-1180085.582130
-1180144.552148
-1180224.804025
-1180275.151123
-1180324.989188
-1180406.825745
-1180461.154083
-1180489.017309
-1180580.549097
-1180666.129398
-1180717.825719
-1180779.348663
-1180833.914081
-1180887.521446
-1180959.123049
-1181026.945428
-1181057.856669
-1181141.418119
-1181210.893628
-1181279.727027
-1181329.027257
-1181354.515633
-1181465.732232
-1181524.477669
-1181569.679848
-1181604.710505
-1181702.834550
-1181751.623989
-1181790.447689
-1181869.293448
-1181903.260865
-1182006.717360
-1182025.708764
-1182118.523367
-1182181.128564
-1182233.894273
-1182265.200827
-1182327.769865
-1182413.265915
-1182464.833628
-1182532.788690
-1182566.912528
-1182618.346969
-1182733.982860
-1182781.542570
-1182809.128568
-1182867.161477
-1182916.858882
-1183007.651165
-1183092.618963
-1183156.334434
-1183196.035114
-1183245.514884
-1183284.261518
-1183350.276569
-1183422.173293
-1183496.569614
-1183544.899287
-1183621.684905
-1183672.879230
-1183732.705672
-1183797.392940
-1183838.471842
-1183888.700278
-1183971.194584
-1184035.944016
-1184072.517648
-1184123.373855
-1184232.269437
-1184254.609447
-1184328.062051
-1184365.348334
-1184415.170496
-1184494.008481
-1184572.746112
-1184617.719599
-1184691.900221
-1184762.988582
-1184808.457071
-1184861.018786
-1184896.247884
-1184968.919780
-1185038.292105
-1185086.196470
-1185157.042506
-1185221.918763
-1185273.610513
-1185335.052215
-1185408.331647
-1185419.346835
-1185529.454120
-1185575.836093
-1185614.553074
-1185660.512128
-1185721.441853
-1185804.889533
-1185848.043188
-1185913.150474
-1185988.627787
-1186021.591132
-1186076.801229
-1186140.262114
-1186213.507465
-1186275.426976
-1186314.599893
-1186389.965697
-1186437.506440
-1186482.018544
-1186557.157633
-1186613.864899
-1186680.317114
-1186727.730265
-1186805.546129
-1186837.932797
-1186907.669107
-1186957.211865
-1187039.066137
-1187059.334166
-1187177.522341
-1187210.085793
-1187262.356360
-1187329.368149
-1187389.976715
-1187439.831876
-1187486.128532
-1187542.733462
-1187593.327589
-1187668.925969
-1187724.085466
-1187799.366324
-1187858.674564
-1187916.633680
-1187964.256828
-1188001.403222
-1188068.540732
-1188132.283660
-1188184.345889
-1188238.025934
-1188301.912484
-1188383.424722
-1188414.236118
-1188464.598664
-1188552.093890
-1188591.176653
-1188663.329389
-1188700.163668
-1188732.810974
-1188846.137209
-1188886.222290
-1188923.000637
-1188991.662916
-1189052.350740
-1189142.220657
-1189168.074480
-1189233.052475
-1189293.670686
-1189341.335798
-1189416.542352
-1189455.734325
-1189509.466676
-1189573.048457
-1189598.201060
-1189685.609628
-1189742.775641
-1189780.024941
-1189827.802419
-1189893.570137
-1189967.147897
-1190030.614039
-1190063.036973
-1190140.580460
-1190184.472499
-1190238.995126
-1190314.064937
-1190373.220055
-1190421.692051
-1190468.555625
-1190553.202659
-1190589.610262
-1190634.096782
-1190693.516797
-1190743.502578
-1190818.622890
-1190893.578470
-1190927.776899
-1190936.080934
-1191040.453935
-1191095.432189
-1191165.474503
-1191195.590507
-1191271.736929
-1191284.973008
-1191393.343381
-1191413.713489
-1191484.314412
-1191546.293650
-1191591.494282
-1191628.871733
-1191682.074162
-1191742.780077
-1191822.479551
-1191883.850207
-1191930.186883
-1191971.273108
-1192032.045954
-1192078.117022
-1192148.449146
-1192189.841916
-1192278.581053
-1192310.796658
-1192352.002408
-1192454.083850
-1192483.040599
-1192534.732933
-1192573.802519
-1192640.510308
-1192721.944184
-1192740.426499
-1192806.608988
-1192863.763475
-1192925.250559
-1192979.243667
-1193034.107932
-1193089.261126
-1193142.308543
-1193174.921296
-1193265.904950
-1193300.784125
-1193367.774014
-1193398.850377
-1193490.455233
-1193537.723336
-1193587.731739
-1193628.309560
-1193682.929418
-1193753.193289
-1193795.093148
-1193845.969867
-1193930.374661
-1193982.970971
-1194047.990632
-1194048.014700
-1194124.628551
-1194200.061616
-1194253.999256
-1194261.689774
-1194319.681750
-1194414.715648
-1194463.797613
-1194517.543151
-1194559.012701
-1194618.364636
-1194654.862093
-1194739.027608
-1194771.181992
-1194841.680483
-1194879.681081
-1194955.530175
-1194998.924212
-1195037.877089
-1195118.287066
-1195170.174870
-1195212.049481
-1195267.227894
-1195274.168793
-1195379.885276
-1195427.352085
-1195491.511819
-1195502.846065
-1195563.741091
-1195635.829174
-1195706.059609
-1195768.996952
-1195793.697382
-1195853.435881
-1195910.598298
-1195944.349054
-1196034.750085
-1196062.622208
-1196149.963492
-1196191.904019
-1196238.034982
-1196278.577703
-1196357.806205
-1196368.927134
-1196437.588697
-1196488.802438
-1196554.231019
-1196585.791415
-1196637.025453
-1196714.605934
-1196772.940189
-1196824.637687
-1196854.570897
-1196950.418401
-1196964.082977
-1197040.432843
-1197074.034608
-1197173.513763
-1197200.024939
-1197269.209457
-1197290.212703
-1197356.335494
-1197392.504661
-1197467.228170
-1197492.165438
-1197545.509080
-1197617.313137
-1197684.674755
-1197731.385341
-1197797.652785
-1197837.502331
-1197880.503034
-1197930.094021
-1198014.428308
-1198037.092497
-1198093.728829
-1198154.863778
-1198196.898198
-1198276.222085
-1198306.368767
-1198369.417474
-1198413.424100
-1198481.880024
-1198530.191905
-1198554.411846
-1198608.289328
-1198664.950538
-1198737.381911
-1198789.043745
-1198841.597931
-1198905.184319
-1198943.818918
-1198991.607133
-1199049.700773
-1199109.889422
-1199137.379965
-1199194.403642
-1199279.003728
-1199333.834211
-1199382.818779
-1199402.557918
-1199449.598569
-1199519.332133
-1199571.704694
-1199630.599637
-1199663.243744
-1199721.358427
-1199764.040631
-1199847.172693
-1199872.529905
-1199957.299184
-1199995.451469
-1200015.630226
-1200094.606675
-1200162.523581
-1200217.138528
-1200254.130203
-1200306.052299
-1200368.370539
-1200431.685844
-1200431.685844
-1200517.496923
-1200573.854412
-1200629.657219
-1200667.824517
-1200739.561180
-1200794.245292
-1200836.759677
-1200861.577069
-1200948.130148
-1200990.413590
-1201055.316881
-1201077.886884
-1201166.550962
-1201196.136553
-1201255.946959
-1201295.961621
-1201359.503788
-1201412.959695
-1201472.377993
-1201504.548213
-1201565.876414
-1201611.661107
-1201632.202838
-1201699.250640
-1201757.727184
-1201825.332969
-1201903.997186
-1201903.997186
-1201991.977311
-1202003.600412
-1202037.986771
-1202128.501149
-1202202.074827
-1202253.845244
-1202292.818995
-1202323.266323
-1202376.023381
-1202437.545787
-1202492.566174
-1202553.385051
-1202558.804441
-1202624.834282
-1202720.181085
-1202744.308723
-1202797.675384
-1202832.825927
-1202882.871805
-1202957.642347
-1203015.802435
-1203069.640911
-1203100.932310
-1203155.329679
-1203201.101390
-1203242.522533
-1203285.081924
-1203344.741418
-1203404.575680
-1203447.658078
-1203505.981142
-1203537.333742
-1203599.108612
-1203667.132794
-1203701.430326
-1203746.400037
-1203813.657662
-1203840.142892
-1203944.970419
-1203948.203282
-1204013.984148
-1204055.302849
-1204088.716519
-1204136.368595
-1204202.410772
-1204274.486862
-1204290.611505
-1204364.129745
-1204423.045355
-1204461.819835
-1204536.460508
-1204552.316801
-1204639.035422
-1204653.212794
-1204725.704090
-1204752.759972
-1204823.570279
-1204874.953986
-1204931.680883
-1204989.833369
-1205031.236730
-1205074.333567
-1205115.861946
-1205163.193437
-1205224.261212
-1205287.189150
-1205322.038101
-1205352.089112
-1205432.778800
-1205492.931051
-1205505.991149
-1205581.347748
-1205600.354937
-1205637.800005
-1205750.776260
-1205784.511376
-1205813.401723
-1205872.068109
-1205941.999898
-1205956.406000
-1206002.731691
-1206068.955759
-1206132.441461
-1206145.689183
-1206210.021421
-1206246.708248
-1206323.119761
-1206362.251833
-1206417.634079
-1206480.640432
-1206480.746694
-1206534.120641
-1206611.640976
-1206684.008669
-1206706.352653
-1206742.552194
-1206814.987722
-1206863.296615
-1206879.412250
-1206956.650494
-1207006.793277
-1207040.936544
-1207100.044718
-1207136.107723
-1207221.426626
-1207245.976281
-1207291.319413
-1207330.461487
-1207419.634460
-1207436.582701
-1207483.003353
-1207538.402314
-1207593.886626
-1207643.641576
-1207674.196296
-1207707.813967
-1207783.026478
-1207817.603180
-1207863.748231
-1207896.434150
-1207981.320999
-1208032.974103
-1208076.988381
-1208112.600636
-1208177.188053
-1208259.797689
-1208259.797689
-1208301.737288
-1208371.792480
-1208419.661376
-1208431.884820
-1208511.815110
-1208553.062207
-1208603.236188
-1208638.987795
-1208686.592173
-1208728.206401
-1208799.405820
-1208827.493703
-1208891.387616
-1208961.216722
-1208973.095888
-1209046.473373
-1209109.767954
-1209141.091587
-1209169.029226
-1209227.270979
-1209301.104749
-1209342.952255
-1209345.645871
-1209410.330054
-1209453.654907
-1209517.290718
-1209573.772761
-1209622.363979
-1209659.462079
-1209727.418825
-1209773.270471
-1209794.623411
-1209853.220361
-1209884.909624
-1209960.603808
-1210002.392017
-1210042.485309
-1210073.164896
-1210144.404588
-1210175.913866
-1210254.925619
-1210259.914216
-1210328.987688
-1210388.143265
-1210421.544898
-1210471.153492
-1210548.000538
-1210548.000538
-1210622.321828
-1210676.457139
-1210731.335916
-1210760.438593
-1210799.002279
-1210828.455897
-1210891.505515
-1210965.495639
-1211003.681036
-1211048.433055
-1211098.406837
-1211149.218131
-1211194.803705
-1211233.708827
-1211294.060122
-1211332.586741
-1211390.163614
-1211423.233724
-1211457.598701
-1211515.821918
-1211570.057299
-1211618.566999
-1211662.923614
-1211698.003859
-1211753.325602
-1211789.370488
-1211838.192442
-1211882.854760
-1211944.180521
-1212016.087285
-1212053.735848
-1212077.949334
-1212112.427688
-1212174.292705
-1212213.212923
-1212260.265760
-1212310.812882
-1212382.169807
-1212409.183555
-1212445.246860
-1212514.164642
-1212573.305057
-1212609.775075
-1212659.418979
-1212695.991711
-1212740.420941
-1212782.079314
-1212814.488730
-1212860.596439
-1212941.355934
-1212982.730343
-1212987.053969
-1213058.757715
-1213112.737869
-1213171.114861
-1213196.444635
-1213231.153138
-1213307.500813
-1213343.260447
-1213383.501101
-1213439.006880
-1213494.938317
-1213509.732653
-1213560.384793
-1213596.710943
-1213672.547516
-1213693.154608
-1213749.352947
-1213797.144509
-1213861.554641
-1213861.873067
-1213944.309837
-1213999.328027
-1214050.472314
-1214092.836789
-1214112.280891
-1214157.849691
-1214203.943347
-1214260.213140
-1214338.485576
-1214350.110886
-1214439.692975
-1214439.692975
-1214491.985578
-1214545.466023
-1214616.921931
-1214624.624606
-1214645.276604
-1214688.769698
-1214770.478670
-1214835.554883
-1214883.926694
-1214931.336075
-1214931.336075
-1214994.287712
-1215034.902626
-1215093.112481
-1215132.522035
-1215168.467906
-1215222.462898
-1215252.884692
-1215297.933581
-1215375.778777
-1215401.992729
-1215432.287978
-1215465.784017
-1215546.143859
-1215589.909424
-1215627.858288
-1215659.148407
-1215693.180189
-1215744.195873
-1215805.201849
-1215845.852870
-1215892.906809
-1215942.280996
-1215968.708080
-1216021.824747
-1216085.695027
-1216094.704036
-1216151.209095
-1216185.429903
-1216226.691492
-1216286.034454
-1216325.971345
-1216367.102931
-1216417.311473
-1216491.785116
-1216545.278439
-1216565.515674
-1216622.930101
-1216648.762058
-1216670.504186
-1216734.109034
-1216795.389194
-1216807.694484
-1216897.495904
-1216897.495904
-1216945.706584
-1217000.073878
-1217045.614861
-1217066.045863
-1217136.199370
-1217182.434781
-1217230.830592
-1217253.688066
-1217313.392131
-1217348.623019
-1217375.177144
-1217458.016163
-1217492.794170
-1217537.866649
-1217575.389312
-1217635.362876
-1217658.786227
-1217714.443154
-1217754.128824
-1217801.233265
-1217828.559874
-1217875.712504
-1217928.024113
-1217955.541613
-1218006.658808
-1218073.447011
-1218110.234025
-1218158.135476
-1218186.171540
-1218262.428860
-1218296.336710
-1218333.980569
-1218353.941022
-1218414.131525
-1218481.800182
-1218502.171980
-1218511.780819
-1218611.164978
-1218612.846916
-1218693.511581
-1218738.909411
-1218777.082108
-1218800.092433
-1218814.116532
-1218916.093223
-1218939.357627
-1218981.880925
-1219026.000535
-1219070.447685
-1219103.082484
-1219133.003744
-1219198.645613
-1219253.402608
-1219302.337997
-1219324.916741
-1219385.610297
-1219385.610297
-1219461.862812
-1219528.347944
-1219528.347944
-1219602.732941
-1219633.096514
-1219677.166840
-1219728.280561
-1219762.666238
-1219808.391076
-1219847.079176
-1219895.593929
-1219934.191584
-1219996.697502
-1220024.127425
-1220055.432087
-1220102.122910
-1220166.689623
-1220189.259784
-1220224.869574
-1220275.572336
-1220326.228553
-1220379.572817
-1220407.986705
-1220455.341111
-1220498.384563
-1220535.299597
-1220592.866798
-1220633.228756
-1220680.113022
-1220710.105232
-1220770.983856
-1220797.465776
-1220827.743115
-1220889.675153
-1220940.460805
-1220954.745860
-1220999.969769
-1221030.055548
-1221087.805551
-1221143.514161
-1221174.418993
-1221241.564938
-1221281.975709
-1221342.718619
-1221350.496901
-1221391.193662
-1221424.844089
-1221518.021385
-1221535.284449
-1221563.015625
-1221640.523984
-1221651.902771
-1221691.045532
-1221737.733992
-1221791.533710
-1221807.614428
-1221846.106998
-1221910.963235
-1221950.418129
-1222003.455588
-1222044.118774
-1222096.397839
-1222117.543727
-1222169.540411
-1222200.320001
-1222235.798830
-1222269.464239
-1222335.425280
-1222379.055205
-1222414.938142
-1222443.324161
-1222480.851252
-1222536.232482
-1222615.283829
-1222627.469337
-1222695.876170
-1222722.772413
-1222728.303618
-1222795.561066
-1222857.309416
-1222872.655267
-1222918.445178
-1222987.786197
-1223022.912553
-1223084.424145
-1223116.011154
-1223116.011154
-1223157.141217
-1223218.533436
-1223261.630292
-1223304.205661
-1223361.783428
-1223396.543072
-1223440.141950
-1223505.220562
-1223527.878389
-1223552.861702
-1223604.134525
-1223621.644490
-1223701.772042
-1223716.164914
-1223770.806967
-1223821.292026
-1223852.469783
-1223885.852477
-1223930.391820
-1223981.263669
-1224043.203875
-1224043.203875
-1224128.975615
-1224141.556026
-1224193.354260
-1224222.386452
-1224286.256933
-1224324.634535
-1224381.005020
-1224388.602462
-1224435.729801
-1224490.767300
-1224523.976236
-1224566.857048
-1224607.871879
-1224657.079029
-1224687.282306
-1224784.791422
-1224784.791422
-1224829.650591
-1224860.714233
-1224943.528248
-1224943.528248
-1225007.028112
-1225028.230498
-1225087.766820
-1225106.853429
-1225151.430338
-1225201.551645
-1225227.674466
-1225294.741417
-1225302.059335
-1225363.958542
-1225412.383685
-1225452.634446
-1225478.513906
-1225533.770554
-1225555.661484
-1225635.531345
-1225655.000214
-1225685.308456
-1225747.457037
-1225776.337966
-1225821.458196
-1225866.358114
-1225896.580821
-1225940.641813
-1225994.489220
-1226027.239197
-1226106.800053
-1226112.872559
-1226166.367471
-1226204.590914
-1226250.347039
-1226267.332199
-1226293.899478
-1226368.131488
-1226412.980216
-1226461.199609
-1226488.082072
-1226511.136939
-1226552.230866
-1226605.550974
-1226661.062478
-1226700.540025
-1226730.490943
-1226791.801007
-1226808.226849
-1226855.367239
-1226920.236569
-1226960.994237
-1227003.465257
-1227016.498531
-1227064.296025
-1227093.851443
-1227134.055773
-1227185.851916
-1227248.471854
-1227249.629754
-1227324.977005
-1227370.164037
-1227393.702139
-1227447.584451
-1227469.167214
-1227513.828546
-1227548.250895
-1227605.920933
-1227666.473216
-1227679.355083
-1227687.791862
-1227770.185155
-1227852.001101
-1227864.385327
-1227902.790710
-1227916.283838
-1227953.559099
-1228017.872553
-1228067.011959
-1228105.749139
-1228172.251763
-1228172.251763
-1228216.568760
-1228266.094523
-1228311.931658
-1228352.718070
-1228376.511270
-1228435.176973
-1228444.141801
-1228488.160037
-1228565.681603
-1228584.371708
-1228650.577707
-1228670.937976
-1228710.316351
-1228761.288450
-1228769.186307
-1228865.878664
-1228880.628448
-1228913.102508
-1228913.102508
-1228984.529332
-1229027.843072
-1229051.612077
-1229111.003279
-1229169.425886
-1229177.733474
-1229251.494360
-1229261.779273
-1229350.577188
-1229350.577188
-1229417.590046
-1229417.829710
-1229452.030009
-1229508.426287
-1229558.404991
-1229580.880200
-1229644.294548
-1229668.910525
-1229738.193812
-1229772.587640
-1229808.316917
-1229858.715195
-1229858.715195
-1229923.648797
-1229938.322342
-1229993.761673
-1230041.645622
-1230087.716315
-1230132.025517
-1230185.953484
-1230212.564051
-1230246.991660
-1230299.294390
-1230332.901125
-1230369.266361
-1230378.306689
-1230417.626510
-1230484.736887
-1230523.103398
-1230579.287173
-1230596.576769
-1230655.910151
-1230692.559391
-1230709.910989
-1230776.202028
-1230819.472509
-1230826.643831
-1230855.122739
-1230915.135961
-1230972.107933
-1230995.369717
-1231055.160921
-1231081.267621
-1231132.881887
-1231194.670984
-1231194.670984
-1231237.045174
-1231281.385158
-1231337.791884
-1231357.452522
-1231409.434232
-1231436.544774
-1231496.564702
-1231527.732425
-1231559.350421
-1231595.630334
-1231651.506111
-1231678.717106
-1231718.478141
-1231743.359955
-1231802.119504
-1231848.295545
-1231890.555558
-1231899.262036
-1231945.756606
-1232020.297908
-1232043.300236
-1232073.513778
-1232122.418319
-1232153.966506
-1232213.795947
-1232226.223358
-1232260.398188
-1232293.095960
-1232333.268920
-1232382.142537
-1232437.929412
-1232461.109829
-1232505.436980
-1232535.353070
-1232573.043168
-1232625.545438
-1232676.424241
-1232695.413394
-1232729.218460
-1232796.961383
-1232839.465940
-1232844.651209
-1232896.210356
-1232969.505297
-1232972.858488
-1233033.007544
-1233047.467994
-1233126.186535
-1233128.442576
-1233164.145617
-1233203.272274
-1233236.595629
-1233299.660656
-1233352.199378
-1233369.742728
-1233424.358667
-1233464.392777
-1233510.440115
-1233541.809684
-1233582.083157
-1233595.084276
-1233627.799903
-1233704.572951
-1233712.704906
-1233763.376435
-1233778.942358
-1233830.009495
-1233890.605161
-1233924.502052
-1233924.502052
-1234005.278297
-1234022.699699
-1234099.125611
-1234106.054402
-1234149.980601
-1234197.516330
-1234215.532040
-1234254.918263
-1234310.652668
-1234346.515005
-1234375.290084
-1234411.015556
-1234481.663492
-1234488.180044
-1234531.023529
-1234568.295959
-1234622.503362
-1234626.023269
-1234672.812372
-1234716.973711
-1234777.457471
-1234805.672345
-1234864.215517
-1234896.557490
-1234923.972970
-1234964.517777
-1234995.076530
-1235014.897238
-1235068.036049
-1235115.720869
-1235138.359094
-1235166.713864
-1235229.097843
-1235291.659487
-1235300.226206
-1235319.527411
-1235372.130910
-1235425.384355
-1235451.857650
-1235483.123134
-1235534.358621
-1235575.177691
-1235609.048193
-1235666.074828
-1235677.528815
-1235724.902989
-1235724.902989
-1235770.738844
-1235819.333315
-1235886.346806
-1235912.361496
-1235926.707119
-1235979.895367
-1235998.094040
-1236067.769864
-1236109.645153
-1236140.093604
-1236181.280889
-1236204.588325
-1236247.260130
-1236305.266063
-1236316.638448
-1236382.204132
-1236405.280634
-1236445.796575
-1236463.919574
-1236494.123426
-1236497.367425
-1236588.633627
-1236611.315848
-1236658.504209
-1236694.835357
-1236755.630167
-1236777.373400
-1236811.709333
-1236841.116849
-1236891.947448
-1236917.645219
-1236958.488347
-1236993.971229
-1237046.997014
-1237081.265327
-1237120.227390
-1237178.424202
-1237186.225811
-1237241.749777
-1237266.646920
-1237286.182721
-1237356.955626
-1237385.342075
-1237415.771327
-1237442.426757
-1237507.339365
-1237520.630337
-1237552.549564
-1237597.154623
-1237622.154388
-1237649.043507
-1237720.574778
-1237746.016832
-1237755.758046
-1237815.664738
-1237882.397955
-1237897.994730
-1237943.748338
-1237983.457449
-1238013.837747
-1238050.389146
-1238090.905514
-1238126.019397
-1238151.726217
-1238190.271915
-1238237.540416
-1238283.877319
-1238305.607025
-1238355.906249
-1238396.046371
-1238449.263304
-1238459.096068
-1238522.471406
-1238554.401650
-1238567.420896
-1238610.073238
-1238658.915711
-1238694.737038
-1238715.606984
-1238758.193852
-1238816.726200
-1238822.929324
-1238869.177323
-1238883.155381
-1238961.577647
-1238961.577647
-1239002.430124
-1239044.857691
-1239106.170785
-1239157.625658
-1239164.065930
-1239181.547039
-1239212.146678
-1239266.448525
-1239335.518217
-1239357.445473
-1239389.371614
-1239426.843396
-1239493.582646
-1239513.278159
-1239522.170967
-1239573.448075
-1239595.356612
-1239647.447855
-1239688.012698
-1239706.055405
-1239730.497463
-1239792.041307
-1239856.152342
-1239856.152342
-1239886.387316
-1239951.128502
-1239963.471721
-1240030.337690
-1240065.276362
-1240108.297661
-1240146.470345
-1240146.470345
-1240189.535670
-1240270.553896
-1240278.480790
-1240303.240632
-1240366.735070
-1240370.997464
-1240401.031934
-1240447.384261
-1240524.799184
-1240529.649760
-1240575.982109
-1240614.610497
-1240621.021746
-1240662.304955
-1240725.815536
-1240770.944155
-1240779.942775
-1240824.221599
-1240850.191956
-1240931.465223
-1240931.465223
-1240995.991524
-1241010.842068
-1241068.960191
-1241101.181551
-1241122.506994
-1241172.861387
-1241188.100019
-1241237.698979
-1241292.318785
-1241296.110908
-1241355.151567
-1241381.658727
-1241409.367663
-1241447.934287
-1241460.400206
-1241525.100861
-1241551.554237
-1241592.409019
-1241637.742530
-1241665.337304
-1241731.461510
-1241755.821265
-1241814.622686
-1241833.850627
-1241865.162498
-1241888.625892
-1241923.846854
-1241975.210049
-1241995.018477
-1242061.215347
-1242069.151194
-1242113.273779
-1242139.185948
-1242222.020938
-1242232.885254
-1242301.109244
-1242301.109244
-1242371.807019
-1242391.378790
-1242393.325914
-1242437.560354
-1242492.550833
-1242523.611587
-1242537.638985
-1242578.852214
-1242638.835055
-1242667.028801
-1242703.912022
-1242738.448338
-1242764.844090
-1242803.259575
-1242842.876941
-1242858.829466
-1242910.587858
-1242935.264171
-1242991.998953
-1243029.180247
-1243055.386675
-1243083.476945
-1243122.277111
-1243171.620950
-1243207.573763
-1243265.418269
-1243270.274855
-1243305.296059
-1243350.222332
-1243375.029215
-1243443.160721
-1243456.303758
-1243509.866920
-1243510.051476
-1243549.809670
-1243602.216600
-1243647.634396
-1243671.466118
-1243682.171781
-1243747.375672
-1243780.720419
-1243832.561137
-1243876.294194
-1243902.130780
-1243924.643983
-1243965.474286
-1243978.217530
-1244048.090338
-1244077.297053
-1244115.792798
-1244130.864007
-1244169.860169
-1244212.938649
-1244238.928260
-1244282.676398
-1244306.281295
-1244367.242450
-1244367.242450
-1244440.705604
-1244489.454185
-1244506.248345
-1244531.187968
-1244567.140715
-1244605.963875
-1244628.897948
-1244679.563106
-1244679.757641
-1244734.626794
-1244786.837900
-1244816.754525
-1244859.695647
-1244887.774538
-1244925.566337
-1244967.807370
-1244974.769977
-1245018.683189
-1245064.695892
-1245094.904535
-1245119.637108
-1245188.786354
-1245202.090125
-1245225.385974
-1245242.823168
-1245305.632981
-1245357.013651
-1245373.152205
-1245393.729267
-1245440.217673
-1245475.533346
-1245515.992392
-1245543.324030
-1245606.876980
-1245606.876980
-1245657.781669
-1245671.701645
-1245741.169893
-1245747.784277
-1245770.631651
-1245837.178655
-1245862.205662
-1245903.378049
-1245941.487038
-1245961.530525
-1246005.377932
-1246036.740149
-1246070.073308
-1246113.920415
-1246149.550139
-1246178.637969
-1246183.096911
-1246266.116805
-1246295.250335
-1246337.860024
-1246350.266098
-1246390.563155
-1246414.903422
-1246471.532032
-1246483.767792
-1246528.345135
-1246536.080741
-1246593.864211
-1246611.261590
-1246633.268073
-1246676.705616
-1246734.222867
-1246751.850490
-1246804.684141
-1246856.782659
-1246858.230140
-1246915.058271
-1246924.142672
-1246969.990791
-1246980.973578
-1247064.144916
-1247081.938199
-1247111.038829
-1247142.833897
-1247158.494042
-1247176.497010
-1247226.819239
-1247286.228571
-1247339.794061
-1247354.246078
-1247392.816756
-1247420.726546
-1247439.646273
-1247465.928635
-1247519.432936
-1247528.420787
-1247577.028302
-1247629.819340
-1247682.059503
-1247701.085541
-1247729.036502
-1247760.041704
-1247780.436437
-1247827.264050
-1247861.286462
-1247897.331987
-1247908.100931
-1247948.946763
-1247994.102639
-1247998.441402
-1248057.421489
-1248099.241258
-1248158.176102
-1248158.904333
-1248199.372331
-1248231.123386
-1248273.286401
-1248302.159957
-1248334.120015
-1248352.464134
-1248388.868057
-1248441.591590
-1248465.931459
-1248530.302415
-1248530.769934
-1248587.016204
-1248596.986190
-1248641.512222
-1248671.822805
-1248729.439890
-1248729.439890
-1248795.846177
-1248795.846177
-1248851.551608
-1248876.483292
-1248923.681369
-1248941.645315
-1248993.609379
-1249024.269731
-1249026.789592
-1249049.222128
-1249112.884611
-1249151.376862
-1249196.405474
-1249217.751692
-1249243.131023
-1249294.417379
-1249318.339723
-1249356.344620
-1249396.689176
-1249421.584790
-1249434.810373
-1249490.611490
-1249519.524135
-1249519.524135
-1249599.387565
-1249625.765497
-1249638.138684
-1249693.716146
-1249736.919157
-1249744.579896
-1249803.744066
-1249813.246743
-1249873.587094
-1249907.099848
-1249936.547614
-1249964.150444
-1249993.782655
-1250029.536021
-1250059.265076
-1250103.796342
-1250131.509256
-1250143.431887
-1250189.090301
-1250235.645476
-1250266.410890
-1250284.381905
-1250300.365915
-1250380.522330
-1250413.313904
-1250444.465624
-1250444.465624
-1250490.542143
-1250554.156001
-1250554.156001
-1250593.516735
-1250628.801119
-1250672.042536
-1250716.964341
-1250757.366927
-1250757.366927
-1250797.998215
-1250842.148776
-1250858.609582
-1250904.836851
-1250951.098114
-1250956.044425
-1251001.011375
-1251038.211482
-1251089.893064
-1251113.383166
-1251144.849985
-1251160.191032
-1251210.753329
-1251210.753329
-1251265.488128
-1251301.998735
-1251336.857198
-1251389.901102
-1251400.798423
-1251436.942202
-1251470.265887
-1251505.942375
-1251555.118045
-1251555.118045
-1251628.726830
-1251628.726830
-1251679.420950
-1251705.376342
-1251753.573192
-1251772.013415
-1251782.320973
-1251817.208985
-1251859.816829
-1251869.077145
-1251912.204906
-1251950.949359
-1251996.810245
-1252032.209438
-1252055.548237
-1252080.092965
-1252113.134627
-1252155.442266
-1252204.633433
-1252204.635315
-1252277.829416
-1252277.829416
-1252321.856457
-1252358.941702
-1252393.352150
-1252427.047517
-1252454.248753
-1252454.248753
-1252489.884849
-1252549.113375
-1252572.681286
-1252607.518300
-1252641.002163
-1252692.018403
-1252739.127508
-1252773.784782
-1252773.784782
-1252795.133693
-1252818.805295
-1252848.953585
-1252949.355960
-1252949.355960
-1252991.562466
-1253012.128716
-1253059.018910
-1253081.920543
-1253101.275843
-1253158.734264
-1253164.513875
-1253211.182942
-1253228.505768
-1253259.298170
-1253303.919700
-1253339.276588
-1253374.199645
-1253399.624783
-1253438.820963
-1253471.463201
-1253495.376002
-1253537.736335
-1253585.449965
-1253587.698694
-1253608.498086
-1253652.095737
-1253685.137717
-1253717.039193
-1253758.940132
-1253780.879898
-1253813.111887
-1253865.140443
-1253872.821680
-1253915.693148
-1253948.609671
-1253978.950525
-1253978.950525
-1254048.427583
-1254117.092687
-1254137.485853
-1254165.590983
-1254181.609083
-1254220.229038
-1254232.104558
-1254270.562926
-1254295.289447
-1254332.279101
-1254355.547477
-1254390.511835
-1254434.628141
-1254473.444619
-1254506.509435
-1254526.636751
-1254563.067441
-1254598.621954
-1254610.226063
-1254646.759896
-1254692.654288
-1254723.599590
-1254756.765599
-1254777.844518
-1254830.841424
-1254843.199810
-1254898.034549
-1254936.769296
-1254936.769296
-1254982.927060
-1255014.938699
-1255044.171891
-1255064.674478
-1255124.021434
-1255163.639254
-1255177.196520
-1255207.985468
-1255245.166424
-1255267.411583
-1255298.604443
-1255319.508209
-1255387.557808
-1255387.557808
-1255429.178195
-1255486.289896
-1255496.827768
-1255504.175088
-1255560.117562
-1255598.133562
-1255636.377876
-1255636.377876
-1255691.608376
-1255703.302877
-1255775.023182
-1255775.023182
-1255834.353200
-1255847.658100
-1255882.710422
-1255920.181826
-1255923.999145
-1255973.862222
-1256007.588746
-1256050.379053
-1256076.395434
-1256103.497214
-1256126.134557
-1256157.783970
-1256182.874031
-1256240.142861
-1256267.301782
-1256273.033522
-1256326.944507
-1256351.402098
-1256376.672241
-1256419.138558
-1256458.123193
-1256462.392059
-1256500.116803
-1256538.557784
-1256579.373539
-1256611.785239
-1256623.903811
-1256702.656045
-1256702.656045
-1256731.156481
-1256738.903497
-1256781.378049
-1256833.725897
-1256849.395087
-1256879.686344
-1256930.677620
-1256952.071308
-1257002.912793
-1257024.328075
-1257041.013653
-1257077.405233
-1257093.646459
-1257144.346825
-1257180.482957
-1257188.912855
-1257228.740547
-1257246.157393
-1257302.046376
-1257332.662975
-1257387.774599
-1257398.247103
-1257427.616140
-1257452.957564
-1257485.358963
-1257533.862761
-1257547.451947
-1257564.135358
-1257608.818628
-1257610.866728
-1257674.158047
-1257689.203716
-1257729.305238
-1257775.232634
-1257802.230572
-1257836.119819
-1257904.353719
-1257904.353719
-1257928.993071
-1257943.395926
-1257998.856097
-1258023.334120
-1258065.188965
-1258075.852068
-1258111.621425
-1258136.833073
-1258152.381659
-1258182.209429
-1258227.914693
-1258251.049075
-1258341.730335
-1258341.730335
-1258358.701531
-1258391.457995
-1258406.771898
-1258457.192536
-1258493.887867
-1258527.167956
-1258535.903707
-1258567.941941
-1258606.868556
-1258639.954849
-1258663.365418
-1258723.628845
-1258749.797993
-1258779.029082
-1258803.557442
-1258826.796592
-1258830.949655
-1258871.107780
-1258914.921448
-1258941.788734
-1258966.336537
-1259017.213936
-1259037.234302
-1259083.924623
-1259088.077690
-1259145.392759
-1259161.460793
-1259221.039154
-1259258.872685
-1259263.424403
-1259263.781852
-1259304.742538
-1259344.279035
-1259393.466556
-1259393.466556
-1259438.630985
-1259465.519744
-1259486.785577
-1259531.123579
-1259561.090705
-1259589.556832
-1259625.307843
-1259663.814702
-1259689.419260
-1259723.945273
-1259765.835938
-1259799.899665
-1259802.358010
-1259845.483434
-1259845.483434
-1259884.797082
-1259917.716678
-1259941.086876
-1259968.662669
-1260018.141183
-1260043.299435
-1260087.925330
-1260129.143641
-1260162.908620
-1260162.908620
-1260216.894147
-1260217.011262
-1260263.548700
-1260293.777154
-1260335.777977
-1260335.777977
-1260360.346569
-1260422.873252
-1260456.647872
-1260456.647872
-1260507.098647
-1260513.651786
-1260550.042238
-1260580.258250
-1260614.060646
-1260643.089495
-1260703.215598
-1260718.662252
-1260757.342700
-1260757.342700
-1260792.447293
-1260816.876990
-1260858.035663
-1260896.915269
-1260919.787451
-1260951.547150
-1260982.659742
-1260999.376862
-1261024.804664
-1261075.178972
-1261084.719221
-1261139.756780
-1261164.442635
-1261222.833536
-1261222.833536
-1261282.420959
-1261282.420959
-1261310.531535
-1261342.015215
-1261357.109025
-1261392.216467
-1261415.640844
-1261463.557055
-1261493.268373
-1261501.488171
-1261558.202749
-1261569.248348
-1261626.604501
-1261652.122688
-1261701.759939
-1261701.759939
-1261746.363761
-1261772.807272
-1261818.402813
-1261818.402813
-1261841.415353
-1261870.681727
-1261900.978261
-1261960.064750
-1261988.696414
-1262011.836586
-1262050.161783
-1262050.161783
-1262114.259100
-1262114.259100
-1262147.714527
-1262157.640848
-1262216.392597
-1262229.160328
-1262274.801042
-1262297.733745
-1262330.054169
-1262348.790763
-1262395.843823
-1262440.534068
-1262440.534068
-1262477.039686
-1262505.537046
-1262516.794756
-1262565.411816
-1262571.154758
-1262615.391878
-1262653.217660
-1262680.540917
-1262726.229016
-1262744.229276
-1262746.499436
-1262789.322906
-1262806.042022
-1262873.993389
-1262890.482657
-1262923.700640
-1262949.795023
-1263005.004708
-1263018.083239
-1263065.347298
-1263065.347298
-1263094.496406
-1263115.700865
-1263136.917830
-1263185.877777
-1263216.634998
-1263216.634998
-1263262.874360
-1263279.348384
-1263335.809572
-1263364.822251
-1263382.462844
-1263405.463427
-1263463.194253
-1263463.194253
-1263511.655374
-1263519.656682
-1263550.161842
-1263558.737489
-1263630.550680
-1263650.924140
-1263665.808181
-1263704.905250
-1263754.072789
-1263770.481429
-1263791.751533
-1263842.110264
-1263850.534434
-1263876.547933
-1263876.547933
-1263946.357530
-1263980.028576
-1264001.592558
-1264031.536055
-1264055.478036
-1264076.006336
-1264141.394321
-1264141.394321
-1264158.149902
-1264177.032140
-1264250.380068
-1264251.172868
-1264296.234058
-1264304.784528
-1264332.824525
-1264346.637161
-1264402.746508
-1264429.130749
-1264478.916275
-1264499.923157
-1264523.680692
-1264562.061741
-1264580.512170
-1264603.455115
-1264643.400122
-1264665.917114
-1264688.424427
-1264705.745064
-1264763.178918
-1264779.722714
-1264803.269905
-1264825.406390
-1264844.382039
-1264903.983938
-1264915.461236
-1264949.344386
-1264949.344386
-1265018.161301
-1265042.067202
-1265080.296485
-1265090.821763
-1265129.987356
-1265152.706361
-1265188.410485
-1265226.563353
-1265237.776127
-1265272.620555
-1265280.051726
-1265306.314234
-1265362.200728
-1265398.831569
-1265409.558991
-1265453.404951
-1265457.449693
-1265492.508057
-1265529.603343
-1265537.243653
-1265594.195162
-1265628.336880
-1265642.718359
-1265652.742921
-1265687.412661
-1265727.846982
-1265776.442895
-1265776.442895
-1265805.564160
-1265838.011301
-1265859.300107
-1265916.076541
-1265936.432249
-1265953.407993
-1266004.324982
-1266012.550341
-1266043.474946
-1266069.767752
-1266110.357864
-1266147.924905
-1266181.606535
-1266190.227207
-1266203.844702
-1266239.564397
-1266262.590610
-1266300.572052
-1266317.248386
-1266367.251935
-1266403.738410
-1266422.890769
-1266455.717627
-1266455.717627
-1266519.596215
-1266551.169944
-1266567.741742
-1266582.024518
-1266626.492976
-1266648.160385
-1266682.862500
-1266717.126219
-1266747.807063
-1266764.706007
-1266767.259015
-1266814.387760
-1266849.521034
-1266858.721049
-1266889.608214
-1266928.310263
-1266950.598795
-1267014.821819
-1267040.859897
-1267040.859897
-1267101.415505
-1267101.415505
-1267115.649462
-1267132.211061
-1267212.184569
-1267214.411799
-1267264.232989
-1267274.486221
-1267311.799169
-1267328.242614
-1267364.953950
-1267400.707302
-1267420.742558
-1267467.602955
-1267493.787525
-1267515.010445
-1267534.650140
-1267568.217921
-1267593.109328
-1267595.969931
-1267632.988172
-1267703.348619
-1267722.280136
-1267723.688141
-1267775.684010
-1267813.706565
-1267813.706565
-1267827.418738
-1267853.924897
-1267905.295583
-1267930.960268
-1267974.829458
-1268020.598194
-1268020.598194
-1268055.152325
-1268075.848548
-1268100.919840
-1268132.647191
-1268145.935109
-1268203.060349
-1268238.909856
-1268260.202058
-1268260.202058
-1268260.202058
-1268302.737761
-1268344.616614
-1268404.988617
-1268416.230417
-1268436.117311
-1268475.481735
-1268478.154160
-1268557.539682
-1268561.813865
-1268575.976568
-1268603.538574
-1268626.577658
-1268681.356767
-1268681.356767
-1268721.336671
-1268754.927746
-1268791.354822
-1268804.514679
-1268844.895415
-1268862.857037
-1268896.170881
-1268918.273615
-1268935.691497
-1268967.022751
-1269013.776515
-1269044.944741
-1269057.637882
-1269065.336984
-1269141.306619
-1269141.306619
-1269178.844395
-1269205.942481
-1269246.505549
-1269246.505549
-1269272.064254
-1269308.412990
-1269332.345521
-1269365.480057
-1269409.460467
-1269415.971586
-1269472.772247
-1269506.248975
-1269506.248975
-1269516.914087
-1269584.598021
-1269600.718056
-1269620.256208
-1269627.956836
-1269677.721591
-1269677.721591
-1269769.812475
-1269769.812475
-1269790.289376
-1269837.634924
-1269839.996946
-1269873.851944
-1269908.268471
-1269951.483372
-1269956.554647
-1269988.543897
-1270003.066126
-1270051.744454
-1270082.148678
-1270095.653824
-1270119.749207
-1270150.717605
-1270161.968110
-1270206.815567
-1270211.674864
-1270248.626273
-1270288.671626
-1270309.476769
-1270334.500319
-1270380.420541
-1270422.307166
-1270438.309489
-1270450.032991
-1270482.505620
-1270538.664942
-1270538.664942
-1270564.980807
-1270612.350682
-1270638.788671
-1270684.685473
-1270684.685473
-1270719.969171
-1270752.244634
-1270752.244634
-1270752.244634
-1270825.764416
-1270825.764416
-1270890.906709
-1270898.624766
-1270925.356692
-1270953.144115
-1270972.855788
-1271003.622961
-1271032.825773
-1271073.388735
-1271073.388735
-1271143.968134
-1271172.732624
-1271186.118571
-1271198.255636
-1271241.041229
-1271268.243772
-1271299.177571
-1271299.736357
-1271330.424181
-1271364.004391
-1271396.793828
-1271410.326240
-1271453.342171
-1271484.327127
-1271533.588246
-1271551.017202
-1271569.710184
-1271595.062761
-1271619.846709
-1271627.136560
-1271697.777697
-1271709.322482
-1271750.647287
-1271750.647287
-1271770.237386
-1271800.458599
-1271832.817596
-1271858.281397
-1271911.462726
-1271920.459013
-1271971.575838
-1271971.575838
-1272015.429828
-1272015.429828
-1272051.101591
-1272082.274741
-1272155.218884
-1272155.218884
-1272179.528178
-1272184.498347
-1272224.082027
-1272258.686415
-1272308.858572
-1272310.776976
-1272349.364979
-1272349.364979
-1272380.895286
-1272414.671260
-1272457.052037
-1272457.052037
-1272503.381926
-1272518.348701
-1272563.090186
-1272608.691501
-1272608.691501
-1272634.585419
-1272679.220365
-1272719.298676
-1272725.107342
-1272725.107342
-1272781.138736
-1272811.772508
-1272831.096083
-1272843.753821
-1272881.815608
-1272881.815608
-1272944.339487
-1272944.339487
-1272981.698085
-1273016.847111
-1273044.350937
-1273063.856710
-1273097.590891
-1273137.144750
-1273181.439049
-1273181.439049
-1273191.424457
-1273240.350024
-1273248.042798
-1273295.639428
-1273303.709915
-1273337.246900
-1273379.249435
-1273379.249435
-1273418.253746
-1273461.690248
-1273481.917835
-1273520.718145
-1273520.718145
-1273546.819875
-1273582.181628
-1273616.672467
-1273659.159852
-1273670.646872
-1273687.376187
-1273739.898048
-1273753.524735
-1273775.426169
-1273788.005381
-1273799.017653
-1273862.175918
-1273873.061018
-1273904.764555
-1273963.615653
-1273982.966837
-1273995.855346
-1274026.424598
-1274047.982231
-1274063.680398
-1274063.680398
-1274117.976250
-1274161.275244
-1274177.470442
-1274223.477896
-1274236.108446
-1274269.672107
-1274283.905765
-1274301.574070
-1274374.875625
-1274391.384932
-1274391.384932
-1274416.876373
-1274444.250266
-1274473.572848
-1274505.587688
-1274507.817705
-1274555.842123
-1274577.093576
-1274626.198378
-1274632.268231
-1274632.268231
-1274675.529333
-1274717.522950
-1274729.845508
-1274801.992750
-1274811.878289
-1274827.124386
-1274835.985540
-1274875.523985
-1274903.675750
-1274926.604358
-1274951.593426
-1274984.954463
-1275001.262249
-1275024.994107
-1275055.733720
-1275065.873049
-1275114.588497
-1275150.171303
-1275164.602746
-1275190.582629
-1275200.191669
-1275239.834979
-1275248.269853
-1275322.872252
-1275322.872252
-1275374.261545
-1275380.547502
-1275441.818857
-1275452.721170
-1275452.721170
-1275470.704257
-1275536.129296
-1275536.129296
-1275554.124131
-1275591.404309
-1275629.010432
-1275646.069793
-1275669.497521
-1275682.665924
-1275715.429851
-1275745.627111
-1275787.680296
-1275797.659741
-1275852.406869
-1275852.406869
-1275875.239491
-1275920.636645
-1275920.636645
-1275942.942051
-1275970.832839
-1275998.674333
-1276035.618186
-1276068.621760
-1276097.848366
-1276121.863442
-1276136.304251
-1276167.727164
-1276177.189686
-1276246.495809
-1276255.331272
-1276264.444737
-1276294.532788
-1276294.532788
-1276351.637389
-1276381.521284
-1276392.591798
-1276432.375820
-1276459.348813
-1276483.418599
-1276519.095658
-1276519.095658
-1276544.159863
-1276593.281826
-1276625.140260
-1276645.502548
-1276668.394015
-1276672.790016
-1276723.069478
-1276727.135875
-1276762.259460
-1276802.414283
-1276827.245090
-1276827.245090
-1276853.693443
-1276858.012946
-1276926.296402
-1276943.826613
-1276967.557306
-1276990.969232
-1277034.378470
-1277061.633288
-1277087.948094
-1277098.145646
-1277101.214308
-1277159.634926
-1277162.468933
-1277221.036735
-1277221.036735
-1277244.706334
-1277287.533056
-1277306.555203
-1277320.409712
-1277347.461121
-1277372.092710
-1277419.769737
-1277443.368746
-1277459.018102
-1277481.510268
-1277513.590135
-1277537.270094
-1277537.270094
-1277588.357939
-1277588.357939
-1277642.837879
-1277677.239286
-1277690.192792
-1277753.901694
-1277753.901694
-1277763.874606
-1277786.440576
-1277815.279136
-1277827.482671
-1277867.647877
-1277906.684352
-1277906.684352
-1277953.128249
-1277975.163685
-1277997.352747
-1277997.352747
-1278065.048459
-1278065.048459
-1278097.171004
-1278111.001964
-1278155.692493
-1278155.692493
-1278193.128308
-1278201.363876
-1278221.719451
-1278265.163257
-1278334.358675
-1278334.358675
-1278342.930114
-1278378.639999
-1278397.945658
-1278444.648606
-1278448.543828
-1278490.969322
-1278490.969322
-1278556.179506
-1278556.179506
-1278589.597397
-1278599.941664
-1278632.610803
-1278668.483031
-1278680.691349
-1278680.691349
-1278735.926432
-1278735.926432
-1278752.406696
-1278839.225347
-1278847.527030
-1278850.073082
-1278850.073082
-1278885.729480
-1278925.636047
-1278948.732673
-1278963.062362
-1279020.170786
-1279030.326650
-1279079.029492
-1279088.076137
-1279106.196100
-1279126.406272
-1279157.315043
-1279170.956404
-1279187.565212
-1279225.428634
-1279235.151729
-1279293.877434
-1279296.139291
-1279332.657411
-1279332.657411
-1279362.861237
-1279400.006264
-1279425.640612
-1279445.473209
-1279484.545432
-1279495.861069
-1279525.040074
-1279545.890610
-1279558.860346
-1279615.698164
-1279615.698164
-1279673.535612
-1279688.577997
-1279727.152534
-1279727.152534
-1279772.032303
-1279786.319360
-1279796.183388
-1279813.286073
-1279871.886413
-1279888.996643
-1279888.996643
-1279926.617051
-1279945.804910
-1280008.167901
-1280008.167901
-1280020.865185
-1280078.261637
-1280078.261637
-1280101.744533
-1280103.129169
-1280154.634928
-1280175.571780
-1280184.631261
-1280218.337430
-1280243.047176
-1280290.201740
-1280290.201740
-1280309.935007
-1280362.181573
-1280372.707949
-1280400.819202
-1280434.739521
-1280467.194347
-1280467.194347
-1280469.401675
-1280519.566628
-1280541.422485
-1280551.127550
-1280588.140260
-1280634.011142
-1280664.097835
-1280693.309186
-1280693.820539
-1280707.725053
-1280723.882073
-1280742.864044
-1280799.872639
-1280800.910607
-1280858.854022
-1280861.085593
-1280882.888599
-1280925.095909
-1280963.750618
-1280963.750618
-1280982.023663
-1281012.258344
-1281025.947238
-1281056.006434
-1281098.371123
-1281122.242506
-1281125.210618
-1281146.903151
-1281174.613581
-1281210.436463
-1281244.416341
-1281264.681011
-1281322.720125
-1281323.930769
-1281361.040143
-1281361.040143
-1281386.330607
-1281386.330607
-1281418.762650
-1281454.854644
-1281469.417407
-1281475.677047
-1281516.644024
-1281543.265295
-1281566.358233
-1281585.558910
-1281641.223721
-1281641.223721
-1281696.820815
-1281696.820815
-1281740.512302
-1281740.512302
-1281798.912387
-1281798.912387
-1281829.033513
-1281840.553878
-1281899.506430
-1281899.506430
-1281899.506430
-1281952.596933
-1281978.009087
-1282005.345930
-1282005.345930
-1282034.032131
-1282044.915977
-1282069.446112
-1282109.267092
-1282175.639805
-1282175.639805
-1282175.639805
-1282216.951669
-1282217.827952
-1282283.119013
-1282283.119013
-1282315.181877
-1282315.181877
-1282346.765616
-1282359.245203
-1282369.443677
-1282419.329166
-1282453.175911
-1282457.432924
-1282525.134028
-1282525.134028
-1282554.918550
-1282607.596237
-1282607.596237
-1282629.092034
-1282638.766968
-1282655.974891
-1282687.369048
-1282695.001056
-1282741.449919
-1282782.691237
-1282782.691237
-1282805.573071
-1282841.224105
-1282853.015308
-1282898.999183
-1282898.999183
-1282923.561918
-1282953.853300
-1282953.853300
-1282990.239079
-1283026.132604
-1283030.180026
-1283090.699765
-1283090.699765
-1283128.547782
-1283161.134311
-1283161.134311
-1283186.659692
-1283229.614399
-1283266.630708
-1283266.630708
-1283266.630708
-1283323.511398
-1283323.511398
-1283367.674069
-1283372.414351
-1283394.599913
-1283422.248491
-1283441.311319
-1283503.505183
-1283513.963697
-1283513.963697
-1283553.394621
-1283557.213400
-1283594.186101
-1283612.980757
-1283646.027681
-1283657.717746
-1283672.110373
-1283719.920984
-1283731.603878
-1283738.026622
-1283783.571165
-1283828.590765
-1283834.574479
-1283850.535304
-1283875.207174
-1283876.485025
-1283933.915013
-1283938.723922
-1283952.276852
-1283996.218067
-1284023.538567
-1284023.538567
-1284068.157268
-1284097.334383
-1284102.927778
-1284142.051740
-1284157.938262
-1284198.764256
-1284216.981783
-1284216.981783
-1284237.365803
-1284265.157045
-1284292.369725
-1284306.916840
-1284367.861037
-1284382.345667
-1284406.621855
-1284406.621855
-1284443.624991
-1284456.578104
-1284508.902018
-1284508.902018
-1284521.101660
-1284561.929087
-1284581.905285
-1284581.905285
-1284607.175482
-1284663.663640
-1284666.536028
-1284716.045501
-1284716.045501
-1284760.188638
-1284764.566487
-1284790.592572
-1284805.106393
-1284824.099353
-1284874.092869
-1284874.092869
-1284911.476801
-1284911.476801
-1284956.783409
-1284956.783409
-1285008.220509
-1285015.998136
-1285057.812588
-1285081.977341
-1285087.593164
-1285087.593164
-1285154.595542
-1285154.595542
-1285209.969502
-1285209.969502
-1285209.969502
-1285238.578626
-1285281.476594
-1285282.542369
-1285321.287365
-1285351.119676
-1285364.783590
-1285387.838745
-1285399.565271
-1285430.559453
-1285475.218653
-1285486.853028
-1285497.383002
-1285534.507464
-1285540.463535
-1285574.605275
-1285604.183930
-1285616.471144
-1285624.527948
-1285667.694740
-1285705.795779
-1285705.795779
-1285705.795779
-1285757.956314
-1285784.663587
-1285819.297499
-1285834.581312
-1285868.100722
-1285880.845404
-1285898.651480
-1285904.001836
-1285928.572635
-1285967.433436
-1285979.291654
-1286003.458324
-1286033.496774
-1286061.540498
-1286061.540498
-1286134.662623
-1286134.662623
-1286143.810874
-1286158.810049
-1286186.597741
-1286204.645641
-1286227.674456
-1286264.360269
-1286323.776516
-1286323.776516
-1286326.325320
-1286373.723766
-1286389.217213
-1286410.630986
-1286423.120023
-1286456.727619
-1286463.904711
-1286524.685243
-1286524.685243
-1286524.685243
-1286545.973261
-1286603.431190
-1286603.431190
-1286616.867072
-1286650.150979
-1286671.782544
-1286711.990369
-1286719.520743
-1286733.482714
-1286790.510990
-1286794.353767
-1286794.353767
-1286848.535681
-1286856.357939
-1286881.470304
-1286903.136592
-1286931.342548
-1286946.393912
-1286984.364121
-1286989.286666
-1287028.079340
-1287044.915445
-1287074.043901
-1287094.530382
-1287114.180108
-1287139.404940
-1287139.404940
-1287163.260076
-1287171.799462
-1287181.901789
-1287263.300464
-1287267.517595
-1287303.685408
-1287315.556478
-1287336.322932
-1287348.716500
-1287396.102104
-1287396.102104
-1287433.084308
-1287477.704681
-1287478.614007
-1287492.211247
-1287510.840503
-1287519.024614
-1287540.393782
-1287585.921187
-1287620.471165
-1287620.471165
-1287671.313577
-1287671.313577
-1287705.440525
-1287731.694833
-1287746.693445
-1287767.443442
-1287805.929150
-1287806.862472
-1287837.560737
-1287861.691177
-1287909.132853
-1287909.132853
-1287955.547081
-1287955.547081
-1287970.080088
-1287999.212189
-1288014.813520
-1288046.667703
-1288070.173665
-1288082.498052
-1288102.130251
-1288149.896598
-1288149.896598
-1288155.592780
-1288200.721569
-1288220.758619
-1288225.244815
-1288251.087258
-1288278.764425
-1288314.796275
-1288347.997053
-1288347.997053
-1288382.271026
-1288407.783219
-1288431.528350
-1288467.689168
-1288467.689168
-1288486.990016
-1288534.721336
-1288534.721336
-1288565.124012
-1288592.061433
-1288607.278743
-1288635.577904
-1288673.470196
-1288673.470196
-1288692.484063
-1288720.295245
-1288745.054378
-1288768.520041
-1288774.651513
-1288799.148787
-1288839.941503
-1288843.231889
-1288875.636005
-1288898.789007
-1288923.120291
-1288947.537317
-1288961.462524
-1288986.370793
-1289005.557226
-1289012.598726
-1289065.109287
-1289071.289407
-1289124.540473
-1289124.540473
-1289153.771001
-1289172.072359
-1289195.511620
-1289206.100438
-1289258.678578
-1289258.678578
-1289272.626729
-1289304.589152
-1289348.959917
-1289348.959917
-1289382.234684
-1289387.638651
-1289450.320898
-1289450.320898
-1289450.320898
-1289489.581818
-1289493.700026
-1289525.221233
-1289528.943106
-1289561.345396
-1289585.491159
-1289638.284402
-1289638.284402
-1289677.085988
-1289700.840022
-1289700.840022
-1289746.317987
-1289746.317987
-1289787.566178
-1289787.566178
-1289810.068470
-1289846.629492
-1289849.148637
-1289868.565574
-1289905.751720
-1289910.240293
-1289992.334978
-1289992.334978
-1289995.882668
-1290034.421624
-1290063.346886
-1290063.346886
-1290071.358637
-1290074.746522
-1290166.623199
-1290166.623199
-1290166.623199
-1290198.058990
-1290253.589210
-1290253.589210
-1290294.972726
-1290294.972726
-1290310.072882
-1290336.352691
-1290336.352691
-1290346.148986
-1290402.286350
-1290416.051730
-1290441.332766
-1290449.785607
-1290484.578419
-1290489.760024
-1290499.390726
-1290549.358764
-1290552.059635
-1290584.635329
-1290627.658182
-1290656.556640
-1290656.556640
-1290690.121072
-1290709.476091
-1290733.049406
-1290737.620050
-1290774.518066
-1290780.092879
-1290819.377497
-1290856.907929
-1290856.907929
-1290874.636690
-1290912.476617
-1290914.137736
-1290926.292539
-1290968.963269
-1290972.548816
-1291025.373448
-1291038.975852
-1291038.975852
-1291083.008024
-1291106.334285
-1291109.272352
-1291141.681221
-1291174.228699
-1291198.272146
-1291198.272146
-1291232.138113
-1291234.287305
-1291287.267105
-1291295.816202
-1291307.888938
-1291343.676378
-1291346.532528
-1291402.279116
-1291402.279116
-1291440.755288
-1291466.082178
-1291480.849734
-1291508.322368
-1291508.322368
-1291527.483552
-1291551.154929
-1291568.111839
-1291613.482334
-1291613.482334
-1291622.666273
-1291658.909653
-1291671.924974
-1291707.527066
-1291721.538548
-1291764.783526
-1291769.814731
-1291792.711620
-1291830.108557
-1291830.108557
-1291844.964186
-1291879.055826
-1291895.995681
-1291938.126424
-1291941.167760
-1291977.084206
-1292011.160400
-1292011.160400
-1292037.466294
-1292081.441307
-1292081.441307
-1292110.418119
-1292127.422269
-1292151.208492
-1292160.955891
-1292160.955891
-1292205.880987
-1292205.880987
-1292237.262108
-1292284.838386
-1292284.838386
-1292341.747857
-1292341.747857
-1292350.624915
-1292417.324507
-1292417.324507
-1292421.378718
-1292421.378718
-1292452.164407
-1292511.654441
-1292514.127980
-1292536.753378
-1292546.308857
-1292575.505880
-1292576.464376
-1292611.630344
-1292644.076435
-1292671.068515
-1292710.434678
-1292731.192527
-1292742.089688
-1292754.003528
-1292765.993630
-1292784.279982
-1292801.631060
-1292822.035154
-1292840.147730
-1292859.256244
-1292886.425173
-1292886.425173
-1292945.768063
-1292945.768063
-1293026.511955
-1293026.511955
-1293033.814144
-1293034.260207
-1293062.287796
-1293101.469723
-1293101.469723
-1293101.469723
-1293162.633857
-1293162.633857
-1293191.113315
-1293230.548153
-1293230.548153
-1293246.659882
-1293280.133360
-1293280.133360
-1293316.890741
-1293362.566057
-1293365.107505
-1293389.226070
-1293418.795914
-1293442.745940
-1293443.482324
-1293485.754534
-1293489.883364
-1293489.883364
-1293558.874793
-1293572.370617
-1293583.806282
-1293640.967855
-1293640.967855
-1293640.967855
-1293684.877390
-1293693.183164
-1293693.183164
-1293738.035202
-1293761.248028
-1293761.248028
-1293777.046055
-1293786.135736
-1293856.595313
-1293856.595313
-1293891.599683
-1293919.727688
-1293919.727688
-1293961.518873
-1293970.058063
-1293970.058063
-1293991.018214
-1294036.030148
-1294056.017898
-1294056.017898
-1294088.860373
-1294123.070093
-1294151.449391
-1294167.469215
-1294211.306567
-1294211.306567
-1294228.556103
-1294233.186859
-1294268.299694
-1294276.759185
-1294293.759185
-1294336.045691
-1294367.200439
-1294368.248566
-1294371.253545
-1294412.544161
-1294433.217519
-1294456.643077
-1294476.323852
-1294504.283392
-1294520.062704
-1294548.495496
-1294548.495496
-1294581.851690
-1294600.651920
-1294621.449006
-1294647.831432
-1294647.831432
-1294681.005125
-1294700.517497
-1294717.269250
-1294749.187252
-1294792.417663
-1294812.129228
-1294815.150341
-1294815.150341
-1294835.975724
-1294869.749212
-1294900.516266
-1294902.822030
-1294910.310256
-1294943.088487
-1294965.194450
-1294994.996333
-1295021.034458
-1295029.994640
-1295058.160165
-1295095.078332
-1295112.559978
-1295145.169107
-1295145.169107
-1295173.975755
-1295173.975755
-1295216.031196
-1295228.315143
-1295279.288157
-1295279.288157
-1295279.953701
-1295313.387381
-1295330.416980
-1295374.211079
-1295398.169586
-1295398.169586
-1295398.169586
-1295432.282990
-1295433.623439
-1295474.532681
-1295488.173885
-1295548.095840
-1295548.095840
-1295568.686845
-1295578.286964
-1295622.399517
-1295650.074489
-1295675.448940
-1295675.448940
-1295675.448940
-1295686.284019
-1295752.931608
-1295756.480656
-1295774.552516
-1295787.545624
-1295826.049316
-1295826.776892
-1295858.127444
-1295858.127444
-1295896.159711
-1295908.337178
-1295942.686777
-1295972.272150
-1296002.471308
-1296002.471308
-1296031.174584
-1296034.965060
-1296045.186996
-1296093.625854
-1296121.106291
-1296149.676376
-1296149.676376
-1296166.965411
-1296166.965411
-1296218.194674
-1296219.201766
-1296271.430375
-1296271.430375
-1296310.840076
-1296310.840076
-1296310.840076
-1296353.449648
-1296384.709825
-1296386.178010
-1296415.080367
-1296433.100297
-1296448.482238
-1296500.958732
-1296500.958732
-1296500.958732
-1296536.462007
-1296579.050750
-1296579.050750
-1296601.254905
-1296625.523697
-1296626.786728
-1296670.494689
-1296688.396455
-1296688.396455
-1296732.362077
-1296750.229139
-1296779.807306
-1296802.291726
-1296806.453610
-1296806.453610
-1296849.310922
-1296880.842584
-1296880.842584
-1296900.926607
-1296940.214007
-1296960.472210
-1296971.598802
-1296994.971154
-1297024.794375
-1297054.658684
-1297054.658684
-1297093.428693
-1297101.142591
-1297131.509577
-1297138.754944
-1297171.755763
-1297171.755763
-1297201.058478
-1297219.165414
-1297235.567359
-1297247.717650
-1297298.053144
-1297305.291972
-1297341.250232
-1297350.689845
-1297393.125816
-1297415.595466
-1297426.611444
-1297436.751784
-1297438.667639
-1297472.339906
-1297498.536153
-1297498.536153
-1297530.152311
-1297565.120553
-1297565.120553
-1297588.725988
-1297600.693184
-1297622.706816
-1297639.804872
-1297666.192835
-1297692.302991
-1297712.107778
-1297732.405330
-1297757.383544
-1297776.225669
-1297808.322622
-1297809.271287
-1297842.711062
-1297842.711062
-1297866.757365
-1297879.618725
-1297912.882953
-1297952.806900
-1297952.806900
-1297965.855936
-1298001.592259
-1298027.003466
-1298037.690944
-1298055.495760
-1298072.948041
-1298128.247143
-1298160.742849
-1298160.742849
-1298160.742849
-1298168.264937
-1298174.853664
-1298238.885823
-1298255.705115
-1298255.705115
-1298287.185117
-1298316.091327
-1298322.195235
-1298342.600782
-1298356.570429
-1298386.208291
-1298397.826006
-1298417.201873
-1298445.153538
-1298471.241859
-1298491.784269
-1298522.392223
-1298552.894748
-1298552.894748
-1298590.395920
-1298597.118378
-1298597.118378
-1298618.068884
-1298641.596642
-1298691.288314
-1298703.631439
-1298732.824691
-1298732.824691
-1298732.824691
-1298760.499925
-1298784.487000
-1298809.534232
-1298832.058148
-1298876.676268
-1298876.676268
-1298909.395280
-1298929.148436
-1298929.148436
-1298949.200753
-1298978.426762
-1298999.948880
-1299005.113061
-1299023.402577
-1299057.493433
-1299113.221352
-1299113.221352
-1299132.035625
-1299148.535688
-1299184.776327
-1299184.776327
-1299198.879429
-1299221.770531
-1299221.770531
-1299280.504261
-1299306.349211
-1299310.221740
-1299310.221740
-1299310.221740
-1299373.512170
-1299403.563295
-1299419.682864
-1299419.682864
-1299450.481173
-1299450.481173
-1299488.078296
-1299512.877500
-1299530.540271
-1299540.371327
-1299577.047317
-1299593.568754
-1299609.665039
-1299622.381972
-1299681.972498
-1299690.657365
-1299690.657365
-1299705.781093
-1299744.276765
-1299756.511075
-1299756.511075
-1299761.867203
-1299804.390608
-1299816.868112
-1299852.824724
-1299859.250074
-1299910.348456
-1299910.348456
-1299928.615842
-1299928.615842
-1299970.429184
-1299970.429184
-1300026.284117
-1300026.284117
-1300048.144892
-1300068.033785
-1300083.505533
-1300107.191850
-1300142.465198
-1300158.351136
-1300193.637484
-1300193.637484
-1300247.820344
-1300247.820344
-1300247.820344
-1300273.849136
-1300273.849136
-1300291.234716
-1300343.754953
-1300343.754953
-1300369.293490
-1300396.108386
-1300396.108386
-1300427.235771
-1300444.065038
-1300458.867661
-1300485.311503
-1300517.958679
-1300549.813394
-1300549.813394
-1300582.787468
-1300584.808013
-1300610.465062
-1300628.388481
-1300673.210962
-1300673.210962
-1300692.086818
-1300723.662966
-1300741.614132
-1300741.614132
-1300770.966714
-1300776.075164
-1300793.693850
-1300842.062242
-1300866.886552
-1300878.717588
-1300907.867742
-1300914.110970
-1300941.126872
-1300941.126872
-1300969.556630
-1300991.195241
-1301019.470237
-1301019.470237
-1301061.156390
-1301070.232980
-1301070.232980
-1301105.237724
-1301111.070769
-1301147.265413
-1301172.768894
-1301208.172648
-1301208.172648
-1301208.172648
-1301247.177242
-1301280.921283
-1301319.223784
-1301319.223784
-1301319.223784
-1301358.298762
-1301366.285598
-1301384.302397
-1301414.436522
-1301428.048501
-1301449.198555
-1301449.198555
-1301493.118238
-1301515.852854
-1301531.966335
-1301558.485338
-1301580.509371
-1301588.232203
-1301620.504018
-1301620.504018
-1301630.103493
-1301654.118901
-1301685.237087
-1301707.200888
-1301709.575132
-1301716.622841
-1301770.226068
-1301801.544304
-1301802.638061
-1301822.184134
-1301849.903044
-1301857.969337
-1301888.009572
-1301937.270728
-1301937.270728
-1301937.270728
-1301953.784045
-1301981.233288
-1302013.953160
-1302013.953160
-1302045.071326
-1302057.017942
-1302095.421732
-1302114.266022
-1302147.335476
-1302147.335476
-1302147.335476
-1302174.766428
-1302192.577821
-1302215.749593
-1302253.173117
-1302257.609206
-1302288.028475
-1302288.028475
-1302301.712749
-1302331.488963
-1302371.532726
-1302379.738433
-1302395.646548
-1302406.361950
-1302426.882562
-1302448.758881
-1302454.608920
-1302489.699143
-1302498.117322
-1302509.925481
-1302529.806440
-1302584.544374
-1302584.544374
-1302592.219185
-1302606.373160
-1302645.891644
-1302650.681696
-1302693.104263
-1302705.994672
-1302709.886214
-1302750.419739
-1302750.419739
-1302769.566737
-1302797.950568
-1302829.209479
-1302854.967555
-1302865.294647
-1302909.294179
-1302912.158901
-1302916.296801
-1302923.945772
-1302927.168659
-1302967.968514
-1303018.297152
-1303020.026955
-1303036.802903
-1303036.802903
-1303061.129136
-1303092.219213
-1303100.431417
-1303130.330902
-1303144.845601
-1303174.373074
-1303207.216142
-1303218.551210
-1303230.819551
-1303238.058066
-1303273.829408
-1303287.622391
-1303294.201806
-1303312.511924
-1303359.604525
-1303360.187089
-1303404.742034
-1303419.963603
-1303419.963603
-1303450.095531
-1303450.095531
-1303488.424509
-1303488.424509
-1303525.860345
-1303525.860345
-1303545.372883
-1303549.887207
-1303592.131355
-1303620.947396
-1303673.801215
-1303673.801215
-1303686.155362
-1303689.399159
-1303736.426056
-1303736.426056
-1303747.512640
-1303783.072651
-1303800.962950
-1303807.363867
-1303810.930724
-1303817.965856
-1303865.581377
-1303882.619981
-1303912.901266
-1303921.430537
-1303956.247235
-1303969.453889
-1303982.811728
-1303982.811728
-1304031.160159
-1304054.623133
-1304054.623133
-1304072.846102
-1304107.734032
-1304107.734032
-1304107.734032
-1304139.963283
-1304147.578375
-1304180.117502
-1304201.366159
-1304229.446558
-1304258.825156
-1304258.825156
-1304267.474431
-1304306.961584
-1304347.083880
-1304349.749266
-1304370.837973
-1304396.929927
-1304413.990808
-1304423.189952
-1304433.232480
-1304433.232480
-1304449.619181
-1304483.626180
-1304490.506135
-1304528.033817
-1304540.417105
-1304548.416217
-1304566.027339
-1304601.797383
-1304614.301959
-1304624.351455
-1304679.349623
-1304679.349623
-1304699.180633
-1304699.180633
-1304729.309823
-1304731.901939
-1304760.403789
-1304788.151073
-1304797.434306
-1304821.694575
-1304866.126823
-1304870.643385
-1304889.892919
-1304905.421282
-1304905.421282
-1304942.909108
-1304968.747308
-1305002.125368
-1305002.125368
-1305024.171738
-1305024.171738
-1305034.676947
-1305056.570502
-1305080.027648
-1305128.466846
-1305128.466846
-1305151.867309
-1305151.867309
-1305190.783655
-1305206.706811
-1305235.003520
-1305262.660647
-1305262.660647
-1305262.660647
-1305305.518063
-1305323.914747
-1305331.375104
-1305331.375104
-1305361.026338
-1305391.846541
-1305396.397906
-1305411.438402
-1305438.273875
-1305479.069028
-1305482.810413
-1305498.226029
-1305536.591458
-1305567.025802
-1305567.259873
-1305583.675547
-1305615.217731
-1305615.217731
-1305615.217731
-1305647.249283
-1305655.527917
-1305695.743990
-1305698.471148
-1305735.073741
-1305744.764388
-1305781.890899
-1305781.890899
-1305803.054119
-1305828.301342
-1305828.301342
-1305870.356766
-1305870.356766
-1305897.799094
-1305916.135180
-1305916.135180
-1305923.101841
-1305923.101841
-1305991.607967
-1306009.850430
-1306028.378209
-1306037.276237
-1306082.036393
-1306082.036393
-1306113.045781
-1306123.897788
-1306123.897788
-1306145.098630
-1306163.597289
-1306167.894723
-1306228.293208
-1306228.293208
-1306256.833129
-1306256.833129
-1306278.976197
-1306296.371657
-1306312.559218
-1306355.259562
-1306365.648722
-1306365.648722
-1306395.450439
-1306437.752720
-1306445.276604
-1306448.025915
-1306480.217829
-1306499.236216
-1306512.360046
-1306515.996859
-1306545.985950
-1306545.985950
-1306583.793236
-1306586.851697
-1306616.945986
-1306647.268761
-1306662.989571
-1306666.974400
-1306707.939226
-1306707.939226
-1306751.936022
-1306760.140554
-1306760.140554
-1306785.562315
-1306821.149998
-1306830.532639
-1306838.263507
-1306868.007119
-1306900.348787
-1306900.348787
-1306931.482861
-1306947.189616
-1306964.829456
-1306972.995558
-1307003.038217
-1307019.265119
-1307019.265119
-1307019.265119
-1307067.288257
-1307067.288257
-1307081.826518
-1307134.576984
-1307142.727213
-1307162.556780
-1307199.879195
-1307199.879195
-1307203.114104
-1307244.143765
-1307267.056961
-1307267.056961
-1307295.938860
-1307297.767324
-1307315.402176
-1307334.166618
-1307358.663645
-1307360.529079
-1307405.472302
-1307422.327233
-1307438.654431
-1307447.016335
-1307468.940181
-1307488.828128
-1307532.520701
-1307541.903302
-1307577.385475
-1307577.929254
-1307578.213250
-1307596.880706
-1307620.042409
-1307631.524843
-1307660.020073
-1307693.317369
-1307698.261365
-1307712.784393
-1307736.597636
-1307772.349228
-1307772.349228
-1307783.784587
-1307803.241887
-1307841.004511
-1307851.883478
-1307851.883478
-1307884.069783
-1307898.811051
-1307911.958065
-1307933.625795
-1307969.505734
-1307983.259911
-1308006.769792
-1308006.769792
-1308016.058231
-1308042.615170
-1308049.706451
-1308087.014646
-1308107.102110
-1308107.102110
-1308158.039611
-1308160.279422
-1308223.065487
-1308223.065487
-1308223.065487
-1308231.846174
-1308252.896451
-1308261.511575
-1308299.933383
-1308299.933383
-1308316.023105
-1308350.558028
-1308350.558028
-1308383.425855
-1308397.125756
-1308405.428872
-1308437.323991
-1308465.075025
-1308478.133699
-1308505.348067
-1308510.486600
-1308510.486600
-1308545.033218
-1308546.535995
-1308592.204182
-1308592.204182
-1308607.496778
-1308628.316643
-1308664.573156
-1308685.506862
-1308699.944304
-1308711.557338
-1308723.022219
-1308723.022219
-1308771.806767
-1308791.768968
-1308838.752892
-1308838.752892
-1308857.535501
-1308862.960637
-1308877.256238
-1308877.256238
-1308887.364052
-1308918.932463
-1308918.932463
-1308952.302985
-1308991.007727
-1309024.250690
-1309024.250690
-1309043.031332
-1309068.257551
-1309081.867620
-1309081.867620
-1309120.861010
-1309120.861010
-1309169.408502
-1309169.408502
-1309173.490300
-1309184.069770
-1309232.165752
-1309254.676331
-1309256.902377
-1309258.179558
-1309295.556412
-1309331.679190
-1309331.679190
-1309331.679190
-1309365.208904
-1309367.779845
-1309375.032567
-1309393.014224
-1309442.709868
-1309442.709868
-1309468.353417
-1309484.157778
-1309484.157778
-1309525.425786
-1309556.382995
-1309562.664113
-1309562.664113
-1309608.954855
-1309639.955255
-1309648.384698
-1309696.691710
-1309696.691710
-1309696.691710
-1309708.133467
-1309743.604102
-1309749.217030
-1309749.217030
-1309796.625794
-1309796.625794
-1309805.993065
-1309807.524829
-1309845.222844
-1309866.379457
-1309879.398726
-1309879.398726
-1309916.580070
-1309924.620532
-1309978.341854
-1309978.341854
-1310007.625350
-1310007.625350
-1310064.118694
-1310064.118694
-1310064.118694
-1310074.190292
-1310090.793870
-1310134.882832
-1310140.070960
-1310170.682056
-1310170.682056
-1310178.106538
-1310213.734419
-1310213.734419
-1310254.201340
-1310274.442593
-1310274.442593
-1310294.053762
-1310295.068094
-1310321.560324
-1310371.975443
-1310373.919298
-1310373.919298
-1310402.600731
-1310433.243219
-1310474.677585
-1310474.677585
-1310479.557788
-1310488.366973
-1310519.550505
-1310523.378394
-1310523.378394
-1310567.598418
-1310579.239018
-1310599.417687
-1310631.215909
-1310631.215909
-1310678.671376
-1310678.671376
-1310682.868608
-1310705.268993
-1310709.759831
-1310741.806982
-1310769.470441
-1310789.695041
-1310795.709480
-1310802.741263
-1310810.519070
-1310878.193132
-1310878.193132
-1310878.193132
-1310881.190291
-1310900.710264
-1310965.247276
-1310965.247276
-1310965.247276
-1310996.114960
-1311000.525795
-1311051.747646
-1311051.747646
-1311080.450134
-1311101.988192
-1311101.988192
-1311108.120940
-1311148.023580
-1311190.924065
-1311190.924065
-1311190.924065
-1311218.737817
-1311231.300263
-1311244.087272
-1311262.557863
-1311287.642818
-1311315.580730
-1311348.110559
-1311348.110559
-1311381.917490
-1311381.917490
-1311393.475414
-1311416.526557
-1311448.094545
-1311448.094545
-1311448.094545
-1311472.832129
-1311472.832129
-1311502.592074
-1311549.740392
-1311549.740392
-1311580.613332
-1311594.556170
-1311622.396771
-1311635.549045
-1311635.549045
-1311674.023382
-1311674.023382
-1311689.337508
-1311689.337508
-1311740.543926
-1311740.543926
-1311740.543926
-1311782.758364
-1311814.029291
-1311820.141642
-1311823.571957
-1311873.227153
-1311874.440859
-1311874.440859
-1311896.691160
-1311933.586403
-1311946.814465
-1311952.264202
-1311965.579687
-1312002.785101
-1312033.167666
-1312044.231074
-1312044.231074
-1312066.039704
-1312085.404497
-1312088.812780
-1312088.812780
-1312143.067996
-1312167.509837
-1312178.664302
-1312197.745107
-1312219.760679
-1312249.262174
-1312249.262174
-1312252.745925
-1312312.163329
-1312312.163329
-1312312.163329
-1312322.919514
-1312349.831810
-1312386.359391
-1312388.414727
-1312394.180633
-1312431.621294
-1312440.665287
-1312466.822945
-1312466.822945
-1312484.745763
-1312495.146167
-1312517.132250
-1312560.181921
-1312568.459941
-1312591.611927
-1312599.865092
-1312599.865092
-1312629.193288
-1312668.072445
-1312668.072445
-1312680.690126
-1312704.938759
-1312722.734944
-1312753.454905
-1312760.287350
-1312794.551460
-1312794.551460
-1312802.193561
-1312826.062541
-1312842.771101
-1312842.771101
-1312892.429827
-1312897.320197
-1312926.488943
-1312926.995695
-1312961.391472
-1312969.136480
-1312976.746246
-1312999.841769
-1313014.225262
-1313031.939017
-1313051.632446
-1313059.041146
-1313090.173931
-1313090.173931
-1313128.731915
-1313128.731915
-1313144.272570
-1313192.418058
-1313192.418058
-1313208.140813
-1313220.413794
-1313255.883465
-1313255.883465
-1313287.701673
-1313301.680309
-1313314.414747
-1313348.327963
-1313348.327963
-1313387.463127
-1313387.463127
-1313401.274655
-1313408.548422
-1313451.931621
-1313466.633535
-1313493.892695
-1313493.892695
-1313522.378218
-1313522.378218
-1313557.786930
-1313570.885311
-1313570.885311
-1313584.112734
-1313618.395720
-1313636.752413
-1313636.752413
-1313660.221436
-1313674.906092
-1313716.039331
-1313749.348534
-1313749.348534
-1313788.919896
-1313788.919896
-1313788.919896
-1313817.877189
-1313830.357906
-1313840.583717
-1313862.298695
-1313870.889553
-1313892.271946
-1313907.937588
-1313916.767685
-1313936.138232
-1313974.902354
-1313979.545888
-1314018.224752
-1314018.224752
-1314048.821785
-1314048.821785
-1314066.102931
-1314081.903676
-1314101.543582
-1314119.073447
-1314122.699656
-1314159.203349
-1314192.464543
-1314192.464543
-1314221.683955
-1314221.683955
-1314255.901719
-1314263.736979
-1314274.798000
-1314274.798000
-1314323.209205
-1314343.624521
-1314363.140226
-1314363.140226
-1314384.213939
-1314431.831648
-1314431.831648
-1314443.177516
-1314471.838073
-1314471.838073
-1314489.266647
-1314494.082358
-1314521.908210
-1314538.868644
-1314583.931756
-1314583.931756
-1314597.441522
-1314612.753801
-1314633.006431
-1314633.006431
-1314663.341357
-1314666.868218
-1314723.146031
-1314723.146031
-1314729.296405
-1314762.047284
-1314762.047284
-1314797.962409
-1314808.896298
-1314817.154610
-1314830.828953
-1314837.213353
-1314850.383455
-1314890.866337
-1314903.893636
-1314935.995169
-1314935.995169
-1314974.485496
-1314984.641770
-1314996.274791
-1314996.274791
-1315010.795573
-1315028.877729
-1315055.296619
-1315089.214886
-1315089.214886
-1315113.975157
-1315152.626266
-1315152.626266
-1315171.926049
-1315190.735218
-1315192.943105
-1315211.753452
-1315211.753452
-1315249.158295
-1315276.795983
-1315276.795983
-1315313.016972
-1315313.016972
-1315329.478440
-1315351.707263
-1315381.187876
-1315381.187876
-1315408.103360
-1315417.273314
-1315451.675803
-1315463.157021
-1315476.490903
-1315516.172305
-1315527.845082
-1315528.827399
-1315541.943475
-1315553.750375
-1315588.037510
-1315588.037510
-1315591.161754
-1315616.509107
-1315616.509107
-1315677.145767
-1315677.145767
-1315723.814312
-1315723.814312
-1315723.814312
-1315723.814312
-1315769.057892
-1315795.719016
-1315815.501281
-1315815.501281
-1315833.516685
-1315870.970100
-1315870.970100
-1315871.542780
-1315914.297913
-1315915.667570
-1315959.172118
-1315960.433481
-1315960.433481
-1315992.659518
-1316020.162194
-1316020.162194
-1316046.788010
-1316071.541889
-1316071.541889
-1316098.495262
-1316116.343478
-1316125.336609
-1316165.934373
-1316165.934373
-1316165.934373
-1316203.421899
-1316206.523076
-1316238.606604
-1316238.606604
-1316270.414260
-1316288.186678
-1316288.186678
-1316307.254636
-1316334.388032
-1316372.932132
-1316372.932132
-1316377.482364
-1316430.997909
-1316447.269798
-1316457.981153
-1316457.981153
-1316469.114996
-1316485.560296
-1316504.085690
-1316523.670594
-1316527.660049
-1316534.443867
-1316565.972337
-1316578.994010
-1316626.310190
-1316631.369707
-1316634.420547
-1316656.144607
-1316671.566805
-1316686.828672
-1316721.287987
-1316752.657569
-1316752.657569
-1316752.657569
-1316783.797584
-1316815.122073
-1316815.122073
-1316819.090855
-1316871.147712
-1316907.170251
-1316907.170251
-1316907.170251
-1316925.676613
-1316942.247594
-1316949.819781
-1316971.908436
-1316987.087326
-1317001.091900
-1317004.189713
-1317004.541102
-1317023.469799
-1317070.968156
-1317072.253911
-1317131.836197
-1317131.836197
-1317131.836197
-1317185.035808
-1317185.035808
-1317185.035808
-1317232.755331
-1317232.755331
-1317249.594855
-1317249.594855
-1317301.642403
-1317301.642403
-1317325.865499
-1317325.865499
-1317353.120537
-1317363.158975
-1317401.635123
-1317401.635123
-1317401.635123
-1317431.105714
-1317457.400257
-1317457.400257
-1317462.464388
-1317478.574656
-1317519.204633
-1317536.860383
-1317536.860383
-1317564.748557
-1317582.058697
-1317585.351361
-1317630.690344
-1317630.690344
-1317659.327219
-1317671.243531
-1317696.724677
-1317721.825189
-1317721.825189
-1317733.612200
-1317757.211652
-1317757.211652
-1317793.473704
-1317793.473704
-1317819.360435
-1317839.582163
-1317863.798453
-1317877.004399
-1317877.004399
-1317907.772022
-1317909.756147
-1317938.327448
-1317951.905773
-1317971.497825
-1318008.844422
-1318008.844422
-1318025.840072
-1318043.182845
-1318054.871781
-1318085.322691
-1318085.601063
-1318113.638117
-1318148.075744
-1318148.075744
-1318162.752414
-1318164.277123
-1318183.653414
-1318201.948553
-1318224.231534
-1318243.858124
-1318246.943993
-1318299.567569
-1318299.567569
-1318319.616708
-1318324.546181
-1318348.283891
-1318352.569844
-1318376.653309
-1318409.313162
-1318409.313162
-1318409.895212
-1318445.445945
-1318448.250332
-1318502.870374
-1318502.870374
-1318502.870374
-1318539.522276
-1318567.204834
-1318571.235504
-1318587.384624
-1318608.640610
-1318627.718764
-1318627.718764
-1318627.718764
-1318677.584338
-1318677.584338
-1318694.736318
-1318726.389040
-1318728.152859
-1318748.695952
-1318763.807135
-1318812.317941
-1318812.317941
-1318844.240010
-1318844.240010
-1318844.240010
-1318850.703077
-1318854.964019
-1318906.056653
-1318931.986145
-1318934.174090
-1318970.935450
-1318970.935450
-1319000.991864
-1319007.874966
-1319038.938269
-1319038.938269
-1319038.938269
-1319074.784410
-1319074.784410
-1319085.788058
-1319101.175226
-1319118.561525
-1319152.922679
-1319162.248054
-1319184.294876
-1319191.896081
-1319209.667305
-1319235.380963
-1319235.380963
-1319291.467414
-1319291.467414
-1319294.587825
-1319311.876679
-1319332.840431
-1319338.992891
-1319349.658851
-1319387.485602
-1319387.485602
-1319406.730528
-1319406.730528
-1319465.392340
-1319474.019530
-1319474.019530
-1319508.278922
-1319508.278922
-1319547.886846
-1319547.886846
-1319575.432803
-1319575.432803
-1319611.674696
-1319611.674696
-1319612.573301
-1319635.835494
-1319662.149506
-1319672.039611
-1319680.806680
-1319690.526150
-1319706.849454
-1319778.352846
-1319778.352846
-1319778.352846
-1319778.352846
-1319801.011284
-1319825.373993
-1319826.412174
-1319855.649897
-1319855.649897
-1319909.172279
-1319909.172279
-1319915.067064
-1319937.507003
-1319975.072400
-1319990.105556
-1320007.388352
-1320007.388352
-1320037.747414
-1320054.267470
-1320059.289692
-1320059.289692
-1320073.538106
-1320110.540209
-1320135.146728
-1320157.515457
-1320157.515457
-1320157.515457
-1320195.686836
-1320195.686836
-1320212.003078
-1320219.585362
-1320260.506243
-1320268.865680
-1320268.865680
-1320272.547188
-1320300.882407
-1320300.882407
-1320349.527097
-1320394.405741
-1320394.405741
-1320400.313691
-1320400.313691
-1320400.313691
-1320424.726171
-1320458.991657
-1320488.795754
-1320493.838047
-1320498.828096
-1320540.261280
-1320544.603089
-1320588.928127
-1320588.928127
-1320592.249809
-1320594.107293
-1320647.823208
-1320662.861543
-1320666.008121
-1320666.008121
-1320696.452873
-1320696.452873
-1320731.360701
-1320734.148338
-1320758.352853
-1320758.352853
-1320791.820271
-1320813.080283
-1320831.905127
-1320855.909144
-1320855.909144
-1320855.909144
-1320887.575888
-1320905.454145
-1320915.810214
-1320915.810214
-1320947.335589
-1320967.679916
-1320970.733143
-1320991.134865
-1321024.877340
-1321066.999126
-1321079.585972
-1321079.585972
-1321082.099878
-1321091.446985
-1321133.004198
-1321133.135634
-1321184.504920
-1321184.504920
-1321184.504920
-1321191.106560
-1321210.413014
-1321252.899388
-1321252.899388
-1321252.899388
-1321270.735460
-1321283.537345
-1321342.401923
-1321342.401923
-1321350.741069
-1321352.483933
-1321366.076187
-1321375.141895
-1321423.681105
-1321427.854766
-1321443.602621
-1321443.931632
-1321466.176416
-1321492.469807
-1321521.049846
-1321521.679452
-1321542.282811
-1321576.176625
-1321576.176625
-1321576.176625
-1321620.210253
-1321624.540625
-1321641.552248
-1321660.263899
-1321689.613241
-1321715.685157
-1321716.597006
-1321744.155751
-1321744.155751
-1321745.181737
-1321751.364338
-1321785.358211
-1321793.882672
-1321816.759258
-1321828.491431
-1321859.045811
-1321859.045811
-1321897.998706
-1321901.402156
-1321901.402156
-1321935.034472
-1321956.349121
-1321956.349121
-1321956.349121
-1322002.281259
-1322002.281259
-1322019.522522
-1322023.473501
-1322075.574485
-1322083.242660
-1322090.202272
-1322114.081162
-1322119.558847
-1322142.095763
-1322163.829550
-1322183.964224
-1322183.964224
-1322224.555290
-1322249.826774
-1322249.826774
-1322249.826774
-1322249.826774
-1322269.812897
-1322291.501673
-1322300.931467
-1322310.755150
-1322341.222810
-1322364.010655
-1322368.834411
-1322399.189323
-1322399.189323
-1322452.835433
-1322452.835433
-1322454.933553
-1322486.238631
-1322498.509312
-1322518.694528
-1322523.963091
-1322538.545765
-1322541.455087
-1322567.055858
-1322618.945704
-1322618.945704
-1322618.945704
-1322639.867337
-1322653.472302
-1322694.989495
-1322694.989495
-1322706.831602
-1322752.512886
-1322752.512886
-1322758.298482
-1322764.040695
-1322794.659160
-1322794.659160
-1322814.680395
-1322815.283746
-1322824.931897
-1322853.960837
-1322855.156488
-1322893.795724
-1322914.596349
-1322934.876081
-1322934.876081
-1322950.626894
-1322966.904945
-1323019.019798
-1323019.019798
-1323049.883944
-1323049.883944
-1323051.227500
-1323058.528124
-1323064.316759
-1323115.219779
-1323124.617479
-1323143.509481
-1323155.090565
-1323165.235329
-1323165.235329
-1323186.897060
-1323212.582848
-1323240.838296
-1323241.184539
-1323285.686289
-1323285.686289
-1323311.040122
-1323311.040122
-1323345.552952
-1323345.552952
-1323353.317692
-1323354.370797
-1323376.233690
-1323428.535067
-1323438.525000
-1323444.213601
-1323451.787302
-1323456.791032
-1323494.063709
-1323506.124164
-1323506.668377
-1323526.129011
-1323553.378841
-1323553.378841
-1323570.857049
-1323594.625020
-1323594.625020
-1323622.623767
-1323637.845623
-1323678.877524
-1323689.275574
-1323694.406394
-1323713.893210
-1323720.172883
-1323748.862494
-1323748.862494
-1323785.424598
-1323791.322856
-1323811.008430
-1323821.530210
-1323841.850046
-1323862.335322
-1323869.481690
-1323869.481690
-1323877.718932
-1323889.586313
-1323921.501958
-1323945.436087
-1323961.806318
-1323984.643471
-1323984.643471
-1324000.481403
-1324016.995417
-1324024.928038
-1324068.346413
-1324068.346413
-1324091.258458
-1324098.976266
-1324132.897256
-1324132.897256
-1324156.308416
-1324187.013954
-1324187.013954
-1324189.836264
-1324202.823707
-1324244.695672
-1324244.695672
-1324298.224423
-1324298.224423
-1324298.224423
-1324319.839206
-1324319.839206
-1324319.839206
-1324358.320999
-1324361.427900
-1324385.732627
-1324419.906409
-1324433.471873
-1324433.471873
-1324451.841381
-1324463.841594
-1324473.239921
-1324475.591680
-1324523.006373
-1324531.624017
-1324531.624017
-1324556.960404
-1324560.641331
-1324564.645769
-1324596.086796
-1324632.499732
-1324685.846535
-1324685.846535
-1324685.846535
-1324685.846535
-1324706.555241
-1324724.957534
-1324753.108118
-1324759.688440
-1324759.688440
-1324792.594768
-1324792.594768
-1324792.594768
-1324806.832617
-1324827.853856
-1324854.189815
-1324874.568778
-1324916.124409
-1324916.124409
-1324927.037978
-1324941.181177
-1324985.697147
-1324985.697147
-1324985.697147
-1325002.693947
-1325002.693947
-1325021.277269
-1325021.277269
-1325087.941882
-1325087.941882
-1325087.941882
-1325114.824516
-1325134.414402
-1325135.244928
-1325156.961965
-1325157.026155
-1325188.957207
-1325199.343651
-1325221.084752
-1325252.377307
-1325252.377307
-1325273.217175
-1325273.217175
-1325273.217175
-1325308.169792
-1325308.169792
-1325352.495102
-1325352.495102
-1325367.426933
-1325396.206009
-1325397.861303
-1325397.861303
-1325417.301196
-1325423.546920
-1325462.336843
-1325462.336843
-1325502.564869
-1325502.564869
-1325548.017968
-1325548.017968
-1325567.298381
-1325567.298381
-1325577.283593
-1325577.283593
-1325619.769394
-1325636.262313
-1325636.262313
-1325659.258526
-1325677.987921
-1325677.987921
-1325696.417981
-1325708.812685
-1325730.090990
-1325756.546407
-1325756.546407
-1325756.546407
-1325783.415812
-1325815.057967
-1325820.344886
-1325839.983471
-1325865.555176
-1325865.555176
-1325866.131827
-1325886.170118
-1325928.380037
-1325928.380037
-1325954.084706
-1325965.930922
-1325994.693214
-1325999.405258
-1325999.405258
-1326028.227716
-1326039.492278
-1326058.435225
-1326058.435225
-1326102.364357
-1326116.669438
-1326116.669438
-1326116.669438
-1326149.022275
-1326152.722175
-1326180.446349
-1326195.356386
-1326200.148575
-1326248.159650
-1326288.353927
-1326288.353927
-1326288.353927
-1326288.353927
-1326292.281810
-1326292.281810
-1326301.766577
-1326319.493704
-1326349.835534
-1326356.769247
-1326390.486832
-1326420.504352
-1326420.504352
-1326420.504352
-1326450.980883
-1326463.093828
-1326488.713800
-1326501.144587
-1326509.697072
-1326511.336612
-1326540.868966
-1326540.868966
-1326589.968038
-1326589.968038
-1326589.968038
-1326621.544456
-1326621.544456
-1326639.344066
-1326661.863102
-1326671.729991
-1326703.401354
-1326703.401354
-1326711.138983
-1326717.250719
-1326768.962112
-1326770.089124
-1326814.226765
-1326814.226765
-1326814.226765
-1326814.226765
-1326834.085271
-1326834.085271
-1326888.432825
-1326896.577540
-1326896.577540
-1326926.727205
-1326926.727205
-1326950.536774
-1326950.536774
-1326959.070844
-1326975.515860
-1327021.855204
-1327031.517722
-1327031.517722
-1327038.421661
-1327044.937505
-1327077.163231
-1327077.163231
-1327077.163231
-1327099.645381
-1327110.502650
-1327157.914957
-1327187.607329
-1327187.607329
-1327189.694492
-1327201.355560
-1327241.576435
-1327241.576435
-1327251.018535
-1327276.602459
-1327295.324508
-1327295.324508
-1327296.283174
-1327325.511106
-1327347.782426
-1327347.782426
-1327365.156999
-1327369.193713
-1327396.908956
-1327411.828668
-1327434.202377
-1327453.383556
-1327481.491129
-1327481.491129
-1327481.491129
-1327525.671698
-1327534.388256
-1327539.308099
-1327543.616697
-1327558.642661
-1327576.136139
-1327593.698076
-1327627.686258
-1327627.686258
-1327636.142651
-1327647.419969
-1327670.497543
-1327682.972694
-1327687.296870
-1327711.478451
-1327728.649367
-1327728.649367
-1327742.658965
-1327757.439719
-1327800.683611
-1327830.550923
-1327830.823380
-1327830.823380
-1327856.848900
-1327856.848900
-1327881.454807
-1327882.821863
-1327906.633273
-1327906.633273
-1327939.183725
-1327967.210861
-1327976.604378
-1327979.065636
-1327979.065636
-1327988.503215
-1328023.467585
-1328031.757375
-1328056.424729
-1328060.349912
-1328088.750349
-1328088.750349
-1328104.104535
-1328104.104535
-1328117.148381
-1328127.273030
-1328167.375660
-1328167.375660
-1328190.868814
-1328248.306227
-1328248.306227
-1328248.306227
-1328251.077568
-1328291.600731
-1328300.165272
-1328300.165272
-1328324.553344
-1328334.988341
-1328369.407405
-1328369.407405
-1328388.646123
-1328388.646123
-1328388.646123
-1328388.646123
-1328427.569587
-1328440.908300
-1328470.699816
-1328470.699816
-1328515.360169
-1328515.360169
-1328528.825031
-1328528.825031
-1328558.804141
-1328575.761046
-1328595.114774
-1328611.980656
-1328615.275535
-1328615.275535
-1328634.998665
-1328634.998665
-1328658.963481
-1328660.580826
-1328692.432360
-1328696.389638
-1328724.180431
-1328728.124903
-1328748.297505
-1328773.905288
-1328790.598311
-1328790.598311
-1328798.115496
-1328833.144809
-1328833.144809
-1328835.613132
-1328867.520364
-1328909.109664
-1328909.496408
-1328926.955083
-1328934.129319
-1328934.129319
-1328970.525567
-1328977.475150
-1328997.973255
-1329028.253028
-1329028.253028
-1329028.253028
-1329040.026731
-1329046.616942
-1329079.405943
-1329085.858429
-1329110.002359
-1329110.002359
-1329146.210622
-1329146.210622
-1329150.647077
-1329161.214567
-1329161.636443
-1329184.322928
-1329222.734017
-1329235.849318
-1329235.849318
-1329268.439707
-1329308.053157
-1329308.053157
-1329309.192503
-1329333.576779
-1329333.576779
-1329355.145997
-1329366.412086
-1329393.831233
-1329399.410568
-1329427.723191
-1329427.723191
-1329448.147940
-1329463.688809
-1329468.402286
-1329486.954263
-1329497.099060
-1329541.719609
-1329541.719609
-1329541.719609
-1329541.719609
-1329547.595573
-1329602.173725
-1329602.173725
-1329644.434961
-1329644.434961
-1329644.434961
-1329658.240085
-1329674.298456
-1329674.298456
-1329681.513887
-1329731.633997
-1329731.633997
-1329749.076319
-1329768.366256
-1329768.366256
-1329771.688512
-1329790.660475
-1329813.934168
-1329813.934168
-1329844.459420
-1329864.069743
-1329864.069743
-1329870.015246
-1329906.800160
-1329935.970850
-1329935.970850
-1329968.841117
-1329968.841117
-1329968.841117
-1329976.904570
-1329980.933749
-1330003.884466
-1330003.884466
-1330060.649492
-1330068.303023
-1330068.303023
-1330068.303023
-1330120.554679
-1330120.554679
-1330121.246531
-1330165.277233
-1330165.277233
-1330170.105937
-1330185.396777
-1330186.443035
-1330195.838706
-1330235.413183
-1330264.655057
-1330274.148957
-1330274.148957
-1330305.695982
-1330307.109187
-1330307.109187
-1330319.199200
-1330352.812777
-1330354.161972
-1330385.225088
-1330385.225088
-1330385.225088
-1330411.762337
-1330428.154481
-1330433.193397
-1330459.465383
-1330459.465383
-1330471.343717
-1330476.573313
-1330524.388429
-1330524.388429
-1330557.789917
-1330557.789917
-1330561.630143
-1330589.566038
-1330589.566038
-1330609.509190
-1330609.509190
-1330645.639139
-1330690.939213
-1330715.039033
-1330716.906163
-1330716.906163
-1330716.906163
-1330716.906163
-1330728.791782
-1330766.101149
-1330780.973721
-1330780.973721
-1330797.587689
-1330810.107785
-1330831.458732
-1330846.781058
-1330846.781058
-1330861.860556
-1330861.860556
-1330901.906693
-1330901.906693
-1330904.273615
-1330922.068003
-1330936.066760
-1330962.085933
-1330962.085933
-1330970.829891
-1331001.521430
-1331041.017006
-1331046.436128
-1331046.436128
-1331076.220825
-1331076.220825
-1331099.741107
-1331125.644724
-1331128.879379
-1331128.879379
-1331132.819313
-1331164.777463
-1331164.777463
-1331170.989786
-1331201.663104
-1331201.663104
-1331201.663104
-1331222.846575
-1331248.892451
-1331255.350173
-1331264.676132
-1331311.673991
-1331311.673991
-1331334.037995
-1331334.037995
-1331367.010448
-1331375.903046
-1331382.977455
-1331401.973716
-1331410.058962
-1331435.379781
-1331435.379781
-1331452.591635
-1331465.716210
-1331465.716210
-1331479.632993
-1331497.257599
-1331523.904594
-1331531.882484
-1331572.169635
-1331572.169635
-1331594.056933
-1331594.056933
-1331597.610256
-1331601.215820
-1331625.484519
-1331625.484519
-1331646.387529
-1331683.398271
-1331683.398271
-1331683.398271
-1331693.084594
-1331716.055107
-1331748.592910
-1331767.121284
-1331767.121284
-1331770.182788
-1331791.592182
-1331817.435266
-1331823.899727
-1331850.086750
-1331850.086750
-1331850.086750
-1331870.917631
-1331893.517945
-1331909.753339
-1331913.835968
-1331930.799125
-1331964.727955
-1331964.727955
-1331964.727955
-1331968.251138
-1332003.166251
-1332003.166251
-1332025.371310
-1332031.810951
-1332048.472701
-1332071.403689
-1332085.697087
-1332085.697087
-1332108.173148
-1332133.961169
-1332135.469239
-1332161.547894
-1332161.547894
-1332186.419645
-1332186.419645
-1332193.923929
-1332195.019528
-1332229.710735
-1332253.958639
-1332263.028340
-1332276.554506
-1332290.033435
-1332290.033435
-1332290.033435
-1332316.611764
-1332342.261114
-1332351.446965
-1332363.975332
-1332374.787748
-1332419.638550
-1332419.638550
-1332419.638550
-1332432.388641
-1332455.316567
-1332455.316567
-1332466.332912
-1332482.340645
-1332494.003439
-1332540.179423
-1332540.179423
-1332540.209181
-1332540.209181
-1332568.375609
-1332585.686811
-1332604.456787
-1332626.350138
-1332626.350138
-1332644.338351
-1332657.429800
-1332703.415795
-1332703.415795
-1332703.415795
-1332712.039665
-1332724.095347
-1332743.472836
-1332754.643485
-1332759.789044
-1332764.441525
-1332822.857187
-1332822.857187
-1332847.205678
-1332847.205678
-1332847.205678
-1332847.205678
-1332862.119375
-1332892.339523
-1332892.339523
-1332930.349471
-1332930.349471
-1332950.084078
-1332950.084078
-1332950.084078
-1332984.555320
-1332990.851682
-1333005.552146
-1333005.552146
-1333044.866869
-1333044.866869
-1333089.376315
-1333089.376315
-1333089.961701
-1333099.512656
-1333133.979537
-1333133.979537
-1333151.871911
-1333157.130867
-1333173.100016
-1333198.661335
-1333217.264932
-1333245.595872
-1333245.595872
-1333245.595872
-1333268.291988
-1333268.291988
-1333304.234232
-1333304.234232
-1333304.234232
-1333304.234232
-1333330.038535
-1333330.038535
-1333373.177790
-1333390.425193
-1333390.425193
-1333421.677062
-1333421.677062
-1333421.677062
-1333421.677062
-1333428.453799
-1333440.639035
-1333484.337709
-1333487.168812
-1333520.484645
-1333523.554304
-1333525.048226
-1333535.373058
-1333549.069484
-1333572.286501
-1333592.051205
-1333592.051205
-1333614.518747
-1333626.355490
-1333655.952191
-1333655.952191
-1333674.348699
-1333681.951794
-1333681.951794
-1333708.916905
-1333711.688706
-1333734.906144
-1333756.115786
-1333801.216672
-1333801.216672
-1333801.216672
-1333801.216672
-1333813.564780
-1333813.564780
-1333857.989529
-1333857.989529
-1333865.723124
-1333865.723124
-1333910.198290
-1333928.276429
-1333933.855611
-1333961.800135
-1333961.800135
-1333976.485276
-1333976.485276
-1333976.485276
-1334002.575194
-1334041.572570
-1334041.572570
-1334062.122480
-1334062.122480
-1334062.122480
-1334095.105098
-1334124.513400
-1334124.513400
-1334140.147445
-1334140.147445
-1334188.042617
-1334188.042617
-1334188.042617
-1334188.042617
-1334210.732788
-1334210.732788
-1334226.405993
-1334244.574544
-1334250.564673
-1334292.952356
-1334294.586888
-1334315.767293
-1334315.843905
-1334338.778348
-1334339.072804
-1334339.072804
-1334389.601107
-1334389.601107
-1334389.601107
-1334389.601107
-1334400.120338
-1334419.427758
-1334423.747343
-1334425.573167
-1334469.309100
-1334469.555342
-1334490.411426
-1334499.220880
-1334499.220880
-1334535.343486
-1334552.858454
-1334566.785629
-1334569.650300
-1334600.623452
-1334607.682112
-1334614.335445
-1334626.713442
-1334645.274872
-1334657.119607
-1334683.049849
-1334695.640590
-1334704.015964
-1334704.015964
-1334721.887755
-1334721.887755
-1334759.429077
-1334759.429077
-1334795.934260
-1334795.934260
-1334797.801229
-1334808.238548
-1334840.730955
-1334840.730955
-1334851.237079
-1334868.570832
-1334894.989694
-1334897.499971
-1334913.789510
-1334927.365604
-1334931.447205
-1334938.292908
-1334966.701569
-1334966.701569
-1334992.379446
-1334997.961778
-1335021.167547
-1335021.167547
-1335039.639864
-1335039.639864
-1335077.043509
-1335089.439260
-1335091.042963
-1335119.701328
-1335123.627932
-1335126.414396
-1335126.414396
-1335154.492490
-1335158.906556
-1335160.589932
-1335222.645692
-1335222.645692
-1335248.436837
-1335248.436837
-1335248.436837
-1335248.436837
-1335273.289644
-1335277.436150
-1335277.436150
-1335306.273803
-1335331.300002
-1335341.191221
-1335373.460510
-1335373.460510
-1335373.460510
-1335419.689963
-1335419.689963
-1335425.755028
-1335438.024119
-1335438.259161
-1335451.399806
-1335467.202212
-1335485.538828
-1335498.766860
-1335508.141513
-1335514.953864
-1335525.114906
-1335558.735069
-1335573.374175
-1335573.374175
-1335589.681323
-1335608.553742
-1335608.553742
-1335653.123137
-1335653.123137
-1335653.852014
-1335672.131289
-1335678.225943
-1335678.225943
-1335710.295473
-1335716.863620
-1335742.270059
-1335755.911591
-1335775.634258
-1335779.891161
-1335799.937409
-1335799.937409
-1335842.008109
-1335842.008109
-1335842.008109
-1335842.008109
-1335868.490937
-1335882.329620
-1335904.878681
-1335916.818967
-1335917.756918
-1335934.715245
-1335958.860189
-1335990.262335
-1335990.262335
-1335990.262335
-1335990.262335
-1335993.286088
-1336027.716741
-1336047.869295
-1336067.917289
-1336067.917289
-1336067.917289
-1336102.167580
-1336108.078223
-1336108.078223
-1336130.336680
-1336159.442882
-1336177.949216
-1336177.949216
-1336199.419173
-1336199.419173
-1336199.419173
-1336203.081645
-1336255.874537
-1336255.874537
-1336255.874537
-1336280.254354
-1336280.254354
-1336298.469163
-1336338.965537
-1336340.652601
-1336346.138927
-1336346.138927
-1336346.138927
-1336390.437980
-1336390.437980
-1336412.071411
-1336412.071411
-1336412.071411
-1336450.298044
-1336450.298044
-1336450.298044
-1336479.412393
-1336483.949630
-1336512.744125
-1336526.476728
-1336534.176705
-1336538.934508
-1336582.336587
-1336582.336587
-1336582.336587
-1336583.495641
-1336583.495641
-1336622.378590
-1336650.037946
-1336650.037946
-1336695.537953
-1336695.537953
-1336717.837792
-1336722.283378
-1336722.283378
-1336726.276688
-1336740.785578
-1336774.080301
-1336774.080301
-1336777.672271
-1336786.267106
-1336805.315838
-1336807.204916
-1336807.204916
-1336849.045535
-1336859.055399
-1336863.286408
-1336907.907463
-1336919.991494
-1336919.991494
-1336919.991494
-1336926.052449
-1336946.855767
-1336968.621321
-1336986.086754
-1336986.678935
-1337011.037018
-1337011.037018
-1337027.275594
-1337027.275594
-1337053.689537
-1337097.022735
-1337097.022735
-1337097.022735
-1337097.022735
-1337128.418779
-1337145.011600
-1337163.535895
-1337163.535895
-1337163.535895
-1337172.308578
-1337190.532749
-1337219.371540
-1337219.371540
-1337235.917057
-1337235.917057
-1337258.749117
-1337269.769526
-1337285.596627
-1337299.804951
-1337310.522914
-1337311.096756
-1337332.039566
-1337355.486389
-1337387.794555
-1337387.794555
-1337394.775093
-1337404.572998
-1337415.269670
-1337434.103764
-1337456.340783
-1337456.340783
-1337464.963730
-1337473.810899
-1337492.650145
-1337530.086114
-1337530.086114
-1337530.091145
-1337557.404143
-1337557.404143
-1337561.108830
-1337569.616129
-1337590.861299
-1337631.180214
-1337631.180214
-1337660.026516
-1337660.026516
-1337660.026516
-1337677.546022
-1337689.927627
-1337699.598521
-1337701.662440
-1337723.124950
-1337723.124950
-1337754.081719
-1337765.111946
-1337787.988961
-1337809.036169
-1337814.307094
-1337814.307094
-1337820.823020
-1337855.567956
-1337855.567956
-1337855.567956
-1337890.005633
-1337894.516593
-1337902.952562
-1337902.952562
-1337957.136168
-1337957.136168
-1337965.882337
-1337965.882337
-1337993.330941
-1338000.041446
-1338036.706482
-1338037.774915
-1338042.736004
-1338051.836740
-1338051.836740
-1338074.594180
-1338101.696138
-1338120.010520
-1338120.010520
-1338120.010520
-1338122.984096
-1338166.875371
-1338166.875371
-1338173.699835
-1338173.699835
-1338204.085197
-1338204.085197
-1338234.011481
-1338234.011481
-1338270.999841
-1338270.999841
-1338274.782723
-1338274.782723
-1338304.002615
-1338304.002615
-1338356.667988
-1338359.023876
-1338359.023876
-1338362.522301
-1338370.221369
-1338407.670158
-1338407.670158
-1338420.821450
-1338438.653854
-1338474.756299
-1338474.756299
-1338474.756299
-1338474.756299
-1338519.114129
-1338521.173834
-1338521.173834
-1338547.425520
-1338557.810616
-1338557.810616
-1338578.809582
-1338578.809582
-1338600.685187
-1338600.685187
-1338620.867410
-1338620.867410
-1338664.064540
-1338673.236284
-1338681.204920
-1338681.204920
-1338724.609389
-1338742.097716
-1338742.097716
-1338744.897251
-1338751.579720
-1338757.880631
-1338757.880631
-1338797.230779
-1338806.855385
-1338811.097077
-1338815.788973
-1338849.562964
-1338849.562964
-1338885.652262
-1338885.652262
-1338885.652262
-1338886.173407
-1338928.927124
-1338928.927124
-1338941.431705
-1338953.489586
-1338973.870755
-1338973.870755
-1338981.072691
-1338995.487734
-1338995.487734
-1339035.621339
-1339049.383509
-1339049.383509
-1339078.597076
-1339078.597076
-1339078.597076
-1339112.629758
-1339112.629758
-1339132.933661
-1339155.000289
-1339155.000289
-1339155.000289
-1339173.830735
-1339193.841313
-1339193.841313
-1339208.391790
-1339233.191781
-1339262.649473
-1339262.649473
-1339281.778080
-1339281.778080
-1339302.078689
-1339304.193672
-1339325.579495
-1339325.579495
-1339331.790426
-1339366.848741
-1339366.848741
-1339378.017637
-1339408.766748
-1339408.766748
-1339427.746496
-1339444.014822
-1339444.014822
-1339459.137747
-1339459.137747
-1339477.608028
-1339483.218039
-1339491.527008
-1339541.289750
-1339541.289750
-1339563.977255
-1339566.906579
-1339566.906579
-1339607.538759
-1339607.538759
-1339612.291448
-1339612.291448
-1339621.193526
-1339625.466612
-1339660.491175
-1339676.509445
-1339685.904861
-1339685.904861
-1339693.015214
-1339723.093573
-1339723.093573
-1339740.034707
-1339740.034707
-1339749.057062
-1339774.539936
-1339784.181686
-1339798.710762
-1339812.405922
-1339830.277237
-1339851.728664
-1339852.442302
-1339871.785418
-1339871.785418
-1339899.017244
-1339899.017244
-1339926.304047
-1339926.304047
-1339946.183033
-1339969.321426
-1339979.508803
-1339979.508803
-1339999.044207
-1340028.758899
-1340028.758899
-1340028.758899
-1340043.187355
-1340059.878862
-1340059.878862
-1340079.202473
-1340114.975825
-1340114.975825
-1340114.975825
-1340115.648068
-1340147.708757
-1340147.708757
-1340183.496162
-1340183.496162
-1340186.863110
-1340208.134013
-1340214.652266
-1340245.795807
-1340245.795807
-1340268.741260
-1340268.741260
-1340269.139935
-1340304.604034
-1340304.604034
-1340323.621804
-1340323.621804
-1340340.809980
-1340347.080253
-1340358.419054
-1340371.898271
-1340405.347913
-1340412.726232
-1340437.279987
-1340446.368168
-1340450.678384
-1340469.677913
-1340473.953872
-1340473.953872
-1340473.953872
-1340476.713855
-1340511.199537
-1340511.199537
-1340552.076356
-1340552.076356
-1340595.350426
-1340595.350426
-1340595.350426
-1340605.298371
-1340621.428554
-1340621.428554
-1340621.428554
-1340648.382863
-1340648.382863
-1340683.469148
-1340692.209942
-1340716.255828
-1340716.255828
-1340733.542646
-1340742.935336
-1340742.935336
-1340751.339271
-1340754.541872
-1340780.894594
-1340788.993302
-1340824.245966
-1340824.245966
-1340827.502705
-1340835.932040
-1340866.281971
-1340889.942017
-1340889.942017
-1340903.156731
-1340936.022570
-1340936.022570
-1340936.022570
-1340938.924212
-1340943.612149
-1340973.644252
-1340991.266705
-1340995.952543
-1341016.669587
-1341016.669587
-1341060.783015
-1341060.783015
-1341067.038449
-1341067.038449
-1341089.361348
-1341103.329553
-1341103.329553
-1341103.329553
-1341129.967630
-1341144.640607
-1341172.813574
-1341184.620080
-1341184.620080
-1341233.652532
-1341236.645078
-1341236.645078
-1341236.645078
-1341238.436469
-1341253.528291
-1341260.056702
-1341291.602668
-1341298.980776
-1341298.980776
-1341308.901212
-1341320.834856
-1341326.818550
-1341339.851785
-1341367.162303
-1341380.669218
-1341380.669218
-1341394.539318
-1341430.908574
-1341430.908574
-1341453.757129
-1341475.427073
-1341475.427073
-1341500.673294
-1341510.090209
-1341510.090209
-1341517.994034
-1341537.120657
-1341548.244649
-1341559.098459
-1341567.550958
-1341576.126595
-1341584.855669
-1341584.855669
-1341628.456639
-1341628.456639
-1341628.456639
-1341677.453672
-1341688.413635
-1341688.413635
-1341688.413635
-1341711.466653
-1341711.466653
-1341728.546443
-1341745.255803
-1341752.288590
-1341752.288590
-1341774.485782
-1341808.580342
-1341808.580342
-1341814.502200
-1341848.316850
-1341852.305066
-1341876.930216
-1341876.930216
-1341891.164195
-1341926.759046
-1341926.759046
-1341926.759046
-1341926.759046
-1341926.759046
-1341936.620635
-1341938.264998
-1341954.433970
-1341986.302285
-1341997.442403
-1342016.227568
-1342016.453143
-1342040.740336
-1342040.740336
-1342059.822314
-1342059.822314
-1342081.943313
-1342086.873888
-1342125.403886
-1342125.403886
-1342126.958794
-1342126.958794
-1342139.487996
-1342181.063255
-1342182.545815
-1342182.545815
-1342205.838195
-1342226.461362
-1342226.461362
-1342241.066805
-1342246.459347
-1342273.958081
-1342273.958081
-1342291.312806
-1342291.312806
-1342332.296949
-1342332.296949
-1342367.497635
-1342367.497635
-1342367.497635
-1342367.497635
-1342371.506898
-1342405.207899
-1342405.207899
-1342434.339948
-1342449.798607
-1342449.798607
-1342458.773976
-1342466.720569
-1342488.245269
-1342498.195117
-1342498.195117
-1342538.399480
-1342545.958357
-1342545.958357
-1342545.958357
-1342576.843912
-1342586.890528
-1342586.890528
-1342621.554987
-1342621.937931
-1342652.273393
-1342652.273393
-1342678.126023
-1342678.126023
-1342682.414272
-1342695.615936
-1342695.615936
-1342715.434891
-1342745.875127
-1342745.875127
-1342790.885023
-1342790.885023
-1342790.885023
-1342790.885023
-1342815.421385
-1342815.421385
-1342844.552350
-1342849.563789
-1342849.563789
-1342868.982286
-1342896.488119
-1342896.488119
-1342929.413983
-1342929.413983
-1342929.413983
-1342929.413983
-1342929.413983
-1342949.676489
-1342999.572042
-1342999.572042
-1343004.462324
-1343004.462324
-1343011.530205
-1343045.827850
-1343052.603364
-1343072.943421
-1343086.876414
-1343105.910944
-1343105.910944
-1343121.744237
-1343135.924156
-1343135.924156
-1343141.733117
-1343141.733117
-1343175.780456
-1343180.527310
-1343200.793203
-1343224.156010
-1343224.156010
-1343229.448967
-1343231.482124
-1343240.660328
-1343270.995414
-1343281.450023
-1343303.800241
-1343332.289288
-1343332.289288
-1343354.247512
-1343354.247512
-1343354.247512
-1343369.272530
-1343371.514336
-1343410.688385
-1343410.688385
-1343410.688385
-1343433.853926
-1343445.815587
-1343445.815587
-1343445.815587
-1343477.936986
-1343504.841769
-1343518.443489
-1343520.831769
-1343520.831769
-1343548.846038
-1343548.846038
-1343548.846038
-1343548.961215
-1343577.425832
-1343612.980980
-1343635.010473
-1343635.010473
-1343639.873738
-1343665.160124
-1343673.646310
-1343673.646310
-1343686.145934
-1343704.468222
-1343726.145334
-1343726.145334
-1343726.145334
-1343751.938657
-1343751.938657
-1343751.938657
-1343759.429383
-1343796.793345
-1343839.857865
-1343839.857865
-1343839.857865
-1343856.206647
-1343872.375510
-1343872.375510
-1343878.899234
-1343923.162487
-1343923.162487
-1343923.162487
-1343942.736898
-1343971.116994
-1343971.116994
-1343971.116994
-1343975.004409
-1343983.490566
-1343983.490566
-1343983.490566
-1344013.785319
-1344057.924359
-1344067.161192
-1344067.161192
-1344093.742772
-1344095.308890
-1344106.638789
-1344106.638789
-1344109.264909
-1344139.671977
-1344153.532850
-1344153.532850
-1344172.969568
-1344189.303810
-1344217.986216
-1344217.986216
-1344217.986216
-1344223.695813
-1344223.695813
-1344262.065107
-1344262.065107
-1344267.540342
-1344286.063428
-1344293.989825
-1344309.085318
-1344353.540924
-1344353.540924
-1344353.540924
-1344372.101922
-1344395.021426
-1344395.021426
-1344395.021426
-1344397.249400
-1344434.258714
-1344434.258714
-1344434.258714
-1344435.915403
-1344459.526833
-1344474.599082
-1344492.368026
-1344522.315286
-1344538.015949
-1344562.317929
-1344562.317929
-1344562.317929
-1344562.317929
-1344562.317929
-1344573.770940
-1344591.587091
-1344609.113264
-1344634.315958
-1344634.315958
-1344654.773156
-1344659.859231
-1344659.859231
-1344659.859231
-1344707.293796
-1344707.293796
-1344726.831319
-1344726.831319
-1344749.734786
-1344758.985416
-1344772.114242
-1344772.114242
-1344787.842703
-1344787.842703
-1344818.695082
-1344818.695082
-1344844.600535
-1344869.327827
-1344869.327827
-1344869.327827
-1344904.870611
-1344904.870611
-1344921.518092
-1344942.770849
-1344942.770849
-1344942.770849
-1344956.205484
-1344971.560307
-1344986.491239
-1344996.142438
-1345001.536240
-1345001.536240
-1345025.200642
-1345025.200642
-1345053.144018
-1345061.990542
-1345096.663074
-1345096.663074
-1345101.055866
-1345122.705082
-1345131.328055
-1345131.328055
-1345150.992108
-1345163.954746
-1345194.793288
-1345194.793288
-1345194.793288
-1345198.412772
-1345225.750496
-1345225.750496
-1345238.907952
-1345258.575100
-1345265.291320
-1345269.559903
-1345312.309813
-1345331.771526
-1345331.771526
-1345341.710168
-1345360.371668
-1345362.057476
-1345374.421124
-1345374.421124
-1345391.022046
-1345391.022046
-1345399.885911
-1345428.248203
-1345458.841891
-1345458.841891
-1345464.281032
-1345467.039465
-1345467.039465
-1345474.547468
-1345485.676332
-1345485.676332
-1345514.064985
-1345526.339999
-1345556.315474
-1345561.399912
-1345595.244608
-1345611.996427
-1345611.996427
-1345611.996427
-1345625.020190
-1345625.020190
-1345654.429162
-1345654.429162
-1345675.975561
-1345675.975561
-1345693.816096
-1345693.816096
-1345724.934153
-1345741.418906
-1345741.418906
-1345741.418906
-1345783.291893
-1345785.915085
-1345785.915085
-1345785.915085
-1345809.639910
-1345811.402387
-1345811.402387
-1345864.534355
-1345864.534355
-1345892.044540
-1345895.358339
-1345912.543848
-1345912.543848
-1345912.543848
-1345951.079893
-1345951.079893
-1345967.332525
-1345967.332525
-1345974.880888
-1345989.367442
-1345992.167848
-1346010.563566
-1346010.563566
-1346043.691262
-1346043.691262
-1346076.378980
-1346092.042803
-1346092.042803
-1346095.182081
-1346095.182081
-1346135.987549
-1346135.987549
-1346144.143612
-1346144.143612
-1346148.973045
-1346167.531871
-1346226.763897
-1346226.763897
-1346242.649941
-1346242.649941
-1346242.649941
-1346242.649941
-1346263.734847
-1346264.404516
-1346310.444525
-1346310.444525
-1346310.444525
-1346310.444525
-1346329.468778
-1346337.876704
-1346356.373528
-1346356.373528
-1346368.975264
-1346375.861797
-1346388.230396
-1346413.001669
-1346425.460789
-1346431.716104
-1346463.023778
-1346463.023778
-1346463.153143
-1346467.919561
-1346484.486480
-1346518.209756
-1346520.975479
-1346539.955125
-1346558.627000
-1346567.771503
-1346567.771503
-1346574.441153
-1346595.711155
-1346595.711155
-1346628.041210
-1346628.041210
-1346644.362101
-1346644.362101
-1346672.559277
-1346672.559277
-1346672.559277
-1346695.754644
-1346714.753369
-1346714.753369
-1346731.400021
-1346742.195229
-1346742.195229
-1346754.836476
-1346788.270226
-1346788.270226
-1346802.811413
-1346802.811413
-1346813.027314
-1346842.779662
-1346852.516054
-1346872.600812
-1346872.600812
-1346872.600812
-1346925.240458
-1346925.240458
-1346925.240458
-1346925.240458
-1346955.087088
-1346955.087088
-1346963.993767
-1346970.992520
-1346981.110263
-1347016.329158
-1347028.715638
-1347028.715638
-1347038.031757
-1347038.031757
-1347071.671993
-1347071.671993
-1347081.923007
-1347081.923007
-1347085.845516
-1347123.828417
-1347132.385925
-1347147.788902
-1347150.546183
-1347154.663896
-1347183.691955
-1347183.691955
-1347203.884810
-1347222.201426
-1347222.201426
-1347222.201426
-1347222.201426
-1347252.946980
-1347261.262209
-1347261.262209
-1347266.144854
-1347287.032725
-1347292.371084
-1347301.102262
-1347363.196995
-1347363.196995
-1347363.196995
-1347384.630555
-1347384.630555
-1347390.381625
-1347429.829697
-1347429.829697
-1347431.818000
-1347450.150972
-1347451.048499
-1347468.522222
-1347468.522222
-1347499.001319
-1347499.001319
-1347499.001319
-1347501.896634
-1347538.663807
-1347538.663807
-1347559.892481
-1347566.987052
-1347609.986699
-1347609.986699
-1347609.986699
-1347609.986699
-1347624.338329
-1347624.338329
-1347653.218512
-1347653.218512
-1347690.679132
-1347690.679132
-1347706.613877
-1347706.613877
-1347721.829008
-1347738.393268
-1347739.875606
-1347758.721331
-1347767.019093
-1347767.019093
-1347804.891985
-1347804.891985
-1347806.260418
-1347826.312377
-1347826.312377
-1347836.310879
-1347860.515735
-1347864.716155
-1347875.655909
-1347876.145951
-1347904.193319
-1347927.084547
-1347933.988196
-1347933.988196
-1347933.988196
-1347942.334521
-1347959.783109
-1348004.055221
-1348015.384384
-1348015.384384
-1348015.384384
-1348023.002943
-1348068.205184
-1348068.205184
-1348068.205184
-1348079.462624
-1348091.725503
-1348096.404867
-1348121.686536
-1348121.686536
-1348121.686536
-1348132.747732
-1348132.747732
-1348181.590558
-1348181.590558
-1348198.987978
-1348210.282589
-1348227.474499
-1348227.474499
-1348227.474499
-1348250.588602
-1348250.588602
-1348250.945733
-1348268.557107
-1348295.351681
-1348318.027729
-1348318.027729
-1348326.571455
-1348328.304326
-1348328.304326
-1348365.258801
-1348374.528607
-1348374.528607
-1348406.698999
-1348406.698999
-1348406.698999
-1348436.028405
-1348436.028405
-1348442.319635
-1348443.083629
-1348445.154372
-1348461.629258
-1348487.056127
-1348493.081823
-1348493.081823
-1348520.793035
-1348526.846065
-1348573.702164
-1348573.702164
-1348573.702164
-1348587.845966
-1348587.845966
-1348615.857264
-1348615.857264
-1348615.857264
-1348634.949747
-1348663.547744
-1348663.547744
-1348678.590014
-1348678.590014
-1348686.447130
-1348686.447130
-1348720.681258
-1348732.534483
-1348742.640368
-1348742.640368
-1348758.684497
-1348761.610331
-1348765.384248
-1348774.130736
-1348824.083540
-1348824.083540
-1348825.414396
-1348835.375298
-1348854.539488
-1348854.539488
-1348859.789039
-1348872.888990
-1348901.766838
-1348929.434424
-1348929.434424
-1348946.176049
-1348946.176049
-1348946.176049
-1348953.172921
-1348953.172921
-1348963.891695
-1348982.831869
-1349006.228821
-1349006.228821
-1349006.228821
-1349030.725199
-1349045.894963
-1349055.253344
-1349064.905404
-1349072.840897
-1349094.209569
-1349120.523822
-1349120.523822
-1349120.523822
-1349153.764605
-1349165.218144
-1349165.218144
-1349170.930423
-1349181.699622
-1349199.367276
-1349219.819736
-1349219.819736
-1349268.253637
-1349268.253637
-1349268.253637
-1349268.253637
-1349268.323362
-1349280.183237
-1349280.183237
-1349305.416054
-1349318.760631
-1349318.760631
-1349322.145967
-1349328.173353
-1349329.463514
-1349358.751074
-1349377.244344
-1349382.017082
-1349382.017082
-1349425.300725
-1349425.300725
-1349426.516861
-1349444.911779
-1349444.911779
-1349462.588975
-1349479.633929
-1349501.482192
-1349501.482192
-1349501.482192
-1349522.322346
-1349545.730972
-1349545.730972
-1349545.730972
-1349545.730972
-1349545.730972
-1349572.901392
-1349603.877650
-1349614.983324
-1349617.891592
-1349621.688214
-1349631.289420
-1349662.047693
-1349677.697147
-1349688.070671
-1349693.426373
-1349693.426373
-1349720.512729
-1349720.512729
-1349728.328215
-1349729.088544
-1349765.058077
-1349773.061752
-1349773.061752
-1349773.061752
-1349786.062802
-1349786.062802
-1349811.113636
-1349811.113636
-1349811.113636
-1349848.547228
-1349874.701746
-1349874.701746
-1349885.971990
-1349889.477039
-1349894.361533
-1349919.042717
-1349919.042717
-1349919.042717
-1349938.380997
-1349942.875554
-1349961.139980
-1350006.034146
-1350006.034146
-1350006.034146
-1350014.897926
-1350014.897926
-1350049.202613
-1350049.202613
-1350049.202613
-1350077.592248
-1350077.592248
-1350077.592248
-1350083.096722
-1350102.482274
-1350113.150708
-1350120.850717
-1350124.333669
-1350154.206071
-1350162.330491
-1350173.009667
-1350197.140704
-1350197.140704
-1350197.140704
-1350220.142438
-1350220.142438
-1350242.927039
-1350269.518963
-1350269.518963
-1350269.518963
-1350269.518963
-1350301.213114
-1350303.562638
-1350320.726128
-1350334.690012
-1350371.804416
-1350371.804416
-1350371.804416
-1350371.804416
-1350371.804416
-1350389.425045
-1350406.368491
-1350406.368491
-1350413.593792
-1350418.400522
-1350428.832698
-1350428.832698
-1350472.028917
-1350472.028917
-1350511.290613
-1350521.700262
-1350521.700262
-1350525.537523
-1350542.482360
-1350542.482360
-1350546.824123
-1350546.824123
-1350556.148450
-1350595.703295
-1350598.985008
-1350613.619823
-1350636.040489
-1350641.353933
-1350641.353933
-1350641.353933
-1350660.600282
-1350660.600282
-1350687.122872
-1350695.406547
-1350695.406547
-1350719.734974
-1350724.551970
-1350725.736980
-1350764.325706
-1350764.325706
-1350764.325706
-1350764.325706
-1350769.447625
-1350769.447625
-1350818.573734
-1350818.573734
-1350827.648966
-1350855.428859
-1350855.428859
-1350857.612935
-1350872.332971
-1350895.238044
-1350917.160135
-1350936.246997
-1350936.246997
-1350936.246997
-1350959.042751
-1350959.042751
-1350959.042751
-1350974.124942
-1350974.124942
-1350986.590961
-1351003.893055
-1351012.977192
-1351028.980905
-1351028.980905
-1351053.915449
-1351059.822496
-1351059.822496
-1351062.865010
-1351095.991504
-1351095.991504
-1351111.107703
-1351114.923728
-1351114.923728
-1351139.914926
-1351165.948815
-1351165.948815
-1351184.818173
-1351184.818173
-1351188.796399
-1351192.611104
-1351211.594742
-1351241.332818
-1351241.332818
-1351241.332818
-1351263.337293
-1351301.535934
-1351301.535934
-1351301.535934
-1351349.652855
-1351349.652855
-1351349.652855
-1351349.652855
-1351349.652855
-1351364.443188
-1351364.443188
-1351378.195054
-1351383.407046
-1351416.796100
-1351423.908357
-1351423.908357
-1351458.293160
-1351458.293160
-1351458.293160
-1351458.293160
-1351491.320128
-1351491.320128
-1351497.280924
-1351498.710932
-1351521.930714
-1351521.930714
-1351522.134075
-1351564.624740
-1351564.624740
-1351564.624740
-1351569.121989
-1351616.850628
-1351616.850628
-1351616.850628
-1351634.990924
-1351635.366063
-1351664.294576
-1351664.294576
-1351678.844027
-1351685.636721
-1351694.551201
-1351698.708271
-1351715.609614
-1351719.290360
-1351755.069522
-1351760.345928
-1351760.345928
-1351760.345928
-1351760.345928
-1351773.121673
-1351774.006656
-1351804.476585
-1351830.425527
-1351830.425527
-1351847.476126
-1351847.476126
-1351899.359208
-1351899.359208
-1351899.359208
-1351900.825614
-1351900.825614
-1351900.825614
-1351903.001054
-1351914.804357
-1351936.825138
-1351957.048781
-1351981.791514
-1351985.105584
-1351996.410364
-1351996.410364
-1352003.201881
-1352028.831228
-1352028.831228
-1352038.911366
-1352042.493591
-1352058.601888
-1352077.919554
-1352077.919554
-1352089.681853
-1352089.681853
-1352111.636713
-1352121.658268
-1352133.454200
-1352141.595433
-1352141.595433
-1352173.499086
-1352173.499086
-1352173.499086
-1352173.499086
-1352207.797173
-1352207.797173
-1352231.394992
-1352250.146695
-1352250.146695
-1352250.146695
-1352282.794076
-1352282.794076
-1352295.172159
-1352322.466655
-1352322.466655
-1352324.901698
-1352324.901698
-1352324.901698
-1352346.388907
-1352346.388907
-1352360.646161
-1352360.646161
-1352393.932391
-1352393.932391
-1352409.920191
-1352422.695992
-1352444.293072
-1352444.293072
-1352461.470440
-1352461.470440
-1352463.947176
-1352480.196497
-1352491.481061
-1352491.481061
-1352511.175255
-1352511.175255
-1352512.039635
-1352533.400195
-1352539.316868
-1352568.848479
-1352568.848479
-1352594.052190
-1352594.052190
-1352607.012825
-1352612.770945
-1352612.770945
-1352612.770945
-1352647.242248
-1352670.542358
-1352682.388919
-1352682.388919
-1352705.961131
-1352723.823977
-1352723.823977
-1352724.413142
-1352725.465839
-1352728.701584
-1352735.698515
-1352743.468658
-1352752.924829
-1352783.587526
-1352783.587526
-1352788.698174
-1352799.455682
-1352812.075277
-1352826.163175
-1352856.256791
-1352856.256791
-1352903.324316
-1352903.324316
-1352903.324316
-1352903.324316
-1352906.922053
-1352914.589207
-1352914.589207
-1352925.306084
-1352945.724425
-1352955.133154
-1352963.065374
-1352990.759804
-1352990.759804
-1352995.319177
-1352998.448822
-1353018.180495
-1353042.672903
-1353042.672903
-1353042.672903
-1353047.625320
-1353055.933244
-1353091.737786
-1353091.737786
-1353109.435036
-1353109.435036
-1353109.850054
-1353120.701597
-1353120.701597
-1353155.083724
-1353168.496856
-1353170.686634
-1353177.665387
-1353183.666964
-1353213.112739
-1353223.506134
-1353235.774506
-1353242.973260
-1353242.973260
-1353242.973260
-1353242.973260
-1353289.558304
-1353294.848143
-1353316.703439
-1353316.703439
-1353316.703439
-1353324.762581
-1353354.410716
-1353372.336978
-1353372.336978
-1353372.336978
-1353382.874910
-1353401.259875
-1353401.259875
-1353401.259875
-1353401.589731
-1353401.589731
-1353401.589731
-1353433.175809
-1353469.056224
-1353487.088563
-1353487.088563
-1353488.551060
-1353488.734495
-1353530.832646
-1353530.832646
-1353537.090230
-1353537.090230
-1353555.111999
-1353555.111999
-1353555.111999
-1353613.594451
-1353613.594451
-1353617.290648
-1353617.905865
-1353617.905865
-1353617.905865
-1353628.219211
-1353641.229366
-1353649.226101
-1353661.049920
-1353664.255317
-1353681.386326
-1353693.258642
-1353717.114573
-1353717.114573
-1353731.864691
-1353734.213131
-1353758.310163
-1353758.310163
-1353778.438501
-1353778.438501
-1353796.981836
-1353796.981836
-1353798.957663
-1353811.992229
-1353815.688629
-1353815.829232
-1353852.141781
-1353863.485323
-1353899.626896
-1353899.695277
-1353899.695277
-1353901.904062
-1353903.580935
-1353904.804325
-1353945.944478
-1353945.944478
-1353945.944478
-1353956.436096
-1353977.262051
-1353977.262051
-1354038.154001
-1354038.154001
-1354042.109170
-1354042.109170
-1354042.109170
-1354047.284239
-1354051.951527
-1354069.654700
-1354069.654700
-1354071.685124
-1354121.702136
-1354121.702136
-1354121.702136
-1354122.970548
-1354146.950671
-1354168.536018
-1354188.383630
-1354188.383630
-1354190.318005
-1354190.318005
-1354193.810457
-1354193.810457
-1354227.738402
-1354235.476665
-1354243.401568
-1354243.401568
-1354246.087598
-1354287.559957
-1354287.559957
-1354287.559957
-1354287.559957
-1354310.892001
-1354310.892001
-1354332.744262
-1354332.744262
-1354332.744262
-1354336.603150
-1354360.496565
-1354372.913458
-1354386.179872
-1354421.702422
-1354421.702422
-1354428.159939
-1354440.035394
-1354440.035394
-1354458.184225
-1354465.154845
-1354475.103919
-1354482.701086
-1354482.701086
-1354505.113255
-1354505.113255
-1354505.113255
-1354505.113255
-1354523.281187
-1354542.971463
-1354570.529280
-1354570.529280
-1354572.424904
-1354587.997042
-1354588.939236
-1354596.704333
-1354632.466888
-1354637.924062
-1354640.821883
-1354640.821883
-1354663.245628
-1354677.265940
-1354677.265940
-1354700.544043
-1354700.544043
-1354700.544043
-1354722.057845
-1354722.057845
-1354732.083841
-1354732.083841
-1354732.083841
-1354752.608074
-1354776.567204
-1354776.567204
-1354821.027283
-1354821.027283
-1354821.027283
-1354829.026891
-1354829.026891
-1354860.680576
-1354866.362467
-1354866.362467
-1354866.362467
-1354875.304690
-1354879.378682
-1354896.195284
-1354922.108092
-1354925.282035
-1354953.866169
-1354953.866169
-1354953.866169
-1354963.278343
-1354989.079613
-1354997.826751
-1354998.138534
-1355012.884119
-1355012.884119
-1355015.413470
-1355029.876637
-1355035.617564
-1355077.984602
-1355077.984602
-1355086.142739
-1355086.142739
-1355086.142739
-1355089.874350
-1355126.984759
-1355126.984759
-1355148.286627
-1355148.286627
-1355148.286627
-1355156.391740
-1355183.551692
-1355183.551692
-1355215.303267
-1355215.303267
-1355228.845525
-1355228.845525
-1355228.845525
-1355248.960338
-1355267.842994
-1355267.842994
-1355267.842994
-1355267.842994
-1355287.907488
-1355301.058943
-1355309.350817
-1355309.350817
-1355344.757043
-1355344.757043
-1355352.192223
-1355372.017173
-1355372.017173
-1355397.494850
-1355404.159357
-1355419.400542
-1355426.901161
-1355426.901161
-1355441.327926
-1355441.327926
-1355441.327926
-1355441.327926
-1355480.656505
-1355480.656505
-1355493.111690
-1355515.646317
-1355515.646317
-1355545.690721
-1355545.690721
-1355545.690721
-1355546.346105
-1355567.104530
-1355573.488734
-1355573.488734
-1355579.784727
-1355597.384219
-1355604.755157
-1355635.795920
-1355635.795920
-1355635.795920
-1355635.795920
-1355662.720397
-1355664.059895
-1355664.059895
-1355680.017603
-1355709.628328
-1355718.820325
-1355749.706574
-1355749.706574
-1355762.912922
-1355762.912922
-1355762.912922
-1355783.409536
-1355783.409536
-1355797.804092
-1355797.804092
-1355797.804092
-1355818.913203
-1355818.913203
-1355825.933828
-1355830.218117
-1355853.147723
-1355871.476402
-1355876.184684
-1355876.184684
-1355885.581125
-1355894.749450
-1355916.170813
-1355921.994954
-1355956.492917
-1355976.291195
-1355976.291195
-1355976.291195
-1355976.291195
-1355976.291195
-1355981.316381
-1356013.958220
-1356013.958220
-1356013.958220
-1356039.865701
-1356039.865701
-1356055.503685
-1356055.503685
-1356099.883506
-1356099.883506
-1356099.883506
-1356126.960591
-1356126.960591
-1356126.960591
-1356145.152828
-1356168.716630
-1356168.716630
-1356168.716630
-1356172.444793
-1356175.038045
-1356191.487391
-1356191.846100
-1356197.827486
-1356213.761525
-1356222.094732
-1356242.190348
-1356251.678245
-1356258.985585
-1356278.942709
-1356280.297578
-1356298.084680
-1356337.639591
-1356337.639591
-1356337.639591
-1356341.118898
-1356350.907039
-1356356.834203
-1356369.794837
-1356382.766137
-1356382.766137
-1356382.766137
-1356411.864925
-1356415.114665
-1356415.114665
-1356415.317269
-1356427.572293
-1356433.641470
-1356480.220436
-1356480.220436
-1356480.220436
-1356521.775460
-1356521.775460
-1356529.008788
-1356529.008788
-1356529.008788
-1356529.008788
-1356538.806716
-1356558.332220
-1356558.332220
-1356572.759993
-1356581.893078
-1356614.557570
-1356614.557570
-1356635.302635
-1356635.302635
-1356672.318396
-1356672.318396
-1356672.318396
-1356672.318396
-1356685.234607
-1356728.036438
-1356728.036438
-1356728.036438
-1356728.036438
-1356728.036438
-1356764.153193
-1356764.153193
-1356764.153193
-1356775.403471
-1356779.170323
-1356779.170323
-1356791.017688
-1356799.114993
-1356811.121383
-1356827.407406
-1356855.804664
-1356863.000983
-1356863.000983
-1356863.122776
-1356863.122776
-1356864.607398
-1356901.219102
-1356901.219102
-1356949.262027
-1356949.262027
-1356964.634121
-1356978.451099
-1356978.451099
-1356978.451099
-1356978.451099
-1356978.451099
-1356983.847105
-1356991.254184
-1357027.313023
-1357027.313023
-1357032.940248
-1357035.554402
-1357066.553361
-1357066.553361
-1357082.541835
-1357087.350034
-1357096.346543
-1357096.346543
-1357096.346543
-1357110.332116
-1357110.500956
-1357110.500956
-1357154.252163
-1357167.658665
-1357180.271847
-1357198.103897
-1357198.103897
-1357213.061881
-1357213.061881
-1357242.308711
-1357242.308711
-1357256.022872
-1357256.022872
-1357256.022872
-1357278.428882
-1357299.229022
-1357299.229022
-1357299.229022
-1357299.229022
-1357311.271776
-1357311.271776
-1357326.455882
-1357359.654871
-1357359.654871
-1357359.654871
-1357409.922926
-1357409.922926
-1357409.922926
-1357409.922926
-1357409.922926
-1357447.825082
-1357447.825082
-1357451.388141
-1357453.241944
-1357456.571071
-1357472.304162
-1357482.168920
-1357490.458621
-1357517.679626
-1357517.679626
-1357530.014787
-1357530.014787
-1357530.014787
-1357536.863419
-1357576.070726
-1357576.070726
-1357576.070726
-1357588.730008
-1357588.730008
-1357609.671024
-1357624.708561
-1357633.232920
-1357662.318329
-1357662.318329
-1357675.477754
-1357675.477754
-1357675.477754
-1357675.477754
-1357710.143299
-1357710.143299
-1357744.287019
-1357744.287019
-1357744.287019
-1357767.105356
-1357774.767167
-1357774.767167
-1357793.066553
-1357793.066553
-1357813.453231
-1357813.453231
-1357813.453231
-1357838.001432
-1357860.357630
-1357860.357630
-1357860.357630
-1357867.068555
-1357867.068555
-1357869.089348
-1357914.893069
-1357914.893069
-1357914.893069
-1357919.655484
-1357955.856376
-1357955.856376
-1357955.856376
-1357974.783369
-1357983.277697
-1357983.277697
-1357988.452207
-1358004.615045
-1358011.836331
-1358011.836331
-1358024.286216
-1358042.833543
-1358042.833543
-1358053.030320
-1358053.030320
-1358057.470559
-1358074.869896
-1358106.732538
-1358106.732538
-1358106.732538
-1358111.241760
-1358128.631259
-1358152.048037
-1358166.340194
-1358174.825055
-1358174.825055
-1358180.955498
-1358180.955498
-1358180.955498
-1358215.828457
-1358224.740772
-1358224.740772
-1358234.720205
-1358234.720205
-1358234.720205
-1358283.492569
-1358301.754707
-1358302.068989
-1358302.068989
-1358302.068989
-1358314.674170
-1358333.381686
-1358333.381686
-1358335.200058
-1358363.013588
-1358363.013588
-1358364.768712
-1358394.505074
-1358408.270381
-1358408.300750
-1358417.122470
-1358417.122470
-1358431.397072
-1358437.583372
-1358454.914843
-1358454.914843
-1358461.784730
-1358473.664284
-1358492.665527
-1358495.748907
-1358506.855591
-1358530.575273
-1358565.601003
-1358565.601003
-1358565.601003
-1358565.601003
-1358565.601003
-1358578.933199
-1358593.734351
-1358594.872018
-1358594.872018
-1358606.128522
-1358623.551007
-1358623.551007
-1358650.219255
-1358650.219255
-1358673.353268
-1358673.353268
-1358701.739148
-1358701.739148
-1358703.470645
-1358740.197668
-1358740.197668
-1358740.197668
-1358740.197668
-1358744.171828
-1358744.171828
-1358783.879402
-1358783.879402
-1358799.234704
-1358811.593652
-1358811.593652
-1358811.593652
-1358830.002947
-1358845.404859
-1358845.404859
-1358845.404859
-1358847.115150
-1358883.999631
-1358893.691242
-1358918.980169
-1358920.946208
-1358926.301294
-1358926.301294
-1358926.301294
-1358937.622066
-1358937.622066
-1358943.876436
-1358976.363632
-1358976.363632
-1358976.363632
-1358984.031603
-1359020.565156
-1359020.565156
-1359020.565156
-1359040.249190
-1359054.115605
-1359054.115605
-1359062.142961
-1359074.589647
-1359095.462840
-1359095.462840
-1359108.186078
-1359122.670049
-1359122.670049
-1359143.694115
-1359143.694115
-1359148.166153
-1359149.919047
-1359197.610283
-1359197.610283
-1359197.610283
-1359197.610283
-1359216.016371
-1359234.606960
-1359249.158757
-1359249.158757
-1359304.694004
-1359304.694004
-1359304.694004
-1359304.694004
-1359304.694004
-1359304.694004
-1359304.694004
-1359304.694004
-1359304.694004
-1359304.694004
-1359345.407847
-1359365.486602
-1359371.680978
-1359374.702323
-1359375.066120
-1359383.838810
-1359409.266307
-1359409.266307
-1359409.266307
-1359452.588033
-1359452.588033
-1359455.708455
-1359458.699566
-1359487.846223
-1359487.846223
-1359520.887947
-1359520.887947
-1359520.887947
-1359520.887947
-1359520.887947
-1359520.887947
-1359528.810689
-1359528.810689
-1359540.318844
-1359565.710916
-1359576.648778
-1359578.463019
-1359584.040615
-1359635.899868
-1359635.899868
-1359635.899868
-1359635.899868
-1359665.686700
-1359665.686700
-1359677.615394
-1359677.615394
-1359722.710066
-1359722.710066
-1359722.710066
-1359722.710066
-1359722.710066
-1359722.710066
-1359742.924933
-1359742.924933
-1359802.808261
-1359802.808261
-1359802.808261
-1359802.808261
-1359819.385419
-1359819.385419
-1359825.328060
-1359827.801515
-1359827.801515
-1359845.158419
-1359845.158419
-1359846.131993
-1359880.874872
-1359880.927024
-1359904.310706
-1359904.310706
-1359914.731243
-1359914.731243
-1359927.741894
-1359945.517103
-1359970.545236
-1359970.545236
-1359990.489291
-1359997.932350
-1359997.932350
-1359999.110900
-1359999.110900
-1360017.177639
-1360045.529834
-1360045.529834
-1360045.529834
-1360045.529834
-1360046.330297
-1360047.742343
-1360060.451913
-1360060.451913
-1360101.031275
-1360106.997227
-1360106.997227
-1360122.357980
-1360125.149931
-1360133.216474
-1360136.550844
-1360175.294473
-1360204.175849
-1360205.706973
-1360205.706973
-1360214.045869
-1360214.045869
-1360219.224201
-1360219.224201
-1360238.940314
-1360250.783790
-1360250.783790
-1360270.316003
-1360270.316003
-1360270.316003
-1360286.466212
-1360286.466212
-1360301.806934
-1360323.103326
-1360334.035418
-1360345.520378
-1360370.472732
-1360370.472732
-1360370.472732
-1360377.588574
-1360377.588574
-1360399.811123
-1360407.544891
-1360407.544891
-1360428.972569
-1360428.972569
-1360437.747338
-1360469.527036
-1360469.527036
-1360474.195568
-1360487.685210
-1360487.685210
-1360515.558372
-1360515.558372
-1360529.394522
-1360529.394522
-1360537.003887
-1360537.003887
-1360563.950573
-1360578.874997
-1360578.874997
-1360578.874997
-1360615.048958
-1360615.048958
-1360615.048958
-1360615.048958
-1360628.192192
-1360634.038445
-1360659.609642
-1360659.609642
-1360659.609642
-1360681.824852
-1360709.268374
-1360709.268374
-1360728.402219
-1360728.402219
-1360728.402219
-1360729.287426
-1360746.850035
-1360746.850035
-1360776.054663
-1360784.648502
-1360805.270161
-1360805.270161
-1360805.270161
-1360805.270161
-1360825.349942
-1360825.349942
-1360825.349942
-1360825.349942
-1360852.839308
-1360864.086450
-1360864.086450
-1360864.086450
-1360899.093539
-1360903.375050
-1360903.375050
-1360923.016218
-1360930.958859
-1360952.560908
-1360952.560908
-1360973.110104
-1360982.358264
-1360982.358264
-1360982.358264
-1360987.080992
-1361023.810052
-1361023.810052
-1361026.395327
-1361026.395327
-1361060.943976
-1361065.188214
-1361084.988632
-1361084.988632
-1361102.685654
-1361102.685654
-1361102.685654
-1361102.685654
-1361113.719851
-1361113.719851
-1361114.909200
-1361132.175983
-1361142.764223
-1361163.856884
-1361168.775254
-1361182.016324
-1361225.299658
-1361225.299658
-1361225.299658
-1361225.299658
-1361247.625458
-1361247.625458
-1361247.625458
-1361271.430163
-1361271.430163
-1361271.430163
-1361291.611301
-1361291.611301
-1361316.970639
-1361316.970639
-1361316.970639
-1361325.077370
-1361354.797453
-1361354.797453
-1361372.015030
-1361372.015030
-1361379.083313
-1361383.780885
-1361383.780885
-1361384.898861
-1361432.097030
-1361432.097030
-1361451.999942
-1361451.999942
-1361451.999942
-1361451.999942
-1361461.558583
-1361467.671546
-1361467.671546
-1361492.047797
-1361493.181270
-1361529.908854
-1361529.908854
-1361550.419913
-1361550.419913
-1361550.419913
-1361550.419913
-1361577.292385
-1361578.133414
-1361595.648655
-1361595.648655
-1361620.431454
-1361620.431454
-1361622.464331
-1361631.239196
-1361631.239196
-1361645.784015
-1361667.414165
-1361672.313298
-1361695.202810
-1361696.891054
-1361718.007331
-1361719.276849
-1361730.761762
-1361730.947591
-1361730.947591
-1361741.216279
-1361744.954460
-1361744.954460
-1361758.867358
-1361808.497235
-1361808.497235
-1361809.559299
-1361809.559299
-1361835.087734
-1361839.258053
-1361856.291866
-1361856.291866
-1361856.291866
-1361856.291866
-1361858.083878
-1361891.378156
-1361896.753072
-1361916.591925
-1361916.591925
-1361926.614354
-1361929.834842
-1361939.821142
-1361939.821142
-1361954.381789
-1361974.149444
-1361978.929007
-1362004.052964
-1362004.052964
-1362004.052964
-1362004.944308
-1362022.672595
-1362024.185551
-1362024.185551
-1362024.185551
-1362040.739212
-1362066.460523
-1362093.048726
-1362093.048726
-1362093.048726
-1362108.393559
-1362108.393559
-1362113.629001
-1362136.766881
-1362143.507708
-1362143.507708
-1362172.153470
-1362172.153470
-1362174.539855
-1362179.785322
-1362209.582469
-1362225.067932
-1362225.067932
-1362225.067932
-1362225.067932
-1362242.554825
-1362263.689844
-1362263.689844
-1362290.585398
-1362290.585398
-1362290.585398
-1362291.116687
-1362315.898776
-1362319.273266
-1362319.273266
-1362334.126162
-1362334.126162
-1362348.495849
-1362376.464067
-1362376.464067
-1362395.249643
-1362395.249643
-1362403.902490
-1362407.348756
-1362457.090466
-1362457.090466
-1362457.090466
-1362457.090466
-1362470.497348
-1362470.497348
-1362482.487275
-1362491.171519
-1362491.171519
-1362499.268332
-1362527.435934
-1362527.435934
-1362529.452883
-1362529.708617
-1362545.396794
-1362548.204255
-1362562.244842
-1362568.657384
-1362600.470291
-1362600.470291
-1362600.470291
-1362614.782210
-1362629.829827
-1362650.522677
-1362650.522677
-1362657.209113
-1362663.324030
-1362664.666712
-1362664.666712
-1362675.106153
-1362678.223551
-1362697.849714
-1362748.627995
-1362748.627995
-1362748.627995
-1362750.070753
-1362761.632583
-1362778.524595
-1362778.524595
-1362778.524595
-1362778.524595
-1362785.386999
-1362823.104550
-1362823.104550
-1362834.508825
-1362834.508825
-1362844.019259
-1362844.019259
-1362881.084273
-1362881.084273
-1362881.084273
-1362894.656774
-1362894.656774
-1362916.597072
-1362916.597072
-1362923.061725
-1362933.187697
-1362943.516084
-1362958.588088
-1362958.588088
-1362964.744943
-1362983.309318
-1362997.606994
-1363011.756995
-1363012.238397
-1363024.026723
-1363024.026723
-1363034.058720
-1363034.058720
-1363043.639036
-1363061.042822
-1363074.779901
-1363074.779901
-1363074.779901
-1363088.022055
-1363106.086723
-1363106.086723
-1363148.580586
-1363148.580586
-1363148.580586
-1363158.958055
-1363179.916149
-1363179.916149
-1363190.064848
-1363190.064848
-1363193.043344
-1363197.279658
-1363227.875227
-1363227.875227
-1363233.567787
-1363251.092433
-1363256.576019
-1363270.512814
-1363270.512814
-1363272.750088
-1363275.028574
-1363289.403226
-1363302.751229
-1363302.751229
-1363315.738268
-1363339.672618
-1363339.672618
-1363341.943492
-1363380.943859
-1363380.943859
-1363380.943859
-1363395.271028
-1363395.271028
-1363405.799746
-1363411.238705
-1363411.238705
-1363441.728327
-1363455.462102
-1363457.130305
-1363467.017802
-1363467.017802
-1363492.709468
-1363510.273654
-1363510.273654
-1363510.273654
-1363532.376102
-1363532.376102
-1363534.668916
-1363539.863125
-1363562.031276
-1363562.031276
-1363570.921654
-1363573.921711
-1363594.495344
-1363594.495344
-1363599.063928
-1363608.324561
-1363608.324561
-1363646.211954
-1363646.211954
-1363666.186859
-1363666.186859
-1363682.950886
-1363682.950886
-1363682.950886
-1363690.908576
-1363729.504388
-1363729.504388
-1363729.504388
-1363736.063689
-1363736.063689
-1363754.897529
-1363767.416359
-1363776.627362
-1363783.496281
-1363783.496281
-1363792.571161
-1363792.571161
-1363820.879653
-1363820.879653
-1363825.904650
-1363825.904650
-1363827.435397
-1363865.865717
-1363865.865717
-1363876.543770
-1363879.615804
-1363888.278538
-1363903.734857
-1363903.734857
-1363936.979138
-1363940.398330
-1363940.398330
-1363940.398330
-1363943.201924
-1363971.477704
-1363975.908522
-1363979.311526
-1364005.948042
-1364005.948042
-1364032.467980
-1364032.467980
-1364037.193766
-1364037.193766
-1364052.697829
-1364052.697829
-1364052.697829
-1364073.499460
-1364081.171802
-1364099.757377
-1364099.757377
-1364099.757377
-1364143.304805
-1364143.304805
-1364162.384388
-1364162.384388
-1364162.384388
-1364167.645831
-1364175.182914
-1364175.182914
-1364177.445992
-1364178.747656
-1364197.252132
-1364216.430256
-1364242.692809
-1364243.037348
-1364243.037348
-1364269.571563
-1364269.708085
-1364269.708085
-1364280.575026
-1364285.608584
-1364303.916543
-1364303.916543
-1364306.204025
-1364327.074318
-1364327.074318
-1364339.918186
-1364369.389967
-1364369.389967
-1364369.389967
-1364395.736763
-1364395.736763
-1364398.907734
-1364398.907734
-1364398.907734
-1364439.606247
-1364439.606247
-1364439.606247
-1364470.000928
-1364470.000928
-1364470.000928
-1364487.481231
-1364487.481231
-1364509.867032
-1364509.867032
-1364509.867032
-1364532.417080
-1364533.391124
-1364555.758562
-1364555.758562
-1364555.758562
-1364569.066972
-1364576.836022
-1364580.171555
-1364580.171555
-1364598.101347
-1364605.798341
-1364629.404496
-1364629.404496
-1364629.404496
-1364652.775629
-1364669.537350
-1364669.537350
-1364674.997339
-1364675.281216
-1364687.256307
-1364698.473457
-1364717.690402
-1364717.690402
-1364717.690402
-1364733.057520
-1364749.234119
-1364749.234119
-1364784.029689
-1364784.029689
-1364784.029689
-1364797.323072
-1364805.376898
-1364805.376898
-1364805.376898
-1364819.497693
-1364850.889432
-1364850.889432
-1364850.889432
-1364850.889432
-1364876.003404
-1364886.820226
-1364886.820226
-1364886.820226
-1364905.713931
-1364919.176417
-1364919.176417
-1364919.176417
-1364923.848548
-1364923.848548
-1364935.374085
-1364948.968787
-1364965.101022
-1364965.101022
-1364978.589838
-1364998.506549
-1365023.622653
-1365023.622653
-1365023.622653
-1365028.012523
-1365028.207401
-1365046.050377
-1365046.050377
-1365056.628309
-1365067.378050
-1365067.378050
-1365081.822077
-1365099.069422
-1365106.121053
-1365106.121053
-1365113.903268
-1365141.113270
-1365141.113270
-1365173.787551
-1365173.787551
-1365176.852574
-1365176.852574
-1365176.852574
-1365188.047291
-1365188.047291
-1365224.393793
-1365224.393793
-1365224.393793
-1365231.982417
-1365257.599297
-1365257.599297
-1365279.906078
-1365279.906078
-1365279.906078
-1365281.482401
-1365305.455900
-1365305.455900
-1365305.455900
-1365334.750330
-1365345.514951
-1365345.514951
-1365345.514951
-1365353.425700
-1365353.425700
-1365384.083546
-1365398.111406
-1365398.111406
-1365413.394412
-1365422.265312
-1365429.591990
-1365429.591990
-1365446.748922
-1365446.748922
-1365460.211973
-1365460.211973
-1365466.175761
-1365491.638875
-1365491.638875
-1365496.181853
-1365521.834048
-1365521.834048
-1365521.834048
-1365521.834048
-1365534.499549
-1365534.499549
-1365573.313395
-1365573.313395
-1365573.313395
-1365577.531403
-1365583.489616
-1365597.480396
-1365597.480396
-1365597.480396
-1365638.372272
-1365638.372272
-1365638.372272
-1365662.883240
-1365665.640898
-1365665.640898
-1365675.158029
-1365675.158029
-1365689.492651
-1365689.492651
-1365700.541070
-1365718.801077
-1365719.929226
-1365747.639309
-1365770.073178
-1365770.073178
-1365770.073178
-1365770.073178
-1365771.792968
-1365779.672700
-1365795.533171
-1365795.533171
-1365800.603479
-1365816.359559
-1365834.942158
-1365834.942158
-1365841.288722
-1365844.433149
-1365873.833486
-1365873.833486
-1365873.833486
-1365900.269924
-1365900.269924
-1365919.032579
-1365919.032579
-1365919.032579
-1365942.685534
-1365942.685534
-1365942.685534
-1365943.807969
-1365979.061709
-1365979.061709
-1365981.825587
-1365981.825587
-1365981.825587
-1366000.852859
-1366007.181856
-1366018.391612
-1366018.391612
-1366018.391612
-1366018.391612
-1366024.122495
-1366069.695935
-1366070.356092
-1366093.067052
-1366093.067052
-1366093.067052
-1366102.282441
-1366122.341814
-1366135.653474
-1366135.653474
-1366135.653474
-1366135.653474
-1366145.359812
-1366148.721863
-1366148.721863
-1366161.595267
-1366164.204738
-1366206.829025
-1366206.829025
-1366206.829025
-1366220.435756
-1366226.159425
-1366226.159425
-1366238.106387
-1366250.312413
-1366252.111046
-1366252.111046
-1366268.384245
-1366281.639766
-1366292.813715
-1366292.813715
-1366305.843475
-1366305.843475
-1366328.643145
-1366333.259214
-1366333.259214
-1366336.956664
-1366372.523885
-1366372.523885
-1366393.867064
-1366393.867064
-1366393.867064
-1366393.867064
-1366393.867064
-1366408.802091
-1366421.422742
-1366421.422742
-1366448.470948
-1366448.470948
-1366454.067042
-1366454.067042
-1366457.820096
-1366457.820096
-1366457.820096
-1366471.876660
-1366471.876660
-1366507.682494
-1366518.936273
-1366518.936273
-1366531.183137
-1366548.682482
-1366548.682482
-1366573.631501
-1366573.631501
-1366573.631501
-1366581.700820
-1366581.700820
-1366598.134623
-1366598.134623
-1366606.240039
-1366632.011684
-1366632.011684
-1366632.011684
-1366632.011684
-1366642.498761
-1366676.916289
-1366676.916289
-1366676.916289
-1366697.335766
-1366705.629760
-1366707.975964
-1366707.975964
-1366725.957112
-1366725.957112
-1366735.238130
-1366746.930358
-1366749.349444
-1366770.129691
-1366770.129691
-1366770.129691
-1366789.910195
-1366789.910195
-1366825.934698
-1366825.934698
-1366825.934698
-1366838.713810
-1366838.713810
-1366845.624296
-1366845.624296
-1366857.841798
-1366861.413276
-1366872.097550
-1366883.132247
-1366883.132247
-1366894.943110
-1366898.814676
-1366898.814676
-1366901.341493
-1366913.098547
-1366922.066250
-1366946.272676
-1366954.572105
-1366962.454854
-1366962.890772
-1367000.531790
-1367000.531790
-1367000.531790
-1367007.467578
-1367007.871110
-1367014.021935
-1367014.021935
-1367046.138107
-1367054.033410
-1367054.033410
-1367064.991241
-1367082.673203
-1367082.673203
-1367086.585243
-1367086.585243
-1367086.585243
-1367086.585243
-1367103.707549
-1367115.619629
-1367157.233031
-1367157.233031
-1367157.233031
-1367157.233031
-1367184.403031
-1367184.403031
-1367192.358082
-1367192.358082
-1367204.126665
-1367204.126665
-1367220.923705
-1367220.923705
-1367220.923705
-1367228.062816
-1367252.607562
-1367252.607562
-1367271.409609
-1367271.409609
-1367275.374807
-1367290.179150
-1367295.260497
-1367295.260497
-1367295.959167
-1367304.852017
-1367346.199122
-1367346.199122
-1367349.829898
-1367360.241647
-1367362.368174
-1367362.368174
-1367365.645025
-1367368.924142
-1367403.266483
-1367403.266483
-1367403.266483
-1367403.266483
-1367415.369227
-1367423.498535
-1367423.919365
-1367423.919365
-1367455.960899
-1367458.409918
-1367470.995482
-1367470.995482
-1367506.664058
-1367506.664058
-1367518.365155
-1367518.365155
-1367518.365155
-1367518.365155
-1367521.206766
-1367529.951635
-1367563.247339
-1367563.247339
-1367601.848394
-1367601.848394
-1367601.848394
-1367601.848394
-1367601.848394
-1367613.622118
-1367613.622118
-1367614.633168
-1367622.077176
-1367622.077176
-1367642.339878
-1367655.648022
-1367667.835943
-1367667.835943
-1367695.027727
-1367695.027727
-1367695.027727
-1367702.066534
-1367709.866086
-1367716.870914
-1367718.586678
-1367718.586678
-1367736.909359
-1367742.050478
-1367761.623418
-1367764.386640
-1367782.534063
-1367782.534063
-1367782.534063
-1367791.266097
-1367819.811788
-1367830.090218
-1367830.090218
-1367848.578215
-1367848.578215
-1367848.578215
-1367874.524564
-1367874.524564
-1367874.524564
-1367874.524564
-1367897.004090
-1367897.004090
-1367902.713410
-1367902.713410
-1367902.713410
-1367912.803361
-1367933.985281
-1367949.439461
-1367955.475291
-1367975.600025
-1367975.600025
-1367975.600025
-1367984.503689
-1368011.020938
-1368011.020938
-1368015.246660
-1368024.605843
-1368024.605843
-1368040.237684
-1368040.237684
-1368040.237684
-1368043.447508
-1368069.333899
-1368069.333899
-1368069.333899
-1368072.359040
-1368110.729605
-1368110.729605
-1368131.116952
-1368131.116952
-1368131.116952
-1368131.116952
-1368144.759865
-1368144.759865
-1368158.021814
-1368158.021814
-1368174.732210
-1368188.625686
-1368188.625686
-1368188.625686
-1368208.382414
-1368220.999893
-1368220.999893
-1368229.624702
-1368236.616552
-1368256.442479
-1368256.442479
-1368257.535809
-1368266.035148
-1368279.156993
-1368283.839263
-1368297.777092
-1368297.777092
-1368307.247469
-1368317.179175
-1368317.179175
-1368341.199888
-1368341.199888
-1368342.184932
-1368342.184932
-1368383.288747
-1368383.288747
-1368383.288747
-1368383.288747
-1368383.288747
-1368403.055274
-1368447.135230
-1368447.135230
-1368447.135230
-1368447.135230
-1368447.135230
-1368472.689924
-1368472.689924
-1368472.689924
-1368482.684662
-1368489.157192
-1368492.384638
-1368492.384638
-1368515.335056
-1368515.335056
-1368515.335056
-1368524.529427
-1368539.751116
-1368547.669091
-1368547.669091
-1368547.669091
-1368560.102077
-1368560.729573
-1368590.536471
-1368591.800132
-1368597.222114
-1368601.688545
-1368612.831971
-1368623.183529
-1368625.692191
-1368633.062788
-1368660.759177
-1368661.323972
-1368665.953541
-1368669.666625
-1368669.666625
-1368680.366559
-1368695.524919
-1368695.524919
-1368702.033541
-1368702.033541
-1368738.360091
-1368752.018950
-1368752.018950
-1368752.018950
-1368758.490643
-1368778.535283
-1368778.535283
-1368778.647052
-1368799.909675
-1368807.477297
-1368807.477297
-1368812.356155
-1368843.545350
-1368843.545350
-1368843.545350
-1368843.545350
-1368852.224065
-1368852.224065
-1368852.224065
-1368863.586799
-1368863.586799
-1368896.649860
-1368896.649860
-1368909.672414
-1368922.833561
-1368922.833561
-1368931.067181
-1368935.319240
-1368944.111710
-1368967.594861
-1368967.594861
-1368976.378094
-1368980.589034
-1368986.339803
-1368990.760554
-1368996.062824
-1369007.476039
-1369015.196265
-1369046.039603
-1369046.039603
-1369046.039603
-1369053.069659
-1369063.995152
-1369063.995152
-1369067.664856
-1369076.251867
-1369093.676391
-1369103.208065
-1369103.208065
-1369110.335089
-1369122.830087
-1369131.009801
-1369131.009801
-1369143.880762
-1369149.355693
-1369170.377725
-1369170.377725
-1369188.950569
-1369188.950569
-1369193.600819
-1369193.600819
-1369201.810208
-1369210.781600
-1369227.121933
-1369244.034815
-1369258.404997
-1369258.404997
-1369258.404997
-1369258.404997
-1369258.404997
-1369293.610643
-1369293.610643
-1369304.735961
-1369304.735961
-1369321.633124
-1369321.633124
-1369321.633124
-1369338.810902
-1369338.810902
-1369362.253452
-1369363.708550
-1369372.073901
-1369397.529134
-1369397.529134
-1369397.529134
-1369397.529134
-1369412.749119
-1369414.761964
-1369414.761964
-1369449.578466
-1369452.013216
-1369454.473120
-1369454.473120
-1369465.466141
-1369465.466141
-1369465.466141
-1369465.466141
-1369476.542173
-1369488.640390
-1369508.970923
-1369508.970923
-1369517.851007
-1369520.558144
-1369539.200117
-1369542.868744
-1369546.776833
-1369546.776833
-1369559.071103
-1369566.548554
-1369583.289302
-1369594.144814
-1369603.191962
-1369603.191962
-1369612.732204
-1369639.182489
-1369651.866353
-1369671.271065
-1369671.271065
-1369671.271065
-1369671.271065
-1369677.849888
-1369701.202013
-1369701.202013
-1369701.202013
-1369701.202013
-1369701.202013
-1369701.202013
-1369706.422589
-1369706.422589
-1369706.560534
-1369727.470119
-1369751.216948
-1369771.827945
-1369771.827945
-1369781.156199
-1369781.156199
-1369784.916240
-1369791.797889
-1369831.122034
-1369831.122034
-1369831.122034
-1369855.419524
-1369862.888999
-1369862.888999
-1369870.729107
-1369875.191431
-1369875.191431
-1369888.357245
-1369888.357245
-1369888.357245
-1369905.188632
-1369922.541788
-1369922.541788
-1369922.541788
-1369928.035231
-1369928.035231
-1369944.435125
-1369950.873060
-1369962.146994
-1369973.337714
-1369973.337714
-1369983.430255
-1370000.593165
-1370000.593165
-1370019.897039
-1370019.897039
-1370019.897039
-1370044.448344
-1370046.849862
-1370046.849862
-1370056.464775
-1370056.464775
-1370104.952877
-1370104.952877
-1370118.654838
-1370118.654838
-1370121.261323
-1370121.261323
-1370121.261323
-1370126.730041
-1370149.433781
-1370157.723075
-1370157.723075
-1370157.723075
-1370157.723075
-1370157.723075
-1370194.571663
-1370194.571663
-1370220.104392
-1370220.104392
-1370220.104392
-1370224.222945
-1370224.222945
-1370250.460205
-1370251.081459
-1370251.813109
-1370264.332896
-1370273.562653
-1370288.145388
-1370288.145388
-1370291.859670
-1370300.938332
-1370314.107666
-1370314.107666
-1370319.922585
-1370324.522378
-1370352.145496
-1370352.145496
-1370365.952684
-1370365.952684
-1370375.061323
-1370375.061323
-1370382.905909
-1370382.905909
-1370386.925962
-1370406.806153
-1370417.473358
-1370436.725567
-1370436.725567
-1370436.725567
-1370484.422563
-1370484.422563
-1370484.422563
-1370484.422563
-1370484.422563
-1370484.422563
-1370489.161510
-1370504.817496
-1370504.817496
-1370505.270535
-1370534.182456
-1370534.182456
-1370534.182456
-1370548.930037
-1370548.930037
-1370573.387028
-1370579.315281
-1370579.315281
-1370579.315281
-1370600.728725
-1370600.728725
-1370617.888097
-1370622.453009
-1370622.453009
-1370633.739092
-1370640.105619
-1370660.470654
-1370660.470654
-1370670.983739
-1370689.420285
-1370694.714826
-1370694.714826
-1370698.027313
-1370698.027313
-1370727.303313
-1370727.303313
-1370737.418980
-1370737.418980
-1370749.964203
-1370749.964203
-1370761.175437
-1370761.175437
-1370772.000760
-1370787.762181
-1370787.762181
-1370799.281276
-1370835.884606
-1370835.884606
-1370835.884606
-1370835.884606
-1370859.838208
-1370859.838208
-1370859.838208
-1370864.065684
-1370868.971410
-1370868.971410
-1370923.860093
-1370923.860093
-1370923.860093
-1370923.860093
-1370923.860093
-1370928.678766
-1370930.559138
-1370933.073617
-1370940.975040
-1370940.975040
-1370961.418230
-1370974.543565
-1370974.543565
-1371011.070573
-1371011.070573
-1371011.070573
-1371011.070573
-1371011.070573
-1371016.034697
-1371016.034697
-1371019.632641
-1371019.632641
-1371040.392016
-1371063.508624
-1371063.508624
-1371064.836099
-1371077.110788
-1371088.733643
-1371102.715285
-1371102.715285
-1371102.715285
-1371102.715285
-1371137.399517
-1371137.399517
-1371150.742993
-1371150.742993
-1371168.947861
-1371168.947861
-1371183.689338
-1371183.689338
-1371183.689338
-1371189.315019
-1371238.200200
-1371238.200200
-1371238.200200
-1371238.200200
-1371260.253955
-1371260.253955
-1371260.253955
-1371284.079598
-1371284.079598
-1371284.079598
-1371300.401227
-1371310.353257
-1371310.353257
-1371310.353257
-1371311.172807
-1371325.416812
-1371325.416812
-1371325.416812
-1371338.427123
-1371338.427123
-1371362.304245
-1371362.304245
-1371362.304245
-1371362.304245
-1371397.350048
-1371397.350048
-1371397.350048
-1371397.350048
-1371407.806792
-1371424.653426
-1371432.222332
-1371447.923460
-1371447.923460
-1371449.458282
-1371449.458282
-1371468.854225
-1371468.854225
-1371468.854225
-1371506.408786
-1371506.408786
-1371511.889242
-1371514.198940
-1371514.198940
-1371532.683578
-1371532.683578
-1371532.958254
-1371539.643134
-1371540.301537
-1371573.519594
-1371573.519594
-1371608.974450
-1371608.974450
-1371608.974450
-1371624.744041
-1371624.744041
-1371624.744041
-1371633.029337
-1371636.752268
-1371649.659093
-1371649.659093
-1371681.969697
-1371681.969697
-1371694.756913
-1371694.756913
-1371694.756913
-1371697.935538
-1371710.764389
-1371734.503855
-1371743.748928
-1371743.748928
-1371743.748928
-1371743.748928
-1371743.748928
-1371743.748928
-1371758.823323
-1371792.298854
-1371792.298854
-1371792.298854
-1371792.553610
-1371818.682528
-1371818.682528
-1371819.062521
-1371819.062521
-1371843.904337
-1371857.456528
-1371857.456528
-1371857.456528
-1371857.456528
-1371857.456528
-1371874.468775
-1371874.468775
-1371876.671804
-1371905.506972
-1371929.712175
-1371939.442659
-1371939.442659
-1371939.442659
-1371939.442659
-1371947.503539
-1371950.318266
-1371950.318266
-1371953.018721
-1371979.882457
-1371979.882457
-1371979.882457
-1371982.290891
-1371988.827983
-1372029.482387
-1372029.482387
-1372029.482387
-1372038.246041
-1372066.751216
-1372066.751216
-1372066.751216
-1372073.648314
-1372081.808501
-1372084.999273
-1372097.361023
-1372097.361023
-1372116.890740
-1372118.550958
-1372122.554350
-1372150.459563
-1372150.459563
-1372150.459563
-1372165.439883
-1372165.439883
-1372188.926789
-1372188.926789
-1372188.926789
-1372188.926789
-1372188.926789
-1372197.441240
-1372202.542520
-1372220.902694
-1372220.902694
-1372234.309914
-1372248.272611
-1372268.753122
-1372269.688691
-1372269.688691
-1372269.688691
-1372293.094485
-1372293.094485
-1372293.094485
-1372293.094485
-1372321.628645
-1372321.628645
-1372332.780220
-1372332.780220
-1372344.120987
-1372344.120987
-1372360.277244
-1372360.277244
-1372377.856352
-1372377.856352
-1372396.631134
-1372396.631134
-1372398.845145
-1372398.845145
-1372403.320109
-1372429.493068
-1372429.493068
-1372432.138825
-1372435.383774
-1372452.560158
-1372452.560158
-1372471.796510
-1372471.796510
-1372471.796510
-1372492.507190
-1372507.780194
-1372507.780194
-1372507.780194
-1372526.571533
-1372526.571533
-1372538.271482
-1372538.271482
-1372541.356465
-1372543.831469
-1372600.970757
-1372600.970757
-1372600.970757
-1372600.970757
-1372600.970757
-1372616.900966
-1372616.900966
-1372629.199282
-1372629.199282
-1372629.199282
-1372629.239591
-1372652.712330
-1372652.712330
-1372664.409001
-1372682.125149
-1372682.125149
-1372682.125149
-1372694.510798
-1372696.513793
-1372696.513793
-1372696.513793
-1372696.513793
-1372720.883827
-1372753.529318
-1372753.529318
-1372753.529318
-1372753.529318
-1372764.570970
-1372764.570970
-1372764.570970
-1372782.251584
-1372800.443502
-1372837.907985
-1372837.907985
-1372837.907985
-1372837.907985
-1372837.907985
-1372860.818161
-1372860.818161
-1372860.818161
-1372860.818161
-1372865.793698
-1372874.177352
-1372883.842338
-1372883.842338
-1372883.842338
-1372900.392881
-1372905.379337
-1372905.379337
-1372935.207921
-1372947.813328
-1372953.035078
-1372953.035078
-1372953.035078
-1372982.678083
-1372982.678083
-1372984.334730
-1372985.542975
-1373012.968382
-1373012.968382
-1373030.612216
-1373030.612216
-1373030.612216
-1373032.794320
-1373034.666841
-1373053.500581
-1373053.500581
-1373073.674279
-1373073.674279
-1373078.150818
-1373078.150818
-1373078.150818
-1373093.448475
-1373111.303080
-1373112.507659
-1373130.023967
-1373130.023967
-1373130.023967
-1373130.023967
-1373162.200294
-1373162.200294
-1373162.200294
-1373168.322013
-1373169.038450
-1373181.544748
-1373212.532484
-1373229.546686
-1373240.077640
-1373240.077640
-1373240.077640
-1373240.077640
-1373241.301260
-1373241.301260
-1373241.301260
-1373260.953577
-1373260.953577
-1373275.369271
-1373275.369271
-1373301.812160
-1373316.577820
-1373330.124480
-1373330.124480
-1373330.124480
-1373336.787918
-1373336.787918
-1373342.627041
-1373352.996753
-1373361.426474
-1373391.341775
-1373391.341775
-1373391.341775
-1373391.341775
-1373391.341775
-1373417.582222
-1373417.582222
-1373420.395585
-1373420.395585
-1373447.056753
-1373457.015616
-1373470.529820
-1373470.529820
-1373470.529820
-1373470.529820
-1373485.765409
-1373485.765409
-1373485.765409
-1373501.947819
-1373501.947819
-1373518.850892
-1373522.596633
-1373522.596633
-1373534.976749
-1373536.786719
-1373547.232987
-1373559.389216
-1373564.014700
-1373576.397890
-1373582.379925
-1373610.590652
-1373610.590652
-1373610.590652
-1373610.590652
-1373618.327185
-1373632.453095
-1373653.201449
-1373653.201449
-1373653.201449
-1373653.201449
-1373653.201449
-1373675.802429
-1373677.739010
-1373686.055500
-1373691.657461
-1373697.107676
-1373697.107676
-1373702.005664
-1373702.005664
-1373708.123572
-1373721.840878
-1373721.840878
-1373731.917339
-1373753.318611
-1373780.315824
-1373798.392225
-1373798.392225
-1373798.392225
-1373798.404623
-1373802.069527
-1373802.069527
-1373803.037599
-1373820.622498
-1373820.622498
-1373834.948637
-1373860.607155
-1373860.607155
-1373860.607155
-1373870.238279
-1373870.238279
-1373884.417508
-1373899.730586
-1373900.610226
-1373900.610226
-1373930.000035
-1373935.519742
-1373938.778053
-1373947.455057
-1373947.455057
-1373947.656070
-1373947.656070
-1373965.339868
-1373967.477073
-1373967.477073
-1373983.493256
-1373994.558362
-1373994.558362
-1373996.652240
-1374023.260183
-1374023.260183
-1374025.317327
-1374028.289644
-1374047.071084
-1374072.331693
-1374072.331693
-1374072.331693
-1374077.288498
-1374077.288498
-1374084.585552
-1374092.725311
-1374099.836782
-1374105.988420
-1374116.139524
-1374134.072768
-1374138.625783
-1374138.625783
-1374166.721369
-1374166.721369
-1374166.721369
-1374166.721369
-1374174.733160
-1374174.733160
-1374201.292273
-1374202.037302
-1374206.755090
-1374206.755090
-1374209.318746
-1374223.803524
-1374241.785692
-1374250.835741
-1374255.261567
-1374257.423295
-1374264.064357
-1374266.304281
-1374285.420511
-1374285.420511
-1374285.420511
-1374285.420511
-1374313.543948
-1374313.543948
-1374315.972511
-1374315.972511
-1374321.670730
-1374344.662401
-1374351.703778
-1374351.703778
-1374351.703778
-1374379.291997
-1374379.291997
-1374389.112849
-1374390.711368
-1374409.006802
-1374409.006802
-1374420.286520
-1374442.648124
-1374442.648124
-1374444.474355
-1374444.474355
-1374479.127513
-1374479.127513
-1374479.127513
-1374479.127513
-1374488.884631
-1374511.536967
-1374511.536967
-1374511.536967
-1374511.536967
-1374520.672638
-1374545.344278
-1374545.344278
-1374545.344278
-1374545.344278
-1374563.985090
-1374563.985090
-1374563.985090
-1374565.392590
-1374585.365819
-1374585.365819
-1374590.565765
-1374590.565765
-1374604.918166
-1374638.895718
-1374638.895718
-1374654.489332
-1374654.489332
-1374659.842527
-1374659.842527
-1374659.842527
-1374665.217021
-1374673.205466
-1374675.023984
-1374709.676583
-1374709.676583
-1374735.022184
-1374735.022184
-1374735.022184
-1374735.022184
-1374756.325993
-1374756.325993
-1374756.325993
-1374756.325993
-1374756.325993
-1374765.502649
-1374765.502649
-1374788.209889
-1374788.209889
-1374792.852203
-1374801.853332
-1374844.492300
-1374844.492300
-1374844.492300
-1374849.313883
-1374852.731005
-1374871.716455
-1374871.716455
-1374872.583469
-1374872.583469
-1374872.583469
-1374893.241119
-1374893.241119
-1374893.241119
-1374910.152166
-1374917.305895
-1374917.305895
-1374918.874522
-1374919.283692
-1374936.896187
-1374936.896187
-1374962.694750
-1374962.694750
-1374973.981275
-1374984.966524
-1374984.966524
-1375021.328575
-1375021.328575
-1375021.328575
-1375023.290621
-1375023.290621
-1375059.532888
-1375059.532888
-1375065.028642
-1375065.028642
-1375065.028642
-1375067.547623
-1375098.415848
-1375099.637739
-1375099.637739
-1375099.637739
-1375099.637739
-1375099.883078
-1375099.883078
-1375122.980461
-1375127.459585
-1375167.310716
-1375167.310716
-1375167.310716
-1375167.310716
-1375167.310716
-1375174.794951
-1375183.423284
-1375183.423284
-1375184.975807
-1375210.374257
-1375210.374257
-1375213.105461
-1375243.567923
-1375243.567923
-1375243.567923
-1375243.567923
-1375246.260880
-1375257.496538
-1375257.496538
-1375289.369047
-1375289.369047
-1375310.291405
-1375310.291405
-1375310.291405
-1375310.291405
-1375320.732557
-1375336.461123
-1375337.952752
-1375344.763086
-1375344.763086
-1375344.871999
-1375349.093010
-1375377.225260
-1375406.492474
-1375412.456742
-1375412.456742
-1375412.456742
-1375413.294987
-1375439.029158
-1375440.631229
-1375440.631229
-1375443.827786
-1375443.827786
-1375443.827786
-1375443.827786
-1375451.626913
-1375459.099765
-1375459.099765
-1375495.983604
-1375495.983604
-1375513.713693
-1375513.713693
-1375513.713693
-1375523.520744
-1375523.520744
-1375542.890552
-1375544.699287
-1375548.717378
-1375548.717378
-1375548.717378
-1375548.876321
-1375571.127413
-1375573.092107
-1375592.870476
-1375624.453756
-1375624.453756
-1375624.453756
-1375624.453756
-1375628.542707
-1375643.678389
-1375643.678389
-1375643.678389
-1375646.737775
-1375669.277477
-1375669.277477
-1375669.277477
-1375669.277477
-1375717.365145
-1375717.365145
-1375717.365145
-1375717.365145
-1375717.365145
-1375741.091839
-1375748.147009
-1375748.147009
-1375754.377289
-1375755.022150
-1375755.022150
-1375769.427384
-1375773.745293
-1375783.996290
-1375783.996290
-1375783.996290
-1375808.600583
-1375808.600583
-1375813.471934
-1375834.726097
-1375834.726097
-1375860.596179
-1375870.100600
-1375870.100600
-1375870.100600
-1375870.100600
-1375870.100600
-1375872.549642
-1375876.597880
-1375876.597880
-1375882.696240
-1375882.696240
-1375920.923761
-1375937.838341
-1375946.244599
-1375946.244599
-1375946.244599
-1375946.244599
-1375974.991410
-1375974.991410
-1375974.991410
-1375974.991410
-1375994.065763
-1375994.065763
-1375998.334425
-1376013.525026
-1376013.525026
-1376014.657429
-1376030.894423
-1376035.874519
-1376060.366251
-1376077.498543
-1376077.498543
-1376077.498543
-1376077.498543
-1376077.498543
-1376077.498543
-1376090.354938
-1376090.354938
-1376090.354938
-1376105.009814
-1376131.153940
-1376131.153940
-1376131.153940
-1376134.145875
-1376134.145875
-1376164.075232
-1376164.075232
-1376184.955106
-1376184.955106
-1376196.507113
-1376196.507113
-1376202.238033
-1376219.937824
-1376219.937824
-1376219.937824
-1376231.446649
-1376259.207904
-1376259.207904
-1376259.207904
-1376259.207904
-1376259.207904
-1376259.207904
-1376267.948240
-1376295.118893
-1376295.118893
-1376296.631855
-1376296.631855
-1376305.409477
-1376305.409477
-1376305.409477
-1376336.670261
-1376336.670261
-1376350.059990
-1376350.059990
-1376351.061640
-1376362.315729
-1376378.555294
-1376378.555294
-1376378.555294
-1376378.555294
-1376387.231589
-1376391.615089
-1376398.757982
-1376413.175621
-1376423.317061
-1376434.817815
-1376448.405975
-1376459.388064
-1376459.388064
-1376459.388064
-1376463.954953
-1376479.555252
-1376479.555252
-1376500.282190
-1376500.282190
-1376500.282190
-1376503.399035
-1376503.940420
-1376503.940420
-1376518.619330
-1376528.347063
-1376559.425876
-1376559.425876
-1376559.425876
-1376602.288022
-1376602.288022
-1376602.288022
-1376602.288022
-1376602.288022
-1376614.981777
-1376614.981777
-1376628.532212
-1376628.532212
-1376640.987194
-1376641.280298
-1376641.280298
-1376641.280298
-1376641.280298
-1376655.599579
-1376660.947863
-1376691.974054
-1376691.974054
-1376691.974054
-1376691.974054
-1376698.208076
-1376698.208076
-1376736.188288
-1376736.188288
-1376736.188288
-1376736.188288
-1376740.969575
-1376740.969575
-1376753.581156
-1376761.630942
-1376761.630942
-1376785.177866
-1376785.177866
-1376798.091965
-1376802.206317
-1376802.206317
-1376802.206317
-1376811.841859
-1376842.197420
-1376842.197420
-1376842.197420
-1376842.197420
-1376842.197420
-1376859.565064
-1376869.478582
-1376899.101084
-1376905.028722
-1376905.028722
-1376906.432761
-1376914.071895
-1376914.071895
-1376924.061876
-1376924.061876
-1376924.061876
-1376924.061876
-1376946.550036
-1376946.550036
-1376951.614976
-1376976.582629
-1376981.366368
-1376990.004623
-1376990.004623
-1376995.051965
-1376995.051965
-1377000.521949
-1377007.753468
-1377022.752053
-1377022.752053
-1377035.695551
-1377040.681488
-1377049.251268
-1377049.251268
-1377063.260069
-1377066.060966
-1377066.060966
-1377074.994564
-1377074.994564
-1377093.903628
-1377099.098780
-1377101.896443
-1377101.896443
-1377117.462518
-1377131.295760
-1377132.680304
-1377159.292230
-1377159.292230
-1377159.292230
-1377159.292230
-1377184.711641
-1377184.711641
-1377184.711641
-1377184.711641
-1377184.711641
-1377184.711641
-1377188.503036
-1377218.356953
-1377229.451058
-1377229.451058
-1377230.962200
-1377264.229335
-1377264.229335
-1377264.229335
-1377264.229335
-1377266.288626
-1377277.977359
-1377280.369343
-1377291.724153
-1377317.401954
-1377333.653427
-1377333.653427
-1377333.653427
-1377342.269002
-1377350.467843
-1377350.467843
-1377350.467843
-1377372.878718
-1377372.878718
-1377372.878718
-1377372.878718
-1377406.873628
-1377406.873628
-1377406.873628
-1377406.873628
-1377426.107766
-1377426.107766
-1377428.457832
-1377442.858436
-1377456.426280
-1377456.426280
-1377456.426280
-1377456.426280
-1377456.426280
-1377456.426280
-1377490.229148
-1377490.229148
-1377521.424278
-1377521.424278
-1377521.424278
-1377521.424278
-1377521.424278
-1377521.424278
-1377521.424278
-1377522.907652
-1377534.034538
-1377534.034538
-1377534.034538
-1377535.926284
-1377553.896555
-1377554.792312
-1377574.909306
-1377605.261828
-1377605.261828
-1377622.201201
-1377622.201201
-1377626.930673
-1377647.839340
-1377647.839340
-1377647.839340
-1377663.757368
-1377667.624236
-1377667.624236
-1377672.082572
-1377688.059939
-1377689.969156
-1377689.969156
-1377696.039212
-1377703.288252
-1377718.112720
-1377718.112720
-1377718.112720
-1377747.041718
-1377747.041718
-1377747.041718
-1377747.041718
-1377778.974245
-1377778.974245
-1377780.645357
-1377780.645357
-1377780.645357
-1377780.645357
-1377793.756539
-1377812.073631
-1377812.073631
-1377819.088548
-1377821.201697
-1377824.155642
-1377839.918091
-1377842.857722
-1377862.103057
-1377870.390068
-1377895.578796
-1377895.578796
-1377895.578796
-1377895.578796
-1377895.578796
-1377895.578796
-1377895.578796
-1377917.970981
-1377920.473686
-1377921.659707
-1377934.868410
-1377935.560717
-1377939.245339
-1377967.055918
-1377967.055918
-1377986.248039
-1377986.248039
-1377986.248039
-1377989.642293
-1378002.265859
-1378002.265859
-1378007.996655
-1378007.996655
-1378045.447340
-1378046.680022
-1378046.680022
-1378046.680022
-1378063.835595
-1378063.835595
-1378063.835595
-1378077.392824
-1378077.392824
-1378095.711876
-1378100.578959
-1378100.578959
-1378100.578959
-1378100.578959
-1378144.771675
-1378144.771675
-1378161.897212
-1378161.897212
-1378161.897212
-1378161.897212
-1378161.897212
-1378170.251551
-1378170.251551
-1378170.251551
-1378170.251551
-1378206.153511
-1378206.153511
-1378228.723874
-1378228.723874
-1378228.723874
-1378228.723874
-1378228.723874
-1378244.199929
-1378244.199929
-1378252.932012
-1378258.086906
-1378272.556214
-1378290.851947
-1378290.851947
-1378290.851947
-1378290.851947
-1378306.632661
-1378312.072744
-1378312.072744
-1378315.617926
-1378334.655587
-1378334.655587
-1378334.655587
-1378355.579754
-1378355.579754
-1378381.603761
-1378381.603761
-1378381.603761
-1378383.858399
-1378410.714543
-1378410.714543
-1378410.714543
-1378412.879353
-1378412.879353
-1378412.879353
-1378426.119081
-1378426.119081
-1378470.116703
-1378470.116703
-1378470.116703
-1378470.116703
-1378492.166885
-1378492.166885
-1378507.103070
-1378515.666979
-1378515.666979
-1378515.666979
-1378534.513860
-1378534.513860
-1378546.834045
-1378546.834045
-1378546.834045
-1378547.861784
-1378551.147739
-1378551.147739
-1378554.153156
-1378554.153156
-1378573.464812
-1378579.653879
-1378595.805780
-1378595.805780
-1378608.610509
-1378608.610509
-1378617.107646
-1378623.595630
-1378623.595630
-1378667.882234
-1378671.608785
-1378671.608785
-1378686.810719
-1378686.810719
-1378686.810719
-1378688.586796
-1378693.598822
-1378693.598822
-1378693.598822
-1378726.533714
-1378737.979794
-1378737.979794
-1378737.979794
-1378746.306991
-1378746.306991
-1378763.541870
-1378763.541870
-1378772.876096
-1378773.836783
-1378773.836783
-1378784.261985
-1378800.082385
-1378808.014205
-1378837.143824
-1378837.143824
-1378837.143824
-1378837.143824
-1378837.143824
-1378837.143824
-1378837.143824
-1378837.143824
-1378837.143824
-1378837.143824
-1378860.018086
-1378877.286521
-1378877.286521
-1378886.498184
-1378919.097973
-1378919.097973
-1378922.713121
-1378951.018422
-1378951.018422
-1378951.018422
-1378951.018422
-1378951.018422
-1378967.174837
-1378967.174837
-1378977.756581
-1378977.756581
-1378990.464692
-1378991.524514
-1379007.252238
-1379007.252238
-1379031.475883
-1379031.475883
-1379031.475883
-1379041.927728
-1379041.927728
-1379041.927728
-1379061.989271
-1379061.989271
-1379064.827047
-1379065.428293
-1379077.873006
-1379089.570615
-1379115.290410
-1379115.290410
-1379115.290410
-1379121.764153
-1379126.747863
-1379126.747863
-1379154.155075
-1379154.155075
-1379154.155075
-1379154.155075
-1379154.155075
-1379166.773133
-1379166.773133
-1379166.773133
-1379166.773133
-1379201.067288
-1379201.391546
-1379201.391546
-1379221.813299
-1379225.746086
-1379225.746086
-1379252.051656
-1379252.051656
-1379258.883580
-1379258.883580
-1379258.883580
-1379295.046309
-1379295.046309
-1379295.046309
-1379295.046309
-1379304.856038
-1379311.948109
-1379311.948109
-1379311.948109
-1379311.948109
-1379343.937985
-1379343.937985
-1379344.611699
-1379353.524380
-1379357.111195
-1379357.111195
-1379360.079588
-1379387.323126
-1379392.587441
-1379392.587441
-1379392.587441
-1379392.587441
-1379392.587441
-1379424.369788
-1379424.369788
-1379424.369788
-1379439.886021
-1379439.886021
-1379459.503865
-1379466.321407
-1379476.573859
-1379476.573859
-1379479.254653
-1379479.254653
-1379495.827165
-1379495.827165
-1379496.178761
-1379496.178761
-1379522.446090
-1379522.446090
-1379522.446090
-1379554.510322
-1379568.076329
-1379568.076329
-1379568.076329
-1379568.076329
-1379568.076329
-1379568.076329
-1379575.839528
-1379575.839528
-1379594.659807
-1379594.659807
-1379617.622438
-1379622.961304
-1379643.997596
-1379643.997596
-1379643.997596
-1379643.997596
-1379653.763579
-1379670.298817
-1379670.298817
-1379670.298817
-1379676.412269
-1379676.412269
-1379686.156710
-1379686.156710
-1379699.948561
-1379699.948561
-1379736.647876
-1379736.647876
-1379744.737316
-1379744.737316
-1379748.196295
-1379748.196295
-1379761.191576
-1379761.191576
-1379772.189667
-1379772.189667
-1379774.290921
-1379801.467092
-1379801.467092
-1379801.467092
-1379801.467092
-1379815.526717
-1379835.442974
-1379835.442974
-1379835.442974
-1379839.289257
-1379851.554945
-1379851.554945
-1379869.380282
-1379869.380282
-1379870.824366
-1379870.824366
-1379896.942555
-1379896.942555
-1379896.942555
-1379896.942555
-1379926.790784
-1379926.790784
-1379926.790784
-1379926.790784
-1379926.790784
-1379926.790784
-1379961.276411
-1379961.276411
-1379961.276411
-1379961.276411
-1379961.276411
-1379971.243536
-1379971.368981
-1379993.008530
-1380000.470394
-1380018.737179
-1380018.737179
-1380018.737179
-1380052.288152
-1380052.288152
-1380052.288152
-1380052.288152
-1380052.288152
-1380056.560629
-1380056.560629
-1380072.645637
-1380079.303702
-1380081.968432
-1380102.432027
-1380102.432027
-1380126.949341
-1380126.949341
-1380126.949341
-1380126.949341
-1380153.517871
-1380153.517871
-1380154.191182
-1380154.191182
-1380154.191182
-1380156.357015
-1380176.941199
-1380176.941199
-1380176.941199
-1380176.941199
-1380207.434450
-1380220.003161
-1380220.003161
-1380227.610116
-1380230.176729
-1380253.319671
-1380253.319671
-1380253.319671
-1380253.319671
-1380253.319671
-1380256.649880
-1380273.530158
-1380273.530158
-1380273.530158
-1380294.714826
-1380294.714826
-1380294.714826
-1380294.714826
-1380314.142890
-1380341.681730
-1380341.681730
-1380341.681730
-1380341.681730
-1380343.302693
-1380353.046823
-1380364.603058
-1380368.677593
-1380389.243847
-1380389.243847
-1380412.874198
-1380412.874198
-1380412.874198
-1380412.874198
-1380420.000520
-1380420.000520
-1380420.000520
-1380421.709048
-1380428.479624
-1380436.767340
-1380439.965287
-1380439.965287
-1380463.261434
-1380465.627738
-1380474.958592
-1380474.958592
-1380474.958592
-1380498.382926
-1380498.382926
-1380498.382926
-1380526.833160
-1380526.833160
-1380527.928249
-1380550.467333
-1380550.467333
-1380583.533951
-1380583.533951
-1380583.533951
-1380583.533951
-1380583.533951
-1380583.533951
-1380583.533951
-1380590.189764
-1380603.486225
-1380603.486225
-1380631.674750
-1380631.674750
-1380631.674750
-1380631.674750
-1380631.674750
-1380638.498045
-1380666.425570
-1380666.425570
-1380670.790318
-1380670.790318
-1380670.889009
-1380672.540142
-1380688.085188
-1380688.085188
-1380697.082205
-1380697.082205
-1380726.415866
-1380726.415866
-1380746.170773
-1380746.170773
-1380748.078087
-1380748.078087
-1380748.078087
-1380756.236491
-1380789.414141
-1380789.414141
-1380789.414141
-1380789.414141
-1380798.909472
-1380798.909472
-1380830.194229
-1380830.194229
-1380830.194229
-1380830.194229
-1380841.607323
-1380841.607323
-1380874.567859
-1380874.567859
-1380874.567859
-1380874.567859
-1380874.567859
-1380874.567859
-1380885.814570
-1380885.814570
-1380885.814570
-1380885.814570
-1380911.650381
-1380911.650381
-1380929.682691
-1380929.682691
-1380940.067866
-1380957.293366
-1380957.293366
-1380957.293366
-1380971.137134
-1380977.733468
-1380977.733468
-1380977.733468
-1381006.533693
-1381006.533693
-1381028.121866
-1381037.446678
-1381037.446678
-1381037.446678
-1381037.446678
-1381037.446678
-1381041.130997
-1381041.130997
-1381077.666614
-1381077.666614
-1381077.666614
-1381077.666614
-1381077.666614
-1381098.396206
-1381116.814397
-1381116.814397
-1381116.814397
-1381116.814397
-1381120.890947
-1381136.130411
-1381136.130411
-1381136.130411
-1381143.086732
-1381143.086732
-1381171.566322
-1381171.566322
-1381171.566322
-1381171.566322
-1381171.566322
-1381173.384934
-1381187.225102
-1381187.225102
-1381207.834327
-1381207.834327
-1381214.651295
-1381214.651295
-1381239.844130
-1381239.844130
-1381244.660984
-1381262.440195
-1381263.637936
-1381263.800177
-1381263.800177
-1381263.800177
-1381270.552008
-1381282.151534
-1381296.352401
-1381302.484976
-1381310.864310
-1381312.780616
-1381319.760090
-1381319.760090
-1381319.760090
-1381326.476824
-1381345.713378
-1381345.713378
-1381347.412281
-1381359.079575
-1381359.079575
-1381359.433610
-1381359.433610
-1381380.705895
-1381407.544150
-1381407.544150
-1381407.544150
-1381416.909805
-1381424.546468
-1381443.153127
-1381443.153127
-1381447.661964
-1381447.661964
-1381447.661964
-1381448.335951
-1381456.434009
-1381481.630632
-1381481.630632
-1381481.820863
-1381494.823285
-1381494.823285
-1381494.823285
-1381514.669728
-1381514.669728
-1381524.079663
-1381524.079663
-1381548.448630
-1381560.237997
-1381561.716926
-1381561.716926
-1381561.716926
-1381561.716926
-1381595.558607
-1381595.558607
-1381595.558607
-1381595.558607
-1381595.558607
-1381609.848641
-1381620.552634
-1381625.335895
-1381626.916893
-1381636.982574
-1381636.982574
-1381654.073459
-1381654.073459
-1381654.073459
-1381654.073459
-1381665.086038
-1381665.086038
-1381668.632211
-1381672.006586
-1381709.130829
-1381709.130829
-1381709.130829
-1381709.130829
-1381709.130829
-1381729.626949
-1381729.626949
-1381729.626949
-1381729.626949
-1381748.677890
-1381766.910598
-1381766.910598
-1381776.300250
-1381785.767318
-1381785.767318
-1381793.371639
-1381794.600488
-1381795.475977
-1381809.687781
-1381819.016909
-1381826.961179
-1381826.961179
-1381826.961179
-1381826.961179
-1381861.546454
-1381863.969468
-1381863.969468
-1381863.969468
-1381868.222545
-1381873.198882
-1381899.148558
-1381899.148558
-1381906.919239
-1381906.919239
-1381906.919239
-1381923.605111
-1381923.605111
-1381934.267706
-1381934.267706
-1381934.318775
-1381948.016771
-1381963.423583
-1381963.423583
-1381978.348519
-1381978.348519
-1381978.348519
-1381982.961383
-1381990.572100
-1382004.975542
-1382004.975542
-1382004.975542
-1382025.671434
-1382025.671434
-1382025.671434
-1382025.927594
-1382041.439632
-1382054.165963
-1382059.911734
-1382059.911734
-1382072.900322
-1382072.900322
-1382072.900322
-1382085.403877
-1382092.543291
-1382098.623499
-1382113.152874
-1382113.152874
-1382113.152874
-1382128.075557
-1382128.075557
-1382144.241320
-1382157.281704
-1382157.281704
-1382157.281704
-1382157.281704
-1382187.013206
-1382187.013206
-1382187.013206
-1382187.013206
-1382188.464830
-1382188.464830
-1382201.865263
-1382201.891728
-1382222.969923
-1382230.555312
-1382268.487811
-1382268.487811
-1382268.487811
-1382268.487811
-1382275.270998
-1382275.270998
-1382275.270998
-1382275.270998
-1382289.955743
-1382289.955743
-1382308.338080
-1382308.338080
-1382308.338080
-1382308.338080
-1382313.307269
-1382313.307269
-1382336.706531
-1382336.706531
-1382359.889292
-1382359.889292
-1382359.889292
-1382365.196839
-1382373.329088
-1382373.329088
-1382376.370524
-1382393.846260
-1382400.000833
-1382400.000833
-1382420.093661
-1382422.067472
-1382438.317329
-1382438.317329
-1382461.436902
-1382461.436902
-1382461.436902
-1382461.436902
-1382461.436902
-1382461.436902
-1382461.436902
-1382461.436902
-1382464.769382
-1382480.069192
-1382506.655674
-1382521.496101
-1382529.920983
-1382530.758648
-1382530.758648
-1382550.112187
-1382550.112187
-1382550.112187
-1382556.601374
-1382580.535531
-1382580.535531
-1382580.535531
-1382580.535531
-1382580.535531
-1382580.535531
-1382588.859123
-1382609.086570
-1382609.086570
-1382618.724886
-1382628.588453
-1382628.588453
-1382628.588453
-1382631.698074
-1382644.703603
-1382653.929219
-1382653.929219
-1382656.782034
-1382676.246202
-1382697.085903
-1382697.085903
-1382715.746553
-1382715.746553
-1382719.346833
-1382719.346833
-1382726.803642
-1382730.687251
-1382734.079832
-1382734.168954
-1382742.222390
-1382742.222390
-1382742.222390
-1382756.177236
-1382756.177236
-1382756.177236
-1382760.701900
-1382770.125216
-1382792.303231
-1382792.303231
-1382792.303231
-1382799.432581
-1382822.894556
-1382845.213050
-1382845.213050
-1382850.277023
-1382850.277023
-1382852.868220
-1382876.743856
-1382876.743856
-1382876.743856
-1382876.743856
-1382876.743856
-1382876.743856
-1382898.731606
-1382915.822005
-1382915.822005
-1382915.822005
-1382915.822005
-1382922.028993
-1382922.028993
-1382928.885235
-1382933.117827
-1382933.117827
-1382942.133827
-1382986.666015
-1382986.666015
-1382986.666015
-1382991.362115
-1382991.362115
-1382991.362115
-1382993.013315
-1382999.271040
-1383006.096259
-1383006.096259
-1383014.549717
-1383014.549717
-1383038.787010
-1383038.787010
-1383038.787010
-1383040.781850
-1383074.875695
-1383074.875695
-1383074.875695
-1383074.875695
-1383074.875695
-1383084.216859
-1383105.443820
-1383118.041128
-1383121.391206
-1383121.391206
-1383128.223725
-1383144.304156
-1383144.304156
-1383144.304156
-1383144.304156
-1383153.002826
-1383176.532353
-1383176.532353
-1383176.532353
-1383176.532353
-1383176.532353
-1383183.726007
-1383183.726007
-1383188.681827
-1383188.681827
-1383215.304795
-1383226.942328
-1383226.942328
-1383226.942328
-1383247.092600
-1383247.092600
-1383247.092600
-1383247.092600
-1383252.264765
-1383280.504187
-1383290.260710
-1383290.260710
-1383303.227929
-1383321.617650
-1383321.617650
-1383321.617650
-1383321.617650
-1383324.187121
-1383327.657840
-1383355.470334
-1383355.470334
-1383355.470334
-1383365.154504
-1383365.154504
-1383365.154504
-1383380.922484
-1383402.164616
-1383402.164616
-1383420.817640
-1383420.817640
-1383420.817640
-1383420.817640
-1383430.968042
-1383430.968042
-1383430.968042
-1383447.842153
-1383447.842153
-1383447.842153
-1383447.842153
-1383458.752924
-1383474.276431
-1383474.276431
-1383474.276431
-1383474.761990
-1383501.730296
-1383501.730296
-1383501.730296
-1383501.730296
-1383511.386661
-1383511.386661
-1383511.386661
-1383539.850215
-1383539.850215
-1383546.279979
-1383547.075847
-1383547.075847
-1383557.775879
-1383569.514777
-1383569.514777
-1383577.269324
-1383579.474920
-1383579.474920
-1383579.718815
-1383612.405202
-1383612.405202
-1383640.511308
-1383640.511308
-1383640.511308
-1383640.511308
-1383652.786099
-1383665.041073
-1383671.362713
-1383671.362713
-1383671.362713
-1383701.258607
-1383701.258607
-1383701.258607
-1383701.258607
-1383704.908240
-1383704.908240
-1383730.502038
-1383730.502038
-1383754.502931
-1383754.502931
-1383754.502931
-1383754.502931
-1383754.502931
-1383773.961323
-1383773.961323
-1383775.076074
-1383775.076074
-1383775.076074
-1383775.076074
-1383811.882895
-1383838.274488
-1383838.274488
-1383838.274488
-1383838.274488
-1383840.184597
-1383840.184597
-1383872.077310
-1383872.077310
-1383872.077310
-1383872.077310
-1383872.077310
-1383889.561423
-1383889.561423
-1383889.561423
-1383889.561423
-1383889.561423
-1383889.561423
-1383898.041626
-1383921.538565
-1383921.538565
-1383936.839975
-1383936.839975
-1383936.839975
-1383942.495930
-1383942.495930
-1383959.168804
-1383959.168804
-1383962.442135
-1383967.604627
-1383976.129046
-1383976.129046
-1383987.173890
-1383987.173890
-1383997.913885
-1384024.433826
-1384024.433826
-1384024.433826
-1384024.433826
-1384033.740159
-1384033.740159
-1384046.699917
-1384046.699917
-1384057.565909
-1384057.565909
-1384057.565909
-1384064.163954
-1384075.194232
-1384086.628586
-1384115.889478
-1384115.889478
-1384115.889478
-1384115.889478
-1384115.889478
-1384120.585805
-1384123.723084
-1384160.323706
-1384160.323706
-1384160.323706
-1384160.323706
-1384160.323706
-1384176.238795
-1384176.597505
-1384197.727501
-1384197.727501
-1384197.727501
-1384216.118425
-1384216.801033
-1384216.801033
-1384216.801033
-1384251.821297
-1384251.821297
-1384251.821297
-1384251.821297
-1384251.821297
-1384251.821297
-1384268.077466
-1384272.426274
-1384276.219818
-1384289.188651
-1384300.720189
-1384300.720189
-1384300.720189
-1384300.720189
-1384300.720189
-1384330.145066
-1384352.995435
-1384352.995435
-1384356.160568
-1384356.160568
-1384356.160568
-1384361.343922
-1384369.241037
-1384369.241037
-1384369.241037
-1384369.241037
-1384380.746949
-1384389.956842
-1384403.142519
-1384403.142519
-1384403.142519
-1384414.893472
-1384417.143741
-1384434.660472
-1384437.406367
-1384452.936083
-1384471.902307
-1384471.902307
-1384471.902307
-1384471.902307
-1384471.902307
-1384485.927020
-1384498.114861
-1384498.114861
-1384498.114861
-1384501.303756
-1384502.765753
-1384502.765753
-1384544.709923
-1384544.709923
-1384544.709923
-1384544.709923
-1384544.709923
-1384547.736628
-1384556.481831
-1384556.481831
-1384560.821897
-1384560.821897
-1384585.119489
-1384585.119489
-1384601.195072
-1384601.195072
-1384619.707516
-1384621.677843
-1384621.677843
-1384621.677843
-1384649.363713
-1384649.363713
-1384649.363713
-1384649.363713
-1384665.357673
-1384665.357673
-1384665.357673
-1384695.948055
-1384695.948055
-1384697.266399
-1384699.840031
-1384699.840031
-1384699.840031
-1384699.840031
-1384712.791607
-1384712.791607
-1384720.392863
-1384720.392863
-1384742.701092
-1384765.636314
-1384765.636314
-1384765.636314
-1384765.636314
-1384775.125970
-1384775.125970
-1384775.125970
-1384775.125970
-1384789.254122
-1384795.066345
-1384795.066345
-1384816.269844
-1384821.367373
-1384830.767898
-1384830.767898
-1384832.601176
-1384854.561949
-1384854.561949
-1384854.561949
-1384854.561949
-1384860.649311
-1384877.615874
-1384877.615874
-1384903.950000
-1384903.950000
-1384903.950000
-1384903.950000
-1384914.766255
-1384922.720508
-1384922.720508
-1384925.710486
-1384925.710486
-1384939.327841
-1384958.398477
-1384958.398477
-1384959.959342
-1384959.959342
-1384959.959342
-1384959.959342
-1384972.966598
-1384977.818841
-1384982.129974
-1385013.426507
-1385013.426507
-1385013.426507
-1385013.426507
-1385018.077255
-1385021.429588
-1385030.878134
-1385030.878134
-1385033.277870
-1385042.070947
-1385042.070947
-1385064.544247
-1385086.898785
-1385086.898785
-1385087.305513
-1385089.619468
-1385095.792871
-1385095.792871
-1385096.926141
-1385124.805776
-1385139.525491
-1385139.525491
-1385139.525491
-1385143.056228
-1385143.056228
-1385156.321077
-1385156.321077
-1385156.321077
-1385156.321077
-1385187.345589
-1385187.345589
-1385208.409120
-1385208.409120
-1385211.864821
-1385211.864821
-1385211.864821
-1385211.864821
-1385211.864821
-1385221.394297
-1385221.394297
-1385224.601990
-1385245.181225
-1385245.181225
-1385253.377486
-1385258.587154
-1385262.505937
-1385291.794601
-1385291.794601
-1385291.794601
-1385291.794601
-1385291.794601
-1385291.794601
-1385292.904758
-1385304.839522
-1385304.839522
-1385318.257725
-1385329.046096
-1385332.907769
-1385332.907769
-1385378.743449
-1385378.743449
-1385378.743449
-1385378.743449
-1385392.734882
-1385392.734882
-1385392.734882
-1385392.734882
-1385393.095251
-1385393.095251
-1385399.449758
-1385406.133886
-1385411.900297
-1385411.900297
-1385417.709097
-1385441.787607
-1385441.787607
-1385452.353798
-1385452.353798
-1385458.358887
-1385458.358887
-1385458.499455
-1385474.929105
-1385474.929105
-1385510.870389
-1385524.747374
-1385524.747374
-1385524.747374
-1385524.747374
-1385524.747374
-1385530.456049
-1385548.841619
-1385548.841619
-1385572.978253
-1385572.978253
-1385572.978253
-1385572.978253
-1385572.978253
-1385572.978253
-1385587.571506
-1385587.571506
-1385616.115190
-1385616.115190
-1385616.115190
-1385616.788279
-1385616.788279
-1385616.788279
-1385616.788279
-1385643.179336
-1385643.179336
-1385648.993770
-1385657.678584
-1385662.330643
-1385677.355802
-1385678.846980
-1385678.846980
-1385678.846980
-1385681.215860
-1385681.215860
-1385686.252787
-1385698.724533
-1385703.420963
-1385707.175914
-1385711.929464
-1385711.929464
-1385721.920715
-1385721.920715
-1385755.288637
-1385755.288637
-1385765.848744
-1385773.658177
-1385773.658177
-1385778.802698
-1385778.802698
-1385778.802698
-1385784.206759
-1385810.911445
-1385810.911445
-1385810.911445
-1385827.380311
-1385827.380311
-1385831.675545
-1385852.803457
-1385854.698901
-1385854.698901
-1385854.698901
-1385872.970271
-1385872.970271
-1385872.970271
-1385872.970271
-1385872.970271
-1385882.078573
-1385896.250899
-1385912.823658
-1385912.823658
-1385912.823658
-1385919.791455
-1385947.443124
-1385947.443124
-1385947.443124
-1385947.443124
-1385947.443124
-1385947.443124
-1385949.762351
-1385949.762351
-1385964.228505
-1385964.228505
-1385986.450989
-1385986.450989
-1385986.450989
-1385986.450989
-1385996.023765
-1385996.023765
-1386005.170659
-1386030.412986
-1386030.412986
-1386030.412986
-1386060.499527
-1386060.499527
-1386060.499527
-1386060.499527
-1386060.499527
-1386060.499527
-1386074.296035
-1386088.234920
-1386100.617005
-1386100.617005
-1386100.617005
-1386104.089072
-1386111.950314
-1386119.196358
-1386119.196358
-1386127.650030
-1386127.650030
-1386127.650030
-1386134.509233
-1386136.305901
-1386161.458300
-1386161.458300
-1386173.073714
-1386188.428674
-1386188.428674
-1386221.233239
-1386221.233239
-1386221.233239
-1386221.233239
-1386221.233239
-1386221.233239
-1386221.233239
-1386221.233239
-1386221.233239
-1386224.860594
-1386254.486608
-1386254.486608
-1386254.486608
-1386269.331422
-1386277.488212
-1386277.626196
-1386288.433988
-1386288.433988
-1386288.433988
-1386301.361773
-1386308.518573
-1386308.518573
-1386308.518573
-1386308.518573
-1386319.728037
-1386320.339224
-1386320.339224
-1386320.339224
-1386341.023876
-1386353.411171
-1386366.354861
-1386366.354861
-1386366.354861
-1386366.354861
-1386372.092147
-1386395.763720
-1386402.416970
-1386402.416970
-1386402.416970
-1386417.082246
-1386417.082246
-1386433.899734
-1386433.899734
-1386433.899734
-1386433.899734
-1386433.899734
-1386459.054542
-1386459.054542
-1386467.368317
-1386467.368317
-1386481.185177
-1386488.545438
-1386491.429475
-1386491.429475
-1386503.911995
-1386503.911995
-1386508.312562
-1386527.161121
-1386527.161121
-1386527.161121
-1386532.076693
-1386556.571340
-1386575.636319
-1386575.636319
-1386575.636319
-1386575.636319
-1386575.636319
-1386580.824914
-1386580.824914
-1386580.824914
-1386596.779794
-1386596.779794
-1386596.779794
-1386599.285607
-1386599.285607
-1386604.854293
-1386609.014256
-1386631.422041
-1386637.256735
-1386640.503856
-1386640.503856
-1386640.503856
-1386678.779582
-1386678.779582
-1386678.779582
-1386678.779582
-1386679.385162
-1386683.285976
-1386705.386015
-1386705.386015
-1386705.386015
-1386712.790948
-1386712.790948
-1386712.790948
-1386723.392625
-1386728.477759
-1386728.590697
-1386748.762532
-1386749.178338
-1386757.651618
-1386757.651618
-1386775.568034
-1386775.568034
-1386781.873820
-1386781.873820
-1386802.696467
-1386802.696467
-1386812.260016
-1386812.260016
-1386820.604229
-1386820.604229
-1386820.604229
-1386822.624727
-1386845.819014
-1386845.819014
-1386845.819014
-1386845.819014
-1386848.129691
-1386851.512989
-1386873.809961
-1386873.809961
-1386886.616962
-1386886.616962
-1386886.616962
-1386886.616962
-1386906.969414
-1386920.987513
-1386930.798264
-1386930.798264
-1386930.798264
-1386935.034204
-1386935.034204
-1386935.034204
-1386935.824098
-1386950.929742
-1386973.304005
-1386973.304005
-1386973.304005
-1386973.304005
-1386985.078076
-1386985.078076
-1386985.078076
-1386989.704588
-1386990.113924
-1387000.860723
-1387002.349229
-1387014.367405
-1387014.367405
-1387019.342518
-1387019.387733
-1387055.355867
-1387055.355867
-1387061.660168
-1387061.660168
-1387069.023467
-1387083.157566
-1387083.157566
-1387083.157566
-1387088.650328
-1387088.650328
-1387088.650328
-1387116.094894
-1387116.094894
-1387118.560601
-1387118.560601
-1387130.471453
-1387130.471453
-1387130.471453
-1387136.767654
-1387136.767654
-1387145.494848
-1387155.484676
-1387176.893395
-1387176.893395
-1387176.893395
-1387180.018580
-1387180.018580
-1387188.092311
-1387210.955020
-1387212.293876
-1387212.293876
-1387234.732479
-1387234.732479
-1387239.230588
-1387239.230588
-1387239.230588
-1387246.115177
-1387251.747217
-1387257.573332
-1387257.573332
-1387257.573332
-1387269.350195
-1387277.196491
-1387277.196491
-1387289.286319
-1387308.030319
-1387308.030319
-1387328.903260
-1387328.903260
-1387330.987464
-1387330.987464
-1387352.014074
-1387352.014074
-1387352.014074
-1387352.014074
-1387354.815118
-1387369.333097
-1387369.333097
-1387369.333097
-1387380.837102
-1387380.837102
-1387382.087396
-1387382.087396
-1387395.851421
-1387395.851421
-1387409.819984
-1387430.352546
-1387430.352546
-1387430.352546
-1387434.470896
-1387445.492691
-1387445.492691
-1387455.809192
-1387465.157041
-1387465.157041
-1387465.157041
-1387468.620420
-1387468.620420
-1387482.211302
-1387488.935409
-1387488.935409
-1387489.453682
-1387493.716024
-1387493.716024
-1387543.992008
-1387543.992008
-1387543.992008
-1387543.992008
-1387544.189984
-1387544.189984
-1387544.189984
-1387549.932878
-1387551.867690
-1387564.228331
-1387571.693365
-1387581.548288
-1387581.548288
-1387591.062268
-1387591.062268
-1387606.447016
-1387606.447016
-1387606.447016
-1387610.903770
-1387634.123768
-1387634.123768
-1387634.123768
-1387634.123768
-1387643.578393
-1387658.948975
-1387658.948975
-1387658.948975
-1387671.775588
-1387684.395221
-1387684.395221
-1387684.395221
-1387696.998893
-1387696.998893
-1387696.998893
-1387696.998893
-1387714.723243
-1387722.017825
-1387722.017825
-1387725.465003
-1387733.885772
-1387733.885772
-1387733.885772
-1387745.738368
-1387751.317744
-1387769.742188
-1387769.742188
-1387788.320485
-1387788.320485
-1387788.320485
-1387788.320485
-1387788.320485
-1387789.821265
-1387816.581611
-1387816.581611
-1387821.714687
-1387821.714687
-1387839.093370
-1387839.093370
-1387841.590582
-1387841.590582
-1387841.590582
-1387850.584776
-1387850.584776
-1387850.584776
-1387878.781926
-1387890.386683
-1387890.386683
-1387890.386683
-1387894.589409
-1387911.086568
-1387921.345768
-1387921.345768
-1387921.345768
-1387921.345768
-1387921.345768
-1387941.320030
-1387941.320030
-1387941.320030
-1387955.656608
-1387956.808740
-1387956.808740
-1387965.755583
-1387965.755583
-1387965.755583
-1387984.245930
-1387994.020711
-1387994.020711
-1387997.784421
-1388013.615126
-1388013.615126
-1388013.615126
-1388013.615126
-1388013.615126
-1388019.311717
-1388019.311717
-1388035.849771
-1388038.269422
-1388065.367094
-1388065.367094
-1388065.367094
-1388065.367094
-1388094.362889
-1388094.362889
-1388094.362889
-1388094.362889
-1388094.362889
-1388094.586077
-1388104.706676
-1388104.706676
-1388121.159878
-1388121.159878
-1388121.159878
-1388131.176346
-1388145.601754
-1388146.613864
-1388173.932348
-1388173.932348
-1388173.932348
-1388173.932348
-1388173.932348
-1388188.621761
-1388188.621761
-1388189.251967
-1388192.802231
-1388219.309837
-1388230.297641
-1388230.297641
-1388230.297641
-1388230.297641
-1388230.297641
-1388230.932007
-1388241.275781
-1388241.275781
-1388241.275781
-1388263.710013
-1388269.906608
-1388269.906608
-1388281.699471
-1388281.699471
-1388281.699471
-1388281.699471
-1388294.223495
-1388294.223495
-1388296.691695
-1388314.138580
-1388352.537810
-1388352.537810
-1388352.537810
-1388352.537810
-1388352.537810
-1388352.537810
-1388352.537810
-1388356.070366
-1388356.070366
-1388356.070366
-1388358.646869
-1388365.310557
-1388369.622765
-1388390.624050
-1388403.431012
-1388404.493376
-1388404.493376
-1388404.493376
-1388410.475219
-1388411.732052
-1388430.273158
-1388430.273158
-1388433.833604
-1388433.836327
-1388440.200673
-1388455.041522
-1388461.928370
-1388461.928370
-1388461.928370
-1388478.703599
-1388478.703599
-1388485.983949
-1388495.649999
-1388495.649999
-1388495.649999
-1388514.164294
-1388514.164294
-1388514.164294
-1388514.164294
-1388514.164294
-1388537.934176
-1388548.538323
-1388548.538323
-1388560.713530
-1388560.713530
-1388578.877014
-1388588.092962
-1388588.092962
-1388590.308949
-1388590.308949
-1388590.308949
-1388602.023738
-1388602.023738
-1388604.258471
-1388604.258471
-1388616.072735
-1388625.157277
-1388643.689243
-1388648.221210
-1388648.221210
-1388648.221210
-1388653.896738
-1388653.896738
-1388663.704832
-1388663.704832
-1388673.359305
-1388673.359305
-1388673.359305
-1388689.627859
-1388706.551727
-1388706.551727
-1388706.551727
-1388706.551727
-1388712.869139
-1388719.291092
-1388719.291092
-1388755.480857
-1388755.480857
-1388755.480857
-1388755.480857
-1388755.480857
-1388762.490453
-1388762.490453
-1388776.369546
-1388776.369546
-1388794.257243
-1388794.257243
-1388794.257243
-1388798.682185
-1388798.682185
-1388818.191446
-1388818.191446
-1388818.191446
-1388818.191446
-1388818.191446
-1388818.191446
-1388823.518555
-1388841.763176
-1388841.763176
-1388863.522658
-1388877.144501
-1388877.621074
-1388877.621074
-1388877.621074
-1388877.621074
-1388877.621074
-1388888.463397
-1388907.413608
-1388907.413608
-1388925.416367
-1388925.416367
-1388937.573812
-1388941.448086
-1388941.448086
-1388941.448086
-1388941.448086
-1388941.448086
-1388941.448086
-1388944.767276
-1388973.340857
-1388973.340857
-1388974.497953
-1388994.665630
-1388994.665630
-1388994.665630
-1388994.665630
-1388999.591835
-1389001.852830
-1389007.300637
-1389007.300637
-1389028.197975
-1389028.197975
-1389054.851220
-1389054.851220
-1389074.784783
-1389074.784783
-1389074.784783
-1389074.784783
-1389094.124820
-1389094.124820
-1389094.124820
-1389097.563701
-1389097.563701
-1389097.563701
-1389101.598561
-1389101.598561
-1389101.598561
-1389101.598561
-1389112.335881
-1389139.883746
-1389139.883746
-1389139.883746
-1389139.883746
-1389139.883746
-1389148.059331
-1389150.725358
-1389161.364866
-1389181.878675
-1389181.878675
-1389181.878675
-1389185.051039
-1389196.272129
-1389201.135732
-1389201.135732
-1389216.417448
-1389216.417448
-1389216.417448
-1389235.415658
-1389235.419102
-1389253.153525
-1389253.153525
-1389260.979353
-1389260.979353
-1389260.979353
-1389260.979353
-1389285.272204
-1389285.272204
-1389301.525591
-1389301.525591
-1389301.525591
-1389301.525591
-1389301.525591
-1389308.702414
-1389308.702414
-1389308.702414
-1389316.730963
-1389316.730963
-1389316.730963
-1389316.730963
-1389350.567625
-1389351.906886
-1389351.906886
-1389389.271610
-1389389.271610
-1389389.783992
-1389389.783992
-1389389.783992
-1389389.783992
-1389393.153335
-1389414.696106
-1389421.517982
-1389421.517982
-1389421.517982
-1389421.517982
-1389421.517982
-1389454.469657
-1389454.469657
-1389454.469657
-1389454.469657
-1389460.033836
-1389485.761553
-1389485.761553
-1389485.761553
-1389486.876406
-1389486.876406
-1389487.198665
-1389487.198665
-1389487.198665
-1389503.549780
-1389503.549780
-1389503.549780
-1389503.549780
-1389524.903331
-1389524.903331
-1389549.952513
-1389549.952513
-1389555.273680
-1389555.273680
-1389555.273680
-1389555.273680
-1389565.948501
-1389565.948501
-1389575.961338
-1389575.961338
-1389585.851472
-1389585.851472
-1389585.851472
-1389585.851472
-1389624.610590
-1389628.995378
-1389630.376835
-1389630.376835
-1389630.376835
-1389632.851751
-1389647.439789
-1389647.439789
-1389647.439789
-1389653.804415
-1389653.804415
-1389658.129906
-1389668.239881
-1389668.239881
-1389691.343763
-1389691.343763
-1389691.343763
-1389691.343763
-1389691.343763
-1389691.343763
-1389717.167706
-1389721.193133
-1389733.913124
-1389737.171980
-1389737.171980
-1389737.171980
-1389760.001024
-1389760.001024
-1389760.001024
-1389767.338107
-1389778.977482
-1389778.977482
-1389794.093757
-1389794.093757
-1389794.093757
-1389794.848499
-1389794.848499
-1389818.052197
-1389818.052197
-1389818.052197
-1389818.052197
-1389818.052197
-1389818.052197
-1389823.848799
-1389854.829442
-1389854.829442
-1389854.829442
-1389854.829442
-1389882.686546
-1389882.686546
-1389882.686546
-1389882.686546
-1389895.125105
-1389895.125105
-1389895.125105
-1389918.873078
-1389918.873078
-1389918.873078
-1389918.873078
-1389918.873078
-1389918.873078
-1389933.276861
-1389947.108904
-1389947.108904
-1389952.852593
-1389965.292898
-1389965.292898
-1389965.292898
-1389976.712642
-1389976.712642
-1389976.712642
-1389976.712642
-1390008.516114
-1390008.516114
-1390021.866703
-1390021.866703
-1390021.866703
-1390021.866703
-1390057.561369
-1390057.561369
-1390057.561369
-1390057.561369
-1390057.561369
-1390064.384560
-1390064.384560
-1390064.384560
-1390066.618385
-1390066.618385
-1390077.150951
-1390077.150951
-1390077.150951
-1390077.505538
-1390081.802968
-1390100.050733
-1390130.731383
-1390130.731383
-1390130.731383
-1390137.106033
-1390138.109250
-1390139.920631
-1390149.378527
-1390149.378527
-1390149.378527
-1390156.348200
-1390162.493826
-1390170.978297
-1390170.978297
-1390171.551187
-1390178.764775
-1390205.708628
-1390205.708628
-1390205.708628
-1390206.365170
-1390206.365170
-1390209.647906
-1390234.903434
-1390234.903434
-1390234.903434
-1390234.903434
-1390234.903434
-1390234.903434
-1390272.361845
-1390272.361845
-1390272.361845
-1390272.361845
-1390272.361845
-1390281.165508
-1390289.949829
-1390289.949829
-1390299.542027
-1390299.542027
-1390299.542027
-1390313.690607
-1390324.269790
-1390324.269790
-1390344.958183
-1390351.145365
-1390351.145365
-1390351.145365
-1390364.240787
-1390364.240787
-1390364.240787
-1390373.321797
-1390373.709979
-1390386.135517
-1390386.135517
-1390396.656422
-1390396.656422
-1390405.590412
-1390405.590412
-1390409.891991
-1390409.891991
-1390409.891991
-1390421.151897
-1390421.151897
-1390439.065267
-1390448.292884
-1390467.522678
-1390467.522678
-1390467.522678
-1390467.522678
-1390467.522678
-1390467.522678
-1390469.775312
-1390488.640790
-1390488.640790
-1390503.969017
-1390503.969017
-1390503.969017
-1390503.969017
-1390520.123046
-1390538.433649
-1390538.433649
-1390538.433649
-1390546.126920
-1390546.126920
-1390546.126920
-1390546.126920
-1390548.539389
-1390604.246591
-1390604.246591
-1390604.246591
-1390604.246591
-1390604.246591
-1390604.246591
-1390604.246591
-1390609.509396
-1390609.509396
-1390609.509396
-1390609.509396
-1390609.509396
-1390609.509396
-1390630.982965
-1390630.982965
-1390641.137812
-1390651.802605
-1390662.126168
-1390662.286500
-1390667.907987
-1390684.650655
-1390684.650655
-1390684.650655
-1390703.658200
-1390703.658200
-1390703.658200
-1390703.658200
-1390706.833984
-1390706.833984
-1390718.532579
-1390718.532579
-1390739.073735
-1390739.073735
-1390739.073735
-1390739.073735
-1390739.073735
-1390752.911899
-1390752.911899
-1390800.810276
-1390800.810276
-1390800.810276
-1390800.810276
-1390800.810276
-1390802.350581
-1390802.350581
-1390802.350581
-1390802.350581
-1390802.350581
-1390808.476335
-1390836.447063
-1390836.447063
-1390836.447063
-1390841.796693
-1390855.774681
-1390855.774681
-1390855.774681
-1390855.774681
-1390867.529428
-1390878.358317
-1390878.358317
-1390878.358317
-1390878.358317
-1390885.303011
-1390901.460542
-1390901.460542
-1390901.460542
-1390901.460542
-1390901.460542
-1390906.247883
-1390924.724725
-1390931.657416
-1390939.697820
-1390939.697820
-1390960.784092
-1390960.784092
-1390960.784092
-1390968.100584
-1390985.562104
-1390985.562104
-1390985.562104
-1390986.085177
-1391011.091217
-1391011.091217
-1391011.091217
-1391011.091217
-1391011.091217
-1391013.507387
-1391027.381475
-1391027.381475
-1391047.617584
-1391047.617584
-1391047.617584
-1391047.617584
-1391047.617584
-1391049.501905
-1391049.501905
-1391049.501905
-1391054.581715
-1391076.434653
-1391096.355202
-1391096.355202
-1391102.125232
-1391102.125232
-1391102.125232
-1391111.856601
-1391151.088605
-1391151.088605
-1391151.088605
-1391151.088605
-1391151.088605
-1391151.088605
-1391162.885274
-1391162.885274
-1391168.879978
-1391168.879978
-1391188.029646
-1391188.029646
-1391192.772398
-1391192.772398
-1391192.772398
-1391192.772398
-1391198.273171
-1391205.167152
-1391205.167152
-1391225.818510
-1391225.818510
-1391225.818510
-1391225.818510
-1391226.136533
-1391243.849884
-1391243.849884
-1391262.401727
-1391262.401727
-1391281.976374
-1391281.976374
-1391284.696160
-1391284.696160
-1391287.440664
-1391287.440664
-1391287.440664
-1391303.121698
-1391303.121698
-1391303.121698
-1391309.138263
-1391309.138263
-1391327.559968
-1391336.929071
-1391336.929071
-1391336.929071
-1391346.111682
-1391346.111682
-1391346.111682
-1391356.074497
-1391356.074497
-1391356.074497
-1391380.607050
-1391380.607050
-1391410.256926
-1391410.256926
-1391410.256926
-1391410.256926
-1391410.256926
-1391414.775729
-1391419.874793
-1391419.874793
-1391420.730982
-1391432.603998
-1391435.246358
-1391435.246358
-1391437.134911
-1391456.395144
-1391458.121700
-1391459.350840
-1391476.230649
-1391476.230649
-1391476.230649
-1391500.715480
-1391500.715480
-1391500.715480
-1391520.921584
-1391520.921584
-1391520.921584
-1391520.921584
-1391523.337403
-1391523.985479
-1391542.141061
-1391552.415974
-1391556.511123
-1391556.511123
-1391561.338468
-1391562.324937
-1391562.324937
-1391562.324937
-1391562.324937
-1391580.857894
-1391580.857894
-1391599.377079
-1391599.377079
-1391599.377079
-1391606.881141
-1391606.881141
-1391622.611247
-1391622.611247
-1391622.611247
-1391623.018600
-1391645.610026
-1391645.610026
-1391645.610026
-1391661.116781
-1391661.116781
-1391661.116781
-1391681.864790
-1391681.864790
-1391681.864790
-1391681.864790
-1391701.194584
-1391701.194584
-1391701.194584
-1391701.194584
-1391705.897246
-1391705.897246
-1391722.127602
-1391722.127602
-1391725.706042
-1391725.706042
-1391735.724654
-1391735.724654
-1391735.724654
-1391735.724654
-1391773.892036
-1391773.892036
-1391773.892036
-1391777.358846
-1391777.358846
-1391782.304396
-1391782.304396
-1391807.155816
-1391817.920670
-1391817.920670
-1391817.920670
-1391817.920670
-1391817.920670
-1391844.176563
-1391844.176563
-1391844.176563
-1391846.704081
-1391846.704081
-1391859.056402
-1391859.056402
-1391874.088888
-1391874.088888
-1391874.088888
-1391905.910435
-1391905.910435
-1391905.910435
-1391922.468319
-1391929.537967
-1391929.537967
-1391929.537967
-1391929.537967
-1391929.537967
-1391934.962646
-1391934.962646
-1391935.988747
-1391935.988747
-1391954.048111
-1391955.425289
-1391955.425289
-1391955.425289
-1391986.906984
-1391986.906984
-1391986.906984
-1391986.906984
-1392012.640503
-1392024.028127
-1392024.028127
-1392024.028127
-1392024.028127
-1392024.028127
-1392037.039726
-1392038.068566
-1392038.702070
-1392038.702070
-1392051.707560
-1392051.707560
-1392051.707560
-1392051.707560
-1392063.189340
-1392076.311429
-1392086.058448
-1392087.549779
-1392087.549779
-1392087.549779
-1392092.776693
-1392092.776693
-1392124.294943
-1392124.294943
-1392124.294943
-1392124.294943
-1392129.227080
-1392129.227080
-1392129.227080
-1392129.227080
-1392134.601272
-1392145.573500
-1392145.573500
-1392169.461982
-1392183.244622
-1392183.244622
-1392183.244622
-1392183.244622
-1392203.892888
-1392203.892888
-1392203.892888
-1392203.892888
-1392203.892888
-1392203.892888
-1392203.892888
-1392206.734836
-1392214.706510
-1392243.018138
-1392244.153821
-1392251.065795
-1392276.795372
-1392276.795372
-1392276.795372
-1392276.795372
-1392276.795372
-1392276.795372
-1392279.771965
-1392298.910581
-1392298.910581
-1392298.910581
-1392298.910581
-1392319.993510
-1392319.993510
-1392323.318606
-1392323.318606
-1392327.958730
-1392327.958730
-1392327.958730
-1392346.348649
-1392352.211490
-1392353.138180
-1392353.138180
-1392390.166873
-1392390.166873
-1392394.141776
-1392407.339384
-1392407.339384
-1392407.339384
-1392407.339384
-1392407.339384
-1392407.339384
-1392412.451182
-1392412.451182
-1392412.495987
-1392412.495987
-1392429.341468
-1392429.341468
-1392429.341468
-1392449.632584
-1392457.170031
-1392462.310510
-1392469.928379
-1392477.078743
-1392477.078743
-1392477.078743
-1392479.464821
-1392479.464821
-1392486.074450
-1392486.074450
-1392506.790822
-1392524.076542
-1392524.076542
-1392524.076542
-1392524.076542
-1392529.204831
-1392534.620181
-1392546.698282
-1392546.698282
-1392556.224135
-1392557.566179
-1392573.364692
-1392573.364692
-1392573.364692
-1392573.364692
-1392573.364692
-1392595.784261
-1392602.727067
-1392602.727067
-1392602.727067
-1392611.863936
-1392614.753919
-1392632.607152
-1392632.607152
-1392632.607152
-1392634.850356
-1392635.596355
-1392635.596355
-1392648.818341
-1392648.818341
-1392648.818341
-1392648.818341
-1392705.894337
-1392705.894337
-1392705.894337
-1392705.894337
-1392705.894337
-1392705.894337
-1392705.894337
-1392705.894337
-1392722.154920
-1392733.999549
-1392733.999549
-1392733.999549
-1392763.583015
-1392763.583015
-1392763.583015
-1392763.583015
-1392763.583015
-1392763.583015
-1392773.038782
-1392773.038782
-1392773.038782
-1392773.038782
-1392780.333593
-1392791.779916
-1392791.779916
-1392791.779916
-1392791.779916
-1392801.436905
-1392821.806444
-1392828.504446
-1392828.504446
-1392828.504446
-1392848.525399
-1392848.525399
-1392863.170794
-1392863.170794
-1392863.170794
-1392863.170794
-1392888.097992
-1392888.097992
-1392888.097992
-1392888.097992
-1392909.192475
-1392909.192475
-1392909.192475
-1392909.192475
-1392909.192475
-1392912.307248
-1392919.289469
-1392919.289469
-1392932.732858
-1392932.732858
-1392934.311491
-1392934.311491
-1392934.311491
-1392934.311491
-1392942.542118
-1392953.315563
-1392974.648258
-1392978.476741
-1392978.476741
-1393004.320739
-1393004.320739
-1393004.320739
-1393018.885176
-1393018.885176
-1393018.885176
-1393018.885176
-1393018.885176
-1393018.885176
-1393018.885176
-1393019.597237
-1393029.930937
-1393033.772569
-1393049.324861
-1393049.324861
-1393070.645075
-1393070.645075
-1393070.645075
-1393070.645075
-1393085.948969
-1393085.948969
-1393091.178445
-1393091.178445
-1393109.912810
-1393113.837559
-1393115.021379
-1393115.021379
-1393115.021379
-1393123.480320
-1393123.480320
-1393123.480320
-1393123.480320
-1393137.801527
-1393144.958290
-1393147.582034
-1393179.614331
-1393182.238244
-1393182.238244
-1393182.238244
-1393193.379049
-1393193.379049
-1393193.379049
-1393209.268041
-1393209.268041
-1393209.268041
-1393209.268041
-1393217.403469
-1393217.403469
-1393224.260969
-1393224.260969
-1393225.210268
-1393236.926824
-1393236.926824
-1393236.926824
-1393257.675074
-1393266.463499
-1393280.513307
-1393280.513307
-1393280.513307
-1393282.263100
-1393301.972822
-1393301.972822
-1393301.972822
-1393301.972822
-1393301.972822
-1393301.972822
-1393332.254671
-1393332.616923
-1393332.616923
-1393332.616923
-1393336.948244
-1393336.948244
-1393336.948244
-1393346.276764
-1393376.587773
-1393376.587773
-1393376.587773
-1393376.587773
-1393378.445001
-1393385.624379
-1393398.452124
-1393398.452124
-1393407.291056
-1393407.291056
-1393415.046040
-1393415.046040
-1393415.046040
-1393426.845275
-1393426.845275
-1393434.535643
-1393434.535643
-1393434.535643
-1393434.535643
-1393456.165640
-1393456.165640
-1393465.369158
-1393465.369158
-1393465.369158
-1393478.030294
-1393483.985870
-1393488.821552
-1393505.511266
-1393505.511266
-1393515.267397
-1393515.267397
-1393515.267397
-1393520.250613
-1393524.997496
-1393538.347461
-1393539.866640
-1393539.866640
-1393539.866640
-1393551.899430
-1393576.673308
-1393576.673308
-1393576.673308
-1393576.673308
-1393583.823662
-1393583.823662
-1393610.790393
-1393610.790393
-1393615.313084
-1393615.313084
-1393615.313084
-1393615.313084
-1393632.285721
-1393632.285721
-1393638.294057
-1393638.294057
-1393639.912281
-1393639.912281
-1393669.924882
-1393669.924882
-1393690.227697
-1393690.227697
-1393690.227697
-1393690.227697
-1393690.227697
-1393690.227697
-1393690.293756
-1393701.535849
-1393701.535849
-1393711.718956
-1393733.240776
-1393740.213404
-1393740.213404
-1393740.213404
-1393740.213404
-1393760.383434
-1393760.383434
-1393760.383434
-1393760.383434
-1393767.787096
-1393785.806111
-1393785.806111
-1393793.017433
-1393793.017433
-1393793.017433
-1393808.648721
-1393808.648721
-1393808.648721
-1393815.597536
-1393815.597536
-1393823.574849
-1393850.950640
-1393850.950640
-1393850.950640
-1393850.950640
-1393850.950640
-1393852.333591
-1393852.333591
-1393859.039770
-1393859.039770
-1393859.039770
-1393867.359052
-1393867.852365
-1393881.056948
-1393921.253657
-1393921.253657
-1393921.253657
-1393921.253657
-1393923.775826
-1393923.775826
-1393923.775826
-1393923.775826
-1393923.775826
-1393930.478167
-1393930.478167
-1393941.746509
-1393943.763857
-1393943.763857
-1393946.126194
-1393967.116463
-1393967.116463
-1393974.164750
-1393984.671617
-1393988.512203
-1394002.015486
-1394002.015486
-1394002.015486
-1394009.620468
-1394009.620468
-1394009.620468
-1394013.266475
-1394013.266475
-1394021.421573
-1394021.421573
-1394039.264818
-1394039.264818
-1394039.264818
-1394079.989357
-1394079.989357
-1394079.989357
-1394079.989357
-1394079.989357
-1394079.989357
-1394079.989357
-1394111.293122
-1394111.293122
-1394111.293122
-1394123.106225
-1394123.106225
-1394123.106225
-1394124.920368
-1394131.122100
-1394131.122100
-1394131.122100
-1394131.122100
-1394163.443436
-1394163.443436
-1394163.443436
-1394169.984299
-1394174.672662
-1394174.672662
-1394190.241566
-1394190.241566
-1394190.241566
-1394208.794259
-1394209.985320
-1394209.985320
-1394209.985320
-1394222.251362
-1394222.251362
-1394224.113131
-1394224.113131
-1394224.113131
-1394224.113131
-1394241.887559
-1394260.372973
-1394260.372973
-1394268.792043
-1394268.792043
-1394268.792043
-1394278.002957
-1394283.393256
-1394283.393256
-1394289.557485
-1394316.596916
-1394316.596916
-1394316.596916
-1394316.596916
-1394316.596916
-1394319.775860
-1394323.723006
-1394323.723006
-1394323.723006
-1394323.723006
-1394323.723006
-1394347.244565
-1394361.783574
-1394361.783574
-1394361.783574
-1394375.311067
-1394388.453231
-1394388.453231
-1394388.453231
-1394391.582728
-1394391.582728
-1394391.799668
-1394394.541866
-1394406.707281
-1394406.707281
-1394424.534932
-1394427.704372
-1394427.704372
-1394432.961275
-1394448.912009
-1394448.912009
-1394448.912009
-1394448.912009
-1394465.925383
-1394465.925383
-1394465.925383
-1394467.258696
-1394488.702382
-1394488.702382
-1394488.702382
-1394488.702382
-1394499.550846
-1394502.633222
-1394502.633222
-1394531.704621
-1394531.704621
-1394531.704621
-1394548.590959
-1394550.993239
-1394550.993239
-1394550.993239
-1394550.993239
-1394550.993239
-1394580.719832
-1394580.719832
-1394580.719832
-1394584.439345
-1394584.439345
-1394596.297239
-1394596.297239
-1394596.297239
-1394603.875467
-1394607.429201
-1394607.429201
-1394619.944504
-1394619.944504
-1394622.274703
-1394637.162250
-1394655.255154
-1394666.939460
-1394666.939460
-1394666.939460
-1394666.939460
-1394666.939460
-1394666.939460
-1394666.939460
-1394670.942858
-1394688.805764
-1394688.805764
-1394705.862761
-1394705.862761
-1394705.862761
-1394711.805915
-1394746.222816
-1394746.222816
-1394746.222816
-1394746.222816
-1394746.222816
-1394746.222816
-1394746.222816
-1394746.222816
-1394761.954210
-1394774.052883
-1394781.867581
-1394781.867581
-1394781.867581
-1394781.867581
-1394781.867581
-1394781.867581
-1394781.867581
-1394782.970429
-1394802.988750
-1394811.726991
-1394811.726991
-1394814.244744
-1394827.009351
-1394827.009351
-1394836.224468
-1394836.224468
-1394836.224468
-1394836.942411
-1394840.410340
-1394840.410340
-1394855.389711
-1394865.047166
-1394874.936528
-1394883.853152
-1394883.853152
-1394916.175353
-1394935.035771
-1394935.035771
-1394935.035771
-1394935.035771
-1394935.035771
-1394935.035771
-1394935.035771
-1394935.035771
-1394935.035771
-1394936.213011
-1394936.213011
-1394936.213011
-1394964.256039
-1394964.256039
-1394964.256039
-1394971.252253
-1394987.852136
-1394987.852136
-1394997.491778
-1394997.491778
-1395006.278705
-1395006.278705
-1395006.712747
-1395006.712747
-1395031.909736
-1395031.909736
-1395036.552377
-1395041.709110
-1395041.709110
-1395041.709110
-1395045.650149
-1395045.650149
-1395045.650149
-1395045.650149
-1395045.972838
-1395053.315259
-1395062.560960
-1395069.133664
-1395069.133664
-1395072.389556
-1395105.868290
-1395105.868290
-1395118.587450
-1395118.587450
-1395119.989290
-1395124.774561
-1395132.506428
-1395132.506428
-1395132.801312
-1395146.200750
-1395146.200750
-1395146.200750
-1395152.825900
-1395161.085425
-1395172.336253
-1395172.336253
-1395172.336253
-1395179.775463
-1395179.775463
-1395179.775463
-1395189.339546
-1395199.878188
-1395215.005087
-1395215.005087
-1395215.005087
-1395230.435380
-1395230.435380
-1395230.435380
-1395248.461079
-1395248.461079
-1395248.461079
-1395248.461079
-1395248.461079
-1395249.880080
-1395249.880080
-1395260.080184
-1395263.653962
-1395270.860908
-1395273.685003
-1395296.444882
-1395296.444882
-1395296.444882
-1395296.444882
-1395301.212883
-1395311.861389
-1395319.232404
-1395319.232404
-1395319.232404
-1395319.232404
-1395326.767447
-1395334.072658
-1395334.072658
-1395334.072658
-1395359.727742
-1395362.695709
-1395368.547418
-1395368.547418
-1395368.547418
-1395368.547418
-1395385.217595
-1395390.378322
-1395390.378322
-1395390.378322
-1395403.164820
-1395415.177723
-1395418.762290
-1395418.762290
-1395426.355555
-1395430.504219
-1395452.276350
-1395453.969014
-1395453.969014
-1395453.969014
-1395453.969014
-1395468.244179
-1395470.218486
-1395470.218486
-1395472.222705
-1395475.003076
-1395475.003076
-1395478.088715
-1395478.088715
-1395492.866318
-1395492.866318
-1395515.608362
-1395515.608362
-1395515.608362
-1395515.608362
-1395515.608362
-1395538.941271
-1395547.071679
-1395571.813197
-1395571.813197
-1395571.813197
-1395571.813197
-1395590.546948
-1395590.546948
-1395590.546948
-1395590.546948
-1395590.546948
-1395590.546948
-1395590.546948
-1395590.546948
-1395590.546948
-1395614.733806
-1395614.733806
-1395627.456471
-1395627.456471
-1395627.456471
-1395627.456471
-1395648.681232
-1395648.681232
-1395676.726845
-1395676.726845
-1395676.726845
-1395676.726845
-1395676.726845
-1395678.286235
-1395678.286235
-1395690.718120
-1395690.718120
-1395691.467532
-1395691.467532
-1395708.138724
-1395716.064182
-1395722.351975
-1395722.351975
-1395722.351975
-1395722.351975
-1395722.351975
-1395722.351975
-1395741.684909
-1395741.684909
-1395741.684909
-1395745.262475
-1395763.870918
-1395763.870918
-1395763.870918
-1395768.730746
-1395768.730746
-1395777.639021
-1395786.827775
-1395786.827775
-1395787.467808
-1395796.944674
-1395806.591647
-1395822.886783
-1395836.166468
-1395836.166468
-1395839.613142
-1395850.246563
-1395850.246563
-1395850.246563
-1395850.246563
-1395860.875365
-1395876.545271
-1395876.545271
-1395876.545271
-1395876.545271
-1395876.545271
-1395877.423018
-1395877.423018
-1395883.190333
-1395889.109377
-1395889.109377
-1395897.626499
-1395909.325182
-1395909.325182
-1395909.325182
-1395915.245184
-1395943.708034
-1395943.708034
-1395943.708034
-1395943.708034
-1395945.654728
-1395960.435396
-1395960.435396
-1395978.198168
-1395978.198168
-1395978.198168
-1395981.545638
-1395981.545638
-1395995.345595
-1395995.345595
-1396003.144610
-1396005.616958
-1396009.821572
-1396009.821572
-1396016.708798
-1396016.708798
-1396028.553798
-1396028.553798
-1396049.869049
-1396049.869049
-1396049.869049
-1396049.869049
-1396065.213317
-1396065.213317
-1396075.221535
-1396075.221535
-1396080.072407
-1396097.636916
-1396097.636916
-1396108.654733
-1396108.654733
-1396108.654733
-1396108.654733
-1396108.654733
-1396108.654733
-1396109.870311
-1396131.266303
-1396152.496261
-1396158.019030
-1396159.363731
-1396159.363731
-1396159.363731
-1396159.363731
-1396159.363731
-1396159.363731
-1396159.363731
-1396181.522591
-1396181.522591
-1396181.522591
-1396198.537523
-1396207.554067
-1396207.554067
-1396207.554067
-1396207.554067
-1396224.366335
-1396225.537782
-1396225.537782
-1396225.537782
-1396225.537782
-1396225.903672
-1396243.716230
-1396250.333717
-1396250.333717
-1396250.333717
-1396250.800158
-1396291.728109
-1396291.728109
-1396291.728109
-1396291.728109
-1396291.728109
-1396291.728109
-1396295.537375
-1396303.134927
-1396303.134927
-1396314.845089
-1396314.845089
-1396330.007139
-1396330.494574
-1396331.747421
-1396331.747421
-1396352.774025
-1396352.774025
-1396352.774025
-1396352.774025
-1396355.070020
-1396355.070020
-1396370.370339
-1396370.370339
-1396370.370339
-1396382.828870
-1396383.662564
-1396400.138503
-1396400.138503
-1396416.373783
-1396416.373783
-1396416.373783
-1396416.373783
-1396435.521429
-1396435.521429
-1396443.022043
-1396443.022043
-1396443.022043
-1396443.022043
-1396443.022043
-1396443.022043
-1396458.769050
-1396458.769050
-1396463.688946
-1396466.754682
-1396466.754682
-1396480.824363
-1396481.697958
-1396486.141284
-1396486.141284
-1396520.555859
-1396520.555859
-1396520.555859
-1396520.555859
-1396520.555859
-1396537.801001
-1396537.801001
-1396541.108117
-1396541.885273
-1396570.152540
-1396570.152540
-1396570.152540
-1396581.997161
-1396581.997161
-1396582.517955
-1396596.307087
-1396596.307087
-1396596.307087
-1396596.307087
-1396603.989415
-1396603.989415
-1396605.021910
-1396614.921953
-1396623.625916
-1396623.625916
-1396623.625916
-1396628.089031
-1396628.089031
-1396628.089031
-1396658.359916
-1396659.613532
-1396659.613532
-1396659.613532
-1396659.613532
-1396659.613532
-1396675.716358
-1396698.584409
-1396707.446351
-1396707.446351
-1396707.446351
-1396707.446351
-1396707.446351
-1396707.446351
-1396707.446351
-1396708.854747
-1396713.431489
-1396716.457059
-1396725.937319
-1396728.131628
-1396737.813870
-1396757.273873
-1396757.273873
-1396757.273873
-1396769.520786
-1396769.520786
-1396780.520334
-1396780.520334
-1396789.814233
-1396789.814233
-1396790.166009
-1396797.636652
-1396797.636652
-1396797.636652
-1396833.690807
-1396833.690807
-1396849.625685
-1396849.625685
-1396849.625685
-1396849.625685
-1396849.625685
-1396849.625685
-1396849.625685
-1396849.625685
-1396849.625685
-1396865.090367
-1396865.922118
-1396885.779207
-1396885.779207
-1396885.779207
-1396886.500147
-1396923.561626
-1396923.561626
-1396923.561626
-1396923.561626
-1396923.561626
-1396923.561626
-1396923.561626
-1396923.822837
-1396923.822837
-1396944.938272
-1396944.938272
-1396944.938272
-1396948.629669
-1396948.629669
-1396954.915570
-1396959.530810
-1396967.797069
-1396967.797069
-1397000.280143
-1397000.280143
-1397000.280143
-1397000.280143
-1397000.280143
-1397009.068708
-1397012.793784
-1397012.793784
-1397012.793784
-1397012.793784
-1397022.489950
-1397036.877138
-1397036.877138
-1397036.877138
-1397051.895927
-1397051.895927
-1397054.925258
-1397055.895539
-1397090.479644
-1397095.789289
-1397095.789289
-1397095.789289
-1397095.789289
-1397095.789289
-1397095.789289
-1397095.789289
-1397095.789289
-1397104.751362
-1397104.751362
-1397104.751362
-1397115.971531
-1397115.971531
-1397130.013642
-1397139.223296
-1397139.223296
-1397139.223296
-1397152.922044
-1397157.850016
-1397157.850016
-1397163.600392
-1397183.970355
-1397183.970355
-1397191.827156
-1397191.827156
-1397196.714603
-1397196.714603
-1397196.714603
-1397208.071168
-1397226.685155
-1397226.685155
-1397236.729272
-1397236.729272
-1397236.729272
-1397236.729272
-1397239.911767
-1397239.911767
-1397249.924197
-1397249.924197
-1397249.924197
-1397265.050849
-1397279.228249
-1397279.228249
-1397279.228249
-1397310.338391
-1397310.338391
-1397310.338391
-1397311.991940
-1397311.991940
-1397311.991940
-1397311.991940
-1397312.608894
-1397319.984780
-1397319.984780
-1397326.475320
-1397335.185128
-1397335.185128
-1397335.185128
-1397340.922219
-1397364.508019
-1397364.508019
-1397369.663723
-1397369.713439
-1397390.048219
-1397390.048219
-1397396.878699
-1397396.878699
-1397396.878699
-1397396.878699
-1397420.880154
-1397420.880154
-1397436.689322
-1397436.689322
-1397436.689322
-1397436.689322
-1397436.796530
-1397436.796530
-1397436.796530
-1397445.694139
-1397445.694139
-1397453.354204
-1397480.498090
-1397480.498090
-1397480.498090
-1397481.805191
-1397481.805191
-1397486.527881
-1397486.527881
-1397486.527881
-1397507.383356
-1397516.710106
-1397516.710106
-1397554.070449
-1397554.070449
-1397554.070449
-1397554.070449
-1397554.070449
-1397554.070449
-1397554.070449
-1397554.070449
-1397554.070449
-1397556.619000
-1397556.619000
-1397556.619000
-1397584.274927
-1397584.274927
-1397593.503386
-1397594.369496
-1397596.619730
-1397596.619730
-1397600.925407
-1397600.925407
-1397600.925407
-1397609.655706
-1397625.476361
-1397625.476361
-1397629.093873
-1397629.093873
-1397629.093873
-1397637.836444
-1397640.313977
-1397657.663290
-1397672.720672
-1397672.720672
-1397672.720672
-1397672.720672
-1397675.671554
-1397675.671554
-1397679.200157
-1397711.413998
-1397711.413998
-1397711.413998
-1397711.413998
-1397711.413998
-1397711.413998
-1397716.490133
-1397716.490133
-1397727.628135
-1397727.628135
-1397740.785548
-1397740.785548
-1397756.655194
-1397765.876308
-1397775.412849
-1397779.772201
-1397779.772201
-1397779.772201
-1397787.625347
-1397788.981427
-1397788.981427
-1397788.981427
-1397808.573691
-1397808.573691
-1397808.573691
-1397808.573691
-1397826.240515
-1397826.240515
-1397826.240515
-1397826.240515
-1397832.039420
-1397848.985339
-1397848.985339
-1397848.985339
-1397848.985339
-1397851.274273
-1397851.274273
-1397863.380123
-1397863.380123
-1397880.546463
-1397880.546463
-1397880.546463
-1397880.546463
-1397880.546463
-1397892.092504
-1397902.673391
-1397913.680027
-1397913.680027
-1397931.438584
-1397931.438584
-1397931.438584
-1397931.438584
-1397931.438584
-1397937.017811
-1397937.017811
-1397962.367050
-1397962.367050
-1397962.367050
-1397962.367050
-1397962.367050
-1397967.069864
-1397970.983823
-1397975.115036
-1397975.115036
-1398001.138449
-1398002.104511
-1398002.104511
-1398004.759916
-1398004.759916
-1398020.609400
-1398024.617022
-1398036.067320
-1398036.067320
-1398036.850234
-1398036.867495
-1398036.867495
-1398050.556735
-1398050.556735
-1398050.556735
-1398050.556735
-1398050.556735
-1398051.763274
-1398051.763274
-1398077.958019
-1398077.958019
-1398096.664348
-1398096.664348
-1398111.084821
-1398111.084821
-1398111.084821
-1398114.590424
-1398138.328835
-1398141.096175
-1398141.096175
-1398141.096175
-1398141.096175
-1398141.096175
-1398141.096175
-1398151.142226
-1398172.916685
-1398176.711947
-1398176.711947
-1398183.501769
-1398183.501769
-1398183.501769
-1398188.530772
-1398188.530772
-1398188.530772
-1398189.682476
-1398200.296594
-1398211.788210
-1398235.323831
-1398235.323831
-1398235.323831
-1398237.801427
-1398239.640634
-1398263.497682
-1398263.497682
-1398263.497682
-1398263.497682
-1398263.497682
-1398263.497682
-1398263.497682
-1398285.905115
-1398285.905115
-1398299.119844
-1398299.119844
-1398299.119844
-1398299.119844
-1398299.119844
-1398299.119844
-1398326.543545
-1398326.543545
-1398326.543545
-1398327.444497
-1398327.444497
-1398329.313061
-1398329.313061
-1398348.574974
-1398348.923350
-1398363.401079
-1398372.808367
-1398372.808367
-1398372.808367
-1398372.808367
-1398372.808367
-1398372.808367
-1398391.250929
-1398391.250929
-1398391.250929
-1398391.250929
-1398391.250929
-1398399.777874
-1398399.777874
-1398399.777874
-1398433.713845
-1398433.713845
-1398433.713845
-1398447.630178
-1398455.062442
-1398455.062442
-1398455.062442
-1398455.062442
-1398461.840910
-1398461.840910
-1398461.840910
-1398466.256006
-1398481.589008
-1398481.589008
-1398481.589008
-1398496.284906
-1398496.284906
-1398496.284906
-1398496.284906
-1398496.284906
-1398496.284906
-1398496.284906
-1398507.460970
-1398535.572310
-1398535.572310
-1398535.572310
-1398548.894189
-1398566.075705
-1398566.075705
-1398566.075705
-1398566.075705
-1398566.075705
-1398587.870453
-1398587.870453
-1398587.870453
-1398587.870453
-1398594.786402
-1398594.786402
-1398594.786402
-1398594.786402
-1398596.589390
-1398625.605840
-1398625.605840
-1398625.605840
-1398625.605840
-1398631.277414
-1398636.496533
-1398643.732747
-1398643.732747
-1398643.732747
-1398673.949510
-1398673.949510
-1398673.949510
-1398673.949510
-1398673.949510
-1398673.949510
-1398690.044127
-1398690.044127
-1398690.044127
-1398690.044127
-1398718.504114
-1398718.504114
-1398718.504114
-1398718.504114
-1398718.504114
-1398718.504114
-1398718.504114
-1398720.148326
-1398725.983599
-1398739.061880
-1398758.423980
-1398758.423980
-1398758.423980
-1398758.423980
-1398776.609515
-1398776.609515
-1398776.609515
-1398776.609515
-1398776.609515
-1398789.404920
-1398797.849455
-1398797.849455
-1398797.849455
-1398802.354810
-1398802.354810
-1398811.940325
-1398811.940325
-1398811.940325
-1398824.868383
-1398836.722331
-1398836.722331
-1398836.722331
-1398836.722331
-1398836.722331
-1398852.572090
-1398852.572090
-1398854.315268
-1398864.188342
-1398864.188342
-1398885.590136
-1398885.590136
-1398885.590136
-1398885.590136
-1398885.590136
-1398886.640916
-1398899.107087
-1398901.234514
-1398912.513382
-1398918.934118
-1398949.412790
-1398949.412790
-1398949.412790
-1398949.412790
-1398949.412790
-1398949.412790
-1398959.938390
-1398959.938390
-1398959.938390
-1398959.938390
-1398964.291510
-1398965.631036
-1398999.840727
-1398999.840727
-1398999.840727
-1398999.840727
-1398999.840727
-1398999.840727
-1399011.122456
-1399016.583442
-1399016.583442
-1399016.583442
-1399019.408799
-1399019.408799
-1399019.408799
-1399025.745497
-1399045.418834
-1399050.970322
-1399050.970322
-1399057.973310
-1399070.811993
-1399070.811993
-1399087.968187
-1399087.968187
-1399087.968187
-1399087.968187
-1399096.377382
-1399107.147131
-1399107.147131
-1399107.147131
-1399108.010685
-1399108.010685
-1399113.555536
-1399117.771643
-1399121.646429
-1399129.606561
-1399158.975124
-1399158.975124
-1399158.975124
-1399158.975124
-1399158.975124
-1399170.617333
-1399170.617333
-1399170.617333
-1399170.617333
-1399170.617333
-1399190.587866
-1399190.587866
-1399190.587866
-1399190.587866
-1399204.310937
-1399204.310937
-1399204.310937
-1399224.584624
-1399224.584624
-1399224.584624
-1399226.230108
-1399226.230108
-1399226.230108
-1399236.398738
-1399260.001160
-1399260.001160
-1399280.492659
-1399280.492659
-1399280.492659
-1399280.492659
-1399299.437016
-1399299.437016
-1399299.437016
-1399299.437016
-1399299.437016
-1399299.437016
-1399299.437016
-1399299.437016
-1399299.437016
-1399299.437016
-1399313.673730
-1399313.673730
-1399313.673730
-1399323.858344
-1399337.442265
-1399337.442265
-1399349.131842
-1399349.131842
-1399356.459132
-1399356.459132
-1399356.459132
-1399356.459132
-1399378.495757
-1399378.495757
-1399378.495757
-1399392.934696
-1399392.934696
-1399392.934696
-1399403.715263
-1399403.715263
-1399410.125560
-1399410.125560
-1399410.125560
-1399410.125560
-1399442.861695
-1399442.861695
-1399442.861695
-1399442.861695
-1399442.861695
-1399442.861695
-1399452.290581
-1399462.459948
-1399462.459948
-1399462.459948
-1399470.360746
-1399489.224583
-1399489.224583
-1399489.224583
-1399500.540939
-1399507.477014
-1399507.477014
-1399507.477014
-1399510.394019
-1399510.394019
-1399525.352438
-1399525.352438
-1399531.836989
-1399531.836989
-1399546.214078
-1399546.214078
-1399546.214078
-1399546.214078
-1399551.222515
-1399567.328241
-1399567.328241
-1399567.328241
-1399575.916322
-1399575.916322
-1399583.786902
-1399583.786902
-1399602.557177
-1399602.557177
-1399606.282709
-1399606.282709
-1399645.061727
-1399645.061727
-1399645.061727
-1399645.061727
-1399645.061727
-1399645.061727
-1399656.934909
-1399656.934909
-1399656.934909
-1399656.934909
-1399656.934909
-1399656.934909
-1399656.934909
-1399656.934909
-1399692.550349
-1399692.550349
-1399713.859549
-1399713.859549
-1399716.049135
-1399716.049135
-1399716.049135
-1399716.049135
-1399717.398462
-1399717.398462
-1399734.296968
-1399734.296968
-1399734.296968
-1399734.296968
-1399755.144418
-1399755.144418
-1399755.144418
-1399755.144418
-1399760.462508
-1399766.990907
-1399766.990907
-1399766.990907
-1399772.566016
-1399776.164646
-1399778.848715
-1399778.848715
-1399791.296332
-1399791.296332
-1399811.348978
-1399813.398559
-1399828.412370
-1399828.412370
-1399828.412370
-1399828.412370
-1399828.412370
-1399828.412370
-1399835.191986
-1399835.191986
-1399835.191986
-1399835.191986
-1399835.191986
-1399844.768528
-1399844.768528
-1399854.830157
-1399871.584583
-1399879.641077
-1399892.835789
-1399892.835789
-1399899.535636
-1399921.645686
-1399925.993442
-1399925.993442
-1399925.993442
-1399925.993442
-1399925.993442
-1399932.717851
-1399937.321013
-1399937.321013
-1399937.321013
-1399937.321013
-1399938.891238
-1399958.959076
-1399958.959076
-1399958.959076
-1399959.891713
-1399959.891713
-1399969.338271
-1399969.338271
-1399983.918037
-1399983.918037
-1400001.771501
-1400001.771501
-1400001.771501
-1400004.027445
-1400004.027445
-1400024.406230
-1400029.839885
-1400052.070843
-1400052.070843
-1400052.070843
-1400059.103616
-1400059.103616
-1400059.103616
-1400059.103616
-1400070.712827
-1400070.712827
-1400072.093417
-1400072.093417
-1400072.093417
-1400072.093417
-1400072.093417
-1400083.812297
-1400083.812297
-1400083.812297
-1400089.473689
-1400092.459522
-1400112.874125
-1400112.874125
-1400120.261837
-1400120.261837
-1400120.261837
-1400125.373430
-1400125.373430
-1400125.373430
-1400149.387737
-1400149.387737
-1400150.621218
-1400161.535684
-1400161.535684
-1400161.535684
-1400164.268639
-1400164.268639
-1400191.521421
-1400191.521421
-1400197.434931
-1400197.434931
-1400210.532365
-1400210.532365
-1400223.123310
-1400223.123310
-1400230.627946
-1400230.627946
-1400230.627946
-1400247.650955
-1400247.650955
-1400247.650955
-1400247.650955
-1400247.650955
-1400255.186634
-1400255.186634
-1400279.733004
-1400279.733004
-1400279.733004
-1400279.733004
-1400279.733004
-1400283.834531
-1400283.834531
-1400283.834531
-1400317.455717
-1400317.455717
-1400317.455717
-1400317.455717
-1400317.455717
-1400317.637858
-1400317.637858
-1400319.829931
-1400327.478771
-1400327.478771
-1400350.880150
-1400350.880150
-1400356.550357
-1400356.550357
-1400356.550357
-1400357.370312
-1400357.691530
-1400385.299781
-1400385.299781
-1400385.299781
-1400405.937871
-1400406.838507
-1400406.838507
-1400406.838507
-1400406.838507
-1400406.838507
-1400413.203008
-1400413.203008
-1400413.203008
-1400439.457003
-1400444.357202
-1400444.357202
-1400444.357202
-1400452.793436
-1400452.793436
-1400459.005116
-1400466.433992
-1400466.433992
-1400480.757213
-1400480.757213
-1400480.757213
-1400480.757213
-1400499.017277
-1400499.017277
-1400499.017277
-1400499.017277
-1400519.141482
-1400519.141482
-1400522.734683
-1400522.734683
-1400527.157732
-1400527.157732
-1400527.157732
-1400535.390919
-1400544.433925
-1400544.433925
-1400550.752306
-1400551.364879
-1400560.595176
-1400560.595176
-1400560.595176
-1400583.667835
-1400583.667835
-1400590.968334
-1400590.968334
-1400590.968334
-1400610.044970
-1400610.044970
-1400612.600445
-1400612.950930
-1400615.139179
-1400615.139179
-1400618.715979
-1400618.715979
-1400644.037562
-1400644.037562
-1400644.037562
-1400649.833510
-1400653.228146
-1400653.228146
-1400653.228146
-1400655.856055
-1400668.525082
-1400668.525082
-1400675.376448
-1400675.376448
-1400675.376448
-1400675.376448
-1400701.636796
-1400701.636796
-1400701.636796
-1400701.636796
-1400717.442395
-1400721.377458
-1400725.406719
-1400725.406719
-1400728.761073
-1400739.342938
-1400742.341606
-1400742.341606
-1400747.843489
-1400747.843489
-1400772.838077
-1400773.229865
-1400785.405683
-1400785.405683
-1400785.405683
-1400785.405683
-1400793.607125
-1400793.607125
-1400793.607125
-1400793.607125
-1400795.353336
-1400823.846210
-1400823.846210
-1400830.020648
-1400830.020648
-1400830.020648
-1400839.906948
-1400839.906948
-1400840.640151
-1400840.640151
-1400857.932531
-1400857.932531
-1400857.932531
-1400857.932531
-1400864.505573
-1400864.505573
-1400864.505573
-1400864.505573
-1400870.618627
-1400872.474208
-1400872.474208
-1400872.474208
-1400893.256341
-1400893.870761
-1400894.336549
-1400894.336549
-1400923.805470
-1400925.665110
-1400925.665110
-1400948.061093
-1400948.061093
-1400948.061093
-1400948.061093
-1400948.061093
-1400958.013186
-1400960.701231
-1400966.923942
-1400966.923942
-1400981.891353
-1400981.891353
-1400984.703510
-1400984.703510
-1400985.267872
-1401009.200198
-1401009.200198
-1401009.200198
-1401009.200198
-1401009.200198
-1401011.694492
-1401014.567944
-1401014.567944
-1401020.227394
-1401030.074554
-1401030.074554
-1401041.517973
-1401045.717097
-1401045.717097
-1401046.835182
-1401049.485800
-1401052.060691
-1401052.060691
-1401080.590906
-1401080.590906
-1401081.896853
-1401091.326553
-1401091.326553
-1401108.059931
-1401108.059931
-1401108.216087
-1401108.216087
-1401118.192212
-1401119.914663
-1401131.225605
-1401131.225605
-1401131.225605
-1401131.225605
-1401131.225605
-1401131.225605
-1401146.051321
-1401146.410892
-1401151.128133
-1401169.552551
-1401169.552551
-1401169.552551
-1401176.727708
-1401176.727708
-1401202.033429
-1401202.033429
-1401202.033429
-1401202.033429
-1401213.017873
-1401214.925495
-1401224.673475
-1401226.194853
-1401226.194853
-1401240.376169
-1401240.376169
-1401240.376169
-1401240.376169
-1401240.376169
-1401240.376169
-1401243.840949
-1401243.840949
-1401263.726958
-1401263.726958
-1401271.002524
-1401271.002524
-1401282.488709
-1401285.988100
-1401310.437699
-1401310.437699
-1401310.437699
-1401310.437699
-1401310.437699
-1401310.437699
-1401310.437699
-1401312.221762
-1401312.221762
-1401319.022078
-1401338.299125
-1401338.299125
-1401346.012714
-1401346.012714
-1401353.195661
-1401354.605661
-1401372.442148
-1401372.442148
-1401372.442148
-1401372.442148
-1401372.442148
-1401378.240892
-1401378.240892
-1401395.513052
-1401406.079098
-1401406.079098
-1401406.079098
-1401414.477413
-1401419.785898
-1401419.785898
-1401419.785898
-1401420.395471
-1401420.395471
-1401420.395471
-1401434.538300
-1401434.538300
-1401455.238729
-1401456.264684
-1401456.264684
-1401459.962532
-1401459.962532
-1401470.691072
-1401470.691072
-1401476.555301
-1401485.447769
-1401485.447769
-1401500.123905
-1401500.123905
-1401500.123905
-1401500.123905
-1401500.123905
-1401500.123905
-1401503.183334
-1401532.412487
-1401533.805142
-1401533.805142
-1401533.805142
-1401545.574965
-1401545.574965
-1401545.574965
-1401545.574965
-1401552.170702
-1401555.814370
-1401562.580043
-1401562.580043
-1401562.580043
-1401565.168180
-1401583.341493
-1401583.341493
-1401602.474484
-1401602.474484
-1401602.474484
-1401602.474484
-1401602.474484
-1401609.149306
-1401609.149306
-1401614.350816
-1401628.533065
-1401640.213657
-1401654.542783
-1401662.704940
-1401662.704940
-1401662.704940
-1401662.704940
-1401664.191877
-1401664.191877
-1401664.191877
-1401664.191877
-1401679.922100
-1401679.922100
-1401679.922100
-1401683.037943
-1401709.748724
-1401709.748724
-1401709.748724
-1401709.748724
-1401732.026014
-1401732.026014
-1401732.026014
-1401734.886232
-1401734.886232
-1401734.886232
-1401734.886232
-1401754.114136
-1401754.114136
-1401761.643040
-1401768.072765
-1401768.072765
-1401778.046540
-1401778.046540
-1401778.046540
-1401778.046540
-1401778.046540
-1401778.046540
-1401778.046540
-1401778.046540
-1401807.406831
-1401807.406831
-1401814.965958
-1401814.965958
-1401814.965958
-1401814.965958
-1401814.965958
-1401814.965958
-1401825.120183
-1401835.612674
-1401852.732878
-1401852.732878
-1401860.514980
-1401872.129600
-1401873.652958
-1401873.652958
-1401880.924848
-1401880.924848
-1401895.033690
-1401895.033690
-1401895.033690
-1401895.033690
-1401895.033690
-1401895.033690
-1401911.340371
-1401911.340371
-1401911.340371
-1401911.340371
-1401911.340371
-1401912.803667
-1401912.803667
-1401922.888595
-1401922.888595
-1401936.173386
-1401944.039226
-1401949.816664
-1401990.263612
-1401990.263612
-1401990.263612
-1401990.263612
-1401990.263612
-1401990.263612
-1401995.483774
-1401995.483774
-1401995.483774
-1401995.483774
-1401999.924582
-1401999.924582
-1402003.579358
-1402009.107848
-1402011.203598
-1402023.219407
-1402033.810091
-1402033.810091
-1402033.810091
-1402040.339529
-1402040.339529
-1402040.339529
-1402050.621661
-1402050.621661
-1402075.328709
-1402075.328709
-1402075.328709
-1402077.497377
-1402091.765143
-1402091.765143
-1402095.451777
-1402095.451777
-1402110.443410
-1402110.443410
-1402110.443410
-1402110.443410
-1402116.116791
-1402117.375686
-1402117.375686
-1402135.025828
-1402135.025828
-1402145.963987
-1402145.963987
-1402145.963987
-1402145.963987
-1402145.963987
-1402180.781648
-1402180.781648
-1402180.781648
-1402180.781648
-1402180.781648
-1402180.781648
-1402187.941564
-1402187.941564
-1402191.926560
-1402191.926560
-1402227.561085
-1402227.561085
-1402227.561085
-1402227.561085
-1402229.890493
-1402229.890493
-1402229.890493
-1402229.890493
-1402236.336688
-1402258.337782
-1402258.337782
-1402258.337782
-1402258.337782
-1402260.360644
-1402269.346842
-1402269.346842
-1402269.346842
-1402269.346842
-1402276.157770
-1402276.157770
-1402278.768189
-1402291.781205
-1402294.819931
-1402294.819931
-1402324.911471
-1402324.911471
-1402324.911471
-1402324.911471
-1402328.409738
-1402328.409738
-1402328.409738
-1402354.884086
-1402354.884086
-1402354.884086
-1402354.884086
-1402354.884086
-1402363.823454
-1402372.445405
-1402372.445405
-1402391.865969
-1402397.298582
-1402397.298582
-1402397.298582
-1402397.298582
-1402397.298582
-1402397.298582
-1402405.907478
-1402405.907478
-1402423.609744
-1402428.419354
-1402428.419354
-1402428.419354
-1402438.236614
-1402438.236614
-1402440.150779
-1402440.150779
-1402446.205582
-1402446.205582
-1402473.731981
-1402473.731981
-1402473.731981
-1402473.731981
-1402473.731981
-1402473.731981
-1402473.731981
-1402473.731981
-1402509.098063
-1402509.098063
-1402509.098063
-1402509.098063
-1402520.351535
-1402520.351535
-1402520.351535
-1402528.152709
-1402532.436691
-1402534.277983
-1402534.277983
-1402547.663598
-1402547.663598
-1402547.663598
-1402547.663598
-1402547.663598
-1402549.940791
-1402549.940791
-1402549.940791
-1402559.901133
-1402572.166869
-1402578.623709
-1402578.623709
-1402590.991357
-1402611.154418
-1402611.154418
-1402611.154418
-1402611.154418
-1402611.154418
-1402611.154418
-1402648.348241
-1402648.348241
-1402648.348241
-1402648.348241
-1402663.880999
-1402663.880999
-1402663.880999
-1402666.083349
-1402668.735858
-1402668.735858
-1402677.853409
-1402677.853409
-1402677.853409
-1402677.853409
-1402692.343572
-1402698.895505
-1402698.895505
-1402698.895505
-1402698.895505
-1402698.895505
-1402715.466378
-1402715.466378
-1402715.466378
-1402715.466378
-1402720.705726
-1402720.705726
-1402722.746541
-1402726.785726
-1402732.942042
-1402760.281918
-1402760.281918
-1402760.281918
-1402760.281918
-1402760.871413
-1402783.306502
-1402783.306502
-1402783.306502
-1402783.306502
-1402783.306502
-1402788.347389
-1402805.185709
-1402805.185709
-1402816.956008
-1402816.956008
-1402816.956008
-1402816.956008
-1402816.956008
-1402816.956008
-1402816.956008
-1402819.095123
-1402844.183224
-1402844.183224
-1402844.183224
-1402844.183224
-1402865.536927
-1402865.536927
-1402865.536927
-1402865.536927
-1402865.536927
-1402865.536927
-1402872.098046
-1402872.098046
-1402872.098046
-1402872.098046
-1402894.515228
-1402894.515228
-1402910.082330
-1402926.800804
-1402927.926813
-1402927.926813
-1402927.926813
-1402927.926813
-1402929.951969
-1402947.532025
-1402953.792589
-1402953.792589
-1402953.792589
-1402953.792589
-1402953.792589
-1402953.792589
-1402953.792589
-1402972.246164
-1402972.246164
-1402980.122973
-1402980.122973
-1402980.122973
-1402991.023873
-1402999.510187
-1402999.510187
-1402999.510187
-1403013.319361
-1403013.319361
-1403014.981818
-1403014.981818
-1403049.055001
-1403049.055001
-1403049.055001
-1403049.055001
-1403049.055001
-1403049.055001
-1403050.112519
-1403050.112519
-1403050.112519
-1403050.112519
-1403060.079230
-1403060.079230
-1403062.882923
-1403062.882923
-1403088.874190
-1403088.874190
-1403099.431025
-1403099.431025
-1403099.431025
-1403109.640117
-1403118.026945
-1403118.026945
-1403118.026945
-1403138.923899
-1403138.923899
-1403142.235327
-1403142.235327
-1403142.235327
-1403150.809446
-1403150.809446
-1403150.809446
-1403150.809446
-1403178.106094
-1403178.106094
-1403199.876301
-1403199.876301
-1403199.876301
-1403199.876301
-1403199.876301
-1403199.876301
-1403199.876301
-1403199.876301
-1403207.668619
-1403207.668619
-1403217.089650
-1403217.089650
-1403220.672994
-1403220.672994
-1403228.496370
-1403237.721346
-1403237.721346
-1403238.352161
-1403238.352161
-1403238.352161
-1403238.352161
-1403238.352161
-1403269.789535
-1403269.789535
-1403274.797337
-1403274.797337
-1403297.148344
-1403297.148344
-1403297.148344
-1403297.148344
-1403310.378045
-1403311.517169
-1403323.245329
-1403323.245329
-1403323.245329
-1403323.245329
-1403323.245329
-1403325.121593
-1403347.085018
-1403347.085018
-1403347.085018
-1403347.085018
-1403347.085018
-1403349.549665
-1403357.819521
-1403362.427955
-1403362.427955
-1403362.427955
-1403367.799162
-1403373.614577
-1403373.614577
-1403387.550719
-1403404.574930
-1403405.804660
-1403405.804660
-1403405.804660
-1403405.804660
-1403420.159614
-1403420.159614
-1403420.159614
-1403420.159614
-1403454.968806
-1403454.968806
-1403454.968806
-1403454.968806
-1403454.968806
-1403454.968806
-1403454.968806
-1403454.968806
-1403479.552436
-1403479.552436
-1403479.552436
-1403497.657261
-1403497.657261
-1403497.657261
-1403497.657261
-1403497.657261
-1403497.657261
-1403499.515543
-1403499.515543
-1403499.515543
-1403521.395890
-1403521.395890
-1403521.395890
-1403527.932264
-1403530.860448
-1403541.307882
-1403541.307882
-1403541.307882
-1403554.174241
-1403554.174241
-1403559.153251
-1403559.153251
-1403562.659484
-1403562.659484
-1403563.013426
-1403572.745614
-1403588.421664
-1403588.421664
-1403588.421664
-1403588.421664
-1403588.421664
-1403588.421664
-1403590.351699
-1403590.351699
-1403594.704491
-1403612.840632
-1403612.840632
-1403613.369814
-1403618.577751
-1403626.724873
-1403626.724873
-1403632.239219
-1403644.518008
-1403652.843539
-1403652.843539
-1403665.384920
-1403691.830546
-1403691.830546
-1403691.830546
-1403691.830546
-1403691.830546
-1403691.830546
-1403691.830546
-1403703.523438
-1403703.523438
-1403703.523438
-1403703.523438
-1403720.152523
-1403724.126983
-1403724.126983
-1403724.126983
-1403727.802937
-1403757.323565
-1403757.323565
-1403757.323565
-1403763.686987
-1403763.686987
-1403763.686987
-1403763.686987
-1403763.686987
-1403766.589682
-1403766.589682
-1403782.214866
-1403782.214866
-1403782.214866
-1403782.214866
-1403797.605630
-1403799.571102
-1403799.571102
-1403799.571102
-1403819.157953
-1403826.656694
-1403826.656694
-1403826.656694
-1403828.620094
-1403828.620094
-1403831.529558
-1403848.479618
-1403848.479618
-1403848.479618
-1403848.479618
-1403869.215121
-1403869.215121
-1403869.215121
-1403869.215121
-1403869.215121
-1403872.724467
-1403904.483759
-1403904.483759
-1403904.483759
-1403904.483759
-1403904.483759
-1403904.483759
-1403904.483759
-1403904.483759
-1403913.154316
-1403913.154316
-1403924.628024
-1403924.628024
-1403924.628024
-1403924.966683
-1403942.673587
-1403942.673587
-1403957.368245
-1403957.368245
-1403957.368245
-1403957.368245
-1403957.368245
-1403957.368245
-1403966.406736
-1403981.509553
-1403981.509553
-1403986.861371
-1403986.861371
-1403986.861371
-1403987.600346
-1404000.644246
-1404000.644246
-1404000.644246
-1404000.644246
-1404005.429826
-1404033.954193
-1404033.954193
-1404033.954193
-1404037.036484
-1404037.394030
-1404037.394030
-1404037.394030
-1404037.394030
-1404050.613962
-1404050.613962
-1404065.961734
-1404065.961734
-1404079.467021
-1404079.467021
-1404079.467021
-1404079.467021
-1404079.467021
-1404093.161732
-1404099.098378
-1404099.098378
-1404099.098378
-1404109.714949
-1404117.680219
-1404118.201933
-1404118.201933
-1404123.557275
-1404123.557275
-1404123.866100
-1404148.006138
-1404148.006138
-1404148.006138
-1404148.006138
-1404148.621982
-1404157.709084
-1404157.709084
-1404157.709084
-1404157.709084
-1404157.709084
-1404187.609989
-1404187.609989
-1404187.609989
-1404187.609989
-1404187.609989
-1404191.421097
-1404192.096654
-1404203.206107
-1404206.098659
-1404206.098659
-1404217.636478
-1404217.636478
-1404226.952204
-1404226.952204
-1404226.952204
-1404233.429368
-1404260.358835
-1404260.358835
-1404260.358835
-1404260.358835
-1404260.358835
-1404260.358835
-1404260.358835
-1404271.497722
-1404271.497722
-1404278.637520
-1404278.637520
-1404278.637520
-1404295.957736
-1404299.426272
-1404304.571209
-1404304.571209
-1404312.339066
-1404312.339066
-1404312.339066
-1404326.602820
-1404326.602820
-1404340.618784
-1404364.887593
-1404364.887593
-1404364.887593
-1404364.887593
-1404364.887593
-1404364.887593
-1404369.155845
-1404369.155845
-1404369.155845
-1404377.398139
-1404383.690274
-1404383.690274
-1404383.690274
-1404383.690274
-1404410.149712
-1404410.149712
-1404410.149712
-1404410.149712
-1404414.406309
-1404430.459853
-1404430.459853
-1404445.568372
-1404445.568372
-1404445.568372
-1404445.568372
-1404445.568372
-1404445.568372
-1404445.568372
-1404449.005836
-1404449.005836
-1404449.005836
-1404452.111277
-1404452.111277
-1404487.482168
-1404487.482168
-1404487.482168
-1404487.482168
-1404487.869648
-1404500.860969
-1404500.860969
-1404500.860969
-1404500.860969
-1404504.522692
-1404515.667405
-1404518.488654
-1404518.488654
-1404522.386468
-1404526.403245
-1404526.403245
-1404526.403245
-1404538.830033
-1404550.173460
-1404550.173460
-1404550.173460
-1404551.053227
-1404559.421502
-1404561.120447
-1404570.204351
-1404575.749308
-1404575.749308
-1404575.749308
-1404575.749308
-1404586.748822
-1404599.494766
-1404605.741703
-1404605.741703
-1404613.512085
-1404613.512085
-1404615.126946
-1404615.126946
-1404615.126946
-1404628.839514
-1404642.982426
-1404650.377861
-1404687.592446
-1404687.592446
-1404687.592446
-1404687.592446
-1404687.592446
-1404687.592446
-1404687.592446
-1404687.592446
-1404692.604953
-1404692.604953
-1404702.672383
-1404702.672383
-1404702.672383
-1404702.672383
-1404702.672383
-1404702.672383
-1404702.672383
-1404702.672383
-1404732.989453
-1404732.989453
-1404732.989453
-1404732.989453
-1404732.989453
-1404732.989453
-1404741.206106
-1404760.438505
-1404760.438505
-1404760.438505
-1404762.064210
-1404762.064210
-1404769.422694
-1404769.422694
-1404778.303702
-1404778.303702
-1404792.867795
-1404792.867795
-1404796.749120
-1404796.749120
-1404796.749120
-1404796.749120
-1404822.903054
-1404829.283187
-1404829.283187
-1404829.283187
-1404829.283187
-1404829.283187
-1404829.283187
-1404829.283187
-1404829.283187
-1404829.283187
-1404839.862737
-1404867.179579
-1404867.179579
-1404867.179579
-1404867.179579
-1404898.747972
-1404898.747972
-1404902.149532
-1404902.149532
-1404902.149532
-1404902.149532
-1404902.149532
-1404902.149532
-1404902.149532
-1404907.621991
-1404907.621991
-1404915.400510
-1404915.400510
-1404928.126469
-1404931.457098
-1404931.457098
-1404931.457098
-1404941.417802
-1404953.152934
-1404957.043660
-1404957.043660
-1404957.043660
-1404957.043660
-1404973.353578
-1404977.682941
-1404977.682941
-1404987.452314
-1404987.452314
-1404989.394044
-1404989.394044
-1404997.144596
-1404997.144596
-1405018.772277
-1405018.772277
-1405018.772277
-1405018.772277
-1405018.772277
-1405018.772277
-1405018.772277
-1405018.772277
-1405024.137631
-1405037.707752
-1405061.532062
-1405061.532062
-1405061.532062
-1405061.532062
-1405061.532062
-1405061.532062
-1405063.411907
-1405063.787632
-1405063.787632
-1405089.291038
-1405089.291038
-1405102.045277
-1405102.045277
-1405102.579268
-1405107.899347
-1405124.515343
-1405124.515343
-1405124.515343
-1405124.515343
-1405137.673386
-1405137.673386
-1405137.673386
-1405137.673386
-1405137.673386
-1405144.882457
-1405153.758505
-1405153.758505
-1405153.758505
-1405177.516261
-1405177.516261
-1405177.516261
-1405177.516261
-1405177.516261
-1405180.062963
-1405180.062963
-1405184.077374
-1405184.077374
-1405184.730841
-1405200.267148
-1405200.267148
-1405223.758722
-1405223.758722
-1405223.758722
-1405223.758722
-1405223.758722
-1405223.758722
-1405223.758722
-1405243.005252
-1405243.005252
-1405252.630318
-1405252.630318
-1405252.630318
-1405255.498494
-1405273.103854
-1405291.040916
-1405291.040916
-1405291.040916
-1405291.040916
-1405291.040916
-1405291.040916
-1405291.040916
-1405291.362034
-1405291.362034
-1405303.186340
-1405303.186340
-1405303.186340
-1405303.186340
-1405316.163815
-1405329.625595
-1405338.449611
-1405338.449611
-1405338.449611
-1405338.449611
-1405338.449611
-1405338.449611
-1405361.680280
-1405361.680280
-1405361.680280
-1405361.680280
-1405382.633157
-1405382.633157
-1405382.633157
-1405382.633157
-1405382.633157
-1405392.205825
-1405392.205825
-1405392.205825
-1405416.064905
-1405416.064905
-1405416.064905
-1405416.064905
-1405436.503445
-1405436.503445
-1405436.503445
-1405436.503445
-1405440.959514
-1405440.959514
-1405458.398556
-1405458.398556
-1405458.398556
-1405458.398556
-1405458.398556
-1405458.398556
-1405458.398556
-1405458.398556
-1405469.349272
-1405469.349272
-1405497.243784
-1405497.243784
-1405497.243784
-1405497.243784
-1405497.243784
-1405497.243784
-1405518.516516
-1405526.123676
-1405527.560858
-1405527.560858
-1405527.560858
-1405527.560858
-1405527.560858
-1405527.560858
-1405527.560858
-1405532.385582
-1405539.391152
-1405539.391152
-1405545.139648
-1405545.139648
-1405545.139648
-1405545.139648
-1405557.532521
-1405561.293929
-1405576.905332
-1405576.905332
-1405576.905332
-1405595.635360
-1405595.635360
-1405595.635360
-1405598.394129
-1405598.394129
-1405600.601763
-1405602.762338
-1405612.624652
-1405627.831627
-1405627.831627
-1405629.971807
-1405629.971807
-1405629.971807
-1405629.971807
-1405637.662407
-1405637.662407
-1405658.349116
-1405658.349116
-1405670.106737
-1405670.106737
-1405677.954018
-1405692.793922
-1405692.793922
-1405692.793922
-1405713.105290
-1405713.105290
-1405713.105290
-1405713.105290
-1405713.105290
-1405718.896362
-1405718.896362
-1405718.896362
-1405725.805518
-1405746.300740
-1405746.300740
-1405746.300740
-1405746.300740
-1405746.300740
-1405746.300740
-1405746.300740
-1405748.429057
-1405756.998909
-1405756.998909
-1405762.140093
-1405762.140093
-1405765.947497
-1405767.360227
-1405791.767575
-1405791.767575
-1405808.011906
-1405808.011906
-1405810.174472
-1405810.174472
-1405810.174472
-1405810.174472
-1405811.219383
-1405811.219383
-1405825.530690
-1405825.530690
-1405825.530690
-1405826.480229
-1405831.794175
-1405831.794175
-1405833.504622
-1405833.504622
-1405849.046256
-1405849.046256
-1405851.609523
-1405851.609523
-1405888.005063
-1405888.005063
-1405888.005063
-1405888.005063
-1405906.760601
-1405906.760601
-1405906.760601
-1405906.760601
-1405906.760601
-1405924.614318
-1405924.614318
-1405924.900195
-1405924.900195
-1405924.900195
-1405924.900195
-1405926.895678
-1405926.895678
-1405951.368012
-1405951.368012
-1405951.901189
-1405951.901189
-1405964.782638
-1405968.965753
-1405968.965753
-1405968.965753
-1405968.965753
-1405969.988724
-1405982.235203
-1405982.235203
-1405982.235203
-1405999.342932
-1405999.342932
-1405999.342932
-1405999.342932
-1406001.792120
-1406013.650667
-1406013.650667
-1406013.650667
-1406022.261939
-1406030.768546
-1406040.885681
-1406040.885681
-1406040.885681
-1406043.279408
-1406047.801797
-1406047.801797
-1406047.801797
-1406070.205996
-1406078.602965
-1406078.602965
-1406078.602965
-1406078.602965
-1406078.602965
-1406085.435333
-1406092.871711
-1406092.871711
-1406096.550954
-1406096.550954
-1406110.969401
-1406110.969401
-1406110.969401
-1406126.160234
-1406129.833275
-1406129.833275
-1406134.096424
-1406134.096424
-1406134.096424
-1406140.952946
-1406143.657686
-1406153.201501
-1406153.201501
-1406153.201501
-1406153.201501
-1406153.201501
-1406159.833729
-1406163.751237
-1406175.809096
-1406175.809096
-1406182.282593
-1406189.306156
-1406189.306156
-1406189.306156
-1406204.483312
-1406204.483312
-1406219.929731
-1406219.929731
-1406219.929731
-1406219.929731
-1406219.929731
-1406219.929731
-1406232.320155
-1406232.320155
-1406253.731916
-1406253.731916
-1406253.731916
-1406253.731916
-1406253.731916
-1406253.731916
-1406253.731916
-1406255.771583
-1406255.771583
-1406258.494713
-1406272.471297
-1406283.242969
-1406283.242969
-1406284.293743
-1406284.293743
-1406285.185054
-1406299.370688
-1406301.005832
-1406301.053086
-1406305.184227
-1406305.184227
-1406305.184227
-1406318.490555
-1406318.490555
-1406321.197206
-1406328.085711
-1406348.046526
-1406348.046526
-1406348.046526
-1406348.046526
-1406348.046526
-1406375.132292
-1406375.132292
-1406375.132292
-1406375.132292
-1406376.970360
-1406381.335460
-1406381.335460
-1406401.889691
-1406401.889691
-1406401.889691
-1406401.889691
-1406418.396769
-1406418.396769
-1406418.396769
-1406418.396769
-1406418.396769
-1406418.396769
-1406418.396769
-1406418.396769
-1406447.265547
-1406447.265547
-1406447.265547
-1406461.845786
-1406461.845786
-1406461.845786
-1406468.910297
-1406468.910297
-1406470.239199
-1406470.239199
-1406483.645795
-1406483.645795
-1406483.645795
-1406493.218300
-1406504.965661
-1406504.965661
-1406504.965661
-1406504.965661
-1406504.965661
-1406504.965661
-1406514.815516
-1406525.832826
-1406525.832826
-1406525.832826
-1406525.832826
-1406530.354967
-1406546.236571
-1406546.236571
-1406546.236571
-1406546.236571
-1406568.052085
-1406570.096015
-1406580.462834
-1406580.462834
-1406580.462834
-1406583.848876
-1406583.848876
-1406590.078847
-1406590.078847
-1406590.078847
-1406606.436159
-1406606.436159
-1406608.849454
-1406608.849454
-1406629.191468
-1406629.191468
-1406636.377237
-1406636.377237
-1406636.377237
-1406636.377237
-1406636.377237
-1406645.453039
-1406645.453039
-1406645.453039
-1406645.453039
-1406670.465518
-1406689.162313
-1406689.162313
-1406689.162313
-1406689.162313
-1406689.162313
-1406689.162313
-1406689.162313
-1406694.224587
-1406694.224587
-1406694.224587
-1406709.076401
-1406709.076401
-1406709.076401
-1406709.076401
-1406725.978387
-1406725.978387
-1406739.811197
-1406739.811197
-1406739.811197
-1406739.811197
-1406762.189735
-1406762.189735
-1406762.189735
-1406773.989271
-1406786.852897
-1406786.852897
-1406786.852897
-1406786.852897
-1406788.858631
-1406788.858631
-1406788.858631
-1406788.858631
-1406795.511543
-1406795.511543
-1406795.511543
-1406804.374125
-1406804.374125
-1406804.374125
-1406804.374125
-1406804.374125
-1406809.325235
-1406809.325235
-1406821.538235
-1406843.857448
-1406843.857448
-1406851.956974
-1406851.956974
-1406886.505923
-1406886.505923
-1406886.505923
-1406886.505923
-1406886.505923
-1406886.505923
-1406886.505923
-1406886.505923
-1406886.505923
-1406895.538245
-1406895.538245
-1406895.538245
-1406895.538245
-1406895.538245
-1406895.538245
-1406897.384550
-1406898.400605
-1406919.275527
-1406919.275527
-1406923.624954
-1406923.624954
-1406923.624954
-1406947.060875
-1406947.060875
-1406951.435139
-1406951.435139
-1406951.435139
-1406951.435139
-1406951.435139
-1406965.117748
-1406969.154194
-1406969.154194
-1406983.207661
-1406983.774216
-1406983.774216
-1406983.774216
-1406983.774216
-1406983.774216
-1406983.774216
-1406990.605658
-1406990.605658
-1406998.981622
-1406998.981622
-1407010.395417
-1407010.395417
-1407032.500990
-1407032.500990
-1407041.550913
-1407041.550913
-1407041.550913
-1407041.550913
-1407041.550913
-1407041.550913
-1407055.537107
-1407076.903412
-1407076.903412
-1407076.903412
-1407076.903412
-1407076.903412
-1407076.903412
-1407076.903412
-1407092.369522
-1407092.369522
-1407092.369522
-1407092.369522
-1407099.660525
-1407099.660525
-1407099.660525
-1407101.547066
-1407102.013957
-1407114.255855
-1407140.310640
-1407140.310640
-1407141.766767
-1407141.766767
-1407141.766767
-1407152.465270
-1407152.465270
-1407152.465270
-1407152.465270
-1407152.465270
-1407152.465270
-1407160.095244
-1407161.963814
-1407168.223647
-1407168.223647
-1407171.948634
-1407171.948634
-1407181.101661
-1407203.129463
-1407203.129463
-1407203.129463
-1407203.129463
-1407207.228642
-1407210.142538
-1407210.142538
-1407210.142538
-1407220.540585
-1407249.220558
-1407249.220558
-1407249.220558
-1407249.220558
-1407249.220558
-1407249.220558
-1407249.220558
-1407249.220558
-1407250.379823
-1407260.609681
-1407260.609681
-1407277.244168
-1407277.244168
-1407277.244168
-1407277.244168
-1407294.195245
-1407309.112374
-1407309.112374
-1407309.112374
-1407309.112374
-1407309.112374
-1407309.112374
-1407309.112374
-1407309.112374
-1407309.112374
-1407331.273779
-1407331.273779
-1407338.930313
-1407340.074116
-1407340.074116
-1407340.074116
-1407340.074116
-1407343.844973
-1407343.844973
-1407343.844973
-1407344.457944
-1407365.419489
-1407365.419489
-1407373.191405
-1407373.191405
-1407391.434697
-1407409.435487
-1407409.435487
-1407409.435487
-1407409.435487
-1407409.435487
-1407409.435487
-1407409.435487
-1407409.435487
-1407411.085082
-1407411.085082
-1407426.347130
-1407426.347130
-1407451.915639
-1407451.915639
-1407451.915639
-1407451.915639
-1407451.915639
-1407451.915639
-1407451.915639
-1407451.915639
-1407464.496650
-1407469.607111
-1407469.607111
-1407487.253015
-1407487.253015
-1407487.253015
-1407493.502280
-1407493.502280
-1407493.502280
-1407493.502280
-1407500.705275
-1407500.705275
-1407500.705275
-1407502.033972
-1407502.033972
-1407502.033972
-1407512.585186
-1407512.585186
-1407518.614748
-1407518.614748
-1407531.747147
-1407531.747147
-1407537.263910
-1407540.887631
-1407553.265770
-1407577.563840
-1407577.563840
-1407577.563840
-1407577.855581
-1407577.855581
-1407577.855581
-1407598.904276
-1407602.370515
-1407602.370515
-1407602.370515
-1407604.688204
-1407604.688204
-1407604.688204
-1407614.295832
-1407616.119220
-1407621.374030
-1407621.717991
-1407638.431648
-1407638.431648
-1407638.431648
-1407638.431648
-1407647.001427
-1407647.001427
-1407647.001427
-1407647.001427
-1407662.622891
-1407662.622891
-1407662.622891
-1407662.622891
-1407664.272130
-1407672.235825
-1407684.437548
-1407684.437548
-1407694.913560
-1407694.913560
-1407694.913560
-1407695.398230
-1407695.398230
-1407695.398230
-1407702.127342
-1407702.127342
-1407702.127342
-1407707.837146
-1407716.614195
-1407737.132308
-1407737.132308
-1407737.132308
-1407743.414304
-1407743.414304
-1407755.255372
-1407755.920381
-1407758.798734
-1407758.798734
-1407759.994656
-1407759.994656
-1407771.810726
-1407771.810726
-1407771.810726
-1407771.810726
-1407771.810726
-1407771.810726
-1407802.483463
-1407802.483463
-1407802.483463
-1407807.844295
-1407807.844295
-1407807.844295
-1407807.844295
-1407807.844295
-1407821.477351
-1407839.985180
-1407839.985180
-1407839.985180
-1407840.657493
-1407840.657493
-1407840.657493
-1407840.657493
-1407866.833024
-1407866.833024
-1407866.833024
-1407866.833024
-1407866.833024
-1407869.229111
-1407872.502456
-1407872.502456
-1407872.502456
-1407872.502456
-1407879.634449
-1407879.634449
-1407897.951331
-1407897.951331
-1407897.951331
-1407897.951331
-1407897.951331
-1407914.461960
-1407914.461960
-1407914.461960
-1407940.320692
-1407945.261298
-1407945.261298
-1407945.261298
-1407945.261298
-1407945.261298
-1407945.261298
-1407945.261298
-1407962.570908
-1407962.570908
-1407972.040839
-1407972.040839
-1407972.040839
-1407972.040839
-1407995.545733
-1407995.545733
-1407999.265177
-1407999.265177
-1408003.669389
-1408003.669389
-1408003.669389
-1408003.669389
-1408013.196277
-1408013.196277
-1408030.702352
-1408030.702352
-1408030.702352
-1408046.240863
-1408046.240863
-1408046.325930
-1408046.325930
-1408046.325930
-1408074.341947
-1408074.341947
-1408074.341947
-1408074.341947
-1408074.341947
-1408074.341947
-1408074.341947
-1408074.341947
-1408080.288250
-1408080.288250
-1408080.288250
-1408080.288250
-1408083.325609
-1408085.083232
-1408087.729139
-1408092.643691
-1408101.691703
-1408117.448275
-1408117.448275
-1408120.908617
-1408128.546210
-1408134.749303
-1408134.749303
-1408150.244276
-1408150.244276
-1408150.244276
-1408150.244276
-1408150.244276
-1408150.244276
-1408181.859976
-1408181.859976
-1408181.859976
-1408181.859976
-1408181.859976
-1408181.859976
-1408181.859976
-1408181.859976
-1408181.859976
-1408182.689051
-1408208.521398
-1408208.521398
-1408213.716073
-1408213.716073
-1408213.716073
-1408213.716073
-1408213.716073
-1408218.699271
-1408234.377264
-1408240.853354
-1408240.853354
-1408240.853354
-1408250.139390
-1408255.170976
-1408255.170976
-1408255.170976
-1408255.384719
-1408255.384719
-1408255.384719
-1408275.994544
-1408290.761304
-1408290.761304
-1408290.761304
-1408290.761304
-1408290.761304
-1408290.761304
-1408290.761304
-1408294.105563
-1408294.105563
-1408294.105563
-1408300.862622
-1408300.862622
-1408326.204128
-1408333.855392
-1408333.855392
-1408333.855392
-1408343.074132
-1408343.074132
-1408344.048387
-1408344.048387
-1408344.048387
-1408359.069928
-1408359.069928
-1408367.483717
-1408367.483717
-1408377.232073
-1408377.232073
-1408377.232073
-1408377.232073
-1408388.260401
-1408388.260401
-1408391.945967
-1408391.945967
-1408391.945967
-1408391.945967
-1408416.979796
-1408416.979796
-1408416.979796
-1408416.979796
-1408416.979796
-1408416.979796
-1408416.979796
-1408446.434502
-1408446.434502
-1408446.434502
-1408446.434502
-1408461.221041
-1408461.221041
-1408461.221041
-1408465.115334
-1408477.059400
-1408477.059400
-1408477.059400
-1408477.059400
-1408477.059400
-1408477.478505
-1408477.478505
-1408477.478505
-1408477.478505
-1408496.373524
-1408497.093666
-1408509.788286
-1408516.440039
-1408516.440039
-1408518.909666
-1408524.385627
-1408529.889376
-1408540.345730
-1408540.345730
-1408540.345730
-1408540.345730
-1408555.268134
-1408559.564823
-1408559.564823
-1408559.564823
-1408559.564823
-1408559.564823
-1408571.145875
-1408571.145875
-1408571.145875
-1408571.145875
-1408579.994448
-1408585.729576
-1408585.729576
-1408588.288902
-1408588.288902
-1408588.288902
-1408588.288902
-1408604.899043
-1408612.753574
-1408627.093572
-1408627.093572
-1408628.303814
-1408628.303814
-1408631.623724
-1408634.370276
-1408634.370276
-1408634.370276
-1408634.370276
-1408638.359575
-1408660.452923
-1408661.460075
-1408661.460075
-1408666.107249
-1408673.670857
-1408677.723922
-1408677.723922
-1408679.032100
-1408685.148112
-1408700.635745
-1408700.635745
-1408700.635745
-1408700.635745
-1408700.635745
-1408700.635745
-1408700.635745
-1408731.044083
-1408731.044083
-1408731.044083
-1408731.044083
-1408731.044083
-1408731.044083
-1408731.044083
-1408743.480479
-1408746.389375
-1408746.389375
-1408749.505467
-1408749.505467
-1408754.673714
-1408754.673714
-1408761.991055
-1408761.991055
-1408772.661286
-1408802.134893
-1408802.134893
-1408802.134893
-1408802.134893
-1408802.134893
-1408802.134893
-1408802.134893
-1408809.705083
-1408809.705083
-1408826.496081
-1408826.496081
-1408826.496081
-1408826.496081
-1408833.204205
-1408833.204205
-1408839.278551
-1408839.278551
-1408839.278551
-1408839.278551
-1408843.267406
-1408848.718546
-1408848.718546
-1408848.718546
-1408874.168801
-1408874.168801
-1408886.844335
-1408886.844335
-1408890.915065
-1408890.915065
-1408890.915065
-1408890.915065
-1408904.925998
-1408904.925998
-1408904.925998
-1408917.155645
-1408917.155645
-1408923.563665
-1408923.994348
-1408923.994348
-1408923.994348
-1408923.994348
-1408923.994348
-1408923.994348
-1408923.994348
-1408942.399673
-1408942.399673
-1408983.085706
-1408983.085706
-1408983.085706
-1408983.085706
-1408983.085706
-1408983.085706
-1408984.121963
-1408984.121963
-1408987.027704
-1408987.027704
-1409003.614469
-1409003.614469
-1409003.614469
-1409003.614469
-1409003.614469
-1409003.614469
-1409017.972303
-1409018.071364
-1409018.071364
-1409018.071364
-1409019.067681
-1409019.067681
-1409033.873821
-1409033.873821
-1409033.873821
-1409033.873821
-1409051.455871
-1409051.455871
-1409068.343533
-1409068.343533
-1409082.759261
-1409082.759261
-1409082.759261
-1409082.759261
-1409082.759261
-1409082.759261
-1409107.623657
-1409110.658468
-1409122.283530
-1409122.283530
-1409122.283530
-1409122.283530
-1409122.283530
-1409122.283530
-1409122.283530
-1409122.283530
-1409122.283530
-1409123.246461
-1409134.658335
-1409134.658335
-1409144.676172
-1409144.676172
-1409144.676172
-1409144.676172
-1409165.517329
-1409165.517329
-1409165.517329
-1409165.517329
-1409165.517329
-1409165.517329
-1409182.908263
-1409197.324368
-1409197.324368
-1409197.324368
-1409197.324368
-1409197.324368
-1409197.324368
-1409198.545769
-1409200.917509
-1409200.917509
-1409200.917509
-1409242.517002
-1409242.517002
-1409242.517002
-1409242.517002
-1409242.517002
-1409242.517002
-1409250.493133
-1409250.493133
-1409250.493133
-1409252.369475
-1409252.369475
-1409258.588003
-1409258.588003
-1409258.588003
-1409264.248316
-1409278.502393
-1409278.502393
-1409278.502393
-1409278.502393
-1409285.681349
-1409285.681349
-1409285.681349
-1409285.681349
-1409293.876818
-1409328.029646
-1409328.029646
-1409328.029646
-1409328.029646
-1409328.029646
-1409328.029646
-1409328.029646
-1409328.029646
-1409328.857606
-1409328.857606
-1409352.291300
-1409352.814285
-1409352.814285
-1409352.814285
-1409352.814285
-1409381.545443
-1409381.545443
-1409381.545443
-1409381.545443
-1409381.545443
-1409381.545443
-1409381.545443
-1409381.545443
-1409381.545443
-1409397.095200
-1409415.654081
-1409415.654081
-1409415.654081
-1409415.654081
-1409423.891151
-1409423.891151
-1409423.891151
-1409423.891151
-1409423.891151
-1409436.997033
-1409436.997033
-1409436.997033
-1409436.997033
-1409442.554546
-1409442.554546
-1409462.692681
-1409462.692681
-1409470.353855
-1409490.545946
-1409495.279551
-1409495.279551
-1409495.279551
-1409495.279551
-1409495.279551
-1409495.279551
-1409495.279551
-1409497.356302
-1409502.480247
-1409519.721794
-1409519.721794
-1409519.721794
-1409519.721794
-1409519.721794
-1409523.617977
-1409525.843336
-1409525.843336
-1409525.843336
-1409530.788836
-1409546.641483
-1409559.587165
-1409567.242964
-1409567.242964
-1409567.242964
-1409582.691566
-1409582.691566
-1409582.691566
-1409582.691566
-1409582.691566
-1409588.022947
-1409595.177971
-1409595.177971
-1409595.658500
-1409606.579520
-1409606.579520
-1409606.579520
-1409606.579520
-1409609.900889
-1409609.900889
-1409636.886237
-1409636.886237
-1409636.912999
-1409636.912999
-1409638.066819
-1409638.066819
-1409639.953239
-1409639.953239
-1409639.953239
-1409639.953239
-1409639.953239
-1409641.963339
-1409668.328717
-1409676.615767
-1409676.615767
-1409678.754641
-1409688.888665
-1409688.888665
-1409688.888665
-1409688.888665
-1409690.466410
-1409690.466410
-1409690.466410
-1409692.144125
-1409692.144125
-1409694.216020
-1409701.625177
-1409707.696785
-1409707.696785
-1409727.010375
-1409727.010375
-1409727.010375
-1409750.128822
-1409750.128822
-1409750.128822
-1409750.128822
-1409750.128822
-1409777.559360
-1409777.559360
-1409783.083645
-1409783.083645
-1409789.256918
-1409789.256918
-1409789.256918
-1409789.256918
-1409789.256918
-1409789.256918
-1409789.987704
-1409789.987704
-1409797.202692
-1409797.202692
-1409797.202692
-1409797.202692
-1409825.472628
-1409825.472628
-1409825.472628
-1409825.472628
-1409825.472628
-1409826.084948
-1409826.084948
-1409829.662205
-1409847.187070
-1409851.630514
-1409851.630514
-1409851.630514
-1409853.259689
-1409853.259689
-1409853.259689
-1409853.259689
-1409853.259689
-1409885.248159
-1409885.248159
-1409885.248159
-1409885.248159
-1409896.156294
-1409896.156294
-1409896.156294
-1409901.049262
-1409901.049262
-1409905.241477
-1409908.604407
-1409913.202298
-1409913.202298
-1409916.658998
-1409943.880210
-1409943.880210
-1409943.880210
-1409943.880210
-1409943.880210
-1409943.880210
-1409943.880210
-1409943.880210
-1409943.880210
-1409952.930616
-1409952.930616
-1409952.930616
-1409966.056510
-1409980.963012
-1409981.170599
-1409985.171190
-1410002.748312
-1410014.780482
-1410014.780482
-1410014.780482
-1410014.780482
-1410014.780482
-1410014.780482
-1410014.780482
-1410014.780482
-1410014.780482
-1410014.780482
-1410027.570578
-1410034.606074
-1410034.606074
-1410034.606074
-1410034.606074
-1410034.606074
-1410034.701512
-1410034.701512
-1410034.701512
-1410047.729985
-1410064.033878
-1410064.033878
-1410064.033878
-1410064.033878
-1410072.461134
-1410077.474846
-1410077.474846
-1410091.739248
-1410106.215820
-1410106.215820
-1410106.215820
-1410106.215820
-1410106.215820
-1410106.215820
-1410106.215820
-1410106.215820
-1410115.789297
-1410115.789297
-1410120.334377
-1410125.889139
-1410125.889139
-1410125.889139
-1410130.689854
-1410130.689854
-1410149.455159
-1410149.455159
-1410152.814633
-1410152.814633
-1410156.318784
-1410156.318784
-1410177.907198
-1410177.907198
-1410177.907198
-1410177.907198
-1410177.907198
-1410177.907198
-1410203.205344
-1410203.205344
-1410203.205344
-1410203.205344
-1410206.234686
-1410206.234686
-1410206.234686
-1410206.234686
-1410206.234686
-1410209.757146
-1410233.553313
-1410233.553313
-1410233.553313
-1410233.553313
-1410247.277649
-1410247.277649
-1410255.884131
-1410255.884131
-1410255.884131
-1410255.884131
-1410255.884131
-1410258.623470
-1410270.721885
-1410270.721885
-1410288.492699
-1410291.752673
-1410291.752673
-1410291.752673
-1410291.752673
-1410299.458741
-1410299.458741
-1410299.458741
-1410299.458741
-1410299.458741
-1410319.518163
-1410319.518163
-1410323.906188
-1410323.906188
-1410326.901223
-1410326.901223
-1410326.901223
-1410326.901223
-1410332.119877
-1410332.119877
-1410336.657611
-1410352.675358
-1410352.675358
-1410352.675358
-1410355.791674
-1410355.791674
-1410377.444381
-1410377.444381
-1410377.444381
-1410377.444381
-1410377.444381
-1410377.444381
-1410377.444381
-1410377.444381
-1410402.042065
-1410402.042065
-1410402.042065
-1410402.042065
-1410415.899171
-1410415.899171
-1410415.899171
-1410415.899171
-1410415.899171
-1410437.534939
-1410437.578989
-1410437.578989
-1410437.578989
-1410442.013079
-1410442.013079
-1410442.013079
-1410442.013079
-1410451.601403
-1410470.775297
-1410470.775297
-1410470.775297
-1410473.160632
-1410473.160632
-1410478.716468
-1410478.716468
-1410479.022655
-1410479.022655
-1410495.420881
-1410496.548210
-1410502.352916
-1410502.352916
-1410502.352916
-1410502.352916
-1410502.352916
-1410504.588766
-1410528.787532
-1410528.787532
-1410528.787532
-1410528.787532
-1410528.787532
-1410538.395523
-1410538.395523
-1410547.795841
-1410551.448282
-1410551.448282
-1410557.333828
-1410563.176575
-1410563.176575
-1410563.176575
-1410563.176575
-1410563.176575
-1410563.858049
-1410568.426926
-1410584.630780
-1410584.630780
-1410595.817635
-1410595.817635
-1410595.817635
-1410595.817635
-1410603.756523
-1410603.756523
-1410603.756523
-1410611.948613
-1410611.948613
-1410611.948613
-1410622.325309
-1410623.134432
-1410623.134432
-1410629.596280
-1410629.596280
-1410629.596280
-1410647.913056
-1410647.913056
-1410647.913056
-1410647.913056
-1410647.913056
-1410685.648617
-1410685.648617
-1410685.648617
-1410685.648617
-1410685.648617
-1410686.919449
-1410686.919449
-1410686.919449
-1410686.919449
-1410695.976260
-1410695.976260
-1410695.976260
-1410708.469633
-1410712.696871
-1410712.696871
-1410715.827581
-1410715.827581
-1410715.827581
-1410730.326476
-1410730.326476
-1410735.473673
-1410735.473673
-1410735.473673
-1410746.646418
-1410746.646418
-1410753.629788
-1410753.629788
-1410779.704159
-1410779.704159
-1410779.704159
-1410779.704159
-1410779.704159
-1410779.704159
-1410779.704159
-1410779.704159
-1410779.704159
-1410779.704159
-1410812.374902
-1410812.374902
-1410824.485312
-1410824.485312
-1410824.485312
-1410829.963758
-1410829.963758
-1410829.963758
-1410833.473212
-1410833.473212
-1410871.360317
-1410871.360317
-1410871.360317
-1410871.360317
-1410871.360317
-1410871.360317
-1410871.360317
-1410871.360317
-1410871.360317
-1410871.360317
-1410871.360317
-1410871.360317
-1410871.360317
-1410871.360317
-1410871.360317
-1410871.360317
-1410871.360317
-1410891.760561
-1410903.470244
-1410903.470244
-1410908.272312
-1410908.272312
-1410936.272211
-1410936.272211
-1410936.272211
-1410936.272211
-1410936.272211
-1410936.272211
-1410936.272211
-1410936.272211
-1410943.153702
-1410950.235264
-1410960.243775
-1410961.764054
-1410961.764054
-1410961.764054
-1410961.764054
-1410961.764054
-1410964.809218
-1410969.463101
-1410969.463101
-1410969.463101
-1410969.463101
-1410969.463101
-1410988.005359
-1410988.005359
-1410988.131237
-1410988.131237
-1410988.131237
-1410988.131237
-1410995.213349
-1410995.213349
-1410995.459488
-1410997.574241
-1411017.078236
-1411017.078236
-1411021.094943
-1411021.094943
-1411021.094943
-1411042.564687
-1411042.564687
-1411042.564687
-1411049.017294
-1411049.017294
-1411049.017294
-1411066.966590
-1411066.966590
-1411087.874384
-1411087.874384
-1411087.874384
-1411087.874384
-1411087.874384
-1411087.874384
-1411087.874384
-1411087.874384
-1411089.237043
-1411089.237043
-1411089.237043
-1411096.246762
-1411110.932673
-1411110.932673
-1411114.223354
-1411114.223354
-1411119.456155
-1411156.582079
-1411156.582079
-1411156.582079
-1411156.582079
-1411156.582079
-1411156.582079
-1411156.582079
-1411170.087784
-1411170.087784
-1411170.087784
-1411170.087784
-1411170.087784
-1411170.087784
-1411170.087784
-1411170.087784
-1411180.513825
-1411180.513825
-1411180.513825
-1411180.513825
-1411180.513825
-1411194.127300
-1411194.127300
-1411194.127300
-1411224.576776
-1411224.576776
-1411224.576776
-1411229.764263
-1411249.507283
-1411249.507283
-1411249.507283
-1411249.507283
-1411249.507283
-1411249.507283
-1411249.507283
-1411249.507283
-1411249.507283
-1411253.687468
-1411253.687468
-1411270.963789
-1411270.963789
-1411271.275811
-1411280.027720
-1411280.027720
-1411280.027720
-1411280.027720
-1411280.027720
-1411281.120462
-1411281.120462
-1411288.305611
-1411306.320473
-1411306.320473
-1411306.320473
-1411306.320473
-1411320.185056
-1411330.745171
-1411330.745171
-1411330.745171
-1411330.745171
-1411332.323941
-1411354.774778
-1411354.774778
-1411354.774778
-1411354.774778
-1411354.774778
-1411354.774778
-1411355.443982
-1411379.868160
-1411379.868160
-1411379.868160
-1411379.868160
-1411379.868160
-1411394.349617
-1411394.349617
-1411394.349617
-1411403.658304
-1411403.658304
-1411403.658304
-1411403.658304
-1411413.071351
-1411413.071351
-1411413.071351
-1411413.071351
-1411438.873653
-1411438.873653
-1411438.873653
-1411438.873653
-1411438.873653
-1411438.873653
-1411438.873653
-1411446.040665
-1411450.580336
-1411450.580336
-1411450.580336
-1411455.486149
-1411455.486149
-1411455.486149
-1411455.486149
-1411455.486149
-1411467.056825
-1411467.132007
-1411483.358518
-1411483.358518
-1411483.358518
-1411483.358518
-1411483.358518
-1411505.506158
-1411505.506158
-1411505.506158
-1411505.506158
-1411510.282828
-1411510.282828
-1411510.282828
-1411510.282828
-1411536.805101
-1411536.805101
-1411543.285351
-1411543.285351
-1411543.285351
-1411543.285351
-1411546.522718
-1411548.632368
-1411570.165409
-1411570.165409
-1411570.165409
-1411570.165409
-1411570.165409
-1411571.493754
-1411571.493754
-1411578.346275
-1411578.346275
-1411592.194926
-1411592.194926
-1411592.194926
-1411599.393651
-1411599.393651
-1411601.381050
-1411626.201607
-1411626.201607
-1411636.792742
-1411636.792742
-1411636.792742
-1411636.792742
-1411636.792742
-1411636.792742
-1411636.792742
-1411636.792742
-1411640.885655
-1411650.024374
-1411650.024374
-1411650.024374
-1411652.573162
-1411652.573162
-1411665.363822
-1411665.363822
-1411665.363822
-1411671.003831
-1411671.003831
-1411671.003831
-1411704.778816
-1411704.778816
-1411704.778816
-1411704.778816
-1411704.778816
-1411704.778816
-1411704.778816
-1411704.778816
-1411704.778816
-1411704.778816
-1411711.110620
-1411719.744316
-1411719.744316
-1411736.167715
-1411736.167715
-1411736.167715
-1411738.933428
-1411745.951057
-1411745.951057
-1411764.493562
-1411764.493562
-1411775.825665
-1411775.825665
-1411775.825665
-1411775.825665
-1411784.653263
-1411784.653263
-1411784.653263
-1411784.653263
-1411784.653263
-1411788.052713
-1411809.860762
-1411809.860762
-1411809.860762
-1411813.967018
-1411813.967018
-1411813.967018
-1411813.967018
-1411813.967018
-1411813.967018
-1411817.239000
-1411817.239000
-1411817.239000
-1411817.239000
-1411819.536134
-1411845.405700
-1411845.405700
-1411845.405700
-1411845.405700
-1411853.692437
-1411853.692437
-1411855.662384
-1411855.662384
-1411865.527183
-1411876.835826
-1411876.835826
-1411876.835826
-1411881.858817
-1411897.709130
-1411897.709130
-1411902.067578
-1411921.805995
-1411921.805995
-1411921.805995
-1411921.805995
-1411921.805995
-1411921.805995
-1411921.887001
-1411921.887001
-1411921.887001
-1411931.721456
-1411931.721456
-1411954.074127
-1411954.074127
-1411954.074127
-1411954.074127
-1411954.074127
-1411955.042193
-1411955.042193
-1411955.042193
-1411974.938387
-1411974.938387
-1411974.938387
-1411974.938387
-1411974.938387
-1411974.938387
-1411995.866175
-1411995.866175
-1412000.872473
-1412000.872473
-1412000.872473
-1412005.827812
-1412007.053517
-1412007.053517
-1412007.053517
-1412007.053517
-1412007.053517
-1412018.091349
-1412022.896595
-1412026.590978
-1412027.280692
-1412027.280692
-1412027.280692
-1412027.280692
-1412040.890296
-1412040.890296
-1412040.890296
-1412040.890296
-1412064.069797
-1412064.069797
-1412064.069797
-1412069.863570
-1412069.863570
-1412081.073235
-1412081.073235
-1412081.073235
-1412099.328756
-1412099.328756
-1412099.328756
-1412099.328756
-1412099.328756
-1412107.054658
-1412107.054658
-1412107.054658
-1412116.762415
-1412116.762415
-1412116.762415
-1412134.578017
-1412134.578017
-1412134.578017
-1412134.578017
-1412134.578017
-1412134.578017
-1412134.578017
-1412139.716153
-1412151.199972
-1412157.255974
-1412168.949040
-1412168.949040
-1412168.949040
-1412172.494996
-1412180.434145
-1412180.434145
-1412208.509353
-1412208.509353
-1412208.509353
-1412208.509353
-1412208.509353
-1412208.509353
-1412208.509353
-1412208.509353
-1412208.509353
-1412208.509353
-1412208.509353
-1412208.509353
-1412210.364248
-1412210.364248
-1412220.654506
-1412241.552957
-1412241.552957
-1412252.446322
-1412252.446322
-1412252.446322
-1412266.495578
-1412266.495578
-1412269.779600
-1412269.779600
-1412269.779600
-1412287.685772
-1412287.685772
-1412287.685772
-1412291.413913
-1412291.413913
-1412291.413913
-1412291.413913
-1412309.093930
-1412309.093930
-1412309.093930
-1412312.068148
-1412312.068148
-1412312.068148
-1412312.068148
-1412316.483651
-1412327.650377
-1412327.650377
-1412327.650377
-1412327.650377
-1412327.650377
-1412333.559548
-1412333.559548
-1412334.040630
-1412334.040630
-1412347.373778
-1412347.373778
-1412356.279566
-1412361.874961
-1412367.456030
-1412367.456030
-1412367.456030
-1412367.456030
-1412372.074441
-1412383.687330
-1412383.687330
-1412383.687330
-1412394.052699
-1412394.052699
-1412399.880436
-1412402.453744
-1412402.453744
-1412411.146304
-1412411.146304
-1412411.146304
-1412414.979863
-1412418.589507
-1412430.402161
-1412430.402161
-1412430.402161
-1412430.402161
-1412434.249744
-1412443.554541
-1412461.901291
-1412461.901291
-1412461.901291
-1412472.593568
-1412472.593568
-1412472.593568
-1412472.593568
-1412472.593568
-1412472.593568
-1412482.807499
-1412482.807499
-1412482.807499
-1412482.807499
-1412482.807499
-1412487.753699
-1412495.029661
-1412495.029661
-1412495.761740
-1412495.761740
-1412497.261692
-1412497.261692
-1412519.890149
-1412519.890149
-1412542.210177
-1412542.210177
-1412542.210177
-1412548.427312
-1412548.427312
-1412548.427312
-1412548.427312
-1412552.909060
-1412557.442287
-1412573.827544
-1412573.827544
-1412573.827544
-1412573.827544
-1412573.827544
-1412573.827544
-1412584.319229
-1412595.704956
-1412595.704956
-1412595.704956
-1412595.704956
-1412595.704956
-1412595.704956
-1412595.704956
-1412604.542182
-1412604.542182
-1412608.974225
-1412608.974225
-1412608.974225
-1412621.451032
-1412621.451032
-1412621.451032
-1412621.451032
-1412629.868117
-1412629.868117
-1412630.762811
-1412632.585116
-1412639.317311
-1412639.317311
-1412682.486997
-1412682.486997
-1412682.486997
-1412682.486997
-1412682.486997
-1412682.486997
-1412682.486997
-1412695.699979
-1412701.296727
-1412701.296727
-1412701.296727
-1412701.296727
-1412701.296727
-1412701.296727
-1412701.296727
-1412701.296727
-1412701.296727
-1412708.982035
-1412708.982035
-1412739.907291
-1412739.907291
-1412739.907291
-1412743.977956
-1412743.977956
-1412743.977956
-1412743.977956
-1412745.104364
-1412745.104364
-1412745.104364
-1412757.586063
-1412759.025710
-1412759.944813
-1412759.944813
-1412759.944813
-1412762.908090
-1412783.539949
-1412783.539949
-1412783.539949
-1412783.539949
-1412783.539949
-1412783.539949
-1412792.254884
-1412804.676763
-1412804.676763
-1412810.790028
-1412818.747181
-1412818.747181
-1412818.747181
-1412818.747181
-1412830.744834
-1412830.744834
-1412830.744834
-1412830.744834
-1412833.474604
-1412833.474604
-1412839.639444
-1412839.639444
-1412841.493729
-1412849.831587
-1412859.411863
-1412878.228737
-1412878.228737
-1412878.228737
-1412878.228737
-1412878.228737
-1412878.228737
-1412878.228737
-1412878.228737
-1412896.710668
-1412896.710668
-1412901.120648
-1412901.120648
-1412901.120648
-1412901.120648
-1412923.271336
-1412923.271336
-1412923.271336
-1412923.271336
-1412923.271336
-1412923.271336
-1412923.271336
-1412923.271336
-1412923.271336
-1412925.727653
-1412942.071480
-1412944.580616
-1412944.580616
-1412946.558397
-1412946.558397
-1412972.237011
-1412972.237011
-1412972.237011
-1412972.237011
-1412972.237011
-1412974.860275
-1412984.659005
-1412984.659005
-1412984.659005
-1412987.291262
-1412987.291262
-1412987.291262
-1412998.128231
-1413005.045564
-1413005.045564
-1413021.276860
-1413021.276860
-1413021.276860
-1413021.276860
-1413021.276860
-1413021.276860
-1413038.367580
-1413038.367580
-1413038.367580
-1413044.752259
-1413063.188043
-1413063.188043
-1413063.188043
-1413063.188043
-1413063.188043
-1413063.188043
-1413063.188043
-1413066.703816
-1413092.059718
-1413092.059718
-1413092.059718
-1413092.059718
-1413092.059718
-1413096.732483
-1413096.732483
-1413096.732483
-1413115.848815
-1413121.756882
-1413121.756882
-1413121.756882
-1413121.756882
-1413121.756882
-1413121.756882
-1413121.756882
-1413128.463355
-1413129.299382
-1413149.363339
-1413149.363339
-1413151.593136
-1413151.593136
-1413152.075148
-1413152.075148
-1413152.075148
-1413152.075148
-1413165.534936
-1413168.094877
-1413168.094877
-1413168.094877
-1413168.094877
-1413169.390787
-1413179.926743
-1413179.926743
-1413190.484032
-1413203.451570
-1413205.168603
-1413207.208094
-1413208.079888
-1413208.079888
-1413218.651577
-1413218.651577
-1413218.651577
-1413218.651577
-1413234.575284
-1413234.575284
-1413234.575284
-1413234.575284
-1413249.078501
\ No newline at end of file
diff --git a/new 2.txt b/new 2.txt
deleted file mode 100644
index 0488296b233c43c8d8f5809f4f30c3d8bc587676..0000000000000000000000000000000000000000
--- a/new 2.txt	
+++ /dev/null
@@ -1,62103 +0,0 @@
-{\rtf1\ansi\ansicpg1252\cocoartf2509
-\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fnil\fcharset0 Menlo-Regular;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}
-{\*\expandedcolortbl;;\csgray\c0;}
-\margl1440\margr1440\vieww10800\viewh8400\viewkind0
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0
-
-\f0\fs28 \cf2 \CocoaLigature0 hellow\
-91445343309515430.0000000.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.36\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.695535e+05 | 9.695535e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.52\
-Solving Nodes      : 1\
-Primal Bound       : +9.69553451655185e+05 (1 solutions)\
-Dual Bound         : +9.69553451655185e+05\
-Gap                : 0.00 %\
-0, 0.000000\
-	(t_t_x(262805,0),1.o,0.000000) with (t_t_x(263004,385)RQXSI04E,10.o,0.000000)\
-	(t_t_x(262805,0),1.o,0.000000) with (t_t_x(263266,0),19.o,0.000000)\
-	(t_t_x(262805,0),1.o,0.000000) with (t_t_x(263313,252)RFBRT04M,28.o,0.000000)\
-	(t_t_x(262805,0),1.o,0.000000) with (t_t_x(263351,0),37.o,0.000000)\
-	(t_t_x(262805,0),1.o,0.000000) with (t_t_x(263439,2429)YB3EH04A,46.o,0.000000)\
-0, 1.000000\
-	(t_t_x(262806,0),2.o,1.000000) with (t_t_x(263012,0),11.o,0.000000)\
-	(t_t_x(262806,0),2.o,1.000000) with (t_t_x(263276,0),20.o,0.000000)\
-	(t_t_x(262806,0),2.o,1.000000) with (t_t_x(263316,0),29.o,0.000000)\
-	(t_t_x(262806,0),2.o,1.000000) with (t_t_x(263367,181)RFBRT04M,38.o,0.000000)\
-	(t_t_x(262806,0),2.o,1.000000) with (t_t_x(263463,740)LEBAS04A,47.o,0.000000)\
-0, 0.000000\
-	(t_t_x(262808,0),3.o,0.000000) with (t_t_x(263107,22)BR204M,12.o,0.000000)\
-	(t_t_x(262808,0),3.o,0.000000) with (t_t_x(263279,151)KFZ4404M,21.o,0.000000)\
-	(t_t_x(262808,0),3.o,0.000000) with (t_t_x(263323,32)LEBAS04M,30.o,0.000000)\
-	(t_t_x(262808,0),3.o,0.000000) with (t_t_x(263370,352)RFBRT04M,39.o,0.000000)\
-	(t_t_x(262808,0),3.o,0.000000) with (t_t_x(263476,76)EBEEC04M,48.o,0.000000)\
-0, 0.000000\
-	(t_t_x(262844,0),4.o,0.000000) with (t_t_x(263142,0),13.o,0.000000)\
-	(t_t_x(262844,0),4.o,0.000000) with (t_t_x(263280,91)MM304,22.o,0.000000)\
-	(t_t_x(262844,0),4.o,0.000000) with (t_t_x(263329,0),31.o,1.000000)\
-	(t_t_x(262844,0),4.o,0.000000) with (t_t_x(263376,0),40.o,0.000000)\
-	(t_t_x(262844,0),4.o,0.000000) with (t_t_x(263492,0),49.o,0.000000)\
-0, 0.000000\
-	(t_t_x(262875,342)EBBRA04E,5.o,0.000000) with (t_t_x(263168,65)RFBRT04M,14.o,0.000000)\
-	(t_t_x(262875,342)EBBRA04E,5.o,0.000000) with (t_t_x(263290,0),23.o,0.000000)\
-	(t_t_x(262875,342)EBBRA04E,5.o,0.000000) with (t_t_x(263330,0),32.o,0.000000)\
-	(t_t_x(262875,342)EBBRA04E,5.o,0.000000) with (t_t_x(263389,17)MM304,41.o,0.000000)\
-	(t_t_x(262875,342)EBBRA04E,5.o,0.000000) with (t_t_x(263498,0),50.o,0.000000)\
-0, 0.000000\
-	(t_t_x(262897,0),6.o,0.000000) with (t_t_x(263196,337)RQXSI04E,15.o,0.000000)\
-	(t_t_x(262897,0),6.o,0.000000) with (t_t_x(263294,0),24.o,0.000000)\
-	(t_t_x(262897,0),6.o,0.000000) with (t_t_x(263332,140)MM204,33.o,0.000000)\
-	(t_t_x(262897,0),6.o,0.000000) with (t_t_x(263410,1535)LGKFN04,42.o,0.000000)\
-	(t_t_x(262897,0),6.o,0.000000) with (t_t_x(263502,145)LEBAS04M,51.o,0.000000)\
-0, 0.000000\
-	(t_t_x(262913,0),7.o,0.000000) with (t_t_x(263206,0),16.o,1.000000)\
-	(t_t_x(262913,0),7.o,0.000000) with (t_t_x(263297,0),25.o,0.000000)\
-	(t_t_x(262913,0),7.o,0.000000) with (t_t_x(263339,289)LCES004M,34.o,0.000000)\
-	(t_t_x(262913,0),7.o,0.000000) with (t_t_x(263412,167)LCES004M,43.o,0.000000)\
-	(t_t_x(262913,0),7.o,0.000000) with (t_t_x(263503,436)RNS04M,52.o,0.000000)\
-0, 1.000000\
-	(t_t_x(262946,560)RQXSI04E,8.o,1.000000) with (t_t_x(263212,0),17.o,0.000000)\
-	(t_t_x(262946,560)RQXSI04E,8.o,1.000000) with (t_t_x(263298,245)LELVL04M,26.o,0.000000)\
-	(t_t_x(262946,560)RQXSI04E,8.o,1.000000) with (t_t_x(263346,0),35.o,0.000000)\
-	(t_t_x(262946,560)RQXSI04E,8.o,1.000000) with (t_t_x(263418,751)$BKED1204,44.o,0.000000)\
-	(t_t_x(262946,560)RQXSI04E,8.o,1.000000) with (t_t_x(263515,0),53.o,0.000000)\
-0, 0.000000\
-	(t_t_x(263003,0),9.o,0.000000) with (t_t_x(263249,0),18.o,0.000000)\
-	(t_t_x(263003,0),9.o,0.000000) with (t_t_x(263306,2040)LCES004,27.o,0.000000)\
-	(t_t_x(263003,0),9.o,0.000000) with (t_t_x(263350,110)RFBRT04M,36.o,0.000000)\
-	(t_t_x(263003,0),9.o,0.000000) with (t_t_x(263421,54)LCES004M,45.o,0.000000)\
-	(t_t_x(263003,0),9.o,0.000000) with (t_t_x(263516,226)LEBAS04M,54.o,0.000000)\
-1, 0.000000\
-	(t_t_x(263004,385)RQXSI04E,10.o,0.000000) with (t_t_x(263266,0),19.o,0.000000)\
-	(t_t_x(263004,385)RQXSI04E,10.o,0.000000) with (t_t_x(263313,252)RFBRT04M,28.o,0.000000)\
-	(t_t_x(263004,385)RQXSI04E,10.o,0.000000) with (t_t_x(263351,0),37.o,0.000000)\
-	(t_t_x(263004,385)RQXSI04E,10.o,0.000000) with (t_t_x(263439,2429)YB3EH04A,46.o,0.000000)\
-1, 0.000000\
-	(t_t_x(263012,0),11.o,0.000000) with (t_t_x(263276,0),20.o,0.000000)\
-	(t_t_x(263012,0),11.o,0.000000) with (t_t_x(263316,0),29.o,0.000000)\
-	(t_t_x(263012,0),11.o,0.000000) with (t_t_x(263367,181)RFBRT04M,38.o,0.000000)\
-	(t_t_x(263012,0),11.o,0.000000) with (t_t_x(263463,740)LEBAS04A,47.o,0.000000)\
-1, 0.000000\
-	(t_t_x(263107,22)BR204M,12.o,0.000000) with (t_t_x(263279,151)KFZ4404M,21.o,0.000000)\
-	(t_t_x(263107,22)BR204M,12.o,0.000000) with (t_t_x(263323,32)LEBAS04M,30.o,0.000000)\
-	(t_t_x(263107,22)BR204M,12.o,0.000000) with (t_t_x(263370,352)RFBRT04M,39.o,0.000000)\
-	(t_t_x(263107,22)BR204M,12.o,0.000000) with (t_t_x(263476,76)EBEEC04M,48.o,0.000000)\
-1, 0.000000\
-	(t_t_x(263142,0),13.o,0.000000) with (t_t_x(263280,91)MM304,22.o,0.000000)\
-	(t_t_x(263142,0),13.o,0.000000) with (t_t_x(263329,0),31.o,1.000000)\
-	(t_t_x(263142,0),13.o,0.000000) with (t_t_x(263376,0),40.o,0.000000)\
-	(t_t_x(263142,0),13.o,0.000000) with (t_t_x(263492,0),49.o,0.000000)\
-1, 0.000000\
-	(t_t_x(263168,65)RFBRT04M,14.o,0.000000) with (t_t_x(263290,0),23.o,0.000000)\
-	(t_t_x(263168,65)RFBRT04M,14.o,0.000000) with (t_t_x(263330,0),32.o,0.000000)\
-	(t_t_x(263168,65)RFBRT04M,14.o,0.000000) with (t_t_x(263389,17)MM304,41.o,0.000000)\
-	(t_t_x(263168,65)RFBRT04M,14.o,0.000000) with (t_t_x(263498,0),50.o,0.000000)\
-1, 0.000000\
-	(t_t_x(263196,337)RQXSI04E,15.o,0.000000) with (t_t_x(263294,0),24.o,0.000000)\
-	(t_t_x(263196,337)RQXSI04E,15.o,0.000000) with (t_t_x(263332,140)MM204,33.o,0.000000)\
-	(t_t_x(263196,337)RQXSI04E,15.o,0.000000) with (t_t_x(263410,1535)LGKFN04,42.o,0.000000)\
-	(t_t_x(263196,337)RQXSI04E,15.o,0.000000) with (t_t_x(263502,145)LEBAS04M,51.o,0.000000)\
-1, 1.000000\
-	(t_t_x(263206,0),16.o,1.000000) with (t_t_x(263297,0),25.o,0.000000)\
-	(t_t_x(263206,0),16.o,1.000000) with (t_t_x(263339,289)LCES004M,34.o,0.000000)\
-	(t_t_x(263206,0),16.o,1.000000) with (t_t_x(263412,167)LCES004M,43.o,0.000000)\
-	(t_t_x(263206,0),16.o,1.000000) with (t_t_x(263503,436)RNS04M,52.o,0.000000)\
-1, 0.000000\
-	(t_t_x(263212,0),17.o,0.000000) with (t_t_x(263298,245)LELVL04M,26.o,0.000000)\
-	(t_t_x(263212,0),17.o,0.000000) with (t_t_x(263346,0),35.o,0.000000)\
-	(t_t_x(263212,0),17.o,0.000000) with (t_t_x(263418,751)$BKED1204,44.o,0.000000)\
-	(t_t_x(263212,0),17.o,0.000000) with (t_t_x(263515,0),53.o,0.000000)\
-1, 0.000000\
-	(t_t_x(263249,0),18.o,0.000000) with (t_t_x(263306,2040)LCES004,27.o,0.000000)\
-	(t_t_x(263249,0),18.o,0.000000) with (t_t_x(263350,110)RFBRT04M,36.o,0.000000)\
-	(t_t_x(263249,0),18.o,0.000000) with (t_t_x(263421,54)LCES004M,45.o,0.000000)\
-	(t_t_x(263249,0),18.o,0.000000) with (t_t_x(263516,226)LEBAS04M,54.o,0.000000)\
-2, 0.000000\
-	(t_t_x(263266,0),19.o,0.000000) with (t_t_x(263313,252)RFBRT04M,28.o,0.000000)\
-	(t_t_x(263266,0),19.o,0.000000) with (t_t_x(263351,0),37.o,0.000000)\
-	(t_t_x(263266,0),19.o,0.000000) with (t_t_x(263439,2429)YB3EH04A,46.o,0.000000)\
-2, 0.000000\
-	(t_t_x(263276,0),20.o,0.000000) with (t_t_x(263316,0),29.o,0.000000)\
-	(t_t_x(263276,0),20.o,0.000000) with (t_t_x(263367,181)RFBRT04M,38.o,0.000000)\
-	(t_t_x(263276,0),20.o,0.000000) with (t_t_x(263463,740)LEBAS04A,47.o,0.000000)\
-2, 0.000000\
-	(t_t_x(263279,151)KFZ4404M,21.o,0.000000) with (t_t_x(263323,32)LEBAS04M,30.o,0.000000)\
-	(t_t_x(263279,151)KFZ4404M,21.o,0.000000) with (t_t_x(263370,352)RFBRT04M,39.o,0.000000)\
-	(t_t_x(263279,151)KFZ4404M,21.o,0.000000) with (t_t_x(263476,76)EBEEC04M,48.o,0.000000)\
-2, 0.000000\
-	(t_t_x(263280,91)MM304,22.o,0.000000) with (t_t_x(263329,0),31.o,1.000000)\
-	(t_t_x(263280,91)MM304,22.o,0.000000) with (t_t_x(263376,0),40.o,0.000000)\
-	(t_t_x(263280,91)MM304,22.o,0.000000) with (t_t_x(263492,0),49.o,0.000000)\
-2, 0.000000\
-	(t_t_x(263290,0),23.o,0.000000) with (t_t_x(263330,0),32.o,0.000000)\
-	(t_t_x(263290,0),23.o,0.000000) with (t_t_x(263389,17)MM304,41.o,0.000000)\
-	(t_t_x(263290,0),23.o,0.000000) with (t_t_x(263498,0),50.o,0.000000)\
-2, 0.000000\
-	(t_t_x(263294,0),24.o,0.000000) with (t_t_x(263332,140)MM204,33.o,0.000000)\
-	(t_t_x(263294,0),24.o,0.000000) with (t_t_x(263410,1535)LGKFN04,42.o,0.000000)\
-	(t_t_x(263294,0),24.o,0.000000) with (t_t_x(263502,145)LEBAS04M,51.o,0.000000)\
-2, 0.000000\
-	(t_t_x(263297,0),25.o,0.000000) with (t_t_x(263339,289)LCES004M,34.o,0.000000)\
-	(t_t_x(263297,0),25.o,0.000000) with (t_t_x(263412,167)LCES004M,43.o,0.000000)\
-	(t_t_x(263297,0),25.o,0.000000) with (t_t_x(263503,436)RNS04M,52.o,0.000000)\
-2, 0.000000\
-	(t_t_x(263298,245)LELVL04M,26.o,0.000000) with (t_t_x(263346,0),35.o,0.000000)\
-	(t_t_x(263298,245)LELVL04M,26.o,0.000000) with (t_t_x(263418,751)$BKED1204,44.o,0.000000)\
-	(t_t_x(263298,245)LELVL04M,26.o,0.000000) with (t_t_x(263515,0),53.o,0.000000)\
-2, 0.000000\
-	(t_t_x(263306,2040)LCES004,27.o,0.000000) with (t_t_x(263350,110)RFBRT04M,36.o,0.000000)\
-	(t_t_x(263306,2040)LCES004,27.o,0.000000) with (t_t_x(263421,54)LCES004M,45.o,0.000000)\
-	(t_t_x(263306,2040)LCES004,27.o,0.000000) with (t_t_x(263516,226)LEBAS04M,54.o,0.000000)\
-3, 0.000000\
-	(t_t_x(263313,252)RFBRT04M,28.o,0.000000) with (t_t_x(263351,0),37.o,0.000000)\
-	(t_t_x(263313,252)RFBRT04M,28.o,0.000000) with (t_t_x(263439,2429)YB3EH04A,46.o,0.000000)\
-3, 0.000000\
-	(t_t_x(263316,0),29.o,0.000000) with (t_t_x(263367,181)RFBRT04M,38.o,0.000000)\
-	(t_t_x(263316,0),29.o,0.000000) with (t_t_x(263463,740)LEBAS04A,47.o,0.000000)\
-3, 0.000000\
-	(t_t_x(263323,32)LEBAS04M,30.o,0.000000) with (t_t_x(263370,352)RFBRT04M,39.o,0.000000)\
-	(t_t_x(263323,32)LEBAS04M,30.o,0.000000) with (t_t_x(263476,76)EBEEC04M,48.o,0.000000)\
-3, 1.000000\
-	(t_t_x(263329,0),31.o,1.000000) with (t_t_x(263376,0),40.o,0.000000)\
-	(t_t_x(263329,0),31.o,1.000000) with (t_t_x(263492,0),49.o,0.000000)\
-3, 0.000000\
-	(t_t_x(263330,0),32.o,0.000000) with (t_t_x(263389,17)MM304,41.o,0.000000)\
-	(t_t_x(263330,0),32.o,0.000000) with (t_t_x(263498,0),50.o,0.000000)\
-3, 0.000000\
-	(t_t_x(263332,140)MM204,33.o,0.000000) with (t_t_x(263410,1535)LGKFN04,42.o,0.000000)\
-	(t_t_x(263332,140)MM204,33.o,0.000000) with (t_t_x(263502,145)LEBAS04M,51.o,0.000000)\
-3, 0.000000\
-	(t_t_x(263339,289)LCES004M,34.o,0.000000) with (t_t_x(263412,167)LCES004M,43.o,0.000000)\
-	(t_t_x(263339,289)LCES004M,34.o,0.000000) with (t_t_x(263503,436)RNS04M,52.o,0.000000)\
-3, 0.000000\
-	(t_t_x(263346,0),35.o,0.000000) with (t_t_x(263418,751)$BKED1204,44.o,0.000000)\
-	(t_t_x(263346,0),35.o,0.000000) with (t_t_x(263515,0),53.o,0.000000)\
-3, 0.000000\
-	(t_t_x(263350,110)RFBRT04M,36.o,0.000000) with (t_t_x(263421,54)LCES004M,45.o,0.000000)\
-	(t_t_x(263350,110)RFBRT04M,36.o,0.000000) with (t_t_x(263516,226)LEBAS04M,54.o,0.000000)\
-4, 0.000000\
-	(t_t_x(263351,0),37.o,0.000000) with (t_t_x(263439,2429)YB3EH04A,46.o,0.000000)\
-4, 0.000000\
-	(t_t_x(263367,181)RFBRT04M,38.o,0.000000) with (t_t_x(263463,740)LEBAS04A,47.o,0.000000)\
-4, 0.000000\
-	(t_t_x(263370,352)RFBRT04M,39.o,0.000000) with (t_t_x(263476,76)EBEEC04M,48.o,0.000000)\
-4, 0.000000\
-	(t_t_x(263376,0),40.o,0.000000) with (t_t_x(263492,0),49.o,0.000000)\
-4, 0.000000\
-	(t_t_x(263389,17)MM304,41.o,0.000000) with (t_t_x(263498,0),50.o,0.000000)\
-4, 0.000000\
-	(t_t_x(263410,1535)LGKFN04,42.o,0.000000) with (t_t_x(263502,145)LEBAS04M,51.o,0.000000)\
-4, 0.000000\
-	(t_t_x(263412,167)LCES004M,43.o,0.000000) with (t_t_x(263503,436)RNS04M,52.o,0.000000)\
-4, 0.000000\
-	(t_t_x(263418,751)$BKED1204,44.o,0.000000) with (t_t_x(263515,0),53.o,0.000000)\
-4, 0.000000\
-	(t_t_x(263421,54)LCES004M,45.o,0.000000) with (t_t_x(263516,226)LEBAS04M,54.o,0.000000)\
-5, 0.000000\
-5, 0.000000\
-5, 0.000000\
-5, 0.000000\
-5, 0.000000\
-5, 0.000000\
-5, 0.000000\
-5, 0.000000\
-5, 0.000000\
-6, 0.000000\
-6, 1.000000\
-6, 0.000000\
-6, 0.000000\
-6, 0.000000\
-6, 0.000000\
-6, 0.000000\
-6, 0.000000\
-6, 1.000000\
-7, 0.000000\
-7, 0.000000\
-7, 0.000000\
-7, 0.000000\
-7, 0.000000\
-7, 0.000000\
-7, 0.000000\
-7, 0.000000\
-7, 1.000000\
-8, 0.000000\
-8, 0.000000\
-8, 0.000000\
-8, 0.000000\
-8, 0.000000\
-8, 0.000000\
-8, 0.000000\
-8, 1.000000\
-8, 0.000000\
-9, 0.000000\
-9, 0.000000\
-9, 0.000000\
-9, 0.000000\
-9, 0.000000\
-9, 1.000000\
-9, 0.000000\
-9, 0.000000\
-9, 0.000000\
-10, 0.000000\
-10, 0.000000\
-10, 0.000000\
-10, 0.000000\
-10, 0.000000\
-10, 0.000000\
-10, 0.000000\
-10, 0.000000\
-10, 0.000000\
-11, 0.000000\
-11, 0.000000\
-11, 1.000000\
-11, 0.000000\
-11, 0.000000\
-11, 0.000000\
-11, 0.000000\
-11, 0.000000\
-11, 1.000000\
-12, 0.000000\
-12, 1.000000\
-12, 0.000000\
-12, 0.000000\
-12, 0.000000\
-12, 0.000000\
-12, 0.000000\
-12, 0.000000\
-12, 0.000000\
-13, 0.000000\
-13, 0.000000\
-13, 0.000000\
-13, 0.000000\
-13, 0.000000\
-13, 0.000000\
-13, 1.000000\
-13, 0.000000\
-13, 0.000000\
-14, 0.000000\
-14, 0.000000\
-14, 0.000000\
-14, 0.000000\
-14, 0.000000\
-14, 0.000000\
-14, 0.000000\
-14, 0.000000\
-14, 0.000000\
-15, 0.000000\
-15, 0.000000\
-15, 0.000000\
-15, 0.000000\
-15, 1.000000\
-15, 0.000000\
-15, 0.000000\
-15, 1.000000\
-15, 0.000000\
-16, 0.000000\
-16, 0.000000\
-16, 0.000000\
-16, 0.000000\
-16, 0.000000\
-16, 1.000000\
-16, 0.000000\
-16, 0.000000\
-16, 1.000000\
-17, 0.000000\
-17, 0.000000\
-17, 0.000000\
-17, 0.000000\
-17, 0.000000\
-17, 0.000000\
-17, 1.000000\
-17, 0.000000\
-17, 0.000000\
-18, 0.000000\
-18, 0.000000\
-18, 1.000000\
-18, 0.000000\
-18, 0.000000\
-18, 0.000000\
-18, 0.000000\
-18, 0.000000\
-18, 0.000000\
-19, 1.000000\
-19, 0.000000\
-19, 1.000000\
-19, 0.000000\
-19, 0.000000\
-19, 0.000000\
-19, 1.000000\
-19, 0.000000\
-19, 0.000000\
-20, 0.000000\
-20, 0.000000\
-20, 1.000000\
-20, 0.000000\
-20, 0.000000\
-20, 0.000000\
-20, 1.000000\
-20, 0.000000\
-20, 0.000000\
-21, 0.000000\
-21, 0.000000\
-21, 0.000000\
-21, 0.000000\
-21, 0.000000\
-21, 0.000000\
-21, 0.000000\
-21, 1.000000\
-21, 0.000000\
-22, 0.000000\
-22, 1.000000\
-22, 0.000000\
-22, 0.000000\
-22, 0.000000\
-22, 0.000000\
-22, 0.000000\
-22, 0.000000\
-22, 0.000000\
-23, 0.000000\
-23, 0.000000\
-23, 0.000000\
-23, 1.000000\
-23, 0.000000\
-23, 0.000000\
-23, 0.000000\
-23, 0.000000\
-23, 0.000000\
-24, 0.000000\
-24, 0.000000\
-24, 0.000000\
-24, 0.000000\
-24, 0.000000\
-24, 0.000000\
-24, 0.000000\
-24, 1.000000\
-24, 0.000000\
-25, 0.000000\
-25, 0.000000\
-25, 0.000000\
-25, 0.000000\
-25, 0.000000\
-25, 0.000000\
-25, 0.000000\
-25, 0.000000\
-25, 0.000000\
-26, 0.000000\
-26, 0.000000\
-26, 0.000000\
-26, 1.000000\
-26, 0.000000\
-26, 0.000000\
-26, 0.000000\
-26, 0.000000\
-26, 0.000000\
-27, 0.000000\
-27, 0.000000\
-27, 0.000000\
-27, 0.000000\
-27, 1.000000\
-27, 0.000000\
-27, 0.000000\
-27, 0.000000\
-27, 0.000000\
-28, 0.000000\
-28, 0.000000\
-28, 0.000000\
-28, 0.000000\
-28, 0.000000\
-28, 0.000000\
-28, 0.000000\
-28, 0.000000\
-28, 0.000000\
-29, 0.000000\
-29, 1.000000\
-29, 0.000000\
-29, 0.000000\
-29, 0.000000\
-29, 0.000000\
-29, 0.000000\
-29, 0.000000\
-29, 1.000000\
-30, 0.000000\
-30, 0.000000\
-30, 0.000000\
-30, 0.000000\
-30, 0.000000\
-30, 0.000000\
-30, 1.000000\
-30, 0.000000\
-30, 0.000000\
-31, 0.000000\
-31, 0.000000\
-31, 0.000000\
-31, 1.000000\
-31, 0.000000\
-31, 0.000000\
-31, 0.000000\
-31, 1.000000\
-31, 0.000000\
-32, 0.000000\
-32, 0.000000\
-32, 1.000000\
-32, 0.000000\
-32, 0.000000\
-32, 0.000000\
-32, 0.000000\
-32, 0.000000\
-32, 0.000000\
-33, 0.000000\
-33, 0.000000\
-33, 0.000000\
-33, 0.000000\
-33, 0.000000\
-33, 1.000000\
-33, 0.000000\
-33, 0.000000\
-33, 0.000000\
-34, 0.000000\
-34, 0.000000\
-34, 0.000000\
-34, 0.000000\
-34, 1.000000\
-34, 0.000000\
-34, 0.000000\
-34, 0.000000\
-34, 0.000000\
-35, 0.000000\
-35, 0.000000\
-35, 0.000000\
-35, 0.000000\
-35, 0.000000\
-35, 0.000000\
-35, 0.000000\
-35, 0.000000\
-35, 1.000000\
-36, 0.000000\
-36, 0.000000\
-36, 0.000000\
-36, 0.000000\
-36, 0.000000\
-36, 0.000000\
-36, 0.000000\
-36, 0.000000\
-36, 0.000000\
-37, 1.000000\
-37, 0.000000\
-37, 0.000000\
-37, 0.000000\
-37, 0.000000\
-37, 0.000000\
-37, 0.000000\
-37, 0.000000\
-37, 0.000000\
-38, 0.000000\
-38, 0.000000\
-38, 0.000000\
-38, 0.000000\
-38, 0.000000\
-38, 0.000000\
-38, 0.000000\
-38, 0.000000\
-38, 0.000000\
-39, 0.000000\
-39, 0.000000\
-39, 0.000000\
-39, 0.000000\
-39, 0.000000\
-39, 0.000000\
-39, 0.000000\
-39, 0.000000\
-39, 0.000000\
-40, 0.000000\
-40, 0.000000\
-40, 1.000000\
-40, 0.000000\
-40, 0.000000\
-40, 0.000000\
-40, 0.000000\
-40, 0.000000\
-40, 0.000000\
-41, 0.000000\
-41, 0.000000\
-41, 0.000000\
-41, 1.000000\
-41, 0.000000\
-41, 0.000000\
-41, 0.000000\
-41, 0.000000\
-41, 0.000000\
-42, 0.000000\
-42, 1.000000\
-42, 0.000000\
-42, 0.000000\
-42, 0.000000\
-42, 0.000000\
-42, 0.000000\
-42, 0.000000\
-42, 0.000000\
-43, 0.000000\
-43, 0.000000\
-43, 0.000000\
-43, 0.000000\
-43, 0.000000\
-43, 0.000000\
-43, 0.000000\
-43, 1.000000\
-43, 0.000000\
-44, 0.000000\
-44, 0.000000\
-44, 0.000000\
-44, 0.000000\
-44, 0.000000\
-44, 0.000000\
-44, 0.000000\
-44, 1.000000\
-44, 0.000000\
-45, 1.000000\
-45, 0.000000\
-45, 0.000000\
-45, 0.000000\
-45, 0.000000\
-45, 0.000000\
-45, 0.000000\
-45, 0.000000\
-45, 0.000000\
-46, 0.000000\
-46, 0.000000\
-46, 0.000000\
-46, 0.000000\
-46, 0.000000\
-46, 0.000000\
-46, 0.000000\
-46, 0.000000\
-46, 0.000000\
-47, 0.000000\
-47, 0.000000\
-47, 0.000000\
-47, 0.000000\
-47, 0.000000\
-47, 0.000000\
-47, 0.000000\
-47, 0.000000\
-47, 1.000000\
-48, 0.000000\
-48, 0.000000\
-48, 0.000000\
-48, 0.000000\
-48, 0.000000\
-48, 0.000000\
-48, 0.000000\
-48, 0.000000\
-48, 0.000000\
-49, 0.000000\
-49, 0.000000\
-49, 0.000000\
-49, 0.000000\
-49, 0.000000\
-49, 0.000000\
-49, 0.000000\
-49, 0.000000\
-49, 0.000000\
-50, 0.000000\
-50, 0.000000\
-50, 0.000000\
-50, 0.000000\
-50, 1.000000\
-50, 0.000000\
-50, 0.000000\
-50, 0.000000\
-50, 0.000000\
-51, 0.000000\
-51, 0.000000\
-51, 0.000000\
-51, 0.000000\
-51, 0.000000\
-51, 0.000000\
-51, 0.000000\
-51, 0.000000\
-51, 0.000000\
-52, 1.000000\
-52, 0.000000\
-52, 0.000000\
-52, 0.000000\
-52, 0.000000\
-52, 0.000000\
-52, 0.000000\
-52, 0.000000\
-52, 1.000000\
-53, 0.000000\
-53, 0.000000\
-53, 0.000000\
-53, 0.000000\
-53, 0.000000\
-53, 0.000000\
-53, 0.000000\
-53, 0.000000\
-53, 1.000000\
-54, 0.000000\
-54, 0.000000\
-54, 0.000000\
-54, 0.000000\
-54, 0.000000\
-54, 0.000000\
-54, 1.000000\
-54, 0.000000\
-54, 0.000000\
-55, 0.000000\
-55, 0.000000\
-55, 0.000000\
-55, 0.000000\
-55, 0.000000\
-55, 0.000000\
-55, 1.000000\
-55, 0.000000\
-55, 0.000000\
-56, 0.000000\
-56, 1.000000\
-56, 0.000000\
-56, 0.000000\
-56, 0.000000\
-56, 0.000000\
-56, 0.000000\
-56, 0.000000\
-56, 0.000000\
-57, 0.000000\
-57, 1.000000\
-57, 0.000000\
-57, 0.000000\
-57, 0.000000\
-57, 0.000000\
-57, 0.000000\
-57, 1.000000\
-57, 0.000000\
-58, 1.000000\
-58, 0.000000\
-58, 0.000000\
-58, 0.000000\
-58, 0.000000\
-58, 0.000000\
-58, 1.000000\
-58, 0.000000\
-58, 1.000000\
-59, 0.000000\
-59, 1.000000\
-59, 0.000000\
-59, 0.000000\
-59, 0.000000\
-59, 0.000000\
-59, 0.000000\
-59, 0.000000\
-59, 0.000000\
-60, 1.000000\
-60, 0.000000\
-60, 0.000000\
-60, 0.000000\
-60, 0.000000\
-60, 0.000000\
-60, 0.000000\
-60, 0.000000\
-60, 0.000000\
-61, 0.000000\
-61, 0.000000\
-61, 0.000000\
-61, 0.000000\
-61, 0.000000\
-61, 0.000000\
-61, 0.000000\
-61, 0.000000\
-61, 0.000000\
-62, 0.000000\
-62, 0.000000\
-62, 0.000000\
-62, 0.000000\
-62, 0.000000\
-62, 0.000000\
-62, 0.000000\
-62, 0.000000\
-62, 0.000000\
-63, 0.000000\
-63, 0.000000\
-63, 0.000000\
-63, 0.000000\
-63, 1.000000\
-63, 0.000000\
-63, 0.000000\
-63, 1.000000\
-63, 0.000000\
-64, 0.000000\
-64, 0.000000\
-64, 0.000000\
-64, 0.000000\
-64, 1.000000\
-64, 0.000000\
-64, 0.000000\
-64, 0.000000\
-64, 1.000000\
-65, 0.000000\
-65, 0.000000\
-65, 0.000000\
-65, 0.000000\
-65, 0.000000\
-65, 0.000000\
-65, 0.000000\
-65, 1.000000\
-65, 0.000000\
-66, 0.000000\
-66, 0.000000\
-66, 0.000000\
-66, 0.000000\
-66, 0.000000\
-66, 0.000000\
-66, 1.000000\
-66, 0.000000\
-66, 0.000000\
-67, 0.000000\
-67, 0.000000\
-67, 0.000000\
-67, 0.000000\
-67, 0.000000\
-67, 0.000000\
-67, 1.000000\
-67, 0.000000\
-67, 0.000000\
-68, 0.000000\
-68, 0.000000\
-68, 0.000000\
-68, 0.000000\
-68, 0.000000\
-68, 0.000000\
-68, 1.000000\
-68, 0.000000\
-68, 0.000000\
-69, 0.000000\
-69, 1.000000\
-69, 0.000000\
-69, 0.000000\
-69, 0.000000\
-69, 0.000000\
-69, 1.000000\
-69, 0.000000\
-69, 0.000000\
-70, 0.000000\
-70, 0.000000\
-70, 0.000000\
-70, 0.000000\
-70, 1.000000\
-70, 0.000000\
-70, 1.000000\
-70, 0.000000\
-70, 0.000000\
-71, 0.000000\
-71, 0.000000\
-71, 0.000000\
-71, 1.000000\
-71, 0.000000\
-71, 0.000000\
-71, 0.000000\
-71, 0.000000\
-71, 0.000000\
-72, 0.000000\
-72, 0.000000\
-72, 0.000000\
-72, 0.000000\
-72, 0.000000\
-72, 1.000000\
-72, 0.000000\
-72, 0.000000\
-72, 0.000000\
-73, 0.000000\
-73, 0.000000\
-73, 0.000000\
-73, 0.000000\
-73, 1.000000\
-73, 0.000000\
-73, 0.000000\
-73, 0.000000\
-73, 0.000000\
-74, 1.000000\
-74, 0.000000\
-74, 0.000000\
-74, 1.000000\
-74, 0.000000\
-74, 0.000000\
-74, 1.000000\
-74, 0.000000\
-74, 0.000000\
-75, 0.000000\
-75, 0.000000\
-75, 1.000000\
-75, 0.000000\
-75, 0.000000\
-75, 1.000000\
-75, 0.000000\
-75, 0.000000\
-75, 0.000000\
-76, 0.000000\
-76, 0.000000\
-76, 0.000000\
-76, 0.000000\
-76, 0.000000\
-76, 0.000000\
-76, 1.000000\
-76, 0.000000\
-76, 0.000000\
-77, 0.000000\
-77, 0.000000\
-77, 0.000000\
-77, 0.000000\
-77, 1.000000\
-77, 0.000000\
-77, 0.000000\
-77, 0.000000\
-77, 0.000000\
-78, 0.000000\
-78, 0.000000\
-78, 0.000000\
-78, 0.000000\
-78, 0.000000\
-78, 0.000000\
-78, 0.000000\
-78, 0.000000\
-78, 0.000000\
-79, 0.000000\
-79, 0.000000\
-79, 0.000000\
-79, 0.000000\
-79, 0.000000\
-79, 0.000000\
-79, 1.000000\
-79, 0.000000\
-79, 1.000000\
-80, 0.000000\
-80, 0.000000\
-80, 0.000000\
-80, 1.000000\
-80, 0.000000\
-80, 1.000000\
-80, 0.000000\
-80, 1.000000\
-80, 0.000000\
-81, 0.000000\
-81, 0.000000\
-81, 1.000000\
-81, 0.000000\
-81, 1.000000\
-81, 0.000000\
-81, 1.000000\
-81, 0.000000\
-81, 0.000000\
-82, 1.000000\
-82, 0.000000\
-82, 0.000000\
-82, 1.000000\
-82, 0.000000\
-82, 0.000000\
-82, 0.000000\
-82, 1.000000\
-82, 0.000000\
-83, 0.000000\
-83, 0.000000\
-83, 0.000000\
-83, 0.000000\
-83, 0.000000\
-83, 0.000000\
-83, 0.000000\
-83, 1.000000\
-83, 0.000000\
-84, 0.000000\
-84, 1.000000\
-84, 0.000000\
-84, 0.000000\
-84, 1.000000\
-84, 0.000000\
-84, 1.000000\
-84, 0.000000\
-84, 0.000000\
-85, 0.000000\
-85, 0.000000\
-85, 0.000000\
-85, 1.000000\
-85, 0.000000\
-85, 0.000000\
-85, 0.000000\
-85, 1.000000\
-85, 0.000000\
-86, 0.000000\
-86, 1.000000\
-86, 0.000000\
-86, 0.000000\
-86, 0.000000\
-86, 1.000000\
-86, 0.000000\
-86, 0.000000\
-86, 0.000000\
-87, 0.000000\
-87, 0.000000\
-87, 0.000000\
-87, 1.000000\
-87, 0.000000\
-87, 0.000000\
-87, 0.000000\
-87, 0.000000\
-87, 0.000000\
-88, 0.000000\
-88, 1.000000\
-88, 0.000000\
-88, 0.000000\
-88, 0.000000\
-88, 0.000000\
-88, 1.000000\
-88, 0.000000\
-88, 1.000000\
-89, 0.000000\
-89, 0.000000\
-89, 0.000000\
-89, 1.000000\
-89, 0.000000\
-89, 0.000000\
-89, 0.000000\
-89, 0.000000\
-89, 0.000000\
-90, 1.000000\
-90, 0.000000\
-90, 1.000000\
-90, 0.000000\
-90, 0.000000\
-90, 1.000000\
-90, 0.000000\
-90, 1.000000\
-90, 0.000000\
-91, 0.000000\
-91, 0.000000\
-91, 0.000000\
-91, 0.000000\
-91, 1.000000\
-91, 0.000000\
-91, 1.000000\
-91, 0.000000\
-91, 0.000000\
-92, 0.000000\
-92, 0.000000\
-92, 0.000000\
-92, 1.000000\
-92, 0.000000\
-92, 0.000000\
-92, 0.000000\
-92, 0.000000\
-92, 0.000000\
-93, 0.000000\
-93, 0.000000\
-93, 0.000000\
-93, 0.000000\
-93, 0.000000\
-93, 0.000000\
-93, 0.000000\
-93, 0.000000\
-93, 0.000000\
-94, 0.000000\
-94, 1.000000\
-94, 0.000000\
-94, 0.000000\
-94, 0.000000\
-94, 0.000000\
-94, 0.000000\
-94, 0.000000\
-94, 0.000000\
-95, 1.000000\
-95, 0.000000\
-95, 0.000000\
-95, 0.000000\
-95, 0.000000\
-95, 0.000000\
-95, 0.000000\
-95, 0.000000\
-95, 0.000000\
-96, 0.000000\
-96, 0.000000\
-96, 1.000000\
-96, 0.000000\
-96, 0.000000\
-96, 0.000000\
-96, 0.000000\
-96, 0.000000\
-96, 0.000000\
-97, 0.000000\
-97, 0.000000\
-97, 0.000000\
-97, 0.000000\
-97, 1.000000\
-97, 0.000000\
-97, 0.000000\
-97, 0.000000\
-97, 0.000000\
-98, 0.000000\
-98, 0.000000\
-98, 0.000000\
-98, 1.000000\
-98, 0.000000\
-98, 1.000000\
-98, 0.000000\
-98, 0.000000\
-98, 0.000000\
-99, 1.000000\
-99, 0.000000\
-99, 0.000000\
-99, 0.000000\
-99, 0.000000\
-99, 0.000000\
-99, 0.000000\
-99, 0.000000\
-99, 0.000000\
-100, 0.000000\
-100, 0.000000\
-100, 0.000000\
-100, 0.000000\
-100, 0.000000\
-100, 0.000000\
-100, 0.000000\
-100, 0.000000\
-100, 0.000000\
-101, 0.000000\
-101, 0.000000\
-101, 0.000000\
-101, 0.000000\
-101, 0.000000\
-101, 0.000000\
-101, 0.000000\
-101, 0.000000\
-101, 1.000000\
-102, 0.000000\
-102, 0.000000\
-102, 0.000000\
-102, 1.000000\
-102, 0.000000\
-102, 0.000000\
-102, 0.000000\
-102, 0.000000\
-102, 1.000000\
-103, 0.000000\
-103, 0.000000\
-103, 0.000000\
-103, 0.000000\
-103, 1.000000\
-103, 0.000000\
-103, 0.000000\
-103, 0.000000\
-103, 0.000000\
-104, 0.000000\
-104, 0.000000\
-104, 0.000000\
-104, 0.000000\
-104, 0.000000\
-104, 0.000000\
-104, 0.000000\
-104, 0.000000\
-104, 1.000000\
-105, 0.000000\
-105, 0.000000\
-105, 0.000000\
-105, 0.000000\
-105, 1.000000\
-105, 0.000000\
-105, 1.000000\
-105, 0.000000\
-105, 0.000000\
-106, 0.000000\
-106, 0.000000\
-106, 0.000000\
-106, 0.000000\
-106, 0.000000\
-106, 0.000000\
-106, 0.000000\
-106, 0.000000\
-106, 0.000000\
-107, 0.000000\
-107, 1.000000\
-107, 0.000000\
-107, 0.000000\
-107, 0.000000\
-107, 0.000000\
-107, 0.000000\
-107, 0.000000\
-107, 0.000000\
-108, 0.000000\
-108, 0.000000\
-108, 0.000000\
-108, 0.000000\
-108, 0.000000\
-108, 0.000000\
-108, 0.000000\
-108, 0.000000\
-108, 0.000000\
-109, 0.000000\
-109, 0.000000\
-109, 0.000000\
-109, 0.000000\
-109, 0.000000\
-109, 0.000000\
-109, 1.000000\
-109, 0.000000\
-109, 0.000000\
-110, 0.000000\
-110, 0.000000\
-110, 1.000000\
-110, 0.000000\
-110, 0.000000\
-110, 0.000000\
-110, 0.000000\
-110, 0.000000\
-110, 0.000000\
-111, 0.000000\
-111, 0.000000\
-111, 0.000000\
-111, 0.000000\
-111, 1.000000\
-111, 0.000000\
-111, 0.000000\
-111, 0.000000\
-111, 1.000000\
-112, 0.000000\
-112, 0.000000\
-112, 0.000000\
-112, 0.000000\
-112, 0.000000\
-112, 0.000000\
-112, 0.000000\
-112, 1.000000\
-112, 0.000000\
-113, 0.000000\
-113, 0.000000\
-113, 0.000000\
-113, 0.000000\
-113, 0.000000\
-113, 0.000000\
-113, 1.000000\
-113, 0.000000\
-113, 0.000000\
-114, 0.000000\
-114, 0.000000\
-114, 0.000000\
-114, 0.000000\
-114, 0.000000\
-114, 0.000000\
-114, 1.000000\
-114, 0.000000\
-114, 0.000000\
-115, 0.000000\
-115, 0.000000\
-115, 0.000000\
-115, 0.000000\
-115, 0.000000\
-115, 0.000000\
-115, 1.000000\
-115, 0.000000\
-115, 0.000000\
-116, 0.000000\
-116, 0.000000\
-116, 0.000000\
-116, 0.000000\
-116, 0.000000\
-116, 0.000000\
-116, 0.000000\
-116, 0.000000\
-116, 0.000000\
-117, 1.000000\
-117, 0.000000\
-117, 0.000000\
-117, 0.000000\
-117, 0.000000\
-117, 0.000000\
-117, 0.000000\
-117, 0.000000\
-117, 0.000000\
-118, 0.000000\
-118, 0.000000\
-118, 1.000000\
-118, 0.000000\
-118, 0.000000\
-118, 0.000000\
-118, 0.000000\
-118, 0.000000\
-118, 1.000000\
-119, 0.000000\
-119, 0.000000\
-119, 0.000000\
-119, 0.000000\
-119, 0.000000\
-119, 0.000000\
-119, 0.000000\
-119, 0.000000\
-119, 0.000000\
-120, 0.000000\
-120, 0.000000\
-120, 0.000000\
-120, 0.000000\
-120, 0.000000\
-120, 0.000000\
-120, 0.000000\
-120, 0.000000\
-120, 1.000000\
-121, 0.000000\
-121, 0.000000\
-121, 0.000000\
-121, 1.000000\
-121, 0.000000\
-121, 0.000000\
-121, 0.000000\
-121, 0.000000\
-121, 0.000000\
-122, 0.000000\
-122, 0.000000\
-122, 0.000000\
-122, 0.000000\
-122, 0.000000\
-122, 0.000000\
-122, 0.000000\
-122, 0.000000\
-122, 1.000000\
-123, 0.000000\
-123, 0.000000\
-123, 0.000000\
-123, 0.000000\
-123, 0.000000\
-123, 1.000000\
-123, 0.000000\
-123, 0.000000\
-123, 0.000000\
-124, 0.000000\
-124, 0.000000\
-124, 0.000000\
-124, 0.000000\
-124, 0.000000\
-124, 0.000000\
-124, 0.000000\
-124, 0.000000\
-124, 1.000000\
-125, 0.000000\
-125, 0.000000\
-125, 0.000000\
-125, 1.000000\
-125, 0.000000\
-125, 0.000000\
-125, 0.000000\
-125, 0.000000\
-125, 0.000000\
-126, 0.000000\
-126, 0.000000\
-126, 0.000000\
-126, 0.000000\
-126, 0.000000\
-126, 1.000000\
-126, 0.000000\
-126, 0.000000\
-126, 0.000000\
-127, 1.000000\
-127, 0.000000\
-127, 0.000000\
-127, 0.000000\
-127, 0.000000\
-127, 0.000000\
-127, 0.000000\
-127, 0.000000\
-127, 0.000000\
-128, 0.000000\
-128, 0.000000\
-128, 0.000000\
-128, 0.000000\
-128, 0.000000\
-128, 0.000000\
-128, 0.000000\
-128, 0.000000\
-128, 0.000000\
-129, 0.000000\
-129, 0.000000\
-129, 1.000000\
-129, 0.000000\
-129, 0.000000\
-129, 0.000000\
-129, 0.000000\
-129, 0.000000\
-129, 0.000000\
-130, 0.000000\
-130, 0.000000\
-130, 0.000000\
-130, 0.000000\
-130, 0.000000\
-130, 0.000000\
-130, 0.000000\
-130, 0.000000\
-130, 0.000000\
-131, 0.000000\
-131, 0.000000\
-131, 0.000000\
-131, 0.000000\
-131, 0.000000\
-131, 0.000000\
-131, 0.000000\
-131, 0.000000\
-131, 0.000000\
-132, 0.000000\
-132, 0.000000\
-132, 0.000000\
-132, 0.000000\
-132, 0.000000\
-132, 1.000000\
-132, 0.000000\
-132, 1.000000\
-132, 0.000000\
-133, 0.000000\
-133, 0.000000\
-133, 1.000000\
-133, 0.000000\
-133, 0.000000\
-133, 0.000000\
-133, 0.000000\
-133, 0.000000\
-133, 0.000000\
-134, 0.000000\
-134, 0.000000\
-134, 0.000000\
-134, 1.000000\
-134, 0.000000\
-134, 1.000000\
-134, 0.000000\
-134, 0.000000\
-134, 0.000000\
-135, 0.000000\
-135, 0.000000\
-135, 0.000000\
-135, 0.000000\
-135, 0.000000\
-135, 0.000000\
-135, 0.000000\
-135, 0.000000\
-135, 0.000000\
-136, 0.000000\
-136, 0.000000\
-136, 0.000000\
-136, 0.000000\
-136, 0.000000\
-136, 0.000000\
-136, 0.000000\
-136, 0.000000\
-136, 0.000000\
-137, 1.000000\
-137, 0.000000\
-137, 0.000000\
-137, 0.000000\
-137, 0.000000\
-137, 0.000000\
-137, 1.000000\
-137, 0.000000\
-137, 0.000000\
-138, 0.000000\
-138, 0.000000\
-138, 0.000000\
-138, 0.000000\
-138, 0.000000\
-138, 0.000000\
-138, 0.000000\
-138, 0.000000\
-138, 0.000000\
-139, 0.000000\
-139, 0.000000\
-139, 0.000000\
-139, 0.000000\
-139, 0.000000\
-139, 0.000000\
-139, 0.000000\
-139, 0.000000\
-139, 0.000000\
-140, 0.000000\
-140, 1.000000\
-140, 0.000000\
-140, 0.000000\
-140, 0.000000\
-140, 0.000000\
-140, 1.000000\
-140, 0.000000\
-140, 0.000000\
-141, 0.000000\
-141, 0.000000\
-141, 0.000000\
-141, 0.000000\
-141, 0.000000\
-141, 0.000000\
-141, 0.000000\
-141, 0.000000\
-141, 0.000000\
-142, 0.000000\
-142, 0.000000\
-142, 0.000000\
-142, 0.000000\
-142, 0.000000\
-142, 0.000000\
-142, 0.000000\
-142, 0.000000\
-142, 0.000000\
-143, 0.000000\
-143, 0.000000\
-143, 0.000000\
-143, 0.000000\
-143, 0.000000\
-143, 0.000000\
-143, 0.000000\
-143, 0.000000\
-143, 0.000000\
-144, 0.000000\
-144, 0.000000\
-144, 0.000000\
-144, 0.000000\
-144, 0.000000\
-144, 0.000000\
-144, 0.000000\
-144, 0.000000\
-144, 0.000000\
-145, 1.000000\
-145, 0.000000\
-145, 0.000000\
-145, 0.000000\
-145, 0.000000\
-145, 0.000000\
-145, 0.000000\
-145, 0.000000\
-145, 0.000000\
-146, 0.000000\
-146, 0.000000\
-146, 0.000000\
-146, 0.000000\
-146, 0.000000\
-146, 0.000000\
-146, 0.000000\
-146, 1.000000\
-146, 0.000000\
-147, 0.000000\
-147, 0.000000\
-147, 1.000000\
-147, 0.000000\
-147, 1.000000\
-147, 0.000000\
-147, 0.000000\
-147, 0.000000\
-147, 0.000000\
-148, 0.000000\
-148, 0.000000\
-148, 0.000000\
-148, 1.000000\
-148, 0.000000\
-148, 0.000000\
-148, 0.000000\
-148, 0.000000\
-148, 0.000000\
-149, 0.000000\
-149, 0.000000\
-149, 1.000000\
-149, 0.000000\
-149, 0.000000\
-149, 0.000000\
-149, 0.000000\
-149, 0.000000\
-149, 0.000000\
-150, 0.000000\
-150, 0.000000\
-150, 1.000000\
-150, 0.000000\
-150, 0.000000\
-150, 0.000000\
-150, 0.000000\
-150, 0.000000\
-150, 0.000000\
-151, 0.000000\
-151, 0.000000\
-151, 0.000000\
-151, 0.000000\
-151, 0.000000\
-151, 1.000000\
-151, 0.000000\
-151, 0.000000\
-151, 0.000000\
-152, 0.000000\
-152, 0.000000\
-152, 0.000000\
-152, 0.000000\
-152, 0.000000\
-152, 0.000000\
-152, 0.000000\
-152, 0.000000\
-152, 0.000000\
-153, 1.000000\
-153, 0.000000\
-153, 0.000000\
-153, 0.000000\
-153, 0.000000\
-153, 0.000000\
-153, 1.000000\
-153, 0.000000\
-153, 0.000000\
-154, 0.000000\
-154, 0.000000\
-154, 0.000000\
-154, 0.000000\
-154, 0.000000\
-154, 0.000000\
-154, 0.000000\
-154, 0.000000\
-154, 0.000000\
-155, 0.000000\
-155, 0.000000\
-155, 0.000000\
-155, 1.000000\
-155, 0.000000\
-155, 0.000000\
-155, 0.000000\
-155, 1.000000\
-155, 0.000000\
-156, 0.000000\
-156, 0.000000\
-156, 0.000000\
-156, 0.000000\
-156, 0.000000\
-156, 0.000000\
-156, 0.000000\
-156, 1.000000\
-156, 0.000000\
-157, 0.000000\
-157, 0.000000\
-157, 0.000000\
-157, 0.000000\
-157, 0.000000\
-157, 1.000000\
-157, 0.000000\
-157, 0.000000\
-157, 1.000000\
-158, 0.000000\
-158, 0.000000\
-158, 0.000000\
-158, 1.000000\
-158, 0.000000\
-158, 0.000000\
-158, 0.000000\
-158, 0.000000\
-158, 0.000000\
-159, 0.000000\
-159, 0.000000\
-159, 0.000000\
-159, 0.000000\
-159, 0.000000\
-159, 0.000000\
-159, 0.000000\
-159, 0.000000\
-159, 0.000000\
-160, 0.000000\
-160, 1.000000\
-160, 0.000000\
-160, 0.000000\
-160, 0.000000\
-160, 0.000000\
-160, 1.000000\
-160, 0.000000\
-160, 0.000000\
-161, 0.000000\
-161, 0.000000\
-161, 0.000000\
-161, 0.000000\
-161, 0.000000\
-161, 0.000000\
-161, 0.000000\
-161, 0.000000\
-161, 0.000000\
-162, 0.000000\
-162, 0.000000\
-162, 0.000000\
-162, 0.000000\
-162, 0.000000\
-162, 0.000000\
-162, 0.000000\
-162, 0.000000\
-162, 0.000000\
-163, 0.000000\
-163, 0.000000\
-163, 1.000000\
-163, 0.000000\
-163, 0.000000\
-163, 0.000000\
-163, 0.000000\
-163, 0.000000\
-163, 0.000000\
-164, 0.000000\
-164, 0.000000\
-164, 0.000000\
-164, 0.000000\
-164, 0.000000\
-164, 0.000000\
-164, 0.000000\
-164, 0.000000\
-164, 1.000000\
-165, 0.000000\
-165, 0.000000\
-165, 0.000000\
-165, 0.000000\
-165, 0.000000\
-165, 1.000000\
-165, 0.000000\
-165, 0.000000\
-165, 0.000000\
-166, 0.000000\
-166, 0.000000\
-166, 1.000000\
-166, 0.000000\
-166, 0.000000\
-166, 0.000000\
-166, 0.000000\
-166, 0.000000\
-166, 0.000000\
-167, 0.000000\
-167, 0.000000\
-167, 0.000000\
-167, 0.000000\
-167, 0.000000\
-167, 0.000000\
-167, 0.000000\
-167, 0.000000\
-167, 0.000000\
-168, 0.000000\
-168, 0.000000\
-168, 0.000000\
-168, 0.000000\
-168, 0.000000\
-168, 0.000000\
-168, 0.000000\
-168, 0.000000\
-168, 0.000000\
-169, 0.000000\
-169, 0.000000\
-169, 0.000000\
-169, 0.000000\
-169, 0.000000\
-169, 0.000000\
-169, 0.000000\
-169, 0.000000\
-169, 0.000000\
-170, 0.000000\
-170, 0.000000\
-170, 0.000000\
-170, 0.000000\
-170, 0.000000\
-170, 0.000000\
-170, 0.000000\
-170, 0.000000\
-170, 0.000000\
-171, 0.000000\
-171, 0.000000\
-171, 0.000000\
-171, 0.000000\
-171, 1.000000\
-171, 0.000000\
-171, 0.000000\
-171, 0.000000\
-171, 0.000000\
-172, 0.000000\
-172, 0.000000\
-172, 0.000000\
-172, 0.000000\
-172, 0.000000\
-172, 0.000000\
-172, 0.000000\
-172, 0.000000\
-172, 0.000000\
-173, 0.000000\
-173, 0.000000\
-173, 0.000000\
-173, 0.000000\
-173, 0.000000\
-173, 0.000000\
-173, 0.000000\
-173, 0.000000\
-173, 0.000000\
-174, 0.000000\
-174, 0.000000\
-174, 0.000000\
-174, 0.000000\
-174, 0.000000\
-174, 0.000000\
-174, 0.000000\
-174, 1.000000\
-174, 0.000000\
-175, 0.000000\
-175, 0.000000\
-175, 0.000000\
-175, 0.000000\
-175, 1.000000\
-175, 0.000000\
-175, 0.000000\
-175, 0.000000\
-175, 0.000000\
-176, 0.000000\
-176, 0.000000\
-176, 0.000000\
-176, 0.000000\
-176, 0.000000\
-176, 0.000000\
-176, 0.000000\
-176, 0.000000\
-176, 0.000000\
-177, 0.000000\
-177, 0.000000\
-177, 0.000000\
-177, 0.000000\
-177, 1.000000\
-177, 0.000000\
-177, 0.000000\
-177, 0.000000\
-177, 0.000000\
-178, 0.000000\
-178, 0.000000\
-178, 0.000000\
-178, 0.000000\
-178, 0.000000\
-178, 0.000000\
-178, 1.000000\
-178, 0.000000\
-178, 0.000000\
-179, 0.000000\
-179, 0.000000\
-179, 0.000000\
-179, 0.000000\
-179, 0.000000\
-179, 0.000000\
-179, 0.000000\
-179, 1.000000\
-179, 0.000000\
-180, 0.000000\
-180, 1.000000\
-180, 0.000000\
-180, 0.000000\
-180, 0.000000\
-180, 0.000000\
-180, 0.000000\
-180, 0.000000\
-180, 0.000000\
-181, 0.000000\
-181, 0.000000\
-181, 0.000000\
-181, 0.000000\
-181, 0.000000\
-181, 0.000000\
-181, 0.000000\
-181, 0.000000\
-181, 0.000000\
-182, 0.000000\
-182, 0.000000\
-182, 0.000000\
-182, 0.000000\
-182, 0.000000\
-182, 1.000000\
-182, 0.000000\
-182, 0.000000\
-182, 0.000000\
-183, 0.000000\
-183, 0.000000\
-183, 0.000000\
-183, 0.000000\
-183, 0.000000\
-183, 0.000000\
-183, 0.000000\
-183, 0.000000\
-183, 0.000000\
-184, 0.000000\
-184, 0.000000\
-184, 0.000000\
-184, 0.000000\
-184, 0.000000\
-184, 0.000000\
-184, 0.000000\
-184, 0.000000\
-184, 0.000000\
-185, 0.000000\
-185, 0.000000\
-185, 0.000000\
-185, 0.000000\
-185, 0.000000\
-185, 0.000000\
-185, 0.000000\
-185, 0.000000\
-185, 0.000000\
-186, 0.000000\
-186, 0.000000\
-186, 0.000000\
-186, 0.000000\
-186, 0.000000\
-186, 0.000000\
-186, 0.000000\
-186, 0.000000\
-186, 0.000000\
-187, 0.000000\
-187, 0.000000\
-187, 0.000000\
-187, 0.000000\
-187, 0.000000\
-187, 0.000000\
-187, 1.000000\
-187, 0.000000\
-187, 0.000000\
-188, 0.000000\
-188, 1.000000\
-188, 0.000000\
-188, 0.000000\
-188, 0.000000\
-188, 0.000000\
-188, 1.000000\
-188, 0.000000\
-188, 0.000000\
-189, 0.000000\
-189, 1.000000\
-189, 0.000000\
-189, 0.000000\
-189, 0.000000\
-189, 0.000000\
-189, 0.000000\
-189, 0.000000\
-189, 0.000000\
-190, 0.000000\
-190, 0.000000\
-190, 0.000000\
-190, 0.000000\
-190, 0.000000\
-190, 0.000000\
-190, 0.000000\
-190, 0.000000\
-190, 0.000000\
-191, 0.000000\
-191, 1.000000\
-191, 0.000000\
-191, 0.000000\
-191, 0.000000\
-191, 0.000000\
-191, 0.000000\
-191, 1.000000\
-191, 0.000000\
-192, 0.000000\
-192, 0.000000\
-192, 0.000000\
-192, 0.000000\
-192, 1.000000\
-192, 0.000000\
-192, 0.000000\
-192, 1.000000\
-192, 0.000000\
-193, 0.000000\
-193, 1.000000\
-193, 0.000000\
-193, 0.000000\
-193, 1.000000\
-193, 0.000000\
-193, 0.000000\
-193, 0.000000\
-193, 0.000000\
-194, 0.000000\
-194, 1.000000\
-194, 0.000000\
-194, 1.000000\
-194, 0.000000\
-194, 0.000000\
-194, 0.000000\
-194, 1.000000\
-194, 0.000000\
-195, 0.000000\
-195, 0.000000\
-195, 0.000000\
-195, 0.000000\
-195, 0.000000\
-195, 0.000000\
-195, 1.000000\
-195, 0.000000\
-195, 0.000000\
-196, 0.000000\
-196, 0.000000\
-196, 1.000000\
-196, 0.000000\
-196, 0.000000\
-196, 0.000000\
-196, 0.000000\
-196, 0.000000\
-196, 0.000000\
-197, 0.000000\
-197, 0.000000\
-197, 0.000000\
-197, 0.000000\
-197, 0.000000\
-197, 0.000000\
-197, 0.000000\
-197, 0.000000\
-197, 0.000000\
-198, 0.000000\
-198, 1.000000\
-198, 0.000000\
-198, 0.000000\
-198, 0.000000\
-198, 1.000000\
-198, 0.000000\
-198, 0.000000\
-198, 0.000000\
-199, 0.000000\
-199, 0.000000\
-199, 1.000000\
-199, 0.000000\
-199, 0.000000\
-199, 0.000000\
-199, 0.000000\
-199, 0.000000\
-199, 0.000000\
-200, 0.000000\
-200, 0.000000\
-200, 0.000000\
-200, 0.000000\
-200, 0.000000\
-200, 1.000000\
-200, 0.000000\
-200, 0.000000\
-200, 0.000000\
-201, 0.000000\
-201, 0.000000\
-201, 0.000000\
-201, 0.000000\
-201, 0.000000\
-201, 0.000000\
-201, 0.000000\
-201, 0.000000\
-201, 0.000000\
-202, 0.000000\
-202, 0.000000\
-202, 0.000000\
-202, 0.000000\
-202, 1.000000\
-202, 0.000000\
-202, 0.000000\
-202, 0.000000\
-202, 0.000000\
-203, 0.000000\
-203, 0.000000\
-203, 0.000000\
-203, 0.000000\
-203, 0.000000\
-203, 0.000000\
-203, 0.000000\
-203, 0.000000\
-203, 1.000000\
-204, 0.000000\
-204, 0.000000\
-204, 0.000000\
-204, 0.000000\
-204, 0.000000\
-204, 0.000000\
-204, 0.000000\
-204, 0.000000\
-204, 0.000000\
-205, 0.000000\
-205, 0.000000\
-205, 0.000000\
-205, 0.000000\
-205, 0.000000\
-205, 0.000000\
-205, 0.000000\
-205, 0.000000\
-205, 0.000000\
-206, 0.000000\
-206, 0.000000\
-206, 0.000000\
-206, 1.000000\
-206, 0.000000\
-206, 1.000000\
-206, 0.000000\
-206, 1.000000\
-206, 0.000000\
-207, 0.000000\
-207, 0.000000\
-207, 1.000000\
-207, 0.000000\
-207, 1.000000\
-207, 0.000000\
-207, 0.000000\
-207, 0.000000\
-207, 0.000000\
-208, 0.000000\
-208, 1.000000\
-208, 0.000000\
-208, 0.000000\
-208, 0.000000\
-208, 0.000000\
-208, 0.000000\
-208, 0.000000\
-208, 0.000000\
-209, 0.000000\
-209, 0.000000\
-209, 0.000000\
-209, 0.000000\
-209, 0.000000\
-209, 0.000000\
-209, 0.000000\
-209, 0.000000\
-209, 0.000000\
-210, 0.000000\
-210, 0.000000\
-210, 0.000000\
-210, 0.000000\
-210, 0.000000\
-210, 0.000000\
-210, 0.000000\
-210, 0.000000\
-210, 0.000000\
-211, 0.000000\
-211, 0.000000\
-211, 0.000000\
-211, 0.000000\
-211, 0.000000\
-211, 0.000000\
-211, 0.000000\
-211, 0.000000\
-211, 0.000000\
-212, 0.000000\
-212, 0.000000\
-212, 0.000000\
-212, 0.000000\
-212, 0.000000\
-212, 0.000000\
-212, 1.000000\
-212, 0.000000\
-212, 0.000000\
-213, 0.000000\
-213, 0.000000\
-213, 1.000000\
-213, 0.000000\
-213, 0.000000\
-213, 1.000000\
-213, 0.000000\
-213, 0.000000\
-213, 0.000000\
-214, 0.000000\
-214, 0.000000\
-214, 0.000000\
-214, 0.000000\
-214, 0.000000\
-214, 0.000000\
-214, 0.000000\
-214, 0.000000\
-214, 0.000000\
-215, 0.000000\
-215, 0.000000\
-215, 0.000000\
-215, 0.000000\
-215, 0.000000\
-215, 0.000000\
-215, 1.000000\
-215, 0.000000\
-215, 0.000000\
-216, 0.000000\
-216, 0.000000\
-216, 0.000000\
-216, 0.000000\
-216, 0.000000\
-216, 0.000000\
-216, 0.000000\
-216, 0.000000\
-216, 0.000000\
-217, 0.000000\
-217, 0.000000\
-217, 0.000000\
-217, 1.000000\
-217, 0.000000\
-217, 0.000000\
-217, 0.000000\
-217, 0.000000\
-217, 1.000000\
-218, 0.000000\
-218, 0.000000\
-218, 0.000000\
-218, 0.000000\
-218, 0.000000\
-218, 0.000000\
-218, 0.000000\
-218, 1.000000\
-218, 0.000000\
-219, 0.000000\
-219, 1.000000\
-219, 0.000000\
-219, 0.000000\
-219, 0.000000\
-219, 0.000000\
-219, 0.000000\
-219, 0.000000\
-219, 0.000000\
-220, 0.000000\
-220, 0.000000\
-220, 1.000000\
-220, 0.000000\
-220, 0.000000\
-220, 0.000000\
-220, 0.000000\
-220, 0.000000\
-220, 0.000000\
-221, 0.000000\
-221, 1.000000\
-221, 0.000000\
-221, 0.000000\
-221, 0.000000\
-221, 0.000000\
-221, 0.000000\
-221, 0.000000\
-221, 0.000000\
-222, 0.000000\
-222, 0.000000\
-222, 0.000000\
-222, 0.000000\
-222, 0.000000\
-222, 0.000000\
-222, 0.000000\
-222, 0.000000\
-222, 0.000000\
-223, 0.000000\
-223, 0.000000\
-223, 0.000000\
-223, 0.000000\
-223, 0.000000\
-223, 0.000000\
-223, 0.000000\
-223, 0.000000\
-223, 0.000000\
-224, 0.000000\
-224, 0.000000\
-224, 0.000000\
-224, 0.000000\
-224, 0.000000\
-224, 0.000000\
-224, 0.000000\
-224, 1.000000\
-224, 0.000000\
-225, 0.000000\
-225, 0.000000\
-225, 0.000000\
-225, 0.000000\
-225, 0.000000\
-225, 0.000000\
-225, 1.000000\
-225, 0.000000\
-225, 0.000000\
-226, 0.000000\
-226, 0.000000\
-226, 0.000000\
-226, 1.000000\
-226, 0.000000\
-226, 0.000000\
-226, 0.000000\
-226, 1.000000\
-226, 0.000000\
-227, 0.000000\
-227, 0.000000\
-227, 0.000000\
-227, 0.000000\
-227, 0.000000\
-227, 0.000000\
-227, 0.000000\
-227, 1.000000\
-227, 0.000000\
-228, 0.000000\
-228, 0.000000\
-228, 0.000000\
-228, 0.000000\
-228, 0.000000\
-228, 0.000000\
-228, 0.000000\
-228, 0.000000\
-228, 0.000000\
-229, 1.000000\
-229, 0.000000\
-229, 0.000000\
-229, 0.000000\
-229, 0.000000\
-229, 0.000000\
-229, 0.000000\
-229, 0.000000\
-229, 0.000000\
-230, 0.000000\
-230, 0.000000\
-230, 0.000000\
-230, 0.000000\
-230, 0.000000\
-230, 0.000000\
-230, 1.000000\
-230, 0.000000\
-230, 0.000000\
-231, 0.000000\
-231, 0.000000\
-231, 0.000000\
-231, 0.000000\
-231, 0.000000\
-231, 0.000000\
-231, 0.000000\
-231, 0.000000\
-231, 0.000000\
-232, 0.000000\
-232, 0.000000\
-232, 0.000000\
-232, 0.000000\
-232, 0.000000\
-232, 0.000000\
-232, 0.000000\
-232, 0.000000\
-232, 0.000000\
-233, 0.000000\
-233, 1.000000\
-233, 0.000000\
-233, 0.000000\
-233, 0.000000\
-233, 0.000000\
-233, 0.000000\
-233, 0.000000\
-233, 0.000000\
-234, 0.000000\
-234, 0.000000\
-234, 0.000000\
-234, 0.000000\
-234, 0.000000\
-234, 0.000000\
-234, 0.000000\
-234, 0.000000\
-234, 0.000000\
-235, 0.000000\
-235, 0.000000\
-235, 0.000000\
-235, 0.000000\
-235, 0.000000\
-235, 0.000000\
-235, 0.000000\
-235, 0.000000\
-235, 0.000000\
-236, 0.000000\
-236, 0.000000\
-236, 0.000000\
-236, 0.000000\
-236, 0.000000\
-236, 1.000000\
-236, 0.000000\
-236, 0.000000\
-236, 0.000000\
-237, 0.000000\
-237, 0.000000\
-237, 0.000000\
-237, 0.000000\
-237, 0.000000\
-237, 0.000000\
-237, 0.000000\
-237, 0.000000\
-237, 0.000000\
-238, 0.000000\
-238, 1.000000\
-238, 0.000000\
-238, 0.000000\
-238, 0.000000\
-238, 0.000000\
-238, 0.000000\
-238, 0.000000\
-238, 0.000000\
-239, 0.000000\
-239, 0.000000\
-239, 0.000000\
-239, 0.000000\
-239, 1.000000\
-239, 0.000000\
-239, 0.000000\
-239, 0.000000\
-239, 0.000000\
-240, 0.000000\
-240, 0.000000\
-240, 0.000000\
-240, 0.000000\
-240, 0.000000\
-240, 0.000000\
-240, 0.000000\
-240, 0.000000\
-240, 0.000000\
-241, 0.000000\
-241, 0.000000\
-241, 0.000000\
-241, 0.000000\
-241, 0.000000\
-241, 0.000000\
-241, 0.000000\
-241, 0.000000\
-241, 0.000000\
-242, 0.000000\
-242, 1.000000\
-242, 0.000000\
-242, 0.000000\
-242, 0.000000\
-242, 0.000000\
-242, 0.000000\
-242, 0.000000\
-242, 0.000000\
-243, 0.000000\
-243, 0.000000\
-243, 0.000000\
-243, 0.000000\
-243, 0.000000\
-243, 0.000000\
-243, 0.000000\
-243, 0.000000\
-243, 0.000000\
-244, 0.000000\
-244, 0.000000\
-244, 0.000000\
-244, 0.000000\
-244, 0.000000\
-244, 0.000000\
-244, 0.000000\
-244, 0.000000\
-244, 0.000000\
-245, 0.000000\
-245, 0.000000\
-245, 0.000000\
-245, 0.000000\
-245, 0.000000\
-245, 0.000000\
-245, 0.000000\
-245, 0.000000\
-245, 0.000000\
-246, 0.000000\
-246, 0.000000\
-246, 0.000000\
-246, 0.000000\
-246, 0.000000\
-246, 0.000000\
-246, 0.000000\
-246, 0.000000\
-246, 0.000000\
-247, 0.000000\
-247, 0.000000\
-247, 0.000000\
-247, 0.000000\
-247, 0.000000\
-247, 1.000000\
-247, 0.000000\
-247, 0.000000\
-247, 0.000000\
-248, 0.000000\
-248, 0.000000\
-248, 0.000000\
-248, 0.000000\
-248, 0.000000\
-248, 0.000000\
-248, 0.000000\
-248, 0.000000\
-248, 0.000000\
-249, 0.000000\
-249, 1.000000\
-249, 0.000000\
-249, 0.000000\
-249, 0.000000\
-249, 0.000000\
-249, 0.000000\
-249, 0.000000\
-249, 0.000000\
-250, 1.000000\
-250, 0.000000\
-250, 0.000000\
-250, 0.000000\
-250, 1.000000\
-250, 0.000000\
-250, 0.000000\
-250, 0.000000\
-250, 0.000000\
-251, 0.000000\
-251, 0.000000\
-251, 0.000000\
-251, 0.000000\
-251, 0.000000\
-251, 0.000000\
-251, 0.000000\
-251, 0.000000\
-251, 0.000000\
-252, 0.000000\
-252, 0.000000\
-252, 0.000000\
-252, 0.000000\
-252, 0.000000\
-252, 0.000000\
-252, 0.000000\
-252, 1.000000\
-252, 0.000000\
-253, 0.000000\
-253, 0.000000\
-253, 0.000000\
-253, 0.000000\
-253, 0.000000\
-253, 0.000000\
-253, 0.000000\
-253, 0.000000\
-253, 1.000000\
-254, 0.000000\
-254, 0.000000\
-254, 0.000000\
-254, 0.000000\
-254, 1.000000\
-254, 0.000000\
-254, 1.000000\
-254, 0.000000\
-254, 0.000000\
-255, 0.000000\
-255, 0.000000\
-255, 0.000000\
-255, 0.000000\
-255, 0.000000\
-255, 0.000000\
-255, 0.000000\
-255, 0.000000\
-255, 0.000000\
-256, 0.000000\
-256, 0.000000\
-256, 0.000000\
-256, 0.000000\
-256, 0.000000\
-256, 0.000000\
-256, 1.000000\
-256, 0.000000\
-256, 0.000000\
-257, 0.000000\
-257, 0.000000\
-257, 0.000000\
-257, 0.000000\
-257, 1.000000\
-257, 0.000000\
-257, 0.000000\
-257, 0.000000\
-257, 0.000000\
-258, 0.000000\
-258, 0.000000\
-258, 0.000000\
-258, 0.000000\
-258, 0.000000\
-258, 0.000000\
-258, 0.000000\
-258, 0.000000\
-258, 0.000000\
-259, 0.000000\
-259, 0.000000\
-259, 0.000000\
-259, 0.000000\
-259, 0.000000\
-259, 0.000000\
-259, 0.000000\
-259, 0.000000\
-259, 0.000000\
-260, 0.000000\
-260, 0.000000\
-260, 0.000000\
-260, 0.000000\
-260, 0.000000\
-260, 0.000000\
-260, 0.000000\
-260, 0.000000\
-260, 1.000000\
-261, 0.000000\
-261, 0.000000\
-261, 0.000000\
-261, 1.000000\
-261, 0.000000\
-261, 0.000000\
-261, 1.000000\
-261, 0.000000\
-261, 0.000000\
-262, 1.000000\
-262, 0.000000\
-262, 0.000000\
-262, 1.000000\
-262, 0.000000\
-262, 0.000000\
-262, 0.000000\
-262, 0.000000\
-262, 0.000000\
-263, 0.000000\
-263, 1.000000\
-263, 0.000000\
-263, 0.000000\
-263, 0.000000\
-263, 0.000000\
-263, 0.000000\
-263, 0.000000\
-263, 0.000000\
-264, 0.000000\
-264, 0.000000\
-264, 0.000000\
-264, 1.000000\
-264, 0.000000\
-264, 0.000000\
-264, 0.000000\
-264, 0.000000\
-264, 0.000000\
-265, 0.000000\
-265, 0.000000\
-265, 0.000000\
-265, 0.000000\
-265, 0.000000\
-265, 0.000000\
-265, 0.000000\
-265, 0.000000\
-265, 0.000000\
-266, 0.000000\
-266, 0.000000\
-266, 0.000000\
-266, 0.000000\
-266, 0.000000\
-266, 0.000000\
-266, 0.000000\
-266, 0.000000\
-266, 0.000000\
-267, 0.000000\
-267, 0.000000\
-267, 0.000000\
-267, 0.000000\
-267, 0.000000\
-267, 1.000000\
-267, 0.000000\
-267, 0.000000\
-267, 0.000000\
-268, 0.000000\
-268, 0.000000\
-268, 0.000000\
-268, 0.000000\
-268, 0.000000\
-268, 0.000000\
-268, 0.000000\
-268, 0.000000\
-268, 0.000000\
-269, 1.000000\
-269, 0.000000\
-269, 0.000000\
-269, 0.000000\
-269, 0.000000\
-269, 0.000000\
-269, 0.000000\
-269, 0.000000\
-269, 0.000000\
-270, 0.000000\
-270, 0.000000\
-270, 0.000000\
-270, 0.000000\
-270, 0.000000\
-270, 0.000000\
-270, 0.000000\
-270, 0.000000\
-270, 0.000000\
-271, 0.000000\
-271, 0.000000\
-271, 1.000000\
-271, 0.000000\
-271, 0.000000\
-271, 0.000000\
-271, 0.000000\
-271, 0.000000\
-271, 0.000000\
-272, 1.000000\
-272, 0.000000\
-272, 0.000000\
-272, 0.000000\
-272, 0.000000\
-272, 0.000000\
-272, 1.000000\
-272, 0.000000\
-272, 0.000000\
-273, 0.000000\
-273, 0.000000\
-273, 0.000000\
-273, 0.000000\
-273, 0.000000\
-273, 0.000000\
-273, 0.000000\
-273, 0.000000\
-273, 0.000000\
-274, 0.000000\
-274, 0.000000\
-274, 0.000000\
-274, 0.000000\
-274, 0.000000\
-274, 0.000000\
-274, 1.000000\
-274, 0.000000\
-274, 0.000000\
-275, 0.000000\
-275, 0.000000\
-275, 0.000000\
-275, 1.000000\
-275, 0.000000\
-275, 0.000000\
-275, 0.000000\
-275, 0.000000\
-275, 0.000000\
-276, 0.000000\
-276, 0.000000\
-276, 0.000000\
-276, 0.000000\
-276, 0.000000\
-276, 0.000000\
-276, 0.000000\
-276, 0.000000\
-276, 0.000000\
-277, 0.000000\
-277, 0.000000\
-277, 0.000000\
-277, 0.000000\
-277, 0.000000\
-277, 0.000000\
-277, 0.000000\
-277, 0.000000\
-277, 0.000000\
-278, 0.000000\
-278, 0.000000\
-278, 0.000000\
-278, 0.000000\
-278, 0.000000\
-278, 0.000000\
-278, 0.000000\
-278, 0.000000\
-278, 0.000000\
-279, 0.000000\
-279, 0.000000\
-279, 0.000000\
-279, 0.000000\
-279, 0.000000\
-279, 0.000000\
-279, 1.000000\
-279, 0.000000\
-279, 0.000000\
-280, 0.000000\
-280, 0.000000\
-280, 0.000000\
-280, 0.000000\
-280, 0.000000\
-280, 0.000000\
-280, 0.000000\
-280, 0.000000\
-280, 0.000000\
-281, 0.000000\
-281, 0.000000\
-281, 0.000000\
-281, 0.000000\
-281, 0.000000\
-281, 1.000000\
-281, 0.000000\
-281, 0.000000\
-281, 0.000000\
-282, 0.000000\
-282, 0.000000\
-282, 0.000000\
-282, 0.000000\
-282, 0.000000\
-282, 0.000000\
-282, 0.000000\
-282, 0.000000\
-282, 0.000000\
-283, 0.000000\
-283, 0.000000\
-283, 0.000000\
-283, 0.000000\
-283, 0.000000\
-283, 0.000000\
-283, 0.000000\
-283, 0.000000\
-283, 0.000000\
-284, 0.000000\
-284, 0.000000\
-284, 0.000000\
-284, 0.000000\
-284, 0.000000\
-284, 0.000000\
-284, 0.000000\
-284, 0.000000\
-284, 0.000000\
-285, 0.000000\
-285, 0.000000\
-285, 0.000000\
-285, 0.000000\
-285, 0.000000\
-285, 0.000000\
-285, 0.000000\
-285, 0.000000\
-285, 0.000000\
-286, 0.000000\
-286, 0.000000\
-286, 0.000000\
-286, 0.000000\
-286, 0.000000\
-286, 0.000000\
-286, 0.000000\
-286, 1.000000\
-286, 0.000000\
-287, 0.000000\
-287, 0.000000\
-287, 0.000000\
-287, 0.000000\
-287, 0.000000\
-287, 0.000000\
-287, 1.000000\
-287, 0.000000\
-287, 0.000000\
-288, 0.000000\
-288, 0.000000\
-288, 0.000000\
-288, 0.000000\
-288, 1.000000\
-288, 0.000000\
-288, 0.000000\
-288, 0.000000\
-288, 0.000000\
-289, 0.000000\
-289, 0.000000\
-289, 0.000000\
-289, 0.000000\
-289, 0.000000\
-289, 0.000000\
-289, 0.000000\
-289, 0.000000\
-289, 1.000000\
-290, 0.000000\
-290, 0.000000\
-290, 0.000000\
-290, 0.000000\
-290, 1.000000\
-290, 0.000000\
-290, 0.000000\
-290, 0.000000\
-290, 0.000000\
-291, 0.000000\
-291, 0.000000\
-291, 0.000000\
-291, 1.000000\
-291, 0.000000\
-291, 0.000000\
-291, 0.000000\
-291, 0.000000\
-291, 0.000000\
-292, 1.000000\
-292, 0.000000\
-292, 0.000000\
-292, 0.000000\
-292, 0.000000\
-292, 0.000000\
-292, 0.000000\
-292, 1.000000\
-292, 0.000000\
-293, 0.000000\
-293, 0.000000\
-293, 0.000000\
-293, 0.000000\
-293, 0.000000\
-293, 0.000000\
-293, 0.000000\
-293, 1.000000\
-293, 0.000000\
-294, 0.000000\
-294, 0.000000\
-294, 0.000000\
-294, 0.000000\
-294, 0.000000\
-294, 0.000000\
-294, 0.000000\
-294, 0.000000\
-294, 0.000000\
-295, 0.000000\
-295, 0.000000\
-295, 0.000000\
-295, 0.000000\
-295, 0.000000\
-295, 0.000000\
-295, 0.000000\
-295, 0.000000\
-295, 0.000000\
-296, 0.000000\
-296, 0.000000\
-296, 0.000000\
-296, 0.000000\
-296, 0.000000\
-296, 0.000000\
-296, 0.000000\
-296, 0.000000\
-296, 0.000000\
-297, 1.000000\
-297, 0.000000\
-297, 0.000000\
-297, 0.000000\
-297, 0.000000\
-297, 0.000000\
-297, 0.000000\
-297, 0.000000\
-297, 0.000000\
-298, 0.000000\
-298, 0.000000\
-298, 0.000000\
-298, 0.000000\
-298, 0.000000\
-298, 0.000000\
-298, 1.000000\
-298, 0.000000\
-298, 0.000000\
-299, 0.000000\
-299, 0.000000\
-299, 0.000000\
-299, 0.000000\
-299, 0.000000\
-299, 0.000000\
-299, 0.000000\
-299, 0.000000\
-299, 0.000000\
-300, 0.000000\
-300, 0.000000\
-300, 0.000000\
-300, 0.000000\
-300, 0.000000\
-300, 0.000000\
-300, 0.000000\
-300, 0.000000\
-300, 0.000000\
-301, 0.000000\
-301, 0.000000\
-301, 0.000000\
-301, 0.000000\
-301, 0.000000\
-301, 0.000000\
-301, 0.000000\
-301, 0.000000\
-301, 0.000000\
-302, 0.000000\
-302, 0.000000\
-302, 0.000000\
-302, 1.000000\
-302, 0.000000\
-302, 0.000000\
-302, 1.000000\
-302, 0.000000\
-302, 0.000000\
-303, 0.000000\
-303, 0.000000\
-303, 0.000000\
-303, 0.000000\
-303, 0.000000\
-303, 0.000000\
-303, 0.000000\
-303, 0.000000\
-303, 0.000000\
-304, 0.000000\
-304, 0.000000\
-304, 0.000000\
-304, 0.000000\
-304, 0.000000\
-304, 1.000000\
-304, 0.000000\
-304, 0.000000\
-304, 0.000000\
-305, 0.000000\
-305, 0.000000\
-305, 0.000000\
-305, 0.000000\
-305, 0.000000\
-305, 0.000000\
-305, 0.000000\
-305, 0.000000\
-305, 0.000000\
-306, 0.000000\
-306, 0.000000\
-306, 0.000000\
-306, 0.000000\
-306, 0.000000\
-306, 0.000000\
-306, 0.000000\
-306, 0.000000\
-306, 1.000000\
-307, 0.000000\
-307, 0.000000\
-307, 0.000000\
-307, 0.000000\
-307, 0.000000\
-307, 0.000000\
-307, 0.000000\
-307, 0.000000\
-307, 0.000000\
-308, 0.000000\
-308, 0.000000\
-308, 0.000000\
-308, 0.000000\
-308, 0.000000\
-308, 0.000000\
-308, 0.000000\
-308, 0.000000\
-308, 0.000000\
-309, 0.000000\
-309, 0.000000\
-309, 0.000000\
-309, 0.000000\
-309, 0.000000\
-309, 0.000000\
-309, 0.000000\
-309, 0.000000\
-309, 0.000000\
-310, 0.000000\
-310, 0.000000\
-310, 0.000000\
-310, 0.000000\
-310, 0.000000\
-310, 0.000000\
-310, 0.000000\
-310, 0.000000\
-310, 0.000000\
-311, 0.000000\
-311, 0.000000\
-311, 0.000000\
-311, 0.000000\
-311, 0.000000\
-311, 1.000000\
-311, 0.000000\
-311, 0.000000\
-311, 0.000000\
-312, 0.000000\
-312, 0.000000\
-312, 0.000000\
-312, 0.000000\
-312, 1.000000\
-312, 0.000000\
-312, 0.000000\
-312, 0.000000\
-312, 0.000000\
-313, 0.000000\
-313, 0.000000\
-313, 0.000000\
-313, 0.000000\
-313, 1.000000\
-313, 0.000000\
-313, 0.000000\
-313, 0.000000\
-313, 0.000000\
-314, 0.000000\
-314, 0.000000\
-314, 0.000000\
-314, 0.000000\
-314, 0.000000\
-314, 0.000000\
-314, 1.000000\
-314, 0.000000\
-314, 0.000000\
-315, 0.000000\
-315, 1.000000\
-315, 0.000000\
-315, 0.000000\
-315, 0.000000\
-315, 0.000000\
-315, 0.000000\
-315, 0.000000\
-315, 0.000000\
-316, 1.000000\
-316, 0.000000\
-316, 0.000000\
-316, 0.000000\
-316, 0.000000\
-316, 0.000000\
-316, 0.000000\
-316, 0.000000\
-316, 0.000000\
-317, 0.000000\
-317, 0.000000\
-317, 0.000000\
-317, 0.000000\
-317, 0.000000\
-317, 0.000000\
-317, 0.000000\
-317, 0.000000\
-317, 0.000000\
-318, 0.000000\
-318, 0.000000\
-318, 0.000000\
-318, 0.000000\
-318, 0.000000\
-318, 0.000000\
-318, 0.000000\
-318, 0.000000\
-318, 0.000000\
-319, 0.000000\
-319, 1.000000\
-319, 0.000000\
-319, 0.000000\
-319, 0.000000\
-319, 0.000000\
-319, 0.000000\
-319, 0.000000\
-319, 0.000000\
-320, 0.000000\
-320, 0.000000\
-320, 0.000000\
-320, 0.000000\
-320, 0.000000\
-320, 0.000000\
-320, 0.000000\
-320, 0.000000\
-320, 1.000000\
-321, 0.000000\
-321, 0.000000\
-321, 0.000000\
-321, 0.000000\
-321, 0.000000\
-321, 0.000000\
-321, 0.000000\
-321, 0.000000\
-321, 0.000000\
-322, 1.000000\
-322, 0.000000\
-322, 0.000000\
-322, 0.000000\
-322, 0.000000\
-322, 0.000000\
-322, 0.000000\
-322, 0.000000\
-322, 0.000000\
-323, 0.000000\
-323, 1.000000\
-323, 0.000000\
-323, 0.000000\
-323, 1.000000\
-323, 0.000000\
-323, 0.000000\
-323, 0.000000\
-323, 0.000000\
-324, 0.000000\
-324, 0.000000\
-324, 0.000000\
-324, 0.000000\
-324, 0.000000\
-324, 0.000000\
-324, 0.000000\
-324, 0.000000\
-324, 0.000000\
-325, 0.000000\
-325, 0.000000\
-325, 0.000000\
-325, 0.000000\
-325, 0.000000\
-325, 0.000000\
-325, 0.000000\
-325, 0.000000\
-325, 0.000000\
-326, 0.000000\
-326, 0.000000\
-326, 1.000000\
-326, 0.000000\
-326, 0.000000\
-326, 1.000000\
-326, 0.000000\
-326, 0.000000\
-326, 0.000000\
-327, 0.000000\
-327, 0.000000\
-327, 0.000000\
-327, 0.000000\
-327, 0.000000\
-327, 0.000000\
-327, 0.000000\
-327, 0.000000\
-327, 0.000000\
-328, 0.000000\
-328, 0.000000\
-328, 0.000000\
-328, 0.000000\
-328, 0.000000\
-328, 0.000000\
-328, 0.000000\
-328, 0.000000\
-328, 0.000000\
-329, 0.000000\
-329, 0.000000\
-329, 1.000000\
-329, 0.000000\
-329, 0.000000\
-329, 0.000000\
-329, 0.000000\
-329, 0.000000\
-329, 0.000000\
-330, 0.000000\
-330, 1.000000\
-330, 0.000000\
-330, 0.000000\
-330, 0.000000\
-330, 0.000000\
-330, 0.000000\
-330, 0.000000\
-330, 1.000000\
-331, 0.000000\
-331, 0.000000\
-331, 0.000000\
-331, 0.000000\
-331, 0.000000\
-331, 0.000000\
-331, 0.000000\
-331, 0.000000\
-331, 0.000000\
-332, 0.000000\
-332, 0.000000\
-332, 0.000000\
-332, 0.000000\
-332, 0.000000\
-332, 0.000000\
-332, 0.000000\
-332, 0.000000\
-332, 0.000000\
-333, 0.000000\
-333, 0.000000\
-333, 1.000000\
-333, 0.000000\
-333, 0.000000\
-333, 1.000000\
-333, 0.000000\
-333, 0.000000\
-333, 0.000000\
-334, 0.000000\
-334, 0.000000\
-334, 0.000000\
-334, 1.000000\
-334, 0.000000\
-334, 0.000000\
-334, 0.000000\
-334, 0.000000\
-334, 0.000000\
-335, 0.000000\
-335, 1.000000\
-335, 0.000000\
-335, 0.000000\
-335, 1.000000\
-335, 0.000000\
-335, 0.000000\
-335, 0.000000\
-335, 0.000000\
-336, 0.000000\
-336, 0.000000\
-336, 0.000000\
-336, 0.000000\
-336, 0.000000\
-336, 0.000000\
-336, 0.000000\
-336, 0.000000\
-336, 0.000000\
-337, 0.000000\
-337, 0.000000\
-337, 0.000000\
-337, 0.000000\
-337, 0.000000\
-337, 0.000000\
-337, 0.000000\
-337, 0.000000\
-337, 0.000000\
-338, 0.000000\
-338, 0.000000\
-338, 0.000000\
-338, 0.000000\
-338, 0.000000\
-338, 0.000000\
-338, 0.000000\
-338, 0.000000\
-338, 0.000000\
-339, 0.000000\
-339, 0.000000\
-339, 0.000000\
-339, 0.000000\
-339, 1.000000\
-339, 0.000000\
-339, 0.000000\
-339, 0.000000\
-339, 0.000000\
-340, 0.000000\
-340, 0.000000\
-340, 0.000000\
-340, 0.000000\
-340, 0.000000\
-340, 0.000000\
-340, 0.000000\
-340, 0.000000\
-340, 0.000000\
-341, 0.000000\
-341, 0.000000\
-341, 0.000000\
-341, 0.000000\
-341, 0.000000\
-341, 0.000000\
-341, 0.000000\
-341, 0.000000\
-341, 0.000000\
-342, 0.000000\
-342, 0.000000\
-342, 0.000000\
-342, 0.000000\
-342, 1.000000\
-342, 0.000000\
-342, 0.000000\
-342, 0.000000\
-342, 0.000000\
-343, 0.000000\
-343, 0.000000\
-343, 0.000000\
-343, 0.000000\
-343, 0.000000\
-343, 0.000000\
-343, 0.000000\
-343, 1.000000\
-343, 0.000000\
-344, 0.000000\
-344, 0.000000\
-344, 0.000000\
-344, 0.000000\
-344, 1.000000\
-344, 0.000000\
-344, 0.000000\
-344, 0.000000\
-344, 0.000000\
-345, 0.000000\
-345, 0.000000\
-345, 0.000000\
-345, 0.000000\
-345, 0.000000\
-345, 1.000000\
-345, 0.000000\
-345, 0.000000\
-345, 0.000000\
-346, 1.000000\
-346, 0.000000\
-346, 0.000000\
-346, 0.000000\
-346, 0.000000\
-346, 0.000000\
-346, 0.000000\
-346, 0.000000\
-346, 0.000000\
-347, 0.000000\
-347, 0.000000\
-347, 1.000000\
-347, 0.000000\
-347, 0.000000\
-347, 0.000000\
-347, 0.000000\
-347, 0.000000\
-347, 1.000000\
-348, 0.000000\
-348, 0.000000\
-348, 0.000000\
-348, 0.000000\
-348, 0.000000\
-348, 0.000000\
-348, 0.000000\
-348, 0.000000\
-348, 0.000000\
-349, 0.000000\
-349, 0.000000\
-349, 0.000000\
-349, 0.000000\
-349, 1.000000\
-349, 0.000000\
-349, 0.000000\
-349, 0.000000\
-349, 0.000000\
-350, 1.000000\
-350, 0.000000\
-350, 0.000000\
-350, 0.000000\
-350, 0.000000\
-350, 0.000000\
-350, 0.000000\
-350, 0.000000\
-350, 0.000000\
-351, 0.000000\
-351, 0.000000\
-351, 0.000000\
-351, 1.000000\
-351, 0.000000\
-351, 0.000000\
-351, 0.000000\
-351, 0.000000\
-351, 0.000000\
-352, 0.000000\
-352, 0.000000\
-352, 0.000000\
-352, 0.000000\
-352, 0.000000\
-352, 0.000000\
-352, 0.000000\
-352, 0.000000\
-352, 0.000000\
-353, 0.000000\
-353, 0.000000\
-353, 0.000000\
-353, 0.000000\
-353, 0.000000\
-353, 0.000000\
-353, 0.000000\
-353, 0.000000\
-353, 0.000000\
-354, 0.000000\
-354, 0.000000\
-354, 0.000000\
-354, 0.000000\
-354, 0.000000\
-354, 0.000000\
-354, 0.000000\
-354, 0.000000\
-354, 0.000000\
-355, 0.000000\
-355, 0.000000\
-355, 0.000000\
-355, 0.000000\
-355, 0.000000\
-355, 0.000000\
-355, 0.000000\
-355, 0.000000\
-355, 0.000000\
-356, 0.000000\
-356, 1.000000\
-356, 0.000000\
-356, 0.000000\
-356, 0.000000\
-356, 0.000000\
-356, 0.000000\
-356, 0.000000\
-356, 0.000000\
-357, 0.000000\
-357, 0.000000\
-357, 1.000000\
-357, 0.000000\
-357, 0.000000\
-357, 0.000000\
-357, 0.000000\
-357, 0.000000\
-357, 1.000000\
-358, 0.000000\
-358, 0.000000\
-358, 0.000000\
-358, 0.000000\
-358, 0.000000\
-358, 0.000000\
-358, 0.000000\
-358, 0.000000\
-358, 0.000000\
-359, 0.000000\
-359, 0.000000\
-359, 0.000000\
-359, 0.000000\
-359, 0.000000\
-359, 1.000000\
-359, 0.000000\
-359, 0.000000\
-359, 0.000000\
-360, 1.000000\
-360, 0.000000\
-360, 0.000000\
-360, 0.000000\
-360, 0.000000\
-360, 0.000000\
-360, 0.000000\
-360, 0.000000\
-360, 0.000000\
-361, 0.000000\
-361, 0.000000\
-361, 0.000000\
-361, 0.000000\
-361, 0.000000\
-361, 0.000000\
-361, 0.000000\
-361, 0.000000\
-361, 0.000000\
-362, 1.000000\
-362, 0.000000\
-362, 0.000000\
-362, 0.000000\
-362, 0.000000\
-362, 0.000000\
-362, 0.000000\
-362, 0.000000\
-362, 0.000000\
-363, 0.000000\
-363, 0.000000\
-363, 0.000000\
-363, 0.000000\
-363, 0.000000\
-363, 0.000000\
-363, 0.000000\
-363, 0.000000\
-363, 0.000000\
-364, 1.000000\
-364, 0.000000\
-364, 0.000000\
-364, 0.000000\
-364, 0.000000\
-364, 0.000000\
-364, 0.000000\
-364, 0.000000\
-364, 0.000000\
-365, 0.000000\
-365, 0.000000\
-365, 0.000000\
-365, 0.000000\
-365, 0.000000\
-365, 0.000000\
-365, 0.000000\
-365, 0.000000\
-365, 0.000000\
-366, 0.000000\
-366, 0.000000\
-366, 0.000000\
-366, 0.000000\
-366, 0.000000\
-366, 0.000000\
-366, 0.000000\
-366, 0.000000\
-366, 0.000000\
-367, 0.000000\
-367, 0.000000\
-367, 0.000000\
-367, 0.000000\
-367, 0.000000\
-367, 0.000000\
-367, 0.000000\
-367, 0.000000\
-367, 0.000000\
-368, 0.000000\
-368, 0.000000\
-368, 0.000000\
-368, 0.000000\
-368, 0.000000\
-368, 0.000000\
-368, 0.000000\
-368, 1.000000\
-368, 0.000000\
-369, 0.000000\
-369, 0.000000\
-369, 0.000000\
-369, 0.000000\
-369, 0.000000\
-369, 0.000000\
-369, 0.000000\
-369, 0.000000\
-369, 0.000000\
-370, 0.000000\
-370, 0.000000\
-370, 0.000000\
-370, 0.000000\
-370, 0.000000\
-370, 0.000000\
-370, 0.000000\
-370, 0.000000\
-370, 0.000000\
-371, 0.000000\
-371, 0.000000\
-371, 0.000000\
-371, 0.000000\
-371, 0.000000\
-371, 0.000000\
-371, 0.000000\
-371, 0.000000\
-371, 0.000000\
-372, 0.000000\
-372, 0.000000\
-372, 0.000000\
-372, 0.000000\
-372, 0.000000\
-372, 0.000000\
-372, 0.000000\
-372, 0.000000\
-372, 0.000000\
-373, 0.000000\
-373, 1.000000\
-373, 0.000000\
-373, 0.000000\
-373, 0.000000\
-373, 0.000000\
-373, 0.000000\
-373, 0.000000\
-373, 0.000000\
-374, 0.000000\
-374, 0.000000\
-374, 0.000000\
-374, 0.000000\
-374, 0.000000\
-374, 0.000000\
-374, 0.000000\
-374, 0.000000\
-374, 0.000000\
-375, 0.000000\
-375, 0.000000\
-375, 0.000000\
-375, 0.000000\
-375, 0.000000\
-375, 0.000000\
-375, 0.000000\
-375, 0.000000\
-375, 0.000000\
-376, 0.000000\
-376, 0.000000\
-376, 0.000000\
-376, 0.000000\
-376, 0.000000\
-376, 0.000000\
-376, 0.000000\
-376, 1.000000\
-376, 0.000000\
-377, 0.000000\
-377, 0.000000\
-377, 0.000000\
-377, 0.000000\
-377, 0.000000\
-377, 0.000000\
-377, 0.000000\
-377, 1.000000\
-377, 0.000000\
-378, 0.000000\
-378, 0.000000\
-378, 0.000000\
-378, 0.000000\
-378, 0.000000\
-378, 0.000000\
-378, 0.000000\
-378, 0.000000\
-378, 0.000000\
-379, 0.000000\
-379, 0.000000\
-379, 0.000000\
-379, 0.000000\
-379, 0.000000\
-379, 0.000000\
-379, 0.000000\
-379, 0.000000\
-379, 0.000000\
-380, 0.000000\
-380, 0.000000\
-380, 0.000000\
-380, 0.000000\
-380, 1.000000\
-380, 0.000000\
-380, 0.000000\
-380, 0.000000\
-380, 0.000000\
-381, 0.000000\
-381, 0.000000\
-381, 0.000000\
-381, 0.000000\
-381, 0.000000\
-381, 0.000000\
-381, 1.000000\
-381, 0.000000\
-381, 0.000000\
-382, 0.000000\
-382, 1.000000\
-382, 0.000000\
-382, 0.000000\
-382, 0.000000\
-382, 0.000000\
-382, 0.000000\
-382, 0.000000\
-382, 0.000000\
-383, 0.000000\
-383, 0.000000\
-383, 1.000000\
-383, 0.000000\
-383, 0.000000\
-383, 0.000000\
-383, 0.000000\
-383, 0.000000\
-383, 0.000000\
-384, 0.000000\
-384, 1.000000\
-384, 0.000000\
-384, 0.000000\
-384, 0.000000\
-384, 0.000000\
-384, 0.000000\
-384, 0.000000\
-384, 0.000000\
-385, 0.000000\
-385, 0.000000\
-385, 0.000000\
-385, 0.000000\
-385, 1.000000\
-385, 0.000000\
-385, 0.000000\
-385, 0.000000\
-385, 1.000000\
-386, 0.000000\
-386, 0.000000\
-386, 0.000000\
-386, 0.000000\
-386, 0.000000\
-386, 0.000000\
-386, 0.000000\
-386, 0.000000\
-386, 0.000000\
-387, 0.000000\
-387, 0.000000\
-387, 0.000000\
-387, 0.000000\
-387, 0.000000\
-387, 0.000000\
-387, 0.000000\
-387, 0.000000\
-387, 0.000000\
-388, 0.000000\
-388, 0.000000\
-388, 0.000000\
-388, 0.000000\
-388, 0.000000\
-388, 0.000000\
-388, 0.000000\
-388, 0.000000\
-388, 0.000000\
-389, 1.000000\
-389, 0.000000\
-389, 0.000000\
-389, 0.000000\
-389, 1.000000\
-389, 0.000000\
-389, 0.000000\
-389, 0.000000\
-389, 0.000000\
-390, 1.000000\
-390, 0.000000\
-390, 0.000000\
-390, 0.000000\
-390, 0.000000\
-390, 0.000000\
-390, 0.000000\
-390, 0.000000\
-390, 0.000000\
-391, 0.000000\
-391, 0.000000\
-391, 1.000000\
-391, 0.000000\
-391, 0.000000\
-391, 0.000000\
-391, 0.000000\
-391, 0.000000\
-391, 0.000000\
-392, 0.000000\
-392, 0.000000\
-392, 0.000000\
-392, 0.000000\
-392, 0.000000\
-392, 0.000000\
-392, 0.000000\
-392, 0.000000\
-392, 1.000000\
-393, 0.000000\
-393, 0.000000\
-393, 0.000000\
-393, 0.000000\
-393, 0.000000\
-393, 0.000000\
-393, 0.000000\
-393, 0.000000\
-393, 0.000000\
-394, 0.000000\
-394, 0.000000\
-394, 0.000000\
-394, 0.000000\
-394, 0.000000\
-394, 0.000000\
-394, 0.000000\
-394, 0.000000\
-394, 0.000000\
-395, 0.000000\
-395, 0.000000\
-395, 0.000000\
-395, 0.000000\
-395, 0.000000\
-395, 0.000000\
-395, 0.000000\
-395, 0.000000\
-395, 0.000000\
-396, 0.000000\
-396, 0.000000\
-396, 0.000000\
-396, 0.000000\
-396, 0.000000\
-396, 0.000000\
-396, 0.000000\
-396, 0.000000\
-396, 0.000000\
-397, 1.000000\
-397, 0.000000\
-397, 0.000000\
-397, 0.000000\
-397, 0.000000\
-397, 0.000000\
-397, 0.000000\
-397, 0.000000\
-397, 0.000000\
-398, 0.000000\
-398, 1.000000\
-398, 0.000000\
-398, 0.000000\
-398, 0.000000\
-398, 0.000000\
-398, 0.000000\
-398, 0.000000\
-398, 0.000000\
-399, 1.000000\
-399, 0.000000\
-399, 0.000000\
-399, 0.000000\
-399, 0.000000\
-399, 0.000000\
-399, 0.000000\
-399, 0.000000\
-399, 0.000000\
-400, 0.000000\
-400, 0.000000\
-400, 0.000000\
-400, 0.000000\
-400, 0.000000\
-400, 0.000000\
-400, 0.000000\
-400, 0.000000\
-400, 0.000000\
-401, 0.000000\
-401, 0.000000\
-401, 0.000000\
-401, 0.000000\
-401, 0.000000\
-401, 0.000000\
-401, 0.000000\
-401, 0.000000\
-401, 0.000000\
-402, 0.000000\
-402, 0.000000\
-402, 0.000000\
-402, 0.000000\
-402, 0.000000\
-402, 0.000000\
-402, 0.000000\
-402, 0.000000\
-402, 0.000000\
-403, 1.000000\
-403, 0.000000\
-403, 0.000000\
-403, 0.000000\
-403, 0.000000\
-403, 0.000000\
-403, 0.000000\
-403, 1.000000\
-403, 0.000000\
-404, 0.000000\
-404, 0.000000\
-404, 0.000000\
-404, 0.000000\
-404, 0.000000\
-404, 0.000000\
-404, 0.000000\
-404, 0.000000\
-404, 1.000000\
-405, 0.000000\
-405, 0.000000\
-405, 0.000000\
-405, 0.000000\
-405, 0.000000\
-405, 0.000000\
-405, 0.000000\
-405, 0.000000\
-405, 0.000000\
-406, 0.000000\
-406, 0.000000\
-406, 0.000000\
-406, 1.000000\
-406, 0.000000\
-406, 0.000000\
-406, 0.000000\
-406, 0.000000\
-406, 0.000000\
-407, 0.000000\
-407, 0.000000\
-407, 0.000000\
-407, 0.000000\
-407, 0.000000\
-407, 1.000000\
-407, 0.000000\
-407, 0.000000\
-407, 0.000000\
-408, 0.000000\
-408, 0.000000\
-408, 0.000000\
-408, 0.000000\
-408, 0.000000\
-408, 0.000000\
-408, 0.000000\
-408, 0.000000\
-408, 0.000000\
-409, 0.000000\
-409, 0.000000\
-409, 0.000000\
-409, 0.000000\
-409, 0.000000\
-409, 0.000000\
-409, 0.000000\
-409, 0.000000\
-409, 0.000000\
-410, 0.000000\
-410, 0.000000\
-410, 0.000000\
-410, 0.000000\
-410, 0.000000\
-410, 0.000000\
-410, 0.000000\
-410, 0.000000\
-410, 0.000000\
-411, 1.000000\
-411, 0.000000\
-411, 0.000000\
-411, 0.000000\
-411, 0.000000\
-411, 1.000000\
-411, 0.000000\
-411, 0.000000\
-411, 0.000000\
-412, 0.000000\
-412, 1.000000\
-412, 0.000000\
-412, 0.000000\
-412, 0.000000\
-412, 0.000000\
-412, 0.000000\
-412, 0.000000\
-412, 0.000000\
-413, 0.000000\
-413, 0.000000\
-413, 0.000000\
-413, 0.000000\
-413, 1.000000\
-413, 0.000000\
-413, 0.000000\
-413, 0.000000\
-413, 0.000000\
-414, 0.000000\
-414, 0.000000\
-414, 1.000000\
-414, 0.000000\
-414, 0.000000\
-414, 0.000000\
-414, 0.000000\
-414, 0.000000\
-414, 1.000000\
-415, 0.000000\
-415, 0.000000\
-415, 0.000000\
-415, 0.000000\
-415, 0.000000\
-415, 0.000000\
-415, 0.000000\
-415, 0.000000\
-415, 0.000000\
-416, 0.000000\
-416, 0.000000\
-416, 0.000000\
-416, 0.000000\
-416, 0.000000\
-416, 0.000000\
-416, 0.000000\
-416, 0.000000\
-416, 0.000000\
-417, 0.000000\
-417, 0.000000\
-417, 0.000000\
-417, 0.000000\
-417, 0.000000\
-417, 0.000000\
-417, 0.000000\
-417, 0.000000\
-417, 0.000000\
-418, 0.000000\
-418, 0.000000\
-418, 0.000000\
-418, 0.000000\
-418, 0.000000\
-418, 0.000000\
-418, 0.000000\
-418, 0.000000\
-418, 0.000000\
-419, 0.000000\
-419, 0.000000\
-419, 0.000000\
-419, 1.000000\
-419, 0.000000\
-419, 0.000000\
-419, 1.000000\
-419, 0.000000\
-419, 0.000000\
-420, 0.000000\
-420, 1.000000\
-420, 0.000000\
-420, 0.000000\
-420, 0.000000\
-420, 0.000000\
-420, 0.000000\
-420, 0.000000\
-420, 0.000000\
-421, 0.000000\
-421, 1.000000\
-421, 0.000000\
-421, 0.000000\
-421, 0.000000\
-421, 0.000000\
-421, 0.000000\
-421, 1.000000\
-421, 0.000000\
-422, 0.000000\
-422, 0.000000\
-422, 1.000000\
-422, 0.000000\
-422, 0.000000\
-422, 0.000000\
-422, 0.000000\
-422, 0.000000\
-422, 0.000000\
-423, 0.000000\
-423, 0.000000\
-423, 0.000000\
-423, 0.000000\
-423, 0.000000\
-423, 0.000000\
-423, 0.000000\
-423, 0.000000\
-423, 0.000000\
-424, 1.000000\
-424, 0.000000\
-424, 0.000000\
-424, 0.000000\
-424, 0.000000\
-424, 0.000000\
-424, 0.000000\
-424, 0.000000\
-424, 0.000000\
-425, 0.000000\
-425, 1.000000\
-425, 0.000000\
-425, 0.000000\
-425, 0.000000\
-425, 0.000000\
-425, 0.000000\
-425, 0.000000\
-425, 0.000000\
-426, 0.000000\
-426, 0.000000\
-426, 0.000000\
-426, 1.000000\
-426, 0.000000\
-426, 0.000000\
-426, 0.000000\
-426, 0.000000\
-426, 0.000000\
-427, 0.000000\
-427, 0.000000\
-427, 0.000000\
-427, 0.000000\
-427, 0.000000\
-427, 0.000000\
-427, 1.000000\
-427, 0.000000\
-427, 0.000000\
-428, 0.000000\
-428, 0.000000\
-428, 0.000000\
-428, 0.000000\
-428, 0.000000\
-428, 0.000000\
-428, 0.000000\
-428, 0.000000\
-428, 0.000000\
-429, 0.000000\
-429, 0.000000\
-429, 0.000000\
-429, 0.000000\
-429, 0.000000\
-429, 0.000000\
-429, 0.000000\
-429, 0.000000\
-429, 0.000000\
-430, 0.000000\
-430, 0.000000\
-430, 0.000000\
-430, 0.000000\
-430, 0.000000\
-430, 0.000000\
-430, 0.000000\
-430, 0.000000\
-430, 0.000000\
-431, 0.000000\
-431, 0.000000\
-431, 0.000000\
-431, 1.000000\
-431, 0.000000\
-431, 0.000000\
-431, 0.000000\
-431, 0.000000\
-431, 0.000000\
-432, 0.000000\
-432, 1.000000\
-432, 0.000000\
-432, 0.000000\
-432, 0.000000\
-432, 0.000000\
-432, 0.000000\
-432, 1.000000\
-432, 0.000000\
-433, 0.000000\
-433, 0.000000\
-433, 0.000000\
-433, 0.000000\
-433, 0.000000\
-433, 0.000000\
-433, 0.000000\
-433, 0.000000\
-433, 0.000000\
-434, 0.000000\
-434, 0.000000\
-434, 0.000000\
-434, 0.000000\
-434, 0.000000\
-434, 0.000000\
-434, 1.000000\
-434, 0.000000\
-434, 0.000000\
-435, 1.000000\
-435, 0.000000\
-435, 0.000000\
-435, 0.000000\
-435, 0.000000\
-435, 0.000000\
-435, 0.000000\
-435, 0.000000\
-435, 0.000000\
-436, 0.000000\
-436, 0.000000\
-436, 0.000000\
-436, 0.000000\
-436, 0.000000\
-436, 0.000000\
-436, 0.000000\
-436, 0.000000\
-436, 0.000000\
-437, 0.000000\
-437, 0.000000\
-437, 0.000000\
-437, 0.000000\
-437, 0.000000\
-437, 0.000000\
-437, 0.000000\
-437, 0.000000\
-437, 0.000000\
-438, 0.000000\
-438, 0.000000\
-438, 0.000000\
-438, 0.000000\
-438, 0.000000\
-438, 0.000000\
-438, 0.000000\
-438, 0.000000\
-438, 0.000000\
-439, 0.000000\
-439, 0.000000\
-439, 0.000000\
-439, 0.000000\
-439, 0.000000\
-439, 0.000000\
-439, 0.000000\
-439, 0.000000\
-439, 0.000000\
-440, 0.000000\
-440, 0.000000\
-440, 0.000000\
-440, 0.000000\
-440, 0.000000\
-440, 0.000000\
-440, 0.000000\
-440, 0.000000\
-440, 0.000000\
-441, 0.000000\
-441, 0.000000\
-441, 0.000000\
-441, 0.000000\
-441, 0.000000\
-441, 0.000000\
-441, 0.000000\
-441, 0.000000\
-441, 0.000000\
-442, 0.000000\
-442, 0.000000\
-442, 0.000000\
-442, 0.000000\
-442, 0.000000\
-442, 0.000000\
-442, 0.000000\
-442, 1.000000\
-442, 0.000000\
-443, 0.000000\
-443, 0.000000\
-443, 0.000000\
-443, 0.000000\
-443, 0.000000\
-443, 0.000000\
-443, 0.000000\
-443, 0.000000\
-443, 0.000000\
-444, 0.000000\
-444, 0.000000\
-444, 0.000000\
-444, 0.000000\
-444, 0.000000\
-444, 0.000000\
-444, 0.000000\
-444, 0.000000\
-444, 0.000000\
-445, 0.000000\
-445, 0.000000\
-445, 0.000000\
-445, 0.000000\
-445, 0.000000\
-445, 0.000000\
-445, 0.000000\
-445, 0.000000\
-445, 0.000000\
-446, 0.000000\
-446, 0.000000\
-446, 0.000000\
-446, 0.000000\
-446, 0.000000\
-446, 0.000000\
-446, 0.000000\
-446, 0.000000\
-446, 0.000000\
-447, 0.000000\
-447, 0.000000\
-447, 0.000000\
-447, 0.000000\
-447, 0.000000\
-447, 0.000000\
-447, 0.000000\
-447, 0.000000\
-447, 0.000000\
-448, 0.000000\
-448, 0.000000\
-448, 0.000000\
-448, 0.000000\
-448, 0.000000\
-448, 0.000000\
-448, 0.000000\
-448, 1.000000\
-448, 0.000000\
-449, 0.000000\
-449, 1.000000\
-449, 0.000000\
-449, 0.000000\
-449, 0.000000\
-449, 0.000000\
-449, 0.000000\
-449, 0.000000\
-449, 0.000000\
-450, 0.000000\
-450, 0.000000\
-450, 0.000000\
-450, 0.000000\
-450, 0.000000\
-450, 0.000000\
-450, 0.000000\
-450, 0.000000\
-450, 0.000000\
-451, 0.000000\
-451, 0.000000\
-451, 0.000000\
-451, 0.000000\
-451, 0.000000\
-451, 0.000000\
-451, 0.000000\
-451, 0.000000\
-451, 0.000000\
-452, 0.000000\
-452, 1.000000\
-452, 0.000000\
-452, 0.000000\
-452, 0.000000\
-452, 0.000000\
-452, 0.000000\
-452, 0.000000\
-452, 0.000000\
-453, 0.000000\
-453, 0.000000\
-453, 0.000000\
-453, 0.000000\
-453, 0.000000\
-453, 0.000000\
-453, 0.000000\
-453, 0.000000\
-453, 0.000000\
-454, 0.000000\
-454, 0.000000\
-454, 0.000000\
-454, 1.000000\
-454, 0.000000\
-454, 0.000000\
-454, 0.000000\
-454, 0.000000\
-454, 0.000000\
-455, 0.000000\
-455, 0.000000\
-455, 0.000000\
-455, 0.000000\
-455, 0.000000\
-455, 0.000000\
-455, 0.000000\
-455, 0.000000\
-455, 0.000000\
-456, 1.000000\
-456, 0.000000\
-456, 0.000000\
-456, 0.000000\
-456, 0.000000\
-456, 0.000000\
-456, 0.000000\
-456, 1.000000\
-456, 0.000000\
-457, 1.000000\
-457, 0.000000\
-457, 0.000000\
-457, 1.000000\
-457, 0.000000\
-457, 0.000000\
-457, 1.000000\
-457, 0.000000\
-457, 0.000000\
-458, 0.000000\
-458, 0.000000\
-458, 1.000000\
-458, 0.000000\
-458, 1.000000\
-458, 0.000000\
-458, 0.000000\
-458, 0.000000\
-458, 0.000000\
-459, 0.000000\
-459, 0.000000\
-459, 0.000000\
-459, 0.000000\
-459, 0.000000\
-459, 0.000000\
-459, 0.000000\
-459, 0.000000\
-459, 0.000000\
-460, 1.000000\
-460, 0.000000\
-460, 0.000000\
-460, 0.000000\
-460, 0.000000\
-460, 0.000000\
-460, 0.000000\
-460, 1.000000\
-460, 0.000000\
-461, 0.000000\
-461, 0.000000\
-461, 0.000000\
-461, 0.000000\
-461, 0.000000\
-461, 0.000000\
-461, 0.000000\
-461, 0.000000\
-461, 0.000000\
-462, 0.000000\
-462, 0.000000\
-462, 0.000000\
-462, 0.000000\
-462, 0.000000\
-462, 0.000000\
-462, 1.000000\
-462, 0.000000\
-462, 0.000000\
-463, 0.000000\
-463, 0.000000\
-463, 0.000000\
-463, 0.000000\
-463, 0.000000\
-463, 0.000000\
-463, 0.000000\
-463, 0.000000\
-463, 0.000000\
-464, 0.000000\
-464, 0.000000\
-464, 1.000000\
-464, 0.000000\
-464, 0.000000\
-464, 0.000000\
-464, 0.000000\
-464, 1.000000\
-464, 0.000000\
-465, 0.000000\
-465, 0.000000\
-465, 0.000000\
-465, 0.000000\
-465, 0.000000\
-465, 0.000000\
-465, 1.000000\
-465, 0.000000\
-465, 0.000000\
-466, 0.000000\
-466, 0.000000\
-466, 0.000000\
-466, 0.000000\
-466, 0.000000\
-466, 0.000000\
-466, 0.000000\
-466, 0.000000\
-466, 0.000000\
-467, 0.000000\
-467, 0.000000\
-467, 1.000000\
-467, 0.000000\
-467, 0.000000\
-467, 0.000000\
-467, 0.000000\
-467, 1.000000\
-467, 0.000000\
-468, 0.000000\
-468, 0.000000\
-468, 0.000000\
-468, 0.000000\
-468, 0.000000\
-468, 0.000000\
-468, 0.000000\
-468, 0.000000\
-468, 0.000000\
-469, 1.000000\
-469, 0.000000\
-469, 0.000000\
-469, 0.000000\
-469, 0.000000\
-469, 0.000000\
-469, 0.000000\
-469, 1.000000\
-469, 0.000000\
-470, 0.000000\
-470, 0.000000\
-470, 0.000000\
-470, 0.000000\
-470, 0.000000\
-470, 0.000000\
-470, 0.000000\
-470, 0.000000\
-470, 0.000000\
-471, 0.000000\
-471, 0.000000\
-471, 0.000000\
-471, 0.000000\
-471, 0.000000\
-471, 0.000000\
-471, 0.000000\
-471, 1.000000\
-471, 0.000000\
-472, 0.000000\
-472, 0.000000\
-472, 0.000000\
-472, 0.000000\
-472, 0.000000\
-472, 0.000000\
-472, 0.000000\
-472, 0.000000\
-472, 0.000000\
-473, 0.000000\
-473, 1.000000\
-473, 0.000000\
-473, 0.000000\
-473, 0.000000\
-473, 0.000000\
-473, 0.000000\
-473, 0.000000\
-473, 0.000000\
-474, 0.000000\
-474, 0.000000\
-474, 0.000000\
-474, 0.000000\
-474, 0.000000\
-474, 0.000000\
-474, 0.000000\
-474, 0.000000\
-474, 0.000000\
-475, 0.000000\
-475, 0.000000\
-475, 0.000000\
-475, 0.000000\
-475, 0.000000\
-475, 0.000000\
-475, 0.000000\
-475, 0.000000\
-475, 0.000000\
-476, 0.000000\
-476, 0.000000\
-476, 0.000000\
-476, 0.000000\
-476, 1.000000\
-476, 0.000000\
-476, 0.000000\
-476, 0.000000\
-476, 0.000000\
-477, 0.000000\
-477, 0.000000\
-477, 0.000000\
-477, 0.000000\
-477, 0.000000\
-477, 0.000000\
-477, 0.000000\
-477, 0.000000\
-477, 0.000000\
-478, 0.000000\
-478, 0.000000\
-478, 0.000000\
-478, 0.000000\
-478, 0.000000\
-478, 0.000000\
-478, 0.000000\
-478, 0.000000\
-478, 0.000000\
-479, 0.000000\
-479, 0.000000\
-479, 0.000000\
-479, 0.000000\
-479, 0.000000\
-479, 0.000000\
-479, 0.000000\
-479, 0.000000\
-479, 0.000000\
-480, 1.000000\
-480, 0.000000\
-480, 0.000000\
-480, 0.000000\
-480, 0.000000\
-480, 0.000000\
-480, 0.000000\
-480, 0.000000\
-480, 0.000000\
-481, 1.000000\
-481, 0.000000\
-481, 1.000000\
-481, 0.000000\
-481, 0.000000\
-481, 1.000000\
-481, 0.000000\
-481, 0.000000\
-481, 0.000000\
-482, 0.000000\
-482, 0.000000\
-482, 0.000000\
-482, 0.000000\
-482, 0.000000\
-482, 0.000000\
-482, 0.000000\
-482, 0.000000\
-482, 0.000000\
-483, 0.000000\
-483, 0.000000\
-483, 1.000000\
-483, 0.000000\
-483, 0.000000\
-483, 0.000000\
-483, 0.000000\
-483, 0.000000\
-483, 0.000000\
-484, 0.000000\
-484, 0.000000\
-484, 0.000000\
-484, 0.000000\
-484, 0.000000\
-484, 0.000000\
-484, 1.000000\
-484, 0.000000\
-484, 0.000000\
-485, 0.000000\
-485, 0.000000\
-485, 0.000000\
-485, 0.000000\
-485, 0.000000\
-485, 0.000000\
-485, 0.000000\
-485, 0.000000\
-485, 0.000000\
-486, 0.000000\
-486, 0.000000\
-486, 0.000000\
-486, 0.000000\
-486, 0.000000\
-486, 0.000000\
-486, 0.000000\
-486, 0.000000\
-486, 0.000000\
-487, 0.000000\
-487, 0.000000\
-487, 0.000000\
-487, 0.000000\
-487, 0.000000\
-487, 0.000000\
-487, 0.000000\
-487, 0.000000\
-487, 0.000000\
-488, 0.000000\
-488, 0.000000\
-488, 1.000000\
-488, 0.000000\
-488, 0.000000\
-488, 0.000000\
-488, 0.000000\
-488, 0.000000\
-488, 0.000000\
-489, 0.000000\
-489, 0.000000\
-489, 0.000000\
-489, 0.000000\
-489, 0.000000\
-489, 0.000000\
-489, 0.000000\
-489, 0.000000\
-489, 0.000000\
-490, 0.000000\
-490, 0.000000\
-490, 0.000000\
-490, 0.000000\
-490, 0.000000\
-490, 0.000000\
-490, 0.000000\
-490, 1.000000\
-490, 0.000000\
-491, 0.000000\
-491, 0.000000\
-491, 0.000000\
-491, 0.000000\
-491, 0.000000\
-491, 0.000000\
-491, 0.000000\
-491, 0.000000\
-491, 0.000000\
-492, 0.000000\
-492, 0.000000\
-492, 0.000000\
-492, 0.000000\
-492, 0.000000\
-492, 0.000000\
-492, 0.000000\
-492, 0.000000\
-492, 0.000000\
-493, 0.000000\
-493, 1.000000\
-493, 0.000000\
-493, 0.000000\
-493, 0.000000\
-493, 0.000000\
-493, 1.000000\
-493, 0.000000\
-493, 0.000000\
-494, 0.000000\
-494, 0.000000\
-494, 1.000000\
-494, 0.000000\
-494, 0.000000\
-494, 0.000000\
-494, 0.000000\
-494, 0.000000\
-494, 0.000000\
-495, 0.000000\
-495, 0.000000\
-495, 0.000000\
-495, 0.000000\
-495, 0.000000\
-495, 1.000000\
-495, 0.000000\
-495, 0.000000\
-495, 0.000000\
-496, 0.000000\
-496, 0.000000\
-496, 1.000000\
-496, 0.000000\
-496, 0.000000\
-496, 0.000000\
-496, 0.000000\
-496, 0.000000\
-496, 0.000000\
-497, 0.000000\
-497, 0.000000\
-497, 0.000000\
-497, 1.000000\
-497, 0.000000\
-497, 0.000000\
-497, 0.000000\
-497, 0.000000\
-497, 0.000000\
-498, 0.000000\
-498, 0.000000\
-498, 0.000000\
-498, 0.000000\
-498, 0.000000\
-498, 0.000000\
-498, 0.000000\
-498, 0.000000\
-498, 0.000000\
-499, 0.000000\
-499, 0.000000\
-499, 0.000000\
-499, 0.000000\
-499, 0.000000\
-499, 0.000000\
-499, 0.000000\
-499, 0.000000\
-499, 0.000000\
-500, 0.000000\
-500, 0.000000\
-500, 0.000000\
-500, 0.000000\
-500, 0.000000\
-500, 0.000000\
-500, 0.000000\
-500, 1.000000\
-500, 0.000000\
-501, 0.000000\
-501, 0.000000\
-501, 0.000000\
-501, 0.000000\
-501, 0.000000\
-501, 0.000000\
-501, 0.000000\
-501, 0.000000\
-501, 0.000000\
-502, 0.000000\
-502, 0.000000\
-502, 0.000000\
-502, 0.000000\
-502, 0.000000\
-502, 0.000000\
-502, 0.000000\
-502, 0.000000\
-502, 0.000000\
-503, 0.000000\
-503, 0.000000\
-503, 0.000000\
-503, 0.000000\
-503, 0.000000\
-503, 0.000000\
-503, 0.000000\
-503, 0.000000\
-503, 0.000000\
-504, 0.000000\
-504, 0.000000\
-504, 0.000000\
-504, 0.000000\
-504, 0.000000\
-504, 0.000000\
-504, 0.000000\
-504, 0.000000\
-504, 0.000000\
-505, 0.000000\
-505, 0.000000\
-505, 0.000000\
-505, 0.000000\
-505, 0.000000\
-505, 0.000000\
-505, 0.000000\
-505, 0.000000\
-505, 0.000000\
-506, 0.000000\
-506, 0.000000\
-506, 0.000000\
-506, 0.000000\
-506, 0.000000\
-506, 0.000000\
-506, 0.000000\
-506, 0.000000\
-506, 0.000000\
-507, 0.000000\
-507, 0.000000\
-507, 0.000000\
-507, 0.000000\
-507, 0.000000\
-507, 0.000000\
-507, 0.000000\
-507, 0.000000\
-507, 0.000000\
-508, 0.000000\
-508, 0.000000\
-508, 0.000000\
-508, 0.000000\
-508, 0.000000\
-508, 0.000000\
-508, 0.000000\
-508, 0.000000\
-508, 0.000000\
-509, 0.000000\
-509, 0.000000\
-509, 0.000000\
-509, 0.000000\
-509, 0.000000\
-509, 0.000000\
-509, 0.000000\
-509, 0.000000\
-509, 0.000000\
-510, 0.000000\
-510, 0.000000\
-510, 0.000000\
-510, 0.000000\
-510, 0.000000\
-510, 0.000000\
-510, 0.000000\
-510, 0.000000\
-510, 0.000000\
-511, 0.000000\
-511, 0.000000\
-511, 0.000000\
-511, 0.000000\
-511, 0.000000\
-511, 0.000000\
-511, 0.000000\
-511, 0.000000\
-511, 1.000000\
-512, 0.000000\
-512, 0.000000\
-512, 0.000000\
-512, 0.000000\
-512, 0.000000\
-512, 0.000000\
-512, 0.000000\
-512, 0.000000\
-512, 0.000000\
-513, 0.000000\
-513, 0.000000\
-513, 0.000000\
-513, 0.000000\
-513, 0.000000\
-513, 0.000000\
-513, 0.000000\
-513, 0.000000\
-513, 0.000000\
-514, 0.000000\
-514, 0.000000\
-514, 0.000000\
-514, 0.000000\
-514, 0.000000\
-514, 0.000000\
-514, 0.000000\
-514, 0.000000\
-514, 0.000000\
-515, 0.000000\
-515, 0.000000\
-515, 0.000000\
-515, 0.000000\
-515, 0.000000\
-515, 0.000000\
-515, 0.000000\
-515, 0.000000\
-515, 0.000000\
-516, 0.000000\
-516, 0.000000\
-516, 0.000000\
-516, 0.000000\
-516, 0.000000\
-516, 0.000000\
-516, 0.000000\
-516, 0.000000\
-516, 0.000000\
-517, 0.000000\
-517, 0.000000\
-517, 0.000000\
-517, 0.000000\
-517, 0.000000\
-517, 0.000000\
-517, 0.000000\
-517, 0.000000\
-517, 0.000000\
-518, 0.000000\
-518, 0.000000\
-518, 0.000000\
-518, 0.000000\
-518, 0.000000\
-518, 0.000000\
-518, 0.000000\
-518, 0.000000\
-518, 0.000000\
-519, 0.000000\
-519, 0.000000\
-519, 0.000000\
-519, 0.000000\
-519, 0.000000\
-519, 0.000000\
-519, 0.000000\
-519, 0.000000\
-519, 0.000000\
-520, 0.000000\
-520, 0.000000\
-520, 0.000000\
-520, 0.000000\
-520, 0.000000\
-520, 0.000000\
-520, 0.000000\
-520, 0.000000\
-520, 0.000000\
-521, 0.000000\
-521, 0.000000\
-521, 0.000000\
-521, 0.000000\
-521, 0.000000\
-521, 0.000000\
-521, 0.000000\
-521, 0.000000\
-521, 0.000000\
-522, 0.000000\
-522, 0.000000\
-522, 0.000000\
-522, 0.000000\
-522, 0.000000\
-522, 0.000000\
-522, 0.000000\
-522, 0.000000\
-522, 0.000000\
-523, 0.000000\
-523, 0.000000\
-523, 0.000000\
-523, 0.000000\
-523, 0.000000\
-523, 0.000000\
-523, 0.000000\
-523, 0.000000\
-523, 0.000000\
-524, 0.000000\
-524, 0.000000\
-524, 0.000000\
-524, 0.000000\
-524, 0.000000\
-524, 0.000000\
-524, 0.000000\
-524, 0.000000\
-524, 0.000000\
-525, 0.000000\
-525, 0.000000\
-525, 0.000000\
-525, 0.000000\
-525, 0.000000\
-525, 0.000000\
-525, 0.000000\
-525, 0.000000\
-525, 0.000000\
-526, 0.000000\
-526, 0.000000\
-526, 0.000000\
-526, 0.000000\
-526, 0.000000\
-526, 0.000000\
-526, 0.000000\
-526, 0.000000\
-526, 0.000000\
-527, 0.000000\
-527, 0.000000\
-527, 0.000000\
-527, 0.000000\
-527, 0.000000\
-527, 0.000000\
-527, 0.000000\
-527, 0.000000\
-527, 0.000000\
-528, 0.000000\
-528, 0.000000\
-528, 0.000000\
-528, 0.000000\
-528, 1.000000\
-528, 0.000000\
-528, 0.000000\
-528, 0.000000\
-528, 0.000000\
-529, 0.000000\
-529, 0.000000\
-529, 0.000000\
-529, 0.000000\
-529, 0.000000\
-529, 0.000000\
-529, 0.000000\
-529, 0.000000\
-529, 0.000000\
-530, 0.000000\
-530, 0.000000\
-530, 0.000000\
-530, 0.000000\
-530, 0.000000\
-530, 0.000000\
-530, 0.000000\
-530, 0.000000\
-530, 0.000000\
-531, 0.000000\
-531, 0.000000\
-531, 0.000000\
-531, 0.000000\
-531, 0.000000\
-531, 0.000000\
-531, 0.000000\
-531, 0.000000\
-531, 0.000000\
-532, 0.000000\
-532, 0.000000\
-532, 0.000000\
-532, 0.000000\
-532, 0.000000\
-532, 0.000000\
-532, 0.000000\
-532, 0.000000\
-532, 0.000000\
-533, 0.000000\
-533, 0.000000\
-533, 0.000000\
-533, 0.000000\
-533, 1.000000\
-533, 0.000000\
-533, 0.000000\
-533, 0.000000\
-533, 0.000000\
-534, 0.000000\
-534, 0.000000\
-534, 0.000000\
-534, 0.000000\
-534, 0.000000\
-534, 0.000000\
-534, 0.000000\
-534, 0.000000\
-534, 0.000000\
-535, 0.000000\
-535, 0.000000\
-535, 0.000000\
-535, 0.000000\
-535, 0.000000\
-535, 0.000000\
-535, 0.000000\
-535, 0.000000\
-535, 0.000000\
-536, 0.000000\
-536, 0.000000\
-536, 0.000000\
-536, 0.000000\
-536, 0.000000\
-536, 0.000000\
-536, 0.000000\
-536, 0.000000\
-536, 0.000000\
-537, 0.000000\
-537, 0.000000\
-537, 0.000000\
-537, 0.000000\
-537, 0.000000\
-537, 1.000000\
-537, 0.000000\
-537, 0.000000\
-537, 0.000000\
-538, 0.000000\
-538, 0.000000\
-538, 0.000000\
-538, 0.000000\
-538, 0.000000\
-538, 0.000000\
-538, 0.000000\
-538, 0.000000\
-538, 0.000000\
-539, 0.000000\
-539, 0.000000\
-539, 0.000000\
-539, 0.000000\
-539, 0.000000\
-539, 0.000000\
-539, 0.000000\
-539, 0.000000\
-539, 0.000000\
-540, 0.000000\
-540, 0.000000\
-540, 0.000000\
-540, 0.000000\
-540, 0.000000\
-540, 0.000000\
-540, 0.000000\
-540, 0.000000\
-540, 0.000000\
-541, 0.000000\
-541, 0.000000\
-541, 0.000000\
-541, 0.000000\
-541, 0.000000\
-541, 0.000000\
-541, 0.000000\
-541, 0.000000\
-541, 0.000000\
-542, 0.000000\
-542, 0.000000\
-542, 0.000000\
-542, 0.000000\
-542, 0.000000\
-542, 0.000000\
-542, 0.000000\
-542, 0.000000\
-542, 0.000000\
-543, 0.000000\
-543, 0.000000\
-543, 0.000000\
-543, 0.000000\
-543, 0.000000\
-543, 0.000000\
-543, 0.000000\
-543, 0.000000\
-543, 0.000000\
-544, 0.000000\
-544, 0.000000\
-544, 0.000000\
-544, 0.000000\
-544, 0.000000\
-544, 0.000000\
-544, 0.000000\
-544, 0.000000\
-544, 0.000000\
-545, 0.000000\
-545, 0.000000\
-545, 0.000000\
-545, 0.000000\
-545, 0.000000\
-545, 0.000000\
-545, 0.000000\
-545, 0.000000\
-545, 0.000000\
-546, 0.000000\
-546, 0.000000\
-546, 0.000000\
-546, 0.000000\
-546, 0.000000\
-546, 0.000000\
-546, 0.000000\
-546, 0.000000\
-546, 0.000000\
-547, 0.000000\
-547, 0.000000\
-547, 0.000000\
-547, 0.000000\
-547, 0.000000\
-547, 0.000000\
-547, 0.000000\
-547, 0.000000\
-547, 0.000000\
-548, 0.000000\
-548, 0.000000\
-548, 0.000000\
-548, 0.000000\
-548, 0.000000\
-548, 0.000000\
-548, 0.000000\
-548, 0.000000\
-548, 0.000000\
-549, 0.000000\
-549, 0.000000\
-549, 1.000000\
-549, 0.000000\
-549, 1.000000\
-549, 0.000000\
-549, 0.000000\
-549, 0.000000\
-549, 0.000000\
-550, 0.000000\
-550, 0.000000\
-550, 0.000000\
-550, 0.000000\
-550, 0.000000\
-550, 0.000000\
-550, 0.000000\
-550, 0.000000\
-550, 0.000000\
-551, 1.000000\
-551, 0.000000\
-551, 0.000000\
-551, 0.000000\
-551, 0.000000\
-551, 0.000000\
-551, 0.000000\
-551, 0.000000\
-551, 0.000000\
-552, 0.000000\
-552, 0.000000\
-552, 0.000000\
-552, 0.000000\
-552, 0.000000\
-552, 0.000000\
-552, 0.000000\
-552, 0.000000\
-552, 1.000000\
-553, 0.000000\
-553, 0.000000\
-553, 0.000000\
-553, 0.000000\
-553, 0.000000\
-553, 0.000000\
-553, 0.000000\
-553, 0.000000\
-553, 0.000000\
-554, 0.000000\
-554, 0.000000\
-554, 0.000000\
-554, 0.000000\
-554, 0.000000\
-554, 0.000000\
-554, 0.000000\
-554, 0.000000\
-554, 0.000000\
-555, 0.000000\
-555, 0.000000\
-555, 0.000000\
-555, 1.000000\
-555, 0.000000\
-555, 0.000000\
-555, 0.000000\
-555, 0.000000\
-555, 0.000000\
-556, 0.000000\
-556, 0.000000\
-556, 0.000000\
-556, 0.000000\
-556, 1.000000\
-556, 0.000000\
-556, 0.000000\
-556, 0.000000\
-556, 0.000000\
-557, 0.000000\
-557, 0.000000\
-557, 0.000000\
-557, 0.000000\
-557, 0.000000\
-557, 0.000000\
-557, 0.000000\
-557, 0.000000\
-557, 0.000000\
-558, 0.000000\
-558, 0.000000\
-558, 0.000000\
-558, 0.000000\
-558, 0.000000\
-558, 0.000000\
-558, 0.000000\
-558, 0.000000\
-558, 0.000000\
-559, 0.000000\
-559, 0.000000\
-559, 0.000000\
-559, 0.000000\
-559, 0.000000\
-559, 0.000000\
-559, 0.000000\
-559, 0.000000\
-559, 0.000000\
-560, 0.000000\
-560, 0.000000\
-560, 0.000000\
-560, 0.000000\
-560, 0.000000\
-560, 0.000000\
-560, 0.000000\
-560, 0.000000\
-560, 0.000000\
-561, 0.000000\
-561, 0.000000\
-561, 0.000000\
-561, 0.000000\
-561, 0.000000\
-561, 0.000000\
-561, 0.000000\
-561, 0.000000\
-561, 0.000000\
-562, 0.000000\
-562, 0.000000\
-562, 0.000000\
-562, 0.000000\
-562, 0.000000\
-562, 0.000000\
-562, 1.000000\
-562, 0.000000\
-562, 0.000000\
-563, 0.000000\
-563, 0.000000\
-563, 0.000000\
-563, 0.000000\
-563, 0.000000\
-563, 0.000000\
-563, 0.000000\
-563, 0.000000\
-563, 0.000000\
-564, 0.000000\
-564, 0.000000\
-564, 0.000000\
-564, 0.000000\
-564, 0.000000\
-564, 0.000000\
-564, 0.000000\
-564, 0.000000\
-564, 0.000000\
-565, 0.000000\
-565, 0.000000\
-565, 0.000000\
-565, 0.000000\
-565, 0.000000\
-565, 0.000000\
-565, 0.000000\
-565, 0.000000\
-565, 0.000000\
-566, 0.000000\
-566, 0.000000\
-566, 0.000000\
-566, 0.000000\
-566, 0.000000\
-566, 0.000000\
-566, 0.000000\
-566, 0.000000\
-566, 0.000000\
-567, 0.000000\
-567, 0.000000\
-567, 0.000000\
-567, 0.000000\
-567, 0.000000\
-567, 0.000000\
-567, 0.000000\
-567, 0.000000\
-567, 0.000000\
-568, 0.000000\
-568, 1.000000\
-568, 0.000000\
-568, 0.000000\
-568, 0.000000\
-568, 1.000000\
-568, 0.000000\
-568, 0.000000\
-568, 0.000000\
-569, 0.000000\
-569, 0.000000\
-569, 0.000000\
-569, 0.000000\
-569, 0.000000\
-569, 0.000000\
-569, 0.000000\
-569, 0.000000\
-569, 0.000000\
-570, 0.000000\
-570, 0.000000\
-570, 0.000000\
-570, 0.000000\
-570, 0.000000\
-570, 0.000000\
-570, 0.000000\
-570, 1.000000\
-570, 0.000000\
-571, 1.000000\
-571, 0.000000\
-571, 0.000000\
-571, 1.000000\
-571, 0.000000\
-571, 1.000000\
-571, 0.000000\
-571, 0.000000\
-571, 0.000000\
-572, 0.000000\
-572, 0.000000\
-572, 0.000000\
-572, 0.000000\
-572, 0.000000\
-572, 0.000000\
-572, 0.000000\
-572, 0.000000\
-572, 1.000000\
-573, 0.000000\
-573, 0.000000\
-573, 0.000000\
-573, 0.000000\
-573, 0.000000\
-573, 0.000000\
-573, 0.000000\
-573, 0.000000\
-573, 1.000000\
-574, 0.000000\
-574, 0.000000\
-574, 0.000000\
-574, 0.000000\
-574, 0.000000\
-574, 1.000000\
-574, 0.000000\
-574, 0.000000\
-574, 0.000000\
-575, 0.000000\
-575, 1.000000\
-575, 0.000000\
-575, 0.000000\
-575, 0.000000\
-575, 0.000000\
-575, 1.000000\
-575, 0.000000\
-575, 1.000000\
-576, 0.000000\
-576, 0.000000\
-576, 0.000000\
-576, 0.000000\
-576, 0.000000\
-576, 0.000000\
-576, 0.000000\
-576, 0.000000\
-576, 0.000000\
-577, 0.000000\
-577, 0.000000\
-577, 0.000000\
-577, 0.000000\
-577, 0.000000\
-577, 0.000000\
-577, 0.000000\
-577, 0.000000\
-577, 0.000000\
-578, 0.000000\
-578, 0.000000\
-578, 0.000000\
-578, 0.000000\
-578, 0.000000\
-578, 1.000000\
-578, 0.000000\
-578, 0.000000\
-578, 1.000000\
-579, 0.000000\
-579, 0.000000\
-579, 0.000000\
-579, 1.000000\
-579, 0.000000\
-579, 0.000000\
-579, 0.000000\
-579, 1.000000\
-579, 0.000000\
-580, 0.000000\
-580, 0.000000\
-580, 0.000000\
-580, 0.000000\
-580, 0.000000\
-580, 0.000000\
-580, 1.000000\
-580, 0.000000\
-580, 0.000000\
-581, 0.000000\
-581, 0.000000\
-581, 0.000000\
-581, 0.000000\
-581, 1.000000\
-581, 0.000000\
-581, 0.000000\
-581, 0.000000\
-581, 0.000000\
-582, 0.000000\
-582, 0.000000\
-582, 1.000000\
-582, 0.000000\
-582, 1.000000\
-582, 0.000000\
-582, 0.000000\
-582, 0.000000\
-582, 0.000000\
-583, 0.000000\
-583, 0.000000\
-583, 0.000000\
-583, 0.000000\
-583, 0.000000\
-583, 0.000000\
-583, 0.000000\
-583, 0.000000\
-583, 0.000000\
-584, 0.000000\
-584, 0.000000\
-584, 0.000000\
-584, 0.000000\
-584, 0.000000\
-584, 0.000000\
-584, 0.000000\
-584, 0.000000\
-584, 0.000000\
-585, 0.000000\
-585, 0.000000\
-585, 0.000000\
-585, 0.000000\
-585, 0.000000\
-585, 0.000000\
-585, 0.000000\
-585, 0.000000\
-585, 0.000000\
-586, 0.000000\
-586, 0.000000\
-586, 0.000000\
-586, 0.000000\
-586, 1.000000\
-586, 0.000000\
-586, 0.000000\
-586, 0.000000\
-586, 1.000000\
-587, 0.000000\
-587, 0.000000\
-587, 0.000000\
-587, 0.000000\
-587, 0.000000\
-587, 0.000000\
-587, 0.000000\
-587, 0.000000\
-587, 0.000000\
-588, 0.000000\
-588, 0.000000\
-588, 0.000000\
-588, 0.000000\
-588, 0.000000\
-588, 1.000000\
-588, 0.000000\
-588, 0.000000\
-588, 1.000000\
-589, 0.000000\
-589, 0.000000\
-589, 0.000000\
-589, 0.000000\
-589, 0.000000\
-589, 0.000000\
-589, 1.000000\
-589, 0.000000\
-589, 0.000000\
-590, 1.000000\
-590, 0.000000\
-590, 0.000000\
-590, 0.000000\
-590, 1.000000\
-590, 0.000000\
-590, 0.000000\
-590, 0.000000\
-590, 0.000000\
-591, 0.000000\
-591, 0.000000\
-591, 1.000000\
-591, 0.000000\
-591, 0.000000\
-591, 0.000000\
-591, 0.000000\
-591, 1.000000\
-591, 0.000000\
-592, 0.000000\
-592, 0.000000\
-592, 0.000000\
-592, 0.000000\
-592, 0.000000\
-592, 0.000000\
-592, 0.000000\
-592, 0.000000\
-592, 0.000000\
-593, 0.000000\
-593, 0.000000\
-593, 1.000000\
-593, 0.000000\
-593, 0.000000\
-593, 0.000000\
-593, 0.000000\
-593, 0.000000\
-593, 0.000000\
-594, 0.000000\
-594, 0.000000\
-594, 0.000000\
-594, 0.000000\
-594, 1.000000\
-594, 0.000000\
-594, 0.000000\
-594, 0.000000\
-594, 1.000000\
-595, 0.000000\
-595, 0.000000\
-595, 0.000000\
-595, 0.000000\
-595, 0.000000\
-595, 0.000000\
-595, 0.000000\
-595, 0.000000\
-595, 0.000000\
-596, 0.000000\
-596, 0.000000\
-596, 0.000000\
-596, 0.000000\
-596, 1.000000\
-596, 0.000000\
-596, 0.000000\
-596, 0.000000\
-596, 0.000000\
-597, 0.000000\
-597, 0.000000\
-597, 0.000000\
-597, 0.000000\
-597, 0.000000\
-597, 0.000000\
-597, 0.000000\
-597, 0.000000\
-597, 0.000000\
-598, 0.000000\
-598, 0.000000\
-598, 0.000000\
-598, 0.000000\
-598, 0.000000\
-598, 1.000000\
-598, 0.000000\
-598, 0.000000\
-598, 0.000000\
-599, 0.000000\
-599, 0.000000\
-599, 0.000000\
-599, 0.000000\
-599, 0.000000\
-599, 1.000000\
-599, 0.000000\
-599, 1.000000\
-599, 0.000000\
-600, 1.000000\
-600, 0.000000\
-600, 0.000000\
-600, 0.000000\
-600, 0.000000\
-600, 0.000000\
-600, 0.000000\
-600, 0.000000\
-600, 0.000000\
-601, 0.000000\
-601, 0.000000\
-601, 0.000000\
-601, 0.000000\
-601, 0.000000\
-601, 0.000000\
-601, 0.000000\
-601, 0.000000\
-601, 0.000000\
-602, 0.000000\
-602, 0.000000\
-602, 0.000000\
-602, 1.000000\
-602, 0.000000\
-602, 0.000000\
-602, 0.000000\
-602, 0.000000\
-602, 0.000000\
-603, 0.000000\
-603, 0.000000\
-603, 0.000000\
-603, 0.000000\
-603, 0.000000\
-603, 0.000000\
-603, 0.000000\
-603, 0.000000\
-603, 0.000000\
-604, 0.000000\
-604, 0.000000\
-604, 0.000000\
-604, 0.000000\
-604, 0.000000\
-604, 0.000000\
-604, 0.000000\
-604, 0.000000\
-604, 0.000000\
-605, 0.000000\
-605, 0.000000\
-605, 0.000000\
-605, 0.000000\
-605, 0.000000\
-605, 0.000000\
-605, 1.000000\
-605, 0.000000\
-605, 0.000000\
-606, 0.000000\
-606, 0.000000\
-606, 1.000000\
-606, 0.000000\
-606, 0.000000\
-606, 0.000000\
-606, 1.000000\
-606, 0.000000\
-606, 0.000000\
-607, 0.000000\
-607, 1.000000\
-607, 0.000000\
-607, 0.000000\
-607, 0.000000\
-607, 0.000000\
-607, 0.000000\
-607, 0.000000\
-607, 0.000000\
-608, 1.000000\
-608, 0.000000\
-608, 0.000000\
-608, 0.000000\
-608, 0.000000\
-608, 0.000000\
-608, 0.000000\
-608, 0.000000\
-608, 0.000000\
-609, 0.000000\
-609, 1.000000\
-609, 0.000000\
-609, 0.000000\
-609, 0.000000\
-609, 1.000000\
-609, 0.000000\
-609, 0.000000\
-609, 1.000000\
-610, 0.000000\
-610, 0.000000\
-610, 0.000000\
-610, 0.000000\
-610, 0.000000\
-610, 0.000000\
-610, 1.000000\
-610, 0.000000\
-610, 0.000000\
-611, 0.000000\
-611, 1.000000\
-611, 0.000000\
-611, 0.000000\
-611, 1.000000\
-611, 0.000000\
-611, 0.000000\
-611, 1.000000\
-611, 0.000000\
-612, 0.000000\
-612, 1.000000\
-612, 0.000000\
-612, 0.000000\
-612, 1.000000\
-612, 0.000000\
-612, 0.000000\
-612, 0.000000\
-612, 1.000000\
-613, 0.000000\
-613, 1.000000\
-613, 0.000000\
-613, 0.000000\
-613, 1.000000\
-613, 0.000000\
-613, 0.000000\
-613, 0.000000\
-613, 1.000000\
-614, 0.000000\
-614, 0.000000\
-614, 0.000000\
-614, 0.000000\
-614, 0.000000\
-614, 0.000000\
-614, 0.000000\
-614, 0.000000\
-614, 1.000000\
-615, 0.000000\
-615, 0.000000\
-615, 0.000000\
-615, 0.000000\
-615, 0.000000\
-615, 0.000000\
-615, 1.000000\
-615, 0.000000\
-615, 0.000000\
-616, 0.000000\
-616, 1.000000\
-616, 0.000000\
-616, 0.000000\
-616, 1.000000\
-616, 0.000000\
-616, 0.000000\
-616, 0.000000\
-616, 1.000000\
-617, 0.000000\
-617, 0.000000\
-617, 0.000000\
-617, 1.000000\
-617, 0.000000\
-617, 0.000000\
-617, 0.000000\
-617, 0.000000\
-617, 0.000000\
-618, 0.000000\
-618, 0.000000\
-618, 1.000000\
-618, 0.000000\
-618, 0.000000\
-618, 0.000000\
-618, 0.000000\
-618, 0.000000\
-618, 0.000000\
-619, 0.000000\
-619, 0.000000\
-619, 0.000000\
-619, 0.000000\
-619, 1.000000\
-619, 0.000000\
-619, 1.000000\
-619, 0.000000\
-619, 0.000000\
-620, 0.000000\
-620, 0.000000\
-620, 0.000000\
-620, 0.000000\
-620, 0.000000\
-620, 0.000000\
-620, 0.000000\
-620, 0.000000\
-620, 0.000000\
-621, 0.000000\
-621, 0.000000\
-621, 0.000000\
-621, 0.000000\
-621, 1.000000\
-621, 0.000000\
-621, 0.000000\
-621, 0.000000\
-621, 0.000000\
-622, 0.000000\
-622, 0.000000\
-622, 1.000000\
-622, 0.000000\
-622, 0.000000\
-622, 0.000000\
-622, 0.000000\
-622, 0.000000\
-622, 0.000000\
-623, 1.000000\
-623, 0.000000\
-623, 0.000000\
-623, 0.000000\
-623, 0.000000\
-623, 0.000000\
-623, 0.000000\
-623, 0.000000\
-623, 0.000000\
-624, 0.000000\
-624, 0.000000\
-624, 0.000000\
-624, 0.000000\
-624, 0.000000\
-624, 0.000000\
-624, 0.000000\
-624, 0.000000\
-624, 0.000000\
-625, 0.000000\
-625, 0.000000\
-625, 0.000000\
-625, 0.000000\
-625, 1.000000\
-625, 0.000000\
-625, 0.000000\
-625, 0.000000\
-625, 0.000000\
-626, 0.000000\
-626, 0.000000\
-626, 0.000000\
-626, 0.000000\
-626, 0.000000\
-626, 0.000000\
-626, 0.000000\
-626, 0.000000\
-626, 0.000000\
-627, 0.000000\
-627, 0.000000\
-627, 0.000000\
-627, 0.000000\
-627, 0.000000\
-627, 0.000000\
-627, 0.000000\
-627, 0.000000\
-627, 1.000000\
-628, 0.000000\
-628, 0.000000\
-628, 0.000000\
-628, 0.000000\
-628, 0.000000\
-628, 0.000000\
-628, 0.000000\
-628, 0.000000\
-628, 0.000000\
-629, 0.000000\
-629, 0.000000\
-629, 0.000000\
-629, 0.000000\
-629, 1.000000\
-629, 0.000000\
-629, 0.000000\
-629, 0.000000\
-629, 0.000000\
-630, 0.000000\
-630, 0.000000\
-630, 0.000000\
-630, 0.000000\
-630, 0.000000\
-630, 0.000000\
-630, 0.000000\
-630, 0.000000\
-630, 0.000000\
-631, 0.000000\
-631, 0.000000\
-631, 0.000000\
-631, 0.000000\
-631, 0.000000\
-631, 1.000000\
-631, 0.000000\
-631, 0.000000\
-631, 0.000000\
-632, 0.000000\
-632, 0.000000\
-632, 0.000000\
-632, 0.000000\
-632, 0.000000\
-632, 0.000000\
-632, 0.000000\
-632, 0.000000\
-632, 0.000000\
-633, 0.000000\
-633, 1.000000\
-633, 0.000000\
-633, 1.000000\
-633, 0.000000\
-633, 0.000000\
-633, 0.000000\
-633, 0.000000\
-633, 0.000000\
-634, 0.000000\
-634, 0.000000\
-634, 0.000000\
-634, 0.000000\
-634, 0.000000\
-634, 0.000000\
-634, 0.000000\
-634, 0.000000\
-634, 1.000000\
-635, 0.000000\
-635, 0.000000\
-635, 0.000000\
-635, 0.000000\
-635, 0.000000\
-635, 0.000000\
-635, 0.000000\
-635, 0.000000\
-635, 0.000000\
-636, 0.000000\
-636, 0.000000\
-636, 0.000000\
-636, 0.000000\
-636, 0.000000\
-636, 0.000000\
-636, 1.000000\
-636, 0.000000\
-636, 0.000000\
-637, 0.000000\
-637, 0.000000\
-637, 1.000000\
-637, 0.000000\
-637, 0.000000\
-637, 0.000000\
-637, 0.000000\
-637, 0.000000\
-637, 1.000000\
-638, 0.000000\
-638, 0.000000\
-638, 0.000000\
-638, 0.000000\
-638, 0.000000\
-638, 0.000000\
-638, 1.000000\
-638, 0.000000\
-638, 0.000000\
-639, 0.000000\
-639, 0.000000\
-639, 1.000000\
-639, 0.000000\
-639, 0.000000\
-639, 1.000000\
-639, 0.000000\
-639, 0.000000\
-639, 0.000000\
-640, 0.000000\
-640, 0.000000\
-640, 0.000000\
-640, 0.000000\
-640, 0.000000\
-640, 0.000000\
-640, 0.000000\
-640, 0.000000\
-640, 0.000000\
-641, 0.000000\
-641, 0.000000\
-641, 1.000000\
-641, 0.000000\
-641, 1.000000\
-641, 0.000000\
-641, 0.000000\
-641, 0.000000\
-641, 1.000000\
-642, 0.000000\
-642, 0.000000\
-642, 1.000000\
-642, 0.000000\
-642, 0.000000\
-642, 0.000000\
-642, 1.000000\
-642, 0.000000\
-642, 0.000000\
-643, 1.000000\
-643, 0.000000\
-643, 0.000000\
-643, 0.000000\
-643, 0.000000\
-643, 0.000000\
-643, 0.000000\
-643, 0.000000\
-643, 0.000000\
-644, 0.000000\
-644, 1.000000\
-644, 0.000000\
-644, 0.000000\
-644, 1.000000\
-644, 0.000000\
-644, 0.000000\
-644, 0.000000\
-644, 0.000000\
-645, 1.000000\
-645, 0.000000\
-645, 0.000000\
-645, 0.000000\
-645, 0.000000\
-645, 0.000000\
-645, 0.000000\
-645, 0.000000\
-645, 0.000000\
-646, 0.000000\
-646, 0.000000\
-646, 0.000000\
-646, 0.000000\
-646, 0.000000\
-646, 0.000000\
-646, 0.000000\
-646, 0.000000\
-646, 0.000000\
-647, 0.000000\
-647, 0.000000\
-647, 0.000000\
-647, 1.000000\
-647, 0.000000\
-647, 0.000000\
-647, 0.000000\
-647, 0.000000\
-647, 1.000000\
-648, 0.000000\
-648, 0.000000\
-648, 1.000000\
-648, 0.000000\
-648, 0.000000\
-648, 0.000000\
-648, 0.000000\
-648, 1.000000\
-648, 0.000000\
-649, 0.000000\
-649, 0.000000\
-649, 0.000000\
-649, 0.000000\
-649, 0.000000\
-649, 1.000000\
-649, 0.000000\
-649, 0.000000\
-649, 0.000000\
-650, 0.000000\
-650, 0.000000\
-650, 0.000000\
-650, 0.000000\
-650, 0.000000\
-650, 1.000000\
-650, 0.000000\
-650, 0.000000\
-650, 0.000000\
-651, 0.000000\
-651, 0.000000\
-651, 0.000000\
-651, 0.000000\
-651, 0.000000\
-651, 0.000000\
-651, 0.000000\
-651, 1.000000\
-651, 0.000000\
-652, 0.000000\
-652, 0.000000\
-652, 0.000000\
-652, 1.000000\
-652, 0.000000\
-652, 0.000000\
-652, 0.000000\
-652, 0.000000\
-652, 0.000000\
-653, 1.000000\
-653, 0.000000\
-653, 0.000000\
-653, 1.000000\
-653, 0.000000\
-653, 0.000000\
-653, 1.000000\
-653, 0.000000\
-653, 0.000000\
-654, 0.000000\
-654, 1.000000\
-654, 0.000000\
-654, 0.000000\
-654, 0.000000\
-654, 0.000000\
-654, 0.000000\
-654, 0.000000\
-654, 0.000000\
-655, 0.000000\
-655, 0.000000\
-655, 0.000000\
-655, 0.000000\
-655, 1.000000\
-655, 0.000000\
-655, 0.000000\
-655, 1.000000\
-655, 0.000000\
-656, 0.000000\
-656, 0.000000\
-656, 0.000000\
-656, 0.000000\
-656, 0.000000\
-656, 0.000000\
-656, 0.000000\
-656, 0.000000\
-656, 0.000000\
-657, 0.000000\
-657, 1.000000\
-657, 0.000000\
-657, 0.000000\
-657, 0.000000\
-657, 1.000000\
-657, 0.000000\
-657, 0.000000\
-657, 0.000000\
-658, 0.000000\
-658, 0.000000\
-658, 0.000000\
-658, 0.000000\
-658, 0.000000\
-658, 0.000000\
-658, 0.000000\
-658, 0.000000\
-658, 0.000000\
-659, 0.000000\
-659, 0.000000\
-659, 0.000000\
-659, 0.000000\
-659, 1.000000\
-659, 0.000000\
-659, 0.000000\
-659, 0.000000\
-659, 0.000000\
-660, 0.000000\
-660, 0.000000\
-660, 0.000000\
-660, 0.000000\
-660, 0.000000\
-660, 0.000000\
-660, 0.000000\
-660, 1.000000\
-660, 0.000000\
-661, 0.000000\
-661, 0.000000\
-661, 0.000000\
-661, 1.000000\
-661, 0.000000\
-661, 0.000000\
-661, 0.000000\
-661, 1.000000\
-661, 0.000000\
-662, 0.000000\
-662, 0.000000\
-662, 0.000000\
-662, 0.000000\
-662, 0.000000\
-662, 0.000000\
-662, 0.000000\
-662, 0.000000\
-662, 0.000000\
-663, 1.000000\
-663, 0.000000\
-663, 0.000000\
-663, 0.000000\
-663, 1.000000\
-663, 0.000000\
-663, 0.000000\
-663, 1.000000\
-663, 0.000000\
-664, 0.000000\
-664, 0.000000\
-664, 0.000000\
-664, 0.000000\
-664, 0.000000\
-664, 0.000000\
-664, 0.000000\
-664, 0.000000\
-664, 0.000000\
-665, 0.000000\
-665, 0.000000\
-665, 0.000000\
-665, 0.000000\
-665, 0.000000\
-665, 0.000000\
-665, 0.000000\
-665, 0.000000\
-665, 0.000000\
-666, 0.000000\
-666, 0.000000\
-666, 0.000000\
-666, 0.000000\
-666, 0.000000\
-666, 0.000000\
-666, 0.000000\
-666, 0.000000\
-666, 0.000000\
-667, 0.000000\
-667, 0.000000\
-667, 0.000000\
-667, 1.000000\
-667, 0.000000\
-667, 0.000000\
-667, 0.000000\
-667, 0.000000\
-667, 0.000000\
-668, 1.000000\
-668, 0.000000\
-668, 0.000000\
-668, 0.000000\
-668, 0.000000\
-668, 0.000000\
-668, 0.000000\
-668, 0.000000\
-668, 0.000000\
-669, 0.000000\
-669, 0.000000\
-669, 0.000000\
-669, 0.000000\
-669, 0.000000\
-669, 0.000000\
-669, 0.000000\
-669, 0.000000\
-669, 0.000000\
-670, 0.000000\
-670, 1.000000\
-670, 0.000000\
-670, 0.000000\
-670, 0.000000\
-670, 0.000000\
-670, 1.000000\
-670, 0.000000\
-670, 0.000000\
-671, 0.000000\
-671, 0.000000\
-671, 0.000000\
-671, 0.000000\
-671, 0.000000\
-671, 0.000000\
-671, 0.000000\
-671, 0.000000\
-671, 0.000000\
-672, 0.000000\
-672, 0.000000\
-672, 0.000000\
-672, 0.000000\
-672, 0.000000\
-672, 0.000000\
-672, 0.000000\
-672, 0.000000\
-672, 0.000000\
-673, 0.000000\
-673, 0.000000\
-673, 0.000000\
-673, 0.000000\
-673, 0.000000\
-673, 0.000000\
-673, 0.000000\
-673, 0.000000\
-673, 0.000000\
-674, 0.000000\
-674, 0.000000\
-674, 0.000000\
-674, 0.000000\
-674, 0.000000\
-674, 0.000000\
-674, 0.000000\
-674, 0.000000\
-674, 0.000000\
-675, 0.000000\
-675, 0.000000\
-675, 0.000000\
-675, 0.000000\
-675, 0.000000\
-675, 0.000000\
-675, 0.000000\
-675, 1.000000\
-675, 0.000000\
-676, 0.000000\
-676, 0.000000\
-676, 0.000000\
-676, 0.000000\
-676, 0.000000\
-676, 0.000000\
-676, 0.000000\
-676, 0.000000\
-676, 0.000000\
-677, 0.000000\
-677, 0.000000\
-677, 0.000000\
-677, 0.000000\
-677, 0.000000\
-677, 0.000000\
-677, 0.000000\
-677, 0.000000\
-677, 0.000000\
-678, 0.000000\
-678, 0.000000\
-678, 0.000000\
-678, 0.000000\
-678, 0.000000\
-678, 0.000000\
-678, 0.000000\
-678, 0.000000\
-678, 0.000000\
-679, 0.000000\
-679, 0.000000\
-679, 0.000000\
-679, 0.000000\
-679, 0.000000\
-679, 0.000000\
-679, 1.000000\
-679, 0.000000\
-679, 0.000000\
-680, 0.000000\
-680, 1.000000\
-680, 0.000000\
-680, 0.000000\
-680, 0.000000\
-680, 1.000000\
-680, 0.000000\
-680, 0.000000\
-680, 0.000000\
-681, 0.000000\
-681, 1.000000\
-681, 0.000000\
-681, 0.000000\
-681, 0.000000\
-681, 0.000000\
-681, 0.000000\
-681, 0.000000\
-681, 0.000000\
-682, 0.000000\
-682, 0.000000\
-682, 1.000000\
-682, 0.000000\
-682, 0.000000\
-682, 0.000000\
-682, 0.000000\
-682, 0.000000\
-682, 0.000000\
-683, 0.000000\
-683, 0.000000\
-683, 0.000000\
-683, 0.000000\
-683, 0.000000\
-683, 0.000000\
-683, 0.000000\
-683, 0.000000\
-683, 0.000000\
-684, 0.000000\
-684, 0.000000\
-684, 0.000000\
-684, 0.000000\
-684, 0.000000\
-684, 0.000000\
-684, 0.000000\
-684, 0.000000\
-684, 0.000000\
-685, 0.000000\
-685, 0.000000\
-685, 0.000000\
-685, 0.000000\
-685, 0.000000\
-685, 0.000000\
-685, 0.000000\
-685, 0.000000\
-685, 0.000000\
-686, 0.000000\
-686, 0.000000\
-686, 0.000000\
-686, 0.000000\
-686, 0.000000\
-686, 0.000000\
-686, 0.000000\
-686, 0.000000\
-686, 0.000000\
-687, 0.000000\
-687, 0.000000\
-687, 0.000000\
-687, 0.000000\
-687, 0.000000\
-687, 0.000000\
-687, 0.000000\
-687, 0.000000\
-687, 0.000000\
-688, 0.000000\
-688, 1.000000\
-688, 0.000000\
-688, 0.000000\
-688, 0.000000\
-688, 0.000000\
-688, 0.000000\
-688, 0.000000\
-688, 0.000000\
-689, 0.000000\
-689, 0.000000\
-689, 0.000000\
-689, 0.000000\
-689, 0.000000\
-689, 0.000000\
-689, 1.000000\
-689, 0.000000\
-689, 0.000000\
-690, 1.000000\
-690, 0.000000\
-690, 0.000000\
-690, 1.000000\
-690, 0.000000\
-690, 0.000000\
-690, 0.000000\
-690, 0.000000\
-690, 0.000000\
-691, 0.000000\
-691, 0.000000\
-691, 0.000000\
-691, 1.000000\
-691, 0.000000\
-691, 0.000000\
-691, 0.000000\
-691, 0.000000\
-691, 0.000000\
-692, 0.000000\
-692, 0.000000\
-692, 0.000000\
-692, 0.000000\
-692, 0.000000\
-692, 0.000000\
-692, 0.000000\
-692, 0.000000\
-692, 0.000000\
-693, 0.000000\
-693, 0.000000\
-693, 0.000000\
-693, 0.000000\
-693, 0.000000\
-693, 0.000000\
-693, 0.000000\
-693, 0.000000\
-693, 0.000000\
-694, 0.000000\
-694, 0.000000\
-694, 0.000000\
-694, 0.000000\
-694, 0.000000\
-694, 0.000000\
-694, 0.000000\
-694, 0.000000\
-694, 0.000000\
-695, 0.000000\
-695, 0.000000\
-695, 0.000000\
-695, 0.000000\
-695, 1.000000\
-695, 0.000000\
-695, 1.000000\
-695, 0.000000\
-695, 0.000000\
-696, 0.000000\
-696, 0.000000\
-696, 1.000000\
-696, 0.000000\
-696, 0.000000\
-696, 0.000000\
-696, 0.000000\
-696, 0.000000\
-696, 0.000000\
-697, 0.000000\
-697, 0.000000\
-697, 0.000000\
-697, 0.000000\
-697, 0.000000\
-697, 0.000000\
-697, 0.000000\
-697, 0.000000\
-697, 0.000000\
-698, 0.000000\
-698, 0.000000\
-698, 0.000000\
-698, 0.000000\
-698, 0.000000\
-698, 1.000000\
-698, 0.000000\
-698, 0.000000\
-698, 0.000000\
-699, 0.000000\
-699, 0.000000\
-699, 0.000000\
-699, 0.000000\
-699, 0.000000\
-699, 0.000000\
-699, 0.000000\
-699, 0.000000\
-699, 0.000000\
-700, 1.000000\
-700, 0.000000\
-700, 0.000000\
-700, 0.000000\
-700, 0.000000\
-700, 0.000000\
-700, 0.000000\
-700, 0.000000\
-700, 0.000000\
-701, 0.000000\
-701, 0.000000\
-701, 1.000000\
-701, 0.000000\
-701, 0.000000\
-701, 0.000000\
-701, 0.000000\
-701, 0.000000\
-701, 0.000000\
-702, 0.000000\
-702, 0.000000\
-702, 0.000000\
-702, 0.000000\
-702, 0.000000\
-702, 0.000000\
-702, 0.000000\
-702, 0.000000\
-702, 0.000000\
-703, 0.000000\
-703, 0.000000\
-703, 0.000000\
-703, 0.000000\
-703, 0.000000\
-703, 0.000000\
-703, 0.000000\
-703, 0.000000\
-703, 0.000000\
-704, 0.000000\
-704, 0.000000\
-704, 0.000000\
-704, 0.000000\
-704, 0.000000\
-704, 0.000000\
-704, 0.000000\
-704, 0.000000\
-704, 0.000000\
-705, 1.000000\
-705, 0.000000\
-705, 0.000000\
-705, 0.000000\
-705, 0.000000\
-705, 0.000000\
-705, 0.000000\
-705, 0.000000\
-705, 0.000000\
-706, 0.000000\
-706, 0.000000\
-706, 0.000000\
-706, 0.000000\
-706, 0.000000\
-706, 1.000000\
-706, 0.000000\
-706, 0.000000\
-706, 0.000000\
-707, 0.000000\
-707, 1.000000\
-707, 0.000000\
-707, 0.000000\
-707, 0.000000\
-707, 0.000000\
-707, 0.000000\
-707, 0.000000\
-707, 0.000000\
-708, 0.000000\
-708, 0.000000\
-708, 0.000000\
-708, 0.000000\
-708, 0.000000\
-708, 0.000000\
-708, 1.000000\
-708, 0.000000\
-708, 0.000000\
-709, 0.000000\
-709, 1.000000\
-709, 0.000000\
-709, 0.000000\
-709, 0.000000\
-709, 0.000000\
-709, 0.000000\
-709, 0.000000\
-709, 0.000000\
-710, 1.000000\
-710, 0.000000\
-710, 0.000000\
-710, 0.000000\
-710, 0.000000\
-710, 0.000000\
-710, 0.000000\
-710, 0.000000\
-710, 0.000000\
-711, 0.000000\
-711, 0.000000\
-711, 0.000000\
-711, 0.000000\
-711, 0.000000\
-711, 0.000000\
-711, 0.000000\
-711, 0.000000\
-711, 0.000000\
-712, 0.000000\
-712, 0.000000\
-712, 1.000000\
-712, 0.000000\
-712, 0.000000\
-712, 0.000000\
-712, 0.000000\
-712, 0.000000\
-712, 0.000000\
-713, 0.000000\
-713, 0.000000\
-713, 0.000000\
-713, 0.000000\
-713, 0.000000\
-713, 0.000000\
-713, 0.000000\
-713, 0.000000\
-713, 0.000000\
-714, 0.000000\
-714, 0.000000\
-714, 0.000000\
-714, 0.000000\
-714, 0.000000\
-714, 0.000000\
-714, 0.000000\
-714, 0.000000\
-714, 0.000000\
-715, 0.000000\
-715, 1.000000\
-715, 0.000000\
-715, 0.000000\
-715, 0.000000\
-715, 0.000000\
-715, 0.000000\
-715, 1.000000\
-715, 0.000000\
-716, 0.000000\
-716, 0.000000\
-716, 0.000000\
-716, 0.000000\
-716, 0.000000\
-716, 0.000000\
-716, 0.000000\
-716, 0.000000\
-716, 0.000000\
-717, 0.000000\
-717, 0.000000\
-717, 0.000000\
-717, 0.000000\
-717, 0.000000\
-717, 0.000000\
-717, 0.000000\
-717, 0.000000\
-717, 0.000000\
-718, 0.000000\
-718, 0.000000\
-718, 1.000000\
-718, 0.000000\
-718, 0.000000\
-718, 0.000000\
-718, 1.000000\
-718, 0.000000\
-718, 0.000000\
-719, 0.000000\
-719, 0.000000\
-719, 0.000000\
-719, 0.000000\
-719, 0.000000\
-719, 0.000000\
-719, 0.000000\
-719, 0.000000\
-719, 0.000000\
-720, 0.000000\
-720, 0.000000\
-720, 0.000000\
-720, 0.000000\
-720, 0.000000\
-720, 0.000000\
-720, 0.000000\
-720, 0.000000\
-720, 0.000000\
-721, 0.000000\
-721, 0.000000\
-721, 0.000000\
-721, 0.000000\
-721, 0.000000\
-721, 1.000000\
-721, 0.000000\
-721, 0.000000\
-721, 0.000000\
-722, 0.000000\
-722, 0.000000\
-722, 0.000000\
-722, 0.000000\
-722, 0.000000\
-722, 0.000000\
-722, 1.000000\
-722, 0.000000\
-722, 0.000000\
-723, 0.000000\
-723, 0.000000\
-723, 0.000000\
-723, 0.000000\
-723, 0.000000\
-723, 0.000000\
-723, 0.000000\
-723, 0.000000\
-723, 0.000000\
-724, 0.000000\
-724, 0.000000\
-724, 0.000000\
-724, 0.000000\
-724, 0.000000\
-724, 0.000000\
-724, 1.000000\
-724, 0.000000\
-724, 0.000000\
-725, 0.000000\
-725, 0.000000\
-725, 0.000000\
-725, 0.000000\
-725, 0.000000\
-725, 0.000000\
-725, 0.000000\
-725, 0.000000\
-725, 0.000000\
-726, 0.000000\
-726, 1.000000\
-726, 0.000000\
-726, 0.000000\
-726, 0.000000\
-726, 0.000000\
-726, 1.000000\
-726, 0.000000\
-726, 0.000000\
-727, 0.000000\
-727, 0.000000\
-727, 0.000000\
-727, 0.000000\
-727, 1.000000\
-727, 0.000000\
-727, 0.000000\
-727, 0.000000\
-727, 1.000000\
-728, 0.000000\
-728, 0.000000\
-728, 0.000000\
-728, 0.000000\
-728, 0.000000\
-728, 0.000000\
-728, 0.000000\
-728, 0.000000\
-728, 0.000000\
-729, 0.000000\
-729, 0.000000\
-729, 0.000000\
-729, 0.000000\
-729, 0.000000\
-729, 0.000000\
-729, 0.000000\
-729, 0.000000\
-729, 0.000000\
-730, 0.000000\
-730, 0.000000\
-730, 0.000000\
-730, 0.000000\
-730, 0.000000\
-730, 0.000000\
-730, 0.000000\
-730, 0.000000\
-730, 0.000000\
-731, 0.000000\
-731, 0.000000\
-731, 0.000000\
-731, 0.000000\
-731, 0.000000\
-731, 0.000000\
-731, 0.000000\
-731, 1.000000\
-731, 0.000000\
-732, 0.000000\
-732, 0.000000\
-732, 0.000000\
-732, 0.000000\
-732, 0.000000\
-732, 0.000000\
-732, 0.000000\
-732, 0.000000\
-732, 0.000000\
-733, 0.000000\
-733, 0.000000\
-733, 0.000000\
-733, 0.000000\
-733, 0.000000\
-733, 1.000000\
-733, 0.000000\
-733, 0.000000\
-733, 0.000000\
-734, 0.000000\
-734, 0.000000\
-734, 0.000000\
-734, 0.000000\
-734, 0.000000\
-734, 0.000000\
-734, 0.000000\
-734, 0.000000\
-734, 0.000000\
-735, 0.000000\
-735, 0.000000\
-735, 0.000000\
-735, 0.000000\
-735, 0.000000\
-735, 0.000000\
-735, 0.000000\
-735, 0.000000\
-735, 0.000000\
-736, 0.000000\
-736, 0.000000\
-736, 0.000000\
-736, 0.000000\
-736, 0.000000\
-736, 0.000000\
-736, 0.000000\
-736, 0.000000\
-736, 0.000000\
-737, 0.000000\
-737, 0.000000\
-737, 0.000000\
-737, 0.000000\
-737, 0.000000\
-737, 0.000000\
-737, 0.000000\
-737, 0.000000\
-737, 0.000000\
-738, 0.000000\
-738, 0.000000\
-738, 0.000000\
-738, 0.000000\
-738, 0.000000\
-738, 0.000000\
-738, 0.000000\
-738, 0.000000\
-738, 0.000000\
-739, 1.000000\
-739, 0.000000\
-739, 0.000000\
-739, 0.000000\
-739, 0.000000\
-739, 0.000000\
-739, 0.000000\
-739, 0.000000\
-739, 0.000000\
-740, 0.000000\
-740, 0.000000\
-740, 0.000000\
-740, 0.000000\
-740, 0.000000\
-740, 1.000000\
-740, 0.000000\
-740, 0.000000\
-740, 0.000000\
-741, 0.000000\
-741, 1.000000\
-741, 0.000000\
-741, 0.000000\
-741, 0.000000\
-741, 0.000000\
-741, 0.000000\
-741, 0.000000\
-741, 0.000000\
-742, 0.000000\
-742, 0.000000\
-742, 0.000000\
-742, 0.000000\
-742, 0.000000\
-742, 0.000000\
-742, 0.000000\
-742, 0.000000\
-742, 0.000000\
-743, 0.000000\
-743, 0.000000\
-743, 0.000000\
-743, 0.000000\
-743, 0.000000\
-743, 1.000000\
-743, 0.000000\
-743, 0.000000\
-743, 0.000000\
-744, 0.000000\
-744, 0.000000\
-744, 0.000000\
-744, 1.000000\
-744, 0.000000\
-744, 0.000000\
-744, 0.000000\
-744, 0.000000\
-744, 0.000000\
-745, 0.000000\
-745, 0.000000\
-745, 0.000000\
-745, 0.000000\
-745, 0.000000\
-745, 0.000000\
-745, 0.000000\
-745, 0.000000\
-745, 0.000000\
-746, 0.000000\
-746, 0.000000\
-746, 0.000000\
-746, 0.000000\
-746, 0.000000\
-746, 0.000000\
-746, 0.000000\
-746, 0.000000\
-746, 0.000000\
-747, 0.000000\
-747, 0.000000\
-747, 0.000000\
-747, 0.000000\
-747, 0.000000\
-747, 0.000000\
-747, 0.000000\
-747, 1.000000\
-747, 0.000000\
-748, 0.000000\
-748, 0.000000\
-748, 0.000000\
-748, 0.000000\
-748, 0.000000\
-748, 0.000000\
-748, 0.000000\
-748, 0.000000\
-748, 0.000000\
-749, 1.000000\
-749, 0.000000\
-749, 0.000000\
-749, 0.000000\
-749, 0.000000\
-749, 0.000000\
-749, 0.000000\
-749, 0.000000\
-749, 0.000000\
-750, 0.000000\
-750, 1.000000\
-750, 0.000000\
-750, 0.000000\
-750, 0.000000\
-750, 1.000000\
-750, 0.000000\
-750, 0.000000\
-750, 0.000000\
-751, 0.000000\
-751, 0.000000\
-751, 0.000000\
-751, 1.000000\
-751, 0.000000\
-751, 0.000000\
-751, 0.000000\
-751, 0.000000\
-751, 1.000000\
-752, 0.000000\
-752, 1.000000\
-752, 0.000000\
-752, 0.000000\
-752, 0.000000\
-752, 0.000000\
-752, 0.000000\
-752, 0.000000\
-752, 0.000000\
-753, 0.000000\
-753, 0.000000\
-753, 0.000000\
-753, 0.000000\
-753, 0.000000\
-753, 0.000000\
-753, 0.000000\
-753, 0.000000\
-753, 0.000000\
-754, 0.000000\
-754, 0.000000\
-754, 1.000000\
-754, 0.000000\
-754, 0.000000\
-754, 0.000000\
-754, 0.000000\
-754, 0.000000\
-754, 0.000000\
-755, 0.000000\
-755, 0.000000\
-755, 0.000000\
-755, 0.000000\
-755, 0.000000\
-755, 0.000000\
-755, 0.000000\
-755, 0.000000\
-755, 0.000000\
-756, 0.000000\
-756, 0.000000\
-756, 0.000000\
-756, 0.000000\
-756, 0.000000\
-756, 0.000000\
-756, 0.000000\
-756, 0.000000\
-756, 0.000000\
-757, 0.000000\
-757, 0.000000\
-757, 0.000000\
-757, 0.000000\
-757, 1.000000\
-757, 0.000000\
-757, 0.000000\
-757, 0.000000\
-757, 0.000000\
-758, 0.000000\
-758, 0.000000\
-758, 0.000000\
-758, 0.000000\
-758, 0.000000\
-758, 0.000000\
-758, 0.000000\
-758, 0.000000\
-758, 0.000000\
-759, 0.000000\
-759, 0.000000\
-759, 1.000000\
-759, 0.000000\
-759, 0.000000\
-759, 0.000000\
-759, 0.000000\
-759, 0.000000\
-759, 0.000000\
-760, 0.000000\
-760, 0.000000\
-760, 0.000000\
-760, 0.000000\
-760, 0.000000\
-760, 0.000000\
-760, 0.000000\
-760, 0.000000\
-760, 0.000000\
-761, 0.000000\
-761, 0.000000\
-761, 0.000000\
-761, 0.000000\
-761, 0.000000\
-761, 0.000000\
-761, 0.000000\
-761, 0.000000\
-761, 0.000000\
-762, 0.000000\
-762, 0.000000\
-762, 0.000000\
-762, 0.000000\
-762, 0.000000\
-762, 1.000000\
-762, 0.000000\
-762, 0.000000\
-762, 0.000000\
-763, 0.000000\
-763, 0.000000\
-763, 0.000000\
-763, 0.000000\
-763, 0.000000\
-763, 0.000000\
-763, 0.000000\
-763, 0.000000\
-763, 0.000000\
-764, 0.000000\
-764, 0.000000\
-764, 0.000000\
-764, 0.000000\
-764, 0.000000\
-764, 0.000000\
-764, 0.000000\
-764, 0.000000\
-764, 0.000000\
-765, 0.000000\
-765, 1.000000\
-765, 0.000000\
-765, 0.000000\
-765, 0.000000\
-765, 0.000000\
-765, 0.000000\
-765, 0.000000\
-765, 0.000000\
-766, 0.000000\
-766, 0.000000\
-766, 0.000000\
-766, 0.000000\
-766, 0.000000\
-766, 0.000000\
-766, 0.000000\
-766, 0.000000\
-766, 0.000000\
-767, 0.000000\
-767, 1.000000\
-767, 0.000000\
-767, 0.000000\
-767, 0.000000\
-767, 0.000000\
-767, 1.000000\
-767, 0.000000\
-767, 0.000000\
-768, 0.000000\
-768, 0.000000\
-768, 1.000000\
-768, 0.000000\
-768, 0.000000\
-768, 0.000000\
-768, 0.000000\
-768, 0.000000\
-768, 0.000000\
-769, 0.000000\
-769, 0.000000\
-769, 0.000000\
-769, 0.000000\
-769, 0.000000\
-769, 0.000000\
-769, 0.000000\
-769, 0.000000\
-769, 0.000000\
-770, 0.000000\
-770, 0.000000\
-770, 0.000000\
-770, 0.000000\
-770, 0.000000\
-770, 0.000000\
-770, 0.000000\
-770, 0.000000\
-770, 0.000000\
-771, 0.000000\
-771, 0.000000\
-771, 0.000000\
-771, 0.000000\
-771, 0.000000\
-771, 0.000000\
-771, 1.000000\
-771, 0.000000\
-771, 0.000000\
-772, 0.000000\
-772, 0.000000\
-772, 0.000000\
-772, 0.000000\
-772, 0.000000\
-772, 0.000000\
-772, 0.000000\
-772, 0.000000\
-772, 0.000000\
-773, 0.000000\
-773, 0.000000\
-773, 0.000000\
-773, 0.000000\
-773, 0.000000\
-773, 0.000000\
-773, 0.000000\
-773, 0.000000\
-773, 0.000000\
-774, 0.000000\
-774, 0.000000\
-774, 0.000000\
-774, 0.000000\
-774, 1.000000\
-774, 0.000000\
-774, 0.000000\
-774, 0.000000\
-774, 0.000000\
-775, 0.000000\
-775, 0.000000\
-775, 0.000000\
-775, 0.000000\
-775, 1.000000\
-775, 0.000000\
-775, 0.000000\
-775, 0.000000\
-775, 0.000000\
-776, 0.000000\
-776, 0.000000\
-776, 0.000000\
-776, 0.000000\
-776, 0.000000\
-776, 0.000000\
-776, 0.000000\
-776, 0.000000\
-776, 0.000000\
-777, 0.000000\
-777, 0.000000\
-777, 0.000000\
-777, 0.000000\
-777, 0.000000\
-777, 0.000000\
-777, 0.000000\
-777, 0.000000\
-777, 0.000000\
-778, 0.000000\
-778, 0.000000\
-778, 0.000000\
-778, 0.000000\
-778, 0.000000\
-778, 0.000000\
-778, 0.000000\
-778, 0.000000\
-778, 0.000000\
-779, 0.000000\
-779, 0.000000\
-779, 0.000000\
-779, 0.000000\
-779, 0.000000\
-779, 0.000000\
-779, 1.000000\
-779, 0.000000\
-779, 1.000000\
-780, 0.000000\
-780, 0.000000\
-780, 0.000000\
-780, 0.000000\
-780, 0.000000\
-780, 0.000000\
-780, 0.000000\
-780, 1.000000\
-780, 0.000000\
-781, 0.000000\
-781, 0.000000\
-781, 0.000000\
-781, 0.000000\
-781, 0.000000\
-781, 0.000000\
-781, 0.000000\
-781, 1.000000\
-781, 0.000000\
-782, 0.000000\
-782, 0.000000\
-782, 0.000000\
-782, 1.000000\
-782, 0.000000\
-782, 0.000000\
-782, 0.000000\
-782, 0.000000\
-782, 0.000000\
-783, 0.000000\
-783, 0.000000\
-783, 0.000000\
-783, 1.000000\
-783, 0.000000\
-783, 0.000000\
-783, 0.000000\
-783, 0.000000\
-783, 0.000000\
-784, 0.000000\
-784, 1.000000\
-784, 0.000000\
-784, 0.000000\
-784, 0.000000\
-784, 0.000000\
-784, 0.000000\
-784, 1.000000\
-784, 0.000000\
-785, 0.000000\
-785, 0.000000\
-785, 0.000000\
-785, 0.000000\
-785, 1.000000\
-785, 0.000000\
-785, 0.000000\
-785, 0.000000\
-785, 0.000000\
-786, 1.000000\
-786, 0.000000\
-786, 0.000000\
-786, 0.000000\
-786, 0.000000\
-786, 0.000000\
-786, 1.000000\
-786, 0.000000\
-786, 0.000000\
-787, 0.000000\
-787, 0.000000\
-787, 0.000000\
-787, 0.000000\
-787, 0.000000\
-787, 0.000000\
-787, 0.000000\
-787, 0.000000\
-787, 0.000000\
-788, 0.000000\
-788, 0.000000\
-788, 0.000000\
-788, 1.000000\
-788, 0.000000\
-788, 0.000000\
-788, 1.000000\
-788, 0.000000\
-788, 0.000000\
-789, 0.000000\
-789, 0.000000\
-789, 1.000000\
-789, 0.000000\
-789, 0.000000\
-789, 0.000000\
-789, 0.000000\
-789, 0.000000\
-789, 1.000000\
-790, 0.000000\
-790, 0.000000\
-790, 0.000000\
-790, 0.000000\
-790, 0.000000\
-790, 0.000000\
-790, 0.000000\
-790, 1.000000\
-790, 0.000000\
-791, 0.000000\
-791, 0.000000\
-791, 0.000000\
-791, 0.000000\
-791, 0.000000\
-791, 0.000000\
-791, 0.000000\
-791, 0.000000\
-791, 0.000000\
-792, 0.000000\
-792, 0.000000\
-792, 0.000000\
-792, 0.000000\
-792, 0.000000\
-792, 0.000000\
-792, 0.000000\
-792, 0.000000\
-792, 0.000000\
-793, 0.000000\
-793, 0.000000\
-793, 0.000000\
-793, 0.000000\
-793, 0.000000\
-793, 0.000000\
-793, 0.000000\
-793, 0.000000\
-793, 0.000000\
-794, 0.000000\
-794, 0.000000\
-794, 0.000000\
-794, 0.000000\
-794, 0.000000\
-794, 0.000000\
-794, 0.000000\
-794, 0.000000\
-794, 0.000000\
-795, 0.000000\
-795, 0.000000\
-795, 0.000000\
-795, 0.000000\
-795, 0.000000\
-795, 0.000000\
-795, 0.000000\
-795, 0.000000\
-795, 0.000000\
-796, 0.000000\
-796, 1.000000\
-796, 0.000000\
-796, 0.000000\
-796, 0.000000\
-796, 0.000000\
-796, 0.000000\
-796, 0.000000\
-796, 0.000000\
-797, 0.000000\
-797, 0.000000\
-797, 0.000000\
-797, 0.000000\
-797, 0.000000\
-797, 1.000000\
-797, 0.000000\
-797, 0.000000\
-797, 0.000000\
-798, 0.000000\
-798, 0.000000\
-798, 0.000000\
-798, 0.000000\
-798, 0.000000\
-798, 0.000000\
-798, 0.000000\
-798, 0.000000\
-798, 1.000000\
-799, 0.000000\
-799, 0.000000\
-799, 0.000000\
-799, 0.000000\
-799, 0.000000\
-799, 0.000000\
-799, 1.000000\
-799, 0.000000\
-799, 0.000000\
-800, 0.000000\
-800, 0.000000\
-800, 0.000000\
-800, 0.000000\
-800, 1.000000\
-800, 0.000000\
-800, 0.000000\
-800, 0.000000\
-800, 0.000000\
-801, 0.000000\
-801, 1.000000\
-801, 0.000000\
-801, 0.000000\
-801, 0.000000\
-801, 0.000000\
-801, 0.000000\
-801, 0.000000\
-801, 0.000000\
-802, 0.000000\
-802, 0.000000\
-802, 0.000000\
-802, 0.000000\
-802, 0.000000\
-802, 0.000000\
-802, 0.000000\
-802, 0.000000\
-802, 0.000000\
-803, 0.000000\
-803, 0.000000\
-803, 1.000000\
-803, 0.000000\
-803, 0.000000\
-803, 0.000000\
-803, 0.000000\
-803, 0.000000\
-803, 0.000000\
-804, 0.000000\
-804, 0.000000\
-804, 0.000000\
-804, 1.000000\
-804, 0.000000\
-804, 0.000000\
-804, 0.000000\
-804, 0.000000\
-804, 0.000000\
-805, 0.000000\
-805, 0.000000\
-805, 0.000000\
-805, 0.000000\
-805, 0.000000\
-805, 0.000000\
-805, 0.000000\
-805, 0.000000\
-805, 0.000000\
-806, 0.000000\
-806, 0.000000\
-806, 0.000000\
-806, 0.000000\
-806, 0.000000\
-806, 0.000000\
-806, 0.000000\
-806, 0.000000\
-806, 0.000000\
-807, 0.000000\
-807, 1.000000\
-807, 0.000000\
-807, 0.000000\
-807, 0.000000\
-807, 0.000000\
-807, 0.000000\
-807, 0.000000\
-807, 0.000000\
-808, 0.000000\
-808, 0.000000\
-808, 0.000000\
-808, 0.000000\
-808, 0.000000\
-808, 0.000000\
-808, 0.000000\
-808, 0.000000\
-808, 0.000000\
-809, 0.000000\
-809, 0.000000\
-809, 1.000000\
-809, 0.000000\
-809, 0.000000\
-809, 0.000000\
-809, 0.000000\
-809, 0.000000\
-809, 0.000000\
-810, 0.000000\
-810, 0.000000\
-810, 0.000000\
-810, 1.000000\
-810, 0.000000\
-810, 0.000000\
-810, 0.000000\
-810, 0.000000\
-810, 0.000000\
-811, 0.000000\
-811, 0.000000\
-811, 0.000000\
-811, 0.000000\
-811, 0.000000\
-811, 0.000000\
-811, 0.000000\
-811, 0.000000\
-811, 0.000000\
-812, 0.000000\
-812, 1.000000\
-812, 0.000000\
-812, 1.000000\
-812, 0.000000\
-812, 0.000000\
-812, 1.000000\
-812, 0.000000\
-812, 0.000000\
-813, 0.000000\
-813, 0.000000\
-813, 0.000000\
-813, 0.000000\
-813, 1.000000\
-813, 0.000000\
-813, 0.000000\
-813, 0.000000\
-813, 0.000000\
-814, 0.000000\
-814, 1.000000\
-814, 0.000000\
-814, 1.000000\
-814, 0.000000\
-814, 0.000000\
-814, 0.000000\
-814, 0.000000\
-814, 0.000000\
-815, 0.000000\
-815, 0.000000\
-815, 0.000000\
-815, 0.000000\
-815, 0.000000\
-815, 0.000000\
-815, 0.000000\
-815, 0.000000\
-815, 0.000000\
-816, 0.000000\
-816, 0.000000\
-816, 1.000000\
-816, 0.000000\
-816, 0.000000\
-816, 0.000000\
-816, 1.000000\
-816, 0.000000\
-816, 1.000000\
-817, 0.000000\
-817, 0.000000\
-817, 0.000000\
-817, 0.000000\
-817, 0.000000\
-817, 1.000000\
-817, 0.000000\
-817, 0.000000\
-817, 0.000000\
-818, 0.000000\
-818, 0.000000\
-818, 0.000000\
-818, 0.000000\
-818, 0.000000\
-818, 0.000000\
-818, 0.000000\
-818, 0.000000\
-818, 0.000000\
-819, 0.000000\
-819, 0.000000\
-819, 0.000000\
-819, 0.000000\
-819, 0.000000\
-819, 0.000000\
-819, 0.000000\
-819, 0.000000\
-819, 0.000000\
-820, 1.000000\
-820, 0.000000\
-820, 0.000000\
-820, 0.000000\
-820, 0.000000\
-820, 0.000000\
-820, 1.000000\
-820, 0.000000\
-820, 0.000000\
-821, 0.000000\
-821, 0.000000\
-821, 1.000000\
-821, 0.000000\
-821, 0.000000\
-821, 0.000000\
-821, 0.000000\
-821, 0.000000\
-821, 1.000000\
-822, 0.000000\
-822, 0.000000\
-822, 1.000000\
-822, 0.000000\
-822, 0.000000\
-822, 1.000000\
-822, 0.000000\
-822, 0.000000\
-822, 0.000000\
-823, 0.000000\
-823, 0.000000\
-823, 0.000000\
-823, 0.000000\
-823, 1.000000\
-823, 0.000000\
-823, 0.000000\
-823, 0.000000\
-823, 0.000000\
-824, 0.000000\
-824, 0.000000\
-824, 0.000000\
-824, 0.000000\
-824, 0.000000\
-824, 0.000000\
-824, 0.000000\
-824, 0.000000\
-824, 0.000000\
-825, 0.000000\
-825, 0.000000\
-825, 0.000000\
-825, 0.000000\
-825, 0.000000\
-825, 0.000000\
-825, 0.000000\
-825, 0.000000\
-825, 0.000000\
-826, 0.000000\
-826, 0.000000\
-826, 0.000000\
-826, 0.000000\
-826, 0.000000\
-826, 0.000000\
-826, 0.000000\
-826, 0.000000\
-826, 0.000000\
-827, 0.000000\
-827, 0.000000\
-827, 0.000000\
-827, 0.000000\
-827, 0.000000\
-827, 0.000000\
-827, 0.000000\
-827, 0.000000\
-827, 0.000000\
-828, 0.000000\
-828, 0.000000\
-828, 0.000000\
-828, 0.000000\
-828, 0.000000\
-828, 0.000000\
-828, 1.000000\
-828, 0.000000\
-828, 0.000000\
-829, 0.000000\
-829, 0.000000\
-829, 1.000000\
-829, 0.000000\
-829, 0.000000\
-829, 0.000000\
-829, 0.000000\
-829, 0.000000\
-829, 0.000000\
-830, 1.000000\
-830, 0.000000\
-830, 1.000000\
-830, 0.000000\
-830, 0.000000\
-830, 0.000000\
-830, 0.000000\
-830, 0.000000\
-830, 0.000000\
-831, 0.000000\
-831, 0.000000\
-831, 0.000000\
-831, 0.000000\
-831, 0.000000\
-831, 0.000000\
-831, 0.000000\
-831, 0.000000\
-831, 0.000000\
-832, 0.000000\
-832, 1.000000\
-832, 0.000000\
-832, 0.000000\
-832, 1.000000\
-832, 0.000000\
-832, 1.000000\
-832, 0.000000\
-832, 0.000000\
-833, 0.000000\
-833, 0.000000\
-833, 0.000000\
-833, 0.000000\
-833, 0.000000\
-833, 0.000000\
-833, 1.000000\
-833, 0.000000\
-833, 0.000000\
-834, 0.000000\
-834, 0.000000\
-834, 0.000000\
-834, 0.000000\
-834, 1.000000\
-834, 0.000000\
-834, 0.000000\
-834, 1.000000\
-834, 0.000000\
-835, 0.000000\
-835, 0.000000\
-835, 0.000000\
-835, 0.000000\
-835, 0.000000\
-835, 0.000000\
-835, 0.000000\
-835, 0.000000\
-835, 0.000000\
-836, 0.000000\
-836, 0.000000\
-836, 0.000000\
-836, 1.000000\
-836, 0.000000\
-836, 0.000000\
-836, 0.000000\
-836, 1.000000\
-836, 0.000000\
-837, 0.000000\
-837, 0.000000\
-837, 0.000000\
-837, 0.000000\
-837, 0.000000\
-837, 0.000000\
-837, 0.000000\
-837, 0.000000\
-837, 0.000000\
-838, 1.000000\
-838, 0.000000\
-838, 0.000000\
-838, 1.000000\
-838, 0.000000\
-838, 0.000000\
-838, 1.000000\
-838, 0.000000\
-838, 0.000000\
-839, 0.000000\
-839, 1.000000\
-839, 0.000000\
-839, 0.000000\
-839, 0.000000\
-839, 0.000000\
-839, 1.000000\
-839, 0.000000\
-839, 0.000000\
-840, 0.000000\
-840, 0.000000\
-840, 0.000000\
-840, 0.000000\
-840, 0.000000\
-840, 1.000000\
-840, 0.000000\
-840, 1.000000\
-840, 0.000000\
-841, 1.000000\
-841, 0.000000\
-841, 0.000000\
-841, 0.000000\
-841, 0.000000\
-841, 0.000000\
-841, 0.000000\
-841, 0.000000\
-841, 1.000000\
-842, 0.000000\
-842, 0.000000\
-842, 0.000000\
-842, 0.000000\
-842, 0.000000\
-842, 1.000000\
-842, 0.000000\
-842, 0.000000\
-842, 0.000000\
-843, 0.000000\
-843, 0.000000\
-843, 0.000000\
-843, 0.000000\
-843, 0.000000\
-843, 0.000000\
-843, 0.000000\
-843, 0.000000\
-843, 1.000000\
-844, 0.000000\
-844, 0.000000\
-844, 0.000000\
-844, 0.000000\
-844, 0.000000\
-844, 0.000000\
-844, 0.000000\
-844, 0.000000\
-844, 0.000000\
-845, 0.000000\
-845, 0.000000\
-845, 0.000000\
-845, 0.000000\
-845, 0.000000\
-845, 0.000000\
-845, 0.000000\
-845, 0.000000\
-845, 0.000000\
-846, 0.000000\
-846, 0.000000\
-846, 0.000000\
-846, 0.000000\
-846, 0.000000\
-846, 0.000000\
-846, 0.000000\
-846, 0.000000\
-846, 0.000000\
-847, 0.000000\
-847, 0.000000\
-847, 0.000000\
-847, 0.000000\
-847, 0.000000\
-847, 0.000000\
-847, 0.000000\
-847, 0.000000\
-847, 0.000000\
-848, 0.000000\
-848, 0.000000\
-848, 0.000000\
-848, 0.000000\
-848, 0.000000\
-848, 0.000000\
-848, 0.000000\
-848, 0.000000\
-848, 0.000000\
-849, 0.000000\
-849, 0.000000\
-849, 0.000000\
-849, 0.000000\
-849, 0.000000\
-849, 0.000000\
-849, 0.000000\
-849, 0.000000\
-849, 0.000000\
-850, 0.000000\
-850, 1.000000\
-850, 0.000000\
-850, 0.000000\
-850, 0.000000\
-850, 0.000000\
-850, 0.000000\
-850, 1.000000\
-850, 0.000000\
-851, 0.000000\
-851, 0.000000\
-851, 0.000000\
-851, 0.000000\
-851, 0.000000\
-851, 0.000000\
-851, 0.000000\
-851, 0.000000\
-851, 0.000000\
-852, 0.000000\
-852, 0.000000\
-852, 1.000000\
-852, 0.000000\
-852, 0.000000\
-852, 0.000000\
-852, 0.000000\
-852, 0.000000\
-852, 0.000000\
-853, 1.000000\
-853, 0.000000\
-853, 0.000000\
-853, 0.000000\
-853, 0.000000\
-853, 1.000000\
-853, 0.000000\
-853, 0.000000\
-853, 0.000000\
-854, 0.000000\
-854, 0.000000\
-854, 0.000000\
-854, 0.000000\
-854, 0.000000\
-854, 0.000000\
-854, 0.000000\
-854, 0.000000\
-854, 0.000000\
-855, 0.000000\
-855, 0.000000\
-855, 0.000000\
-855, 0.000000\
-855, 0.000000\
-855, 0.000000\
-855, 0.000000\
-855, 0.000000\
-855, 0.000000\
-856, 0.000000\
-856, 0.000000\
-856, 0.000000\
-856, 0.000000\
-856, 0.000000\
-856, 0.000000\
-856, 1.000000\
-856, 0.000000\
-856, 0.000000\
-857, 0.000000\
-857, 0.000000\
-857, 1.000000\
-857, 0.000000\
-857, 1.000000\
-857, 0.000000\
-857, 1.000000\
-857, 0.000000\
-857, 0.000000\
-858, 0.000000\
-858, 0.000000\
-858, 0.000000\
-858, 0.000000\
-858, 0.000000\
-858, 0.000000\
-858, 0.000000\
-858, 0.000000\
-858, 0.000000\
-859, 0.000000\
-859, 0.000000\
-859, 0.000000\
-859, 0.000000\
-859, 0.000000\
-859, 0.000000\
-859, 0.000000\
-859, 0.000000\
-859, 0.000000\
-860, 0.000000\
-860, 0.000000\
-860, 0.000000\
-860, 1.000000\
-860, 0.000000\
-860, 0.000000\
-860, 0.000000\
-860, 1.000000\
-860, 0.000000\
-861, 0.000000\
-861, 1.000000\
-861, 0.000000\
-861, 0.000000\
-861, 0.000000\
-861, 1.000000\
-861, 0.000000\
-861, 0.000000\
-861, 0.000000\
-862, 1.000000\
-862, 0.000000\
-862, 0.000000\
-862, 0.000000\
-862, 1.000000\
-862, 0.000000\
-862, 1.000000\
-862, 0.000000\
-862, 0.000000\
-863, 0.000000\
-863, 0.000000\
-863, 0.000000\
-863, 0.000000\
-863, 0.000000\
-863, 0.000000\
-863, 0.000000\
-863, 0.000000\
-863, 1.000000\
-864, 0.000000\
-864, 0.000000\
-864, 0.000000\
-864, 0.000000\
-864, 1.000000\
-864, 0.000000\
-864, 0.000000\
-864, 1.000000\
-864, 0.000000\
-865, 0.000000\
-865, 1.000000\
-865, 0.000000\
-865, 1.000000\
-865, 0.000000\
-865, 0.000000\
-865, 1.000000\
-865, 0.000000\
-865, 1.000000\
-866, 0.000000\
-866, 0.000000\
-866, 0.000000\
-866, 1.000000\
-866, 0.000000\
-866, 0.000000\
-866, 0.000000\
-866, 0.000000\
-866, 0.000000\
-867, 1.000000\
-867, 0.000000\
-867, 0.000000\
-867, 0.000000\
-867, 0.000000\
-867, 0.000000\
-867, 1.000000\
-867, 0.000000\
-867, 0.000000\
-868, 0.000000\
-868, 0.000000\
-868, 1.000000\
-868, 0.000000\
-868, 0.000000\
-868, 1.000000\
-868, 0.000000\
-868, 0.000000\
-868, 0.000000\
-869, 0.000000\
-869, 0.000000\
-869, 0.000000\
-869, 1.000000\
-869, 0.000000\
-869, 0.000000\
-869, 0.000000\
-869, 0.000000\
-869, 0.000000\
-870, 0.000000\
-870, 0.000000\
-870, 1.000000\
-870, 0.000000\
-870, 0.000000\
-870, 1.000000\
-870, 0.000000\
-870, 0.000000\
-870, 0.000000\
-871, 0.000000\
-871, 0.000000\
-871, 1.000000\
-871, 0.000000\
-871, 0.000000\
-871, 0.000000\
-871, 0.000000\
-871, 0.000000\
-871, 0.000000\
-872, 0.000000\
-872, 0.000000\
-872, 0.000000\
-872, 0.000000\
-872, 0.000000\
-872, 0.000000\
-872, 1.000000\
-872, 0.000000\
-872, 0.000000\
-873, 0.000000\
-873, 0.000000\
-873, 1.000000\
-873, 0.000000\
-873, 1.000000\
-873, 0.000000\
-873, 1.000000\
-873, 0.000000\
-873, 1.000000\
-874, 0.000000\
-874, 0.000000\
-874, 0.000000\
-874, 0.000000\
-874, 0.000000\
-874, 0.000000\
-874, 1.000000\
-874, 0.000000\
-874, 0.000000\
-875, 1.000000\
-875, 0.000000\
-875, 0.000000\
-875, 0.000000\
-875, 0.000000\
-875, 0.000000\
-875, 0.000000\
-875, 0.000000\
-875, 0.000000\
-876, 1.000000\
-876, 0.000000\
-876, 0.000000\
-876, 0.000000\
-876, 0.000000\
-876, 0.000000\
-876, 0.000000\
-876, 1.000000\
-876, 0.000000\
-877, 0.000000\
-877, 0.000000\
-877, 0.000000\
-877, 0.000000\
-877, 1.000000\
-877, 0.000000\
-877, 0.000000\
-877, 0.000000\
-877, 1.000000\
-878, 0.000000\
-878, 0.000000\
-878, 0.000000\
-878, 0.000000\
-878, 1.000000\
-878, 0.000000\
-878, 0.000000\
-878, 1.000000\
-878, 0.000000\
-879, 0.000000\
-879, 0.000000\
-879, 0.000000\
-879, 0.000000\
-879, 1.000000\
-879, 0.000000\
-879, 0.000000\
-879, 1.000000\
-879, 0.000000\
-880, 0.000000\
-880, 0.000000\
-880, 1.000000\
-880, 0.000000\
-880, 1.000000\
-880, 0.000000\
-880, 0.000000\
-880, 0.000000\
-880, 0.000000\
-881, 0.000000\
-881, 0.000000\
-881, 1.000000\
-881, 0.000000\
-881, 0.000000\
-881, 0.000000\
-881, 0.000000\
-881, 0.000000\
-881, 0.000000\
-882, 0.000000\
-882, 0.000000\
-882, 1.000000\
-882, 0.000000\
-882, 0.000000\
-882, 1.000000\
-882, 0.000000\
-882, 0.000000\
-882, 0.000000\
-883, 0.000000\
-883, 1.000000\
-883, 0.000000\
-883, 0.000000\
-883, 1.000000\
-883, 0.000000\
-883, 0.000000\
-883, 0.000000\
-883, 0.000000\
-884, 0.000000\
-884, 1.000000\
-884, 0.000000\
-884, 1.000000\
-884, 0.000000\
-884, 0.000000\
-884, 0.000000\
-884, 1.000000\
-884, 0.000000\
-885, 0.000000\
-885, 0.000000\
-885, 0.000000\
-885, 0.000000\
-885, 0.000000\
-885, 1.000000\
-885, 0.000000\
-885, 0.000000\
-885, 0.000000\
-886, 1.000000\
-886, 0.000000\
-886, 0.000000\
-886, 0.000000\
-886, 0.000000\
-886, 1.000000\
-886, 0.000000\
-886, 0.000000\
-886, 0.000000\
-887, 0.000000\
-887, 0.000000\
-887, 1.000000\
-887, 0.000000\
-887, 0.000000\
-887, 0.000000\
-887, 0.000000\
-887, 0.000000\
-887, 0.000000\
-888, 1.000000\
-888, 0.000000\
-888, 0.000000\
-888, 1.000000\
-888, 0.000000\
-888, 0.000000\
-888, 0.000000\
-888, 0.000000\
-888, 1.000000\
-889, 0.000000\
-889, 0.000000\
-889, 1.000000\
-889, 0.000000\
-889, 0.000000\
-889, 0.000000\
-889, 0.000000\
-889, 0.000000\
-889, 0.000000\
-890, 0.000000\
-890, 0.000000\
-890, 0.000000\
-890, 0.000000\
-890, 0.000000\
-890, 0.000000\
-890, 1.000000\
-890, 0.000000\
-890, 0.000000\
-891, 0.000000\
-891, 0.000000\
-891, 1.000000\
-891, 0.000000\
-891, 0.000000\
-891, 0.000000\
-891, 0.000000\
-891, 0.000000\
-891, 0.000000\
-892, 0.000000\
-892, 0.000000\
-892, 0.000000\
-892, 0.000000\
-892, 0.000000\
-892, 0.000000\
-892, 0.000000\
-892, 1.000000\
-892, 0.000000\
-893, 0.000000\
-893, 0.000000\
-893, 0.000000\
-893, 0.000000\
-893, 1.000000\
-893, 0.000000\
-893, 0.000000\
-893, 1.000000\
-893, 0.000000\
-894, 0.000000\
-894, 0.000000\
-894, 0.000000\
-894, 1.000000\
-894, 0.000000\
-894, 0.000000\
-894, 0.000000\
-894, 0.000000\
-894, 1.000000\
-895, 0.000000\
-895, 0.000000\
-895, 0.000000\
-895, 0.000000\
-895, 0.000000\
-895, 0.000000\
-895, 1.000000\
-895, 0.000000\
-895, 1.000000\
-896, 0.000000\
-896, 0.000000\
-896, 1.000000\
-896, 0.000000\
-896, 0.000000\
-896, 0.000000\
-896, 0.000000\
-896, 0.000000\
-896, 0.000000\
-897, 0.000000\
-897, 0.000000\
-897, 0.000000\
-897, 1.000000\
-897, 0.000000\
-897, 0.000000\
-897, 0.000000\
-897, 0.000000\
-897, 1.000000\
-898, 0.000000\
-898, 0.000000\
-898, 0.000000\
-898, 0.000000\
-898, 0.000000\
-898, 1.000000\
-898, 0.000000\
-898, 0.000000\
-898, 1.000000\
-899, 0.000000\
-899, 0.000000\
-899, 0.000000\
-899, 1.000000\
-899, 0.000000\
-899, 1.000000\
-899, 0.000000\
-899, 0.000000\
-899, 0.000000\
-900, 0.000000\
-900, 0.000000\
-900, 0.000000\
-900, 0.000000\
-900, 0.000000\
-900, 0.000000\
-900, 0.000000\
-900, 1.000000\
-900, 0.000000\
-901, 1.000000\
-901, 0.000000\
-901, 0.000000\
-901, 0.000000\
-901, 1.000000\
-901, 0.000000\
-901, 1.000000\
-901, 0.000000\
-901, 0.000000\
-902, 0.000000\
-902, 1.000000\
-902, 0.000000\
-902, 0.000000\
-902, 1.000000\
-902, 0.000000\
-902, 1.000000\
-902, 0.000000\
-902, 0.000000\
-903, 0.000000\
-903, 1.000000\
-903, 0.000000\
-903, 0.000000\
-903, 0.000000\
-903, 0.000000\
-903, 0.000000\
-903, 0.000000\
-903, 0.000000\
-904, 0.000000\
-904, 0.000000\
-904, 0.000000\
-904, 0.000000\
-904, 1.000000\
-904, 0.000000\
-904, 0.000000\
-904, 0.000000\
-904, 0.000000\
-905, 1.000000\
-905, 0.000000\
-905, 0.000000\
-905, 0.000000\
-905, 0.000000\
-905, 0.000000\
-905, 0.000000\
-905, 0.000000\
-905, 0.000000\
-906, 0.000000\
-906, 0.000000\
-906, 1.000000\
-906, 0.000000\
-906, 1.000000\
-906, 0.000000\
-906, 1.000000\
-906, 0.000000\
-906, 0.000000\
-907, 1.000000\
-907, 0.000000\
-907, 0.000000\
-907, 0.000000\
-907, 0.000000\
-907, 0.000000\
-907, 0.000000\
-907, 0.000000\
-907, 0.000000\
-908, 0.000000\
-908, 1.000000\
-908, 0.000000\
-908, 0.000000\
-908, 0.000000\
-908, 0.000000\
-908, 0.000000\
-908, 0.000000\
-908, 0.000000\
-909, 0.000000\
-909, 0.000000\
-909, 0.000000\
-909, 0.000000\
-909, 0.000000\
-909, 0.000000\
-909, 0.000000\
-909, 0.000000\
-909, 0.000000\
-910, 0.000000\
-910, 1.000000\
-910, 0.000000\
-910, 0.000000\
-910, 0.000000\
-910, 0.000000\
-910, 0.000000\
-910, 0.000000\
-910, 0.000000\
-911, 0.000000\
-911, 0.000000\
-911, 0.000000\
-911, 0.000000\
-911, 1.000000\
-911, 0.000000\
-911, 0.000000\
-911, 0.000000\
-911, 0.000000\
-912, 0.000000\
-912, 0.000000\
-912, 0.000000\
-912, 0.000000\
-912, 0.000000\
-912, 0.000000\
-912, 0.000000\
-912, 0.000000\
-912, 0.000000\
-913, 0.000000\
-913, 0.000000\
-913, 0.000000\
-913, 0.000000\
-913, 0.000000\
-913, 0.000000\
-913, 0.000000\
-913, 0.000000\
-913, 1.000000\
-914, 0.000000\
-914, 0.000000\
-914, 0.000000\
-914, 0.000000\
-914, 0.000000\
-914, 0.000000\
-914, 0.000000\
-914, 0.000000\
-914, 0.000000\
-915, 0.000000\
-915, 1.000000\
-915, 0.000000\
-915, 0.000000\
-915, 0.000000\
-915, 0.000000\
-915, 0.000000\
-915, 0.000000\
-915, 1.000000\
-916, 0.000000\
-916, 0.000000\
-916, 0.000000\
-916, 0.000000\
-916, 1.000000\
-916, 0.000000\
-916, 1.000000\
-916, 0.000000\
-916, 0.000000\
-917, 0.000000\
-917, 0.000000\
-917, 0.000000\
-917, 0.000000\
-917, 1.000000\
-917, 0.000000\
-917, 0.000000\
-917, 0.000000\
-917, 0.000000\
-918, 0.000000\
-918, 0.000000\
-918, 0.000000\
-918, 0.000000\
-918, 0.000000\
-918, 0.000000\
-918, 0.000000\
-918, 0.000000\
-918, 0.000000\
-919, 0.000000\
-919, 0.000000\
-919, 0.000000\
-919, 0.000000\
-919, 0.000000\
-919, 1.000000\
-919, 0.000000\
-919, 0.000000\
-919, 0.000000\
-920, 0.000000\
-920, 0.000000\
-920, 0.000000\
-920, 0.000000\
-920, 0.000000\
-920, 0.000000\
-920, 0.000000\
-920, 0.000000\
-920, 0.000000\
-921, 0.000000\
-921, 0.000000\
-921, 0.000000\
-921, 0.000000\
-921, 0.000000\
-921, 0.000000\
-921, 1.000000\
-921, 0.000000\
-921, 0.000000\
-922, 0.000000\
-922, 0.000000\
-922, 0.000000\
-922, 0.000000\
-922, 0.000000\
-922, 0.000000\
-922, 0.000000\
-922, 0.000000\
-922, 0.000000\
-923, 0.000000\
-923, 0.000000\
-923, 0.000000\
-923, 0.000000\
-923, 0.000000\
-923, 0.000000\
-923, 0.000000\
-923, 0.000000\
-923, 0.000000\
-924, 0.000000\
-924, 0.000000\
-924, 1.000000\
-924, 0.000000\
-924, 0.000000\
-924, 0.000000\
-924, 0.000000\
-924, 1.000000\
-924, 0.000000\
-925, 0.000000\
-925, 0.000000\
-925, 0.000000\
-925, 0.000000\
-925, 0.000000\
-925, 0.000000\
-925, 0.000000\
-925, 0.000000\
-925, 0.000000\
-926, 0.000000\
-926, 1.000000\
-926, 0.000000\
-926, 0.000000\
-926, 0.000000\
-926, 0.000000\
-926, 0.000000\
-926, 0.000000\
-926, 0.000000\
-927, 0.000000\
-927, 0.000000\
-927, 0.000000\
-927, 0.000000\
-927, 0.000000\
-927, 0.000000\
-927, 0.000000\
-927, 0.000000\
-927, 0.000000\
-928, 0.000000\
-928, 0.000000\
-928, 0.000000\
-928, 0.000000\
-928, 0.000000\
-928, 0.000000\
-928, 0.000000\
-928, 0.000000\
-928, 0.000000\
-929, 0.000000\
-929, 0.000000\
-929, 0.000000\
-929, 0.000000\
-929, 0.000000\
-929, 0.000000\
-929, 0.000000\
-929, 0.000000\
-929, 0.000000\
-930, 0.000000\
-930, 0.000000\
-930, 0.000000\
-930, 0.000000\
-930, 0.000000\
-930, 0.000000\
-930, 0.000000\
-930, 0.000000\
-930, 0.000000\
-931, 1.000000\
-931, 0.000000\
-931, 0.000000\
-931, 0.000000\
-931, 0.000000\
-931, 0.000000\
-931, 0.000000\
-931, 0.000000\
-931, 0.000000\
-932, 0.000000\
-932, 0.000000\
-932, 0.000000\
-932, 0.000000\
-932, 0.000000\
-932, 0.000000\
-932, 0.000000\
-932, 0.000000\
-932, 0.000000\
-933, 0.000000\
-933, 0.000000\
-933, 0.000000\
-933, 0.000000\
-933, 0.000000\
-933, 0.000000\
-933, 0.000000\
-933, 0.000000\
-933, 0.000000\
-934, 0.000000\
-934, 0.000000\
-934, 0.000000\
-934, 0.000000\
-934, 0.000000\
-934, 0.000000\
-934, 0.000000\
-934, 0.000000\
-934, 0.000000\
-935, 0.000000\
-935, 0.000000\
-935, 0.000000\
-935, 0.000000\
-935, 0.000000\
-935, 0.000000\
-935, 0.000000\
-935, 0.000000\
-935, 0.000000\
-936, 0.000000\
-936, 0.000000\
-936, 0.000000\
-936, 0.000000\
-936, 0.000000\
-936, 0.000000\
-936, 0.000000\
-936, 0.000000\
-936, 0.000000\
-937, 0.000000\
-937, 0.000000\
-937, 0.000000\
-937, 0.000000\
-937, 0.000000\
-937, 0.000000\
-937, 0.000000\
-937, 0.000000\
-937, 0.000000\
-938, 1.000000\
-938, 0.000000\
-938, 0.000000\
-938, 0.000000\
-938, 0.000000\
-938, 0.000000\
-938, 0.000000\
-938, 1.000000\
-938, 0.000000\
-939, 0.000000\
-939, 0.000000\
-939, 0.000000\
-939, 0.000000\
-939, 0.000000\
-939, 0.000000\
-939, 0.000000\
-939, 0.000000\
-939, 0.000000\
-940, 0.000000\
-940, 0.000000\
-940, 0.000000\
-940, 0.000000\
-940, 0.000000\
-940, 0.000000\
-940, 0.000000\
-940, 0.000000\
-940, 0.000000\
-941, 0.000000\
-941, 0.000000\
-941, 0.000000\
-941, 0.000000\
-941, 0.000000\
-941, 0.000000\
-941, 0.000000\
-941, 0.000000\
-941, 0.000000\
-942, 0.000000\
-942, 0.000000\
-942, 0.000000\
-942, 0.000000\
-942, 0.000000\
-942, 0.000000\
-942, 0.000000\
-942, 0.000000\
-942, 0.000000\
-943, 0.000000\
-943, 0.000000\
-943, 0.000000\
-943, 0.000000\
-943, 0.000000\
-943, 0.000000\
-943, 0.000000\
-943, 0.000000\
-943, 0.000000\
-944, 0.000000\
-944, 0.000000\
-944, 0.000000\
-944, 0.000000\
-944, 1.000000\
-944, 0.000000\
-944, 0.000000\
-944, 0.000000\
-944, 0.000000\
-945, 0.000000\
-945, 0.000000\
-945, 0.000000\
-945, 0.000000\
-945, 0.000000\
-945, 0.000000\
-945, 0.000000\
-945, 0.000000\
-945, 0.000000\
-946, 0.000000\
-946, 0.000000\
-946, 0.000000\
-946, 0.000000\
-946, 0.000000\
-946, 0.000000\
-946, 0.000000\
-946, 0.000000\
-946, 0.000000\
-947, 0.000000\
-947, 0.000000\
-947, 0.000000\
-947, 0.000000\
-947, 0.000000\
-947, 0.000000\
-947, 0.000000\
-947, 0.000000\
-947, 0.000000\
-948, 0.000000\
-948, 0.000000\
-948, 0.000000\
-948, 0.000000\
-948, 0.000000\
-948, 0.000000\
-948, 0.000000\
-948, 0.000000\
-948, 0.000000\
-949, 0.000000\
-949, 0.000000\
-949, 0.000000\
-949, 0.000000\
-949, 1.000000\
-949, 0.000000\
-949, 0.000000\
-949, 0.000000\
-949, 0.000000\
-950, 0.000000\
-950, 0.000000\
-950, 0.000000\
-950, 0.000000\
-950, 0.000000\
-950, 0.000000\
-950, 0.000000\
-950, 0.000000\
-950, 0.000000\
-951, 0.000000\
-951, 0.000000\
-951, 0.000000\
-951, 0.000000\
-951, 0.000000\
-951, 0.000000\
-951, 0.000000\
-951, 0.000000\
-951, 0.000000\
-952, 0.000000\
-952, 0.000000\
-952, 0.000000\
-952, 0.000000\
-952, 0.000000\
-952, 0.000000\
-952, 0.000000\
-952, 0.000000\
-952, 0.000000\
-953, 0.000000\
-953, 0.000000\
-953, 0.000000\
-953, 0.000000\
-953, 0.000000\
-953, 0.000000\
-953, 0.000000\
-953, 0.000000\
-953, 0.000000\
-954, 0.000000\
-954, 0.000000\
-954, 0.000000\
-954, 0.000000\
-954, 0.000000\
-954, 0.000000\
-954, 0.000000\
-954, 1.000000\
-954, 0.000000\
-955, 0.000000\
-955, 0.000000\
-955, 0.000000\
-955, 0.000000\
-955, 0.000000\
-955, 0.000000\
-955, 0.000000\
-955, 0.000000\
-955, 0.000000\
-956, 0.000000\
-956, 0.000000\
-956, 0.000000\
-956, 0.000000\
-956, 0.000000\
-956, 0.000000\
-956, 0.000000\
-956, 0.000000\
-956, 0.000000\
-957, 0.000000\
-957, 0.000000\
-957, 0.000000\
-957, 0.000000\
-957, 0.000000\
-957, 0.000000\
-957, 0.000000\
-957, 0.000000\
-957, 0.000000\
-958, 0.000000\
-958, 0.000000\
-958, 0.000000\
-958, 0.000000\
-958, 0.000000\
-958, 0.000000\
-958, 0.000000\
-958, 0.000000\
-958, 0.000000\
-959, 0.000000\
-959, 0.000000\
-959, 0.000000\
-959, 0.000000\
-959, 0.000000\
-959, 0.000000\
-959, 0.000000\
-959, 0.000000\
-959, 0.000000\
-960, 0.000000\
-960, 0.000000\
-960, 0.000000\
-960, 0.000000\
-960, 0.000000\
-960, 0.000000\
-960, 0.000000\
-960, 0.000000\
-960, 0.000000\
-961, 0.000000\
-961, 0.000000\
-961, 0.000000\
-961, 0.000000\
-961, 0.000000\
-961, 0.000000\
-961, 0.000000\
-961, 0.000000\
-961, 0.000000\
-962, 0.000000\
-962, 0.000000\
-962, 0.000000\
-962, 0.000000\
-962, 0.000000\
-962, 0.000000\
-962, 0.000000\
-962, 0.000000\
-962, 0.000000\
-963, 0.000000\
-963, 0.000000\
-963, 0.000000\
-963, 0.000000\
-963, 0.000000\
-963, 0.000000\
-963, 0.000000\
-963, 0.000000\
-963, 0.000000\
-964, 0.000000\
-964, 0.000000\
-964, 0.000000\
-964, 0.000000\
-964, 0.000000\
-964, 0.000000\
-964, 0.000000\
-964, 0.000000\
-964, 0.000000\
-965, 0.000000\
-965, 0.000000\
-965, 0.000000\
-965, 0.000000\
-965, 0.000000\
-965, 0.000000\
-965, 0.000000\
-965, 0.000000\
-965, 0.000000\
-966, 0.000000\
-966, 0.000000\
-966, 0.000000\
-966, 0.000000\
-966, 0.000000\
-966, 0.000000\
-966, 0.000000\
-966, 0.000000\
-966, 0.000000\
-967, 0.000000\
-967, 0.000000\
-967, 0.000000\
-967, 0.000000\
-967, 0.000000\
-967, 0.000000\
-967, 0.000000\
-967, 0.000000\
-967, 0.000000\
-968, 0.000000\
-968, 0.000000\
-968, 0.000000\
-968, 0.000000\
-968, 0.000000\
-968, 0.000000\
-968, 0.000000\
-968, 0.000000\
-968, 0.000000\
-969, 0.000000\
-969, 0.000000\
-969, 0.000000\
-969, 0.000000\
-969, 0.000000\
-969, 0.000000\
-969, 0.000000\
-969, 0.000000\
-969, 0.000000\
-970, 0.000000\
-970, 0.000000\
-970, 0.000000\
-970, 0.000000\
-970, 0.000000\
-970, 0.000000\
-970, 1.000000\
-970, 0.000000\
-970, 0.000000\
-971, 0.000000\
-971, 0.000000\
-971, 0.000000\
-971, 0.000000\
-971, 0.000000\
-971, 0.000000\
-971, 0.000000\
-971, 0.000000\
-971, 0.000000\
-972, 0.000000\
-972, 0.000000\
-972, 0.000000\
-972, 0.000000\
-972, 0.000000\
-972, 0.000000\
-972, 0.000000\
-972, 0.000000\
-972, 0.000000\
-973, 0.000000\
-973, 0.000000\
-973, 0.000000\
-973, 0.000000\
-973, 0.000000\
-973, 0.000000\
-973, 0.000000\
-973, 0.000000\
-973, 0.000000\
-974, 0.000000\
-974, 0.000000\
-974, 0.000000\
-974, 0.000000\
-974, 0.000000\
-974, 0.000000\
-974, 0.000000\
-974, 0.000000\
-974, 0.000000\
-975, 0.000000\
-975, 1.000000\
-975, 0.000000\
-975, 0.000000\
-975, 0.000000\
-975, 0.000000\
-975, 0.000000\
-975, 0.000000\
-975, 0.000000\
-976, 0.000000\
-976, 0.000000\
-976, 0.000000\
-976, 0.000000\
-976, 0.000000\
-976, 0.000000\
-976, 0.000000\
-976, 0.000000\
-976, 0.000000\
-977, 0.000000\
-977, 0.000000\
-977, 0.000000\
-977, 0.000000\
-977, 0.000000\
-977, 0.000000\
-977, 0.000000\
-977, 0.000000\
-977, 0.000000\
-978, 0.000000\
-978, 0.000000\
-978, 0.000000\
-978, 0.000000\
-978, 0.000000\
-978, 0.000000\
-978, 0.000000\
-978, 0.000000\
-978, 0.000000\
-979, 0.000000\
-979, 0.000000\
-979, 0.000000\
-979, 0.000000\
-979, 0.000000\
-979, 0.000000\
-979, 0.000000\
-979, 0.000000\
-979, 0.000000\
-980, 1.000000\
-980, 0.000000\
-980, 0.000000\
-980, 0.000000\
-980, 0.000000\
-980, 0.000000\
-980, 0.000000\
-980, 0.000000\
-980, 0.000000\
-981, 0.000000\
-981, 0.000000\
-981, 0.000000\
-981, 0.000000\
-981, 1.000000\
-981, 0.000000\
-981, 0.000000\
-981, 0.000000\
-981, 0.000000\
-982, 0.000000\
-982, 0.000000\
-982, 0.000000\
-982, 0.000000\
-982, 0.000000\
-982, 0.000000\
-982, 0.000000\
-982, 0.000000\
-982, 0.000000\
-983, 0.000000\
-983, 0.000000\
-983, 0.000000\
-983, 0.000000\
-983, 0.000000\
-983, 0.000000\
-983, 0.000000\
-983, 0.000000\
-983, 0.000000\
-984, 0.000000\
-984, 0.000000\
-984, 0.000000\
-984, 0.000000\
-984, 0.000000\
-984, 0.000000\
-984, 0.000000\
-984, 0.000000\
-984, 0.000000\
-985, 0.000000\
-985, 0.000000\
-985, 0.000000\
-985, 0.000000\
-985, 0.000000\
-985, 0.000000\
-985, 0.000000\
-985, 0.000000\
-985, 1.000000\
-986, 0.000000\
-986, 0.000000\
-986, 0.000000\
-986, 0.000000\
-986, 0.000000\
-986, 0.000000\
-986, 0.000000\
-986, 0.000000\
-986, 0.000000\
-987, 0.000000\
-987, 0.000000\
-987, 0.000000\
-987, 0.000000\
-987, 1.000000\
-987, 0.000000\
-987, 0.000000\
-987, 0.000000\
-987, 0.000000\
-988, 0.000000\
-988, 0.000000\
-988, 0.000000\
-988, 0.000000\
-988, 0.000000\
-988, 0.000000\
-988, 0.000000\
-988, 0.000000\
-988, 0.000000\
-989, 0.000000\
-989, 0.000000\
-989, 0.000000\
-989, 0.000000\
-989, 0.000000\
-989, 0.000000\
-989, 0.000000\
-989, 0.000000\
-989, 0.000000\
-990, 0.000000\
-990, 0.000000\
-990, 0.000000\
-990, 0.000000\
-990, 0.000000\
-990, 0.000000\
-990, 0.000000\
-990, 0.000000\
-990, 0.000000\
-991, 0.000000\
-991, 0.000000\
-991, 0.000000\
-991, 0.000000\
-991, 0.000000\
-991, 0.000000\
-991, 0.000000\
-991, 0.000000\
-991, 0.000000\
-992, 0.000000\
-992, 0.000000\
-992, 0.000000\
-992, 0.000000\
-992, 0.000000\
-992, 0.000000\
-992, 0.000000\
-992, 0.000000\
-992, 0.000000\
-993, 0.000000\
-993, 0.000000\
-993, 1.000000\
-993, 0.000000\
-993, 0.000000\
-993, 0.000000\
-993, 0.000000\
-993, 0.000000\
-993, 0.000000\
-994, 0.000000\
-994, 0.000000\
-994, 0.000000\
-994, 0.000000\
-994, 0.000000\
-994, 0.000000\
-994, 0.000000\
-994, 0.000000\
-994, 0.000000\
-995, 0.000000\
-995, 0.000000\
-995, 0.000000\
-995, 0.000000\
-995, 0.000000\
-995, 0.000000\
-995, 0.000000\
-995, 0.000000\
-995, 0.000000\
-996, 0.000000\
-996, 0.000000\
-996, 0.000000\
-996, 0.000000\
-996, 0.000000\
-996, 0.000000\
-996, 0.000000\
-996, 0.000000\
-996, 0.000000\
-997, 0.000000\
-997, 0.000000\
-997, 0.000000\
-997, 0.000000\
-997, 0.000000\
-997, 0.000000\
-997, 0.000000\
-997, 0.000000\
-997, 0.000000\
-998, 0.000000\
-998, 0.000000\
-998, 0.000000\
-998, 0.000000\
-998, 0.000000\
-998, 0.000000\
-998, 0.000000\
-998, 1.000000\
-998, 0.000000\
-999, 0.000000\
-999, 0.000000\
-999, 0.000000\
-999, 0.000000\
-999, 0.000000\
-999, 0.000000\
-999, 0.000000\
-999, 0.000000\
-999, 0.000000\
-1000, 0.000000\
-1000, 0.000000\
-1000, 0.000000\
-1000, 0.000000\
-1000, 0.000000\
-1000, 0.000000\
-1000, 0.000000\
-1000, 0.000000\
-1000, 0.000000\
-1001, 0.000000\
-1001, 0.000000\
-1001, 0.000000\
-1001, 0.000000\
-1001, 0.000000\
-1001, 0.000000\
-1001, 0.000000\
-1001, 0.000000\
-1001, 0.000000\
-1002, 0.000000\
-1002, 0.000000\
-1002, 0.000000\
-1002, 0.000000\
-1002, 0.000000\
-1002, 0.000000\
-1002, 0.000000\
-1002, 0.000000\
-1002, 1.000000\
-1003, 0.000000\
-1003, 0.000000\
-1003, 0.000000\
-1003, 0.000000\
-1003, 0.000000\
-1003, 0.000000\
-1003, 0.000000\
-1003, 0.000000\
-1003, 0.000000\
-1004, 0.000000\
-1004, 0.000000\
-1004, 0.000000\
-1004, 0.000000\
-1004, 0.000000\
-1004, 0.000000\
-1004, 0.000000\
-1004, 0.000000\
-1004, 0.000000\
-1005, 0.000000\
-1005, 0.000000\
-1005, 0.000000\
-1005, 0.000000\
-1005, 0.000000\
-1005, 0.000000\
-1005, 0.000000\
-1005, 0.000000\
-1005, 0.000000\
-1006, 1.000000\
-1006, 0.000000\
-1006, 1.000000\
-1006, 0.000000\
-1006, 0.000000\
-1006, 0.000000\
-1006, 0.000000\
-1006, 0.000000\
-1006, 0.000000\
-1007, 0.000000\
-1007, 0.000000\
-1007, 0.000000\
-1007, 0.000000\
-1007, 0.000000\
-1007, 0.000000\
-1007, 0.000000\
-1007, 0.000000\
-1007, 0.000000\
-1008, 0.000000\
-1008, 0.000000\
-1008, 0.000000\
-1008, 0.000000\
-1008, 0.000000\
-1008, 0.000000\
-1008, 0.000000\
-1008, 0.000000\
-1008, 0.000000\
-1009, 0.000000\
-1009, 0.000000\
-1009, 0.000000\
-1009, 0.000000\
-1009, 0.000000\
-1009, 0.000000\
-1009, 0.000000\
-1009, 0.000000\
-1009, 0.000000\
-1010, 0.000000\
-1010, 0.000000\
-1010, 0.000000\
-1010, 0.000000\
-1010, 0.000000\
-1010, 0.000000\
-1010, 0.000000\
-1010, 0.000000\
-1010, 1.000000\
-1011, 0.000000\
-1011, 0.000000\
-1011, 0.000000\
-1011, 0.000000\
-1011, 0.000000\
-1011, 0.000000\
-1011, 0.000000\
-1011, 0.000000\
-1011, 0.000000\
-1012, 0.000000\
-1012, 0.000000\
-1012, 0.000000\
-1012, 1.000000\
-1012, 0.000000\
-1012, 0.000000\
-1012, 0.000000\
-1012, 0.000000\
-1012, 0.000000\
-1013, 1.000000\
-1013, 0.000000\
-1013, 0.000000\
-1013, 1.000000\
-1013, 0.000000\
-1013, 0.000000\
-1013, 1.000000\
-1013, 0.000000\
-1013, 0.000000\
-1014, 0.000000\
-1014, 1.000000\
-1014, 0.000000\
-1014, 1.000000\
-1014, 0.000000\
-1014, 1.000000\
-1014, 0.000000\
-1014, 1.000000\
-1014, 0.000000\
-1015, 0.000000\
-1015, 0.000000\
-1015, 0.000000\
-1015, 1.000000\
-1015, 0.000000\
-1015, 0.000000\
-1015, 0.000000\
-1015, 1.000000\
-1015, 0.000000\
-1016, 1.000000\
-1016, 0.000000\
-1016, 0.000000\
-1016, 0.000000\
-1016, 0.000000\
-1016, 0.000000\
-1016, 0.000000\
-1016, 1.000000\
-1016, 0.000000\
-1017, 0.000000\
-1017, 1.000000\
-1017, 0.000000\
-1017, 1.000000\
-1017, 0.000000\
-1017, 1.000000\
-1017, 0.000000\
-1017, 0.000000\
-1017, 0.000000\
-1018, 0.000000\
-1018, 0.000000\
-1018, 0.000000\
-1018, 0.000000\
-1018, 1.000000\
-1018, 0.000000\
-1018, 0.000000\
-1018, 1.000000\
-1018, 0.000000\
-1019, 0.000000\
-1019, 1.000000\
-1019, 0.000000\
-1019, 0.000000\
-1019, 0.000000\
-1019, 1.000000\
-1019, 0.000000\
-1019, 0.000000\
-1019, 1.000000\
-1020, 0.000000\
-1020, 0.000000\
-1020, 0.000000\
-1020, 0.000000\
-1020, 0.000000\
-1020, 0.000000\
-1020, 1.000000\
-1020, 0.000000\
-1020, 0.000000\
-1021, 0.000000\
-1021, 0.000000\
-1021, 0.000000\
-1021, 0.000000\
-1021, 0.000000\
-1021, 1.000000\
-1021, 0.000000\
-1021, 0.000000\
-1021, 1.000000\
-1022, 0.000000\
-1022, 0.000000\
-1022, 0.000000\
-1022, 0.000000\
-1022, 0.000000\
-1022, 0.000000\
-1022, 1.000000\
-1022, 0.000000\
-1022, 0.000000\
-1023, 0.000000\
-1023, 0.000000\
-1023, 0.000000\
-1023, 0.000000\
-1023, 1.000000\
-1023, 0.000000\
-1023, 1.000000\
-1023, 0.000000\
-1023, 0.000000\
-1024, 0.000000\
-1024, 0.000000\
-1024, 0.000000\
-1024, 1.000000\
-1024, 0.000000\
-1024, 0.000000\
-1024, 0.000000\
-1024, 1.000000\
-1024, 0.000000\
-1025, 1.000000\
-1025, 0.000000\
-1025, 1.000000\
-1025, 0.000000\
-1025, 0.000000\
-1025, 1.000000\
-1025, 0.000000\
-1025, 0.000000\
-1025, 0.000000\
-1026, 0.000000\
-1026, 0.000000\
-1026, 0.000000\
-1026, 0.000000\
-1026, 0.000000\
-1026, 0.000000\
-1026, 0.000000\
-1026, 1.000000\
-1026, 0.000000\
-1027, 0.000000\
-1027, 1.000000\
-1027, 0.000000\
-1027, 0.000000\
-1027, 0.000000\
-1027, 0.000000\
-1027, 0.000000\
-1027, 0.000000\
-1027, 0.000000\
-1028, 0.000000\
-1028, 1.000000\
-1028, 0.000000\
-1028, 0.000000\
-1028, 0.000000\
-1028, 0.000000\
-1028, 0.000000\
-1028, 0.000000\
-1028, 1.000000\
-1029, 0.000000\
-1029, 0.000000\
-1029, 0.000000\
-1029, 0.000000\
-1029, 0.000000\
-1029, 0.000000\
-1029, 0.000000\
-1029, 0.000000\
-1029, 1.000000\
-1030, 0.000000\
-1030, 0.000000\
-1030, 0.000000\
-1030, 1.000000\
-1030, 0.000000\
-1030, 0.000000\
-1030, 0.000000\
-1030, 0.000000\
-1030, 0.000000\
-1031, 0.000000\
-1031, 0.000000\
-1031, 1.000000\
-1031, 0.000000\
-1031, 1.000000\
-1031, 0.000000\
-1031, 0.000000\
-1031, 0.000000\
-1031, 1.000000\
-1032, 0.000000\
-1032, 0.000000\
-1032, 0.000000\
-1032, 0.000000\
-1032, 0.000000\
-1032, 0.000000\
-1032, 0.000000\
-1032, 0.000000\
-1032, 0.000000\
-1033, 0.000000\
-1033, 0.000000\
-1033, 0.000000\
-1033, 0.000000\
-1033, 0.000000\
-1033, 0.000000\
-1033, 0.000000\
-1033, 0.000000\
-1033, 0.000000\
-1034, 0.000000\
-1034, 0.000000\
-1034, 0.000000\
-1034, 0.000000\
-1034, 0.000000\
-1034, 1.000000\
-1034, 0.000000\
-1034, 0.000000\
-1034, 0.000000\
-1035, 0.000000\
-1035, 0.000000\
-1035, 1.000000\
-1035, 0.000000\
-1035, 0.000000\
-1035, 0.000000\
-1035, 0.000000\
-1035, 0.000000\
-1035, 0.000000\
-1036, 0.000000\
-1036, 0.000000\
-1036, 0.000000\
-1036, 0.000000\
-1036, 0.000000\
-1036, 0.000000\
-1036, 0.000000\
-1036, 0.000000\
-1036, 0.000000\
-1037, 0.000000\
-1037, 0.000000\
-1037, 0.000000\
-1037, 0.000000\
-1037, 1.000000\
-1037, 0.000000\
-1037, 0.000000\
-1037, 0.000000\
-1037, 0.000000\
-1038, 0.000000\
-1038, 0.000000\
-1038, 0.000000\
-1038, 0.000000\
-1038, 0.000000\
-1038, 0.000000\
-1038, 0.000000\
-1038, 0.000000\
-1038, 0.000000\
-1039, 0.000000\
-1039, 0.000000\
-1039, 1.000000\
-1039, 0.000000\
-1039, 0.000000\
-1039, 0.000000\
-1039, 0.000000\
-1039, 1.000000\
-1039, 0.000000\
-1040, 0.000000\
-1040, 0.000000\
-1040, 1.000000\
-1040, 0.000000\
-1040, 0.000000\
-1040, 0.000000\
-1040, 0.000000\
-1040, 0.000000\
-1040, 0.000000\
-1041, 0.000000\
-1041, 0.000000\
-1041, 0.000000\
-1041, 1.000000\
-1041, 0.000000\
-1041, 0.000000\
-1041, 0.000000\
-1041, 0.000000\
-1041, 0.000000\
-1042, 0.000000\
-1042, 1.000000\
-1042, 0.000000\
-1042, 1.000000\
-1042, 0.000000\
-1042, 0.000000\
-1042, 0.000000\
-1042, 0.000000\
-1042, 1.000000\
-1043, 0.000000\
-1043, 0.000000\
-1043, 0.000000\
-1043, 0.000000\
-1043, 0.000000\
-1043, 0.000000\
-1043, 0.000000\
-1043, 0.000000\
-1043, 0.000000\
-1044, 0.000000\
-1044, 0.000000\
-1044, 0.000000\
-1044, 0.000000\
-1044, 0.000000\
-1044, 0.000000\
-1044, 0.000000\
-1044, 0.000000\
-1044, 1.000000\
-1045, 0.000000\
-1045, 0.000000\
-1045, 0.000000\
-1045, 0.000000\
-1045, 0.000000\
-1045, 0.000000\
-1045, 1.000000\
-1045, 0.000000\
-1045, 1.000000\
-1046, 0.000000\
-1046, 0.000000\
-1046, 0.000000\
-1046, 0.000000\
-1046, 0.000000\
-1046, 0.000000\
-1046, 0.000000\
-1046, 0.000000\
-1046, 0.000000\
-1047, 1.000000\
-1047, 0.000000\
-1047, 0.000000\
-1047, 0.000000\
-1047, 0.000000\
-1047, 0.000000\
-1047, 0.000000\
-1047, 0.000000\
-1047, 1.000000\
-1048, 0.000000\
-1048, 0.000000\
-1048, 0.000000\
-1048, 0.000000\
-1048, 0.000000\
-1048, 0.000000\
-1048, 0.000000\
-1048, 0.000000\
-1048, 0.000000\
-1049, 0.000000\
-1049, 0.000000\
-1049, 1.000000\
-1049, 0.000000\
-1049, 1.000000\
-1049, 0.000000\
-1049, 0.000000\
-1049, 0.000000\
-1049, 1.000000\
-1050, 0.000000\
-1050, 0.000000\
-1050, 0.000000\
-1050, 0.000000\
-1050, 0.000000\
-1050, 0.000000\
-1050, 0.000000\
-1050, 1.000000\
-1050, 0.000000\
-1051, 0.000000\
-1051, 0.000000\
-1051, 0.000000\
-1051, 0.000000\
-1051, 0.000000\
-1051, 0.000000\
-1051, 0.000000\
-1051, 0.000000\
-1051, 0.000000\
-1052, 0.000000\
-1052, 0.000000\
-1052, 0.000000\
-1052, 0.000000\
-1052, 1.000000\
-1052, 0.000000\
-1052, 0.000000\
-1052, 1.000000\
-1052, 0.000000\
-1053, 1.000000\
-1053, 0.000000\
-1053, 0.000000\
-1053, 0.000000\
-1053, 0.000000\
-1053, 0.000000\
-1053, 0.000000\
-1053, 0.000000\
-1053, 0.000000\
-1054, 0.000000\
-1054, 0.000000\
-1054, 1.000000\
-1054, 0.000000\
-1054, 0.000000\
-1054, 0.000000\
-1054, 0.000000\
-1054, 1.000000\
-1054, 0.000000\
-1055, 0.000000\
-1055, 0.000000\
-1055, 0.000000\
-1055, 0.000000\
-1055, 0.000000\
-1055, 0.000000\
-1055, 0.000000\
-1055, 0.000000\
-1055, 0.000000\
-1056, 0.000000\
-1056, 0.000000\
-1056, 1.000000\
-1056, 0.000000\
-1056, 0.000000\
-1056, 0.000000\
-1056, 0.000000\
-1056, 0.000000\
-1056, 0.000000\
-1057, 1.000000\
-1057, 0.000000\
-1057, 0.000000\
-1057, 0.000000\
-1057, 0.000000\
-1057, 0.000000\
-1057, 0.000000\
-1057, 0.000000\
-1057, 0.000000\
-1058, 1.000000\
-1058, 0.000000\
-1058, 0.000000\
-1058, 0.000000\
-1058, 0.000000\
-1058, 0.000000\
-1058, 0.000000\
-1058, 0.000000\
-1058, 0.000000\
-1059, 1.000000\
-1059, 0.000000\
-1059, 1.000000\
-1059, 0.000000\
-1059, 0.000000\
-1059, 0.000000\
-1059, 0.000000\
-1059, 1.000000\
-1059, 0.000000\
-1060, 0.000000\
-1060, 0.000000\
-1060, 0.000000\
-1060, 0.000000\
-1060, 0.000000\
-1060, 0.000000\
-1060, 1.000000\
-1060, 0.000000\
-1060, 0.000000\
-1061, 0.000000\
-1061, 0.000000\
-1061, 1.000000\
-1061, 0.000000\
-1061, 1.000000\
-1061, 0.000000\
-1061, 0.000000\
-1061, 0.000000\
-1061, 1.000000\
-1062, 0.000000\
-1062, 0.000000\
-1062, 0.000000\
-1062, 1.000000\
-1062, 0.000000\
-1062, 0.000000\
-1062, 0.000000\
-1062, 0.000000\
-1062, 0.000000\
-1063, 0.000000\
-1063, 0.000000\
-1063, 0.000000\
-1063, 0.000000\
-1063, 1.000000\
-1063, 0.000000\
-1063, 0.000000\
-1063, 0.000000\
-1063, 0.000000\
-1064, 0.000000\
-1064, 1.000000\
-1064, 0.000000\
-1064, 1.000000\
-1064, 0.000000\
-1064, 0.000000\
-1064, 0.000000\
-1064, 0.000000\
-1064, 0.000000\
-1065, 0.000000\
-1065, 0.000000\
-1065, 1.000000\
-1065, 0.000000\
-1065, 0.000000\
-1065, 0.000000\
-1065, 0.000000\
-1065, 1.000000\
-1065, 0.000000\
-1066, 0.000000\
-1066, 0.000000\
-1066, 0.000000\
-1066, 1.000000\
-1066, 0.000000\
-1066, 1.000000\
-1066, 0.000000\
-1066, 0.000000\
-1066, 0.000000\
-1067, 0.000000\
-1067, 0.000000\
-1067, 1.000000\
-1067, 0.000000\
-1067, 0.000000\
-1067, 0.000000\
-1067, 0.000000\
-1067, 0.000000\
-1067, 0.000000\
-1068, 0.000000\
-1068, 0.000000\
-1068, 0.000000\
-1068, 0.000000\
-1068, 0.000000\
-1068, 0.000000\
-1068, 1.000000\
-1068, 0.000000\
-1068, 1.000000\
-1069, 0.000000\
-1069, 0.000000\
-1069, 0.000000\
-1069, 1.000000\
-1069, 0.000000\
-1069, 0.000000\
-1069, 0.000000\
-1069, 1.000000\
-1069, 0.000000\
-1070, 0.000000\
-1070, 0.000000\
-1070, 0.000000\
-1070, 0.000000\
-1070, 0.000000\
-1070, 1.000000\
-1070, 0.000000\
-1070, 0.000000\
-1070, 0.000000\
-1071, 0.000000\
-1071, 0.000000\
-1071, 0.000000\
-1071, 0.000000\
-1071, 0.000000\
-1071, 0.000000\
-1071, 0.000000\
-1071, 0.000000\
-1071, 0.000000\
-1072, 0.000000\
-1072, 0.000000\
-1072, 0.000000\
-1072, 1.000000\
-1072, 0.000000\
-1072, 0.000000\
-1072, 1.000000\
-1072, 0.000000\
-1072, 0.000000\
-1073, 0.000000\
-1073, 0.000000\
-1073, 1.000000\
-1073, 0.000000\
-1073, 0.000000\
-1073, 0.000000\
-1073, 1.000000\
-1073, 0.000000\
-1073, 0.000000\
-1074, 0.000000\
-1074, 0.000000\
-1074, 1.000000\
-1074, 0.000000\
-1074, 0.000000\
-1074, 0.000000\
-1074, 0.000000\
-1074, 0.000000\
-1074, 0.000000\
-1075, 1.000000\
-1075, 0.000000\
-1075, 0.000000\
-1075, 0.000000\
-1075, 0.000000\
-1075, 0.000000\
-1075, 0.000000\
-1075, 0.000000\
-1075, 0.000000\
-1076, 1.000000\
-1076, 0.000000\
-1076, 0.000000\
-1076, 0.000000\
-1076, 0.000000\
-1076, 0.000000\
-1076, 0.000000\
-1076, 0.000000\
-1076, 0.000000\
-1077, 0.000000\
-1077, 0.000000\
-1077, 0.000000\
-1077, 0.000000\
-1077, 0.000000\
-1077, 0.000000\
-1077, 0.000000\
-1077, 0.000000\
-1077, 0.000000\
-1078, 1.000000\
-1078, 0.000000\
-1078, 0.000000\
-1078, 0.000000\
-1078, 0.000000\
-1078, 0.000000\
-1078, 0.000000\
-1078, 1.000000\
-1078, 0.000000\
-1079, 1.000000\
-1079, 0.000000\
-1079, 0.000000\
-1079, 0.000000\
-1079, 1.000000\
-1079, 0.000000\
-1079, 0.000000\
-1079, 0.000000\
-1079, 0.000000\
-1080, 0.000000\
-1080, 0.000000\
-1080, 0.000000\
-1080, 0.000000\
-1080, 0.000000\
-1080, 0.000000\
-1080, 1.000000\
-1080, 0.000000\
-1080, 0.000000\
-1081, 0.000000\
-1081, 0.000000\
-1081, 0.000000\
-1081, 0.000000\
-1081, 0.000000\
-1081, 0.000000\
-1081, 0.000000\
-1081, 0.000000\
-1081, 0.000000\
-1082, 0.000000\
-1082, 0.000000\
-1082, 0.000000\
-1082, 0.000000\
-1082, 0.000000\
-1082, 0.000000\
-1082, 0.000000\
-1082, 0.000000\
-1082, 0.000000\
-1083, 0.000000\
-1083, 0.000000\
-1083, 0.000000\
-1083, 0.000000\
-1083, 0.000000\
-1083, 1.000000\
-1083, 0.000000\
-1083, 1.000000\
-1083, 0.000000\
-1084, 0.000000\
-1084, 0.000000\
-1084, 0.000000\
-1084, 0.000000\
-1084, 0.000000\
-1084, 0.000000\
-1084, 0.000000\
-1084, 0.000000\
-1084, 0.000000\
-1085, 0.000000\
-1085, 0.000000\
-1085, 0.000000\
-1085, 0.000000\
-1085, 0.000000\
-1085, 0.000000\
-1085, 0.000000\
-1085, 0.000000\
-1085, 0.000000\
-1086, 0.000000\
-1086, 0.000000\
-1086, 1.000000\
-1086, 0.000000\
-1086, 0.000000\
-1086, 0.000000\
-1086, 0.000000\
-1086, 0.000000\
-1086, 0.000000\
-1087, 0.000000\
-1087, 0.000000\
-1087, 0.000000\
-1087, 0.000000\
-1087, 0.000000\
-1087, 0.000000\
-1087, 1.000000\
-1087, 0.000000\
-1087, 0.000000\
-1088, 0.000000\
-1088, 0.000000\
-1088, 1.000000\
-1088, 0.000000\
-1088, 1.000000\
-1088, 0.000000\
-1088, 0.000000\
-1088, 0.000000\
-1088, 0.000000\
-1089, 0.000000\
-1089, 0.000000\
-1089, 0.000000\
-1089, 0.000000\
-1089, 0.000000\
-1089, 0.000000\
-1089, 1.000000\
-1089, 0.000000\
-1089, 0.000000\
-1090, 0.000000\
-1090, 0.000000\
-1090, 0.000000\
-1090, 0.000000\
-1090, 0.000000\
-1090, 0.000000\
-1090, 0.000000\
-1090, 0.000000\
-1090, 0.000000\
-1091, 0.000000\
-1091, 0.000000\
-1091, 0.000000\
-1091, 0.000000\
-1091, 0.000000\
-1091, 0.000000\
-1091, 0.000000\
-1091, 0.000000\
-1091, 0.000000\
-1092, 0.000000\
-1092, 0.000000\
-1092, 1.000000\
-1092, 0.000000\
-1092, 0.000000\
-1092, 0.000000\
-1092, 0.000000\
-1092, 1.000000\
-1092, 0.000000\
-1093, 0.000000\
-1093, 0.000000\
-1093, 0.000000\
-1093, 0.000000\
-1093, 0.000000\
-1093, 0.000000\
-1093, 0.000000\
-1093, 0.000000\
-1093, 1.000000\
-1094, 0.000000\
-1094, 0.000000\
-1094, 0.000000\
-1094, 0.000000\
-1094, 0.000000\
-1094, 0.000000\
-1094, 0.000000\
-1094, 0.000000\
-1094, 0.000000\
-1095, 1.000000\
-1095, 0.000000\
-1095, 0.000000\
-1095, 0.000000\
-1095, 0.000000\
-1095, 0.000000\
-1095, 0.000000\
-1095, 0.000000\
-1095, 0.000000\
-1096, 0.000000\
-1096, 0.000000\
-1096, 0.000000\
-1096, 0.000000\
-1096, 0.000000\
-1096, 0.000000\
-1096, 0.000000\
-1096, 0.000000\
-1096, 0.000000\
-1097, 0.000000\
-1097, 0.000000\
-1097, 1.000000\
-1097, 0.000000\
-1097, 0.000000\
-1097, 0.000000\
-1097, 0.000000\
-1097, 0.000000\
-1097, 0.000000\
-1098, 0.000000\
-1098, 0.000000\
-1098, 0.000000\
-1098, 0.000000\
-1098, 0.000000\
-1098, 0.000000\
-1098, 0.000000\
-1098, 0.000000\
-1098, 0.000000\
-1099, 0.000000\
-1099, 0.000000\
-1099, 0.000000\
-1099, 0.000000\
-1099, 0.000000\
-1099, 0.000000\
-1099, 0.000000\
-1099, 0.000000\
-1099, 0.000000\
-1100, 0.000000\
-1100, 0.000000\
-1100, 0.000000\
-1100, 0.000000\
-1100, 0.000000\
-1100, 0.000000\
-1100, 0.000000\
-1100, 0.000000\
-1100, 0.000000\
-1101, 0.000000\
-1101, 0.000000\
-1101, 0.000000\
-1101, 0.000000\
-1101, 0.000000\
-1101, 0.000000\
-1101, 0.000000\
-1101, 0.000000\
-1101, 1.000000\
-1102, 0.000000\
-1102, 0.000000\
-1102, 0.000000\
-1102, 0.000000\
-1102, 0.000000\
-1102, 0.000000\
-1102, 0.000000\
-1102, 0.000000\
-1102, 0.000000\
-1103, 0.000000\
-1103, 0.000000\
-1103, 1.000000\
-1103, 0.000000\
-1103, 0.000000\
-1103, 0.000000\
-1103, 0.000000\
-1103, 0.000000\
-1103, 1.000000\
-1104, 0.000000\
-1104, 0.000000\
-1104, 0.000000\
-1104, 0.000000\
-1104, 0.000000\
-1104, 1.000000\
-1104, 0.000000\
-1104, 0.000000\
-1104, 0.000000\
-1105, 0.000000\
-1105, 0.000000\
-1105, 1.000000\
-1105, 0.000000\
-1105, 0.000000\
-1105, 1.000000\
-1105, 0.000000\
-1105, 0.000000\
-1105, 0.000000\
-1106, 0.000000\
-1106, 1.000000\
-1106, 0.000000\
-1106, 0.000000\
-1106, 0.000000\
-1106, 0.000000\
-1106, 1.000000\
-1106, 0.000000\
-1106, 0.000000\
-1107, 0.000000\
-1107, 0.000000\
-1107, 0.000000\
-1107, 0.000000\
-1107, 0.000000\
-1107, 0.000000\
-1107, 0.000000\
-1107, 1.000000\
-1107, 0.000000\
-1108, 0.000000\
-1108, 1.000000\
-1108, 0.000000\
-1108, 0.000000\
-1108, 0.000000\
-1108, 0.000000\
-1108, 0.000000\
-1108, 0.000000\
-1108, 0.000000\
-1109, 0.000000\
-1109, 0.000000\
-1109, 0.000000\
-1109, 0.000000\
-1109, 0.000000\
-1109, 1.000000\
-1109, 0.000000\
-1109, 0.000000\
-1109, 1.000000\
-1110, 0.000000\
-1110, 0.000000\
-1110, 0.000000\
-1110, 0.000000\
-1110, 0.000000\
-1110, 0.000000\
-1110, 0.000000\
-1110, 0.000000\
-1110, 0.000000\
-1111, 0.000000\
-1111, 0.000000\
-1111, 0.000000\
-1111, 0.000000\
-1111, 0.000000\
-1111, 0.000000\
-1111, 0.000000\
-1111, 0.000000\
-1111, 0.000000\
-1112, 0.000000\
-1112, 0.000000\
-1112, 0.000000\
-1112, 0.000000\
-1112, 0.000000\
-1112, 0.000000\
-1112, 0.000000\
-1112, 0.000000\
-1112, 0.000000\
-1113, 0.000000\
-1113, 0.000000\
-1113, 1.000000\
-1113, 0.000000\
-1113, 0.000000\
-1113, 0.000000\
-1113, 0.000000\
-1113, 0.000000\
-1113, 0.000000\
-1114, 0.000000\
-1114, 0.000000\
-1114, 0.000000\
-1114, 0.000000\
-1114, 0.000000\
-1114, 1.000000\
-1114, 0.000000\
-1114, 0.000000\
-1114, 0.000000\
-1115, 0.000000\
-1115, 0.000000\
-1115, 0.000000\
-1115, 0.000000\
-1115, 0.000000\
-1115, 0.000000\
-1115, 0.000000\
-1115, 0.000000\
-1115, 1.000000\
-1116, 0.000000\
-1116, 0.000000\
-1116, 0.000000\
-1116, 0.000000\
-1116, 1.000000\
-1116, 0.000000\
-1116, 0.000000\
-1116, 1.000000\
-1116, 0.000000\
-1117, 0.000000\
-1117, 0.000000\
-1117, 0.000000\
-1117, 0.000000\
-1117, 1.000000\
-1117, 0.000000\
-1117, 0.000000\
-1117, 0.000000\
-1117, 0.000000\
-1118, 0.000000\
-1118, 0.000000\
-1118, 0.000000\
-1118, 0.000000\
-1118, 0.000000\
-1118, 0.000000\
-1118, 0.000000\
-1118, 0.000000\
-1118, 0.000000\
-1119, 0.000000\
-1119, 0.000000\
-1119, 1.000000\
-1119, 0.000000\
-1119, 0.000000\
-1119, 1.000000\
-1119, 0.000000\
-1119, 0.000000\
-1119, 0.000000\
-1120, 0.000000\
-1120, 0.000000\
-1120, 0.000000\
-1120, 1.000000\
-1120, 0.000000\
-1120, 0.000000\
-1120, 0.000000\
-1120, 0.000000\
-1120, 0.000000\
-1121, 0.000000\
-1121, 0.000000\
-1121, 0.000000\
-1121, 0.000000\
-1121, 0.000000\
-1121, 0.000000\
-1121, 0.000000\
-1121, 0.000000\
-1121, 0.000000\
-1122, 1.000000\
-1122, 0.000000\
-1122, 0.000000\
-1122, 0.000000\
-1122, 0.000000\
-1122, 0.000000\
-1122, 0.000000\
-1122, 0.000000\
-1122, 0.000000\
-1123, 0.000000\
-1123, 0.000000\
-1123, 0.000000\
-1123, 0.000000\
-1123, 0.000000\
-1123, 0.000000\
-1123, 0.000000\
-1123, 0.000000\
-1123, 0.000000\
-1124, 0.000000\
-1124, 0.000000\
-1124, 0.000000\
-1124, 0.000000\
-1124, 0.000000\
-1124, 1.000000\
-1124, 0.000000\
-1124, 0.000000\
-1124, 0.000000\
-1125, 0.000000\
-1125, 0.000000\
-1125, 0.000000\
-1125, 0.000000\
-1125, 0.000000\
-1125, 0.000000\
-1125, 0.000000\
-1125, 0.000000\
-1125, 0.000000\
-1126, 0.000000\
-1126, 1.000000\
-1126, 0.000000\
-1126, 0.000000\
-1126, 1.000000\
-1126, 0.000000\
-1126, 0.000000\
-1126, 0.000000\
-1126, 0.000000\
-1127, 0.000000\
-1127, 0.000000\
-1127, 0.000000\
-1127, 0.000000\
-1127, 0.000000\
-1127, 0.000000\
-1127, 0.000000\
-1127, 0.000000\
-1127, 0.000000\
-1128, 0.000000\
-1128, 0.000000\
-1128, 0.000000\
-1128, 0.000000\
-1128, 1.000000\
-1128, 0.000000\
-1128, 0.000000\
-1128, 0.000000\
-1128, 0.000000\
-1129, 0.000000\
-1129, 0.000000\
-1129, 0.000000\
-1129, 0.000000\
-1129, 0.000000\
-1129, 0.000000\
-1129, 0.000000\
-1129, 0.000000\
-1129, 0.000000\
-1130, 0.000000\
-1130, 0.000000\
-1130, 0.000000\
-1130, 0.000000\
-1130, 0.000000\
-1130, 0.000000\
-1130, 0.000000\
-1130, 0.000000\
-1130, 0.000000\
-1131, 0.000000\
-1131, 0.000000\
-1131, 0.000000\
-1131, 0.000000\
-1131, 0.000000\
-1131, 1.000000\
-1131, 0.000000\
-1131, 0.000000\
-1131, 0.000000\
-1132, 0.000000\
-1132, 1.000000\
-1132, 0.000000\
-1132, 0.000000\
-1132, 0.000000\
-1132, 0.000000\
-1132, 0.000000\
-1132, 0.000000\
-1132, 1.000000\
-1133, 0.000000\
-1133, 0.000000\
-1133, 0.000000\
-1133, 0.000000\
-1133, 1.000000\
-1133, 0.000000\
-1133, 1.000000\
-1133, 0.000000\
-1133, 0.000000\
-1134, 0.000000\
-1134, 1.000000\
-1134, 0.000000\
-1134, 0.000000\
-1134, 0.000000\
-1134, 0.000000\
-1134, 0.000000\
-1134, 0.000000\
-1134, 0.000000\
-1135, 0.000000\
-1135, 0.000000\
-1135, 0.000000\
-1135, 1.000000\
-1135, 0.000000\
-1135, 1.000000\
-1135, 0.000000\
-1135, 0.000000\
-1135, 0.000000\
-1136, 1.000000\
-1136, 0.000000\
-1136, 0.000000\
-1136, 0.000000\
-1136, 0.000000\
-1136, 1.000000\
-1136, 0.000000\
-1136, 0.000000\
-1136, 0.000000\
-1137, 0.000000\
-1137, 0.000000\
-1137, 0.000000\
-1137, 0.000000\
-1137, 0.000000\
-1137, 0.000000\
-1137, 0.000000\
-1137, 0.000000\
-1137, 0.000000\
-1138, 0.000000\
-1138, 0.000000\
-1138, 0.000000\
-1138, 0.000000\
-1138, 0.000000\
-1138, 1.000000\
-1138, 0.000000\
-1138, 0.000000\
-1138, 0.000000\
-1139, 1.000000\
-1139, 0.000000\
-1139, 0.000000\
-1139, 1.000000\
-1139, 0.000000\
-1139, 0.000000\
-1139, 0.000000\
-1139, 0.000000\
-1139, 0.000000\
-1140, 0.000000\
-1140, 1.000000\
-1140, 0.000000\
-1140, 0.000000\
-1140, 0.000000\
-1140, 0.000000\
-1140, 0.000000\
-1140, 0.000000\
-1140, 0.000000\
-1141, 0.000000\
-1141, 0.000000\
-1141, 0.000000\
-1141, 0.000000\
-1141, 0.000000\
-1141, 0.000000\
-1141, 0.000000\
-1141, 0.000000\
-1141, 0.000000\
-1142, 0.000000\
-1142, 0.000000\
-1142, 0.000000\
-1142, 0.000000\
-1142, 0.000000\
-1142, 0.000000\
-1142, 0.000000\
-1142, 0.000000\
-1142, 0.000000\
-1143, 0.000000\
-1143, 0.000000\
-1143, 0.000000\
-1143, 0.000000\
-1143, 0.000000\
-1143, 0.000000\
-1143, 0.000000\
-1143, 0.000000\
-1143, 1.000000\
-1144, 0.000000\
-1144, 0.000000\
-1144, 0.000000\
-1144, 0.000000\
-1144, 1.000000\
-1144, 0.000000\
-1144, 0.000000\
-1144, 0.000000\
-1144, 0.000000\
-1145, 0.000000\
-1145, 1.000000\
-1145, 0.000000\
-1145, 0.000000\
-1145, 0.000000\
-1145, 1.000000\
-1145, 0.000000\
-1145, 0.000000\
-1145, 0.000000\
-1146, 0.000000\
-1146, 0.000000\
-1146, 0.000000\
-1146, 0.000000\
-1146, 0.000000\
-1146, 0.000000\
-1146, 0.000000\
-1146, 0.000000\
-1146, 0.000000\
-1147, 0.000000\
-1147, 0.000000\
-1147, 0.000000\
-1147, 0.000000\
-1147, 1.000000\
-1147, 0.000000\
-1147, 0.000000\
-1147, 0.000000\
-1147, 1.000000\
-1148, 0.000000\
-1148, 0.000000\
-1148, 0.000000\
-1148, 0.000000\
-1148, 0.000000\
-1148, 0.000000\
-1148, 0.000000\
-1148, 0.000000\
-1148, 1.000000\
-1149, 0.000000\
-1149, 0.000000\
-1149, 0.000000\
-1149, 0.000000\
-1149, 0.000000\
-1149, 0.000000\
-1149, 0.000000\
-1149, 0.000000\
-1149, 0.000000\
-1150, 0.000000\
-1150, 0.000000\
-1150, 0.000000\
-1150, 0.000000\
-1150, 0.000000\
-1150, 0.000000\
-1150, 0.000000\
-1150, 0.000000\
-1150, 0.000000\
-1151, 0.000000\
-1151, 0.000000\
-1151, 0.000000\
-1151, 0.000000\
-1151, 1.000000\
-1151, 0.000000\
-1151, 0.000000\
-1151, 1.000000\
-1151, 0.000000\
-1152, 0.000000\
-1152, 0.000000\
-1152, 1.000000\
-1152, 0.000000\
-1152, 0.000000\
-1152, 1.000000\
-1152, 0.000000\
-1152, 1.000000\
-1152, 0.000000\
-1153, 0.000000\
-1153, 0.000000\
-1153, 0.000000\
-1153, 0.000000\
-1153, 0.000000\
-1153, 0.000000\
-1153, 0.000000\
-1153, 0.000000\
-1153, 0.000000\
-1154, 0.000000\
-1154, 0.000000\
-1154, 0.000000\
-1154, 1.000000\
-1154, 0.000000\
-1154, 0.000000\
-1154, 0.000000\
-1154, 0.000000\
-1154, 0.000000\
-1155, 0.000000\
-1155, 1.000000\
-1155, 0.000000\
-1155, 0.000000\
-1155, 0.000000\
-1155, 0.000000\
-1155, 0.000000\
-1155, 1.000000\
-1155, 0.000000\
-1156, 0.000000\
-1156, 0.000000\
-1156, 0.000000\
-1156, 0.000000\
-1156, 0.000000\
-1156, 0.000000\
-1156, 0.000000\
-1156, 0.000000\
-1156, 0.000000\
-1157, 1.000000\
-1157, 0.000000\
-1157, 0.000000\
-1157, 0.000000\
-1157, 0.000000\
-1157, 0.000000\
-1157, 0.000000\
-1157, 0.000000\
-1157, 0.000000\
-1158, 0.000000\
-1158, 0.000000\
-1158, 1.000000\
-1158, 0.000000\
-1158, 0.000000\
-1158, 0.000000\
-1158, 0.000000\
-1158, 1.000000\
-1158, 0.000000\
-1159, 0.000000\
-1159, 0.000000\
-1159, 0.000000\
-1159, 0.000000\
-1159, 0.000000\
-1159, 0.000000\
-1159, 0.000000\
-1159, 0.000000\
-1159, 0.000000\
-1160, 0.000000\
-1160, 1.000000\
-1160, 0.000000\
-1160, 0.000000\
-1160, 0.000000\
-1160, 0.000000\
-1160, 0.000000\
-1160, 0.000000\
-1160, 0.000000\
-1161, 0.000000\
-1161, 0.000000\
-1161, 0.000000\
-1161, 0.000000\
-1161, 0.000000\
-1161, 0.000000\
-1161, 0.000000\
-1161, 0.000000\
-1161, 1.000000\
-1162, 0.000000\
-1162, 0.000000\
-1162, 0.000000\
-1162, 0.000000\
-1162, 1.000000\
-1162, 0.000000\
-1162, 1.000000\
-1162, 0.000000\
-1162, 0.000000\
-1163, 0.000000\
-1163, 0.000000\
-1163, 0.000000\
-1163, 0.000000\
-1163, 0.000000\
-1163, 0.000000\
-1163, 0.000000\
-1163, 0.000000\
-1163, 0.000000\
-1164, 1.000000\
-1164, 0.000000\
-1164, 0.000000\
-1164, 0.000000\
-1164, 0.000000\
-1164, 0.000000\
-1164, 1.000000\
-1164, 0.000000\
-1164, 0.000000\
-1165, 0.000000\
-1165, 0.000000\
-1165, 0.000000\
-1165, 0.000000\
-1165, 0.000000\
-1165, 0.000000\
-1165, 0.000000\
-1165, 0.000000\
-1165, 0.000000\
-1166, 1.000000\
-1166, 0.000000\
-1166, 1.000000\
-1166, 0.000000\
-1166, 0.000000\
-1166, 1.000000\
-1166, 0.000000\
-1166, 0.000000\
-1166, 0.000000\
-1167, 0.000000\
-1167, 0.000000\
-1167, 0.000000\
-1167, 0.000000\
-1167, 0.000000\
-1167, 1.000000\
-1167, 0.000000\
-1167, 0.000000\
-1167, 0.000000\
-1168, 0.000000\
-1168, 0.000000\
-1168, 0.000000\
-1168, 0.000000\
-1168, 0.000000\
-1168, 0.000000\
-1168, 0.000000\
-1168, 1.000000\
-1168, 0.000000\
-1169, 0.000000\
-1169, 1.000000\
-1169, 0.000000\
-1169, 0.000000\
-1169, 0.000000\
-1169, 1.000000\
-1169, 0.000000\
-1169, 0.000000\
-1169, 0.000000\
-1170, 0.000000\
-1170, 0.000000\
-1170, 0.000000\
-1170, 0.000000\
-1170, 0.000000\
-1170, 0.000000\
-1170, 0.000000\
-1170, 0.000000\
-1170, 0.000000\
-1171, 0.000000\
-1171, 0.000000\
-1171, 0.000000\
-1171, 0.000000\
-1171, 0.000000\
-1171, 0.000000\
-1171, 0.000000\
-1171, 0.000000\
-1171, 0.000000\
-1172, 0.000000\
-1172, 0.000000\
-1172, 0.000000\
-1172, 0.000000\
-1172, 0.000000\
-1172, 0.000000\
-1172, 0.000000\
-1172, 1.000000\
-1172, 0.000000\
-1173, 0.000000\
-1173, 0.000000\
-1173, 0.000000\
-1173, 0.000000\
-1173, 0.000000\
-1173, 0.000000\
-1173, 0.000000\
-1173, 0.000000\
-1173, 0.000000\
-1174, 0.000000\
-1174, 0.000000\
-1174, 0.000000\
-1174, 0.000000\
-1174, 0.000000\
-1174, 0.000000\
-1174, 0.000000\
-1174, 0.000000\
-1174, 0.000000\
-1175, 0.000000\
-1175, 0.000000\
-1175, 0.000000\
-1175, 0.000000\
-1175, 1.000000\
-1175, 0.000000\
-1175, 0.000000\
-1175, 0.000000\
-1175, 0.000000\
-1176, 0.000000\
-1176, 0.000000\
-1176, 0.000000\
-1176, 0.000000\
-1176, 0.000000\
-1176, 0.000000\
-1176, 0.000000\
-1176, 1.000000\
-1176, 0.000000\
-1177, 0.000000\
-1177, 0.000000\
-1177, 0.000000\
-1177, 0.000000\
-1177, 1.000000\
-1177, 0.000000\
-1177, 0.000000\
-1177, 1.000000\
-1177, 0.000000\
-1178, 0.000000\
-1178, 0.000000\
-1178, 0.000000\
-1178, 0.000000\
-1178, 1.000000\
-1178, 0.000000\
-1178, 0.000000\
-1178, 0.000000\
-1178, 0.000000\
-1179, 0.000000\
-1179, 0.000000\
-1179, 1.000000\
-1179, 0.000000\
-1179, 0.000000\
-1179, 0.000000\
-1179, 0.000000\
-1179, 0.000000\
-1179, 0.000000\
-1180, 1.000000\
-1180, 0.000000\
-1180, 0.000000\
-1180, 0.000000\
-1180, 1.000000\
-1180, 0.000000\
-1180, 0.000000\
-1180, 1.000000\
-1180, 0.000000\
-1181, 0.000000\
-1181, 0.000000\
-1181, 1.000000\
-1181, 0.000000\
-1181, 0.000000\
-1181, 0.000000\
-1181, 0.000000\
-1181, 0.000000\
-1181, 1.000000\
-1182, 0.000000\
-1182, 0.000000\
-1182, 0.000000\
-1182, 1.000000\
-1182, 0.000000\
-1182, 0.000000\
-1182, 0.000000\
-1182, 0.000000\
-1182, 0.000000\
-1183, 1.000000\
-1183, 0.000000\
-1183, 0.000000\
-1183, 0.000000\
-1183, 1.000000\
-1183, 0.000000\
-1183, 0.000000\
-1183, 1.000000\
-1183, 0.000000\
-1184, 0.000000\
-1184, 1.000000\
-1184, 0.000000\
-1184, 0.000000\
-1184, 0.000000\
-1184, 0.000000\
-1184, 0.000000\
-1184, 0.000000\
-1184, 1.000000\
-1185, 0.000000\
-1185, 0.000000\
-1185, 0.000000\
-1185, 1.000000\
-1185, 0.000000\
-1185, 0.000000\
-1185, 0.000000\
-1185, 0.000000\
-1185, 0.000000\
-1186, 0.000000\
-1186, 0.000000\
-1186, 0.000000\
-1186, 0.000000\
-1186, 0.000000\
-1186, 0.000000\
-1186, 0.000000\
-1186, 0.000000\
-1186, 0.000000\
-1187, 0.000000\
-1187, 1.000000\
-1187, 0.000000\
-1187, 0.000000\
-1187, 1.000000\
-1187, 0.000000\
-1187, 0.000000\
-1187, 0.000000\
-1187, 0.000000\
-1188, 1.000000\
-1188, 0.000000\
-1188, 1.000000\
-1188, 0.000000\
-1188, 0.000000\
-1188, 0.000000\
-1188, 0.000000\
-1188, 0.000000\
-1188, 1.000000\
-1189, 0.000000\
-1189, 0.000000\
-1189, 0.000000\
-1189, 0.000000\
-1189, 0.000000\
-1189, 0.000000\
-1189, 0.000000\
-1189, 0.000000\
-1189, 1.000000\
-1190, 0.000000\
-1190, 0.000000\
-1190, 0.000000\
-1190, 1.000000\
-1190, 0.000000\
-1190, 0.000000\
-1190, 0.000000\
-1190, 0.000000\
-1190, 1.000000\
-1191, 0.000000\
-1191, 0.000000\
-1191, 0.000000\
-1191, 0.000000\
-1191, 0.000000\
-1191, 0.000000\
-1191, 0.000000\
-1191, 1.000000\
-1191, 0.000000\
-1192, 0.000000\
-1192, 1.000000\
-1192, 0.000000\
-1192, 0.000000\
-1192, 0.000000\
-1192, 0.000000\
-1192, 0.000000\
-1192, 1.000000\
-1192, 0.000000\
-1193, 1.000000\
-1193, 0.000000\
-1193, 0.000000\
-1193, 0.000000\
-1193, 0.000000\
-1193, 0.000000\
-1193, 0.000000\
-1193, 0.000000\
-1193, 0.000000\
-1194, 0.000000\
-1194, 0.000000\
-1194, 0.000000\
-1194, 0.000000\
-1194, 0.000000\
-1194, 0.000000\
-1194, 1.000000\
-1194, 0.000000\
-1194, 0.000000\
-1195, 0.000000\
-1195, 1.000000\
-1195, 0.000000\
-1195, 0.000000\
-1195, 0.000000\
-1195, 0.000000\
-1195, 0.000000\
-1195, 0.000000\
-1195, 0.000000\
-1196, 0.000000\
-1196, 1.000000\
-1196, 0.000000\
-1196, 0.000000\
-1196, 0.000000\
-1196, 0.000000\
-1196, 1.000000\
-1196, 0.000000\
-1196, 0.000000\
-1197, 0.000000\
-1197, 0.000000\
-1197, 0.000000\
-1197, 0.000000\
-1197, 0.000000\
-1197, 0.000000\
-1197, 0.000000\
-1197, 0.000000\
-1197, 0.000000\
-1198, 0.000000\
-1198, 0.000000\
-1198, 0.000000\
-1198, 1.000000\
-1198, 0.000000\
-1198, 0.000000\
-1198, 0.000000\
-1198, 0.000000\
-1198, 0.000000\
-1199, 0.000000\
-1199, 0.000000\
-1199, 0.000000\
-1199, 0.000000\
-1199, 0.000000\
-1199, 0.000000\
-1199, 0.000000\
-1199, 0.000000\
-1199, 0.000000\
-1200, 0.000000\
-1200, 0.000000\
-1200, 0.000000\
-1200, 0.000000\
-1200, 0.000000\
-1200, 0.000000\
-1200, 0.000000\
-1200, 0.000000\
-1200, 0.000000\
-1201, 0.000000\
-1201, 0.000000\
-1201, 0.000000\
-1201, 0.000000\
-1201, 0.000000\
-1201, 0.000000\
-1201, 0.000000\
-1201, 0.000000\
-1201, 0.000000\
-1202, 0.000000\
-1202, 0.000000\
-1202, 0.000000\
-1202, 0.000000\
-1202, 0.000000\
-1202, 0.000000\
-1202, 0.000000\
-1202, 0.000000\
-1202, 0.000000\
-1203, 0.000000\
-1203, 0.000000\
-1203, 0.000000\
-1203, 0.000000\
-1203, 0.000000\
-1203, 0.000000\
-1203, 0.000000\
-1203, 0.000000\
-1203, 0.000000\
-1204, 0.000000\
-1204, 0.000000\
-1204, 0.000000\
-1204, 0.000000\
-1204, 0.000000\
-1204, 0.000000\
-1204, 0.000000\
-1204, 0.000000\
-1204, 0.000000\
-1205, 0.000000\
-1205, 0.000000\
-1205, 0.000000\
-1205, 0.000000\
-1205, 0.000000\
-1205, 0.000000\
-1205, 0.000000\
-1205, 0.000000\
-1205, 0.000000\
-1206, 0.000000\
-1206, 0.000000\
-1206, 0.000000\
-1206, 0.000000\
-1206, 0.000000\
-1206, 0.000000\
-1206, 0.000000\
-1206, 0.000000\
-1206, 0.000000\
-1207, 0.000000\
-1207, 0.000000\
-1207, 0.000000\
-1207, 0.000000\
-1207, 0.000000\
-1207, 0.000000\
-1207, 0.000000\
-1207, 0.000000\
-1207, 0.000000\
-1208, 0.000000\
-1208, 0.000000\
-1208, 0.000000\
-1208, 0.000000\
-1208, 0.000000\
-1208, 0.000000\
-1208, 0.000000\
-1208, 0.000000\
-1208, 0.000000\
-1209, 0.000000\
-1209, 0.000000\
-1209, 0.000000\
-1209, 0.000000\
-1209, 0.000000\
-1209, 0.000000\
-1209, 0.000000\
-1209, 0.000000\
-1209, 0.000000\
-1210, 0.000000\
-1210, 0.000000\
-1210, 0.000000\
-1210, 0.000000\
-1210, 0.000000\
-1210, 0.000000\
-1210, 0.000000\
-1210, 1.000000\
-1210, 0.000000\
-1211, 0.000000\
-1211, 0.000000\
-1211, 0.000000\
-1211, 0.000000\
-1211, 0.000000\
-1211, 0.000000\
-1211, 0.000000\
-1211, 0.000000\
-1211, 0.000000\
-1212, 0.000000\
-1212, 0.000000\
-1212, 0.000000\
-1212, 0.000000\
-1212, 0.000000\
-1212, 0.000000\
-1212, 0.000000\
-1212, 0.000000\
-1212, 0.000000\
-1213, 0.000000\
-1213, 0.000000\
-1213, 0.000000\
-1213, 0.000000\
-1213, 0.000000\
-1213, 0.000000\
-1213, 0.000000\
-1213, 0.000000\
-1213, 0.000000\
-1214, 0.000000\
-1214, 0.000000\
-1214, 0.000000\
-1214, 0.000000\
-1214, 0.000000\
-1214, 0.000000\
-1214, 0.000000\
-1214, 0.000000\
-1214, 0.000000\
-1215, 0.000000\
-1215, 0.000000\
-1215, 0.000000\
-1215, 0.000000\
-1215, 0.000000\
-1215, 0.000000\
-1215, 0.000000\
-1215, 0.000000\
-1215, 0.000000\
-1216, 0.000000\
-1216, 0.000000\
-1216, 0.000000\
-1216, 0.000000\
-1216, 0.000000\
-1216, 0.000000\
-1216, 0.000000\
-1216, 0.000000\
-1216, 0.000000\
-1217, 0.000000\
-1217, 0.000000\
-1217, 0.000000\
-1217, 0.000000\
-1217, 0.000000\
-1217, 0.000000\
-1217, 0.000000\
-1217, 0.000000\
-1217, 0.000000\
-1218, 0.000000\
-1218, 0.000000\
-1218, 0.000000\
-1218, 0.000000\
-1218, 0.000000\
-1218, 0.000000\
-1218, 0.000000\
-1218, 0.000000\
-1218, 0.000000\
-1219, 0.000000\
-1219, 0.000000\
-1219, 0.000000\
-1219, 0.000000\
-1219, 0.000000\
-1219, 0.000000\
-1219, 0.000000\
-1219, 0.000000\
-1219, 1.000000\
-1220, 0.000000\
-1220, 0.000000\
-1220, 0.000000\
-1220, 0.000000\
-1220, 0.000000\
-1220, 0.000000\
-1220, 0.000000\
-1220, 0.000000\
-1220, 0.000000\
-1221, 0.000000\
-1221, 0.000000\
-1221, 0.000000\
-1221, 0.000000\
-1221, 0.000000\
-1221, 0.000000\
-1221, 0.000000\
-1221, 0.000000\
-1221, 0.000000\
-1222, 0.000000\
-1222, 0.000000\
-1222, 0.000000\
-1222, 0.000000\
-1222, 0.000000\
-1222, 0.000000\
-1222, 1.000000\
-1222, 0.000000\
-1222, 0.000000\
-1223, 0.000000\
-1223, 0.000000\
-1223, 0.000000\
-1223, 0.000000\
-1223, 0.000000\
-1223, 0.000000\
-1223, 0.000000\
-1223, 0.000000\
-1223, 0.000000\
-1224, 0.000000\
-1224, 0.000000\
-1224, 0.000000\
-1224, 0.000000\
-1224, 0.000000\
-1224, 0.000000\
-1224, 0.000000\
-1224, 0.000000\
-1224, 0.000000\
-1225, 0.000000\
-1225, 0.000000\
-1225, 0.000000\
-1225, 0.000000\
-1225, 0.000000\
-1225, 0.000000\
-1225, 0.000000\
-1225, 0.000000\
-1225, 0.000000\
-1226, 0.000000\
-1226, 0.000000\
-1226, 0.000000\
-1226, 0.000000\
-1226, 0.000000\
-1226, 0.000000\
-1226, 0.000000\
-1226, 0.000000\
-1226, 0.000000\
-1227, 0.000000\
-1227, 0.000000\
-1227, 0.000000\
-1227, 0.000000\
-1227, 0.000000\
-1227, 0.000000\
-1227, 0.000000\
-1227, 0.000000\
-1227, 0.000000\
-1228, 0.000000\
-1228, 0.000000\
-1228, 0.000000\
-1228, 1.000000\
-1228, 0.000000\
-1228, 0.000000\
-1228, 0.000000\
-1228, 0.000000\
-1228, 0.000000\
-1229, 0.000000\
-1229, 0.000000\
-1229, 0.000000\
-1229, 0.000000\
-1229, 0.000000\
-1229, 0.000000\
-1229, 0.000000\
-1229, 0.000000\
-1229, 0.000000\
-1230, 0.000000\
-1230, 0.000000\
-1230, 0.000000\
-1230, 0.000000\
-1230, 0.000000\
-1230, 0.000000\
-1230, 0.000000\
-1230, 0.000000\
-1230, 0.000000\
-1231, 0.000000\
-1231, 0.000000\
-1231, 0.000000\
-1231, 0.000000\
-1231, 0.000000\
-1231, 0.000000\
-1231, 0.000000\
-1231, 0.000000\
-1231, 0.000000\
-1232, 0.000000\
-1232, 0.000000\
-1232, 0.000000\
-1232, 0.000000\
-1232, 0.000000\
-1232, 0.000000\
-1232, 0.000000\
-1232, 0.000000\
-1232, 0.000000\
-1233, 0.000000\
-1233, 1.000000\
-1233, 0.000000\
-1233, 0.000000\
-1233, 0.000000\
-1233, 0.000000\
-1233, 0.000000\
-1233, 0.000000\
-1233, 0.000000\
-1234, 0.000000\
-1234, 0.000000\
-1234, 0.000000\
-1234, 0.000000\
-1234, 0.000000\
-1234, 0.000000\
-1234, 0.000000\
-1234, 0.000000\
-1234, 0.000000\
-1235, 0.000000\
-1235, 0.000000\
-1235, 0.000000\
-1235, 0.000000\
-1235, 0.000000\
-1235, 0.000000\
-1235, 0.000000\
-1235, 0.000000\
-1235, 1.000000\
-1236, 0.000000\
-1236, 0.000000\
-1236, 0.000000\
-1236, 0.000000\
-1236, 0.000000\
-1236, 0.000000\
-1236, 0.000000\
-1236, 0.000000\
-1236, 0.000000\
-1237, 0.000000\
-1237, 0.000000\
-1237, 0.000000\
-1237, 0.000000\
-1237, 0.000000\
-1237, 0.000000\
-1237, 0.000000\
-1237, 0.000000\
-1237, 0.000000\
-1238, 0.000000\
-1238, 0.000000\
-1238, 0.000000\
-1238, 0.000000\
-1238, 0.000000\
-1238, 0.000000\
-1238, 0.000000\
-1238, 0.000000\
-1238, 0.000000\
-1239, 0.000000\
-1239, 0.000000\
-1239, 0.000000\
-1239, 0.000000\
-1239, 0.000000\
-1239, 0.000000\
-1239, 0.000000\
-1239, 0.000000\
-1239, 0.000000\
-1240, 0.000000\
-1240, 0.000000\
-1240, 0.000000\
-1240, 0.000000\
-1240, 0.000000\
-1240, 0.000000\
-1240, 0.000000\
-1240, 0.000000\
-1240, 0.000000\
-1241, 0.000000\
-1241, 0.000000\
-1241, 0.000000\
-1241, 0.000000\
-1241, 0.000000\
-1241, 0.000000\
-1241, 0.000000\
-1241, 0.000000\
-1241, 0.000000\
-1242, 0.000000\
-1242, 0.000000\
-1242, 0.000000\
-1242, 0.000000\
-1242, 0.000000\
-1242, 0.000000\
-1242, 0.000000\
-1242, 0.000000\
-1242, 0.000000\
-1243, 0.000000\
-1243, 1.000000\
-1243, 0.000000\
-1243, 0.000000\
-1243, 0.000000\
-1243, 0.000000\
-1243, 0.000000\
-1243, 0.000000\
-1243, 0.000000\
-1244, 0.000000\
-1244, 0.000000\
-1244, 0.000000\
-1244, 0.000000\
-1244, 0.000000\
-1244, 0.000000\
-1244, 0.000000\
-1244, 0.000000\
-1244, 0.000000\
-1245, 0.000000\
-1245, 0.000000\
-1245, 0.000000\
-1245, 0.000000\
-1245, 0.000000\
-1245, 0.000000\
-1245, 0.000000\
-1245, 0.000000\
-1245, 0.000000\
-1246, 0.000000\
-1246, 0.000000\
-1246, 0.000000\
-1246, 1.000000\
-1246, 0.000000\
-1246, 0.000000\
-1246, 0.000000\
-1246, 0.000000\
-1246, 0.000000\
-1247, 0.000000\
-1247, 0.000000\
-1247, 0.000000\
-1247, 0.000000\
-1247, 0.000000\
-1247, 0.000000\
-1247, 0.000000\
-1247, 0.000000\
-1247, 0.000000\
-1248, 0.000000\
-1248, 0.000000\
-1248, 0.000000\
-1248, 0.000000\
-1248, 0.000000\
-1248, 0.000000\
-1248, 0.000000\
-1248, 0.000000\
-1248, 0.000000\
-1249, 0.000000\
-1249, 0.000000\
-1249, 0.000000\
-1249, 0.000000\
-1249, 0.000000\
-1249, 0.000000\
-1249, 0.000000\
-1249, 0.000000\
-1249, 0.000000\
-1250, 0.000000\
-1250, 0.000000\
-1250, 0.000000\
-1250, 0.000000\
-1250, 0.000000\
-1250, 0.000000\
-1250, 0.000000\
-1250, 0.000000\
-1250, 0.000000\
-1251, 0.000000\
-1251, 0.000000\
-1251, 0.000000\
-1251, 0.000000\
-1251, 1.000000\
-1251, 0.000000\
-1251, 0.000000\
-1251, 0.000000\
-1251, 0.000000\
-1252, 0.000000\
-1252, 0.000000\
-1252, 0.000000\
-1252, 0.000000\
-1252, 0.000000\
-1252, 0.000000\
-1252, 0.000000\
-1252, 0.000000\
-1252, 0.000000\
-1253, 0.000000\
-1253, 0.000000\
-1253, 0.000000\
-1253, 0.000000\
-1253, 0.000000\
-1253, 0.000000\
-1253, 0.000000\
-1253, 0.000000\
-1253, 0.000000\
-1254, 0.000000\
-1254, 0.000000\
-1254, 0.000000\
-1254, 0.000000\
-1254, 0.000000\
-1254, 0.000000\
-1254, 0.000000\
-1254, 0.000000\
-1254, 0.000000\
-1255, 0.000000\
-1255, 0.000000\
-1255, 0.000000\
-1255, 0.000000\
-1255, 0.000000\
-1255, 0.000000\
-1255, 0.000000\
-1255, 0.000000\
-1255, 0.000000\
-1256, 0.000000\
-1256, 0.000000\
-1256, 0.000000\
-1256, 0.000000\
-1256, 0.000000\
-1256, 0.000000\
-1256, 0.000000\
-1256, 0.000000\
-1256, 0.000000\
-1257, 0.000000\
-1257, 0.000000\
-1257, 0.000000\
-1257, 0.000000\
-1257, 0.000000\
-1257, 0.000000\
-1257, 0.000000\
-1257, 0.000000\
-1257, 0.000000\
-1258, 0.000000\
-1258, 0.000000\
-1258, 0.000000\
-1258, 0.000000\
-1258, 0.000000\
-1258, 0.000000\
-1258, 0.000000\
-1258, 0.000000\
-1258, 0.000000\
-1259, 0.000000\
-1259, 0.000000\
-1259, 0.000000\
-1259, 0.000000\
-1259, 0.000000\
-1259, 0.000000\
-1259, 0.000000\
-1259, 0.000000\
-1259, 0.000000\
-1260, 0.000000\
-1260, 0.000000\
-1260, 0.000000\
-1260, 0.000000\
-1260, 0.000000\
-1260, 0.000000\
-1260, 0.000000\
-1260, 0.000000\
-1260, 0.000000\
-1261, 0.000000\
-1261, 0.000000\
-1261, 0.000000\
-1261, 0.000000\
-1261, 0.000000\
-1261, 0.000000\
-1261, 0.000000\
-1261, 0.000000\
-1261, 0.000000\
-1262, 0.000000\
-1262, 0.000000\
-1262, 0.000000\
-1262, 0.000000\
-1262, 0.000000\
-1262, 0.000000\
-1262, 0.000000\
-1262, 0.000000\
-1262, 0.000000\
-1263, 0.000000\
-1263, 0.000000\
-1263, 0.000000\
-1263, 0.000000\
-1263, 0.000000\
-1263, 0.000000\
-1263, 0.000000\
-1263, 0.000000\
-1263, 0.000000\
-1264, 0.000000\
-1264, 0.000000\
-1264, 0.000000\
-1264, 0.000000\
-1264, 0.000000\
-1264, 0.000000\
-1264, 0.000000\
-1264, 0.000000\
-1264, 0.000000\
-1265, 0.000000\
-1265, 0.000000\
-1265, 0.000000\
-1265, 0.000000\
-1265, 0.000000\
-1265, 0.000000\
-1265, 0.000000\
-1265, 0.000000\
-1265, 0.000000\
-1266, 0.000000\
-1266, 0.000000\
-1266, 0.000000\
-1266, 0.000000\
-1266, 0.000000\
-1266, 0.000000\
-1266, 0.000000\
-1266, 0.000000\
-1266, 0.000000\
-1267, 0.000000\
-1267, 0.000000\
-1267, 0.000000\
-1267, 0.000000\
-1267, 0.000000\
-1267, 0.000000\
-1267, 0.000000\
-1267, 0.000000\
-1267, 0.000000\
-1268, 0.000000\
-1268, 0.000000\
-1268, 0.000000\
-1268, 0.000000\
-1268, 0.000000\
-1268, 0.000000\
-1268, 0.000000\
-1268, 0.000000\
-1268, 0.000000\
-1269, 0.000000\
-1269, 0.000000\
-1269, 0.000000\
-1269, 0.000000\
-1269, 0.000000\
-1269, 0.000000\
-1269, 0.000000\
-1269, 0.000000\
-1269, 0.000000\
-1270, 0.000000\
-1270, 0.000000\
-1270, 0.000000\
-1270, 0.000000\
-1270, 0.000000\
-1270, 0.000000\
-1270, 0.000000\
-1270, 0.000000\
-1270, 0.000000\
-1271, 0.000000\
-1271, 0.000000\
-1271, 0.000000\
-1271, 0.000000\
-1271, 0.000000\
-1271, 1.000000\
-1271, 0.000000\
-1271, 0.000000\
-1271, 0.000000\
-1272, 0.000000\
-1272, 0.000000\
-1272, 0.000000\
-1272, 0.000000\
-1272, 0.000000\
-1272, 0.000000\
-1272, 0.000000\
-1272, 0.000000\
-1272, 0.000000\
-1273, 0.000000\
-1273, 0.000000\
-1273, 0.000000\
-1273, 0.000000\
-1273, 0.000000\
-1273, 0.000000\
-1273, 0.000000\
-1273, 0.000000\
-1273, 0.000000\
-1274, 0.000000\
-1274, 0.000000\
-1274, 0.000000\
-1274, 0.000000\
-1274, 0.000000\
-1274, 0.000000\
-1274, 0.000000\
-1274, 0.000000\
-1274, 0.000000\
-1275, 0.000000\
-1275, 0.000000\
-1275, 0.000000\
-1275, 0.000000\
-1275, 0.000000\
-1275, 0.000000\
-1275, 0.000000\
-1275, 0.000000\
-1275, 0.000000\
-1276, 0.000000\
-1276, 0.000000\
-1276, 0.000000\
-1276, 0.000000\
-1276, 0.000000\
-1276, 0.000000\
-1276, 0.000000\
-1276, 0.000000\
-1276, 0.000000\
-1277, 0.000000\
-1277, 0.000000\
-1277, 0.000000\
-1277, 0.000000\
-1277, 0.000000\
-1277, 0.000000\
-1277, 0.000000\
-1277, 0.000000\
-1277, 0.000000\
-1278, 0.000000\
-1278, 0.000000\
-1278, 0.000000\
-1278, 0.000000\
-1278, 0.000000\
-1278, 0.000000\
-1278, 0.000000\
-1278, 0.000000\
-1278, 0.000000\
-1279, 0.000000\
-1279, 0.000000\
-1279, 0.000000\
-1279, 0.000000\
-1279, 0.000000\
-1279, 0.000000\
-1279, 0.000000\
-1279, 0.000000\
-1279, 0.000000\
-1280, 0.000000\
-1280, 0.000000\
-1280, 0.000000\
-1280, 0.000000\
-1280, 0.000000\
-1280, 0.000000\
-1280, 0.000000\
-1280, 0.000000\
-1280, 0.000000\
-1281, 0.000000\
-1281, 0.000000\
-1281, 0.000000\
-1281, 0.000000\
-1281, 0.000000\
-1281, 1.000000\
-1281, 0.000000\
-1281, 0.000000\
-1281, 0.000000\
-1282, 0.000000\
-1282, 0.000000\
-1282, 0.000000\
-1282, 0.000000\
-1282, 0.000000\
-1282, 0.000000\
-1282, 0.000000\
-1282, 0.000000\
-1282, 0.000000\
-1283, 0.000000\
-1283, 0.000000\
-1283, 0.000000\
-1283, 0.000000\
-1283, 0.000000\
-1283, 0.000000\
-1283, 0.000000\
-1283, 0.000000\
-1283, 0.000000\
-1284, 0.000000\
-1284, 0.000000\
-1284, 0.000000\
-1284, 0.000000\
-1284, 0.000000\
-1284, 0.000000\
-1284, 0.000000\
-1284, 0.000000\
-1284, 0.000000\
-1285, 0.000000\
-1285, 0.000000\
-1285, 0.000000\
-1285, 0.000000\
-1285, 0.000000\
-1285, 0.000000\
-1285, 0.000000\
-1285, 0.000000\
-1285, 0.000000\
-1286, 0.000000\
-1286, 0.000000\
-1286, 0.000000\
-1286, 0.000000\
-1286, 0.000000\
-1286, 0.000000\
-1286, 0.000000\
-1286, 0.000000\
-1286, 0.000000\
-1287, 0.000000\
-1287, 0.000000\
-1287, 0.000000\
-1287, 0.000000\
-1287, 0.000000\
-1287, 0.000000\
-1287, 0.000000\
-1287, 0.000000\
-1287, 0.000000\
-1288, 0.000000\
-1288, 0.000000\
-1288, 0.000000\
-1288, 0.000000\
-1288, 0.000000\
-1288, 0.000000\
-1288, 0.000000\
-1288, 0.000000\
-1288, 0.000000\
-1289, 0.000000\
-1289, 0.000000\
-1289, 0.000000\
-1289, 0.000000\
-1289, 0.000000\
-1289, 0.000000\
-1289, 0.000000\
-1289, 1.000000\
-1289, 0.000000\
-1290, 0.000000\
-1290, 0.000000\
-1290, 0.000000\
-1290, 0.000000\
-1290, 0.000000\
-1290, 0.000000\
-1290, 0.000000\
-1290, 0.000000\
-1290, 0.000000\
-1291, 0.000000\
-1291, 0.000000\
-1291, 0.000000\
-1291, 0.000000\
-1291, 0.000000\
-1291, 0.000000\
-1291, 0.000000\
-1291, 0.000000\
-1291, 0.000000\
-1292, 0.000000\
-1292, 0.000000\
-1292, 0.000000\
-1292, 0.000000\
-1292, 0.000000\
-1292, 0.000000\
-1292, 0.000000\
-1292, 0.000000\
-1292, 0.000000\
-1293, 0.000000\
-1293, 0.000000\
-1293, 0.000000\
-1293, 0.000000\
-1293, 0.000000\
-1293, 0.000000\
-1293, 0.000000\
-1293, 0.000000\
-1293, 0.000000\
-1294, 0.000000\
-1294, 0.000000\
-1294, 0.000000\
-1294, 0.000000\
-1294, 0.000000\
-1294, 0.000000\
-1294, 0.000000\
-1294, 0.000000\
-1294, 0.000000\
-1295, 0.000000\
-1295, 0.000000\
-1295, 0.000000\
-1295, 0.000000\
-1295, 0.000000\
-1295, 0.000000\
-1295, 0.000000\
-1295, 0.000000\
-1295, 0.000000\
-1296, 0.000000\
-1296, 0.000000\
-1296, 0.000000\
-1296, 0.000000\
-1296, 1.000000\
-1296, 0.000000\
-1296, 0.000000\
-1296, 0.000000\
-1296, 0.000000\
-1297, 0.000000\
-1297, 0.000000\
-1297, 0.000000\
-1297, 0.000000\
-1297, 0.000000\
-1297, 0.000000\
-1297, 0.000000\
-1297, 0.000000\
-1297, 0.000000\
-1298, 0.000000\
-1298, 0.000000\
-1298, 0.000000\
-1298, 0.000000\
-1298, 0.000000\
-1298, 0.000000\
-1298, 0.000000\
-1298, 0.000000\
-1298, 0.000000\
-1299, 0.000000\
-1299, 0.000000\
-1299, 0.000000\
-1299, 0.000000\
-1299, 0.000000\
-1299, 0.000000\
-1299, 0.000000\
-1299, 0.000000\
-1299, 0.000000\
-1300, 0.000000\
-1300, 0.000000\
-1300, 0.000000\
-1300, 0.000000\
-1300, 0.000000\
-1300, 0.000000\
-1300, 0.000000\
-1300, 0.000000\
-1300, 0.000000\
-1301, 0.000000\
-1301, 0.000000\
-1301, 0.000000\
-1301, 0.000000\
-1301, 0.000000\
-1301, 0.000000\
-1301, 0.000000\
-1301, 0.000000\
-1301, 0.000000\
-1302, 0.000000\
-1302, 0.000000\
-1302, 0.000000\
-1302, 0.000000\
-1302, 0.000000\
-1302, 0.000000\
-1302, 0.000000\
-1302, 0.000000\
-1302, 0.000000\
-1303, 0.000000\
-1303, 0.000000\
-1303, 0.000000\
-1303, 0.000000\
-1303, 0.000000\
-1303, 0.000000\
-1303, 0.000000\
-1303, 0.000000\
-1303, 0.000000\
-1304, 0.000000\
-1304, 0.000000\
-1304, 0.000000\
-1304, 0.000000\
-1304, 0.000000\
-1304, 1.000000\
-1304, 0.000000\
-1304, 0.000000\
-1304, 0.000000\
-1305, 0.000000\
-1305, 0.000000\
-1305, 0.000000\
-1305, 0.000000\
-1305, 0.000000\
-1305, 0.000000\
-1305, 0.000000\
-1305, 0.000000\
-1305, 0.000000\
-1306, 0.000000\
-1306, 0.000000\
-1306, 0.000000\
-1306, 0.000000\
-1306, 0.000000\
-1306, 0.000000\
-1306, 0.000000\
-1306, 0.000000\
-1306, 0.000000\
-1307, 0.000000\
-1307, 0.000000\
-1307, 0.000000\
-1307, 0.000000\
-1307, 0.000000\
-1307, 0.000000\
-1307, 0.000000\
-1307, 0.000000\
-1307, 0.000000\
-1308, 0.000000\
-1308, 0.000000\
-1308, 0.000000\
-1308, 0.000000\
-1308, 0.000000\
-1308, 0.000000\
-1308, 0.000000\
-1308, 0.000000\
-1308, 0.000000\
-1309, 0.000000\
-1309, 0.000000\
-1309, 0.000000\
-1309, 0.000000\
-1309, 0.000000\
-1309, 0.000000\
-1309, 0.000000\
-1309, 0.000000\
-1309, 0.000000\
-1310, 0.000000\
-1310, 0.000000\
-1310, 0.000000\
-1310, 0.000000\
-1310, 0.000000\
-1310, 0.000000\
-1310, 0.000000\
-1310, 0.000000\
-1310, 0.000000\
-1311, 0.000000\
-1311, 0.000000\
-1311, 0.000000\
-1311, 0.000000\
-1311, 1.000000\
-1311, 0.000000\
-1311, 0.000000\
-1311, 0.000000\
-1311, 0.000000\
-1312, 1.000000\
-1312, 0.000000\
-1312, 0.000000\
-1312, 0.000000\
-1312, 0.000000\
-1312, 0.000000\
-1312, 0.000000\
-1312, 0.000000\
-1312, 0.000000\
-1313, 0.000000\
-1313, 0.000000\
-1313, 0.000000\
-1313, 0.000000\
-1313, 0.000000\
-1313, 0.000000\
-1313, 0.000000\
-1313, 0.000000\
-1313, 0.000000\
-1314, 0.000000\
-1314, 0.000000\
-1314, 0.000000\
-1314, 0.000000\
-1314, 0.000000\
-1314, 0.000000\
-1314, 0.000000\
-1314, 0.000000\
-1314, 0.000000\
-1315, 0.000000\
-1315, 0.000000\
-1315, 0.000000\
-1315, 0.000000\
-1315, 0.000000\
-1315, 0.000000\
-1315, 0.000000\
-1315, 0.000000\
-1315, 0.000000\
-1316, 0.000000\
-1316, 0.000000\
-1316, 0.000000\
-1316, 0.000000\
-1316, 0.000000\
-1316, 0.000000\
-1316, 0.000000\
-1316, 0.000000\
-1316, 0.000000\
-1317, 0.000000\
-1317, 0.000000\
-1317, 0.000000\
-1317, 0.000000\
-1317, 0.000000\
-1317, 0.000000\
-1317, 0.000000\
-1317, 0.000000\
-1317, 0.000000\
-1318, 0.000000\
-1318, 0.000000\
-1318, 0.000000\
-1318, 0.000000\
-1318, 0.000000\
-1318, 0.000000\
-1318, 0.000000\
-1318, 0.000000\
-1318, 0.000000\
-1319, 0.000000\
-1319, 0.000000\
-1319, 0.000000\
-1319, 0.000000\
-1319, 0.000000\
-1319, 0.000000\
-1319, 0.000000\
-1319, 0.000000\
-1319, 0.000000\
-1320, 0.000000\
-1320, 0.000000\
-1320, 0.000000\
-1320, 0.000000\
-1320, 0.000000\
-1320, 0.000000\
-1320, 0.000000\
-1320, 0.000000\
-1320, 0.000000\
-1321, 0.000000\
-1321, 0.000000\
-1321, 0.000000\
-1321, 0.000000\
-1321, 0.000000\
-1321, 0.000000\
-1321, 0.000000\
-1321, 0.000000\
-1321, 0.000000\
-1322, 0.000000\
-1322, 0.000000\
-1322, 0.000000\
-1322, 0.000000\
-1322, 0.000000\
-1322, 0.000000\
-1322, 0.000000\
-1322, 0.000000\
-1322, 0.000000\
-1323, 0.000000\
-1323, 0.000000\
-1323, 0.000000\
-1323, 0.000000\
-1323, 0.000000\
-1323, 0.000000\
-1323, 0.000000\
-1323, 0.000000\
-1323, 0.000000\
-1324, 0.000000\
-1324, 0.000000\
-1324, 0.000000\
-1324, 0.000000\
-1324, 0.000000\
-1324, 0.000000\
-1324, 0.000000\
-1324, 0.000000\
-1324, 0.000000\
-1325, 0.000000\
-1325, 0.000000\
-1325, 0.000000\
-1325, 0.000000\
-1325, 0.000000\
-1325, 0.000000\
-1325, 0.000000\
-1325, 0.000000\
-1325, 0.000000\
-1326, 0.000000\
-1326, 0.000000\
-1326, 0.000000\
-1326, 0.000000\
-1326, 0.000000\
-1326, 0.000000\
-1326, 0.000000\
-1326, 0.000000\
-1326, 0.000000\
-1327, 0.000000\
-1327, 0.000000\
-1327, 0.000000\
-1327, 0.000000\
-1327, 0.000000\
-1327, 0.000000\
-1327, 0.000000\
-1327, 0.000000\
-1327, 0.000000\
-1328, 0.000000\
-1328, 0.000000\
-1328, 0.000000\
-1328, 0.000000\
-1328, 0.000000\
-1328, 0.000000\
-1328, 0.000000\
-1328, 0.000000\
-1328, 0.000000\
-1329, 0.000000\
-1329, 0.000000\
-1329, 0.000000\
-1329, 0.000000\
-1329, 0.000000\
-1329, 0.000000\
-1329, 0.000000\
-1329, 0.000000\
-1329, 0.000000\
-1330, 0.000000\
-1330, 0.000000\
-1330, 0.000000\
-1330, 0.000000\
-1330, 0.000000\
-1330, 0.000000\
-1330, 0.000000\
-1330, 0.000000\
-1330, 0.000000\
-1331, 0.000000\
-1331, 0.000000\
-1331, 0.000000\
-1331, 0.000000\
-1331, 0.000000\
-1331, 0.000000\
-1331, 0.000000\
-1331, 0.000000\
-1331, 0.000000\
-1332, 0.000000\
-1332, 0.000000\
-1332, 0.000000\
-1332, 0.000000\
-1332, 0.000000\
-1332, 0.000000\
-1332, 0.000000\
-1332, 0.000000\
-1332, 0.000000\
-1333, 0.000000\
-1333, 0.000000\
-1333, 0.000000\
-1333, 0.000000\
-1333, 0.000000\
-1333, 0.000000\
-1333, 0.000000\
-1333, 0.000000\
-1333, 0.000000\
-1334, 0.000000\
-1334, 0.000000\
-1334, 0.000000\
-1334, 0.000000\
-1334, 0.000000\
-1334, 0.000000\
-1334, 0.000000\
-1334, 0.000000\
-1334, 0.000000\
-1335, 0.000000\
-1335, 0.000000\
-1335, 0.000000\
-1335, 0.000000\
-1335, 0.000000\
-1335, 0.000000\
-1335, 0.000000\
-1335, 0.000000\
-1335, 0.000000\
-1336, 0.000000\
-1336, 0.000000\
-1336, 0.000000\
-1336, 0.000000\
-1336, 0.000000\
-1336, 0.000000\
-1336, 0.000000\
-1336, 0.000000\
-1336, 0.000000\
-1337, 0.000000\
-1337, 0.000000\
-1337, 0.000000\
-1337, 0.000000\
-1337, 0.000000\
-1337, 0.000000\
-1337, 0.000000\
-1337, 0.000000\
-1337, 0.000000\
-1338, 0.000000\
-1338, 0.000000\
-1338, 0.000000\
-1338, 0.000000\
-1338, 0.000000\
-1338, 0.000000\
-1338, 0.000000\
-1338, 0.000000\
-1338, 0.000000\
-1339, 0.000000\
-1339, 0.000000\
-1339, 0.000000\
-1339, 0.000000\
-1339, 0.000000\
-1339, 0.000000\
-1339, 0.000000\
-1339, 0.000000\
-1339, 0.000000\
-1340, 0.000000\
-1340, 0.000000\
-1340, 0.000000\
-1340, 0.000000\
-1340, 0.000000\
-1340, 0.000000\
-1340, 0.000000\
-1340, 0.000000\
-1340, 0.000000\
-1341, 0.000000\
-1341, 0.000000\
-1341, 0.000000\
-1341, 0.000000\
-1341, 0.000000\
-1341, 0.000000\
-1341, 0.000000\
-1341, 0.000000\
-1341, 0.000000\
-1342, 0.000000\
-1342, 0.000000\
-1342, 0.000000\
-1342, 0.000000\
-1342, 0.000000\
-1342, 0.000000\
-1342, 0.000000\
-1342, 0.000000\
-1342, 0.000000\
-1343, 0.000000\
-1343, 1.000000\
-1343, 0.000000\
-1343, 0.000000\
-1343, 0.000000\
-1343, 0.000000\
-1343, 0.000000\
-1343, 0.000000\
-1343, 0.000000\
-1344, 0.000000\
-1344, 0.000000\
-1344, 0.000000\
-1344, 0.000000\
-1344, 0.000000\
-1344, 0.000000\
-1344, 0.000000\
-1344, 0.000000\
-1344, 0.000000\
-1345, 0.000000\
-1345, 0.000000\
-1345, 0.000000\
-1345, 0.000000\
-1345, 0.000000\
-1345, 0.000000\
-1345, 0.000000\
-1345, 0.000000\
-1345, 0.000000\
-1346, 0.000000\
-1346, 0.000000\
-1346, 0.000000\
-1346, 0.000000\
-1346, 0.000000\
-1346, 0.000000\
-1346, 0.000000\
-1346, 0.000000\
-1346, 0.000000\
-1347, 0.000000\
-1347, 0.000000\
-1347, 0.000000\
-1347, 0.000000\
-1347, 0.000000\
-1347, 0.000000\
-1347, 0.000000\
-1347, 0.000000\
-1347, 0.000000\
-1348, 0.000000\
-1348, 0.000000\
-1348, 0.000000\
-1348, 0.000000\
-1348, 0.000000\
-1348, 0.000000\
-1348, 0.000000\
-1348, 0.000000\
-1348, 0.000000\
-1349, 0.000000\
-1349, 0.000000\
-1349, 0.000000\
-1349, 0.000000\
-1349, 0.000000\
-1349, 0.000000\
-1349, 0.000000\
-1349, 0.000000\
-1349, 0.000000\
-1350, 0.000000\
-1350, 0.000000\
-1350, 0.000000\
-1350, 0.000000\
-1350, 0.000000\
-1350, 0.000000\
-1350, 0.000000\
-1350, 0.000000\
-1350, 0.000000\
-1351, 0.000000\
-1351, 0.000000\
-1351, 0.000000\
-1351, 0.000000\
-1351, 0.000000\
-1351, 0.000000\
-1351, 1.000000\
-1351, 0.000000\
-1351, 0.000000\
-1352, 0.000000\
-1352, 0.000000\
-1352, 0.000000\
-1352, 0.000000\
-1352, 0.000000\
-1352, 0.000000\
-1352, 0.000000\
-1352, 0.000000\
-1352, 0.000000\
-1353, 0.000000\
-1353, 0.000000\
-1353, 0.000000\
-1353, 0.000000\
-1353, 0.000000\
-1353, 0.000000\
-1353, 0.000000\
-1353, 0.000000\
-1353, 0.000000\
-1354, 0.000000\
-1354, 0.000000\
-1354, 0.000000\
-1354, 0.000000\
-1354, 0.000000\
-1354, 0.000000\
-1354, 0.000000\
-1354, 0.000000\
-1354, 0.000000\
-1355, 0.000000\
-1355, 0.000000\
-1355, 0.000000\
-1355, 0.000000\
-1355, 0.000000\
-1355, 0.000000\
-1355, 0.000000\
-1355, 0.000000\
-1355, 0.000000\
-1356, 0.000000\
-1356, 0.000000\
-1356, 0.000000\
-1356, 0.000000\
-1356, 0.000000\
-1356, 0.000000\
-1356, 0.000000\
-1356, 0.000000\
-1356, 0.000000\
-1357, 0.000000\
-1357, 0.000000\
-1357, 0.000000\
-1357, 0.000000\
-1357, 0.000000\
-1357, 0.000000\
-1357, 0.000000\
-1357, 0.000000\
-1357, 0.000000\
-1358, 0.000000\
-1358, 0.000000\
-1358, 0.000000\
-1358, 0.000000\
-1358, 0.000000\
-1358, 0.000000\
-1358, 0.000000\
-1358, 0.000000\
-1358, 0.000000\
-1359, 0.000000\
-1359, 0.000000\
-1359, 0.000000\
-1359, 0.000000\
-1359, 0.000000\
-1359, 0.000000\
-1359, 0.000000\
-1359, 0.000000\
-1359, 0.000000\
-1360, 0.000000\
-1360, 0.000000\
-1360, 0.000000\
-1360, 0.000000\
-1360, 0.000000\
-1360, 0.000000\
-1360, 0.000000\
-1360, 0.000000\
-1360, 0.000000\
-1361, 0.000000\
-1361, 0.000000\
-1361, 0.000000\
-1361, 0.000000\
-1361, 0.000000\
-1361, 0.000000\
-1361, 0.000000\
-1361, 0.000000\
-1361, 0.000000\
-1362, 0.000000\
-1362, 0.000000\
-1362, 0.000000\
-1362, 0.000000\
-1362, 0.000000\
-1362, 0.000000\
-1362, 0.000000\
-1362, 0.000000\
-1362, 0.000000\
-1363, 0.000000\
-1363, 0.000000\
-1363, 0.000000\
-1363, 0.000000\
-1363, 0.000000\
-1363, 0.000000\
-1363, 0.000000\
-1363, 0.000000\
-1363, 0.000000\
-1364, 0.000000\
-1364, 0.000000\
-1364, 0.000000\
-1364, 0.000000\
-1364, 0.000000\
-1364, 0.000000\
-1364, 0.000000\
-1364, 0.000000\
-1364, 0.000000\
-1365, 0.000000\
-1365, 0.000000\
-1365, 0.000000\
-1365, 0.000000\
-1365, 0.000000\
-1365, 0.000000\
-1365, 0.000000\
-1365, 0.000000\
-1365, 0.000000\
-1366, 0.000000\
-1366, 0.000000\
-1366, 0.000000\
-1366, 0.000000\
-1366, 0.000000\
-1366, 0.000000\
-1366, 0.000000\
-1366, 0.000000\
-1366, 0.000000\
-1367, 0.000000\
-1367, 0.000000\
-1367, 0.000000\
-1367, 0.000000\
-1367, 0.000000\
-1367, 0.000000\
-1367, 0.000000\
-1367, 0.000000\
-1367, 0.000000\
-1368, 0.000000\
-1368, 0.000000\
-1368, 0.000000\
-1368, 0.000000\
-1368, 0.000000\
-1368, 0.000000\
-1368, 0.000000\
-1368, 0.000000\
-1368, 0.000000\
-1369, 0.000000\
-1369, 0.000000\
-1369, 0.000000\
-1369, 0.000000\
-1369, 0.000000\
-1369, 0.000000\
-1369, 0.000000\
-1369, 0.000000\
-1369, 0.000000\
-1370, 0.000000\
-1370, 0.000000\
-1370, 0.000000\
-1370, 0.000000\
-1370, 0.000000\
-1370, 0.000000\
-1370, 0.000000\
-1370, 0.000000\
-1370, 0.000000\
-1371, 0.000000\
-1371, 0.000000\
-1371, 0.000000\
-1371, 0.000000\
-1371, 0.000000\
-1371, 0.000000\
-1371, 0.000000\
-1371, 0.000000\
-1371, 0.000000\
-1372, 0.000000\
-1372, 0.000000\
-1372, 0.000000\
-1372, 0.000000\
-1372, 0.000000\
-1372, 0.000000\
-1372, 0.000000\
-1372, 0.000000\
-1372, 0.000000\
-1373, 0.000000\
-1373, 0.000000\
-1373, 0.000000\
-1373, 0.000000\
-1373, 0.000000\
-1373, 0.000000\
-1373, 0.000000\
-1373, 0.000000\
-1373, 0.000000\
-1374, 0.000000\
-1374, 0.000000\
-1374, 0.000000\
-1374, 0.000000\
-1374, 0.000000\
-1374, 0.000000\
-1374, 0.000000\
-1374, 0.000000\
-1374, 0.000000\
-1375, 0.000000\
-1375, 0.000000\
-1375, 0.000000\
-1375, 0.000000\
-1375, 0.000000\
-1375, 0.000000\
-1375, 0.000000\
-1375, 0.000000\
-1375, 0.000000\
-1376, 0.000000\
-1376, 0.000000\
-1376, 0.000000\
-1376, 0.000000\
-1376, 0.000000\
-1376, 0.000000\
-1376, 0.000000\
-1376, 0.000000\
-1376, 1.000000\
-1377, 0.000000\
-1377, 0.000000\
-1377, 0.000000\
-1377, 0.000000\
-1377, 0.000000\
-1377, 0.000000\
-1377, 0.000000\
-1377, 0.000000\
-1377, 0.000000\
-1378, 0.000000\
-1378, 0.000000\
-1378, 0.000000\
-1378, 0.000000\
-1378, 0.000000\
-1378, 0.000000\
-1378, 0.000000\
-1378, 0.000000\
-1378, 0.000000\
-1379, 0.000000\
-1379, 0.000000\
-1379, 0.000000\
-1379, 0.000000\
-1379, 0.000000\
-1379, 0.000000\
-1379, 0.000000\
-1379, 0.000000\
-1379, 0.000000\
-1380, 0.000000\
-1380, 0.000000\
-1380, 0.000000\
-1380, 0.000000\
-1380, 0.000000\
-1380, 0.000000\
-1380, 0.000000\
-1380, 0.000000\
-1380, 0.000000\
-1381, 0.000000\
-1381, 0.000000\
-1381, 0.000000\
-1381, 0.000000\
-1381, 0.000000\
-1381, 0.000000\
-1381, 0.000000\
-1381, 0.000000\
-1381, 0.000000\
-1382, 0.000000\
-1382, 0.000000\
-1382, 0.000000\
-1382, 0.000000\
-1382, 0.000000\
-1382, 0.000000\
-1382, 0.000000\
-1382, 0.000000\
-1382, 0.000000\
-1383, 0.000000\
-1383, 0.000000\
-1383, 0.000000\
-1383, 0.000000\
-1383, 0.000000\
-1383, 0.000000\
-1383, 0.000000\
-1383, 0.000000\
-1383, 0.000000\
-1384, 0.000000\
-1384, 0.000000\
-1384, 1.000000\
-1384, 0.000000\
-1384, 0.000000\
-1384, 0.000000\
-1384, 0.000000\
-1384, 0.000000\
-1384, 0.000000\
-1385, 0.000000\
-1385, 0.000000\
-1385, 0.000000\
-1385, 0.000000\
-1385, 0.000000\
-1385, 0.000000\
-1385, 0.000000\
-1385, 0.000000\
-1385, 0.000000\
-1386, 0.000000\
-1386, 0.000000\
-1386, 0.000000\
-1386, 0.000000\
-1386, 0.000000\
-1386, 0.000000\
-1386, 0.000000\
-1386, 0.000000\
-1386, 0.000000\
-1387, 0.000000\
-1387, 0.000000\
-1387, 0.000000\
-1387, 0.000000\
-1387, 0.000000\
-1387, 0.000000\
-1387, 0.000000\
-1387, 0.000000\
-1387, 0.000000\
-1388, 0.000000\
-1388, 0.000000\
-1388, 0.000000\
-1388, 0.000000\
-1388, 0.000000\
-1388, 0.000000\
-1388, 0.000000\
-1388, 0.000000\
-1388, 0.000000\
-1389, 0.000000\
-1389, 0.000000\
-1389, 0.000000\
-1389, 0.000000\
-1389, 0.000000\
-1389, 0.000000\
-1389, 0.000000\
-1389, 0.000000\
-1389, 0.000000\
-1390, 0.000000\
-1390, 0.000000\
-1390, 0.000000\
-1390, 0.000000\
-1390, 0.000000\
-1390, 0.000000\
-1390, 0.000000\
-1390, 0.000000\
-1390, 0.000000\
-1391, 0.000000\
-1391, 0.000000\
-1391, 0.000000\
-1391, 0.000000\
-1391, 0.000000\
-1391, 0.000000\
-1391, 0.000000\
-1391, 0.000000\
-1391, 0.000000\
-1392, 0.000000\
-1392, 0.000000\
-1392, 0.000000\
-1392, 0.000000\
-1392, 0.000000\
-1392, 0.000000\
-1392, 0.000000\
-1392, 0.000000\
-1392, 0.000000\
-1393, 0.000000\
-1393, 0.000000\
-1393, 0.000000\
-1393, 0.000000\
-1393, 0.000000\
-1393, 0.000000\
-1393, 0.000000\
-1393, 0.000000\
-1393, 0.000000\
-1394, 0.000000\
-1394, 0.000000\
-1394, 0.000000\
-1394, 0.000000\
-1394, 0.000000\
-1394, 0.000000\
-1394, 0.000000\
-1394, 0.000000\
-1394, 0.000000\
-1395, 0.000000\
-1395, 0.000000\
-1395, 0.000000\
-1395, 0.000000\
-1395, 0.000000\
-1395, 0.000000\
-1395, 0.000000\
-1395, 0.000000\
-1395, 0.000000\
-1396, 0.000000\
-1396, 0.000000\
-1396, 0.000000\
-1396, 0.000000\
-1396, 0.000000\
-1396, 0.000000\
-1396, 0.000000\
-1396, 0.000000\
-1396, 0.000000\
-1397, 0.000000\
-1397, 0.000000\
-1397, 0.000000\
-1397, 0.000000\
-1397, 0.000000\
-1397, 0.000000\
-1397, 0.000000\
-1397, 0.000000\
-1397, 0.000000\
-1398, 0.000000\
-1398, 0.000000\
-1398, 0.000000\
-1398, 0.000000\
-1398, 0.000000\
-1398, 0.000000\
-1398, 0.000000\
-1398, 0.000000\
-1398, 0.000000\
-1399, 0.000000\
-1399, 0.000000\
-1399, 0.000000\
-1399, 0.000000\
-1399, 0.000000\
-1399, 0.000000\
-1399, 0.000000\
-1399, 0.000000\
-1399, 0.000000\
-1400, 0.000000\
-1400, 0.000000\
-1400, 0.000000\
-1400, 0.000000\
-1400, 0.000000\
-1400, 0.000000\
-1400, 0.000000\
-1400, 0.000000\
-1400, 0.000000\
-1401, 0.000000\
-1401, 0.000000\
-1401, 0.000000\
-1401, 0.000000\
-1401, 0.000000\
-1401, 0.000000\
-1401, 0.000000\
-1401, 0.000000\
-1401, 0.000000\
-1402, 0.000000\
-1402, 0.000000\
-1402, 0.000000\
-1402, 0.000000\
-1402, 0.000000\
-1402, 0.000000\
-1402, 0.000000\
-1402, 0.000000\
-1402, 0.000000\
-1403, 0.000000\
-1403, 0.000000\
-1403, 0.000000\
-1403, 0.000000\
-1403, 0.000000\
-1403, 0.000000\
-1403, 0.000000\
-1403, 0.000000\
-1403, 0.000000\
-1404, 0.000000\
-1404, 0.000000\
-1404, 0.000000\
-1404, 0.000000\
-1404, 0.000000\
-1404, 0.000000\
-1404, 0.000000\
-1404, 0.000000\
-1404, 0.000000\
-1405, 0.000000\
-1405, 0.000000\
-1405, 0.000000\
-1405, 0.000000\
-1405, 0.000000\
-1405, 0.000000\
-1405, 0.000000\
-1405, 0.000000\
-1405, 0.000000\
-1406, 0.000000\
-1406, 0.000000\
-1406, 0.000000\
-1406, 0.000000\
-1406, 0.000000\
-1406, 0.000000\
-1406, 0.000000\
-1406, 0.000000\
-1406, 0.000000\
-1407, 0.000000\
-1407, 0.000000\
-1407, 0.000000\
-1407, 0.000000\
-1407, 0.000000\
-1407, 0.000000\
-1407, 0.000000\
-1407, 0.000000\
-1407, 0.000000\
-1408, 0.000000\
-1408, 0.000000\
-1408, 0.000000\
-1408, 0.000000\
-1408, 0.000000\
-1408, 0.000000\
-1408, 0.000000\
-1408, 0.000000\
-1408, 0.000000\
-1409, 0.000000\
-1409, 0.000000\
-1409, 0.000000\
-1409, 0.000000\
-1409, 0.000000\
-1409, 0.000000\
-1409, 0.000000\
-1409, 0.000000\
-1409, 0.000000\
-1410, 0.000000\
-1410, 0.000000\
-1410, 0.000000\
-1410, 0.000000\
-1410, 0.000000\
-1410, 0.000000\
-1410, 0.000000\
-1410, 0.000000\
-1410, 0.000000\
-1411, 0.000000\
-1411, 0.000000\
-1411, 0.000000\
-1411, 0.000000\
-1411, 0.000000\
-1411, 0.000000\
-1411, 0.000000\
-1411, 0.000000\
-1411, 0.000000\
-1412, 0.000000\
-1412, 0.000000\
-1412, 0.000000\
-1412, 0.000000\
-1412, 0.000000\
-1412, 0.000000\
-1412, 0.000000\
-1412, 0.000000\
-1412, 0.000000\
-1413, 0.000000\
-1413, 0.000000\
-1413, 0.000000\
-1413, 0.000000\
-1413, 0.000000\
-1413, 0.000000\
-1413, 0.000000\
-1413, 0.000000\
-1413, 0.000000\
-1414, 0.000000\
-1414, 0.000000\
-1414, 0.000000\
-1414, 0.000000\
-1414, 0.000000\
-1414, 0.000000\
-1414, 0.000000\
-1414, 0.000000\
-1414, 0.000000\
-1415, 0.000000\
-1415, 0.000000\
-1415, 0.000000\
-1415, 0.000000\
-1415, 0.000000\
-1415, 0.000000\
-1415, 0.000000\
-1415, 0.000000\
-1415, 0.000000\
-1416, 0.000000\
-1416, 0.000000\
-1416, 0.000000\
-1416, 0.000000\
-1416, 0.000000\
-1416, 0.000000\
-1416, 0.000000\
-1416, 0.000000\
-1416, 0.000000\
-1417, 0.000000\
-1417, 0.000000\
-1417, 0.000000\
-1417, 0.000000\
-1417, 0.000000\
-1417, 0.000000\
-1417, 0.000000\
-1417, 0.000000\
-1417, 0.000000\
-1418, 0.000000\
-1418, 0.000000\
-1418, 0.000000\
-1418, 0.000000\
-1418, 0.000000\
-1418, 0.000000\
-1418, 0.000000\
-1418, 0.000000\
-1418, 0.000000\
-1419, 0.000000\
-1419, 0.000000\
-1419, 0.000000\
-1419, 0.000000\
-1419, 0.000000\
-1419, 0.000000\
-1419, 0.000000\
-1419, 0.000000\
-1419, 0.000000\
-1420, 0.000000\
-1420, 0.000000\
-1420, 0.000000\
-1420, 0.000000\
-1420, 0.000000\
-1420, 0.000000\
-1420, 0.000000\
-1420, 0.000000\
-1420, 0.000000\
-1421, 0.000000\
-1421, 0.000000\
-1421, 0.000000\
-1421, 0.000000\
-1421, 0.000000\
-1421, 0.000000\
-1421, 0.000000\
-1421, 0.000000\
-1421, 0.000000\
-1422, 0.000000\
-1422, 0.000000\
-1422, 0.000000\
-1422, 0.000000\
-1422, 0.000000\
-1422, 0.000000\
-1422, 0.000000\
-1422, 0.000000\
-1422, 0.000000\
-1423, 0.000000\
-1423, 0.000000\
-1423, 0.000000\
-1423, 0.000000\
-1423, 0.000000\
-1423, 0.000000\
-1423, 0.000000\
-1423, 0.000000\
-1423, 0.000000\
-1424, 0.000000\
-1424, 0.000000\
-1424, 0.000000\
-1424, 0.000000\
-1424, 0.000000\
-1424, 0.000000\
-1424, 0.000000\
-1424, 0.000000\
-1424, 0.000000\
-1425, 0.000000\
-1425, 0.000000\
-1425, 0.000000\
-1425, 0.000000\
-1425, 0.000000\
-1425, 1.000000\
-1425, 0.000000\
-1425, 0.000000\
-1425, 0.000000\
-1426, 0.000000\
-1426, 0.000000\
-1426, 0.000000\
-1426, 0.000000\
-1426, 0.000000\
-1426, 0.000000\
-1426, 0.000000\
-1426, 0.000000\
-1426, 0.000000\
-1427, 0.000000\
-1427, 0.000000\
-1427, 0.000000\
-1427, 0.000000\
-1427, 0.000000\
-1427, 0.000000\
-1427, 0.000000\
-1427, 0.000000\
-1427, 0.000000\
-1428, 0.000000\
-1428, 0.000000\
-1428, 0.000000\
-1428, 0.000000\
-1428, 0.000000\
-1428, 0.000000\
-1428, 0.000000\
-1428, 0.000000\
-1428, 0.000000\
-1429, 0.000000\
-1429, 0.000000\
-1429, 0.000000\
-1429, 0.000000\
-1429, 0.000000\
-1429, 0.000000\
-1429, 0.000000\
-1429, 0.000000\
-1429, 0.000000\
-1430, 0.000000\
-1430, 0.000000\
-1430, 0.000000\
-1430, 0.000000\
-1430, 0.000000\
-1430, 0.000000\
-1430, 0.000000\
-1430, 0.000000\
-1430, 0.000000\
-1431, 0.000000\
-1431, 0.000000\
-1431, 0.000000\
-1431, 0.000000\
-1431, 0.000000\
-1431, 0.000000\
-1431, 0.000000\
-1431, 0.000000\
-1431, 0.000000\
-1432, 0.000000\
-1432, 0.000000\
-1432, 0.000000\
-1432, 0.000000\
-1432, 0.000000\
-1432, 0.000000\
-1432, 0.000000\
-1432, 0.000000\
-1432, 0.000000\
-1433, 0.000000\
-1433, 0.000000\
-1433, 0.000000\
-1433, 0.000000\
-1433, 0.000000\
-1433, 0.000000\
-1433, 0.000000\
-1433, 0.000000\
-1433, 0.000000\
-1434, 0.000000\
-1434, 0.000000\
-1434, 0.000000\
-1434, 0.000000\
-1434, 0.000000\
-1434, 1.000000\
-1434, 0.000000\
-1434, 0.000000\
-1434, 0.000000\
-1435, 0.000000\
-1435, 1.000000\
-1435, 0.000000\
-1435, 0.000000\
-1435, 0.000000\
-1435, 0.000000\
-1435, 0.000000\
-1435, 0.000000\
-1435, 0.000000\
-1436, 0.000000\
-1436, 0.000000\
-1436, 0.000000\
-1436, 0.000000\
-1436, 0.000000\
-1436, 0.000000\
-1436, 0.000000\
-1436, 0.000000\
-1436, 0.000000\
-1437, 0.000000\
-1437, 0.000000\
-1437, 0.000000\
-1437, 0.000000\
-1437, 0.000000\
-1437, 0.000000\
-1437, 0.000000\
-1437, 0.000000\
-1437, 0.000000\
-1438, 0.000000\
-1438, 0.000000\
-1438, 0.000000\
-1438, 0.000000\
-1438, 0.000000\
-1438, 0.000000\
-1438, 0.000000\
-1438, 0.000000\
-1438, 0.000000\
-1439, 0.000000\
-1439, 0.000000\
-1439, 0.000000\
-1439, 0.000000\
-1439, 0.000000\
-1439, 0.000000\
-1439, 0.000000\
-1439, 0.000000\
-1439, 0.000000\
-1440, 0.000000\
-1440, 0.000000\
-1440, 0.000000\
-1440, 0.000000\
-1440, 0.000000\
-1440, 0.000000\
-1440, 0.000000\
-1440, 0.000000\
-1440, 0.000000\
-1441, 0.000000\
-1441, 0.000000\
-1441, 0.000000\
-1441, 0.000000\
-1441, 0.000000\
-1441, 0.000000\
-1441, 0.000000\
-1441, 1.000000\
-1441, 0.000000\
-1442, 0.000000\
-1442, 0.000000\
-1442, 0.000000\
-1442, 0.000000\
-1442, 0.000000\
-1442, 0.000000\
-1442, 0.000000\
-1442, 0.000000\
-1442, 0.000000\
-1443, 0.000000\
-1443, 0.000000\
-1443, 0.000000\
-1443, 0.000000\
-1443, 0.000000\
-1443, 0.000000\
-1443, 0.000000\
-1443, 0.000000\
-1443, 0.000000\
-1444, 0.000000\
-1444, 0.000000\
-1444, 0.000000\
-1444, 0.000000\
-1444, 0.000000\
-1444, 0.000000\
-1444, 1.000000\
-1444, 0.000000\
-1444, 0.000000\
-1445, 0.000000\
-1445, 0.000000\
-1445, 0.000000\
-1445, 0.000000\
-1445, 0.000000\
-1445, 0.000000\
-1445, 0.000000\
-1445, 0.000000\
-1445, 0.000000\
-1446, 0.000000\
-1446, 0.000000\
-1446, 0.000000\
-1446, 0.000000\
-1446, 0.000000\
-1446, 0.000000\
-1446, 0.000000\
-1446, 0.000000\
-1446, 0.000000\
-1447, 0.000000\
-1447, 0.000000\
-1447, 0.000000\
-1447, 0.000000\
-1447, 0.000000\
-1447, 0.000000\
-1447, 0.000000\
-1447, 0.000000\
-1447, 0.000000\
-1448, 0.000000\
-1448, 0.000000\
-1448, 0.000000\
-1448, 0.000000\
-1448, 0.000000\
-1448, 0.000000\
-1448, 0.000000\
-1448, 0.000000\
-1448, 0.000000\
-1449, 0.000000\
-1449, 0.000000\
-1449, 0.000000\
-1449, 0.000000\
-1449, 0.000000\
-1449, 0.000000\
-1449, 0.000000\
-1449, 0.000000\
-1449, 0.000000\
-1450, 0.000000\
-1450, 0.000000\
-1450, 0.000000\
-1450, 0.000000\
-1450, 0.000000\
-1450, 0.000000\
-1450, 0.000000\
-1450, 0.000000\
-1450, 0.000000\
-1451, 1.000000\
-1451, 0.000000\
-1451, 0.000000\
-1451, 0.000000\
-1451, 0.000000\
-1451, 0.000000\
-1451, 0.000000\
-1451, 0.000000\
-1451, 0.000000\
-1452, 0.000000\
-1452, 0.000000\
-1452, 0.000000\
-1452, 0.000000\
-1452, 0.000000\
-1452, 0.000000\
-1452, 0.000000\
-1452, 0.000000\
-1452, 0.000000\
-1453, 0.000000\
-1453, 0.000000\
-1453, 0.000000\
-1453, 0.000000\
-1453, 0.000000\
-1453, 0.000000\
-1453, 0.000000\
-1453, 0.000000\
-1453, 0.000000\
-1454, 0.000000\
-1454, 0.000000\
-1454, 0.000000\
-1454, 0.000000\
-1454, 0.000000\
-1454, 0.000000\
-1454, 0.000000\
-1454, 0.000000\
-1454, 0.000000\
-1455, 0.000000\
-1455, 0.000000\
-1455, 0.000000\
-1455, 0.000000\
-1455, 0.000000\
-1455, 0.000000\
-1455, 0.000000\
-1455, 0.000000\
-1455, 0.000000\
-1456, 0.000000\
-1456, 0.000000\
-1456, 0.000000\
-1456, 0.000000\
-1456, 0.000000\
-1456, 0.000000\
-1456, 0.000000\
-1456, 0.000000\
-1456, 0.000000\
-1457, 0.000000\
-1457, 0.000000\
-1457, 0.000000\
-1457, 0.000000\
-1457, 0.000000\
-1457, 0.000000\
-1457, 0.000000\
-1457, 0.000000\
-1457, 0.000000\
-1458, 0.000000\
-1458, 0.000000\
-1458, 0.000000\
-1458, 0.000000\
-1458, 0.000000\
-1458, 0.000000\
-1458, 0.000000\
-1458, 0.000000\
-1458, 0.000000\
-1459, 0.000000\
-1459, 0.000000\
-1459, 0.000000\
-1459, 0.000000\
-1459, 0.000000\
-1459, 0.000000\
-1459, 0.000000\
-1459, 0.000000\
-1459, 0.000000\
-1460, 0.000000\
-1460, 0.000000\
-1460, 0.000000\
-1460, 0.000000\
-1460, 0.000000\
-1460, 0.000000\
-1460, 0.000000\
-1460, 0.000000\
-1460, 0.000000\
-1461, 0.000000\
-1461, 0.000000\
-1461, 0.000000\
-1461, 0.000000\
-1461, 0.000000\
-1461, 0.000000\
-1461, 0.000000\
-1461, 0.000000\
-1461, 0.000000\
-1462, 0.000000\
-1462, 0.000000\
-1462, 0.000000\
-1462, 0.000000\
-1462, 0.000000\
-1462, 0.000000\
-1462, 0.000000\
-1462, 0.000000\
-1462, 0.000000\
-1463, 0.000000\
-1463, 0.000000\
-1463, 0.000000\
-1463, 0.000000\
-1463, 0.000000\
-1463, 0.000000\
-1463, 0.000000\
-1463, 0.000000\
-1463, 0.000000\
-1464, 0.000000\
-1464, 0.000000\
-1464, 0.000000\
-1464, 0.000000\
-1464, 0.000000\
-1464, 0.000000\
-1464, 0.000000\
-1464, 0.000000\
-1464, 0.000000\
-1465, 0.000000\
-1465, 0.000000\
-1465, 0.000000\
-1465, 0.000000\
-1465, 0.000000\
-1465, 0.000000\
-1465, 0.000000\
-1465, 0.000000\
-1465, 0.000000\
-1466, 1.000000\
-1466, 0.000000\
-1466, 0.000000\
-1466, 0.000000\
-1466, 0.000000\
-1466, 0.000000\
-1466, 0.000000\
-1466, 0.000000\
-1466, 0.000000\
-1467, 0.000000\
-1467, 0.000000\
-1467, 0.000000\
-1467, 0.000000\
-1467, 0.000000\
-1467, 0.000000\
-1467, 0.000000\
-1467, 0.000000\
-1467, 0.000000\
-1468, 0.000000\
-1468, 0.000000\
-1468, 0.000000\
-1468, 0.000000\
-1468, 0.000000\
-1468, 0.000000\
-1468, 0.000000\
-1468, 0.000000\
-1468, 0.000000\
-1469, 0.000000\
-1469, 0.000000\
-1469, 0.000000\
-1469, 0.000000\
-1469, 0.000000\
-1469, 0.000000\
-1469, 0.000000\
-1469, 0.000000\
-1469, 0.000000\
-1470, 0.000000\
-1470, 0.000000\
-1470, 0.000000\
-1470, 0.000000\
-1470, 0.000000\
-1470, 0.000000\
-1470, 0.000000\
-1470, 0.000000\
-1470, 0.000000\
-1471, 0.000000\
-1471, 0.000000\
-1471, 0.000000\
-1471, 0.000000\
-1471, 0.000000\
-1471, 0.000000\
-1471, 0.000000\
-1471, 0.000000\
-1471, 0.000000\
-1472, 0.000000\
-1472, 0.000000\
-1472, 0.000000\
-1472, 0.000000\
-1472, 0.000000\
-1472, 0.000000\
-1472, 0.000000\
-1472, 0.000000\
-1472, 0.000000\
-1473, 0.000000\
-1473, 0.000000\
-1473, 0.000000\
-1473, 0.000000\
-1473, 0.000000\
-1473, 0.000000\
-1473, 0.000000\
-1473, 0.000000\
-1473, 0.000000\
-1474, 0.000000\
-1474, 0.000000\
-1474, 0.000000\
-1474, 0.000000\
-1474, 0.000000\
-1474, 0.000000\
-1474, 0.000000\
-1474, 0.000000\
-1474, 0.000000\
-1475, 0.000000\
-1475, 0.000000\
-1475, 0.000000\
-1475, 0.000000\
-1475, 0.000000\
-1475, 0.000000\
-1475, 0.000000\
-1475, 0.000000\
-1475, 0.000000\
-1476, 0.000000\
-1476, 0.000000\
-1476, 0.000000\
-1476, 0.000000\
-1476, 0.000000\
-1476, 0.000000\
-1476, 0.000000\
-1476, 0.000000\
-1476, 0.000000\
-1477, 0.000000\
-1477, 0.000000\
-1477, 1.000000\
-1477, 0.000000\
-1477, 0.000000\
-1477, 0.000000\
-1477, 0.000000\
-1477, 0.000000\
-1477, 0.000000\
-1478, 0.000000\
-1478, 0.000000\
-1478, 0.000000\
-1478, 0.000000\
-1478, 0.000000\
-1478, 0.000000\
-1478, 0.000000\
-1478, 0.000000\
-1478, 0.000000\
-1479, 0.000000\
-1479, 0.000000\
-1479, 0.000000\
-1479, 0.000000\
-1479, 0.000000\
-1479, 0.000000\
-1479, 0.000000\
-1479, 0.000000\
-1479, 0.000000\
-1480, 0.000000\
-1480, 0.000000\
-1480, 0.000000\
-1480, 0.000000\
-1480, 0.000000\
-1480, 0.000000\
-1480, 0.000000\
-1480, 0.000000\
-1480, 0.000000\
-1481, 0.000000\
-1481, 0.000000\
-1481, 0.000000\
-1481, 0.000000\
-1481, 0.000000\
-1481, 0.000000\
-1481, 0.000000\
-1481, 0.000000\
-1481, 0.000000\
-1482, 0.000000\
-1482, 0.000000\
-1482, 0.000000\
-1482, 0.000000\
-1482, 0.000000\
-1482, 0.000000\
-1482, 0.000000\
-1482, 0.000000\
-1482, 0.000000\
-1483, 0.000000\
-1483, 0.000000\
-1483, 0.000000\
-1483, 0.000000\
-1483, 0.000000\
-1483, 0.000000\
-1483, 0.000000\
-1483, 0.000000\
-1483, 0.000000\
-1484, 0.000000\
-1484, 0.000000\
-1484, 0.000000\
-1484, 0.000000\
-1484, 0.000000\
-1484, 0.000000\
-1484, 0.000000\
-1484, 0.000000\
-1484, 0.000000\
-1485, 0.000000\
-1485, 0.000000\
-1485, 0.000000\
-1485, 0.000000\
-1485, 0.000000\
-1485, 0.000000\
-1485, 0.000000\
-1485, 0.000000\
-1485, 0.000000\
-1486, 0.000000\
-1486, 0.000000\
-1486, 0.000000\
-1486, 0.000000\
-1486, 0.000000\
-1486, 0.000000\
-1486, 0.000000\
-1486, 0.000000\
-1486, 0.000000\
-1487, 0.000000\
-1487, 0.000000\
-1487, 0.000000\
-1487, 0.000000\
-1487, 0.000000\
-1487, 0.000000\
-1487, 0.000000\
-1487, 0.000000\
-1487, 0.000000\
-1488, 0.000000\
-1488, 0.000000\
-1488, 0.000000\
-1488, 0.000000\
-1488, 0.000000\
-1488, 0.000000\
-1488, 0.000000\
-1488, 0.000000\
-1488, 0.000000\
-1489, 0.000000\
-1489, 0.000000\
-1489, 0.000000\
-1489, 0.000000\
-1489, 0.000000\
-1489, 0.000000\
-1489, 0.000000\
-1489, 0.000000\
-1489, 0.000000\
-1490, 0.000000\
-1490, 1.000000\
-1490, 0.000000\
-1490, 0.000000\
-1490, 0.000000\
-1490, 0.000000\
-1490, 0.000000\
-1490, 0.000000\
-1490, 0.000000\
-1491, 0.000000\
-1491, 0.000000\
-1491, 0.000000\
-1491, 0.000000\
-1491, 0.000000\
-1491, 0.000000\
-1491, 0.000000\
-1491, 0.000000\
-1491, 0.000000\
-1492, 0.000000\
-1492, 0.000000\
-1492, 0.000000\
-1492, 0.000000\
-1492, 0.000000\
-1492, 0.000000\
-1492, 0.000000\
-1492, 0.000000\
-1492, 0.000000\
-1493, 0.000000\
-1493, 0.000000\
-1493, 0.000000\
-1493, 0.000000\
-1493, 0.000000\
-1493, 0.000000\
-1493, 0.000000\
-1493, 0.000000\
-1493, 0.000000\
-1494, 0.000000\
-1494, 0.000000\
-1494, 0.000000\
-1494, 0.000000\
-1494, 0.000000\
-1494, 0.000000\
-1494, 0.000000\
-1494, 0.000000\
-1494, 0.000000\
-1495, 0.000000\
-1495, 0.000000\
-1495, 0.000000\
-1495, 0.000000\
-1495, 0.000000\
-1495, 0.000000\
-1495, 0.000000\
-1495, 0.000000\
-1495, 0.000000\
-1496, 0.000000\
-1496, 0.000000\
-1496, 0.000000\
-1496, 0.000000\
-1496, 0.000000\
-1496, 0.000000\
-1496, 0.000000\
-1496, 0.000000\
-1496, 0.000000\
-1497, 0.000000\
-1497, 0.000000\
-1497, 0.000000\
-1497, 0.000000\
-1497, 0.000000\
-1497, 0.000000\
-1497, 0.000000\
-1497, 0.000000\
-1497, 0.000000\
-1498, 0.000000\
-1498, 0.000000\
-1498, 0.000000\
-1498, 0.000000\
-1498, 0.000000\
-1498, 0.000000\
-1498, 0.000000\
-1498, 0.000000\
-1498, 0.000000\
-1499, 0.000000\
-1499, 0.000000\
-1499, 0.000000\
-1499, 0.000000\
-1499, 0.000000\
-1499, 0.000000\
-1499, 0.000000\
-1499, 0.000000\
-1499, 0.000000\
-1500, 0.000000\
-1500, 0.000000\
-1500, 0.000000\
-1500, 0.000000\
-1500, 0.000000\
-1500, 0.000000\
-1500, 0.000000\
-1500, 0.000000\
-1500, 0.000000\
-1501, 0.000000\
-1501, 0.000000\
-1501, 0.000000\
-1501, 0.000000\
-1501, 0.000000\
-1501, 0.000000\
-1501, 0.000000\
-1501, 0.000000\
-1501, 0.000000\
-1502, 0.000000\
-1502, 0.000000\
-1502, 0.000000\
-1502, 0.000000\
-1502, 0.000000\
-1502, 0.000000\
-1502, 0.000000\
-1502, 0.000000\
-1502, 0.000000\
-1503, 0.000000\
-1503, 0.000000\
-1503, 0.000000\
-1503, 0.000000\
-1503, 0.000000\
-1503, 0.000000\
-1503, 0.000000\
-1503, 0.000000\
-1503, 0.000000\
-1504, 0.000000\
-1504, 0.000000\
-1504, 0.000000\
-1504, 0.000000\
-1504, 0.000000\
-1504, 0.000000\
-1504, 0.000000\
-1504, 0.000000\
-1504, 0.000000\
-1505, 0.000000\
-1505, 0.000000\
-1505, 0.000000\
-1505, 0.000000\
-1505, 0.000000\
-1505, 0.000000\
-1505, 0.000000\
-1505, 0.000000\
-1505, 0.000000\
-1506, 0.000000\
-1506, 0.000000\
-1506, 0.000000\
-1506, 0.000000\
-1506, 0.000000\
-1506, 0.000000\
-1506, 0.000000\
-1506, 1.000000\
-1506, 0.000000\
-1507, 0.000000\
-1507, 0.000000\
-1507, 0.000000\
-1507, 0.000000\
-1507, 0.000000\
-1507, 0.000000\
-1507, 0.000000\
-1507, 0.000000\
-1507, 0.000000\
-1508, 0.000000\
-1508, 0.000000\
-1508, 0.000000\
-1508, 0.000000\
-1508, 0.000000\
-1508, 0.000000\
-1508, 0.000000\
-1508, 0.000000\
-1508, 0.000000\
-1509, 0.000000\
-1509, 1.000000\
-1509, 0.000000\
-1509, 0.000000\
-1509, 0.000000\
-1509, 0.000000\
-1509, 0.000000\
-1509, 0.000000\
-1509, 0.000000\
-1510, 0.000000\
-1510, 0.000000\
-1510, 0.000000\
-1510, 0.000000\
-1510, 0.000000\
-1510, 0.000000\
-1510, 0.000000\
-1510, 0.000000\
-1510, 0.000000\
-1511, 0.000000\
-1511, 0.000000\
-1511, 0.000000\
-1511, 0.000000\
-1511, 0.000000\
-1511, 0.000000\
-1511, 0.000000\
-1511, 0.000000\
-1511, 0.000000\
-1512, 0.000000\
-1512, 0.000000\
-1512, 0.000000\
-1512, 0.000000\
-1512, 0.000000\
-1512, 0.000000\
-1512, 0.000000\
-1512, 0.000000\
-1512, 0.000000\
-1513, 0.000000\
-1513, 0.000000\
-1513, 0.000000\
-1513, 0.000000\
-1513, 0.000000\
-1513, 0.000000\
-1513, 0.000000\
-1513, 0.000000\
-1513, 0.000000\
-1514, 0.000000\
-1514, 0.000000\
-1514, 0.000000\
-1514, 0.000000\
-1514, 0.000000\
-1514, 0.000000\
-1514, 0.000000\
-1514, 0.000000\
-1514, 0.000000\
-1515, 0.000000\
-1515, 0.000000\
-1515, 0.000000\
-1515, 0.000000\
-1515, 0.000000\
-1515, 0.000000\
-1515, 0.000000\
-1515, 0.000000\
-1515, 0.000000\
-1516, 0.000000\
-1516, 0.000000\
-1516, 0.000000\
-1516, 0.000000\
-1516, 0.000000\
-1516, 0.000000\
-1516, 0.000000\
-1516, 0.000000\
-1516, 0.000000\
-1517, 0.000000\
-1517, 0.000000\
-1517, 0.000000\
-1517, 0.000000\
-1517, 0.000000\
-1517, 0.000000\
-1517, 0.000000\
-1517, 0.000000\
-1517, 0.000000\
-1518, 0.000000\
-1518, 0.000000\
-1518, 0.000000\
-1518, 0.000000\
-1518, 0.000000\
-1518, 0.000000\
-1518, 0.000000\
-1518, 0.000000\
-1518, 0.000000\
-1519, 0.000000\
-1519, 0.000000\
-1519, 0.000000\
-1519, 0.000000\
-1519, 0.000000\
-1519, 0.000000\
-1519, 0.000000\
-1519, 0.000000\
-1519, 0.000000\
-1520, 0.000000\
-1520, 0.000000\
-1520, 0.000000\
-1520, 0.000000\
-1520, 0.000000\
-1520, 0.000000\
-1520, 0.000000\
-1520, 0.000000\
-1520, 0.000000\
-1521, 0.000000\
-1521, 0.000000\
-1521, 0.000000\
-1521, 0.000000\
-1521, 0.000000\
-1521, 0.000000\
-1521, 0.000000\
-1521, 0.000000\
-1521, 0.000000\
-1522, 0.000000\
-1522, 0.000000\
-1522, 0.000000\
-1522, 0.000000\
-1522, 0.000000\
-1522, 0.000000\
-1522, 0.000000\
-1522, 0.000000\
-1522, 0.000000\
-1523, 0.000000\
-1523, 0.000000\
-1523, 0.000000\
-1523, 0.000000\
-1523, 0.000000\
-1523, 0.000000\
-1523, 0.000000\
-1523, 0.000000\
-1523, 0.000000\
-1524, 0.000000\
-1524, 0.000000\
-1524, 0.000000\
-1524, 0.000000\
-1524, 0.000000\
-1524, 0.000000\
-1524, 0.000000\
-1524, 0.000000\
-1524, 0.000000\
-1525, 0.000000\
-1525, 0.000000\
-1525, 0.000000\
-1525, 0.000000\
-1525, 0.000000\
-1525, 0.000000\
-1525, 0.000000\
-1525, 0.000000\
-1525, 0.000000\
-1526, 1.000000\
-1526, 0.000000\
-1526, 0.000000\
-1526, 0.000000\
-1526, 0.000000\
-1526, 0.000000\
-1526, 0.000000\
-1526, 0.000000\
-1526, 0.000000\
-1527, 0.000000\
-1527, 0.000000\
-1527, 0.000000\
-1527, 0.000000\
-1527, 0.000000\
-1527, 0.000000\
-1527, 0.000000\
-1527, 0.000000\
-1527, 0.000000\
-1528, 0.000000\
-1528, 0.000000\
-1528, 0.000000\
-1528, 0.000000\
-1528, 0.000000\
-1528, 0.000000\
-1528, 0.000000\
-1528, 0.000000\
-1528, 0.000000\
-1529, 0.000000\
-1529, 0.000000\
-1529, 0.000000\
-1529, 0.000000\
-1529, 0.000000\
-1529, 0.000000\
-1529, 0.000000\
-1529, 0.000000\
-1529, 0.000000\
-1530, 0.000000\
-1530, 0.000000\
-1530, 0.000000\
-1530, 0.000000\
-1530, 0.000000\
-1530, 0.000000\
-1530, 0.000000\
-1530, 0.000000\
-1530, 0.000000\
-1531, 0.000000\
-1531, 0.000000\
-1531, 0.000000\
-1531, 0.000000\
-1531, 0.000000\
-1531, 0.000000\
-1531, 0.000000\
-1531, 0.000000\
-1531, 0.000000\
-1532, 0.000000\
-1532, 0.000000\
-1532, 0.000000\
-1532, 0.000000\
-1532, 0.000000\
-1532, 0.000000\
-1532, 0.000000\
-1532, 0.000000\
-1532, 0.000000\
-1533, 0.000000\
-1533, 0.000000\
-1533, 0.000000\
-1533, 0.000000\
-1533, 0.000000\
-1533, 0.000000\
-1533, 0.000000\
-1533, 0.000000\
-1533, 0.000000\
-1534, 0.000000\
-1534, 0.000000\
-1534, 0.000000\
-1534, 0.000000\
-1534, 0.000000\
-1534, 0.000000\
-1534, 0.000000\
-1534, 0.000000\
-1534, 0.000000\
-1535, 0.000000\
-1535, 0.000000\
-1535, 0.000000\
-1535, 0.000000\
-1535, 0.000000\
-1535, 0.000000\
-1535, 0.000000\
-1535, 0.000000\
-1535, 0.000000\
-1536, 0.000000\
-1536, 0.000000\
-1536, 0.000000\
-1536, 0.000000\
-1536, 0.000000\
-1536, 0.000000\
-1536, 0.000000\
-1536, 0.000000\
-1536, 0.000000\
-1537, 0.000000\
-1537, 0.000000\
-1537, 0.000000\
-1537, 0.000000\
-1537, 0.000000\
-1537, 0.000000\
-1537, 0.000000\
-1537, 0.000000\
-1537, 0.000000\
-1538, 0.000000\
-1538, 0.000000\
-1538, 0.000000\
-1538, 0.000000\
-1538, 0.000000\
-1538, 0.000000\
-1538, 0.000000\
-1538, 0.000000\
-1538, 0.000000\
-1539, 0.000000\
-1539, 0.000000\
-1539, 0.000000\
-1539, 0.000000\
-1539, 0.000000\
-1539, 0.000000\
-1539, 0.000000\
-1539, 0.000000\
-1539, 0.000000\
-1540, 0.000000\
-1540, 0.000000\
-1540, 0.000000\
-1540, 0.000000\
-1540, 0.000000\
-1540, 0.000000\
-1540, 0.000000\
-1540, 0.000000\
-1540, 0.000000\
-1541, 0.000000\
-1541, 0.000000\
-1541, 0.000000\
-1541, 0.000000\
-1541, 0.000000\
-1541, 0.000000\
-1541, 0.000000\
-1541, 0.000000\
-1541, 0.000000\
-1542, 0.000000\
-1542, 0.000000\
-1542, 0.000000\
-1542, 0.000000\
-1542, 0.000000\
-1542, 0.000000\
-1542, 0.000000\
-1542, 0.000000\
-1542, 0.000000\
-1543, 0.000000\
-1543, 0.000000\
-1543, 0.000000\
-1543, 0.000000\
-1543, 0.000000\
-1543, 0.000000\
-1543, 0.000000\
-1543, 0.000000\
-1543, 0.000000\
-1544, 0.000000\
-1544, 0.000000\
-1544, 0.000000\
-1544, 0.000000\
-1544, 0.000000\
-1544, 0.000000\
-1544, 0.000000\
-1544, 0.000000\
-1544, 0.000000\
-1545, 0.000000\
-1545, 0.000000\
-1545, 0.000000\
-1545, 0.000000\
-1545, 0.000000\
-1545, 0.000000\
-1545, 0.000000\
-1545, 0.000000\
-1545, 0.000000\
-1546, 0.000000\
-1546, 0.000000\
-1546, 0.000000\
-1546, 0.000000\
-1546, 0.000000\
-1546, 0.000000\
-1546, 0.000000\
-1546, 0.000000\
-1546, 0.000000\
-1547, 0.000000\
-1547, 0.000000\
-1547, 0.000000\
-1547, 0.000000\
-1547, 0.000000\
-1547, 0.000000\
-1547, 0.000000\
-1547, 0.000000\
-1547, 0.000000\
-1548, 0.000000\
-1548, 0.000000\
-1548, 0.000000\
-1548, 0.000000\
-1548, 0.000000\
-1548, 0.000000\
-1548, 0.000000\
-1548, 0.000000\
-1548, 0.000000\
-1549, 0.000000\
-1549, 0.000000\
-1549, 0.000000\
-1549, 0.000000\
-1549, 0.000000\
-1549, 0.000000\
-1549, 0.000000\
-1549, 0.000000\
-1549, 0.000000\
-1550, 0.000000\
-1550, 0.000000\
-1550, 0.000000\
-1550, 0.000000\
-1550, 0.000000\
-1550, 0.000000\
-1550, 0.000000\
-1550, 0.000000\
-1550, 0.000000\
-1551, 0.000000\
-1551, 0.000000\
-1551, 0.000000\
-1551, 0.000000\
-1551, 0.000000\
-1551, 0.000000\
-1551, 0.000000\
-1551, 0.000000\
-1551, 0.000000\
-1552, 0.000000\
-1552, 0.000000\
-1552, 0.000000\
-1552, 0.000000\
-1552, 0.000000\
-1552, 0.000000\
-1552, 0.000000\
-1552, 0.000000\
-1552, 0.000000\
-1553, 0.000000\
-1553, 0.000000\
-1553, 0.000000\
-1553, 0.000000\
-1553, 0.000000\
-1553, 0.000000\
-1553, 0.000000\
-1553, 0.000000\
-1553, 0.000000\
-1554, 0.000000\
-1554, 0.000000\
-1554, 0.000000\
-1554, 0.000000\
-1554, 0.000000\
-1554, 0.000000\
-1554, 0.000000\
-1554, 0.000000\
-1554, 0.000000\
-1555, 0.000000\
-1555, 0.000000\
-1555, 0.000000\
-1555, 0.000000\
-1555, 0.000000\
-1555, 0.000000\
-1555, 0.000000\
-1555, 0.000000\
-1555, 0.000000\
-1556, 0.000000\
-1556, 0.000000\
-1556, 0.000000\
-1556, 0.000000\
-1556, 0.000000\
-1556, 0.000000\
-1556, 0.000000\
-1556, 0.000000\
-1556, 0.000000\
-1557, 0.000000\
-1557, 0.000000\
-1557, 0.000000\
-1557, 0.000000\
-1557, 0.000000\
-1557, 0.000000\
-1557, 0.000000\
-1557, 0.000000\
-1557, 0.000000\
-1558, 0.000000\
-1558, 0.000000\
-1558, 0.000000\
-1558, 0.000000\
-1558, 0.000000\
-1558, 0.000000\
-1558, 0.000000\
-1558, 0.000000\
-1558, 0.000000\
-1559, 0.000000\
-1559, 0.000000\
-1559, 0.000000\
-1559, 0.000000\
-1559, 0.000000\
-1559, 0.000000\
-1559, 0.000000\
-1559, 0.000000\
-1559, 0.000000\
-1560, 0.000000\
-1560, 0.000000\
-1560, 0.000000\
-1560, 0.000000\
-1560, 0.000000\
-1560, 0.000000\
-1560, 0.000000\
-1560, 0.000000\
-1560, 0.000000\
-1561, 0.000000\
-1561, 0.000000\
-1561, 0.000000\
-1561, 0.000000\
-1561, 0.000000\
-1561, 0.000000\
-1561, 0.000000\
-1561, 0.000000\
-1561, 0.000000\
-1562, 0.000000\
-1562, 0.000000\
-1562, 0.000000\
-1562, 0.000000\
-1562, 0.000000\
-1562, 0.000000\
-1562, 0.000000\
-1562, 0.000000\
-1562, 0.000000\
-1563, 0.000000\
-1563, 0.000000\
-1563, 0.000000\
-1563, 0.000000\
-1563, 0.000000\
-1563, 0.000000\
-1563, 0.000000\
-1563, 0.000000\
-1563, 0.000000\
-1564, 0.000000\
-1564, 0.000000\
-1564, 0.000000\
-1564, 0.000000\
-1564, 0.000000\
-1564, 0.000000\
-1564, 0.000000\
-1564, 0.000000\
-1564, 0.000000\
-1565, 0.000000\
-1565, 0.000000\
-1565, 0.000000\
-1565, 0.000000\
-1565, 0.000000\
-1565, 0.000000\
-1565, 0.000000\
-1565, 0.000000\
-1565, 0.000000\
-1566, 0.000000\
-1566, 0.000000\
-1566, 0.000000\
-1566, 0.000000\
-1566, 0.000000\
-1566, 0.000000\
-1566, 0.000000\
-1566, 0.000000\
-1566, 0.000000\
-1567, 0.000000\
-1567, 0.000000\
-1567, 0.000000\
-1567, 0.000000\
-1567, 0.000000\
-1567, 0.000000\
-1567, 0.000000\
-1567, 0.000000\
-1567, 0.000000\
-1568, 0.000000\
-1568, 0.000000\
-1568, 0.000000\
-1568, 0.000000\
-1568, 0.000000\
-1568, 0.000000\
-1568, 0.000000\
-1568, 0.000000\
-1568, 0.000000\
-1569, 0.000000\
-1569, 0.000000\
-1569, 0.000000\
-1569, 0.000000\
-1569, 0.000000\
-1569, 0.000000\
-1569, 0.000000\
-1569, 0.000000\
-1569, 0.000000\
-1570, 0.000000\
-1570, 0.000000\
-1570, 0.000000\
-1570, 0.000000\
-1570, 0.000000\
-1570, 0.000000\
-1570, 0.000000\
-1570, 0.000000\
-1570, 0.000000\
-1571, 0.000000\
-1571, 0.000000\
-1571, 0.000000\
-1571, 0.000000\
-1571, 0.000000\
-1571, 0.000000\
-1571, 0.000000\
-1571, 0.000000\
-1571, 0.000000\
-1572, 0.000000\
-1572, 0.000000\
-1572, 0.000000\
-1572, 0.000000\
-1572, 0.000000\
-1572, 0.000000\
-1572, 0.000000\
-1572, 0.000000\
-1572, 0.000000\
-1573, 0.000000\
-1573, 0.000000\
-1573, 0.000000\
-1573, 0.000000\
-1573, 0.000000\
-1573, 0.000000\
-1573, 0.000000\
-1573, 0.000000\
-1573, 0.000000\
-1574, 0.000000\
-1574, 0.000000\
-1574, 0.000000\
-1574, 0.000000\
-1574, 0.000000\
-1574, 0.000000\
-1574, 0.000000\
-1574, 0.000000\
-1574, 0.000000\
-1575, 0.000000\
-1575, 0.000000\
-1575, 0.000000\
-1575, 0.000000\
-1575, 0.000000\
-1575, 0.000000\
-1575, 0.000000\
-1575, 0.000000\
-1575, 0.000000\
-1576, 0.000000\
-1576, 0.000000\
-1576, 0.000000\
-1576, 0.000000\
-1576, 0.000000\
-1576, 0.000000\
-1576, 0.000000\
-1576, 0.000000\
-1576, 0.000000\
-1577, 0.000000\
-1577, 0.000000\
-1577, 0.000000\
-1577, 0.000000\
-1577, 0.000000\
-1577, 0.000000\
-1577, 0.000000\
-1577, 0.000000\
-1577, 0.000000\
-1578, 0.000000\
-1578, 0.000000\
-1578, 0.000000\
-1578, 0.000000\
-1578, 0.000000\
-1578, 0.000000\
-1578, 0.000000\
-1578, 0.000000\
-1578, 0.000000\
-1579, 0.000000\
-1579, 0.000000\
-1579, 0.000000\
-1579, 0.000000\
-1579, 0.000000\
-1579, 0.000000\
-1579, 0.000000\
-1579, 0.000000\
-1579, 0.000000\
-1580, 0.000000\
-1580, 0.000000\
-1580, 0.000000\
-1580, 0.000000\
-1580, 0.000000\
-1580, 0.000000\
-1580, 0.000000\
-1580, 0.000000\
-1580, 0.000000\
-1581, 0.000000\
-1581, 0.000000\
-1581, 0.000000\
-1581, 0.000000\
-1581, 0.000000\
-1581, 0.000000\
-1581, 0.000000\
-1581, 0.000000\
-1581, 0.000000\
-1582, 0.000000\
-1582, 0.000000\
-1582, 0.000000\
-1582, 0.000000\
-1582, 0.000000\
-1582, 0.000000\
-1582, 0.000000\
-1582, 0.000000\
-1582, 0.000000\
-1583, 0.000000\
-1583, 0.000000\
-1583, 0.000000\
-1583, 0.000000\
-1583, 0.000000\
-1583, 0.000000\
-1583, 0.000000\
-1583, 0.000000\
-1583, 0.000000\
-1584, 0.000000\
-1584, 0.000000\
-1584, 0.000000\
-1584, 0.000000\
-1584, 0.000000\
-1584, 0.000000\
-1584, 0.000000\
-1584, 0.000000\
-1584, 0.000000\
-1585, 0.000000\
-1585, 0.000000\
-1585, 0.000000\
-1585, 0.000000\
-1585, 0.000000\
-1585, 0.000000\
-1585, 0.000000\
-1585, 0.000000\
-1585, 0.000000\
-1586, 0.000000\
-1586, 0.000000\
-1586, 0.000000\
-1586, 0.000000\
-1586, 0.000000\
-1586, 0.000000\
-1586, 0.000000\
-1586, 0.000000\
-1586, 0.000000\
-1587, 0.000000\
-1587, 0.000000\
-1587, 0.000000\
-1587, 0.000000\
-1587, 0.000000\
-1587, 0.000000\
-1587, 0.000000\
-1587, 0.000000\
-1587, 0.000000\
-1588, 0.000000\
-1588, 0.000000\
-1588, 0.000000\
-1588, 0.000000\
-1588, 0.000000\
-1588, 0.000000\
-1588, 0.000000\
-1588, 0.000000\
-1588, 0.000000\
-1589, 0.000000\
-1589, 0.000000\
-1589, 0.000000\
-1589, 0.000000\
-1589, 0.000000\
-1589, 0.000000\
-1589, 0.000000\
-1589, 0.000000\
-1589, 0.000000\
-1590, 0.000000\
-1590, 0.000000\
-1590, 0.000000\
-1590, 0.000000\
-1590, 0.000000\
-1590, 0.000000\
-1590, 0.000000\
-1590, 0.000000\
-1590, 0.000000\
-1591, 0.000000\
-1591, 0.000000\
-1591, 0.000000\
-1591, 0.000000\
-1591, 0.000000\
-1591, 0.000000\
-1591, 0.000000\
-1591, 0.000000\
-1591, 0.000000\
-1592, 0.000000\
-1592, 0.000000\
-1592, 0.000000\
-1592, 1.000000\
-1592, 0.000000\
-1592, 0.000000\
-1592, 0.000000\
-1592, 0.000000\
-1592, 0.000000\
-1593, 0.000000\
-1593, 0.000000\
-1593, 0.000000\
-1593, 0.000000\
-1593, 0.000000\
-1593, 0.000000\
-1593, 0.000000\
-1593, 0.000000\
-1593, 0.000000\
-1594, 0.000000\
-1594, 0.000000\
-1594, 0.000000\
-1594, 0.000000\
-1594, 0.000000\
-1594, 0.000000\
-1594, 0.000000\
-1594, 0.000000\
-1594, 0.000000\
-1595, 0.000000\
-1595, 0.000000\
-1595, 0.000000\
-1595, 0.000000\
-1595, 0.000000\
-1595, 0.000000\
-1595, 0.000000\
-1595, 0.000000\
-1595, 0.000000\
-1596, 0.000000\
-1596, 0.000000\
-1596, 0.000000\
-1596, 0.000000\
-1596, 0.000000\
-1596, 0.000000\
-1596, 0.000000\
-1596, 0.000000\
-1596, 0.000000\
-1597, 0.000000\
-1597, 0.000000\
-1597, 0.000000\
-1597, 0.000000\
-1597, 0.000000\
-1597, 0.000000\
-1597, 0.000000\
-1597, 0.000000\
-1597, 0.000000\
-1598, 0.000000\
-1598, 1.000000\
-1598, 0.000000\
-1598, 0.000000\
-1598, 0.000000\
-1598, 0.000000\
-1598, 0.000000\
-1598, 0.000000\
-1598, 0.000000\
-1599, 0.000000\
-1599, 0.000000\
-1599, 0.000000\
-1599, 0.000000\
-1599, 0.000000\
-1599, 0.000000\
-1599, 0.000000\
-1599, 0.000000\
-1599, 0.000000\
-1600, 0.000000\
-1600, 0.000000\
-1600, 0.000000\
-1600, 0.000000\
-1600, 0.000000\
-1600, 0.000000\
-1600, 0.000000\
-1600, 0.000000\
-1600, 0.000000\
-1601, 0.000000\
-1601, 0.000000\
-1601, 0.000000\
-1601, 0.000000\
-1601, 0.000000\
-1601, 0.000000\
-1601, 0.000000\
-1601, 0.000000\
-1601, 0.000000\
-1602, 0.000000\
-1602, 0.000000\
-1602, 0.000000\
-1602, 0.000000\
-1602, 0.000000\
-1602, 0.000000\
-1602, 1.000000\
-1602, 0.000000\
-1602, 0.000000\
-1603, 0.000000\
-1603, 0.000000\
-1603, 0.000000\
-1603, 0.000000\
-1603, 1.000000\
-1603, 0.000000\
-1603, 0.000000\
-1603, 0.000000\
-1603, 0.000000\
-1604, 0.000000\
-1604, 0.000000\
-1604, 0.000000\
-1604, 0.000000\
-1604, 0.000000\
-1604, 0.000000\
-1604, 0.000000\
-1604, 0.000000\
-1604, 0.000000\
-1605, 0.000000\
-1605, 0.000000\
-1605, 0.000000\
-1605, 0.000000\
-1605, 0.000000\
-1605, 0.000000\
-1605, 0.000000\
-1605, 0.000000\
-1605, 0.000000\
-1606, 0.000000\
-1606, 0.000000\
-1606, 0.000000\
-1606, 0.000000\
-1606, 0.000000\
-1606, 0.000000\
-1606, 0.000000\
-1606, 0.000000\
-1606, 0.000000\
-1607, 0.000000\
-1607, 0.000000\
-1607, 0.000000\
-1607, 0.000000\
-1607, 0.000000\
-1607, 0.000000\
-1607, 0.000000\
-1607, 0.000000\
-1607, 0.000000\
-1608, 0.000000\
-1608, 0.000000\
-1608, 0.000000\
-1608, 0.000000\
-1608, 0.000000\
-1608, 0.000000\
-1608, 0.000000\
-1608, 0.000000\
-1608, 0.000000\
-1609, 0.000000\
-1609, 0.000000\
-1609, 0.000000\
-1609, 0.000000\
-1609, 0.000000\
-1609, 0.000000\
-1609, 0.000000\
-1609, 0.000000\
-1609, 0.000000\
-1610, 0.000000\
-1610, 0.000000\
-1610, 0.000000\
-1610, 0.000000\
-1610, 0.000000\
-1610, 0.000000\
-1610, 0.000000\
-1610, 0.000000\
-1610, 0.000000\
-1611, 0.000000\
-1611, 0.000000\
-1611, 0.000000\
-1611, 0.000000\
-1611, 0.000000\
-1611, 0.000000\
-1611, 0.000000\
-1611, 0.000000\
-1611, 0.000000\
-1612, 0.000000\
-1612, 0.000000\
-1612, 0.000000\
-1612, 0.000000\
-1612, 0.000000\
-1612, 1.000000\
-1612, 0.000000\
-1612, 0.000000\
-1612, 0.000000\
-1613, 0.000000\
-1613, 0.000000\
-1613, 0.000000\
-1613, 0.000000\
-1613, 0.000000\
-1613, 0.000000\
-1613, 0.000000\
-1613, 0.000000\
-1613, 0.000000\
-1614, 0.000000\
-1614, 0.000000\
-1614, 0.000000\
-1614, 0.000000\
-1614, 0.000000\
-1614, 0.000000\
-1614, 0.000000\
-1614, 0.000000\
-1614, 0.000000\
-1615, 0.000000\
-1615, 0.000000\
-1615, 0.000000\
-1615, 0.000000\
-1615, 0.000000\
-1615, 0.000000\
-1615, 0.000000\
-1615, 0.000000\
-1615, 0.000000\
-1616, 0.000000\
-1616, 0.000000\
-1616, 0.000000\
-1616, 0.000000\
-1616, 0.000000\
-1616, 0.000000\
-1616, 0.000000\
-1616, 0.000000\
-1616, 0.000000\
-1617, 0.000000\
-1617, 0.000000\
-1617, 0.000000\
-1617, 0.000000\
-1617, 0.000000\
-1617, 0.000000\
-1617, 0.000000\
-1617, 0.000000\
-1617, 0.000000\
-1618, 0.000000\
-1618, 0.000000\
-1618, 0.000000\
-1618, 0.000000\
-1618, 0.000000\
-1618, 0.000000\
-1618, 0.000000\
-1618, 0.000000\
-1618, 0.000000\
-1619, 0.000000\
-1619, 0.000000\
-1619, 0.000000\
-1619, 0.000000\
-1619, 0.000000\
-1619, 0.000000\
-1619, 0.000000\
-1619, 0.000000\
-1619, 0.000000\
-1620, 0.000000\
-1620, 0.000000\
-1620, 0.000000\
-1620, 0.000000\
-1620, 0.000000\
-1620, 0.000000\
-1620, 0.000000\
-1620, 0.000000\
-1620, 0.000000\
-1621, 0.000000\
-1621, 0.000000\
-1621, 0.000000\
-1621, 0.000000\
-1621, 0.000000\
-1621, 0.000000\
-1621, 0.000000\
-1621, 0.000000\
-1621, 0.000000\
-1622, 0.000000\
-1622, 0.000000\
-1622, 0.000000\
-1622, 0.000000\
-1622, 0.000000\
-1622, 0.000000\
-1622, 0.000000\
-1622, 0.000000\
-1622, 0.000000\
-1623, 0.000000\
-1623, 0.000000\
-1623, 0.000000\
-1623, 0.000000\
-1623, 0.000000\
-1623, 0.000000\
-1623, 0.000000\
-1623, 0.000000\
-1623, 0.000000\
-1624, 0.000000\
-1624, 0.000000\
-1624, 0.000000\
-1624, 0.000000\
-1624, 0.000000\
-1624, 0.000000\
-1624, 0.000000\
-1624, 0.000000\
-1624, 1.000000\
-1625, 0.000000\
-1625, 0.000000\
-1625, 0.000000\
-1625, 0.000000\
-1625, 0.000000\
-1625, 0.000000\
-1625, 0.000000\
-1625, 0.000000\
-1625, 0.000000\
-1626, 0.000000\
-1626, 0.000000\
-1626, 0.000000\
-1626, 0.000000\
-1626, 0.000000\
-1626, 0.000000\
-1626, 0.000000\
-1626, 0.000000\
-1626, 0.000000\
-1627, 0.000000\
-1627, 0.000000\
-1627, 0.000000\
-1627, 0.000000\
-1627, 0.000000\
-1627, 0.000000\
-1627, 0.000000\
-1627, 0.000000\
-1627, 0.000000\
-1628, 0.000000\
-1628, 0.000000\
-1628, 0.000000\
-1628, 0.000000\
-1628, 0.000000\
-1628, 0.000000\
-1628, 0.000000\
-1628, 0.000000\
-1628, 0.000000\
-1629, 0.000000\
-1629, 0.000000\
-1629, 0.000000\
-1629, 0.000000\
-1629, 0.000000\
-1629, 0.000000\
-1629, 0.000000\
-1629, 0.000000\
-1629, 0.000000\
-1630, 0.000000\
-1630, 0.000000\
-1630, 0.000000\
-1630, 0.000000\
-1630, 0.000000\
-1630, 0.000000\
-1630, 0.000000\
-1630, 0.000000\
-1630, 0.000000\
-1631, 0.000000\
-1631, 0.000000\
-1631, 0.000000\
-1631, 0.000000\
-1631, 0.000000\
-1631, 0.000000\
-1631, 0.000000\
-1631, 0.000000\
-1631, 0.000000\
-1632, 0.000000\
-1632, 0.000000\
-1632, 0.000000\
-1632, 0.000000\
-1632, 0.000000\
-1632, 0.000000\
-1632, 0.000000\
-1632, 0.000000\
-1632, 0.000000\
-1633, 0.000000\
-1633, 0.000000\
-1633, 0.000000\
-1633, 0.000000\
-1633, 0.000000\
-1633, 0.000000\
-1633, 0.000000\
-1633, 0.000000\
-1633, 0.000000\
-1634, 0.000000\
-1634, 0.000000\
-1634, 0.000000\
-1634, 0.000000\
-1634, 0.000000\
-1634, 0.000000\
-1634, 0.000000\
-1634, 0.000000\
-1634, 0.000000\
-1635, 0.000000\
-1635, 0.000000\
-1635, 0.000000\
-1635, 0.000000\
-1635, 0.000000\
-1635, 0.000000\
-1635, 0.000000\
-1635, 0.000000\
-1635, 0.000000\
-1636, 0.000000\
-1636, 0.000000\
-1636, 0.000000\
-1636, 0.000000\
-1636, 0.000000\
-1636, 0.000000\
-1636, 0.000000\
-1636, 0.000000\
-1636, 0.000000\
-1637, 0.000000\
-1637, 0.000000\
-1637, 0.000000\
-1637, 0.000000\
-1637, 0.000000\
-1637, 0.000000\
-1637, 0.000000\
-1637, 0.000000\
-1637, 0.000000\
-1638, 0.000000\
-1638, 0.000000\
-1638, 0.000000\
-1638, 0.000000\
-1638, 0.000000\
-1638, 0.000000\
-1638, 0.000000\
-1638, 0.000000\
-1638, 0.000000\
-1639, 0.000000\
-1639, 0.000000\
-1639, 0.000000\
-1639, 0.000000\
-1639, 0.000000\
-1639, 0.000000\
-1639, 0.000000\
-1639, 0.000000\
-1639, 0.000000\
-1640, 0.000000\
-1640, 0.000000\
-1640, 0.000000\
-1640, 0.000000\
-1640, 0.000000\
-1640, 0.000000\
-1640, 0.000000\
-1640, 0.000000\
-1640, 0.000000\
-1641, 0.000000\
-1641, 0.000000\
-1641, 0.000000\
-1641, 0.000000\
-1641, 0.000000\
-1641, 0.000000\
-1641, 0.000000\
-1641, 0.000000\
-1641, 0.000000\
-1642, 0.000000\
-1642, 0.000000\
-1642, 0.000000\
-1642, 0.000000\
-1642, 0.000000\
-1642, 0.000000\
-1642, 0.000000\
-1642, 0.000000\
-1642, 0.000000\
-1643, 0.000000\
-1643, 0.000000\
-1643, 0.000000\
-1643, 0.000000\
-1643, 0.000000\
-1643, 0.000000\
-1643, 0.000000\
-1643, 0.000000\
-1643, 0.000000\
-1644, 0.000000\
-1644, 0.000000\
-1644, 0.000000\
-1644, 0.000000\
-1644, 0.000000\
-1644, 0.000000\
-1644, 0.000000\
-1644, 0.000000\
-1644, 0.000000\
-1645, 0.000000\
-1645, 0.000000\
-1645, 0.000000\
-1645, 0.000000\
-1645, 0.000000\
-1645, 0.000000\
-1645, 0.000000\
-1645, 0.000000\
-1645, 0.000000\
-1646, 0.000000\
-1646, 0.000000\
-1646, 0.000000\
-1646, 0.000000\
-1646, 0.000000\
-1646, 0.000000\
-1646, 0.000000\
-1646, 0.000000\
-1646, 0.000000\
-1647, 0.000000\
-1647, 0.000000\
-1647, 0.000000\
-1647, 0.000000\
-1647, 0.000000\
-1647, 0.000000\
-1647, 0.000000\
-1647, 0.000000\
-1647, 0.000000\
-1648, 0.000000\
-1648, 0.000000\
-1648, 0.000000\
-1648, 0.000000\
-1648, 0.000000\
-1648, 0.000000\
-1648, 0.000000\
-1648, 0.000000\
-1648, 0.000000\
-1649, 0.000000\
-1649, 0.000000\
-1649, 0.000000\
-1649, 0.000000\
-1649, 0.000000\
-1649, 0.000000\
-1649, 0.000000\
-1649, 0.000000\
-1649, 0.000000\
-1650, 0.000000\
-1650, 0.000000\
-1650, 0.000000\
-1650, 0.000000\
-1650, 0.000000\
-1650, 0.000000\
-1650, 0.000000\
-1650, 0.000000\
-1650, 0.000000\
-1651, 0.000000\
-1651, 0.000000\
-1651, 0.000000\
-1651, 0.000000\
-1651, 0.000000\
-1651, 0.000000\
-1651, 0.000000\
-1651, 0.000000\
-1651, 0.000000\
-1652, 0.000000\
-1652, 0.000000\
-1652, 0.000000\
-1652, 0.000000\
-1652, 0.000000\
-1652, 0.000000\
-1652, 0.000000\
-1652, 0.000000\
-1652, 0.000000\
-1653, 0.000000\
-1653, 0.000000\
-1653, 0.000000\
-1653, 0.000000\
-1653, 0.000000\
-1653, 0.000000\
-1653, 0.000000\
-1653, 0.000000\
-1653, 0.000000\
-1654, 0.000000\
-1654, 0.000000\
-1654, 0.000000\
-1654, 0.000000\
-1654, 0.000000\
-1654, 0.000000\
-1654, 0.000000\
-1654, 0.000000\
-1654, 0.000000\
-1655, 0.000000\
-1655, 0.000000\
-1655, 0.000000\
-1655, 0.000000\
-1655, 0.000000\
-1655, 0.000000\
-1655, 0.000000\
-1655, 0.000000\
-1655, 0.000000\
-1656, 0.000000\
-1656, 0.000000\
-1656, 0.000000\
-1656, 0.000000\
-1656, 0.000000\
-1656, 0.000000\
-1656, 0.000000\
-1656, 0.000000\
-1656, 0.000000\
-1657, 0.000000\
-1657, 0.000000\
-1657, 0.000000\
-1657, 0.000000\
-1657, 0.000000\
-1657, 0.000000\
-1657, 0.000000\
-1657, 0.000000\
-1657, 0.000000\
-1658, 0.000000\
-1658, 0.000000\
-1658, 0.000000\
-1658, 0.000000\
-1658, 0.000000\
-1658, 0.000000\
-1658, 0.000000\
-1658, 0.000000\
-1658, 0.000000\
-1659, 0.000000\
-1659, 0.000000\
-1659, 0.000000\
-1659, 0.000000\
-1659, 0.000000\
-1659, 0.000000\
-1659, 0.000000\
-1659, 0.000000\
-1659, 0.000000\
-1660, 0.000000\
-1660, 0.000000\
-1660, 0.000000\
-1660, 0.000000\
-1660, 0.000000\
-1660, 0.000000\
-1660, 0.000000\
-1660, 0.000000\
-1660, 0.000000\
-1661, 0.000000\
-1661, 0.000000\
-1661, 0.000000\
-1661, 0.000000\
-1661, 0.000000\
-1661, 0.000000\
-1661, 0.000000\
-1661, 0.000000\
-1661, 0.000000\
-1662, 0.000000\
-1662, 0.000000\
-1662, 0.000000\
-1662, 0.000000\
-1662, 0.000000\
-1662, 0.000000\
-1662, 0.000000\
-1662, 0.000000\
-1662, 0.000000\
-1663, 0.000000\
-1663, 0.000000\
-1663, 0.000000\
-1663, 0.000000\
-1663, 0.000000\
-1663, 0.000000\
-1663, 0.000000\
-1663, 0.000000\
-1663, 0.000000\
-1664, 0.000000\
-1664, 0.000000\
-1664, 0.000000\
-1664, 0.000000\
-1664, 0.000000\
-1664, 0.000000\
-1664, 0.000000\
-1664, 0.000000\
-1664, 0.000000\
-1665, 0.000000\
-1665, 0.000000\
-1665, 0.000000\
-1665, 0.000000\
-1665, 0.000000\
-1665, 0.000000\
-1665, 0.000000\
-1665, 0.000000\
-1665, 0.000000\
-1666, 0.000000\
-1666, 0.000000\
-1666, 0.000000\
-1666, 0.000000\
-1666, 0.000000\
-1666, 0.000000\
-1666, 0.000000\
-1666, 0.000000\
-1666, 0.000000\
-1667, 0.000000\
-1667, 0.000000\
-1667, 0.000000\
-1667, 0.000000\
-1667, 0.000000\
-1667, 0.000000\
-1667, 0.000000\
-1667, 0.000000\
-1667, 0.000000\
-1668, 0.000000\
-1668, 0.000000\
-1668, 0.000000\
-1668, 0.000000\
-1668, 0.000000\
-1668, 0.000000\
-1668, 0.000000\
-1668, 0.000000\
-1668, 0.000000\
-1669, 0.000000\
-1669, 0.000000\
-1669, 0.000000\
-1669, 0.000000\
-1669, 0.000000\
-1669, 0.000000\
-1669, 0.000000\
-1669, 0.000000\
-1669, 0.000000\
-1670, 0.000000\
-1670, 0.000000\
-1670, 0.000000\
-1670, 0.000000\
-1670, 0.000000\
-1670, 0.000000\
-1670, 0.000000\
-1670, 0.000000\
-1670, 0.000000\
-1671, 0.000000\
-1671, 0.000000\
-1671, 0.000000\
-1671, 0.000000\
-1671, 0.000000\
-1671, 0.000000\
-1671, 0.000000\
-1671, 0.000000\
-1671, 0.000000\
-1672, 0.000000\
-1672, 0.000000\
-1672, 0.000000\
-1672, 0.000000\
-1672, 0.000000\
-1672, 0.000000\
-1672, 0.000000\
-1672, 0.000000\
-1672, 0.000000\
-1673, 0.000000\
-1673, 0.000000\
-1673, 0.000000\
-1673, 0.000000\
-1673, 0.000000\
-1673, 0.000000\
-1673, 0.000000\
-1673, 0.000000\
-1673, 0.000000\
-1674, 0.000000\
-1674, 0.000000\
-1674, 0.000000\
-1674, 0.000000\
-1674, 0.000000\
-1674, 0.000000\
-1674, 0.000000\
-1674, 0.000000\
-1674, 0.000000\
-1675, 0.000000\
-1675, 0.000000\
-1675, 0.000000\
-1675, 0.000000\
-1675, 0.000000\
-1675, 0.000000\
-1675, 0.000000\
-1675, 0.000000\
-1675, 0.000000\
-1676, 0.000000\
-1676, 0.000000\
-1676, 0.000000\
-1676, 0.000000\
-1676, 0.000000\
-1676, 0.000000\
-1676, 0.000000\
-1676, 0.000000\
-1676, 0.000000\
-1677, 0.000000\
-1677, 0.000000\
-1677, 0.000000\
-1677, 0.000000\
-1677, 0.000000\
-1677, 0.000000\
-1677, 0.000000\
-1677, 0.000000\
-1677, 0.000000\
-1678, 0.000000\
-1678, 0.000000\
-1678, 0.000000\
-1678, 0.000000\
-1678, 0.000000\
-1678, 0.000000\
-1678, 0.000000\
-1678, 0.000000\
-1678, 0.000000\
-1679, 0.000000\
-1679, 0.000000\
-1679, 0.000000\
-1679, 0.000000\
-1679, 0.000000\
-1679, 0.000000\
-1679, 0.000000\
-1679, 0.000000\
-1679, 0.000000\
-1680, 0.000000\
-1680, 0.000000\
-1680, 0.000000\
-1680, 0.000000\
-1680, 0.000000\
-1680, 0.000000\
-1680, 0.000000\
-1680, 0.000000\
-1680, 0.000000\
-1681, 0.000000\
-1681, 0.000000\
-1681, 0.000000\
-1681, 0.000000\
-1681, 0.000000\
-1681, 0.000000\
-1681, 0.000000\
-1681, 0.000000\
-1681, 0.000000\
-1682, 0.000000\
-1682, 0.000000\
-1682, 0.000000\
-1682, 0.000000\
-1682, 0.000000\
-1682, 0.000000\
-1682, 0.000000\
-1682, 0.000000\
-1682, 0.000000\
-1683, 0.000000\
-1683, 0.000000\
-1683, 0.000000\
-1683, 0.000000\
-1683, 0.000000\
-1683, 0.000000\
-1683, 0.000000\
-1683, 0.000000\
-1683, 0.000000\
-1684, 0.000000\
-1684, 0.000000\
-1684, 0.000000\
-1684, 0.000000\
-1684, 0.000000\
-1684, 0.000000\
-1684, 0.000000\
-1684, 0.000000\
-1684, 0.000000\
-1685, 0.000000\
-1685, 0.000000\
-1685, 0.000000\
-1685, 0.000000\
-1685, 0.000000\
-1685, 0.000000\
-1685, 0.000000\
-1685, 0.000000\
-1685, 0.000000\
-1686, 0.000000\
-1686, 0.000000\
-1686, 0.000000\
-1686, 0.000000\
-1686, 0.000000\
-1686, 0.000000\
-1686, 0.000000\
-1686, 0.000000\
-1686, 0.000000\
-1687, 0.000000\
-1687, 0.000000\
-1687, 0.000000\
-1687, 0.000000\
-1687, 0.000000\
-1687, 0.000000\
-1687, 0.000000\
-1687, 0.000000\
-1687, 0.000000\
-1688, 0.000000\
-1688, 0.000000\
-1688, 0.000000\
-1688, 0.000000\
-1688, 0.000000\
-1688, 0.000000\
-1688, 0.000000\
-1688, 0.000000\
-1688, 0.000000\
-1689, 0.000000\
-1689, 0.000000\
-1689, 0.000000\
-1689, 0.000000\
-1689, 0.000000\
-1689, 0.000000\
-1689, 0.000000\
-1689, 0.000000\
-1689, 0.000000\
-1690, 0.000000\
-1690, 0.000000\
-1690, 0.000000\
-1690, 0.000000\
-1690, 0.000000\
-1690, 0.000000\
-1690, 0.000000\
-1690, 0.000000\
-1690, 0.000000\
-1691, 0.000000\
-1691, 0.000000\
-1691, 0.000000\
-1691, 0.000000\
-1691, 0.000000\
-1691, 0.000000\
-1691, 0.000000\
-1691, 0.000000\
-1691, 0.000000\
-1692, 0.000000\
-1692, 0.000000\
-1692, 0.000000\
-1692, 0.000000\
-1692, 0.000000\
-1692, 0.000000\
-1692, 0.000000\
-1692, 0.000000\
-1692, 0.000000\
-1693, 0.000000\
-1693, 0.000000\
-1693, 0.000000\
-1693, 0.000000\
-1693, 0.000000\
-1693, 0.000000\
-1693, 0.000000\
-1693, 0.000000\
-1693, 0.000000\
-1694, 0.000000\
-1694, 0.000000\
-1694, 0.000000\
-1694, 0.000000\
-1694, 0.000000\
-1694, 0.000000\
-1694, 0.000000\
-1694, 0.000000\
-1694, 0.000000\
-1695, 0.000000\
-1695, 0.000000\
-1695, 0.000000\
-1695, 0.000000\
-1695, 0.000000\
-1695, 0.000000\
-1695, 0.000000\
-1695, 0.000000\
-1695, 0.000000\
-1696, 0.000000\
-1696, 0.000000\
-1696, 0.000000\
-1696, 0.000000\
-1696, 0.000000\
-1696, 0.000000\
-1696, 0.000000\
-1696, 0.000000\
-1696, 0.000000\
-1697, 0.000000\
-1697, 0.000000\
-1697, 0.000000\
-1697, 0.000000\
-1697, 0.000000\
-1697, 0.000000\
-1697, 0.000000\
-1697, 0.000000\
-1697, 0.000000\
-1698, 0.000000\
-1698, 0.000000\
-1698, 0.000000\
-1698, 0.000000\
-1698, 0.000000\
-1698, 0.000000\
-1698, 0.000000\
-1698, 0.000000\
-1698, 0.000000\
-1699, 0.000000\
-1699, 0.000000\
-1699, 0.000000\
-1699, 0.000000\
-1699, 0.000000\
-1699, 0.000000\
-1699, 0.000000\
-1699, 0.000000\
-1699, 0.000000\
-1700, 0.000000\
-1700, 0.000000\
-1700, 0.000000\
-1700, 0.000000\
-1700, 0.000000\
-1700, 0.000000\
-1700, 0.000000\
-1700, 0.000000\
-1700, 0.000000\
-1701, 0.000000\
-1701, 0.000000\
-1701, 0.000000\
-1701, 0.000000\
-1701, 0.000000\
-1701, 0.000000\
-1701, 0.000000\
-1701, 0.000000\
-1701, 0.000000\
-1702, 0.000000\
-1702, 0.000000\
-1702, 0.000000\
-1702, 0.000000\
-1702, 0.000000\
-1702, 0.000000\
-1702, 0.000000\
-1702, 0.000000\
-1702, 0.000000\
-1703, 0.000000\
-1703, 0.000000\
-1703, 0.000000\
-1703, 0.000000\
-1703, 0.000000\
-1703, 0.000000\
-1703, 0.000000\
-1703, 0.000000\
-1703, 0.000000\
-1704, 0.000000\
-1704, 0.000000\
-1704, 0.000000\
-1704, 0.000000\
-1704, 0.000000\
-1704, 0.000000\
-1704, 0.000000\
-1704, 0.000000\
-1704, 0.000000\
-1705, 0.000000\
-1705, 0.000000\
-1705, 0.000000\
-1705, 0.000000\
-1705, 0.000000\
-1705, 0.000000\
-1705, 0.000000\
-1705, 0.000000\
-1705, 0.000000\
-1706, 0.000000\
-1706, 0.000000\
-1706, 0.000000\
-1706, 0.000000\
-1706, 0.000000\
-1706, 0.000000\
-1706, 0.000000\
-1706, 0.000000\
-1706, 0.000000\
-1707, 0.000000\
-1707, 0.000000\
-1707, 0.000000\
-1707, 0.000000\
-1707, 0.000000\
-1707, 0.000000\
-1707, 0.000000\
-1707, 0.000000\
-1707, 0.000000\
-1708, 0.000000\
-1708, 0.000000\
-1708, 0.000000\
-1708, 0.000000\
-1708, 0.000000\
-1708, 0.000000\
-1708, 0.000000\
-1708, 0.000000\
-1708, 0.000000\
-1709, 0.000000\
-1709, 0.000000\
-1709, 0.000000\
-1709, 0.000000\
-1709, 0.000000\
-1709, 0.000000\
-1709, 0.000000\
-1709, 0.000000\
-1709, 0.000000\
-1710, 0.000000\
-1710, 0.000000\
-1710, 0.000000\
-1710, 0.000000\
-1710, 0.000000\
-1710, 0.000000\
-1710, 0.000000\
-1710, 0.000000\
-1710, 0.000000\
-1711, 0.000000\
-1711, 0.000000\
-1711, 0.000000\
-1711, 0.000000\
-1711, 0.000000\
-1711, 0.000000\
-1711, 0.000000\
-1711, 0.000000\
-1711, 0.000000\
-1712, 0.000000\
-1712, 0.000000\
-1712, 0.000000\
-1712, 0.000000\
-1712, 0.000000\
-1712, 0.000000\
-1712, 0.000000\
-1712, 0.000000\
-1712, 0.000000\
-1713, 0.000000\
-1713, 0.000000\
-1713, 0.000000\
-1713, 0.000000\
-1713, 0.000000\
-1713, 0.000000\
-1713, 0.000000\
-1713, 0.000000\
-1713, 0.000000\
-1714, 0.000000\
-1714, 0.000000\
-1714, 0.000000\
-1714, 0.000000\
-1714, 0.000000\
-1714, 0.000000\
-1714, 0.000000\
-1714, 0.000000\
-1714, 0.000000\
-1715, 0.000000\
-1715, 0.000000\
-1715, 0.000000\
-1715, 0.000000\
-1715, 0.000000\
-1715, 0.000000\
-1715, 0.000000\
-1715, 0.000000\
-1715, 0.000000\
-1716, 0.000000\
-1716, 0.000000\
-1716, 0.000000\
-1716, 0.000000\
-1716, 0.000000\
-1716, 0.000000\
-1716, 0.000000\
-1716, 0.000000\
-1716, 0.000000\
-1717, 0.000000\
-1717, 0.000000\
-1717, 0.000000\
-1717, 0.000000\
-1717, 0.000000\
-1717, 0.000000\
-1717, 0.000000\
-1717, 0.000000\
-1717, 0.000000\
-1718, 0.000000\
-1718, 0.000000\
-1718, 0.000000\
-1718, 0.000000\
-1718, 0.000000\
-1718, 0.000000\
-1718, 0.000000\
-1718, 0.000000\
-1718, 0.000000\
-1719, 0.000000\
-1719, 0.000000\
-1719, 0.000000\
-1719, 0.000000\
-1719, 0.000000\
-1719, 0.000000\
-1719, 0.000000\
-1719, 0.000000\
-1719, 0.000000\
-1720, 0.000000\
-1720, 0.000000\
-1720, 0.000000\
-1720, 0.000000\
-1720, 0.000000\
-1720, 0.000000\
-1720, 0.000000\
-1720, 0.000000\
-1720, 0.000000\
-1721, 0.000000\
-1721, 0.000000\
-1721, 0.000000\
-1721, 0.000000\
-1721, 0.000000\
-1721, 0.000000\
-1721, 0.000000\
-1721, 0.000000\
-1721, 0.000000\
-1722, 0.000000\
-1722, 0.000000\
-1722, 0.000000\
-1722, 0.000000\
-1722, 0.000000\
-1722, 0.000000\
-1722, 0.000000\
-1722, 0.000000\
-1722, 0.000000\
-1723, 0.000000\
-1723, 0.000000\
-1723, 0.000000\
-1723, 0.000000\
-1723, 0.000000\
-1723, 0.000000\
-1723, 0.000000\
-1723, 0.000000\
-1723, 0.000000\
-1724, 0.000000\
-1724, 0.000000\
-1724, 0.000000\
-1724, 0.000000\
-1724, 0.000000\
-1724, 0.000000\
-1724, 0.000000\
-1724, 0.000000\
-1724, 0.000000\
-1725, 0.000000\
-1725, 0.000000\
-1725, 0.000000\
-1725, 0.000000\
-1725, 0.000000\
-1725, 0.000000\
-1725, 0.000000\
-1725, 0.000000\
-1725, 0.000000\
-1726, 0.000000\
-1726, 0.000000\
-1726, 0.000000\
-1726, 0.000000\
-1726, 0.000000\
-1726, 0.000000\
-1726, 0.000000\
-1726, 0.000000\
-1726, 0.000000\
-1727, 0.000000\
-1727, 0.000000\
-1727, 0.000000\
-1727, 0.000000\
-1727, 0.000000\
-1727, 0.000000\
-1727, 0.000000\
-1727, 0.000000\
-1727, 0.000000\
-1728, 0.000000\
-1728, 0.000000\
-1728, 0.000000\
-1728, 0.000000\
-1728, 0.000000\
-1728, 0.000000\
-1728, 0.000000\
-1728, 0.000000\
-1728, 0.000000\
-1729, 0.000000\
-1729, 0.000000\
-1729, 0.000000\
-1729, 0.000000\
-1729, 0.000000\
-1729, 0.000000\
-1729, 0.000000\
-1729, 0.000000\
-1729, 0.000000\
-1730, 0.000000\
-1730, 0.000000\
-1730, 0.000000\
-1730, 0.000000\
-1730, 0.000000\
-1730, 0.000000\
-1730, 0.000000\
-1730, 0.000000\
-1730, 0.000000\
-1731, 0.000000\
-1731, 0.000000\
-1731, 0.000000\
-1731, 0.000000\
-1731, 0.000000\
-1731, 0.000000\
-1731, 0.000000\
-1731, 0.000000\
-1731, 0.000000\
-1732, 0.000000\
-1732, 0.000000\
-1732, 0.000000\
-1732, 0.000000\
-1732, 0.000000\
-1732, 0.000000\
-1732, 0.000000\
-1732, 0.000000\
-1732, 0.000000\
-1733, 0.000000\
-1733, 0.000000\
-1733, 0.000000\
-1733, 0.000000\
-1733, 0.000000\
-1733, 0.000000\
-1733, 0.000000\
-1733, 0.000000\
-1733, 0.000000\
-1734, 0.000000\
-1734, 0.000000\
-1734, 0.000000\
-1734, 0.000000\
-1734, 0.000000\
-1734, 0.000000\
-1734, 0.000000\
-1734, 0.000000\
-1734, 0.000000\
-1735, 0.000000\
-1735, 1.000000\
-1735, 0.000000\
-1735, 0.000000\
-1735, 0.000000\
-1735, 0.000000\
-1735, 0.000000\
-1735, 0.000000\
-1735, 0.000000\
-1736, 0.000000\
-1736, 0.000000\
-1736, 0.000000\
-1736, 0.000000\
-1736, 0.000000\
-1736, 0.000000\
-1736, 0.000000\
-1736, 0.000000\
-1736, 0.000000\
-1737, 0.000000\
-1737, 0.000000\
-1737, 0.000000\
-1737, 0.000000\
-1737, 0.000000\
-1737, 0.000000\
-1737, 0.000000\
-1737, 0.000000\
-1737, 0.000000\
-1738, 0.000000\
-1738, 0.000000\
-1738, 0.000000\
-1738, 0.000000\
-1738, 0.000000\
-1738, 0.000000\
-1738, 0.000000\
-1738, 0.000000\
-1738, 0.000000\
-1739, 0.000000\
-1739, 0.000000\
-1739, 0.000000\
-1739, 0.000000\
-1739, 0.000000\
-1739, 0.000000\
-1739, 0.000000\
-1739, 0.000000\
-1739, 0.000000\
-1740, 0.000000\
-1740, 0.000000\
-1740, 0.000000\
-1740, 0.000000\
-1740, 0.000000\
-1740, 0.000000\
-1740, 0.000000\
-1740, 0.000000\
-1740, 0.000000\
-1741, 0.000000\
-1741, 0.000000\
-1741, 0.000000\
-1741, 0.000000\
-1741, 0.000000\
-1741, 0.000000\
-1741, 0.000000\
-1741, 0.000000\
-1741, 0.000000\
-1742, 0.000000\
-1742, 0.000000\
-1742, 0.000000\
-1742, 0.000000\
-1742, 0.000000\
-1742, 0.000000\
-1742, 0.000000\
-1742, 0.000000\
-1742, 0.000000\
-1743, 0.000000\
-1743, 0.000000\
-1743, 0.000000\
-1743, 0.000000\
-1743, 0.000000\
-1743, 0.000000\
-1743, 0.000000\
-1743, 0.000000\
-1743, 0.000000\
-1744, 0.000000\
-1744, 0.000000\
-1744, 0.000000\
-1744, 0.000000\
-1744, 0.000000\
-1744, 0.000000\
-1744, 0.000000\
-1744, 0.000000\
-1744, 0.000000\
-1745, 0.000000\
-1745, 0.000000\
-1745, 0.000000\
-1745, 0.000000\
-1745, 0.000000\
-1745, 0.000000\
-1745, 0.000000\
-1745, 0.000000\
-1745, 0.000000\
-1746, 0.000000\
-1746, 0.000000\
-1746, 0.000000\
-1746, 0.000000\
-1746, 0.000000\
-1746, 0.000000\
-1746, 0.000000\
-1746, 0.000000\
-1746, 0.000000\
-1747, 0.000000\
-1747, 0.000000\
-1747, 0.000000\
-1747, 0.000000\
-1747, 0.000000\
-1747, 0.000000\
-1747, 0.000000\
-1747, 0.000000\
-1747, 0.000000\
-1748, 0.000000\
-1748, 0.000000\
-1748, 0.000000\
-1748, 0.000000\
-1748, 0.000000\
-1748, 0.000000\
-1748, 0.000000\
-1748, 0.000000\
-1748, 0.000000\
-1749, 0.000000\
-1749, 0.000000\
-1749, 0.000000\
-1749, 0.000000\
-1749, 0.000000\
-1749, 0.000000\
-1749, 0.000000\
-1749, 0.000000\
-1749, 0.000000\
-1750, 0.000000\
-1750, 0.000000\
-1750, 0.000000\
-1750, 0.000000\
-1750, 0.000000\
-1750, 0.000000\
-1750, 0.000000\
-1750, 0.000000\
-1750, 0.000000\
-1751, 0.000000\
-1751, 0.000000\
-1751, 0.000000\
-1751, 0.000000\
-1751, 0.000000\
-1751, 0.000000\
-1751, 0.000000\
-1751, 0.000000\
-1751, 0.000000\
-1752, 0.000000\
-1752, 0.000000\
-1752, 0.000000\
-1752, 0.000000\
-1752, 0.000000\
-1752, 0.000000\
-1752, 0.000000\
-1752, 0.000000\
-1752, 0.000000\
-1753, 0.000000\
-1753, 0.000000\
-1753, 0.000000\
-1753, 0.000000\
-1753, 0.000000\
-1753, 0.000000\
-1753, 0.000000\
-1753, 0.000000\
-1753, 0.000000\
-1754, 0.000000\
-1754, 0.000000\
-1754, 0.000000\
-1754, 0.000000\
-1754, 0.000000\
-1754, 0.000000\
-1754, 0.000000\
-1754, 0.000000\
-1754, 0.000000\
-1755, 0.000000\
-1755, 0.000000\
-1755, 0.000000\
-1755, 0.000000\
-1755, 0.000000\
-1755, 1.000000\
-1755, 0.000000\
-1755, 0.000000\
-1755, 0.000000\
-1756, 0.000000\
-1756, 0.000000\
-1756, 0.000000\
-1756, 0.000000\
-1756, 0.000000\
-1756, 0.000000\
-1756, 0.000000\
-1756, 0.000000\
-1756, 0.000000\
-1757, 0.000000\
-1757, 0.000000\
-1757, 0.000000\
-1757, 0.000000\
-1757, 0.000000\
-1757, 0.000000\
-1757, 0.000000\
-1757, 0.000000\
-1757, 0.000000\
-1758, 0.000000\
-1758, 0.000000\
-1758, 0.000000\
-1758, 0.000000\
-1758, 0.000000\
-1758, 0.000000\
-1758, 0.000000\
-1758, 0.000000\
-1758, 0.000000\
-1759, 0.000000\
-1759, 0.000000\
-1759, 0.000000\
-1759, 0.000000\
-1759, 0.000000\
-1759, 0.000000\
-1759, 0.000000\
-1759, 0.000000\
-1759, 0.000000\
-1760, 0.000000\
-1760, 0.000000\
-1760, 0.000000\
-1760, 0.000000\
-1760, 0.000000\
-1760, 0.000000\
-1760, 0.000000\
-1760, 0.000000\
-1760, 0.000000\
-1761, 0.000000\
-1761, 0.000000\
-1761, 0.000000\
-1761, 0.000000\
-1761, 0.000000\
-1761, 0.000000\
-1761, 0.000000\
-1761, 0.000000\
-1761, 0.000000\
-1762, 0.000000\
-1762, 1.000000\
-1762, 0.000000\
-1762, 0.000000\
-1762, 0.000000\
-1762, 0.000000\
-1762, 0.000000\
-1762, 0.000000\
-1762, 0.000000\
-1763, 0.000000\
-1763, 0.000000\
-1763, 0.000000\
-1763, 0.000000\
-1763, 0.000000\
-1763, 0.000000\
-1763, 0.000000\
-1763, 0.000000\
-1763, 0.000000\
-1764, 0.000000\
-1764, 0.000000\
-1764, 0.000000\
-1764, 0.000000\
-1764, 0.000000\
-1764, 0.000000\
-1764, 0.000000\
-1764, 0.000000\
-1764, 0.000000\
-1765, 0.000000\
-1765, 0.000000\
-1765, 0.000000\
-1765, 0.000000\
-1765, 0.000000\
-1765, 0.000000\
-1765, 0.000000\
-1765, 0.000000\
-1765, 0.000000\
-1766, 0.000000\
-1766, 0.000000\
-1766, 0.000000\
-1766, 0.000000\
-1766, 0.000000\
-1766, 0.000000\
-1766, 0.000000\
-1766, 0.000000\
-1766, 0.000000\
-1767, 0.000000\
-1767, 0.000000\
-1767, 0.000000\
-1767, 0.000000\
-1767, 0.000000\
-1767, 0.000000\
-1767, 0.000000\
-1767, 0.000000\
-1767, 0.000000\
-1768, 0.000000\
-1768, 0.000000\
-1768, 0.000000\
-1768, 0.000000\
-1768, 0.000000\
-1768, 0.000000\
-1768, 0.000000\
-1768, 0.000000\
-1768, 0.000000\
-1769, 0.000000\
-1769, 0.000000\
-1769, 0.000000\
-1769, 0.000000\
-1769, 0.000000\
-1769, 0.000000\
-1769, 1.000000\
-1769, 0.000000\
-1769, 0.000000\
-1770, 0.000000\
-1770, 0.000000\
-1770, 0.000000\
-1770, 0.000000\
-1770, 0.000000\
-1770, 0.000000\
-1770, 0.000000\
-1770, 0.000000\
-1770, 0.000000\
-1771, 0.000000\
-1771, 0.000000\
-1771, 0.000000\
-1771, 0.000000\
-1771, 0.000000\
-1771, 0.000000\
-1771, 0.000000\
-1771, 0.000000\
-1771, 0.000000\
-1772, 0.000000\
-1772, 0.000000\
-1772, 0.000000\
-1772, 0.000000\
-1772, 0.000000\
-1772, 0.000000\
-1772, 0.000000\
-1772, 0.000000\
-1772, 0.000000\
-1773, 0.000000\
-1773, 1.000000\
-1773, 0.000000\
-1773, 0.000000\
-1773, 0.000000\
-1773, 0.000000\
-1773, 0.000000\
-1773, 0.000000\
-1773, 0.000000\
-1774, 0.000000\
-1774, 0.000000\
-1774, 0.000000\
-1774, 0.000000\
-1774, 0.000000\
-1774, 0.000000\
-1774, 0.000000\
-1774, 0.000000\
-1774, 0.000000\
-1775, 0.000000\
-1775, 0.000000\
-1775, 0.000000\
-1775, 0.000000\
-1775, 0.000000\
-1775, 0.000000\
-1775, 0.000000\
-1775, 0.000000\
-1775, 0.000000\
-1776, 0.000000\
-1776, 0.000000\
-1776, 0.000000\
-1776, 0.000000\
-1776, 0.000000\
-1776, 0.000000\
-1776, 0.000000\
-1776, 0.000000\
-1776, 0.000000\
-1777, 0.000000\
-1777, 0.000000\
-1777, 0.000000\
-1777, 0.000000\
-1777, 0.000000\
-1777, 0.000000\
-1777, 0.000000\
-1777, 0.000000\
-1777, 0.000000\
-1778, 0.000000\
-1778, 0.000000\
-1778, 0.000000\
-1778, 0.000000\
-1778, 0.000000\
-1778, 0.000000\
-1778, 0.000000\
-1778, 0.000000\
-1778, 0.000000\
-1779, 0.000000\
-1779, 0.000000\
-1779, 0.000000\
-1779, 0.000000\
-1779, 0.000000\
-1779, 0.000000\
-1779, 0.000000\
-1779, 0.000000\
-1779, 0.000000\
-1780, 0.000000\
-1780, 0.000000\
-1780, 0.000000\
-1780, 0.000000\
-1780, 0.000000\
-1780, 0.000000\
-1780, 0.000000\
-1780, 0.000000\
-1780, 0.000000\
-1781, 0.000000\
-1781, 0.000000\
-1781, 0.000000\
-1781, 0.000000\
-1781, 0.000000\
-1781, 0.000000\
-1781, 0.000000\
-1781, 0.000000\
-1781, 0.000000\
-1782, 0.000000\
-1782, 0.000000\
-1782, 0.000000\
-1782, 0.000000\
-1782, 0.000000\
-1782, 0.000000\
-1782, 0.000000\
-1782, 0.000000\
-1782, 0.000000\
-1783, 0.000000\
-1783, 0.000000\
-1783, 0.000000\
-1783, 0.000000\
-1783, 0.000000\
-1783, 0.000000\
-1783, 0.000000\
-1783, 0.000000\
-1783, 0.000000\
-1784, 0.000000\
-1784, 0.000000\
-1784, 0.000000\
-1784, 0.000000\
-1784, 0.000000\
-1784, 0.000000\
-1784, 0.000000\
-1784, 0.000000\
-1784, 0.000000\
-1785, 0.000000\
-1785, 0.000000\
-1785, 0.000000\
-1785, 0.000000\
-1785, 0.000000\
-1785, 0.000000\
-1785, 0.000000\
-1785, 0.000000\
-1785, 0.000000\
-1786, 0.000000\
-1786, 0.000000\
-1786, 0.000000\
-1786, 0.000000\
-1786, 0.000000\
-1786, 0.000000\
-1786, 0.000000\
-1786, 0.000000\
-1786, 0.000000\
-1787, 0.000000\
-1787, 0.000000\
-1787, 0.000000\
-1787, 0.000000\
-1787, 0.000000\
-1787, 0.000000\
-1787, 0.000000\
-1787, 0.000000\
-1787, 0.000000\
-1788, 0.000000\
-1788, 0.000000\
-1788, 0.000000\
-1788, 0.000000\
-1788, 0.000000\
-1788, 0.000000\
-1788, 0.000000\
-1788, 0.000000\
-1788, 0.000000\
-1789, 0.000000\
-1789, 0.000000\
-1789, 0.000000\
-1789, 0.000000\
-1789, 0.000000\
-1789, 0.000000\
-1789, 0.000000\
-1789, 0.000000\
-1789, 0.000000\
-1790, 0.000000\
-1790, 0.000000\
-1790, 0.000000\
-1790, 0.000000\
-1790, 0.000000\
-1790, 0.000000\
-1790, 0.000000\
-1790, 0.000000\
-1790, 0.000000\
-1791, 0.000000\
-1791, 0.000000\
-1791, 0.000000\
-1791, 0.000000\
-1791, 0.000000\
-1791, 0.000000\
-1791, 0.000000\
-1791, 0.000000\
-1791, 0.000000\
-1792, 0.000000\
-1792, 0.000000\
-1792, 0.000000\
-1792, 0.000000\
-1792, 0.000000\
-1792, 0.000000\
-1792, 0.000000\
-1792, 0.000000\
-1792, 0.000000\
-1793, 0.000000\
-1793, 0.000000\
-1793, 0.000000\
-1793, 0.000000\
-1793, 0.000000\
-1793, 0.000000\
-1793, 0.000000\
-1793, 0.000000\
-1793, 0.000000\
-1794, 0.000000\
-1794, 0.000000\
-1794, 0.000000\
-1794, 0.000000\
-1794, 0.000000\
-1794, 0.000000\
-1794, 0.000000\
-1794, 0.000000\
-1794, 0.000000\
-1795, 0.000000\
-1795, 0.000000\
-1795, 0.000000\
-1795, 0.000000\
-1795, 0.000000\
-1795, 0.000000\
-1795, 0.000000\
-1795, 0.000000\
-1795, 0.000000\
-1796, 0.000000\
-1796, 0.000000\
-1796, 0.000000\
-1796, 0.000000\
-1796, 0.000000\
-1796, 0.000000\
-1796, 0.000000\
-1796, 0.000000\
-1796, 0.000000\
-1797, 0.000000\
-1797, 0.000000\
-1797, 0.000000\
-1797, 0.000000\
-1797, 0.000000\
-1797, 0.000000\
-1797, 0.000000\
-1797, 0.000000\
-1797, 0.000000\
-1798, 0.000000\
-1798, 0.000000\
-1798, 0.000000\
-1798, 0.000000\
-1798, 1.000000\
-1798, 0.000000\
-1798, 0.000000\
-1798, 0.000000\
-1798, 0.000000\
-1799, 0.000000\
-1799, 0.000000\
-1799, 0.000000\
-1799, 0.000000\
-1799, 0.000000\
-1799, 0.000000\
-1799, 0.000000\
-1799, 0.000000\
-1799, 0.000000\
-1800, 0.000000\
-1800, 0.000000\
-1800, 0.000000\
-1800, 0.000000\
-1800, 0.000000\
-1800, 0.000000\
-1800, 0.000000\
-1800, 0.000000\
-1800, 0.000000\
-1801, 0.000000\
-1801, 0.000000\
-1801, 0.000000\
-1801, 0.000000\
-1801, 0.000000\
-1801, 0.000000\
-1801, 0.000000\
-1801, 0.000000\
-1801, 0.000000\
-1802, 0.000000\
-1802, 0.000000\
-1802, 0.000000\
-1802, 0.000000\
-1802, 0.000000\
-1802, 0.000000\
-1802, 0.000000\
-1802, 0.000000\
-1802, 0.000000\
-1803, 0.000000\
-1803, 0.000000\
-1803, 0.000000\
-1803, 0.000000\
-1803, 0.000000\
-1803, 0.000000\
-1803, 0.000000\
-1803, 0.000000\
-1803, 0.000000\
-1804, 0.000000\
-1804, 0.000000\
-1804, 0.000000\
-1804, 0.000000\
-1804, 0.000000\
-1804, 0.000000\
-1804, 0.000000\
-1804, 0.000000\
-1804, 0.000000\
-1805, 0.000000\
-1805, 0.000000\
-1805, 0.000000\
-1805, 0.000000\
-1805, 0.000000\
-1805, 0.000000\
-1805, 0.000000\
-1805, 0.000000\
-1805, 0.000000\
-1806, 0.000000\
-1806, 0.000000\
-1806, 0.000000\
-1806, 0.000000\
-1806, 0.000000\
-1806, 0.000000\
-1806, 0.000000\
-1806, 0.000000\
-1806, 0.000000\
-1807, 0.000000\
-1807, 0.000000\
-1807, 0.000000\
-1807, 0.000000\
-1807, 0.000000\
-1807, 0.000000\
-1807, 0.000000\
-1807, 0.000000\
-1807, 0.000000\
-1808, 0.000000\
-1808, 0.000000\
-1808, 0.000000\
-1808, 0.000000\
-1808, 0.000000\
-1808, 0.000000\
-1808, 0.000000\
-1808, 0.000000\
-1808, 0.000000\
-1809, 0.000000\
-1809, 0.000000\
-1809, 0.000000\
-1809, 0.000000\
-1809, 0.000000\
-1809, 0.000000\
-1809, 0.000000\
-1809, 0.000000\
-1809, 0.000000\
-1810, 0.000000\
-1810, 0.000000\
-1810, 0.000000\
-1810, 0.000000\
-1810, 0.000000\
-1810, 0.000000\
-1810, 0.000000\
-1810, 0.000000\
-1810, 0.000000\
-1811, 0.000000\
-1811, 0.000000\
-1811, 0.000000\
-1811, 0.000000\
-1811, 0.000000\
-1811, 0.000000\
-1811, 0.000000\
-1811, 0.000000\
-1811, 0.000000\
-1812, 0.000000\
-1812, 0.000000\
-1812, 0.000000\
-1812, 0.000000\
-1812, 0.000000\
-1812, 0.000000\
-1812, 0.000000\
-1812, 0.000000\
-1812, 0.000000\
-1813, 0.000000\
-1813, 0.000000\
-1813, 0.000000\
-1813, 0.000000\
-1813, 0.000000\
-1813, 0.000000\
-1813, 0.000000\
-1813, 0.000000\
-1813, 0.000000\
-1814, 0.000000\
-1814, 0.000000\
-1814, 0.000000\
-1814, 0.000000\
-1814, 0.000000\
-1814, 0.000000\
-1814, 0.000000\
-1814, 0.000000\
-1814, 0.000000\
-1815, 0.000000\
-1815, 0.000000\
-1815, 0.000000\
-1815, 0.000000\
-1815, 0.000000\
-1815, 0.000000\
-1815, 0.000000\
-1815, 0.000000\
-1815, 0.000000\
-1816, 0.000000\
-1816, 0.000000\
-1816, 0.000000\
-1816, 0.000000\
-1816, 0.000000\
-1816, 0.000000\
-1816, 0.000000\
-1816, 0.000000\
-1816, 0.000000\
-1817, 0.000000\
-1817, 0.000000\
-1817, 0.000000\
-1817, 0.000000\
-1817, 0.000000\
-1817, 0.000000\
-1817, 0.000000\
-1817, 0.000000\
-1817, 0.000000\
-1818, 0.000000\
-1818, 0.000000\
-1818, 0.000000\
-1818, 0.000000\
-1818, 0.000000\
-1818, 0.000000\
-1818, 0.000000\
-1818, 0.000000\
-1818, 0.000000\
-1819, 0.000000\
-1819, 0.000000\
-1819, 0.000000\
-1819, 0.000000\
-1819, 0.000000\
-1819, 0.000000\
-1819, 0.000000\
-1819, 0.000000\
-1819, 0.000000\
-1820, 0.000000\
-1820, 0.000000\
-1820, 0.000000\
-1820, 0.000000\
-1820, 0.000000\
-1820, 0.000000\
-1820, 0.000000\
-1820, 0.000000\
-1820, 0.000000\
-1821, 0.000000\
-1821, 0.000000\
-1821, 0.000000\
-1821, 0.000000\
-1821, 0.000000\
-1821, 0.000000\
-1821, 0.000000\
-1821, 0.000000\
-1821, 0.000000\
-1822, 0.000000\
-1822, 0.000000\
-1822, 0.000000\
-1822, 0.000000\
-1822, 0.000000\
-1822, 0.000000\
-1822, 0.000000\
-1822, 0.000000\
-1822, 0.000000\
-1823, 0.000000\
-1823, 0.000000\
-1823, 0.000000\
-1823, 0.000000\
-1823, 0.000000\
-1823, 0.000000\
-1823, 0.000000\
-1823, 0.000000\
-1823, 0.000000\
-1824, 0.000000\
-1824, 0.000000\
-1824, 0.000000\
-1824, 0.000000\
-1824, 0.000000\
-1824, 0.000000\
-1824, 0.000000\
-1824, 0.000000\
-1824, 0.000000\
-1825, 0.000000\
-1825, 0.000000\
-1825, 0.000000\
-1825, 0.000000\
-1825, 0.000000\
-1825, 0.000000\
-1825, 0.000000\
-1825, 0.000000\
-1825, 0.000000\
-1826, 0.000000\
-1826, 0.000000\
-1826, 0.000000\
-1826, 0.000000\
-1826, 0.000000\
-1826, 0.000000\
-1826, 0.000000\
-1826, 0.000000\
-1826, 0.000000\
-1827, 0.000000\
-1827, 0.000000\
-1827, 0.000000\
-1827, 0.000000\
-1827, 0.000000\
-1827, 0.000000\
-1827, 0.000000\
-1827, 0.000000\
-1827, 0.000000\
-1828, 0.000000\
-1828, 0.000000\
-1828, 0.000000\
-1828, 0.000000\
-1828, 0.000000\
-1828, 0.000000\
-1828, 0.000000\
-1828, 0.000000\
-1828, 0.000000\
-1829, 0.000000\
-1829, 0.000000\
-1829, 0.000000\
-1829, 0.000000\
-1829, 0.000000\
-1829, 0.000000\
-1829, 0.000000\
-1829, 0.000000\
-1829, 0.000000\
-1830, 0.000000\
-1830, 0.000000\
-1830, 0.000000\
-1830, 0.000000\
-1830, 0.000000\
-1830, 0.000000\
-1830, 0.000000\
-1830, 0.000000\
-1830, 0.000000\
-1831, 0.000000\
-1831, 0.000000\
-1831, 0.000000\
-1831, 0.000000\
-1831, 0.000000\
-1831, 0.000000\
-1831, 0.000000\
-1831, 0.000000\
-1831, 0.000000\
-1832, 0.000000\
-1832, 0.000000\
-1832, 0.000000\
-1832, 0.000000\
-1832, 0.000000\
-1832, 0.000000\
-1832, 0.000000\
-1832, 0.000000\
-1832, 0.000000\
-1833, 0.000000\
-1833, 0.000000\
-1833, 0.000000\
-1833, 0.000000\
-1833, 0.000000\
-1833, 0.000000\
-1833, 0.000000\
-1833, 0.000000\
-1833, 0.000000\
-1834, 0.000000\
-1834, 0.000000\
-1834, 0.000000\
-1834, 0.000000\
-1834, 0.000000\
-1834, 0.000000\
-1834, 0.000000\
-1834, 0.000000\
-1834, 0.000000\
-1835, 0.000000\
-1835, 0.000000\
-1835, 0.000000\
-1835, 0.000000\
-1835, 0.000000\
-1835, 0.000000\
-1835, 0.000000\
-1835, 0.000000\
-1835, 0.000000\
-1836, 0.000000\
-1836, 0.000000\
-1836, 1.000000\
-1836, 0.000000\
-1836, 0.000000\
-1836, 0.000000\
-1836, 0.000000\
-1836, 0.000000\
-1836, 0.000000\
-1837, 0.000000\
-1837, 0.000000\
-1837, 0.000000\
-1837, 0.000000\
-1837, 0.000000\
-1837, 0.000000\
-1837, 0.000000\
-1837, 0.000000\
-1837, 0.000000\
-1838, 0.000000\
-1838, 0.000000\
-1838, 0.000000\
-1838, 0.000000\
-1838, 0.000000\
-1838, 0.000000\
-1838, 0.000000\
-1838, 0.000000\
-1838, 0.000000\
-1839, 0.000000\
-1839, 0.000000\
-1839, 0.000000\
-1839, 0.000000\
-1839, 0.000000\
-1839, 0.000000\
-1839, 0.000000\
-1839, 1.000000\
-1839, 0.000000\
-1840, 0.000000\
-1840, 0.000000\
-1840, 0.000000\
-1840, 0.000000\
-1840, 0.000000\
-1840, 0.000000\
-1840, 0.000000\
-1840, 0.000000\
-1840, 0.000000\
-1841, 0.000000\
-1841, 0.000000\
-1841, 0.000000\
-1841, 0.000000\
-1841, 0.000000\
-1841, 0.000000\
-1841, 0.000000\
-1841, 0.000000\
-1841, 0.000000\
-1842, 0.000000\
-1842, 0.000000\
-1842, 0.000000\
-1842, 0.000000\
-1842, 0.000000\
-1842, 0.000000\
-1842, 0.000000\
-1842, 0.000000\
-1842, 0.000000\
-1843, 0.000000\
-1843, 0.000000\
-1843, 0.000000\
-1843, 0.000000\
-1843, 0.000000\
-1843, 0.000000\
-1843, 0.000000\
-1843, 0.000000\
-1843, 0.000000\
-1844, 0.000000\
-1844, 0.000000\
-1844, 0.000000\
-1844, 0.000000\
-1844, 0.000000\
-1844, 0.000000\
-1844, 0.000000\
-1844, 0.000000\
-1844, 0.000000\
-1845, 0.000000\
-1845, 0.000000\
-1845, 0.000000\
-1845, 0.000000\
-1845, 0.000000\
-1845, 0.000000\
-1845, 0.000000\
-1845, 0.000000\
-1845, 0.000000\
-1846, 0.000000\
-1846, 0.000000\
-1846, 0.000000\
-1846, 0.000000\
-1846, 0.000000\
-1846, 0.000000\
-1846, 0.000000\
-1846, 0.000000\
-1846, 0.000000\
-1847, 0.000000\
-1847, 0.000000\
-1847, 0.000000\
-1847, 0.000000\
-1847, 0.000000\
-1847, 0.000000\
-1847, 0.000000\
-1847, 0.000000\
-1847, 0.000000\
-1848, 0.000000\
-1848, 0.000000\
-1848, 0.000000\
-1848, 0.000000\
-1848, 0.000000\
-1848, 0.000000\
-1848, 0.000000\
-1848, 0.000000\
-1848, 0.000000\
-1849, 0.000000\
-1849, 0.000000\
-1849, 0.000000\
-1849, 0.000000\
-1849, 0.000000\
-1849, 0.000000\
-1849, 0.000000\
-1849, 0.000000\
-1849, 0.000000\
-1850, 0.000000\
-1850, 0.000000\
-1850, 0.000000\
-1850, 0.000000\
-1850, 0.000000\
-1850, 0.000000\
-1850, 0.000000\
-1850, 0.000000\
-1850, 0.000000\
-1851, 0.000000\
-1851, 0.000000\
-1851, 0.000000\
-1851, 0.000000\
-1851, 0.000000\
-1851, 0.000000\
-1851, 0.000000\
-1851, 0.000000\
-1851, 0.000000\
-1852, 0.000000\
-1852, 0.000000\
-1852, 0.000000\
-1852, 0.000000\
-1852, 0.000000\
-1852, 0.000000\
-1852, 0.000000\
-1852, 0.000000\
-1852, 1.000000\
-1853, 0.000000\
-1853, 0.000000\
-1853, 0.000000\
-1853, 0.000000\
-1853, 0.000000\
-1853, 0.000000\
-1853, 0.000000\
-1853, 0.000000\
-1853, 0.000000\
-1854, 0.000000\
-1854, 0.000000\
-1854, 0.000000\
-1854, 0.000000\
-1854, 0.000000\
-1854, 0.000000\
-1854, 0.000000\
-1854, 0.000000\
-1854, 0.000000\
-1855, 0.000000\
-1855, 0.000000\
-1855, 0.000000\
-1855, 0.000000\
-1855, 0.000000\
-1855, 0.000000\
-1855, 0.000000\
-1855, 0.000000\
-1855, 0.000000\
-1856, 0.000000\
-1856, 0.000000\
-1856, 0.000000\
-1856, 0.000000\
-1856, 0.000000\
-1856, 0.000000\
-1856, 0.000000\
-1856, 0.000000\
-1856, 0.000000\
-1857, 0.000000\
-1857, 0.000000\
-1857, 0.000000\
-1857, 0.000000\
-1857, 0.000000\
-1857, 0.000000\
-1857, 0.000000\
-1857, 0.000000\
-1857, 0.000000\
-1858, 0.000000\
-1858, 0.000000\
-1858, 0.000000\
-1858, 0.000000\
-1858, 0.000000\
-1858, 0.000000\
-1858, 0.000000\
-1858, 0.000000\
-1858, 0.000000\
-1859, 0.000000\
-1859, 0.000000\
-1859, 0.000000\
-1859, 0.000000\
-1859, 0.000000\
-1859, 0.000000\
-1859, 0.000000\
-1859, 0.000000\
-1859, 0.000000\
-1860, 0.000000\
-1860, 0.000000\
-1860, 0.000000\
-1860, 0.000000\
-1860, 0.000000\
-1860, 0.000000\
-1860, 0.000000\
-1860, 0.000000\
-1860, 0.000000\
-1861, 0.000000\
-1861, 0.000000\
-1861, 0.000000\
-1861, 0.000000\
-1861, 0.000000\
-1861, 0.000000\
-1861, 0.000000\
-1861, 0.000000\
-1861, 0.000000\
-1862, 0.000000\
-1862, 0.000000\
-1862, 0.000000\
-1862, 0.000000\
-1862, 0.000000\
-1862, 0.000000\
-1862, 0.000000\
-1862, 0.000000\
-1862, 0.000000\
-1863, 0.000000\
-1863, 0.000000\
-1863, 0.000000\
-1863, 0.000000\
-1863, 0.000000\
-1863, 0.000000\
-1863, 0.000000\
-1863, 0.000000\
-1863, 0.000000\
-1864, 0.000000\
-1864, 0.000000\
-1864, 0.000000\
-1864, 0.000000\
-1864, 0.000000\
-1864, 0.000000\
-1864, 0.000000\
-1864, 0.000000\
-1864, 0.000000\
-1865, 0.000000\
-1865, 0.000000\
-1865, 0.000000\
-1865, 0.000000\
-1865, 0.000000\
-1865, 0.000000\
-1865, 0.000000\
-1865, 0.000000\
-1865, 0.000000\
-1866, 0.000000\
-1866, 0.000000\
-1866, 0.000000\
-1866, 0.000000\
-1866, 0.000000\
-1866, 0.000000\
-1866, 0.000000\
-1866, 0.000000\
-1866, 0.000000\
-1867, 0.000000\
-1867, 0.000000\
-1867, 0.000000\
-1867, 0.000000\
-1867, 0.000000\
-1867, 0.000000\
-1867, 0.000000\
-1867, 0.000000\
-1867, 0.000000\
-1868, 0.000000\
-1868, 0.000000\
-1868, 0.000000\
-1868, 0.000000\
-1868, 0.000000\
-1868, 0.000000\
-1868, 0.000000\
-1868, 0.000000\
-1868, 0.000000\
-1869, 0.000000\
-1869, 0.000000\
-1869, 0.000000\
-1869, 0.000000\
-1869, 0.000000\
-1869, 0.000000\
-1869, 0.000000\
-1869, 0.000000\
-1869, 0.000000\
-1870, 0.000000\
-1870, 0.000000\
-1870, 0.000000\
-1870, 0.000000\
-1870, 0.000000\
-1870, 0.000000\
-1870, 0.000000\
-1870, 0.000000\
-1870, 0.000000\
-1871, 0.000000\
-1871, 0.000000\
-1871, 0.000000\
-1871, 0.000000\
-1871, 0.000000\
-1871, 0.000000\
-1871, 0.000000\
-1871, 0.000000\
-1871, 0.000000\
-1872, 0.000000\
-1872, 0.000000\
-1872, 0.000000\
-1872, 0.000000\
-1872, 0.000000\
-1872, 0.000000\
-1872, 0.000000\
-1872, 0.000000\
-1872, 0.000000\
-1873, 0.000000\
-1873, 0.000000\
-1873, 0.000000\
-1873, 0.000000\
-1873, 0.000000\
-1873, 0.000000\
-1873, 0.000000\
-1873, 0.000000\
-1873, 0.000000\
-1874, 0.000000\
-1874, 0.000000\
-1874, 0.000000\
-1874, 0.000000\
-1874, 0.000000\
-1874, 0.000000\
-1874, 0.000000\
-1874, 0.000000\
-1874, 0.000000\
-1875, 0.000000\
-1875, 0.000000\
-1875, 0.000000\
-1875, 0.000000\
-1875, 0.000000\
-1875, 0.000000\
-1875, 0.000000\
-1875, 0.000000\
-1875, 0.000000\
-1876, 0.000000\
-1876, 0.000000\
-1876, 0.000000\
-1876, 0.000000\
-1876, 0.000000\
-1876, 0.000000\
-1876, 0.000000\
-1876, 0.000000\
-1876, 0.000000\
-1877, 0.000000\
-1877, 0.000000\
-1877, 0.000000\
-1877, 0.000000\
-1877, 0.000000\
-1877, 0.000000\
-1877, 0.000000\
-1877, 0.000000\
-1877, 0.000000\
-1878, 0.000000\
-1878, 0.000000\
-1878, 0.000000\
-1878, 0.000000\
-1878, 0.000000\
-1878, 0.000000\
-1878, 0.000000\
-1878, 0.000000\
-1878, 0.000000\
-1879, 0.000000\
-1879, 0.000000\
-1879, 0.000000\
-1879, 0.000000\
-1879, 0.000000\
-1879, 0.000000\
-1879, 0.000000\
-1879, 0.000000\
-1879, 0.000000\
-1880, 0.000000\
-1880, 0.000000\
-1880, 0.000000\
-1880, 0.000000\
-1880, 0.000000\
-1880, 0.000000\
-1880, 0.000000\
-1880, 0.000000\
-1880, 0.000000\
-1881, 0.000000\
-1881, 0.000000\
-1881, 0.000000\
-1881, 0.000000\
-1881, 0.000000\
-1881, 0.000000\
-1881, 0.000000\
-1881, 0.000000\
-1881, 0.000000\
-1882, 0.000000\
-1882, 0.000000\
-1882, 0.000000\
-1882, 0.000000\
-1882, 0.000000\
-1882, 0.000000\
-1882, 0.000000\
-1882, 0.000000\
-1882, 0.000000\
-1883, 0.000000\
-1883, 0.000000\
-1883, 0.000000\
-1883, 0.000000\
-1883, 0.000000\
-1883, 0.000000\
-1883, 0.000000\
-1883, 0.000000\
-1883, 0.000000\
-1884, 0.000000\
-1884, 0.000000\
-1884, 0.000000\
-1884, 0.000000\
-1884, 0.000000\
-1884, 0.000000\
-1884, 0.000000\
-1884, 0.000000\
-1884, 0.000000\
-1885, 1.000000\
-1885, 0.000000\
-1885, 0.000000\
-1885, 0.000000\
-1885, 0.000000\
-1885, 0.000000\
-1885, 0.000000\
-1885, 0.000000\
-1885, 0.000000\
-1886, 0.000000\
-1886, 0.000000\
-1886, 0.000000\
-1886, 0.000000\
-1886, 0.000000\
-1886, 0.000000\
-1886, 0.000000\
-1886, 0.000000\
-1886, 0.000000\
-1887, 0.000000\
-1887, 0.000000\
-1887, 0.000000\
-1887, 0.000000\
-1887, 0.000000\
-1887, 0.000000\
-1887, 0.000000\
-1887, 0.000000\
-1887, 0.000000\
-1888, 0.000000\
-1888, 0.000000\
-1888, 0.000000\
-1888, 0.000000\
-1888, 0.000000\
-1888, 1.000000\
-1888, 0.000000\
-1888, 0.000000\
-1888, 0.000000\
-1889, 0.000000\
-1889, 0.000000\
-1889, 0.000000\
-1889, 0.000000\
-1889, 0.000000\
-1889, 0.000000\
-1889, 0.000000\
-1889, 0.000000\
-1889, 0.000000\
-1890, 0.000000\
-1890, 0.000000\
-1890, 0.000000\
-1890, 0.000000\
-1890, 0.000000\
-1890, 0.000000\
-1890, 0.000000\
-1890, 0.000000\
-1890, 0.000000\
-1891, 0.000000\
-1891, 0.000000\
-1891, 0.000000\
-1891, 0.000000\
-1891, 0.000000\
-1891, 0.000000\
-1891, 0.000000\
-1891, 0.000000\
-1891, 0.000000\
-1892, 0.000000\
-1892, 0.000000\
-1892, 0.000000\
-1892, 0.000000\
-1892, 0.000000\
-1892, 0.000000\
-1892, 0.000000\
-1892, 0.000000\
-1892, 0.000000\
-1893, 0.000000\
-1893, 0.000000\
-1893, 0.000000\
-1893, 0.000000\
-1893, 0.000000\
-1893, 0.000000\
-1893, 0.000000\
-1893, 0.000000\
-1893, 0.000000\
-1894, 0.000000\
-1894, 0.000000\
-1894, 0.000000\
-1894, 0.000000\
-1894, 0.000000\
-1894, 0.000000\
-1894, 0.000000\
-1894, 0.000000\
-1894, 0.000000\
-1895, 0.000000\
-1895, 0.000000\
-1895, 0.000000\
-1895, 0.000000\
-1895, 0.000000\
-1895, 0.000000\
-1895, 0.000000\
-1895, 0.000000\
-1895, 0.000000\
-1896, 0.000000\
-1896, 0.000000\
-1896, 0.000000\
-1896, 1.000000\
-1896, 0.000000\
-1896, 0.000000\
-1896, 0.000000\
-1896, 0.000000\
-1896, 0.000000\
-1897, 0.000000\
-1897, 0.000000\
-1897, 0.000000\
-1897, 0.000000\
-1897, 0.000000\
-1897, 0.000000\
-1897, 0.000000\
-1897, 0.000000\
-1897, 0.000000\
-1898, 0.000000\
-1898, 0.000000\
-1898, 0.000000\
-1898, 0.000000\
-1898, 0.000000\
-1898, 0.000000\
-1898, 0.000000\
-1898, 0.000000\
-1898, 0.000000\
-1899, 0.000000\
-1899, 0.000000\
-1899, 0.000000\
-1899, 0.000000\
-1899, 0.000000\
-1899, 0.000000\
-1899, 0.000000\
-1899, 0.000000\
-1899, 0.000000\
-1900, 0.000000\
-1900, 0.000000\
-1900, 0.000000\
-1900, 0.000000\
-1900, 0.000000\
-1900, 0.000000\
-1900, 0.000000\
-1900, 0.000000\
-1900, 0.000000\
-1901, 0.000000\
-1901, 0.000000\
-1901, 0.000000\
-1901, 0.000000\
-1901, 0.000000\
-1901, 0.000000\
-1901, 0.000000\
-1901, 0.000000\
-1901, 0.000000\
-1902, 0.000000\
-1902, 0.000000\
-1902, 0.000000\
-1902, 0.000000\
-1902, 0.000000\
-1902, 0.000000\
-1902, 0.000000\
-1902, 0.000000\
-1902, 0.000000\
-1903, 0.000000\
-1903, 0.000000\
-1903, 0.000000\
-1903, 0.000000\
-1903, 0.000000\
-1903, 0.000000\
-1903, 0.000000\
-1903, 0.000000\
-1903, 0.000000\
-1904, 0.000000\
-1904, 0.000000\
-1904, 0.000000\
-1904, 0.000000\
-1904, 0.000000\
-1904, 0.000000\
-1904, 0.000000\
-1904, 0.000000\
-1904, 0.000000\
-1905, 0.000000\
-1905, 0.000000\
-1905, 0.000000\
-1905, 0.000000\
-1905, 0.000000\
-1905, 0.000000\
-1905, 0.000000\
-1905, 0.000000\
-1905, 0.000000\
-1906, 0.000000\
-1906, 0.000000\
-1906, 0.000000\
-1906, 0.000000\
-1906, 0.000000\
-1906, 0.000000\
-1906, 0.000000\
-1906, 0.000000\
-1906, 0.000000\
-1907, 0.000000\
-1907, 0.000000\
-1907, 0.000000\
-1907, 0.000000\
-1907, 0.000000\
-1907, 0.000000\
-1907, 0.000000\
-1907, 0.000000\
-1907, 0.000000\
-1908, 0.000000\
-1908, 0.000000\
-1908, 0.000000\
-1908, 0.000000\
-1908, 0.000000\
-1908, 0.000000\
-1908, 0.000000\
-1908, 0.000000\
-1908, 0.000000\
-1909, 0.000000\
-1909, 0.000000\
-1909, 0.000000\
-1909, 0.000000\
-1909, 0.000000\
-1909, 0.000000\
-1909, 0.000000\
-1909, 0.000000\
-1909, 0.000000\
-1910, 0.000000\
-1910, 0.000000\
-1910, 0.000000\
-1910, 0.000000\
-1910, 0.000000\
-1910, 0.000000\
-1910, 0.000000\
-1910, 0.000000\
-1910, 0.000000\
-1911, 0.000000\
-1911, 0.000000\
-1911, 0.000000\
-1911, 0.000000\
-1911, 0.000000\
-1911, 0.000000\
-1911, 0.000000\
-1911, 0.000000\
-1911, 0.000000\
-1912, 0.000000\
-1912, 0.000000\
-1912, 0.000000\
-1912, 0.000000\
-1912, 0.000000\
-1912, 0.000000\
-1912, 0.000000\
-1912, 0.000000\
-1912, 0.000000\
-1913, 0.000000\
-1913, 0.000000\
-1913, 0.000000\
-1913, 0.000000\
-1913, 0.000000\
-1913, 0.000000\
-1913, 0.000000\
-1913, 0.000000\
-1913, 0.000000\
-1914, 0.000000\
-1914, 0.000000\
-1914, 0.000000\
-1914, 0.000000\
-1914, 0.000000\
-1914, 0.000000\
-1914, 0.000000\
-1914, 0.000000\
-1914, 0.000000\
-1915, 0.000000\
-1915, 0.000000\
-1915, 0.000000\
-1915, 0.000000\
-1915, 0.000000\
-1915, 0.000000\
-1915, 0.000000\
-1915, 0.000000\
-1915, 0.000000\
-1916, 0.000000\
-1916, 0.000000\
-1916, 0.000000\
-1916, 0.000000\
-1916, 0.000000\
-1916, 0.000000\
-1916, 0.000000\
-1916, 0.000000\
-1916, 0.000000\
-1917, 0.000000\
-1917, 0.000000\
-1917, 0.000000\
-1917, 0.000000\
-1917, 0.000000\
-1917, 0.000000\
-1917, 1.000000\
-1917, 0.000000\
-1917, 0.000000\
-1918, 0.000000\
-1918, 0.000000\
-1918, 0.000000\
-1918, 0.000000\
-1918, 0.000000\
-1918, 0.000000\
-1918, 0.000000\
-1918, 0.000000\
-1918, 0.000000\
-1919, 0.000000\
-1919, 0.000000\
-1919, 0.000000\
-1919, 0.000000\
-1919, 0.000000\
-1919, 0.000000\
-1919, 0.000000\
-1919, 0.000000\
-1919, 0.000000\
-1920, 0.000000\
-1920, 0.000000\
-1920, 0.000000\
-1920, 0.000000\
-1920, 0.000000\
-1920, 0.000000\
-1920, 0.000000\
-1920, 0.000000\
-1920, 0.000000\
-1921, 0.000000\
-1921, 0.000000\
-1921, 0.000000\
-1921, 0.000000\
-1921, 0.000000\
-1921, 0.000000\
-1921, 0.000000\
-1921, 0.000000\
-1921, 0.000000\
-1922, 0.000000\
-1922, 0.000000\
-1922, 0.000000\
-1922, 0.000000\
-1922, 0.000000\
-1922, 0.000000\
-1922, 0.000000\
-1922, 0.000000\
-1922, 0.000000\
-1923, 0.000000\
-1923, 0.000000\
-1923, 0.000000\
-1923, 0.000000\
-1923, 0.000000\
-1923, 0.000000\
-1923, 0.000000\
-1923, 0.000000\
-1923, 0.000000\
-1924, 0.000000\
-1924, 0.000000\
-1924, 0.000000\
-1924, 0.000000\
-1924, 0.000000\
-1924, 0.000000\
-1924, 0.000000\
-1924, 0.000000\
-1924, 0.000000\
-1925, 0.000000\
-1925, 0.000000\
-1925, 0.000000\
-1925, 0.000000\
-1925, 0.000000\
-1925, 0.000000\
-1925, 0.000000\
-1925, 0.000000\
-1925, 0.000000\
-1926, 0.000000\
-1926, 0.000000\
-1926, 0.000000\
-1926, 0.000000\
-1926, 0.000000\
-1926, 0.000000\
-1926, 0.000000\
-1926, 0.000000\
-1926, 0.000000\
-1927, 0.000000\
-1927, 0.000000\
-1927, 0.000000\
-1927, 0.000000\
-1927, 0.000000\
-1927, 0.000000\
-1927, 0.000000\
-1927, 0.000000\
-1927, 0.000000\
-1928, 0.000000\
-1928, 0.000000\
-1928, 0.000000\
-1928, 0.000000\
-1928, 0.000000\
-1928, 0.000000\
-1928, 0.000000\
-1928, 0.000000\
-1928, 0.000000\
-1929, 0.000000\
-1929, 0.000000\
-1929, 0.000000\
-1929, 0.000000\
-1929, 0.000000\
-1929, 0.000000\
-1929, 0.000000\
-1929, 0.000000\
-1929, 0.000000\
-1930, 0.000000\
-1930, 0.000000\
-1930, 0.000000\
-1930, 0.000000\
-1930, 0.000000\
-1930, 0.000000\
-1930, 0.000000\
-1930, 0.000000\
-1930, 0.000000\
-1931, 0.000000\
-1931, 0.000000\
-1931, 0.000000\
-1931, 0.000000\
-1931, 0.000000\
-1931, 0.000000\
-1931, 0.000000\
-1931, 0.000000\
-1931, 0.000000\
-1932, 1.000000\
-1932, 0.000000\
-1932, 0.000000\
-1932, 0.000000\
-1932, 0.000000\
-1932, 0.000000\
-1932, 0.000000\
-1932, 0.000000\
-1932, 0.000000\
-1933, 0.000000\
-1933, 0.000000\
-1933, 0.000000\
-1933, 0.000000\
-1933, 0.000000\
-1933, 0.000000\
-1933, 1.000000\
-1933, 0.000000\
-1933, 0.000000\
-1934, 0.000000\
-1934, 0.000000\
-1934, 0.000000\
-1934, 0.000000\
-1934, 0.000000\
-1934, 0.000000\
-1934, 0.000000\
-1934, 0.000000\
-1934, 0.000000\
-1935, 0.000000\
-1935, 0.000000\
-1935, 0.000000\
-1935, 0.000000\
-1935, 0.000000\
-1935, 0.000000\
-1935, 0.000000\
-1935, 0.000000\
-1935, 0.000000\
-1936, 0.000000\
-1936, 0.000000\
-1936, 0.000000\
-1936, 0.000000\
-1936, 0.000000\
-1936, 0.000000\
-1936, 0.000000\
-1936, 0.000000\
-1936, 0.000000\
-1937, 0.000000\
-1937, 0.000000\
-1937, 0.000000\
-1937, 0.000000\
-1937, 0.000000\
-1937, 0.000000\
-1937, 0.000000\
-1937, 0.000000\
-1937, 0.000000\
-1938, 0.000000\
-1938, 0.000000\
-1938, 0.000000\
-1938, 0.000000\
-1938, 0.000000\
-1938, 0.000000\
-1938, 0.000000\
-1938, 0.000000\
-1938, 0.000000\
-1939, 0.000000\
-1939, 0.000000\
-1939, 0.000000\
-1939, 0.000000\
-1939, 0.000000\
-1939, 0.000000\
-1939, 0.000000\
-1939, 0.000000\
-1939, 0.000000\
-1940, 0.000000\
-1940, 0.000000\
-1940, 0.000000\
-1940, 0.000000\
-1940, 0.000000\
-1940, 0.000000\
-1940, 0.000000\
-1940, 0.000000\
-1940, 0.000000\
-1941, 0.000000\
-1941, 0.000000\
-1941, 0.000000\
-1941, 0.000000\
-1941, 0.000000\
-1941, 0.000000\
-1941, 0.000000\
-1941, 0.000000\
-1941, 0.000000\
-1942, 0.000000\
-1942, 0.000000\
-1942, 0.000000\
-1942, 0.000000\
-1942, 0.000000\
-1942, 0.000000\
-1942, 0.000000\
-1942, 0.000000\
-1942, 0.000000\
-1943, 0.000000\
-1943, 0.000000\
-1943, 0.000000\
-1943, 0.000000\
-1943, 0.000000\
-1943, 0.000000\
-1943, 0.000000\
-1943, 0.000000\
-1943, 0.000000\
-1944, 0.000000\
-1944, 0.000000\
-1944, 0.000000\
-1944, 0.000000\
-1944, 0.000000\
-1944, 0.000000\
-1944, 0.000000\
-1944, 0.000000\
-1944, 0.000000\
-1945, 0.000000\
-1945, 0.000000\
-1945, 0.000000\
-1945, 0.000000\
-1945, 0.000000\
-1945, 0.000000\
-1945, 0.000000\
-1945, 0.000000\
-1945, 0.000000\
-1946, 0.000000\
-1946, 0.000000\
-1946, 0.000000\
-1946, 0.000000\
-1946, 0.000000\
-1946, 0.000000\
-1946, 0.000000\
-1946, 0.000000\
-1946, 0.000000\
-1947, 0.000000\
-1947, 0.000000\
-1947, 0.000000\
-1947, 0.000000\
-1947, 0.000000\
-1947, 0.000000\
-1947, 0.000000\
-1947, 0.000000\
-1947, 0.000000\
-1948, 0.000000\
-1948, 0.000000\
-1948, 0.000000\
-1948, 0.000000\
-1948, 0.000000\
-1948, 0.000000\
-1948, 0.000000\
-1948, 0.000000\
-1948, 0.000000\
-1949, 0.000000\
-1949, 0.000000\
-1949, 0.000000\
-1949, 0.000000\
-1949, 1.000000\
-1949, 0.000000\
-1949, 0.000000\
-1949, 0.000000\
-1949, 0.000000\
-1950, 0.000000\
-1950, 0.000000\
-1950, 0.000000\
-1950, 0.000000\
-1950, 0.000000\
-1950, 0.000000\
-1950, 0.000000\
-1950, 0.000000\
-1950, 0.000000\
-1951, 0.000000\
-1951, 0.000000\
-1951, 0.000000\
-1951, 0.000000\
-1951, 0.000000\
-1951, 0.000000\
-1951, 0.000000\
-1951, 0.000000\
-1951, 0.000000\
-1952, 0.000000\
-1952, 0.000000\
-1952, 0.000000\
-1952, 0.000000\
-1952, 0.000000\
-1952, 0.000000\
-1952, 0.000000\
-1952, 0.000000\
-1952, 0.000000\
-1953, 0.000000\
-1953, 0.000000\
-1953, 0.000000\
-1953, 0.000000\
-1953, 0.000000\
-1953, 0.000000\
-1953, 0.000000\
-1953, 0.000000\
-1953, 0.000000\
-1954, 0.000000\
-1954, 0.000000\
-1954, 0.000000\
-1954, 0.000000\
-1954, 0.000000\
-1954, 0.000000\
-1954, 0.000000\
-1954, 0.000000\
-1954, 0.000000\
-1955, 0.000000\
-1955, 0.000000\
-1955, 0.000000\
-1955, 0.000000\
-1955, 0.000000\
-1955, 0.000000\
-1955, 0.000000\
-1955, 0.000000\
-1955, 0.000000\
-1956, 0.000000\
-1956, 0.000000\
-1956, 0.000000\
-1956, 0.000000\
-1956, 0.000000\
-1956, 0.000000\
-1956, 0.000000\
-1956, 0.000000\
-1956, 0.000000\
-1957, 0.000000\
-1957, 0.000000\
-1957, 0.000000\
-1957, 0.000000\
-1957, 0.000000\
-1957, 0.000000\
-1957, 0.000000\
-1957, 0.000000\
-1957, 0.000000\
-1958, 0.000000\
-1958, 0.000000\
-1958, 0.000000\
-1958, 0.000000\
-1958, 0.000000\
-1958, 0.000000\
-1958, 0.000000\
-1958, 0.000000\
-1958, 0.000000\
-1959, 0.000000\
-1959, 0.000000\
-1959, 0.000000\
-1959, 0.000000\
-1959, 0.000000\
-1959, 0.000000\
-1959, 0.000000\
-1959, 0.000000\
-1959, 0.000000\
-1960, 0.000000\
-1960, 0.000000\
-1960, 0.000000\
-1960, 0.000000\
-1960, 0.000000\
-1960, 0.000000\
-1960, 0.000000\
-1960, 0.000000\
-1960, 0.000000\
-1961, 0.000000\
-1961, 0.000000\
-1961, 0.000000\
-1961, 0.000000\
-1961, 0.000000\
-1961, 0.000000\
-1961, 0.000000\
-1961, 0.000000\
-1961, 0.000000\
-1962, 0.000000\
-1962, 0.000000\
-1962, 0.000000\
-1962, 0.000000\
-1962, 0.000000\
-1962, 0.000000\
-1962, 0.000000\
-1962, 0.000000\
-1962, 0.000000\
-1963, 0.000000\
-1963, 0.000000\
-1963, 0.000000\
-1963, 0.000000\
-1963, 0.000000\
-1963, 0.000000\
-1963, 0.000000\
-1963, 0.000000\
-1963, 0.000000\
-1964, 0.000000\
-1964, 0.000000\
-1964, 0.000000\
-1964, 0.000000\
-1964, 0.000000\
-1964, 0.000000\
-1964, 0.000000\
-1964, 0.000000\
-1964, 0.000000\
-1965, 0.000000\
-1965, 0.000000\
-1965, 0.000000\
-1965, 0.000000\
-1965, 0.000000\
-1965, 0.000000\
-1965, 0.000000\
-1965, 0.000000\
-1965, 0.000000\
-1966, 0.000000\
-1966, 0.000000\
-1966, 0.000000\
-1966, 0.000000\
-1966, 0.000000\
-1966, 1.000000\
-1966, 0.000000\
-1966, 0.000000\
-1966, 0.000000\
-1967, 0.000000\
-1967, 0.000000\
-1967, 0.000000\
-1967, 0.000000\
-1967, 0.000000\
-1967, 0.000000\
-1967, 0.000000\
-1967, 0.000000\
-1967, 0.000000\
-1968, 0.000000\
-1968, 0.000000\
-1968, 0.000000\
-1968, 0.000000\
-1968, 0.000000\
-1968, 0.000000\
-1968, 0.000000\
-1968, 0.000000\
-1968, 0.000000\
-1969, 0.000000\
-1969, 0.000000\
-1969, 0.000000\
-1969, 0.000000\
-1969, 0.000000\
-1969, 0.000000\
-1969, 0.000000\
-1969, 0.000000\
-1969, 0.000000\
-1970, 0.000000\
-1970, 0.000000\
-1970, 0.000000\
-1970, 0.000000\
-1970, 0.000000\
-1970, 0.000000\
-1970, 0.000000\
-1970, 0.000000\
-1970, 0.000000\
-1971, 0.000000\
-1971, 0.000000\
-1971, 0.000000\
-1971, 0.000000\
-1971, 0.000000\
-1971, 0.000000\
-1971, 0.000000\
-1971, 0.000000\
-1971, 0.000000\
-1972, 0.000000\
-1972, 0.000000\
-1972, 0.000000\
-1972, 0.000000\
-1972, 0.000000\
-1972, 0.000000\
-1972, 0.000000\
-1972, 0.000000\
-1972, 0.000000\
-1973, 0.000000\
-1973, 0.000000\
-1973, 0.000000\
-1973, 0.000000\
-1973, 0.000000\
-1973, 0.000000\
-1973, 0.000000\
-1973, 0.000000\
-1973, 0.000000\
-1974, 0.000000\
-1974, 0.000000\
-1974, 0.000000\
-1974, 0.000000\
-1974, 0.000000\
-1974, 0.000000\
-1974, 0.000000\
-1974, 0.000000\
-1974, 0.000000\
-1975, 0.000000\
-1975, 0.000000\
-1975, 0.000000\
-1975, 0.000000\
-1975, 0.000000\
-1975, 0.000000\
-1975, 0.000000\
-1975, 0.000000\
-1975, 0.000000\
-1976, 0.000000\
-1976, 0.000000\
-1976, 0.000000\
-1976, 0.000000\
-1976, 0.000000\
-1976, 0.000000\
-1976, 0.000000\
-1976, 0.000000\
-1976, 0.000000\
-1977, 0.000000\
-1977, 0.000000\
-1977, 0.000000\
-1977, 0.000000\
-1977, 0.000000\
-1977, 0.000000\
-1977, 0.000000\
-1977, 0.000000\
-1977, 0.000000\
-1978, 0.000000\
-1978, 0.000000\
-1978, 0.000000\
-1978, 0.000000\
-1978, 0.000000\
-1978, 0.000000\
-1978, 0.000000\
-1978, 0.000000\
-1978, 0.000000\
-1979, 0.000000\
-1979, 0.000000\
-1979, 0.000000\
-1979, 0.000000\
-1979, 0.000000\
-1979, 0.000000\
-1979, 0.000000\
-1979, 0.000000\
-1979, 0.000000\
-1980, 0.000000\
-1980, 0.000000\
-1980, 0.000000\
-1980, 0.000000\
-1980, 0.000000\
-1980, 0.000000\
-1980, 0.000000\
-1980, 0.000000\
-1980, 0.000000\
-1981, 0.000000\
-1981, 0.000000\
-1981, 0.000000\
-1981, 0.000000\
-1981, 0.000000\
-1981, 0.000000\
-1981, 0.000000\
-1981, 0.000000\
-1981, 0.000000\
-1982, 0.000000\
-1982, 0.000000\
-1982, 0.000000\
-1982, 0.000000\
-1982, 0.000000\
-1982, 0.000000\
-1982, 0.000000\
-1982, 0.000000\
-1982, 0.000000\
-1983, 0.000000\
-1983, 0.000000\
-1983, 0.000000\
-1983, 0.000000\
-1983, 0.000000\
-1983, 0.000000\
-1983, 0.000000\
-1983, 0.000000\
-1983, 0.000000\
-1984, 0.000000\
-1984, 0.000000\
-1984, 0.000000\
-1984, 0.000000\
-1984, 0.000000\
-1984, 0.000000\
-1984, 0.000000\
-1984, 0.000000\
-1984, 0.000000\
-1985, 0.000000\
-1985, 0.000000\
-1985, 0.000000\
-1985, 0.000000\
-1985, 0.000000\
-1985, 0.000000\
-1985, 0.000000\
-1985, 0.000000\
-1985, 0.000000\
-1986, 0.000000\
-1986, 0.000000\
-1986, 0.000000\
-1986, 0.000000\
-1986, 0.000000\
-1986, 0.000000\
-1986, 0.000000\
-1986, 0.000000\
-1986, 0.000000\
-1987, 0.000000\
-1987, 0.000000\
-1987, 0.000000\
-1987, 0.000000\
-1987, 0.000000\
-1987, 0.000000\
-1987, 0.000000\
-1987, 0.000000\
-1987, 0.000000\
-1988, 0.000000\
-1988, 0.000000\
-1988, 0.000000\
-1988, 0.000000\
-1988, 0.000000\
-1988, 0.000000\
-1988, 0.000000\
-1988, 0.000000\
-1988, 0.000000\
-1989, 0.000000\
-1989, 0.000000\
-1989, 0.000000\
-1989, 0.000000\
-1989, 0.000000\
-1989, 0.000000\
-1989, 0.000000\
-1989, 0.000000\
-1989, 0.000000\
-1990, 0.000000\
-1990, 0.000000\
-1990, 0.000000\
-1990, 0.000000\
-1990, 0.000000\
-1990, 0.000000\
-1990, 0.000000\
-1990, 0.000000\
-1990, 0.000000\
-1991, 0.000000\
-1991, 0.000000\
-1991, 0.000000\
-1991, 0.000000\
-1991, 0.000000\
-1991, 0.000000\
-1991, 0.000000\
-1991, 0.000000\
-1991, 0.000000\
-1992, 0.000000\
-1992, 0.000000\
-1992, 0.000000\
-1992, 0.000000\
-1992, 0.000000\
-1992, 0.000000\
-1992, 0.000000\
-1992, 0.000000\
-1992, 0.000000\
-1993, 0.000000\
-1993, 0.000000\
-1993, 0.000000\
-1993, 0.000000\
-1993, 0.000000\
-1993, 0.000000\
-1993, 0.000000\
-1993, 0.000000\
-1993, 0.000000\
-1994, 0.000000\
-1994, 0.000000\
-1994, 0.000000\
-1994, 0.000000\
-1994, 0.000000\
-1994, 0.000000\
-1994, 0.000000\
-1994, 0.000000\
-1994, 0.000000\
-1995, 0.000000\
-1995, 0.000000\
-1995, 0.000000\
-1995, 0.000000\
-1995, 0.000000\
-1995, 0.000000\
-1995, 0.000000\
-1995, 0.000000\
-1995, 0.000000\
-1996, 0.000000\
-1996, 0.000000\
-1996, 0.000000\
-1996, 0.000000\
-1996, 0.000000\
-1996, 0.000000\
-1996, 0.000000\
-1996, 0.000000\
-1996, 0.000000\
-1997, 0.000000\
-1997, 0.000000\
-1997, 0.000000\
-1997, 0.000000\
-1997, 0.000000\
-1997, 0.000000\
-1997, 0.000000\
-1997, 0.000000\
-1997, 0.000000\
-1998, 0.000000\
-1998, 0.000000\
-1998, 0.000000\
-1998, 0.000000\
-1998, 0.000000\
-1998, 0.000000\
-1998, 0.000000\
-1998, 0.000000\
-1998, 0.000000\
-1999, 0.000000\
-1999, 0.000000\
-1999, 0.000000\
-1999, 0.000000\
-1999, 0.000000\
-1999, 0.000000\
-1999, 0.000000\
-1999, 0.000000\
-1999, 0.000000\
-2000, 0.000000\
-2000, 0.000000\
-2000, 0.000000\
-2000, 0.000000\
-2000, 0.000000\
-2000, 0.000000\
-2000, 0.000000\
-2000, 0.000000\
-2000, 0.000000\
-2001, 0.000000\
-2001, 0.000000\
-2001, 0.000000\
-2001, 0.000000\
-2001, 0.000000\
-2001, 0.000000\
-2001, 0.000000\
-2001, 0.000000\
-2001, 0.000000\
-2002, 0.000000\
-2002, 0.000000\
-2002, 0.000000\
-2002, 0.000000\
-2002, 0.000000\
-2002, 0.000000\
-2002, 0.000000\
-2002, 0.000000\
-2002, 0.000000\
-2003, 0.000000\
-2003, 0.000000\
-2003, 0.000000\
-2003, 0.000000\
-2003, 0.000000\
-2003, 0.000000\
-2003, 0.000000\
-2003, 0.000000\
-2003, 0.000000\
-2004, 0.000000\
-2004, 0.000000\
-2004, 0.000000\
-2004, 0.000000\
-2004, 0.000000\
-2004, 0.000000\
-2004, 0.000000\
-2004, 0.000000\
-2004, 0.000000\
-2005, 0.000000\
-2005, 0.000000\
-2005, 0.000000\
-2005, 0.000000\
-2005, 0.000000\
-2005, 0.000000\
-2005, 0.000000\
-2005, 0.000000\
-2005, 0.000000\
-2006, 0.000000\
-2006, 0.000000\
-2006, 0.000000\
-2006, 0.000000\
-2006, 0.000000\
-2006, 0.000000\
-2006, 0.000000\
-2006, 0.000000\
-2006, 0.000000\
-2007, 0.000000\
-2007, 0.000000\
-2007, 0.000000\
-2007, 0.000000\
-2007, 0.000000\
-2007, 0.000000\
-2007, 0.000000\
-2007, 0.000000\
-2007, 0.000000\
-2008, 0.000000\
-2008, 0.000000\
-2008, 0.000000\
-2008, 0.000000\
-2008, 0.000000\
-2008, 0.000000\
-2008, 0.000000\
-2008, 0.000000\
-2008, 0.000000\
-2009, 0.000000\
-2009, 0.000000\
-2009, 0.000000\
-2009, 0.000000\
-2009, 0.000000\
-2009, 0.000000\
-2009, 0.000000\
-2009, 0.000000\
-2009, 0.000000\
-2010, 0.000000\
-2010, 0.000000\
-2010, 0.000000\
-2010, 0.000000\
-2010, 0.000000\
-2010, 0.000000\
-2010, 0.000000\
-2010, 0.000000\
-2010, 0.000000\
-2011, 0.000000\
-2011, 0.000000\
-2011, 0.000000\
-2011, 0.000000\
-2011, 0.000000\
-2011, 0.000000\
-2011, 0.000000\
-2011, 0.000000\
-2011, 0.000000\
-2012, 0.000000\
-2012, 0.000000\
-2012, 0.000000\
-2012, 0.000000\
-2012, 0.000000\
-2012, 0.000000\
-2012, 0.000000\
-2012, 0.000000\
-2012, 0.000000\
-2013, 0.000000\
-2013, 0.000000\
-2013, 0.000000\
-2013, 0.000000\
-2013, 0.000000\
-2013, 0.000000\
-2013, 0.000000\
-2013, 0.000000\
-2013, 0.000000\
-2014, 0.000000\
-2014, 0.000000\
-2014, 0.000000\
-2014, 0.000000\
-2014, 0.000000\
-2014, 0.000000\
-2014, 0.000000\
-2014, 1.000000\
-2014, 0.000000\
-2015, 0.000000\
-2015, 0.000000\
-2015, 0.000000\
-2015, 0.000000\
-2015, 0.000000\
-2015, 0.000000\
-2015, 0.000000\
-2015, 0.000000\
-2015, 0.000000\
-2016, 0.000000\
-2016, 0.000000\
-2016, 0.000000\
-2016, 0.000000\
-2016, 0.000000\
-2016, 0.000000\
-2016, 0.000000\
-2016, 0.000000\
-2016, 0.000000\
-2017, 0.000000\
-2017, 0.000000\
-2017, 0.000000\
-2017, 0.000000\
-2017, 0.000000\
-2017, 0.000000\
-2017, 0.000000\
-2017, 0.000000\
-2017, 0.000000\
-2018, 0.000000\
-2018, 0.000000\
-2018, 0.000000\
-2018, 0.000000\
-2018, 0.000000\
-2018, 0.000000\
-2018, 0.000000\
-2018, 0.000000\
-2018, 0.000000\
-2019, 0.000000\
-2019, 0.000000\
-2019, 0.000000\
-2019, 0.000000\
-2019, 0.000000\
-2019, 0.000000\
-2019, 0.000000\
-2019, 0.000000\
-2019, 0.000000\
-2020, 0.000000\
-2020, 0.000000\
-2020, 0.000000\
-2020, 0.000000\
-2020, 0.000000\
-2020, 0.000000\
-2020, 0.000000\
-2020, 0.000000\
-2020, 0.000000\
-2021, 0.000000\
-2021, 0.000000\
-2021, 0.000000\
-2021, 0.000000\
-2021, 0.000000\
-2021, 0.000000\
-2021, 0.000000\
-2021, 0.000000\
-2021, 0.000000\
-2022, 0.000000\
-2022, 0.000000\
-2022, 0.000000\
-2022, 0.000000\
-2022, 0.000000\
-2022, 0.000000\
-2022, 0.000000\
-2022, 0.000000\
-2022, 0.000000\
-2023, 0.000000\
-2023, 0.000000\
-2023, 0.000000\
-2023, 0.000000\
-2023, 0.000000\
-2023, 0.000000\
-2023, 0.000000\
-2023, 0.000000\
-2023, 0.000000\
-2024, 0.000000\
-2024, 0.000000\
-2024, 0.000000\
-2024, 0.000000\
-2024, 0.000000\
-2024, 0.000000\
-2024, 0.000000\
-2024, 0.000000\
-2024, 0.000000\
-2025, 0.000000\
-2025, 0.000000\
-2025, 0.000000\
-2025, 0.000000\
-2025, 0.000000\
-2025, 0.000000\
-2025, 0.000000\
-2025, 0.000000\
-2025, 0.000000\
-2026, 0.000000\
-2026, 0.000000\
-2026, 0.000000\
-2026, 0.000000\
-2026, 0.000000\
-2026, 0.000000\
-2026, 0.000000\
-2026, 0.000000\
-2026, 0.000000\
-2027, 0.000000\
-2027, 0.000000\
-2027, 1.000000\
-2027, 0.000000\
-2027, 0.000000\
-2027, 0.000000\
-2027, 0.000000\
-2027, 0.000000\
-2027, 0.000000\
-2028, 0.000000\
-2028, 0.000000\
-2028, 0.000000\
-2028, 0.000000\
-2028, 0.000000\
-2028, 0.000000\
-2028, 0.000000\
-2028, 0.000000\
-2028, 0.000000\
-2029, 0.000000\
-2029, 0.000000\
-2029, 0.000000\
-2029, 0.000000\
-2029, 0.000000\
-2029, 0.000000\
-2029, 0.000000\
-2029, 0.000000\
-2029, 0.000000\
-2030, 0.000000\
-2030, 0.000000\
-2030, 0.000000\
-2030, 0.000000\
-2030, 0.000000\
-2030, 0.000000\
-2030, 0.000000\
-2030, 0.000000\
-2030, 0.000000\
-2031, 0.000000\
-2031, 0.000000\
-2031, 0.000000\
-2031, 1.000000\
-2031, 0.000000\
-2031, 0.000000\
-2031, 0.000000\
-2031, 0.000000\
-2031, 0.000000\
-2032, 0.000000\
-2032, 0.000000\
-2032, 0.000000\
-2032, 1.000000\
-2032, 0.000000\
-2032, 0.000000\
-2032, 0.000000\
-2032, 0.000000\
-2032, 0.000000\
-2033, 0.000000\
-2033, 0.000000\
-2033, 0.000000\
-2033, 0.000000\
-2033, 0.000000\
-2033, 0.000000\
-2033, 0.000000\
-2033, 0.000000\
-2033, 0.000000\
-2034, 0.000000\
-2034, 0.000000\
-2034, 0.000000\
-2034, 0.000000\
-2034, 0.000000\
-2034, 0.000000\
-2034, 0.000000\
-2034, 0.000000\
-2034, 0.000000\
-2035, 0.000000\
-2035, 0.000000\
-2035, 0.000000\
-2035, 0.000000\
-2035, 0.000000\
-2035, 0.000000\
-2035, 0.000000\
-2035, 0.000000\
-2035, 0.000000\
-2036, 0.000000\
-2036, 0.000000\
-2036, 0.000000\
-2036, 0.000000\
-2036, 0.000000\
-2036, 0.000000\
-2036, 0.000000\
-2036, 0.000000\
-2036, 0.000000\
-2037, 1.000000\
-2037, 0.000000\
-2037, 0.000000\
-2037, 0.000000\
-2037, 0.000000\
-2037, 0.000000\
-2037, 0.000000\
-2037, 0.000000\
-2037, 0.000000\
-2038, 0.000000\
-2038, 0.000000\
-2038, 0.000000\
-2038, 0.000000\
-2038, 0.000000\
-2038, 0.000000\
-2038, 0.000000\
-2038, 0.000000\
-2038, 0.000000\
-2039, 0.000000\
-2039, 0.000000\
-2039, 0.000000\
-2039, 0.000000\
-2039, 0.000000\
-2039, 0.000000\
-2039, 0.000000\
-2039, 0.000000\
-2039, 0.000000\
-2040, 0.000000\
-2040, 0.000000\
-2040, 0.000000\
-2040, 0.000000\
-2040, 0.000000\
-2040, 0.000000\
-2040, 0.000000\
-2040, 0.000000\
-2040, 0.000000\
-2041, 0.000000\
-2041, 0.000000\
-2041, 0.000000\
-2041, 0.000000\
-2041, 0.000000\
-2041, 0.000000\
-2041, 0.000000\
-2041, 0.000000\
-2041, 0.000000\
-2042, 0.000000\
-2042, 0.000000\
-2042, 0.000000\
-2042, 0.000000\
-2042, 0.000000\
-2042, 0.000000\
-2042, 0.000000\
-2042, 0.000000\
-2042, 0.000000\
-2043, 0.000000\
-2043, 0.000000\
-2043, 0.000000\
-2043, 0.000000\
-2043, 0.000000\
-2043, 0.000000\
-2043, 0.000000\
-2043, 0.000000\
-2043, 0.000000\
-2044, 0.000000\
-2044, 0.000000\
-2044, 0.000000\
-2044, 0.000000\
-2044, 0.000000\
-2044, 0.000000\
-2044, 0.000000\
-2044, 0.000000\
-2044, 0.000000\
-2045, 0.000000\
-2045, 0.000000\
-2045, 0.000000\
-2045, 0.000000\
-2045, 0.000000\
-2045, 0.000000\
-2045, 0.000000\
-2045, 0.000000\
-2045, 0.000000\
-2046, 0.000000\
-2046, 0.000000\
-2046, 0.000000\
-2046, 0.000000\
-2046, 0.000000\
-2046, 0.000000\
-2046, 0.000000\
-2046, 0.000000\
-2046, 0.000000\
-2047, 0.000000\
-2047, 0.000000\
-2047, 0.000000\
-2047, 1.000000\
-2047, 0.000000\
-2047, 0.000000\
-2047, 0.000000\
-2047, 0.000000\
-2047, 0.000000\
-2048, 0.000000\
-2048, 0.000000\
-2048, 0.000000\
-2048, 0.000000\
-2048, 0.000000\
-2048, 0.000000\
-2048, 0.000000\
-2048, 0.000000\
-2048, 0.000000\
-2049, 0.000000\
-2049, 0.000000\
-2049, 0.000000\
-2049, 0.000000\
-2049, 0.000000\
-2049, 0.000000\
-2049, 0.000000\
-2049, 0.000000\
-2049, 0.000000\
-2050, 0.000000\
-2050, 0.000000\
-2050, 0.000000\
-2050, 0.000000\
-2050, 0.000000\
-2050, 0.000000\
-2050, 0.000000\
-2050, 0.000000\
-2050, 0.000000\
-2051, 0.000000\
-2051, 0.000000\
-2051, 0.000000\
-2051, 0.000000\
-2051, 0.000000\
-2051, 0.000000\
-2051, 0.000000\
-2051, 0.000000\
-2051, 0.000000\
-2052, 0.000000\
-2052, 0.000000\
-2052, 0.000000\
-2052, 0.000000\
-2052, 0.000000\
-2052, 0.000000\
-2052, 0.000000\
-2052, 0.000000\
-2052, 0.000000\
-2053, 0.000000\
-2053, 0.000000\
-2053, 0.000000\
-2053, 0.000000\
-2053, 0.000000\
-2053, 0.000000\
-2053, 0.000000\
-2053, 0.000000\
-2053, 0.000000\
-2054, 0.000000\
-2054, 0.000000\
-2054, 0.000000\
-2054, 0.000000\
-2054, 0.000000\
-2054, 0.000000\
-2054, 0.000000\
-2054, 0.000000\
-2054, 0.000000\
-2055, 0.000000\
-2055, 0.000000\
-2055, 0.000000\
-2055, 0.000000\
-2055, 0.000000\
-2055, 0.000000\
-2055, 0.000000\
-2055, 0.000000\
-2055, 0.000000\
-2056, 0.000000\
-2056, 0.000000\
-2056, 0.000000\
-2056, 0.000000\
-2056, 0.000000\
-2056, 0.000000\
-2056, 0.000000\
-2056, 0.000000\
-2056, 0.000000\
-2057, 0.000000\
-2057, 0.000000\
-2057, 0.000000\
-2057, 0.000000\
-2057, 0.000000\
-2057, 0.000000\
-2057, 0.000000\
-2057, 0.000000\
-2057, 0.000000\
-2058, 0.000000\
-2058, 0.000000\
-2058, 0.000000\
-2058, 0.000000\
-2058, 0.000000\
-2058, 0.000000\
-2058, 0.000000\
-2058, 0.000000\
-2058, 0.000000\
-2059, 0.000000\
-2059, 0.000000\
-2059, 0.000000\
-2059, 0.000000\
-2059, 0.000000\
-2059, 0.000000\
-2059, 0.000000\
-2059, 0.000000\
-2059, 0.000000\
-2060, 0.000000\
-2060, 0.000000\
-2060, 0.000000\
-2060, 0.000000\
-2060, 0.000000\
-2060, 0.000000\
-2060, 0.000000\
-2060, 0.000000\
-2060, 0.000000\
-2061, 0.000000\
-2061, 0.000000\
-2061, 0.000000\
-2061, 0.000000\
-2061, 0.000000\
-2061, 0.000000\
-2061, 0.000000\
-2061, 0.000000\
-2061, 0.000000\
-2062, 0.000000\
-2062, 0.000000\
-2062, 0.000000\
-2062, 0.000000\
-2062, 0.000000\
-2062, 0.000000\
-2062, 0.000000\
-2062, 0.000000\
-2062, 0.000000\
-2063, 0.000000\
-2063, 0.000000\
-2063, 0.000000\
-2063, 0.000000\
-2063, 0.000000\
-2063, 0.000000\
-2063, 0.000000\
-2063, 0.000000\
-2063, 0.000000\
-2064, 0.000000\
-2064, 0.000000\
-2064, 0.000000\
-2064, 0.000000\
-2064, 0.000000\
-2064, 0.000000\
-2064, 0.000000\
-2064, 0.000000\
-2064, 0.000000\
-2065, 0.000000\
-2065, 0.000000\
-2065, 0.000000\
-2065, 0.000000\
-2065, 0.000000\
-2065, 0.000000\
-2065, 0.000000\
-2065, 0.000000\
-2065, 0.000000\
-2066, 0.000000\
-2066, 0.000000\
-2066, 0.000000\
-2066, 0.000000\
-2066, 0.000000\
-2066, 0.000000\
-2066, 0.000000\
-2066, 0.000000\
-2066, 0.000000\
-2067, 0.000000\
-2067, 0.000000\
-2067, 0.000000\
-2067, 0.000000\
-2067, 0.000000\
-2067, 0.000000\
-2067, 0.000000\
-2067, 0.000000\
-2067, 0.000000\
-2068, 0.000000\
-2068, 0.000000\
-2068, 0.000000\
-2068, 0.000000\
-2068, 0.000000\
-2068, 0.000000\
-2068, 0.000000\
-2068, 0.000000\
-2068, 0.000000\
-2069, 0.000000\
-2069, 0.000000\
-2069, 0.000000\
-2069, 0.000000\
-2069, 0.000000\
-2069, 0.000000\
-2069, 0.000000\
-2069, 0.000000\
-2069, 0.000000\
-2070, 0.000000\
-2070, 0.000000\
-2070, 0.000000\
-2070, 0.000000\
-2070, 0.000000\
-2070, 0.000000\
-2070, 0.000000\
-2070, 0.000000\
-2070, 0.000000\
-2071, 0.000000\
-2071, 0.000000\
-2071, 0.000000\
-2071, 0.000000\
-2071, 0.000000\
-2071, 0.000000\
-2071, 0.000000\
-2071, 0.000000\
-2071, 0.000000\
-2072, 0.000000\
-2072, 0.000000\
-2072, 0.000000\
-2072, 0.000000\
-2072, 0.000000\
-2072, 0.000000\
-2072, 0.000000\
-2072, 0.000000\
-2072, 0.000000\
-2073, 0.000000\
-2073, 0.000000\
-2073, 0.000000\
-2073, 0.000000\
-2073, 0.000000\
-2073, 0.000000\
-2073, 0.000000\
-2073, 0.000000\
-2073, 0.000000\
-2074, 0.000000\
-2074, 0.000000\
-2074, 0.000000\
-2074, 0.000000\
-2074, 0.000000\
-2074, 0.000000\
-2074, 0.000000\
-2074, 0.000000\
-2074, 0.000000\
-2075, 0.000000\
-2075, 0.000000\
-2075, 0.000000\
-2075, 0.000000\
-2075, 0.000000\
-2075, 0.000000\
-2075, 0.000000\
-2075, 0.000000\
-2075, 0.000000\
-2076, 0.000000\
-2076, 0.000000\
-2076, 0.000000\
-2076, 0.000000\
-2076, 0.000000\
-2076, 0.000000\
-2076, 0.000000\
-2076, 0.000000\
-2076, 0.000000\
-2077, 0.000000\
-2077, 0.000000\
-2077, 0.000000\
-2077, 0.000000\
-2077, 0.000000\
-2077, 0.000000\
-2077, 0.000000\
-2077, 0.000000\
-2077, 0.000000\
-2078, 0.000000\
-2078, 0.000000\
-2078, 0.000000\
-2078, 0.000000\
-2078, 0.000000\
-2078, 0.000000\
-2078, 0.000000\
-2078, 0.000000\
-2078, 0.000000\
-2079, 0.000000\
-2079, 0.000000\
-2079, 0.000000\
-2079, 0.000000\
-2079, 0.000000\
-2079, 0.000000\
-2079, 0.000000\
-2079, 0.000000\
-2079, 0.000000\
-2080, 0.000000\
-2080, 0.000000\
-2080, 0.000000\
-2080, 0.000000\
-2080, 0.000000\
-2080, 0.000000\
-2080, 0.000000\
-2080, 0.000000\
-2080, 0.000000\
-2081, 0.000000\
-2081, 0.000000\
-2081, 0.000000\
-2081, 0.000000\
-2081, 0.000000\
-2081, 0.000000\
-2081, 0.000000\
-2081, 0.000000\
-2081, 0.000000\
-2082, 0.000000\
-2082, 0.000000\
-2082, 0.000000\
-2082, 0.000000\
-2082, 0.000000\
-2082, 0.000000\
-2082, 0.000000\
-2082, 0.000000\
-2082, 0.000000\
-2083, 0.000000\
-2083, 0.000000\
-2083, 0.000000\
-2083, 0.000000\
-2083, 0.000000\
-2083, 0.000000\
-2083, 0.000000\
-2083, 0.000000\
-2083, 0.000000\
-2084, 0.000000\
-2084, 0.000000\
-2084, 0.000000\
-2084, 0.000000\
-2084, 0.000000\
-2084, 0.000000\
-2084, 0.000000\
-2084, 0.000000\
-2084, 0.000000\
-2085, 0.000000\
-2085, 0.000000\
-2085, 0.000000\
-2085, 0.000000\
-2085, 0.000000\
-2085, 0.000000\
-2085, 0.000000\
-2085, 0.000000\
-2085, 0.000000\
-2086, 0.000000\
-2086, 0.000000\
-2086, 0.000000\
-2086, 0.000000\
-2086, 0.000000\
-2086, 0.000000\
-2086, 0.000000\
-2086, 0.000000\
-2086, 0.000000\
-2087, 0.000000\
-2087, 0.000000\
-2087, 0.000000\
-2087, 0.000000\
-2087, 0.000000\
-2087, 0.000000\
-2087, 0.000000\
-2087, 0.000000\
-2087, 0.000000\
-2088, 0.000000\
-2088, 0.000000\
-2088, 0.000000\
-2088, 0.000000\
-2088, 0.000000\
-2088, 0.000000\
-2088, 0.000000\
-2088, 0.000000\
-2088, 0.000000\
-2089, 0.000000\
-2089, 0.000000\
-2089, 0.000000\
-2089, 0.000000\
-2089, 0.000000\
-2089, 0.000000\
-2089, 0.000000\
-2089, 0.000000\
-2089, 0.000000\
-2090, 0.000000\
-2090, 0.000000\
-2090, 0.000000\
-2090, 0.000000\
-2090, 0.000000\
-2090, 0.000000\
-2090, 0.000000\
-2090, 0.000000\
-2090, 0.000000\
-2091, 0.000000\
-2091, 0.000000\
-2091, 0.000000\
-2091, 0.000000\
-2091, 0.000000\
-2091, 0.000000\
-2091, 0.000000\
-2091, 0.000000\
-2091, 0.000000\
-2092, 0.000000\
-2092, 0.000000\
-2092, 0.000000\
-2092, 0.000000\
-2092, 0.000000\
-2092, 0.000000\
-2092, 0.000000\
-2092, 0.000000\
-2092, 0.000000\
-2093, 0.000000\
-2093, 0.000000\
-2093, 0.000000\
-2093, 0.000000\
-2093, 0.000000\
-2093, 0.000000\
-2093, 0.000000\
-2093, 0.000000\
-2093, 0.000000\
-2094, 0.000000\
-2094, 0.000000\
-2094, 0.000000\
-2094, 0.000000\
-2094, 0.000000\
-2094, 0.000000\
-2094, 0.000000\
-2094, 0.000000\
-2094, 0.000000\
-2095, 0.000000\
-2095, 0.000000\
-2095, 0.000000\
-2095, 0.000000\
-2095, 0.000000\
-2095, 0.000000\
-2095, 0.000000\
-2095, 0.000000\
-2095, 0.000000\
-2096, 0.000000\
-2096, 0.000000\
-2096, 0.000000\
-2096, 0.000000\
-2096, 0.000000\
-2096, 0.000000\
-2096, 0.000000\
-2096, 0.000000\
-2096, 0.000000\
-2097, 0.000000\
-2097, 0.000000\
-2097, 0.000000\
-2097, 0.000000\
-2097, 0.000000\
-2097, 0.000000\
-2097, 0.000000\
-2097, 0.000000\
-2097, 0.000000\
-2098, 0.000000\
-2098, 0.000000\
-2098, 0.000000\
-2098, 0.000000\
-2098, 0.000000\
-2098, 0.000000\
-2098, 0.000000\
-2098, 0.000000\
-2098, 0.000000\
-2099, 0.000000\
-2099, 0.000000\
-2099, 0.000000\
-2099, 0.000000\
-2099, 0.000000\
-2099, 0.000000\
-2099, 0.000000\
-2099, 0.000000\
-2099, 0.000000\
-2100, 0.000000\
-2100, 0.000000\
-2100, 0.000000\
-2100, 0.000000\
-2100, 0.000000\
-2100, 0.000000\
-2100, 0.000000\
-2100, 0.000000\
-2100, 0.000000\
-2101, 0.000000\
-2101, 0.000000\
-2101, 0.000000\
-2101, 0.000000\
-2101, 0.000000\
-2101, 0.000000\
-2101, 0.000000\
-2101, 0.000000\
-2101, 0.000000\
-2102, 0.000000\
-2102, 0.000000\
-2102, 0.000000\
-2102, 0.000000\
-2102, 0.000000\
-2102, 0.000000\
-2102, 0.000000\
-2102, 0.000000\
-2102, 0.000000\
-2103, 0.000000\
-2103, 0.000000\
-2103, 0.000000\
-2103, 0.000000\
-2103, 0.000000\
-2103, 0.000000\
-2103, 0.000000\
-2103, 0.000000\
-2103, 0.000000\
-2104, 0.000000\
-2104, 0.000000\
-2104, 0.000000\
-2104, 0.000000\
-2104, 0.000000\
-2104, 0.000000\
-2104, 0.000000\
-2104, 0.000000\
-2104, 0.000000\
-2105, 0.000000\
-2105, 0.000000\
-2105, 0.000000\
-2105, 0.000000\
-2105, 0.000000\
-2105, 0.000000\
-2105, 0.000000\
-2105, 0.000000\
-2105, 0.000000\
-2106, 0.000000\
-2106, 0.000000\
-2106, 0.000000\
-2106, 0.000000\
-2106, 0.000000\
-2106, 0.000000\
-2106, 0.000000\
-2106, 0.000000\
-2106, 0.000000\
-2107, 0.000000\
-2107, 0.000000\
-2107, 0.000000\
-2107, 0.000000\
-2107, 0.000000\
-2107, 0.000000\
-2107, 0.000000\
-2107, 0.000000\
-2107, 0.000000\
-2108, 0.000000\
-2108, 0.000000\
-2108, 0.000000\
-2108, 0.000000\
-2108, 0.000000\
-2108, 0.000000\
-2108, 0.000000\
-2108, 0.000000\
-2108, 0.000000\
-2109, 0.000000\
-2109, 0.000000\
-2109, 0.000000\
-2109, 0.000000\
-2109, 0.000000\
-2109, 0.000000\
-2109, 0.000000\
-2109, 0.000000\
-2109, 0.000000\
-2110, 0.000000\
-2110, 0.000000\
-2110, 0.000000\
-2110, 0.000000\
-2110, 0.000000\
-2110, 0.000000\
-2110, 0.000000\
-2110, 0.000000\
-2110, 0.000000\
-2111, 0.000000\
-2111, 0.000000\
-2111, 0.000000\
-2111, 0.000000\
-2111, 0.000000\
-2111, 0.000000\
-2111, 0.000000\
-2111, 0.000000\
-2111, 0.000000\
-2112, 0.000000\
-2112, 0.000000\
-2112, 0.000000\
-2112, 0.000000\
-2112, 0.000000\
-2112, 0.000000\
-2112, 0.000000\
-2112, 0.000000\
-2112, 0.000000\
-2113, 0.000000\
-2113, 0.000000\
-2113, 0.000000\
-2113, 0.000000\
-2113, 0.000000\
-2113, 0.000000\
-2113, 0.000000\
-2113, 0.000000\
-2113, 0.000000\
-2114, 0.000000\
-2114, 0.000000\
-2114, 0.000000\
-2114, 0.000000\
-2114, 0.000000\
-2114, 0.000000\
-2114, 0.000000\
-2114, 0.000000\
-2114, 0.000000\
-2115, 0.000000\
-2115, 0.000000\
-2115, 0.000000\
-2115, 0.000000\
-2115, 0.000000\
-2115, 0.000000\
-2115, 0.000000\
-2115, 0.000000\
-2115, 0.000000\
-2116, 0.000000\
-2116, 0.000000\
-2116, 0.000000\
-2116, 0.000000\
-2116, 0.000000\
-2116, 0.000000\
-2116, 0.000000\
-2116, 0.000000\
-2116, 0.000000\
-2117, 0.000000\
-2117, 0.000000\
-2117, 0.000000\
-2117, 0.000000\
-2117, 0.000000\
-2117, 0.000000\
-2117, 0.000000\
-2117, 0.000000\
-2117, 0.000000\
-2118, 0.000000\
-2118, 0.000000\
-2118, 0.000000\
-2118, 0.000000\
-2118, 0.000000\
-2118, 0.000000\
-2118, 0.000000\
-2118, 0.000000\
-2118, 0.000000\
-2119, 0.000000\
-2119, 0.000000\
-2119, 0.000000\
-2119, 0.000000\
-2119, 0.000000\
-2119, 0.000000\
-2119, 0.000000\
-2119, 0.000000\
-2119, 0.000000\
-2120, 0.000000\
-2120, 0.000000\
-2120, 0.000000\
-2120, 0.000000\
-2120, 0.000000\
-2120, 0.000000\
-2120, 0.000000\
-2120, 0.000000\
-2120, 0.000000\
-2121, 0.000000\
-2121, 0.000000\
-2121, 0.000000\
-2121, 0.000000\
-2121, 0.000000\
-2121, 0.000000\
-2121, 0.000000\
-2121, 0.000000\
-2121, 0.000000\
-2122, 0.000000\
-2122, 0.000000\
-2122, 0.000000\
-2122, 0.000000\
-2122, 0.000000\
-2122, 0.000000\
-2122, 0.000000\
-2122, 0.000000\
-2122, 0.000000\
-2123, 0.000000\
-2123, 0.000000\
-2123, 0.000000\
-2123, 0.000000\
-2123, 0.000000\
-2123, 0.000000\
-2123, 0.000000\
-2123, 0.000000\
-2123, 0.000000\
-2124, 0.000000\
-2124, 0.000000\
-2124, 0.000000\
-2124, 0.000000\
-2124, 0.000000\
-2124, 0.000000\
-2124, 0.000000\
-2124, 0.000000\
-2124, 0.000000\
-2125, 0.000000\
-2125, 0.000000\
-2125, 0.000000\
-2125, 0.000000\
-2125, 0.000000\
-2125, 0.000000\
-2125, 0.000000\
-2125, 0.000000\
-2125, 0.000000\
-2126, 0.000000\
-2126, 0.000000\
-2126, 0.000000\
-2126, 0.000000\
-2126, 0.000000\
-2126, 0.000000\
-2126, 0.000000\
-2126, 0.000000\
-2126, 0.000000\
-2127, 0.000000\
-2127, 0.000000\
-2127, 0.000000\
-2127, 0.000000\
-2127, 0.000000\
-2127, 0.000000\
-2127, 0.000000\
-2127, 0.000000\
-2127, 0.000000\
-2128, 0.000000\
-2128, 0.000000\
-2128, 0.000000\
-2128, 0.000000\
-2128, 0.000000\
-2128, 0.000000\
-2128, 0.000000\
-2128, 0.000000\
-2128, 0.000000\
-2129, 0.000000\
-2129, 0.000000\
-2129, 0.000000\
-2129, 0.000000\
-2129, 0.000000\
-2129, 0.000000\
-2129, 0.000000\
-2129, 0.000000\
-2129, 0.000000\
-2130, 0.000000\
-2130, 0.000000\
-2130, 0.000000\
-2130, 0.000000\
-2130, 0.000000\
-2130, 0.000000\
-2130, 0.000000\
-2130, 0.000000\
-2130, 0.000000\
-2131, 0.000000\
-2131, 0.000000\
-2131, 0.000000\
-2131, 0.000000\
-2131, 0.000000\
-2131, 0.000000\
-2131, 0.000000\
-2131, 0.000000\
-2131, 0.000000\
-2132, 0.000000\
-2132, 0.000000\
-2132, 0.000000\
-2132, 0.000000\
-2132, 0.000000\
-2132, 0.000000\
-2132, 0.000000\
-2132, 0.000000\
-2132, 0.000000\
-2133, 0.000000\
-2133, 0.000000\
-2133, 0.000000\
-2133, 0.000000\
-2133, 0.000000\
-2133, 0.000000\
-2133, 0.000000\
-2133, 0.000000\
-2133, 0.000000\
-2134, 0.000000\
-2134, 0.000000\
-2134, 0.000000\
-2134, 0.000000\
-2134, 0.000000\
-2134, 0.000000\
-2134, 0.000000\
-2134, 0.000000\
-2134, 0.000000\
-2135, 0.000000\
-2135, 0.000000\
-2135, 0.000000\
-2135, 0.000000\
-2135, 0.000000\
-2135, 0.000000\
-2135, 0.000000\
-2135, 0.000000\
-2135, 0.000000\
-2136, 0.000000\
-2136, 0.000000\
-2136, 0.000000\
-2136, 0.000000\
-2136, 0.000000\
-2136, 0.000000\
-2136, 0.000000\
-2136, 0.000000\
-2136, 0.000000\
-2137, 0.000000\
-2137, 0.000000\
-2137, 0.000000\
-2137, 0.000000\
-2137, 0.000000\
-2137, 0.000000\
-2137, 0.000000\
-2137, 0.000000\
-2137, 0.000000\
-2138, 0.000000\
-2138, 0.000000\
-2138, 0.000000\
-2138, 0.000000\
-2138, 0.000000\
-2138, 0.000000\
-2138, 0.000000\
-2138, 0.000000\
-2138, 0.000000\
-2139, 0.000000\
-2139, 0.000000\
-2139, 1.000000\
-2139, 0.000000\
-2139, 0.000000\
-2139, 0.000000\
-2139, 0.000000\
-2139, 0.000000\
-2139, 0.000000\
-2140, 0.000000\
-2140, 0.000000\
-2140, 0.000000\
-2140, 0.000000\
-2140, 0.000000\
-2140, 0.000000\
-2140, 0.000000\
-2140, 0.000000\
-2140, 0.000000\
-2141, 0.000000\
-2141, 0.000000\
-2141, 0.000000\
-2141, 0.000000\
-2141, 0.000000\
-2141, 0.000000\
-2141, 0.000000\
-2141, 0.000000\
-2141, 0.000000\
-2142, 0.000000\
-2142, 0.000000\
-2142, 0.000000\
-2142, 0.000000\
-2142, 0.000000\
-2142, 0.000000\
-2142, 0.000000\
-2142, 0.000000\
-2142, 0.000000\
-2143, 0.000000\
-2143, 0.000000\
-2143, 0.000000\
-2143, 0.000000\
-2143, 0.000000\
-2143, 0.000000\
-2143, 0.000000\
-2143, 0.000000\
-2143, 0.000000\
-2144, 0.000000\
-2144, 0.000000\
-2144, 0.000000\
-2144, 0.000000\
-2144, 0.000000\
-2144, 0.000000\
-2144, 0.000000\
-2144, 0.000000\
-2144, 0.000000\
-2145, 0.000000\
-2145, 0.000000\
-2145, 0.000000\
-2145, 0.000000\
-2145, 0.000000\
-2145, 0.000000\
-2145, 0.000000\
-2145, 0.000000\
-2145, 0.000000\
-2146, 0.000000\
-2146, 0.000000\
-2146, 0.000000\
-2146, 0.000000\
-2146, 0.000000\
-2146, 0.000000\
-2146, 0.000000\
-2146, 0.000000\
-2146, 0.000000\
-2147, 0.000000\
-2147, 0.000000\
-2147, 0.000000\
-2147, 0.000000\
-2147, 0.000000\
-2147, 0.000000\
-2147, 0.000000\
-2147, 0.000000\
-2147, 0.000000\
-2148, 0.000000\
-2148, 0.000000\
-2148, 0.000000\
-2148, 0.000000\
-2148, 0.000000\
-2148, 0.000000\
-2148, 0.000000\
-2148, 0.000000\
-2148, 0.000000\
-2149, 0.000000\
-2149, 0.000000\
-2149, 0.000000\
-2149, 0.000000\
-2149, 0.000000\
-2149, 0.000000\
-2149, 0.000000\
-2149, 0.000000\
-2149, 0.000000\
-2150, 0.000000\
-2150, 0.000000\
-2150, 0.000000\
-2150, 0.000000\
-2150, 0.000000\
-2150, 0.000000\
-2150, 0.000000\
-2150, 0.000000\
-2150, 0.000000\
-2151, 0.000000\
-2151, 0.000000\
-2151, 0.000000\
-2151, 0.000000\
-2151, 0.000000\
-2151, 0.000000\
-2151, 0.000000\
-2151, 0.000000\
-2151, 0.000000\
-2152, 0.000000\
-2152, 0.000000\
-2152, 0.000000\
-2152, 0.000000\
-2152, 0.000000\
-2152, 0.000000\
-2152, 0.000000\
-2152, 0.000000\
-2152, 0.000000\
-2153, 0.000000\
-2153, 0.000000\
-2153, 0.000000\
-2153, 0.000000\
-2153, 0.000000\
-2153, 0.000000\
-2153, 0.000000\
-2153, 0.000000\
-2153, 0.000000\
-2154, 0.000000\
-2154, 0.000000\
-2154, 0.000000\
-2154, 0.000000\
-2154, 0.000000\
-2154, 0.000000\
-2154, 0.000000\
-2154, 0.000000\
-2154, 0.000000\
-2155, 0.000000\
-2155, 0.000000\
-2155, 0.000000\
-2155, 0.000000\
-2155, 0.000000\
-2155, 0.000000\
-2155, 0.000000\
-2155, 0.000000\
-2155, 0.000000\
-2156, 0.000000\
-2156, 0.000000\
-2156, 0.000000\
-2156, 0.000000\
-2156, 0.000000\
-2156, 0.000000\
-2156, 0.000000\
-2156, 0.000000\
-2156, 0.000000\
-2157, 0.000000\
-2157, 0.000000\
-2157, 0.000000\
-2157, 0.000000\
-2157, 0.000000\
-2157, 0.000000\
-2157, 0.000000\
-2157, 0.000000\
-2157, 0.000000\
-2158, 0.000000\
-2158, 0.000000\
-2158, 0.000000\
-2158, 0.000000\
-2158, 0.000000\
-2158, 0.000000\
-2158, 0.000000\
-2158, 0.000000\
-2158, 0.000000\
-2159, 0.000000\
-2159, 0.000000\
-2159, 0.000000\
-2159, 0.000000\
-2159, 0.000000\
-2159, 0.000000\
-2159, 0.000000\
-2159, 0.000000\
-2159, 0.000000\
-2160, 0.000000\
-2160, 0.000000\
-2160, 0.000000\
-2160, 0.000000\
-2160, 0.000000\
-2160, 0.000000\
-2160, 0.000000\
-2160, 0.000000\
-2160, 0.000000\
-2161, 0.000000\
-2161, 0.000000\
-2161, 0.000000\
-2161, 0.000000\
-2161, 0.000000\
-2161, 0.000000\
-2161, 0.000000\
-2161, 0.000000\
-2161, 0.000000\
-2162, 0.000000\
-2162, 0.000000\
-2162, 0.000000\
-2162, 0.000000\
-2162, 0.000000\
-2162, 0.000000\
-2162, 0.000000\
-2162, 0.000000\
-2162, 0.000000\
-2163, 0.000000\
-2163, 0.000000\
-2163, 0.000000\
-2163, 0.000000\
-2163, 0.000000\
-2163, 0.000000\
-2163, 0.000000\
-2163, 0.000000\
-2163, 0.000000\
-2164, 0.000000\
-2164, 0.000000\
-2164, 0.000000\
-2164, 0.000000\
-2164, 0.000000\
-2164, 0.000000\
-2164, 0.000000\
-2164, 0.000000\
-2164, 0.000000\
-2165, 0.000000\
-2165, 0.000000\
-2165, 0.000000\
-2165, 0.000000\
-2165, 0.000000\
-2165, 0.000000\
-2165, 0.000000\
-2165, 0.000000\
-2165, 0.000000\
-2166, 0.000000\
-2166, 0.000000\
-2166, 0.000000\
-2166, 0.000000\
-2166, 0.000000\
-2166, 0.000000\
-2166, 0.000000\
-2166, 0.000000\
-2166, 0.000000\
-2167, 0.000000\
-2167, 0.000000\
-2167, 0.000000\
-2167, 0.000000\
-2167, 0.000000\
-2167, 0.000000\
-2167, 0.000000\
-2167, 0.000000\
-2167, 0.000000\
-2168, 0.000000\
-2168, 0.000000\
-2168, 0.000000\
-2168, 0.000000\
-2168, 0.000000\
-2168, 0.000000\
-2168, 0.000000\
-2168, 0.000000\
-2168, 0.000000\
-2169, 0.000000\
-2169, 0.000000\
-2169, 0.000000\
-2169, 0.000000\
-2169, 0.000000\
-2169, 0.000000\
-2169, 0.000000\
-2169, 0.000000\
-2169, 0.000000\
-2170, 0.000000\
-2170, 0.000000\
-2170, 0.000000\
-2170, 0.000000\
-2170, 0.000000\
-2170, 0.000000\
-2170, 0.000000\
-2170, 0.000000\
-2170, 0.000000\
-2171, 0.000000\
-2171, 0.000000\
-2171, 0.000000\
-2171, 0.000000\
-2171, 0.000000\
-2171, 0.000000\
-2171, 0.000000\
-2171, 0.000000\
-2171, 0.000000\
-2172, 0.000000\
-2172, 0.000000\
-2172, 0.000000\
-2172, 0.000000\
-2172, 0.000000\
-2172, 0.000000\
-2172, 0.000000\
-2172, 0.000000\
-2172, 0.000000\
-2173, 0.000000\
-2173, 0.000000\
-2173, 0.000000\
-2173, 0.000000\
-2173, 0.000000\
-2173, 0.000000\
-2173, 0.000000\
-2173, 0.000000\
-2173, 0.000000\
-2174, 0.000000\
-2174, 0.000000\
-2174, 0.000000\
-2174, 0.000000\
-2174, 0.000000\
-2174, 0.000000\
-2174, 0.000000\
-2174, 0.000000\
-2174, 0.000000\
-2175, 0.000000\
-2175, 0.000000\
-2175, 0.000000\
-2175, 0.000000\
-2175, 0.000000\
-2175, 0.000000\
-2175, 0.000000\
-2175, 0.000000\
-2175, 0.000000\
-2176, 0.000000\
-2176, 0.000000\
-2176, 0.000000\
-2176, 0.000000\
-2176, 0.000000\
-2176, 0.000000\
-2176, 0.000000\
-2176, 0.000000\
-2176, 0.000000\
-2177, 0.000000\
-2177, 0.000000\
-2177, 0.000000\
-2177, 0.000000\
-2177, 0.000000\
-2177, 0.000000\
-2177, 0.000000\
-2177, 0.000000\
-2177, 0.000000\
-2178, 0.000000\
-2178, 0.000000\
-2178, 0.000000\
-2178, 0.000000\
-2178, 0.000000\
-2178, 0.000000\
-2178, 0.000000\
-2178, 0.000000\
-2178, 0.000000\
-2179, 0.000000\
-2179, 0.000000\
-2179, 0.000000\
-2179, 0.000000\
-2179, 0.000000\
-2179, 0.000000\
-2179, 0.000000\
-2179, 0.000000\
-2179, 0.000000\
-2180, 0.000000\
-2180, 0.000000\
-2180, 0.000000\
-2180, 0.000000\
-2180, 0.000000\
-2180, 0.000000\
-2180, 0.000000\
-2180, 0.000000\
-2180, 0.000000\
-2181, 0.000000\
-2181, 0.000000\
-2181, 0.000000\
-2181, 0.000000\
-2181, 0.000000\
-2181, 0.000000\
-2181, 0.000000\
-2181, 0.000000\
-2181, 0.000000\
-2182, 0.000000\
-2182, 0.000000\
-2182, 0.000000\
-2182, 0.000000\
-2182, 0.000000\
-2182, 0.000000\
-2182, 0.000000\
-2182, 0.000000\
-2182, 0.000000\
-2183, 0.000000\
-2183, 0.000000\
-2183, 0.000000\
-2183, 0.000000\
-2183, 0.000000\
-2183, 0.000000\
-2183, 0.000000\
-2183, 0.000000\
-2183, 0.000000\
-2184, 0.000000\
-2184, 0.000000\
-2184, 0.000000\
-2184, 0.000000\
-2184, 0.000000\
-2184, 0.000000\
-2184, 0.000000\
-2184, 0.000000\
-2184, 0.000000\
-2185, 0.000000\
-2185, 0.000000\
-2185, 0.000000\
-2185, 0.000000\
-2185, 0.000000\
-2185, 0.000000\
-2185, 0.000000\
-2185, 0.000000\
-2185, 0.000000\
-2186, 0.000000\
-2186, 0.000000\
-2186, 0.000000\
-2186, 0.000000\
-2186, 0.000000\
-2186, 0.000000\
-2186, 0.000000\
-2186, 0.000000\
-2186, 0.000000\
-2187, 0.000000\
-2187, 0.000000\
-2187, 0.000000\
-2187, 0.000000\
-2187, 0.000000\
-2187, 0.000000\
-2187, 0.000000\
-2187, 0.000000\
-2187, 0.000000\
-2188, 0.000000\
-2188, 0.000000\
-2188, 0.000000\
-2188, 0.000000\
-2188, 0.000000\
-2188, 0.000000\
-2188, 0.000000\
-2188, 0.000000\
-2188, 0.000000\
-2189, 0.000000\
-2189, 0.000000\
-2189, 0.000000\
-2189, 0.000000\
-2189, 0.000000\
-2189, 0.000000\
-2189, 0.000000\
-2189, 0.000000\
-2189, 0.000000\
-2190, 0.000000\
-2190, 0.000000\
-2190, 0.000000\
-2190, 0.000000\
-2190, 0.000000\
-2190, 0.000000\
-2190, 0.000000\
-2190, 0.000000\
-2190, 0.000000\
-2191, 0.000000\
-2191, 0.000000\
-2191, 0.000000\
-2191, 0.000000\
-2191, 0.000000\
-2191, 0.000000\
-2191, 0.000000\
-2191, 0.000000\
-2191, 0.000000\
-2192, 0.000000\
-2192, 0.000000\
-2192, 0.000000\
-2192, 0.000000\
-2192, 0.000000\
-2192, 0.000000\
-2192, 1.000000\
-2192, 0.000000\
-2192, 0.000000\
-2193, 0.000000\
-2193, 0.000000\
-2193, 0.000000\
-2193, 0.000000\
-2193, 0.000000\
-2193, 0.000000\
-2193, 0.000000\
-2193, 0.000000\
-2193, 0.000000\
-2194, 0.000000\
-2194, 0.000000\
-2194, 0.000000\
-2194, 0.000000\
-2194, 0.000000\
-2194, 0.000000\
-2194, 0.000000\
-2194, 0.000000\
-2194, 0.000000\
-2195, 0.000000\
-2195, 0.000000\
-2195, 0.000000\
-2195, 0.000000\
-2195, 0.000000\
-2195, 0.000000\
-2195, 0.000000\
-2195, 0.000000\
-2195, 0.000000\
-2196, 0.000000\
-2196, 0.000000\
-2196, 0.000000\
-2196, 0.000000\
-2196, 0.000000\
-2196, 0.000000\
-2196, 0.000000\
-2196, 0.000000\
-2196, 0.000000\
-2197, 0.000000\
-2197, 0.000000\
-2197, 0.000000\
-2197, 0.000000\
-2197, 0.000000\
-2197, 0.000000\
-2197, 0.000000\
-2197, 0.000000\
-2197, 0.000000\
-2198, 0.000000\
-2198, 0.000000\
-2198, 0.000000\
-2198, 0.000000\
-2198, 0.000000\
-2198, 0.000000\
-2198, 0.000000\
-2198, 0.000000\
-2198, 0.000000\
-2199, 0.000000\
-2199, 0.000000\
-2199, 0.000000\
-2199, 0.000000\
-2199, 0.000000\
-2199, 0.000000\
-2199, 0.000000\
-2199, 0.000000\
-2199, 0.000000\
-2200, 0.000000\
-2200, 0.000000\
-2200, 0.000000\
-2200, 0.000000\
-2200, 0.000000\
-2200, 0.000000\
-2200, 0.000000\
-2200, 0.000000\
-2200, 0.000000\
-2201, 0.000000\
-2201, 0.000000\
-2201, 0.000000\
-2201, 0.000000\
-2201, 0.000000\
-2201, 0.000000\
-2201, 0.000000\
-2201, 0.000000\
-2201, 0.000000\
-2202, 0.000000\
-2202, 0.000000\
-2202, 0.000000\
-2202, 0.000000\
-2202, 0.000000\
-2202, 0.000000\
-2202, 0.000000\
-2202, 0.000000\
-2202, 0.000000\
-2203, 0.000000\
-2203, 0.000000\
-2203, 0.000000\
-2203, 0.000000\
-2203, 0.000000\
-2203, 0.000000\
-2203, 0.000000\
-2203, 0.000000\
-2203, 0.000000\
-2204, 0.000000\
-2204, 0.000000\
-2204, 0.000000\
-2204, 0.000000\
-2204, 0.000000\
-2204, 0.000000\
-2204, 0.000000\
-2204, 0.000000\
-2204, 0.000000\
-2205, 0.000000\
-2205, 0.000000\
-2205, 0.000000\
-2205, 0.000000\
-2205, 0.000000\
-2205, 0.000000\
-2205, 0.000000\
-2205, 0.000000\
-2205, 0.000000\
-2206, 0.000000\
-2206, 0.000000\
-2206, 0.000000\
-2206, 0.000000\
-2206, 0.000000\
-2206, 0.000000\
-2206, 0.000000\
-2206, 0.000000\
-2206, 0.000000\
-2207, 0.000000\
-2207, 0.000000\
-2207, 0.000000\
-2207, 0.000000\
-2207, 0.000000\
-2207, 0.000000\
-2207, 0.000000\
-2207, 0.000000\
-2207, 0.000000\
-2208, 0.000000\
-2208, 0.000000\
-2208, 0.000000\
-2208, 0.000000\
-2208, 0.000000\
-2208, 0.000000\
-2208, 0.000000\
-2208, 0.000000\
-2208, 0.000000\
-2209, 0.000000\
-2209, 0.000000\
-2209, 0.000000\
-2209, 0.000000\
-2209, 0.000000\
-2209, 0.000000\
-2209, 0.000000\
-2209, 0.000000\
-2209, 0.000000\
-2210, 0.000000\
-2210, 0.000000\
-2210, 0.000000\
-2210, 0.000000\
-2210, 0.000000\
-2210, 0.000000\
-2210, 0.000000\
-2210, 0.000000\
-2210, 0.000000\
-2211, 0.000000\
-2211, 0.000000\
-2211, 0.000000\
-2211, 0.000000\
-2211, 0.000000\
-2211, 0.000000\
-2211, 0.000000\
-2211, 0.000000\
-2211, 0.000000\
-2212, 0.000000\
-2212, 0.000000\
-2212, 0.000000\
-2212, 0.000000\
-2212, 1.000000\
-2212, 0.000000\
-2212, 0.000000\
-2212, 0.000000\
-2212, 0.000000\
-2213, 0.000000\
-2213, 0.000000\
-2213, 0.000000\
-2213, 0.000000\
-2213, 0.000000\
-2213, 0.000000\
-2213, 0.000000\
-2213, 0.000000\
-2213, 0.000000\
-2214, 0.000000\
-2214, 0.000000\
-2214, 0.000000\
-2214, 0.000000\
-2214, 0.000000\
-2214, 0.000000\
-2214, 0.000000\
-2214, 0.000000\
-2214, 0.000000\
-2215, 0.000000\
-2215, 0.000000\
-2215, 0.000000\
-2215, 0.000000\
-2215, 0.000000\
-2215, 0.000000\
-2215, 0.000000\
-2215, 0.000000\
-2215, 0.000000\
-2216, 0.000000\
-2216, 0.000000\
-2216, 0.000000\
-2216, 0.000000\
-2216, 0.000000\
-2216, 0.000000\
-2216, 0.000000\
-2216, 0.000000\
-2216, 0.000000\
-2217, 0.000000\
-2217, 0.000000\
-2217, 0.000000\
-2217, 0.000000\
-2217, 0.000000\
-2217, 0.000000\
-2217, 0.000000\
-2217, 0.000000\
-2217, 0.000000\
-2218, 0.000000\
-2218, 0.000000\
-2218, 0.000000\
-2218, 0.000000\
-2218, 0.000000\
-2218, 0.000000\
-2218, 0.000000\
-2218, 0.000000\
-2218, 0.000000\
-2219, 0.000000\
-2219, 0.000000\
-2219, 0.000000\
-2219, 0.000000\
-2219, 0.000000\
-2219, 0.000000\
-2219, 0.000000\
-2219, 0.000000\
-2219, 0.000000\
-2220, 0.000000\
-2220, 0.000000\
-2220, 0.000000\
-2220, 0.000000\
-2220, 0.000000\
-2220, 0.000000\
-2220, 0.000000\
-2220, 0.000000\
-2220, 0.000000\
-2221, 0.000000\
-2221, 0.000000\
-2221, 0.000000\
-2221, 0.000000\
-2221, 0.000000\
-2221, 0.000000\
-2221, 0.000000\
-2221, 0.000000\
-2221, 0.000000\
-2222, 0.000000\
-2222, 0.000000\
-2222, 0.000000\
-2222, 0.000000\
-2222, 0.000000\
-2222, 0.000000\
-2222, 0.000000\
-2222, 0.000000\
-2222, 0.000000\
-2223, 0.000000\
-2223, 0.000000\
-2223, 0.000000\
-2223, 0.000000\
-2223, 0.000000\
-2223, 0.000000\
-2223, 0.000000\
-2223, 0.000000\
-2223, 0.000000\
-2224, 0.000000\
-2224, 0.000000\
-2224, 0.000000\
-2224, 0.000000\
-2224, 0.000000\
-2224, 0.000000\
-2224, 0.000000\
-2224, 0.000000\
-2224, 0.000000\
-2225, 0.000000\
-2225, 0.000000\
-2225, 0.000000\
-2225, 0.000000\
-2225, 0.000000\
-2225, 0.000000\
-2225, 0.000000\
-2225, 0.000000\
-2225, 0.000000\
-2226, 0.000000\
-2226, 0.000000\
-2226, 0.000000\
-2226, 0.000000\
-2226, 0.000000\
-2226, 0.000000\
-2226, 0.000000\
-2226, 0.000000\
-2226, 0.000000\
-2227, 0.000000\
-2227, 0.000000\
-2227, 0.000000\
-2227, 0.000000\
-2227, 0.000000\
-2227, 0.000000\
-2227, 0.000000\
-2227, 0.000000\
-2227, 0.000000\
-2228, 0.000000\
-2228, 0.000000\
-2228, 0.000000\
-2228, 0.000000\
-2228, 0.000000\
-2228, 0.000000\
-2228, 0.000000\
-2228, 0.000000\
-2228, 0.000000\
-2229, 0.000000\
-2229, 0.000000\
-2229, 0.000000\
-2229, 0.000000\
-2229, 0.000000\
-2229, 0.000000\
-2229, 0.000000\
-2229, 0.000000\
-2229, 0.000000\
-2230, 0.000000\
-2230, 0.000000\
-2230, 0.000000\
-2230, 0.000000\
-2230, 0.000000\
-2230, 0.000000\
-2230, 0.000000\
-2230, 0.000000\
-2230, 0.000000\
-2231, 0.000000\
-2231, 0.000000\
-2231, 0.000000\
-2231, 0.000000\
-2231, 0.000000\
-2231, 0.000000\
-2231, 0.000000\
-2231, 0.000000\
-2231, 0.000000\
-2232, 0.000000\
-2232, 0.000000\
-2232, 0.000000\
-2232, 0.000000\
-2232, 0.000000\
-2232, 0.000000\
-2232, 0.000000\
-2232, 0.000000\
-2232, 0.000000\
-2233, 0.000000\
-2233, 0.000000\
-2233, 0.000000\
-2233, 0.000000\
-2233, 0.000000\
-2233, 0.000000\
-2233, 0.000000\
-2233, 0.000000\
-2233, 0.000000\
-2234, 0.000000\
-2234, 0.000000\
-2234, 0.000000\
-2234, 0.000000\
-2234, 0.000000\
-2234, 0.000000\
-2234, 0.000000\
-2234, 0.000000\
-2234, 0.000000\
-2235, 0.000000\
-2235, 0.000000\
-2235, 0.000000\
-2235, 0.000000\
-2235, 0.000000\
-2235, 0.000000\
-2235, 0.000000\
-2235, 0.000000\
-2235, 0.000000\
-2236, 0.000000\
-2236, 0.000000\
-2236, 0.000000\
-2236, 0.000000\
-2236, 0.000000\
-2236, 0.000000\
-2236, 0.000000\
-2236, 0.000000\
-2236, 0.000000\
-2237, 0.000000\
-2237, 0.000000\
-2237, 0.000000\
-2237, 0.000000\
-2237, 0.000000\
-2237, 0.000000\
-2237, 0.000000\
-2237, 0.000000\
-2237, 0.000000\
-2238, 0.000000\
-2238, 0.000000\
-2238, 0.000000\
-2238, 0.000000\
-2238, 0.000000\
-2238, 0.000000\
-2238, 0.000000\
-2238, 0.000000\
-2238, 0.000000\
-2239, 0.000000\
-2239, 0.000000\
-2239, 0.000000\
-2239, 0.000000\
-2239, 0.000000\
-2239, 0.000000\
-2239, 0.000000\
-2239, 0.000000\
-2239, 0.000000\
-2240, 0.000000\
-2240, 0.000000\
-2240, 0.000000\
-2240, 0.000000\
-2240, 0.000000\
-2240, 0.000000\
-2240, 0.000000\
-2240, 0.000000\
-2240, 0.000000\
-2241, 0.000000\
-2241, 0.000000\
-2241, 0.000000\
-2241, 0.000000\
-2241, 0.000000\
-2241, 0.000000\
-2241, 0.000000\
-2241, 0.000000\
-2241, 0.000000\
-2242, 0.000000\
-2242, 0.000000\
-2242, 0.000000\
-2242, 0.000000\
-2242, 0.000000\
-2242, 0.000000\
-2242, 0.000000\
-2242, 0.000000\
-2242, 0.000000\
-2243, 0.000000\
-2243, 0.000000\
-2243, 0.000000\
-2243, 0.000000\
-2243, 0.000000\
-2243, 0.000000\
-2243, 0.000000\
-2243, 0.000000\
-2243, 0.000000\
-2244, 0.000000\
-2244, 0.000000\
-2244, 0.000000\
-2244, 0.000000\
-2244, 0.000000\
-2244, 0.000000\
-2244, 0.000000\
-2244, 0.000000\
-2244, 0.000000\
-2245, 0.000000\
-2245, 0.000000\
-2245, 0.000000\
-2245, 0.000000\
-2245, 0.000000\
-2245, 0.000000\
-2245, 0.000000\
-2245, 0.000000\
-2245, 0.000000\
-2246, 0.000000\
-2246, 0.000000\
-2246, 0.000000\
-2246, 0.000000\
-2246, 0.000000\
-2246, 0.000000\
-2246, 0.000000\
-2246, 0.000000\
-2246, 0.000000\
-2247, 0.000000\
-2247, 0.000000\
-2247, 0.000000\
-2247, 0.000000\
-2247, 0.000000\
-2247, 0.000000\
-2247, 0.000000\
-2247, 0.000000\
-2247, 0.000000\
-2248, 0.000000\
-2248, 0.000000\
-2248, 0.000000\
-2248, 0.000000\
-2248, 0.000000\
-2248, 0.000000\
-2248, 0.000000\
-2248, 0.000000\
-2248, 0.000000\
-2249, 0.000000\
-2249, 0.000000\
-2249, 0.000000\
-2249, 0.000000\
-2249, 0.000000\
-2249, 0.000000\
-2249, 0.000000\
-2249, 0.000000\
-2249, 0.000000\
-2250, 0.000000\
-2250, 0.000000\
-2250, 0.000000\
-2250, 0.000000\
-2250, 0.000000\
-2250, 0.000000\
-2250, 0.000000\
-2250, 0.000000\
-2250, 0.000000\
-2251, 0.000000\
-2251, 0.000000\
-2251, 0.000000\
-2251, 0.000000\
-2251, 0.000000\
-2251, 0.000000\
-2251, 0.000000\
-2251, 0.000000\
-2251, 0.000000\
-2252, 0.000000\
-2252, 0.000000\
-2252, 0.000000\
-2252, 0.000000\
-2252, 0.000000\
-2252, 0.000000\
-2252, 0.000000\
-2252, 0.000000\
-2252, 0.000000\
-2253, 0.000000\
-2253, 0.000000\
-2253, 0.000000\
-2253, 0.000000\
-2253, 0.000000\
-2253, 0.000000\
-2253, 0.000000\
-2253, 0.000000\
-2253, 0.000000\
-2254, 0.000000\
-2254, 0.000000\
-2254, 0.000000\
-2254, 0.000000\
-2254, 0.000000\
-2254, 0.000000\
-2254, 0.000000\
-2254, 0.000000\
-2254, 0.000000\
-2255, 0.000000\
-2255, 0.000000\
-2255, 0.000000\
-2255, 0.000000\
-2255, 0.000000\
-2255, 0.000000\
-2255, 0.000000\
-2255, 0.000000\
-2255, 0.000000\
-2256, 0.000000\
-2256, 0.000000\
-2256, 0.000000\
-2256, 0.000000\
-2256, 0.000000\
-2256, 0.000000\
-2256, 0.000000\
-2256, 0.000000\
-2256, 0.000000\
-2257, 0.000000\
-2257, 0.000000\
-2257, 0.000000\
-2257, 0.000000\
-2257, 0.000000\
-2257, 0.000000\
-2257, 0.000000\
-2257, 0.000000\
-2257, 0.000000\
-2258, 0.000000\
-2258, 0.000000\
-2258, 0.000000\
-2258, 0.000000\
-2258, 0.000000\
-2258, 0.000000\
-2258, 0.000000\
-2258, 0.000000\
-2258, 0.000000\
-2259, 0.000000\
-2259, 0.000000\
-2259, 0.000000\
-2259, 0.000000\
-2259, 0.000000\
-2259, 0.000000\
-2259, 0.000000\
-2259, 0.000000\
-2259, 0.000000\
-2260, 0.000000\
-2260, 0.000000\
-2260, 0.000000\
-2260, 0.000000\
-2260, 0.000000\
-2260, 0.000000\
-2260, 0.000000\
-2260, 0.000000\
-2260, 0.000000\
-2261, 0.000000\
-2261, 0.000000\
-2261, 0.000000\
-2261, 0.000000\
-2261, 0.000000\
-2261, 0.000000\
-2261, 0.000000\
-2261, 0.000000\
-2261, 0.000000\
-2262, 0.000000\
-2262, 0.000000\
-2262, 0.000000\
-2262, 0.000000\
-2262, 0.000000\
-2262, 0.000000\
-2262, 0.000000\
-2262, 0.000000\
-2262, 0.000000\
-2263, 0.000000\
-2263, 0.000000\
-2263, 0.000000\
-2263, 0.000000\
-2263, 0.000000\
-2263, 0.000000\
-2263, 0.000000\
-2263, 1.000000\
-2263, 0.000000\
-2264, 0.000000\
-2264, 0.000000\
-2264, 0.000000\
-2264, 0.000000\
-2264, 0.000000\
-2264, 0.000000\
-2264, 0.000000\
-2264, 0.000000\
-2264, 0.000000\
-2265, 0.000000\
-2265, 0.000000\
-2265, 0.000000\
-2265, 0.000000\
-2265, 0.000000\
-2265, 0.000000\
-2265, 0.000000\
-2265, 0.000000\
-2265, 0.000000\
-2266, 0.000000\
-2266, 0.000000\
-2266, 0.000000\
-2266, 0.000000\
-2266, 0.000000\
-2266, 0.000000\
-2266, 0.000000\
-2266, 0.000000\
-2266, 0.000000\
-2267, 0.000000\
-2267, 0.000000\
-2267, 0.000000\
-2267, 0.000000\
-2267, 0.000000\
-2267, 0.000000\
-2267, 0.000000\
-2267, 0.000000\
-2267, 0.000000\
-2268, 0.000000\
-2268, 0.000000\
-2268, 0.000000\
-2268, 0.000000\
-2268, 0.000000\
-2268, 0.000000\
-2268, 0.000000\
-2268, 0.000000\
-2268, 0.000000\
-2269, 0.000000\
-2269, 0.000000\
-2269, 0.000000\
-2269, 0.000000\
-2269, 0.000000\
-2269, 0.000000\
-2269, 0.000000\
-2269, 0.000000\
-2269, 0.000000\
-2270, 0.000000\
-2270, 0.000000\
-2270, 0.000000\
-2270, 0.000000\
-2270, 0.000000\
-2270, 0.000000\
-2270, 0.000000\
-2270, 0.000000\
-2270, 0.000000\
-2271, 0.000000\
-2271, 0.000000\
-2271, 0.000000\
-2271, 0.000000\
-2271, 0.000000\
-2271, 0.000000\
-2271, 0.000000\
-2271, 0.000000\
-2271, 0.000000\
-2272, 0.000000\
-2272, 0.000000\
-2272, 0.000000\
-2272, 0.000000\
-2272, 0.000000\
-2272, 0.000000\
-2272, 0.000000\
-2272, 0.000000\
-2272, 0.000000\
-2273, 0.000000\
-2273, 0.000000\
-2273, 0.000000\
-2273, 0.000000\
-2273, 0.000000\
-2273, 0.000000\
-2273, 0.000000\
-2273, 0.000000\
-2273, 0.000000\
-2274, 0.000000\
-2274, 0.000000\
-2274, 0.000000\
-2274, 0.000000\
-2274, 0.000000\
-2274, 0.000000\
-2274, 0.000000\
-2274, 0.000000\
-2274, 0.000000\
-2275, 0.000000\
-2275, 0.000000\
-2275, 0.000000\
-2275, 0.000000\
-2275, 0.000000\
-2275, 0.000000\
-2275, 0.000000\
-2275, 0.000000\
-2275, 0.000000\
-2276, 0.000000\
-2276, 0.000000\
-2276, 0.000000\
-2276, 0.000000\
-2276, 0.000000\
-2276, 0.000000\
-2276, 0.000000\
-2276, 0.000000\
-2276, 0.000000\
-2277, 0.000000\
-2277, 0.000000\
-2277, 0.000000\
-2277, 0.000000\
-2277, 0.000000\
-2277, 0.000000\
-2277, 0.000000\
-2277, 0.000000\
-2277, 0.000000\
-2278, 0.000000\
-2278, 0.000000\
-2278, 0.000000\
-2278, 0.000000\
-2278, 0.000000\
-2278, 0.000000\
-2278, 0.000000\
-2278, 0.000000\
-2278, 0.000000\
-2279, 0.000000\
-2279, 0.000000\
-2279, 0.000000\
-2279, 0.000000\
-2279, 0.000000\
-2279, 0.000000\
-2279, 0.000000\
-2279, 0.000000\
-2279, 0.000000\
-2280, 0.000000\
-2280, 0.000000\
-2280, 0.000000\
-2280, 0.000000\
-2280, 0.000000\
-2280, 0.000000\
-2280, 0.000000\
-2280, 0.000000\
-2280, 0.000000\
-2281, 0.000000\
-2281, 0.000000\
-2281, 0.000000\
-2281, 0.000000\
-2281, 0.000000\
-2281, 0.000000\
-2281, 0.000000\
-2281, 0.000000\
-2281, 0.000000\
-2282, 0.000000\
-2282, 0.000000\
-2282, 0.000000\
-2282, 0.000000\
-2282, 0.000000\
-2282, 0.000000\
-2282, 0.000000\
-2282, 0.000000\
-2282, 0.000000\
-2283, 0.000000\
-2283, 0.000000\
-2283, 0.000000\
-2283, 0.000000\
-2283, 0.000000\
-2283, 0.000000\
-2283, 0.000000\
-2283, 0.000000\
-2283, 0.000000\
-2284, 0.000000\
-2284, 0.000000\
-2284, 0.000000\
-2284, 0.000000\
-2284, 0.000000\
-2284, 0.000000\
-2284, 0.000000\
-2284, 0.000000\
-2284, 0.000000\
-2285, 0.000000\
-2285, 0.000000\
-2285, 0.000000\
-2285, 0.000000\
-2285, 0.000000\
-2285, 0.000000\
-2285, 0.000000\
-2285, 0.000000\
-2285, 0.000000\
-2286, 0.000000\
-2286, 0.000000\
-2286, 0.000000\
-2286, 0.000000\
-2286, 0.000000\
-2286, 0.000000\
-2286, 0.000000\
-2286, 0.000000\
-2286, 0.000000\
-2287, 0.000000\
-2287, 0.000000\
-2287, 0.000000\
-2287, 0.000000\
-2287, 0.000000\
-2287, 0.000000\
-2287, 0.000000\
-2287, 0.000000\
-2287, 0.000000\
-2288, 1.000000\
-2288, 0.000000\
-2288, 0.000000\
-2288, 0.000000\
-2288, 0.000000\
-2288, 0.000000\
-2288, 0.000000\
-2288, 0.000000\
-2288, 0.000000\
-2289, 0.000000\
-2289, 0.000000\
-2289, 0.000000\
-2289, 0.000000\
-2289, 0.000000\
-2289, 0.000000\
-2289, 0.000000\
-2289, 0.000000\
-2289, 0.000000\
-2290, 0.000000\
-2290, 0.000000\
-2290, 0.000000\
-2290, 0.000000\
-2290, 0.000000\
-2290, 0.000000\
-2290, 0.000000\
-2290, 0.000000\
-2290, 0.000000\
-2291, 0.000000\
-2291, 0.000000\
-2291, 0.000000\
-2291, 0.000000\
-2291, 0.000000\
-2291, 0.000000\
-2291, 0.000000\
-2291, 0.000000\
-2291, 0.000000\
-2292, 1.000000\
-2292, 0.000000\
-2292, 0.000000\
-2292, 0.000000\
-2292, 0.000000\
-2292, 0.000000\
-2292, 0.000000\
-2292, 0.000000\
-2292, 0.000000\
-2293, 0.000000\
-2293, 0.000000\
-2293, 0.000000\
-2293, 0.000000\
-2293, 0.000000\
-2293, 0.000000\
-2293, 0.000000\
-2293, 0.000000\
-2293, 0.000000\
-2294, 0.000000\
-2294, 0.000000\
-2294, 0.000000\
-2294, 0.000000\
-2294, 0.000000\
-2294, 0.000000\
-2294, 0.000000\
-2294, 0.000000\
-2294, 0.000000\
-2295, 0.000000\
-2295, 0.000000\
-2295, 0.000000\
-2295, 0.000000\
-2295, 0.000000\
-2295, 0.000000\
-2295, 0.000000\
-2295, 0.000000\
-2295, 0.000000\
-2296, 0.000000\
-2296, 0.000000\
-2296, 0.000000\
-2296, 0.000000\
-2296, 0.000000\
-2296, 0.000000\
-2296, 0.000000\
-2296, 0.000000\
-2296, 0.000000\
-2297, 0.000000\
-2297, 0.000000\
-2297, 0.000000\
-2297, 0.000000\
-2297, 0.000000\
-2297, 0.000000\
-2297, 0.000000\
-2297, 0.000000\
-2297, 0.000000\
-2298, 1.000000\
-2298, 0.000000\
-2298, 0.000000\
-2298, 0.000000\
-2298, 0.000000\
-2298, 0.000000\
-2298, 0.000000\
-2298, 0.000000\
-2298, 0.000000\
-2299, 0.000000\
-2299, 0.000000\
-2299, 0.000000\
-2299, 0.000000\
-2299, 0.000000\
-2299, 0.000000\
-2299, 0.000000\
-2299, 0.000000\
-2299, 0.000000\
-2300, 0.000000\
-2300, 0.000000\
-2300, 0.000000\
-2300, 0.000000\
-2300, 0.000000\
-2300, 0.000000\
-2300, 0.000000\
-2300, 0.000000\
-2300, 0.000000\
-2301, 0.000000\
-2301, 0.000000\
-2301, 0.000000\
-2301, 0.000000\
-2301, 0.000000\
-2301, 0.000000\
-2301, 0.000000\
-2301, 0.000000\
-2301, 0.000000\
-2302, 0.000000\
-2302, 0.000000\
-2302, 0.000000\
-2302, 0.000000\
-2302, 0.000000\
-2302, 0.000000\
-2302, 0.000000\
-2302, 0.000000\
-2302, 0.000000\
-2303, 0.000000\
-2303, 0.000000\
-2303, 0.000000\
-2303, 0.000000\
-2303, 0.000000\
-2303, 0.000000\
-2303, 0.000000\
-2303, 0.000000\
-2303, 0.000000\
-2304, 0.000000\
-2304, 0.000000\
-2304, 0.000000\
-2304, 0.000000\
-2304, 0.000000\
-2304, 0.000000\
-2304, 0.000000\
-2304, 0.000000\
-2304, 0.000000\
-2305, 0.000000\
-2305, 0.000000\
-2305, 0.000000\
-2305, 0.000000\
-2305, 0.000000\
-2305, 0.000000\
-2305, 0.000000\
-2305, 0.000000\
-2305, 0.000000\
-2306, 0.000000\
-2306, 0.000000\
-2306, 0.000000\
-2306, 0.000000\
-2306, 0.000000\
-2306, 0.000000\
-2306, 0.000000\
-2306, 0.000000\
-2306, 0.000000\
-2307, 0.000000\
-2307, 0.000000\
-2307, 0.000000\
-2307, 0.000000\
-2307, 0.000000\
-2307, 0.000000\
-2307, 0.000000\
-2307, 0.000000\
-2307, 0.000000\
-2308, 0.000000\
-2308, 0.000000\
-2308, 0.000000\
-2308, 0.000000\
-2308, 0.000000\
-2308, 0.000000\
-2308, 0.000000\
-2308, 0.000000\
-2308, 0.000000\
-2309, 0.000000\
-2309, 0.000000\
-2309, 0.000000\
-2309, 0.000000\
-2309, 0.000000\
-2309, 0.000000\
-2309, 0.000000\
-2309, 0.000000\
-2309, 0.000000\
-2310, 0.000000\
-2310, 0.000000\
-2310, 0.000000\
-2310, 0.000000\
-2310, 0.000000\
-2310, 0.000000\
-2310, 0.000000\
-2310, 0.000000\
-2310, 0.000000\
-2311, 0.000000\
-2311, 0.000000\
-2311, 0.000000\
-2311, 0.000000\
-2311, 0.000000\
-2311, 0.000000\
-2311, 0.000000\
-2311, 0.000000\
-2311, 0.000000\
-2312, 0.000000\
-2312, 0.000000\
-2312, 0.000000\
-2312, 0.000000\
-2312, 0.000000\
-2312, 0.000000\
-2312, 0.000000\
-2312, 0.000000\
-2312, 0.000000\
-2313, 0.000000\
-2313, 0.000000\
-2313, 0.000000\
-2313, 0.000000\
-2313, 0.000000\
-2313, 0.000000\
-2313, 0.000000\
-2313, 0.000000\
-2313, 0.000000\
-2314, 0.000000\
-2314, 0.000000\
-2314, 0.000000\
-2314, 0.000000\
-2314, 0.000000\
-2314, 0.000000\
-2314, 0.000000\
-2314, 0.000000\
-2314, 0.000000\
-2315, 0.000000\
-2315, 0.000000\
-2315, 0.000000\
-2315, 0.000000\
-2315, 0.000000\
-2315, 0.000000\
-2315, 0.000000\
-2315, 0.000000\
-2315, 0.000000\
-2316, 0.000000\
-2316, 1.000000\
-2316, 0.000000\
-2316, 0.000000\
-2316, 0.000000\
-2316, 0.000000\
-2316, 0.000000\
-2316, 0.000000\
-2316, 0.000000\
-2317, 0.000000\
-2317, 0.000000\
-2317, 0.000000\
-2317, 0.000000\
-2317, 0.000000\
-2317, 0.000000\
-2317, 0.000000\
-2317, 0.000000\
-2317, 0.000000\
-2318, 0.000000\
-2318, 0.000000\
-2318, 0.000000\
-2318, 0.000000\
-2318, 0.000000\
-2318, 0.000000\
-2318, 0.000000\
-2318, 0.000000\
-2318, 0.000000\
-2319, 0.000000\
-2319, 0.000000\
-2319, 0.000000\
-2319, 0.000000\
-2319, 0.000000\
-2319, 0.000000\
-2319, 0.000000\
-2319, 0.000000\
-2319, 0.000000\
-2320, 0.000000\
-2320, 0.000000\
-2320, 0.000000\
-2320, 0.000000\
-2320, 0.000000\
-2320, 0.000000\
-2320, 0.000000\
-2320, 0.000000\
-2320, 0.000000\
-2321, 0.000000\
-2321, 0.000000\
-2321, 0.000000\
-2321, 0.000000\
-2321, 0.000000\
-2321, 0.000000\
-2321, 0.000000\
-2321, 0.000000\
-2321, 0.000000\
-2322, 0.000000\
-2322, 0.000000\
-2322, 0.000000\
-2322, 0.000000\
-2322, 0.000000\
-2322, 0.000000\
-2322, 0.000000\
-2322, 0.000000\
-2322, 0.000000\
-2323, 0.000000\
-2323, 0.000000\
-2323, 0.000000\
-2323, 0.000000\
-2323, 0.000000\
-2323, 0.000000\
-2323, 0.000000\
-2323, 0.000000\
-2323, 0.000000\
-2324, 0.000000\
-2324, 0.000000\
-2324, 0.000000\
-2324, 0.000000\
-2324, 0.000000\
-2324, 0.000000\
-2324, 0.000000\
-2324, 0.000000\
-2324, 0.000000\
-2325, 0.000000\
-2325, 0.000000\
-2325, 0.000000\
-2325, 0.000000\
-2325, 0.000000\
-2325, 0.000000\
-2325, 0.000000\
-2325, 0.000000\
-2325, 0.000000\
-2326, 0.000000\
-2326, 0.000000\
-2326, 0.000000\
-2326, 0.000000\
-2326, 0.000000\
-2326, 0.000000\
-2326, 0.000000\
-2326, 0.000000\
-2326, 0.000000\
-2327, 0.000000\
-2327, 0.000000\
-2327, 0.000000\
-2327, 0.000000\
-2327, 0.000000\
-2327, 0.000000\
-2327, 0.000000\
-2327, 0.000000\
-2327, 0.000000\
-2328, 0.000000\
-2328, 0.000000\
-2328, 0.000000\
-2328, 0.000000\
-2328, 0.000000\
-2328, 0.000000\
-2328, 0.000000\
-2328, 0.000000\
-2328, 0.000000\
-2329, 0.000000\
-2329, 0.000000\
-2329, 0.000000\
-2329, 0.000000\
-2329, 0.000000\
-2329, 0.000000\
-2329, 0.000000\
-2329, 0.000000\
-2329, 0.000000\
-2330, 0.000000\
-2330, 0.000000\
-2330, 0.000000\
-2330, 0.000000\
-2330, 0.000000\
-2330, 0.000000\
-2330, 0.000000\
-2330, 0.000000\
-2330, 0.000000\
-2331, 0.000000\
-2331, 0.000000\
-2331, 0.000000\
-2331, 0.000000\
-2331, 0.000000\
-2331, 0.000000\
-2331, 0.000000\
-2331, 0.000000\
-2331, 0.000000\
-2332, 0.000000\
-2332, 0.000000\
-2332, 0.000000\
-2332, 0.000000\
-2332, 0.000000\
-2332, 0.000000\
-2332, 0.000000\
-2332, 0.000000\
-2332, 0.000000\
-2333, 0.000000\
-2333, 0.000000\
-2333, 0.000000\
-2333, 0.000000\
-2333, 0.000000\
-2333, 0.000000\
-2333, 0.000000\
-2333, 0.000000\
-2333, 0.000000\
-2334, 0.000000\
-2334, 0.000000\
-2334, 0.000000\
-2334, 0.000000\
-2334, 0.000000\
-2334, 0.000000\
-2334, 0.000000\
-2334, 0.000000\
-2334, 0.000000\
-2335, 0.000000\
-2335, 0.000000\
-2335, 0.000000\
-2335, 0.000000\
-2335, 0.000000\
-2335, 0.000000\
-2335, 0.000000\
-2335, 0.000000\
-2335, 0.000000\
-2336, 0.000000\
-2336, 0.000000\
-2336, 0.000000\
-2336, 0.000000\
-2336, 0.000000\
-2336, 0.000000\
-2336, 0.000000\
-2336, 0.000000\
-2336, 0.000000\
-2337, 0.000000\
-2337, 0.000000\
-2337, 0.000000\
-2337, 0.000000\
-2337, 0.000000\
-2337, 0.000000\
-2337, 0.000000\
-2337, 0.000000\
-2337, 0.000000\
-2338, 0.000000\
-2338, 0.000000\
-2338, 0.000000\
-2338, 0.000000\
-2338, 0.000000\
-2338, 0.000000\
-2338, 0.000000\
-2338, 0.000000\
-2338, 0.000000\
-2339, 0.000000\
-2339, 0.000000\
-2339, 0.000000\
-2339, 0.000000\
-2339, 0.000000\
-2339, 0.000000\
-2339, 0.000000\
-2339, 0.000000\
-2339, 0.000000\
-2340, 0.000000\
-2340, 0.000000\
-2340, 0.000000\
-2340, 0.000000\
-2340, 0.000000\
-2340, 0.000000\
-2340, 0.000000\
-2340, 0.000000\
-2340, 0.000000\
-2341, 0.000000\
-2341, 0.000000\
-2341, 0.000000\
-2341, 0.000000\
-2341, 0.000000\
-2341, 0.000000\
-2341, 0.000000\
-2341, 0.000000\
-2341, 0.000000\
-2342, 0.000000\
-2342, 0.000000\
-2342, 0.000000\
-2342, 0.000000\
-2342, 0.000000\
-2342, 0.000000\
-2342, 0.000000\
-2342, 0.000000\
-2342, 0.000000\
-2343, 0.000000\
-2343, 0.000000\
-2343, 0.000000\
-2343, 0.000000\
-2343, 0.000000\
-2343, 0.000000\
-2343, 0.000000\
-2343, 0.000000\
-2343, 0.000000\
-2344, 0.000000\
-2344, 0.000000\
-2344, 0.000000\
-2344, 0.000000\
-2344, 0.000000\
-2344, 0.000000\
-2344, 0.000000\
-2344, 0.000000\
-2344, 0.000000\
-2345, 0.000000\
-2345, 0.000000\
-2345, 0.000000\
-2345, 0.000000\
-2345, 0.000000\
-2345, 0.000000\
-2345, 0.000000\
-2345, 0.000000\
-2345, 0.000000\
-2346, 0.000000\
-2346, 0.000000\
-2346, 0.000000\
-2346, 0.000000\
-2346, 0.000000\
-2346, 0.000000\
-2346, 0.000000\
-2346, 0.000000\
-2346, 0.000000\
-2347, 0.000000\
-2347, 0.000000\
-2347, 0.000000\
-2347, 0.000000\
-2347, 0.000000\
-2347, 0.000000\
-2347, 0.000000\
-2347, 0.000000\
-2347, 0.000000\
-2348, 0.000000\
-2348, 0.000000\
-2348, 0.000000\
-2348, 0.000000\
-2348, 0.000000\
-2348, 0.000000\
-2348, 0.000000\
-2348, 0.000000\
-2348, 0.000000\
-2349, 0.000000\
-2349, 0.000000\
-2349, 0.000000\
-2349, 0.000000\
-2349, 0.000000\
-2349, 0.000000\
-2349, 0.000000\
-2349, 0.000000\
-2349, 0.000000\
-2350, 0.000000\
-2350, 0.000000\
-2350, 0.000000\
-2350, 0.000000\
-2350, 0.000000\
-2350, 0.000000\
-2350, 0.000000\
-2350, 0.000000\
-2350, 0.000000\
-2351, 0.000000\
-2351, 0.000000\
-2351, 0.000000\
-2351, 0.000000\
-2351, 0.000000\
-2351, 0.000000\
-2351, 0.000000\
-2351, 0.000000\
-2351, 0.000000\
-2352, 0.000000\
-2352, 0.000000\
-2352, 0.000000\
-2352, 0.000000\
-2352, 0.000000\
-2352, 0.000000\
-2352, 0.000000\
-2352, 0.000000\
-2352, 0.000000\
-2353, 0.000000\
-2353, 0.000000\
-2353, 0.000000\
-2353, 0.000000\
-2353, 0.000000\
-2353, 0.000000\
-2353, 0.000000\
-2353, 0.000000\
-2353, 0.000000\
-2354, 0.000000\
-2354, 0.000000\
-2354, 0.000000\
-2354, 0.000000\
-2354, 0.000000\
-2354, 0.000000\
-2354, 0.000000\
-2354, 0.000000\
-2354, 0.000000\
-2355, 0.000000\
-2355, 0.000000\
-2355, 0.000000\
-2355, 0.000000\
-2355, 0.000000\
-2355, 0.000000\
-2355, 0.000000\
-2355, 0.000000\
-2355, 0.000000\
-2356, 0.000000\
-2356, 0.000000\
-2356, 0.000000\
-2356, 0.000000\
-2356, 0.000000\
-2356, 0.000000\
-2356, 0.000000\
-2356, 0.000000\
-2356, 0.000000\
-2357, 0.000000\
-2357, 0.000000\
-2357, 0.000000\
-2357, 0.000000\
-2357, 0.000000\
-2357, 0.000000\
-2357, 0.000000\
-2357, 0.000000\
-2357, 0.000000\
-2358, 0.000000\
-2358, 0.000000\
-2358, 0.000000\
-2358, 0.000000\
-2358, 0.000000\
-2358, 0.000000\
-2358, 0.000000\
-2358, 0.000000\
-2358, 0.000000\
-2359, 0.000000\
-2359, 0.000000\
-2359, 0.000000\
-2359, 0.000000\
-2359, 0.000000\
-2359, 0.000000\
-2359, 0.000000\
-2359, 0.000000\
-2359, 0.000000\
-2360, 0.000000\
-2360, 0.000000\
-2360, 0.000000\
-2360, 0.000000\
-2360, 0.000000\
-2360, 0.000000\
-2360, 0.000000\
-2360, 0.000000\
-2360, 0.000000\
-2361, 0.000000\
-2361, 0.000000\
-2361, 0.000000\
-2361, 0.000000\
-2361, 0.000000\
-2361, 0.000000\
-2361, 0.000000\
-2361, 0.000000\
-2361, 0.000000\
-2362, 0.000000\
-2362, 0.000000\
-2362, 0.000000\
-2362, 0.000000\
-2362, 0.000000\
-2362, 0.000000\
-2362, 0.000000\
-2362, 0.000000\
-2362, 0.000000\
-2363, 0.000000\
-2363, 0.000000\
-2363, 0.000000\
-2363, 0.000000\
-2363, 0.000000\
-2363, 0.000000\
-2363, 0.000000\
-2363, 0.000000\
-2363, 0.000000\
-2364, 0.000000\
-2364, 0.000000\
-2364, 0.000000\
-2364, 0.000000\
-2364, 0.000000\
-2364, 0.000000\
-2364, 0.000000\
-2364, 0.000000\
-2364, 0.000000\
-2365, 0.000000\
-2365, 0.000000\
-2365, 0.000000\
-2365, 0.000000\
-2365, 0.000000\
-2365, 0.000000\
-2365, 0.000000\
-2365, 0.000000\
-2365, 1.000000\
-2366, 0.000000\
-2366, 0.000000\
-2366, 0.000000\
-2366, 0.000000\
-2366, 0.000000\
-2366, 0.000000\
-2366, 0.000000\
-2366, 0.000000\
-2366, 0.000000\
-2367, 0.000000\
-2367, 0.000000\
-2367, 0.000000\
-2367, 0.000000\
-2367, 0.000000\
-2367, 0.000000\
-2367, 0.000000\
-2367, 0.000000\
-2367, 0.000000\
-2368, 0.000000\
-2368, 0.000000\
-2368, 0.000000\
-2368, 0.000000\
-2368, 0.000000\
-2368, 0.000000\
-2368, 0.000000\
-2368, 0.000000\
-2368, 0.000000\
-2369, 0.000000\
-2369, 0.000000\
-2369, 0.000000\
-2369, 0.000000\
-2369, 0.000000\
-2369, 0.000000\
-2369, 0.000000\
-2369, 0.000000\
-2369, 0.000000\
-2370, 0.000000\
-2370, 0.000000\
-2370, 0.000000\
-2370, 0.000000\
-2370, 0.000000\
-2370, 0.000000\
-2370, 0.000000\
-2370, 0.000000\
-2370, 0.000000\
-2371, 0.000000\
-2371, 0.000000\
-2371, 0.000000\
-2371, 0.000000\
-2371, 0.000000\
-2371, 0.000000\
-2371, 0.000000\
-2371, 0.000000\
-2371, 0.000000\
-2372, 0.000000\
-2372, 0.000000\
-2372, 0.000000\
-2372, 0.000000\
-2372, 0.000000\
-2372, 0.000000\
-2372, 0.000000\
-2372, 0.000000\
-2372, 0.000000\
-2373, 0.000000\
-2373, 0.000000\
-2373, 0.000000\
-2373, 0.000000\
-2373, 0.000000\
-2373, 0.000000\
-2373, 0.000000\
-2373, 0.000000\
-2373, 0.000000\
-2374, 0.000000\
-2374, 0.000000\
-2374, 0.000000\
-2374, 0.000000\
-2374, 0.000000\
-2374, 0.000000\
-2374, 0.000000\
-2374, 0.000000\
-2374, 0.000000\
-2375, 0.000000\
-2375, 0.000000\
-2375, 0.000000\
-2375, 0.000000\
-2375, 0.000000\
-2375, 0.000000\
-2375, 0.000000\
-2375, 0.000000\
-2375, 0.000000\
-2376, 0.000000\
-2376, 0.000000\
-2376, 0.000000\
-2376, 0.000000\
-2376, 0.000000\
-2376, 0.000000\
-2376, 0.000000\
-2376, 0.000000\
-2376, 0.000000\
-2377, 0.000000\
-2377, 0.000000\
-2377, 0.000000\
-2377, 0.000000\
-2377, 0.000000\
-2377, 0.000000\
-2377, 0.000000\
-2377, 0.000000\
-2377, 0.000000\
-2378, 0.000000\
-2378, 0.000000\
-2378, 0.000000\
-2378, 0.000000\
-2378, 0.000000\
-2378, 0.000000\
-2378, 0.000000\
-2378, 0.000000\
-2378, 0.000000\
-2379, 0.000000\
-2379, 0.000000\
-2379, 0.000000\
-2379, 0.000000\
-2379, 0.000000\
-2379, 0.000000\
-2379, 0.000000\
-2379, 0.000000\
-2379, 0.000000\
-2380, 0.000000\
-2380, 0.000000\
-2380, 0.000000\
-2380, 0.000000\
-2380, 0.000000\
-2380, 0.000000\
-2380, 0.000000\
-2380, 0.000000\
-2380, 0.000000\
-2381, 0.000000\
-2381, 0.000000\
-2381, 0.000000\
-2381, 0.000000\
-2381, 0.000000\
-2381, 0.000000\
-2381, 0.000000\
-2381, 0.000000\
-2381, 0.000000\
-2382, 0.000000\
-2382, 0.000000\
-2382, 0.000000\
-2382, 0.000000\
-2382, 0.000000\
-2382, 0.000000\
-2382, 0.000000\
-2382, 0.000000\
-2382, 0.000000\
-2383, 0.000000\
-2383, 0.000000\
-2383, 0.000000\
-2383, 0.000000\
-2383, 0.000000\
-2383, 0.000000\
-2383, 0.000000\
-2383, 0.000000\
-2383, 0.000000\
-2384, 0.000000\
-2384, 0.000000\
-2384, 0.000000\
-2384, 0.000000\
-2384, 0.000000\
-2384, 0.000000\
-2384, 0.000000\
-2384, 0.000000\
-2384, 0.000000\
-2385, 0.000000\
-2385, 0.000000\
-2385, 0.000000\
-2385, 0.000000\
-2385, 0.000000\
-2385, 0.000000\
-2385, 0.000000\
-2385, 0.000000\
-2385, 0.000000\
-2386, 0.000000\
-2386, 0.000000\
-2386, 0.000000\
-2386, 0.000000\
-2386, 0.000000\
-2386, 0.000000\
-2386, 0.000000\
-2386, 0.000000\
-2386, 0.000000\
-2387, 0.000000\
-2387, 0.000000\
-2387, 0.000000\
-2387, 0.000000\
-2387, 0.000000\
-2387, 0.000000\
-2387, 0.000000\
-2387, 0.000000\
-2387, 0.000000\
-2388, 0.000000\
-2388, 0.000000\
-2388, 0.000000\
-2388, 0.000000\
-2388, 0.000000\
-2388, 0.000000\
-2388, 0.000000\
-2388, 0.000000\
-2388, 0.000000\
-2389, 0.000000\
-2389, 0.000000\
-2389, 0.000000\
-2389, 0.000000\
-2389, 0.000000\
-2389, 0.000000\
-2389, 0.000000\
-2389, 0.000000\
-2389, 0.000000\
-2390, 0.000000\
-2390, 0.000000\
-2390, 0.000000\
-2390, 0.000000\
-2390, 0.000000\
-2390, 0.000000\
-2390, 0.000000\
-2390, 0.000000\
-2390, 0.000000\
-2391, 0.000000\
-2391, 0.000000\
-2391, 0.000000\
-2391, 0.000000\
-2391, 0.000000\
-2391, 0.000000\
-2391, 0.000000\
-2391, 0.000000\
-2391, 0.000000\
-2392, 0.000000\
-2392, 0.000000\
-2392, 0.000000\
-2392, 0.000000\
-2392, 0.000000\
-2392, 0.000000\
-2392, 0.000000\
-2392, 0.000000\
-2392, 0.000000\
-2393, 0.000000\
-2393, 0.000000\
-2393, 0.000000\
-2393, 0.000000\
-2393, 0.000000\
-2393, 0.000000\
-2393, 0.000000\
-2393, 0.000000\
-2393, 0.000000\
-2394, 0.000000\
-2394, 0.000000\
-2394, 0.000000\
-2394, 0.000000\
-2394, 0.000000\
-2394, 0.000000\
-2394, 0.000000\
-2394, 0.000000\
-2394, 0.000000\
-2395, 0.000000\
-2395, 0.000000\
-2395, 0.000000\
-2395, 0.000000\
-2395, 0.000000\
-2395, 0.000000\
-2395, 0.000000\
-2395, 0.000000\
-2395, 0.000000\
-2396, 0.000000\
-2396, 0.000000\
-2396, 0.000000\
-2396, 0.000000\
-2396, 0.000000\
-2396, 0.000000\
-2396, 0.000000\
-2396, 0.000000\
-2396, 0.000000\
-2397, 0.000000\
-2397, 0.000000\
-2397, 0.000000\
-2397, 0.000000\
-2397, 0.000000\
-2397, 0.000000\
-2397, 0.000000\
-2397, 0.000000\
-2397, 0.000000\
-2398, 0.000000\
-2398, 0.000000\
-2398, 0.000000\
-2398, 0.000000\
-2398, 0.000000\
-2398, 0.000000\
-2398, 0.000000\
-2398, 0.000000\
-2398, 0.000000\
-2399, 0.000000\
-2399, 0.000000\
-2399, 0.000000\
-2399, 0.000000\
-2399, 0.000000\
-2399, 0.000000\
-2399, 0.000000\
-2399, 0.000000\
-2399, 0.000000\
-2400, 0.000000\
-2400, 0.000000\
-2400, 0.000000\
-2400, 0.000000\
-2400, 0.000000\
-2400, 0.000000\
-2400, 0.000000\
-2400, 0.000000\
-2400, 0.000000\
-2401, 0.000000\
-2401, 1.000000\
-2401, 0.000000\
-2401, 0.000000\
-2401, 0.000000\
-2401, 0.000000\
-2401, 0.000000\
-2401, 0.000000\
-2401, 0.000000\
-2402, 0.000000\
-2402, 0.000000\
-2402, 0.000000\
-2402, 0.000000\
-2402, 0.000000\
-2402, 0.000000\
-2402, 0.000000\
-2402, 0.000000\
-2402, 0.000000\
-2403, 0.000000\
-2403, 0.000000\
-2403, 0.000000\
-2403, 0.000000\
-2403, 0.000000\
-2403, 0.000000\
-2403, 0.000000\
-2403, 0.000000\
-2403, 0.000000\
-2404, 0.000000\
-2404, 0.000000\
-2404, 0.000000\
-2404, 0.000000\
-2404, 0.000000\
-2404, 0.000000\
-2404, 0.000000\
-2404, 0.000000\
-2404, 0.000000\
-2405, 0.000000\
-2405, 0.000000\
-2405, 0.000000\
-2405, 0.000000\
-2405, 0.000000\
-2405, 0.000000\
-2405, 0.000000\
-2405, 0.000000\
-2405, 0.000000\
-2406, 0.000000\
-2406, 0.000000\
-2406, 0.000000\
-2406, 0.000000\
-2406, 0.000000\
-2406, 0.000000\
-2406, 0.000000\
-2406, 0.000000\
-2406, 0.000000\
-2407, 0.000000\
-2407, 0.000000\
-2407, 0.000000\
-2407, 0.000000\
-2407, 0.000000\
-2407, 0.000000\
-2407, 0.000000\
-2407, 0.000000\
-2407, 0.000000\
-2408, 0.000000\
-2408, 0.000000\
-2408, 0.000000\
-2408, 0.000000\
-2408, 0.000000\
-2408, 0.000000\
-2408, 0.000000\
-2408, 0.000000\
-2408, 0.000000\
-2409, 0.000000\
-2409, 0.000000\
-2409, 0.000000\
-2409, 0.000000\
-2409, 0.000000\
-2409, 0.000000\
-2409, 0.000000\
-2409, 0.000000\
-2409, 0.000000\
-2410, 0.000000\
-2410, 0.000000\
-2410, 0.000000\
-2410, 0.000000\
-2410, 0.000000\
-2410, 0.000000\
-2410, 0.000000\
-2410, 0.000000\
-2410, 0.000000\
-2411, 0.000000\
-2411, 0.000000\
-2411, 0.000000\
-2411, 0.000000\
-2411, 0.000000\
-2411, 0.000000\
-2411, 0.000000\
-2411, 0.000000\
-2411, 0.000000\
-2412, 0.000000\
-2412, 0.000000\
-2412, 0.000000\
-2412, 0.000000\
-2412, 0.000000\
-2412, 0.000000\
-2412, 0.000000\
-2412, 0.000000\
-2412, 0.000000\
-2413, 0.000000\
-2413, 0.000000\
-2413, 0.000000\
-2413, 0.000000\
-2413, 0.000000\
-2413, 0.000000\
-2413, 0.000000\
-2413, 0.000000\
-2413, 0.000000\
-2414, 0.000000\
-2414, 0.000000\
-2414, 0.000000\
-2414, 0.000000\
-2414, 0.000000\
-2414, 0.000000\
-2414, 0.000000\
-2414, 0.000000\
-2414, 0.000000\
-2415, 0.000000\
-2415, 0.000000\
-2415, 0.000000\
-2415, 0.000000\
-2415, 0.000000\
-2415, 0.000000\
-2415, 0.000000\
-2415, 0.000000\
-2415, 0.000000\
-2416, 0.000000\
-2416, 0.000000\
-2416, 0.000000\
-2416, 0.000000\
-2416, 0.000000\
-2416, 0.000000\
-2416, 0.000000\
-2416, 0.000000\
-2416, 0.000000\
-2417, 0.000000\
-2417, 0.000000\
-2417, 0.000000\
-2417, 0.000000\
-2417, 0.000000\
-2417, 0.000000\
-2417, 0.000000\
-2417, 0.000000\
-2417, 0.000000\
-2418, 0.000000\
-2418, 0.000000\
-2418, 0.000000\
-2418, 0.000000\
-2418, 0.000000\
-2418, 0.000000\
-2418, 0.000000\
-2418, 0.000000\
-2418, 0.000000\
-2419, 0.000000\
-2419, 0.000000\
-2419, 0.000000\
-2419, 0.000000\
-2419, 0.000000\
-2419, 0.000000\
-2419, 0.000000\
-2419, 0.000000\
-2419, 0.000000\
-2420, 0.000000\
-2420, 0.000000\
-2420, 0.000000\
-2420, 0.000000\
-2420, 0.000000\
-2420, 0.000000\
-2420, 0.000000\
-2420, 0.000000\
-2420, 0.000000\
-2421, 0.000000\
-2421, 0.000000\
-2421, 0.000000\
-2421, 0.000000\
-2421, 0.000000\
-2421, 0.000000\
-2421, 0.000000\
-2421, 0.000000\
-2421, 0.000000\
-2422, 0.000000\
-2422, 0.000000\
-2422, 0.000000\
-2422, 0.000000\
-2422, 0.000000\
-2422, 0.000000\
-2422, 0.000000\
-2422, 0.000000\
-2422, 0.000000\
-2423, 0.000000\
-2423, 0.000000\
-2423, 0.000000\
-2423, 0.000000\
-2423, 0.000000\
-2423, 0.000000\
-2423, 0.000000\
-2423, 0.000000\
-2423, 0.000000\
-2424, 0.000000\
-2424, 0.000000\
-2424, 0.000000\
-2424, 0.000000\
-2424, 0.000000\
-2424, 0.000000\
-2424, 0.000000\
-2424, 0.000000\
-2424, 0.000000\
-2425, 0.000000\
-2425, 0.000000\
-2425, 0.000000\
-2425, 0.000000\
-2425, 0.000000\
-2425, 0.000000\
-2425, 0.000000\
-2425, 0.000000\
-2425, 0.000000\
-2426, 0.000000\
-2426, 0.000000\
-2426, 0.000000\
-2426, 0.000000\
-2426, 0.000000\
-2426, 0.000000\
-2426, 0.000000\
-2426, 0.000000\
-2426, 0.000000\
-2427, 0.000000\
-2427, 0.000000\
-2427, 0.000000\
-2427, 0.000000\
-2427, 0.000000\
-2427, 0.000000\
-2427, 0.000000\
-2427, 0.000000\
-2427, 0.000000\
-2428, 0.000000\
-2428, 0.000000\
-2428, 0.000000\
-2428, 0.000000\
-2428, 0.000000\
-2428, 0.000000\
-2428, 0.000000\
-2428, 0.000000\
-2428, 0.000000\
-2429, 0.000000\
-2429, 0.000000\
-2429, 0.000000\
-2429, 0.000000\
-2429, 0.000000\
-2429, 0.000000\
-2429, 0.000000\
-2429, 0.000000\
-2429, 0.000000\
-2430, 0.000000\
-2430, 0.000000\
-2430, 0.000000\
-2430, 0.000000\
-2430, 0.000000\
-2430, 0.000000\
-2430, 0.000000\
-2430, 0.000000\
-2430, 0.000000\
-2431, 0.000000\
-2431, 0.000000\
-2431, 0.000000\
-2431, 0.000000\
-2431, 0.000000\
-2431, 0.000000\
-2431, 0.000000\
-2431, 0.000000\
-2431, 0.000000\
-2432, 0.000000\
-2432, 0.000000\
-2432, 0.000000\
-2432, 0.000000\
-2432, 0.000000\
-2432, 0.000000\
-2432, 0.000000\
-2432, 0.000000\
-2432, 0.000000\
-2433, 0.000000\
-2433, 0.000000\
-2433, 0.000000\
-2433, 0.000000\
-2433, 0.000000\
-2433, 0.000000\
-2433, 0.000000\
-2433, 0.000000\
-2433, 0.000000\
-2434, 0.000000\
-2434, 0.000000\
-2434, 0.000000\
-2434, 0.000000\
-2434, 0.000000\
-2434, 0.000000\
-2434, 0.000000\
-2434, 0.000000\
-2434, 0.000000\
-2435, 0.000000\
-2435, 0.000000\
-2435, 0.000000\
-2435, 0.000000\
-2435, 0.000000\
-2435, 0.000000\
-2435, 0.000000\
-2435, 0.000000\
-2435, 0.000000\
-2436, 0.000000\
-2436, 0.000000\
-2436, 0.000000\
-2436, 0.000000\
-2436, 0.000000\
-2436, 0.000000\
-2436, 0.000000\
-2436, 0.000000\
-2436, 0.000000\
-2437, 0.000000\
-2437, 0.000000\
-2437, 0.000000\
-2437, 0.000000\
-2437, 0.000000\
-2437, 0.000000\
-2437, 0.000000\
-2437, 0.000000\
-2437, 0.000000\
-2438, 0.000000\
-2438, 0.000000\
-2438, 0.000000\
-2438, 0.000000\
-2438, 0.000000\
-2438, 0.000000\
-2438, 0.000000\
-2438, 0.000000\
-2438, 0.000000\
-2439, 0.000000\
-2439, 0.000000\
-2439, 0.000000\
-2439, 0.000000\
-2439, 0.000000\
-2439, 0.000000\
-2439, 0.000000\
-2439, 0.000000\
-2439, 0.000000\
-2440, 0.000000\
-2440, 0.000000\
-2440, 0.000000\
-2440, 0.000000\
-2440, 1.000000\
-2440, 0.000000\
-2440, 0.000000\
-2440, 0.000000\
-2440, 0.000000\
-2441, 0.000000\
-2441, 0.000000\
-2441, 0.000000\
-2441, 0.000000\
-2441, 0.000000\
-2441, 0.000000\
-2441, 0.000000\
-2441, 0.000000\
-2441, 0.000000\
-2442, 0.000000\
-2442, 0.000000\
-2442, 0.000000\
-2442, 0.000000\
-2442, 0.000000\
-2442, 0.000000\
-2442, 0.000000\
-2442, 0.000000\
-2442, 0.000000\
-2443, 0.000000\
-2443, 0.000000\
-2443, 0.000000\
-2443, 0.000000\
-2443, 0.000000\
-2443, 0.000000\
-2443, 0.000000\
-2443, 0.000000\
-2443, 0.000000\
-2444, 0.000000\
-2444, 0.000000\
-2444, 0.000000\
-2444, 0.000000\
-2444, 0.000000\
-2444, 0.000000\
-2444, 0.000000\
-2444, 0.000000\
-2444, 0.000000\
-2445, 0.000000\
-2445, 0.000000\
-2445, 0.000000\
-2445, 0.000000\
-2445, 0.000000\
-2445, 0.000000\
-2445, 0.000000\
-2445, 0.000000\
-2445, 0.000000\
-2446, 0.000000\
-2446, 0.000000\
-2446, 0.000000\
-2446, 0.000000\
-2446, 0.000000\
-2446, 0.000000\
-2446, 0.000000\
-2446, 0.000000\
-2446, 0.000000\
-2447, 0.000000\
-2447, 0.000000\
-2447, 0.000000\
-2447, 0.000000\
-2447, 0.000000\
-2447, 0.000000\
-2447, 0.000000\
-2447, 0.000000\
-2447, 0.000000\
-2448, 0.000000\
-2448, 0.000000\
-2448, 0.000000\
-2448, 0.000000\
-2448, 0.000000\
-2448, 0.000000\
-2448, 0.000000\
-2448, 0.000000\
-2448, 0.000000\
-2449, 0.000000\
-2449, 0.000000\
-2449, 0.000000\
-2449, 0.000000\
-2449, 0.000000\
-2449, 0.000000\
-2449, 0.000000\
-2449, 0.000000\
-2449, 0.000000\
-2450, 0.000000\
-2450, 0.000000\
-2450, 0.000000\
-2450, 0.000000\
-2450, 0.000000\
-2450, 0.000000\
-2450, 0.000000\
-2450, 0.000000\
-2450, 0.000000\
-2451, 0.000000\
-2451, 0.000000\
-2451, 0.000000\
-2451, 0.000000\
-2451, 0.000000\
-2451, 0.000000\
-2451, 0.000000\
-2451, 0.000000\
-2451, 0.000000\
-2452, 0.000000\
-2452, 0.000000\
-2452, 0.000000\
-2452, 0.000000\
-2452, 0.000000\
-2452, 0.000000\
-2452, 0.000000\
-2452, 0.000000\
-2452, 0.000000\
-2453, 0.000000\
-2453, 0.000000\
-2453, 0.000000\
-2453, 0.000000\
-2453, 0.000000\
-2453, 0.000000\
-2453, 0.000000\
-2453, 0.000000\
-2453, 0.000000\
-2454, 0.000000\
-2454, 0.000000\
-2454, 0.000000\
-2454, 0.000000\
-2454, 0.000000\
-2454, 0.000000\
-2454, 0.000000\
-2454, 0.000000\
-2454, 0.000000\
-2455, 0.000000\
-2455, 0.000000\
-2455, 0.000000\
-2455, 0.000000\
-2455, 0.000000\
-2455, 0.000000\
-2455, 0.000000\
-2455, 0.000000\
-2455, 0.000000\
-2456, 0.000000\
-2456, 0.000000\
-2456, 0.000000\
-2456, 0.000000\
-2456, 0.000000\
-2456, 0.000000\
-2456, 0.000000\
-2456, 0.000000\
-2456, 0.000000\
-2457, 0.000000\
-2457, 0.000000\
-2457, 0.000000\
-2457, 0.000000\
-2457, 0.000000\
-2457, 0.000000\
-2457, 0.000000\
-2457, 0.000000\
-2457, 0.000000\
-2458, 0.000000\
-2458, 0.000000\
-2458, 0.000000\
-2458, 0.000000\
-2458, 0.000000\
-2458, 0.000000\
-2458, 0.000000\
-2458, 0.000000\
-2458, 0.000000\
-2459, 0.000000\
-2459, 0.000000\
-2459, 0.000000\
-2459, 0.000000\
-2459, 0.000000\
-2459, 0.000000\
-2459, 0.000000\
-2459, 0.000000\
-2459, 0.000000\
-2460, 0.000000\
-2460, 0.000000\
-2460, 0.000000\
-2460, 0.000000\
-2460, 0.000000\
-2460, 0.000000\
-2460, 0.000000\
-2460, 0.000000\
-2460, 0.000000\
-2461, 0.000000\
-2461, 0.000000\
-2461, 0.000000\
-2461, 0.000000\
-2461, 0.000000\
-2461, 0.000000\
-2461, 0.000000\
-2461, 0.000000\
-2461, 0.000000\
-2462, 0.000000\
-2462, 0.000000\
-2462, 0.000000\
-2462, 0.000000\
-2462, 0.000000\
-2462, 0.000000\
-2462, 0.000000\
-2462, 0.000000\
-2462, 0.000000\
-2463, 0.000000\
-2463, 0.000000\
-2463, 0.000000\
-2463, 0.000000\
-2463, 0.000000\
-2463, 0.000000\
-2463, 0.000000\
-2463, 0.000000\
-2463, 0.000000\
-2464, 0.000000\
-2464, 0.000000\
-2464, 0.000000\
-2464, 0.000000\
-2464, 0.000000\
-2464, 0.000000\
-2464, 0.000000\
-2464, 0.000000\
-2464, 0.000000\
-2465, 0.000000\
-2465, 0.000000\
-2465, 0.000000\
-2465, 0.000000\
-2465, 0.000000\
-2465, 0.000000\
-2465, 0.000000\
-2465, 0.000000\
-2465, 0.000000\
-2466, 0.000000\
-2466, 0.000000\
-2466, 0.000000\
-2466, 0.000000\
-2466, 0.000000\
-2466, 0.000000\
-2466, 0.000000\
-2466, 0.000000\
-2466, 0.000000\
-2467, 0.000000\
-2467, 0.000000\
-2467, 0.000000\
-2467, 0.000000\
-2467, 0.000000\
-2467, 0.000000\
-2467, 0.000000\
-2467, 0.000000\
-2467, 0.000000\
-2468, 0.000000\
-2468, 0.000000\
-2468, 0.000000\
-2468, 0.000000\
-2468, 0.000000\
-2468, 0.000000\
-2468, 0.000000\
-2468, 0.000000\
-2468, 0.000000\
-2469, 0.000000\
-2469, 0.000000\
-2469, 0.000000\
-2469, 0.000000\
-2469, 0.000000\
-2469, 0.000000\
-2469, 0.000000\
-2469, 0.000000\
-2469, 0.000000\
-2470, 0.000000\
-2470, 0.000000\
-2470, 0.000000\
-2470, 0.000000\
-2470, 0.000000\
-2470, 0.000000\
-2470, 0.000000\
-2470, 0.000000\
-2470, 0.000000\
-2471, 0.000000\
-2471, 0.000000\
-2471, 0.000000\
-2471, 0.000000\
-2471, 0.000000\
-2471, 0.000000\
-2471, 0.000000\
-2471, 0.000000\
-2471, 0.000000\
-2472, 0.000000\
-2472, 0.000000\
-2472, 0.000000\
-2472, 0.000000\
-2472, 0.000000\
-2472, 0.000000\
-2472, 0.000000\
-2472, 0.000000\
-2472, 0.000000\
-2473, 0.000000\
-2473, 0.000000\
-2473, 0.000000\
-2473, 0.000000\
-2473, 0.000000\
-2473, 0.000000\
-2473, 0.000000\
-2473, 0.000000\
-2473, 0.000000\
-2474, 0.000000\
-2474, 0.000000\
-2474, 0.000000\
-2474, 0.000000\
-2474, 0.000000\
-2474, 0.000000\
-2474, 0.000000\
-2474, 0.000000\
-2474, 0.000000\
-2475, 0.000000\
-2475, 0.000000\
-2475, 0.000000\
-2475, 0.000000\
-2475, 0.000000\
-2475, 0.000000\
-2475, 0.000000\
-2475, 0.000000\
-2475, 0.000000\
-2476, 0.000000\
-2476, 0.000000\
-2476, 0.000000\
-2476, 0.000000\
-2476, 0.000000\
-2476, 0.000000\
-2476, 0.000000\
-2476, 0.000000\
-2476, 0.000000\
-2477, 0.000000\
-2477, 0.000000\
-2477, 0.000000\
-2477, 0.000000\
-2477, 0.000000\
-2477, 0.000000\
-2477, 0.000000\
-2477, 0.000000\
-2477, 0.000000\
-2478, 0.000000\
-2478, 0.000000\
-2478, 0.000000\
-2478, 0.000000\
-2478, 0.000000\
-2478, 0.000000\
-2478, 0.000000\
-2478, 0.000000\
-2478, 0.000000\
-2479, 0.000000\
-2479, 0.000000\
-2479, 0.000000\
-2479, 0.000000\
-2479, 0.000000\
-2479, 0.000000\
-2479, 0.000000\
-2479, 0.000000\
-2479, 0.000000\
-2480, 0.000000\
-2480, 0.000000\
-2480, 0.000000\
-2480, 0.000000\
-2480, 0.000000\
-2480, 0.000000\
-2480, 0.000000\
-2480, 0.000000\
-2480, 0.000000\
-2481, 0.000000\
-2481, 0.000000\
-2481, 0.000000\
-2481, 0.000000\
-2481, 0.000000\
-2481, 0.000000\
-2481, 0.000000\
-2481, 0.000000\
-2481, 0.000000\
-2482, 0.000000\
-2482, 0.000000\
-2482, 0.000000\
-2482, 0.000000\
-2482, 0.000000\
-2482, 0.000000\
-2482, 0.000000\
-2482, 0.000000\
-2482, 0.000000\
-2483, 0.000000\
-2483, 0.000000\
-2483, 0.000000\
-2483, 0.000000\
-2483, 0.000000\
-2483, 0.000000\
-2483, 0.000000\
-2483, 0.000000\
-2483, 0.000000\
-2484, 0.000000\
-2484, 0.000000\
-2484, 0.000000\
-2484, 0.000000\
-2484, 0.000000\
-2484, 0.000000\
-2484, 0.000000\
-2484, 0.000000\
-2484, 0.000000\
-2485, 0.000000\
-2485, 0.000000\
-2485, 0.000000\
-2485, 0.000000\
-2485, 0.000000\
-2485, 0.000000\
-2485, 0.000000\
-2485, 0.000000\
-2485, 0.000000\
-2486, 0.000000\
-2486, 0.000000\
-2486, 0.000000\
-2486, 0.000000\
-2486, 0.000000\
-2486, 0.000000\
-2486, 0.000000\
-2486, 0.000000\
-2486, 0.000000\
-2487, 0.000000\
-2487, 0.000000\
-2487, 0.000000\
-2487, 0.000000\
-2487, 0.000000\
-2487, 0.000000\
-2487, 0.000000\
-2487, 0.000000\
-2487, 0.000000\
-2488, 0.000000\
-2488, 0.000000\
-2488, 0.000000\
-2488, 0.000000\
-2488, 0.000000\
-2488, 0.000000\
-2488, 0.000000\
-2488, 0.000000\
-2488, 0.000000\
-2489, 0.000000\
-2489, 0.000000\
-2489, 0.000000\
-2489, 0.000000\
-2489, 0.000000\
-2489, 0.000000\
-2489, 0.000000\
-2489, 0.000000\
-2489, 0.000000\
-2490, 0.000000\
-2490, 0.000000\
-2490, 0.000000\
-2490, 0.000000\
-2490, 0.000000\
-2490, 0.000000\
-2490, 0.000000\
-2490, 0.000000\
-2490, 0.000000\
-2491, 0.000000\
-2491, 0.000000\
-2491, 0.000000\
-2491, 0.000000\
-2491, 0.000000\
-2491, 0.000000\
-2491, 0.000000\
-2491, 0.000000\
-2491, 0.000000\
-2492, 0.000000\
-2492, 0.000000\
-2492, 0.000000\
-2492, 0.000000\
-2492, 0.000000\
-2492, 0.000000\
-2492, 0.000000\
-2492, 0.000000\
-2492, 0.000000\
-2493, 0.000000\
-2493, 0.000000\
-2493, 0.000000\
-2493, 0.000000\
-2493, 0.000000\
-2493, 0.000000\
-2493, 0.000000\
-2493, 0.000000\
-2493, 0.000000\
-2494, 0.000000\
-2494, 0.000000\
-2494, 0.000000\
-2494, 0.000000\
-2494, 0.000000\
-2494, 0.000000\
-2494, 0.000000\
-2494, 0.000000\
-2494, 0.000000\
-2495, 0.000000\
-2495, 0.000000\
-2495, 0.000000\
-2495, 0.000000\
-2495, 0.000000\
-2495, 0.000000\
-2495, 0.000000\
-2495, 0.000000\
-2495, 0.000000\
-2496, 0.000000\
-2496, 0.000000\
-2496, 0.000000\
-2496, 0.000000\
-2496, 0.000000\
-2496, 0.000000\
-2496, 0.000000\
-2496, 0.000000\
-2496, 0.000000\
-2497, 0.000000\
-2497, 0.000000\
-2497, 0.000000\
-2497, 0.000000\
-2497, 0.000000\
-2497, 0.000000\
-2497, 0.000000\
-2497, 0.000000\
-2497, 0.000000\
-2498, 0.000000\
-2498, 0.000000\
-2498, 0.000000\
-2498, 0.000000\
-2498, 0.000000\
-2498, 0.000000\
-2498, 0.000000\
-2498, 0.000000\
-2498, 0.000000\
-2499, 0.000000\
-2499, 0.000000\
-2499, 0.000000\
-2499, 0.000000\
-2499, 0.000000\
-2499, 0.000000\
-2499, 0.000000\
-2499, 0.000000\
-2499, 0.000000\
-2500, 0.000000\
-2500, 0.000000\
-2500, 0.000000\
-2500, 0.000000\
-2500, 0.000000\
-2500, 0.000000\
-2500, 0.000000\
-2500, 0.000000\
-2500, 0.000000\
-2501, 0.000000\
-2501, 0.000000\
-2501, 0.000000\
-2501, 0.000000\
-2501, 0.000000\
-2501, 0.000000\
-2501, 0.000000\
-2501, 0.000000\
-2501, 0.000000\
-2502, 0.000000\
-2502, 0.000000\
-2502, 0.000000\
-2502, 0.000000\
-2502, 0.000000\
-2502, 0.000000\
-2502, 0.000000\
-2502, 0.000000\
-2502, 0.000000\
-2503, 0.000000\
-2503, 0.000000\
-2503, 0.000000\
-2503, 0.000000\
-2503, 0.000000\
-2503, 0.000000\
-2503, 0.000000\
-2503, 0.000000\
-2503, 0.000000\
-2504, 0.000000\
-2504, 0.000000\
-2504, 0.000000\
-2504, 0.000000\
-2504, 0.000000\
-2504, 0.000000\
-2504, 0.000000\
-2504, 0.000000\
-2504, 0.000000\
-2505, 0.000000\
-2505, 0.000000\
-2505, 0.000000\
-2505, 0.000000\
-2505, 0.000000\
-2505, 0.000000\
-2505, 0.000000\
-2505, 0.000000\
-2505, 0.000000\
-2506, 0.000000\
-2506, 0.000000\
-2506, 0.000000\
-2506, 0.000000\
-2506, 0.000000\
-2506, 0.000000\
-2506, 0.000000\
-2506, 0.000000\
-2506, 0.000000\
-2507, 0.000000\
-2507, 0.000000\
-2507, 0.000000\
-2507, 0.000000\
-2507, 0.000000\
-2507, 0.000000\
-2507, 0.000000\
-2507, 0.000000\
-2507, 0.000000\
-2508, 0.000000\
-2508, 0.000000\
-2508, 0.000000\
-2508, 0.000000\
-2508, 0.000000\
-2508, 0.000000\
-2508, 0.000000\
-2508, 0.000000\
-2508, 0.000000\
-2509, 0.000000\
-2509, 0.000000\
-2509, 0.000000\
-2509, 0.000000\
-2509, 0.000000\
-2509, 0.000000\
-2509, 0.000000\
-2509, 0.000000\
-2509, 0.000000\
-2510, 0.000000\
-2510, 0.000000\
-2510, 0.000000\
-2510, 0.000000\
-2510, 0.000000\
-2510, 0.000000\
-2510, 0.000000\
-2510, 0.000000\
-2510, 0.000000\
-2511, 0.000000\
-2511, 0.000000\
-2511, 0.000000\
-2511, 0.000000\
-2511, 0.000000\
-2511, 0.000000\
-2511, 0.000000\
-2511, 0.000000\
-2511, 0.000000\
-2512, 0.000000\
-2512, 0.000000\
-2512, 0.000000\
-2512, 0.000000\
-2512, 0.000000\
-2512, 0.000000\
-2512, 0.000000\
-2512, 0.000000\
-2512, 0.000000\
-2513, 0.000000\
-2513, 0.000000\
-2513, 0.000000\
-2513, 0.000000\
-2513, 0.000000\
-2513, 0.000000\
-2513, 0.000000\
-2513, 0.000000\
-2513, 0.000000\
-2514, 0.000000\
-2514, 0.000000\
-2514, 0.000000\
-2514, 0.000000\
-2514, 0.000000\
-2514, 0.000000\
-2514, 0.000000\
-2514, 0.000000\
-2514, 0.000000\
-2515, 0.000000\
-2515, 0.000000\
-2515, 0.000000\
-2515, 0.000000\
-2515, 0.000000\
-2515, 0.000000\
-2515, 0.000000\
-2515, 0.000000\
-2515, 0.000000\
-2516, 0.000000\
-2516, 0.000000\
-2516, 0.000000\
-2516, 0.000000\
-2516, 0.000000\
-2516, 0.000000\
-2516, 0.000000\
-2516, 0.000000\
-2516, 0.000000\
-2517, 0.000000\
-2517, 0.000000\
-2517, 0.000000\
-2517, 0.000000\
-2517, 0.000000\
-2517, 0.000000\
-2517, 0.000000\
-2517, 0.000000\
-2517, 0.000000\
-2518, 0.000000\
-2518, 0.000000\
-2518, 0.000000\
-2518, 0.000000\
-2518, 0.000000\
-2518, 0.000000\
-2518, 0.000000\
-2518, 0.000000\
-2518, 0.000000\
-2519, 0.000000\
-2519, 0.000000\
-2519, 0.000000\
-2519, 0.000000\
-2519, 0.000000\
-2519, 0.000000\
-2519, 0.000000\
-2519, 0.000000\
-2519, 0.000000\
-2520, 0.000000\
-2520, 0.000000\
-2520, 0.000000\
-2520, 0.000000\
-2520, 0.000000\
-2520, 0.000000\
-2520, 0.000000\
-2520, 0.000000\
-2520, 0.000000\
-2521, 0.000000\
-2521, 0.000000\
-2521, 0.000000\
-2521, 0.000000\
-2521, 0.000000\
-2521, 0.000000\
-2521, 0.000000\
-2521, 0.000000\
-2521, 0.000000\
-2522, 0.000000\
-2522, 0.000000\
-2522, 0.000000\
-2522, 0.000000\
-2522, 0.000000\
-2522, 0.000000\
-2522, 0.000000\
-2522, 0.000000\
-2522, 0.000000\
-2523, 0.000000\
-2523, 0.000000\
-2523, 0.000000\
-2523, 0.000000\
-2523, 0.000000\
-2523, 0.000000\
-2523, 0.000000\
-2523, 0.000000\
-2523, 0.000000\
-2524, 0.000000\
-2524, 0.000000\
-2524, 0.000000\
-2524, 0.000000\
-2524, 0.000000\
-2524, 0.000000\
-2524, 0.000000\
-2524, 0.000000\
-2524, 0.000000\
-2525, 0.000000\
-2525, 0.000000\
-2525, 0.000000\
-2525, 0.000000\
-2525, 0.000000\
-2525, 0.000000\
-2525, 0.000000\
-2525, 0.000000\
-2525, 0.000000\
-2526, 0.000000\
-2526, 0.000000\
-2526, 0.000000\
-2526, 0.000000\
-2526, 0.000000\
-2526, 0.000000\
-2526, 0.000000\
-2526, 0.000000\
-2526, 0.000000\
-2527, 0.000000\
-2527, 0.000000\
-2527, 0.000000\
-2527, 0.000000\
-2527, 0.000000\
-2527, 0.000000\
-2527, 0.000000\
-2527, 0.000000\
-2527, 0.000000\
-2528, 0.000000\
-2528, 0.000000\
-2528, 0.000000\
-2528, 0.000000\
-2528, 0.000000\
-2528, 0.000000\
-2528, 0.000000\
-2528, 0.000000\
-2528, 0.000000\
-2529, 0.000000\
-2529, 0.000000\
-2529, 0.000000\
-2529, 0.000000\
-2529, 0.000000\
-2529, 0.000000\
-2529, 0.000000\
-2529, 0.000000\
-2529, 0.000000\
-2530, 0.000000\
-2530, 0.000000\
-2530, 0.000000\
-2530, 0.000000\
-2530, 0.000000\
-2530, 0.000000\
-2530, 0.000000\
-2530, 0.000000\
-2530, 0.000000\
-2531, 0.000000\
-2531, 0.000000\
-2531, 0.000000\
-2531, 0.000000\
-2531, 0.000000\
-2531, 0.000000\
-2531, 0.000000\
-2531, 0.000000\
-2531, 0.000000\
-2532, 0.000000\
-2532, 0.000000\
-2532, 0.000000\
-2532, 0.000000\
-2532, 0.000000\
-2532, 0.000000\
-2532, 0.000000\
-2532, 0.000000\
-2532, 0.000000\
-2533, 0.000000\
-2533, 0.000000\
-2533, 0.000000\
-2533, 0.000000\
-2533, 0.000000\
-2533, 0.000000\
-2533, 0.000000\
-2533, 0.000000\
-2533, 0.000000\
-2534, 0.000000\
-2534, 0.000000\
-2534, 0.000000\
-2534, 0.000000\
-2534, 0.000000\
-2534, 0.000000\
-2534, 0.000000\
-2534, 0.000000\
-2534, 0.000000\
-2535, 0.000000\
-2535, 0.000000\
-2535, 0.000000\
-2535, 0.000000\
-2535, 0.000000\
-2535, 0.000000\
-2535, 0.000000\
-2535, 0.000000\
-2535, 0.000000\
-2536, 0.000000\
-2536, 0.000000\
-2536, 0.000000\
-2536, 0.000000\
-2536, 0.000000\
-2536, 0.000000\
-2536, 0.000000\
-2536, 0.000000\
-2536, 0.000000\
-2537, 0.000000\
-2537, 0.000000\
-2537, 0.000000\
-2537, 0.000000\
-2537, 0.000000\
-2537, 0.000000\
-2537, 0.000000\
-2537, 0.000000\
-2537, 0.000000\
-2538, 0.000000\
-2538, 0.000000\
-2538, 0.000000\
-2538, 0.000000\
-2538, 0.000000\
-2538, 0.000000\
-2538, 0.000000\
-2538, 0.000000\
-2538, 0.000000\
-2539, 0.000000\
-2539, 0.000000\
-2539, 0.000000\
-2539, 0.000000\
-2539, 0.000000\
-2539, 0.000000\
-2539, 0.000000\
-2539, 0.000000\
-2539, 0.000000\
-2540, 0.000000\
-2540, 0.000000\
-2540, 0.000000\
-2540, 0.000000\
-2540, 0.000000\
-2540, 0.000000\
-2540, 0.000000\
-2540, 0.000000\
-2540, 0.000000\
-2541, 0.000000\
-2541, 0.000000\
-2541, 0.000000\
-2541, 0.000000\
-2541, 0.000000\
-2541, 0.000000\
-2541, 0.000000\
-2541, 0.000000\
-2541, 0.000000\
-2542, 0.000000\
-2542, 0.000000\
-2542, 0.000000\
-2542, 0.000000\
-2542, 0.000000\
-2542, 0.000000\
-2542, 0.000000\
-2542, 0.000000\
-2542, 0.000000\
-2543, 0.000000\
-2543, 0.000000\
-2543, 0.000000\
-2543, 0.000000\
-2543, 0.000000\
-2543, 0.000000\
-2543, 0.000000\
-2543, 0.000000\
-2543, 0.000000\
-2544, 0.000000\
-2544, 0.000000\
-2544, 0.000000\
-2544, 0.000000\
-2544, 0.000000\
-2544, 0.000000\
-2544, 0.000000\
-2544, 0.000000\
-2544, 0.000000\
-2545, 0.000000\
-2545, 0.000000\
-2545, 0.000000\
-2545, 0.000000\
-2545, 0.000000\
-2545, 0.000000\
-2545, 0.000000\
-2545, 0.000000\
-2545, 0.000000\
-2546, 0.000000\
-2546, 0.000000\
-2546, 0.000000\
-2546, 0.000000\
-2546, 0.000000\
-2546, 0.000000\
-2546, 0.000000\
-2546, 0.000000\
-2546, 0.000000\
-2547, 0.000000\
-2547, 0.000000\
-2547, 0.000000\
-2547, 0.000000\
-2547, 0.000000\
-2547, 0.000000\
-2547, 0.000000\
-2547, 0.000000\
-2547, 0.000000\
-2548, 0.000000\
-2548, 0.000000\
-2548, 0.000000\
-2548, 0.000000\
-2548, 0.000000\
-2548, 0.000000\
-2548, 0.000000\
-2548, 0.000000\
-2548, 0.000000\
-2549, 0.000000\
-2549, 0.000000\
-2549, 0.000000\
-2549, 0.000000\
-2549, 0.000000\
-2549, 0.000000\
-2549, 0.000000\
-2549, 0.000000\
-2549, 0.000000\
-2550, 0.000000\
-2550, 0.000000\
-2550, 0.000000\
-2550, 0.000000\
-2550, 0.000000\
-2550, 0.000000\
-2550, 0.000000\
-2550, 0.000000\
-2550, 0.000000\
-2551, 0.000000\
-2551, 0.000000\
-2551, 0.000000\
-2551, 0.000000\
-2551, 0.000000\
-2551, 0.000000\
-2551, 0.000000\
-2551, 0.000000\
-2551, 0.000000\
-2552, 0.000000\
-2552, 0.000000\
-2552, 0.000000\
-2552, 0.000000\
-2552, 0.000000\
-2552, 0.000000\
-2552, 0.000000\
-2552, 0.000000\
-2552, 0.000000\
-2553, 0.000000\
-2553, 0.000000\
-2553, 0.000000\
-2553, 0.000000\
-2553, 0.000000\
-2553, 0.000000\
-2553, 0.000000\
-2553, 0.000000\
-2553, 0.000000\
-2554, 0.000000\
-2554, 0.000000\
-2554, 0.000000\
-2554, 0.000000\
-2554, 0.000000\
-2554, 0.000000\
-2554, 0.000000\
-2554, 0.000000\
-2554, 0.000000\
-2555, 0.000000\
-2555, 0.000000\
-2555, 0.000000\
-2555, 0.000000\
-2555, 0.000000\
-2555, 0.000000\
-2555, 0.000000\
-2555, 0.000000\
-2555, 0.000000\
-2556, 0.000000\
-2556, 0.000000\
-2556, 0.000000\
-2556, 0.000000\
-2556, 0.000000\
-2556, 0.000000\
-2556, 0.000000\
-2556, 0.000000\
-2556, 0.000000\
-2557, 0.000000\
-2557, 0.000000\
-2557, 0.000000\
-2557, 0.000000\
-2557, 0.000000\
-2557, 0.000000\
-2557, 0.000000\
-2557, 0.000000\
-2557, 0.000000\
-2558, 0.000000\
-2558, 0.000000\
-2558, 0.000000\
-2558, 0.000000\
-2558, 0.000000\
-2558, 0.000000\
-2558, 0.000000\
-2558, 0.000000\
-2558, 0.000000\
-2559, 0.000000\
-2559, 0.000000\
-2559, 0.000000\
-2559, 0.000000\
-2559, 0.000000\
-2559, 0.000000\
-2559, 0.000000\
-2559, 0.000000\
-2559, 0.000000\
-2560, 0.000000\
-2560, 0.000000\
-2560, 0.000000\
-2560, 0.000000\
-2560, 0.000000\
-2560, 0.000000\
-2560, 0.000000\
-2560, 0.000000\
-2560, 0.000000\
-2561, 0.000000\
-2561, 0.000000\
-2561, 0.000000\
-2561, 0.000000\
-2561, 0.000000\
-2561, 0.000000\
-2561, 0.000000\
-2561, 0.000000\
-2561, 0.000000\
-2562, 0.000000\
-2562, 0.000000\
-2562, 0.000000\
-2562, 0.000000\
-2562, 0.000000\
-2562, 0.000000\
-2562, 0.000000\
-2562, 0.000000\
-2562, 0.000000\
-2563, 0.000000\
-2563, 0.000000\
-2563, 0.000000\
-2563, 0.000000\
-2563, 0.000000\
-2563, 0.000000\
-2563, 0.000000\
-2563, 0.000000\
-2563, 0.000000\
-2564, 0.000000\
-2564, 0.000000\
-2564, 0.000000\
-2564, 0.000000\
-2564, 0.000000\
-2564, 0.000000\
-2564, 0.000000\
-2564, 0.000000\
-2564, 0.000000\
-2565, 0.000000\
-2565, 0.000000\
-2565, 0.000000\
-2565, 0.000000\
-2565, 0.000000\
-2565, 0.000000\
-2565, 0.000000\
-2565, 0.000000\
-2565, 0.000000\
-2566, 0.000000\
-2566, 0.000000\
-2566, 0.000000\
-2566, 0.000000\
-2566, 0.000000\
-2566, 0.000000\
-2566, 0.000000\
-2566, 0.000000\
-2566, 0.000000\
-2567, 0.000000\
-2567, 0.000000\
-2567, 0.000000\
-2567, 0.000000\
-2567, 0.000000\
-2567, 0.000000\
-2567, 0.000000\
-2567, 0.000000\
-2567, 0.000000\
-2568, 0.000000\
-2568, 0.000000\
-2568, 0.000000\
-2568, 0.000000\
-2568, 0.000000\
-2568, 0.000000\
-2568, 0.000000\
-2568, 0.000000\
-2568, 0.000000\
-2569, 0.000000\
-2569, 0.000000\
-2569, 0.000000\
-2569, 0.000000\
-2569, 0.000000\
-2569, 0.000000\
-2569, 0.000000\
-2569, 0.000000\
-2569, 0.000000\
-2570, 0.000000\
-2570, 0.000000\
-2570, 0.000000\
-2570, 0.000000\
-2570, 0.000000\
-2570, 0.000000\
-2570, 0.000000\
-2570, 0.000000\
-2570, 0.000000\
-2571, 0.000000\
-2571, 0.000000\
-2571, 0.000000\
-2571, 0.000000\
-2571, 0.000000\
-2571, 0.000000\
-2571, 0.000000\
-2571, 0.000000\
-2571, 0.000000\
-2572, 0.000000\
-2572, 0.000000\
-2572, 0.000000\
-2572, 0.000000\
-2572, 0.000000\
-2572, 0.000000\
-2572, 0.000000\
-2572, 0.000000\
-2572, 0.000000\
-2573, 0.000000\
-2573, 0.000000\
-2573, 0.000000\
-2573, 0.000000\
-2573, 0.000000\
-2573, 0.000000\
-2573, 0.000000\
-2573, 0.000000\
-2573, 0.000000\
-2574, 0.000000\
-2574, 0.000000\
-2574, 0.000000\
-2574, 1.000000\
-2574, 0.000000\
-2574, 0.000000\
-2574, 0.000000\
-2574, 0.000000\
-2574, 0.000000\
-2575, 0.000000\
-2575, 0.000000\
-2575, 0.000000\
-2575, 0.000000\
-2575, 0.000000\
-2575, 0.000000\
-2575, 0.000000\
-2575, 0.000000\
-2575, 0.000000\
-2576, 0.000000\
-2576, 0.000000\
-2576, 0.000000\
-2576, 0.000000\
-2576, 0.000000\
-2576, 0.000000\
-2576, 0.000000\
-2576, 0.000000\
-2576, 0.000000\
-2577, 0.000000\
-2577, 0.000000\
-2577, 0.000000\
-2577, 0.000000\
-2577, 0.000000\
-2577, 0.000000\
-2577, 0.000000\
-2577, 0.000000\
-2577, 0.000000\
-2578, 0.000000\
-2578, 0.000000\
-2578, 0.000000\
-2578, 0.000000\
-2578, 0.000000\
-2578, 0.000000\
-2578, 0.000000\
-2578, 0.000000\
-2578, 0.000000\
-2579, 0.000000\
-2579, 0.000000\
-2579, 0.000000\
-2579, 0.000000\
-2579, 0.000000\
-2579, 0.000000\
-2579, 0.000000\
-2579, 0.000000\
-2579, 0.000000\
-2580, 0.000000\
-2580, 0.000000\
-2580, 0.000000\
-2580, 0.000000\
-2580, 0.000000\
-2580, 0.000000\
-2580, 0.000000\
-2580, 0.000000\
-2580, 0.000000\
-2581, 0.000000\
-2581, 0.000000\
-2581, 0.000000\
-2581, 0.000000\
-2581, 0.000000\
-2581, 0.000000\
-2581, 0.000000\
-2581, 0.000000\
-2581, 0.000000\
-2582, 0.000000\
-2582, 0.000000\
-2582, 0.000000\
-2582, 0.000000\
-2582, 0.000000\
-2582, 0.000000\
-2582, 0.000000\
-2582, 0.000000\
-2582, 0.000000\
-2583, 0.000000\
-2583, 0.000000\
-2583, 0.000000\
-2583, 0.000000\
-2583, 0.000000\
-2583, 0.000000\
-2583, 0.000000\
-2583, 0.000000\
-2583, 0.000000\
-2584, 0.000000\
-2584, 0.000000\
-2584, 0.000000\
-2584, 0.000000\
-2584, 0.000000\
-2584, 0.000000\
-2584, 0.000000\
-2584, 0.000000\
-2584, 0.000000\
-2585, 0.000000\
-2585, 0.000000\
-2585, 0.000000\
-2585, 0.000000\
-2585, 0.000000\
-2585, 0.000000\
-2585, 0.000000\
-2585, 0.000000\
-2585, 0.000000\
-2586, 0.000000\
-2586, 0.000000\
-2586, 0.000000\
-2586, 0.000000\
-2586, 0.000000\
-2586, 0.000000\
-2586, 0.000000\
-2586, 0.000000\
-2586, 0.000000\
-2587, 0.000000\
-2587, 0.000000\
-2587, 0.000000\
-2587, 0.000000\
-2587, 0.000000\
-2587, 0.000000\
-2587, 0.000000\
-2587, 0.000000\
-2587, 0.000000\
-2588, 0.000000\
-2588, 0.000000\
-2588, 0.000000\
-2588, 0.000000\
-2588, 0.000000\
-2588, 0.000000\
-2588, 0.000000\
-2588, 0.000000\
-2588, 0.000000\
-2589, 0.000000\
-2589, 0.000000\
-2589, 0.000000\
-2589, 0.000000\
-2589, 0.000000\
-2589, 0.000000\
-2589, 0.000000\
-2589, 0.000000\
-2589, 0.000000\
-2590, 0.000000\
-2590, 0.000000\
-2590, 0.000000\
-2590, 0.000000\
-2590, 0.000000\
-2590, 0.000000\
-2590, 0.000000\
-2590, 0.000000\
-2590, 0.000000\
-2591, 0.000000\
-2591, 0.000000\
-2591, 0.000000\
-2591, 0.000000\
-2591, 0.000000\
-2591, 0.000000\
-2591, 0.000000\
-2591, 0.000000\
-2591, 0.000000\
-2592, 0.000000\
-2592, 0.000000\
-2592, 0.000000\
-2592, 0.000000\
-2592, 0.000000\
-2592, 0.000000\
-2592, 0.000000\
-2592, 0.000000\
-2592, 0.000000\
-2593, 0.000000\
-2593, 0.000000\
-2593, 0.000000\
-2593, 0.000000\
-2593, 0.000000\
-2593, 0.000000\
-2593, 0.000000\
-2593, 0.000000\
-2593, 0.000000\
-2594, 0.000000\
-2594, 0.000000\
-2594, 0.000000\
-2594, 0.000000\
-2594, 0.000000\
-2594, 0.000000\
-2594, 0.000000\
-2594, 0.000000\
-2594, 0.000000\
-2595, 0.000000\
-2595, 0.000000\
-2595, 0.000000\
-2595, 0.000000\
-2595, 0.000000\
-2595, 0.000000\
-2595, 0.000000\
-2595, 0.000000\
-2595, 0.000000\
-2596, 0.000000\
-2596, 0.000000\
-2596, 0.000000\
-2596, 0.000000\
-2596, 0.000000\
-2596, 0.000000\
-2596, 0.000000\
-2596, 0.000000\
-2596, 0.000000\
-2597, 0.000000\
-2597, 0.000000\
-2597, 0.000000\
-2597, 0.000000\
-2597, 0.000000\
-2597, 0.000000\
-2597, 0.000000\
-2597, 0.000000\
-2597, 0.000000\
-2598, 0.000000\
-2598, 0.000000\
-2598, 0.000000\
-2598, 0.000000\
-2598, 0.000000\
-2598, 0.000000\
-2598, 0.000000\
-2598, 0.000000\
-2598, 0.000000\
-2599, 0.000000\
-2599, 0.000000\
-2599, 0.000000\
-2599, 0.000000\
-2599, 0.000000\
-2599, 0.000000\
-2599, 0.000000\
-2599, 0.000000\
-2599, 0.000000\
-2600, 0.000000\
-2600, 0.000000\
-2600, 0.000000\
-2600, 0.000000\
-2600, 0.000000\
-2600, 0.000000\
-2600, 0.000000\
-2600, 0.000000\
-2600, 0.000000\
-2601, 0.000000\
-2601, 0.000000\
-2601, 0.000000\
-2601, 0.000000\
-2601, 0.000000\
-2601, 0.000000\
-2601, 0.000000\
-2601, 0.000000\
-2601, 0.000000\
-2602, 0.000000\
-2602, 0.000000\
-2602, 0.000000\
-2602, 0.000000\
-2602, 0.000000\
-2602, 0.000000\
-2602, 0.000000\
-2602, 0.000000\
-2602, 0.000000\
-2603, 0.000000\
-2603, 0.000000\
-2603, 0.000000\
-2603, 0.000000\
-2603, 0.000000\
-2603, 0.000000\
-2603, 0.000000\
-2603, 0.000000\
-2603, 0.000000\
-2604, 0.000000\
-2604, 0.000000\
-2604, 0.000000\
-2604, 0.000000\
-2604, 0.000000\
-2604, 0.000000\
-2604, 0.000000\
-2604, 0.000000\
-2604, 0.000000\
-2605, 0.000000\
-2605, 0.000000\
-2605, 0.000000\
-2605, 0.000000\
-2605, 0.000000\
-2605, 0.000000\
-2605, 0.000000\
-2605, 0.000000\
-2605, 0.000000\
-2606, 0.000000\
-2606, 0.000000\
-2606, 0.000000\
-2606, 0.000000\
-2606, 0.000000\
-2606, 0.000000\
-2606, 0.000000\
-2606, 0.000000\
-2606, 0.000000\
-2607, 0.000000\
-2607, 0.000000\
-2607, 0.000000\
-2607, 0.000000\
-2607, 0.000000\
-2607, 0.000000\
-2607, 0.000000\
-2607, 0.000000\
-2607, 0.000000\
-2608, 0.000000\
-2608, 0.000000\
-2608, 0.000000\
-2608, 0.000000\
-2608, 0.000000\
-2608, 0.000000\
-2608, 0.000000\
-2608, 0.000000\
-2608, 0.000000\
-2609, 0.000000\
-2609, 0.000000\
-2609, 0.000000\
-2609, 0.000000\
-2609, 0.000000\
-2609, 0.000000\
-2609, 0.000000\
-2609, 0.000000\
-2609, 0.000000\
-2610, 0.000000\
-2610, 0.000000\
-2610, 0.000000\
-2610, 0.000000\
-2610, 0.000000\
-2610, 0.000000\
-2610, 0.000000\
-2610, 0.000000\
-2610, 0.000000\
-2611, 0.000000\
-2611, 0.000000\
-2611, 0.000000\
-2611, 0.000000\
-2611, 0.000000\
-2611, 0.000000\
-2611, 0.000000\
-2611, 0.000000\
-2611, 0.000000\
-2612, 0.000000\
-2612, 0.000000\
-2612, 0.000000\
-2612, 0.000000\
-2612, 0.000000\
-2612, 0.000000\
-2612, 0.000000\
-2612, 0.000000\
-2612, 0.000000\
-2613, 0.000000\
-2613, 0.000000\
-2613, 0.000000\
-2613, 0.000000\
-2613, 0.000000\
-2613, 0.000000\
-2613, 0.000000\
-2613, 0.000000\
-2613, 0.000000\
-2614, 0.000000\
-2614, 0.000000\
-2614, 0.000000\
-2614, 0.000000\
-2614, 0.000000\
-2614, 0.000000\
-2614, 0.000000\
-2614, 0.000000\
-2614, 0.000000\
-2615, 0.000000\
-2615, 0.000000\
-2615, 0.000000\
-2615, 0.000000\
-2615, 0.000000\
-2615, 0.000000\
-2615, 0.000000\
-2615, 0.000000\
-2615, 0.000000\
-2616, 0.000000\
-2616, 0.000000\
-2616, 0.000000\
-2616, 0.000000\
-2616, 0.000000\
-2616, 0.000000\
-2616, 0.000000\
-2616, 0.000000\
-2616, 0.000000\
-2617, 0.000000\
-2617, 0.000000\
-2617, 0.000000\
-2617, 0.000000\
-2617, 0.000000\
-2617, 0.000000\
-2617, 0.000000\
-2617, 0.000000\
-2617, 0.000000\
-2618, 0.000000\
-2618, 0.000000\
-2618, 0.000000\
-2618, 0.000000\
-2618, 0.000000\
-2618, 0.000000\
-2618, 0.000000\
-2618, 0.000000\
-2618, 0.000000\
-2619, 0.000000\
-2619, 0.000000\
-2619, 0.000000\
-2619, 0.000000\
-2619, 0.000000\
-2619, 0.000000\
-2619, 0.000000\
-2619, 0.000000\
-2619, 0.000000\
-2620, 0.000000\
-2620, 0.000000\
-2620, 0.000000\
-2620, 0.000000\
-2620, 0.000000\
-2620, 0.000000\
-2620, 0.000000\
-2620, 0.000000\
-2620, 0.000000\
-2621, 0.000000\
-2621, 0.000000\
-2621, 0.000000\
-2621, 0.000000\
-2621, 0.000000\
-2621, 0.000000\
-2621, 0.000000\
-2621, 0.000000\
-2621, 0.000000\
-2622, 0.000000\
-2622, 0.000000\
-2622, 0.000000\
-2622, 0.000000\
-2622, 0.000000\
-2622, 0.000000\
-2622, 0.000000\
-2622, 0.000000\
-2622, 0.000000\
-2623, 0.000000\
-2623, 0.000000\
-2623, 0.000000\
-2623, 0.000000\
-2623, 0.000000\
-2623, 0.000000\
-2623, 0.000000\
-2623, 0.000000\
-2623, 0.000000\
-2624, 0.000000\
-2624, 0.000000\
-2624, 0.000000\
-2624, 0.000000\
-2624, 0.000000\
-2624, 0.000000\
-2624, 0.000000\
-2624, 0.000000\
-2624, 0.000000\
-2625, 0.000000\
-2625, 0.000000\
-2625, 0.000000\
-2625, 0.000000\
-2625, 0.000000\
-2625, 0.000000\
-2625, 0.000000\
-2625, 0.000000\
-2625, 0.000000\
-2626, 0.000000\
-2626, 0.000000\
-2626, 0.000000\
-2626, 0.000000\
-2626, 0.000000\
-2626, 0.000000\
-2626, 0.000000\
-2626, 0.000000\
-2626, 0.000000\
-2627, 0.000000\
-2627, 1.000000\
-2627, 0.000000\
-2627, 0.000000\
-2627, 0.000000\
-2627, 0.000000\
-2627, 0.000000\
-2627, 0.000000\
-2627, 0.000000\
-2628, 0.000000\
-2628, 0.000000\
-2628, 0.000000\
-2628, 0.000000\
-2628, 0.000000\
-2628, 0.000000\
-2628, 0.000000\
-2628, 0.000000\
-2628, 0.000000\
-2629, 0.000000\
-2629, 0.000000\
-2629, 0.000000\
-2629, 0.000000\
-2629, 0.000000\
-2629, 0.000000\
-2629, 0.000000\
-2629, 0.000000\
-2629, 0.000000\
-2630, 0.000000\
-2630, 0.000000\
-2630, 0.000000\
-2630, 0.000000\
-2630, 0.000000\
-2630, 0.000000\
-2630, 0.000000\
-2630, 0.000000\
-2630, 0.000000\
-2631, 0.000000\
-2631, 0.000000\
-2631, 0.000000\
-2631, 0.000000\
-2631, 0.000000\
-2631, 0.000000\
-2631, 0.000000\
-2631, 0.000000\
-2631, 0.000000\
-2632, 0.000000\
-2632, 0.000000\
-2632, 0.000000\
-2632, 0.000000\
-2632, 0.000000\
-2632, 0.000000\
-2632, 0.000000\
-2632, 0.000000\
-2632, 0.000000\
-2633, 0.000000\
-2633, 0.000000\
-2633, 0.000000\
-2633, 0.000000\
-2633, 0.000000\
-2633, 0.000000\
-2633, 0.000000\
-2633, 0.000000\
-2633, 0.000000\
-2634, 0.000000\
-2634, 0.000000\
-2634, 0.000000\
-2634, 0.000000\
-2634, 0.000000\
-2634, 0.000000\
-2634, 0.000000\
-2634, 0.000000\
-2634, 0.000000\
-2635, 0.000000\
-2635, 0.000000\
-2635, 0.000000\
-2635, 0.000000\
-2635, 0.000000\
-2635, 0.000000\
-2635, 0.000000\
-2635, 0.000000\
-2635, 0.000000\
-2636, 0.000000\
-2636, 0.000000\
-2636, 0.000000\
-2636, 0.000000\
-2636, 0.000000\
-2636, 0.000000\
-2636, 0.000000\
-2636, 0.000000\
-2636, 0.000000\
-2637, 0.000000\
-2637, 0.000000\
-2637, 0.000000\
-2637, 0.000000\
-2637, 0.000000\
-2637, 0.000000\
-2637, 0.000000\
-2637, 0.000000\
-2637, 0.000000\
-2638, 0.000000\
-2638, 0.000000\
-2638, 0.000000\
-2638, 0.000000\
-2638, 0.000000\
-2638, 0.000000\
-2638, 0.000000\
-2638, 0.000000\
-2638, 0.000000\
-2639, 0.000000\
-2639, 0.000000\
-2639, 0.000000\
-2639, 0.000000\
-2639, 0.000000\
-2639, 0.000000\
-2639, 0.000000\
-2639, 0.000000\
-2639, 0.000000\
-2640, 0.000000\
-2640, 0.000000\
-2640, 0.000000\
-2640, 0.000000\
-2640, 0.000000\
-2640, 0.000000\
-2640, 0.000000\
-2640, 0.000000\
-2640, 0.000000\
-2641, 0.000000\
-2641, 0.000000\
-2641, 0.000000\
-2641, 0.000000\
-2641, 0.000000\
-2641, 0.000000\
-2641, 0.000000\
-2641, 0.000000\
-2641, 0.000000\
-2642, 0.000000\
-2642, 0.000000\
-2642, 0.000000\
-2642, 0.000000\
-2642, 0.000000\
-2642, 0.000000\
-2642, 0.000000\
-2642, 0.000000\
-2642, 0.000000\
-2643, 0.000000\
-2643, 0.000000\
-2643, 0.000000\
-2643, 0.000000\
-2643, 0.000000\
-2643, 0.000000\
-2643, 0.000000\
-2643, 0.000000\
-2643, 0.000000\
-2644, 0.000000\
-2644, 0.000000\
-2644, 0.000000\
-2644, 0.000000\
-2644, 0.000000\
-2644, 0.000000\
-2644, 0.000000\
-2644, 0.000000\
-2644, 0.000000\
-2645, 0.000000\
-2645, 0.000000\
-2645, 0.000000\
-2645, 0.000000\
-2645, 0.000000\
-2645, 0.000000\
-2645, 0.000000\
-2645, 0.000000\
-2645, 0.000000\
-2646, 0.000000\
-2646, 0.000000\
-2646, 0.000000\
-2646, 0.000000\
-2646, 0.000000\
-2646, 0.000000\
-2646, 0.000000\
-2646, 0.000000\
-2646, 0.000000\
-2647, 0.000000\
-2647, 0.000000\
-2647, 0.000000\
-2647, 0.000000\
-2647, 0.000000\
-2647, 0.000000\
-2647, 0.000000\
-2647, 0.000000\
-2647, 0.000000\
-2648, 0.000000\
-2648, 0.000000\
-2648, 0.000000\
-2648, 0.000000\
-2648, 0.000000\
-2648, 0.000000\
-2648, 0.000000\
-2648, 0.000000\
-2648, 0.000000\
-2649, 0.000000\
-2649, 0.000000\
-2649, 0.000000\
-2649, 0.000000\
-2649, 0.000000\
-2649, 0.000000\
-2649, 0.000000\
-2649, 0.000000\
-2649, 0.000000\
-2650, 0.000000\
-2650, 0.000000\
-2650, 0.000000\
-2650, 0.000000\
-2650, 0.000000\
-2650, 0.000000\
-2650, 0.000000\
-2650, 0.000000\
-2650, 0.000000\
-2651, 0.000000\
-2651, 0.000000\
-2651, 0.000000\
-2651, 0.000000\
-2651, 0.000000\
-2651, 0.000000\
-2651, 0.000000\
-2651, 0.000000\
-2651, 0.000000\
-2652, 0.000000\
-2652, 0.000000\
-2652, 0.000000\
-2652, 0.000000\
-2652, 0.000000\
-2652, 0.000000\
-2652, 0.000000\
-2652, 0.000000\
-2652, 0.000000\
-2653, 0.000000\
-2653, 0.000000\
-2653, 0.000000\
-2653, 0.000000\
-2653, 0.000000\
-2653, 0.000000\
-2653, 0.000000\
-2653, 0.000000\
-2653, 0.000000\
-2654, 0.000000\
-2654, 0.000000\
-2654, 0.000000\
-2654, 0.000000\
-2654, 0.000000\
-2654, 0.000000\
-2654, 0.000000\
-2654, 0.000000\
-2654, 0.000000\
-2655, 0.000000\
-2655, 0.000000\
-2655, 0.000000\
-2655, 0.000000\
-2655, 0.000000\
-2655, 0.000000\
-2655, 0.000000\
-2655, 0.000000\
-2655, 0.000000\
-2656, 0.000000\
-2656, 0.000000\
-2656, 0.000000\
-2656, 0.000000\
-2656, 0.000000\
-2656, 0.000000\
-2656, 0.000000\
-2656, 0.000000\
-2656, 0.000000\
-2657, 0.000000\
-2657, 0.000000\
-2657, 0.000000\
-2657, 0.000000\
-2657, 0.000000\
-2657, 0.000000\
-2657, 0.000000\
-2657, 0.000000\
-2657, 0.000000\
-2658, 0.000000\
-2658, 0.000000\
-2658, 0.000000\
-2658, 0.000000\
-2658, 0.000000\
-2658, 0.000000\
-2658, 0.000000\
-2658, 0.000000\
-2658, 0.000000\
-2659, 0.000000\
-2659, 0.000000\
-2659, 0.000000\
-2659, 0.000000\
-2659, 0.000000\
-2659, 0.000000\
-2659, 0.000000\
-2659, 0.000000\
-2659, 0.000000\
-2660, 0.000000\
-2660, 0.000000\
-2660, 0.000000\
-2660, 0.000000\
-2660, 0.000000\
-2660, 0.000000\
-2660, 0.000000\
-2660, 0.000000\
-2660, 0.000000\
-2661, 0.000000\
-2661, 0.000000\
-2661, 0.000000\
-2661, 0.000000\
-2661, 0.000000\
-2661, 0.000000\
-2661, 0.000000\
-2661, 0.000000\
-2661, 0.000000\
-2662, 0.000000\
-2662, 0.000000\
-2662, 0.000000\
-2662, 0.000000\
-2662, 0.000000\
-2662, 0.000000\
-2662, 0.000000\
-2662, 0.000000\
-2662, 0.000000\
-2663, 0.000000\
-2663, 0.000000\
-2663, 0.000000\
-2663, 0.000000\
-2663, 0.000000\
-2663, 0.000000\
-2663, 0.000000\
-2663, 0.000000\
-2663, 0.000000\
-2664, 0.000000\
-2664, 0.000000\
-2664, 0.000000\
-2664, 0.000000\
-2664, 0.000000\
-2664, 0.000000\
-2664, 0.000000\
-2664, 0.000000\
-2664, 0.000000\
-2665, 0.000000\
-2665, 0.000000\
-2665, 0.000000\
-2665, 0.000000\
-2665, 0.000000\
-2665, 0.000000\
-2665, 0.000000\
-2665, 0.000000\
-2665, 0.000000\
-2666, 0.000000\
-2666, 0.000000\
-2666, 0.000000\
-2666, 0.000000\
-2666, 0.000000\
-2666, 0.000000\
-2666, 0.000000\
-2666, 0.000000\
-2666, 0.000000\
-2667, 0.000000\
-2667, 0.000000\
-2667, 0.000000\
-2667, 0.000000\
-2667, 0.000000\
-2667, 0.000000\
-2667, 0.000000\
-2667, 0.000000\
-2667, 0.000000\
-2668, 0.000000\
-2668, 0.000000\
-2668, 0.000000\
-2668, 0.000000\
-2668, 0.000000\
-2668, 0.000000\
-2668, 0.000000\
-2668, 0.000000\
-2668, 0.000000\
-2669, 0.000000\
-2669, 0.000000\
-2669, 0.000000\
-2669, 0.000000\
-2669, 0.000000\
-2669, 0.000000\
-2669, 0.000000\
-2669, 0.000000\
-2669, 0.000000\
-2670, 0.000000\
-2670, 0.000000\
-2670, 0.000000\
-2670, 0.000000\
-2670, 0.000000\
-2670, 0.000000\
-2670, 0.000000\
-2670, 0.000000\
-2670, 0.000000\
-2671, 0.000000\
-2671, 0.000000\
-2671, 0.000000\
-2671, 0.000000\
-2671, 0.000000\
-2671, 0.000000\
-2671, 0.000000\
-2671, 0.000000\
-2671, 0.000000\
-2672, 0.000000\
-2672, 0.000000\
-2672, 0.000000\
-2672, 0.000000\
-2672, 0.000000\
-2672, 0.000000\
-2672, 0.000000\
-2672, 0.000000\
-2672, 0.000000\
-2673, 0.000000\
-2673, 0.000000\
-2673, 0.000000\
-2673, 0.000000\
-2673, 0.000000\
-2673, 0.000000\
-2673, 0.000000\
-2673, 0.000000\
-2673, 0.000000\
-2674, 0.000000\
-2674, 0.000000\
-2674, 0.000000\
-2674, 0.000000\
-2674, 0.000000\
-2674, 0.000000\
-2674, 0.000000\
-2674, 0.000000\
-2674, 0.000000\
-2675, 0.000000\
-2675, 0.000000\
-2675, 0.000000\
-2675, 0.000000\
-2675, 0.000000\
-2675, 0.000000\
-2675, 0.000000\
-2675, 0.000000\
-2675, 0.000000\
-2676, 0.000000\
-2676, 0.000000\
-2676, 0.000000\
-2676, 0.000000\
-2676, 0.000000\
-2676, 0.000000\
-2676, 0.000000\
-2676, 0.000000\
-2676, 0.000000\
-2677, 0.000000\
-2677, 0.000000\
-2677, 0.000000\
-2677, 0.000000\
-2677, 0.000000\
-2677, 0.000000\
-2677, 0.000000\
-2677, 0.000000\
-2677, 0.000000\
-2678, 0.000000\
-2678, 0.000000\
-2678, 0.000000\
-2678, 0.000000\
-2678, 0.000000\
-2678, 0.000000\
-2678, 0.000000\
-2678, 0.000000\
-2678, 0.000000\
-2679, 0.000000\
-2679, 0.000000\
-2679, 0.000000\
-2679, 0.000000\
-2679, 0.000000\
-2679, 0.000000\
-2679, 0.000000\
-2679, 0.000000\
-2679, 0.000000\
-2680, 0.000000\
-2680, 0.000000\
-2680, 0.000000\
-2680, 0.000000\
-2680, 0.000000\
-2680, 0.000000\
-2680, 0.000000\
-2680, 0.000000\
-2680, 0.000000\
-2681, 0.000000\
-2681, 0.000000\
-2681, 0.000000\
-2681, 0.000000\
-2681, 0.000000\
-2681, 0.000000\
-2681, 0.000000\
-2681, 0.000000\
-2681, 0.000000\
-2682, 0.000000\
-2682, 0.000000\
-2682, 0.000000\
-2682, 0.000000\
-2682, 0.000000\
-2682, 0.000000\
-2682, 0.000000\
-2682, 0.000000\
-2682, 0.000000\
-2683, 0.000000\
-2683, 0.000000\
-2683, 0.000000\
-2683, 0.000000\
-2683, 0.000000\
-2683, 0.000000\
-2683, 0.000000\
-2683, 0.000000\
-2683, 0.000000\
-2684, 0.000000\
-2684, 0.000000\
-2684, 0.000000\
-2684, 0.000000\
-2684, 0.000000\
-2684, 0.000000\
-2684, 0.000000\
-2684, 0.000000\
-2684, 0.000000\
-			0.000000	(t_t_x(262805,0),1.o,0.000000)\
-			1.000000	(t_t_x(262806,0),2.o,1.000000)\
-			0.000000	(t_t_x(262808,0),3.o,0.000000)\
-			0.000000	(t_t_x(262844,0),4.o,0.000000)\
-			0.000000	(t_t_x(262875,342)EBBRA04E,5.o,0.000000)\
-			0.000000	(t_t_x(262897,0),6.o,0.000000)\
-			0.000000	(t_t_x(262913,0),7.o,0.000000)\
-			1.000000	(t_t_x(262946,560)RQXSI04E,8.o,1.000000)\
-			0.000000	(t_t_x(263003,0),9.o,0.000000)\
-			0.000000	(t_t_x(263004,385)RQXSI04E,10.o,0.000000)\
-			0.000000	(t_t_x(263012,0),11.o,0.000000)\
-			0.000000	(t_t_x(263107,22)BR204M,12.o,0.000000)\
-			0.000000	(t_t_x(263142,0),13.o,0.000000)\
-			0.000000	(t_t_x(263168,65)RFBRT04M,14.o,0.000000)\
-			0.000000	(t_t_x(263196,337)RQXSI04E,15.o,0.000000)\
-			1.000000	(t_t_x(263206,0),16.o,1.000000)\
-			0.000000	(t_t_x(263212,0),17.o,0.000000)\
-			0.000000	(t_t_x(263249,0),18.o,0.000000)\
-			0.000000	(t_t_x(263266,0),19.o,0.000000)\
-			0.000000	(t_t_x(263276,0),20.o,0.000000)\
-			0.000000	(t_t_x(263279,151)KFZ4404M,21.o,0.000000)\
-			0.000000	(t_t_x(263280,91)MM304,22.o,0.000000)\
-			0.000000	(t_t_x(263290,0),23.o,0.000000)\
-			0.000000	(t_t_x(263294,0),24.o,0.000000)\
-			0.000000	(t_t_x(263297,0),25.o,0.000000)\
-			0.000000	(t_t_x(263298,245)LELVL04M,26.o,0.000000)\
-			0.000000	(t_t_x(263306,2040)LCES004,27.o,0.000000)\
-			0.000000	(t_t_x(263313,252)RFBRT04M,28.o,0.000000)\
-			0.000000	(t_t_x(263316,0),29.o,0.000000)\
-			0.000000	(t_t_x(263323,32)LEBAS04M,30.o,0.000000)\
-			1.000000	(t_t_x(263329,0),31.o,1.000000)\
-			0.000000	(t_t_x(263330,0),32.o,0.000000)\
-			0.000000	(t_t_x(263332,140)MM204,33.o,0.000000)\
-			0.000000	(t_t_x(263339,289)LCES004M,34.o,0.000000)\
-			0.000000	(t_t_x(263346,0),35.o,0.000000)\
-			0.000000	(t_t_x(263350,110)RFBRT04M,36.o,0.000000)\
-			0.000000	(t_t_x(263351,0),37.o,0.000000)\
-			0.000000	(t_t_x(263367,181)RFBRT04M,38.o,0.000000)\
-			0.000000	(t_t_x(263370,352)RFBRT04M,39.o,0.000000)\
-			0.000000	(t_t_x(263376,0),40.o,0.000000)\
-			0.000000	(t_t_x(263389,17)MM304,41.o,0.000000)\
-			0.000000	(t_t_x(263410,1535)LGKFN04,42.o,0.000000)\
-			0.000000	(t_t_x(263412,167)LCES004M,43.o,0.000000)\
-			0.000000	(t_t_x(263418,751)$BKED1204,44.o,0.000000)\
-			0.000000	(t_t_x(263421,54)LCES004M,45.o,0.000000)\
-			0.000000	(t_t_x(263439,2429)YB3EH04A,46.o,0.000000)\
-			0.000000	(t_t_x(263463,740)LEBAS04A,47.o,0.000000)\
-			0.000000	(t_t_x(263476,76)EBEEC04M,48.o,0.000000)\
-			0.000000	(t_t_x(263492,0),49.o,0.000000)\
-			0.000000	(t_t_x(263498,0),50.o,0.000000)\
-			0.000000	(t_t_x(263502,145)LEBAS04M,51.o,0.000000)\
-			0.000000	(t_t_x(263503,436)RNS04M,52.o,0.000000)\
-			0.000000	(t_t_x(263515,0),53.o,0.000000)\
-			0.000000	(t_t_x(263516,226)LEBAS04M,54.o,0.000000)\
-			0.000000	(t_t_x(263558,0),55.o,0.000000)\
-			1.000000	(t_t_x(263563,0),56.o,1.000000)\
-			0.000000	(t_t_x(263570,60)LELVU04,57.o,0.000000)\
-			0.000000	(t_t_x(263574,0),58.o,0.000000)\
-			0.000000	(t_t_x(263580,2953)LCES004,59.o,0.000000)\
-			0.000000	(t_t_x(263584,180)LEBAS04A,60.o,0.000000)\
-			0.000000	(t_t_x(263587,1255)LCES004M,61.o,0.000000)\
-			0.000000	(t_t_x(263593,3270)KWUR1C04,62.o,0.000000)\
-			1.000000	(t_t_x(263594,2105)LCES004M,63.o,1.000000)\
-			0.000000	(t_t_x(263601,136)YB3EH04A,64.o,0.000000)\
-			0.000000	(t_t_x(263602,2907)LCES004,65.o,0.000000)\
-			0.000000	(t_t_x(263607,498)LCES004M,66.o,0.000000)\
-			0.000000	(t_t_x(263612,2281)LCES004,67.o,0.000000)\
-			0.000000	(t_t_x(263613,206)$BKED1204,68.o,0.000000)\
-			0.000000	(t_t_x(263621,189)RMZSI04,69.o,0.000000)\
-			0.000000	(t_t_x(263638,373)LEBAS04A,70.o,0.000000)\
-			0.000000	(t_t_x(263640,375)LCES004,71.o,0.000000)\
-			1.000000	(t_t_x(263646,0),72.o,1.000000)\
-			0.000000	(t_t_x(263649,0),73.o,0.000000)\
-			0.000000	(t_t_x(263659,0),74.o,0.000000)\
-			0.000000	(t_t_x(263662,0),75.o,0.000000)\
-			0.000000	(t_t_x(263699,175)$RMZSI04,76.o,0.000000)\
-			0.000000	(t_t_x(263700,68)LEBAS04A,77.o,0.000000)\
-			0.000000	(t_t_x(263713,0),78.o,0.000000)\
-			0.000000	(t_t_x(263733,0),79.o,0.000000)\
-			1.000000	(t_t_x(263743,565)LEBAS04A,80.o,1.000000)\
-			0.000000	(t_t_x(263793,0),81.o,0.000000)\
-			0.000000	(t_t_x(263797,17)KFUL1U04,82.o,0.000000)\
-			0.000000	(t_t_x(263800,0),83.o,0.000000)\
-			0.000000	(t_t_x(263814,175)LEBAS04A,84.o,0.000000)\
-			0.000000	(t_t_x(263816,473)RMZU04,85.o,0.000000)\
-			0.000000	(t_t_x(263820,0),86.o,0.000000)\
-			1.000000	(t_t_x(263840,0),87.o,1.000000)\
-			0.000000	(t_t_x(263859,124)LEBAS04A,88.o,0.000000)\
-			0.000000	(t_t_x(263860,2155)LCES004,89.o,0.000000)\
-			0.000000	(t_t_x(263862,2642)LCES004,90.o,0.000000)\
-			0.000000	(t_t_x(263866,2862)LCES004,91.o,0.000000)\
-			0.000000	(t_t_x(263868,3534)LCES004,92.o,0.000000)\
-			0.000000	(t_t_x(263905,0),93.o,0.000000)\
-			0.000000	(t_t_x(263921,3022)LCES004,94.o,0.000000)\
-			0.000000	(t_t_x(263922,0),95.o,0.000000)\
-			0.000000	(t_t_x(263926,0),96.o,0.000000)\
-			0.000000	(t_t_x(263931,62)MYY04A,97.o,0.000000)\
-			0.000000	(t_t_x(263958,1783)LCES004,98.o,0.000000)\
-			0.000000	(t_t_x(263962,2074)LCES004,99.o,0.000000)\
-			0.000000	(t_t_x(263986,0),100.o,0.000000)\
-			0.000000	(t_t_x(264011,3115)LCES004,101.o,0.000000)\
-			1.000000	(t_t_x(264013,0),102.o,1.000000)\
-			0.000000	(t_t_x(264033,0),103.o,0.000000)\
-			0.000000	(t_t_x(267696,0),104.o,0.000000)\
-			0.000000	(t_t_x(267735,120)$KSPE1P04,105.o,0.000000)\
-			0.000000	(t_t_x(267745,140)EBBRA04E,106.o,0.000000)\
-			0.000000	(t_t_x(268974,7)KHVL104E,107.o,0.000000)\
-			1.000000	(t_t_x(269231,219)YBOLN04M,108.o,1.000000)\
-			0.000000	(t_t_x(269531,0),109.o,0.000000)\
-			1.000000	(t_t_x(269558,0),110.o,1.000000)\
-			0.000000	(t_t_x(269712,0),111.o,0.000000)\
-			0.000000	(t_t_x(269731,270)EBBRA04E,112.o,0.000000)\
-			0.000000	(t_t_x(269896,0),113.o,0.000000)\
-			0.000000	(t_t_x(270314,0),114.o,0.000000)\
-			0.000000	(t_t_x(270327,0),115.o,0.000000)\
-			0.000000	(t_t_x(270468,194)YBOLN04M,116.o,0.000000)\
-			0.000000	(t_t_x(270609,20)KHVL104E,117.o,0.000000)\
-			0.000000	(t_t_x(270762,150)YB5WH04M,118.o,0.000000)\
-			0.000000	(t_t_x(271099,93)YB5WH04M,119.o,0.000000)\
-			0.000000	(t_t_x(271199,181)RMZU04E,120.o,0.000000)\
-			0.000000	(t_t_x(271211,378)RQXSI04E,121.o,0.000000)\
-			0.000000	(t_t_x(271214,507)YB3EH04E,122.o,0.000000)\
-			0.000000	(t_t_x(271412,114)RMZU04E,123.o,0.000000)\
-			1.000000	(t_t_x(271428,0),124.o,1.000000)\
-			0.000000	(t_t_x(271601,1510)RASI04M,125.o,0.000000)\
-			0.000000	(t_t_x(271616,0),126.o,0.000000)\
-			0.000000	(t_t_x(272204,61)YBOLN04M,127.o,0.000000)\
-			0.000000	(t_t_x(272234,0),128.o,0.000000)\
-			0.000000	(t_t_x(272249,40)EGNOR04M,129.o,0.000000)\
-			0.000000	(t_t_x(272266,2813)RQXSI04E,130.o,0.000000)\
-			0.000000	(t_t_x(272287,0),131.o,0.000000)\
-			0.000000	(t_t_x(272507,0),132.o,0.000000)\
-			0.000000	(t_t_x(272695,12)RQXSI04E,133.o,0.000000)\
-			0.000000	(t_t_x(272849,1203)LGKFN04,134.o,0.000000)\
-			0.000000	(t_t_x(272894,1)RMZU04E,135.o,0.000000)\
-			0.000000	(t_t_x(273004,366)EGNOR04M,136.o,0.000000)\
-			0.000000	(t_t_x(273032,556)RQXSI04E,137.o,0.000000)\
-			0.000000	(t_t_x(273048,936)RQXU04E,138.o,0.000000)\
-			0.000000	(t_t_x(273072,0),139.o,0.000000)\
-			1.000000	(t_t_x(273386,667)EGNOR04M,140.o,1.000000)\
-			0.000000	(t_t_x(273540,36)LOW304M,141.o,0.000000)\
-			0.000000	(t_t_x(273545,580)LFPND04,142.o,0.000000)\
-			1.000000	(t_t_x(273554,0),143.o,1.000000)\
-			0.000000	(t_t_x(273555,0),144.o,0.000000)\
-			0.000000	(t_t_x(273572,1293)LGZAA04M,145.o,0.000000)\
-			0.000000	(t_t_x(273599,0),146.o,0.000000)\
-			0.000000	(t_t_x(273793,10)RQXSI04E,147.o,0.000000)\
-			0.000000	(t_t_x(273960,31)EGNOR04M,148.o,0.000000)\
-			0.000000	(t_t_x(273980,514)PMXX04M,149.o,0.000000)\
-			1.000000	(t_t_x(274216,0),150.o,1.000000)\
-			0.000000	(t_t_x(274389,1316)LFPND04,151.o,0.000000)\
-			0.000000	(t_t_x(274564,168)RQXSI04E,152.o,0.000000)\
-			1.000000	(t_t_x(274577,0),153.o,1.000000)\
-			0.000000	(t_t_x(274596,39)RQXSI04E,154.o,0.000000)\
-			0.000000	(t_t_x(274616,63)RQXSI04E,155.o,0.000000)\
-			0.000000	(t_t_x(274643,0),156.o,0.000000)\
-			0.000000	(t_t_x(274901,0),157.o,0.000000)\
-			0.000000	(t_t_x(274934,0),158.o,0.000000)\
-			0.000000	(t_t_x(274996,0),159.o,0.000000)\
-			1.000000	(t_t_x(275011,415)MT4AT04E,160.o,1.000000)\
-			0.000000	(t_t_x(275027,184)LGZAA04M,161.o,0.000000)\
-			0.000000	(t_t_x(275135,58)LGSRA04,162.o,0.000000)\
-			0.000000	(t_t_x(275270,14)RASI04M,163.o,0.000000)\
-			0.000000	(t_t_x(275272,41)EGNOR04M,164.o,0.000000)\
-			1.000000	(t_t_x(275277,1386)RQXSI04E,165.o,1.000000)\
-			0.000000	(t_t_x(275338,126)FUJ04M,166.o,0.000000)\
-			0.000000	(t_t_x(275522,0),167.o,0.000000)\
-			0.000000	(t_t_x(275587,0),168.o,0.000000)\
-			0.000000	(t_t_x(275682,200)RFBRT04M,169.o,0.000000)\
-			0.000000	(t_t_x(275809,70)YD5WH04M,170.o,0.000000)\
-			0.000000	(t_t_x(275864,376)LFPND04,171.o,0.000000)\
-			1.000000	(t_t_x(275987,0),172.o,1.000000)\
-			0.000000	(t_t_x(276076,0),173.o,0.000000)\
-			1.000000	(t_t_x(276122,1733)EG11G04M,174.o,1.000000)\
-			0.000000	(t_t_x(276210,171)KHVL104E,175.o,0.000000)\
-			0.000000	(t_t_x(276300,114)LCES004M,176.o,0.000000)\
-			0.000000	(t_t_x(276307,978)LGKFN04,177.o,0.000000)\
-			1.000000	(t_t_x(276383,135)$LCS12W03,178.o,1.000000)\
-			0.000000	(t_t_x(276531,374)KHVL104E,179.o,0.000000)\
-			0.000000	(t_t_x(276534,153)KHVL104E,180.o,0.000000)\
-			0.000000	(t_t_x(276588,1025)LGZAA04M,181.o,0.000000)\
-			0.000000	(t_t_x(276611,417)RQXSI04E,182.o,0.000000)\
-			1.000000	(t_t_x(276662,44)EBEEC04M,183.o,1.000000)\
-			0.000000	(t_t_x(276745,19)$KCHI104M,184.o,0.000000)\
-			0.000000	(t_t_x(276830,79)LEBAS04M,185.o,0.000000)\
-			0.000000	(t_t_x(276837,0),186.o,0.000000)\
-			1.000000	(t_t_x(276838,0),187.o,1.000000)\
-			0.000000	(t_t_x(276911,0),188.o,0.000000)\
-			0.000000	(t_t_x(276925,0),189.o,0.000000)\
-			0.000000	(t_t_x(276959,561)PMXX04M,190.o,0.000000)\
-			0.000000	(t_t_x(276966,0),191.o,0.000000)\
-			0.000000	(t_t_x(276972,0),192.o,0.000000)\
-			0.000000	(t_t_x(276989,0),193.o,0.000000)\
-			0.000000	(t_t_x(276991,59)MM204,194.o,0.000000)\
-			0.000000	(t_t_x(277031,61)$LGRPA04M,195.o,0.000000)\
-			0.000000	(t_t_x(277112,0),196.o,0.000000)\
-			1.000000	(t_t_x(277127,965)LGKFN04,197.o,1.000000)\
-			0.000000	(t_t_x(277129,0),198.o,0.000000)\
-			0.000000	(t_t_x(277167,0),199.o,0.000000)\
-			1.000000	(t_t_x(277190,341)EG11G04M,200.o,1.000000)\
-			0.000000	(t_t_x(277197,29)EG11G04M,201.o,0.000000)\
-			0.000000	(t_t_x(277201,534)KHVL104E,202.o,0.000000)\
-			0.000000	(t_t_x(277232,0),203.o,0.000000)\
-			0.000000	(t_t_x(277243,0),204.o,0.000000)\
-			0.000000	(t_t_x(277278,0),205.o,0.000000)\
-			0.000000	(t_t_x(277284,398)EBBRA04E,206.o,0.000000)\
-			0.000000	(t_t_x(277296,0),207.o,0.000000)\
-			0.000000	(t_t_x(277313,5)YBOLN04M,208.o,0.000000)\
-			0.000000	(t_t_x(277361,1848)LFPND04,209.o,0.000000)\
-			0.000000	(t_t_x(277366,0),210.o,0.000000)\
-			1.000000	(t_t_x(277387,5)YB3EH04E,211.o,1.000000)\
-			0.000000	(t_t_x(277424,46)EHAMA04,212.o,0.000000)\
-			0.000000	(t_t_x(277425,0),213.o,0.000000)\
-			0.000000	(t_t_x(277434,680)EG11G04M,214.o,0.000000)\
-			0.000000	(t_t_x(277445,0),215.o,0.000000)\
-			0.000000	(t_t_x(277463,642)LGKFN04,216.o,0.000000)\
-			0.000000	(t_t_x(277472,325)EG11G04M,217.o,0.000000)\
-			0.000000	(t_t_x(277484,46)YB3EH04E,218.o,0.000000)\
-			0.000000	(t_t_x(277533,0),219.o,0.000000)\
-			0.000000	(t_t_x(277562,518)YH5MH04M,220.o,0.000000)\
-			0.000000	(t_t_x(277591,0),221.o,0.000000)\
-			0.000000	(t_t_x(277598,0),222.o,0.000000)\
-			0.000000	(t_t_x(277602,0),223.o,0.000000)\
-			1.000000	(t_t_x(277703,206)KHVL104E,224.o,1.000000)\
-			0.000000	(t_t_x(277744,0),225.o,0.000000)\
-			0.000000	(t_t_x(277803,337)$YH5MH04M,226.o,0.000000)\
-			0.000000	(t_t_x(277826,88)RJIU04M,227.o,0.000000)\
-			0.000000	(t_t_x(277829,0),228.o,0.000000)\
-			0.000000	(t_t_x(277917,0),229.o,0.000000)\
-			0.000000	(t_t_x(277924,9)YBOLN04M,230.o,0.000000)\
-			0.000000	(t_t_x(277936,1127)LGKFN04,231.o,0.000000)\
-			0.000000	(t_t_x(278026,24)YD5WH04M,232.o,0.000000)\
-			0.000000	(t_t_x(278036,0),233.o,0.000000)\
-			0.000000	(t_t_x(278037,332)YD5WH04M,234.o,0.000000)\
-			0.000000	(t_t_x(278067,1219)EG11G04M,235.o,0.000000)\
-			0.000000	(t_t_x(278123,1327)EGNOR04M,236.o,0.000000)\
-			0.000000	(t_t_x(278149,454)EGNOR04M,237.o,0.000000)\
-			1.000000	(t_t_x(278154,0),238.o,1.000000)\
-			0.000000	(t_t_x(278158,30)YB3EH04M,239.o,0.000000)\
-			0.000000	(t_t_x(278162,0),240.o,0.000000)\
-			0.000000	(t_t_x(278185,0),241.o,0.000000)\
-			0.000000	(t_t_x(278209,73)KHVL104E,242.o,0.000000)\
-			0.000000	(t_t_x(278261,0),243.o,0.000000)\
-			0.000000	(t_t_x(278295,105)RNI04M,244.o,0.000000)\
-			0.000000	(t_t_x(278320,0),245.o,0.000000)\
-			0.000000	(t_t_x(278322,0),246.o,0.000000)\
-			0.000000	(t_t_x(278386,0),247.o,0.000000)\
-			1.000000	(t_t_x(278487,181)YH5MH04M,248.o,1.000000)\
-			0.000000	(t_t_x(278529,2)KSLN04M,249.o,0.000000)\
-			0.000000	(t_t_x(278554,61)GL4W04M,250.o,0.000000)\
-			0.000000	(t_t_x(278555,0),251.o,0.000000)\
-			0.000000	(t_t_x(278562,276)YB5KL04E,252.o,0.000000)\
-			0.000000	(t_t_x(278564,0),253.o,0.000000)\
-			0.000000	(t_t_x(278565,409)LELVU04,254.o,0.000000)\
-			0.000000	(t_t_x(278590,368)EHAMA04,255.o,0.000000)\
-			0.000000	(t_t_x(278592,0),256.o,0.000000)\
-			0.000000	(t_t_x(278598,72)EHAMA04,257.o,0.000000)\
-			0.000000	(t_t_x(278603,572)EHAMA04,258.o,0.000000)\
-			0.000000	(t_t_x(278607,0),259.o,0.000000)\
-			0.000000	(t_t_x(278647,908)EHAMA04,260.o,0.000000)\
-			0.000000	(t_t_x(278651,0),261.o,0.000000)\
-			0.000000	(t_t_x(278663,114)EHAMA04,262.o,0.000000)\
-			1.000000	(t_t_x(278669,598)EHAMA04,263.o,1.000000)\
-			0.000000	(t_t_x(278681,1427)EHAMA04,264.o,0.000000)\
-			0.000000	(t_t_x(278783,0),265.o,0.000000)\
-			0.000000	(t_t_x(278814,0),266.o,0.000000)\
-			0.000000	(t_t_x(278830,0),267.o,0.000000)\
-			0.000000	(t_t_x(278839,122)EBEEC04M,268.o,0.000000)\
-			0.000000	(t_t_x(278855,741)KHVL104E,269.o,0.000000)\
-			1.000000	(t_t_x(278862,0),270.o,1.000000)\
-			0.000000	(t_t_x(278871,434)KWUR404E,271.o,0.000000)\
-			0.000000	(t_t_x(278872,356)EG11G04M,272.o,0.000000)\
-			0.000000	(t_t_x(278885,0),273.o,0.000000)\
-			0.000000	(t_t_x(278889,228)KHVL104E,274.o,0.000000)\
-			0.000000	(t_t_x(278911,0),275.o,0.000000)\
-			0.000000	(t_t_x(278920,0),276.o,0.000000)\
-			1.000000	(t_t_x(278940,0),277.o,1.000000)\
-			0.000000	(t_t_x(278945,1189)LFMDA04A,278.o,0.000000)\
-			0.000000	(t_t_x(279006,227)BKED1204,279.o,0.000000)\
-			0.000000	(t_t_x(279011,2210)LGKFN04,280.o,0.000000)\
-			0.000000	(t_t_x(279048,371)KHVL104E,281.o,0.000000)\
-			0.000000	(t_t_x(279142,0),282.o,0.000000)\
-			1.000000	(t_t_x(279160,0),283.o,1.000000)\
-			0.000000	(t_t_x(279163,0),284.o,0.000000)\
-			0.000000	(t_t_x(279186,15)YB3EH04A,285.o,0.000000)\
-			0.000000	(t_t_x(279192,0),286.o,0.000000)\
-			1.000000	(t_t_x(279193,2097)$YH5MH04M,287.o,1.000000)\
-			0.000000	(t_t_x(279241,0),288.o,0.000000)\
-			0.000000	(t_t_x(279243,342)KSPE1P04,289.o,0.000000)\
-			0.000000	(t_t_x(279250,132)KSPE1P04,290.o,0.000000)\
-			1.000000	(t_t_x(279259,204)YH5MH04M,291.o,1.000000)\
-			0.000000	(t_t_x(279261,1470)LGSRA04,292.o,0.000000)\
-			0.000000	(t_t_x(279279,0),293.o,0.000000)\
-			0.000000	(t_t_x(279300,103)LCS12W03,294.o,0.000000)\
-			0.000000	(t_t_x(279312,22)KSPE1P04,295.o,0.000000)\
-			0.000000	(t_t_x(279318,0),296.o,0.000000)\
-			0.000000	(t_t_x(279339,0),297.o,0.000000)\
-			0.000000	(t_t_x(279340,6)YB5WH04M,298.o,0.000000)\
-			0.000000	(t_t_x(279347,429)KSPE1P04,299.o,0.000000)\
-			0.000000	(t_t_x(279349,0),300.o,0.000000)\
-			0.000000	(t_t_x(279386,107)$YH5MH04M,301.o,0.000000)\
-			0.000000	(t_t_x(279395,0),302.o,0.000000)\
-			1.000000	(t_t_x(279398,214)YH5MH04M,303.o,1.000000)\
-			0.000000	(t_t_x(279403,12)KSPE1P04,304.o,0.000000)\
-			0.000000	(t_t_x(279405,0),305.o,0.000000)\
-			0.000000	(t_t_x(279409,811)YH5MH04M,306.o,0.000000)\
-			0.000000	(t_t_x(279411,905)KSPE1P04,307.o,0.000000)\
-			0.000000	(t_t_x(279431,0),308.o,0.000000)\
-			0.000000	(t_t_x(279450,0),309.o,0.000000)\
-			0.000000	(t_t_x(279467,417)YH5MH04M,310.o,0.000000)\
-			1.000000	(t_t_x(279482,384)YBOLN04M,311.o,1.000000)\
-			0.000000	(t_t_x(279485,780)KHVL104E,312.o,0.000000)\
-			0.000000	(t_t_x(279494,0),313.o,0.000000)\
-			0.000000	(t_t_x(279524,0),314.o,0.000000)\
-			0.000000	(t_t_x(279544,40)RFBRT04M,315.o,0.000000)\
-			0.000000	(t_t_x(279552,362)EBBRA04E,316.o,0.000000)\
-			0.000000	(t_t_x(279592,0),317.o,0.000000)\
-			0.000000	(t_t_x(279621,719)YH5MH04M,318.o,0.000000)\
-			0.000000	(t_t_x(279622,0),319.o,0.000000)\
-			0.000000	(t_t_x(279627,578)EGPFA04,320.o,0.000000)\
-			0.000000	(t_t_x(279642,566)KHVL104E,321.o,0.000000)\
-			0.000000	(t_t_x(279651,0),322.o,0.000000)\
-			0.000000	(t_t_x(279652,30)KHVL104E,323.o,0.000000)\
-			1.000000	(t_t_x(279686,72)YBOLN04M,324.o,1.000000)\
-			0.000000	(t_t_x(279687,766)LGRPA04M,325.o,0.000000)\
-			0.000000	(t_t_x(279690,1030)EGPFA04,326.o,0.000000)\
-			0.000000	(t_t_x(279693,364)YH5MH04M,327.o,0.000000)\
-			0.000000	(t_t_x(279716,370)LELVU04,328.o,0.000000)\
-			0.000000	(t_t_x(279721,296)EHAMA04,329.o,0.000000)\
-			0.000000	(t_t_x(279734,123)$RMZSI04M,330.o,0.000000)\
-			0.000000	(t_t_x(279735,441)$KHVL104E,331.o,0.000000)\
-			0.000000	(t_t_x(279756,175)KHVL104E,332.o,0.000000)\
-			0.000000	(t_t_x(279791,1113)EHAMA04,333.o,0.000000)\
-			1.000000	(t_t_x(279801,1216)EHAMA04,334.o,1.000000)\
-			0.000000	(t_t_x(279804,540)KHVL104E,335.o,0.000000)\
-			0.000000	(t_t_x(279817,269)EGNOR04M,336.o,0.000000)\
-			0.000000	(t_t_x(279827,0),337.o,0.000000)\
-			0.000000	(t_t_x(279832,0),338.o,0.000000)\
-			0.000000	(t_t_x(279834,0),339.o,0.000000)\
-			0.000000	(t_t_x(279845,226)$KHVL104E,340.o,0.000000)\
-			0.000000	(t_t_x(279882,0),341.o,0.000000)\
-			0.000000	(t_t_x(279885,970)EHAMA04,342.o,0.000000)\
-			0.000000	(t_t_x(279887,3147)LGSRA04,343.o,0.000000)\
-			0.000000	(t_t_x(279893,1254)EHAMA04,344.o,0.000000)\
-			0.000000	(t_t_x(279896,290)RASI04M,345.o,0.000000)\
-			0.000000	(t_t_x(279899,0),346.o,0.000000)\
-			0.000000	(t_t_x(279900,0),347.o,0.000000)\
-			0.000000	(t_t_x(279930,2)LGKFN04,348.o,0.000000)\
-			0.000000	(t_t_x(279946,0),349.o,0.000000)\
-			0.000000	(t_t_x(279962,0),350.o,0.000000)\
-			0.000000	(t_t_x(279965,119)LEBAS04M,351.o,0.000000)\
-			0.000000	(t_t_x(279969,426)RFBRT04M,352.o,0.000000)\
-			0.000000	(t_t_x(280002,0),353.o,0.000000)\
-			0.000000	(t_t_x(280018,54)FUJ04M,354.o,0.000000)\
-			0.000000	(t_t_x(280021,0),355.o,0.000000)\
-			0.000000	(t_t_x(280033,26)EHAMA04,356.o,0.000000)\
-			0.000000	(t_t_x(280088,0),357.o,0.000000)\
-			0.000000	(t_t_x(280103,204)KSPE104D,358.o,0.000000)\
-			0.000000	(t_t_x(280104,2348)LFMDA04A,359.o,0.000000)\
-			0.000000	(t_t_x(280115,0),360.o,0.000000)\
-			0.000000	(t_t_x(280122,0),361.o,0.000000)\
-			0.000000	(t_t_x(280142,1021)EHAMA04,362.o,0.000000)\
-			1.000000	(t_t_x(280143,0),363.o,1.000000)\
-			0.000000	(t_t_x(280153,210)LCES004M,364.o,0.000000)\
-			0.000000	(t_t_x(280157,0),365.o,0.000000)\
-			0.000000	(t_t_x(280174,0),366.o,0.000000)\
-			0.000000	(t_t_x(280192,294)YH5MH04M,367.o,0.000000)\
-			0.000000	(t_t_x(280203,42)RMZU04,368.o,0.000000)\
-			0.000000	(t_t_x(280212,7420)LGSRA04,369.o,0.000000)\
-			0.000000	(t_t_x(280221,0),370.o,0.000000)\
-			0.000000	(t_t_x(280245,35)RQXI04E,371.o,0.000000)\
-			0.000000	(t_t_x(280252,3)RQXSI04E,372.o,0.000000)\
-			1.000000	(t_t_x(280263,0),373.o,1.000000)\
-			0.000000	(t_t_x(280274,45)RQXI04E,374.o,0.000000)\
-			0.000000	(t_t_x(280277,139)RVKWS04,375.o,0.000000)\
-			0.000000	(t_t_x(280278,1058)EHAMA04,376.o,0.000000)\
-			0.000000	(t_t_x(280283,398)YH5MH04M,377.o,0.000000)\
-			0.000000	(t_t_x(280319,0),378.o,0.000000)\
-			0.000000	(t_t_x(280331,51)RQXU04E,379.o,0.000000)\
-			1.000000	(t_t_x(280365,16)LELVL04M,380.o,1.000000)\
-			0.000000	(t_t_x(280374,30)YBOLN04M,381.o,0.000000)\
-			0.000000	(t_t_x(280391,0),382.o,0.000000)\
-			0.000000	(t_t_x(280396,11)YBOLN04M,383.o,0.000000)\
-			0.000000	(t_t_x(280411,0),384.o,0.000000)\
-			0.000000	(t_t_x(280428,0),385.o,0.000000)\
-			0.000000	(t_t_x(280430,0),386.o,0.000000)\
-			0.000000	(t_t_x(280453,316)EBBRA04E,387.o,0.000000)\
-			0.000000	(t_t_x(280458,36)EBEEC04M,388.o,0.000000)\
-			0.000000	(t_t_x(280474,0),389.o,0.000000)\
-			0.000000	(t_t_x(280491,0),390.o,0.000000)\
-			0.000000	(t_t_x(280578,55)RQXU04E,391.o,0.000000)\
-			0.000000	(t_t_x(280579,116)EGNOR04M,392.o,0.000000)\
-			0.000000	(t_t_x(280587,1961)$RVKWU04M,393.o,0.000000)\
-			0.000000	(t_t_x(280607,0),394.o,0.000000)\
-			1.000000	(t_t_x(280608,0),395.o,1.000000)\
-			0.000000	(t_t_x(280645,0),396.o,0.000000)\
-			0.000000	(t_t_x(280666,54)KSLN04A,397.o,0.000000)\
-			0.000000	(t_t_x(280667,402)LGSRA04,398.o,0.000000)\
-			0.000000	(t_t_x(280671,1848)LFMDA04A,399.o,0.000000)\
-			0.000000	(t_t_x(280706,459)RQXI04E,400.o,0.000000)\
-			0.000000	(t_t_x(280744,0),401.o,0.000000)\
-			0.000000	(t_t_x(280754,0),402.o,0.000000)\
-			0.000000	(t_t_x(280768,128)MM204,403.o,0.000000)\
-			1.000000	(t_t_x(280779,0),404.o,1.000000)\
-			0.000000	(t_t_x(280781,0),405.o,0.000000)\
-			1.000000	(t_t_x(280791,194)KCHI104M,406.o,1.000000)\
-			0.000000	(t_t_x(280798,0),407.o,0.000000)\
-			0.000000	(t_t_x(280804,4)RMZU04E,408.o,0.000000)\
-			0.000000	(t_t_x(280807,0),409.o,0.000000)\
-			0.000000	(t_t_x(280810,0),410.o,0.000000)\
-			0.000000	(t_t_x(280815,121)KSPE104D,411.o,0.000000)\
-			0.000000	(t_t_x(280825,42)LGKFN04,412.o,0.000000)\
-			0.000000	(t_t_x(280871,0),413.o,0.000000)\
-			0.000000	(t_t_x(280888,9110)$YB3EH04E,414.o,0.000000)\
-			0.000000	(t_t_x(280895,0),415.o,0.000000)\
-			0.000000	(t_t_x(280928,113)KFZ4404M,416.o,0.000000)\
-			0.000000	(t_t_x(281048,1089)LGKFN04,417.o,0.000000)\
-			0.000000	(t_t_x(281058,0),418.o,0.000000)\
-			0.000000	(t_t_x(281059,0),419.o,0.000000)\
-			0.000000	(t_t_x(281074,37)RMZU04E,420.o,0.000000)\
-			0.000000	(t_t_x(281090,0),421.o,0.000000)\
-			0.000000	(t_t_x(281091,151)YB3EH04A,422.o,0.000000)\
-			0.000000	(t_t_x(281143,431)LGKFN04,423.o,0.000000)\
-			0.000000	(t_t_x(281148,659)LGRPA04M,424.o,0.000000)\
-			0.000000	(t_t_x(281160,0),425.o,0.000000)\
-			0.000000	(t_t_x(281174,0),426.o,0.000000)\
-			0.000000	(t_t_x(281185,0),427.o,0.000000)\
-			0.000000	(t_t_x(281238,95)$LFMDA04A,428.o,0.000000)\
-			0.000000	(t_t_x(281253,523)LGSRA04,429.o,0.000000)\
-			0.000000	(t_t_x(281256,398)RMZU04,430.o,0.000000)\
-			0.000000	(t_t_x(281290,0),431.o,0.000000)\
-			1.000000	(t_t_x(281293,0),432.o,1.000000)\
-			0.000000	(t_t_x(281297,163)EHAMA04,433.o,0.000000)\
-			0.000000	(t_t_x(281301,456)LFPND04,434.o,0.000000)\
-			0.000000	(t_t_x(281304,0),435.o,0.000000)\
-			0.000000	(t_t_x(281334,902)RVKWU04M,436.o,0.000000)\
-			0.000000	(t_t_x(281346,0),437.o,0.000000)\
-			0.000000	(t_t_x(281348,206)KFZ4404M,438.o,0.000000)\
-			0.000000	(t_t_x(281349,336)RQXSI04E,439.o,0.000000)\
-			0.000000	(t_t_x(281359,1717)PMXX04M,440.o,0.000000)\
-			0.000000	(t_t_x(281372,1155)LGSRA04,441.o,0.000000)\
-			0.000000	(t_t_x(281447,0),442.o,0.000000)\
-			0.000000	(t_t_x(281466,5)EGNOR04M,443.o,0.000000)\
-			0.000000	(t_t_x(281483,0),444.o,0.000000)\
-			0.000000	(t_t_x(281485,205)LELVU04,445.o,0.000000)\
-			0.000000	(t_t_x(281487,0),446.o,0.000000)\
-			0.000000	(t_t_x(281511,586)LGSRA04,447.o,0.000000)\
-			0.000000	(t_t_x(281523,195)EHAMA04,448.o,0.000000)\
-			0.000000	(t_t_x(281534,495)LGRPA04M,449.o,0.000000)\
-			0.000000	(t_t_x(281596,0),450.o,0.000000)\
-			0.000000	(t_t_x(281599,190)RQXU04E,451.o,0.000000)\
-			0.000000	(t_t_x(281613,0),452.o,0.000000)\
-			0.000000	(t_t_x(281643,0),453.o,0.000000)\
-			0.000000	(t_t_x(281674,0),454.o,0.000000)\
-			1.000000	(t_t_x(281690,0),455.o,1.000000)\
-			0.000000	(t_t_x(281715,552)LGRPA04,456.o,0.000000)\
-			0.000000	(t_t_x(281723,0),457.o,0.000000)\
-			0.000000	(t_t_x(281749,0),458.o,0.000000)\
-			0.000000	(t_t_x(281755,0),459.o,0.000000)\
-			0.000000	(t_t_x(281774,0),460.o,0.000000)\
-			0.000000	(t_t_x(281776,2508)LGSRA04,461.o,0.000000)\
-			0.000000	(t_t_x(281815,266)$MT4AT04E,462.o,0.000000)\
-			0.000000	(t_t_x(281824,1430)RVKWU04M,463.o,0.000000)\
-			0.000000	(t_t_x(281854,680)$KWUR404E,464.o,0.000000)\
-			0.000000	(t_t_x(281881,0),465.o,0.000000)\
-			0.000000	(t_t_x(281887,54)LELVL04M,466.o,0.000000)\
-			0.000000	(t_t_x(281891,0),467.o,0.000000)\
-			0.000000	(t_t_x(281894,0),468.o,0.000000)\
-			1.000000	(t_t_x(281905,645)YH5MH04M,469.o,1.000000)\
-			0.000000	(t_t_x(281910,28)KSLN04M,470.o,0.000000)\
-			0.000000	(t_t_x(281915,0),471.o,0.000000)\
-			0.000000	(t_t_x(281922,0),472.o,0.000000)\
-			0.000000	(t_t_x(281923,0),473.o,0.000000)\
-			0.000000	(t_t_x(281925,0),474.o,0.000000)\
-			0.000000	(t_t_x(281946,0),475.o,0.000000)\
-			0.000000	(t_t_x(281951,0),476.o,0.000000)\
-			1.000000	(t_t_x(281962,1098)PMXX04M,477.o,1.000000)\
-			0.000000	(t_t_x(281983,269)YB5KL04E,478.o,0.000000)\
-			0.000000	(t_t_x(281989,556)KHVL104E,479.o,0.000000)\
-			0.000000	(t_t_x(282046,0),480.o,0.000000)\
-			0.000000	(t_t_x(282057,0),481.o,0.000000)\
-			0.000000	(t_t_x(282070,157)RQXU04E,482.o,0.000000)\
-			0.000000	(t_t_x(282085,0),483.o,0.000000)\
-			0.000000	(t_t_x(282090,8)LELVL04M,484.o,0.000000)\
-			0.000000	(t_t_x(282099,2484)EG11G04M,485.o,0.000000)\
-			1.000000	(t_t_x(282115,0),486.o,1.000000)\
-			0.000000	(t_t_x(282121,0),487.o,0.000000)\
-			0.000000	(t_t_x(282129,1156)LGZAA04M,488.o,0.000000)\
-			0.000000	(t_t_x(282158,425)LGRPA04M,489.o,0.000000)\
-			0.000000	(t_t_x(282176,217)RMZU04E,490.o,0.000000)\
-			0.000000	(t_t_x(282205,745)YB5WH04M,491.o,0.000000)\
-			0.000000	(t_t_x(282259,155)YB5WH04M,492.o,0.000000)\
-			1.000000	(t_t_x(282278,0),493.o,1.000000)\
-			0.000000	(t_t_x(282283,0),494.o,0.000000)\
-			0.000000	(t_t_x(282303,100)YBOLN04M,495.o,0.000000)\
-			0.000000	(t_t_x(282313,1753)RQXSI04E,496.o,0.000000)\
-			0.000000	(t_t_x(282374,302)RVKWU04M,497.o,0.000000)\
-			0.000000	(t_t_x(282416,216)RASI04M,498.o,0.000000)\
-			0.000000	(t_t_x(282417,0),499.o,0.000000)\
-			0.000000	(t_t_x(282430,339)EBBRA04E,500.o,0.000000)\
-			0.000000	(t_t_x(282460,0),501.o,0.000000)\
-			1.000000	(t_t_x(282467,0),502.o,1.000000)\
-			0.000000	(t_t_x(282480,415)RQXSI04E,503.o,0.000000)\
-			0.000000	(t_t_x(282492,92)RQXSI04E,504.o,0.000000)\
-			0.000000	(t_t_x(282505,143)RFBRT04M,505.o,0.000000)\
-			1.000000	(t_t_x(282514,996)RQXSI04E,506.o,1.000000)\
-			0.000000	(t_t_x(282582,0),507.o,0.000000)\
-			0.000000	(t_t_x(282583,380)PMXX04M,508.o,0.000000)\
-			0.000000	(t_t_x(282589,512)$RMZSI04,509.o,0.000000)\
-			0.000000	(t_t_x(282592,212)LEBAS04A,510.o,0.000000)\
-			0.000000	(t_t_x(282606,727)LEBAS04A,511.o,0.000000)\
-			0.000000	(t_t_x(282620,238)YB3EH04A,512.o,0.000000)\
-			0.000000	(t_t_x(282623,0),513.o,0.000000)\
-			0.000000	(t_t_x(282645,162)YB5WH04M,514.o,0.000000)\
-			1.000000	(t_t_x(282648,0),515.o,1.000000)\
-			0.000000	(t_t_x(282657,0),516.o,0.000000)\
-			0.000000	(t_t_x(282660,402)PMXX04M,517.o,0.000000)\
-			0.000000	(t_t_x(282665,1445)LGSRA04,518.o,0.000000)\
-			0.000000	(t_t_x(282677,1532)YB3EH04E,519.o,0.000000)\
-			0.000000	(t_t_x(282696,0),520.o,0.000000)\
-			1.000000	(t_t_x(282720,160)KWUR404E,521.o,1.000000)\
-			0.000000	(t_t_x(282727,214)LGKFN04,522.o,0.000000)\
-			1.000000	(t_t_x(282752,333)KSLN04A,523.o,1.000000)\
-			0.000000	(t_t_x(282755,628)KWUR404E,524.o,0.000000)\
-			0.000000	(t_t_x(282784,61)RQXSI04E,525.o,0.000000)\
-			0.000000	(t_t_x(282785,51)YB3EH04E,526.o,0.000000)\
-			0.000000	(t_t_x(282807,108)LGKFN04,527.o,0.000000)\
-			0.000000	(t_t_x(282822,0),528.o,0.000000)\
-			1.000000	(t_t_x(282837,162)KSLN04M,529.o,1.000000)\
-			0.000000	(t_t_x(282854,0),530.o,0.000000)\
-			1.000000	(t_t_x(282859,126)RQXSI04E,531.o,1.000000)\
-			0.000000	(t_t_x(282860,16)YBOLN04M,532.o,0.000000)\
-			1.000000	(t_t_x(282868,621)$KWUR404E,533.o,1.000000)\
-			0.000000	(t_t_x(282878,9)YBOLN04M,534.o,0.000000)\
-			0.000000	(t_t_x(282882,11)KWUR404E,535.o,0.000000)\
-			0.000000	(t_t_x(282890,775)EGNOR04M,536.o,0.000000)\
-			0.000000	(t_t_x(282894,0),537.o,0.000000)\
-			0.000000	(t_t_x(282904,0),538.o,0.000000)\
-			0.000000	(t_t_x(282912,0),539.o,0.000000)\
-			0.000000	(t_t_x(282924,0),540.o,0.000000)\
-			1.000000	(t_t_x(282933,103)RASI04M,541.o,1.000000)\
-			0.000000	(t_t_x(282954,69)RQXSI04E,542.o,0.000000)\
-			0.000000	(t_t_x(282961,0),543.o,0.000000)\
-			0.000000	(t_t_x(282964,3652)LGSRA04,544.o,0.000000)\
-			0.000000	(t_t_x(282986,0),545.o,0.000000)\
-			0.000000	(t_t_x(283000,0),546.o,0.000000)\
-			0.000000	(t_t_x(283005,0),547.o,0.000000)\
-			0.000000	(t_t_x(283036,70)LEBAS04M,548.o,0.000000)\
-			0.000000	(t_t_x(283037,3595)LGZAA04M,549.o,0.000000)\
-			0.000000	(t_t_x(283042,1669)LGKFN04,550.o,0.000000)\
-			0.000000	(t_t_x(283045,4)RASI04M,551.o,0.000000)\
-			0.000000	(t_t_x(283050,0),552.o,0.000000)\
-			0.000000	(t_t_x(283072,386)RASI04M,553.o,0.000000)\
-			0.000000	(t_t_x(283087,0),554.o,0.000000)\
-			0.000000	(t_t_x(283092,0),555.o,0.000000)\
-			0.000000	(t_t_x(283094,30)YB3EH04E,556.o,0.000000)\
-			0.000000	(t_t_x(283102,0),557.o,0.000000)\
-			0.000000	(t_t_x(283115,1)RMZU04,558.o,0.000000)\
-			0.000000	(t_t_x(283117,0),559.o,0.000000)\
-			0.000000	(t_t_x(283123,127)KCHI104M,560.o,0.000000)\
-			0.000000	(t_t_x(283128,195)YB3EH04E,561.o,0.000000)\
-			0.000000	(t_t_x(283139,0),562.o,0.000000)\
-			0.000000	(t_t_x(283140,0),563.o,0.000000)\
-			0.000000	(t_t_x(283194,1076)PMXX04M,564.o,0.000000)\
-			0.000000	(t_t_x(283209,138)RMZU04E,565.o,0.000000)\
-			0.000000	(t_t_x(283211,88)RMZU04E,566.o,0.000000)\
-			0.000000	(t_t_x(283232,0),567.o,0.000000)\
-			0.000000	(t_t_x(283233,180)RVKWU04M,568.o,0.000000)\
-			0.000000	(t_t_x(283253,449)RASI04M,569.o,0.000000)\
-			0.000000	(t_t_x(283254,4)EGNOR04M,570.o,0.000000)\
-			0.000000	(t_t_x(283256,186)EGNOR04M,571.o,0.000000)\
-			1.000000	(t_t_x(283258,245)RMZU04E,572.o,1.000000)\
-			0.000000	(t_t_x(283259,457)EGNOR04M,573.o,0.000000)\
-			0.000000	(t_t_x(283272,363)RQXSI04E,574.o,0.000000)\
-			1.000000	(t_t_x(283288,0),575.o,1.000000)\
-			0.000000	(t_t_x(283289,83)RMZU04,576.o,0.000000)\
-			0.000000	(t_t_x(283302,21)YB3EH04E,577.o,0.000000)\
-			0.000000	(t_t_x(283305,425)KSLN04A,578.o,0.000000)\
-			0.000000	(t_t_x(283333,0),579.o,0.000000)\
-			0.000000	(t_t_x(283343,0),580.o,0.000000)\
-			1.000000	(t_t_x(283356,0),581.o,1.000000)\
-			0.000000	(t_t_x(283373,0),582.o,0.000000)\
-			0.000000	(t_t_x(283389,828)RQXSI04E,583.o,0.000000)\
-			0.000000	(t_t_x(283392,312)RQXSI04E,584.o,0.000000)\
-			1.000000	(t_t_x(283414,257)YB5WH04M,585.o,1.000000)\
-			0.000000	(t_t_x(283432,0),586.o,0.000000)\
-			0.000000	(t_t_x(283444,1825)LGZAA04M,587.o,0.000000)\
-			0.000000	(t_t_x(283452,425)RMZU04,588.o,0.000000)\
-			0.000000	(t_t_x(283458,746)RMZSI04,589.o,0.000000)\
-			0.000000	(t_t_x(283464,112)YB3EH04A,590.o,0.000000)\
-			0.000000	(t_t_x(283468,0),591.o,0.000000)\
-			0.000000	(t_t_x(283489,914)RVKWU04M,592.o,0.000000)\
-			1.000000	(t_t_x(283495,618)$LGRPA04,593.o,1.000000)\
-			0.000000	(t_t_x(283510,5)RMZU04E,594.o,0.000000)\
-			0.000000	(t_t_x(283526,518)YB3EH04E,595.o,0.000000)\
-			0.000000	(t_t_x(283544,1339)LGZAA04M,596.o,0.000000)\
-			0.000000	(t_t_x(283549,1)YB5WH04M,597.o,0.000000)\
-			0.000000	(t_t_x(283558,0),598.o,0.000000)\
-			0.000000	(t_t_x(283559,1158)LGKFN04,599.o,0.000000)\
-			0.000000	(t_t_x(283561,2055)LGZAA04M,600.o,0.000000)\
-			1.000000	(t_t_x(283562,1614)PMXX04M,601.o,1.000000)\
-			0.000000	(t_t_x(283584,536)KWUR404E,602.o,0.000000)\
-			0.000000	(t_t_x(283593,0),603.o,0.000000)\
-			0.000000	(t_t_x(283605,38)RASI04M,604.o,0.000000)\
-			0.000000	(t_t_x(283607,712)PMXX04M,605.o,0.000000)\
-			0.000000	(t_t_x(283663,0),606.o,0.000000)\
-			0.000000	(t_t_x(283667,10)YB3EH04E,607.o,0.000000)\
-			0.000000	(t_t_x(283688,15)RQXI04E,608.o,0.000000)\
-			0.000000	(t_t_x(283706,40)YB3EH04E,609.o,0.000000)\
-			1.000000	(t_t_x(283711,62)LELVL104,610.o,1.000000)\
-			0.000000	(t_t_x(283716,40)LEBAS04A,611.o,0.000000)\
-			0.000000	(t_t_x(283734,67)KSLN04M,612.o,0.000000)\
-			0.000000	(t_t_x(283735,0),613.o,0.000000)\
-			0.000000	(t_t_x(283746,98)RNS04M,614.o,0.000000)\
-			0.000000	(t_t_x(283748,648)$MT4AT04E,615.o,0.000000)\
-			0.000000	(t_t_x(283750,420)EG11G04M,616.o,0.000000)\
-			0.000000	(t_t_x(283751,237)RQXI04E,617.o,0.000000)\
-			0.000000	(t_t_x(283760,473)FUJ04M,618.o,0.000000)\
-			1.000000	(t_t_x(283795,542)RVKWU04M,619.o,1.000000)\
-			0.000000	(t_t_x(283812,218)RMZU04E,620.o,0.000000)\
-			0.000000	(t_t_x(283821,0),621.o,0.000000)\
-			0.000000	(t_t_x(283823,0),622.o,0.000000)\
-			1.000000	(t_t_x(283829,63)YB5WH04M,623.o,1.000000)\
-			0.000000	(t_t_x(283853,0),624.o,0.000000)\
-			0.000000	(t_t_x(283862,716)RASI04M,625.o,0.000000)\
-			0.000000	(t_t_x(283872,0),626.o,0.000000)\
-			0.000000	(t_t_x(283889,0),627.o,0.000000)\
-			1.000000	(t_t_x(283895,0),628.o,1.000000)\
-			0.000000	(t_t_x(283921,31)EGNOR04M,629.o,0.000000)\
-			0.000000	(t_t_x(283941,0),630.o,0.000000)\
-			0.000000	(t_t_x(283943,1704)LGSRA04,631.o,0.000000)\
-			0.000000	(t_t_x(283954,0),632.o,0.000000)\
-			0.000000	(t_t_x(283958,0),633.o,0.000000)\
-			0.000000	(t_t_x(283965,0),634.o,0.000000)\
-			1.000000	(t_t_x(283998,688)RQXSI04E,635.o,1.000000)\
-			0.000000	(t_t_x(284008,0),636.o,0.000000)\
-			1.000000	(t_t_x(284028,0),637.o,1.000000)\
-			0.000000	(t_t_x(284038,19)LELVL04M,638.o,0.000000)\
-			0.000000	(t_t_x(284063,0),639.o,0.000000)\
-			0.000000	(t_t_x(284082,36)RASI04M,640.o,0.000000)\
-			0.000000	(t_t_x(284085,1184)RVKWU04M,641.o,0.000000)\
-			0.000000	(t_t_x(284094,186)EBBRA04E,642.o,0.000000)\
-			1.000000	(t_t_x(284100,0),643.o,1.000000)\
-			0.000000	(t_t_x(284104,522)YD5WH04M,644.o,0.000000)\
-			0.000000	(t_t_x(284106,204)RQXSI04E,645.o,0.000000)\
-			0.000000	(t_t_x(284107,0),646.o,0.000000)\
-			0.000000	(t_t_x(284109,0),647.o,0.000000)\
-			0.000000	(t_t_x(284114,0),648.o,0.000000)\
-			0.000000	(t_t_x(284125,496)RMZSI04,649.o,0.000000)\
-			0.000000	(t_t_x(284141,20)KSAL1204,650.o,0.000000)\
-			0.000000	(t_t_x(284154,59)RQXSI04E,651.o,0.000000)\
-			0.000000	(t_t_x(284165,1463)RVKWU04M,652.o,0.000000)\
-			0.000000	(t_t_x(284170,21)RASI04M,653.o,0.000000)\
-			1.000000	(t_t_x(284183,265)LOVN1504,654.o,1.000000)\
-			0.000000	(t_t_x(284184,132)RMZSI04,655.o,0.000000)\
-			0.000000	(t_t_x(284185,0),656.o,0.000000)\
-			0.000000	(t_t_x(284190,201)PMXX04M,657.o,0.000000)\
-			0.000000	(t_t_x(284195,0),658.o,0.000000)\
-			0.000000	(t_t_x(284206,504)RMZU04,659.o,0.000000)\
-			0.000000	(t_t_x(284224,1003)RMZSI04,660.o,0.000000)\
-			0.000000	(t_t_x(284228,0),661.o,0.000000)\
-			1.000000	(t_t_x(284242,0),662.o,1.000000)\
-			0.000000	(t_t_x(284247,0),663.o,0.000000)\
-			0.000000	(t_t_x(284250,63)RMZU04E,664.o,0.000000)\
-			0.000000	(t_t_x(284260,519)RASI04M,665.o,0.000000)\
-			0.000000	(t_t_x(284261,29)KSLN04M,666.o,0.000000)\
-			1.000000	(t_t_x(284275,14)KFZ4404M,667.o,1.000000)\
-			0.000000	(t_t_x(284283,971)RVKWU04M,668.o,0.000000)\
-			0.000000	(t_t_x(284287,573)PMXX04M,669.o,0.000000)\
-			1.000000	(t_t_x(284291,0),670.o,1.000000)\
-			0.000000	(t_t_x(284297,1266)$RQXSI04E,671.o,0.000000)\
-			0.000000	(t_t_x(284313,955)RQXSI04E,672.o,0.000000)\
-			1.000000	(t_t_x(284316,216)YD5WH04M,673.o,1.000000)\
-			0.000000	(t_t_x(284318,0),674.o,0.000000)\
-			0.000000	(t_t_x(284341,0),675.o,0.000000)\
-			0.000000	(t_t_x(284344,85)YB3EH04E,676.o,0.000000)\
-			0.000000	(t_t_x(284346,466)LGKFN04,677.o,0.000000)\
-			1.000000	(t_t_x(284349,0),678.o,1.000000)\
-			0.000000	(t_t_x(284350,0),679.o,0.000000)\
-			0.000000	(t_t_x(284357,1420)RVKWU04M,680.o,0.000000)\
-			1.000000	(t_t_x(284372,94)BR204M,681.o,1.000000)\
-			0.000000	(t_t_x(284380,0),682.o,0.000000)\
-			0.000000	(t_t_x(284393,0),683.o,0.000000)\
-			0.000000	(t_t_x(284399,0),684.o,0.000000)\
-			0.000000	(t_t_x(284417,174)EGNOR04M,685.o,0.000000)\
-			0.000000	(t_t_x(284418,0),686.o,0.000000)\
-			0.000000	(t_t_x(284438,0),687.o,0.000000)\
-			0.000000	(t_t_x(284450,244)KSLN04M,688.o,0.000000)\
-			0.000000	(t_t_x(284467,252)RMZU04E,689.o,0.000000)\
-			0.000000	(t_t_x(284504,876)$RQXSI04E,690.o,0.000000)\
-			1.000000	(t_t_x(284550,117)LELVL04M,691.o,1.000000)\
-			0.000000	(t_t_x(284562,382)KFZ4404M,692.o,0.000000)\
-			0.000000	(t_t_x(284566,349)YB3EH04A,693.o,0.000000)\
-			0.000000	(t_t_x(284595,859)RQXSI04E,694.o,0.000000)\
-			0.000000	(t_t_x(284601,14)LEBAS04A,695.o,0.000000)\
-			0.000000	(t_t_x(284631,660)RQXSI04E,696.o,0.000000)\
-			0.000000	(t_t_x(284641,0),697.o,0.000000)\
-			1.000000	(t_t_x(284700,452)YB3EH04E,698.o,1.000000)\
-			0.000000	(t_t_x(284722,193)RJIU04M,699.o,0.000000)\
-			0.000000	(t_t_x(284723,0),700.o,0.000000)\
-			0.000000	(t_t_x(284738,164)BKED1204,701.o,0.000000)\
-			0.000000	(t_t_x(284781,0),702.o,0.000000)\
-			0.000000	(t_t_x(284786,0),703.o,0.000000)\
-			0.000000	(t_t_x(284797,0),704.o,0.000000)\
-			0.000000	(t_t_x(284809,241)LGAVA04,705.o,0.000000)\
-			0.000000	(t_t_x(284810,7980)$RQXSI04E,706.o,0.000000)\
-			0.000000	(t_t_x(284839,229)RASI04M,707.o,0.000000)\
-			0.000000	(t_t_x(284856,12)YB3EH04E,708.o,0.000000)\
-			0.000000	(t_t_x(284860,1979)RVKWU04M,709.o,0.000000)\
-			0.000000	(t_t_x(284868,330)KSLN04M,710.o,0.000000)\
-			0.000000	(t_t_x(284876,0),711.o,0.000000)\
-			0.000000	(t_t_x(284880,91)EG11G04M,712.o,0.000000)\
-			0.000000	(t_t_x(284894,610)PMXX04M,713.o,0.000000)\
-			0.000000	(t_t_x(284911,256)KFZ4404M,714.o,0.000000)\
-			0.000000	(t_t_x(284925,1003)LGRPA04M,715.o,0.000000)\
-			0.000000	(t_t_x(284929,4)KCHI104M,716.o,0.000000)\
-			0.000000	(t_t_x(284933,75)RQXSI04E,717.o,0.000000)\
-			1.000000	(t_t_x(284981,0),718.o,1.000000)\
-			0.000000	(t_t_x(285040,58)RASI04M,719.o,0.000000)\
-			1.000000	(t_t_x(285042,0),720.o,1.000000)\
-			0.000000	(t_t_x(285070,371)RMZU04E,721.o,0.000000)\
-			0.000000	(t_t_x(285076,458)LGRPA04M,722.o,0.000000)\
-			0.000000	(t_t_x(285084,0),723.o,0.000000)\
-			1.000000	(t_t_x(285112,6)KSLN04M,724.o,1.000000)\
-			0.000000	(t_t_x(285123,435)LGKFN04,725.o,0.000000)\
-			1.000000	(t_t_x(285128,25)EG11G04M,726.o,1.000000)\
-			0.000000	(t_t_x(285148,41)KSLN04M,727.o,0.000000)\
-			1.000000	(t_t_x(285157,0),728.o,1.000000)\
-			0.000000	(t_t_x(285163,203)MM304,729.o,0.000000)\
-			0.000000	(t_t_x(285171,0),730.o,0.000000)\
-			0.000000	(t_t_x(285178,0),731.o,0.000000)\
-			1.000000	(t_t_x(285187,0),732.o,1.000000)\
-			0.000000	(t_t_x(285189,1232)RVKWU04M,733.o,0.000000)\
-			1.000000	(t_t_x(285193,0),734.o,1.000000)\
-			0.000000	(t_t_x(285209,104)PMXX04M,735.o,0.000000)\
-			1.000000	(t_t_x(285230,0),736.o,1.000000)\
-			0.000000	(t_t_x(285241,3588)LGKFN04,737.o,0.000000)\
-			0.000000	(t_t_x(285254,0),738.o,0.000000)\
-			1.000000	(t_t_x(285291,0),739.o,1.000000)\
-			0.000000	(t_t_x(285292,201)RASI04M,740.o,0.000000)\
-			0.000000	(t_t_x(285296,149)LCES004M,741.o,0.000000)\
-			1.000000	(t_t_x(285300,0),742.o,1.000000)\
-			0.000000	(t_t_x(285308,15)GL4W04M,743.o,0.000000)\
-			0.000000	(t_t_x(285328,0),744.o,0.000000)\
-			0.000000	(t_t_x(285360,0),745.o,0.000000)\
-			1.000000	(t_t_x(285368,207)LGRPA04M,746.o,1.000000)\
-			0.000000	(t_t_x(285372,454)YB3EH04E,747.o,0.000000)\
-			0.000000	(t_t_x(285379,75)FUJ04M,748.o,0.000000)\
-			0.000000	(t_t_x(285383,0),749.o,0.000000)\
-			0.000000	(t_t_x(285393,28)YB5WH04M,750.o,0.000000)\
-			0.000000	(t_t_x(285395,0),751.o,0.000000)\
-			0.000000	(t_t_x(285431,12)LCES004M,752.o,0.000000)\
-			0.000000	(t_t_x(285432,0),753.o,0.000000)\
-			0.000000	(t_t_x(285451,0),754.o,0.000000)\
-			1.000000	(t_t_x(285458,0),755.o,1.000000)\
-			0.000000	(t_t_x(285459,2699)LCES004,756.o,0.000000)\
-			0.000000	(t_t_x(285470,0),757.o,0.000000)\
-			1.000000	(t_t_x(285474,0),758.o,1.000000)\
-			0.000000	(t_t_x(285482,914)PMXX04M,759.o,0.000000)\
-			0.000000	(t_t_x(285483,40)YB5WH04M,760.o,0.000000)\
-			1.000000	(t_t_x(285506,0),761.o,1.000000)\
-			0.000000	(t_t_x(285521,1)YB3EH04M,762.o,0.000000)\
-			1.000000	(t_t_x(285525,47)KFZ4404M,763.o,1.000000)\
-			0.000000	(t_t_x(285540,0),764.o,0.000000)\
-			0.000000	(t_t_x(285553,0),765.o,0.000000)\
-			0.000000	(t_t_x(285563,225)LCES004M,766.o,0.000000)\
-			0.000000	(t_t_x(285575,192)RQXSI04E,767.o,0.000000)\
-			0.000000	(t_t_x(285583,760)LGAVA04,768.o,0.000000)\
-			1.000000	(t_t_x(285585,26)MGY04,769.o,1.000000)\
-			0.000000	(t_t_x(285590,76)LGRPA04M,770.o,0.000000)\
-			0.000000	(t_t_x(285593,928)LCES004M,771.o,0.000000)\
-			0.000000	(t_t_x(285599,11)EBBRA04E,772.o,0.000000)\
-			1.000000	(t_t_x(285611,0),773.o,1.000000)\
-			0.000000	(t_t_x(285624,285)YD5WH04M,774.o,0.000000)\
-			0.000000	(t_t_x(285656,98)PMXX04M,775.o,0.000000)\
-			1.000000	(t_t_x(285658,0),776.o,1.000000)\
-			0.000000	(t_t_x(285662,0),777.o,0.000000)\
-			0.000000	(t_t_x(285664,2196)LCES004,778.o,0.000000)\
-			0.000000	(t_t_x(285671,0),779.o,0.000000)\
-			1.000000	(t_t_x(285672,0),780.o,1.000000)\
-			0.000000	(t_t_x(285674,0),781.o,0.000000)\
-			0.000000	(t_t_x(285675,94)$YB3EH04E,782.o,0.000000)\
-			0.000000	(t_t_x(285688,986)RQXSI04E,783.o,0.000000)\
-			0.000000	(t_t_x(285693,224)YB3EH04E,784.o,0.000000)\
-			0.000000	(t_t_x(285704,0),785.o,0.000000)\
-			0.000000	(t_t_x(285711,0),786.o,0.000000)\
-			1.000000	(t_t_x(285718,0),787.o,1.000000)\
-			0.000000	(t_t_x(285723,350)EHAMA04,788.o,0.000000)\
-			0.000000	(t_t_x(285724,111)BR404M,789.o,0.000000)\
-			0.000000	(t_t_x(285733,3158)LCES004,790.o,0.000000)\
-			0.000000	(t_t_x(285747,165)RNI04M,791.o,0.000000)\
-			0.000000	(t_t_x(285758,0),792.o,0.000000)\
-			0.000000	(t_t_x(285766,169)RQXSI04E,793.o,0.000000)\
-			1.000000	(t_t_x(285772,0),794.o,1.000000)\
-			0.000000	(t_t_x(285782,3069)RQXSI04E,795.o,0.000000)\
-			0.000000	(t_t_x(285792,519)BR404M,796.o,0.000000)\
-			0.000000	(t_t_x(285794,1095)RQXSI04E,797.o,0.000000)\
-			0.000000	(t_t_x(285818,0),798.o,0.000000)\
-			1.000000	(t_t_x(285820,18)YD5WH04M,799.o,1.000000)\
-			0.000000	(t_t_x(285826,1081)YB5WH04M,800.o,0.000000)\
-			1.000000	(t_t_x(285835,0),801.o,1.000000)\
-			0.000000	(t_t_x(285840,242)LELVL04M,802.o,0.000000)\
-			0.000000	(t_t_x(285843,21)LELVL04M,803.o,0.000000)\
-			0.000000	(t_t_x(285850,0),804.o,0.000000)\
-			1.000000	(t_t_x(285862,0),805.o,1.000000)\
-			0.000000	(t_t_x(285863,2115)KHVL104E,806.o,0.000000)\
-			0.000000	(t_t_x(285870,2015)$RVKWU04M,807.o,0.000000)\
-			0.000000	(t_t_x(285875,0),808.o,0.000000)\
-			0.000000	(t_t_x(285878,0),809.o,0.000000)\
-			0.000000	(t_t_x(285895,0),810.o,0.000000)\
-			1.000000	(t_t_x(285899,0),811.o,1.000000)\
-			0.000000	(t_t_x(285938,1012)RMZSI04,812.o,0.000000)\
-			1.000000	(t_t_x(285949,0),813.o,1.000000)\
-			0.000000	(t_t_x(285972,62)KSLN04M,814.o,0.000000)\
-			0.000000	(t_t_x(285980,335)LCES004M,815.o,0.000000)\
-			1.000000	(t_t_x(285981,155)KFZ4404M,816.o,1.000000)\
-			0.000000	(t_t_x(285984,0),817.o,0.000000)\
-			1.000000	(t_t_x(285990,0),818.o,1.000000)\
-			0.000000	(t_t_x(286022,0),819.o,0.000000)\
-			0.000000	(t_t_x(286031,0),820.o,0.000000)\
-			0.000000	(t_t_x(286067,0),821.o,0.000000)\
-			0.000000	(t_t_x(286071,534)EDGG704,822.o,0.000000)\
-			0.000000	(t_t_x(286082,25)LELVU04,823.o,0.000000)\
-			1.000000	(t_t_x(286095,0),824.o,1.000000)\
-			0.000000	(t_t_x(286109,0),825.o,0.000000)\
-			1.000000	(t_t_x(286122,39)KSLN04M,826.o,1.000000)\
-			0.000000	(t_t_x(286126,0),827.o,0.000000)\
-			0.000000	(t_t_x(286141,0),828.o,0.000000)\
-			0.000000	(t_t_x(286143,36)KFZ4404M,829.o,0.000000)\
-			0.000000	(t_t_x(286160,29)YB3EH04E,830.o,0.000000)\
-			0.000000	(t_t_x(286180,2889)$KWUR404E,831.o,0.000000)\
-			1.000000	(t_t_x(286185,0),832.o,1.000000)\
-			0.000000	(t_t_x(286199,0),833.o,0.000000)\
-			0.000000	(t_t_x(286221,0),834.o,0.000000)\
-			0.000000	(t_t_x(286224,207)KFZ4404M,835.o,0.000000)\
-			0.000000	(t_t_x(286238,0),836.o,0.000000)\
-			0.000000	(t_t_x(286277,12)PMXX04M,837.o,0.000000)\
-			0.000000	(t_t_x(286313,0),838.o,0.000000)\
-			0.000000	(t_t_x(286317,0),839.o,0.000000)\
-			0.000000	(t_t_x(286328,0),840.o,0.000000)\
-			0.000000	(t_t_x(286329,194)EBBRA04E,841.o,0.000000)\
-			0.000000	(t_t_x(286347,84)MM204,842.o,0.000000)\
-			0.000000	(t_t_x(286404,335)PMXX04M,843.o,0.000000)\
-			0.000000	(t_t_x(286415,0),844.o,0.000000)\
-			0.000000	(t_t_x(286416,0),845.o,0.000000)\
-			0.000000	(t_t_x(286439,0),846.o,0.000000)\
-			0.000000	(t_t_x(286461,2)YB3EH04E,847.o,0.000000)\
-			1.000000	(t_t_x(286485,0),848.o,1.000000)\
-			0.000000	(t_t_x(286486,0),849.o,0.000000)\
-			0.000000	(t_t_x(286494,0),850.o,0.000000)\
-			0.000000	(t_t_x(286499,31)YBOLN04M,851.o,0.000000)\
-			0.000000	(t_t_x(286506,84)LELVL04M,852.o,0.000000)\
-			0.000000	(t_t_x(286516,26)GL4W04M,853.o,0.000000)\
-			0.000000	(t_t_x(286568,0),854.o,0.000000)\
-			0.000000	(t_t_x(286569,438)EBBRA04E,855.o,0.000000)\
-			1.000000	(t_t_x(286575,222)LELVL04M,856.o,1.000000)\
-			0.000000	(t_t_x(286582,975)PMXX04M,857.o,0.000000)\
-			0.000000	(t_t_x(286590,467)YB3EH04E,858.o,0.000000)\
-			0.000000	(t_t_x(286600,1168)KCHI104M,859.o,0.000000)\
-			0.000000	(t_t_x(286616,1215)RVKWU04M,860.o,0.000000)\
-			0.000000	(t_t_x(286621,0),861.o,0.000000)\
-			0.000000	(t_t_x(286625,2358)PMXX04M,862.o,0.000000)\
-			0.000000	(t_t_x(286627,0),863.o,0.000000)\
-			0.000000	(t_t_x(286628,538)RMZU04E,864.o,0.000000)\
-			0.000000	(t_t_x(286638,554)RNS04M,865.o,0.000000)\
-			0.000000	(t_t_x(286639,240)LFPND04,866.o,0.000000)\
-			1.000000	(t_t_x(286658,95)YBOLN04M,867.o,1.000000)\
-			0.000000	(t_t_x(286678,0),868.o,0.000000)\
-			0.000000	(t_t_x(286682,515)EBBRA04E,869.o,0.000000)\
-			0.000000	(t_t_x(286685,975)RQXSI04E,870.o,0.000000)\
-			0.000000	(t_t_x(286690,1319)EHAMA04,871.o,0.000000)\
-			0.000000	(t_t_x(286706,84)$YB5WH04M,872.o,0.000000)\
-			0.000000	(t_t_x(286712,0),873.o,0.000000)\
-			0.000000	(t_t_x(286713,620)LFPND04,874.o,0.000000)\
-			0.000000	(t_t_x(286715,0),875.o,0.000000)\
-			0.000000	(t_t_x(286726,657)YB5WH04M,876.o,0.000000)\
-			0.000000	(t_t_x(286733,11)KWUR1C04,877.o,0.000000)\
-			1.000000	(t_t_x(286743,1168)LGKFN04,878.o,1.000000)\
-			0.000000	(t_t_x(286753,219)LELVL04M,879.o,0.000000)\
-			0.000000	(t_t_x(286757,0),880.o,0.000000)\
-			0.000000	(t_t_x(286762,2)RJIU04M,881.o,0.000000)\
-			0.000000	(t_t_x(286763,447)RASI04M,882.o,0.000000)\
-			0.000000	(t_t_x(286771,0),883.o,0.000000)\
-			0.000000	(t_t_x(286774,151)RASI04M,884.o,0.000000)\
-			0.000000	(t_t_x(286777,0),885.o,0.000000)\
-			1.000000	(t_t_x(286781,36)MM204,886.o,1.000000)\
-			0.000000	(t_t_x(286791,2)EBBRA04E,887.o,0.000000)\
-			1.000000	(t_t_x(286793,0),888.o,1.000000)\
-			0.000000	(t_t_x(286841,358)KSAL1204,889.o,0.000000)\
-			0.000000	(t_t_x(286844,512)KSPE104D,890.o,0.000000)\
-			0.000000	(t_t_x(286853,255)KSLN04M,891.o,0.000000)\
-			1.000000	(t_t_x(286855,30)KSPE104D,892.o,1.000000)\
-			0.000000	(t_t_x(286857,0),893.o,0.000000)\
-			0.000000	(t_t_x(286877,138)ZM56704,894.o,0.000000)\
-			0.000000	(t_t_x(286894,0),895.o,0.000000)\
-			0.000000	(t_t_x(286896,0),896.o,0.000000)\
-			0.000000	(t_t_x(286897,464)RQXSI04E,897.o,0.000000)\
-			0.000000	(t_t_x(286902,0),898.o,0.000000)\
-			0.000000	(t_t_x(286912,30)KFZ4404M,899.o,0.000000)\
-			0.000000	(t_t_x(286952,290)YBOLN04M,900.o,0.000000)\
-			0.000000	(t_t_x(286963,896)RQXSI04E,901.o,0.000000)\
-			0.000000	(t_t_x(286968,0),902.o,0.000000)\
-			0.000000	(t_t_x(286969,521)RASI04M,903.o,0.000000)\
-			0.000000	(t_t_x(286988,161)GL4W04M,904.o,0.000000)\
-			0.000000	(t_t_x(286989,0),905.o,0.000000)\
-			0.000000	(t_t_x(287011,280)RMZU04E,906.o,0.000000)\
-			0.000000	(t_t_x(287014,0),907.o,0.000000)\
-			0.000000	(t_t_x(287016,0),908.o,0.000000)\
-			0.000000	(t_t_x(287018,2500)$RQXSI04E,909.o,0.000000)\
-			0.000000	(t_t_x(287020,273)RNS04M,910.o,0.000000)\
-			0.000000	(t_t_x(287027,851)LCES004M,911.o,0.000000)\
-			0.000000	(t_t_x(287040,23)RNI04M,912.o,0.000000)\
-			0.000000	(t_t_x(287044,0),913.o,0.000000)\
-			0.000000	(t_t_x(287045,0),914.o,0.000000)\
-			0.000000	(t_t_x(287050,375)LFKFA04,915.o,0.000000)\
-			0.000000	(t_t_x(287051,0),916.o,0.000000)\
-			0.000000	(t_t_x(287076,34)KFZ4404M,917.o,0.000000)\
-			1.000000	(t_t_x(287081,865)LGSRA04,918.o,1.000000)\
-			0.000000	(t_t_x(287111,1165)EGNOR04M,919.o,0.000000)\
-			0.000000	(t_t_x(287119,45)RNI04M,920.o,0.000000)\
-			0.000000	(t_t_x(287126,0),921.o,0.000000)\
-			1.000000	(t_t_x(287128,0),922.o,1.000000)\
-			0.000000	(t_t_x(287132,0),923.o,0.000000)\
-			0.000000	(t_t_x(287140,2322)RVKWU04M,924.o,0.000000)\
-			0.000000	(t_t_x(287143,13)RQXU04E,925.o,0.000000)\
-			0.000000	(t_t_x(287155,0),926.o,0.000000)\
-			1.000000	(t_t_x(287156,0),927.o,1.000000)\
-			0.000000	(t_t_x(287158,0),928.o,0.000000)\
-			0.000000	(t_t_x(287179,0),929.o,0.000000)\
-			0.000000	(t_t_x(287182,8)RMZU04E,930.o,0.000000)\
-			0.000000	(t_t_x(287185,91)YH5MH04M,931.o,0.000000)\
-			1.000000	(t_t_x(287193,762)RQXSI04E,932.o,1.000000)\
-			0.000000	(t_t_x(287194,942)RQXSI04E,933.o,0.000000)\
-			0.000000	(t_t_x(287195,464)RFBRT04M,934.o,0.000000)\
-			0.000000	(t_t_x(287200,0),935.o,0.000000)\
-			0.000000	(t_t_x(287201,0),936.o,0.000000)\
-			0.000000	(t_t_x(287205,0),937.o,0.000000)\
-			0.000000	(t_t_x(287217,0),938.o,0.000000)\
-			0.000000	(t_t_x(287222,218)RQXSI04E,939.o,0.000000)\
-			0.000000	(t_t_x(287235,923)PMXX04M,940.o,0.000000)\
-			0.000000	(t_t_x(287240,285)LGRPA04M,941.o,0.000000)\
-			0.000000	(t_t_x(287241,32)MAB1204A,942.o,0.000000)\
-			0.000000	(t_t_x(287243,1650)GL4W04M,943.o,0.000000)\
-			0.000000	(t_t_x(287244,18)YB5WH04M,944.o,0.000000)\
-			1.000000	(t_t_x(287253,29)YB3EH04E,945.o,1.000000)\
-			0.000000	(t_t_x(287279,232)RASI04M,946.o,0.000000)\
-			0.000000	(t_t_x(287286,377)EHAMA04,947.o,0.000000)\
-			0.000000	(t_t_x(287287,414)RMZU04E,948.o,0.000000)\
-			0.000000	(t_t_x(287288,802)KHVL104E,949.o,0.000000)\
-			1.000000	(t_t_x(287290,600)$MT4AT04E,950.o,1.000000)\
-			0.000000	(t_t_x(287302,2887)$LFMDA04A,951.o,0.000000)\
-			1.000000	(t_t_x(287314,0),952.o,1.000000)\
-			0.000000	(t_t_x(287319,0),953.o,0.000000)\
-			0.000000	(t_t_x(287329,977)YB5WH04M,954.o,0.000000)\
-			0.000000	(t_t_x(287335,0),955.o,0.000000)\
-			0.000000	(t_t_x(287337,40)KFZ4404M,956.o,0.000000)\
-			0.000000	(t_t_x(287343,1018)LGIRA04,957.o,0.000000)\
-			0.000000	(t_t_x(287347,791)MGY04,958.o,0.000000)\
-			0.000000	(t_t_x(287358,0),959.o,0.000000)\
-			0.000000	(t_t_x(287367,385)EBBRA04E,960.o,0.000000)\
-			0.000000	(t_t_x(287372,414)KSPE1P04,961.o,0.000000)\
-			0.000000	(t_t_x(287402,494)PMXX04M,962.o,0.000000)\
-			0.000000	(t_t_x(287409,33)EGNOR04M,963.o,0.000000)\
-			0.000000	(t_t_x(287413,0),964.o,0.000000)\
-			1.000000	(t_t_x(287426,0),965.o,1.000000)\
-			0.000000	(t_t_x(287433,767)YBOLN04M,966.o,0.000000)\
-			0.000000	(t_t_x(287438,1033)RNI04M,967.o,0.000000)\
-			0.000000	(t_t_x(287468,85)GL4W04M,968.o,0.000000)\
-			0.000000	(t_t_x(287476,175)$KFZ4404L,969.o,0.000000)\
-			0.000000	(t_t_x(287489,0),970.o,0.000000)\
-			0.000000	(t_t_x(287515,321)KFZ4404M,971.o,0.000000)\
-			0.000000	(t_t_x(287518,55)YB5WH04M,972.o,0.000000)\
-			0.000000	(t_t_x(287524,315)LGKFN04,973.o,0.000000)\
-			0.000000	(t_t_x(287527,351)KHVL104E,974.o,0.000000)\
-			0.000000	(t_t_x(287528,0),975.o,0.000000)\
-			0.000000	(t_t_x(287536,914)LELVL04M,976.o,0.000000)\
-			0.000000	(t_t_x(287541,0),977.o,0.000000)\
-			0.000000	(t_t_x(287544,3)BR404M,978.o,0.000000)\
-			0.000000	(t_t_x(287579,686)RQXSI04E,979.o,0.000000)\
-			0.000000	(t_t_x(287580,87)MEK04,980.o,0.000000)\
-			0.000000	(t_t_x(287581,0),981.o,0.000000)\
-			0.000000	(t_t_x(287595,347)KWUR1C04,982.o,0.000000)\
-			0.000000	(t_t_x(287604,687)PMXX04M,983.o,0.000000)\
-			0.000000	(t_t_x(287623,0),984.o,0.000000)\
-			0.000000	(t_t_x(287631,287)LELVL04M,985.o,0.000000)\
-			0.000000	(t_t_x(287660,1024)EG11G04M,986.o,0.000000)\
-			0.000000	(t_t_x(287677,0),987.o,0.000000)\
-			1.000000	(t_t_x(287690,72)LCS12W03,988.o,1.000000)\
-			0.000000	(t_t_x(287696,627)RMZSI04,989.o,0.000000)\
-			0.000000	(t_t_x(287700,2246)LGZAA04M,990.o,0.000000)\
-			0.000000	(t_t_x(287702,0),991.o,0.000000)\
-			0.000000	(t_t_x(287703,0),992.o,0.000000)\
-			1.000000	(t_t_x(287704,0),993.o,1.000000)\
-			0.000000	(t_t_x(287722,235)BKED1204,994.o,0.000000)\
-			0.000000	(t_t_x(287736,1137)PMXX04M,995.o,0.000000)\
-			0.000000	(t_t_x(287749,2354)LGZAA04M,996.o,0.000000)\
-			0.000000	(t_t_x(287767,0),997.o,0.000000)\
-			0.000000	(t_t_x(287785,2178)KFZ4404M,998.o,0.000000)\
-			0.000000	(t_t_x(287796,0),999.o,0.000000)\
-			0.000000	(t_t_x(287799,60)KFZ4404M,1000.o,0.000000)\
-			0.000000	(t_t_x(287817,450)LGKFN04,1001.o,0.000000)\
-			0.000000	(t_t_x(287819,63)PMXX04M,1002.o,0.000000)\
-			0.000000	(t_t_x(287821,471)RMZU04E,1003.o,0.000000)\
-			1.000000	(t_t_x(287828,0),1004.o,1.000000)\
-			0.000000	(t_t_x(287829,0),1005.o,0.000000)\
-			0.000000	(t_t_x(287849,0),1006.o,0.000000)\
-			0.000000	(t_t_x(287855,205)RNS04M,1007.o,0.000000)\
-			1.000000	(t_t_x(287882,716)LGIRA04,1008.o,1.000000)\
-			0.000000	(t_t_x(287887,0),1009.o,0.000000)\
-			0.000000	(t_t_x(287891,0),1010.o,0.000000)\
-			0.000000	(t_t_x(287895,717)PMXX04M,1011.o,0.000000)\
-			0.000000	(t_t_x(287899,140)KFZ4404M,1012.o,0.000000)\
-			0.000000	(t_t_x(287902,0),1013.o,0.000000)\
-			0.000000	(t_t_x(287904,613)LGKFN04,1014.o,0.000000)\
-			0.000000	(t_t_x(287908,1004)LGKFN04,1015.o,0.000000)\
-			1.000000	(t_t_x(287918,53)GL4W04M,1016.o,1.000000)\
-			0.000000	(t_t_x(287924,0),1017.o,0.000000)\
-			0.000000	(t_t_x(287934,33)YB3EH04M,1018.o,0.000000)\
-			0.000000	(t_t_x(287937,0),1019.o,0.000000)\
-			0.000000	(t_t_x(287944,0),1020.o,0.000000)\
-			0.000000	(t_t_x(287946,0),1021.o,0.000000)\
-			0.000000	(t_t_x(287954,0),1022.o,0.000000)\
-			0.000000	(t_t_x(287971,0),1023.o,0.000000)\
-			1.000000	(t_t_x(287978,651)$YH5MH04M,1024.o,1.000000)\
-			0.000000	(t_t_x(287980,56)RQXSI04E,1025.o,0.000000)\
-			0.000000	(t_t_x(287993,35)KSPE104D,1026.o,0.000000)\
-			0.000000	(t_t_x(288004,330)KWUR1C04,1027.o,0.000000)\
-			0.000000	(t_t_x(288008,245)YB3EH04A,1028.o,0.000000)\
-			0.000000	(t_t_x(288023,231)LELVL04M,1029.o,0.000000)\
-			0.000000	(t_t_x(288046,29)LEBAS04M,1030.o,0.000000)\
-			0.000000	(t_t_x(288059,0),1031.o,0.000000)\
-			0.000000	(t_t_x(288078,391)EBBRA04E,1032.o,0.000000)\
-			1.000000	(t_t_x(288079,0),1033.o,1.000000)\
-			0.000000	(t_t_x(288089,0),1034.o,0.000000)\
-			0.000000	(t_t_x(288101,347)KSPE104D,1035.o,0.000000)\
-			0.000000	(t_t_x(288104,165)KSPE104D,1036.o,0.000000)\
-			0.000000	(t_t_x(288107,0),1037.o,0.000000)\
-			0.000000	(t_t_x(288110,253)$LCES004M,1038.o,0.000000)\
-			0.000000	(t_t_x(288113,0),1039.o,0.000000)\
-			0.000000	(t_t_x(288115,22)GL34W04,1040.o,0.000000)\
-			0.000000	(t_t_x(288139,2)KFZ4404M,1041.o,0.000000)\
-			1.000000	(t_t_x(288145,33)YB3EH04E,1042.o,1.000000)\
-			0.000000	(t_t_x(288154,524)PMXX04M,1043.o,0.000000)\
-			0.000000	(t_t_x(288160,279)LFMDA04A,1044.o,0.000000)\
-			0.000000	(t_t_x(288162,80)YB3EH04M,1045.o,0.000000)\
-			0.000000	(t_t_x(288163,0),1046.o,0.000000)\
-			0.000000	(t_t_x(288187,0),1047.o,0.000000)\
-			0.000000	(t_t_x(288191,551)KSPE1P04,1048.o,0.000000)\
-			0.000000	(t_t_x(288221,0),1049.o,0.000000)\
-			0.000000	(t_t_x(288224,0),1050.o,0.000000)\
-			0.000000	(t_t_x(288227,37)LCS12W03,1051.o,0.000000)\
-			0.000000	(t_t_x(288242,585)PMXX04M,1052.o,0.000000)\
-			0.000000	(t_t_x(288247,126)RMZU04E,1053.o,0.000000)\
-			1.000000	(t_t_x(288250,0),1054.o,1.000000)\
-			0.000000	(t_t_x(288252,0),1055.o,0.000000)\
-			0.000000	(t_t_x(288253,263)RNI04M,1056.o,0.000000)\
-			0.000000	(t_t_x(288256,0),1057.o,0.000000)\
-			0.000000	(t_t_x(288261,0),1058.o,0.000000)\
-			0.000000	(t_t_x(288279,213)YB3EH04E,1059.o,0.000000)\
-			0.000000	(t_t_x(288284,357)KSPE104D,1060.o,0.000000)\
-			0.000000	(t_t_x(288292,0),1061.o,0.000000)\
-			0.000000	(t_t_x(288302,0),1062.o,0.000000)\
-			0.000000	(t_t_x(288339,206)KFZ4404M,1063.o,0.000000)\
-			0.000000	(t_t_x(288341,205)KWUR1C04,1064.o,0.000000)\
-			1.000000	(t_t_x(288353,0),1065.o,1.000000)\
-			0.000000	(t_t_x(288358,666)$KWUR404E,1066.o,0.000000)\
-			0.000000	(t_t_x(288361,894)PMXX04M,1067.o,0.000000)\
-			0.000000	(t_t_x(288366,0),1068.o,0.000000)\
-			0.000000	(t_t_x(288377,797)RVKWU04M,1069.o,0.000000)\
-			0.000000	(t_t_x(288381,0),1070.o,0.000000)\
-			1.000000	(t_t_x(288392,4)$LEBAS04M,1071.o,1.000000)\
-			0.000000	(t_t_x(288401,21)EGNOR04M,1072.o,0.000000)\
-			0.000000	(t_t_x(288402,0),1073.o,0.000000)\
-			0.000000	(t_t_x(288404,162)YBOLN04M,1074.o,0.000000)\
-			0.000000	(t_t_x(288405,1000)PMXX04M,1075.o,0.000000)\
-			0.000000	(t_t_x(288411,0),1076.o,0.000000)\
-			0.000000	(t_t_x(288421,0),1077.o,0.000000)\
-			0.000000	(t_t_x(288428,565)RVKWU04M,1078.o,0.000000)\
-			0.000000	(t_t_x(288431,114)$YB3EH04M,1079.o,0.000000)\
-			0.000000	(t_t_x(288445,339)KFZ4404M,1080.o,0.000000)\
-			0.000000	(t_t_x(288468,0),1081.o,0.000000)\
-			0.000000	(t_t_x(288483,159)LGRPA04M,1082.o,0.000000)\
-			0.000000	(t_t_x(288498,0),1083.o,0.000000)\
-			0.000000	(t_t_x(288501,867)LEBAS04M,1084.o,0.000000)\
-			0.000000	(t_t_x(288508,61)GL4W04M,1085.o,0.000000)\
-			0.000000	(t_t_x(288513,25)RQXU04E,1086.o,0.000000)\
-			0.000000	(t_t_x(288519,21)YB5WH04M,1087.o,0.000000)\
-			0.000000	(t_t_x(288522,42)YB3EH04E,1088.o,0.000000)\
-			1.000000	(t_t_x(288529,22)RNI04M,1089.o,1.000000)\
-			0.000000	(t_t_x(288555,0),1090.o,0.000000)\
-			0.000000	(t_t_x(288568,87)RQXSI04E,1091.o,0.000000)\
-			0.000000	(t_t_x(288588,0),1092.o,0.000000)\
-			1.000000	(t_t_x(288599,436)RMZU04E,1093.o,1.000000)\
-			0.000000	(t_t_x(288601,783)LGKFN04,1094.o,0.000000)\
-			0.000000	(t_t_x(288623,284)$KCHI104M,1095.o,0.000000)\
-			0.000000	(t_t_x(288631,0),1096.o,0.000000)\
-			0.000000	(t_t_x(288647,268)LEMDAT04,1097.o,0.000000)\
-			0.000000	(t_t_x(288684,722)$YH5MH04M,1098.o,0.000000)\
-			0.000000	(t_t_x(288692,0),1099.o,0.000000)\
-			0.000000	(t_t_x(288693,4708)RJIU04M,1100.o,0.000000)\
-			0.000000	(t_t_x(288694,54)KCHI104M,1101.o,0.000000)\
-			0.000000	(t_t_x(288696,310)RNI04M,1102.o,0.000000)\
-			0.000000	(t_t_x(288702,0),1103.o,0.000000)\
-			0.000000	(t_t_x(288713,0),1104.o,0.000000)\
-			0.000000	(t_t_x(288720,34)PMXX04M,1105.o,0.000000)\
-			0.000000	(t_t_x(288723,0),1106.o,0.000000)\
-			1.000000	(t_t_x(288725,61)LEMDAT04,1107.o,1.000000)\
-			0.000000	(t_t_x(288728,0),1108.o,0.000000)\
-			0.000000	(t_t_x(288740,814)$RQXSI04E,1109.o,0.000000)\
-			0.000000	(t_t_x(288756,99)YB3EH04A,1110.o,0.000000)\
-			0.000000	(t_t_x(288765,19)RQXSI04E,1111.o,0.000000)\
-			0.000000	(t_t_x(288768,0),1112.o,0.000000)\
-			1.000000	(t_t_x(288792,0),1113.o,1.000000)\
-			0.000000	(t_t_x(288800,224)KFZ4404M,1114.o,0.000000)\
-			0.000000	(t_t_x(288838,83)BR204M,1115.o,0.000000)\
-			0.000000	(t_t_x(288846,10)YB3EH04M,1116.o,0.000000)\
-			0.000000	(t_t_x(288849,827)LGRPA04M,1117.o,0.000000)\
-			0.000000	(t_t_x(288859,0),1118.o,0.000000)\
-			0.000000	(t_t_x(288879,273)RASI04M,1119.o,0.000000)\
-			0.000000	(t_t_x(288911,150)KSPE104D,1120.o,0.000000)\
-			0.000000	(t_t_x(288914,22)MEK04,1121.o,0.000000)\
-			0.000000	(t_t_x(288915,23)MEK04,1122.o,0.000000)\
-			0.000000	(t_t_x(288918,134)RQXSI04E,1123.o,0.000000)\
-			0.000000	(t_t_x(288927,317)PMXX04M,1124.o,0.000000)\
-			1.000000	(t_t_x(288930,0),1125.o,1.000000)\
-			0.000000	(t_t_x(288940,111)EG11G04M,1126.o,0.000000)\
-			0.000000	(t_t_x(288941,0),1127.o,0.000000)\
-			0.000000	(t_t_x(288954,47)KHVL104E,1128.o,0.000000)\
-			1.000000	(t_t_x(288957,566)$LEMDAT04,1129.o,1.000000)\
-			0.000000	(t_t_x(288966,0),1130.o,0.000000)\
-			0.000000	(t_t_x(288970,21)YB5WH04M,1131.o,0.000000)\
-			0.000000	(t_t_x(288982,72)YB3EH04E,1132.o,0.000000)\
-			0.000000	(t_t_x(288987,0),1133.o,0.000000)\
-			0.000000	(t_t_x(288989,2441)LGSRA04,1134.o,0.000000)\
-			0.000000	(t_t_x(288992,0),1135.o,0.000000)\
-			0.000000	(t_t_x(288999,156)$LEMDAT04,1136.o,0.000000)\
-			0.000000	(t_t_x(289007,0),1137.o,0.000000)\
-			0.000000	(t_t_x(289013,10)MEK04,1138.o,0.000000)\
-			0.000000	(t_t_x(289024,962)$YB5WH04M,1139.o,0.000000)\
-			1.000000	(t_t_x(289028,143)KFZ4404M,1140.o,1.000000)\
-			0.000000	(t_t_x(289045,531)RNS04M,1141.o,0.000000)\
-			0.000000	(t_t_x(289049,0),1142.o,0.000000)\
-			0.000000	(t_t_x(289076,4364)RMZU04,1143.o,0.000000)\
-			1.000000	(t_t_x(289099,181)LGAVA04,1144.o,1.000000)\
-			0.000000	(t_t_x(289110,0),1145.o,0.000000)\
-			0.000000	(t_t_x(289114,16)$YB3EH04M,1146.o,0.000000)\
-			0.000000	(t_t_x(289131,0),1147.o,0.000000)\
-			0.000000	(t_t_x(289136,387)RJIU04M,1148.o,0.000000)\
-			0.000000	(t_t_x(289158,839)RVKWU04M,1149.o,0.000000)\
-			0.000000	(t_t_x(289160,0),1150.o,0.000000)\
-			0.000000	(t_t_x(289164,5094)RJIU04M,1151.o,0.000000)\
-			0.000000	(t_t_x(289170,160)LELVL104,1152.o,0.000000)\
-			0.000000	(t_t_x(289171,29)EG11G04M,1153.o,0.000000)\
-			0.000000	(t_t_x(289172,202)LEMDAT04,1154.o,0.000000)\
-			0.000000	(t_t_x(289175,44)KFZ4404M,1155.o,0.000000)\
-			0.000000	(t_t_x(289192,95)ZM56704,1156.o,0.000000)\
-			0.000000	(t_t_x(289194,2643)LGZAA04M,1157.o,0.000000)\
-			0.000000	(t_t_x(289201,0),1158.o,0.000000)\
-			0.000000	(t_t_x(289215,0),1159.o,0.000000)\
-			0.000000	(t_t_x(289224,0),1160.o,0.000000)\
-			0.000000	(t_t_x(289232,0),1161.o,0.000000)\
-			0.000000	(t_t_x(289238,419)EGNOR04M,1162.o,0.000000)\
-			0.000000	(t_t_x(289240,0),1163.o,0.000000)\
-			1.000000	(t_t_x(289241,72)LELVL104,1164.o,1.000000)\
-			0.000000	(t_t_x(289249,419)PMXX04M,1165.o,0.000000)\
-			0.000000	(t_t_x(289276,178)RNS04M,1166.o,0.000000)\
-			0.000000	(t_t_x(289277,0),1167.o,0.000000)\
-			0.000000	(t_t_x(289280,1822)LFMDA04A,1168.o,0.000000)\
-			0.000000	(t_t_x(289283,880)LEMDAT04,1169.o,0.000000)\
-			0.000000	(t_t_x(289288,0),1170.o,0.000000)\
-			0.000000	(t_t_x(289297,105)RASI04M,1171.o,0.000000)\
-			0.000000	(t_t_x(289309,0),1172.o,0.000000)\
-			0.000000	(t_t_x(289314,0),1173.o,0.000000)\
-			0.000000	(t_t_x(289315,0),1174.o,0.000000)\
-			0.000000	(t_t_x(289318,0),1175.o,0.000000)\
-			0.000000	(t_t_x(289328,0),1176.o,0.000000)\
-			0.000000	(t_t_x(289330,480)KSAL1204,1177.o,0.000000)\
-			0.000000	(t_t_x(289347,710)MRAE04,1178.o,0.000000)\
-			0.000000	(t_t_x(289354,0),1179.o,0.000000)\
-			0.000000	(t_t_x(289361,0),1180.o,0.000000)\
-			0.000000	(t_t_x(289367,0),1181.o,0.000000)\
-			0.000000	(t_t_x(289376,99)LGRPA04M,1182.o,0.000000)\
-			0.000000	(t_t_x(289392,0),1183.o,0.000000)\
-			0.000000	(t_t_x(289397,1100)LGKFN04,1184.o,0.000000)\
-			0.000000	(t_t_x(289403,0),1185.o,0.000000)\
-			0.000000	(t_t_x(289405,317)KSLN04M,1186.o,0.000000)\
-			0.000000	(t_t_x(289436,0),1187.o,0.000000)\
-			0.000000	(t_t_x(289440,28)MEK04,1188.o,0.000000)\
-			0.000000	(t_t_x(289455,0),1189.o,0.000000)\
-			0.000000	(t_t_x(289457,20)RJIU04M,1190.o,0.000000)\
-			0.000000	(t_t_x(289463,96)RASI04M,1191.o,0.000000)\
-			0.000000	(t_t_x(289464,50)RNI04M,1192.o,0.000000)\
-			0.000000	(t_t_x(289472,4299)LGZAA04M,1193.o,0.000000)\
-			1.000000	(t_t_x(289490,215)BR204M,1194.o,1.000000)\
-			0.000000	(t_t_x(289499,0),1195.o,0.000000)\
-			1.000000	(t_t_x(289502,1447)EG11G04M,1196.o,1.000000)\
-			0.000000	(t_t_x(289514,0),1197.o,0.000000)\
-			0.000000	(t_t_x(289519,0),1198.o,0.000000)\
-			0.000000	(t_t_x(289531,31)KSPE104D,1199.o,0.000000)\
-			1.000000	(t_t_x(289533,0),1200.o,1.000000)\
-			0.000000	(t_t_x(289563,0),1201.o,0.000000)\
-			0.000000	(t_t_x(289566,1209)LGKFN04,1202.o,0.000000)\
-			0.000000	(t_t_x(289584,0),1203.o,0.000000)\
-			0.000000	(t_t_x(289587,708)PMXX04M,1204.o,0.000000)\
-			0.000000	(t_t_x(289595,0),1205.o,0.000000)\
-			0.000000	(t_t_x(289605,0),1206.o,0.000000)\
-			0.000000	(t_t_x(289613,438)KSLN04A,1207.o,0.000000)\
-			0.000000	(t_t_x(289618,607)YB5WH04M,1208.o,0.000000)\
-			0.000000	(t_t_x(289649,5)YB5KL04E,1209.o,0.000000)\
-			1.000000	(t_t_x(289655,490)RJIU04M,1210.o,1.000000)\
-			0.000000	(t_t_x(289665,0),1211.o,0.000000)\
-			1.000000	(t_t_x(289673,284)MEK04,1212.o,1.000000)\
-			0.000000	(t_t_x(289675,108)KSPE1P04,1213.o,0.000000)\
-			0.000000	(t_t_x(289683,0),1214.o,0.000000)\
-			0.000000	(t_t_x(289684,228)EDGG704,1215.o,0.000000)\
-			0.000000	(t_t_x(289689,0),1216.o,0.000000)\
-			0.000000	(t_t_x(289705,30)YB3EH04E,1217.o,0.000000)\
-			0.000000	(t_t_x(289716,1222)LGKFN04,1218.o,0.000000)\
-			0.000000	(t_t_x(289752,0),1219.o,0.000000)\
-			0.000000	(t_t_x(289758,0),1220.o,0.000000)\
-			0.000000	(t_t_x(289759,422)EDGG704,1221.o,0.000000)\
-			0.000000	(t_t_x(289768,87)RJIU04M,1222.o,0.000000)\
-			0.000000	(t_t_x(289782,0),1223.o,0.000000)\
-			0.000000	(t_t_x(289783,249)KSAL1204,1224.o,0.000000)\
-			0.000000	(t_t_x(289805,83)YBOLN04M,1225.o,0.000000)\
-			0.000000	(t_t_x(289828,9)MYY04A,1226.o,0.000000)\
-			0.000000	(t_t_x(289832,0),1227.o,0.000000)\
-			0.000000	(t_t_x(289843,0),1228.o,0.000000)\
-			0.000000	(t_t_x(289862,61)BKED1204,1229.o,0.000000)\
-			0.000000	(t_t_x(289863,1897)MGY04,1230.o,0.000000)\
-			0.000000	(t_t_x(289866,0),1231.o,0.000000)\
-			0.000000	(t_t_x(289868,3016)LCES004,1232.o,0.000000)\
-			0.000000	(t_t_x(289872,1297)KFZ4404M,1233.o,0.000000)\
-			1.000000	(t_t_x(289894,2265)LCES004,1234.o,1.000000)\
-			0.000000	(t_t_x(289901,726)$RQXSI04E,1235.o,0.000000)\
-			0.000000	(t_t_x(289907,0),1236.o,0.000000)\
-			0.000000	(t_t_x(289911,1389)PMXX04M,1237.o,0.000000)\
-			0.000000	(t_t_x(289913,45)EGNOR04M,1238.o,0.000000)\
-			0.000000	(t_t_x(289932,0),1239.o,0.000000)\
-			1.000000	(t_t_x(289945,1020)LGKFN04,1240.o,1.000000)\
-			0.000000	(t_t_x(289950,0),1241.o,0.000000)\
-			0.000000	(t_t_x(289961,200)KSPE104D,1242.o,0.000000)\
-			0.000000	(t_t_x(289972,525)YBOLN04M,1243.o,0.000000)\
-			0.000000	(t_t_x(289978,964)RJIU04M,1244.o,0.000000)\
-			0.000000	(t_t_x(289980,0),1245.o,0.000000)\
-			0.000000	(t_t_x(289989,1492)EDGG704,1246.o,0.000000)\
-			0.000000	(t_t_x(289999,611)PMXX04M,1247.o,0.000000)\
-			0.000000	(t_t_x(290009,0),1248.o,0.000000)\
-			0.000000	(t_t_x(290012,0),1249.o,0.000000)\
-			0.000000	(t_t_x(290015,13)YD5WH04M,1250.o,0.000000)\
-			0.000000	(t_t_x(290019,211)KWUR1C04,1251.o,0.000000)\
-			0.000000	(t_t_x(290022,94)RQXU04E,1252.o,0.000000)\
-			0.000000	(t_t_x(290037,0),1253.o,0.000000)\
-			0.000000	(t_t_x(290041,231)KFZ4404M,1254.o,0.000000)\
-			0.000000	(t_t_x(290047,475)RASI04M,1255.o,0.000000)\
-			0.000000	(t_t_x(290055,26)YBOLN04M,1256.o,0.000000)\
-			0.000000	(t_t_x(290061,7816)MRAE04,1257.o,0.000000)\
-			0.000000	(t_t_x(290063,0),1258.o,0.000000)\
-			0.000000	(t_t_x(290076,0),1259.o,0.000000)\
-			0.000000	(t_t_x(290077,275)$LCS12W03,1260.o,0.000000)\
-			0.000000	(t_t_x(290082,179)RNI04M,1261.o,0.000000)\
-			1.000000	(t_t_x(290090,1046)EDGG704,1262.o,1.000000)\
-			0.000000	(t_t_x(290093,0),1263.o,0.000000)\
-			0.000000	(t_t_x(290110,0),1264.o,0.000000)\
-			0.000000	(t_t_x(290112,0),1265.o,0.000000)\
-			0.000000	(t_t_x(290116,345)EDGG704,1266.o,0.000000)\
-			1.000000	(t_t_x(290137,19)YD5WH04M,1267.o,1.000000)\
-			0.000000	(t_t_x(290158,904)PMXX04M,1268.o,0.000000)\
-			0.000000	(t_t_x(290166,240)RNS04M,1269.o,0.000000)\
-			0.000000	(t_t_x(290174,0),1270.o,0.000000)\
-			0.000000	(t_t_x(290208,504)LGRPA04M,1271.o,0.000000)\
-			0.000000	(t_t_x(290215,0),1272.o,0.000000)\
-			0.000000	(t_t_x(290219,12)MGY04,1273.o,0.000000)\
-			0.000000	(t_t_x(290247,0),1274.o,0.000000)\
-			0.000000	(t_t_x(290258,0),1275.o,0.000000)\
-			0.000000	(t_t_x(290261,0),1276.o,0.000000)\
-			0.000000	(t_t_x(290272,321)LEMDAT04,1277.o,0.000000)\
-			0.000000	(t_t_x(290283,592)LGAVA04,1278.o,0.000000)\
-			0.000000	(t_t_x(290302,0),1279.o,0.000000)\
-			0.000000	(t_t_x(290315,0),1280.o,0.000000)\
-			0.000000	(t_t_x(290335,0),1281.o,0.000000)\
-			0.000000	(t_t_x(290342,817)RJIU04M,1282.o,0.000000)\
-			0.000000	(t_t_x(290343,471)RJIU04M,1283.o,0.000000)\
-			0.000000	(t_t_x(290352,0),1284.o,0.000000)\
-			0.000000	(t_t_x(290362,15)YB5WH04M,1285.o,0.000000)\
-			0.000000	(t_t_x(290367,697)MRAE04,1286.o,0.000000)\
-			0.000000	(t_t_x(290378,168)YD5WH04M,1287.o,0.000000)\
-			0.000000	(t_t_x(290395,1146)PMXX04M,1288.o,0.000000)\
-			0.000000	(t_t_x(290396,0),1289.o,0.000000)\
-			0.000000	(t_t_x(290406,0),1290.o,0.000000)\
-			0.000000	(t_t_x(290407,938)LFMDA04A,1291.o,0.000000)\
-			0.000000	(t_t_x(290428,0),1292.o,0.000000)\
-			0.000000	(t_t_x(290429,0),1293.o,0.000000)\
-			0.000000	(t_t_x(290433,45)YD5WH04M,1294.o,0.000000)\
-			0.000000	(t_t_x(290436,0),1295.o,0.000000)\
-			0.000000	(t_t_x(290447,199)LEBAS04M,1296.o,0.000000)\
-			0.000000	(t_t_x(290454,0),1297.o,0.000000)\
-			0.000000	(t_t_x(290455,0),1298.o,0.000000)\
-			0.000000	(t_t_x(290468,50)LEBAS04M,1299.o,0.000000)\
-			0.000000	(t_t_x(290480,359)RJIU04M,1300.o,0.000000)\
-			0.000000	(t_t_x(290491,0),1301.o,0.000000)\
-			0.000000	(t_t_x(290499,0),1302.o,0.000000)\
-			0.000000	(t_t_x(290501,0),1303.o,0.000000)\
-			0.000000	(t_t_x(290513,0),1304.o,0.000000)\
-			0.000000	(t_t_x(290517,0),1305.o,0.000000)\
-			1.000000	(t_t_x(290527,0),1306.o,1.000000)\
-			0.000000	(t_t_x(290528,274)YBOLN04M,1307.o,0.000000)\
-			0.000000	(t_t_x(290535,315)YBOLN04M,1308.o,0.000000)\
-			0.000000	(t_t_x(290539,390)LGRPA04M,1309.o,0.000000)\
-			0.000000	(t_t_x(290550,454)MGY04,1310.o,0.000000)\
-			0.000000	(t_t_x(290553,583)LEMDAT04,1311.o,0.000000)\
-			0.000000	(t_t_x(290555,0),1312.o,0.000000)\
-			0.000000	(t_t_x(290566,477)ZM56704,1313.o,0.000000)\
-			0.000000	(t_t_x(290567,84)YB3EH04E,1314.o,0.000000)\
-			0.000000	(t_t_x(290568,0),1315.o,0.000000)\
-			0.000000	(t_t_x(290573,104)EBBRA04E,1316.o,0.000000)\
-			0.000000	(t_t_x(290574,0),1317.o,0.000000)\
-			0.000000	(t_t_x(290578,0),1318.o,0.000000)\
-			0.000000	(t_t_x(290583,0),1319.o,0.000000)\
-			0.000000	(t_t_x(290584,68)LELVL104,1320.o,0.000000)\
-			0.000000	(t_t_x(290624,67)LEBAS04A,1321.o,0.000000)\
-			1.000000	(t_t_x(290633,197)RJIU04M,1322.o,1.000000)\
-			0.000000	(t_t_x(290635,1176)RQXI04E,1323.o,0.000000)\
-			0.000000	(t_t_x(290646,0),1324.o,0.000000)\
-			0.000000	(t_t_x(290650,500)PMXX04M,1325.o,0.000000)\
-			1.000000	(t_t_x(290661,0),1326.o,1.000000)\
-			0.000000	(t_t_x(290666,128)MAB04,1327.o,0.000000)\
-			1.000000	(t_t_x(290667,33)GL34W04,1328.o,1.000000)\
-			0.000000	(t_t_x(290676,277)RFBRT04M,1329.o,0.000000)\
-			0.000000	(t_t_x(290680,2314)LGSRA04,1330.o,0.000000)\
-			0.000000	(t_t_x(290681,427)YBOLN04M,1331.o,0.000000)\
-			0.000000	(t_t_x(290696,630)RNS04M,1332.o,0.000000)\
-			0.000000	(t_t_x(290702,0),1333.o,0.000000)\
-			0.000000	(t_t_x(290712,0),1334.o,0.000000)\
-			0.000000	(t_t_x(290738,0),1335.o,0.000000)\
-			1.000000	(t_t_x(290752,0),1336.o,1.000000)\
-			0.000000	(t_t_x(290760,0),1337.o,0.000000)\
-			0.000000	(t_t_x(290761,0),1338.o,0.000000)\
-			0.000000	(t_t_x(290766,0),1339.o,0.000000)\
-			0.000000	(t_t_x(290776,95)RJIU04M,1340.o,0.000000)\
-			0.000000	(t_t_x(290803,282)KHVL104E,1341.o,0.000000)\
-			0.000000	(t_t_x(290808,37)YB3EH04A,1342.o,0.000000)\
-			0.000000	(t_t_x(290819,349)GL34W04,1343.o,0.000000)\
-			1.000000	(t_t_x(290832,0),1344.o,1.000000)\
-			0.000000	(t_t_x(290849,0),1345.o,0.000000)\
-			0.000000	(t_t_x(290858,0),1346.o,0.000000)\
-			0.000000	(t_t_x(290863,660)$RVKWU04M,1347.o,0.000000)\
-			0.000000	(t_t_x(290866,0),1348.o,0.000000)\
-			0.000000	(t_t_x(290867,0),1349.o,0.000000)\
-			0.000000	(t_t_x(290871,0),1350.o,0.000000)\
-			0.000000	(t_t_x(290883,0),1351.o,0.000000)\
-			0.000000	(t_t_x(290892,621)YB5WH04M,1352.o,0.000000)\
-			1.000000	(t_t_x(290904,282)RASI04M,1353.o,1.000000)\
-			0.000000	(t_t_x(290924,0),1354.o,0.000000)\
-			0.000000	(t_t_x(290928,696)LGSRA04,1355.o,0.000000)\
-			0.000000	(t_t_x(290939,0),1356.o,0.000000)\
-			0.000000	(t_t_x(290967,55)RJIU04M,1357.o,0.000000)\
-			0.000000	(t_t_x(290985,0),1358.o,0.000000)\
-			0.000000	(t_t_x(290996,273)GL4W04M,1359.o,0.000000)\
-			0.000000	(t_t_x(291002,12)FUJ04M,1360.o,0.000000)\
-			0.000000	(t_t_x(291007,0),1361.o,0.000000)\
-			0.000000	(t_t_x(291009,1396)RQXSI04E,1362.o,0.000000)\
-			0.000000	(t_t_x(291013,0),1363.o,0.000000)\
-			0.000000	(t_t_x(291014,810)LCES004M,1364.o,0.000000)\
-			1.000000	(t_t_x(291018,0),1365.o,1.000000)\
-			0.000000	(t_t_x(291019,0),1366.o,0.000000)\
-			0.000000	(t_t_x(291024,205)RQXI04E,1367.o,0.000000)\
-			0.000000	(t_t_x(291027,1731)YBOLN04M,1368.o,0.000000)\
-			0.000000	(t_t_x(291031,2884)EG11G04M,1369.o,0.000000)\
-			0.000000	(t_t_x(291038,949)EDGG704,1370.o,0.000000)\
-			0.000000	(t_t_x(291040,0),1371.o,0.000000)\
-			0.000000	(t_t_x(291046,0),1372.o,0.000000)\
-			0.000000	(t_t_x(291048,323)LEMDAT04,1373.o,0.000000)\
-			0.000000	(t_t_x(291052,0),1374.o,0.000000)\
-			0.000000	(t_t_x(291060,0),1375.o,0.000000)\
-			0.000000	(t_t_x(291078,108)YB5KL04E,1376.o,0.000000)\
-			0.000000	(t_t_x(291082,1786)LFMDA04A,1377.o,0.000000)\
-			1.000000	(t_t_x(291096,0),1378.o,1.000000)\
-			0.000000	(t_t_x(291100,5)RQXSI04E,1379.o,0.000000)\
-			0.000000	(t_t_x(291104,3055)LCES004,1380.o,0.000000)\
-			0.000000	(t_t_x(291114,0),1381.o,0.000000)\
-			0.000000	(t_t_x(291115,0),1382.o,0.000000)\
-			0.000000	(t_t_x(291117,166)KSPE104D,1383.o,0.000000)\
-			1.000000	(t_t_x(291127,88)PMXX04M,1384.o,1.000000)\
-			0.000000	(t_t_x(291128,0),1385.o,0.000000)\
-			0.000000	(t_t_x(291159,0),1386.o,0.000000)\
-			0.000000	(t_t_x(291164,14)RQXU04E,1387.o,0.000000)\
-			0.000000	(t_t_x(291171,0),1388.o,0.000000)\
-			0.000000	(t_t_x(291178,29)KHVL104E,1389.o,0.000000)\
-			0.000000	(t_t_x(291187,18)KWUR404E,1390.o,0.000000)\
-			0.000000	(t_t_x(291189,1299)RVKWU04M,1391.o,0.000000)\
-			0.000000	(t_t_x(291193,0),1392.o,0.000000)\
-			0.000000	(t_t_x(291204,0),1393.o,0.000000)\
-			0.000000	(t_t_x(291206,338)RMZU04E,1394.o,0.000000)\
-			0.000000	(t_t_x(291212,10)RVKWS04,1395.o,0.000000)\
-			0.000000	(t_t_x(291218,65)RQXSI04E,1396.o,0.000000)\
-			0.000000	(t_t_x(291223,640)EGPFA04,1397.o,0.000000)\
-			0.000000	(t_t_x(291224,0),1398.o,0.000000)\
-			1.000000	(t_t_x(291226,799)RQXSI04E,1399.o,1.000000)\
-			0.000000	(t_t_x(291238,37)YH5MH04M,1400.o,0.000000)\
-			0.000000	(t_t_x(291241,86)GL4W04M,1401.o,0.000000)\
-			0.000000	(t_t_x(291257,846)EDGG704,1402.o,0.000000)\
-			1.000000	(t_t_x(291264,1285)PMXX04M,1403.o,1.000000)\
-			0.000000	(t_t_x(291267,811)RNS04M,1404.o,0.000000)\
-			0.000000	(t_t_x(291287,0),1405.o,0.000000)\
-			0.000000	(t_t_x(291292,101)EBEEC04M,1406.o,0.000000)\
-			0.000000	(t_t_x(291296,0),1407.o,0.000000)\
-			0.000000	(t_t_x(291299,88)KSPE104D,1408.o,0.000000)\
-			0.000000	(t_t_x(291305,1168)EDGG704,1409.o,0.000000)\
-			0.000000	(t_t_x(291309,317)MT4AT04E,1410.o,0.000000)\
-			0.000000	(t_t_x(291312,1526)LGKFN04,1411.o,0.000000)\
-			1.000000	(t_t_x(291314,31)LELVL04M,1412.o,1.000000)\
-			0.000000	(t_t_x(291317,0),1413.o,0.000000)\
-			0.000000	(t_t_x(291320,0),1414.o,0.000000)\
-			0.000000	(t_t_x(291323,44)YBOLN04M,1415.o,0.000000)\
-			0.000000	(t_t_x(291326,0),1416.o,0.000000)\
-			0.000000	(t_t_x(291337,0),1417.o,0.000000)\
-			0.000000	(t_t_x(291341,229)KFZ4404M,1418.o,0.000000)\
-			1.000000	(t_t_x(291353,598)RQXI04E,1419.o,1.000000)\
-			0.000000	(t_t_x(291359,272)KCHI104M,1420.o,0.000000)\
-			0.000000	(t_t_x(291367,297)YD5WH04M,1421.o,0.000000)\
-			1.000000	(t_t_x(291377,1183)EG11G04M,1422.o,1.000000)\
-			0.000000	(t_t_x(291407,0),1423.o,0.000000)\
-			0.000000	(t_t_x(291417,0),1424.o,0.000000)\
-			0.000000	(t_t_x(291420,0),1425.o,0.000000)\
-			1.000000	(t_t_x(291444,0),1426.o,1.000000)\
-			0.000000	(t_t_x(291447,0),1427.o,0.000000)\
-			0.000000	(t_t_x(291455,0),1428.o,0.000000)\
-			0.000000	(t_t_x(291464,0),1429.o,0.000000)\
-			0.000000	(t_t_x(291470,0),1430.o,0.000000)\
-			0.000000	(t_t_x(291480,287)KSLN04M,1431.o,0.000000)\
-			0.000000	(t_t_x(291484,0),1432.o,0.000000)\
-			0.000000	(t_t_x(291491,80)ZM56704,1433.o,0.000000)\
-			0.000000	(t_t_x(291494,111)YH5MH04M,1434.o,0.000000)\
-			0.000000	(t_t_x(291499,260)LELVL04M,1435.o,0.000000)\
-			0.000000	(t_t_x(291514,229)YB3EH04E,1436.o,0.000000)\
-			0.000000	(t_t_x(291515,299)KSLN04M,1437.o,0.000000)\
-			0.000000	(t_t_x(291519,0),1438.o,0.000000)\
-			0.000000	(t_t_x(291521,124)LELVL04M,1439.o,0.000000)\
-			0.000000	(t_t_x(291523,34)PMXX04M,1440.o,0.000000)\
-			0.000000	(t_t_x(291528,235)YB3EH04E,1441.o,0.000000)\
-			1.000000	(t_t_x(291534,7)FUJ04M,1442.o,1.000000)\
-			0.000000	(t_t_x(291538,0),1443.o,0.000000)\
-			0.000000	(t_t_x(291539,324)KSLN04M,1444.o,0.000000)\
-			0.000000	(t_t_x(291547,9)KSLN04A,1445.o,0.000000)\
-			0.000000	(t_t_x(291554,125)YH5MH04M,1446.o,0.000000)\
-			1.000000	(t_t_x(291559,204)RFBRT04M,1447.o,1.000000)\
-			0.000000	(t_t_x(291566,0),1448.o,0.000000)\
-			0.000000	(t_t_x(291571,0),1449.o,0.000000)\
-			0.000000	(t_t_x(291572,0),1450.o,0.000000)\
-			0.000000	(t_t_x(291575,11)KSLN04M,1451.o,0.000000)\
-			0.000000	(t_t_x(291577,573)EGNOR04M,1452.o,0.000000)\
-			0.000000	(t_t_x(291579,0),1453.o,0.000000)\
-			0.000000	(t_t_x(291594,982)EG11G04M,1454.o,0.000000)\
-			0.000000	(t_t_x(291603,59)EG11G04M,1455.o,0.000000)\
-			0.000000	(t_t_x(291612,143)KFZ4404E,1456.o,0.000000)\
-			0.000000	(t_t_x(291615,14)YB5WH04M,1457.o,0.000000)\
-			0.000000	(t_t_x(291639,231)YB3EH04A,1458.o,0.000000)\
-			0.000000	(t_t_x(291640,30)BKED1204,1459.o,0.000000)\
-			0.000000	(t_t_x(291645,1536)$LGSRA04,1460.o,0.000000)\
-			0.000000	(t_t_x(291649,270)LEMDAT04,1461.o,0.000000)\
-			0.000000	(t_t_x(291652,213)LEBAS04M,1462.o,0.000000)\
-			0.000000	(t_t_x(291656,297)YH5MH04M,1463.o,0.000000)\
-			0.000000	(t_t_x(291660,0),1464.o,0.000000)\
-			0.000000	(t_t_x(291679,282)RNS04M,1465.o,0.000000)\
-			0.000000	(t_t_x(291695,0),1466.o,0.000000)\
-			0.000000	(t_t_x(291697,0),1467.o,0.000000)\
-			0.000000	(t_t_x(291719,0),1468.o,0.000000)\
-			0.000000	(t_t_x(291724,19)YB3EH04E,1469.o,0.000000)\
-			1.000000	(t_t_x(291727,0),1470.o,1.000000)\
-			0.000000	(t_t_x(291739,494)KSLN04A,1471.o,0.000000)\
-			0.000000	(t_t_x(291761,109)RNS04M,1472.o,0.000000)\
-			0.000000	(t_t_x(291796,0),1473.o,0.000000)\
-			0.000000	(t_t_x(291798,67)RMZU04,1474.o,0.000000)\
-			0.000000	(t_t_x(291812,0),1475.o,0.000000)\
-			0.000000	(t_t_x(291819,19)EGNOR04M,1476.o,0.000000)\
-			0.000000	(t_t_x(291826,6)GL4W04M,1477.o,0.000000)\
-			0.000000	(t_t_x(291836,0),1478.o,0.000000)\
-			0.000000	(t_t_x(291843,134)LELVL04M,1479.o,0.000000)\
-			0.000000	(t_t_x(291845,0),1480.o,0.000000)\
-			0.000000	(t_t_x(291847,0),1481.o,0.000000)\
-			0.000000	(t_t_x(291859,0),1482.o,0.000000)\
-			0.000000	(t_t_x(291874,157)MM304,1483.o,0.000000)\
-			0.000000	(t_t_x(291887,19)YD5WH04M,1484.o,0.000000)\
-			1.000000	(t_t_x(291891,872)LGKFN04,1485.o,1.000000)\
-			0.000000	(t_t_x(291906,2409)RVKWU04M,1486.o,0.000000)\
-			0.000000	(t_t_x(291917,123)RJIU04M,1487.o,0.000000)\
-			0.000000	(t_t_x(291918,2278)LGZAA04M,1488.o,0.000000)\
-			0.000000	(t_t_x(291951,0),1489.o,0.000000)\
-			0.000000	(t_t_x(291957,25)RQXSI04E,1490.o,0.000000)\
-			1.000000	(t_t_x(291959,0),1491.o,1.000000)\
-			0.000000	(t_t_x(291968,0),1492.o,0.000000)\
-			0.000000	(t_t_x(291971,0),1493.o,0.000000)\
-			0.000000	(t_t_x(291994,196)YB5KL04E,1494.o,0.000000)\
-			0.000000	(t_t_x(291995,0),1495.o,0.000000)\
-			0.000000	(t_t_x(292003,0),1496.o,0.000000)\
-			1.000000	(t_t_x(292006,43)RVKWS04,1497.o,1.000000)\
-			0.000000	(t_t_x(292026,1436)LELVL04M,1498.o,0.000000)\
-			0.000000	(t_t_x(292032,0),1499.o,0.000000)\
-			0.000000	(t_t_x(292050,426)RJIU04M,1500.o,0.000000)\
-			0.000000	(t_t_x(292051,0),1501.o,0.000000)\
-			0.000000	(t_t_x(292068,0),1502.o,0.000000)\
-			0.000000	(t_t_x(292069,556)YD5WH04M,1503.o,0.000000)\
-			0.000000	(t_t_x(292088,136)LEBAS04M,1504.o,0.000000)\
-			0.000000	(t_t_x(292091,181)LOVN1504,1505.o,0.000000)\
-			0.000000	(t_t_x(292092,241)KSLN04M,1506.o,0.000000)\
-			0.000000	(t_t_x(292094,136)LELVL04M,1507.o,0.000000)\
-			0.000000	(t_t_x(292099,55)EGNOR04M,1508.o,0.000000)\
-			0.000000	(t_t_x(292100,599)PMXX04M,1509.o,0.000000)\
-			0.000000	(t_t_x(292105,0),1510.o,0.000000)\
-			0.000000	(t_t_x(292107,56)RQXSI04E,1511.o,0.000000)\
-			0.000000	(t_t_x(292111,1312)LGKFN04,1512.o,0.000000)\
-			0.000000	(t_t_x(292112,463)KWUR404E,1513.o,0.000000)\
-			0.000000	(t_t_x(292120,0),1514.o,0.000000)\
-			0.000000	(t_t_x(292130,0),1515.o,0.000000)\
-			0.000000	(t_t_x(292152,0),1516.o,0.000000)\
-			0.000000	(t_t_x(292153,153)YB5WH04M,1517.o,0.000000)\
-			0.000000	(t_t_x(292154,411)$LGRPA04M,1518.o,0.000000)\
-			0.000000	(t_t_x(292178,23)EGNOR04M,1519.o,0.000000)\
-			0.000000	(t_t_x(292186,551)YB3EH04M,1520.o,0.000000)\
-			0.000000	(t_t_x(292187,222)KSPE104D,1521.o,0.000000)\
-			0.000000	(t_t_x(292188,0),1522.o,0.000000)\
-			0.000000	(t_t_x(292189,40)YB3EH04E,1523.o,0.000000)\
-			0.000000	(t_t_x(292197,0),1524.o,0.000000)\
-			0.000000	(t_t_x(292211,376)LGRPA04M,1525.o,0.000000)\
-			0.000000	(t_t_x(292214,0),1526.o,0.000000)\
-			0.000000	(t_t_x(292217,0),1527.o,0.000000)\
-			0.000000	(t_t_x(292231,2989)EG11G04M,1528.o,0.000000)\
-			0.000000	(t_t_x(292232,619)LGAVA04,1529.o,0.000000)\
-			0.000000	(t_t_x(292233,0),1530.o,0.000000)\
-			0.000000	(t_t_x(292245,0),1531.o,0.000000)\
-			0.000000	(t_t_x(292251,9)YB3EH04A,1532.o,0.000000)\
-			0.000000	(t_t_x(292255,2)KFUL1U04,1533.o,0.000000)\
-			0.000000	(t_t_x(292257,1740)RQXI04E,1534.o,0.000000)\
-			0.000000	(t_t_x(292258,0),1535.o,0.000000)\
-			0.000000	(t_t_x(292264,0),1536.o,0.000000)\
-			0.000000	(t_t_x(292265,0),1537.o,0.000000)\
-			0.000000	(t_t_x(292270,0),1538.o,0.000000)\
-			0.000000	(t_t_x(292278,0),1539.o,0.000000)\
-			0.000000	(t_t_x(292286,16)RVKWS04,1540.o,0.000000)\
-			0.000000	(t_t_x(292287,81)KSPE104D,1541.o,0.000000)\
-			0.000000	(t_t_x(292297,500)RJIU04M,1542.o,0.000000)\
-			0.000000	(t_t_x(292319,300)$KSPE1P04,1543.o,0.000000)\
-			1.000000	(t_t_x(292327,130)YB3EH04A,1544.o,1.000000)\
-			0.000000	(t_t_x(292330,282)KSPE1P04,1545.o,0.000000)\
-			0.000000	(t_t_x(292354,243)RMZU04,1546.o,0.000000)\
-			0.000000	(t_t_x(292365,0),1547.o,0.000000)\
-			0.000000	(t_t_x(292366,14)GL4W04M,1548.o,0.000000)\
-			0.000000	(t_t_x(292383,1697)EDGG704,1549.o,0.000000)\
-			0.000000	(t_t_x(292388,780)RQXU04E,1550.o,0.000000)\
-			0.000000	(t_t_x(292405,0),1551.o,0.000000)\
-			0.000000	(t_t_x(292408,185)BKED1204,1552.o,0.000000)\
-			0.000000	(t_t_x(292413,1017)KWUR404E,1553.o,0.000000)\
-			0.000000	(t_t_x(292417,0),1554.o,0.000000)\
-			0.000000	(t_t_x(292423,2039)EDGG704,1555.o,0.000000)\
-			0.000000	(t_t_x(292436,335)YD5WH04M,1556.o,0.000000)\
-			0.000000	(t_t_x(292439,7)KSLN04M,1557.o,0.000000)\
-			0.000000	(t_t_x(292442,420)RQXU04E,1558.o,0.000000)\
-			0.000000	(t_t_x(292446,281)BR204M,1559.o,0.000000)\
-			0.000000	(t_t_x(292451,0),1560.o,0.000000)\
-			0.000000	(t_t_x(292453,0),1561.o,0.000000)\
-			0.000000	(t_t_x(292457,135)LEBAS04M,1562.o,0.000000)\
-			0.000000	(t_t_x(292466,124)LGZAA04M,1563.o,0.000000)\
-			0.000000	(t_t_x(292483,501)RVKWU04M,1564.o,0.000000)\
-			0.000000	(t_t_x(292487,0),1565.o,0.000000)\
-			0.000000	(t_t_x(292494,7)LELVL04M,1566.o,0.000000)\
-			0.000000	(t_t_x(292500,0),1567.o,0.000000)\
-			0.000000	(t_t_x(292507,306)LGSRA04,1568.o,0.000000)\
-			0.000000	(t_t_x(292515,0),1569.o,0.000000)\
-			0.000000	(t_t_x(292533,1275)RNI04M,1570.o,0.000000)\
-			0.000000	(t_t_x(292534,296)YB3EH04A,1571.o,0.000000)\
-			0.000000	(t_t_x(292544,197)YD5WH04M,1572.o,0.000000)\
-			0.000000	(t_t_x(292550,67)RJIU04M,1573.o,0.000000)\
-			1.000000	(t_t_x(292565,85)KFZ4404E,1574.o,1.000000)\
-			0.000000	(t_t_x(292569,0),1575.o,0.000000)\
-			0.000000	(t_t_x(292574,0),1576.o,0.000000)\
-			0.000000	(t_t_x(292587,0),1577.o,0.000000)\
-			0.000000	(t_t_x(292613,79)MM304,1578.o,0.000000)\
-			0.000000	(t_t_x(292614,0),1579.o,0.000000)\
-			1.000000	(t_t_x(292627,0),1580.o,1.000000)\
-			0.000000	(t_t_x(292629,40)LCES004M,1581.o,0.000000)\
-			0.000000	(t_t_x(292635,140)GL4W04M,1582.o,0.000000)\
-			0.000000	(t_t_x(292653,0),1583.o,0.000000)\
-			0.000000	(t_t_x(292656,0),1584.o,0.000000)\
-			0.000000	(t_t_x(292666,281)LGSRA04,1585.o,0.000000)\
-			0.000000	(t_t_x(292667,50)KSPE104D,1586.o,0.000000)\
-			0.000000	(t_t_x(292670,0),1587.o,0.000000)\
-			0.000000	(t_t_x(292672,102)RQXU04E,1588.o,0.000000)\
-			0.000000	(t_t_x(292676,0),1589.o,0.000000)\
-			0.000000	(t_t_x(292683,360)YBOLN04M,1590.o,0.000000)\
-			0.000000	(t_t_x(292688,0),1591.o,0.000000)\
-			0.000000	(t_t_x(292693,0),1592.o,0.000000)\
-			0.000000	(t_t_x(292700,209)GL4W04M,1593.o,0.000000)\
-			0.000000	(t_t_x(292710,434)KSPE1P04,1594.o,0.000000)\
-			0.000000	(t_t_x(292713,0),1595.o,0.000000)\
-			0.000000	(t_t_x(292714,862)RMZU04E,1596.o,0.000000)\
-			0.000000	(t_t_x(292716,0),1597.o,0.000000)\
-			1.000000	(t_t_x(292734,0),1598.o,1.000000)\
-			0.000000	(t_t_x(292735,131)GL4W04M,1599.o,0.000000)\
-			0.000000	(t_t_x(292738,18)KFZ4404M,1600.o,0.000000)\
-			0.000000	(t_t_x(292739,27)LEBAS04M,1601.o,0.000000)\
-			0.000000	(t_t_x(292748,0),1602.o,0.000000)\
-			0.000000	(t_t_x(292753,0),1603.o,0.000000)\
-			0.000000	(t_t_x(292762,12)BKED1204,1604.o,0.000000)\
-			0.000000	(t_t_x(292778,0),1605.o,0.000000)\
-			0.000000	(t_t_x(292783,0),1606.o,0.000000)\
-			0.000000	(t_t_x(292791,821)EGPFA04,1607.o,0.000000)\
-			0.000000	(t_t_x(292796,3138)LCES004,1608.o,0.000000)\
-			1.000000	(t_t_x(292801,793)PMXX04M,1609.o,1.000000)\
-			0.000000	(t_t_x(292803,452)YB3EH04A,1610.o,0.000000)\
-			0.000000	(t_t_x(292805,40)RVKWS04,1611.o,0.000000)\
-			0.000000	(t_t_x(292808,22)RJIU04M,1612.o,0.000000)\
-			0.000000	(t_t_x(292823,0),1613.o,0.000000)\
-			0.000000	(t_t_x(292825,0),1614.o,0.000000)\
-			0.000000	(t_t_x(292837,101)KFZ4404M,1615.o,0.000000)\
-			0.000000	(t_t_x(292859,73)KSLN04M,1616.o,0.000000)\
-			0.000000	(t_t_x(292872,222)KSAL1204,1617.o,0.000000)\
-			0.000000	(t_t_x(292875,579)LELVL04M,1618.o,0.000000)\
-			1.000000	(t_t_x(292876,0),1619.o,1.000000)\
-			0.000000	(t_t_x(292901,0),1620.o,0.000000)\
-			0.000000	(t_t_x(292908,10)EG11G04M,1621.o,0.000000)\
-			1.000000	(t_t_x(292911,0),1622.o,1.000000)\
-			0.000000	(t_t_x(292917,324)LELVL04M,1623.o,0.000000)\
-			0.000000	(t_t_x(292933,0),1624.o,0.000000)\
-			0.000000	(t_t_x(292934,47)MM304,1625.o,0.000000)\
-			0.000000	(t_t_x(292935,19)YB3EH04E,1626.o,0.000000)\
-			0.000000	(t_t_x(292940,1498)EDGG704,1627.o,0.000000)\
-			0.000000	(t_t_x(292941,0),1628.o,0.000000)\
-			0.000000	(t_t_x(292946,0),1629.o,0.000000)\
-			0.000000	(t_t_x(292947,508)KSLN04M,1630.o,0.000000)\
-			0.000000	(t_t_x(292967,413)RNS04M,1631.o,0.000000)\
-			0.000000	(t_t_x(292968,0),1632.o,0.000000)\
-			0.000000	(t_t_x(292969,71)KSLN04M,1633.o,0.000000)\
-			0.000000	(t_t_x(292977,0),1634.o,0.000000)\
-			0.000000	(t_t_x(292989,540)YB5KL04E,1635.o,0.000000)\
-			0.000000	(t_t_x(292991,182)YD5WH04M,1636.o,0.000000)\
-			0.000000	(t_t_x(292992,3438)EG11G04M,1637.o,0.000000)\
-			0.000000	(t_t_x(292993,0),1638.o,0.000000)\
-			0.000000	(t_t_x(293006,181)KSPE1P04,1639.o,0.000000)\
-			0.000000	(t_t_x(293009,119)RQXU04E,1640.o,0.000000)\
-			0.000000	(t_t_x(293021,0),1641.o,0.000000)\
-			0.000000	(t_t_x(293036,0),1642.o,0.000000)\
-			0.000000	(t_t_x(293045,737)RMZU04E,1643.o,0.000000)\
-			1.000000	(t_t_x(293048,139)LELVL04M,1644.o,1.000000)\
-			0.000000	(t_t_x(293049,15)LELVU04,1645.o,0.000000)\
-			0.000000	(t_t_x(293050,197)RQXU04E,1646.o,0.000000)\
-			0.000000	(t_t_x(293070,684)RNS04M,1647.o,0.000000)\
-			0.000000	(t_t_x(293071,367)RASI04M,1648.o,0.000000)\
-			0.000000	(t_t_x(293072,0),1649.o,0.000000)\
-			0.000000	(t_t_x(293074,565)RQXU04E,1650.o,0.000000)\
-			0.000000	(t_t_x(293090,0),1651.o,0.000000)\
-			0.000000	(t_t_x(293092,332)RASI04M,1652.o,0.000000)\
-			0.000000	(t_t_x(293096,1)YB3EH04E,1653.o,0.000000)\
-			0.000000	(t_t_x(293116,2214)LELVL04M,1654.o,0.000000)\
-			0.000000	(t_t_x(293126,0),1655.o,0.000000)\
-			0.000000	(t_t_x(293132,6)RASI04M,1656.o,0.000000)\
-			0.000000	(t_t_x(293139,140)RNS04M,1657.o,0.000000)\
-			0.000000	(t_t_x(293142,0),1658.o,0.000000)\
-			0.000000	(t_t_x(293146,4)KSPE104D,1659.o,0.000000)\
-			0.000000	(t_t_x(293150,0),1660.o,0.000000)\
-			0.000000	(t_t_x(293156,77)RQXU04E,1661.o,0.000000)\
-			0.000000	(t_t_x(293166,203)MM304,1662.o,0.000000)\
-			0.000000	(t_t_x(293168,5)RMZU04E,1663.o,0.000000)\
-			0.000000	(t_t_x(293177,1779)EG11G04M,1664.o,0.000000)\
-			0.000000	(t_t_x(293178,0),1665.o,0.000000)\
-			0.000000	(t_t_x(293188,0),1666.o,0.000000)\
-			0.000000	(t_t_x(293191,28)RASI04M,1667.o,0.000000)\
-			0.000000	(t_t_x(293196,0),1668.o,0.000000)\
-			0.000000	(t_t_x(293200,34)RJIU04M,1669.o,0.000000)\
-			0.000000	(t_t_x(293206,0),1670.o,0.000000)\
-			0.000000	(t_t_x(293207,0),1671.o,0.000000)\
-			0.000000	(t_t_x(293229,0),1672.o,0.000000)\
-			0.000000	(t_t_x(293240,0),1673.o,0.000000)\
-			0.000000	(t_t_x(293241,0),1674.o,0.000000)\
-			0.000000	(t_t_x(293250,734)YB5WH04M,1675.o,0.000000)\
-			0.000000	(t_t_x(293252,1058)RNI04M,1676.o,0.000000)\
-			0.000000	(t_t_x(293268,0),1677.o,0.000000)\
-			0.000000	(t_t_x(293271,0),1678.o,0.000000)\
-			0.000000	(t_t_x(293300,0),1679.o,0.000000)\
-			0.000000	(t_t_x(293305,0),1680.o,0.000000)\
-			0.000000	(t_t_x(293326,0),1681.o,0.000000)\
-			0.000000	(t_t_x(293340,0),1682.o,0.000000)\
-			0.000000	(t_t_x(293354,0),1683.o,0.000000)\
-			0.000000	(t_t_x(293362,171)RNI04M,1684.o,0.000000)\
-			0.000000	(t_t_x(293371,0),1685.o,0.000000)\
-			0.000000	(t_t_x(293377,0),1686.o,0.000000)\
-			0.000000	(t_t_x(293382,0),1687.o,0.000000)\
-			0.000000	(t_t_x(293416,19)EGNOR04M,1688.o,0.000000)\
-			0.000000	(t_t_x(293429,157)$LEBAS04M,1689.o,0.000000)\
-			1.000000	(t_t_x(293430,557)RQXU04E,1690.o,1.000000)\
-			0.000000	(t_t_x(293444,1417)YB5WH04M,1691.o,0.000000)\
-			0.000000	(t_t_x(293445,1141)RNI04M,1692.o,0.000000)\
-			0.000000	(t_t_x(293451,42)MM304,1693.o,0.000000)\
-			1.000000	(t_t_x(293452,0),1694.o,1.000000)\
-			0.000000	(t_t_x(293468,0),1695.o,0.000000)\
-			0.000000	(t_t_x(293473,0),1696.o,0.000000)\
-			0.000000	(t_t_x(293491,187)RVKWS04,1697.o,0.000000)\
-			0.000000	(t_t_x(293498,640)PMXX04M,1698.o,0.000000)\
-			1.000000	(t_t_x(293502,0),1699.o,1.000000)\
-			0.000000	(t_t_x(293511,0),1700.o,0.000000)\
-			0.000000	(t_t_x(293520,336)RFBRT04M,1701.o,0.000000)\
-			0.000000	(t_t_x(293521,607)LELVL04M,1702.o,0.000000)\
-			1.000000	(t_t_x(293522,17)YB3EH04E,1703.o,1.000000)\
-			0.000000	(t_t_x(293524,0),1704.o,0.000000)\
-			0.000000	(t_t_x(293530,0),1705.o,0.000000)\
-			0.000000	(t_t_x(293531,105)GL4W04M,1706.o,0.000000)\
-			0.000000	(t_t_x(293533,300)RFBRT04M,1707.o,0.000000)\
-			0.000000	(t_t_x(293534,0),1708.o,0.000000)\
-			0.000000	(t_t_x(293537,247)KFZ4404M,1709.o,0.000000)\
-			0.000000	(t_t_x(293539,1575)RVKWU04M,1710.o,0.000000)\
-			0.000000	(t_t_x(293540,284)KFZ4404M,1711.o,0.000000)\
-			0.000000	(t_t_x(293544,668)RQXSI04E,1712.o,0.000000)\
-			0.000000	(t_t_x(293545,0),1713.o,0.000000)\
-			0.000000	(t_t_x(293549,574)RQXU04E,1714.o,0.000000)\
-			0.000000	(t_t_x(293552,82)KSPE104D,1715.o,0.000000)\
-			0.000000	(t_t_x(293560,563)RVKWU04M,1716.o,0.000000)\
-			0.000000	(t_t_x(293561,655)RVKWU04M,1717.o,0.000000)\
-			0.000000	(t_t_x(293565,313)RNI04M,1718.o,0.000000)\
-			0.000000	(t_t_x(293566,411)RNI04M,1719.o,0.000000)\
-			0.000000	(t_t_x(293567,0),1720.o,0.000000)\
-			1.000000	(t_t_x(293569,0),1721.o,1.000000)\
-			0.000000	(t_t_x(293570,803)YB5WH04M,1722.o,0.000000)\
-			0.000000	(t_t_x(293571,66)RQXU04E,1723.o,0.000000)\
-			0.000000	(t_t_x(293576,68)RMZU04E,1724.o,0.000000)\
-			0.000000	(t_t_x(293580,0),1725.o,0.000000)\
-			0.000000	(t_t_x(293585,97)YB3EH04A,1726.o,0.000000)\
-			1.000000	(t_t_x(293587,2194)LCES004,1727.o,1.000000)\
-			0.000000	(t_t_x(293601,68)YB5KL04E,1728.o,0.000000)\
-			0.000000	(t_t_x(293621,0),1729.o,0.000000)\
-			0.000000	(t_t_x(293622,0),1730.o,0.000000)\
-			0.000000	(t_t_x(293626,122)LELVL04M,1731.o,0.000000)\
-			0.000000	(t_t_x(293640,8)YB3EH04E,1732.o,0.000000)\
-			1.000000	(t_t_x(293647,0),1733.o,1.000000)\
-			0.000000	(t_t_x(293650,793)EGPFA04,1734.o,0.000000)\
-			0.000000	(t_t_x(293657,1091)YD5WH04M,1735.o,0.000000)\
-			1.000000	(t_t_x(293680,212)LELVL104,1736.o,1.000000)\
-			0.000000	(t_t_x(293687,0),1737.o,0.000000)\
-			0.000000	(t_t_x(293693,0),1738.o,0.000000)\
-			1.000000	(t_t_x(293695,128)BR404M,1739.o,1.000000)\
-			0.000000	(t_t_x(293710,1899)EDGG704,1740.o,0.000000)\
-			0.000000	(t_t_x(293718,821)EGPFA04,1741.o,0.000000)\
-			1.000000	(t_t_x(293737,20)LEBAS04A,1742.o,1.000000)\
-			0.000000	(t_t_x(293757,988)EG11G04M,1743.o,0.000000)\
-			0.000000	(t_t_x(293780,39)KSPE104D,1744.o,0.000000)\
-			0.000000	(t_t_x(293790,202)KSPE104D,1745.o,0.000000)\
-			0.000000	(t_t_x(293802,113)EGPFA04,1746.o,0.000000)\
-			0.000000	(t_t_x(293804,494)KSAL1204,1747.o,0.000000)\
-			1.000000	(t_t_x(293814,3)EBEEC04M,1748.o,1.000000)\
-			0.000000	(t_t_x(293817,0),1749.o,0.000000)\
-			1.000000	(t_t_x(293821,0),1750.o,1.000000)\
-			0.000000	(t_t_x(293834,0),1751.o,0.000000)\
-			0.000000	(t_t_x(293857,1488)LGSRA04,1752.o,0.000000)\
-			0.000000	(t_t_x(293858,0),1753.o,0.000000)\
-			1.000000	(t_t_x(293869,341)FUJ04M,1754.o,1.000000)\
-			0.000000	(t_t_x(293879,71)RASI04M,1755.o,0.000000)\
-			0.000000	(t_t_x(293880,0),1756.o,0.000000)\
-			0.000000	(t_t_x(293881,0),1757.o,0.000000)\
-			0.000000	(t_t_x(293884,279)KWUR404E,1758.o,0.000000)\
-			0.000000	(t_t_x(293889,0),1759.o,0.000000)\
-			0.000000	(t_t_x(293892,0),1760.o,0.000000)\
-			0.000000	(t_t_x(293894,76)RASI04M,1761.o,0.000000)\
-			1.000000	(t_t_x(293898,0),1762.o,1.000000)\
-			0.000000	(t_t_x(293901,486)PMXX04M,1763.o,0.000000)\
-			0.000000	(t_t_x(293909,28)EBEEC04M,1764.o,0.000000)\
-			0.000000	(t_t_x(293924,0),1765.o,0.000000)\
-			0.000000	(t_t_x(293927,240)YB5KL04E,1766.o,0.000000)\
-			1.000000	(t_t_x(293929,687)RVKWU04M,1767.o,1.000000)\
-			0.000000	(t_t_x(293957,1022)RNI04M,1768.o,0.000000)\
-			0.000000	(t_t_x(293959,0),1769.o,0.000000)\
-			0.000000	(t_t_x(293962,0),1770.o,0.000000)\
-			0.000000	(t_t_x(293964,357)RMZU04E,1771.o,0.000000)\
-			0.000000	(t_t_x(293965,325)RNS04M,1772.o,0.000000)\
-			0.000000	(t_t_x(293986,0),1773.o,0.000000)\
-			0.000000	(t_t_x(294001,4004)EGPFA04,1774.o,0.000000)\
-			0.000000	(t_t_x(294004,1358)YB5WH04M,1775.o,0.000000)\
-			0.000000	(t_t_x(294005,453)RJIU04M,1776.o,0.000000)\
-			0.000000	(t_t_x(294010,25)LEMDAT04,1777.o,0.000000)\
-			0.000000	(t_t_x(294023,0),1778.o,0.000000)\
-			0.000000	(t_t_x(294025,334)RQXU04E,1779.o,0.000000)\
-			0.000000	(t_t_x(294030,100)RNS04M,1780.o,0.000000)\
-			0.000000	(t_t_x(294045,0),1781.o,0.000000)\
-			0.000000	(t_t_x(294047,1560)RVKWU04M,1782.o,0.000000)\
-			0.000000	(t_t_x(294048,375)RMZU04E,1783.o,0.000000)\
-			1.000000	(t_t_x(294049,557)RVKWU04M,1784.o,1.000000)\
-			0.000000	(t_t_x(294056,96)LGAVA04,1785.o,0.000000)\
-			0.000000	(t_t_x(294065,53)RASI04M,1786.o,0.000000)\
-			0.000000	(t_t_x(294068,42)RVKWU04M,1787.o,0.000000)\
-			1.000000	(t_t_x(294089,662)LEMDAT04,1788.o,1.000000)\
-			0.000000	(t_t_x(294097,0),1789.o,0.000000)\
-			0.000000	(t_t_x(294101,186)LGZAA04M,1790.o,0.000000)\
-			0.000000	(t_t_x(294107,0),1791.o,0.000000)\
-			0.000000	(t_t_x(294111,564)LELVU04,1792.o,0.000000)\
-			0.000000	(t_t_x(294112,1126)EG11G04M,1793.o,0.000000)\
-			1.000000	(t_t_x(294119,144)LCS12W03,1794.o,1.000000)\
-			0.000000	(t_t_x(294120,371)PMXX04M,1795.o,0.000000)\
-			0.000000	(t_t_x(294121,332)RNS04M,1796.o,0.000000)\
-			0.000000	(t_t_x(294125,25)RQXU04E,1797.o,0.000000)\
-			0.000000	(t_t_x(294126,0),1798.o,0.000000)\
-			0.000000	(t_t_x(294133,254)RJIU04M,1799.o,0.000000)\
-			0.000000	(t_t_x(294135,236)LELVL04M,1800.o,0.000000)\
-			0.000000	(t_t_x(294148,60)RQXU04E,1801.o,0.000000)\
-			0.000000	(t_t_x(294156,218)KWUR404E,1802.o,0.000000)\
-			0.000000	(t_t_x(294158,58)YB3EH04A,1803.o,0.000000)\
-			0.000000	(t_t_x(294164,239)BR404M,1804.o,0.000000)\
-			0.000000	(t_t_x(294193,506)LGKFN04,1805.o,0.000000)\
-			1.000000	(t_t_x(294200,1927)RQXSI04E,1806.o,1.000000)\
-			0.000000	(t_t_x(294211,455)EG11G04M,1807.o,0.000000)\
-			0.000000	(t_t_x(294231,0),1808.o,0.000000)\
-			0.000000	(t_t_x(294274,70)RASI04M,1809.o,0.000000)\
-			0.000000	(t_t_x(294276,17)RQXI04E,1810.o,0.000000)\
-			0.000000	(t_t_x(294284,0),1811.o,0.000000)\
-			0.000000	(t_t_x(294288,18)LEBAS04A,1812.o,0.000000)\
-			0.000000	(t_t_x(294303,2608)EG11G04M,1813.o,0.000000)\
-			0.000000	(t_t_x(294327,120)RJIU04M,1814.o,0.000000)\
-			0.000000	(t_t_x(294362,8)EGNOR04M,1815.o,0.000000)\
-			0.000000	(t_t_x(294364,12)KWUR404E,1816.o,0.000000)\
-			0.000000	(t_t_x(294365,0),1817.o,0.000000)\
-			0.000000	(t_t_x(294370,332)KSPE104D,1818.o,0.000000)\
-			0.000000	(t_t_x(294377,0),1819.o,0.000000)\
-			0.000000	(t_t_x(294406,277)RQXSI04E,1820.o,0.000000)\
-			0.000000	(t_t_x(294418,0),1821.o,0.000000)\
-			0.000000	(t_t_x(294421,324)RVKWU04M,1822.o,0.000000)\
-			1.000000	(t_t_x(294433,694)RVKWU04M,1823.o,1.000000)\
-			0.000000	(t_t_x(294442,295)LOVN1504,1824.o,0.000000)\
-			0.000000	(t_t_x(294448,38)MM304,1825.o,0.000000)\
-			0.000000	(t_t_x(294449,507)BR404M,1826.o,0.000000)\
-			0.000000	(t_t_x(294460,947)PMXX04M,1827.o,0.000000)\
-			0.000000	(t_t_x(294462,0),1828.o,0.000000)\
-			0.000000	(t_t_x(294472,4715)$RVKWU04M,1829.o,0.000000)\
-			0.000000	(t_t_x(294473,60)RJIU04M,1830.o,0.000000)\
-			0.000000	(t_t_x(294490,0),1831.o,0.000000)\
-			0.000000	(t_t_x(294496,0),1832.o,0.000000)\
-			0.000000	(t_t_x(294500,306)RASI04M,1833.o,0.000000)\
-			0.000000	(t_t_x(294501,19)EBEEC04M,1834.o,0.000000)\
-			0.000000	(t_t_x(294503,0),1835.o,0.000000)\
-			1.000000	(t_t_x(294518,1169)EG11G04M,1836.o,1.000000)\
-			0.000000	(t_t_x(294523,0),1837.o,0.000000)\
-			0.000000	(t_t_x(294530,276)RVKWU04M,1838.o,0.000000)\
-			0.000000	(t_t_x(294531,0),1839.o,0.000000)\
-			0.000000	(t_t_x(294541,564)RJIU04M,1840.o,0.000000)\
-			0.000000	(t_t_x(294546,686)LOVN1504,1841.o,0.000000)\
-			0.000000	(t_t_x(294548,989)MGY04,1842.o,0.000000)\
-			0.000000	(t_t_x(294552,180)RVKWU04M,1843.o,0.000000)\
-			0.000000	(t_t_x(294553,0),1844.o,0.000000)\
-			0.000000	(t_t_x(294556,339)RJIU04M,1845.o,0.000000)\
-			0.000000	(t_t_x(294560,370)EG11G04M,1846.o,0.000000)\
-			0.000000	(t_t_x(294571,0),1847.o,0.000000)\
-			0.000000	(t_t_x(294580,1020)MAB04,1848.o,0.000000)\
-			0.000000	(t_t_x(294594,0),1849.o,0.000000)\
-			0.000000	(t_t_x(294595,0),1850.o,0.000000)\
-			0.000000	(t_t_x(294601,0),1851.o,0.000000)\
-			0.000000	(t_t_x(294603,72)YB3EH04A,1852.o,0.000000)\
-			0.000000	(t_t_x(294610,94)RQXU04E,1853.o,0.000000)\
-			0.000000	(t_t_x(294611,254)EGNOR04M,1854.o,0.000000)\
-			0.000000	(t_t_x(294613,2700)RQXSI04E,1855.o,0.000000)\
-			0.000000	(t_t_x(294615,0),1856.o,0.000000)\
-			0.000000	(t_t_x(294633,0),1857.o,0.000000)\
-			1.000000	(t_t_x(294637,6)LELVL04M,1858.o,1.000000)\
-			0.000000	(t_t_x(294642,22)YB3EH04A,1859.o,0.000000)\
-			1.000000	(t_t_x(294654,440)LELVL04M,1860.o,1.000000)\
-			0.000000	(t_t_x(294656,0),1861.o,0.000000)\
-			1.000000	(t_t_x(294670,0),1862.o,1.000000)\
-			0.000000	(t_t_x(294672,645)RQXSI04E,1863.o,0.000000)\
-			0.000000	(t_t_x(294674,0),1864.o,0.000000)\
-			0.000000	(t_t_x(294685,92)LELVU04,1865.o,0.000000)\
-			1.000000	(t_t_x(294686,16)YB3EH04E,1866.o,1.000000)\
-			0.000000	(t_t_x(294690,885)RVKWU04M,1867.o,0.000000)\
-			1.000000	(t_t_x(294696,22)RASI04M,1868.o,1.000000)\
-			0.000000	(t_t_x(294701,0),1869.o,0.000000)\
-			0.000000	(t_t_x(294706,893)MM304,1870.o,0.000000)\
-			0.000000	(t_t_x(294715,0),1871.o,0.000000)\
-			0.000000	(t_t_x(294725,6)GL4W04M,1872.o,0.000000)\
-			0.000000	(t_t_x(294727,0),1873.o,0.000000)\
-			1.000000	(t_t_x(294736,61)RQXI04E,1874.o,1.000000)\
-			0.000000	(t_t_x(294740,0),1875.o,0.000000)\
-			0.000000	(t_t_x(294749,1914)EGNOR04M,1876.o,0.000000)\
-			0.000000	(t_t_x(294750,0),1877.o,0.000000)\
-			0.000000	(t_t_x(294752,19)YB3EH04E,1878.o,0.000000)\
-			0.000000	(t_t_x(294756,306)RJIU04M,1879.o,0.000000)\
-			0.000000	(t_t_x(294770,25)YB3EH04E,1880.o,0.000000)\
-			0.000000	(t_t_x(294773,2039)RMZU04E,1881.o,0.000000)\
-			0.000000	(t_t_x(294779,153)RNS04M,1882.o,0.000000)\
-			0.000000	(t_t_x(294782,0),1883.o,0.000000)\
-			0.000000	(t_t_x(294788,0),1884.o,0.000000)\
-			0.000000	(t_t_x(294791,359)LELVL04M,1885.o,0.000000)\
-			0.000000	(t_t_x(294792,0),1886.o,0.000000)\
-			0.000000	(t_t_x(294795,60)LCES004M,1887.o,0.000000)\
-			0.000000	(t_t_x(294802,0),1888.o,0.000000)\
-			0.000000	(t_t_x(294807,1520)LCES004M,1889.o,0.000000)\
-			0.000000	(t_t_x(294815,384)RMZU04,1890.o,0.000000)\
-			0.000000	(t_t_x(294816,1035)YB5KL04E,1891.o,0.000000)\
-			0.000000	(t_t_x(294817,0),1892.o,0.000000)\
-			0.000000	(t_t_x(294819,512)RNS04M,1893.o,0.000000)\
-			0.000000	(t_t_x(294841,27)CPGSE04,1894.o,0.000000)\
-			0.000000	(t_t_x(294845,282)KFZ4404M,1895.o,0.000000)\
-			0.000000	(t_t_x(294847,124)MM304,1896.o,0.000000)\
-			0.000000	(t_t_x(294848,9)EGNOR04M,1897.o,0.000000)\
-			0.000000	(t_t_x(294857,294)YBOLN04M,1898.o,0.000000)\
-			0.000000	(t_t_x(294876,905)PMXX04M,1899.o,0.000000)\
-			0.000000	(t_t_x(294878,139)KSPE104D,1900.o,0.000000)\
-			0.000000	(t_t_x(294888,0),1901.o,0.000000)\
-			0.000000	(t_t_x(294899,857)PMXX04M,1902.o,0.000000)\
-			0.000000	(t_t_x(294900,140)RMZU04E,1903.o,0.000000)\
-			0.000000	(t_t_x(294908,213)YBOLN04M,1904.o,0.000000)\
-			0.000000	(t_t_x(294910,0),1905.o,0.000000)\
-			0.000000	(t_t_x(294912,163)RNS04M,1906.o,0.000000)\
-			0.000000	(t_t_x(294913,0),1907.o,0.000000)\
-			0.000000	(t_t_x(294925,2280)$RVKWU04M,1908.o,0.000000)\
-			0.000000	(t_t_x(294926,0),1909.o,0.000000)\
-			0.000000	(t_t_x(294938,0),1910.o,0.000000)\
-			0.000000	(t_t_x(294940,1238)BR404M,1911.o,0.000000)\
-			0.000000	(t_t_x(294944,380)RQXU04E,1912.o,0.000000)\
-			0.000000	(t_t_x(294947,0),1913.o,0.000000)\
-			0.000000	(t_t_x(294950,220)RNS04M,1914.o,0.000000)\
-			1.000000	(t_t_x(294985,0),1915.o,1.000000)\
-			0.000000	(t_t_x(294986,351)LGKFN04,1916.o,0.000000)\
-			0.000000	(t_t_x(294990,0),1917.o,0.000000)\
-			0.000000	(t_t_x(294992,0),1918.o,0.000000)\
-			0.000000	(t_t_x(294997,0),1919.o,0.000000)\
-			1.000000	(t_t_x(295003,0),1920.o,1.000000)\
-			0.000000	(t_t_x(295004,0),1921.o,0.000000)\
-			0.000000	(t_t_x(295005,203)KSPE104D,1922.o,0.000000)\
-			1.000000	(t_t_x(295018,73)LEBAS04A,1923.o,1.000000)\
-			0.000000	(t_t_x(295023,52)KSLN04A,1924.o,0.000000)\
-			0.000000	(t_t_x(295025,0),1925.o,0.000000)\
-			0.000000	(t_t_x(295034,337)RNS04M,1926.o,0.000000)\
-			0.000000	(t_t_x(295047,256)EGPFA04,1927.o,0.000000)\
-			0.000000	(t_t_x(295049,0),1928.o,0.000000)\
-			0.000000	(t_t_x(295053,0),1929.o,0.000000)\
-			0.000000	(t_t_x(295054,0),1930.o,0.000000)\
-			0.000000	(t_t_x(295063,0),1931.o,0.000000)\
-			0.000000	(t_t_x(295064,0),1932.o,0.000000)\
-			0.000000	(t_t_x(295070,0),1933.o,0.000000)\
-			0.000000	(t_t_x(295071,0),1934.o,0.000000)\
-			0.000000	(t_t_x(295077,0),1935.o,0.000000)\
-			0.000000	(t_t_x(295082,0),1936.o,0.000000)\
-			0.000000	(t_t_x(295083,0),1937.o,0.000000)\
-			0.000000	(t_t_x(295098,1440)$YB5KL04E,1938.o,0.000000)\
-			0.000000	(t_t_x(295104,0),1939.o,0.000000)\
-			0.000000	(t_t_x(295116,445)RQXU04E,1940.o,0.000000)\
-			0.000000	(t_t_x(295127,0),1941.o,0.000000)\
-			1.000000	(t_t_x(295129,120)YB3EH04E,1942.o,1.000000)\
-			0.000000	(t_t_x(295131,1980)YBOLN04M,1943.o,0.000000)\
-			0.000000	(t_t_x(295147,0),1944.o,0.000000)\
-			0.000000	(t_t_x(295152,0),1945.o,0.000000)\
-			0.000000	(t_t_x(295153,0),1946.o,0.000000)\
-			0.000000	(t_t_x(295156,16)YB3EH04E,1947.o,0.000000)\
-			0.000000	(t_t_x(295157,0),1948.o,0.000000)\
-			0.000000	(t_t_x(295162,111)RVKWS04,1949.o,0.000000)\
-			0.000000	(t_t_x(295168,275)BR204M,1950.o,0.000000)\
-			0.000000	(t_t_x(295174,673)LELVU04,1951.o,0.000000)\
-			0.000000	(t_t_x(295180,1321)RASI04M,1952.o,0.000000)\
-			0.000000	(t_t_x(295183,0),1953.o,0.000000)\
-			0.000000	(t_t_x(295205,0),1954.o,0.000000)\
-			0.000000	(t_t_x(295216,122)YB3EH04E,1955.o,0.000000)\
-			0.000000	(t_t_x(295224,0),1956.o,0.000000)\
-			1.000000	(t_t_x(295231,284)LOVN1504,1957.o,1.000000)\
-			0.000000	(t_t_x(295234,0),1958.o,0.000000)\
-			0.000000	(t_t_x(295238,847)RJIU04M,1959.o,0.000000)\
-			0.000000	(t_t_x(295258,0),1960.o,0.000000)\
-			0.000000	(t_t_x(295264,67)$BR204M,1961.o,0.000000)\
-			1.000000	(t_t_x(295273,200)EG11G04M,1962.o,1.000000)\
-			0.000000	(t_t_x(295274,1402)RNI04M,1963.o,0.000000)\
-			0.000000	(t_t_x(295279,0),1964.o,0.000000)\
-			0.000000	(t_t_x(295282,0),1965.o,0.000000)\
-			0.000000	(t_t_x(295283,54)MGY04,1966.o,0.000000)\
-			0.000000	(t_t_x(295287,660)RQXSI04E,1967.o,0.000000)\
-			0.000000	(t_t_x(295288,285)KSLN04M,1968.o,0.000000)\
-			0.000000	(t_t_x(295292,0),1969.o,0.000000)\
-			1.000000	(t_t_x(295295,0),1970.o,1.000000)\
-			0.000000	(t_t_x(295296,2100)RQXSI04E,1971.o,0.000000)\
-			0.000000	(t_t_x(295297,50)LEBAS04M,1972.o,0.000000)\
-			1.000000	(t_t_x(295298,81)BR204M,1973.o,1.000000)\
-			0.000000	(t_t_x(295300,0),1974.o,0.000000)\
-			0.000000	(t_t_x(295306,30)RJIU04M,1975.o,0.000000)\
-			0.000000	(t_t_x(295308,7)YB3EH04A,1976.o,0.000000)\
-			0.000000	(t_t_x(295310,0),1977.o,0.000000)\
-			0.000000	(t_t_x(295319,453)RJIU04M,1978.o,0.000000)\
-			0.000000	(t_t_x(295328,3060)RQXSI04E,1979.o,0.000000)\
-			0.000000	(t_t_x(295329,887)YBOLN04M,1980.o,0.000000)\
-			0.000000	(t_t_x(295333,78)RMZU04,1981.o,0.000000)\
-			0.000000	(t_t_x(295339,2105)$RVKWU04M,1982.o,0.000000)\
-			1.000000	(t_t_x(295341,54)YB5WH04M,1983.o,1.000000)\
-			0.000000	(t_t_x(295343,996)RVKWU04M,1984.o,0.000000)\
-			0.000000	(t_t_x(295356,0),1985.o,0.000000)\
-			0.000000	(t_t_x(295367,0),1986.o,0.000000)\
-			0.000000	(t_t_x(295369,0),1987.o,0.000000)\
-			0.000000	(t_t_x(295371,982)RQXSI04E,1988.o,0.000000)\
-			0.000000	(t_t_x(295372,365)YB3EH04A,1989.o,0.000000)\
-			0.000000	(t_t_x(295376,0),1990.o,0.000000)\
-			1.000000	(t_t_x(295381,8)YB3EH04A,1991.o,1.000000)\
-			0.000000	(t_t_x(295384,19)KFZ4404M,1992.o,0.000000)\
-			0.000000	(t_t_x(295393,0),1993.o,0.000000)\
-			0.000000	(t_t_x(295407,297)RJIU04M,1994.o,0.000000)\
-			0.000000	(t_t_x(295408,0),1995.o,0.000000)\
-			0.000000	(t_t_x(295409,0),1996.o,0.000000)\
-			0.000000	(t_t_x(295413,288)RFBRT04M,1997.o,0.000000)\
-			0.000000	(t_t_x(295416,1500)EGNOR04M,1998.o,0.000000)\
-			0.000000	(t_t_x(295418,53)GL4W04M,1999.o,0.000000)\
-			0.000000	(t_t_x(295428,0),2000.o,0.000000)\
-			0.000000	(t_t_x(295433,0),2001.o,0.000000)\
-			0.000000	(t_t_x(295437,0),2002.o,0.000000)\
-			0.000000	(t_t_x(295446,0),2003.o,0.000000)\
-			0.000000	(t_t_x(295447,0),2004.o,0.000000)\
-			0.000000	(t_t_x(295448,0),2005.o,0.000000)\
-			0.000000	(t_t_x(295456,1620)$RVKWU04M,2006.o,0.000000)\
-			0.000000	(t_t_x(295458,31)KSLN04A,2007.o,0.000000)\
-			0.000000	(t_t_x(295463,84)KALP2C04,2008.o,0.000000)\
-			0.000000	(t_t_x(295473,1273)LELVU04,2009.o,0.000000)\
-			0.000000	(t_t_x(295496,7)YD5WH04M,2010.o,0.000000)\
-			0.000000	(t_t_x(295497,915)PMXX04M,2011.o,0.000000)\
-			0.000000	(t_t_x(295499,0),2012.o,0.000000)\
-			0.000000	(t_t_x(295501,155)LEBAS04M,2013.o,0.000000)\
-			0.000000	(t_t_x(295503,1512)RVKWU04M,2014.o,0.000000)\
-			0.000000	(t_t_x(295508,2655)MAB04,2015.o,0.000000)\
-			0.000000	(t_t_x(295511,23)YD5WH04M,2016.o,0.000000)\
-			0.000000	(t_t_x(295514,50)YB3EH04A,2017.o,0.000000)\
-			0.000000	(t_t_x(295516,133)RJIU04M,2018.o,0.000000)\
-			0.000000	(t_t_x(295519,370)YB3EH04A,2019.o,0.000000)\
-			0.000000	(t_t_x(295521,0),2020.o,0.000000)\
-			0.000000	(t_t_x(295522,394)PMXX04M,2021.o,0.000000)\
-			0.000000	(t_t_x(295528,822)RQXSI04E,2022.o,0.000000)\
-			0.000000	(t_t_x(295532,710)RJIU04M,2023.o,0.000000)\
-			1.000000	(t_t_x(295534,236)KFZ4404M,2024.o,1.000000)\
-			0.000000	(t_t_x(295545,0),2025.o,0.000000)\
-			0.000000	(t_t_x(295546,44)EGNOR04M,2026.o,0.000000)\
-			0.000000	(t_t_x(295547,614)YB5WH04M,2027.o,0.000000)\
-			0.000000	(t_t_x(295550,269)LELVU04,2028.o,0.000000)\
-			0.000000	(t_t_x(295551,0),2029.o,0.000000)\
-			0.000000	(t_t_x(295558,0),2030.o,0.000000)\
-			0.000000	(t_t_x(295562,256)RQXSI04E,2031.o,0.000000)\
-			1.000000	(t_t_x(295569,0),2032.o,1.000000)\
-			0.000000	(t_t_x(295571,37)YB3EH04E,2033.o,0.000000)\
-			0.000000	(t_t_x(295579,0),2034.o,0.000000)\
-			0.000000	(t_t_x(295585,750)YB3EH04A,2035.o,0.000000)\
-			0.000000	(t_t_x(295587,818)YBOLN04M,2036.o,0.000000)\
-			0.000000	(t_t_x(295594,172)RNS04M,2037.o,0.000000)\
-			1.000000	(t_t_x(295595,0),2038.o,1.000000)\
-			0.000000	(t_t_x(295599,0),2039.o,0.000000)\
-			0.000000	(t_t_x(295608,58)EGNOR04M,2040.o,0.000000)\
-			0.000000	(t_t_x(295609,360)RASI04M,2041.o,0.000000)\
-			1.000000	(t_t_x(295620,1812)$RVKWU04M,2042.o,1.000000)\
-			0.000000	(t_t_x(295628,0),2043.o,0.000000)\
-			0.000000	(t_t_x(295634,0),2044.o,0.000000)\
-			0.000000	(t_t_x(295656,2700)RQXSI04E,2045.o,0.000000)\
-			0.000000	(t_t_x(295667,0),2046.o,0.000000)\
-			0.000000	(t_t_x(295688,117)BKED1204,2047.o,0.000000)\
-			0.000000	(t_t_x(295691,282)RMZU04,2048.o,0.000000)\
-			0.000000	(t_t_x(295700,2280)RQXSI04E,2049.o,0.000000)\
-			0.000000	(t_t_x(295708,0),2050.o,0.000000)\
-			1.000000	(t_t_x(295711,702)LGAVA04,2051.o,1.000000)\
-			0.000000	(t_t_x(295715,0),2052.o,0.000000)\
-			0.000000	(t_t_x(295723,2322)RVKWU04M,2053.o,0.000000)\
-			0.000000	(t_t_x(295726,0),2054.o,0.000000)\
-			0.000000	(t_t_x(295728,401)YB5WH04M,2055.o,0.000000)\
-			0.000000	(t_t_x(295730,253)LEMDAT04,2056.o,0.000000)\
-			0.000000	(t_t_x(295732,269)LEMDAT04,2057.o,0.000000)\
-			0.000000	(t_t_x(295733,283)LEMDAT04,2058.o,0.000000)\
-			0.000000	(t_t_x(295734,914)LEMDAT04,2059.o,0.000000)\
-			0.000000	(t_t_x(295738,0),2060.o,0.000000)\
-			0.000000	(t_t_x(295745,296)RNS04M,2061.o,0.000000)\
-			1.000000	(t_t_x(295747,151)YB3EH04A,2062.o,1.000000)\
-			0.000000	(t_t_x(295752,538)LEMDAT04,2063.o,0.000000)\
-			0.000000	(t_t_x(295754,1242)LEMDAT04,2064.o,0.000000)\
-			0.000000	(t_t_x(295761,68)KSPE104D,2065.o,0.000000)\
-			0.000000	(t_t_x(295780,0),2066.o,0.000000)\
-			0.000000	(t_t_x(295790,672)$LEMDAT04,2067.o,0.000000)\
-			0.000000	(t_t_x(295794,1588)LEMDAT04,2068.o,0.000000)\
-			0.000000	(t_t_x(295795,176)$LEMDAT04,2069.o,0.000000)\
-			0.000000	(t_t_x(295800,0),2070.o,0.000000)\
-			0.000000	(t_t_x(295809,321)RNS04M,2071.o,0.000000)\
-			0.000000	(t_t_x(295817,0),2072.o,0.000000)\
-			0.000000	(t_t_x(295819,821)$RVKWU04M,2073.o,0.000000)\
-			0.000000	(t_t_x(295822,925)LEMDAT04,2074.o,0.000000)\
-			0.000000	(t_t_x(295833,98)$BKED1204,2075.o,0.000000)\
-			0.000000	(t_t_x(295844,29)KSLN04M,2076.o,0.000000)\
-			1.000000	(t_t_x(295847,0),2077.o,1.000000)\
-			0.000000	(t_t_x(295850,54)RJIU04M,2078.o,0.000000)\
-			0.000000	(t_t_x(295862,488)RFBRT04M,2079.o,0.000000)\
-			0.000000	(t_t_x(295870,92)YB3EH04A,2080.o,0.000000)\
-			0.000000	(t_t_x(295875,0),2081.o,0.000000)\
-			0.000000	(t_t_x(295877,81)RFBRT04M,2082.o,0.000000)\
-			0.000000	(t_t_x(295879,73)RNS04M,2083.o,0.000000)\
-			0.000000	(t_t_x(295882,0),2084.o,0.000000)\
-			0.000000	(t_t_x(295885,144)RQXSI04E,2085.o,0.000000)\
-			0.000000	(t_t_x(295886,1128)EG11G04M,2086.o,0.000000)\
-			0.000000	(t_t_x(295887,0),2087.o,0.000000)\
-			0.000000	(t_t_x(295891,0),2088.o,0.000000)\
-			0.000000	(t_t_x(295893,1304)LEMDAT04,2089.o,0.000000)\
-			0.000000	(t_t_x(295897,0),2090.o,0.000000)\
-			0.000000	(t_t_x(295905,40)RJIU04M,2091.o,0.000000)\
-			0.000000	(t_t_x(295912,131)EGNOR04M,2092.o,0.000000)\
-			0.000000	(t_t_x(295915,322)LEMDAT04,2093.o,0.000000)\
-			0.000000	(t_t_x(295917,0),2094.o,0.000000)\
-			0.000000	(t_t_x(295920,48)RMZU04,2095.o,0.000000)\
-			0.000000	(t_t_x(295922,173)KFZ4404M,2096.o,0.000000)\
-			0.000000	(t_t_x(295923,102)RFBRT04M,2097.o,0.000000)\
-			0.000000	(t_t_x(295927,410)RJIU04M,2098.o,0.000000)\
-			1.000000	(t_t_x(295929,1026)RVKWU04M,2099.o,1.000000)\
-			0.000000	(t_t_x(295932,135)RNS04M,2100.o,0.000000)\
-			0.000000	(t_t_x(295936,7)YBOLN04M,2101.o,0.000000)\
-			0.000000	(t_t_x(295939,0),2102.o,0.000000)\
-			0.000000	(t_t_x(295941,0),2103.o,0.000000)\
-			0.000000	(t_t_x(295942,0),2104.o,0.000000)\
-			0.000000	(t_t_x(295946,1)LGAVA04,2105.o,0.000000)\
-			0.000000	(t_t_x(295952,315)RQXSI04E,2106.o,0.000000)\
-			0.000000	(t_t_x(295961,0),2107.o,0.000000)\
-			0.000000	(t_t_x(295965,0),2108.o,0.000000)\
-			0.000000	(t_t_x(295966,2907)YB3EH04E,2109.o,0.000000)\
-			0.000000	(t_t_x(295980,208)RNS04M,2110.o,0.000000)\
-			0.000000	(t_t_x(295984,240)RASI04M,2111.o,0.000000)\
-			0.000000	(t_t_x(296001,0),2112.o,0.000000)\
-			0.000000	(t_t_x(296022,156)MM204,2113.o,0.000000)\
-			0.000000	(t_t_x(296031,137)MM204,2114.o,0.000000)\
-			0.000000	(t_t_x(296035,836)LELVL04M,2115.o,0.000000)\
-			0.000000	(t_t_x(296039,302)LEMDAT04,2116.o,0.000000)\
-			0.000000	(t_t_x(296046,0),2117.o,0.000000)\
-			0.000000	(t_t_x(296059,30)KFUL1U04,2118.o,0.000000)\
-			0.000000	(t_t_x(296062,3517)RQXSI04E,2119.o,0.000000)\
-			0.000000	(t_t_x(296087,8)RVKWU04M,2120.o,0.000000)\
-			0.000000	(t_t_x(296092,0),2121.o,0.000000)\
-			0.000000	(t_t_x(296095,3)KFZ4404M,2122.o,0.000000)\
-			0.000000	(t_t_x(296104,344)$KFUL1U04,2123.o,0.000000)\
-			0.000000	(t_t_x(296107,46)LELVL04M,2124.o,0.000000)\
-			0.000000	(t_t_x(296109,0),2125.o,0.000000)\
-			0.000000	(t_t_x(296112,0),2126.o,0.000000)\
-			0.000000	(t_t_x(296113,0),2127.o,0.000000)\
-			0.000000	(t_t_x(296126,127)LGAVA04,2128.o,0.000000)\
-			0.000000	(t_t_x(296131,159)RASI04M,2129.o,0.000000)\
-			1.000000	(t_t_x(296133,1381)$RVKWU04M,2130.o,1.000000)\
-			0.000000	(t_t_x(296135,162)RQXU04E,2131.o,0.000000)\
-			0.000000	(t_t_x(296137,2374)LGSRA04,2132.o,0.000000)\
-			0.000000	(t_t_x(296145,111)EGPFA04,2133.o,0.000000)\
-			0.000000	(t_t_x(296147,0),2134.o,0.000000)\
-			0.000000	(t_t_x(296148,317)LGIRA04,2135.o,0.000000)\
-			0.000000	(t_t_x(296153,0),2136.o,0.000000)\
-			0.000000	(t_t_x(296155,66)LELVL04M,2137.o,0.000000)\
-			0.000000	(t_t_x(296157,0),2138.o,0.000000)\
-			0.000000	(t_t_x(296158,0),2139.o,0.000000)\
-			0.000000	(t_t_x(296164,757)RQXSI04E,2140.o,0.000000)\
-			0.000000	(t_t_x(296165,0),2141.o,0.000000)\
-			0.000000	(t_t_x(296180,278)RMZU04,2142.o,0.000000)\
-			0.000000	(t_t_x(296181,0),2143.o,0.000000)\
-			1.000000	(t_t_x(296188,0),2144.o,1.000000)\
-			0.000000	(t_t_x(296190,30)YB3EH04E,2145.o,0.000000)\
-			0.000000	(t_t_x(296192,0),2146.o,0.000000)\
-			0.000000	(t_t_x(296194,119)MYY04A,2147.o,0.000000)\
-			0.000000	(t_t_x(296209,0),2148.o,0.000000)\
-			0.000000	(t_t_x(296212,369)KSLN04A,2149.o,0.000000)\
-			0.000000	(t_t_x(296217,0),2150.o,0.000000)\
-			0.000000	(t_t_x(296218,67)LGAVA04,2151.o,0.000000)\
-			0.000000	(t_t_x(296221,0),2152.o,0.000000)\
-			0.000000	(t_t_x(296227,136)LGAVA04,2153.o,0.000000)\
-			0.000000	(t_t_x(296232,0),2154.o,0.000000)\
-			0.000000	(t_t_x(296238,487)RJIU04M,2155.o,0.000000)\
-			1.000000	(t_t_x(296240,0),2156.o,1.000000)\
-			0.000000	(t_t_x(296241,12)YD5WH04M,2157.o,0.000000)\
-			0.000000	(t_t_x(296248,6)GL4W04M,2158.o,0.000000)\
-			0.000000	(t_t_x(296249,0),2159.o,0.000000)\
-			0.000000	(t_t_x(296253,58)MEK04,2160.o,0.000000)\
-			0.000000	(t_t_x(296260,0),2161.o,0.000000)\
-			0.000000	(t_t_x(296261,436)KWUR404E,2162.o,0.000000)\
-			0.000000	(t_t_x(296263,0),2163.o,0.000000)\
-			0.000000	(t_t_x(296265,0),2164.o,0.000000)\
-			0.000000	(t_t_x(296267,42)RQXU04E,2165.o,0.000000)\
-			0.000000	(t_t_x(296289,166)KWUR1C04,2166.o,0.000000)\
-			0.000000	(t_t_x(296295,0),2167.o,0.000000)\
-			0.000000	(t_t_x(296303,14)KWUR404E,2168.o,0.000000)\
-			0.000000	(t_t_x(296304,0),2169.o,0.000000)\
-			0.000000	(t_t_x(296307,1144)RNI04M,2170.o,0.000000)\
-			0.000000	(t_t_x(296317,0),2171.o,0.000000)\
-			0.000000	(t_t_x(296334,0),2172.o,0.000000)\
-			0.000000	(t_t_x(296337,0),2173.o,0.000000)\
-			0.000000	(t_t_x(296338,44)RASI04M,2174.o,0.000000)\
-			0.000000	(t_t_x(296342,2580)EGNOR04M,2175.o,0.000000)\
-			0.000000	(t_t_x(296343,0),2176.o,0.000000)\
-			0.000000	(t_t_x(296345,52)LEBAS04M,2177.o,0.000000)\
-			0.000000	(t_t_x(296346,45)EG11G04M,2178.o,0.000000)\
-			0.000000	(t_t_x(296350,268)RQXSI04E,2179.o,0.000000)\
-			1.000000	(t_t_x(296356,0),2180.o,1.000000)\
-			0.000000	(t_t_x(296365,496)LGAVA04,2181.o,0.000000)\
-			0.000000	(t_t_x(296368,0),2182.o,0.000000)\
-			0.000000	(t_t_x(296392,228)KSLN04A,2183.o,0.000000)\
-			0.000000	(t_t_x(296393,0),2184.o,0.000000)\
-			0.000000	(t_t_x(296394,0),2185.o,0.000000)\
-			0.000000	(t_t_x(296401,0),2186.o,0.000000)\
-			0.000000	(t_t_x(296406,105)RJIU04M,2187.o,0.000000)\
-			0.000000	(t_t_x(296407,140)YB3EH04A,2188.o,0.000000)\
-			0.000000	(t_t_x(296439,45)YB3EH04E,2189.o,0.000000)\
-			0.000000	(t_t_x(296449,674)BKED1204,2190.o,0.000000)\
-			0.000000	(t_t_x(296450,46)YBOLN04M,2191.o,0.000000)\
-			0.000000	(t_t_x(296463,14)LEBAS04A,2192.o,0.000000)\
-			0.000000	(t_t_x(296465,111)KSAL1204,2193.o,0.000000)\
-			0.000000	(t_t_x(296473,1554)LCES004,2194.o,0.000000)\
-			0.000000	(t_t_x(296477,255)YB3EH04A,2195.o,0.000000)\
-			0.000000	(t_t_x(296481,0),2196.o,0.000000)\
-			0.000000	(t_t_x(296521,118)KFUL1U04,2197.o,0.000000)\
-			0.000000	(t_t_x(296549,418)YB5WH04M,2198.o,0.000000)\
-			0.000000	(t_t_x(296550,126)YB3EH04A,2199.o,0.000000)\
-			0.000000	(t_t_x(296552,0),2200.o,0.000000)\
-			0.000000	(t_t_x(296553,0),2201.o,0.000000)\
-			0.000000	(t_t_x(296560,19)PMXX04M,2202.o,0.000000)\
-			0.000000	(t_t_x(296563,769)$KWUR404E,2203.o,0.000000)\
-			0.000000	(t_t_x(296565,243)RNI04M,2204.o,0.000000)\
-			0.000000	(t_t_x(296585,311)LGIRA04,2205.o,0.000000)\
-			0.000000	(t_t_x(296614,0),2206.o,0.000000)\
-			0.000000	(t_t_x(296619,0),2207.o,0.000000)\
-			0.000000	(t_t_x(296635,45)MM204,2208.o,0.000000)\
-			0.000000	(t_t_x(296640,330)KSAL1204,2209.o,0.000000)\
-			0.000000	(t_t_x(296641,0),2210.o,0.000000)\
-			0.000000	(t_t_x(296644,0),2211.o,0.000000)\
-			0.000000	(t_t_x(296646,450)LCES004,2212.o,0.000000)\
-			0.000000	(t_t_x(296649,0),2213.o,0.000000)\
-			0.000000	(t_t_x(296668,150)YB3EH04A,2214.o,0.000000)\
-			0.000000	(t_t_x(296672,106)RASI04M,2215.o,0.000000)\
-			0.000000	(t_t_x(296675,66)FUJ04M,2216.o,0.000000)\
-			0.000000	(t_t_x(296685,0),2217.o,0.000000)\
-			0.000000	(t_t_x(296688,0),2218.o,0.000000)\
-			0.000000	(t_t_x(296700,87)LELVU04,2219.o,0.000000)\
-			0.000000	(t_t_x(296707,0),2220.o,0.000000)\
-			0.000000	(t_t_x(296720,0),2221.o,0.000000)\
-			0.000000	(t_t_x(296721,0),2222.o,0.000000)\
-			0.000000	(t_t_x(296736,164)$KCHI104M,2223.o,0.000000)\
-			0.000000	(t_t_x(296754,1137)LGKFN04,2224.o,0.000000)\
-			0.000000	(t_t_x(296755,630)LGIRA04,2225.o,0.000000)\
-			0.000000	(t_t_x(296772,0),2226.o,0.000000)\
-			0.000000	(t_t_x(296778,300)RASI04M,2227.o,0.000000)\
-			0.000000	(t_t_x(296781,0),2228.o,0.000000)\
-			1.000000	(t_t_x(296792,0),2229.o,1.000000)\
-			0.000000	(t_t_x(296798,0),2230.o,0.000000)\
-			0.000000	(t_t_x(296811,0),2231.o,0.000000)\
-			0.000000	(t_t_x(296814,0),2232.o,0.000000)\
-			0.000000	(t_t_x(296824,0),2233.o,0.000000)\
-			0.000000	(t_t_x(296828,0),2234.o,0.000000)\
-			0.000000	(t_t_x(296836,0),2235.o,0.000000)\
-			0.000000	(t_t_x(296840,70)YB3EH04A,2236.o,0.000000)\
-			0.000000	(t_t_x(296847,0),2237.o,0.000000)\
-			0.000000	(t_t_x(296850,13)FUJ04M,2238.o,0.000000)\
-			0.000000	(t_t_x(296851,0),2239.o,0.000000)\
-			0.000000	(t_t_x(296857,187)BR204M,2240.o,0.000000)\
-			0.000000	(t_t_x(296864,3)RMZSI04M,2241.o,0.000000)\
-			0.000000	(t_t_x(296867,0),2242.o,0.000000)\
-			1.000000	(t_t_x(296878,190)BR204M,2243.o,1.000000)\
-			0.000000	(t_t_x(296885,0),2244.o,0.000000)\
-			0.000000	(t_t_x(296895,1953)YB3EH04E,2245.o,0.000000)\
-			0.000000	(t_t_x(296896,3734)LGZAA04M,2246.o,0.000000)\
-			0.000000	(t_t_x(296907,133)YD5WH04M,2247.o,0.000000)\
-			0.000000	(t_t_x(296918,0),2248.o,0.000000)\
-			0.000000	(t_t_x(296922,1074)LGKFN04,2249.o,0.000000)\
-			0.000000	(t_t_x(296923,900)$YB3EH04E,2250.o,0.000000)\
-			1.000000	(t_t_x(296928,441)LGIRA04,2251.o,1.000000)\
-			0.000000	(t_t_x(296934,0),2252.o,0.000000)\
-			0.000000	(t_t_x(296936,1832)LGZAA04M,2253.o,0.000000)\
-			0.000000	(t_t_x(296939,129)YB3EH04A,2254.o,0.000000)\
-			1.000000	(t_t_x(296946,0),2255.o,1.000000)\
-			0.000000	(t_t_x(296950,0),2256.o,0.000000)\
-			0.000000	(t_t_x(296953,2490)LCES004,2257.o,0.000000)\
-			0.000000	(t_t_x(296955,284)KSAL1204,2258.o,0.000000)\
-			0.000000	(t_t_x(296960,52)MRAEE04,2259.o,0.000000)\
-			0.000000	(t_t_x(296963,0),2260.o,0.000000)\
-			0.000000	(t_t_x(296970,417)KFZ4404M,2261.o,0.000000)\
-			0.000000	(t_t_x(296978,50)YB3EH04A,2262.o,0.000000)\
-			0.000000	(t_t_x(296992,40)YB3EH04E,2263.o,0.000000)\
-			0.000000	(t_t_x(296997,201)KSLN04M,2264.o,0.000000)\
-			0.000000	(t_t_x(297002,649)LGRPA04,2265.o,0.000000)\
-			0.000000	(t_t_x(297011,0),2266.o,0.000000)\
-			0.000000	(t_t_x(297035,0),2267.o,0.000000)\
-			0.000000	(t_t_x(297037,148)LEBAS04A,2268.o,0.000000)\
-			0.000000	(t_t_x(297050,187)LGIRA04,2269.o,0.000000)\
-			0.000000	(t_t_x(297057,414)$KCHI104M,2270.o,0.000000)\
-			0.000000	(t_t_x(297060,0),2271.o,0.000000)\
-			0.000000	(t_t_x(297061,0),2272.o,0.000000)\
-			0.000000	(t_t_x(297062,80)YB3EH04E,2273.o,0.000000)\
-			0.000000	(t_t_x(297075,0),2274.o,0.000000)\
-			0.000000	(t_t_x(297076,23)KSPE104D,2275.o,0.000000)\
-			1.000000	(t_t_x(297079,88)RMZU04,2276.o,1.000000)\
-			0.000000	(t_t_x(297080,3)KFZ4404E,2277.o,0.000000)\
-			0.000000	(t_t_x(297087,833)LGKFN04,2278.o,0.000000)\
-			0.000000	(t_t_x(297097,0),2279.o,0.000000)\
-			0.000000	(t_t_x(297111,0),2280.o,0.000000)\
-			0.000000		(t_t_x(297113,628)RJIU04M,2281.o,0.000000)\
-			0.000000	(t_t_x(297119,15)LOW304M,2282.o,0.000000)\
-			0.000000	(t_t_x(297125,46)YB3EH04E,2283.o,0.000000)\
-			0.000000	(t_t_x(297126,0),2284.o,0.000000)\
-			0.000000	(t_t_x(297129,67)YB3EH04A,2285.o,0.000000)\
-			1.000000	(t_t_x(297135,0),2286.o,1.000000)\
-			0.000000	(t_t_x(297145,239)LOVN1504,2287.o,0.000000)\
-			0.000000	(t_t_x(297154,0),2288.o,0.000000)\
-			0.000000	(t_t_x(297157,1156)LGKFN04,2289.o,0.000000)\
-			0.000000	(t_t_x(297158,0),2290.o,0.000000)\
-			1.000000	(t_t_x(297164,65)RNI04M,2291.o,1.000000)\
-			0.000000	(t_t_x(297168,0),2292.o,0.000000)\
-			1.000000	(t_t_x(297185,47)KSLN04A,2293.o,1.000000)\
-			0.000000	(t_t_x(297189,463)LGRPA04,2294.o,0.000000)\
-			0.000000	(t_t_x(297207,0),2295.o,0.000000)\
-			0.000000	(t_t_x(297216,718)LGRPA04,2296.o,0.000000)\
-			0.000000	(t_t_x(297218,0),2297.o,0.000000)\
-			0.000000	(t_t_x(297219,0),2298.o,0.000000)\
-			0.000000	(t_t_x(297224,456)LGRPA04M,2299.o,0.000000)\
-			0.000000	(t_t_x(297228,6)YB3EH04A,2300.o,0.000000)\
-			0.000000	(t_t_x(297232,414)RNI04M,2301.o,0.000000)\
-			0.000000	(t_t_x(297233,0),2302.o,0.000000)\
-			0.000000	(t_t_x(297234,152)YD5WH04M,2303.o,0.000000)\
-			0.000000	(t_t_x(297250,0),2304.o,0.000000)\
-			0.000000	(t_t_x(297275,0),2305.o,0.000000)\
-			0.000000	(t_t_x(297277,0),2306.o,0.000000)\
-			0.000000	(t_t_x(297278,0),2307.o,0.000000)\
-			0.000000	(t_t_x(297288,402)YB3EH04A,2308.o,0.000000)\
-			0.000000	(t_t_x(297293,82)GL4W04M,2309.o,0.000000)\
-			0.000000	(t_t_x(297313,0),2310.o,0.000000)\
-			1.000000	(t_t_x(297334,0),2311.o,1.000000)\
-			0.000000	(t_t_x(297335,840)BR404M,2312.o,0.000000)\
-			0.000000	(t_t_x(297343,0),2313.o,0.000000)\
-			0.000000	(t_t_x(297344,0),2314.o,0.000000)\
-			0.000000	(t_t_x(297346,542)EGPFA04,2315.o,0.000000)\
-			0.000000	(t_t_x(297347,0),2316.o,0.000000)\
-			0.000000	(t_t_x(297350,0),2317.o,0.000000)\
-			1.000000	(t_t_x(297356,81)LGAVA04,2318.o,1.000000)\
-			0.000000	(t_t_x(297362,578)RNI04M,2319.o,0.000000)\
-			0.000000	(t_t_x(297368,260)LGAVA04,2320.o,0.000000)\
-			0.000000	(t_t_x(297370,302)YB3EH04A,2321.o,0.000000)\
-			0.000000	(t_t_x(297374,77)RQXSI04E,2322.o,0.000000)\
-			0.000000	(t_t_x(297376,0),2323.o,0.000000)\
-			0.000000	(t_t_x(297382,2122)LGSRA04,2324.o,0.000000)\
-			0.000000	(t_t_x(297384,0),2325.o,0.000000)\
-			0.000000	(t_t_x(297388,30)LELVL04M,2326.o,0.000000)\
-			0.000000	(t_t_x(297393,0),2327.o,0.000000)\
-			0.000000	(t_t_x(297398,73)BR204M,2328.o,0.000000)\
-			0.000000	(t_t_x(297402,2764)KSPE104D,2329.o,0.000000)\
-			0.000000	(t_t_x(297403,0),2330.o,0.000000)\
-			0.000000	(t_t_x(297407,494)BKED1204,2331.o,0.000000)\
-			0.000000	(t_t_x(297411,0),2332.o,0.000000)\
-			0.000000	(t_t_x(297424,133)BR204M,2333.o,0.000000)\
-			0.000000	(t_t_x(297427,701)$RMZSI04,2334.o,0.000000)\
-			0.000000	(t_t_x(297433,485)EGPFA04,2335.o,0.000000)\
-			0.000000	(t_t_x(297436,286)FUJ04M,2336.o,0.000000)\
-			0.000000	(t_t_x(297442,1790)$YD5WH04M,2337.o,0.000000)\
-			0.000000	(t_t_x(297452,0),2338.o,0.000000)\
-			0.000000	(t_t_x(297456,9)KSLN04A,2339.o,0.000000)\
-			0.000000	(t_t_x(297482,0),2340.o,0.000000)\
-			0.000000	(t_t_x(297500,670)LEBAS04A,2341.o,0.000000)\
-			0.000000	(t_t_x(297504,0),2342.o,0.000000)\
-			0.000000	(t_t_x(297505,1480)$RQXSI04E,2343.o,0.000000)\
-			0.000000	(t_t_x(297507,0),2344.o,0.000000)\
-			0.000000	(t_t_x(297519,357)FUJ04M,2345.o,0.000000)\
-			0.000000	(t_t_x(297546,536)LGKFN04,2346.o,0.000000)\
-			0.000000	(t_t_x(297554,57)$EBEEC04M,2347.o,0.000000)\
-			0.000000	(t_t_x(297571,87)LELVU04,2348.o,0.000000)\
-			1.000000	(t_t_x(297572,872)RVKWU04M,2349.o,1.000000)\
-			0.000000	(t_t_x(297590,0),2350.o,0.000000)\
-			0.000000	(t_t_x(297596,947)BR404M,2351.o,0.000000)\
-			0.000000	(t_t_x(297613,1192)$RQXSI04E,2352.o,0.000000)\
-			1.000000	(t_t_x(297616,2026)LGSRA04,2353.o,1.000000)\
-			0.000000	(t_t_x(297622,3309)EG11G04M,2354.o,0.000000)\
-			0.000000	(t_t_x(297636,1290)YB5WH04M,2355.o,0.000000)\
-			1.000000	(t_t_x(297670,84)MEK04,2356.o,1.000000)\
-			0.000000	(t_t_x(297679,99)KWUR1C04,2357.o,0.000000)\
-			0.000000	(t_t_x(297680,959)RMZSI04,2358.o,0.000000)\
-			1.000000	(t_t_x(297682,56)$LOVN1504,2359.o,1.000000)\
-			0.000000	(t_t_x(297685,60)LCES004M,2360.o,0.000000)\
-			0.000000	(t_t_x(297697,69)KSLN2C04,2361.o,0.000000)\
-			1.000000	(t_t_x(297702,520)RMZSI04,2362.o,1.000000)\
-			0.000000	(t_t_x(297708,80)KFZ4404M,2363.o,0.000000)\
-			0.000000	(t_t_x(297721,49)KSLN04A,2364.o,0.000000)\
-			0.000000	(t_t_x(297726,27)KFZ4404M,2365.o,0.000000)\
-			0.000000	(t_t_x(297744,493)LOVN1504,2366.o,0.000000)\
-			0.000000	(t_t_x(297746,40)LOVN1504,2367.o,0.000000)\
-			0.000000	(t_t_x(297762,177)LEBAS04M,2368.o,0.000000)\
-			1.000000	(t_t_x(297773,81)$YB3EH04A,2369.o,1.000000)\
-			0.000000	(t_t_x(297781,287)YB3EH04A,2370.o,0.000000)\
-			0.000000	(t_t_x(297818,36)MYY04A,2371.o,0.000000)\
-			0.000000	(t_t_x(297821,0),2372.o,0.000000)\
-			0.000000	(t_t_x(297827,174)MM304,2373.o,0.000000)\
-			0.000000	(t_t_x(297830,0),2374.o,0.000000)\
-			0.000000	(t_t_x(297842,937)YB3EH04E,2375.o,0.000000)\
-			0.000000	(t_t_x(297845,0),2376.o,0.000000)\
-			0.000000	(t_t_x(297851,14)LEBAS04M,2377.o,0.000000)\
-			0.000000	(t_t_x(297852,441)RJIU04M,2378.o,0.000000)\
-			0.000000	(t_t_x(297867,0),2379.o,0.000000)\
-			1.000000	(t_t_x(297904,462)LOVN1504,2380.o,1.000000)\
-			0.000000	(t_t_x(297922,0),2381.o,0.000000)\
-			0.000000	(t_t_x(297927,127)RVKWS04,2382.o,0.000000)\
-			0.000000	(t_t_x(297928,0),2383.o,0.000000)\
-			0.000000	(t_t_x(297929,1279)EGNOR04M,2384.o,0.000000)\
-			0.000000	(t_t_x(297934,0),2385.o,0.000000)\
-			0.000000	(t_t_x(297940,755)$MT4AT04E,2386.o,0.000000)\
-			0.000000	(t_t_x(297958,15)$LEBAS04A,2387.o,0.000000)\
-			0.000000	(t_t_x(297966,0),2388.o,0.000000)\
-			0.000000	(t_t_x(297974,278)YB3EH04A,2389.o,0.000000)\
-			0.000000	(t_t_x(297977,108)EGNOR04M,2390.o,0.000000)\
-			0.000000	(t_t_x(297984,2240)KSLN04A,2391.o,0.000000)\
-			0.000000	(t_t_x(298005,0),2392.o,0.000000)\
-			0.000000	(t_t_x(298006,38)BR404M,2393.o,0.000000)\
-			0.000000	(t_t_x(298009,237)BR204M,2394.o,0.000000)\
-			0.000000	(t_t_x(298038,423)EDGG704,2395.o,0.000000)\
-			0.000000	(t_t_x(298060,60)LCES004M,2396.o,0.000000)\
-			0.000000	(t_t_x(298064,0),2397.o,0.000000)\
-			0.000000	(t_t_x(298079,0),2398.o,0.000000)\
-			0.000000	(t_t_x(298080,0),2399.o,0.000000)\
-			0.000000	(t_t_x(298082,57)LELVL104,2400.o,0.000000)\
-			0.000000	(t_t_x(298089,0),2401.o,0.000000)\
-			0.000000	(t_t_x(298090,14)YB3EH04A,2402.o,0.000000)\
-			0.000000	(t_t_x(298093,0),2403.o,0.000000)\
-			0.000000	(t_t_x(298114,89)LGAVA04,2404.o,0.000000)\
-			0.000000	(t_t_x(298115,40)MM304,2405.o,0.000000)\
-			0.000000	(t_t_x(298116,33)RJIU04M,2406.o,0.000000)\
-			0.000000	(t_t_x(298128,0),2407.o,0.000000)\
-			0.000000	(t_t_x(298130,0),2408.o,0.000000)\
-			1.000000	(t_t_x(298160,401)KSAL1204,2409.o,1.000000)\
-			0.000000	(t_t_x(298171,29)LELVU04,2410.o,0.000000)\
-			0.000000	(t_t_x(298177,0),2411.o,0.000000)\
-			0.000000	(t_t_x(298180,2771)RNI04M,2412.o,0.000000)\
-			0.000000	(t_t_x(298183,311)YB3EH04A,2413.o,0.000000)\
-			0.000000	(t_t_x(298207,0),2414.o,0.000000)\
-			0.000000	(t_t_x(298212,143)RMZU04,2415.o,0.000000)\
-			0.000000	(t_t_x(298217,0),2416.o,0.000000)\
-			0.000000	(t_t_x(298218,61)RMZU04,2417.o,0.000000)\
-			0.000000	(t_t_x(298222,0),2418.o,0.000000)\
-			0.000000	(t_t_x(298237,14)KFUL1U04,2419.o,0.000000)\
-			0.000000	(t_t_x(298246,289)RFBRT04M,2420.o,0.000000)\
-			0.000000	(t_t_x(298249,329)RNS04M,2421.o,0.000000)\
-			1.000000	(t_t_x(298255,240)$YD5WH04M,2422.o,1.000000)\
-			0.000000	(t_t_x(298263,21)KWUR404E,2423.o,0.000000)\
-			0.000000	(t_t_x(298266,3004)LGKFN04,2424.o,0.000000)\
-			0.000000	(t_t_x(298297,68)LOVN1504,2425.o,0.000000)\
-			0.000000	(t_t_x(298300,0),2426.o,0.000000)\
-			0.000000	(t_t_x(298306,39)LOVN1504,2427.o,0.000000)\
-			0.000000	(t_t_x(298312,83)$BR204M,2428.o,0.000000)\
-			0.000000	(t_t_x(298318,99)KSPE104D,2429.o,0.000000)\
-			0.000000	(t_t_x(298321,378)LEBAS04A,2430.o,0.000000)\
-			0.000000	(t_t_x(298329,25)EGNOR04M,2431.o,0.000000)\
-			0.000000	(t_t_x(298333,299)KSPE104D,2432.o,0.000000)\
-			0.000000	(t_t_x(298349,0),2433.o,0.000000)\
-			0.000000	(t_t_x(298358,0),2434.o,0.000000)\
-			0.000000	(t_t_x(298368,498)LOVN1504,2435.o,0.000000)\
-			0.000000	(t_t_x(298378,51)KFZ4404M,2436.o,0.000000)\
-			0.000000	(t_t_x(298384,64)LGAVA04,2437.o,0.000000)\
-			0.000000	(t_t_x(298396,187)$RMZSI04,2438.o,0.000000)\
-			0.000000	(t_t_x(298397,284)YB3EH04A,2439.o,0.000000)\
-			0.000000	(t_t_x(298402,818)LCES004M,2440.o,0.000000)\
-			0.000000	(t_t_x(298415,0),2441.o,0.000000)\
-			1.000000	(t_t_x(298417,0),2442.o,1.000000)\
-			0.000000	(t_t_x(298418,0),2443.o,0.000000)\
-			0.000000	(t_t_x(298426,843)LCES004M,2444.o,0.000000)\
-			0.000000	(t_t_x(298434,1927)LCES004,2445.o,0.000000)\
-			0.000000	(t_t_x(298447,0),2446.o,0.000000)\
-			0.000000	(t_t_x(298471,7290)LGKFN04,2447.o,0.000000)\
-			0.000000	(t_t_x(298477,539)RMZSI04,2448.o,0.000000)\
-			1.000000	(t_t_x(298480,467)RMZU04,2449.o,1.000000)\
-			0.000000	(t_t_x(298488,53)LEBAS04A,2450.o,0.000000)\
-			0.000000	(t_t_x(298501,2)KFZ4404M,2451.o,0.000000)\
-			0.000000	(t_t_x(298502,124)YB3EH04A,2452.o,0.000000)\
-			0.000000	(t_t_x(298503,0),2453.o,0.000000)\
-			0.000000	(t_t_x(298514,300)$EBEEC04M,2454.o,0.000000)\
-			1.000000	(t_t_x(298517,0),2455.o,1.000000)\
-			0.000000	(t_t_x(298519,765)YB3EH04A,2456.o,0.000000)\
-			0.000000	(t_t_x(298527,0),2457.o,0.000000)\
-			0.000000	(t_t_x(298528,2885)LCES004,2458.o,0.000000)\
-			0.000000	(t_t_x(298533,0),2459.o,0.000000)\
-			0.000000	(t_t_x(298536,1644)LFPND04,2460.o,0.000000)\
-			0.000000	(t_t_x(298562,0),2461.o,0.000000)\
-			0.000000	(t_t_x(298564,83)MM304,2462.o,0.000000)\
-			0.000000	(t_t_x(298574,8972)KSLN04M,2463.o,0.000000)\
-			0.000000	(t_t_x(298577,0),2464.o,0.000000)\
-			0.000000	(t_t_x(298578,0),2465.o,0.000000)\
-			0.000000	(t_t_x(298588,328)LGKFN04,2466.o,0.000000)\
-			0.000000	(t_t_x(298590,85)ZM56704,2467.o,0.000000)\
-			0.000000	(t_t_x(298592,231)RMZU04,2468.o,0.000000)\
-			0.000000	(t_t_x(298610,100)$YB3EH04M,2469.o,0.000000)\
-			0.000000	(t_t_x(298611,134)LGIRA04,2470.o,0.000000)\
-			0.000000	(t_t_x(298617,0),2471.o,0.000000)\
-			0.000000	(t_t_x(298619,423)RNS04M,2472.o,0.000000)\
-			1.000000	(t_t_x(298630,0),2473.o,1.000000)\
-			0.000000	(t_t_x(298646,1212)LGKFN04,2474.o,0.000000)\
-			0.000000	(t_t_x(298660,177)$KCHI104M,2475.o,0.000000)\
-			0.000000	(t_t_x(298677,13)YB3EH04A,2476.o,0.000000)\
-			0.000000	(t_t_x(298692,0),2477.o,0.000000)\
-			0.000000	(t_t_x(298697,12)YB3EH04E,2478.o,0.000000)\
-			1.000000	(t_t_x(298698,59)KSLN04M,2479.o,1.000000)\
-			0.000000	(t_t_x(298700,409)LGKFN04,2480.o,0.000000)\
-			0.000000	(t_t_x(298704,19)MRAE04,2481.o,0.000000)\
-			0.000000	(t_t_x(298706,323)KSAL1204,2482.o,0.000000)\
-			0.000000	(t_t_x(298710,0),2483.o,0.000000)\
-			0.000000	(t_t_x(298713,0),2484.o,0.000000)\
-			0.000000	(t_t_x(298715,25)KFZ4404M,2485.o,0.000000)\
-			0.000000	(t_t_x(300045,260)KSPE104D,2486.o,0.000000)\
-			0.000000	(t_t_x(300046,22)MEK04,2487.o,0.000000)\
-			0.000000	(t_t_x(300050,874)LGKFN04,2488.o,0.000000)\
-			0.000000	(t_t_x(300052,188)$YB5WH04M,2489.o,0.000000)\
-			0.000000	(t_t_x(300058,111)RQXU04E,2490.o,0.000000)\
-			0.000000	(t_t_x(300064,221)RJIU04M,2491.o,0.000000)\
-			0.000000	(t_t_x(300072,89)KSLN04A,2492.o,0.000000)\
-			0.000000	(t_t_x(300096,77)RQXU04E,2493.o,0.000000)\
-			0.000000	(t_t_x(300097,1817)RJIU04M,2494.o,0.000000)\
-			0.000000	(t_t_x(300133,660)$RQXSI04E,2495.o,0.000000)\
-			0.000000	(t_t_x(300137,0),2496.o,0.000000)\
-			0.000000	(t_t_x(300140,0),2497.o,0.000000)\
-			0.000000	(t_t_x(300142,0),2498.o,0.000000)\
-			0.000000	(t_t_x(300146,923)LGKFN04,2499.o,0.000000)\
-			0.000000	(t_t_x(300155,0),2500.o,0.000000)\
-			0.000000	(t_t_x(300174,40)RMZU04,2501.o,0.000000)\
-			0.000000	(t_t_x(300178,0),2502.o,0.000000)\
-			0.000000	(t_t_x(300185,148)$YB3EH04M,2503.o,0.000000)\
-			0.000000	(t_t_x(300204,207)EG11G04M,2504.o,0.000000)\
-			0.000000	(t_t_x(300222,7)KWUR1C04,2505.o,0.000000)\
-			0.000000	(t_t_x(300231,0),2506.o,0.000000)\
-			0.000000	(t_t_x(300232,0),2507.o,0.000000)\
-			0.000000	(t_t_x(300237,11)YB3EH04M,2508.o,0.000000)\
-			0.000000	(t_t_x(300256,391)LOVN1504,2509.o,0.000000)\
-			0.000000	(t_t_x(300281,11)BR204M,2510.o,0.000000)\
-			0.000000	(t_t_x(300287,256)RNS04M,2511.o,0.000000)\
-			0.000000	(t_t_x(300290,0),2512.o,0.000000)\
-			0.000000	(t_t_x(300322,824)MT4AT04E,2513.o,0.000000)\
-			0.000000	(t_t_x(300332,310)EG11G04M,2514.o,0.000000)\
-			0.000000	(t_t_x(300345,0),2515.o,0.000000)\
-			0.000000	(t_t_x(300354,0),2516.o,0.000000)\
-			0.000000	(t_t_x(300356,630)RJIU04M,2517.o,0.000000)\
-			1.000000	(t_t_x(300366,0),2518.o,1.000000)\
-			0.000000	(t_t_x(300369,0),2519.o,0.000000)\
-			0.000000	(t_t_x(300396,766)LGSRA04,2520.o,0.000000)\
-			0.000000	(t_t_x(300414,134)YB3EH04A,2521.o,0.000000)\
-			0.000000	(t_t_x(300421,111)EG11G04M,2522.o,0.000000)\
-			0.000000	(t_t_x(300422,242)KSAL1204,2523.o,0.000000)\
-			0.000000	(t_t_x(300424,0),2524.o,0.000000)\
-			0.000000	(t_t_x(300425,0),2525.o,0.000000)\
-			0.000000	(t_t_x(300428,0),2526.o,0.000000)\
-			0.000000	(t_t_x(300430,840)RNI04M,2527.o,0.000000)\
-			0.000000	(t_t_x(300435,171)LGKFN04,2528.o,0.000000)\
-			0.000000	(t_t_x(300445,2502)LCES004,2529.o,0.000000)\
-			0.000000	(t_t_x(300455,586)LCES004M,2530.o,0.000000)\
-			0.000000	(t_t_x(300464,42)MAB3404A,2531.o,0.000000)\
-			0.000000	(t_t_x(300476,0),2532.o,0.000000)\
-			0.000000	(t_t_x(300487,190)YB3EH04A,2533.o,0.000000)\
-			0.000000	(t_t_x(300504,803)LGKFN04,2534.o,0.000000)\
-			1.000000	(t_t_x(300521,200)GL34W04,2535.o,1.000000)\
-			0.000000	(t_t_x(300532,0),2536.o,0.000000)\
-			0.000000	(t_t_x(300538,333)KSPE104D,2537.o,0.000000)\
-			0.000000	(t_t_x(300571,189)ZM56704,2538.o,0.000000)\
-			0.000000	(t_t_x(300578,0),2539.o,0.000000)\
-			0.000000	(t_t_x(300582,88)KWUR404E,2540.o,0.000000)\
-			0.000000	(t_t_x(300590,284)EG11G04M,2541.o,0.000000)\
-			0.000000	(t_t_x(300619,0),2542.o,0.000000)\
-			0.000000	(t_t_x(300621,2783)LCES004,2543.o,0.000000)\
-			0.000000	(t_t_x(300629,0),2544.o,0.000000)\
-			0.000000	(t_t_x(300631,3386)EG11G04M,2545.o,0.000000)\
-			0.000000	(t_t_x(300642,2600)MGY04,2546.o,0.000000)\
-			0.000000	(t_t_x(300666,946)LCES004,2547.o,0.000000)\
-			0.000000	(t_t_x(300671,276)YB3EH04A,2548.o,0.000000)\
-			0.000000	(t_t_x(300715,0),2549.o,0.000000)\
-			0.000000	(t_t_x(300727,59)EGNOR04M,2550.o,0.000000)\
-			0.000000	(t_t_x(300750,140)EG11G04M,2551.o,0.000000)\
-			0.000000	(t_t_x(300762,300)EDGG704,2552.o,0.000000)\
-			0.000000	(t_t_x(300765,101)YB3EH04E,2553.o,0.000000)\
-			0.000000	(t_t_x(300774,0),2554.o,0.000000)\
-			0.000000	(t_t_x(300786,720)LCES004M,2555.o,0.000000)\
-			0.000000	(t_t_x(300809,16)GL4W04M,2556.o,0.000000)\
-			0.000000	(t_t_x(300815,1132)LCES004M,2557.o,0.000000)\
-			0.000000	(t_t_x(300836,0),2558.o,0.000000)\
-			0.000000	(t_t_x(300840,119)KFZ4404M,2559.o,0.000000)\
-			0.000000	(t_t_x(300848,23)LEBAS04M,2560.o,0.000000)\
-			0.000000	(t_t_x(300850,352)LELVU04,2561.o,0.000000)\
-			0.000000	(t_t_x(300851,0),2562.o,0.000000)\
-			0.000000	(t_t_x(300866,10)RMZU04,2563.o,0.000000)\
-			0.000000	(t_t_x(300883,33)LEBAS04A,2564.o,0.000000)\
-			0.000000	(t_t_x(300884,0),2565.o,0.000000)\
-			0.000000	(t_t_x(300885,344)RMZSI04,2566.o,0.000000)\
-			0.000000	(t_t_x(300896,495)GL34W04,2567.o,0.000000)\
-			0.000000	(t_t_x(300900,0),2568.o,0.000000)\
-			0.000000	(t_t_x(300931,241)KSPE104D,2569.o,0.000000)\
-			0.000000	(t_t_x(300956,0),2570.o,0.000000)\
-			0.000000	(t_t_x(300959,30)YB3EH04E,2571.o,0.000000)\
-			0.000000	(t_t_x(300964,634)LGKFN04,2572.o,0.000000)\
-			0.000000	(t_t_x(300988,2580)$LCES004,2573.o,0.000000)\
-			0.000000	(t_t_x(301003,331)RMZU04,2574.o,0.000000)\
-			0.000000	(t_t_x(301010,105)RNS04M,2575.o,0.000000)\
-			0.000000	(t_t_x(301035,0),2576.o,0.000000)\
-			0.000000	(t_t_x(301041,221)BKED1204,2577.o,0.000000)\
-			0.000000	(t_t_x(301058,1080)LCES004M,2578.o,0.000000)\
-			0.000000	(t_t_x(301059,217)GL34W04,2579.o,0.000000)\
-			0.000000	(t_t_x(301070,688)EDGG704,2580.o,0.000000)\
-			0.000000	(t_t_x(301072,0),2581.o,0.000000)\
-			1.000000	(t_t_x(301074,1317)LGKFN04,2582.o,1.000000)\
-			0.000000	(t_t_x(301088,1511)LEMDAT04,2583.o,0.000000)\
-			0.000000	(t_t_x(301101,110)MM204,2584.o,0.000000)\
-			0.000000	(t_t_x(301132,83)RNI04M,2585.o,0.000000)\
-			0.000000	(t_t_x(301138,0),2586.o,0.000000)\
-			0.000000	(t_t_x(301139,930)LCES004M,2587.o,0.000000)\
-			0.000000	(t_t_x(301142,1071)MEK04,2588.o,0.000000)\
-			0.000000	(t_t_x(301145,388)YB3EH04A,2589.o,0.000000)\
-			1.000000	(t_t_x(301149,63)BKED1204,2590.o,1.000000)\
-			0.000000	(t_t_x(301161,0),2591.o,0.000000)\
-			0.000000	(t_t_x(301168,0),2592.o,0.000000)\
-			0.000000	(t_t_x(301195,0),2593.o,0.000000)\
-			0.000000	(t_t_x(301219,346)LGIRA04,2594.o,0.000000)\
-			0.000000	(t_t_x(301224,0),2595.o,0.000000)\
-			0.000000	(t_t_x(301238,169)LELVL104,2596.o,0.000000)\
-			1.000000	(t_t_x(301242,0),2597.o,1.000000)\
-			0.000000	(t_t_x(301243,70)FUJ04M,2598.o,0.000000)\
-			0.000000	(t_t_x(301257,691)RMZU04,2599.o,0.000000)\
-			0.000000	(t_t_x(301260,55)MEK04,2600.o,0.000000)\
-			0.000000	(t_t_x(301272,2460)LGKFN04,2601.o,0.000000)\
-			0.000000	(t_t_x(301285,0),2602.o,0.000000)\
-			0.000000	(t_t_x(301287,543)BKED1204,2603.o,0.000000)\
-			0.000000	(t_t_x(301294,0),2604.o,0.000000)\
-			0.000000	(t_t_x(301295,743)$LGSRA04,2605.o,0.000000)\
-			0.000000	(t_t_x(301297,0),2606.o,0.000000)\
-			0.000000	(t_t_x(301299,253)YB3EH04A,2607.o,0.000000)\
-			0.000000	(t_t_x(301303,0),2608.o,0.000000)\
-			0.000000	(t_t_x(301329,0),2609.o,0.000000)\
-			1.000000	(t_t_x(301342,1710)LCES004M,2610.o,1.000000)\
-			0.000000	(t_t_x(301346,0),2611.o,0.000000)\
-			0.000000	(t_t_x(301350,1087)RMZU04,2612.o,0.000000)\
-			0.000000	(t_t_x(301353,152)KSPE104D,2613.o,0.000000)\
-			0.000000	(t_t_x(301360,240)LCES004M,2614.o,0.000000)\
-			1.000000	(t_t_x(301365,29)ZM56704,2615.o,1.000000)\
-			0.000000	(t_t_x(301367,281)YB3EH04A,2616.o,0.000000)\
-			0.000000	(t_t_x(301391,355)RMZSI04,2617.o,0.000000)\
-			0.000000	(t_t_x(301404,0),2618.o,0.000000)\
-			0.000000	(t_t_x(301417,325)LGKFN04,2619.o,0.000000)\
-			0.000000	(t_t_x(301420,407)LELVL104,2620.o,0.000000)\
-			0.000000	(t_t_x(301431,515)EGNOR04M,2621.o,0.000000)\
-			0.000000	(t_t_x(301455,0),2622.o,0.000000)\
-			1.000000	(t_t_x(301461,93)YB3EH04A,2623.o,1.000000)\
-			0.000000	(t_t_x(301477,859)MRAE04,2624.o,0.000000)\
-			0.000000	(t_t_x(301496,52)KWUR1C04,2625.o,0.000000)\
-			0.000000	(t_t_x(301501,2004)LCES004,2626.o,0.000000)\
-			0.000000	(t_t_x(301514,0),2627.o,0.000000)\
-			0.000000	(t_t_x(301524,662)MAB3404A,2628.o,0.000000)\
-			1.000000	(t_t_x(301540,3)KFUL1U04,2629.o,1.000000)\
-			0.000000	(t_t_x(301556,0),2630.o,0.000000)\
-			0.000000	(t_t_x(301566,302)$LCES004M,2631.o,0.000000)\
-			0.000000	(t_t_x(301576,0),2632.o,0.000000)\
-			0.000000	(t_t_x(301582,0),2633.o,0.000000)\
-			0.000000	(t_t_x(301590,370)LGKFN04,2634.o,0.000000)\
-			0.000000	(t_t_x(301601,514)$LOVN1504,2635.o,0.000000)\
-			1.000000	(t_t_x(301621,357)RNS04M,2636.o,1.000000)\
-			0.000000	(t_t_x(301656,99)RNS04M,2637.o,0.000000)\
-			0.000000	(t_t_x(301673,150)LCES004M,2638.o,0.000000)\
-			0.000000	(t_t_x(301680,0),2639.o,0.000000)\
-			0.000000	(t_t_x(301687,207)LEBAS04A,2640.o,0.000000)\
-			0.000000	(t_t_x(301699,50)LELVL104,2641.o,0.000000)\
-			0.000000	(t_t_x(301707,121)KSLN04A,2642.o,0.000000)\
-			0.000000	(t_t_x(301709,1969)LCES004M,2643.o,0.000000)\
-			0.000000	(t_t_x(301711,0),2644.o,0.000000)\
-			1.000000	(t_t_x(301719,169)LELVL104,2645.o,1.000000)\
-			0.000000	(t_t_x(301721,1265)LGKFN04,2646.o,0.000000)\
-			0.000000	(t_t_x(301722,24)LEBAS04M,2647.o,0.000000)\
-			0.000000	(t_t_x(301726,128)LELVL104,2648.o,0.000000)\
-			0.000000	(t_t_x(301727,821)LGKFN04,2649.o,0.000000)\
-			0.000000	(t_t_x(301736,0),2650.o,0.000000)\
-			0.000000	(t_t_x(301749,175)KSLN04A,2651.o,0.000000)\
-			0.000000	(t_t_x(301757,0),2652.o,0.000000)\
-			0.000000	(t_t_x(301759,4015)LGKFN04,2653.o,0.000000)\
-			0.000000	(t_t_x(301760,523)MGY04,2654.o,0.000000)\
-			0.000000	(t_t_x(301783,0),2655.o,0.000000)\
-			0.000000	(t_t_x(301785,0),2656.o,0.000000)\
-			0.000000	(t_t_x(301796,0),2657.o,0.000000)\
-			0.000000	(t_t_x(301815,92)GL4W04M,2658.o,0.000000)\
-			0.000000	(t_t_x(301819,29)YB3EH04A,2659.o,0.000000)\
-			0.000000	(t_t_x(301843,6490)LGZAA04M,2660.o,0.000000)\
-			0.000000	(t_t_x(301867,1177)YB3EH04A,2661.o,0.000000)\
-			0.000000	(t_t_x(301879,270)LELVL104,2662.o,0.000000)\
-			0.000000	(t_t_x(301888,146)KWUR1C04,2663.o,0.000000)\
-			0.000000	(t_t_x(301907,0),2664.o,0.000000)\
-			0.000000	(t_t_x(301924,0),2665.o,0.000000)\
-			0.000000	(t_t_x(301949,420)LCES004M,2666.o,0.000000)\
-			0.000000	(t_t_x(301957,162)RNS04M,2667.o,0.000000)\
-			0.000000	(t_t_x(301968,1781)EG11G04M,2668.o,0.000000)\
-			0.000000	(t_t_x(301972,552)LGAVA04,2669.o,0.000000)\
-			0.000000	(t_t_x(301984,0),2670.o,0.000000)\
-			0.000000	(t_t_x(301987,510)LCES004M,2671.o,0.000000)\
-			0.000000	(t_t_x(302006,36)GL34W04,2672.o,0.000000)\
-			0.000000	(t_t_x(302033,486)LOVN1504,2673.o,0.000000)\
-			1.000000	(t_t_x(302044,2219)MGY04,2674.o,1.000000)\
-			0.000000	(t_t_x(302047,239)MAB1204A,2675.o,0.000000)\
-			0.000000	(t_t_x(302055,0),2676.o,0.000000)\
-			0.000000	(t_t_x(302060,1230)EG11G04M,2677.o,0.000000)\
-			0.000000	(t_t_x(302073,0),2678.o,0.000000)\
-			0.000000	(t_t_x(302084,0),2679.o,0.000000)\
-			0.000000	(t_t_x(302096,39)LOVN1504,2680.o,0.000000)\
-			0.000000	(t_t_x(302107,0),2681.o,0.000000)\
-			0.000000	(t_t_x(302132,1440)$LOVN1504,2682.o,0.000000)\
-			0.000000	(t_t_x(302135,0),2683.o,0.000000)\
-			0.000000	(t_t_x(302136,0),2684.o,0.000000)\
-			0.000000	(t_t_x(302138,1462)MYY04A,2685.o,0.000000)\
-			0.000000	(t_t_x(302162,963)LCES004M,2686.o,0.000000)\
-			0.000000	(t_t_x(302177,0),2687.o,0.000000)\
-			0.000000	(t_t_x(302179,181)KWUR1C04,2688.o,0.000000)\
-			1.000000	(t_t_x(302180,18)YB3EH04A,2689.o,1.000000)\
-			0.000000	(t_t_x(302209,70)RMZU04,2690.o,0.000000)\
-			0.000000	(t_t_x(302218,0),2691.o,0.000000)\
-			0.000000	(t_t_x(302224,384)LELVL104,2692.o,0.000000)\
-			0.000000	(t_t_x(302247,0),2693.o,0.000000)\
-			0.000000	(t_t_x(302262,19)LEBAS04M,2694.o,0.000000)\
-			0.000000	(t_t_x(302293,6)LELVL104,2695.o,0.000000)\
-			0.000000	(t_t_x(302300,1)LEMDAT04,2696.o,0.000000)\
-			0.000000	(t_t_x(302301,366)MAB1204A,2697.o,0.000000)\
-			0.000000	(t_t_x(302310,401)LGKFN04,2698.o,0.000000)\
-			0.000000	(t_t_x(302317,2647)LGKFN04,2699.o,0.000000)\
-			0.000000	(t_t_x(302341,0),2700.o,0.000000)\
-			0.000000	(t_t_x(302346,0),2701.o,0.000000)\
-			0.000000	(t_t_x(302351,0),2702.o,0.000000)\
-			0.000000	(t_t_x(302356,938)BR404M,2703.o,0.000000)\
-			0.000000	(t_t_x(302361,1249)MRAEE04,2704.o,0.000000)\
-			0.000000	(t_t_x(302365,1028)RMZSI04,2705.o,0.000000)\
-			0.000000	(t_t_x(302366,0),2706.o,0.000000)\
-			0.000000	(t_t_x(302387,0),2707.o,0.000000)\
-			0.000000	(t_t_x(302390,303)RMZSI04,2708.o,0.000000)\
-			0.000000	(t_t_x(302424,0),2709.o,0.000000)\
-			0.000000	(t_t_x(302426,0),2710.o,0.000000)\
-			0.000000	(t_t_x(302434,0),2711.o,0.000000)\
-			0.000000	(t_t_x(302456,403)$MM204,2712.o,0.000000)\
-			0.000000	(t_t_x(302457,204)RJIU04M,2713.o,0.000000)\
-			0.000000	(t_t_x(302470,54)KSAL1204,2714.o,0.000000)\
-			0.000000	(t_t_x(302474,170)LELVL04M,2715.o,0.000000)\
-			0.000000	(t_t_x(302506,0),2716.o,0.000000)\
-			0.000000	(t_t_x(302516,660)$LCES004M,2717.o,0.000000)\
-			0.000000	(t_t_x(302527,0),2718.o,0.000000)\
-			0.000000	(t_t_x(302528,0),2719.o,0.000000)\
-			0.000000	(t_t_x(302530,0),2720.o,0.000000)\
-			0.000000	(t_t_x(302531,680)RJIU04M,2721.o,0.000000)\
-			1.000000	(t_t_x(302536,196)RMZU04,2722.o,1.000000)\
-			0.000000	(t_t_x(302552,49)KFUL1U04,2723.o,0.000000)\
-			0.000000	(t_t_x(302571,0),2724.o,0.000000)\
-			1.000000	(t_t_x(302572,289)RVKWS04,2725.o,1.000000)\
-			0.000000	(t_t_x(302575,26)RJIU04M,2726.o,0.000000)\
-			0.000000	(t_t_x(302576,0),2727.o,0.000000)\
-			0.000000	(t_t_x(302591,203)BKED1204,2728.o,0.000000)\
-			0.000000	(t_t_x(302592,180)YD5WH04M,2729.o,0.000000)\
-			0.000000	(t_t_x(302611,0),2730.o,0.000000)\
-			0.000000	(t_t_x(302616,0),2731.o,0.000000)\
-			0.000000	(t_t_x(302632,0),2732.o,0.000000)\
-			0.000000	(t_t_x(302643,288)EG11G04M,2733.o,0.000000)\
-			0.000000	(t_t_x(302650,0),2734.o,0.000000)\
-			0.000000	(t_t_x(302661,859)EG11G04M,2735.o,0.000000)\
-			0.000000	(t_t_x(302665,410)GL34W04,2736.o,0.000000)\
-			0.000000	(t_t_x(302667,260)LGAVA04,2737.o,0.000000)\
-			0.000000	(t_t_x(302670,232)RMZSI04,2738.o,0.000000)\
-			0.000000	(t_t_x(302679,0),2739.o,0.000000)\
-			0.000000	(t_t_x(302685,0),2740.o,0.000000)\
-			0.000000	(t_t_x(302686,558)EGPFA04,2741.o,0.000000)\
-			1.000000	(t_t_x(302690,0),2742.o,1.000000)\
-			0.000000	(t_t_x(302705,0),2743.o,0.000000)\
-			0.000000	(t_t_x(302709,0),2744.o,0.000000)\
-			0.000000	(t_t_x(302711,68)MYY04A,2745.o,0.000000)\
-			0.000000	(t_t_x(302725,174)LEMDAT04,2746.o,0.000000)\
-			0.000000	(t_t_x(302731,32)LCES004M,2747.o,0.000000)\
-			0.000000	(t_t_x(302741,621)RMZSI04,2748.o,0.000000)\
-			0.000000	(t_t_x(302751,0),2749.o,0.000000)\
-			0.000000	(t_t_x(302758,79)RNI04M,2750.o,0.000000)\
-			0.000000	(t_t_x(302769,95)MAB04,2751.o,0.000000)\
-			0.000000	(t_t_x(302774,675)$RMZSI04,2752.o,0.000000)\
-			0.000000	(t_t_x(302777,306)LELVL104,2753.o,0.000000)\
-			0.000000	(t_t_x(302792,0),2754.o,0.000000)\
-			0.000000	(t_t_x(302798,0),2755.o,0.000000)\
-			0.000000	(t_t_x(302801,0),2756.o,0.000000)\
-			0.000000	(t_t_x(302830,413)$RMZSI04,2757.o,0.000000)\
-			0.000000	(t_t_x(302833,0),2758.o,0.000000)\
-			0.000000	(t_t_x(302840,556)RMZU04,2759.o,0.000000)\
-			0.000000	(t_t_x(302841,0),2760.o,0.000000)\
-			0.000000	(t_t_x(302843,0),2761.o,0.000000)\
-			0.000000	(t_t_x(302844,0),2762.o,0.000000)\
-			1.000000	(t_t_x(302852,0),2763.o,1.000000)\
-			0.000000	(t_t_x(302863,1456)LEBAS04M,2764.o,0.000000)\
-			0.000000	(t_t_x(302874,107)MAB1204A,2765.o,0.000000)\
-			0.000000	(t_t_x(302875,601)LELVU04,2766.o,0.000000)\
-			0.000000	(t_t_x(302879,53)MAB1204A,2767.o,0.000000)\
-			0.000000	(t_t_x(302890,329)LELVL104,2768.o,0.000000)\
-			0.000000	(t_t_x(302903,0),2769.o,0.000000)\
-			0.000000	(t_t_x(302920,557)LELVL104,2770.o,0.000000)\
-			0.000000	(t_t_x(302924,87)LELVL104,2771.o,0.000000)\
-			0.000000	(t_t_x(302940,227)KFZ4404M,2772.o,0.000000)\
-			0.000000	(t_t_x(302944,996)RMZSI04,2773.o,0.000000)\
-			0.000000	(t_t_x(302953,0),2774.o,0.000000)\
-			0.000000	(t_t_x(302955,39)MAB04,2775.o,0.000000)\
-			0.000000	(t_t_x(302966,0),2776.o,0.000000)\
-			0.000000	(t_t_x(302970,0),2777.o,0.000000)\
-			0.000000	(t_t_x(302986,881)LEBAS04A,2778.o,0.000000)\
-			0.000000	(t_t_x(303001,60)$YB3EH04M,2779.o,0.000000)\
-			0.000000	(t_t_x(303013,0),2780.o,0.000000)\
-			0.000000	(t_t_x(303017,0),2781.o,0.000000)\
-			0.000000	(t_t_x(303018,0),2782.o,0.000000)\
-			0.000000	(t_t_x(303029,300)$MT4AT04E,2783.o,0.000000)\
-			0.000000	(t_t_x(303035,152)KWUR1C04,2784.o,0.000000)\
-			0.000000	(t_t_x(303049,0),2785.o,0.000000)\
-			0.000000	(t_t_x(303061,337)BKED1204,2786.o,0.000000)\
-			0.000000	(t_t_x(303077,263)ZM56704,2787.o,0.000000)\
-			0.000000	(t_t_x(303088,0),2788.o,0.000000)\
-			0.000000	(t_t_x(303103,0),2789.o,0.000000)\
-			0.000000	(t_t_x(303128,0),2790.o,0.000000)\
-			0.000000	(t_t_x(303139,0),2791.o,0.000000)\
-			0.000000	(t_t_x(303148,0),2792.o,0.000000)\
-			0.000000	(t_t_x(303152,683)LEBAS04A,2793.o,0.000000)\
-			0.000000	(t_t_x(303155,0),2794.o,0.000000)\
-			0.000000	(t_t_x(303156,424)EG11G04M,2795.o,0.000000)\
-			0.000000	(t_t_x(303164,234)KSPE104D,2796.o,0.000000)\
-			0.000000	(t_t_x(303173,145)EG11G04M,2797.o,0.000000)\
-			0.000000	(t_t_x(303194,0),2798.o,0.000000)\
-			0.000000	(t_t_x(303195,953)MRAE04,2799.o,0.000000)\
-			0.000000	(t_t_x(303200,0),2800.o,0.000000)\
-			0.000000	(t_t_x(303203,3081)LCES004,2801.o,0.000000)\
-			0.000000	(t_t_x(303208,0),2802.o,0.000000)\
-			0.000000	(t_t_x(303209,316)LEBAS04A,2803.o,0.000000)\
-			0.000000	(t_t_x(303215,62)RMZU04,2804.o,0.000000)\
-			1.000000	(t_t_x(303216,19)MEK04,2805.o,1.000000)\
-			0.000000	(t_t_x(303224,27)LEBAS04M,2806.o,0.000000)\
-			0.000000	(t_t_x(303227,426)LELVL104,2807.o,0.000000)\
-			0.000000	(t_t_x(303235,486)EGPFA04,2808.o,0.000000)\
-			0.000000	(t_t_x(303247,104)RJIU04M,2809.o,0.000000)\
-			0.000000	(t_t_x(303253,80)GL34W04,2810.o,0.000000)\
-			0.000000	(t_t_x(303263,27)MGY04,2811.o,0.000000)\
-			0.000000	(t_t_x(303270,0),2812.o,0.000000)\
-			1.000000	(t_t_x(303282,165)LEMDAT04,2813.o,1.000000)\
-			0.000000	(t_t_x(303285,0),2814.o,0.000000)\
-			0.000000	(t_t_x(303297,250)KSLN04M,2815.o,0.000000)\
-			0.000000	(t_t_x(303314,296)EG11G04M,2816.o,0.000000)\
-			0.000000	(t_t_x(303341,1097)LCES004M,2817.o,0.000000)\
-			0.000000	(t_t_x(303350,0),2818.o,0.000000)\
-			0.000000	(t_t_x(303351,534)LELVU04,2819.o,0.000000)\
-			0.000000	(t_t_x(303377,6)MAB1204A,2820.o,0.000000)\
-			0.000000	(t_t_x(303409,12)KSLN04M,2821.o,0.000000)\
-			1.000000	(t_t_x(303416,197)MGY04,2822.o,1.000000)\
-			0.000000	(t_t_x(303423,400)EDGG704,2823.o,0.000000)\
-			0.000000	(t_t_x(303445,0),2824.o,0.000000)\
-			0.000000	(t_t_x(303451,0),2825.o,0.000000)\
-			0.000000	(t_t_x(303471,1042)PMXX04M,2826.o,0.000000)\
-			0.000000	(t_t_x(303476,60)LCES004M,2827.o,0.000000)\
-			0.000000	(t_t_x(303485,528)LELVL104,2828.o,0.000000)\
-			0.000000	(t_t_x(303489,0),2829.o,0.000000)\
-			0.000000	(t_t_x(303491,0),2830.o,0.000000)\
-			0.000000	(t_t_x(303503,238)KSLN04A,2831.o,0.000000)\
-			0.000000	(t_t_x(303505,0),2832.o,0.000000)\
-			1.000000	(t_t_x(303506,2580)LCES004,2833.o,1.000000)\
-			0.000000	(t_t_x(303517,592)RMZSI04,2834.o,0.000000)\
-			0.000000	(t_t_x(303525,0),2835.o,0.000000)\
-			0.000000	(t_t_x(303529,708)EDGG704,2836.o,0.000000)\
-			1.000000	(t_t_x(303534,4146)LGZAA04M,2837.o,1.000000)\
-			0.000000	(t_t_x(303550,1018)LGKFN04,2838.o,0.000000)\
-			0.000000	(t_t_x(303580,192)EG11G04M,2839.o,0.000000)\
-			0.000000	(t_t_x(303592,0),2840.o,0.000000)\
-			0.000000	(t_t_x(303604,250)LELVL104,2841.o,0.000000)\
-			0.000000	(t_t_x(303612,11844)LCES004,2842.o,0.000000)\
-			0.000000	(t_t_x(303617,173)KSLN04A,2843.o,0.000000)\
-			0.000000	(t_t_x(303627,0),2844.o,0.000000)\
-			1.000000	(t_t_x(303644,0),2845.o,1.000000)\
-			0.000000	(t_t_x(303652,0),2846.o,0.000000)\
-			0.000000	(t_t_x(303662,225)KSPE104D,2847.o,0.000000)\
-			0.000000	(t_t_x(303664,360)LGAVA04,2848.o,0.000000)\
-			0.000000	(t_t_x(303665,3155)LCES004,2849.o,0.000000)\
-			0.000000	(t_t_x(303666,70)YB3EH04A,2850.o,0.000000)\
-			0.000000	(t_t_x(303670,0),2851.o,0.000000)\
-			0.000000	(t_t_x(303680,0),2852.o,0.000000)\
-			0.000000	(t_t_x(303684,87)MRAEE04,2853.o,0.000000)\
-			0.000000	(t_t_x(303685,0),2854.o,0.000000)\
-			0.000000	(t_t_x(303692,604)LGKFN04,2855.o,0.000000)\
-			0.000000	(t_t_x(303716,0),2856.o,0.000000)\
-			0.000000	(t_t_x(303717,35)LGZAA04M,2857.o,0.000000)\
-			0.000000	(t_t_x(303728,3)YB5WH04M,2858.o,0.000000)\
-			0.000000	(t_t_x(303741,0),2859.o,0.000000)\
-			0.000000	(t_t_x(303747,375)KSAL1204,2860.o,0.000000)\
-			0.000000	(t_t_x(303771,0),2861.o,0.000000)\
-			0.000000	(t_t_x(303783,0),2862.o,0.000000)\
-			0.000000	(t_t_x(303784,111)KSPE104D,2863.o,0.000000)\
-			0.000000	(t_t_x(303790,201)LOVN1504,2864.o,0.000000)\
-			0.000000	(t_t_x(303810,69)KSPE104D,2865.o,0.000000)\
-			0.000000	(t_t_x(303814,1073)EDGG704,2866.o,0.000000)\
-			0.000000	(t_t_x(303818,497)MAB04,2867.o,0.000000)\
-			0.000000	(t_t_x(303829,236)LOVN1504,2868.o,0.000000)\
-			0.000000	(t_t_x(303832,0),2869.o,0.000000)\
-			0.000000	(t_t_x(303842,700)LELVU04,2870.o,0.000000)\
-			0.000000	(t_t_x(303850,148)LOVN1504,2871.o,0.000000)\
-			0.000000	(t_t_x(303854,23)LEBAS04M,2872.o,0.000000)\
-			1.000000	(t_t_x(303868,720)LEMDAT04,2873.o,1.000000)\
-			0.000000	(t_t_x(303874,0),2874.o,0.000000)\
-			0.000000	(t_t_x(303900,29)BR204M,2875.o,0.000000)\
-			0.000000	(t_t_x(303911,0),2876.o,0.000000)\
-			0.000000	(t_t_x(303929,2303)LGKFN04,2877.o,0.000000)\
-			0.000000	(t_t_x(303930,304)YB3EH04A,2878.o,0.000000)\
-			0.000000	(t_t_x(303939,0),2879.o,0.000000)\
-			0.000000	(t_t_x(303959,3315)LGZAA04M,2880.o,0.000000)\
-			0.000000	(t_t_x(303971,136)ZM56704,2881.o,0.000000)\
-			0.000000	(t_t_x(303978,0),2882.o,0.000000)\
-			0.000000	(t_t_x(303979,0),2883.o,0.000000)\
-			0.000000	(t_t_x(303992,655)LGKFN04,2884.o,0.000000)\
-			0.000000	(t_t_x(304001,293)LEBAS04A,2885.o,0.000000)\
-			0.000000	(t_t_x(304007,496)EG11G04M,2886.o,0.000000)\
-			0.000000	(t_t_x(304041,0),2887.o,0.000000)\
-			0.000000	(t_t_x(304051,626)MYY04A,2888.o,0.000000)\
-			1.000000	(t_t_x(304054,3)ZM56704,2889.o,1.000000)\
-			0.000000	(t_t_x(304074,290)KSPE104D,2890.o,0.000000)\
-			0.000000	(t_t_x(304100,0),2891.o,0.000000)\
-			0.000000	(t_t_x(304109,0),2892.o,0.000000)\
-			0.000000	(t_t_x(304114,3032)MGY04,2893.o,0.000000)\
-			0.000000	(t_t_x(304139,333)LELVL104,2894.o,0.000000)\
-			0.000000	(t_t_x(304148,0),2895.o,0.000000)\
-			0.000000	(t_t_x(304161,333)LELVL104,2896.o,0.000000)\
-			0.000000	(t_t_x(304182,381)LELVL104,2897.o,0.000000)\
-			0.000000	(t_t_x(304230,797)EDGG704,2898.o,0.000000)\
-			1.000000	(t_t_x(304239,471)LELVL104,2899.o,1.000000)\
-			0.000000	(t_t_x(304242,19)YD5WH04M,2900.o,0.000000)\
-			0.000000	(t_t_x(304245,0),2901.o,0.000000)\
-			0.000000	(t_t_x(304253,1247)LCES004M,2902.o,0.000000)\
-			0.000000	(t_t_x(304254,18)KWUR1C04,2903.o,0.000000)\
-			0.000000	(t_t_x(304258,849)MAB04,2904.o,0.000000)\
-			0.000000	(t_t_x(304260,87)MEK04,2905.o,0.000000)\
-			0.000000	(t_t_x(304261,503)RJIU04M,2906.o,0.000000)\
-			0.000000	(t_t_x(304262,3)MGY04,2907.o,0.000000)\
-			0.000000	(t_t_x(304263,426)LELVL104,2908.o,0.000000)\
-			1.000000	(t_t_x(304315,540)RMZU04,2909.o,1.000000)\
-			0.000000	(t_t_x(304335,625)LELVL104,2910.o,0.000000)\
-			0.000000	(t_t_x(304336,51)MAB3404A,2911.o,0.000000)\
-			1.000000	(t_t_x(304351,1205)LLBGA04L,2912.o,1.000000)\
-			0.000000	(t_t_x(304356,1112)LFPND04,2913.o,0.000000)\
-			0.000000	(t_t_x(304357,245)LELVL104,2914.o,0.000000)\
-			0.000000	(t_t_x(304361,0),2915.o,0.000000)\
-			0.000000	(t_t_x(304362,2486)LGZAA04M,2916.o,0.000000)\
-			0.000000	(t_t_x(304372,330)RMZU04,2917.o,0.000000)\
-			0.000000	(t_t_x(304380,51)MEK04,2918.o,0.000000)\
-			0.000000	(t_t_x(304414,160)LEMDAT04,2919.o,0.000000)\
-			0.000000	(t_t_x(304422,2174)MRAEE04,2920.o,0.000000)\
-			0.000000	(t_t_x(304433,185)LELVU04,2921.o,0.000000)\
-			0.000000	(t_t_x(304435,828)LELVU04,2922.o,0.000000)\
-			0.000000	(t_t_x(304443,0),2923.o,0.000000)\
-			0.000000	(t_t_x(304446,80)LELVL104,2924.o,0.000000)\
-			0.000000	(t_t_x(304450,10560)$MRAE04,2925.o,0.000000)\
-			0.000000	(t_t_x(304453,0),2926.o,0.000000)\
-			0.000000	(t_t_x(304456,530)RJIU04M,2927.o,0.000000)\
-			0.000000	(t_t_x(304458,181)LCES004M,2928.o,0.000000)\
-			0.000000	(t_t_x(304463,920)RMZSI04,2929.o,0.000000)\
-			0.000000	(t_t_x(304483,1405)LCES004,2930.o,0.000000)\
-			0.000000	(t_t_x(304486,558)LELVU04,2931.o,0.000000)\
-			0.000000	(t_t_x(304488,0),2932.o,0.000000)\
-			0.000000	(t_t_x(304502,0),2933.o,0.000000)\
-			0.000000	(t_t_x(304529,0),2934.o,0.000000)\
-			0.000000	(t_t_x(304552,0),2935.o,0.000000)\
-			0.000000	(t_t_x(304555,96)MM304,2936.o,0.000000)\
-			1.000000	(t_t_x(304557,95)LEMDAT04,2937.o,1.000000)\
-			0.000000	(t_t_x(304568,307)ZM56704,2938.o,0.000000)\
-			0.000000	(t_t_x(304570,0),2939.o,0.000000)\
-			1.000000	(t_t_x(304579,0),2940.o,1.000000)\
-			0.000000	(t_t_x(304583,604)MRAE04,2941.o,0.000000)\
-			0.000000	(t_t_x(304586,0),2942.o,0.000000)\
-			0.000000	(t_t_x(304592,0),2943.o,0.000000)\
-			0.000000	(t_t_x(304606,273)KFUL1U04,2944.o,0.000000)\
-			0.000000	(t_t_x(304615,537)MRAEE04,2945.o,0.000000)\
-			0.000000	(t_t_x(304629,221)RVKWS04,2946.o,0.000000)\
-			0.000000	(t_t_x(304631,0),2947.o,0.000000)\
-			0.000000	(t_t_x(304690,61)LOVN1504,2948.o,0.000000)\
-			0.000000	(t_t_x(304696,43)MGY04,2949.o,0.000000)\
-			0.000000	(t_t_x(304701,55)LGAVA04,2950.o,0.000000)\
-			0.000000	(t_t_x(304713,0),2951.o,0.000000)\
-			0.000000	(t_t_x(304722,2580)$MAB1204A,2952.o,0.000000)\
-			0.000000	(t_t_x(304734,0),2953.o,0.000000)\
-			0.000000	(t_t_x(304739,49)GL34W04,2954.o,0.000000)\
-			0.000000	(t_t_x(304753,730)LGKFN04,2955.o,0.000000)\
-			0.000000	(t_t_x(304761,17)MAB1204A,2956.o,0.000000)\
-			0.000000	(t_t_x(304765,61)LELVL104,2957.o,0.000000)\
-			0.000000	(t_t_x(304778,283)RNS04M,2958.o,0.000000)\
-			0.000000	(t_t_x(304780,196)KWUR1C04,2959.o,0.000000)\
-			0.000000	(t_t_x(304797,0),2960.o,0.000000)\
-			0.000000	(t_t_x(304798,0),2961.o,0.000000)\
-			0.000000	(t_t_x(304803,0),2962.o,0.000000)\
-			0.000000	(t_t_x(304811,0),2963.o,0.000000)\
-			1.000000	(t_t_x(304825,1776)LEMDAT04,2964.o,1.000000)\
-			0.000000	(t_t_x(304830,0),2965.o,0.000000)\
-			0.000000	(t_t_x(304838,0),2966.o,0.000000)\
-			0.000000	(t_t_x(304857,329)KSAL1204,2967.o,0.000000)\
-			0.000000	(t_t_x(304861,0),2968.o,0.000000)\
-			0.000000	(t_t_x(304862,150)MGY04,2969.o,0.000000)\
-			0.000000	(t_t_x(304871,30)MRAEE04,2970.o,0.000000)\
-			0.000000	(t_t_x(304873,0),2971.o,0.000000)\
-			1.000000	(t_t_x(304880,1042)LGZAA04M,2972.o,1.000000)\
-			0.000000	(t_t_x(304882,278)LLBGA04L,2973.o,0.000000)\
-			0.000000	(t_t_x(304895,78)LOVN1504,2974.o,0.000000)\
-			0.000000	(t_t_x(304925,0),2975.o,0.000000)\
-			0.000000	(t_t_x(304944,23)MAB1204A,2976.o,0.000000)\
-			0.000000	(t_t_x(304979,0),2977.o,0.000000)\
-			0.000000	(t_t_x(304980,0),2978.o,0.000000)\
-			1.000000	(t_t_x(305011,2278)LEMDAT04,2979.o,1.000000)\
-			0.000000	(t_t_x(305013,510)LCES004M,2980.o,0.000000)\
-			0.000000	(t_t_x(305019,554)RNS04M,2981.o,0.000000)\
-			0.000000	(t_t_x(305030,0),2982.o,0.000000)\
-			0.000000	(t_t_x(305039,0),2983.o,0.000000)\
-			0.000000	(t_t_x(305074,66)ZM56704,2984.o,0.000000)\
-			0.000000	(t_t_x(305101,0),2985.o,0.000000)\
-			0.000000	(t_t_x(305104,75)KSPE104D,2986.o,0.000000)\
-			0.000000	(t_t_x(305112,0),2987.o,0.000000)\
-			0.000000	(t_t_x(305122,279)LEBAS04A,2988.o,0.000000)\
-			0.000000	(t_t_x(305154,120)LELVL104,2989.o,0.000000)\
-			0.000000	(t_t_x(305171,0),2990.o,0.000000)\
-			0.000000	(t_t_x(305214,0),2991.o,0.000000)\
-			0.000000	(t_t_x(305224,34)RNS04M,2992.o,0.000000)\
-			0.000000	(t_t_x(305270,0),2993.o,0.000000)\
-			0.000000	(t_t_x(305276,0),2994.o,0.000000)\
-			0.000000	(t_t_x(305282,0),2995.o,0.000000)\
-			0.000000	(t_t_x(305283,458)LGKFN04,2996.o,0.000000)\
-			0.000000	(t_t_x(305292,0),2997.o,0.000000)\
-			0.000000	(t_t_x(305314,15)KSPE104D,2998.o,0.000000)\
-			0.000000	(t_t_x(305315,0),2999.o,0.000000)\
-			1.000000	(t_t_x(305354,546)MEK04,3000.o,1.000000)\
-			0.000000	(t_t_x(305363,195)KWUR1C04,3001.o,0.000000)\
-			0.000000	(t_t_x(305370,0),3002.o,0.000000)\
-			1.000000	(t_t_x(305375,18)ZM56704,3003.o,1.000000)\
-			0.000000	(t_t_x(305384,0),3004.o,0.000000)\
-			0.000000	(t_t_x(305385,0),3005.o,0.000000)\
-			0.000000	(t_t_x(305425,997)MGY04,3006.o,0.000000)\
-			0.000000	(t_t_x(305432,88)RMZSI04,3007.o,0.000000)\
-			0.000000	(t_t_x(305446,412)LELVL104,3008.o,0.000000)\
-			0.000000	(t_t_x(305448,303)LFMDA04A,3009.o,0.000000)\
-			1.000000	(t_t_x(305458,0),3010.o,1.000000)\
-			0.000000	(t_t_x(305462,846)EDGG704,3011.o,0.000000)\
-			0.000000	(t_t_x(305469,78)KSLN04A,3012.o,0.000000)\
-			0.000000	(t_t_x(305491,228)YB3EH04A,3013.o,0.000000)\
-			0.000000	(t_t_x(305510,0),3014.o,0.000000)\
-			0.000000	(t_t_x(305522,272)KSPE104D,3015.o,0.000000)\
-			0.000000	(t_t_x(305532,0),3016.o,0.000000)\
-			1.000000	(t_t_x(305535,77)RMZU04,3017.o,1.000000)\
-			0.000000	(t_t_x(305538,913)RMZSI04,3018.o,0.000000)\
-			0.000000	(t_t_x(305542,8899)$MRAE04,3019.o,0.000000)\
-			1.000000	(t_t_x(305548,160)LEMDAT04,3020.o,1.000000)\
-			0.000000	(t_t_x(305557,3090)LCES004,3021.o,0.000000)\
-			0.000000	(t_t_x(305560,0),3022.o,0.000000)\
-			0.000000	(t_t_x(305573,24)YB3EH04A,3023.o,0.000000)\
-			0.000000	(t_t_x(305584,34)MGY04,3024.o,0.000000)\
-			0.000000	(t_t_x(305585,0),3025.o,0.000000)\
-			0.000000	(t_t_x(305593,52)YB3EH04A,3026.o,0.000000)\
-			0.000000	(t_t_x(305597,220)$LOVN1504,3027.o,0.000000)\
-			0.000000	(t_t_x(305599,0),3028.o,0.000000)\
-			0.000000	(t_t_x(305601,862)LLBGA04L,3029.o,0.000000)\
-			0.000000	(t_t_x(305604,232)KFZ4404M,3030.o,0.000000)\
-			0.000000	(t_t_x(305609,0),3031.o,0.000000)\
-			0.000000	(t_t_x(305621,27)LELVL104,3032.o,0.000000)\
-			0.000000	(t_t_x(305622,0),3033.o,0.000000)\
-			0.000000	(t_t_x(305634,9)MEK04,3034.o,0.000000)\
-			0.000000	(t_t_x(305661,20)LOVN1504,3035.o,0.000000)\
-			0.000000	(t_t_x(305671,407)LELVU04,3036.o,0.000000)\
-			0.000000	(t_t_x(305686,129)LEMDAT04,3037.o,0.000000)\
-			0.000000	(t_t_x(305689,609)LEMDAT04,3038.o,0.000000)\
-			0.000000	(t_t_x(305696,0),3039.o,0.000000)\
-			0.000000	(t_t_x(305697,1581)LEMDAT04,3040.o,0.000000)\
-			0.000000	(t_t_x(305711,0),3041.o,0.000000)\
-			0.000000	(t_t_x(305716,76)KWUR1C04,3042.o,0.000000)\
-			0.000000	(t_t_x(305728,260)ZM56704,3043.o,0.000000)\
-			0.000000	(t_t_x(305730,689)LGIRA04,3044.o,0.000000)\
-			0.000000	(t_t_x(305745,195)RVKWS04,3045.o,0.000000)\
-			0.000000	(t_t_x(305753,137)KSPE104D,3046.o,0.000000)\
-			0.000000	(t_t_x(305754,169)MGY04,3047.o,0.000000)\
-			0.000000	(t_t_x(305764,0),3048.o,0.000000)\
-			0.000000	(t_t_x(305775,0),3049.o,0.000000)\
-			0.000000	(t_t_x(305780,81)LELVL104,3050.o,0.000000)\
-			0.000000	(t_t_x(305783,114)LELVL104,3051.o,0.000000)\
-			0.000000	(t_t_x(305791,39)KWUR1C04,3052.o,0.000000)\
-			0.000000	(t_t_x(305798,1050)LCES004,3053.o,0.000000)\
-			0.000000	(t_t_x(305802,2133)EDGG704,3054.o,0.000000)\
-			0.000000	(t_t_x(305803,189)KWUR1C04,3055.o,0.000000)\
-			1.000000	(t_t_x(305806,241)LELVL104,3056.o,1.000000)\
-			0.000000	(t_t_x(305811,94)KWUR1C04,3057.o,0.000000)\
-			0.000000	(t_t_x(305816,0),3058.o,0.000000)\
-			0.000000	(t_t_x(305823,0),3059.o,0.000000)\
-			0.000000	(t_t_x(305828,946)LCES004,3060.o,0.000000)\
-			0.000000	(t_t_x(305830,0),3061.o,0.000000)\
-			0.000000	(t_t_x(305834,85)LCES004M,3062.o,0.000000)\
-			0.000000	(t_t_x(305837,165)$KFZ4404L,3063.o,0.000000)\
-			0.000000	(t_t_x(305845,0),3064.o,0.000000)\
-			0.000000	(t_t_x(305851,35)MAB1204A,3065.o,0.000000)\
-			0.000000	(t_t_x(305867,1913)EDGG704,3066.o,0.000000)\
-			0.000000	(t_t_x(305873,0),3067.o,0.000000)\
-			0.000000	(t_t_x(305887,3814)LCES004,3068.o,0.000000)\
-			0.000000	(t_t_x(305896,208)LELVL104,3069.o,0.000000)\
-			0.000000	(t_t_x(305899,535)LEBAS04A,3070.o,0.000000)\
-			0.000000	(t_t_x(305915,0),3071.o,0.000000)\
-			0.000000	(t_t_x(305923,144)LELVL104,3072.o,0.000000)\
-			0.000000	(t_t_x(305929,729)LCES004M,3073.o,0.000000)\
-			0.000000	(t_t_x(305950,0),3074.o,0.000000)\
-			0.000000	(t_t_x(305962,847)LEMDAT04,3075.o,0.000000)\
-			0.000000	(t_t_x(305967,214)LELVL104,3076.o,0.000000)\
-			0.000000	(t_t_x(306007,114)YB3EH04A,3077.o,0.000000)\
-			0.000000	(t_t_x(306012,126)LELVL104,3078.o,0.000000)\
-			0.000000	(t_t_x(306044,186)LELVL104,3079.o,0.000000)\
-			0.000000	(t_t_x(306051,61)KSPE104D,3080.o,0.000000)\
-			0.000000	(t_t_x(306054,463)LGRPA04,3081.o,0.000000)\
-			0.000000	(t_t_x(306066,0),3082.o,0.000000)\
-			1.000000	(t_t_x(306069,44)MGY04,3083.o,1.000000)\
-			0.000000	(t_t_x(306095,0),3084.o,0.000000)\
-			0.000000	(t_t_x(306120,34)MEK04,3085.o,0.000000)\
-			0.000000	(t_t_x(306139,550)$LOVN1504,3086.o,0.000000)\
-			0.000000	(t_t_x(306149,69)KSAL1A04,3087.o,0.000000)\
-			0.000000	(t_t_x(306171,0),3088.o,0.000000)\
-			0.000000	(t_t_x(306187,507)LOVN1504,3089.o,0.000000)\
-			0.000000	(t_t_x(306188,849)$LFMDA04A,3090.o,0.000000)\
-			0.000000	(t_t_x(306190,47)YB3EH04A,3091.o,0.000000)\
-			0.000000	(t_t_x(306197,208)LEBAS04A,3092.o,0.000000)\
-			0.000000	(t_t_x(306201,0),3093.o,0.000000)\
-			0.000000	(t_t_x(306204,57)ZM56704,3094.o,0.000000)\
-			1.000000	(t_t_x(306206,67)KWUR1C04,3095.o,1.000000)\
-			0.000000	(t_t_x(306207,1945)LCES004M,3096.o,0.000000)\
-			0.000000	(t_t_x(306241,2)$BKED1204,3097.o,0.000000)\
-			0.000000	(t_t_x(306242,0),3098.o,0.000000)\
-			0.000000	(t_t_x(306243,0),3099.o,0.000000)\
-			0.000000	(t_t_x(306251,728)RMZU04,3100.o,0.000000)\
-			1.000000	(t_t_x(306253,12)YB3EH04A,3101.o,1.000000)\
-			0.000000	(t_t_x(306269,314)MRAE04,3102.o,0.000000)\
-			0.000000	(t_t_x(306270,182)LELVL104,3103.o,0.000000)\
-			0.000000	(t_t_x(306272,135)KSPE104D,3104.o,0.000000)\
-			0.000000	(t_t_x(306283,0),3105.o,0.000000)\
-			0.000000	(t_t_x(306287,142)RVKWS04,3106.o,0.000000)\
-			0.000000	(t_t_x(306304,0),3107.o,0.000000)\
-			0.000000	(t_t_x(306307,680)RMZU04,3108.o,0.000000)\
-			0.000000	(t_t_x(306308,267)KWUR1C04,3109.o,0.000000)\
-			0.000000	(t_t_x(306331,260)KSAL1204,3110.o,0.000000)\
-			1.000000	(t_t_x(306346,2638)LCES004,3111.o,1.000000)\
-			0.000000	(t_t_x(306358,293)RMZSI04,3112.o,0.000000)\
-			0.000000	(t_t_x(306384,420)LELVU04,3113.o,0.000000)\
-			0.000000	(t_t_x(306386,0),3114.o,0.000000)\
-			1.000000	(t_t_x(306388,68)MAB3404A,3115.o,1.000000)\
-			0.000000	(t_t_x(306397,63)KWUR1C04,3116.o,0.000000)\
-			0.000000	(t_t_x(306405,912)EDGG704,3117.o,0.000000)\
-			0.000000	(t_t_x(306413,1157)LGKFN04,3118.o,0.000000)\
-			0.000000	(t_t_x(306439,20)MAB04,3119.o,0.000000)\
-			0.000000	(t_t_x(306449,718)LEBAS04A,3120.o,0.000000)\
-			0.000000	(t_t_x(306459,0),3121.o,0.000000)\
-			0.000000	(t_t_x(306490,988)LFPND04,3122.o,0.000000)\
-			0.000000	(t_t_x(306491,180)LCES004M,3123.o,0.000000)\
-			0.000000	(t_t_x(306499,30)MGY04,3124.o,0.000000)\
-			0.000000	(t_t_x(306530,15)MGY04,3125.o,0.000000)\
-			1.000000	(t_t_x(306542,102)RNS04M,3126.o,1.000000)\
-			0.000000	(t_t_x(306563,36)MGY04,3127.o,0.000000)\
-			0.000000	(t_t_x(306570,364)YB3EH04A,3128.o,0.000000)\
-			0.000000	(t_t_x(306577,390)LELVL104,3129.o,0.000000)\
-			0.000000	(t_t_x(306583,436)$LGRPA04,3130.o,0.000000)\
-			0.000000	(t_t_x(306590,0),3131.o,0.000000)\
-			1.000000	(t_t_x(306597,0),3132.o,1.000000)\
-			0.000000	(t_t_x(306612,13)MAB1204A,3133.o,0.000000)\
-			0.000000	(t_t_x(306617,50)$KFUL1U04,3134.o,0.000000)\
-			0.000000	(t_t_x(306630,12)KSPE104D,3135.o,0.000000)\
-			0.000000	(t_t_x(306667,59)ZM56704,3136.o,0.000000)\
-			0.000000	(t_t_x(306669,495)MRAE04,3137.o,0.000000)\
-			0.000000	(t_t_x(306677,2)MGY04,3138.o,0.000000)\
-			0.000000	(t_t_x(306685,95)KSAL1204,3139.o,0.000000)\
-			0.000000	(t_t_x(306698,1880)EDGG704,3140.o,0.000000)\
-			0.000000	(t_t_x(306710,606)LOVN1504,3141.o,0.000000)\
-			0.000000	(t_t_x(306718,139)LOVN1504,3142.o,0.000000)\
-			0.000000	(t_t_x(306743,462)RMZSI04,3143.o,0.000000)\
-			0.000000	(t_t_x(306751,229)KWUR1C04,3144.o,0.000000)\
-			0.000000	(t_t_x(306756,66)LELVL104,3145.o,0.000000)\
-			1.000000	(t_t_x(306769,315)MAB1204A,3146.o,1.000000)\
-			0.000000	(t_t_x(306801,711)RMZU04,3147.o,0.000000)\
-			0.000000	(t_t_x(306803,0),3148.o,0.000000)\
-			0.000000	(t_t_x(306810,17)MAB3404A,3149.o,0.000000)\
-			0.000000	(t_t_x(306829,2245)MGY04,3150.o,0.000000)\
-			1.000000	(t_t_x(306830,0),3151.o,1.000000)\
-			0.000000	(t_t_x(306846,225)KWUR1C04,3152.o,0.000000)\
-			0.000000	(t_t_x(306848,0),3153.o,0.000000)\
-			0.000000	(t_t_x(306862,508)KSAL1204,3154.o,0.000000)\
-			0.000000	(t_t_x(306868,478)KSLN04A,3155.o,0.000000)\
-			0.000000	(t_t_x(306902,1966)MRAEE04,3156.o,0.000000)\
-			0.000000	(t_t_x(306918,85)BKED1204,3157.o,0.000000)\
-			0.000000	(t_t_x(306920,56)LGKFN04,3158.o,0.000000)\
-			0.000000	(t_t_x(306922,397)LOVN1504,3159.o,0.000000)\
-			0.000000	(t_t_x(306943,0),3160.o,0.000000)\
-			0.000000	(t_t_x(306951,53)MRAEE04,3161.o,0.000000)\
-			0.000000	(t_t_x(306962,0),3162.o,0.000000)\
-			1.000000	(t_t_x(306964,0),3163.o,1.000000)\
-			0.000000	(t_t_x(306995,220)YB3EH04A,3164.o,0.000000)\
-			0.000000	(t_t_x(307018,721)RMZSI04,3165.o,0.000000)\
-			0.000000	(t_t_x(307021,358)LEBAS04A,3166.o,0.000000)\
-			0.000000	(t_t_x(307025,526)YB3EH04A,3167.o,0.000000)\
-			0.000000	(t_t_x(307028,0),3168.o,0.000000)\
-			0.000000	(t_t_x(307040,0),3169.o,0.000000)\
-			0.000000	(t_t_x(307044,0),3170.o,0.000000)\
-			0.000000	(t_t_x(307055,324)YB3EH04A,3171.o,0.000000)\
-			0.000000	(t_t_x(307060,0),3172.o,0.000000)\
-			0.000000	(t_t_x(307068,277)LEBAS04A,3173.o,0.000000)\
-			0.000000	(t_t_x(307087,38)KWUR1C04,3174.o,0.000000)\
-			0.000000	(t_t_x(307091,0),3175.o,0.000000)\
-			0.000000	(t_t_x(307095,983)LEBAS04A,3176.o,0.000000)\
-			0.000000	(t_t_x(307103,0),3177.o,0.000000)\
-			0.000000	(t_t_x(307105,2831)LGZAA04M,3178.o,0.000000)\
-			0.000000	(t_t_x(307107,63)ZM56704,3179.o,0.000000)\
-			0.000000	(t_t_x(307108,0),3180.o,0.000000)\
-			0.000000	(t_t_x(307135,124)EDGG704,3181.o,0.000000)\
-			0.000000	(t_t_x(307140,0),3182.o,0.000000)\
-			0.000000	(t_t_x(307142,361)KSPE104D,3183.o,0.000000)\
-			0.000000	(t_t_x(307145,178)KSAL1204,3184.o,0.000000)\
-			0.000000	(t_t_x(307148,0),3185.o,0.000000)\
-			0.000000	(t_t_x(307153,2511)LCES004,3186.o,0.000000)\
-			0.000000	(t_t_x(307154,834)LGIRA04,3187.o,0.000000)\
-			0.000000	(t_t_x(307158,0),3188.o,0.000000)\
-			0.000000	(t_t_x(307174,0),3189.o,0.000000)\
-			0.000000	(t_t_x(307182,1609)EDGG704,3190.o,0.000000)\
-			0.000000	(t_t_x(307186,0),3191.o,0.000000)\
-			0.000000	(t_t_x(307190,1318)LGKFN04,3192.o,0.000000)\
-			0.000000	(t_t_x(307217,1033)RMZSI04,3193.o,0.000000)\
-			0.000000	(t_t_x(307218,363)ZM56704,3194.o,0.000000)\
-			0.000000	(t_t_x(307231,10)MGY04,3195.o,0.000000)\
-			0.000000	(t_t_x(307258,0),3196.o,0.000000)\
-			0.000000	(t_t_x(307260,0),3197.o,0.000000)\
-			0.000000	(t_t_x(307264,2510)LCES004,3198.o,0.000000)\
-			0.000000	(t_t_x(307265,627)LEBAS04A,3199.o,0.000000)\
-			0.000000	(t_t_x(307285,1134)MGY04,3200.o,0.000000)\
-			0.000000	(t_t_x(307304,135)MRAE04,3201.o,0.000000)\
-			0.000000	(t_t_x(307309,0),3202.o,0.000000)\
-			0.000000	(t_t_x(307311,0),3203.o,0.000000)\
-			0.000000	(t_t_x(307317,0),3204.o,0.000000)\
-			0.000000	(t_t_x(307323,0),3205.o,0.000000)\
-			1.000000	(t_t_x(307355,0),3206.o,1.000000)\
-			0.000000	(t_t_x(307359,512)LELVL104,3207.o,0.000000)\
-			0.000000	(t_t_x(307388,0),3208.o,0.000000)\
-			0.000000	(t_t_x(307394,107)KWUR1C04,3209.o,0.000000)\
-			0.000000	(t_t_x(307410,0),3210.o,0.000000)\
-			0.000000	(t_t_x(307418,12)YB3EH04A,3211.o,0.000000)\
-			0.000000	(t_t_x(307440,37)KWUR1C04,3212.o,0.000000)\
-			0.000000	(t_t_x(307441,173)$BKED1204,3213.o,0.000000)\
-			0.000000	(t_t_x(307460,0),3214.o,0.000000)\
-			0.000000	(t_t_x(307461,402)RJIU04M,3215.o,0.000000)\
-			1.000000	(t_t_x(307470,715)LGIRA04,3216.o,1.000000)\
-			0.000000	(t_t_x(307472,59)KWUR1C04,3217.o,0.000000)\
-			0.000000	(t_t_x(307481,0),3218.o,0.000000)\
-			0.000000	(t_t_x(307482,0),3219.o,0.000000)\
-			0.000000	(t_t_x(307494,0),3220.o,0.000000)\
-			0.000000	(t_t_x(307498,3319)LCES004,3221.o,0.000000)\
-			1.000000	(t_t_x(307532,0),3222.o,1.000000)\
-			0.000000	(t_t_x(307547,224)LEBAS04A,3223.o,0.000000)\
-			0.000000	(t_t_x(307576,132)YB3EH04A,3224.o,0.000000)\
-			0.000000	(t_t_x(307581,0),3225.o,0.000000)\
-			0.000000	(t_t_x(307617,47)LELVU04,3226.o,0.000000)\
-			0.000000	(t_t_x(307626,718)MRAE04,3227.o,0.000000)\
-			0.000000	(t_t_x(307650,0),3228.o,0.000000)\
-			0.000000	(t_t_x(307658,554)RMZU04,3229.o,0.000000)\
-			0.000000	(t_t_x(307672,18)RMZU04,3230.o,0.000000)\
-			0.000000	(t_t_x(307674,0),3231.o,0.000000)\
-			0.000000	(t_t_x(307679,2333)LCES004,3232.o,0.000000)\
-			0.000000	(t_t_x(307696,8103)$MRAE04,3233.o,0.000000)\
-			0.000000	(t_t_x(307707,98)BKED1204,3234.o,0.000000)\
-			0.000000	(t_t_x(307712,483)EDGG704,3235.o,0.000000)\
-			0.000000	(t_t_x(307716,0),3236.o,0.000000)\
-			1.000000	(t_t_x(307726,2144)MGY04,3237.o,1.000000)\
-			0.000000	(t_t_x(307727,0),3238.o,0.000000)\
-			0.000000	(t_t_x(307728,1400)MAB1204A,3239.o,0.000000)\
-			0.000000	(t_t_x(307730,0),3240.o,0.000000)\
-			1.000000	(t_t_x(307733,494)LELVL104,3241.o,1.000000)\
-			0.000000	(t_t_x(307740,1971)LGSRA04,3242.o,0.000000)\
-			0.000000	(t_t_x(307745,0),3243.o,0.000000)\
-			0.000000	(t_t_x(307752,429)LGAVA04,3244.o,0.000000)\
-			0.000000	(t_t_x(307779,0),3245.o,0.000000)\
-			0.000000	(t_t_x(307791,186)ZM56704,3246.o,0.000000)\
-			0.000000	(t_t_x(307805,393)LOVN1504,3247.o,0.000000)\
-			0.000000	(t_t_x(307831,0),3248.o,0.000000)\
-			0.000000	(t_t_x(307833,0),3249.o,0.000000)\
-			0.000000	(t_t_x(307845,0),3250.o,0.000000)\
-			0.000000	(t_t_x(307846,529)RMZU04,3251.o,0.000000)\
-			0.000000	(t_t_x(307860,279)YB3EH04A,3252.o,0.000000)\
-			0.000000	(t_t_x(307867,0),3253.o,0.000000)\
-			0.000000	(t_t_x(307870,9)MAB1204A,3254.o,0.000000)\
-			0.000000	(t_t_x(307875,1)KSLN04A,3255.o,0.000000)\
-			0.000000	(t_t_x(307878,286)KWUR1C04,3256.o,0.000000)\
-			0.000000	(t_t_x(307887,8)YB3EH04A,3257.o,0.000000)\
-			0.000000	(t_t_x(307897,1202)LCES004M,3258.o,0.000000)\
-			1.000000	(t_t_x(307899,0),3259.o,1.000000)\
-			0.000000	(t_t_x(307902,0),3260.o,0.000000)\
-			0.000000	(t_t_x(307914,0),3261.o,0.000000)\
-			0.000000	(t_t_x(307919,0),3262.o,0.000000)\
-			0.000000	(t_t_x(307926,0),3263.o,0.000000)\
-			0.000000	(t_t_x(307935,67)ZM56704,3264.o,0.000000)\
-			0.000000	(t_t_x(307961,133)KWUR1C04,3265.o,0.000000)\
-			0.000000	(t_t_x(307977,0),3266.o,0.000000)\
-			0.000000	(t_t_x(307979,0),3267.o,0.000000)\
-			0.000000	(t_t_x(307985,412)RMZU04,3268.o,0.000000)\
-			0.000000	(t_t_x(307987,408)LELVL104,3269.o,0.000000)\
-			0.000000	(t_t_x(307990,702)EDGG704,3270.o,0.000000)\
-			0.000000	(t_t_x(307992,2435)LGZAA04M,3271.o,0.000000)\
-			0.000000	(t_t_x(307997,0),3272.o,0.000000)\
-			0.000000	(t_t_x(307998,0),3273.o,0.000000)\
-			0.000000	(t_t_x(308003,434)YB3EH04A,3274.o,0.000000)\
-			0.000000	(t_t_x(308004,142)ZM56704,3275.o,0.000000)\
-			0.000000	(t_t_x(308021,0),3276.o,0.000000)\
-			1.000000	(t_t_x(308058,0),3277.o,1.000000)\
-			0.000000	(t_t_x(308064,756)LEBAS04A,3278.o,0.000000)\
-			0.000000	(t_t_x(308077,665)EDGG704,3279.o,0.000000)\
-			0.000000	(t_t_x(308093,0),3280.o,0.000000)\
-			0.000000	(t_t_x(308103,914)LEBAS04A,3281.o,0.000000)\
-			0.000000	(t_t_x(308125,2101)LCES004,3282.o,0.000000)\
-			0.000000	(t_t_x(308133,0),3283.o,0.000000)\
-			0.000000	(t_t_x(308136,126)LELVL104,3284.o,0.000000)\
-			0.000000	(t_t_x(308144,963)MAB04,3285.o,0.000000)\
-			0.000000	(t_t_x(308210,175)LEBAS04A,3286.o,0.000000)\
-			0.000000	(t_t_x(308221,169)KSLN04A,3287.o,0.000000)\
-			0.000000	(t_t_x(308225,661)RMZSI04,3288.o,0.000000)\
-			0.000000	(t_t_x(308239,231)KWUR1C04,3289.o,0.000000)\
-			0.000000	(t_t_x(308248,335)YB3EH04A,3290.o,0.000000)\
-			0.000000	(t_t_x(308251,3082)LCES004,3291.o,0.000000)\
-			0.000000	(t_t_x(308268,173)RMZU04,3292.o,0.000000)\
-			0.000000	(t_t_x(308281,172)RMZU04,3293.o,0.000000)\
-			0.000000	(t_t_x(308294,607)LGIRA04,3294.o,0.000000)\
-			0.000000	(t_t_x(308308,311)YB3EH04A,3295.o,0.000000)\
-			0.000000	(t_t_x(308325,1206)LGKFN04,3296.o,0.000000)\
-			0.000000	(t_t_x(308334,130)EBEEC04M,3297.o,0.000000)\
-			0.000000	(t_t_x(308336,60)MGY04,3298.o,0.000000)\
-			0.000000	(t_t_x(308351,300)$RMZSI04,3299.o,0.000000)\
-			0.000000	(t_t_x(308352,0),3300.o,0.000000)\
-			0.000000	(t_t_x(308362,0),3301.o,0.000000)\
-			0.000000	(t_t_x(308366,0),3302.o,0.000000)\
-			0.000000	(t_t_x(308371,408)ZM56704,3303.o,0.000000)\
-			0.000000	(t_t_x(308386,0),3304.o,0.000000)\
-			0.000000	(t_t_x(308402,391)LELVL104,3305.o,0.000000)\
-			0.000000	(t_t_x(308410,1151)RMZU04,3306.o,0.000000)\
-			0.000000	(t_t_x(308418,0),3307.o,0.000000)\
-			0.000000	(t_t_x(308432,364)RMZU04,3308.o,0.000000)\
-			0.000000	(t_t_x(308449,926)MRAE04,3309.o,0.000000)\
-			0.000000	(t_t_x(308460,8)YB3EH04A,3310.o,0.000000)\
-			0.000000	(t_t_x(308475,16)KFUL1U04,3311.o,0.000000)\
-			0.000000	(t_t_x(308479,0),3312.o,0.000000)\
-			0.000000	(t_t_x(308482,157)KSAL1204,3313.o,0.000000)\
-			0.000000	(t_t_x(308485,700)$LGIRA04,3314.o,0.000000)\
-			0.000000	(t_t_x(308505,0),3315.o,0.000000)\
-			0.000000	(t_t_x(308507,450)LCES004,3316.o,0.000000)\
-			0.000000	(t_t_x(308511,28)ZM56704,3317.o,0.000000)\
-			0.000000	(t_t_x(308515,0),3318.o,0.000000)\
-			0.000000	(t_t_x(308533,357)EDGG704,3319.o,0.000000)\
-			1.000000	(t_t_x(308550,213)RVKWS04,3320.o,1.000000)\
-			0.000000	(t_t_x(308582,2154)EDGG704,3321.o,0.000000)\
-			0.000000	(t_t_x(308593,320)RMZU04,3322.o,0.000000)\
-			0.000000	(t_t_x(308597,0),3323.o,0.000000)\
-			0.000000	(t_t_x(308602,183)$LOVN1504,3324.o,0.000000)\
-			0.000000	(t_t_x(308611,0),3325.o,0.000000)\
-			0.000000	(t_t_x(308619,1978)LGZAA04M,3326.o,0.000000)\
-			0.000000	(t_t_x(308622,2538)LCES004,3327.o,0.000000)\
-			0.000000	(t_t_x(308624,383)LCES004,3328.o,0.000000)\
-			0.000000	(t_t_x(308629,0),3329.o,0.000000)\
-			0.000000	(t_t_x(308647,1392)MRAE04,3330.o,0.000000)\
-			0.000000	(t_t_x(308677,385)RMZSI04,3331.o,0.000000)\
-			0.000000	(t_t_x(308700,23)LEBAS04A,3332.o,0.000000)\
-			0.000000	(t_t_x(308705,360)$LCES004M,3333.o,0.000000)\
-			0.000000	(t_t_x(308717,120)$KFUL1U04,3334.o,0.000000)\
-			0.000000	(t_t_x(308733,48)MAB04,3335.o,0.000000)\
-			0.000000	(t_t_x(308743,845)EDGG704,3336.o,0.000000)\
-			0.000000	(t_t_x(308751,0),3337.o,0.000000)\
-			0.000000	(t_t_x(308759,24)KSPE104D,3338.o,0.000000)\
-			0.000000	(t_t_x(308769,285)MRAE04,3339.o,0.000000)\
-			0.000000	(t_t_x(308780,0),3340.o,0.000000)\
-			0.000000	(t_t_x(308836,83)YB3EH04A,3341.o,0.000000)\
-			0.000000	(t_t_x(308855,324)YB3EH04A,3342.o,0.000000)\
-			0.000000	(t_t_x(308892,0),3343.o,0.000000)\
-			0.000000	(t_t_x(308908,284)ZM56704,3344.o,0.000000)\
-			0.000000	(t_t_x(308914,29)MAB3404A,3345.o,0.000000)\
-			0.000000	(t_t_x(308941,0),3346.o,0.000000)\
-			0.000000	(t_t_x(308945,856)EDGG704,3347.o,0.000000)\
-			0.000000	(t_t_x(308947,0),3348.o,0.000000)\
-			0.000000	(t_t_x(308966,0),3349.o,0.000000)\
-			0.000000	(t_t_x(309000,32)KSLN04A,3350.o,0.000000)\
-			0.000000	(t_t_x(309006,36)ZM56704,3351.o,0.000000)\
-			0.000000	(t_t_x(309011,815)MRAE04,3352.o,0.000000)\
-			0.000000	(t_t_x(309016,61)MGY04,3353.o,0.000000)\
-			0.000000	(t_t_x(309049,324)$RMZSI04,3354.o,0.000000)\
-			0.000000	(t_t_x(309061,65)EGPFA04,3355.o,0.000000)\
-			0.000000	(t_t_x(309070,220)EDGG704,3356.o,0.000000)\
-			0.000000	(t_t_x(309072,0),3357.o,0.000000)\
-			0.000000	(t_t_x(309098,984)RMZSI04,3358.o,0.000000)\
-			1.000000	(t_t_x(309099,673)MRAEE04,3359.o,1.000000)\
-			0.000000	(t_t_x(309103,1026)GL34W04,3360.o,0.000000)\
-			0.000000	(t_t_x(309119,19)ZM56704,3361.o,0.000000)\
-			0.000000	(t_t_x(309127,309)LGZAA04M,3362.o,0.000000)\
-			0.000000	(t_t_x(309142,0),3363.o,0.000000)\
-			0.000000	(t_t_x(309143,23)RMZU04,3364.o,0.000000)\
-			0.000000	(t_t_x(309144,0),3365.o,0.000000)\
-			0.000000	(t_t_x(309172,1583)EDGG704,3366.o,0.000000)\
-			0.000000	(t_t_x(309174,0),3367.o,0.000000)\
-			0.000000	(t_t_x(309188,56)MGY04,3368.o,0.000000)\
-			0.000000	(t_t_x(309190,0),3369.o,0.000000)\
-			0.000000	(t_t_x(309200,1413)LCES004M,3370.o,0.000000)\
-			0.000000	(t_t_x(309203,409)YB3EH04A,3371.o,0.000000)\
-			0.000000	(t_t_x(309207,0),3372.o,0.000000)\
-			0.000000	(t_t_x(309208,0),3373.o,0.000000)\
-			0.000000	(t_t_x(309210,891)EDGG704,3374.o,0.000000)\
-			0.000000	(t_t_x(309267,46)RMZSI04,3375.o,0.000000)\
-			0.000000	(t_t_x(309270,0),3376.o,0.000000)\
-			0.000000	(t_t_x(309271,0),3377.o,0.000000)\
-			0.000000	(t_t_x(309281,38)ZM56704,3378.o,0.000000)\
-			0.000000	(t_t_x(309283,2154)LGSRA04,3379.o,0.000000)\
-			0.000000	(t_t_x(309284,2356)LFMDA04A,3380.o,0.000000)\
-			0.000000	(t_t_x(309298,184)EDGG704,3381.o,0.000000)\
-			0.000000	(t_t_x(309311,0),3382.o,0.000000)\
-			0.000000	(t_t_x(309313,0),3383.o,0.000000)\
-			0.000000	(t_t_x(309316,80)LGIRA04,3384.o,0.000000)\
-			0.000000	(t_t_x(309317,725)MGY04,3385.o,0.000000)\
-			0.000000	(t_t_x(309321,509)LGIRA04,3386.o,0.000000)\
-			0.000000	(t_t_x(309324,1056)RMZSI04,3387.o,0.000000)\
-			0.000000	(t_t_x(309331,116)RMZU04,3388.o,0.000000)\
-			0.000000	(t_t_x(309347,0),3389.o,0.000000)\
-			0.000000	(t_t_x(309349,0),3390.o,0.000000)\
-			0.000000	(t_t_x(309374,368)LGIRA04,3391.o,0.000000)\
-			1.000000	(t_t_x(309385,0),3392.o,1.000000)\
-			0.000000	(t_t_x(309386,0),3393.o,0.000000)\
-			0.000000	(t_t_x(309400,0),3394.o,0.000000)\
-			0.000000	(t_t_x(309414,3019)LCES004,3395.o,0.000000)\
-			0.000000	(t_t_x(309437,0),3396.o,0.000000)\
-			0.000000	(t_t_x(309442,49)MYY04A,3397.o,0.000000)\
-			0.000000	(t_t_x(309449,0),3398.o,0.000000)\
-			0.000000	(t_t_x(309461,0),3399.o,0.000000)\
-			0.000000	(t_t_x(309462,308)LOVN1504,3400.o,0.000000)\
-			1.000000	(t_t_x(309465,1639)LGZAA04M,3401.o,1.000000)\
-			0.000000	(t_t_x(309473,355)LOVN1504,3402.o,0.000000)\
-			0.000000	(t_t_x(309492,0),3403.o,0.000000)\
-			0.000000	(t_t_x(309498,684)RMZSI04,3404.o,0.000000)\
-			0.000000	(t_t_x(309507,0),3405.o,0.000000)\
-			0.000000	(t_t_x(309508,721)LGRPA04,3406.o,0.000000)\
-			0.000000	(t_t_x(309520,0),3407.o,0.000000)\
-			0.000000	(t_t_x(309536,0),3408.o,0.000000)\
-			0.000000	(t_t_x(309547,293)LEBAS04A,3409.o,0.000000)\
-			0.000000	(t_t_x(309557,679)EDGG704,3410.o,0.000000)\
-			0.000000	(t_t_x(309560,0),3411.o,0.000000)\
-			0.000000	(t_t_x(309573,2915)LCES004,3412.o,0.000000)\
-			0.000000	(t_t_x(309577,1716)MRAEE04,3413.o,0.000000)\
-			0.000000	(t_t_x(309583,2890)MGY04,3414.o,0.000000)\
-			0.000000	(t_t_x(309588,0),3415.o,0.000000)\
-			0.000000	(t_t_x(309594,57)KWUR1C04,3416.o,0.000000)\
-			0.000000	(t_t_x(309597,113)KFUL1U04,3417.o,0.000000)\
-			0.000000	(t_t_x(309599,90)YB3EH04A,3418.o,0.000000)\
-			0.000000	(t_t_x(309602,143)LEBAS04A,3419.o,0.000000)\
-			0.000000	(t_t_x(309625,1783)MGY04,3420.o,0.000000)\
-			0.000000	(t_t_x(309641,0),3421.o,0.000000)\
-			0.000000	(t_t_x(309684,50)MAB3404A,3422.o,0.000000)\
-			0.000000	(t_t_x(309693,195)MAB3404A,3423.o,0.000000)\
-			0.000000	(t_t_x(309695,62)MEK04,3424.o,0.000000)\
-			1.000000	(t_t_x(309709,1192)LFPND04,3425.o,1.000000)\
-			0.000000	(t_t_x(309711,1578)MGY04,3426.o,0.000000)\
-			0.000000	(t_t_x(309721,13)YB3EH04A,3427.o,0.000000)\
-			0.000000	(t_t_x(309724,0),3428.o,0.000000)\
-			0.000000	(t_t_x(309725,0),3429.o,0.000000)\
-			0.000000	(t_t_x(309735,0),3430.o,0.000000)\
-			0.000000	(t_t_x(309780,300)LCES004,3431.o,0.000000)\
-			0.000000	(t_t_x(309790,106)YB3EH04A,3432.o,0.000000)\
-			0.000000	(t_t_x(309806,299)LGRPA04,3433.o,0.000000)\
-			0.000000	(t_t_x(309822,142)ZM56704,3434.o,0.000000)\
-			0.000000	(t_t_x(309872,0),3435.o,0.000000)\
-			1.000000	(t_t_x(309887,0),3436.o,1.000000)\
-			0.000000	(t_t_x(309890,254)KWUR1C04,3437.o,0.000000)\
-			0.000000	(t_t_x(309899,0),3438.o,0.000000)\
-			0.000000	(t_t_x(309911,0),3439.o,0.000000)\
-			1.000000	(t_t_x(309920,62)LELVL104,3440.o,1.000000)\
-			0.000000	(t_t_x(309940,365)LELVL104,3441.o,0.000000)\
-			0.000000	(t_t_x(309941,0),3442.o,0.000000)\
-			0.000000	(t_t_x(309953,41)LOVN1504,3443.o,0.000000)\
-			0.000000	(t_t_x(309959,986)MRAEE04,3444.o,0.000000)\
-			0.000000	(t_t_x(309965,203)LEBAS04A,3445.o,0.000000)\
-			0.000000	(t_t_x(309978,913)YB3EH04A,3446.o,0.000000)\
-			0.000000	(t_t_x(309981,303)MAB04,3447.o,0.000000)\
-			0.000000	(t_t_x(309986,0),3448.o,0.000000)\
-			0.000000	(t_t_x(310005,616)EDGG704,3449.o,0.000000)\
-			1.000000	(t_t_x(310024,84)RMZU04,3450.o,1.000000)\
-			0.000000	(t_t_x(310042,0),3451.o,0.000000)\
-			0.000000	(t_t_x(310043,0),3452.o,0.000000)\
-			0.000000	(t_t_x(310058,0),3453.o,0.000000)\
-			0.000000	(t_t_x(310080,115)LEBAS04A,3454.o,0.000000)\
-			0.000000	(t_t_x(310081,0),3455.o,0.000000)\
-			0.000000	(t_t_x(310082,288)EDGG704,3456.o,0.000000)\
-			0.000000	(t_t_x(310087,0),3457.o,0.000000)\
-			1.000000	(t_t_x(310096,180)MEK04,3458.o,1.000000)\
-			0.000000	(t_t_x(310117,25)YB3EH04A,3459.o,0.000000)\
-			0.000000	(t_t_x(310120,452)LGIRA04,3460.o,0.000000)\
-			0.000000	(t_t_x(310127,0),3461.o,0.000000)\
-			0.000000	(t_t_x(310158,2901)LCES004,3462.o,0.000000)\
-			0.000000	(t_t_x(310175,0),3463.o,0.000000)\
-			0.000000	(t_t_x(310199,0),3464.o,0.000000)\
-			0.000000	(t_t_x(310219,2087)EDGG704,3465.o,0.000000)\
-			0.000000	(t_t_x(310235,1)GL34W04,3466.o,0.000000)\
-			0.000000	(t_t_x(310238,0),3467.o,0.000000)\
-			0.000000	(t_t_x(310256,0),3468.o,0.000000)\
-			0.000000	(t_t_x(310272,847)LOVN1504,3469.o,0.000000)\
-			1.000000	(t_t_x(310282,0),3470.o,1.000000)\
-			0.000000	(t_t_x(310287,332)LCES004,3471.o,0.000000)\
-			0.000000	(t_t_x(310303,1303)RMZU04,3472.o,0.000000)\
-			0.000000	(t_t_x(310311,0),3473.o,0.000000)\
-			1.000000	(t_t_x(310381,0),3474.o,1.000000)\
-			0.000000	(t_t_x(310384,62)KWUR1C04,3475.o,0.000000)\
-			0.000000	(t_t_x(310386,0),3476.o,0.000000)\
-			0.000000	(t_t_x(310388,0),3477.o,0.000000)\
-			0.000000	(t_t_x(310392,0),3478.o,0.000000)\
-			0.000000	(t_t_x(310398,232)KFUL1U04,3479.o,0.000000)\
-			0.000000	(t_t_x(310417,0),3480.o,0.000000)\
-			0.000000	(t_t_x(310438,1136)EDGG704,3481.o,0.000000)\
-			0.000000	(t_t_x(310475,2250)LCES004,3482.o,0.000000)\
-			0.000000	(t_t_x(310502,1870)MGY04,3483.o,0.000000)\
-			0.000000	(t_t_x(310512,374)LOVN1504,3484.o,0.000000)\
-			0.000000	(t_t_x(310522,0),3485.o,0.000000)\
-			0.000000	(t_t_x(310533,0),3486.o,0.000000)\
-			0.000000	(t_t_x(310535,436)LELVL104,3487.o,0.000000)\
-			0.000000	(t_t_x(310539,354)YB3EH04A,3488.o,0.000000)\
-			0.000000	(t_t_x(310560,2037)LCES004,3489.o,0.000000)\
-			0.000000	(t_t_x(310570,51)KSLN04A,3490.o,0.000000)\
-			0.000000	(t_t_x(310580,135)EDGG704,3491.o,0.000000)\
-			0.000000	(t_t_x(310593,0),3492.o,0.000000)\
-			0.000000	(t_t_x(310594,148)LELVL104,3493.o,0.000000)\
-			0.000000	(t_t_x(310599,0),3494.o,0.000000)\
-			0.000000	(t_t_x(310618,3598)EDGG704,3495.o,0.000000)\
-			0.000000	(t_t_x(310635,0),3496.o,0.000000)\
-			0.000000	(t_t_x(310647,667)GL34W04,3497.o,0.000000)\
-			0.000000	(t_t_x(310665,0),3498.o,0.000000)\
-			0.000000	(t_t_x(310668,0),3499.o,0.000000)\
-			0.000000	(t_t_x(310671,612)LELVL104,3500.o,0.000000)\
-			0.000000	(t_t_x(310674,1140)MRAEE04,3501.o,0.000000)\
-			1.000000	(t_t_x(310692,0),3502.o,1.000000)\
-			0.000000	(t_t_x(310719,0),3503.o,0.000000)\
-			0.000000	(t_t_x(310724,53)MGY04,3504.o,0.000000)\
-			0.000000	(t_t_x(310732,3016)LCES004,3505.o,0.000000)\
-			1.000000	(t_t_x(310734,756)$RMZSI04,3506.o,1.000000)\
-			0.000000	(t_t_x(310742,119)KSLN04A,3507.o,0.000000)\
-			0.000000	(t_t_x(310743,0),3508.o,0.000000)\
-			0.000000	(t_t_x(310753,0),3509.o,0.000000)\
-			0.000000	(t_t_x(310755,0),3510.o,0.000000)\
-			1.000000	(t_t_x(310759,0),3511.o,1.000000)\
-			0.000000	(t_t_x(310761,493)EDGG704,3512.o,0.000000)\
-			0.000000	(t_t_x(310774,0),3513.o,0.000000)\
-			0.000000	(t_t_x(310792,0),3514.o,0.000000)\
-			0.000000	(t_t_x(310795,299)LELVL104,3515.o,0.000000)\
-			0.000000	(t_t_x(310853,264)LELVL104,3516.o,0.000000)\
-			0.000000	(t_t_x(310899,0),3517.o,0.000000)\
-			0.000000	(t_t_x(310901,414)YB3EH04A,3518.o,0.000000)\
-			0.000000	(t_t_x(310913,0),3519.o,0.000000)\
-			0.000000	(t_t_x(310943,0),3520.o,0.000000)\
-			0.000000	(t_t_x(310951,0),3521.o,0.000000)\
-			1.000000	(t_t_x(310982,0),3522.o,1.000000)\
-			0.000000	(t_t_x(310983,2072)EDGG704,3523.o,0.000000)\
-			0.000000	(t_t_x(311032,1404)$LOVN1504,3524.o,0.000000)\
-			0.000000	(t_t_x(311042,0),3525.o,0.000000)\
-			0.000000	(t_t_x(311049,233)$LGRPA04,3526.o,0.000000)\
-			0.000000	(t_t_x(311070,0),3527.o,0.000000)\
-			0.000000	(t_t_x(311071,86)EDGG704,3528.o,0.000000)\
-			0.000000	(t_t_x(311073,1080)LCES004,3529.o,0.000000)\
-			0.000000	(t_t_x(311074,224)GL34W04,3530.o,0.000000)\
-			0.000000	(t_t_x(311108,1590)LCES004,3531.o,0.000000)\
-			0.000000	(t_t_x(311119,261)RMZSI04,3532.o,0.000000)\
-			0.000000	(t_t_x(311138,0),3533.o,0.000000)\
-			0.000000	(t_t_x(311142,55)ZM56704,3534.o,0.000000)\
-			0.000000	(t_t_x(311143,129)RNS04M,3535.o,0.000000)\
-			0.000000	(t_t_x(311151,35)MAB1204A,3536.o,0.000000)\
-			1.000000	(t_t_x(311155,2476)LCES004,3537.o,1.000000)\
-			0.000000	(t_t_x(311161,0),3538.o,0.000000)\
-			0.000000	(t_t_x(311168,67)KSAL1204,3539.o,0.000000)\
-			0.000000	(t_t_x(311203,0),3540.o,0.000000)\
-			0.000000	(t_t_x(311242,0),3541.o,0.000000)\
-			0.000000	(t_t_x(311253,501)LFMDA04A,3542.o,0.000000)\
-			0.000000	(t_t_x(311255,193)MAB1204A,3543.o,0.000000)\
-			0.000000	(t_t_x(311256,235)YB3EH04A,3544.o,0.000000)\
-			0.000000	(t_t_x(311257,0),3545.o,0.000000)\
-			0.000000	(t_t_x(311260,0),3546.o,0.000000)\
-			0.000000	(t_t_x(311265,2884)LCES004,3547.o,0.000000)\
-			0.000000	(t_t_x(311272,82)LELVL104,3548.o,0.000000)\
-			0.000000	(t_t_x(311284,2187)LCES004,3549.o,0.000000)\
-			0.000000	(t_t_x(311285,2211)LCES004,3550.o,0.000000)\
-			0.000000	(t_t_x(311291,75)LELVL104,3551.o,0.000000)\
-			0.000000	(t_t_x(311293,0),3552.o,0.000000)\
-			0.000000	(t_t_x(311300,42)LEBAS04A,3553.o,0.000000)\
-			0.000000	(t_t_x(311312,37)MEK04,3554.o,0.000000)\
-			0.000000	(t_t_x(311314,465)LELVL104,3555.o,0.000000)\
-			0.000000	(t_t_x(311315,210)LEBAS04A,3556.o,0.000000)\
-			0.000000	(t_t_x(311329,1194)MEK04,3557.o,0.000000)\
-			0.000000	(t_t_x(311344,361)LELVL104,3558.o,0.000000)\
-			0.000000	(t_t_x(311351,133)LOVN1504,3559.o,0.000000)\
-			0.000000	(t_t_x(311402,42)KSAL1A04,3560.o,0.000000)\
-			0.000000	(t_t_x(311412,167)KSLN04A,3561.o,0.000000)\
-			0.000000	(t_t_x(311413,31)ZM56704,3562.o,0.000000)\
-			0.000000	(t_t_x(311440,381)MGY04,3563.o,0.000000)\
-			0.000000	(t_t_x(311443,746)EDGG704,3564.o,0.000000)\
-			0.000000	(t_t_x(311447,865)LGKFN04,3565.o,0.000000)\
-			0.000000	(t_t_x(311462,233)LELVL104,3566.o,0.000000)\
-			0.000000	(t_t_x(311478,461)LELVL104,3567.o,0.000000)\
-			0.000000	(t_t_x(311496,0),3568.o,0.000000)\
-			0.000000	(t_t_x(311520,0),3569.o,0.000000)\
-			0.000000	(t_t_x(311542,656)LCES004,3570.o,0.000000)\
-			0.000000	(t_t_x(311548,168)LELVL104,3571.o,0.000000)\
-			0.000000	(t_t_x(311549,542)LELVL104,3572.o,0.000000)\
-			0.000000	(t_t_x(311550,0),3573.o,0.000000)\
-			1.000000	(t_t_x(311552,1245)$LFMDA04A,3574.o,1.000000)\
-			0.000000	(t_t_x(311636,268)LELVL104,3575.o,0.000000)\
-			0.000000	(t_t_x(311650,1938)MEK04,3576.o,0.000000)\
-			0.000000	(t_t_x(311680,285)LELVL104,3577.o,0.000000)\
-			0.000000	(t_t_x(311697,1760)EDGG704,3578.o,0.000000)\
-			0.000000	(t_t_x(311706,723)MEK04,3579.o,0.000000)\
-			0.000000	(t_t_x(311727,23)MAB04,3580.o,0.000000)\
-			0.000000	(t_t_x(311733,0),3581.o,0.000000)\
-			0.000000	(t_t_x(311757,2790)LCES004,3582.o,0.000000)\
-			0.000000	(t_t_x(311813,183)LELVL104,3583.o,0.000000)\
-			1.000000	(t_t_x(311825,1072)$LGIRA04,3584.o,1.000000)\
-			0.000000	(t_t_x(311838,1458)LCES004,3585.o,0.000000)\
-			0.000000	(t_t_x(311840,1740)LCES004,3586.o,0.000000)\
-			0.000000	(t_t_x(311845,49)YB3EH04A,3587.o,0.000000)\
-			0.000000	(t_t_x(311850,8)MYY04A,3588.o,0.000000)\
-			0.000000	(t_t_x(311856,2045)MEK04,3589.o,0.000000)\
-			0.000000	(t_t_x(311863,32)YB3EH04A,3590.o,0.000000)\
-			0.000000	(t_t_x(311876,360)$LCES004,3591.o,0.000000)\
-			1.000000	(t_t_x(311878,1618)MGY04,3592.o,1.000000)\
-			0.000000	(t_t_x(311882,277)LELVL104,3593.o,0.000000)\
-			0.000000	(t_t_x(311886,690)LCES004,3594.o,0.000000)\
-			0.000000	(t_t_x(311949,0),3595.o,0.000000)\
-			0.000000	(t_t_x(311954,347)MRAE04,3596.o,0.000000)\
-			0.000000	(t_t_x(311988,0),3597.o,0.000000)\
-			0.000000	(t_t_x(311993,0),3598.o,0.000000)\
-			0.000000	(t_t_x(311998,31)MEK04,3599.o,0.000000)\
-			0.000000	(t_t_x(312009,1203)LLBGA04L,3600.o,0.000000)\
-			0.000000	(t_t_x(312011,0),3601.o,0.000000)\
-			0.000000	(t_t_x(312015,1950)LCES004,3602.o,0.000000)\
-			0.000000	(t_t_x(312017,0),3603.o,0.000000)\
-			0.000000	(t_t_x(312020,148)MGY04,3604.o,0.000000)\
-			0.000000	(t_t_x(312034,13)MAB1204A,3605.o,0.000000)\
-			0.000000	(t_t_x(312036,537)MYY04A,3606.o,0.000000)\
-			0.000000	(t_t_x(312051,0),3607.o,0.000000)\
-			0.000000	(t_t_x(312066,1280)MRAE04,3608.o,0.000000)\
-			0.000000	(t_t_x(312085,409)MEK04,3609.o,0.000000)\
-			0.000000	(t_t_x(312091,513)KSLN04A,3610.o,0.000000)\
-			0.000000	(t_t_x(312097,1969)LCES004,3611.o,0.000000)\
-			0.000000	(t_t_x(312192,691)ZM56704,3612.o,0.000000)\
-			0.000000	(t_t_x(312199,3220)LCES004,3613.o,0.000000)\
-			0.000000	(t_t_x(312231,1564)LGSRA04,3614.o,0.000000)\
-			0.000000	(t_t_x(312302,0),3615.o,0.000000)\
-			0.000000	(t_t_x(312325,29)YB3EH04A,3616.o,0.000000)\
-			0.000000	(t_t_x(312349,0),3617.o,0.000000)\
-			0.000000	(t_t_x(312354,420)MAB1204A,3618.o,0.000000)\
-			0.000000	(t_t_x(312369,21)MAB3404A,3619.o,0.000000)\
-			0.000000	(t_t_x(312414,184)$LOVN1504,3620.o,0.000000)\
-			0.000000	(t_t_x(312417,0),3621.o,0.000000)\
-			0.000000	(t_t_x(312436,0),3622.o,0.000000)\
-			0.000000	(t_t_x(312442,249)LEBAS04A,3623.o,0.000000)\
-			0.000000	(t_t_x(312456,75)YB3EH04A,3624.o,0.000000)\
-			0.000000	(t_t_x(312494,625)LOVN1504,3625.o,0.000000)\
-			0.000000	(t_t_x(312497,106)LEBAS04A,3626.o,0.000000)\
-			0.000000	(t_t_x(312503,191)MEK04,3627.o,0.000000)\
-			1.000000	(t_t_x(312532,466)LELVL104,3628.o,1.000000)\
-			0.000000	(t_t_x(312565,594)LCES004,3629.o,0.000000)\
-			0.000000	(t_t_x(312583,3008)LCES004,3630.o,0.000000)\
-			0.000000	(t_t_x(312641,0),3631.o,0.000000)\
-			0.000000	(t_t_x(312648,24)MAB3404A,3632.o,0.000000)\
-			0.000000	(t_t_x(312659,0),3633.o,0.000000)\
-			0.000000	(t_t_x(312674,2271)LCES004,3634.o,0.000000)\
-			1.000000	(t_t_x(312682,442)MRAE04,3635.o,1.000000)\
-			0.000000	(t_t_x(312707,649)MRAE04,3636.o,0.000000)\
-			0.000000	(t_t_x(312715,0),3637.o,0.000000)\
-			0.000000	(t_t_x(312731,0),3638.o,0.000000)\
-			0.000000	(t_t_x(312746,104)LEBAS04A,3639.o,0.000000)\
-			0.000000	(t_t_x(312762,316)MRAE04,3640.o,0.000000)\
-			0.000000	(t_t_x(312773,2121)$GL34W04,3641.o,0.000000)\
-			0.000000	(t_t_x(312792,533)LEBAS04A,3642.o,0.000000)\
-			0.000000	(t_t_x(312800,1580)EDGG704,3643.o,0.000000)\
-			0.000000	(t_t_x(312825,2801)LCES004,3644.o,0.000000)\
-			1.000000	(t_t_x(312879,3092)LCES004,3645.o,1.000000)\
-			0.000000	(t_t_x(312881,4513)MGY04,3646.o,0.000000)\
-			0.000000	(t_t_x(312895,3180)LCES004,3647.o,0.000000)\
-			0.000000	(t_t_x(312912,1248)MAB1204A,3648.o,0.000000)\
-			0.000000	(t_t_x(312938,0),3649.o,0.000000)\
-			0.000000	(t_t_x(312950,0),3650.o,0.000000)\
-			0.000000	(t_t_x(312956,1879)EDGG704,3651.o,0.000000)\
-			0.000000	(t_t_x(312975,275)ZM56704,3652.o,0.000000)\
-			0.000000	(t_t_x(312999,608)EDGG704,3653.o,0.000000)\
-			0.000000	(t_t_x(313002,0),3654.o,0.000000)\
-			0.000000	(t_t_x(313003,937)MRAE04,3655.o,0.000000)\
-			0.000000	(t_t_x(313034,0),3656.o,0.000000)\
-			0.000000	(t_t_x(313050,1138)$LCES004M,3657.o,0.000000)\
-			1.000000	(t_t_x(313054,504)MYY04A,3658.o,1.000000)\
-			0.000000	(t_t_x(313068,2556)LCES004,3659.o,0.000000)\
-			0.000000	(t_t_x(313100,9)RMZU04,3660.o,0.000000)\
-			0.000000	(t_t_x(313102,1393)LCES004,3661.o,0.000000)\
-			0.000000	(t_t_x(313119,39)LOVN1504,3662.o,0.000000)\
-			0.000000	(t_t_x(313135,122)KWUR1C04,3663.o,0.000000)\
-			0.000000	(t_t_x(313202,5)KWUR1C04,3664.o,0.000000)\
-			0.000000	(t_t_x(313298,275)GL34W04,3665.o,0.000000)\
-			0.000000	(t_t_x(313302,1445)LCES004,3666.o,0.000000)\
-			0.000000	(t_t_x(313344,430)MRAE04,3667.o,0.000000)\
-			0.000000	(t_t_x(313354,613)LEBAS04A,3668.o,0.000000)\
-			1.000000	(t_t_x(313372,377)MGY04,3669.o,1.000000)\
-			0.000000	(t_t_x(313410,328)LEBAS04A,3670.o,0.000000)\
-			0.000000	(t_t_x(313433,847)MRAE04,3671.o,0.000000)\
-			0.000000	(t_t_x(313526,0),3672.o,0.000000)\
-			0.000000	(t_t_x(313536,0),3673.o,0.000000)\
-			0.000000	(t_t_x(313540,2900)LCES004,3674.o,0.000000)\
-			0.000000	(t_t_x(313563,0),3675.o,0.000000)\
-			0.000000	(t_t_x(313569,3169)LCES004,3676.o,0.000000)\
-			0.000000	(t_t_x(313590,325)KWUR1C04,3677.o,0.000000)\
-			0.000000	(t_t_x(313638,628)EDGG704,3678.o,0.000000)\
-			0.000000	(t_t_x(313701,66)MRAE04,3679.o,0.000000)\
-			0.000000	(t_t_x(313717,1052)MRAEE04,3680.o,0.000000)\
-			0.000000	(t_t_x(313758,3019)LCES004,3681.o,0.000000)\
-			0.000000	(t_t_x(313874,0),3682.o,0.000000)\
-			0.000000	(t_t_x(313875,60)LCES004,3683.o,0.000000)\
-			0.000000	(t_t_x(313899,859)KSAL1204,3684.o,0.000000)\
-			0.000000	(t_t_x(313994,0),3685.o,0.000000)\
-			0.000000	(t_t_x(314075,84)MAB04,3686.o,0.000000)\
-			0.000000	(t_t_x(314104,0),3687.o,0.000000)\
-			0.000000	(t_t_x(314108,2712)LCES004,3688.o,0.000000)\
-			0.000000	(t_t_x(314131,35)MYY04A,3689.o,0.000000)\
-			0.000000	(t_t_x(314172,690)EDGG704,3690.o,0.000000)\
-			0.000000	(t_t_x(314186,425)MGY04,3691.o,0.000000)\
-			0.000000	(t_t_x(314191,0),3692.o,0.000000)\
-			0.000000	(t_t_x(314198,0),3693.o,0.000000)\
-			0.000000	(t_t_x(314223,2653)LCES004,3694.o,0.000000)\
-			0.000000	(t_t_x(314225,1111)MGY04,3695.o,0.000000)\
-			0.000000	(t_t_x(314236,1440)LCES004,3696.o,0.000000)\
-			0.000000	(t_t_x(314330,56)KWUR1C04,3697.o,0.000000)\
-			0.000000	(t_t_x(314402,9)MGY04,3698.o,0.000000)\
-			0.000000	(t_t_x(314450,0),3699.o,0.000000)\
-			1.000000	(t_t_x(314457,0),3700.o,1.000000)\
-			0.000000	(t_t_x(314530,0),3701.o,0.000000)\
-			0.000000	(t_t_x(314538,1650)EDGG704,3702.o,0.000000)\
-			0.000000	(t_t_x(314563,7531)MRAE04,3703.o,0.000000)\
-			0.000000	(t_t_x(314573,1100)EDGG704,3704.o,0.000000)\
-			1.000000	(t_t_x(314600,2890)MRAE04,3705.o,1.000000)\
-			0.000000	(t_t_x(314699,2866)LCES004,3706.o,0.000000)\
-			0.000000	(t_t_x(314705,16)KSLN04A,3707.o,0.000000)\
-			0.000000	(t_t_x(314730,377)MAB04,3708.o,0.000000)\
-			0.000000	(t_t_x(314736,450)EDGG704,3709.o,0.000000)\
-			1.000000	(t_t_x(314808,627)MRAEE04,3710.o,1.000000)\
-			0.000000	(t_t_x(314816,2191)EDGG704,3711.o,0.000000)\
-			0.000000	(t_t_x(314823,114)MGY04,3712.o,0.000000)\
-			0.000000	(t_t_x(314847,588)MGY04,3713.o,0.000000)\
-			0.000000	(t_t_x(314889,1173)EDGG704,3714.o,0.000000)\
-			0.000000	(t_t_x(314986,0),3715.o,0.000000)\
-			0.000000	(t_t_x(314999,270)EDGG704,3716.o,0.000000)\
-			0.000000	(t_t_x(315019,1536)EDGG704,3717.o,0.000000)\
-			0.000000	(t_t_x(315040,128)LELVL104,3718.o,0.000000)\
-			0.000000	(t_t_x(315081,660)LCES004,3719.o,0.000000)\
-			0.000000	(t_t_x(315138,1032)LCES004,3720.o,0.000000)\
-			0.000000	(t_t_x(315209,64)MAB1204A,3721.o,0.000000)\
-			1.000000	(t_t_x(315232,1759)LCES004,3722.o,1.000000)\
-			0.000000	(t_t_x(315366,38)MGY04,3723.o,0.000000)\
-			0.000000	(t_t_x(315428,622)LELVL104,3724.o,0.000000)\
-			0.000000	(t_t_x(315544,1610)EDGG704,3725.o,0.000000)\
-			0.000000	(t_t_x(315618,1903)EDGG704,3726.o,0.000000)\
-			0.000000	(t_t_x(315692,623)LLBGA04L,3727.o,0.000000)\
-			0.000000	(t_t_x(315748,779)EDGG704,3728.o,0.000000)\
-			1.000000	(t_t_x(315763,1511)EDGG704,3729.o,1.000000)\
-			0.000000	(t_t_x(315779,207)LCES004,3730.o,0.000000)\
-			0.000000	(t_t_x(315788,46)LELVL104,3731.o,0.000000)\
-			0.000000	(t_t_x(315895,0),3732.o,0.000000)\
-			0.000000	(t_t_x(315991,670)EDGG704,3733.o,0.000000)\
-			0.000000	(t_t_x(316029,1787)EDGG704,3734.o,0.000000)\
-			1.000000	(t_t_x(316061,911)LLBGA04L,3735.o,1.000000)\
-			0.000000	(t_t_x(316090,2590)LCES004,3736.o,0.000000)\
-			0.000000	(t_t_x(316213,0),3737.o,0.000000)\
-			0.000000	(t_t_x(316285,76)KWUR1C04,3738.o,0.000000)\
-			0.000000	(t_t_x(316289,401)LELVL104,3739.o,0.000000)\
-			0.000000	(t_t_x(316298,2025)EDGG704,3740.o,0.000000)\
-			0.000000	(t_t_x(316314,262)KWUR1C04,3741.o,0.000000)\
-			0.000000	(t_t_x(316391,1770)EDGG704,3742.o,0.000000)\
-			0.000000	(t_t_x(316430,534)LCES004,3743.o,0.000000)\
-			0.000000	(t_t_x(316446,66)MYY04A,3744.o,0.000000)\
-			0.000000	(t_t_x(316476,1958)EDGG704,3745.o,0.000000)\
-			0.000000	(t_t_x(316499,1937)EDGG704,3746.o,0.000000)\
-			0.000000	(t_t_x(316531,720)$LCES004,3747.o,0.000000)\
-			0.000000	(t_t_x(316538,1320)EDGG704,3748.o,0.000000)\
-			0.000000	(t_t_x(316618,1052)LLBGA04L,3749.o,0.000000)\
-			0.000000	(t_t_x(316626,0),3750.o,0.000000)\
-			0.000000	(t_t_x(316914,65)MGY04,3751.o,0.000000)\
-			0.000000	(t_t_x(316916,749)EDGG704,3752.o,0.000000)\
-			0.000000	(t_t_x(316925,0),3753.o,0.000000)\
-			0.000000	(t_t_x(317001,0),3754.o,0.000000)\
-			0.000000	(t_t_x(317008,13)MAB04,3755.o,0.000000)\
-			0.000000	(t_t_x(317048,2713)LCES004,3756.o,0.000000)\
-			0.000000	(t_t_x(317067,561)LLBGA04L,3757.o,0.000000)\
-			0.000000	(t_t_x(317111,967)EDGG704,3758.o,0.000000)\
-			0.000000	(t_t_x(317116,491)MRAE04,3759.o,0.000000)\
-			0.000000	(t_t_x(317153,2037)EDGG704,3760.o,0.000000)\
-			0.000000	(t_t_x(317216,21)EDGG704,3761.o,0.000000)\
-			0.000000	(t_t_x(317222,1816)EDGG704,3762.o,0.000000)\
-			0.000000	(t_t_x(317300,366)EDGG704,3763.o,0.000000)\
-			0.000000	(t_t_x(317357,1053)LGRPA04,3764.o,0.000000)\
-			0.000000	(t_t_x(317358,82)EDGG704,3765.o,0.000000)\
-			0.000000	(t_t_x(317360,45)MRAEE04,3766.o,0.000000)\
-			0.000000	(t_t_x(317443,712)MRAE04,3767.o,0.000000)\
-			0.000000	(t_t_x(317538,360)MAB1204A,3768.o,0.000000)\
-			0.000000	(t_t_x(317603,1269)LLBGA04L,3769.o,0.000000)\
-			0.000000	(t_t_x(317621,0),3770.o,0.000000)\
-			0.000000	(t_t_x(317644,0),3771.o,0.000000)\
-			0.000000	(t_t_x(317675,0),3772.o,0.000000)\
-			0.000000	(t_t_x(317851,1540)EDGG704,3773.o,0.000000)\
-			0.000000	(t_t_x(317908,1913)EDGG704,3774.o,0.000000)\
-			1.000000	(t_t_x(317920,1716)EDGG704,3775.o,1.000000)\
-			0.000000	(t_t_x(317924,337)MRAE04,3776.o,0.000000)\
-			0.000000	(t_t_x(317978,2132)EDGG704,3777.o,0.000000)\
-			1.000000	(t_t_x(317991,622)EDGG704,3778.o,1.000000)\
-			0.000000	(t_t_x(317994,59)MRAE04,3779.o,0.000000)\
-			0.000000	(t_t_x(318112,21)MGY04,3780.o,0.000000)\
-			0.000000	(t_t_x(318119,900)$LCES004,3781.o,0.000000)\
-			1.000000	(t_t_x(318187,18)MRAEE04,3782.o,1.000000)\
-			0.000000	(t_t_x(318401,534)EDGG704,3783.o,0.000000)\
-			0.000000	(t_t_x(318435,1920)EDGG704,3784.o,0.000000)\
-			0.000000	(t_t_x(318473,1310)LLBGA04L,3785.o,0.000000)\
-			0.000000	(t_t_x(318516,59)MAB04,3786.o,0.000000)\
-			0.000000	(t_t_x(318565,477)LELVL104,3787.o,0.000000)\
-			0.000000	(t_t_x(318660,994)EDGG704,3788.o,0.000000)\
-			0.000000	(t_t_x(318832,42)MGY04,3789.o,0.000000)\
-			0.000000	(t_t_x(319008,1990)EDGG704,3790.o,0.000000)\
-			1.000000	(t_t_x(319288,772)MRAE04,3791.o,1.000000)\
-			0.000000	(t_t_x(319337,1800)EDGG704,3792.o,0.000000)\
-			0.000000	(t_t_x(319782,0),3793.o,0.000000)\
-			0.000000	(t_t_x(320054,116)EDGG704,3794.o,0.000000)\
-			0.000000	(t_t_x(320214,1179)MRAE04,3795.o,0.000000)\
-			0.000000	(t_t_x(320591,0),3796.o,0.000000)\
-			1.000000	(t_t_x(320734,168)EDGG704,3797.o,1.000000)\
-			0.000000	(t_t_x(321498,1650)EDGG704,3798.o,0.000000)\
-			0.000000	(t_t_x(322722,889)EDGG704,3799.o,0.000000)\
-			0.000000	(t_t_x(323044,930)MRAE04,3800.o,0.000000)\
-			1.000000	(t_t_x(323790,0),3801.o,1.000000)\
-			0.000000	(t_t_x(262805,807)$MRAE04,3802,0.000000)\
-			0.000000	(t_t_x(262806,507)$MRAE04,3803,0.000000)\
-			0.000000	(t_t_x(262808,2084)$MRAE04,3804,0.000000)\
-			0.000000	(t_t_x(262844,4523)$LCS12W03,3805,0.000000)\
-			0.000000	(t_t_x(262875,4021)$EBBRA04E,3806,0.000000)\
-			0.000000	(t_t_x(262897,1873)$EBBRA04E,3807,0.000000)\
-			0.000000	(t_t_x(262913,11486)$RQXSI04E,3808,0.000000)\
-			0.000000	(t_t_x(262946,6155)$RQXSI04E,3809,0.000000)\
-			0.000000	(t_t_x(263003,13871)$KFZ4404M,3810,0.000000)\
-			0.000000	(t_t_x(263004,3985)$RQXSI04E,3811,0.000000)\
-			0.000000	(t_t_x(263012,11592)$RQXSI04E,3812,0.000000)\
-			0.000000	(t_t_x(263107,3107)$BR204M,3813,0.000000)\
-			0.000000	(t_t_x(263142,3139)$RFBRT04M,3814,0.000000)\
-			0.000000	(t_t_x(263168,2183)$RFBRT04M,3815,0.000000)\
-			0.000000	(t_t_x(263196,2137)$RQXSI04E,3816,0.000000)\
-			1.000000	(t_t_x(263206,8504)$LELVL04M,3817,1.000000)\
-			0.000000	(t_t_x(263212,3306)$RFBRT04M,3818,0.000000)\
-			0.000000	(t_t_x(263249,3505)$RFBRT04M,3819,0.000000)\
-			0.000000	(t_t_x(263266,1690)$MM204,3820,0.000000)\
-			0.000000	(t_t_x(263276,6640)$LCES004M,3821,0.000000)\
-			0.000000	(t_t_x(263279,12686)$KFZ4404M,3822,0.000000)\
-			0.000000	(t_t_x(263280,9060)$LEBAS04M,3823,0.000000)\
-			0.000000	(t_t_x(263290,9600)$LGKFN04,3824,0.000000)\
-			0.000000	(t_t_x(263294,12180)$LEBAS04M,3825,0.000000)\
-			0.000000	(t_t_x(263297,480)$YB3EH04M,3826,0.000000)\
-			1.000000	(t_t_x(263298,3858)$LELVL04M,3827,1.000000)\
-			0.000000	(t_t_x(263306,17760)$LCES004,3828,0.000000)\
-			0.000000	(t_t_x(263313,1629)$RFBRT04M,3829,0.000000)\
-			0.000000	(t_t_x(263316,1071)$LEBAS04M,3830,0.000000)\
-			0.000000	(t_t_x(263323,7092)$BKED1204,3831,0.000000)\
-			0.000000	(t_t_x(263329,4487)$LELVU04,3832,0.000000)\
-			0.000000	(t_t_x(263330,3217)$BR204M,3833,0.000000)\
-			0.000000	(t_t_x(263332,2184)$MM204,3834,0.000000)\
-			0.000000	(t_t_x(263339,1339)$LCES004M,3835,0.000000)\
-			0.000000	(t_t_x(263346,897)$GL4W04M,3836,0.000000)\
-			0.000000	(t_t_x(263350,534)$RFBRT04M,3837,0.000000)\
-			1.000000	(t_t_x(263351,2806)$RFBRT04M,3838,1.000000)\
-			0.000000	(t_t_x(263367,2723)$RFBRT04M,3839,0.000000)\
-			0.000000	(t_t_x(263370,1200)$RFBRT04M,3840,0.000000)\
-			0.000000	(t_t_x(263376,5280)$LEBAS04M,3841,0.000000)\
-			0.000000	(t_t_x(263389,6780)$LEBAS04M,3842,0.000000)\
-			0.000000	(t_t_x(263410,27392)$LCES004,3843,0.000000)\
-			0.000000	(t_t_x(263412,11117)$LCES004M,3844,0.000000)\
-			0.000000	(t_t_x(263421,804)$LCES004M,3845,0.000000)\
-			0.000000	(t_t_x(263439,15320)$LCES004,3846,0.000000)\
-			0.000000	(t_t_x(263463,7551)$RMZSI04,3847,0.000000)\
-			0.000000	(t_t_x(263476,2031)$EBEEC04M,3848,0.000000)\
-			0.000000	(t_t_x(263492,2530)$MM204,3849,0.000000)\
-			1.000000	(t_t_x(263498,5050)$BKED1204,3850,1.000000)\
-			0.000000	(t_t_x(263502,3653)$LEBAS04M,3851,0.000000)\
-			0.000000	(t_t_x(263503,3436)$RNS04M,3852,0.000000)\
-			0.000000	(t_t_x(263515,26109)$LCES004,3853,0.000000)\
-			0.000000	(t_t_x(263516,3180)$LEBAS04M,3854,0.000000)\
-			0.000000	(t_t_x(263558,2284)$RNS04M,3855,0.000000)\
-			0.000000	(t_t_x(263563,7038)$LEBAS04A,3856,0.000000)\
-			0.000000	(t_t_x(263570,2520)$LELVU04,3857,0.000000)\
-			0.000000	(t_t_x(263574,1789)$RNS04M,3858,0.000000)\
-			0.000000	(t_t_x(263580,19273)$LCES004,3859,0.000000)\
-			0.000000	(t_t_x(263584,6457)$LEBAS04A,3860,0.000000)\
-			0.000000	(t_t_x(263587,5455)$LCES004M,3861,0.000000)\
-			0.000000	(t_t_x(263593,21512)$LCES004,3862,0.000000)\
-			0.000000	(t_t_x(263594,4505)$LCES004M,3863,0.000000)\
-			0.000000	(t_t_x(263601,5725)$YB3EH04A,3864,0.000000)\
-			0.000000	(t_t_x(263602,9780)$LCES004,3865,0.000000)\
-			0.000000	(t_t_x(263607,798)$LCES004M,3866,0.000000)\
-			0.000000	(t_t_x(263612,17401)$LCES004,3867,0.000000)\
-			0.000000	(t_t_x(263621,2847)$RMZSI04,3868,0.000000)\
-			0.000000	(t_t_x(263638,5820)$LEBAS04A,3869,0.000000)\
-			0.000000	(t_t_x(263640,20595)$LCES004,3870,0.000000)\
-			0.000000	(t_t_x(263646,2003)$LEBAS04A,3871,0.000000)\
-			0.000000	(t_t_x(263649,1320)$CPRFBR04,3872,0.000000)\
-			0.000000	(t_t_x(263659,743)$CPRFBR04,3873,0.000000)\
-			0.000000	(t_t_x(263662,645)$CPRFBR04,3874,0.000000)\
-			0.000000	(t_t_x(263700,438)$LEBAS04A,3875,0.000000)\
-			0.000000	(t_t_x(263713,7809)$LEBAS04A,3876,0.000000)\
-			0.000000	(t_t_x(263733,231)$LEBAS04A,3877,0.000000)\
-			0.000000	(t_t_x(263743,9601)$KSLN04A,3878,0.000000)\
-			0.000000	(t_t_x(263793,3362)$KSAL1204,3879,0.000000)\
-			0.000000	(t_t_x(263797,2701)$KFUL1U04,3880,0.000000)\
-			0.000000	(t_t_x(263800,3572)$LEBAS04A,3881,0.000000)\
-			0.000000	(t_t_x(263814,6360)$LEBAS04A,3882,0.000000)\
-			1.000000	(t_t_x(263816,3773)$RMZU04,3883,1.000000)\
-			0.000000	(t_t_x(263820,4547)$LGAVA04,3884,0.000000)\
-			0.000000	(t_t_x(263840,496)$CPRFBR04,3885,0.000000)\
-			0.000000	(t_t_x(263859,1140)$LEBAS04A,3886,0.000000)\
-			0.000000	(t_t_x(263860,6279)$LCES004,3887,0.000000)\
-			0.000000	(t_t_x(263862,16560)$LCES004,3888,0.000000)\
-			0.000000	(t_t_x(263866,14546)$LCES004,3889,0.000000)\
-			1.000000	(t_t_x(263868,9720)$LCES004,3890,1.000000)\
-			0.000000	(t_t_x(263905,3122)$MAB1204A,3891,0.000000)\
-			0.000000	(t_t_x(263921,13160)$LCES004,3892,0.000000)\
-			0.000000	(t_t_x(263922,3528)$GL34W04,3893,0.000000)\
-			0.000000	(t_t_x(263926,12598)$MGY04,3894,0.000000)\
-			0.000000	(t_t_x(263931,15286)$MRAE04,3895,0.000000)\
-			1.000000	(t_t_x(263958,4533)$LCES004,3896,1.000000)\
-			0.000000	(t_t_x(263962,5339)$LCES004,3897,0.000000)\
-			0.000000	(t_t_x(263986,4372)$MAB3404A,3898,0.000000)\
-			0.000000	(t_t_x(264011,8614)$LCES004,3899,0.000000)\
-			0.000000	(t_t_x(264013,2569)$MAB3404A,3900,0.000000)\
-			0.000000	(t_t_x(264033,14236)$MGY04,3901,0.000000)\
-			0.000000	(t_t_x(267696,6291)$YBOLN04M,3902,0.000000)\
-			0.000000	(t_t_x(267745,4210)$EBBRA04E,3903,0.000000)\
-			0.000000	(t_t_x(268974,861)$KSPE1P04,3904,0.000000)\
-			0.000000	(t_t_x(269231,6219)$YBOLN04M,3905,0.000000)\
-			0.000000	(t_t_x(269531,3569)$EBBRA04E,3906,0.000000)\
-			0.000000	(t_t_x(269558,8039)$RVKWU04M,3907,0.000000)\
-			0.000000	(t_t_x(269712,5872)$EBBRA04E,3908,0.000000)\
-			0.000000	(t_t_x(269731,4027)$EBBRA04E,3909,0.000000)\
-			0.000000		(t_t_x(269896,1872)$EBBRA04E,3910,0.000000)\
-			0.000000	(t_t_x(270314,7480)$EGNOR04M,3911,0.000000)\
-			0.000000	(t_t_x(270327,918)$EBBRA04E,3912,0.000000)\
-			1.000000	(t_t_x(270468,9064)$YB3EH04E,3913,1.000000)\
-			0.000000	(t_t_x(270609,2004)$KHVL104E,3914,0.000000)\
-			0.000000	(t_t_x(270762,2903)$YB5WH04M,3915,0.000000)\
-			1.000000	(t_t_x(271099,10918)$YB3EH04E,3916,1.000000)\
-			0.000000	(t_t_x(271199,1019)$RMZU04E,3917,0.000000)\
-			0.000000	(t_t_x(271211,4091)$RQXSI04E,3918,0.000000)\
-			0.000000	(t_t_x(271214,7401)$RQXU04E,3919,0.000000)\
-			0.000000	(t_t_x(271412,10073)$LELVL04M,3920,0.000000)\
-			0.000000	(t_t_x(271428,2331)$KHVL104E,3921,0.000000)\
-			0.000000	(t_t_x(271601,2654)$RASI04M,3922,0.000000)\
-			0.000000	(t_t_x(271616,6708)$RQXSI04E,3923,0.000000)\
-			0.000000	(t_t_x(272204,13036)$YB3EH04E,3924,0.000000)\
-			0.000000	(t_t_x(272234,7976)$RQXU04E,3925,0.000000)\
-			0.000000	(t_t_x(272249,3389)$EGNOR04M,3926,0.000000)\
-			0.000000	(t_t_x(272266,8797)$RQXSI04E,3927,0.000000)\
-			0.000000	(t_t_x(272287,12409)$YB3EH04E,3928,0.000000)\
-			0.000000	(t_t_x(272507,1459)$MT4AT04E,3929,0.000000)\
-			0.000000	(t_t_x(272695,9402)$RQXSI04E,3930,0.000000)\
-			0.000000	(t_t_x(272849,7399)$LGKFN04,3931,0.000000)\
-			0.000000	(t_t_x(272894,8602)$RQXU04E,3932,0.000000)\
-			0.000000	(t_t_x(273004,4273)$EGNOR04M,3933,0.000000)\
-			0.000000	(t_t_x(273032,6054)$RQXSI04E,3934,0.000000)\
-			0.000000	(t_t_x(273048,10680)$YD5WH04M,3935,0.000000)\
-			0.000000	(t_t_x(273072,8912)$RQXSI04E,3936,0.000000)\
-			0.000000	(t_t_x(273386,3598)$EGNOR04M,3937,0.000000)\
-			0.000000	(t_t_x(273540,111)$LOW304M,3938,0.000000)\
-			0.000000	(t_t_x(273545,13260)$LFPND04,3939,0.000000)\
-			0.000000	(t_t_x(273554,3615)$EBEEC04M,3940,0.000000)\
-			0.000000	(t_t_x(273555,2892)$MT4AT04E,3941,0.000000)\
-			0.000000	(t_t_x(273572,51693)$LGZAA04M,3942,0.000000)\
-			0.000000	(t_t_x(273599,53420)$LGZAA04M,3943,0.000000)\
-			0.000000	(t_t_x(273793,15859)$LELVL04M,3944,0.000000)\
-			0.000000	(t_t_x(273960,4985)$EGNOR04M,3945,0.000000)\
-			0.000000	(t_t_x(273980,2983)$PMXX04M,3946,0.000000)\
-			0.000000	(t_t_x(274216,8632)$EG11G04M,3947,0.000000)\
-			0.000000	(t_t_x(274389,11460)$LFPND04,3948,0.000000)\
-			0.000000	(t_t_x(274564,2418)$RQXSI04E,3949,0.000000)\
-			0.000000	(t_t_x(274577,7211)$YD5WH04M,3950,0.000000)\
-			0.000000	(t_t_x(274596,8054)$YD5WH04M,3951,0.000000)\
-			0.000000	(t_t_x(274616,14213)$LELVL04M,3952,0.000000)\
-			0.000000	(t_t_x(274643,5978)$EGNOR04M,3953,0.000000)\
-			0.000000	(t_t_x(274901,3910)$YD5WH04M,3954,0.000000)\
-			0.000000	(t_t_x(274934,172)$KSLN2C04,3955,0.000000)\
-			0.000000	(t_t_x(274996,3176)$RFBRT04M,3956,0.000000)\
-			0.000000	(t_t_x(275011,1390)$MT4AT04E,3957,0.000000)\
-			0.000000	(t_t_x(275027,44584)$LGZAA04M,3958,0.000000)\
-			0.000000	(t_t_x(275135,45028)$LGSRA04,3959,0.000000)\
-			0.000000	(t_t_x(275270,10169)$YB3EH04E,3960,0.000000)\
-			0.000000	(t_t_x(275272,1297)$EGNOR04M,3961,0.000000)\
-			0.000000	(t_t_x(275277,7454)$YD5WH04M,3962,0.000000)\
-			0.000000	(t_t_x(275338,2726)$FUJ04M,3963,0.000000)\
-			0.000000	(t_t_x(275522,9966)$GL4W04M,3964,0.000000)\
-			0.000000	(t_t_x(275587,6160)$EBBRA04E,3965,0.000000)\
-			0.000000	(t_t_x(275682,2106)$RFBRT04M,3966,0.000000)\
-			0.000000	(t_t_x(275809,780)$YD5WH04M,3967,0.000000)\
-			0.000000	(t_t_x(275864,16860)$LFPND04,3968,0.000000)\
-			0.000000	(t_t_x(275987,5767)$MM204,3969,0.000000)\
-			0.000000	(t_t_x(276076,11675)$KFZ4404M,3970,0.000000)\
-			0.000000	(t_t_x(276122,5196)$EG11G04M,3971,0.000000)\
-			0.000000	(t_t_x(276210,2155)$KHVL104E,3972,0.000000)\
-			0.000000	(t_t_x(276300,9264)$LCES004M,3973,0.000000)\
-			0.000000	(t_t_x(276307,7844)$LGKFN04,3974,0.000000)\
-			0.000000	(t_t_x(276531,815)$KHVL104E,3975,0.000000)\
-			0.000000	(t_t_x(276534,2211)$KHVL104E,3976,0.000000)\
-			0.000000	(t_t_x(276588,44225)$LGZAA04M,3977,0.000000)\
-			0.000000	(t_t_x(276611,5255)$RQXSI04E,3978,0.000000)\
-			0.000000	(t_t_x(276662,456)$EBEEC04M,3979,0.000000)\
-			0.000000	(t_t_x(276830,2664)$LEBAS04M,3980,0.000000)\
-			0.000000	(t_t_x(276837,7637)$RJIU04M,3981,0.000000)\
-			0.000000	(t_t_x(276838,455)$KSLN04M,3982,0.000000)\
-			0.000000	(t_t_x(276911,2759)$RNS04M,3983,0.000000)\
-			0.000000	(t_t_x(276925,12463)$RQXU04E,3984,0.000000)\
-			0.000000	(t_t_x(276959,2824)$PMXX04M,3985,0.000000)\
-			1.000000	(t_t_x(276966,9317)$EG11G04M,3986,1.000000)\
-			0.000000	(t_t_x(276972,6061)$LELVL04M,3987,0.000000)\
-			0.000000	(t_t_x(276989,10317)$LGKFN04,3988,0.000000)\
-			0.000000	(t_t_x(276991,4032)$MM204,3989,0.000000)\
-			0.000000	(t_t_x(277112,12498)$RQXU04E,3990,0.000000)\
-			0.000000	(t_t_x(277127,6407)$LGKFN04,3991,0.000000)\
-			0.000000	(t_t_x(277129,1268)$KCHI104M,3992,0.000000)\
-			0.000000	(t_t_x(277167,1105)$KSPE1P04,3993,0.000000)\
-			0.000000	(t_t_x(277190,6951)$EG11G04M,3994,0.000000)\
-			0.000000	(t_t_x(277197,12290)$RJIU04M,3995,0.000000)\
-			0.000000	(t_t_x(277201,1416)$KHVL104E,3996,0.000000)\
-			0.000000	(t_t_x(277232,5696)$LEBAS04M,3997,0.000000)\
-			0.000000	(t_t_x(277243,1020)$KSPE1P04,3998,0.000000)\
-			0.000000	(t_t_x(277278,2534)$RASI04M,3999,0.000000)\
-			0.000000	(t_t_x(277284,3764)$EBBRA04E,4000,0.000000)\
-			0.000000	(t_t_x(277296,3869)$MM204,4001,0.000000)\
-			0.000000	(t_t_x(277313,9867)$YB3EH04E,4002,0.000000)\
-			0.000000	(t_t_x(277361,13260)$LFPND04,4003,0.000000)\
-			0.000000	(t_t_x(277366,10000)$LFPNA04,4004,0.000000)\
-			0.000000	(t_t_x(277387,7055)$YB3EH04E,4005,0.000000)\
-			0.000000	(t_t_x(277424,9253)$EGNOR04M,4006,0.000000)\
-			0.000000	(t_t_x(277425,3191)$KFZ4404M,4007,0.000000)\
-			0.000000	(t_t_x(277434,3671)$EG11G04M,4008,0.000000)\
-			0.000000	(t_t_x(277445,6620)$LEMDAT04,4009,0.000000)\
-			0.000000	(t_t_x(277463,7842)$LGKFN04,4010,0.000000)\
-			0.000000	(t_t_x(277472,7171)$EG11G04M,4011,0.000000)\
-			0.000000	(t_t_x(277484,496)$YB3EH04E,4012,0.000000)\
-			0.000000	(t_t_x(277533,2760)$KSPE1P04,4013,0.000000)\
-			0.000000	(t_t_x(277562,961)$YH5MH04M,4014,0.000000)\
-			0.000000	(t_t_x(277591,10169)$RQXU04E,4015,0.000000)\
-			0.000000	(t_t_x(277598,8860)$KSLN04M,4016,0.000000)\
-			0.000000	(t_t_x(277602,54847)$LGZAA04M,4017,0.000000)\
-			0.000000	(t_t_x(277703,1676)$KHVL104E,4018,0.000000)\
-			0.000000	(t_t_x(277744,3242)$GL4W04M,4019,0.000000)\
-			0.000000	(t_t_x(277826,7552)$RJIU04M,4020,0.000000)\
-			0.000000	(t_t_x(277829,27618)$LGSRA04,4021,0.000000)\
-			0.000000	(t_t_x(277917,458)$BR404M,4022,0.000000)\
-			0.000000	(t_t_x(277924,9465)$YB3EH04E,4023,0.000000)\
-			0.000000	(t_t_x(277936,7407)$LGKFN04,4024,0.000000)\
-			0.000000	(t_t_x(278026,1661)$YD5WH04M,4025,0.000000)\
-			0.000000	(t_t_x(278036,10450)$RJIU04M,4026,0.000000)\
-			0.000000	(t_t_x(278037,660)$YD5WH04M,4027,0.000000)\
-			0.000000	(t_t_x(278067,5547)$EG11G04M,4028,0.000000)\
-			0.000000	(t_t_x(278123,3560)$EGNOR04M,4029,0.000000)\
-			0.000000	(t_t_x(278149,3803)$EGNOR04M,4030,0.000000)\
-			0.000000	(t_t_x(278154,4136)$YH5MH04M,4031,0.000000)\
-			0.000000	(t_t_x(278158,280)$YB3EH04M,4032,0.000000)\
-			0.000000	(t_t_x(278162,12323)$YB3EH04E,4033,0.000000)\
-			0.000000	(t_t_x(278185,13320)$YB3EH04E,4034,0.000000)\
-			0.000000	(t_t_x(278209,3600)$KHVL104E,4035,0.000000)\
-			0.000000	(t_t_x(278261,6450)$KFZ4404M,4036,0.000000)\
-			0.000000	(t_t_x(278295,7040)$RNI04M,4037,0.000000)\
-			0.000000	(t_t_x(278320,6298)$EGNOR04M,4038,0.000000)\
-			0.000000	(t_t_x(278322,2211)$YH5MH04M,4039,0.000000)\
-			1.000000	(t_t_x(278386,7190)$EGNOR04M,4040,1.000000)\
-			0.000000	(t_t_x(278487,1129)$YH5MH04M,4041,0.000000)\
-			0.000000	(t_t_x(278529,7187)$LELVU04,4042,0.000000)\
-			1.000000	(t_t_x(278554,731)$GL4W04M,4043,1.000000)\
-			0.000000	(t_t_x(278555,7557)$KFZ4404M,4044,0.000000)\
-			0.000000	(t_t_x(278562,2668)$YBOLN04M,4045,0.000000)\
-			0.000000	(t_t_x(278564,6773)$EGPFA04,4046,0.000000)\
-			0.000000	(t_t_x(278565,3360)$LELVU04,4047,0.000000)\
-			0.000000	(t_t_x(278590,8846)$EGNOR04M,4048,0.000000)\
-			0.000000	(t_t_x(278592,6162)$LELVU04,4049,0.000000)\
-			0.000000	(t_t_x(278598,8921)$EGNOR04M,4050,0.000000)\
-			0.000000	(t_t_x(278603,8150)$EGNOR04M,4051,0.000000)\
-			0.000000	(t_t_x(278607,472)$MM304,4052,0.000000)\
-			0.000000	(t_t_x(278647,4676)$EHAMA04,4053,0.000000)\
-			0.000000	(t_t_x(278651,1852)$YB5KL04E,4054,0.000000)\
-			0.000000	(t_t_x(278663,8145)$EGNOR04M,4055,0.000000)\
-			0.000000	(t_t_x(278669,2831)$EHAMA04,4056,0.000000)\
-			0.000000	(t_t_x(278681,4358)$EHAMA04,4057,0.000000)\
-			0.000000	(t_t_x(278783,2938)$YB5KL04E,4058,0.000000)\
-			0.000000	(t_t_x(278814,8718)$YB3EH04E,4059,0.000000)\
-			0.000000	(t_t_x(278830,11819)$RQXU04E,4060,0.000000)\
-			0.000000	(t_t_x(278839,3002)$EBEEC04M,4061,0.000000)\
-			0.000000	(t_t_x(278855,2332)$YH5MH04M,4062,0.000000)\
-			0.000000	(t_t_x(278862,285)$KFZ4404E,4063,0.000000)\
-			0.000000	(t_t_x(278871,4560)$YB3EH04E,4064,0.000000)\
-			0.000000	(t_t_x(278872,2402)$EG11G04M,4065,0.000000)\
-			0.000000	(t_t_x(278885,10501)$RQXU04E,4066,0.000000)\
-			0.000000	(t_t_x(278889,1477)$KHVL104E,4067,0.000000)\
-			0.000000	(t_t_x(278911,1818)$KFZ4404E,4068,0.000000)\
-			0.000000	(t_t_x(278920,12508)$YB3EH04E,4069,0.000000)\
-			1.000000	(t_t_x(278940,3060)$GL4W04M,4070,1.000000)\
-			0.000000	(t_t_x(278945,4069)$LFMDA04A,4071,0.000000)\
-			0.000000	(t_t_x(279006,1335)$BKED1204,4072,0.000000)\
-			0.000000	(t_t_x(279011,26356)$LGZAA04M,4073,0.000000)\
-			0.000000	(t_t_x(279048,739)$KHVL104E,4074,0.000000)\
-			0.000000	(t_t_x(279142,10783)$RQXU04E,4075,0.000000)\
-			0.000000	(t_t_x(279160,2137)$EBEEC04M,4076,0.000000)\
-			0.000000	(t_t_x(279163,3121)$YH5MH04M,4077,0.000000)\
-			0.000000	(t_t_x(279186,9577)$YB3EH04A,4078,0.000000)\
-			0.000000	(t_t_x(279192,132)$MM204,4079,0.000000)\
-			0.000000	(t_t_x(279241,2937)$EGNOR04M,4080,0.000000)\
-			0.000000	(t_t_x(279243,2640)$KSPE1P04,4081,0.000000)\
-			0.000000	(t_t_x(279250,975)$KSPE1P04,4082,0.000000)\
-			0.000000	(t_t_x(279259,1278)$YH5MH04M,4083,0.000000)\
-			0.000000	(t_t_x(279261,36717)$LGSRA04,4084,0.000000)\
-			0.000000	(t_t_x(279279,11503)$YB3EH04E,4085,0.000000)\
-			0.000000	(t_t_x(279300,3968)$LCS12W03,4086,0.000000)\
-			0.000000	(t_t_x(279312,3240)$KSPE1P04,4087,0.000000)\
-			0.000000	(t_t_x(279318,3300)$LCES004M,4088,0.000000)\
-			0.000000	(t_t_x(279339,5252)$YBOLN04M,4089,0.000000)\
-			1.000000	(t_t_x(279340,6720)$YB3EH04E,4090,1.000000)\
-			0.000000	(t_t_x(279347,583)$KSPE1P04,4091,0.000000)\
-			0.000000	(t_t_x(279349,3159)$YH5MH04M,4092,0.000000)\
-			0.000000	(t_t_x(279395,9296)$YB3EH04E,4093,0.000000)\
-			0.000000	(t_t_x(279398,1667)$YH5MH04M,4094,0.000000)\
-			0.000000	(t_t_x(279403,3000)$KSPE1P04,4095,0.000000)\
-			0.000000	(t_t_x(279405,440)$KFZ4404E,4096,0.000000)\
-			0.000000	(t_t_x(279409,875)$YH5MH04M,4097,0.000000)\
-			0.000000	(t_t_x(279411,2820)$KSPE1P04,4098,0.000000)\
-			0.000000	(t_t_x(279431,10729)$YB3EH04E,4099,0.000000)\
-			0.000000	(t_t_x(279450,3439)$MT4AT04E,4100,0.000000)\
-			0.000000	(t_t_x(279467,1554)$YH5MH04M,4101,0.000000)\
-			0.000000	(t_t_x(279482,9975)$YB3EH04E,4102,0.000000)\
-			0.000000	(t_t_x(279485,1368)$KHVL104E,4103,0.000000)\
-			0.000000	(t_t_x(279494,7905)$EGPFA04,4104,0.000000)\
-			1.000000	(t_t_x(279524,1097)$KFZ4404E,4105,1.000000)\
-			0.000000	(t_t_x(279544,2370)$RFBRT04M,4106,0.000000)\
-			0.000000	(t_t_x(279552,3336)$EBBRA04E,4107,0.000000)\
-			0.000000	(t_t_x(279592,1972)$YH5MH04M,4108,0.000000)\
-			0.000000	(t_t_x(279621,1225)$YH5MH04M,4109,0.000000)\
-			0.000000	(t_t_x(279622,6436)$EGPFA04,4110,0.000000)\
-			0.000000	(t_t_x(279627,5078)$EGPFA04,4111,0.000000)\
-			1.000000	(t_t_x(279642,1375)$KHVL104E,4112,1.000000)\
-			0.000000	(t_t_x(279651,9956)$YB3EH04E,4113,0.000000)\
-			1.000000	(t_t_x(279652,2337)$KSPE1P04,4114,1.000000)\
-			0.000000	(t_t_x(279686,8400)$YB3EH04E,4115,0.000000)\
-			0.000000	(t_t_x(279687,2926)$LGRPA04M,4116,0.000000)\
-			1.000000	(t_t_x(279690,4630)$EGPFA04,4117,1.000000)\
-			0.000000	(t_t_x(279693,1122)$YH5MH04M,4118,0.000000)\
-			0.000000	(t_t_x(279716,3420)$LELVU04,4119,0.000000)\
-			1.000000	(t_t_x(279721,9335)$EGNOR04M,4120,1.000000)\
-			0.000000	(t_t_x(279734,12307)$YB3EH04E,4121,0.000000)\
-			0.000000	(t_t_x(279735,1036)$KSPE1P04,4122,0.000000)\
-			0.000000	(t_t_x(279756,2939)$KSPE1P04,4123,0.000000)\
-			0.000000	(t_t_x(279791,5020)$EHAMA04,4124,0.000000)\
-			1.000000	(t_t_x(279801,4007)$EHAMA04,4125,1.000000)\
-			0.000000	(t_t_x(279804,2024)$YH5MH04M,4126,0.000000)\
-			1.000000	(t_t_x(279817,6060)$EGNOR04M,4127,1.000000)\
-			0.000000	(t_t_x(279827,12860)$KFZ4404M,4128,0.000000)\
-			0.000000	(t_t_x(279832,4223)$YB5KL04E,4129,0.000000)\
-			0.000000	(t_t_x(279834,1116)$KFZ4404E,4130,0.000000)\
-			0.000000	(t_t_x(279882,2502)$LCS12W03,4131,0.000000)\
-			0.000000	(t_t_x(279885,9166)$EGNOR04M,4132,0.000000)\
-			0.000000	(t_t_x(279887,35963)$LGSRA04,4133,0.000000)\
-			0.000000	(t_t_x(279893,3766)$EHAMA04,4134,0.000000)\
-			0.000000	(t_t_x(279896,2370)$RASI04M,4135,0.000000)\
-			0.000000	(t_t_x(279899,423)$KFZ4404E,4136,0.000000)\
-			0.000000	(t_t_x(279900,2560)$KFZ4404E,4137,0.000000)\
-			0.000000	(t_t_x(279930,1091)$LGKFN04,4138,0.000000)\
-			0.000000	(t_t_x(279946,5207)$EHAMA04,4139,0.000000)\
-			0.000000	(t_t_x(279962,6337)$LGRPA04M,4140,0.000000)\
-			1.000000	(t_t_x(279965,3535)$LEBAS04M,4141,1.000000)\
-			0.000000	(t_t_x(279969,1168)$RFBRT04M,4142,0.000000)\
-			0.000000	(t_t_x(280002,4080)$LELVU04,4143,0.000000)\
-			0.000000	(t_t_x(280018,2854)$FUJ04M,4144,0.000000)\
-			0.000000	(t_t_x(280021,5965)$EGNOR04M,4145,0.000000)\
-			0.000000	(t_t_x(280033,5189)$EHAMA04,4146,0.000000)\
-			0.000000	(t_t_x(280088,3227)$RMZSI04,4147,0.000000)\
-			1.000000	(t_t_x(280103,3731)$KSPE104D,4148,1.000000)\
-			0.000000	(t_t_x(280104,7388)$LFMDA04A,4149,0.000000)\
-			0.000000	(t_t_x(280115,2556)$KWUR1C04,4150,0.000000)\
-			0.000000	(t_t_x(280122,2534)$KWUR404E,4151,0.000000)\
-			0.000000	(t_t_x(280142,5068)$EHAMA04,4152,0.000000)\
-			0.000000	(t_t_x(280143,11751)$YB3EH04E,4153,0.000000)\
-			0.000000	(t_t_x(280153,9060)$LCES004M,4154,0.000000)\
-			0.000000	(t_t_x(280157,6982)$RMZU04E,4155,0.000000)\
-			0.000000	(t_t_x(280174,7409)$KSPE1P04,4156,0.000000)\
-			0.000000	(t_t_x(280192,989)$YH5MH04M,4157,0.000000)\
-			0.000000	(t_t_x(280203,5796)$RMZU04,4158,0.000000)\
-			0.000000	(t_t_x(280212,25651)$LGSRA04,4159,0.000000)\
-			0.000000	(t_t_x(280221,10308)$YB3EH04E,4160,0.000000)\
-			0.000000	(t_t_x(280245,10200)$RQXSI04E,4161,0.000000)\
-			0.000000	(t_t_x(280252,10560)$RQXSI04E,4162,0.000000)\
-			0.000000	(t_t_x(280263,2949)$KWUR404E,4163,0.000000)\
-			0.000000	(t_t_x(280274,10440)$RQXSI04E,4164,0.000000)\
-			1.000000	(t_t_x(280277,1380)$RVKWS04,4165,1.000000)\
-			0.000000	(t_t_x(280278,8871)$EGNOR04M,4166,0.000000)\
-			0.000000	(t_t_x(280283,967)$YH5MH04M,4167,0.000000)\
-			0.000000	(t_t_x(280319,6180)$LELVU04,4168,0.000000)\
-			0.000000	(t_t_x(280331,9480)$RQXU04E,4169,0.000000)\
-			0.000000	(t_t_x(280365,9616)$LELVL04M,4170,0.000000)\
-			0.000000	(t_t_x(280374,12405)$YB3EH04E,4171,0.000000)\
-			0.000000	(t_t_x(280391,6661)$RMZU04E,4172,0.000000)\
-			0.000000	(t_t_x(280396,3485)$YBOLN04M,4173,0.000000)\
-			0.000000	(t_t_x(280411,46791)$LGZAA04M,4174,0.000000)\
-			0.000000	(t_t_x(280428,11582)$YB3EH04E,4175,0.000000)\
-			0.000000	(t_t_x(280430,27033)$LGZAA04M,4176,0.000000)\
-			0.000000	(t_t_x(280453,3447)$EBBRA04E,4177,0.000000)\
-			0.000000	(t_t_x(280458,1168)$EBEEC04M,4178,0.000000)\
-			1.000000	(t_t_x(280474,8808)$LGKFN04,4179,1.000000)\
-			0.000000	(t_t_x(280491,172)$RASI04M,4180,0.000000)\
-			0.000000	(t_t_x(280578,1084)$RQXU04E,4181,0.000000)\
-			0.000000	(t_t_x(280579,2349)$EGNOR04M,4182,0.000000)\
-			0.000000	(t_t_x(280607,6060)$YB5WH04M,4183,0.000000)\
-			1.000000	(t_t_x(280608,16011)$KFZ4404M,4184,1.000000)\
-			0.000000	(t_t_x(280645,10771)$YB3EH04E,4185,0.000000)\
-			0.000000	(t_t_x(280666,3894)$KSLN04A,4186,0.000000)\
-			0.000000	(t_t_x(280667,17418)$LGSRA04,4187,0.000000)\
-			0.000000	(t_t_x(280671,4008)$LFMDA04A,4188,0.000000)\
-			0.000000	(t_t_x(280706,8820)$RQXSI04E,4189,0.000000)\
-			0.000000	(t_t_x(280744,6864)$LEBAS04A,4190,0.000000)\
-			0.000000	(t_t_x(280754,5367)$KSLN04M,4191,0.000000)\
-			1.000000	(t_t_x(280768,9297)$KFZ4404M,4192,1.000000)\
-			0.000000	(t_t_x(280779,4332)$KSAL1204,4193,0.000000)\
-			0.000000	(t_t_x(280781,8563)$LGKFN04,4194,0.000000)\
-			0.000000	(t_t_x(280791,522)$KCHI104M,4195,0.000000)\
-			0.000000	(t_t_x(280798,11671)$YB3EH04A,4196,0.000000)\
-			0.000000	(t_t_x(280804,4274)$RMZU04E,4197,0.000000)\
-			0.000000	(t_t_x(280807,10068)$KFZ4404M,4198,0.000000)\
-			0.000000	(t_t_x(280810,6509)$RMZU04,4199,0.000000)\
-			0.000000	(t_t_x(280815,6660)$KSPE104D,4200,0.000000)\
-			0.000000	(t_t_x(280825,8100)$LGKFN04,4201,0.000000)\
-			0.000000	(t_t_x(280871,5136)$LELVU04,4202,0.000000)\
-			0.000000	(t_t_x(280895,6877)$RVKWU04M,4203,0.000000)\
-			0.000000	(t_t_x(280928,7247)$KFZ4404M,4204,0.000000)\
-			0.000000	(t_t_x(281048,7787)$LGKFN04,4205,0.000000)\
-			1.000000	(t_t_x(281058,4205)$KFZ4404M,4206,1.000000)\
-			0.000000	(t_t_x(281059,10054)$YB3EH04E,4207,0.000000)\
-			0.000000	(t_t_x(281074,3386)$RMZU04E,4208,0.000000)\
-			0.000000	(t_t_x(281090,252)$EBBRA04E,4209,0.000000)\
-			0.000000	(t_t_x(281091,5509)$YB3EH04A,4210,0.000000)\
-			1.000000	(t_t_x(281143,7974)$LGKFN04,4211,1.000000)\
-			0.000000	(t_t_x(281148,3539)$LGRPA04M,4212,0.000000)\
-			0.000000	(t_t_x(281160,9260)$KWUR404E,4213,0.000000)\
-			0.000000	(t_t_x(281174,8952)$YB3EH04E,4214,0.000000)\
-			0.000000	(t_t_x(281185,7200)$EGNOR04M,4215,0.000000)\
-			0.000000	(t_t_x(281253,2954)$LGSRA04,4216,0.000000)\
-			0.000000	(t_t_x(281256,5222)$RMZU04,4217,0.000000)\
-			0.000000	(t_t_x(281290,10448)$RQXU04E,4218,0.000000)\
-			0.000000	(t_t_x(281293,1773)$KFZ4404E,4219,0.000000)\
-			0.000000	(t_t_x(281297,1698)$EHAMA04,4220,0.000000)\
-			0.000000	(t_t_x(281301,4260)$LFPND04,4221,0.000000)\
-			1.000000	(t_t_x(281304,3673)$KSPE1P04,4222,1.000000)\
-			0.000000	(t_t_x(281334,5702)$RVKWU04M,4223,0.000000)\
-			0.000000	(t_t_x(281346,7020)$RQXSI04E,4224,0.000000)\
-			0.000000	(t_t_x(281348,12811)$KFZ4404M,4225,0.000000)\
-			0.000000	(t_t_x(281349,9920)$RQXSI04E,4226,0.000000)\
-			0.000000	(t_t_x(281359,4700)$PMXX04M,4227,0.000000)\
-			0.000000	(t_t_x(281372,44909)$LGSRA04,4228,0.000000)\
-			1.000000	(t_t_x(281447,9137)$YB3EH04A,4229,1.000000)\
-			0.000000	(t_t_x(281466,4261)$EGNOR04M,4230,0.000000)\
-			0.000000	(t_t_x(281483,4483)$EGNOR04M,4231,0.000000)\
-			0.000000	(t_t_x(281485,3648)$LELVU04,4232,0.000000)\
-			0.000000	(t_t_x(281487,3982)$RMZU04E,4233,0.000000)\
-			0.000000	(t_t_x(281511,26110)$LGSRA04,4234,0.000000)\
-			0.000000	(t_t_x(281523,1591)$EHAMA04,4235,0.000000)\
-			0.000000	(t_t_x(281534,4095)$LGRPA04M,4236,0.000000)\
-			0.000000	(t_t_x(281596,3767)$YB5KL04E,4237,0.000000)\
-			0.000000	(t_t_x(281599,7390)$RQXU04E,4238,0.000000)\
-			0.000000	(t_t_x(281613,884)$CPRFBR04,4239,0.000000)\
-			0.000000	(t_t_x(281643,1901)$YB5KL04E,4240,0.000000)\
-			0.000000	(t_t_x(281674,2758)$KSPE1P04,4241,0.000000)\
-			0.000000	(t_t_x(281690,3307)$KWUR404E,4242,0.000000)\
-			0.000000	(t_t_x(281715,2352)$LGRPA04,4243,0.000000)\
-			0.000000	(t_t_x(281723,8719)$LELVL04M,4244,0.000000)\
-			0.000000	(t_t_x(281749,10560)$YB3EH04E,4245,0.000000)\
-			0.000000	(t_t_x(281755,11253)$YB3EH04A,4246,0.000000)\
-			1.000000	(t_t_x(281774,12818)$RQXSI04E,4247,1.000000)\
-			0.000000	(t_t_x(281776,42616)$LGSRA04,4248,0.000000)\
-			0.000000	(t_t_x(281824,3000)$RVKWU04M,4249,0.000000)\
-			0.000000	(t_t_x(281881,2759)$RMZSI04,4250,0.000000)\
-			0.000000	(t_t_x(281887,2945)$LELVL04M,4251,0.000000)\
-			0.000000	(t_t_x(281891,2392)$KWUR404E,4252,0.000000)\
-			0.000000	(t_t_x(281894,4087)$KSPE1P04,4253,0.000000)\
-			0.000000	(t_t_x(281905,898)$YH5MH04M,4254,0.000000)\
-			0.000000	(t_t_x(281910,4490)$KSLN04M,4255,0.000000)\
-			0.000000	(t_t_x(281915,2039)$LCS12W03,4256,0.000000)\
-			0.000000	(t_t_x(281922,2793)$YB5KL04E,4257,0.000000)\
-			0.000000	(t_t_x(281923,9637)$YB3EH04A,4258,0.000000)\
-			1.000000	(t_t_x(281925,4781)$EBBRA04E,4259,1.000000)\
-			0.000000	(t_t_x(281946,2458)$KSPE1P04,4260,0.000000)\
-			0.000000	(t_t_x(281951,12321)$RQXSI04E,4261,0.000000)\
-			0.000000	(t_t_x(281962,5110)$PMXX04M,4262,0.000000)\
-			0.000000	(t_t_x(281983,11611)$YB3EH04E,4263,0.000000)\
-			0.000000	(t_t_x(281989,3146)$YH5MH04M,4264,0.000000)\
-			0.000000	(t_t_x(282046,7053)$YB3EH04E,4265,0.000000)\
-			0.000000	(t_t_x(282057,2344)$KWUR404E,4266,0.000000)\
-			0.000000	(t_t_x(282070,2129)$RQXU04E,4267,0.000000)\
-			0.000000	(t_t_x(282085,1292)$CPGSE04,4268,0.000000)\
-			0.000000	(t_t_x(282090,4860)$LELVL04M,4269,0.000000)\
-			0.000000	(t_t_x(282099,4845)$EG11G04M,4270,0.000000)\
-			0.000000	(t_t_x(282115,5918)$RMZU04,4271,0.000000)\
-			0.000000	(t_t_x(282121,4972)$KSPE104D,4272,0.000000)\
-			0.000000	(t_t_x(282129,11423)$LGZAA04M,4273,0.000000)\
-			0.000000	(t_t_x(282158,1145)$LGRPA04M,4274,0.000000)\
-			0.000000	(t_t_x(282176,971)$RMZU04E,4275,0.000000)\
-			0.000000	(t_t_x(282205,5549)$YB3EH04E,4276,0.000000)\
-			0.000000	(t_t_x(282259,5397)$YB5WH04M,4277,0.000000)\
-			0.000000	(t_t_x(282278,3010)$YH5MH04M,4278,0.000000)\
-			0.000000	(t_t_x(282283,10443)$RMZU04,4279,0.000000)\
-			0.000000	(t_t_x(282303,1725)$YBOLN04M,4280,0.000000)\
-			0.000000	(t_t_x(282313,10753)$RQXSI04E,4281,0.000000)\
-			0.000000	(t_t_x(282374,6856)$RVKWU04M,4282,0.000000)\
-			0.000000	(t_t_x(282416,1256)$RASI04M,4283,0.000000)\
-			0.000000	(t_t_x(282417,10469)$RQXU04E,4284,0.000000)\
-			0.000000	(t_t_x(282430,4174)$EBBRA04E,4285,0.000000)\
-			0.000000	(t_t_x(282460,1841)$EBBRA04E,4286,0.000000)\
-			0.000000	(t_t_x(282467,3314)$KWUR404E,4287,0.000000)\
-			0.000000	(t_t_x(282480,9415)$RQXSI04E,4288,0.000000)\
-			1.000000	(t_t_x(282492,11931)$LELVL04M,4289,1.000000)\
-			0.000000	(t_t_x(282505,1626)$RFBRT04M,4290,0.000000)\
-			0.000000	(t_t_x(282514,2121)$RQXSI04E,4291,0.000000)\
-			0.000000	(t_t_x(282582,1838)$KWUR404E,4292,0.000000)\
-			0.000000	(t_t_x(282583,6860)$PMXX04M,4293,0.000000)\
-			0.000000	(t_t_x(282592,6305)$LEBAS04A,4294,0.000000)\
-			0.000000	(t_t_x(282606,5435)$LEBAS04A,4295,0.000000)\
-			0.000000	(t_t_x(282620,4904)$YB3EH04A,4296,0.000000)\
-			0.000000	(t_t_x(282623,1817)$CPGSE04,4297,0.000000)\
-			0.000000	(t_t_x(282645,9934)$RQXU04E,4298,0.000000)\
-			0.000000	(t_t_x(282648,2503)$MT4AT04E,4299,0.000000)\
-			0.000000	(t_t_x(282657,12042)$YB3EH04E,4300,0.000000)\
-			0.000000	(t_t_x(282660,8682)$GL4W04M,4301,0.000000)\
-			0.000000	(t_t_x(282665,43984)$LGSRA04,4302,0.000000)\
-			0.000000	(t_t_x(282677,8132)$YB3EH04E,4303,0.000000)\
-			0.000000	(t_t_x(282696,23)$KFZ4404E,4304,0.000000)\
-			0.000000	(t_t_x(282720,922)$KWUR404E,4305,0.000000)\
-			0.000000	(t_t_x(282727,8100)$LGKFN04,4306,0.000000)\
-			0.000000	(t_t_x(282752,2032)$KSLN04A,4307,0.000000)\
-			0.000000	(t_t_x(282755,1528)$KWUR404E,4308,0.000000)\
-			0.000000	(t_t_x(282784,7505)$RQXSI04E,4309,0.000000)\
-			0.000000	(t_t_x(282785,3501)$YB3EH04E,4310,0.000000)\
-			0.000000	(t_t_x(282807,1029)$LGKFN04,4311,0.000000)\
-			0.000000	(t_t_x(282822,12)$PMXX04M,4312,0.000000)\
-			0.000000	(t_t_x(282837,5071)$LEBAS04M,4313,0.000000)\
-			0.000000	(t_t_x(282854,12528)$RQXSI04E,4314,0.000000)\
-			0.000000	(t_t_x(282859,10197)$RQXSI04E,4315,0.000000)\
-			0.000000	(t_t_x(282860,12576)$YB3EH04E,4316,0.000000)\
-			0.000000	(t_t_x(282878,12378)$YB3EH04E,4317,0.000000)\
-			0.000000	(t_t_x(282882,980)$LOW304M,4318,0.000000)\
-			0.000000	(t_t_x(282890,4962)$EGNOR04M,4319,0.000000)\
-			0.000000	(t_t_x(282894,1562)$YB3EH04E,4320,0.000000)\
-			1.000000	(t_t_x(282904,944)$EGNOR04M,4321,1.000000)\
-			0.000000	(t_t_x(282912,9300)$RQXU04E,4322,0.000000)\
-			0.000000	(t_t_x(282924,6963)$RASI04M,4323,0.000000)\
-			0.000000	(t_t_x(282933,7487)$RASI04M,4324,0.000000)\
-			0.000000	(t_t_x(282954,8972)$RQXSI04E,4325,0.000000)\
-			0.000000	(t_t_x(282961,1044)$KFZ4404E,4326,0.000000)\
-			0.000000	(t_t_x(282964,42545)$LGSRA04,4327,0.000000)\
-			0.000000	(t_t_x(282986,4589)$YB3EH04E,4328,0.000000)\
-			0.000000	(t_t_x(283000,2176)$EBEEC04M,4329,0.000000)\
-			1.000000	(t_t_x(283005,8040)$RVKWU04M,4330,1.000000)\
-			0.000000	(t_t_x(283036,8696)$KFZ4404M,4331,0.000000)\
-			1.000000	(t_t_x(283037,18529)$LGZAA04M,4332,1.000000)\
-			0.000000	(t_t_x(283042,25010)$LGZAA04M,4333,0.000000)\
-			0.000000	(t_t_x(283045,6556)$RASI04M,4334,0.000000)\
-			1.000000	(t_t_x(283050,437)$CPRFBR04,4335,1.000000)\
-			0.000000	(t_t_x(283072,6002)$RASI04M,4336,0.000000)\
-			0.000000	(t_t_x(283087,1113)$CPRFBR04,4337,0.000000)\
-			0.000000	(t_t_x(283092,821)$KFZ4404E,4338,0.000000)\
-			0.000000	(t_t_x(283094,6180)$YB3EH04E,4339,0.000000)\
-			0.000000	(t_t_x(283102,9889)$YB3EH04E,4340,0.000000)\
-			0.000000	(t_t_x(283115,16360)$LELVL104,4341,0.000000)\
-			0.000000	(t_t_x(283117,10489)$YB3EH04E,4342,0.000000)\
-			0.000000	(t_t_x(283123,537)$KCHI104M,4343,0.000000)\
-			0.000000	(t_t_x(283128,3295)$YB3EH04E,4344,0.000000)\
-			0.000000	(t_t_x(283139,215)$RMZSI04M,4345,0.000000)\
-			0.000000	(t_t_x(283140,10910)$YB3EH04E,4346,0.000000)\
-			0.000000	(t_t_x(283194,4985)$PMXX04M,4347,0.000000)\
-			0.000000	(t_t_x(283209,5999)$RMZU04E,4348,0.000000)\
-			0.000000	(t_t_x(283211,5698)$RMZU04E,4349,0.000000)\
-			1.000000	(t_t_x(283232,7997)$RVKWU04M,4350,1.000000)\
-			0.000000	(t_t_x(283233,7380)$RVKWU04M,4351,0.000000)\
-			0.000000	(t_t_x(283253,6169)$RASI04M,4352,0.000000)\
-			0.000000	(t_t_x(283254,5237)$EGNOR04M,4353,0.000000)\
-			0.000000	(t_t_x(283256,4931)$EGNOR04M,4354,0.000000)\
-			0.000000	(t_t_x(283258,1418)$RMZU04E,4355,0.000000)\
-			0.000000	(t_t_x(283259,4923)$EGNOR04M,4356,0.000000)\
-			0.000000	(t_t_x(283272,9947)$RQXSI04E,4357,0.000000)\
-			0.000000	(t_t_x(283288,1569)$KSLN04A,4358,0.000000)\
-			0.000000	(t_t_x(283289,1437)$RMZU04,4359,0.000000)\
-			0.000000	(t_t_x(283302,5071)$YB3EH04E,4360,0.000000)\
-			0.000000	(t_t_x(283305,2198)$KSLN04A,4361,0.000000)\
-			0.000000	(t_t_x(283333,11503)$YB3EH04E,4362,0.000000)\
-			1.000000	(t_t_x(283343,10983)$YB3EH04E,4363,1.000000)\
-			0.000000	(t_t_x(283356,7003)$MM304,4364,0.000000)\
-			0.000000	(t_t_x(283373,3095)$KWUR404E,4365,0.000000)\
-			0.000000	(t_t_x(283389,2066)$RQXSI04E,4366,0.000000)\
-			0.000000	(t_t_x(283392,6549)$RQXU04E,4367,0.000000)\
-			0.000000	(t_t_x(283414,6276)$YB3EH04E,4368,0.000000)\
-			0.000000	(t_t_x(283432,7560)$RVKWU04M,4369,0.000000)\
-			0.000000	(t_t_x(283444,51025)$LGZAA04M,4370,0.000000)\
-			0.000000	(t_t_x(283452,3810)$RMZU04,4371,0.000000)\
-			0.000000	(t_t_x(283458,2032)$RMZSI04,4372,0.000000)\
-			0.000000	(t_t_x(283464,5239)$YB3EH04A,4373,0.000000)\
-			0.000000	(t_t_x(283468,7488)$RQXSI04E,4374,0.000000)\
-			0.000000	(t_t_x(283489,5807)$RVKWU04M,4375,0.000000)\
-			0.000000	(t_t_x(283510,5699)$RMZU04E,4376,0.000000)\
-			0.000000	(t_t_x(283526,13213)$KFZ4404M,4377,0.000000)\
-			0.000000	(t_t_x(283544,33739)$LGZAA04M,4378,0.000000)\
-			0.000000	(t_t_x(283549,19294)$KFZ4404M,4379,0.000000)\
-			0.000000	(t_t_x(283558,469)$YB3EH04E,4380,0.000000)\
-			0.000000	(t_t_x(283559,7772)$LGKFN04,4381,0.000000)\
-			0.000000	(t_t_x(283561,44055)$LGZAA04M,4382,0.000000)\
-			0.000000	(t_t_x(283562,4494)$PMXX04M,4383,0.000000)\
-			0.000000	(t_t_x(283584,5760)$YB3EH04E,4384,0.000000)\
-			0.000000	(t_t_x(283593,13600)$KFZ4404M,4385,0.000000)\
-			0.000000	(t_t_x(283605,5238)$RASI04M,4386,0.000000)\
-			0.000000	(t_t_x(283607,6011)$EBEEC04M,4387,0.000000)\
-			0.000000	(t_t_x(283663,1953)$RQXSI04E,4388,0.000000)\
-			0.000000	(t_t_x(283667,1610)$YB3EH04E,4389,0.000000)\
-			0.000000	(t_t_x(283688,8364)$RQXSI04E,4390,0.000000)\
-			0.000000	(t_t_x(283706,14684)$KFZ4404M,4391,0.000000)\
-			0.000000	(t_t_x(283711,10200)$LELVL104,4392,0.000000)\
-			0.000000	(t_t_x(283716,225)$LEBAS04A,4393,0.000000)\
-			0.000000	(t_t_x(283734,10134)$EG11G04M,4394,0.000000)\
-			1.000000	(t_t_x(283735,9391)$EG11G04M,4395,1.000000)\
-			0.000000	(t_t_x(283746,2698)$RNS04M,4396,0.000000)\
-			0.000000	(t_t_x(283750,6420)$EG11G04M,4397,0.000000)\
-			0.000000	(t_t_x(283751,8618)$RQXSI04E,4398,0.000000)\
-			0.000000	(t_t_x(283760,2473)$FUJ04M,4399,0.000000)\
-			0.000000	(t_t_x(283795,6542)$RVKWU04M,4400,0.000000)\
-			0.000000	(t_t_x(283812,6068)$RQXU04E,4401,0.000000)\
-			0.000000	(t_t_x(283821,1446)$KWUR404E,4402,0.000000)\
-			0.000000	(t_t_x(283823,5160)$YB3EH04E,4403,0.000000)\
-			0.000000	(t_t_x(283829,8081)$YB3EH04E,4404,0.000000)\
-			0.000000	(t_t_x(283853,4979)$RMZU04E,4405,0.000000)\
-			0.000000	(t_t_x(283862,1028)$RASI04M,4406,0.000000)\
-			0.000000	(t_t_x(283872,12540)$LELVL04M,4407,0.000000)\
-			0.000000	(t_t_x(283889,6194)$LELVL04M,4408,0.000000)\
-			0.000000	(t_t_x(283895,8480)$EG11G04M,4409,0.000000)\
-			0.000000	(t_t_x(283921,5264)$EGNOR04M,4410,0.000000)\
-			0.000000	(t_t_x(283941,1190)$CPRFBR04,4411,0.000000)\
-			0.000000	(t_t_x(283943,10212)$LGSRA04,4412,0.000000)\
-			0.000000	(t_t_x(283954,12582)$RQXU04E,4413,0.000000)\
-			0.000000	(t_t_x(283958,1483)$CPGSE04,4414,0.000000)\
-			0.000000	(t_t_x(283965,14321)$RJIU04M,4415,0.000000)\
-			0.000000	(t_t_x(283998,9140)$YD5WH04M,4416,0.000000)\
-			0.000000	(t_t_x(284008,4337)$RASI04M,4417,0.000000)\
-			1.000000	(t_t_x(284028,6840)$RQXSI04E,4418,1.000000)\
-			0.000000	(t_t_x(284038,14049)$RJIU04M,4419,0.000000)\
-			0.000000	(t_t_x(284063,2249)$RMZU04E,4420,0.000000)\
-			0.000000	(t_t_x(284082,3260)$RASI04M,4421,0.000000)\
-			0.000000	(t_t_x(284085,3308)$RVKWU04M,4422,0.000000)\
-			0.000000	(t_t_x(284094,3004)$EBBRA04E,4423,0.000000)\
-			0.000000	(t_t_x(284100,11710)$RQXSI04E,4424,0.000000)\
-			0.000000	(t_t_x(284104,5880)$EG11G04M,4425,0.000000)\
-			0.000000	(t_t_x(284106,6383)$RQXSI04E,4426,0.000000)\
-			0.000000	(t_t_x(284107,3903)$RASI04M,4427,0.000000)\
-			0.000000	(t_t_x(284109,10707)$RQXU04E,4428,0.000000)\
-			0.000000	(t_t_x(284114,3943)$RASI04M,4429,0.000000)\
-			0.000000	(t_t_x(284125,2554)$RMZSI04,4430,0.000000)\
-			0.000000	(t_t_x(284141,4315)$KSAL1204,4431,0.000000)\
-			0.000000	(t_t_x(284154,7795)$RQXSI04E,4432,0.000000)\
-			0.000000	(t_t_x(284165,2940)$RVKWU04M,4433,0.000000)\
-			0.000000	(t_t_x(284170,3037)$RASI04M,4434,0.000000)\
-			0.000000	(t_t_x(284183,1908)$LOVN1504,4435,0.000000)\
-			0.000000	(t_t_x(284184,3132)$RMZSI04,4436,0.000000)\
-			0.000000	(t_t_x(284185,4241)$KSLN04M,4437,0.000000)\
-			0.000000	(t_t_x(284190,7093)$PMXX04M,4438,0.000000)\
-			1.000000	(t_t_x(284195,3564)$RMZSI04,4439,1.000000)\
-			0.000000	(t_t_x(284206,3212)$RMZU04,4440,0.000000)\
-			0.000000	(t_t_x(284224,1432)$RMZSI04,4441,0.000000)\
-			0.000000	(t_t_x(284228,4421)$BKED1204,4442,0.000000)\
-			0.000000	(t_t_x(284242,4540)$LEMDAT04,4443,0.000000)\
-			1.000000	(t_t_x(284247,10507)$KFZ4404M,4444,1.000000)\
-			0.000000	(t_t_x(284250,2240)$RMZU04E,4445,0.000000)\
-			0.000000	(t_t_x(284260,2911)$RASI04M,4446,0.000000)\
-			0.000000	(t_t_x(284261,3953)$KSLN04M,4447,0.000000)\
-			0.000000	(t_t_x(284275,8740)$KFZ4404M,4448,0.000000)\
-			1.000000	(t_t_x(284283,5125)$RVKWU04M,4449,1.000000)\
-			0.000000	(t_t_x(284287,1396)$PMXX04M,4450,0.000000)\
-			0.000000	(t_t_x(284291,5629)$EGNOR04M,4451,0.000000)\
-			0.000000	(t_t_x(284313,3880)$RQXSI04E,4452,0.000000)\
-			0.000000	(t_t_x(284316,2289)$YD5WH04M,4453,0.000000)\
-			0.000000	(t_t_x(284318,8935)$KFZ4404M,4454,0.000000)\
-			0.000000	(t_t_x(284341,3755)$KSLN04M,4455,0.000000)\
-			0.000000	(t_t_x(284344,5035)$YB3EH04E,4456,0.000000)\
-			0.000000	(t_t_x(284346,8266)$LGKFN04,4457,0.000000)\
-			0.000000	(t_t_x(284349,1620)$RQXU04E,4458,0.000000)\
-			0.000000	(t_t_x(284350,764)$YBOLN04M,4459,0.000000)\
-			0.000000	(t_t_x(284357,3913)$RVKWU04M,4460,0.000000)\
-			1.000000	(t_t_x(284372,1637)$BR204M,4461,1.000000)\
-			0.000000	(t_t_x(284380,5122)$EGNOR04M,4462,0.000000)\
-			0.000000	(t_t_x(284393,6204)$YB3EH04E,4463,0.000000)\
-			0.000000	(t_t_x(284399,1654)$LEBAS04A,4464,0.000000)\
-			0.000000	(t_t_x(284417,3733)$EGNOR04M,4465,0.000000)\
-			0.000000	(t_t_x(284418,3484)$RMZU04E,4466,0.000000)\
-			1.000000	(t_t_x(284438,11998)$RQXSI04E,4467,1.000000)\
-			0.000000	(t_t_x(284450,3398)$KSLN04M,4468,0.000000)\
-			0.000000	(t_t_x(284467,1173)$RMZU04E,4469,0.000000)\
-			0.000000	(t_t_x(284550,7550)$LELVL04M,4470,0.000000)\
-			0.000000	(t_t_x(284562,12363)$KFZ4404M,4471,0.000000)\
-			0.000000	(t_t_x(284566,673)$YB3EH04A,4472,0.000000)\
-			0.000000	(t_t_x(284595,5922)$RQXSI04E,4473,0.000000)\
-			0.000000	(t_t_x(284601,6938)$LEBAS04A,4474,0.000000)\
-			0.000000	(t_t_x(284631,4260)$RQXSI04E,4475,0.000000)\
-			0.000000	(t_t_x(284641,16817)$MGY04,4476,0.000000)\
-			1.000000	(t_t_x(284700,6452)$YB3EH04E,4477,1.000000)\
-			0.000000	(t_t_x(284722,4496)$RJIU04M,4478,0.000000)\
-			0.000000	(t_t_x(284723,6249)$YB3EH04E,4479,0.000000)\
-			0.000000	(t_t_x(284738,4411)$BKED1204,4480,0.000000)\
-			0.000000	(t_t_x(284781,5637)$GL4W04M,4481,0.000000)\
-			0.000000	(t_t_x(284786,7567)$YD5WH04M,4482,0.000000)\
-			0.000000	(t_t_x(284797,3080)$YB3EH04E,4483,0.000000)\
-			0.000000	(t_t_x(284809,2218)$LGAVA04,4484,0.000000)\
-			0.000000	(t_t_x(284839,1789)$RASI04M,4485,0.000000)\
-			0.000000	(t_t_x(284856,7217)$PMXX04M,4486,0.000000)\
-			0.000000	(t_t_x(284860,2626)$RVKWU04M,4487,0.000000)\
-			0.000000	(t_t_x(284868,3715)$KSLN04M,4488,0.000000)\
-			0.000000	(t_t_x(284876,7268)$LFPNA04,4489,0.000000)\
-			0.000000	(t_t_x(284880,1980)$EG11G04M,4490,0.000000)\
-			0.000000	(t_t_x(284894,6576)$PMXX04M,4491,0.000000)\
-			0.000000	(t_t_x(284911,12584)$KFZ4404M,4492,0.000000)\
-			0.000000	(t_t_x(284925,3523)$LGRPA04M,4493,0.000000)\
-			0.000000	(t_t_x(284929,1150)$KCHI104M,4494,0.000000)\
-			0.000000	(t_t_x(284933,4847)$LELVL04M,4495,0.000000)\
-			0.000000	(t_t_x(284981,7177)$PMXX04M,4496,0.000000)\
-			0.000000	(t_t_x(285040,1410)$RASI04M,4497,0.000000)\
-			0.000000	(t_t_x(285042,4971)$LELVL04M,4498,0.000000)\
-			0.000000	(t_t_x(285070,874)$RMZU04E,4499,0.000000)\
-			0.000000	(t_t_x(285076,1538)$LGRPA04M,4500,0.000000)\
-			0.000000	(t_t_x(285084,840)$KALP2C04,4501,0.000000)\
-			0.000000	(t_t_x(285112,5458)$KCHI104M,4502,0.000000)\
-			0.000000	(t_t_x(285123,2277)$LGKFN04,4503,0.000000)\
-			0.000000	(t_t_x(285128,7737)$EG11G04M,4504,0.000000)\
-			0.000000	(t_t_x(285148,1657)$KSLN04M,4505,0.000000)\
-			0.000000	(t_t_x(285157,981)$LELVU04,4506,0.000000)\
-			0.000000	(t_t_x(285163,6053)$MM304,4507,0.000000)\
-			1.000000	(t_t_x(285171,1812)$KFZ4404E,4508,1.000000)\
-			0.000000	(t_t_x(285178,11301)$GL4W04M,4509,0.000000)\
-			0.000000	(t_t_x(285187,12763)$YB3EH04E,4510,0.000000)\
-			0.000000	(t_t_x(285189,3448)$RVKWU04M,4511,0.000000)\
-			0.000000	(t_t_x(285193,6306)$BR404M,4512,0.000000)\
-			0.000000	(t_t_x(285209,7099)$PMXX04M,4513,0.000000)\
-			0.000000	(t_t_x(285230,11187)$KFZ4404M,4514,0.000000)\
-			0.000000	(t_t_x(285241,32958)$LGZAA04M,4515,0.000000)\
-			0.000000	(t_t_x(285254,1446)$YD5WH04M,4516,0.000000)\
-			0.000000	(t_t_x(285291,539)$EBEEC04M,4517,0.000000)\
-			0.000000	(t_t_x(285292,6545)$RASI04M,4518,0.000000)\
-			0.000000	(t_t_x(285296,11399)$LCES004M,4519,0.000000)\
-			0.000000	(t_t_x(285300,3841)$YB3EH04E,4520,0.000000)\
-			0.000000	(t_t_x(285308,3892)$GL4W04M,4521,0.000000)\
-			0.000000	(t_t_x(285328,9343)$KFZ4404M,4522,0.000000)\
-			0.000000	(t_t_x(285360,6015)$BR404M,4523,0.000000)\
-			0.000000	(t_t_x(285368,4167)$LGRPA04M,4524,0.000000)\
-			0.000000	(t_t_x(285372,5254)$YB3EH04E,4525,0.000000)\
-			0.000000	(t_t_x(285379,8040)$RNS04M,4526,0.000000)\
-			0.000000	(t_t_x(285383,12366)$RJIU04M,4527,0.000000)\
-			0.000000	(t_t_x(285393,12956)$LGKFN04,4528,0.000000)\
-			0.000000	(t_t_x(285395,9205)$KFZ4404M,4529,0.000000)\
-			0.000000	(t_t_x(285431,10204)$LGKFN04,4530,0.000000)\
-			0.000000	(t_t_x(285432,2934)$FUJ04M,4531,0.000000)\
-			0.000000	(t_t_x(285451,561)$KFZ4404L,4532,0.000000)\
-			0.000000	(t_t_x(285458,62)$RMZU04E,4533,0.000000)\
-			0.000000	(t_t_x(285459,12321)$LCES004,4534,0.000000)\
-			0.000000	(t_t_x(285470,7465)$PMXX04M,4535,0.000000)\
-			0.000000	(t_t_x(285474,1351)$KCHI104M,4536,0.000000)\
-			0.000000	(t_t_x(285482,5132)$PMXX04M,4537,0.000000)\
-			0.000000	(t_t_x(285483,16413)$KFZ4404M,4538,0.000000)\
-			0.000000	(t_t_x(285506,5110)$YB5WH04M,4539,0.000000)\
-			0.000000	(t_t_x(285521,351)$YB3EH04M,4540,0.000000)\
-			0.000000	(t_t_x(285525,5934)$KFZ4404M,4541,0.000000)\
-			0.000000	(t_t_x(285540,10260)$LGKFN04,4542,0.000000)\
-			0.000000	(t_t_x(285553,422)$CPGSE04,4543,0.000000)\
-			0.000000	(t_t_x(285563,675)$LCES004M,4544,0.000000)\
-			0.000000	(t_t_x(285575,9969)$LELVL04M,4545,0.000000)\
-			0.000000	(t_t_x(285583,2031)$LGAVA04,4546,0.000000)\
-			0.000000	(t_t_x(285585,12705)$MRAE04,4547,0.000000)\
-			0.000000	(t_t_x(285590,5116)$LGRPA04M,4548,0.000000)\
-			0.000000	(t_t_x(285593,10678)$LCES004M,4549,0.000000)\
-			0.000000	(t_t_x(285599,4316)$EBBRA04E,4550,0.000000)\
-			0.000000	(t_t_x(285611,2823)$LCS12W03,4551,0.000000)\
-			0.000000	(t_t_x(285624,1158)$YD5WH04M,4552,0.000000)\
-			0.000000	(t_t_x(285656,6033)$EBEEC04M,4553,0.000000)\
-			0.000000	(t_t_x(285658,4617)$YB5WH04M,4554,0.000000)\
-			0.000000	(t_t_x(285662,6949)$RNS04M,4555,0.000000)\
-			0.000000	(t_t_x(285664,20016)$LCES004,4556,0.000000)\
-			0.000000	(t_t_x(285671,10286)$RJIU04M,4557,0.000000)\
-			0.000000	(t_t_x(285672,9300)$LGKFN04,4558,0.000000)\
-			0.000000	(t_t_x(285674,9194)$KFZ4404M,4559,0.000000)\
-			0.000000	(t_t_x(285688,2899)$RQXSI04E,4560,0.000000)\
-			0.000000	(t_t_x(285693,1374)$YB3EH04E,4561,0.000000)\
-			0.000000	(t_t_x(285704,8520)$EG11G04M,4562,0.000000)\
-			0.000000	(t_t_x(285711,714)$KCHI104M,4563,0.000000)\
-			0.000000	(t_t_x(285718,3305)$BR404M,4564,0.000000)\
-			0.000000	(t_t_x(285723,2304)$EHAMA04,4565,0.000000)\
-			0.000000	(t_t_x(285724,3561)$BR404M,4566,0.000000)\
-			0.000000	(t_t_x(285733,15014)$LCES004,4567,0.000000)\
-			0.000000	(t_t_x(285747,7296)$RNI04M,4568,0.000000)\
-			0.000000	(t_t_x(285758,113)$LOW304M,4569,0.000000)\
-			0.000000	(t_t_x(285766,8488)$RQXSI04E,4570,0.000000)\
-			0.000000	(t_t_x(285772,200)$YB3EH04E,4571,0.000000)\
-			0.000000	(t_t_x(285782,8469)$RQXSI04E,4572,0.000000)\
-			0.000000	(t_t_x(285792,2244)$BR404M,4573,0.000000)\
-			0.000000	(t_t_x(285794,2895)$RQXSI04E,4574,0.000000)\
-			0.000000	(t_t_x(285818,3805)$YBOLN04M,4575,0.000000)\
-			0.000000	(t_t_x(285820,128)$YD5WH04M,4576,0.000000)\
-			0.000000	(t_t_x(285826,9513)$YB3EH04E,4577,0.000000)\
-			0.000000	(t_t_x(285835,11610)$RMZU04,4578,0.000000)\
-			0.000000	(t_t_x(285840,7984)$LELVL04M,4579,0.000000)\
-			0.000000	(t_t_x(285843,8280)$LELVL04M,4580,0.000000)\
-			0.000000	(t_t_x(285850,9512)$EG11G04M,4581,0.000000)\
-			0.000000	(t_t_x(285862,4039)$RMZU04E,4582,0.000000)\
-			0.000000	(t_t_x(285863,10645)$RQXSI04E,4583,0.000000)\
-			0.000000	(t_t_x(285875,3200)$EBEEC04M,4584,0.000000)\
-			0.000000	(t_t_x(285878,8700)$LGKFN04,4585,0.000000)\
-			0.000000	(t_t_x(285895,10155)$PMXX04M,4586,0.000000)\
-			0.000000	(t_t_x(285899,622)$BR404M,4587,0.000000)\
-			0.000000	(t_t_x(285938,1527)$RMZSI04,4588,0.000000)\
-			0.000000	(t_t_x(285949,10271)$RQXSI04E,4589,0.000000)\
-			0.000000	(t_t_x(285972,1755)$KSLN04M,4590,0.000000)\
-			0.000000	(t_t_x(285980,6485)$LCES004M,4591,0.000000)\
-			0.000000	(t_t_x(285981,7912)$KFZ4404M,4592,0.000000)\
-			0.000000	(t_t_x(285984,7814)$RNI04M,4593,0.000000)\
-			0.000000	(t_t_x(285990,1317)$EBEEC04M,4594,0.000000)\
-			0.000000	(t_t_x(286022,5341)$RASI04M,4595,0.000000)\
-			0.000000	(t_t_x(286031,8400)$LGKFN04,4596,0.000000)\
-			0.000000	(t_t_x(286067,316)$BR404M,4597,0.000000)\
-			0.000000	(t_t_x(286071,17534)$EDGG704,4598,0.000000)\
-			0.000000	(t_t_x(286082,3960)$LELVU04,4599,0.000000)\
-			0.000000	(t_t_x(286095,714)$EBBRA04E,4600,0.000000)\
-			0.000000	(t_t_x(286109,1588)$FUJ04M,4601,0.000000)\
-			0.000000	(t_t_x(286122,1578)$KSLN04M,4602,0.000000)\
-			0.000000	(t_t_x(286126,1748)$CPGSE04,4603,0.000000)\
-			0.000000	(t_t_x(286141,2141)$KWUR404E,4604,0.000000)\
-			0.000000	(t_t_x(286143,7100)$KFZ4404M,4605,0.000000)\
-			0.000000	(t_t_x(286160,11035)$LGKFN04,4606,0.000000)\
-			0.000000	(t_t_x(286185,8160)$LGKFN04,4607,0.000000)\
-			1.000000	(t_t_x(286199,6812)$RASI04M,4608,1.000000)\
-			0.000000	(t_t_x(286221,6227)$LELVL04M,4609,0.000000)\
-			0.000000	(t_t_x(286224,5817)$KFZ4404M,4610,0.000000)\
-			0.000000	(t_t_x(286238,4172)$LEBAS04M,4611,0.000000)\
-			0.000000	(t_t_x(286277,11272)$KFZ4404M,4612,0.000000)\
-			0.000000	(t_t_x(286313,10829)$KSLN04A,4613,0.000000)\
-			0.000000	(t_t_x(286317,5935)$KWUR404E,4614,0.000000)\
-			0.000000	(t_t_x(286328,4583)$YB3EH04E,4615,0.000000)\
-			0.000000	(t_t_x(286329,4186)$EBBRA04E,4616,0.000000)\
-			0.000000	(t_t_x(286347,5760)$MM204,4617,0.000000)\
-			0.000000	(t_t_x(286404,3936)$KCHI104M,4618,0.000000)\
-			0.000000	(t_t_x(286415,745)$EBEEC04M,4619,0.000000)\
-			0.000000	(t_t_x(286416,1900)$MM304,4620,0.000000)\
-			0.000000	(t_t_x(286439,5406)$EBBRA04E,4621,0.000000)\
-			0.000000	(t_t_x(286461,952)$YB3EH04E,4622,0.000000)\
-			0.000000	(t_t_x(286485,8294)$YB3EH04E,4623,0.000000)\
-			0.000000	(t_t_x(286486,9268)$RNI04M,4624,0.000000)\
-			0.000000	(t_t_x(286494,5978)$KWUR404E,4625,0.000000)\
-			0.000000	(t_t_x(286499,6574)$KWUR404E,4626,0.000000)\
-			0.000000	(t_t_x(286506,3284)$LELVL04M,4627,0.000000)\
-			0.000000	(t_t_x(286516,11725)$EGPFA04,4628,0.000000)\
-			0.000000	(t_t_x(286568,4456)$EBBRA04E,4629,0.000000)\
-			0.000000	(t_t_x(286569,10609)$RQXSI04E,4630,0.000000)\
-			0.000000	(t_t_x(286575,5693)$LELVL04M,4631,0.000000)\
-			0.000000	(t_t_x(286582,11639)$KFZ4404M,4632,0.000000)\
-			0.000000	(t_t_x(286590,6467)$YB3EH04E,4633,0.000000)\
-			0.000000	(t_t_x(286600,7140)$LGKFN04,4634,0.000000)\
-			0.000000	(t_t_x(286616,3800)$RVKWU04M,4635,0.000000)\
-			0.000000	(t_t_x(286621,784)$KFZ4404M,4636,0.000000)\
-			0.000000	(t_t_x(286625,3490)$PMXX04M,4637,0.000000)\
-			0.000000	(t_t_x(286627,7369)$YB3EH04E,4638,0.000000)\
-			0.000000	(t_t_x(286628,873)$RMZU04E,4639,0.000000)\
-			0.000000	(t_t_x(286638,3954)$RNS04M,4640,0.000000)\
-			0.000000	(t_t_x(286639,11811)$BKED1204,4641,0.000000)\
-			0.000000	(t_t_x(286658,6201)$EBBRA04E,4642,0.000000)\
-			0.000000	(t_t_x(286678,4323)$EBBRA04E,4643,0.000000)\
-			0.000000	(t_t_x(286682,4742)$EBBRA04E,4644,0.000000)\
-			0.000000	(t_t_x(286685,3563)$RQXSI04E,4645,0.000000)\
-			0.000000	(t_t_x(286690,4389)$EHAMA04,4646,0.000000)\
-			0.000000	(t_t_x(286712,7164)$MM304,4647,0.000000)\
-			0.000000	(t_t_x(286713,6960)$LFPND04,4648,0.000000)\
-			0.000000	(t_t_x(286715,19222)$KFZ4404M,4649,0.000000)\
-			0.000000	(t_t_x(286726,8050)$YB3EH04E,4650,0.000000)\
-			0.000000	(t_t_x(286733,1957)$KWUR1C04,4651,0.000000)\
-			0.000000	(t_t_x(286743,4601)$LGKFN04,4652,0.000000)\
-			0.000000	(t_t_x(286753,7445)$LELVL04M,4653,0.000000)\
-			0.000000	(t_t_x(286757,3722)$LEBAS04M,4654,0.000000)\
-			0.000000	(t_t_x(286762,9116)$LELVU04,4655,0.000000)\
-			0.000000	(t_t_x(286763,2943)$RASI04M,4656,0.000000)\
-			0.000000	(t_t_x(286771,14007)$MRAE04,4657,0.000000)\
-			0.000000	(t_t_x(286774,5143)$RASI04M,4658,0.000000)\
-			0.000000	(t_t_x(286777,6970)$YB3EH04A,4659,0.000000)\
-			0.000000	(t_t_x(286781,11611)$KFZ4404M,4660,0.000000)\
-			0.000000	(t_t_x(286791,4463)$EBBRA04E,4661,0.000000)\
-			0.000000	(t_t_x(286793,5536)$EBBRA04E,4662,0.000000)\
-			0.000000	(t_t_x(286841,4148)$KSAL1204,4663,0.000000)\
-			0.000000	(t_t_x(286844,7390)$KSAL1204,4664,0.000000)\
-			0.000000	(t_t_x(286853,3563)$KSLN04M,4665,0.000000)\
-			0.000000	(t_t_x(286855,5100)$KSPE104D,4666,0.000000)\
-			0.000000	(t_t_x(286857,14220)$KFZ4404M,4667,0.000000)\
-			0.000000	(t_t_x(286877,4062)$ZM56704,4668,0.000000)\
-			0.000000	(t_t_x(286894,1440)$LCS12W03,4669,0.000000)\
-			0.000000	(t_t_x(286896,6786)$EBBRA04E,4670,0.000000)\
-			0.000000	(t_t_x(286897,10048)$RQXSI04E,4671,0.000000)\
-			0.000000	(t_t_x(286902,6053)$YBOLN04M,4672,0.000000)\
-			0.000000	(t_t_x(286912,4186)$KFZ4404M,4673,0.000000)\
-			0.000000	(t_t_x(286952,12290)$YB3EH04E,4674,0.000000)\
-			0.000000	(t_t_x(286963,3709)$RQXSI04E,4675,0.000000)\
-			0.000000	(t_t_x(286968,96)$FUJ04M,4676,0.000000)\
-			0.000000	(t_t_x(286969,2289)$RASI04M,4677,0.000000)\
-			0.000000	(t_t_x(286988,6352)$MM204,4678,0.000000)\
-			0.000000	(t_t_x(286989,8677)$KSAL1204,4679,0.000000)\
-			0.000000	(t_t_x(287011,1536)$RMZU04E,4680,0.000000)\
-			0.000000	(t_t_x(287014,4947)$KSLN04M,4681,0.000000)\
-			0.000000	(t_t_x(287016,5177)$EBBRA04E,4682,0.000000)\
-			0.000000	(t_t_x(287020,4673)$RNS04M,4683,0.000000)\
-			0.000000	(t_t_x(287027,10751)$LCES004M,4684,0.000000)\
-			0.000000	(t_t_x(287040,12761)$RJIU04M,4685,0.000000)\
-			0.000000	(t_t_x(287044,5220)$KSPE104D,4686,0.000000)\
-			0.000000	(t_t_x(287045,485)$LEBAS04A,4687,0.000000)\
-			0.000000	(t_t_x(287050,7575)$LFKFA04,4688,0.000000)\
-			0.000000	(t_t_x(287051,61)$BR204M,4689,0.000000)\
-			0.000000	(t_t_x(287076,13193)$KFZ4404M,4690,0.000000)\
-			0.000000	(t_t_x(287081,20312)$LGSRA04,4691,0.000000)\
-			0.000000	(t_t_x(287111,2770)$EGNOR04M,4692,0.000000)\
-			0.000000	(t_t_x(287119,6028)$RJIU04M,4693,0.000000)\
-			0.000000	(t_t_x(287126,1642)$YB3EH04E,4694,0.000000)\
-			0.000000	(t_t_x(287128,8521)$EGNOR04M,4695,0.000000)\
-			0.000000	(t_t_x(287132,13069)$KFZ4404M,4696,0.000000)\
-			0.000000	(t_t_x(287140,2507)$RVKWU04M,4697,0.000000)\
-			0.000000	(t_t_x(287143,3956)$RQXU04E,4698,0.000000)\
-			0.000000	(t_t_x(287155,4420)$EBBRA04E,4699,0.000000)\
-			0.000000	(t_t_x(287156,66)$KFZ4404M,4700,0.000000)\
-			0.000000	(t_t_x(287158,11134)$YB3EH04E,4701,0.000000)\
-			0.000000	(t_t_x(287179,8295)$LGKFN04,4702,0.000000)\
-			0.000000	(t_t_x(287182,7380)$YB5WH04M,4703,0.000000)\
-			0.000000	(t_t_x(287185,3565)$YH5MH04M,4704,0.000000)\
-			0.000000	(t_t_x(287193,4250)$RQXSI04E,4705,0.000000)\
-			0.000000	(t_t_x(287194,4205)$RQXSI04E,4706,0.000000)\
-			0.000000	(t_t_x(287195,2468)$BR204M,4707,0.000000)\
-			0.000000	(t_t_x(287200,4019)$GL4W04M,4708,0.000000)\
-			0.000000	(t_t_x(287201,7413)$YB3EH04E,4709,0.000000)\
-			0.000000	(t_t_x(287205,11828)$YB3EH04E,4710,0.000000)\
-			0.000000	(t_t_x(287217,919)$FUJ04M,4711,0.000000)\
-			0.000000	(t_t_x(287222,6218)$RQXSI04E,4712,0.000000)\
-			0.000000	(t_t_x(287235,5655)$PMXX04M,4713,0.000000)\
-			0.000000	(t_t_x(287240,7125)$LGRPA04M,4714,0.000000)\
-			0.000000	(t_t_x(287241,2580)$MAB1204A,4715,0.000000)\
-			0.000000	(t_t_x(287243,6960)$LGKFN04,4716,0.000000)\
-			0.000000	(t_t_x(287244,5929)$YB3EH04E,4717,0.000000)\
-			0.000000	(t_t_x(287253,629)$YB3EH04E,4718,0.000000)\
-			0.000000	(t_t_x(287279,6472)$RASI04M,4719,0.000000)\
-			0.000000	(t_t_x(287286,7275)$EGNOR04M,4720,0.000000)\
-			0.000000	(t_t_x(287287,666)$RMZU04E,4721,0.000000)\
-			0.000000	(t_t_x(287288,2162)$KSPE1P04,4722,0.000000)\
-			0.000000	(t_t_x(287314,1380)$LCS12W03,4723,0.000000)\
-			0.000000	(t_t_x(287319,3157)$EBEEC04M,4724,0.000000)\
-			0.000000	(t_t_x(287329,6377)$YB5WH04M,4725,0.000000)\
-			0.000000	(t_t_x(287335,900)$LCS12W03,4726,0.000000)\
-			0.000000	(t_t_x(287337,7935)$KFZ4404M,4727,0.000000)\
-			0.000000	(t_t_x(287343,1388)$LGIRA04,4728,0.000000)\
-			0.000000	(t_t_x(287347,14800)$MRAE04,4729,0.000000)\
-			0.000000	(t_t_x(287358,7690)$RQXSI04E,4730,0.000000)\
-			0.000000	(t_t_x(287367,3985)$EBBRA04E,4731,0.000000)\
-			0.000000	(t_t_x(287372,874)$KSPE1P04,4732,0.000000)\
-			0.000000	(t_t_x(287402,8926)$LELVL04M,4733,0.000000)\
-			0.000000	(t_t_x(287409,1987)$EGNOR04M,4734,0.000000)\
-			0.000000	(t_t_x(287413,205)$FUJ04M,4735,0.000000)\
-			0.000000	(t_t_x(287426,2100)$GL4W04M,4736,0.000000)\
-			0.000000	(t_t_x(287433,3767)$EBBRA04E,4737,0.000000)\
-			0.000000	(t_t_x(287438,11331)$RJIU04M,4738,0.000000)\
-			0.000000	(t_t_x(287468,504)$GL4W04M,4739,0.000000)\
-			0.000000	(t_t_x(287489,5498)$YB3EH04A,4740,0.000000)\
-			0.000000	(t_t_x(287515,5446)$KFZ4404M,4741,0.000000)\
-			0.000000	(t_t_x(287518,6412)$YB3EH04E,4742,0.000000)\
-			0.000000	(t_t_x(287524,4920)$LGKFN04,4743,0.000000)\
-			0.000000	(t_t_x(287527,1789)$KSPE1P04,4744,0.000000)\
-			0.000000	(t_t_x(287528,5255)$KFZ4404M,4745,0.000000)\
-			0.000000	(t_t_x(287536,5596)$BR404M,4746,0.000000)\
-			0.000000	(t_t_x(287541,5973)$RNS04M,4747,0.000000)\
-			0.000000	(t_t_x(287544,1278)$BR404M,4748,0.000000)\
-			0.000000	(t_t_x(287579,2149)$RQXSI04E,4749,0.000000)\
-			0.000000	(t_t_x(287580,14393)$MRAE04,4750,0.000000)\
-			0.000000	(t_t_x(287581,6071)$KWUR1C04,4751,0.000000)\
-			0.000000	(t_t_x(287595,4863)$KWUR1C04,4752,0.000000)\
-			0.000000	(t_t_x(287604,1099)$PMXX04M,4753,0.000000)\
-			0.000000	(t_t_x(287623,3342)$LELVL04M,4754,0.000000)\
-			0.000000	(t_t_x(287631,4417)$LELVL04M,4755,0.000000)\
-			0.000000	(t_t_x(287660,4723)$EG11G04M,4756,0.000000)\
-			1.000000	(t_t_x(287677,11961)$RQXSI04E,4757,1.000000)\
-			0.000000	(t_t_x(287690,447)$LCS12W03,4758,0.000000)\
-			0.000000	(t_t_x(287696,2342)$RMZSI04,4759,0.000000)\
-			0.000000	(t_t_x(287700,43046)$LGZAA04M,4760,0.000000)\
-			0.000000	(t_t_x(287702,2979)$GL4W04M,4761,0.000000)\
-			0.000000	(t_t_x(287703,405)$RNI04M,4762,0.000000)\
-			0.000000	(t_t_x(287704,8672)$KSLN04M,4763,0.000000)\
-			0.000000	(t_t_x(287722,420)$BKED1204,4764,0.000000)\
-			0.000000	(t_t_x(287736,3915)$PMXX04M,4765,0.000000)\
-			0.000000	(t_t_x(287749,41954)$LGZAA04M,4766,0.000000)\
-			0.000000	(t_t_x(287767,4133)$RASI04M,4767,0.000000)\
-			0.000000	(t_t_x(287785,10627)$KFZ4404M,4768,0.000000)\
-			0.000000	(t_t_x(287796,2638)$GL4W04M,4769,0.000000)\
-			0.000000	(t_t_x(287799,1792)$KFZ4404M,4770,0.000000)\
-			0.000000	(t_t_x(287817,5390)$LGKFN04,4771,0.000000)\
-			0.000000	(t_t_x(287819,1092)$PMXX04M,4772,0.000000)\
-			0.000000	(t_t_x(287821,4825)$RMZU04E,4773,0.000000)\
-			0.000000	(t_t_x(287828,7217)$YB3EH04E,4774,0.000000)\
-			0.000000	(t_t_x(287829,475)$KFZ4404M,4775,0.000000)\
-			0.000000	(t_t_x(287849,5421)$EBBRA04E,4776,0.000000)\
-			0.000000	(t_t_x(287855,905)$RNS04M,4777,0.000000)\
-			0.000000	(t_t_x(287882,6993)$LGIRA04,4778,0.000000)\
-			0.000000	(t_t_x(287887,835)$KFUL1U04,4779,0.000000)\
-			0.000000	(t_t_x(287891,6773)$RJIU04M,4780,0.000000)\
-			0.000000	(t_t_x(287895,5757)$PMXX04M,4781,0.000000)\
-			0.000000	(t_t_x(287899,6304)$KFZ4404M,4782,0.000000)\
-			0.000000	(t_t_x(287902,672)$EG11G04M,4783,0.000000)\
-			0.000000	(t_t_x(287904,4800)$LGKFN04,4784,0.000000)\
-			0.000000	(t_t_x(287908,10846)$YB3EH04A,4785,0.000000)\
-			0.000000	(t_t_x(287918,4058)$LEMDAT04,4786,0.000000)\
-			0.000000	(t_t_x(287924,7518)$RNI04M,4787,0.000000)\
-			0.000000	(t_t_x(287934,183)$YB3EH04M,4788,0.000000)\
-			0.000000	(t_t_x(287937,11527)$RJIU04M,4789,0.000000)\
-			0.000000	(t_t_x(287944,12136)$KFZ4404M,4790,0.000000)\
-			0.000000	(t_t_x(287946,10057)$GL4W04M,4791,0.000000)\
-			0.000000	(t_t_x(287954,2125)$KFZ4404M,4792,0.000000)\
-			0.000000	(t_t_x(287971,6433)$MM204,4793,0.000000)\
-			0.000000	(t_t_x(287980,11002)$RQXSI04E,4794,0.000000)\
-			0.000000	(t_t_x(287993,7089)$KSPE104D,4795,0.000000)\
-			0.000000	(t_t_x(288004,4916)$KWUR1C04,4796,0.000000)\
-			0.000000	(t_t_x(288008,6415)$RMZU04,4797,0.000000)\
-			0.000000	(t_t_x(288023,6140)$RVKWS04,4798,0.000000)\
-			0.000000	(t_t_x(288046,954)$MM304,4799,0.000000)\
-			0.000000	(t_t_x(288059,1909)$KFZ4404M,4800,0.000000)\
-			0.000000	(t_t_x(288078,3444)$EBBRA04E,4801,0.000000)\
-			1.000000	(t_t_x(288079,9260)$MRAEE04,4802,1.000000)\
-			0.000000	(t_t_x(288089,8223)$RVKWU04M,4803,0.000000)\
-			0.000000	(t_t_x(288101,3360)$KSPE104D,4804,0.000000)\
-			0.000000	(t_t_x(288104,4353)$KSPE104D,4805,0.000000)\
-			0.000000	(t_t_x(288107,975)$KWUR404E,4806,0.000000)\
-			0.000000	(t_t_x(288113,136)$EG11G04M,4807,0.000000)\
-			0.000000	(t_t_x(288115,1972)$GL34W04,4808,0.000000)\
-			0.000000	(t_t_x(288139,4296)$KFZ4404M,4809,0.000000)\
-			0.000000	(t_t_x(288145,2933)$YB3EH04E,4810,0.000000)\
-			0.000000	(t_t_x(288154,1244)$PMXX04M,4811,0.000000)\
-			0.000000	(t_t_x(288160,8919)$LFMDA04A,4812,0.000000)\
-			0.000000	(t_t_x(288162,180)$YB3EH04M,4813,0.000000)\
-			0.000000	(t_t_x(288163,5230)$LEBAS04M,4814,0.000000)\
-			0.000000	(t_t_x(288187,5277)$EBBRA04E,4815,0.000000)\
-			0.000000	(t_t_x(288191,781)$KSPE1P04,4816,0.000000)\
-			0.000000	(t_t_x(288221,11822)$RQXSI04E,4817,0.000000)\
-			0.000000	(t_t_x(288224,6825)$RNS04M,4818,0.000000)\
-			0.000000	(t_t_x(288227,2406)$LCS12W03,4819,0.000000)\
-			0.000000	(t_t_x(288242,6860)$PMXX04M,4820,0.000000)\
-			0.000000	(t_t_x(288247,7302)$LELVL04M,4821,0.000000)\
-			0.000000	(t_t_x(288250,129)$YB3EH04E,4822,0.000000)\
-			0.000000	(t_t_x(288252,8711)$YB3EH04A,4823,0.000000)\
-			0.000000	(t_t_x(288253,7003)$RNI04M,4824,0.000000)\
-			0.000000	(t_t_x(288256,6180)$LELVU04,4825,0.000000)\
-			0.000000	(t_t_x(288261,2281)$KFZ4404M,4826,0.000000)\
-			0.000000	(t_t_x(288279,3263)$YB3EH04E,4827,0.000000)\
-			0.000000	(t_t_x(288284,4031)$KSPE104D,4828,0.000000)\
-			0.000000	(t_t_x(288292,15069)$KFZ4404M,4829,0.000000)\
-			0.000000	(t_t_x(288302,10565)$RJIU04M,4830,0.000000)\
-			0.000000	(t_t_x(288339,6232)$KFZ4404M,4831,0.000000)\
-			0.000000	(t_t_x(288341,3540)$KWUR1C04,4832,0.000000)\
-			0.000000	(t_t_x(288353,1449)$LELVL04M,4833,0.000000)\
-			0.000000	(t_t_x(288361,5729)$PMXX04M,4834,0.000000)\
-			0.000000	(t_t_x(288366,1668)$GL4W04M,4835,0.000000)\
-			0.000000	(t_t_x(288377,5136)$RVKWU04M,4836,0.000000)\
-			0.000000	(t_t_x(288381,5580)$EG11G04M,4837,0.000000)\
-			0.000000	(t_t_x(288401,4347)$EGNOR04M,4838,0.000000)\
-			1.000000	(t_t_x(288402,4169)$LELVU04,4839,1.000000)\
-			0.000000	(t_t_x(288404,10656)$YB3EH04E,4840,0.000000)\
-			0.000000	(t_t_x(288405,3675)$PMXX04M,4841,0.000000)\
-			0.000000	(t_t_x(288411,5751)$EBBRA04E,4842,0.000000)\
-			0.000000	(t_t_x(288421,11391)$YB3EH04E,4843,0.000000)\
-			0.000000	(t_t_x(288428,5827)$RVKWU04M,4844,0.000000)\
-			0.000000	(t_t_x(288445,12736)$KFZ4404M,4845,0.000000)\
-			0.000000	(t_t_x(288468,1632)$EBBRA04E,4846,0.000000)\
-			0.000000	(t_t_x(288483,5919)$LGRPA04M,4847,0.000000)\
-			0.000000	(t_t_x(288498,2704)$KFZ4404M,4848,0.000000)\
-			0.000000	(t_t_x(288501,6798)$LELVU04,4849,0.000000)\
-			0.000000	(t_t_x(288508,2489)$GL4W04M,4850,0.000000)\
-			0.000000	(t_t_x(288513,7740)$RQXU04E,4851,0.000000)\
-			0.000000	(t_t_x(288519,657)$YB5WH04M,4852,0.000000)\
-			0.000000	(t_t_x(288522,1792)$YB3EH04E,4853,0.000000)\
-			0.000000	(t_t_x(288529,11563)$RJIU04M,4854,0.000000)\
-			0.000000	(t_t_x(288555,6627)$KFZ4404M,4855,0.000000)\
-			0.000000	(t_t_x(288568,987)$RQXSI04E,4856,0.000000)\
-			0.000000	(t_t_x(288588,2964)$YBOLN04M,4857,0.000000)\
-			0.000000	(t_t_x(288599,1860)$RMZU04E,4858,0.000000)\
-			0.000000	(t_t_x(288601,5974)$LGKFN04,4859,0.000000)\
-			0.000000	(t_t_x(288623,6677)$KFZ4404M,4860,0.000000)\
-			0.000000	(t_t_x(288631,11241)$YB3EH04E,4861,0.000000)\
-			0.000000	(t_t_x(288647,3180)$LEMDAT04,4862,0.000000)\
-			0.000000	(t_t_x(288692,8520)$YB3EH04E,4863,0.000000)\
-			0.000000	(t_t_x(288693,8835)$RJIU04M,4864,0.000000)\
-			0.000000	(t_t_x(288694,545)$KCHI104M,4865,0.000000)\
-			0.000000	(t_t_x(288696,11383)$RJIU04M,4866,0.000000)\
-			0.000000	(t_t_x(288702,3263)$RMZSI04,4867,0.000000)\
-			0.000000	(t_t_x(288713,1213)$EBBRA04E,4868,0.000000)\
-			0.000000	(t_t_x(288720,7311)$EBEEC04M,4869,0.000000)\
-			0.000000	(t_t_x(288723,6632)$RMZU04,4870,0.000000)\
-			0.000000	(t_t_x(288725,3366)$LEMDAT04,4871,0.000000)\
-			0.000000	(t_t_x(288728,3051)$EBEEC04M,4872,0.000000)\
-			0.000000	(t_t_x(288756,9060)$YB3EH04A,4873,0.000000)\
-			0.000000	(t_t_x(288765,11355)$RQXSI04E,4874,0.000000)\
-			0.000000	(t_t_x(288768,4789)$RMZU04E,4875,0.000000)\
-			0.000000	(t_t_x(288792,4982)$YB5WH04M,4876,0.000000)\
-			0.000000	(t_t_x(288800,7912)$KFZ4404M,4877,0.000000)\
-			0.000000	(t_t_x(288838,1082)$BR204M,4878,0.000000)\
-			0.000000	(t_t_x(288846,210)$YB3EH04M,4879,0.000000)\
-			0.000000	(t_t_x(288849,4067)$LGRPA04M,4880,0.000000)\
-			0.000000	(t_t_x(288859,4526)$KSLN04A,4881,0.000000)\
-			0.000000	(t_t_x(288879,5785)$RASI04M,4882,0.000000)\
-			0.000000	(t_t_x(288911,2281)$KSPE104D,4883,0.000000)\
-			0.000000	(t_t_x(288914,11864)$MRAE04,4884,0.000000)\
-			0.000000	(t_t_x(288915,11865)$MRAE04,4885,0.000000)\
-			0.000000	(t_t_x(288918,6605)$RQXSI04E,4886,0.000000)\
-			0.000000	(t_t_x(288927,11102)$KFZ4404M,4887,0.000000)\
-			0.000000	(t_t_x(288930,2268)$KFZ4404M,4888,0.000000)\
-			0.000000	(t_t_x(288940,1843)$EG11G04M,4889,0.000000)\
-			0.000000	(t_t_x(288941,12135)$RQXSI04E,4890,0.000000)\
-			0.000000	(t_t_x(288954,3960)$KSPE1P04,4891,0.000000)\
-			0.000000	(t_t_x(288966,6522)$LCES004M,4892,0.000000)\
-			0.000000	(t_t_x(288970,2245)$YB5WH04M,4893,0.000000)\
-			0.000000	(t_t_x(288982,3072)$YB3EH04E,4894,0.000000)\
-			0.000000	(t_t_x(288987,5508)$KFZ4404M,4895,0.000000)\
-			0.000000	(t_t_x(288989,40118)$LGSRA04,4896,0.000000)\
-			0.000000	(t_t_x(288992,9894)$RJIU04M,4897,0.000000)\
-			0.000000	(t_t_x(288999,2688)$BKED1204,4898,0.000000)\
-			0.000000	(t_t_x(289007,4249)$RQXU04E,4899,0.000000)\
-			0.000000	(t_t_x(289013,12421)$MRAE04,4900,0.000000)\
-			0.000000	(t_t_x(289024,5212)$YB3EH04E,4901,0.000000)\
-			0.000000	(t_t_x(289028,12194)$KFZ4404M,4902,0.000000)\
-			0.000000	(t_t_x(289045,5280)$RVKWS04,4903,0.000000)\
-			0.000000	(t_t_x(289049,3120)$BR204M,4904,0.000000)\
-			0.000000	(t_t_x(289076,10284)$LGZAA04M,4905,0.000000)\
-			0.000000	(t_t_x(289099,2299)$LGAVA04,4906,0.000000)\
-			0.000000	(t_t_x(289110,1916)$KWUR404E,4907,0.000000)\
-			0.000000	(t_t_x(289131,3534)$KFZ4404M,4908,0.000000)\
-			0.000000	(t_t_x(289136,4953)$RJIU04M,4909,0.000000)\
-			0.000000	(t_t_x(289158,5824)$RVKWU04M,4910,0.000000)\
-			0.000000	(t_t_x(289160,788)$ZM56704,4911,0.000000)\
-			0.000000	(t_t_x(289164,8694)$RJIU04M,4912,0.000000)\
-			0.000000	(t_t_x(289170,6471)$LELVL104,4913,0.000000)\
-			0.000000	(t_t_x(289171,2941)$EG11G04M,4914,0.000000)\
-			0.000000	(t_t_x(289172,3586)$LEMDAT04,4915,0.000000)\
-			0.000000	(t_t_x(289175,3092)$KFZ4404M,4916,0.000000)\
-			0.000000	(t_t_x(289192,11494)$MRAE04,4917,0.000000)\
-			0.000000	(t_t_x(289194,41643)$LGZAA04M,4918,0.000000)\
-			0.000000	(t_t_x(289201,1861)$RNI04M,4919,0.000000)\
-			0.000000	(t_t_x(289215,4613)$KFZ4404M,4920,0.000000)\
-			0.000000	(t_t_x(289224,1645)$LCES004M,4921,0.000000)\
-			0.000000	(t_t_x(289232,8125)$RJIU04M,4922,0.000000)\
-			0.000000	(t_t_x(289238,3419)$EGNOR04M,4923,0.000000)\
-			0.000000	(t_t_x(289240,4092)$EG11G04M,4924,0.000000)\
-			0.000000	(t_t_x(289241,3383)$LELVL104,4925,0.000000)\
-			0.000000	(t_t_x(289249,13591)$KFZ4404M,4926,0.000000)\
-			0.000000	(t_t_x(289276,778)$RNS04M,4927,0.000000)\
-			0.000000	(t_t_x(289277,11000)$YB3EH04E,4928,0.000000)\
-			0.000000	(t_t_x(289280,3262)$LFMDA04A,4929,0.000000)\
-			0.000000	(t_t_x(289283,2140)$LEMDAT04,4930,0.000000)\
-			0.000000	(t_t_x(289288,10244)$GL4W04M,4931,0.000000)\
-			0.000000	(t_t_x(289297,3017)$RASI04M,4932,0.000000)\
-			0.000000	(t_t_x(289309,4104)$KSLN04M,4933,0.000000)\
-			0.000000	(t_t_x(289314,9839)$YB3EH04E,4934,0.000000)\
-			0.000000	(t_t_x(289315,2708)$GL4W04M,4935,0.000000)\
-			0.000000	(t_t_x(289318,8541)$RJIU04M,4936,0.000000)\
-			0.000000	(t_t_x(289328,1530)$KCHI104M,4937,0.000000)\
-			0.000000	(t_t_x(289330,3007)$KSAL1204,4938,0.000000)\
-			0.000000	(t_t_x(289347,6785)$MRAE04,4939,0.000000)\
-			0.000000	(t_t_x(289354,8428)$RJIU04M,4940,0.000000)\
-			0.000000	(t_t_x(289361,623)$EBBRA04E,4941,0.000000)\
-			0.000000	(t_t_x(289367,3348)$RQXSI04E,4942,0.000000)\
-			0.000000	(t_t_x(289376,1899)$LGRPA04M,4943,0.000000)\
-			1.000000	(t_t_x(289392,1312)$CPRFBR04,4944,1.000000)\
-			0.000000	(t_t_x(289397,3780)$LGKFN04,4945,0.000000)\
-			1.000000	(t_t_x(289403,100)$RQXU04E,4946,1.000000)\
-			0.000000	(t_t_x(289405,2548)$KSLN04M,4947,0.000000)\
-			0.000000	(t_t_x(289436,374)$KSLN2C04,4948,0.000000)\
-			0.000000	(t_t_x(289440,9407)$MRAE04,4949,0.000000)\
-			0.000000	(t_t_x(289455,11310)$LELVU04,4950,0.000000)\
-			0.000000	(t_t_x(289457,7572)$RJIU04M,4951,0.000000)\
-			0.000000	(t_t_x(289463,1032)$RASI04M,4952,0.000000)\
-			0.000000	(t_t_x(289464,6000)$RVKWS04,4953,0.000000)\
-			0.000000	(t_t_x(289472,42099)$LGZAA04M,4954,0.000000)\
-			0.000000	(t_t_x(289490,2756)$BR204M,4955,0.000000)\
-			0.000000	(t_t_x(289499,6350)$EGNOR04M,4956,0.000000)\
-			0.000000	(t_t_x(289502,6720)$EG11G04M,4957,0.000000)\
-			0.000000	(t_t_x(289514,10868)$LELVL104,4958,0.000000)\
-			0.000000	(t_t_x(289519,6001)$RMZU04E,4959,0.000000)\
-			1.000000	(t_t_x(289531,1501)$KSPE104D,4960,1.000000)\
-			0.000000	(t_t_x(289533,8396)$EG11G04M,4961,0.000000)\
-			0.000000	(t_t_x(289563,8925)$RJIU04M,4962,0.000000)\
-			0.000000	(t_t_x(289566,7740)$LGKFN04,4963,0.000000)\
-			0.000000	(t_t_x(289584,3359)$KFZ4404M,4964,0.000000)\
-			0.000000	(t_t_x(289587,6468)$PMXX04M,4965,0.000000)\
-			0.000000	(t_t_x(289595,352)$YBOLN04M,4966,0.000000)\
-			0.000000	(t_t_x(289605,1515)$LCES004M,4967,0.000000)\
-			0.000000	(t_t_x(289613,2654)$KSLN04A,4968,0.000000)\
-			0.000000	(t_t_x(289618,4910)$YB3EH04E,4969,0.000000)\
-			0.000000	(t_t_x(289649,7670)$YB3EH04E,4970,0.000000)\
-			0.000000	(t_t_x(289655,4881)$RJIU04M,4971,0.000000)\
-			0.000000	(t_t_x(289665,6095)$KSPE104D,4972,0.000000)\
-			0.000000	(t_t_x(289673,11084)$MRAE04,4973,0.000000)\
-			0.000000	(t_t_x(289675,2560)$KSPE1P04,4974,0.000000)\
-			0.000000	(t_t_x(289683,4512)$ZM56704,4975,0.000000)\
-			0.000000	(t_t_x(289684,17728)$EDGG704,4976,0.000000)\
-			1.000000	(t_t_x(289689,109)$KSLN2C04,4977,1.000000)\
-			0.000000	(t_t_x(289705,1380)$YB3EH04E,4978,0.000000)\
-			0.000000	(t_t_x(289716,4571)$LGKFN04,4979,0.000000)\
-			0.000000	(t_t_x(289752,8035)$BKED1204,4980,0.000000)\
-			0.000000	(t_t_x(289758,8454)$LELVL04M,4981,0.000000)\
-			0.000000	(t_t_x(289759,18122)$EDGG704,4982,0.000000)\
-			0.000000	(t_t_x(289768,2370)$RJIU04M,4983,0.000000)\
-			0.000000	(t_t_x(289782,572)$KCHI104M,4984,0.000000)\
-			0.000000	(t_t_x(289783,3955)$KSAL1204,4985,0.000000)\
-			0.000000	(t_t_x(289805,12083)$YB3EH04E,4986,0.000000)\
-			0.000000	(t_t_x(289828,13174)$MRAE04,4987,0.000000)\
-			0.000000	(t_t_x(289832,5597)$KSPE104D,4988,0.000000)\
-			0.000000	(t_t_x(289843,8616)$MRAE04,4989,0.000000)\
-			0.000000	(t_t_x(289862,2831)$BKED1204,4990,0.000000)\
-			0.000000	(t_t_x(289863,11915)$MRAE04,4991,0.000000)\
-			0.000000	(t_t_x(289866,2012)$RVKWS04,4992,0.000000)\
-			0.000000	(t_t_x(289868,10576)$LCES004,4993,0.000000)\
-			0.000000	(t_t_x(289872,10785)$KFZ4404M,4994,0.000000)\
-			0.000000	(t_t_x(289894,7420)$LCES004,4995,0.000000)\
-			0.000000	(t_t_x(289907,609)$MM304,4996,0.000000)\
-			0.000000	(t_t_x(289911,7474)$EBEEC04M,4997,0.000000)\
-			0.000000	(t_t_x(289913,6420)$EGNOR04M,4998,0.000000)\
-			1.000000	(t_t_x(289932,621)$BR204M,4999,1.000000)\
-			0.000000	(t_t_x(289945,7802)$LGKFN04,5000,0.000000)\
-			0.000000	(t_t_x(289950,266)$YB5WH04M,5001,0.000000)\
-			0.000000	(t_t_x(289961,4168)$KSPE104D,5002,0.000000)\
-			0.000000	(t_t_x(289972,7816)$YB3EH04E,5003,0.000000)\
-			0.000000	(t_t_x(289978,7901)$RJIU04M,5004,0.000000)\
-			0.000000	(t_t_x(289980,4194)$KSPE104D,5005,0.000000)\
-			0.000000	(t_t_x(289989,15092)$EDGG704,5006,0.000000)\
-			0.000000	(t_t_x(289999,2977)$PMXX04M,5007,0.000000)\
-			0.000000	(t_t_x(290009,6249)$RNS04M,5008,0.000000)\
-			1.000000	(t_t_x(290012,1103)$RJIU04M,5009,1.000000)\
-			0.000000	(t_t_x(290015,2937)$BR204M,5010,0.000000)\
-			0.000000	(t_t_x(290019,3824)$KWUR1C04,5011,0.000000)\
-			0.000000	(t_t_x(290022,9180)$RQXU04E,5012,0.000000)\
-			0.000000	(t_t_x(290037,7623)$EGPFA04,5013,0.000000)\
-			0.000000	(t_t_x(290041,5772)$KFZ4404M,5014,0.000000)\
-			0.000000	(t_t_x(290047,2347)$RASI04M,5015,0.000000)\
-			0.000000	(t_t_x(290055,9798)$YB3EH04E,5016,0.000000)\
-			0.000000	(t_t_x(290061,16320)$EDGG704,5017,0.000000)\
-			0.000000	(t_t_x(290063,7539)$RASI04M,5018,0.000000)\
-			0.000000	(t_t_x(290076,9138)$RJIU04M,5019,0.000000)\
-			0.000000	(t_t_x(290082,7212)$RNI04M,5020,0.000000)\
-			0.000000	(t_t_x(290090,16146)$EDGG704,5021,0.000000)\
-			0.000000	(t_t_x(290093,45199)$LGZAA04M,5022,0.000000)\
-			0.000000	(t_t_x(290110,4465)$KFZ4404M,5023,0.000000)\
-			0.000000	(t_t_x(290112,1964)$YB3EH04E,5024,0.000000)\
-			0.000000	(t_t_x(290116,17945)$EDGG704,5025,0.000000)\
-			0.000000	(t_t_x(290137,1983)$YD5WH04M,5026,0.000000)\
-			0.000000	(t_t_x(290158,6047)$PMXX04M,5027,0.000000)\
-			0.000000	(t_t_x(290166,5440)$RNS04M,5028,0.000000)\
-			0.000000	(t_t_x(290174,780)$LGKFN04,5029,0.000000)\
-			0.000000	(t_t_x(290208,864)$LGRPA04M,5030,0.000000)\
-			0.000000	(t_t_x(290215,11384)$RJIU04M,5031,0.000000)\
-			0.000000	(t_t_x(290219,9717)$MRAE04,5032,0.000000)\
-			0.000000	(t_t_x(290247,10380)$YB3EH04E,5033,0.000000)\
-			0.000000	(t_t_x(290258,1349)$RQXU04E,5034,0.000000)\
-			0.000000	(t_t_x(290261,4134)$MM204,5035,0.000000)\
-			0.000000	(t_t_x(290272,2761)$LEMDAT04,5036,0.000000)\
-			0.000000	(t_t_x(290283,1722)$LGAVA04,5037,0.000000)\
-			0.000000	(t_t_x(290302,2191)$YB3EH04E,5038,0.000000)\
-			0.000000	(t_t_x(290315,60)$MM304,5039,0.000000)\
-			0.000000	(t_t_x(290335,9592)$LELVU04,5040,0.000000)\
-			0.000000	(t_t_x(290342,5559)$RJIU04M,5041,0.000000)\
-			0.000000	(t_t_x(290343,4950)$RJIU04M,5042,0.000000)\
-			0.000000	(t_t_x(290352,1170)$KSPE104D,5043,0.000000)\
-			0.000000	(t_t_x(290362,12490)$LGKFN04,5044,0.000000)\
-			0.000000	(t_t_x(290367,5985)$MRAE04,5045,0.000000)\
-			0.000000	(t_t_x(290378,987)$YD5WH04M,5046,0.000000)\
-			0.000000	(t_t_x(290395,4952)$PMXX04M,5047,0.000000)\
-			0.000000	(t_t_x(290396,9374)$BR404M,5048,0.000000)\
-			0.000000	(t_t_x(290406,10741)$LELVU04,5049,0.000000)\
-			0.000000	(t_t_x(290407,7418)$LFMDA04A,5050,0.000000)\
-			0.000000	(t_t_x(290428,11150)$YB3EH04A,5051,0.000000)\
-			0.000000	(t_t_x(290429,2111)$BKED1204,5052,0.000000)\
-			0.000000	(t_t_x(290433,1955)$YD5WH04M,5053,0.000000)\
-			0.000000	(t_t_x(290436,13522)$KFZ4404M,5054,0.000000)\
-			0.000000	(t_t_x(290447,3246)$LEBAS04M,5055,0.000000)\
-			0.000000	(t_t_x(290454,1998)$RNS04M,5056,0.000000)\
-			0.000000	(t_t_x(290455,4154)$RNS04M,5057,0.000000)\
-			0.000000	(t_t_x(290468,420)$LEBAS04M,5058,0.000000)\
-			0.000000	(t_t_x(290480,5364)$RJIU04M,5059,0.000000)\
-			0.000000	(t_t_x(290491,5163)$RNS04M,5060,0.000000)\
-			0.000000	(t_t_x(290499,3219)$YD5WH04M,5061,0.000000)\
-			0.000000	(t_t_x(290501,119)$LGKFN04,5062,0.000000)\
-			0.000000	(t_t_x(290513,2037)$LELVL04M,5063,0.000000)\
-			0.000000	(t_t_x(290517,8433)$LELVU04,5064,0.000000)\
-			1.000000	(t_t_x(290527,15926)$MGY04,5065,1.000000)\
-			0.000000	(t_t_x(290528,11805)$YB3EH04E,5066,0.000000)\
-			0.000000	(t_t_x(290535,361)$YBOLN04M,5067,0.000000)\
-			0.000000	(t_t_x(290539,1830)$LGRPA04M,5068,0.000000)\
-			0.000000	(t_t_x(290550,11254)$MRAE04,5069,0.000000)\
-			0.000000	(t_t_x(290553,2551)$LEMDAT04,5070,0.000000)\
-			0.000000	(t_t_x(290555,658)$KFZ4404M,5071,0.000000)\
-			0.000000	(t_t_x(290566,11852)$MRAE04,5072,0.000000)\
-			0.000000	(t_t_x(290567,3034)$YB3EH04E,5073,0.000000)\
-			0.000000	(t_t_x(290568,6063)$LELVU04,5074,0.000000)\
-			0.000000	(t_t_x(290573,5191)$EBBRA04E,5075,0.000000)\
-			0.000000	(t_t_x(290574,9132)$RJIU04M,5076,0.000000)\
-			0.000000	(t_t_x(290578,7433)$RNI04M,5077,0.000000)\
-			0.000000	(t_t_x(290583,1243)$YD5WH04M,5078,0.000000)\
-			0.000000	(t_t_x(290584,2862)$LELVL104,5079,0.000000)\
-			0.000000	(t_t_x(290624,6898)$LEBAS04A,5080,0.000000)\
-			0.000000	(t_t_x(290633,3622)$RJIU04M,5081,0.000000)\
-			0.000000	(t_t_x(290635,11341)$RQXSI04E,5082,0.000000)\
-			0.000000	(t_t_x(290646,1270)$KCHI104M,5083,0.000000)\
-			0.000000	(t_t_x(290650,6464)$GL4W04M,5084,0.000000)\
-			0.000000	(t_t_x(290661,729)$LCS12W03,5085,0.000000)\
-			0.000000	(t_t_x(290666,9694)$MRAE04,5086,0.000000)\
-			0.000000	(t_t_x(290667,1908)$GL34W04,5087,0.000000)\
-			0.000000	(t_t_x(290676,807)$RFBRT04M,5088,0.000000)\
-			0.000000	(t_t_x(290680,22976)$LGSRA04,5089,0.000000)\
-			0.000000	(t_t_x(290681,8779)$YB3EH04E,5090,0.000000)\
-			0.000000	(t_t_x(290696,4430)$RNS04M,5091,0.000000)\
-			0.000000	(t_t_x(290702,5600)$EBBRA04E,5092,0.000000)\
-			0.000000	(t_t_x(290712,836)$KCHI104M,5093,0.000000)\
-			0.000000	(t_t_x(290738,5977)$EG11G04M,5094,0.000000)\
-			0.000000	(t_t_x(290752,12979)$LGKFN04,5095,0.000000)\
-			0.000000	(t_t_x(290760,11448)$YB3EH04A,5096,0.000000)\
-			0.000000	(t_t_x(290761,1243)$YD5WH04M,5097,0.000000)\
-			0.000000	(t_t_x(290766,4404)$KFZ4404M,5098,0.000000)\
-			0.000000	(t_t_x(290776,7383)$RJIU04M,5099,0.000000)\
-			0.000000	(t_t_x(290803,1899)$KHVL104E,5100,0.000000)\
-			0.000000	(t_t_x(290808,11677)$RMZU04,5101,0.000000)\
-			0.000000	(t_t_x(290819,1849)$GL34W04,5102,0.000000)\
-			0.000000	(t_t_x(290832,505)$BR204M,5103,0.000000)\
-			0.000000	(t_t_x(290849,3087)$BKED1204,5104,0.000000)\
-			0.000000	(t_t_x(290858,7628)$RNS04M,5105,0.000000)\
-			0.000000	(t_t_x(290866,1811)$YBOLN04M,5106,0.000000)\
-			0.000000	(t_t_x(290867,12109)$YB3EH04A,5107,0.000000)\
-			0.000000	(t_t_x(290871,10082)$KFZ4404M,5108,0.000000)\
-			0.000000	(t_t_x(290883,2479)$YD5WH04M,5109,0.000000)\
-			0.000000	(t_t_x(290892,3269)$YB5WH04M,5110,0.000000)\
-			0.000000	(t_t_x(290904,6418)$RASI04M,5111,0.000000)\
-			0.000000	(t_t_x(290924,2639)$BR204M,5112,0.000000)\
-			0.000000	(t_t_x(290928,37158)$LGSRA04,5113,0.000000)\
-			1.000000	(t_t_x(290939,7353)$MM204,5114,1.000000)\
-			0.000000	(t_t_x(290967,4973)$RJIU04M,5115,0.000000)\
-			0.000000	(t_t_x(290985,2033)$KSPE104D,5116,0.000000)\
-			0.000000	(t_t_x(290996,4335)$GL4W04M,5117,0.000000)\
-			1.000000	(t_t_x(291002,3512)$FUJ04M,5118,1.000000)\
-			0.000000	(t_t_x(291007,10787)$YB3EH04A,5119,0.000000)\
-			0.000000	(t_t_x(291009,10980)$RQXSI04E,5120,0.000000)\
-			0.000000	(t_t_x(291013,1497)$BR404M,5121,0.000000)\
-			0.000000	(t_t_x(291014,10860)$LCES004M,5122,0.000000)\
-			0.000000	(t_t_x(291018,13534)$MGY04,5123,0.000000)\
-			0.000000	(t_t_x(291019,7831)$LELVL04M,5124,0.000000)\
-			0.000000	(t_t_x(291024,11005)$RQXSI04E,5125,0.000000)\
-			0.000000	(t_t_x(291027,11819)$YB3EH04E,5126,0.000000)\
-			0.000000	(t_t_x(291031,5245)$EG11G04M,5127,0.000000)\
-			0.000000	(t_t_x(291038,16149)$EDGG704,5128,0.000000)\
-			0.000000	(t_t_x(291040,1349)$YD5WH04M,5129,0.000000)\
-			0.000000	(t_t_x(291046,1551)$MM204,5130,0.000000)\
-			0.000000	(t_t_x(291048,2842)$LEMDAT04,5131,0.000000)\
-			0.000000	(t_t_x(291052,1833)$RNS04M,5132,0.000000)\
-			0.000000	(t_t_x(291060,851)$RJIU04M,5133,0.000000)\
-			0.000000	(t_t_x(291078,2040)$YB5KL04E,5134,0.000000)\
-			0.000000	(t_t_x(291082,7786)$LFMDA04A,5135,0.000000)\
-			0.000000	(t_t_x(291096,1627)$KCHI104M,5136,0.000000)\
-			0.000000	(t_t_x(291100,10660)$RQXSI04E,5137,0.000000)\
-			1.000000	(t_t_x(291104,14224)$LCES004,5138,1.000000)\
-			0.000000	(t_t_x(291114,4798)$MM304,5139,0.000000)\
-			1.000000	(t_t_x(291115,1087)$EBBRA04E,5140,1.000000)\
-			0.000000	(t_t_x(291117,3620)$KSPE104D,5141,0.000000)\
-			0.000000	(t_t_x(291127,500)$PMXX04M,5142,0.000000)\
-			1.000000	(t_t_x(291128,8011)$KFZ4404M,5143,1.000000)\
-			0.000000	(t_t_x(291159,9804)$KFZ4404M,5144,0.000000)\
-			1.000000	(t_t_x(291164,1860)$RQXSI04E,5145,1.000000)\
-			0.000000	(t_t_x(291171,6808)$YB3EH04A,5146,0.000000)\
-			0.000000	(t_t_x(291178,7505)$EBBRA04E,5147,0.000000)\
-			0.000000	(t_t_x(291187,2303)$KWUR404E,5148,0.000000)\
-			0.000000	(t_t_x(291189,3976)$RVKWU04M,5149,0.000000)\
-			0.000000	(t_t_x(291193,11852)$YB3EH04E,5150,0.000000)\
-			0.000000	(t_t_x(291204,3839)$KSLN04M,5151,0.000000)\
-			0.000000	(t_t_x(291206,10065)$RQXU04E,5152,0.000000)\
-			0.000000	(t_t_x(291212,1920)$RVKWS04,5153,0.000000)\
-			0.000000	(t_t_x(291218,11109)$RQXSI04E,5154,0.000000)\
-			0.000000	(t_t_x(291223,2140)$EGPFA04,5155,0.000000)\
-			0.000000	(t_t_x(291224,7289)$LEMDAT04,5156,0.000000)\
-			1.000000	(t_t_x(291226,2149)$RQXSI04E,5157,1.000000)\
-			0.000000	(t_t_x(291238,2185)$YH5MH04M,5158,0.000000)\
-			0.000000	(t_t_x(291241,840)$GL4W04M,5159,0.000000)\
-			0.000000	(t_t_x(291257,15846)$EDGG704,5160,0.000000)\
-			0.000000	(t_t_x(291264,4885)$PMXX04M,5161,0.000000)\
-			0.000000	(t_t_x(291267,4311)$RNS04M,5162,0.000000)\
-			0.000000	(t_t_x(291287,9107)$LELVL04M,5163,0.000000)\
-			0.000000	(t_t_x(291292,307)$EBEEC04M,5164,0.000000)\
-			0.000000	(t_t_x(291296,5755)$KSLN04M,5165,0.000000)\
-			1.000000	(t_t_x(291299,6848)$KSPE104D,5166,1.000000)\
-			0.000000	(t_t_x(291305,15168)$EDGG704,5167,0.000000)\
-			0.000000	(t_t_x(291309,2267)$MT4AT04E,5168,0.000000)\
-			0.000000	(t_t_x(291312,23697)$LGSRA04,5169,0.000000)\
-			0.000000	(t_t_x(291314,5709)$LELVL04M,5170,0.000000)\
-			0.000000	(t_t_x(291317,6140)$RNS04M,5171,0.000000)\
-			1.000000	(t_t_x(291320,280)$BR204M,5172,1.000000)\
-			0.000000	(t_t_x(291323,6886)$YB3EH04E,5173,0.000000)\
-			0.000000	(t_t_x(291326,6844)$YB3EH04A,5174,0.000000)\
-			0.000000	(t_t_x(291337,1727)$EGNOR04M,5175,0.000000)\
-			0.000000	(t_t_x(291341,11933)$KFZ4404M,5176,0.000000)\
-			1.000000	(t_t_x(291353,9598)$RQXSI04E,5177,1.000000)\
-			0.000000	(t_t_x(291359,518)$KCHI104M,5178,0.000000)\
-			0.000000	(t_t_x(291367,4020)$EG11G04M,5179,0.000000)\
-			0.000000	(t_t_x(291377,5669)$EG11G04M,5180,0.000000)\
-			0.000000	(t_t_x(291407,724)$KCHI104M,5181,0.000000)\
-			1.000000	(t_t_x(291417,6148)$RMZU04E,5182,1.000000)\
-			0.000000	(t_t_x(291420,3672)$LELVL104,5183,0.000000)\
-			1.000000	(t_t_x(291444,1462)$KSAL1204,5184,1.000000)\
-			0.000000	(t_t_x(291447,5700)$KSPE104D,5185,0.000000)\
-			0.000000	(t_t_x(291455,5426)$YBOLN04M,5186,0.000000)\
-			0.000000	(t_t_x(291464,3654)$KFZ4404M,5187,0.000000)\
-			0.000000	(t_t_x(291470,289)$YB3EH04E,5188,0.000000)\
-			0.000000	(t_t_x(291480,2441)$KSLN04M,5189,0.000000)\
-			0.000000	(t_t_x(291484,4788)$RNS04M,5190,0.000000)\
-			0.000000	(t_t_x(291491,4388)$ZM56704,5191,0.000000)\
-			0.000000	(t_t_x(291494,1690)$YH5MH04M,5192,0.000000)\
-			0.000000	(t_t_x(291499,4080)$LELVL04M,5193,0.000000)\
-			0.000000	(t_t_x(291514,3379)$YB3EH04E,5194,0.000000)\
-			0.000000	(t_t_x(291515,2376)$KSLN04M,5195,0.000000)\
-			0.000000	(t_t_x(291519,8341)$MRAEE04,5196,0.000000)\
-			0.000000	(t_t_x(291521,4666)$LELVL04M,5197,0.000000)\
-			0.000000	(t_t_x(291523,1680)$PMXX04M,5198,0.000000)\
-			0.000000	(t_t_x(291528,6835)$YB3EH04E,5199,0.000000)\
-			0.000000	(t_t_x(291534,1707)$FUJ04M,5200,0.000000)\
-			0.000000	(t_t_x(291538,2730)$KSPE1P04,5201,0.000000)\
-			0.000000	(t_t_x(291539,3324)$KSLN04M,5202,0.000000)\
-			0.000000	(t_t_x(291547,3406)$KSLN04A,5203,0.000000)\
-			0.000000	(t_t_x(291554,1136)$YH5MH04M,5204,0.000000)\
-			0.000000	(t_t_x(291559,2004)$RFBRT04M,5205,0.000000)\
-			0.000000	(t_t_x(291566,4022)$KFZ4404M,5206,0.000000)\
-			0.000000	(t_t_x(291571,10562)$KFZ4404M,5207,0.000000)\
-			1.000000	(t_t_x(291572,11207)$YB3EH04A,5208,1.000000)\
-			0.000000	(t_t_x(291575,5346)$YB3EH04M,5209,0.000000)\
-			0.000000	(t_t_x(291577,4341)$EGNOR04M,5210,0.000000)\
-			1.000000	(t_t_x(291579,9786)$RJIU04M,5211,1.000000)\
-			0.000000	(t_t_x(291594,5782)$EG11G04M,5212,0.000000)\
-			0.000000	(t_t_x(291603,1476)$EG11G04M,5213,0.000000)\
-			0.000000	(t_t_x(291612,1412)$KFZ4404E,5214,0.000000)\
-			1.000000	(t_t_x(291615,5874)$YB3EH04E,5215,1.000000)\
-			0.000000	(t_t_x(291639,278)$YB3EH04A,5216,0.000000)\
-			0.000000	(t_t_x(291640,3907)$BKED1204,5217,0.000000)\
-			0.000000	(t_t_x(291649,2804)$RVKWS04,5218,0.000000)\
-			1.000000	(t_t_x(291652,2521)$LEBAS04M,5219,1.000000)\
-			0.000000	(t_t_x(291656,3076)$YH5MH04M,5220,0.000000)\
-			0.000000	(t_t_x(291660,9142)$EG11G04M,5221,0.000000)\
-			0.000000	(t_t_x(291679,5382)$RNS04M,5222,0.000000)\
-			0.000000	(t_t_x(291695,13800)$YB3EH04E,5223,0.000000)\
-			0.000000	(t_t_x(291697,3896)$GL4W04M,5224,0.000000)\
-			0.000000	(t_t_x(291719,179)$EG11G04M,5225,0.000000)\
-			0.000000	(t_t_x(291724,4923)$KSLN04M,5226,0.000000)\
-			1.000000	(t_t_x(291727,717)$EBEEC04M,5227,1.000000)\
-			0.000000	(t_t_x(291739,2414)$KSLN04A,5228,0.000000)\
-			0.000000	(t_t_x(291761,1509)$RNS04M,5229,0.000000)\
-			0.000000	(t_t_x(291796,2198)$YH5MH04M,5230,0.000000)\
-			0.000000	(t_t_x(291798,6329)$RMZU04,5231,0.000000)\
-			0.000000	(t_t_x(291812,12071)$RQXSI04E,5232,0.000000)\
-			0.000000	(t_t_x(291819,2880)$EGNOR04M,5233,0.000000)\
-			1.000000	(t_t_x(291826,2518)$GL4W04M,5234,1.000000)\
-			0.000000	(t_t_x(291836,7086)$RMZU04E,5235,0.000000)\
-			0.000000	(t_t_x(291843,10183)$RJIU04M,5236,0.000000)\
-			0.000000	(t_t_x(291845,760)$CPRFBR04,5237,0.000000)\
-			0.000000	(t_t_x(291847,6702)$YB5WH04M,5238,0.000000)\
-			0.000000	(t_t_x(291859,216)$EHAMA04,5239,0.000000)\
-			0.000000	(t_t_x(291874,6457)$MM304,5240,0.000000)\
-			1.000000	(t_t_x(291887,2801)$YD5WH04M,5241,1.000000)\
-			0.000000	(t_t_x(291891,7905)$LGKFN04,5242,0.000000)\
-			1.000000	(t_t_x(291906,4600)$EGNOR04M,5243,1.000000)\
-			0.000000	(t_t_x(291917,3811)$RJIU04M,5244,0.000000)\
-			0.000000	(t_t_x(291918,20278)$LGZAA04M,5245,0.000000)\
-			0.000000	(t_t_x(291951,3600)$RMZU04E,5246,0.000000)\
-			0.000000	(t_t_x(291957,11361)$RQXSI04E,5247,0.000000)\
-			0.000000	(t_t_x(291959,2614)$RJIU04M,5248,0.000000)\
-			0.000000	(t_t_x(291968,7140)$EG11G04M,5249,0.000000)\
-			0.000000	(t_t_x(291971,3420)$KSLN04A,5250,0.000000)\
-			0.000000	(t_t_x(291994,10658)$YB3EH04E,5251,0.000000)\
-			0.000000	(t_t_x(291995,8204)$RQXU04E,5252,0.000000)\
-			0.000000	(t_t_x(292003,7058)$GL4W04M,5253,0.000000)\
-			0.000000	(t_t_x(292006,1380)$RVKWS04,5254,0.000000)\
-			0.000000	(t_t_x(292026,7940)$LELVL04M,5255,0.000000)\
-			0.000000	(t_t_x(292032,480)$EGNOR04M,5256,0.000000)\
-			0.000000	(t_t_x(292050,10767)$LELVU04,5257,0.000000)\
-			0.000000	(t_t_x(292051,2141)$GL4W04M,5258,0.000000)\
-			0.000000	(t_t_x(292068,6871)$YB3EH04A,5259,0.000000)\
-			0.000000	(t_t_x(292069,7756)$EG11G04M,5260,0.000000)\
-			0.000000	(t_t_x(292088,3090)$LEBAS04M,5261,0.000000)\
-			0.000000	(t_t_x(292091,2753)$LOVN1504,5262,0.000000)\
-			0.000000	(t_t_x(292092,3011)$KSLN04M,5263,0.000000)\
-			0.000000	(t_t_x(292094,7466)$LELVL04M,5264,0.000000)\
-			0.000000	(t_t_x(292099,4381)$EGNOR04M,5265,0.000000)\
-			0.000000	(t_t_x(292100,2657)$PMXX04M,5266,0.000000)\
-			0.000000	(t_t_x(292105,4628)$KSLN04M,5267,0.000000)\
-			0.000000	(t_t_x(292107,11197)$RQXSI04E,5268,0.000000)\
-			0.000000	(t_t_x(292111,4243)$LGKFN04,5269,0.000000)\
-			0.000000	(t_t_x(292112,1320)$LOW304M,5270,0.000000)\
-			0.000000	(t_t_x(292120,7013)$YB3EH04E,5271,0.000000)\
-			0.000000	(t_t_x(292130,8157)$YB3EH04A,5272,0.000000)\
-			0.000000	(t_t_x(292152,1787)$BR404M,5273,0.000000)\
-			0.000000	(t_t_x(292153,11129)$YD5WH04M,5274,0.000000)\
-			0.000000	(t_t_x(292178,5117)$EGNOR04M,5275,0.000000)\
-			0.000000	(t_t_x(292186,23775)$LGSRA04,5276,0.000000)\
-			0.000000	(t_t_x(292187,2280)$KSPE104D,5277,0.000000)\
-			0.000000	(t_t_x(292188,13680)$KFZ4404M,5278,0.000000)\
-			1.000000	(t_t_x(292189,5640)$YB3EH04E,5279,1.000000)\
-			0.000000	(t_t_x(292197,1899)$KSLN04M,5280,0.000000)\
-			0.000000	(t_t_x(292211,5056)$LGRPA04M,5281,0.000000)\
-			0.000000	(t_t_x(292214,10734)$RQXU04E,5282,0.000000)\
-			1.000000	(t_t_x(292217,3160)$BR204M,5283,1.000000)\
-			0.000000	(t_t_x(292231,6452)$EG11G04M,5284,0.000000)\
-			0.000000	(t_t_x(292232,2172)$LGAVA04,5285,0.000000)\
-			0.000000	(t_t_x(292233,2757)$KFUL1U04,5286,0.000000)\
-			0.000000	(t_t_x(292245,9615)$RJIU04M,5287,0.000000)\
-			0.000000	(t_t_x(292251,5321)$YB3EH04A,5288,0.000000)\
-			0.000000	(t_t_x(292255,1536)$KFUL1U04,5289,0.000000)\
-			0.000000	(t_t_x(292257,10737)$LELVL04M,5290,0.000000)\
-			0.000000	(t_t_x(292258,1867)$KFZ4404M,5291,0.000000)\
-			0.000000	(t_t_x(292264,5630)$KSLN04M,5292,0.000000)\
-			0.000000	(t_t_x(292265,13054)$LELVU04,5293,0.000000)\
-			0.000000	(t_t_x(292270,6521)$YBOLN04M,5294,0.000000)\
-			0.000000	(t_t_x(292278,8209)$LELVL04M,5295,0.000000)\
-			0.000000	(t_t_x(292286,780)$RVKWS04,5296,0.000000)\
-			0.000000	(t_t_x(292287,1698)$KSPE104D,5297,0.000000)\
-			1.000000	(t_t_x(292297,6822)$RJIU04M,5298,1.000000)\
-			0.000000	(t_t_x(292327,7890)$YB3EH04A,5299,0.000000)\
-			0.000000	(t_t_x(292330,1738)$KSPE1P04,5300,0.000000)\
-			1.000000	(t_t_x(292354,5236)$RMZU04,5301,1.000000)\
-			0.000000	(t_t_x(292365,909)$KCHI104M,5302,0.000000)\
-			0.000000	(t_t_x(292366,1605)$GL4W04M,5303,0.000000)\
-			0.000000	(t_t_x(292383,14897)$EDGG704,5304,0.000000)\
-			0.000000	(t_t_x(292388,7380)$RQXU04E,5305,0.000000)\
-			0.000000	(t_t_x(292405,7477)$RQXU04E,5306,0.000000)\
-			0.000000	(t_t_x(292408,2032)$BKED1204,5307,0.000000)\
-			1.000000	(t_t_x(292413,1920)$LOW304M,5308,1.000000)\
-			0.000000	(t_t_x(292417,21175)$LCES004,5309,0.000000)\
-			0.000000	(t_t_x(292423,13139)$EDGG704,5310,0.000000)\
-			1.000000	(t_t_x(292436,4576)$EG11G04M,5311,1.000000)\
-			0.000000	(t_t_x(292439,1511)$EBEEC04M,5312,0.000000)\
-			0.000000	(t_t_x(292442,5820)$RQXU04E,5313,0.000000)\
-			0.000000	(t_t_x(292446,2187)$BR204M,5314,0.000000)\
-			1.000000	(t_t_x(292451,11356)$YB3EH04E,5315,1.000000)\
-			0.000000	(t_t_x(292453,7978)$KFZ4404M,5316,0.000000)\
-			0.000000	(t_t_x(292457,3881)$MM304,5317,0.000000)\
-			0.000000	(t_t_x(292466,1058)$LGZAA04M,5318,0.000000)\
-			0.000000	(t_t_x(292483,5948)$RVKWU04M,5319,0.000000)\
-			0.000000	(t_t_x(292487,5004)$KSLN04M,5320,0.000000)\
-			0.000000	(t_t_x(292494,7749)$LELVL04M,5321,0.000000)\
-			1.000000	(t_t_x(292500,4004)$YB3EH04A,5322,1.000000)\
-			0.000000	(t_t_x(292507,11245)$LGSRA04,5323,0.000000)\
-			0.000000	(t_t_x(292515,7948)$LELVU04,5324,0.000000)\
-			0.000000	(t_t_x(292533,6257)$RNI04M,5325,0.000000)\
-			0.000000	(t_t_x(292534,4500)$YB3EH04A,5326,0.000000)\
-			1.000000	(t_t_x(292544,3780)$EG11G04M,5327,1.000000)\
-			0.000000	(t_t_x(292550,8467)$RJIU04M,5328,0.000000)\
-			0.000000	(t_t_x(292565,790)$KFZ4404E,5329,0.000000)\
-			0.000000	(t_t_x(292569,6237)$RJIU04M,5330,0.000000)\
-			0.000000	(t_t_x(292574,298)$YB3EH04M,5331,0.000000)\
-			0.000000	(t_t_x(292587,2401)$ZM56704,5332,0.000000)\
-			0.000000	(t_t_x(292613,3513)$EBEEC04M,5333,0.000000)\
-			0.000000	(t_t_x(292614,776)$KFUL1U04,5334,0.000000)\
-			0.000000	(t_t_x(292627,5460)$KSPE104D,5335,0.000000)\
-			0.000000	(t_t_x(292629,6490)$LCES004M,5336,0.000000)\
-			0.000000	(t_t_x(292635,1061)$GL4W04M,5337,0.000000)\
-			0.000000	(t_t_x(292653,2559)$EBBRA04E,5338,0.000000)\
-			0.000000	(t_t_x(292656,593)$KALP2C04,5339,0.000000)\
-			1.000000	(t_t_x(292666,41605)$LGSRA04,5340,1.000000)\
-			0.000000	(t_t_x(292667,1740)$KSPE104D,5341,0.000000)\
-			0.000000	(t_t_x(292670,7560)$RQXU04E,5342,0.000000)\
-			0.000000	(t_t_x(292672,7560)$RQXU04E,5343,0.000000)\
-			0.000000	(t_t_x(292676,198)$RFBRT04M,5344,0.000000)\
-			0.000000	(t_t_x(292683,12360)$YB3EH04E,5345,0.000000)\
-			0.000000	(t_t_x(292688,2332)$BR404M,5346,0.000000)\
-			0.000000	(t_t_x(292693,13025)$KFZ4404M,5347,0.000000)\
-			0.000000	(t_t_x(292700,1298)$GL4W04M,5348,0.000000)\
-			0.000000	(t_t_x(292710,511)$KSPE1P04,5349,0.000000)\
-			0.000000	(t_t_x(292713,7577)$RASI04M,5350,0.000000)\
-			1.000000	(t_t_x(292714,10097)$YD5WH04M,5351,1.000000)\
-			0.000000	(t_t_x(292716,2555)$KSLN04M,5352,0.000000)\
-			0.000000	(t_t_x(292734,8476)$KSAL1204,5353,0.000000)\
-			0.000000	(t_t_x(292735,1387)$GL4W04M,5354,0.000000)\
-			1.000000	(t_t_x(292738,1681)$KFZ4404M,5355,1.000000)\
-			0.000000	(t_t_x(292739,5197)$LEBAS04M,5356,0.000000)\
-			0.000000	(t_t_x(292748,1899)$GL4W04M,5357,0.000000)\
-			0.000000	(t_t_x(292753,5460)$YB5WH04M,5358,0.000000)\
-			0.000000	(t_t_x(292762,2043)$BKED1204,5359,0.000000)\
-			0.000000	(t_t_x(292778,2205)$YB3EH04A,5360,0.000000)\
-			0.000000	(t_t_x(292783,8760)$YB3EH04A,5361,0.000000)\
-			0.000000	(t_t_x(292791,5021)$EGPFA04,5362,0.000000)\
-			0.000000	(t_t_x(292796,13619)$LCES004,5363,0.000000)\
-			0.000000	(t_t_x(292801,6348)$PMXX04M,5364,0.000000)\
-			0.000000	(t_t_x(292803,11389)$KSLN04A,5365,0.000000)\
-			0.000000	(t_t_x(292805,1472)$RVKWS04,5366,0.000000)\
-			0.000000	(t_t_x(292808,12859)$LELVU04,5367,0.000000)\
-			0.000000	(t_t_x(292823,1600)$KCHI104M,5368,0.000000)\
-			1.000000	(t_t_x(292825,1535)$RJIU04M,5369,1.000000)\
-			0.000000	(t_t_x(292837,5573)$KFZ4404M,5370,0.000000)\
-			0.000000	(t_t_x(292859,3835)$EBEEC04M,5371,0.000000)\
-			0.000000	(t_t_x(292872,2580)$KSAL1204,5372,0.000000)\
-			0.000000	(t_t_x(292875,8218)$LELVL04M,5373,0.000000)\
-			0.000000	(t_t_x(292876,8353)$EDGG704,5374,0.000000)\
-			0.000000	(t_t_x(292901,2096)$EBEEC04M,5375,0.000000)\
-			0.000000	(t_t_x(292908,4653)$EG11G04M,5376,0.000000)\
-			0.000000	(t_t_x(292911,7581)$YB3EH04A,5377,0.000000)\
-			0.000000	(t_t_x(292917,4970)$LELVL04M,5378,0.000000)\
-			0.000000	(t_t_x(292933,5712)$YBOLN04M,5379,0.000000)\
-			0.000000	(t_t_x(292934,6460)$MM304,5380,0.000000)\
-			0.000000	(t_t_x(292935,4945)$KSLN04M,5381,0.000000)\
-			0.000000	(t_t_x(292940,11998)$EDGG704,5382,0.000000)\
-			0.000000	(t_t_x(292941,779)$KSPE104D,5383,0.000000)\
-			0.000000	(t_t_x(292946,5040)$YB3EH04E,5384,0.000000)\
-			0.000000	(t_t_x(292947,12601)$KFZ4404M,5385,0.000000)\
-			0.000000	(t_t_x(292967,5113)$RNS04M,5386,0.000000)\
-			0.000000	(t_t_x(292968,1938)$RVKWS04,5387,0.000000)\
-			1.000000	(t_t_x(292969,5519)$MM304,5388,1.000000)\
-			0.000000	(t_t_x(292977,1828)$KFZ4404M,5389,0.000000)\
-			0.000000	(t_t_x(292989,10975)$YB3EH04E,5390,0.000000)\
-			0.000000	(t_t_x(292991,2201)$YD5WH04M,5391,0.000000)\
-			0.000000	(t_t_x(292992,7530)$EG11G04M,5392,0.000000)\
-			0.000000	(t_t_x(292993,4503)$KSLN04M,5393,0.000000)\
-			0.000000	(t_t_x(293006,1101)$KSPE1P04,5394,0.000000)\
-			0.000000	(t_t_x(293009,11057)$YD5WH04M,5395,0.000000)\
-			0.000000	(t_t_x(293021,1411)$CPGSE04,5396,0.000000)\
-			1.000000	(t_t_x(293036,4289)$MM304,5397,1.000000)\
-			0.000000	(t_t_x(293045,5632)$RQXU04E,5398,0.000000)\
-			1.000000	(t_t_x(293048,13290)$RJIU04M,5399,1.000000)\
-			0.000000	(t_t_x(293049,4737)$LELVU04,5400,0.000000)\
-			1.000000	(t_t_x(293050,10140)$RQXU04E,5401,1.000000)\
-			0.000000	(t_t_x(293070,4384)$RNS04M,5402,0.000000)\
-			0.000000	(t_t_x(293071,2967)$RASI04M,5403,0.000000)\
-			0.000000	(t_t_x(293072,6360)$EGNOR04M,5404,0.000000)\
-			0.000000	(t_t_x(293074,7080)$RQXU04E,5405,0.000000)\
-			0.000000	(t_t_x(293090,10207)$YB3EH04A,5406,0.000000)\
-			0.000000	(t_t_x(293092,2516)$RASI04M,5407,0.000000)\
-			0.000000	(t_t_x(293096,6147)$RQXU04E,5408,0.000000)\
-			0.000000	(t_t_x(293116,6137)$LELVL04M,5409,0.000000)\
-			0.000000	(t_t_x(293126,6127)$EGPFA04,5410,0.000000)\
-			0.000000	(t_t_x(293132,7494)$RASI04M,5411,0.000000)\
-			0.000000	(t_t_x(293139,1440)$RNS04M,5412,0.000000)\
-			0.000000	(t_t_x(293142,2345)$MM204,5413,0.000000)\
-			0.000000	(t_t_x(293146,4560)$KSPE104D,5414,0.000000)\
-			0.000000	(t_t_x(293150,9631)$YB3EH04A,5415,0.000000)\
-			0.000000	(t_t_x(293156,8039)$LELVL04M,5416,0.000000)\
-			0.000000	(t_t_x(293166,6166)$MM304,5417,0.000000)\
-			0.000000	(t_t_x(293168,15898)$LELVL04M,5418,0.000000)\
-			0.000000	(t_t_x(293177,7052)$EG11G04M,5419,0.000000)\
-			0.000000	(t_t_x(293178,516)$LEBAS04M,5420,0.000000)\
-			0.000000	(t_t_x(293188,6556)$RJIU04M,5421,0.000000)\
-			1.000000	(t_t_x(293191,3668)$RASI04M,5422,1.000000)\
-			0.000000	(t_t_x(293196,179)$KSPE104D,5423,0.000000)\
-			0.000000	(t_t_x(293200,1527)$RJIU04M,5424,0.000000)\
-			0.000000	(t_t_x(293206,5954)$LEBAS04M,5425,0.000000)\
-			0.000000	(t_t_x(293207,13778)$KFZ4404M,5426,0.000000)\
-			0.000000	(t_t_x(293229,8925)$KFZ4404M,5427,0.000000)\
-			0.000000	(t_t_x(293240,13904)$KFZ4404M,5428,0.000000)\
-			0.000000	(t_t_x(293241,11685)$YB3EH04A,5429,0.000000)\
-			0.000000	(t_t_x(293250,16183)$LELVL04M,5430,0.000000)\
-			0.000000	(t_t_x(293252,6821)$RNI04M,5431,0.000000)\
-			0.000000	(t_t_x(293268,12248)$RMZU04,5432,0.000000)\
-			0.000000	(t_t_x(293271,420)$KALP2C04,5433,0.000000)\
-			0.000000	(t_t_x(293300,7357)$KFZ4404M,5434,0.000000)\
-			0.000000	(t_t_x(293305,13774)$MRAE04,5435,0.000000)\
-			0.000000	(t_t_x(293326,2241)$RNI04M,5436,0.000000)\
-			0.000000	(t_t_x(293340,820)$EG11G04M,5437,0.000000)\
-			0.000000	(t_t_x(293354,10367)$YB3EH04E,5438,0.000000)\
-			0.000000	(t_t_x(293362,12482)$RJIU04M,5439,0.000000)\
-			0.000000	(t_t_x(293371,9962)$RJIU04M,5440,0.000000)\
-			0.000000	(t_t_x(293377,7007)$RASI04M,5441,0.000000)\
-			0.000000	(t_t_x(293382,3474)$YB3EH04E,5442,0.000000)\
-			0.000000	(t_t_x(293416,5880)$EGNOR04M,5443,0.000000)\
-			0.000000	(t_t_x(293430,7500)$RQXU04E,5444,0.000000)\
-			0.000000	(t_t_x(293444,10439)$YB3EH04E,5445,0.000000)\
-			0.000000	(t_t_x(293445,12118)$RJIU04M,5446,0.000000)\
-			0.000000	(t_t_x(293451,5667)$MM304,5447,0.000000)\
-			0.000000	(t_t_x(293452,6646)$RASI04M,5448,0.000000)\
-			0.000000	(t_t_x(293468,10034)$RJIU04M,5449,0.000000)\
-			0.000000	(t_t_x(293473,11748)$KSLN04A,5450,0.000000)\
-			0.000000	(t_t_x(293491,1333)$RVKWS04,5451,0.000000)\
-			1.000000	(t_t_x(293498,2492)$PMXX04M,5452,1.000000)\
-			0.000000	(t_t_x(293502,7771)$EG11G04M,5453,0.000000)\
-			0.000000	(t_t_x(293511,7698)$RVKWU04M,5454,0.000000)\
-			0.000000	(t_t_x(293520,972)$RFBRT04M,5455,0.000000)\
-			0.000000	(t_t_x(293521,11717)$RJIU04M,5456,0.000000)\
-			1.000000	(t_t_x(293522,11832)$PMXX04M,5457,1.000000)\
-			0.000000	(t_t_x(293524,7860)$RVKWU04M,5458,0.000000)\
-			0.000000	(t_t_x(293530,11049)$RJIU04M,5459,0.000000)\
-			0.000000	(t_t_x(293531,1445)$GL4W04M,5460,0.000000)\
-			1.000000	(t_t_x(293533,1359)$RFBRT04M,5461,1.000000)\
-			0.000000	(t_t_x(293534,9512)$RJIU04M,5462,0.000000)\
-			0.000000	(t_t_x(293537,5996)$KFZ4404M,5463,0.000000)\
-			0.000000	(t_t_x(293539,3883)$RVKWU04M,5464,0.000000)\
-			1.000000	(t_t_x(293540,5756)$KFZ4404M,5465,1.000000)\
-			0.000000	(t_t_x(293544,1568)$RQXSI04E,5466,0.000000)\
-			0.000000	(t_t_x(293545,9487)$LELVL04M,5467,0.000000)\
-			0.000000	(t_t_x(293549,6660)$RQXU04E,5468,0.000000)\
-			0.000000	(t_t_x(293552,7198)$KSAL1204,5469,0.000000)\
-			0.000000	(t_t_x(293560,6840)$RVKWU04M,5470,0.000000)\
-			0.000000	(t_t_x(293561,6840)$RVKWU04M,5471,0.000000)\
-			0.000000	(t_t_x(293565,9302)$RJIU04M,5472,0.000000)\
-			1.000000	(t_t_x(293566,4123)$RNI04M,5473,1.000000)\
-			0.000000	(t_t_x(293567,11494)$YB3EH04A,5474,0.000000)\
-			0.000000	(t_t_x(293569,2568)$RJIU04M,5475,0.000000)\
-			0.000000	(t_t_x(293570,9764)$YB3EH04E,5476,0.000000)\
-			0.000000	(t_t_x(293571,3838)$RQXU04E,5477,0.000000)\
-			0.000000	(t_t_x(293576,10509)$LELVL04M,5478,0.000000)\
-			0.000000	(t_t_x(293580,7779)$RQXU04E,5479,0.000000)\
-			0.000000	(t_t_x(293585,12060)$YB3EH04A,5480,0.000000)\
-			0.000000	(t_t_x(293587,6146)$LCES004,5481,0.000000)\
-			0.000000	(t_t_x(293601,420)$YB5KL04E,5482,0.000000)\
-			1.000000	(t_t_x(293621,10154)$YB3EH04A,5483,1.000000)\
-			0.000000	(t_t_x(293622,7338)$KFZ4404M,5484,0.000000)\
-			0.000000	(t_t_x(293626,4922)$LELVL04M,5485,0.000000)\
-			0.000000	(t_t_x(293640,3408)$YB3EH04E,5486,0.000000)\
-			1.000000	(t_t_x(293647,11641)$LELVU04,5487,1.000000)\
-			0.000000	(t_t_x(293650,4093)$EGPFA04,5488,0.000000)\
-			0.000000	(t_t_x(293657,6480)$EG11G04M,5489,0.000000)\
-			1.000000	(t_t_x(293680,7350)$LELVL104,5490,1.000000)\
-			0.000000	(t_t_x(293687,7800)$RQXU04E,5491,0.000000)\
-			0.000000	(t_t_x(293693,6725)$YB3EH04A,5492,0.000000)\
-			0.000000	(t_t_x(293695,353)$BR404M,5493,0.000000)\
-			0.000000	(t_t_x(293710,14099)$EDGG704,5494,0.000000)\
-			0.000000	(t_t_x(293718,4721)$EGPFA04,5495,0.000000)\
-			0.000000	(t_t_x(293737,2790)$LEBAS04A,5496,0.000000)\
-			1.000000	(t_t_x(293757,7202)$KFZ4404M,5497,1.000000)\
-			0.000000	(t_t_x(293780,7166)$KSPE104D,5498,0.000000)\
-			0.000000	(t_t_x(293790,2700)$KSPE104D,5499,0.000000)\
-			0.000000	(t_t_x(293802,5513)$EGPFA04,5500,0.000000)\
-			1.000000	(t_t_x(293804,2516)$KSAL1204,5501,1.000000)\
-			0.000000	(t_t_x(293814,2061)$EBEEC04M,5502,0.000000)\
-			0.000000	(t_t_x(293817,1560)$YD5WH04M,5503,0.000000)\
-			1.000000	(t_t_x(293821,5766)$KFUL1U04,5504,1.000000)\
-			0.000000	(t_t_x(293834,10053)$LELVU04,5505,0.000000)\
-			0.000000	(t_t_x(293857,17288)$LGSRA04,5506,0.000000)\
-			1.000000	(t_t_x(293858,1361)$LELVL04M,5507,1.000000)\
-			0.000000	(t_t_x(293869,6545)$GL4W04M,5508,0.000000)\
-			0.000000	(t_t_x(293879,3815)$RASI04M,5509,0.000000)\
-			1.000000	(t_t_x(293880,4980)$RQXU04E,5510,1.000000)\
-			0.000000	(t_t_x(293881,5062)$EGNOR04M,5511,0.000000)\
-			0.000000	(t_t_x(293884,5738)$EGNOR04M,5512,0.000000)\
-			1.000000	(t_t_x(293889,9790)$RJIU04M,5513,1.000000)\
-			0.000000	(t_t_x(293892,6891)$EGPFA04,5514,0.000000)\
-			0.000000	(t_t_x(293894,3196)$RASI04M,5515,0.000000)\
-			0.000000	(t_t_x(293898,2524)$RJIU04M,5516,0.000000)\
-			1.000000	(t_t_x(293901,5460)$RQXU04E,5517,1.000000)\
-			0.000000	(t_t_x(293909,3114)$EBEEC04M,5518,0.000000)\
-			1.000000	(t_t_x(293924,8409)$LELVL04M,5519,1.000000)\
-			0.000000	(t_t_x(293927,9466)$YB3EH04E,5520,0.000000)\
-			0.000000	(t_t_x(293929,6780)$RVKWU04M,5521,0.000000)\
-			1.000000	(t_t_x(293957,12089)$RJIU04M,5522,1.000000)\
-			0.000000	(t_t_x(293959,4788)$KFZ4404M,5523,0.000000)\
-			0.000000	(t_t_x(293962,5340)$EGNOR04M,5524,0.000000)\
-			0.000000	(t_t_x(293964,1697)$RMZU04E,5525,0.000000)\
-			1.000000	(t_t_x(293965,1525)$RNS04M,5526,1.000000)\
-			0.000000	(t_t_x(293986,10622)$KFZ4404M,5527,0.000000)\
-			0.000000	(t_t_x(294001,10725)$LELVU04,5528,0.000000)\
-			0.000000	(t_t_x(294004,10379)$YB3EH04E,5529,0.000000)\
-			0.000000	(t_t_x(294005,9585)$RJIU04M,5530,0.000000)\
-			0.000000	(t_t_x(294010,4511)$LEMDAT04,5531,0.000000)\
-			0.000000	(t_t_x(294023,6240)$LELVL04M,5532,0.000000)\
-			0.000000	(t_t_x(294025,5820)$RQXU04E,5533,0.000000)\
-			0.000000	(t_t_x(294030,600)$RNS04M,5534,0.000000)\
-			1.000000	(t_t_x(294045,6636)$LCES004M,5535,1.000000)\
-			0.000000	(t_t_x(294047,4393)$LELVL04M,5536,0.000000)\
-			0.000000	(t_t_x(294048,1380)$RMZU04E,5537,0.000000)\
-			0.000000	(t_t_x(294049,5911)$RVKWU04M,5538,0.000000)\
-			0.000000	(t_t_x(294056,2355)$LGAVA04,5539,0.000000)\
-			0.000000	(t_t_x(294065,5149)$RASI04M,5540,0.000000)\
-			0.000000	(t_t_x(294068,7150)$RVKWU04M,5541,0.000000)\
-			1.000000	(t_t_x(294089,2472)$LEMDAT04,5542,1.000000)\
-			0.000000	(t_t_x(294097,4147)$LELVU04,5543,0.000000)\
-			0.000000	(t_t_x(294101,51786)$LGZAA04M,5544,0.000000)\
-			0.000000	(t_t_x(294107,6937)$EGNOR04M,5545,0.000000)\
-			1.000000	(t_t_x(294111,2040)$LELVU04,5546,1.000000)\
-			0.000000	(t_t_x(294112,5769)$EG11G04M,5547,0.000000)\
-			0.000000	(t_t_x(294119,643)$LCS12W03,5548,0.000000)\
-			1.000000	(t_t_x(294120,5580)$RQXU04E,5549,1.000000)\
-			0.000000	(t_t_x(294121,3332)$RNS04M,5550,0.000000)\
-			0.000000	(t_t_x(294125,10140)$RQXU04E,5551,0.000000)\
-			0.000000	(t_t_x(294126,9180)$RQXU04E,5552,0.000000)\
-			1.000000	(t_t_x(294133,4469)$RJIU04M,5553,1.000000)\
-			0.000000	(t_t_x(294135,5036)$LELVL04M,5554,0.000000)\
-			0.000000	(t_t_x(294148,5428)$LELVL04M,5555,0.000000)\
-			0.000000	(t_t_x(294156,10708)$KSLN04M,5556,0.000000)\
-			1.000000	(t_t_x(294158,6202)$YB3EH04A,5557,1.000000)\
-			0.000000	(t_t_x(294164,2264)$BR404M,5558,0.000000)\
-			0.000000	(t_t_x(294193,5279)$LGKFN04,5559,0.000000)\
-			0.000000	(t_t_x(294200,2040)$RQXSI04E,5560,0.000000)\
-			0.000000	(t_t_x(294211,2580)$EG11G04M,5561,0.000000)\
-			0.000000	(t_t_x(294231,12822)$RJIU04M,5562,0.000000)\
-			0.000000	(t_t_x(294274,4750)$RASI04M,5563,0.000000)\
-			0.000000	(t_t_x(294276,10500)$RQXSI04E,5564,0.000000)\
-			1.000000	(t_t_x(294284,14292)$MGY04,5565,1.000000)\
-			0.000000	(t_t_x(294288,480)$LEBAS04A,5566,0.000000)\
-			0.000000	(t_t_x(294303,5520)$EG11G04M,5567,0.000000)\
-			0.000000	(t_t_x(294327,8520)$RJIU04M,5568,0.000000)\
-			0.000000	(t_t_x(294362,5032)$EGNOR04M,5569,0.000000)\
-			0.000000	(t_t_x(294364,15709)$LGKFN04,5570,0.000000)\
-			0.000000	(t_t_x(294365,721)$RNI04M,5571,0.000000)\
-			0.000000	(t_t_x(294370,3418)$KSPE104D,5572,0.000000)\
-			0.000000	(t_t_x(294377,2520)$LCES004M,5573,0.000000)\
-			0.000000	(t_t_x(294406,4440)$RQXSI04E,5574,0.000000)\
-			0.000000	(t_t_x(294418,3111)$BR404M,5575,0.000000)\
-			1.000000	(t_t_x(294421,6232)$RVKWU04M,5576,1.000000)\
-			0.000000	(t_t_x(294433,4387)$RVKWU04M,5577,0.000000)\
-			1.000000	(t_t_x(294442,2510)$LOVN1504,5578,1.000000)\
-			0.000000	(t_t_x(294448,9811)$LELVU04,5579,0.000000)\
-			0.000000	(t_t_x(294449,2157)$BR404M,5580,0.000000)\
-			0.000000	(t_t_x(294460,5370)$PMXX04M,5581,0.000000)\
-			0.000000	(t_t_x(294462,4709)$KSPE104D,5582,0.000000)\
-			0.000000	(t_t_x(294473,3046)$RJIU04M,5583,0.000000)\
-			0.000000	(t_t_x(294490,6648)$RNS04M,5584,0.000000)\
-			0.000000	(t_t_x(294496,894)$EHAMA04,5585,0.000000)\
-			0.000000	(t_t_x(294500,3010)$RASI04M,5586,0.000000)\
-			0.000000	(t_t_x(294501,1665)$EBEEC04M,5587,0.000000)\
-			0.000000	(t_t_x(294503,5847)$RNS04M,5588,0.000000)\
-			0.000000	(t_t_x(294518,6992)$EG11G04M,5589,0.000000)\
-			0.000000	(t_t_x(294523,748)$EBEEC04M,5590,0.000000)\
-			0.000000	(t_t_x(294530,6000)$RVKWU04M,5591,0.000000)\
-			0.000000	(t_t_x(294531,10288)$RJIU04M,5592,0.000000)\
-			0.000000	(t_t_x(294541,10164)$RJIU04M,5593,0.000000)\
-			1.000000	(t_t_x(294546,758)$LOVN1504,5594,1.000000)\
-			0.000000	(t_t_x(294548,11789)$MRAE04,5595,0.000000)\
-			0.000000	(t_t_x(294552,6033)$EGNOR04M,5596,0.000000)\
-			0.000000	(t_t_x(294553,3880)$LGAVA04,5597,0.000000)\
-			0.000000	(t_t_x(294556,6310)$RJIU04M,5598,0.000000)\
-			0.000000	(t_t_x(294560,3203)$EG11G04M,5599,0.000000)\
-			0.000000	(t_t_x(294571,3577)$YB3EH04A,5600,0.000000)\
-			1.000000	(t_t_x(294580,10596)$MRAE04,5601,1.000000)\
-			0.000000	(t_t_x(294594,3301)$KSAL1204,5602,0.000000)\
-			0.000000	(t_t_x(294595,5466)$LOW304M,5603,0.000000)\
-			0.000000	(t_t_x(294601,12523)$RMZU04,5604,0.000000)\
-			0.000000	(t_t_x(294603,9079)$YB3EH04A,5605,0.000000)\
-			0.000000	(t_t_x(294610,3780)$RQXU04E,5606,0.000000)\
-			0.000000	(t_t_x(294611,3254)$EGNOR04M,5607,0.000000)\
-			1.000000	(t_t_x(294613,3585)$LELVL04M,5608,1.000000)\
-			0.000000	(t_t_x(294615,638)$LELVL04M,5609,0.000000)\
-			0.000000	(t_t_x(294633,6882)$KFZ4404M,5610,0.000000)\
-			0.000000	(t_t_x(294637,5890)$LELVL04M,5611,0.000000)\
-			0.000000	(t_t_x(294642,6720)$YB3EH04A,5612,0.000000)\
-			0.000000	(t_t_x(294654,7640)$LELVL04M,5613,0.000000)\
-			0.000000	(t_t_x(294656,201)$BR404M,5614,0.000000)\
-			0.000000	(t_t_x(294670,2940)$RQXU04E,5615,0.000000)\
-			0.000000	(t_t_x(294672,2220)$RQXSI04E,5616,0.000000)\
-			0.000000	(t_t_x(294674,1260)$EBEEC04M,5617,0.000000)\
-			0.000000	(t_t_x(294685,3929)$LELVU04,5618,0.000000)\
-			0.000000	(t_t_x(294686,1666)$YB3EH04E,5619,0.000000)\
-			0.000000	(t_t_x(294690,5593)$RVKWU04M,5620,0.000000)\
-			0.000000	(t_t_x(294696,4806)$RASI04M,5621,0.000000)\
-			0.000000	(t_t_x(294701,3225)$KSAL1204,5622,0.000000)\
-			0.000000	(t_t_x(294706,2131)$MM304,5623,0.000000)\
-			0.000000	(t_t_x(294715,7076)$YB3EH04A,5624,0.000000)\
-			0.000000	(t_t_x(294725,7570)$LELVU04,5625,0.000000)\
-			0.000000	(t_t_x(294727,11507)$YB3EH04A,5626,0.000000)\
-			0.000000	(t_t_x(294736,10200)$RQXSI04E,5627,0.000000)\
-			0.000000	(t_t_x(294740,1200)$YB3EH04E,5628,0.000000)\
-			0.000000	(t_t_x(294749,4147)$EGNOR04M,5629,0.000000)\
-			1.000000	(t_t_x(294750,4539)$MM304,5630,1.000000)\
-			0.000000	(t_t_x(294752,2869)$YB3EH04E,5631,0.000000)\
-			0.000000	(t_t_x(294756,5399)$RJIU04M,5632,0.000000)\
-			0.000000	(t_t_x(294770,2675)$YB3EH04E,5633,0.000000)\
-			0.000000	(t_t_x(294773,2694)$YBOLN04M,5634,0.000000)\
-			0.000000	(t_t_x(294779,5753)$RNS04M,5635,0.000000)\
-			0.000000	(t_t_x(294782,438)$EBEEC04M,5636,0.000000)\
-			0.000000	(t_t_x(294788,6540)$YB3EH04A,5637,0.000000)\
-			0.000000	(t_t_x(294791,5624)$LELVL04M,5638,0.000000)\
-			0.000000	(t_t_x(294792,4627)$KSAL1204,5639,0.000000)\
-			0.000000	(t_t_x(294795,7560)$LCES004M,5640,0.000000)\
-			0.000000	(t_t_x(294802,2520)$RQXU04E,5641,0.000000)\
-			0.000000	(t_t_x(294807,5270)$LCES004M,5642,0.000000)\
-			0.000000	(t_t_x(294815,4531)$RMZU04,5643,0.000000)\
-			0.000000	(t_t_x(294816,12300)$YB3EH04E,5644,0.000000)\
-			0.000000	(t_t_x(294817,3349)$RASI04M,5645,0.000000)\
-			0.000000	(t_t_x(294819,5938)$EGPFA04,5646,0.000000)\
-			0.000000	(t_t_x(294841,1167)$CPGSE04,5647,0.000000)\
-			0.000000	(t_t_x(294845,5961)$KFZ4404M,5648,0.000000)\
-			0.000000	(t_t_x(294847,3387)$MM304,5649,0.000000)\
-			0.000000	(t_t_x(294848,2940)$EGNOR04M,5650,0.000000)\
-			0.000000	(t_t_x(294857,4016)$KWUR404E,5651,0.000000)\
-			1.000000	(t_t_x(294876,6254)$PMXX04M,5652,1.000000)\
-			0.000000	(t_t_x(294878,1682)$KSPE104D,5653,0.000000)\
-			0.000000	(t_t_x(294888,1763)$LEBAS04A,5654,0.000000)\
-			0.000000	(t_t_x(294899,2297)$PMXX04M,5655,0.000000)\
-			0.000000	(t_t_x(294900,6420)$RMZU04E,5656,0.000000)\
-			0.000000	(t_t_x(294908,10969)$YB3EH04E,5657,0.000000)\
-			0.000000	(t_t_x(294910,3582)$BR204M,5658,0.000000)\
-			0.000000	(t_t_x(294912,1263)$RNS04M,5659,0.000000)\
-			0.000000	(t_t_x(294913,1440)$RASI04M,5660,0.000000)\
-			0.000000	(t_t_x(294926,3360)$RQXU04E,5661,0.000000)\
-			0.000000	(t_t_x(294938,3008)$BR404M,5662,0.000000)\
-			0.000000	(t_t_x(294940,5296)$RNS04M,5663,0.000000)\
-			0.000000	(t_t_x(294944,11285)$YD5WH04M,5664,0.000000)\
-			0.000000	(t_t_x(294947,7871)$EG11G04M,5665,0.000000)\
-			1.000000	(t_t_x(294950,5220)$RNS04M,5666,1.000000)\
-			0.000000	(t_t_x(294985,1555)$KFZ4404M,5667,0.000000)\
-			0.000000	(t_t_x(294986,7980)$LGKFN04,5668,0.000000)\
-			0.000000	(t_t_x(294990,3017)$YD5WH04M,5669,0.000000)\
-			0.000000	(t_t_x(294992,2755)$RQXU04E,5670,0.000000)\
-			0.000000	(t_t_x(294997,4320)$RMZU04E,5671,0.000000)\
-			0.000000	(t_t_x(295003,6982)$RVKWU04M,5672,0.000000)\
-			0.000000	(t_t_x(295004,1995)$RMZU04E,5673,0.000000)\
-			0.000000	(t_t_x(295005,4318)$KSPE104D,5674,0.000000)\
-			0.000000	(t_t_x(295018,720)$LEBAS04A,5675,0.000000)\
-			0.000000	(t_t_x(295023,3376)$KSLN04A,5676,0.000000)\
-			0.000000	(t_t_x(295025,5944)$KSLN04M,5677,0.000000)\
-			0.000000	(t_t_x(295034,1237)$RNS04M,5678,0.000000)\
-			0.000000	(t_t_x(295047,5356)$EGPFA04,5679,0.000000)\
-			0.000000	(t_t_x(295049,3340)$GL4W04M,5680,0.000000)\
-			0.000000	(t_t_x(295053,5880)$RQXU04E,5681,0.000000)\
-			0.000000	(t_t_x(295054,8373)$RVKWU04M,5682,0.000000)\
-			0.000000	(t_t_x(295063,11197)$YB3EH04E,5683,0.000000)\
-			0.000000	(t_t_x(295064,10020)$KSAL1204,5684,0.000000)\
-			1.000000	(t_t_x(295070,10606)$YB3EH04A,5685,1.000000)\
-			0.000000	(t_t_x(295071,6097)$YB3EH04A,5686,0.000000)\
-			0.000000	(t_t_x(295077,350)$KFZ4404M,5687,0.000000)\
-			0.000000	(t_t_x(295082,3535)$KSAL1204,5688,0.000000)\
-			0.000000	(t_t_x(295083,1799)$EBEEC04M,5689,0.000000)\
-			0.000000	(t_t_x(295104,1806)$MM304,5690,0.000000)\
-			0.000000	(t_t_x(295116,7560)$RQXU04E,5691,0.000000)\
-			0.000000	(t_t_x(295127,11375)$YB3EH04A,5692,0.000000)\
-			0.000000	(t_t_x(295129,2520)$YB3EH04E,5693,0.000000)\
-			0.000000	(t_t_x(295131,10980)$YB3EH04E,5694,0.000000)\
-			0.000000	(t_t_x(295147,900)$KSPE104D,5695,0.000000)\
-			0.000000	(t_t_x(295152,7064)$YB3EH04A,5696,0.000000)\
-			0.000000	(t_t_x(295153,10986)$YB3EH04E,5697,0.000000)\
-			0.000000	(t_t_x(295156,1266)$YB3EH04E,5698,0.000000)\
-			1.000000	(t_t_x(295157,4449)$LEBAS04M,5699,1.000000)\
-			0.000000	(t_t_x(295162,780)$RVKWS04,5700,0.000000)\
-			1.000000	(t_t_x(295168,2725)$BR204M,5701,1.000000)\
-			0.000000	(t_t_x(295174,3204)$BKED1204,5702,0.000000)\
-			0.000000	(t_t_x(295180,5169)$RASI04M,5703,0.000000)\
-			0.000000	(t_t_x(295183,7910)$YB3EH04A,5704,0.000000)\
-			0.000000	(t_t_x(295205,2552)$EBBRA04E,5705,0.000000)\
-			0.000000	(t_t_x(295216,1222)$YB3EH04E,5706,0.000000)\
-			0.000000	(t_t_x(295224,10601)$LELVL04M,5707,0.000000)\
-			0.000000	(t_t_x(295231,1356)$LOVN1504,5708,0.000000)\
-			0.000000	(t_t_x(295234,1653)$GL4W04M,5709,0.000000)\
-			0.000000	(t_t_x(295238,5589)$RJIU04M,5710,0.000000)\
-			0.000000	(t_t_x(295258,2298)$YD5WH04M,5711,0.000000)\
-			0.000000	(t_t_x(295273,2640)$EG11G04M,5712,0.000000)\
-			0.000000	(t_t_x(295274,6579)$RNI04M,5713,0.000000)\
-			0.000000	(t_t_x(295279,5355)$MAB1204A,5714,0.000000)\
-			1.000000	(t_t_x(295282,8121)$YB3EH04A,5715,1.000000)\
-			0.000000	(t_t_x(295283,14586)$MRAE04,5716,0.000000)\
-			0.000000	(t_t_x(295287,7860)$RQXSI04E,5717,0.000000)\
-			0.000000	(t_t_x(295288,3132)$KSLN04M,5718,0.000000)\
-			0.000000	(t_t_x(295292,5244)$YB3EH04A,5719,0.000000)\
-			0.000000	(t_t_x(295295,3059)$KFUL1U04,5720,0.000000)\
-			0.000000	(t_t_x(295296,2700)$RQXSI04E,5721,0.000000)\
-			0.000000	(t_t_x(295297,1620)$LEBAS04M,5722,0.000000)\
-			0.000000	(t_t_x(295298,1533)$BR204M,5723,0.000000)\
-			0.000000	(t_t_x(295300,4892)$LFKFA04,5724,0.000000)\
-			0.000000	(t_t_x(295306,2489)$RJIU04M,5725,0.000000)\
-			0.000000	(t_t_x(295308,9984)$YB3EH04A,5726,0.000000)\
-			0.000000	(t_t_x(295310,4245)$GL4W04M,5727,0.000000)\
-			0.000000	(t_t_x(295319,10188)$EGPFA04,5728,0.000000)\
-			0.000000	(t_t_x(295328,3660)$RQXSI04E,5729,0.000000)\
-			0.000000	(t_t_x(295329,12127)$YB3EH04E,5730,0.000000)\
-			1.000000	(t_t_x(295333,1009)$RMZU04,5731,1.000000)\
-			0.000000	(t_t_x(295341,3209)$RQXU04E,5732,0.000000)\
-			0.000000	(t_t_x(295343,4320)$RVKWU04M,5733,0.000000)\
-			0.000000	(t_t_x(295356,8880)$RQXU04E,5734,0.000000)\
-			0.000000	(t_t_x(295367,4557)$GL4W04M,5735,0.000000)\
-			1.000000	(t_t_x(295369,6348)$EGNOR04M,5736,1.000000)\
-			0.000000	(t_t_x(295371,4132)$RQXSI04E,5737,0.000000)\
-			0.000000	(t_t_x(295372,4707)$YB3EH04A,5738,0.000000)\
-			0.000000	(t_t_x(295376,4316)$KFZ4404M,5739,0.000000)\
-			0.000000	(t_t_x(295381,6475)$YB3EH04A,5740,0.000000)\
-			0.000000	(t_t_x(295384,13178)$KFZ4404M,5741,0.000000)\
-			1.000000	(t_t_x(295393,4620)$RQXU04E,5742,1.000000)\
-			0.000000	(t_t_x(295407,4424)$RJIU04M,5743,0.000000)\
-			0.000000	(t_t_x(295408,3655)$RMZSI04,5744,0.000000)\
-			0.000000	(t_t_x(295409,3744)$LGAVA04,5745,0.000000)\
-			0.000000	(t_t_x(295413,1241)$RFBRT04M,5746,0.000000)\
-			0.000000	(t_t_x(295416,3900)$EGNOR04M,5747,0.000000)\
-			0.000000	(t_t_x(295418,6544)$MM304,5748,0.000000)\
-			1.000000	(t_t_x(295428,7823)$EGPFA04,5749,1.000000)\
-			0.000000	(t_t_x(295433,1072)$CPGSE04,5750,0.000000)\
-			0.000000	(t_t_x(295437,7814)$LCES004M,5751,0.000000)\
-			0.000000	(t_t_x(295446,4361)$RMZU04E,5752,0.000000)\
-			0.000000	(t_t_x(295447,6222)$YB3EH04M,5753,0.000000)\
-			1.000000	(t_t_x(295448,1920)$RMZU04E,5754,1.000000)\
-			0.000000	(t_t_x(295458,4093)$KSLN04A,5755,0.000000)\
-			0.000000	(t_t_x(295463,534)$KALP2C04,5756,0.000000)\
-			1.000000	(t_t_x(295473,3044)$LELVU04,5757,1.000000)\
-			0.000000	(t_t_x(295496,1807)$YD5WH04M,5758,0.000000)\
-			0.000000	(t_t_x(295497,3487)$PMXX04M,5759,0.000000)\
-			0.000000	(t_t_x(295499,2940)$YB3EH04A,5760,0.000000)\
-			0.000000	(t_t_x(295501,2094)$LEBAS04M,5761,0.000000)\
-			0.000000	(t_t_x(295503,2805)$RVKWU04M,5762,0.000000)\
-			0.000000	(t_t_x(295508,11460)$MRAE04,5763,0.000000)\
-			0.000000	(t_t_x(295511,1878)$YD5WH04M,5764,0.000000)\
-			0.000000	(t_t_x(295514,6147)$YB3EH04A,5765,0.000000)\
-			0.000000	(t_t_x(295516,3733)$RJIU04M,5766,0.000000)\
-			0.000000	(t_t_x(295519,5128)$YB3EH04A,5767,0.000000)\
-			0.000000	(t_t_x(295521,10776)$YB3EH04A,5768,0.000000)\
-			0.000000	(t_t_x(295522,7080)$PMXX04M,5769,0.000000)\
-			0.000000	(t_t_x(295528,9141)$RQXSI04E,5770,0.000000)\
-			0.000000	(t_t_x(295532,8822)$RJIU04M,5771,0.000000)\
-			1.000000	(t_t_x(295534,12956)$KFZ4404M,5772,1.000000)\
-			0.000000	(t_t_x(295545,4101)$LEMDAT04,5773,0.000000)\
-			1.000000	(t_t_x(295546,3812)$EGNOR04M,5774,1.000000)\
-			0.000000	(t_t_x(295547,8879)$YB3EH04E,5775,0.000000)\
-			0.000000	(t_t_x(295550,2040)$LELVU04,5776,0.000000)\
-			0.000000	(t_t_x(295551,3489)$RASI04M,5777,0.000000)\
-			1.000000	(t_t_x(295558,1140)$RQXU04E,5778,1.000000)\
-			0.000000	(t_t_x(295562,9840)$RQXSI04E,5779,0.000000)\
-			0.000000	(t_t_x(295569,9660)$YB3EH04A,5780,0.000000)\
-			1.000000	(t_t_x(295571,4587)$YB3EH04E,5781,1.000000)\
-			0.000000	(t_t_x(295579,6846)$EBEEC04M,5782,0.000000)\
-			0.000000	(t_t_x(295585,3059)$LGIRA04,5783,0.000000)\
-			0.000000	(t_t_x(295587,12218)$YB3EH04E,5784,0.000000)\
-			1.000000	(t_t_x(295594,5472)$RNS04M,5785,1.000000)\
-			0.000000	(t_t_x(295595,9489)$YB3EH04A,5786,0.000000)\
-			0.000000	(t_t_x(295599,7075)$LEMDAT04,5787,0.000000)\
-			1.000000	(t_t_x(295608,3128)$EGNOR04M,5788,1.000000)\
-			0.000000	(t_t_x(295609,2024)$RASI04M,5789,0.000000)\
-			0.000000	(t_t_x(295628,1086)$CPRFBR04,5790,0.000000)\
-			0.000000	(t_t_x(295634,10066)$YB3EH04A,5791,0.000000)\
-			0.000000	(t_t_x(295656,8100)$RQXSI04E,5792,0.000000)\
-			0.000000	(t_t_x(295667,6654)$RASI04M,5793,0.000000)\
-			0.000000	(t_t_x(295688,1594)$BKED1204,5794,0.000000)\
-			0.000000	(t_t_x(295691,2906)$RMZU04,5795,0.000000)\
-			0.000000	(t_t_x(295700,7680)$RQXSI04E,5796,0.000000)\
-			0.000000	(t_t_x(295708,1165)$BR204M,5797,0.000000)\
-			1.000000	(t_t_x(295711,2114)$LGAVA04,5798,1.000000)\
-			0.000000	(t_t_x(295715,301)$CPGSE04,5799,0.000000)\
-			0.000000	(t_t_x(295723,2599)$RVKWU04M,5800,0.000000)\
-			1.000000	(t_t_x(295726,6838)$KFUL1U04,5801,1.000000)\
-			0.000000	(t_t_x(295728,2996)$YB5WH04M,5802,0.000000)\
-			0.000000	(t_t_x(295730,3244)$LEMDAT04,5803,0.000000)\
-			0.000000	(t_t_x(295732,2866)$LEMDAT04,5804,0.000000)\
-			0.000000	(t_t_x(295733,3038)$LEMDAT04,5805,0.000000)\
-			1.000000	(t_t_x(295734,2095)$LEMDAT04,5806,1.000000)\
-			0.000000	(t_t_x(295738,531)$EGNOR04M,5807,0.000000)\
-			0.000000	(t_t_x(295745,1496)$RNS04M,5808,0.000000)\
-			0.000000	(t_t_x(295747,5971)$YB3EH04A,5809,0.000000)\
-			0.000000	(t_t_x(295752,2584)$LEMDAT04,5810,0.000000)\
-			0.000000	(t_t_x(295754,2029)$LEMDAT04,5811,0.000000)\
-			0.000000	(t_t_x(295761,5211)$KSPE104D,5812,0.000000)\
-			0.000000	(t_t_x(295780,6672)$KSPE104D,5813,0.000000)\
-			0.000000	(t_t_x(295794,1903)$LEMDAT04,5814,0.000000)\
-			0.000000	(t_t_x(295800,2688)$RJIU04M,5815,0.000000)\
-			0.000000	(t_t_x(295809,5721)$RNS04M,5816,0.000000)\
-			0.000000	(t_t_x(295817,7920)$RQXU04E,5817,0.000000)\
-			0.000000	(t_t_x(295822,1004)$LEMDAT04,5818,0.000000)\
-			0.000000	(t_t_x(295844,7927)$MM204,5819,0.000000)\
-			0.000000	(t_t_x(295847,3540)$YB3EH04A,5820,0.000000)\
-			0.000000	(t_t_x(295850,3128)$RJIU04M,5821,0.000000)\
-			0.000000	(t_t_x(295862,1759)$RFBRT04M,5822,0.000000)\
-			0.000000	(t_t_x(295870,9376)$YB3EH04A,5823,0.000000)\
-			0.000000	(t_t_x(295875,5247)$YB3EH04E,5824,0.000000)\
-			0.000000	(t_t_x(295877,2305)$RFBRT04M,5825,0.000000)\
-			0.000000	(t_t_x(295879,5873)$RNS04M,5826,0.000000)\
-			1.000000	(t_t_x(295882,2400)$RVKWS04,5827,1.000000)\
-			0.000000	(t_t_x(295885,6420)$RQXSI04E,5828,0.000000)\
-			0.000000	(t_t_x(295886,5220)$EG11G04M,5829,0.000000)\
-			0.000000	(t_t_x(295887,2850)$YB3EH04A,5830,0.000000)\
-			0.000000	(t_t_x(295891,2230)$BR204M,5831,0.000000)\
-			1.000000	(t_t_x(295893,2013)$LEMDAT04,5832,1.000000)\
-			0.000000	(t_t_x(295897,4381)$LGAVA04,5833,0.000000)\
-			0.000000	(t_t_x(295905,3289)$RJIU04M,5834,0.000000)\
-			1.000000	(t_t_x(295912,480)$EGNOR04M,5835,1.000000)\
-			0.000000	(t_t_x(295915,2604)$LEMDAT04,5836,0.000000)\
-			0.000000	(t_t_x(295917,6220)$YB3EH04A,5837,0.000000)\
-			0.000000	(t_t_x(295920,6225)$RMZU04,5838,0.000000)\
-			0.000000	(t_t_x(295922,12293)$KFZ4404M,5839,0.000000)\
-			1.000000	(t_t_x(295923,2220)$RFBRT04M,5840,1.000000)\
-			0.000000	(t_t_x(295927,7084)$RJIU04M,5841,0.000000)\
-			0.000000	(t_t_x(295929,6629)$RASI04M,5842,0.000000)\
-			0.000000	(t_t_x(295932,4735)$RNS04M,5843,0.000000)\
-			0.000000	(t_t_x(295936,20928)$KFZ4404M,5844,0.000000)\
-			0.000000	(t_t_x(295939,1920)$KFUL1U04,5845,0.000000)\
-			0.000000	(t_t_x(295941,314)$EG11G04M,5846,0.000000)\
-			1.000000	(t_t_x(295942,646)$KCHI104M,5847,1.000000)\
-			0.000000	(t_t_x(295946,3672)$LGAVA04,5848,0.000000)\
-			0.000000	(t_t_x(295952,5040)$RQXSI04E,5849,0.000000)\
-			0.000000	(t_t_x(295961,1357)$YD5WH04M,5850,0.000000)\
-			0.000000	(t_t_x(295965,2340)$RQXU04E,5851,0.000000)\
-			0.000000	(t_t_x(295966,10067)$YB3EH04E,5852,0.000000)\
-			0.000000	(t_t_x(295980,4708)$RNS04M,5853,0.000000)\
-			0.000000	(t_t_x(295984,5040)$RASI04M,5854,0.000000)\
-			0.000000	(t_t_x(296001,3507)$YB3EH04E,5855,0.000000)\
-			1.000000	(t_t_x(296022,2086)$MM204,5856,1.000000)\
-			0.000000	(t_t_x(296031,4678)$MM204,5857,0.000000)\
-			0.000000	(t_t_x(296035,2695)$LELVL04M,5858,0.000000)\
-			0.000000	(t_t_x(296039,2978)$LEMDAT04,5859,0.000000)\
-			0.000000	(t_t_x(296046,8037)$KFZ4404M,5860,0.000000)\
-			0.000000	(t_t_x(296059,1410)$KFUL1U04,5861,0.000000)\
-			0.000000	(t_t_x(296062,4080)$RQXSI04E,5862,0.000000)\
-			0.000000	(t_t_x(296087,7393)$RVKWU04M,5863,0.000000)\
-			0.000000	(t_t_x(296092,3295)$RMZSI04,5864,0.000000)\
-			0.000000	(t_t_x(296095,1804)$KFZ4404M,5865,0.000000)\
-			0.000000	(t_t_x(296107,2524)$LELVL04M,5866,0.000000)\
-			1.000000	(t_t_x(296109,3473)$RMZU04E,5867,1.000000)\
-			0.000000	(t_t_x(296112,7064)$YB3EH04E,5868,0.000000)\
-			0.000000	(t_t_x(296113,1740)$RQXU04E,5869,0.000000)\
-			0.000000	(t_t_x(296126,3092)$LGAVA04,5870,0.000000)\
-			0.000000	(t_t_x(296131,1407)$RASI04M,5871,0.000000)\
-			1.000000	(t_t_x(296135,2220)$RQXU04E,5872,1.000000)\
-			0.000000	(t_t_x(296137,36405)$LGSRA04,5873,0.000000)\
-			0.000000	(t_t_x(296145,6111)$EGPFA04,5874,0.000000)\
-			0.000000	(t_t_x(296147,3442)$LELVU04,5875,0.000000)\
-			0.000000	(t_t_x(296148,5117)$LGIRA04,5876,0.000000)\
-			0.000000	(t_t_x(296153,1920)$RNI04M,5877,0.000000)\
-			1.000000	(t_t_x(296155,8428)$LELVL04M,5878,1.000000)\
-			0.000000	(t_t_x(296157,6780)$RQXSI04E,5879,0.000000)\
-			0.000000	(t_t_x(296158,6300)$YB5WH04M,5880,0.000000)\
-			1.000000	(t_t_x(296164,3120)$RQXSI04E,5881,1.000000)\
-			0.000000	(t_t_x(296165,6044)$BR204M,5882,0.000000)\
-			0.000000	(t_t_x(296180,5440)$RMZU04,5883,0.000000)\
-			1.000000	(t_t_x(296181,7660)$GL4W04M,5884,1.000000)\
-			0.000000	(t_t_x(296188,4798)$LELVU04,5885,0.000000)\
-			0.000000	(t_t_x(296190,1630)$YB3EH04E,5886,0.000000)\
-			0.000000	(t_t_x(296192,873)$KSPE104D,5887,0.000000)\
-			1.000000	(t_t_x(296194,12133)$MRAE04,5888,1.000000)\
-			0.000000	(t_t_x(296209,6127)$KSPE104D,5889,0.000000)\
-			0.000000	(t_t_x(296212,2659)$KSLN04A,5890,0.000000)\
-			0.000000	(t_t_x(296217,2915)$YB3EH04E,5891,0.000000)\
-			0.000000	(t_t_x(296218,491)$LGAVA04,5892,0.000000)\
-			0.000000	(t_t_x(296221,391)$KSPE104D,5893,0.000000)\
-			0.000000	(t_t_x(296227,3525)$LGAVA04,5894,0.000000)\
-			0.000000	(t_t_x(296232,3551)$RMZU04,5895,0.000000)\
-			0.000000	(t_t_x(296238,9268)$RJIU04M,5896,0.000000)\
-			0.000000	(t_t_x(296240,191)$BR204M,5897,0.000000)\
-			0.000000	(t_t_x(296241,7922)$EG11G04M,5898,0.000000)\
-			0.000000	(t_t_x(296248,844)$GL4W04M,5899,0.000000)\
-			1.000000	(t_t_x(296249,517)$CPGSE04,5900,1.000000)\
-			0.000000	(t_t_x(296253,11332)$MRAE04,5901,0.000000)\
-			0.000000	(t_t_x(296260,2845)$KSAL1204,5902,0.000000)\
-			1.000000	(t_t_x(296261,7597)$YB3EH04E,5903,1.000000)\
-			0.000000	(t_t_x(296263,6552)$YB3EH04A,5904,0.000000)\
-			0.000000	(t_t_x(296265,1027)$LELVU04,5905,0.000000)\
-			0.000000	(t_t_x(296267,6879)$LELVL04M,5906,0.000000)\
-			0.000000	(t_t_x(296289,4196)$KWUR1C04,5907,0.000000)\
-			0.000000	(t_t_x(296295,2640)$YB3EH04E,5908,0.000000)\
-			0.000000	(t_t_x(296303,14527)$LGKFN04,5909,0.000000)\
-			0.000000	(t_t_x(296304,6913)$MM204,5910,0.000000)\
-			0.000000	(t_t_x(296307,6614)$RNI04M,5911,0.000000)\
-			0.000000	(t_t_x(296317,1795)$YB3EH04A,5912,0.000000)\
-			0.000000	(t_t_x(296334,2160)$YB3EH04E,5913,0.000000)\
-			0.000000	(t_t_x(296337,1424)$BR404M,5914,0.000000)\
-			1.000000	(t_t_x(296338,7740)$RASI04M,5915,1.000000)\
-			0.000000	(t_t_x(296342,4980)$EGNOR04M,5916,0.000000)\
-			0.000000	(t_t_x(296343,8589)$RNI04M,5917,0.000000)\
-			0.000000	(t_t_x(296345,9961)$LELVU04,5918,0.000000)\
-			1.000000	(t_t_x(296346,8308)$EG11G04M,5919,1.000000)\
-			0.000000	(t_t_x(296350,4768)$RQXSI04E,5920,0.000000)\
-			0.000000	(t_t_x(296356,247)$KSPE104D,5921,0.000000)\
-			0.000000	(t_t_x(296365,2191)$LGAVA04,5922,0.000000)\
-			0.000000	(t_t_x(296368,545)$LGAVA04,5923,0.000000)\
-			0.000000	(t_t_x(296392,2813)$KSLN04A,5924,0.000000)\
-			0.000000	(t_t_x(296393,7370)$YB3EH04A,5925,0.000000)\
-			0.000000	(t_t_x(296394,8269)$YB3EH04A,5926,0.000000)\
-			0.000000	(t_t_x(296401,730)$BR404M,5927,0.000000)\
-			0.000000	(t_t_x(296406,7832)$RJIU04M,5928,0.000000)\
-			0.000000	(t_t_x(296407,6053)$YB3EH04A,5929,0.000000)\
-			0.000000	(t_t_x(296439,15518)$KFZ4404M,5930,0.000000)\
-			0.000000	(t_t_x(296449,1228)$BKED1204,5931,0.000000)\
-			0.000000	(t_t_x(296450,7968)$YB3EH04E,5932,0.000000)\
-			0.000000	(t_t_x(296463,6753)$LEBAS04A,5933,0.000000)\
-			0.000000	(t_t_x(296465,3480)$KSAL1204,5934,0.000000)\
-			0.000000	(t_t_x(296473,2757)$LCES004,5935,0.000000)\
-			1.000000	(t_t_x(296477,1364)$YB3EH04A,5936,1.000000)\
-			0.000000	(t_t_x(296481,14548)$KFZ4404M,5937,0.000000)\
-			0.000000	(t_t_x(296521,425)$KFUL1U04,5938,0.000000)\
-			0.000000	(t_t_x(296549,8209)$YB3EH04E,5939,0.000000)\
-			0.000000	(t_t_x(296550,5992)$YB3EH04A,5940,0.000000)\
-			0.000000	(t_t_x(296552,4719)$KSLN04A,5941,0.000000)\
-			0.000000	(t_t_x(296553,4651)$KSLN04A,5942,0.000000)\
-			0.000000	(t_t_x(296560,1562)$PMXX04M,5943,0.000000)\
-			0.000000	(t_t_x(296565,3076)$RNI04M,5944,0.000000)\
-			0.000000	(t_t_x(296585,1788)$LGIRA04,5945,0.000000)\
-			0.000000	(t_t_x(296614,3381)$KFUL1U04,5946,0.000000)\
-			0.000000	(t_t_x(296619,11074)$YB3EH04A,5947,0.000000)\
-			1.000000	(t_t_x(296635,3678)$MM204,5948,1.000000)\
-			0.000000	(t_t_x(296640,2520)$KSAL1204,5949,0.000000)\
-			0.000000	(t_t_x(296641,632)$KSLN04A,5950,0.000000)\
-			0.000000	(t_t_x(296644,786)$RJIU04M,5951,0.000000)\
-			0.000000	(t_t_x(296646,20520)$LCES004,5952,0.000000)\
-			1.000000	(t_t_x(296649,8520)$YB3EH04A,5953,1.000000)\
-			0.000000	(t_t_x(296668,289)$YB3EH04A,5954,0.000000)\
-			0.000000	(t_t_x(296672,6554)$RASI04M,5955,0.000000)\
-			0.000000	(t_t_x(296675,2766)$FUJ04M,5956,0.000000)\
-			1.000000	(t_t_x(296685,1980)$YB3EH04E,5957,1.000000)\
-			0.000000	(t_t_x(296688,2359)$YD5WH04M,5958,0.000000)\
-			0.000000	(t_t_x(296700,1268)$LELVU04,5959,0.000000)\
-			0.000000	(t_t_x(296707,1437)$CPGSE04,5960,0.000000)\
-			0.000000	(t_t_x(296720,240)$YB5KL04E,5961,0.000000)\
-			0.000000	(t_t_x(296721,3604)$LEBAS04A,5962,0.000000)\
-			0.000000	(t_t_x(296754,7500)$LGKFN04,5963,0.000000)\
-			0.000000	(t_t_x(296755,9123)$LGIRA04,5964,0.000000)\
-			0.000000	(t_t_x(296772,7380)$MAB1204A,5965,0.000000)\
-			0.000000	(t_t_x(296778,6332)$RASI04M,5966,0.000000)\
-			0.000000	(t_t_x(296781,3482)$KFZ4404M,5967,0.000000)\
-			1.000000	(t_t_x(296792,9939)$LGKFN04,5968,1.000000)\
-			0.000000	(t_t_x(296798,4275)$RASI04M,5969,0.000000)\
-			0.000000	(t_t_x(296811,8969)$LGKFN04,5970,0.000000)\
-			0.000000	(t_t_x(296814,4407)$KSLN04A,5971,0.000000)\
-			1.000000	(t_t_x(296824,2176)$YB3EH04A,5972,1.000000)\
-			0.000000	(t_t_x(296828,2909)$KSLN04A,5973,0.000000)\
-			0.000000	(t_t_x(296836,1426)$MM304,5974,0.000000)\
-			1.000000	(t_t_x(296840,5244)$YB3EH04A,5975,1.000000)\
-			0.000000	(t_t_x(296847,6392)$EBBRA04E,5976,0.000000)\
-			0.000000	(t_t_x(296850,3213)$FUJ04M,5977,0.000000)\
-			0.000000	(t_t_x(296851,11711)$YB3EH04A,5978,0.000000)\
-			0.000000	(t_t_x(296857,3000)$BR204M,5979,0.000000)\
-			0.000000	(t_t_x(296864,89)$RMZSI04M,5980,0.000000)\
-			0.000000	(t_t_x(296867,3720)$LGAVA04,5981,0.000000)\
-			0.000000	(t_t_x(296878,2550)$BR204M,5982,0.000000)\
-			0.000000	(t_t_x(296885,15368)$MGY04,5983,0.000000)\
-			0.000000	(t_t_x(296895,33678)$LGSRA04,5984,0.000000)\
-			0.000000	(t_t_x(296896,37334)$LGZAA04M,5985,0.000000)\
-			0.000000	(t_t_x(296907,13162)$KFZ4404M,5986,0.000000)\
-			0.000000	(t_t_x(296918,4009)$RQXU04E,5987,0.000000)\
-			0.000000	(t_t_x(296922,6600)$LGKFN04,5988,0.000000)\
-			0.000000	(t_t_x(296928,1549)$LGIRA04,5989,0.000000)\
-			0.000000	(t_t_x(296934,11496)$YB3EH04A,5990,0.000000)\
-			0.000000	(t_t_x(296936,37832)$LGZAA04M,5991,0.000000)\
-			0.000000	(t_t_x(296939,5765)$YB3EH04A,5992,0.000000)\
-			0.000000	(t_t_x(296946,2529)$MM304,5993,0.000000)\
-			0.000000	(t_t_x(296950,2874)$YB3EH04A,5994,0.000000)\
-			0.000000	(t_t_x(296953,15205)$LCES004,5995,0.000000)\
-			0.000000	(t_t_x(296955,1800)$KSAL1204,5996,0.000000)\
-			0.000000	(t_t_x(296960,8452)$MRAE04,5997,0.000000)\
-			0.000000	(t_t_x(296963,2308)$CPGSE04,5998,0.000000)\
-			0.000000	(t_t_x(296970,12537)$KFZ4404M,5999,0.000000)\
-			0.000000	(t_t_x(296978,12060)$YB3EH04A,6000,0.000000)\
-			0.000000	(t_t_x(296992,1140)$YB3EH04E,6001,0.000000)\
-			0.000000	(t_t_x(296997,6959)$LEMDAT04,6002,0.000000)\
-			0.000000	(t_t_x(297002,2089)$LGRPA04,6003,0.000000)\
-			0.000000	(t_t_x(297011,4379)$KSPE104D,6004,0.000000)\
-			0.000000	(t_t_x(297035,7002)$LEBAS04A,6005,0.000000)\
-			0.000000	(t_t_x(297037,6518)$LEBAS04A,6006,0.000000)\
-			1.000000	(t_t_x(297050,3511)$LGIRA04,6007,1.000000)\
-			0.000000	(t_t_x(297060,9995)$LGKFN04,6008,0.000000)\
-			0.000000	(t_t_x(297061,545)$GL4W04M,6009,0.000000)\
-			0.000000	(t_t_x(297062,1080)$YB3EH04E,6010,0.000000)\
-			0.000000	(t_t_x(297075,4305)$YB3EH04E,6011,0.000000)\
-			0.000000	(t_t_x(297076,1860)$KSPE104D,6012,0.000000)\
-			1.000000	(t_t_x(297079,2204)$RMZU04,6013,1.000000)\
-			0.000000	(t_t_x(297080,2753)$KFZ4404E,6014,0.000000)\
-			0.000000	(t_t_x(297087,5940)$LGKFN04,6015,0.000000)\
-			0.000000	(t_t_x(297097,4343)$LGAVA04,6016,0.000000)\
-			0.000000	(t_t_x(297111,2142)$LELVL04M,6017,0.000000)\
-			0.000000	(t_t_x(297113,5897)$RJIU04M,6018,0.000000)\
-			0.000000	(t_t_x(297119,18334)$KFZ4404M,6019,0.000000)\
-			0.000000	(t_t_x(297125,1046)$YB3EH04E,6020,0.000000)\
-			0.000000	(t_t_x(297126,8827)$EG11G04M,6021,0.000000)\
-			0.000000	(t_t_x(297129,9120)$YB3EH04A,6022,0.000000)\
-			0.000000	(t_t_x(297135,3000)$RNI04M,6023,0.000000)\
-			0.000000	(t_t_x(297145,2739)$LOVN1504,6024,0.000000)\
-			0.000000	(t_t_x(297154,9666)$KFZ4404M,6025,0.000000)\
-			0.000000	(t_t_x(297157,7603)$LGKFN04,6026,0.000000)\
-			0.000000	(t_t_x(297158,4620)$KSAL1204,6027,0.000000)\
-			0.000000	(t_t_x(297164,7586)$RNI04M,6028,0.000000)\
-			0.000000	(t_t_x(297168,2813)$RFBRT04M,6029,0.000000)\
-			0.000000	(t_t_x(297185,3814)$KSLN04A,6030,0.000000)\
-			0.000000	(t_t_x(297189,2623)$LGRPA04,6031,0.000000)\
-			1.000000	(t_t_x(297207,3501)$YB3EH04A,6032,1.000000)\
-			0.000000	(t_t_x(297216,1078)$LGRPA04,6033,0.000000)\
-			0.000000	(t_t_x(297218,5284)$GL4W04M,6034,0.000000)\
-			0.000000	(t_t_x(297219,2897)$FUJ04M,6035,0.000000)\
-			0.000000	(t_t_x(297224,5856)$LGRPA04M,6036,0.000000)\
-			1.000000	(t_t_x(297228,9798)$YB3EH04A,6037,1.000000)\
-			0.000000	(t_t_x(297232,6959)$RNI04M,6038,0.000000)\
-			0.000000	(t_t_x(297233,1242)$CPGSE04,6039,0.000000)\
-			0.000000	(t_t_x(297234,916)$YD5WH04M,6040,0.000000)\
-			0.000000	(t_t_x(297250,2761)$GL4W04M,6041,0.000000)\
-			0.000000	(t_t_x(297275,718)$CPGSE04,6042,0.000000)\
-			0.000000	(t_t_x(297277,5195)$KWUR1C04,6043,0.000000)\
-			0.000000	(t_t_x(297278,8856)$YB3EH04A,6044,0.000000)\
-			0.000000	(t_t_x(297288,1234)$YB3EH04A,6045,0.000000)\
-			0.000000	(t_t_x(297293,417)$GL4W04M,6046,0.000000)\
-			0.000000	(t_t_x(297313,10232)$KFZ4404M,6047,0.000000)\
-			0.000000	(t_t_x(297334,6591)$RNS04M,6048,0.000000)\
-			0.000000	(t_t_x(297335,9406)$EGPFA04,6049,0.000000)\
-			0.000000	(t_t_x(297343,4200)$RQXU04E,6050,0.000000)\
-			0.000000	(t_t_x(297344,3338)$FUJ04M,6051,0.000000)\
-			0.000000	(t_t_x(297346,7339)$LELVU04,6052,0.000000)\
-			0.000000	(t_t_x(297347,3453)$FUJ04M,6053,0.000000)\
-			0.000000	(t_t_x(297350,2026)$BR204M,6054,0.000000)\
-			0.000000	(t_t_x(297356,3611)$LGAVA04,6055,0.000000)\
-			0.000000	(t_t_x(297362,4974)$RNI04M,6056,0.000000)\
-			0.000000	(t_t_x(297368,3366)$LGAVA04,6057,0.000000)\
-			0.000000	(t_t_x(297370,4552)$YB3EH04A,6058,0.000000)\
-			0.000000	(t_t_x(297374,1090)$RQXSI04E,6059,0.000000)\
-			0.000000	(t_t_x(297376,9355)$LGIRA04,6060,0.000000)\
-			0.000000	(t_t_x(297382,32722)$LGSRA04,6061,0.000000)\
-			0.000000	(t_t_x(297384,660)$RQXU04E,6062,0.000000)\
-			0.000000	(t_t_x(297388,2611)$LELVL04M,6063,0.000000)\
-			0.000000	(t_t_x(297393,2592)$BR404M,6064,0.000000)\
-			0.000000	(t_t_x(297398,2795)$BR204M,6065,0.000000)\
-			0.000000	(t_t_x(297402,18217)$LCES004,6066,0.000000)\
-			0.000000	(t_t_x(297403,3764)$KSLN04M,6067,0.000000)\
-			0.000000	(t_t_x(297407,1418)$BKED1204,6068,0.000000)\
-			0.000000	(t_t_x(297411,3561)$FUJ04M,6069,0.000000)\
-			0.000000	(t_t_x(297424,1767)$BR204M,6070,0.000000)\
-			0.000000	(t_t_x(297433,2885)$EGPFA04,6071,0.000000)\
-			0.000000	(t_t_x(297436,2586)$FUJ04M,6072,0.000000)\
-			0.000000	(t_t_x(297442,5400)$EG11G04M,6073,0.000000)\
-			0.000000	(t_t_x(297452,5215)$KSLN04A,6074,0.000000)\
-			0.000000	(t_t_x(297456,1486)$KSLN04A,6075,0.000000)\
-			0.000000	(t_t_x(297482,6954)$KFZ4404M,6076,0.000000)\
-			0.000000	(t_t_x(297500,5286)$LEBAS04A,6077,0.000000)\
-			0.000000	(t_t_x(297504,10421)$YB3EH04A,6078,0.000000)\
-			0.000000	(t_t_x(297507,7155)$RQXSI04E,6079,0.000000)\
-			0.000000	(t_t_x(297519,2257)$FUJ04M,6080,0.000000)\
-			0.000000	(t_t_x(297546,4806)$LGKFN04,6081,0.000000)\
-			0.000000	(t_t_x(297554,902)$RNI04M,6082,0.000000)\
-			1.000000	(t_t_x(297571,2055)$LELVU04,6083,1.000000)\
-			0.000000	(t_t_x(297572,4380)$RVKWU04M,6084,0.000000)\
-			0.000000	(t_t_x(297590,1718)$KCHI104M,6085,0.000000)\
-			0.000000	(t_t_x(297596,2147)$BR404M,6086,0.000000)\
-			0.000000	(t_t_x(297616,8103)$LGSRA04,6087,0.000000)\
-			0.000000	(t_t_x(297622,6909)$EG11G04M,6088,0.000000)\
-			0.000000	(t_t_x(297636,7894)$YB3EH04E,6089,0.000000)\
-			0.000000	(t_t_x(297670,13632)$MRAE04,6090,0.000000)\
-			0.000000	(t_t_x(297679,4337)$KWUR1C04,6091,0.000000)\
-			0.000000	(t_t_x(297680,1817)$RMZSI04,6092,0.000000)\
-			0.000000	(t_t_x(297685,10860)$LCES004M,6093,0.000000)\
-			0.000000	(t_t_x(297697,327)$KSLN2C04,6094,0.000000)\
-			0.000000	(t_t_x(297702,778)$RMZSI04,6095,0.000000)\
-			0.000000	(t_t_x(297708,3058)$KFZ4404M,6096,0.000000)\
-			0.000000	(t_t_x(297721,2856)$KSLN04A,6097,0.000000)\
-			0.000000	(t_t_x(297726,6814)$KFZ4404M,6098,0.000000)\
-			0.000000	(t_t_x(297744,1351)$LOVN1504,6099,0.000000)\
-			0.000000	(t_t_x(297746,1040)$LOVN1504,6100,0.000000)\
-			0.000000	(t_t_x(297762,2577)$LEBAS04M,6101,0.000000)\
-			0.000000	(t_t_x(297781,888)$YB3EH04A,6102,0.000000)\
-			0.000000	(t_t_x(297818,12954)$MRAE04,6103,0.000000)\
-			0.000000	(t_t_x(297821,11635)$KFZ4404M,6104,0.000000)\
-			0.000000	(t_t_x(297827,3324)$MM304,6105,0.000000)\
-			0.000000	(t_t_x(297830,568)$KFZ4404M,6106,0.000000)\
-			0.000000	(t_t_x(297842,6937)$YB3EH04E,6107,0.000000)\
-			0.000000	(t_t_x(297845,6746)$YB3EH04A,6108,0.000000)\
-			0.000000	(t_t_x(297851,2230)$LEBAS04M,6109,0.000000)\
-			0.000000	(t_t_x(297852,6441)$RJIU04M,6110,0.000000)\
-			0.000000	(t_t_x(297867,9814)$LELVU04,6111,0.000000)\
-			0.000000	(t_t_x(297904,1748)$LOVN1504,6112,0.000000)\
-			0.000000	(t_t_x(297922,1502)$KSLN04A,6113,0.000000)\
-			0.000000	(t_t_x(297927,318)$RVKWS04,6114,0.000000)\
-			0.000000	(t_t_x(297928,561)$EGNOR04M,6115,0.000000)\
-			0.000000	(t_t_x(297929,4140)$EGNOR04M,6116,0.000000)\
-			0.000000	(t_t_x(297934,19718)$EDGG704,6117,0.000000)\
-			1.000000	(t_t_x(297966,3844)$KSLN04M,6118,1.000000)\
-			0.000000	(t_t_x(297974,5174)$YB3EH04A,6119,0.000000)\
-			0.000000	(t_t_x(297977,4295)$EGNOR04M,6120,0.000000)\
-			0.000000	(t_t_x(297984,9509)$LCES004,6121,0.000000)\
-			1.000000	(t_t_x(298005,878)$BR204M,6122,1.000000)\
-			0.000000	(t_t_x(298006,12239)$LELVU04,6123,0.000000)\
-			0.000000	(t_t_x(298009,1508)$BR204M,6124,0.000000)\
-			0.000000	(t_t_x(298038,18223)$EDGG704,6125,0.000000)\
-			1.000000	(t_t_x(298060,10860)$LCES004M,6126,1.000000)\
-			0.000000	(t_t_x(298064,4512)$LGAVA04,6127,0.000000)\
-			0.000000	(t_t_x(298079,8250)$LEBAS04A,6128,0.000000)\
-			0.000000	(t_t_x(298080,4380)$RQXU04E,6129,0.000000)\
-			0.000000	(t_t_x(298082,11747)$LELVL104,6130,0.000000)\
-			1.000000	(t_t_x(298089,891)$CPGSE04,6131,1.000000)\
-			0.000000	(t_t_x(298090,10361)$YB3EH04A,6132,0.000000)\
-			0.000000	(t_t_x(298093,2860)$RFBRT04M,6133,0.000000)\
-			0.000000	(t_t_x(298114,2631)$LGAVA04,6134,0.000000)\
-			0.000000	(t_t_x(298115,5479)$EBEEC04M,6135,0.000000)\
-			0.000000	(t_t_x(298116,6619)$RJIU04M,6136,0.000000)\
-			0.000000	(t_t_x(298128,2895)$KFZ4404M,6137,0.000000)\
-			0.000000	(t_t_x(298130,2630)$KSLN04A,6138,0.000000)\
-			0.000000	(t_t_x(298160,3401)$KSAL1204,6139,0.000000)\
-			0.000000	(t_t_x(298171,3669)$LELVU04,6140,0.000000)\
-			1.000000	(t_t_x(298177,1083)$RMZU04,6141,1.000000)\
-			0.000000	(t_t_x(298180,7571)$RNI04M,6142,0.000000)\
-			0.000000	(t_t_x(298183,5716)$YB3EH04A,6143,0.000000)\
-			0.000000	(t_t_x(298207,545)$FUJ04M,6144,0.000000)\
-			0.000000	(t_t_x(298212,1328)$RMZU04,6145,0.000000)\
-			0.000000	(t_t_x(298217,6224)$YB3EH04A,6146,0.000000)\
-			0.000000	(t_t_x(298218,1331)$RMZU04,6147,0.000000)\
-			0.000000	(t_t_x(298222,2028)$KFUL1U04,6148,0.000000)\
-			0.000000	(t_t_x(298237,1854)$KFUL1U04,6149,0.000000)\
-			0.000000	(t_t_x(298246,1454)$RFBRT04M,6150,0.000000)\
-			0.000000	(t_t_x(298249,4629)$RNS04M,6151,0.000000)\
-			0.000000	(t_t_x(298263,14446)$LGKFN04,6152,0.000000)\
-			0.000000	(t_t_x(298266,27545)$LGSRA04,6153,0.000000)\
-			0.000000	(t_t_x(298297,1926)$LOVN1504,6154,0.000000)\
-			0.000000	(t_t_x(298300,1020)$KSAL1204,6155,0.000000)\
-			0.000000	(t_t_x(298306,2825)$LOVN1504,6156,0.000000)\
-			0.000000	(t_t_x(298318,1495)$KSPE104D,6157,0.000000)\
-			0.000000	(t_t_x(298321,4348)$LEBAS04A,6158,0.000000)\
-			0.000000	(t_t_x(298329,1560)$EGNOR04M,6159,0.000000)\
-			0.000000	(t_t_x(298333,2871)$KSPE104D,6160,0.000000)\
-			0.000000	(t_t_x(298349,4411)$LGAVA04,6161,0.000000)\
-			0.000000	(t_t_x(298358,11505)$LGKFN04,6162,0.000000)\
-			0.000000	(t_t_x(298368,998)$LOVN1504,6163,0.000000)\
-			0.000000	(t_t_x(298378,6007)$KFZ4404M,6164,0.000000)\
-			0.000000	(t_t_x(298384,912)$LGAVA04,6165,0.000000)\
-			0.000000	(t_t_x(298397,4903)$YB3EH04A,6166,0.000000)\
-			0.000000	(t_t_x(298402,6068)$LCES004M,6167,0.000000)\
-			0.000000	(t_t_x(298415,393)$LELVU04,6168,0.000000)\
-			0.000000	(t_t_x(298417,2340)$LEBAS04A,6169,0.000000)\
-			0.000000	(t_t_x(298418,2503)$YBOLN04M,6170,0.000000)\
-			0.000000	(t_t_x(298426,10443)$LCES004M,6171,0.000000)\
-			0.000000	(t_t_x(298434,17497)$LCES004,6172,0.000000)\
-			0.000000	(t_t_x(298447,723)$KSLN04A,6173,0.000000)\
-			0.000000	(t_t_x(298471,32715)$LGZAA04M,6174,0.000000)\
-			0.000000	(t_t_x(298477,2511)$RMZSI04,6175,0.000000)\
-			0.000000	(t_t_x(298480,4952)$RMZU04,6176,0.000000)\
-			0.000000	(t_t_x(298488,1715)$LEBAS04A,6177,0.000000)\
-			0.000000	(t_t_x(298501,4920)$KFZ4404M,6178,0.000000)\
-			0.000000	(t_t_x(298502,5852)$YB3EH04A,6179,0.000000)\
-			0.000000	(t_t_x(298503,4859)$KSPE104D,6180,0.000000)\
-			0.000000	(t_t_x(298514,7656)$KFZ4404M,6181,0.000000)\
-			0.000000	(t_t_x(298517,6879)$KSPE104D,6182,0.000000)\
-			0.000000	(t_t_x(298519,10788)$YB3EH04A,6183,0.000000)\
-			0.000000	(t_t_x(298527,3397)$FUJ04M,6184,0.000000)\
-			0.000000	(t_t_x(298528,15600)$LCES004,6185,0.000000)\
-			0.000000	(t_t_x(298533,4267)$KSLN04A,6186,0.000000)\
-			0.000000	(t_t_x(298536,16860)$LFPND04,6187,0.000000)\
-			0.000000	(t_t_x(298562,5883)$RMZU04,6188,0.000000)\
-			0.000000	(t_t_x(298564,3121)$MM304,6189,0.000000)\
-			0.000000	(t_t_x(298574,35947)$LGZAA04M,6190,0.000000)\
-			0.000000	(t_t_x(298577,5716)$RMZU04,6191,0.000000)\
-			0.000000	(t_t_x(298578,8060)$MRAE04,6192,0.000000)\
-			0.000000	(t_t_x(298588,4849)$LGKFN04,6193,0.000000)\
-			1.000000	(t_t_x(298590,6370)$MAB3404A,6194,1.000000)\
-			0.000000	(t_t_x(298592,2516)$RMZU04,6195,0.000000)\
-			0.000000	(t_t_x(298611,3088)$LGIRA04,6196,0.000000)\
-			0.000000	(t_t_x(298617,2527)$KWUR404E,6197,0.000000)\
-			0.000000	(t_t_x(298619,3723)$RNS04M,6198,0.000000)\
-			0.000000	(t_t_x(298630,191)$KSAL1A04,6199,0.000000)\
-			0.000000	(t_t_x(298646,4310)$LGKFN04,6200,0.000000)\
-			0.000000	(t_t_x(298677,6203)$YB3EH04A,6201,0.000000)\
-			0.000000	(t_t_x(298692,4128)$KSLN04A,6202,0.000000)\
-			0.000000	(t_t_x(298697,5612)$YB3EH04E,6203,0.000000)\
-			0.000000	(t_t_x(298698,2623)$YB3EH04M,6204,0.000000)\
-			0.000000	(t_t_x(298700,7476)$YB3EH04A,6205,0.000000)\
-			0.000000	(t_t_x(298704,7332)$MRAE04,6206,0.000000)\
-			0.000000	(t_t_x(298706,2260)$KSAL1204,6207,0.000000)\
-			1.000000	(t_t_x(298710,14402)$MGY04,6208,1.000000)\
-			0.000000	(t_t_x(298713,3701)$YB3EH04E,6209,0.000000)\
-			0.000000	(t_t_x(298715,6743)$KFZ4404M,6210,0.000000)\
-			1.000000	(t_t_x(300045,3420)$KSPE104D,6211,1.000000)\
-			0.000000	(t_t_x(300046,13380)$MRAE04,6212,0.000000)\
-			0.000000	(t_t_x(300050,31411)$LGZAA04M,6213,0.000000)\
-			1.000000	(t_t_x(300052,4548)$YB3EH04E,6214,1.000000)\
-			0.000000	(t_t_x(300058,2340)$RQXU04E,6215,0.000000)\
-			0.000000	(t_t_x(300064,5402)$RJIU04M,6216,0.000000)\
-			0.000000	(t_t_x(300072,3634)$KSLN04A,6217,0.000000)\
-			0.000000	(t_t_x(300096,2220)$RQXU04E,6218,0.000000)\
-			0.000000	(t_t_x(300097,6017)$RJIU04M,6219,0.000000)\
-			0.000000	(t_t_x(300137,6342)$RMZU04,6220,0.000000)\
-			0.000000	(t_t_x(300140,5518)$RMZU04,6221,0.000000)\
-			0.000000	(t_t_x(300142,917)$RNI04M,6222,0.000000)\
-			1.000000	(t_t_x(300146,4607)$LGKFN04,6223,1.000000)\
-			0.000000	(t_t_x(300155,8398)$LCES004M,6224,0.000000)\
-			0.000000	(t_t_x(300174,5440)$RMZU04,6225,0.000000)\
-			0.000000	(t_t_x(300178,1933)$KFUL1U04,6226,0.000000)\
-			0.000000	(t_t_x(300204,2726)$EG11G04M,6227,0.000000)\
-			0.000000	(t_t_x(300222,5635)$KWUR1C04,6228,0.000000)\
-			0.000000	(t_t_x(300231,7387)$KFZ4404M,6229,0.000000)\
-			0.000000	(t_t_x(300232,2208)$YB3EH04A,6230,0.000000)\
-			0.000000	(t_t_x(300237,461)$YB3EH04M,6231,0.000000)\
-			0.000000	(t_t_x(300256,2677)$LOVN1504,6232,0.000000)\
-			0.000000	(t_t_x(300281,2371)$BR204M,6233,0.000000)\
-			0.000000	(t_t_x(300287,1256)$RNS04M,6234,0.000000)\
-			0.000000	(t_t_x(300290,3900)$YB3EH04A,6235,0.000000)\
-			0.000000	(t_t_x(300322,1312)$MT4AT04E,6236,0.000000)\
-			0.000000	(t_t_x(300332,3065)$EG11G04M,6237,0.000000)\
-			0.000000	(t_t_x(300345,7950)$YB3EH04A,6238,0.000000)\
-			0.000000	(t_t_x(300354,8212)$MRAEE04,6239,0.000000)\
-			0.000000	(t_t_x(300356,6689)$RJIU04M,6240,0.000000)\
-			0.000000	(t_t_x(300366,4247)$LELVL104,6241,0.000000)\
-			0.000000	(t_t_x(300369,9643)$KFZ4404M,6242,0.000000)\
-			0.000000	(t_t_x(300396,27505)$LGSRA04,6243,0.000000)\
-			0.000000	(t_t_x(300414,9049)$YB3EH04A,6244,0.000000)\
-			0.000000	(t_t_x(300421,1685)$EG11G04M,6245,0.000000)\
-			0.000000	(t_t_x(300422,4200)$KSAL1204,6246,0.000000)\
-			0.000000	(t_t_x(300424,4666)$KFZ4404M,6247,0.000000)\
-			0.000000	(t_t_x(300425,4073)$LEBAS04M,6248,0.000000)\
-			0.000000	(t_t_x(300428,6627)$KFZ4404M,6249,0.000000)\
-			0.000000	(t_t_x(300430,5627)$RNI04M,6250,0.000000)\
-			0.000000	(t_t_x(300435,3688)$LGKFN04,6251,0.000000)\
-			0.000000	(t_t_x(300445,17107)$LCES004,6252,0.000000)\
-			0.000000	(t_t_x(300455,6286)$LCES004M,6253,0.000000)\
-			0.000000	(t_t_x(300464,3300)$MAB3404A,6254,0.000000)\
-			0.000000	(t_t_x(300476,76)$YD5WH04M,6255,0.000000)\
-			0.000000	(t_t_x(300487,283)$YB3EH04A,6256,0.000000)\
-			0.000000	(t_t_x(300504,7920)$LGKFN04,6257,0.000000)\
-			0.000000	(t_t_x(300521,1625)$GL34W04,6258,0.000000)\
-			0.000000	(t_t_x(300532,2196)$EG11G04M,6259,0.000000)\
-			1.000000	(t_t_x(300538,4080)$KSPE104D,6260,1.000000)\
-			0.000000	(t_t_x(300571,3420)$ZM56704,6261,0.000000)\
-			1.000000	(t_t_x(300578,8990)$MRAEE04,6262,1.000000)\
-			0.000000	(t_t_x(300582,1819)$KWUR404E,6263,0.000000)\
-			0.000000	(t_t_x(300590,2252)$EG11G04M,6264,0.000000)\
-			0.000000	(t_t_x(300619,12352)$LCES004M,6265,0.000000)\
-			0.000000	(t_t_x(300621,16529)$LCES004,6266,0.000000)\
-			1.000000	(t_t_x(300629,596)$YB3EH04M,6267,1.000000)\
-			0.000000	(t_t_x(300631,6986)$EG11G04M,6268,0.000000)\
-			0.000000	(t_t_x(300642,6200)$MRAE04,6269,0.000000)\
-			0.000000	(t_t_x(300666,20266)$LCES004,6270,0.000000)\
-			0.000000	(t_t_x(300671,10396)$LGSRA04,6271,0.000000)\
-			0.000000	(t_t_x(300715,6935)$BKED1204,6272,0.000000)\
-			0.000000	(t_t_x(300727,4943)$EGNOR04M,6273,0.000000)\
-			0.000000	(t_t_x(300750,1636)$EG11G04M,6274,0.000000)\
-			0.000000	(t_t_x(300762,17700)$EDGG704,6275,0.000000)\
-			0.000000	(t_t_x(300765,2551)$YB3EH04E,6276,0.000000)\
-			0.000000	(t_t_x(300774,2308)$KFZ4404M,6277,0.000000)\
-			0.000000	(t_t_x(300786,10020)$LCES004M,6278,0.000000)\
-			0.000000	(t_t_x(300809,1021)$GL4W04M,6279,0.000000)\
-			0.000000	(t_t_x(300815,5482)$LCES004M,6280,0.000000)\
-			0.000000	(t_t_x(300836,3163)$YB3EH04A,6281,0.000000)\
-			0.000000	(t_t_x(300840,5937)$KFZ4404M,6282,0.000000)\
-			0.000000	(t_t_x(300848,7406)$LELVU04,6283,0.000000)\
-			0.000000	(t_t_x(300850,3205)$LELVU04,6284,0.000000)\
-			0.000000	(t_t_x(300851,2171)$KFZ4404M,6285,0.000000)\
-			0.000000	(t_t_x(300866,5764)$RMZU04,6286,0.000000)\
-			0.000000	(t_t_x(300883,218)$LEBAS04A,6287,0.000000)\
-			1.000000	(t_t_x(300884,8992)$YB3EH04A,6288,1.000000)\
-			0.000000	(t_t_x(300885,2744)$RMZSI04,6289,0.000000)\
-			0.000000	(t_t_x(300896,2520)$GL34W04,6290,0.000000)\
-			0.000000	(t_t_x(300900,3999)$KFZ4404M,6291,0.000000)\
-			0.000000	(t_t_x(300931,3548)$KSPE104D,6292,0.000000)\
-			0.000000	(t_t_x(300956,3163)$GL4W04M,6293,0.000000)\
-			0.000000	(t_t_x(300959,3230)$YB3EH04E,6294,0.000000)\
-			0.000000	(t_t_x(300964,7920)$LGKFN04,6295,0.000000)\
-			0.000000	(t_t_x(301003,7511)$YB3EH04A,6296,0.000000)\
-			0.000000	(t_t_x(301010,5605)$RNS04M,6297,0.000000)\
-			0.000000	(t_t_x(301035,729)$EG11G04M,6298,0.000000)\
-			0.000000	(t_t_x(301041,4283)$BKED1204,6299,0.000000)\
-			0.000000	(t_t_x(301058,5580)$LCES004M,6300,0.000000)\
-			1.000000	(t_t_x(301059,1867)$GL34W04,6301,1.000000)\
-			0.000000	(t_t_x(301070,17288)$EDGG704,6302,0.000000)\
-			0.000000	(t_t_x(301072,9809)$EGPFA04,6303,0.000000)\
-			0.000000	(t_t_x(301074,4080)$LGKFN04,6304,0.000000)\
-			0.000000	(t_t_x(301088,1905)$LEMDAT04,6305,0.000000)\
-			0.000000	(t_t_x(301101,6467)$MM204,6306,0.000000)\
-			0.000000	(t_t_x(301132,3111)$RNI04M,6307,0.000000)\
-			0.000000	(t_t_x(301138,16626)$MGY04,6308,0.000000)\
-			0.000000	(t_t_x(301139,10380)$LCES004M,6309,0.000000)\
-			0.000000	(t_t_x(301142,13008)$MRAE04,6310,0.000000)\
-			0.000000	(t_t_x(301145,1266)$YB3EH04A,6311,0.000000)\
-			1.000000	(t_t_x(301149,3571)$BKED1204,6312,1.000000)\
-			0.000000	(t_t_x(301161,13728)$MGY04,6313,0.000000)\
-			0.000000	(t_t_x(301168,102)$RJIU04M,6314,0.000000)\
-			0.000000	(t_t_x(301195,2282)$LEBAS04A,6315,0.000000)\
-			0.000000	(t_t_x(301219,7731)$LGIRA04,6316,0.000000)\
-			0.000000	(t_t_x(301224,13489)$MRAE04,6317,0.000000)\
-			0.000000	(t_t_x(301238,9480)$LELVL104,6318,0.000000)\
-			0.000000	(t_t_x(301242,3793)$KFZ4404M,6319,0.000000)\
-			0.000000	(t_t_x(301243,2470)$FUJ04M,6320,0.000000)\
-			0.000000	(t_t_x(301257,1707)$RMZU04,6321,0.000000)\
-			0.000000	(t_t_x(301260,11992)$MRAE04,6322,0.000000)\
-			0.000000	(t_t_x(301272,9302)$LEBAS04M,6323,0.000000)\
-			0.000000	(t_t_x(301285,240)$KSAL1204,6324,0.000000)\
-			0.000000	(t_t_x(301287,1282)$BKED1204,6325,0.000000)\
-			0.000000	(t_t_x(301294,6475)$KWUR1C04,6326,0.000000)\
-			0.000000	(t_t_x(301297,11692)$MRAE04,6327,0.000000)\
-			0.000000	(t_t_x(301299,900)$YB3EH04A,6328,0.000000)\
-			0.000000	(t_t_x(301303,14190)$MGY04,6329,0.000000)\
-			0.000000	(t_t_x(301329,7874)$MM204,6330,0.000000)\
-			0.000000	(t_t_x(301342,4860)$LCES004M,6331,0.000000)\
-			0.000000	(t_t_x(301346,4673)$LEBAS04M,6332,0.000000)\
-			0.000000	(t_t_x(301350,2611)$RMZU04,6333,0.000000)\
-			0.000000	(t_t_x(301353,2357)$KSPE104D,6334,0.000000)\
-			0.000000	(t_t_x(301360,11340)$LCES004M,6335,0.000000)\
-			0.000000	(t_t_x(301365,4492)$MAB3404A,6336,0.000000)\
-			0.000000	(t_t_x(301367,697)$YB3EH04A,6337,0.000000)\
-			0.000000	(t_t_x(301391,2670)$RMZSI04,6338,0.000000)\
-			0.000000	(t_t_x(301404,11760)$LELVL104,6339,0.000000)\
-			0.000000	(t_t_x(301417,8040)$LGKFN04,6340,0.000000)\
-			0.000000	(t_t_x(301420,8270)$LELVL104,6341,0.000000)\
-			0.000000	(t_t_x(301431,3515)$EGNOR04M,6342,0.000000)\
-			0.000000	(t_t_x(301455,1857)$KFZ4404M,6343,0.000000)\
-			0.000000	(t_t_x(301461,1433)$YB3EH04A,6344,0.000000)\
-			0.000000	(t_t_x(301477,5022)$MRAE04,6345,0.000000)\
-			1.000000	(t_t_x(301496,2067)$KWUR1C04,6346,1.000000)\
-			0.000000	(t_t_x(301501,5441)$LCES004,6347,0.000000)\
-			0.000000	(t_t_x(301514,656)$KSAL1204,6348,0.000000)\
-			0.000000	(t_t_x(301524,12111)$MGY04,6349,0.000000)\
-			0.000000	(t_t_x(301540,770)$KFUL1U04,6350,0.000000)\
-			0.000000	(t_t_x(301556,15145)$MRAE04,6351,0.000000)\
-			0.000000	(t_t_x(301576,7620)$EG11G04M,6352,0.000000)\
-			0.000000	(t_t_x(301582,3555)$RNI04M,6353,0.000000)\
-			0.000000	(t_t_x(301590,5059)$LGKFN04,6354,0.000000)\
-			0.000000	(t_t_x(301621,3957)$RNS04M,6355,0.000000)\
-			0.000000	(t_t_x(301656,2099)$RNS04M,6356,0.000000)\
-			0.000000	(t_t_x(301673,4200)$LCES004M,6357,0.000000)\
-			0.000000	(t_t_x(301680,4655)$KWUR1C04,6358,0.000000)\
-			0.000000	(t_t_x(301687,1500)$LEBAS04A,6359,0.000000)\
-			1.000000	(t_t_x(301699,11223)$LELVL104,6360,1.000000)\
-			0.000000	(t_t_x(301707,3371)$KSLN04A,6361,0.000000)\
-			0.000000	(t_t_x(301709,5269)$LCES004M,6362,0.000000)\
-			0.000000	(t_t_x(301711,2714)$LCES004M,6363,0.000000)\
-			0.000000	(t_t_x(301719,11652)$LELVL104,6364,0.000000)\
-			1.000000	(t_t_x(301721,4112)$LGKFN04,6365,1.000000)\
-			0.000000	(t_t_x(301722,9279)$LELVU04,6366,0.000000)\
-			0.000000	(t_t_x(301726,2197)$LELVL104,6367,0.000000)\
-			0.000000	(t_t_x(301727,3417)$LGKFN04,6368,0.000000)\
-			0.000000	(t_t_x(301736,4616)$KSLN04M,6369,0.000000)\
-			0.000000	(t_t_x(301749,3794)$KSLN04A,6370,0.000000)\
-			0.000000	(t_t_x(301757,1294)$KSAL1204,6371,0.000000)\
-			0.000000	(t_t_x(301759,7615)$LGKFN04,6372,0.000000)\
-			0.000000	(t_t_x(301760,14760)$MRAE04,6373,0.000000)\
-			0.000000	(t_t_x(301783,11715)$YB3EH04A,6374,0.000000)\
-			0.000000	(t_t_x(301785,4451)$BKED1204,6375,0.000000)\
-			0.000000	(t_t_x(301796,10311)$LELVL104,6376,0.000000)\
-			0.000000	(t_t_x(301815,1516)$GL4W04M,6377,0.000000)\
-			0.000000	(t_t_x(301819,9960)$YB3EH04A,6378,0.000000)\
-			1.000000	(t_t_x(301843,26290)$LGZAA04M,6379,1.000000)\
-			0.000000	(t_t_x(301867,5612)$YB3EH04A,6380,0.000000)\
-			0.000000	(t_t_x(301879,1822)$LELVL104,6381,0.000000)\
-			0.000000	(t_t_x(301888,3273)$KWUR1C04,6382,0.000000)\
-			1.000000	(t_t_x(301907,10827)$LELVL104,6383,1.000000)\
-			0.000000	(t_t_x(301924,8519)$MRAEE04,6384,0.000000)\
-			0.000000	(t_t_x(301949,1020)$LCES004M,6385,0.000000)\
-			0.000000	(t_t_x(301957,1762)$RNS04M,6386,0.000000)\
-			0.000000	(t_t_x(301968,6660)$EG11G04M,6387,0.000000)\
-			0.000000	(t_t_x(301972,5690)$YB3EH04A,6388,0.000000)\
-			0.000000	(t_t_x(301984,4357)$MAB1204A,6389,0.000000)\
-			0.000000	(t_t_x(301987,6360)$LCES004M,6390,0.000000)\
-			1.000000	(t_t_x(302006,12978)$MRAE04,6391,1.000000)\
-			0.000000	(t_t_x(302033,2886)$LOVN1504,6392,0.000000)\
-			0.000000	(t_t_x(302044,12393)$MRAE04,6393,0.000000)\
-			0.000000	(t_t_x(302047,815)$MAB1204A,6394,0.000000)\
-			0.000000	(t_t_x(302055,5628)$ZM56704,6395,0.000000)\
-			0.000000	(t_t_x(302060,6660)$EG11G04M,6396,0.000000)\
-			0.000000	(t_t_x(302073,8217)$MM204,6397,0.000000)\
-			0.000000	(t_t_x(302084,5205)$KWUR1C04,6398,0.000000)\
-			0.000000	(t_t_x(302096,2182)$LOVN1504,6399,0.000000)\
-			0.000000	(t_t_x(302107,149)$KSPE104D,6400,0.000000)\
-			0.000000	(t_t_x(302135,7620)$EG11G04M,6401,0.000000)\
-			0.000000	(t_t_x(302136,1068)$BR404M,6402,0.000000)\
-			0.000000	(t_t_x(302138,12815)$MRAE04,6403,0.000000)\
-			0.000000	(t_t_x(302162,10033)$LGKFN04,6404,0.000000)\
-			0.000000	(t_t_x(302177,6780)$LELVU04,6405,0.000000)\
-			0.000000	(t_t_x(302179,3238)$KWUR1C04,6406,0.000000)\
-			0.000000	(t_t_x(302180,12074)$YB3EH04A,6407,0.000000)\
-			0.000000	(t_t_x(302209,15006)$LELVL104,6408,0.000000)\
-			0.000000	(t_t_x(302218,1427)$YB3EH04A,6409,0.000000)\
-			0.000000	(t_t_x(302224,6902)$LELVL104,6410,0.000000)\
-			1.000000	(t_t_x(302247,6016)$KWUR1C04,6411,1.000000)\
-			0.000000	(t_t_x(302262,4635)$LEBAS04M,6412,0.000000)\
-			0.000000	(t_t_x(302293,10248)$LELVL104,6413,0.000000)\
-			0.000000	(t_t_x(302300,4251)$LEMDAT04,6414,0.000000)\
-			0.000000	(t_t_x(302301,3341)$MAB3404A,6415,0.000000)\
-			0.000000	(t_t_x(302310,2160)$LGKFN04,6416,0.000000)\
-			0.000000	(t_t_x(302317,6834)$LGKFN04,6417,0.000000)\
-			0.000000	(t_t_x(302341,888)$CPGSE04,6418,0.000000)\
-			0.000000	(t_t_x(302346,6540)$RVKWS04,6419,0.000000)\
-			0.000000	(t_t_x(302351,2771)$GL34W04,6420,0.000000)\
-			0.000000	(t_t_x(302356,9185)$BKED1204,6421,0.000000)\
-			0.000000	(t_t_x(302361,10849)$MRAE04,6422,0.000000)\
-			0.000000	(t_t_x(302365,1800)$RMZSI04,6423,0.000000)\
-			0.000000	(t_t_x(302366,12568)$MGY04,6424,0.000000)\
-			0.000000	(t_t_x(302387,1253)$YB3EH04A,6425,0.000000)\
-			0.000000	(t_t_x(302390,2789)$RMZSI04,6426,0.000000)\
-			0.000000	(t_t_x(302424,14674)$MRAE04,6427,0.000000)\
-			0.000000	(t_t_x(302426,7583)$LCES004M,6428,0.000000)\
-			0.000000	(t_t_x(302434,8450)$MRAEE04,6429,0.000000)\
-			0.000000	(t_t_x(302456,3961)$LELVU04,6430,0.000000)\
-			0.000000	(t_t_x(302457,3541)$RJIU04M,6431,0.000000)\
-			0.000000	(t_t_x(302470,3676)$KSAL1204,6432,0.000000)\
-			0.000000	(t_t_x(302474,3887)$LELVL04M,6433,0.000000)\
-			0.000000	(t_t_x(302506,8684)$LGKFN04,6434,0.000000)\
-			0.000000	(t_t_x(302527,9445)$LGRPA04,6435,0.000000)\
-			0.000000	(t_t_x(302528,8140)$YB3EH04A,6436,0.000000)\
-			1.000000	(t_t_x(302530,839)$LEBAS04M,6437,1.000000)\
-			0.000000	(t_t_x(302531,6300)$RJIU04M,6438,0.000000)\
-			0.000000	(t_t_x(302536,5527)$RMZU04,6439,0.000000)\
-			0.000000	(t_t_x(302552,433)$KFUL1U04,6440,0.000000)\
-			0.000000	(t_t_x(302571,2880)$LEBAS04A,6441,0.000000)\
-			0.000000	(t_t_x(302572,671)$RVKWS04,6442,0.000000)\
-			1.000000	(t_t_x(302575,3187)$RJIU04M,6443,1.000000)\
-			0.000000	(t_t_x(302576,162)$MM304,6444,0.000000)\
-			0.000000	(t_t_x(302591,1865)$BKED1204,6445,0.000000)\
-			0.000000	(t_t_x(302592,780)$YD5WH04M,6446,0.000000)\
-			0.000000	(t_t_x(302611,4776)$LEMDAT04,6447,0.000000)\
-			0.000000	(t_t_x(302616,9301)$MRAE04,6448,0.000000)\
-			0.000000	(t_t_x(302632,225)$ZM56704,6449,0.000000)\
-			0.000000	(t_t_x(302643,7056)$EG11G04M,6450,0.000000)\
-			0.000000	(t_t_x(302650,899)$KSLN04A,6451,0.000000)\
-			0.000000	(t_t_x(302661,6840)$EG11G04M,6452,0.000000)\
-			0.000000	(t_t_x(302665,2660)$GL34W04,6453,0.000000)\
-			0.000000	(t_t_x(302667,3508)$LGAVA04,6454,0.000000)\
-			0.000000	(t_t_x(302670,2975)$RMZSI04,6455,0.000000)\
-			0.000000	(t_t_x(302679,1248)$KWUR1C04,6456,0.000000)\
-			0.000000	(t_t_x(302685,2764)$ZM56704,6457,0.000000)\
-			0.000000	(t_t_x(302686,2358)$EGPFA04,6458,0.000000)\
-			0.000000	(t_t_x(302690,4531)$ZM56704,6459,0.000000)\
-			0.000000	(t_t_x(302705,2235)$KFUL1U04,6460,0.000000)\
-			0.000000	(t_t_x(302709,8515)$KFZ4404M,6461,0.000000)\
-			0.000000	(t_t_x(302711,12904)$MRAE04,6462,0.000000)\
-			0.000000	(t_t_x(302725,3774)$MM204,6463,0.000000)\
-			0.000000	(t_t_x(302731,2432)$LCES004M,6464,0.000000)\
-			1.000000	(t_t_x(302741,2507)$RMZSI04,6465,1.000000)\
-			0.000000	(t_t_x(302751,1433)$KWUR1C04,6466,0.000000)\
-			0.000000	(t_t_x(302758,11587)$RJIU04M,6467,0.000000)\
-			0.000000	(t_t_x(302769,9671)$MRAE04,6468,0.000000)\
-			1.000000	(t_t_x(302777,8996)$LELVL104,6469,1.000000)\
-			0.000000	(t_t_x(302792,128)$KSLN04A,6470,0.000000)\
-			0.000000	(t_t_x(302798,1500)$LGKFN04,6471,0.000000)\
-			0.000000	(t_t_x(302801,1239)$KSLN04A,6472,0.000000)\
-			0.000000	(t_t_x(302833,16460)$MGY04,6473,0.000000)\
-			0.000000	(t_t_x(302840,5126)$RMZU04,6474,0.000000)\
-			0.000000	(t_t_x(302841,7685)$LCES004M,6475,0.000000)\
-			0.000000	(t_t_x(302843,6912)$MM204,6476,0.000000)\
-			0.000000	(t_t_x(302844,13114)$MRAE04,6477,0.000000)\
-			0.000000	(t_t_x(302852,3120)$YB3EH04A,6478,0.000000)\
-			0.000000	(t_t_x(302863,6321)$LELVU04,6479,0.000000)\
-			0.000000	(t_t_x(302874,14130)$MRAE04,6480,0.000000)\
-			0.000000	(t_t_x(302875,3601)$LELVU04,6481,0.000000)\
-			0.000000	(t_t_x(302879,14118)$MRAE04,6482,0.000000)\
-			0.000000	(t_t_x(302890,9329)$LELVL104,6483,0.000000)\
-			0.000000	(t_t_x(302903,8262)$KFZ4404M,6484,0.000000)\
-			0.000000	(t_t_x(302920,1178)$LELVL104,6485,0.000000)\
-			0.000000	(t_t_x(302924,9501)$LELVL104,6486,0.000000)\
-			0.000000	(t_t_x(302940,5214)$KFZ4404M,6487,0.000000)\
-			0.000000	(t_t_x(302944,2025)$RMZSI04,6488,0.000000)\
-			0.000000	(t_t_x(302953,13113)$LELVL104,6489,0.000000)\
-			0.000000	(t_t_x(302955,8319)$MRAE04,6490,0.000000)\
-			0.000000	(t_t_x(302966,9761)$BKED1204,6491,0.000000)\
-			0.000000	(t_t_x(302970,2843)$LOVN1504,6492,0.000000)\
-			0.000000	(t_t_x(302986,5220)$LEBAS04A,6493,0.000000)\
-			0.000000	(t_t_x(303013,11720)$YB3EH04A,6494,0.000000)\
-			1.000000	(t_t_x(303017,3666)$LEBAS04M,6495,1.000000)\
-			0.000000	(t_t_x(303018,10680)$LELVU04,6496,0.000000)\
-			0.000000	(t_t_x(303035,4112)$KWUR1C04,6497,0.000000)\
-			0.000000	(t_t_x(303049,4829)$MAB3404A,6498,0.000000)\
-			0.000000	(t_t_x(303061,707)$BKED1204,6499,0.000000)\
-			0.000000	(t_t_x(303077,2340)$ZM56704,6500,0.000000)\
-			0.000000	(t_t_x(303088,584)$LELVL04M,6501,0.000000)\
-			0.000000	(t_t_x(303103,6179)$RNS04M,6502,0.000000)\
-			0.000000	(t_t_x(303128,1140)$LGKFN04,6503,0.000000)\
-			0.000000	(t_t_x(303139,252)$GL34W04,6504,0.000000)\
-			1.000000	(t_t_x(303148,7312)$MRAE04,6505,1.000000)\
-			0.000000	(t_t_x(303152,4930)$LEBAS04A,6506,0.000000)\
-			0.000000	(t_t_x(303155,11624)$YB3EH04A,6507,0.000000)\
-			0.000000	(t_t_x(303156,7585)$EG11G04M,6508,0.000000)\
-			0.000000	(t_t_x(303164,2218)$KSPE104D,6509,0.000000)\
-			0.000000	(t_t_x(303173,2742)$EG11G04M,6510,0.000000)\
-			0.000000	(t_t_x(303194,5)$GL4W04M,6511,0.000000)\
-			0.000000	(t_t_x(303195,5453)$MRAE04,6512,0.000000)\
-			0.000000	(t_t_x(303200,13833)$MGY04,6513,0.000000)\
-			0.000000	(t_t_x(303203,13391)$LCES004,6514,0.000000)\
-			0.000000	(t_t_x(303208,13155)$MRAE04,6515,0.000000)\
-			0.000000	(t_t_x(303209,6132)$LEBAS04A,6516,0.000000)\
-			0.000000	(t_t_x(303215,909)$RMZU04,6517,0.000000)\
-			0.000000	(t_t_x(303216,14514)$MRAE04,6518,0.000000)\
-			0.000000	(t_t_x(303224,212)$LEBAS04M,6519,0.000000)\
-			0.000000	(t_t_x(303227,8185)$LELVL104,6520,0.000000)\
-			0.000000	(t_t_x(303235,5286)$EGPFA04,6521,0.000000)\
-			0.000000	(t_t_x(303247,2300)$RJIU04M,6522,0.000000)\
-			1.000000	(t_t_x(303253,1130)$GL34W04,6523,1.000000)\
-			0.000000	(t_t_x(303263,12001)$MRAE04,6524,0.000000)\
-			0.000000	(t_t_x(303270,7879)$EG11G04M,6525,0.000000)\
-			0.000000	(t_t_x(303282,4493)$LEMDAT04,6526,0.000000)\
-			0.000000	(t_t_x(303285,4173)$GL4W04M,6527,0.000000)\
-			0.000000	(t_t_x(303297,2250)$KSLN04M,6528,0.000000)\
-			0.000000	(t_t_x(303314,6985)$EG11G04M,6529,0.000000)\
-			0.000000	(t_t_x(303341,6047)$LCES004M,6530,0.000000)\
-			0.000000	(t_t_x(303350,13403)$MRAE04,6531,0.000000)\
-			0.000000	(t_t_x(303351,3780)$LELVU04,6532,0.000000)\
-			0.000000	(t_t_x(303377,2742)$MAB3404A,6533,0.000000)\
-			0.000000	(t_t_x(303409,2551)$KSLN04M,6534,0.000000)\
-			0.000000	(t_t_x(303416,11545)$MRAE04,6535,0.000000)\
-			1.000000	(t_t_x(303423,18600)$EDGG704,6536,1.000000)\
-			0.000000	(t_t_x(303445,1251)$CPRFBR04,6537,0.000000)\
-			0.000000	(t_t_x(303451,4793)$KWUR1C04,6538,0.000000)\
-			0.000000	(t_t_x(303471,2174)$PMXX04M,6539,0.000000)\
-			0.000000	(t_t_x(303476,9060)$LCES004M,6540,0.000000)\
-			1.000000	(t_t_x(303485,8908)$LELVL104,6541,1.000000)\
-			0.000000	(t_t_x(303489,7386)$YB3EH04A,6542,0.000000)\
-			0.000000	(t_t_x(303491,3362)$LGRPA04,6543,0.000000)\
-			0.000000	(t_t_x(303503,3340)$KSLN04A,6544,0.000000)\
-			0.000000	(t_t_x(303505,7392)$YB3EH04A,6545,0.000000)\
-			0.000000	(t_t_x(303506,19500)$LCES004,6546,0.000000)\
-			0.000000	(t_t_x(303517,2392)$RMZSI04,6547,0.000000)\
-			1.000000	(t_t_x(303525,6448)$RNS04M,6548,1.000000)\
-			0.000000	(t_t_x(303529,17008)$EDGG704,6549,0.000000)\
-			0.000000	(t_t_x(303534,20013)$LGZAA04M,6550,0.000000)\
-			0.000000	(t_t_x(303550,23206)$LGZAA04M,6551,0.000000)\
-			1.000000	(t_t_x(303580,7589)$EG11G04M,6552,1.000000)\
-			0.000000	(t_t_x(303592,14191)$MRAE04,6553,0.000000)\
-			0.000000	(t_t_x(303604,7802)$LELVL104,6554,0.000000)\
-			0.000000	(t_t_x(303612,16140)$LCES004,6555,0.000000)\
-			0.000000	(t_t_x(303617,2684)$KSLN04A,6556,0.000000)\
-			0.000000	(t_t_x(303627,1389)$RJIU04M,6557,0.000000)\
-			0.000000	(t_t_x(303644,3444)$RMZSI04,6558,0.000000)\
-			0.000000	(t_t_x(303652,1345)$ZM56704,6559,0.000000)\
-			0.000000	(t_t_x(303662,2944)$KSPE104D,6560,0.000000)\
-			0.000000	(t_t_x(303664,2196)$LGAVA04,6561,0.000000)\
-			0.000000	(t_t_x(303665,13980)$LCES004,6562,0.000000)\
-			0.000000	(t_t_x(303666,11987)$YB3EH04A,6563,0.000000)\
-			0.000000	(t_t_x(303670,5384)$KSPE104D,6564,0.000000)\
-			0.000000	(t_t_x(303680,2427)$MM304,6565,0.000000)\
-			0.000000	(t_t_x(303684,8949)$MRAE04,6566,0.000000)\
-			0.000000	(t_t_x(303685,11400)$LCES004M,6567,0.000000)\
-			0.000000	(t_t_x(303692,7135)$LGKFN04,6568,0.000000)\
-			0.000000	(t_t_x(303716,4322)$KSPE104D,6569,0.000000)\
-			0.000000	(t_t_x(303717,20435)$LGZAA04M,6570,0.000000)\
-			0.000000	(t_t_x(303728,5648)$YB3EH04E,6571,0.000000)\
-			0.000000	(t_t_x(303741,4698)$MAB1204A,6572,0.000000)\
-			0.000000	(t_t_x(303747,3407)$KSAL1204,6573,0.000000)\
-			0.000000	(t_t_x(303771,1317)$LELVU04,6574,0.000000)\
-			0.000000	(t_t_x(303783,9841)$MRAE04,6575,0.000000)\
-			0.000000	(t_t_x(303784,6577)$KSPE104D,6576,0.000000)\
-			0.000000	(t_t_x(303790,1916)$LOVN1504,6577,0.000000)\
-			0.000000	(t_t_x(303810,2494)$KSPE104D,6578,0.000000)\
-			0.000000	(t_t_x(303814,15473)$EDGG704,6579,0.000000)\
-			0.000000	(t_t_x(303818,11225)$MRAE04,6580,0.000000)\
-			0.000000	(t_t_x(303829,1451)$LOVN1504,6581,0.000000)\
-			0.000000	(t_t_x(303832,307)$KFZ4404M,6582,0.000000)\
-			0.000000	(t_t_x(303842,2963)$LELVU04,6583,0.000000)\
-			0.000000	(t_t_x(303850,720)$LOVN1504,6584,0.000000)\
-			0.000000	(t_t_x(303854,3900)$LEBAS04M,6585,0.000000)\
-			0.000000	(t_t_x(303868,3840)$RVKWS04,6586,0.000000)\
-			1.000000	(t_t_x(303874,716)$KSLN04A,6587,1.000000)\
-			0.000000	(t_t_x(303900,1935)$BR204M,6588,0.000000)\
-			0.000000	(t_t_x(303911,1610)$YB3EH04A,6589,0.000000)\
-			0.000000	(t_t_x(303929,6307)$YB3EH04M,6590,0.000000)\
-			0.000000	(t_t_x(303930,5154)$YB3EH04A,6591,0.000000)\
-			0.000000	(t_t_x(303939,1250)$KFZ4404M,6592,0.000000)\
-			0.000000	(t_t_x(303959,20115)$LGZAA04M,6593,0.000000)\
-			0.000000	(t_t_x(303971,3906)$ZM56704,6594,0.000000)\
-			0.000000	(t_t_x(303978,5231)$KWUR1C04,6595,0.000000)\
-			0.000000	(t_t_x(303979,4618)$KSPE104D,6596,0.000000)\
-			0.000000	(t_t_x(303992,3000)$LGKFN04,6597,0.000000)\
-			0.000000	(t_t_x(304001,6201)$LEBAS04A,6598,0.000000)\
-			0.000000	(t_t_x(304007,7500)$EG11G04M,6599,0.000000)\
-			0.000000	(t_t_x(304041,6252)$KWUR1C04,6600,0.000000)\
-			0.000000	(t_t_x(304051,13803)$MGY04,6601,0.000000)\
-			0.000000	(t_t_x(304054,14929)$MRAE04,6602,0.000000)\
-			1.000000	(t_t_x(304074,4111)$KSPE104D,6603,1.000000)\
-			0.000000	(t_t_x(304100,12093)$YB3EH04A,6604,0.000000)\
-			0.000000	(t_t_x(304109,1696)$MRAE04,6605,0.000000)\
-			0.000000	(t_t_x(304114,12580)$MRAE04,6606,0.000000)\
-			0.000000	(t_t_x(304139,7058)$LELVL104,6607,0.000000)\
-			0.000000	(t_t_x(304148,5343)$MAB1204A,6608,0.000000)\
-			0.000000	(t_t_x(304161,540)$LELVL104,6609,0.000000)\
-			0.000000	(t_t_x(304182,7209)$LELVL104,6610,0.000000)\
-			0.000000	(t_t_x(304230,16397)$EDGG704,6611,0.000000)\
-			0.000000	(t_t_x(304239,1299)$LELVL104,6612,0.000000)\
-			0.000000	(t_t_x(304242,1547)$YD5WH04M,6613,0.000000)\
-			0.000000	(t_t_x(304245,2623)$MRAE04,6614,0.000000)\
-			0.000000	(t_t_x(304253,5897)$LCES004M,6615,0.000000)\
-			0.000000	(t_t_x(304254,2172)$KWUR1C04,6616,0.000000)\
-			0.000000	(t_t_x(304258,9840)$MRAE04,6617,0.000000)\
-			0.000000	(t_t_x(304260,13256)$MRAE04,6618,0.000000)\
-			0.000000	(t_t_x(304261,4279)$RJIU04M,6619,0.000000)\
-			0.000000	(t_t_x(304262,9003)$MRAE04,6620,0.000000)\
-			0.000000	(t_t_x(304263,6840)$LELVL104,6621,0.000000)\
-			0.000000	(t_t_x(304315,4094)$RMZU04,6622,0.000000)\
-			0.000000	(t_t_x(304335,8798)$LELVL104,6623,0.000000)\
-			0.000000	(t_t_x(304336,909)$MAB3404A,6624,0.000000)\
-			0.000000	(t_t_x(304351,3905)$LLBGA04L,6625,0.000000)\
-			0.000000	(t_t_x(304356,15060)$LFPND04,6626,0.000000)\
-			0.000000	(t_t_x(304357,2625)$LELVL104,6627,0.000000)\
-			0.000000	(t_t_x(304361,4388)$LELVL104,6628,0.000000)\
-			0.000000	(t_t_x(304362,9020)$LGZAA04M,6629,0.000000)\
-			0.000000	(t_t_x(304372,2700)$RMZU04,6630,0.000000)\
-			0.000000	(t_t_x(304380,11230)$MRAE04,6631,0.000000)\
-			0.000000	(t_t_x(304414,3308)$LEMDAT04,6632,0.000000)\
-			0.000000	(t_t_x(304422,11128)$MRAE04,6633,0.000000)\
-			0.000000	(t_t_x(304433,3530)$LELVU04,6634,0.000000)\
-			0.000000	(t_t_x(304435,9019)$RMZU04,6635,0.000000)\
-			0.000000	(t_t_x(304443,288)$KFZ4404L,6636,0.000000)\
-			0.000000	(t_t_x(304446,1839)$LELVL104,6637,0.000000)\
-			0.000000	(t_t_x(304453,919)$RVKWS04,6638,0.000000)\
-			0.000000	(t_t_x(304456,7291)$RJIU04M,6639,0.000000)\
-			0.000000	(t_t_x(304458,8731)$LCES004M,6640,0.000000)\
-			0.000000	(t_t_x(304463,3720)$RMZU04,6641,0.000000)\
-			0.000000	(t_t_x(304483,2436)$LCES004,6642,0.000000)\
-			0.000000	(t_t_x(304486,3116)$LELVU04,6643,0.000000)\
-			0.000000	(t_t_x(304488,10882)$LELVL104,6644,0.000000)\
-			0.000000	(t_t_x(304502,5159)$KSLN04A,6645,0.000000)\
-			0.000000	(t_t_x(304529,1362)$CPGSE04,6646,0.000000)\
-			0.000000	(t_t_x(304552,3835)$LEMDAT04,6647,0.000000)\
-			0.000000	(t_t_x(304555,771)$MM304,6648,0.000000)\
-			0.000000	(t_t_x(304557,3636)$LEMDAT04,6649,0.000000)\
-			0.000000	(t_t_x(304568,4384)$ZM56704,6650,0.000000)\
-			0.000000	(t_t_x(304570,2820)$LCES004M,6651,0.000000)\
-			1.000000	(t_t_x(304579,937)$KWUR1C04,6652,1.000000)\
-			0.000000	(t_t_x(304583,6004)$MRAE04,6653,0.000000)\
-			0.000000	(t_t_x(304586,4259)$LELVL104,6654,0.000000)\
-			0.000000	(t_t_x(304592,1752)$LEBAS04M,6655,0.000000)\
-			0.000000	(t_t_x(304606,350)$KFUL1U04,6656,0.000000)\
-			0.000000	(t_t_x(304615,9491)$MRAE04,6657,0.000000)\
-			0.000000	(t_t_x(304629,508)$RVKWS04,6658,0.000000)\
-			0.000000	(t_t_x(304631,2580)$EBEEC04M,6659,0.000000)\
-			0.000000	(t_t_x(304690,2990)$LOVN1504,6660,0.000000)\
-			0.000000	(t_t_x(304696,10609)$MRAE04,6661,0.000000)\
-			0.000000	(t_t_x(304701,2455)$LGAVA04,6662,0.000000)\
-			0.000000	(t_t_x(304713,1872)$KWUR1C04,6663,0.000000)\
-			0.000000	(t_t_x(304734,5549)$KSPE104D,6664,0.000000)\
-			0.000000	(t_t_x(304739,2674)$GL34W04,6665,0.000000)\
-			1.000000	(t_t_x(304753,2656)$LGKFN04,6666,1.000000)\
-			0.000000	(t_t_x(304761,1826)$MAB1204A,6667,0.000000)\
-			0.000000	(t_t_x(304765,6268)$LELVL104,6668,0.000000)\
-			0.000000	(t_t_x(304778,3283)$RNS04M,6669,0.000000)\
-			0.000000	(t_t_x(304780,3879)$KWUR1C04,6670,0.000000)\
-			1.000000	(t_t_x(304797,15319)$MGY04,6671,1.000000)\
-			0.000000	(t_t_x(304798,757)$LEBAS04M,6672,0.000000)\
-			0.000000	(t_t_x(304803,9420)$YB3EH04A,6673,0.000000)\
-			0.000000	(t_t_x(304811,4023)$LELVL104,6674,0.000000)\
-			0.000000	(t_t_x(304825,2957)$LEMDAT04,6675,0.000000)\
-			0.000000	(t_t_x(304830,2204)$YB3EH04A,6676,0.000000)\
-			0.000000	(t_t_x(304838,12060)$LCES004M,6677,0.000000)\
-			0.000000	(t_t_x(304857,3277)$KSAL1204,6678,0.000000)\
-			0.000000	(t_t_x(304861,11819)$LELVL104,6679,0.000000)\
-			0.000000	(t_t_x(304862,14394)$MRAE04,6680,0.000000)\
-			0.000000	(t_t_x(304871,9169)$MRAE04,6681,0.000000)\
-			0.000000	(t_t_x(304873,5040)$KSLN04A,6682,0.000000)\
-			0.000000	(t_t_x(304880,15042)$LGZAA04M,6683,0.000000)\
-			0.000000	(t_t_x(304882,1109)$LLBGA04L,6684,0.000000)\
-			0.000000	(t_t_x(304895,2078)$LOVN1504,6685,0.000000)\
-			0.000000	(t_t_x(304925,2779)$KFUL1U04,6686,0.000000)\
-			0.000000	(t_t_x(304944,2325)$MAB1204A,6687,0.000000)\
-			0.000000	(t_t_x(304979,10721)$YB3EH04A,6688,0.000000)\
-			0.000000	(t_t_x(304980,9867)$YB3EH04A,6689,0.000000)\
-			0.000000	(t_t_x(305011,2829)$LEMDAT04,6690,0.000000)\
-			0.000000	(t_t_x(305013,10860)$LCES004M,6691,0.000000)\
-			0.000000	(t_t_x(305019,3654)$RNS04M,6692,0.000000)\
-			1.000000	(t_t_x(305030,22311)$EDGG704,6693,1.000000)\
-			0.000000	(t_t_x(305039,5526)$LELVL104,6694,0.000000)\
-			0.000000	(t_t_x(305074,1990)$ZM56704,6695,0.000000)\
-			0.000000	(t_t_x(305101,14774)$MGY04,6696,0.000000)\
-			0.000000	(t_t_x(305104,7055)$KSPE104D,6697,0.000000)\
-			0.000000	(t_t_x(305112,2460)$LEBAS04A,6698,0.000000)\
-			0.000000	(t_t_x(305122,6003)$LEBAS04A,6699,0.000000)\
-			1.000000	(t_t_x(305154,6120)$LELVL104,6700,1.000000)\
-			0.000000	(t_t_x(305171,6444)$RMZU04,6701,0.000000)\
-			0.000000	(t_t_x(305214,4830)$KSPE104D,6702,0.000000)\
-			0.000000	(t_t_x(305224,334)$RNS04M,6703,0.000000)\
-			0.000000	(t_t_x(305270,199)$KSLN04A,6704,0.000000)\
-			0.000000	(t_t_x(305276,14176)$MGY04,6705,0.000000)\
-			0.000000	(t_t_x(305282,1215)$CPGSE04,6706,0.000000)\
-			0.000000	(t_t_x(305283,4812)$LGKFN04,6707,0.000000)\
-			0.000000	(t_t_x(305292,9682)$LELVL104,6708,0.000000)\
-			0.000000	(t_t_x(305314,5379)$KSPE104D,6709,0.000000)\
-			0.000000	(t_t_x(305315,3850)$LELVL104,6710,0.000000)\
-			0.000000	(t_t_x(305354,12483)$MRAE04,6711,0.000000)\
-			0.000000	(t_t_x(305363,4642)$KWUR1C04,6712,0.000000)\
-			0.000000	(t_t_x(305370,3835)$LEMDAT04,6713,0.000000)\
-			0.000000	(t_t_x(305375,480)$ZM56704,6714,0.000000)\
-			0.000000	(t_t_x(305384,178)$LELVU04,6715,0.000000)\
-			0.000000	(t_t_x(305385,2399)$KFUL1U04,6716,0.000000)\
-			0.000000	(t_t_x(305425,12971)$MRAE04,6717,0.000000)\
-			0.000000	(t_t_x(305432,3174)$RMZSI04,6718,0.000000)\
-			0.000000	(t_t_x(305446,516)$LELVL104,6719,0.000000)\
-			0.000000	(t_t_x(305448,13992)$YB3EH04A,6720,0.000000)\
-			0.000000	(t_t_x(305458,320)$KSAL1A04,6721,0.000000)\
-			0.000000	(t_t_x(305462,16246)$EDGG704,6722,0.000000)\
-			0.000000	(t_t_x(305469,2510)$YB3EH04A,6723,0.000000)\
-			0.000000	(t_t_x(305491,459)$YB3EH04A,6724,0.000000)\
-			0.000000	(t_t_x(305510,10610)$MRAE04,6725,0.000000)\
-			0.000000	(t_t_x(305522,3505)$KSPE104D,6726,0.000000)\
-			0.000000	(t_t_x(305532,10664)$YB3EH04A,6727,0.000000)\
-			0.000000	(t_t_x(305535,6170)$RMZU04,6728,0.000000)\
-			0.000000	(t_t_x(305538,2028)$RMZSI04,6729,0.000000)\
-			0.000000	(t_t_x(305548,3623)$LEMDAT04,6730,0.000000)\
-			1.000000	(t_t_x(305557,8760)$LCES004,6731,1.000000)\
-			0.000000	(t_t_x(305560,14242)$MRAE04,6732,0.000000)\
-			0.000000	(t_t_x(305573,1364)$YB3EH04A,6733,0.000000)\
-			0.000000	(t_t_x(305584,9504)$MRAE04,6734,0.000000)\
-			0.000000	(t_t_x(305585,12379)$MRAE04,6735,0.000000)\
-			0.000000	(t_t_x(305593,10306)$YB3EH04A,6736,0.000000)\
-			0.000000	(t_t_x(305599,10004)$YB3EH04A,6737,0.000000)\
-			0.000000	(t_t_x(305601,2524)$LLBGA04L,6738,0.000000)\
-			0.000000	(t_t_x(305604,5288)$KFZ4404M,6739,0.000000)\
-			0.000000	(t_t_x(305609,269)$KSAL1A04,6740,0.000000)\
-			0.000000	(t_t_x(305621,9648)$LELVL104,6741,0.000000)\
-			1.000000	(t_t_x(305622,900)$CPRFBR04,6742,1.000000)\
-			0.000000	(t_t_x(305634,14220)$MRAE04,6743,0.000000)\
-			0.000000	(t_t_x(305661,1020)$LOVN1504,6744,0.000000)\
-			0.000000	(t_t_x(305671,2473)$LELVU04,6745,0.000000)\
-			0.000000	(t_t_x(305686,3356)$LEMDAT04,6746,0.000000)\
-			0.000000	(t_t_x(305689,2498)$LEMDAT04,6747,0.000000)\
-			0.000000	(t_t_x(305696,60)$KSAL1A04,6748,0.000000)\
-			0.000000	(t_t_x(305697,1739)$LEMDAT04,6749,0.000000)\
-			0.000000	(t_t_x(305711,16784)$MGY04,6750,0.000000)\
-			0.000000	(t_t_x(305716,5148)$KWUR1C04,6751,0.000000)\
-			1.000000	(t_t_x(305728,4260)$ZM56704,6752,1.000000)\
-			0.000000	(t_t_x(305730,1428)$LGIRA04,6753,0.000000)\
-			0.000000	(t_t_x(305745,673)$RVKWS04,6754,0.000000)\
-			0.000000	(t_t_x(305753,6750)$KSPE104D,6755,0.000000)\
-			1.000000	(t_t_x(305754,3926)$MRAE04,6756,1.000000)\
-			0.000000	(t_t_x(305764,814)$LELVU04,6757,0.000000)\
-			0.000000	(t_t_x(305775,8485)$YB3EH04A,6758,0.000000)\
-			0.000000	(t_t_x(305780,3081)$LELVL104,6759,0.000000)\
-			0.000000	(t_t_x(305783,2390)$LELVL104,6760,0.000000)\
-			0.000000	(t_t_x(305791,2332)$KWUR1C04,6761,0.000000)\
-			0.000000	(t_t_x(305798,20220)$LCES004,6762,0.000000)\
-			1.000000	(t_t_x(305802,10683)$EDGG704,6763,1.000000)\
-			0.000000	(t_t_x(305803,3385)$KWUR1C04,6764,0.000000)\
-			0.000000	(t_t_x(305806,2724)$LELVL104,6765,0.000000)\
-			0.000000	(t_t_x(305811,4888)$KWUR1C04,6766,0.000000)\
-			0.000000	(t_t_x(305816,937)$MAB1204A,6767,0.000000)\
-			1.000000	(t_t_x(305823,10653)$MRAE04,6768,1.000000)\
-			0.000000	(t_t_x(305828,3180)$LCES004,6769,0.000000)\
-			1.000000	(t_t_x(305830,430)$CPGSE04,6770,1.000000)\
-			0.000000	(t_t_x(305834,1735)$LCES004M,6771,0.000000)\
-			0.000000	(t_t_x(305837,5756)$KWUR1C04,6772,0.000000)\
-			0.000000	(t_t_x(305845,10740)$LELVL104,6773,0.000000)\
-			0.000000	(t_t_x(305851,1668)$MAB3404A,6774,0.000000)\
-			0.000000	(t_t_x(305867,10763)$EDGG704,6775,0.000000)\
-			0.000000	(t_t_x(305873,2884)$LELVL104,6776,0.000000)\
-			0.000000	(t_t_x(305887,9656)$LCES004,6777,0.000000)\
-			0.000000	(t_t_x(305896,9002)$LELVL104,6778,0.000000)\
-			0.000000	(t_t_x(305899,5520)$LEBAS04A,6779,0.000000)\
-			0.000000	(t_t_x(305915,2520)$YB3EH04A,6780,0.000000)\
-			0.000000	(t_t_x(305923,2834)$LELVL104,6781,0.000000)\
-			0.000000	(t_t_x(305929,6279)$LCES004M,6782,0.000000)\
-			0.000000	(t_t_x(305950,3953)$YB3EH04A,6783,0.000000)\
-			0.000000	(t_t_x(305962,2185)$LEMDAT04,6784,0.000000)\
-			0.000000	(t_t_x(305967,7456)$LELVL104,6785,0.000000)\
-			0.000000	(t_t_x(306007,7920)$YB3EH04A,6786,0.000000)\
-			0.000000	(t_t_x(306012,11713)$LELVL104,6787,0.000000)\
-			0.000000	(t_t_x(306044,9083)$LELVL104,6788,0.000000)\
-			1.000000	(t_t_x(306051,4470)$KSPE104D,6789,1.000000)\
-			0.000000	(t_t_x(306054,2983)$LGRPA04,6790,0.000000)\
-			0.000000	(t_t_x(306066,6255)$YB3EH04A,6791,0.000000)\
-			0.000000	(t_t_x(306069,11471)$MRAE04,6792,0.000000)\
-			0.000000	(t_t_x(306095,6600)$YB3EH04A,6793,0.000000)\
-			0.000000	(t_t_x(306120,14141)$MRAE04,6794,0.000000)\
-			0.000000	(t_t_x(306149,412)$KSAL1A04,6795,0.000000)\
-			0.000000	(t_t_x(306171,757)$LOVN1504,6796,0.000000)\
-			0.000000	(t_t_x(306187,936)$LOVN1504,6797,0.000000)\
-			0.000000	(t_t_x(306190,6468)$YB3EH04A,6798,0.000000)\
-			0.000000	(t_t_x(306197,6208)$LEBAS04A,6799,0.000000)\
-			0.000000	(t_t_x(306201,2149)$KSAL1204,6800,0.000000)\
-			0.000000	(t_t_x(306204,3779)$MAB3404A,6801,0.000000)\
-			0.000000	(t_t_x(306206,4931)$KWUR1C04,6802,0.000000)\
-			0.000000	(t_t_x(306207,4645)$LCES004M,6803,0.000000)\
-			0.000000	(t_t_x(306242,2617)$KWUR1C04,6804,0.000000)\
-			0.000000	(t_t_x(306243,8460)$LGKFN04,6805,0.000000)\
-			0.000000	(t_t_x(306251,4367)$RMZU04,6806,0.000000)\
-			0.000000	(t_t_x(306253,7680)$YB3EH04A,6807,0.000000)\
-			0.000000	(t_t_x(306269,7402)$MRAE04,6808,0.000000)\
-			0.000000	(t_t_x(306270,1838)$LELVL104,6809,0.000000)\
-			0.000000	(t_t_x(306272,2487)$KSPE104D,6810,0.000000)\
-			0.000000	(t_t_x(306283,1331)$KSAL1204,6811,0.000000)\
-			0.000000	(t_t_x(306287,715)$RVKWS04,6812,0.000000)\
-			0.000000	(t_t_x(306304,1468)$MAB3404A,6813,0.000000)\
-			0.000000	(t_t_x(306307,4404)$RMZU04,6814,0.000000)\
-			0.000000	(t_t_x(306308,4089)$KWUR1C04,6815,0.000000)\
-			0.000000	(t_t_x(306331,3437)$KSLN04A,6816,0.000000)\
-			0.000000	(t_t_x(306346,18658)$LCES004,6817,0.000000)\
-			1.000000	(t_t_x(306358,3122)$RMZSI04,6818,1.000000)\
-			0.000000	(t_t_x(306384,3175)$LELVU04,6819,0.000000)\
-			0.000000	(t_t_x(306386,840)$RVKWS04,6820,0.000000)\
-			0.000000	(t_t_x(306388,1268)$MAB3404A,6821,0.000000)\
-			0.000000	(t_t_x(306397,4371)$KWUR1C04,6822,0.000000)\
-			0.000000	(t_t_x(306405,15512)$EDGG704,6823,0.000000)\
-			0.000000	(t_t_x(306413,7185)$LGKFN04,6824,0.000000)\
-			0.000000	(t_t_x(306439,10172)$MRAE04,6825,0.000000)\
-			0.000000	(t_t_x(306449,5518)$LEBAS04A,6826,0.000000)\
-			0.000000	(t_t_x(306459,1657)$RJIU04M,6827,0.000000)\
-			0.000000	(t_t_x(306490,6060)$LFPND04,6828,0.000000)\
-			0.000000	(t_t_x(306491,1380)$LCES004M,6829,0.000000)\
-			0.000000	(t_t_x(306499,12552)$MRAE04,6830,0.000000)\
-			0.000000	(t_t_x(306530,12018)$MRAE04,6831,0.000000)\
-			0.000000	(t_t_x(306542,302)$RNS04M,6832,0.000000)\
-			0.000000	(t_t_x(306563,8410)$MRAE04,6833,0.000000)\
-			1.000000	(t_t_x(306570,6134)$KFUL1U04,6834,1.000000)\
-			0.000000	(t_t_x(306577,804)$LELVL104,6835,0.000000)\
-			0.000000	(t_t_x(306590,3659)$MAB1204A,6836,0.000000)\
-			0.000000	(t_t_x(306597,3137)$YB3EH04A,6837,0.000000)\
-			0.000000	(t_t_x(306612,4534)$MAB1204A,6838,0.000000)\
-			0.000000	(t_t_x(306630,2878)$KSPE104D,6839,0.000000)\
-			0.000000	(t_t_x(306667,4444)$ZM56704,6840,0.000000)\
-			0.000000	(t_t_x(306669,7020)$MRAE04,6841,0.000000)\
-			0.000000	(t_t_x(306677,11820)$MRAE04,6842,0.000000)\
-			0.000000	(t_t_x(306685,4306)$KSAL1204,6843,0.000000)\
-			0.000000	(t_t_x(306698,14680)$EDGG704,6844,0.000000)\
-			0.000000	(t_t_x(306710,892)$LOVN1504,6845,0.000000)\
-			0.000000	(t_t_x(306718,2068)$LOVN1504,6846,0.000000)\
-			0.000000	(t_t_x(306743,2605)$RMZSI04,6847,0.000000)\
-			0.000000	(t_t_x(306751,3773)$KWUR1C04,6848,0.000000)\
-			0.000000	(t_t_x(306756,6170)$LELVL104,6849,0.000000)\
-			0.000000	(t_t_x(306769,14355)$MGY04,6850,0.000000)\
-			0.000000	(t_t_x(306801,4519)$RMZU04,6851,0.000000)\
-			0.000000	(t_t_x(306803,1465)$KWUR1C04,6852,0.000000)\
-			0.000000	(t_t_x(306810,4560)$MAB3404A,6853,0.000000)\
-			0.000000	(t_t_x(306829,13045)$MRAE04,6854,0.000000)\
-			0.000000	(t_t_x(306830,421)$RMZU04,6855,0.000000)\
-			0.000000	(t_t_x(306846,3977)$KWUR1C04,6856,0.000000)\
-			0.000000	(t_t_x(306848,3785)$LGIRA04,6857,0.000000)\
-			0.000000	(t_t_x(306862,3203)$KSAL1204,6858,0.000000)\
-			0.000000	(t_t_x(306868,2472)$KSLN04A,6859,0.000000)\
-			0.000000	(t_t_x(306902,12120)$MRAE04,6860,0.000000)\
-			0.000000	(t_t_x(306918,2116)$BKED1204,6861,0.000000)\
-			0.000000	(t_t_x(306920,1061)$LGKFN04,6862,0.000000)\
-			0.000000	(t_t_x(306922,1755)$LOVN1504,6863,0.000000)\
-			1.000000	(t_t_x(306943,1933)$RJIU04M,6864,1.000000)\
-			0.000000	(t_t_x(306951,8177)$MRAE04,6865,0.000000)\
-			0.000000	(t_t_x(306962,5785)$MAB3404A,6866,0.000000)\
-			0.000000	(t_t_x(306964,7990)$KFUL1U04,6867,0.000000)\
-			0.000000	(t_t_x(306995,5209)$YB3EH04A,6868,0.000000)\
-			0.000000	(t_t_x(307018,2093)$RMZSI04,6869,0.000000)\
-			0.000000	(t_t_x(307021,4420)$LEBAS04A,6870,0.000000)\
-			0.000000	(t_t_x(307025,5566)$YB3EH04A,6871,0.000000)\
-			0.000000	(t_t_x(307028,1440)$YB3EH04A,6872,0.000000)\
-			0.000000	(t_t_x(307040,21686)$LCES004,6873,0.000000)\
-			0.000000	(t_t_x(307044,10496)$LELVL104,6874,0.000000)\
-			0.000000	(t_t_x(307055,4620)$YB3EH04A,6875,0.000000)\
-			0.000000	(t_t_x(307060,4260)$LELVU04,6876,0.000000)\
-			0.000000	(t_t_x(307068,4431)$LEBAS04A,6877,0.000000)\
-			0.000000	(t_t_x(307087,5180)$KWUR1C04,6878,0.000000)\
-			0.000000	(t_t_x(307091,1503)$RMZU04,6879,0.000000)\
-			0.000000	(t_t_x(307095,8713)$KSLN04A,6880,0.000000)\
-			0.000000	(t_t_x(307103,3740)$MAB3404A,6881,0.000000)\
-			0.000000	(t_t_x(307105,11231)$LGZAA04M,6882,0.000000)\
-			0.000000	(t_t_x(307107,3602)$ZM56704,6883,0.000000)\
-			0.000000	(t_t_x(307108,2460)$LFPND04,6884,0.000000)\
-			0.000000	(t_t_x(307135,18724)$EDGG704,6885,0.000000)\
-			0.000000	(t_t_x(307140,661)$KSLN04A,6886,0.000000)\
-			1.000000	(t_t_x(307142,3300)$KSPE104D,6887,1.000000)\
-			0.000000	(t_t_x(307145,2621)$KSAL1204,6888,0.000000)\
-			0.000000	(t_t_x(307148,5899)$LEBAS04M,6889,0.000000)\
-			0.000000	(t_t_x(307153,19731)$LCES004,6890,0.000000)\
-			0.000000	(t_t_x(307154,2681)$LGIRA04,6891,0.000000)\
-			0.000000	(t_t_x(307158,10278)$MRAE04,6892,0.000000)\
-			0.000000	(t_t_x(307174,4624)$LELVL104,6893,0.000000)\
-			0.000000	(t_t_x(307182,15409)$EDGG704,6894,0.000000)\
-			0.000000	(t_t_x(307186,10198)$MRAE04,6895,0.000000)\
-			0.000000	(t_t_x(307190,4500)$LGKFN04,6896,0.000000)\
-			0.000000	(t_t_x(307217,1376)$RMZSI04,6897,0.000000)\
-			0.000000	(t_t_x(307218,3148)$MAB3404A,6898,0.000000)\
-			0.000000	(t_t_x(307231,7080)$MRAE04,6899,0.000000)\
-			0.000000	(t_t_x(307258,20167)$EDGG704,6900,0.000000)\
-			0.000000	(t_t_x(307260,7533)$YB3EH04A,6901,0.000000)\
-			0.000000	(t_t_x(307264,19280)$LCES004,6902,0.000000)\
-			0.000000	(t_t_x(307265,5520)$LEBAS04A,6903,0.000000)\
-			0.000000	(t_t_x(307285,10682)$MRAE04,6904,0.000000)\
-			1.000000	(t_t_x(307304,7560)$MRAE04,6905,1.000000)\
-			0.000000	(t_t_x(307309,265)$KWUR1C04,6906,0.000000)\
-			0.000000	(t_t_x(307311,1008)$KWUR1C04,6907,0.000000)\
-			0.000000	(t_t_x(307317,734)$KWUR1C04,6908,0.000000)\
-			0.000000	(t_t_x(307323,9217)$YB3EH04A,6909,0.000000)\
-			1.000000	(t_t_x(307355,5256)$MAB3404A,6910,1.000000)\
-			0.000000	(t_t_x(307359,8581)$LELVL104,6911,0.000000)\
-			0.000000	(t_t_x(307388,1500)$LCES004M,6912,0.000000)\
-			0.000000	(t_t_x(307394,4276)$KWUR1C04,6913,0.000000)\
-			0.000000	(t_t_x(307410,10110)$MRAE04,6914,0.000000)\
-			1.000000	(t_t_x(307418,6525)$YB3EH04A,6915,1.000000)\
-			0.000000	(t_t_x(307440,5943)$KWUR1C04,6916,0.000000)\
-			0.000000	(t_t_x(307460,8285)$MRAE04,6917,0.000000)\
-			0.000000	(t_t_x(307461,4354)$RJIU04M,6918,0.000000)\
-			0.000000	(t_t_x(307470,6623)$LGIRA04,6919,0.000000)\
-			0.000000	(t_t_x(307472,6521)$KWUR1C04,6920,0.000000)\
-			0.000000	(t_t_x(307481,14203)$MRAE04,6921,0.000000)\
-			0.000000	(t_t_x(307482,608)$LGKFN04,6922,0.000000)\
-			0.000000	(t_t_x(307494,19544)$EDGG704,6923,0.000000)\
-			0.000000	(t_t_x(307498,13972)$LCES004,6924,0.000000)\
-			0.000000	(t_t_x(307532,9189)$LGIRA04,6925,0.000000)\
-			0.000000	(t_t_x(307547,1055)$LEBAS04A,6926,0.000000)\
-			0.000000	(t_t_x(307576,6507)$YB3EH04A,6927,0.000000)\
-			0.000000	(t_t_x(307581,6031)$KWUR1C04,6928,0.000000)\
-			0.000000	(t_t_x(307617,4080)$LELVU04,6929,0.000000)\
-			0.000000	(t_t_x(307626,5781)$MRAE04,6930,0.000000)\
-			0.000000	(t_t_x(307650,23393)$EDGG704,6931,0.000000)\
-			0.000000	(t_t_x(307658,5208)$RMZU04,6932,0.000000)\
-			0.000000	(t_t_x(307672,5857)$RMZU04,6933,0.000000)\
-			0.000000	(t_t_x(307674,1560)$YB3EH04A,6934,0.000000)\
-			0.000000	(t_t_x(307679,21653)$LCES004,6935,0.000000)\
-			0.000000	(t_t_x(307707,1391)$BKED1204,6936,0.000000)\
-			0.000000	(t_t_x(307712,18383)$EDGG704,6937,0.000000)\
-			0.000000	(t_t_x(307716,6712)$MAB3404A,6938,0.000000)\
-			0.000000	(t_t_x(307726,12944)$MRAE04,6939,0.000000)\
-			0.000000	(t_t_x(307727,131)$KWUR1C04,6940,0.000000)\
-			0.000000	(t_t_x(307728,2551)$MAB1204A,6941,0.000000)\
-			0.000000	(t_t_x(307730,146)$KSPE104D,6942,0.000000)\
-			0.000000	(t_t_x(307733,1736)$LELVL104,6943,0.000000)\
-			0.000000	(t_t_x(307740,9264)$LGSRA04,6944,0.000000)\
-			0.000000	(t_t_x(307745,3240)$GL34W04,6945,0.000000)\
-			1.000000	(t_t_x(307752,1418)$LGAVA04,6946,1.000000)\
-			0.000000	(t_t_x(307779,12362)$MRAE04,6947,0.000000)\
-			0.000000	(t_t_x(307791,2340)$ZM56704,6948,0.000000)\
-			0.000000	(t_t_x(307805,1108)$LOVN1504,6949,0.000000)\
-			0.000000	(t_t_x(307831,660)$ZM56704,6950,0.000000)\
-			0.000000	(t_t_x(307833,3453)$YB3EH04A,6951,0.000000)\
-			0.000000	(t_t_x(307845,8966)$MRAE04,6952,0.000000)\
-			0.000000	(t_t_x(307846,3660)$RMZU04,6953,0.000000)\
-			0.000000	(t_t_x(307860,4991)$YB3EH04A,6954,0.000000)\
-			0.000000	(t_t_x(307867,3466)$LELVL104,6955,0.000000)\
-			0.000000	(t_t_x(307870,2886)$MAB1204A,6956,0.000000)\
-			0.000000	(t_t_x(307875,2881)$KSLN04A,6957,0.000000)\
-			0.000000	(t_t_x(307878,3760)$KWUR1C04,6958,0.000000)\
-			0.000000	(t_t_x(307887,1440)$YB3EH04A,6959,0.000000)\
-			0.000000	(t_t_x(307897,6002)$LCES004M,6960,0.000000)\
-			0.000000	(t_t_x(307899,3305)$LEBAS04A,6961,0.000000)\
-			0.000000	(t_t_x(307902,21689)$EDGG704,6962,0.000000)\
-			0.000000	(t_t_x(307914,1438)$KSPE104D,6963,0.000000)\
-			0.000000	(t_t_x(307919,192)$KWUR1C04,6964,0.000000)\
-			0.000000	(t_t_x(307926,307)$KWUR1C04,6965,0.000000)\
-			0.000000	(t_t_x(307935,2760)$ZM56704,6966,0.000000)\
-			0.000000	(t_t_x(307961,4232)$KWUR1C04,6967,0.000000)\
-			0.000000	(t_t_x(307977,722)$ZM56704,6968,0.000000)\
-			0.000000	(t_t_x(307979,13086)$MRAE04,6969,0.000000)\
-			0.000000	(t_t_x(307985,2866)$RMZU04,6970,0.000000)\
-			1.000000	(t_t_x(307987,1340)$LELVL104,6971,1.000000)\
-			0.000000	(t_t_x(307990,16802)$EDGG704,6972,0.000000)\
-			0.000000	(t_t_x(307992,9902)$LGZAA04M,6973,0.000000)\
-			0.000000	(t_t_x(307997,4620)$ZM56704,6974,0.000000)\
-			0.000000	(t_t_x(307998,350)$CPRFBR04,6975,0.000000)\
-			0.000000	(t_t_x(308003,4822)$YB3EH04A,6976,0.000000)\
-			0.000000	(t_t_x(308004,1989)$ZM56704,6977,0.000000)\
-			0.000000	(t_t_x(308021,14034)$MRAE04,6978,0.000000)\
-			0.000000	(t_t_x(308058,9227)$LFMDA04A,6979,0.000000)\
-			1.000000	(t_t_x(308064,5280)$LEBAS04A,6980,1.000000)\
-			0.000000	(t_t_x(308077,17165)$EDGG704,6981,0.000000)\
-			0.000000	(t_t_x(308093,1895)$YB3EH04A,6982,0.000000)\
-			0.000000	(t_t_x(308103,6486)$RMZSI04,6983,0.000000)\
-			0.000000	(t_t_x(308125,6569)$LCES004,6984,0.000000)\
-			0.000000	(t_t_x(308133,2853)$YB3EH04A,6985,0.000000)\
-			0.000000	(t_t_x(308136,11402)$LELVL104,6986,0.000000)\
-			0.000000	(t_t_x(308144,11150)$MRAE04,6987,0.000000)\
-			0.000000	(t_t_x(308210,1560)$LEBAS04A,6988,0.000000)\
-			0.000000	(t_t_x(308221,2828)$KSLN04A,6989,0.000000)\
-			0.000000	(t_t_x(308225,2290)$RMZSI04,6990,0.000000)\
-			0.000000	(t_t_x(308239,3636)$KWUR1C04,6991,0.000000)\
-			0.000000	(t_t_x(308248,1352)$YB3EH04A,6992,0.000000)\
-			0.000000	(t_t_x(308251,10471)$LCES004,6993,0.000000)\
-			0.000000	(t_t_x(308268,2120)$RMZU04,6994,0.000000)\
-			0.000000	(t_t_x(308281,2203)$RMZU04,6995,0.000000)\
-			0.000000	(t_t_x(308294,7254)$LGIRA04,6996,0.000000)\
-			0.000000	(t_t_x(308308,1004)$YB3EH04A,6997,0.000000)\
-			0.000000	(t_t_x(308325,6900)$LGKFN04,6998,0.000000)\
-			0.000000	(t_t_x(308334,1159)$EBEEC04M,6999,0.000000)\
-			0.000000	(t_t_x(308336,12504)$MRAE04,7000,0.000000)\
-			0.000000	(t_t_x(308352,22620)$LCES004,7001,0.000000)\
-			0.000000	(t_t_x(308362,2344)$KWUR1C04,7002,0.000000)\
-			0.000000	(t_t_x(308366,1580)$YB3EH04A,7003,0.000000)\
-			0.000000	(t_t_x(308371,12408)$MRAE04,7004,0.000000)\
-			0.000000	(t_t_x(308386,5407)$LELVL104,7005,0.000000)\
-			0.000000	(t_t_x(308402,8978)$LELVL104,7006,0.000000)\
-			0.000000	(t_t_x(308410,4751)$RMZU04,7007,0.000000)\
-			0.000000	(t_t_x(308418,66)$KSLN04A,7008,0.000000)\
-			0.000000	(t_t_x(308432,4680)$RMZU04,7009,0.000000)\
-			0.000000	(t_t_x(308449,5651)$MRAE04,7010,0.000000)\
-			0.000000	(t_t_x(308460,7769)$LGIRA04,7011,0.000000)\
-			0.000000	(t_t_x(308475,1550)$KFUL1U04,7012,0.000000)\
-			0.000000	(t_t_x(308479,19670)$EDGG704,7013,0.000000)\
-			0.000000	(t_t_x(308482,4200)$KSAL1204,7014,0.000000)\
-			0.000000	(t_t_x(308505,1704)$YB3EH04A,7015,0.000000)\
-			0.000000	(t_t_x(308507,20820)$LCES004,7016,0.000000)\
-			0.000000	(t_t_x(308511,11891)$MRAE04,7017,0.000000)\
-			1.000000	(t_t_x(308515,13712)$MGY04,7018,1.000000)\
-			0.000000	(t_t_x(308533,18657)$EDGG704,7019,0.000000)\
-			1.000000	(t_t_x(308550,309)$RVKWS04,7020,1.000000)\
-			0.000000	(t_t_x(308582,13854)$EDGG704,7021,0.000000)\
-			0.000000	(t_t_x(308593,4551)$RMZU04,7022,0.000000)\
-			0.000000	(t_t_x(308597,10590)$YB3EH04A,7023,0.000000)\
-			0.000000	(t_t_x(308611,39)$KSLN04A,7024,0.000000)\
-			0.000000	(t_t_x(308619,11312)$LGZAA04M,7025,0.000000)\
-			0.000000	(t_t_x(308622,10958)$LCES004,7026,0.000000)\
-			0.000000	(t_t_x(308624,21053)$LCES004,7027,0.000000)\
-			1.000000	(t_t_x(308629,8536)$MRAE04,7028,1.000000)\
-			0.000000	(t_t_x(308647,4992)$MRAE04,7029,0.000000)\
-			0.000000	(t_t_x(308677,2614)$RMZSI04,7030,0.000000)\
-			0.000000	(t_t_x(308700,2700)$LEBAS04A,7031,0.000000)\
-			0.000000	(t_t_x(308733,8760)$MRAE04,7032,0.000000)\
-			0.000000	(t_t_x(308743,18245)$EDGG704,7033,0.000000)\
-			0.000000	(t_t_x(308751,10405)$MRAE04,7034,0.000000)\
-			0.000000	(t_t_x(308759,2008)$KSPE104D,7035,0.000000)\
-			0.000000	(t_t_x(308769,7260)$MRAE04,7036,0.000000)\
-			1.000000	(t_t_x(308780,3982)$KSLN04A,7037,1.000000)\
-			0.000000	(t_t_x(308836,7936)$YB3EH04A,7038,0.000000)\
-			0.000000	(t_t_x(308855,694)$YB3EH04A,7039,0.000000)\
-			0.000000	(t_t_x(308892,12726)$MGY04,7040,0.000000)\
-			0.000000	(t_t_x(308908,3361)$ZM56704,7041,0.000000)\
-			1.000000	(t_t_x(308914,12403)$MRAE04,7042,1.000000)\
-			0.000000	(t_t_x(308941,1777)$YB3EH04A,7043,0.000000)\
-			0.000000	(t_t_x(308945,16156)$EDGG704,7044,0.000000)\
-			0.000000	(t_t_x(308947,1703)$YB3EH04A,7045,0.000000)\
-			0.000000	(t_t_x(308966,1746)$KWUR1C04,7046,0.000000)\
-			0.000000	(t_t_x(309000,1214)$KSLN04A,7047,0.000000)\
-			0.000000	(t_t_x(309006,2639)$MAB3404A,7048,0.000000)\
-			0.000000	(t_t_x(309011,5653)$MRAE04,7049,0.000000)\
-				0.000000	(t_t_x(309016,8040)$MRAE04,7050,0.000000)\
-			1.000000	(t_t_x(309061,3065)$EGPFA04,7051,1.000000)\
-			0.000000	(t_t_x(309070,18720)$EDGG704,7052,0.000000)\
-			0.000000	(t_t_x(309072,20013)$EDGG704,7053,0.000000)\
-			0.000000	(t_t_x(309098,1670)$RMZSI04,7054,0.000000)\
-			0.000000	(t_t_x(309099,10827)$MRAE04,7055,0.000000)\
-			0.000000	(t_t_x(309103,12420)$MRAE04,7056,0.000000)\
-			0.000000	(t_t_x(309119,3635)$ZM56704,7057,0.000000)\
-			1.000000	(t_t_x(309127,11509)$LGZAA04M,7058,1.000000)\
-			0.000000	(t_t_x(309142,2820)$LEBAS04A,7059,0.000000)\
-			0.000000	(t_t_x(309143,14430)$LELVL104,7060,0.000000)\
-			0.000000	(t_t_x(309144,1581)$RMZU04,7061,0.000000)\
-			0.000000	(t_t_x(309172,11933)$EDGG704,7062,0.000000)\
-			0.000000	(t_t_x(309174,9720)$LELVL104,7063,0.000000)\
-			1.000000	(t_t_x(309188,22080)$EDGG704,7064,1.000000)\
-			0.000000	(t_t_x(309190,9377)$MRAE04,7065,0.000000)\
-			0.000000	(t_t_x(309200,3813)$LCES004M,7066,0.000000)\
-			0.000000	(t_t_x(309203,871)$YB3EH04A,7067,0.000000)\
-			0.000000	(t_t_x(309207,2490)$KFUL1U04,7068,0.000000)\
-			0.000000	(t_t_x(309208,5527)$LELVL104,7069,0.000000)\
-			1.000000	(t_t_x(309210,15791)$EDGG704,7070,1.000000)\
-			0.000000	(t_t_x(309267,3218)$RMZSI04,7071,0.000000)\
-			0.000000	(t_t_x(309270,21101)$EDGG704,7072,0.000000)\
-			0.000000	(t_t_x(309271,495)$KSAL1204,7073,0.000000)\
-			0.000000	(t_t_x(309281,4500)$ZM56704,7074,0.000000)\
-			1.000000	(t_t_x(309283,7016)$LGSRA04,7075,1.000000)\
-			0.000000	(t_t_x(309284,3076)$LFMDA04A,7076,0.000000)\
-			0.000000	(t_t_x(309298,19084)$EDGG704,7077,0.000000)\
-			0.000000	(t_t_x(309311,8514)$YB3EH04A,7078,0.000000)\
-			0.000000	(t_t_x(309313,2492)$LEBAS04A,7079,0.000000)\
-			0.000000	(t_t_x(309316,5250)$LGIRA04,7080,0.000000)\
-			1.000000	(t_t_x(309317,7925)$MRAE04,7081,1.000000)\
-			0.000000	(t_t_x(309321,8633)$LGIRA04,7082,0.000000)\
-			0.000000	(t_t_x(309324,1999)$RMZSI04,7083,0.000000)\
-			0.000000	(t_t_x(309331,1978)$RMZU04,7084,0.000000)\
-			0.000000	(t_t_x(309347,12951)$LGZAA04M,7085,0.000000)\
-			0.000000	(t_t_x(309349,1296)$KFUL1U04,7086,0.000000)\
-			0.000000	(t_t_x(309374,7384)$LGIRA04,7087,0.000000)\
-			0.000000	(t_t_x(309385,2023)$MRAE04,7088,0.000000)\
-			0.000000	(t_t_x(309386,22024)$LCES004,7089,0.000000)\
-			0.000000	(t_t_x(309400,5807)$MAB3404A,7090,0.000000)\
-			0.000000	(t_t_x(309414,11610)$LCES004,7091,0.000000)\
-			0.000000	(t_t_x(309437,120)$ZM56704,7092,0.000000)\
-			0.000000	(t_t_x(309442,13885)$MGY04,7093,0.000000)\
-			0.000000	(t_t_x(309449,7602)$LEBAS04A,7094,0.000000)\
-			0.000000	(t_t_x(309461,1894)$KFUL1U04,7095,0.000000)\
-			1.000000	(t_t_x(309462,1451)$LOVN1504,7096,1.000000)\
-			0.000000	(t_t_x(309465,6306)$LGZAA04M,7097,0.000000)\
-			0.000000	(t_t_x(309473,2713)$LOVN1504,7098,0.000000)\
-			1.000000	(t_t_x(309492,1025)$KWUR1C04,7099,1.000000)\
-			0.000000	(t_t_x(309498,2227)$RMZSI04,7100,0.000000)\
-			0.000000	(t_t_x(309507,7678)$LEBAS04A,7101,0.000000)\
-			0.000000	(t_t_x(309508,1801)$LGRPA04,7102,0.000000)\
-			0.000000	(t_t_x(309520,10171)$MRAE04,7103,0.000000)\
-			1.000000	(t_t_x(309536,5417)$LELVU04,7104,1.000000)\
-			0.000000	(t_t_x(309547,5832)$LEBAS04A,7105,0.000000)\
-			0.000000	(t_t_x(309557,17079)$EDGG704,7106,0.000000)\
-			0.000000	(t_t_x(309560,2624)$YB3EH04A,7107,0.000000)\
-			0.000000	(t_t_x(309573,9960)$LCES004,7108,0.000000)\
-			0.000000	(t_t_x(309577,12332)$MRAE04,7109,0.000000)\
-			1.000000	(t_t_x(309583,6960)$MRAE04,7110,1.000000)\
-			0.000000	(t_t_x(309588,6111)$MRAE04,7111,0.000000)\
-			0.000000	(t_t_x(309594,2142)$KWUR1C04,7112,0.000000)\
-			0.000000	(t_t_x(309597,1800)$KFUL1U04,7113,0.000000)\
-			0.000000	(t_t_x(309599,4247)$YB3EH04A,7114,0.000000)\
-			0.000000	(t_t_x(309602,1620)$LEBAS04A,7115,0.000000)\
-			0.000000	(t_t_x(309625,11957)$MRAE04,7116,0.000000)\
-			0.000000	(t_t_x(309641,579)$KFUL1U04,7117,0.000000)\
-			1.000000	(t_t_x(309684,1679)$MAB3404A,7118,1.000000)\
-			0.000000	(t_t_x(309693,13376)$MRAE04,7119,0.000000)\
-			0.000000	(t_t_x(309695,11336)$MRAE04,7120,0.000000)\
-			0.000000	(t_t_x(309709,2460)$LFPND04,7121,0.000000)\
-			0.000000	(t_t_x(309711,11752)$MRAE04,7122,0.000000)\
-			0.000000	(t_t_x(309721,706)$YB3EH04A,7123,0.000000)\
-			0.000000	(t_t_x(309724,285)$RMZU04,7124,0.000000)\
-			0.000000	(t_t_x(309725,11752)$LELVL104,7125,0.000000)\
-			0.000000	(t_t_x(309735,1230)$KSPE104D,7126,0.000000)\
-			0.000000	(t_t_x(309780,21120)$LCES004,7127,0.000000)\
-			0.000000	(t_t_x(309790,5880)$YB3EH04A,7128,0.000000)\
-			0.000000	(t_t_x(309806,3539)$LGRPA04,7129,0.000000)\
-			0.000000	(t_t_x(309822,3835)$ZM56704,7130,0.000000)\
-			0.000000	(t_t_x(309872,6038)$KSAL1204,7131,0.000000)\
-			0.000000	(t_t_x(309887,256)$LGKFN04,7132,0.000000)\
-			0.000000	(t_t_x(309890,4631)$KWUR1C04,7133,0.000000)\
-			0.000000	(t_t_x(309899,11321)$YB3EH04A,7134,0.000000)\
-			0.000000	(t_t_x(309911,1923)$RJIU04M,7135,0.000000)\
-			0.000000	(t_t_x(309920,11442)$LELVL104,7136,0.000000)\
-			0.000000	(t_t_x(309940,1814)$LELVL104,7137,0.000000)\
-			0.000000	(t_t_x(309941,8520)$MRAEE04,7138,0.000000)\
-			0.000000	(t_t_x(309953,1684)$LOVN1504,7139,0.000000)\
-			0.000000	(t_t_x(309959,10586)$MRAE04,7140,0.000000)\
-			0.000000	(t_t_x(309965,3527)$LEBAS04A,7141,0.000000)\
-			0.000000	(t_t_x(309978,5948)$YB3EH04A,7142,0.000000)\
-			0.000000	(t_t_x(309981,14832)$EDGG704,7143,0.000000)\
-			0.000000	(t_t_x(309986,2213)$LEBAS04A,7144,0.000000)\
-			0.000000	(t_t_x(310005,16516)$EDGG704,7145,0.000000)\
-			0.000000	(t_t_x(310024,761)$RMZU04,7146,0.000000)\
-			0.000000	(t_t_x(310042,235)$KFZ4404L,7147,0.000000)\
-			0.000000	(t_t_x(310043,5071)$ZM56704,7148,0.000000)\
-			0.000000	(t_t_x(310058,276)$KSLN04A,7149,0.000000)\
-			0.000000	(t_t_x(310080,6577)$LEBAS04A,7150,0.000000)\
-			0.000000	(t_t_x(310081,670)$KFUL1U04,7151,0.000000)\
-			0.000000	(t_t_x(310082,18688)$EDGG704,7152,0.000000)\
-			0.000000	(t_t_x(310087,168)$EGPFA04,7153,0.000000)\
-			0.000000	(t_t_x(310096,12686)$MRAE04,7154,0.000000)\
-			0.000000	(t_t_x(310117,6076)$YB3EH04A,7155,0.000000)\
-			0.000000	(t_t_x(310120,5991)$LGIRA04,7156,0.000000)\
-			0.000000	(t_t_x(310127,970)$YB3EH04A,7157,0.000000)\
-			0.000000	(t_t_x(310158,12180)$LCES004,7158,0.000000)\
-			0.000000	(t_t_x(310175,4205)$LELVL104,7159,0.000000)\
-			0.000000	(t_t_x(310199,8292)$MRAE04,7160,0.000000)\
-			0.000000	(t_t_x(310219,13487)$EDGG704,7161,0.000000)\
-			0.000000	(t_t_x(310235,939)$MAB3404A,7162,0.000000)\
-			0.000000	(t_t_x(310238,3651)$LELVL104,7163,0.000000)\
-			0.000000	(t_t_x(310256,660)$KSAL1204,7164,0.000000)\
-			0.000000	(t_t_x(310272,20820)$LCES004,7165,0.000000)\
-			1.000000	(t_t_x(310282,21663)$LCES004,7166,1.000000)\
-			0.000000	(t_t_x(310287,1020)$LCES004,7167,0.000000)\
-			0.000000	(t_t_x(310303,3503)$RMZU04,7168,0.000000)\
-			0.000000	(t_t_x(310311,9504)$LELVL104,7169,0.000000)\
-			0.000000	(t_t_x(310381,2395)$KFUL1U04,7170,0.000000)\
-			0.000000	(t_t_x(310384,5065)$KWUR1C04,7171,0.000000)\
-			0.000000	(t_t_x(310386,1678)$EDGG704,7172,0.000000)\
-			0.000000	(t_t_x(310388,300)$KSAL1204,7173,0.000000)\
-			0.000000	(t_t_x(310392,21555)$LCES004,7174,0.000000)\
-			0.000000	(t_t_x(310398,386)$KFUL1U04,7175,0.000000)\
-			0.000000	(t_t_x(310417,1799)$KFUL1U04,7176,0.000000)\
-			0.000000	(t_t_x(310438,15236)$EDGG704,7177,0.000000)\
-			0.000000	(t_t_x(310475,19920)$LCES004,7178,0.000000)\
-			1.000000	(t_t_x(310502,11418)$MRAE04,7179,1.000000)\
-			0.000000	(t_t_x(310512,1803)$LOVN1504,7180,0.000000)\
-			0.000000	(t_t_x(310522,10432)$LELVL104,7181,0.000000)\
-			0.000000	(t_t_x(310533,14932)$MRAE04,7182,0.000000)\
-			0.000000	(t_t_x(310535,8092)$LELVL104,7183,0.000000)\
-			0.000000	(t_t_x(310539,5389)$YB3EH04A,7184,0.000000)\
-			0.000000	(t_t_x(310560,7020)$LCES004,7185,0.000000)\
-			0.000000	(t_t_x(310570,3079)$KSLN04A,7186,0.000000)\
-			0.000000	(t_t_x(310580,19235)$EDGG704,7187,0.000000)\
-			0.000000	(t_t_x(310593,3596)$LELVL104,7188,0.000000)\
-			0.000000	(t_t_x(310594,2114)$LELVL104,7189,0.000000)\
-			0.000000	(t_t_x(310599,255)$KFZ4404L,7190,0.000000)\
-			1.000000	(t_t_x(310618,12898)$EDGG704,7191,1.000000)\
-			0.000000	(t_t_x(310635,5289)$ZM56704,7192,0.000000)\
-			0.000000	(t_t_x(310647,14325)$MRAE04,7193,0.000000)\
-			0.000000	(t_t_x(310665,7035)$YB3EH04A,7194,0.000000)\
-			0.000000	(t_t_x(310668,2847)$GL34W04,7195,0.000000)\
-			0.000000	(t_t_x(310671,8888)$LELVL104,7196,0.000000)\
-			0.000000	(t_t_x(310674,10740)$MRAE04,7197,0.000000)\
-			1.000000	(t_t_x(310692,17101)$MGY04,7198,1.000000)\
-			0.000000	(t_t_x(310719,3892)$LELVL104,7199,0.000000)\
-			0.000000	(t_t_x(310724,13853)$MRAE04,7200,0.000000)\
-			0.000000	(t_t_x(310732,10920)$LCES004,7201,0.000000)\
-			0.000000	(t_t_x(310742,2852)$KSLN04A,7202,0.000000)\
-			0.000000	(t_t_x(310743,3408)$LELVL104,7203,0.000000)\
-			0.000000	(t_t_x(310753,5940)$RMZU04,7204,0.000000)\
-			1.000000	(t_t_x(310755,5421)$ZM56704,7205,1.000000)\
-			0.000000	(t_t_x(310759,13269)$MRAE04,7206,0.000000)\
-			0.000000	(t_t_x(310761,17593)$EDGG704,7207,0.000000)\
-			0.000000	(t_t_x(310774,9670)$LELVL104,7208,0.000000)\
-			0.000000	(t_t_x(310792,531)$MAB1204A,7209,0.000000)\
-			0.000000	(t_t_x(310795,9403)$LELVL104,7210,0.000000)\
-			1.000000	(t_t_x(310853,9471)$LELVL104,7211,1.000000)\
-			0.000000	(t_t_x(310899,3908)$KSLN04A,7212,0.000000)\
-			0.000000	(t_t_x(310901,1200)$YB3EH04A,7213,0.000000)\
-			0.000000	(t_t_x(310913,15483)$MGY04,7214,0.000000)\
-			0.000000	(t_t_x(310943,7289)$LEBAS04A,7215,0.000000)\
-			0.000000	(t_t_x(310951,921)$KWUR1C04,7216,0.000000)\
-			0.000000	(t_t_x(310982,3574)$YB3EH04A,7217,0.000000)\
-			0.000000	(t_t_x(310983,14072)$EDGG704,7218,0.000000)\
-			0.000000	(t_t_x(311042,2139)$KSAL1204,7219,0.000000)\
-			0.000000	(t_t_x(311070,1270)$CPRFBR04,7220,0.000000)\
-			0.000000	(t_t_x(311071,18786)$EDGG704,7221,0.000000)\
-			0.000000	(t_t_x(311073,16800)$LCES004,7222,0.000000)\
-			0.000000	(t_t_x(311074,899)$GL34W04,7223,0.000000)\
-			0.000000	(t_t_x(311108,20160)$LCES004,7224,0.000000)\
-			0.000000	(t_t_x(311119,2833)$RMZSI04,7225,0.000000)\
-			0.000000	(t_t_x(311138,2206)$KWUR1C04,7226,0.000000)\
-			0.000000	(t_t_x(311142,3239)$MAB3404A,7227,0.000000)\
-			0.000000	(t_t_x(311143,229)$RNS04M,7228,0.000000)\
-			0.000000	(t_t_x(311151,13219)$MRAE04,7229,0.000000)\
-			1.000000	(t_t_x(311155,19546)$LCES004,7230,1.000000)\
-			0.000000	(t_t_x(311161,232)$MRAE04,7231,0.000000)\
-			0.000000	(t_t_x(311168,4446)$KSAL1204,7232,0.000000)\
-			0.000000	(t_t_x(311203,4446)$LELVL104,7233,0.000000)\
-			0.000000	(t_t_x(311242,5101)$LELVL104,7234,0.000000)\
-			0.000000	(t_t_x(311253,4101)$LFMDA04A,7235,0.000000)\
-			0.000000	(t_t_x(311255,12744)$MRAE04,7236,0.000000)\
-			0.000000	(t_t_x(311256,420)$YB3EH04A,7237,0.000000)\
-			0.000000	(t_t_x(311257,2601)$KFUL1U04,7238,0.000000)\
-			0.000000	(t_t_x(311260,15939)$MGY04,7239,0.000000)\
-			1.000000	(t_t_x(311265,11647)$LCES004,7240,1.000000)\
-			0.000000	(t_t_x(311272,10117)$LELVL104,7241,0.000000)\
-			0.000000	(t_t_x(311284,16620)$LCES004,7242,0.000000)\
-			0.000000	(t_t_x(311285,5820)$LCES004,7243,0.000000)\
-			0.000000	(t_t_x(311291,2248)$LELVL104,7244,0.000000)\
-			0.000000	(t_t_x(311293,2677)$LGAVA04,7245,0.000000)\
-			0.000000	(t_t_x(311300,6689)$LEBAS04A,7246,0.000000)\
-			0.000000	(t_t_x(311312,13680)$MRAE04,7247,0.000000)\
-			0.000000	(t_t_x(311314,776)$LELVL104,7248,0.000000)\
-			0.000000	(t_t_x(311315,4087)$LEBAS04A,7249,0.000000)\
-			0.000000	(t_t_x(311329,11994)$MRAE04,7250,0.000000)\
-			0.000000	(t_t_x(311344,8327)$LELVL104,7251,0.000000)\
-			0.000000	(t_t_x(311351,1919)$LOVN1504,7252,0.000000)\
-			0.000000	(t_t_x(311402,300)$KSAL1A04,7253,0.000000)\
-			0.000000	(t_t_x(311412,2531)$KSLN04A,7254,0.000000)\
-			0.000000	(t_t_x(311413,3239)$MAB3404A,7255,0.000000)\
-			0.000000	(t_t_x(311440,6955)$MRAE04,7256,0.000000)\
-			0.000000	(t_t_x(311443,17446)$EDGG704,7257,0.000000)\
-			0.000000	(t_t_x(311447,4800)$LGKFN04,7258,0.000000)\
-			0.000000	(t_t_x(311462,2096)$LELVL104,7259,0.000000)\
-			0.000000	(t_t_x(311478,1806)$LELVL104,7260,0.000000)\
-			0.000000	(t_t_x(311496,54)$CPGSE04,7261,0.000000)\
-			0.000000	(t_t_x(311520,5089)$LELVL104,7262,0.000000)\
-			0.000000	(t_t_x(311542,20276)$LCES004,7263,0.000000)\
-			0.000000	(t_t_x(311548,7617)$LELVL104,7264,0.000000)\
-			1.000000	(t_t_x(311549,1680)$LELVL104,7265,1.000000)\
-			0.000000	(t_t_x(311550,841)$KSLN04A,7266,0.000000)\
-			0.000000	(t_t_x(311636,7613)$LELVL104,7267,0.000000)\
-			0.000000	(t_t_x(311650,12900)$MRAE04,7268,0.000000)\
-			0.000000	(t_t_x(311680,7320)$LELVL104,7269,0.000000)\
-			0.000000	(t_t_x(311697,14860)$EDGG704,7270,0.000000)\
-			0.000000	(t_t_x(311706,12660)$MRAE04,7271,0.000000)\
-			0.000000	(t_t_x(311727,8159)$MRAE04,7272,0.000000)\
-			0.000000	(t_t_x(311733,16840)$MGY04,7273,0.000000)\
-			0.000000	(t_t_x(311757,18960)$LCES004,7274,0.000000)\
-			0.000000	(t_t_x(311813,2770)$LELVL104,7275,0.000000)\
-			0.000000	(t_t_x(311825,1728)$RMZU04,7276,0.000000)\
-			0.000000	(t_t_x(311838,20178)$LCES004,7277,0.000000)\
-			0.000000	(t_t_x(311840,20160)$LCES004,7278,0.000000)\
-			0.000000	(t_t_x(311845,7948)$YB3EH04A,7279,0.000000)\
-			0.000000	(t_t_x(311850,12691)$MGY04,7280,0.000000)\
-			0.000000	(t_t_x(311856,14808)$MRAE04,7281,0.000000)\
-			0.000000	(t_t_x(311863,6165)$KSLN04A,7282,0.000000)\
-			0.000000	(t_t_x(311878,10618)$MRAE04,7283,0.000000)\
-			1.000000	(t_t_x(311882,7209)$LELVL104,7284,1.000000)\
-			0.000000	(t_t_x(311886,20460)$LCES004,7285,0.000000)\
-			0.000000	(t_t_x(311949,5388)$MAB1204A,7286,0.000000)\
-			0.000000	(t_t_x(311954,7097)$MRAE04,7287,0.000000)\
-			0.000000	(t_t_x(311988,6061)$MAB3404A,7288,0.000000)\
-			0.000000	(t_t_x(311993,1652)$CPRFBR04,7289,0.000000)\
-			0.000000	(t_t_x(311998,11400)$MRAE04,7290,0.000000)\
-			0.000000	(t_t_x(312009,3696)$LLBGA04L,7291,0.000000)\
-			0.000000	(t_t_x(312011,1951)$YB3EH04A,7292,0.000000)\
-			0.000000	(t_t_x(312015,17820)$LCES004,7293,0.000000)\
-			1.000000	(t_t_x(312017,22800)$LCES004,7294,1.000000)\
-			0.000000	(t_t_x(312020,8300)$MRAE04,7295,0.000000)\
-			0.000000	(t_t_x(312034,2890)$MAB1204A,7296,0.000000)\
-			0.000000	(t_t_x(312036,14337)$MGY04,7297,0.000000)\
-			0.000000	(t_t_x(312051,1828)$YB3EH04A,7298,0.000000)\
-			0.000000	(t_t_x(312066,10002)$EDGG704,7299,0.000000)\
-			0.000000	(t_t_x(312085,13746)$MRAE04,7300,0.000000)\
-			0.000000	(t_t_x(312091,2360)$KSLN04A,7301,0.000000)\
-			0.000000	(t_t_x(312097,6780)$LCES004,7302,0.000000)\
-			0.000000	(t_t_x(312192,8520)$MRAEE04,7303,0.000000)\
-			0.000000	(t_t_x(312199,15420)$LCES004,7304,0.000000)\
-			0.000000	(t_t_x(312231,2780)$LGSRA04,7305,0.000000)\
-			0.000000	(t_t_x(312302,22740)$LCES004,7306,0.000000)\
-			0.000000	(t_t_x(312325,4469)$YB3EH04A,7307,0.000000)\
-			0.000000	(t_t_x(312349,5321)$KWUR1C04,7308,0.000000)\
-			0.000000	(t_t_x(312354,1620)$MAB1204A,7309,0.000000)\
-			1.000000	(t_t_x(312369,13005)$MRAE04,7310,1.000000)\
-			0.000000	(t_t_x(312417,177)$KFZ4404L,7311,0.000000)\
-			1.000000	(t_t_x(312436,15812)$MGY04,7312,1.000000)\
-			0.000000	(t_t_x(312442,5880)$LEBAS04A,7313,0.000000)\
-			0.000000	(t_t_x(312456,4270)$KFUL1U04,7314,0.000000)\
-			1.000000	(t_t_x(312494,840)$LOVN1504,7315,1.000000)\
-			0.000000	(t_t_x(312497,6660)$LEBAS04A,7316,0.000000)\
-			0.000000	(t_t_x(312503,13661)$MRAE04,7317,0.000000)\
-			0.000000	(t_t_x(312532,1191)$LELVL104,7318,0.000000)\
-			0.000000	(t_t_x(312565,3000)$LCES004,7319,0.000000)\
-			0.000000	(t_t_x(312583,14520)$LCES004,7320,0.000000)\
-			0.000000	(t_t_x(312641,300)$LCES004,7321,0.000000)\
-			1.000000	(t_t_x(312648,20861)$EDGG704,7322,1.000000)\
-			0.000000	(t_t_x(312659,10800)$MRAE04,7323,0.000000)\
-			0.000000	(t_t_x(312674,17220)$LCES004,7324,0.000000)\
-			0.000000	(t_t_x(312682,7080)$MRAE04,7325,0.000000)\
-			0.000000	(t_t_x(312707,5824)$MRAE04,7326,0.000000)\
-			0.000000	(t_t_x(312715,14813)$MGY04,7327,0.000000)\
-			1.000000	(t_t_x(312731,3018)$GL34W04,7328,1.000000)\
-			0.000000	(t_t_x(312746,1674)$LEBAS04A,7329,0.000000)\
-			1.000000	(t_t_x(312762,6054)$MRAE04,7330,1.000000)\
-			0.000000	(t_t_x(312792,5703)$LEBAS04A,7331,0.000000)\
-			0.000000	(t_t_x(312800,15080)$EDGG704,7332,0.000000)\
-			0.000000	(t_t_x(312825,11736)$LCES004,7333,0.000000)\
-			0.000000	(t_t_x(312879,15120)$LCES004,7334,0.000000)\
-			0.000000	(t_t_x(312881,13513)$MRAE04,7335,0.000000)\
-			0.000000	(t_t_x(312895,14520)$LCES004,7336,0.000000)\
-			0.000000	(t_t_x(312912,2448)$MAB1204A,7337,0.000000)\
-			0.000000	(t_t_x(312938,4860)$LCES004,7338,0.000000)\
-			0.000000	(t_t_x(312950,8640)$MRAE04,7339,0.000000)\
-			0.000000	(t_t_x(312956,14579)$EDGG704,7340,0.000000)\
-			0.000000	(t_t_x(312975,3583)$ZM56704,7341,0.000000)\
-			0.000000	(t_t_x(312999,17508)$EDGG704,7342,0.000000)\
-			0.000000	(t_t_x(313002,16635)$MGY04,7343,0.000000)\
-			0.000000	(t_t_x(313003,5325)$MRAE04,7344,0.000000)\
-			0.000000	(t_t_x(313034,2693)$GL34W04,7345,0.000000)\
-			0.000000	(t_t_x(313054,13704)$MGY04,7346,0.000000)\
-			1.000000	(t_t_x(313068,15786)$LCES004,7347,1.000000)\
-			0.000000	(t_t_x(313100,1786)$RMZU04,7348,0.000000)\
-			0.000000	(t_t_x(313102,2940)$LCES004,7349,0.000000)\
-			0.000000	(t_t_x(313119,1468)$LOVN1504,7350,0.000000)\
-			1.000000	(t_t_x(313135,3040)$KWUR1C04,7351,1.000000)\
-			0.000000	(t_t_x(313202,4938)$KWUR1C04,7352,0.000000)\
-			1.000000	(t_t_x(313298,1850)$GL34W04,7353,1.000000)\
-			0.000000	(t_t_x(313302,2820)$LCES004,7354,0.000000)\
-			0.000000	(t_t_x(313344,6280)$MRAE04,7355,0.000000)\
-			0.000000	(t_t_x(313354,5690)$LEBAS04A,7356,0.000000)\
-			0.000000	(t_t_x(313372,14177)$MRAE04,7357,0.000000)\
-			0.000000	(t_t_x(313410,1436)$LEBAS04A,7358,0.000000)\
-			1.000000	(t_t_x(313433,5460)$MRAE04,7359,1.000000)\
-			0.000000	(t_t_x(313526,10614)$LELVL104,7360,0.000000)\
-			0.000000	(t_t_x(313536,5535)$KWUR1C04,7361,0.000000)\
-			0.000000	(t_t_x(313540,10632)$LCES004,7362,0.000000)\
-			0.000000	(t_t_x(313563,938)$MAB1204A,7363,0.000000)\
-			0.000000	(t_t_x(313569,15540)$LCES004,7364,0.000000)\
-			0.000000	(t_t_x(313590,2549)$KWUR1C04,7365,0.000000)\
-			0.000000	(t_t_x(313638,16628)$EDGG704,7366,0.000000)\
-			0.000000	(t_t_x(313701,4866)$MRAE04,7367,0.000000)\
-			0.000000	(t_t_x(313717,11206)$MRAE04,7368,0.000000)\
-			0.000000	(t_t_x(313758,9720)$LCES004,7369,0.000000)\
-			0.000000	(t_t_x(313874,3540)$MAB1204A,7370,0.000000)\
-			0.000000	(t_t_x(313875,3840)$LCES004,7371,0.000000)\
-			0.000000	(t_t_x(313899,2659)$KSAL1204,7372,0.000000)\
-			0.000000	(t_t_x(313994,5641)$EDGG704,7373,0.000000)\
-			0.000000	(t_t_x(314075,7860)$MRAE04,7374,0.000000)\
-			0.000000	(t_t_x(314104,434)$KFUL1U04,7375,0.000000)\
-			0.000000	(t_t_x(314108,12678)$LCES004,7376,0.000000)\
-			0.000000	(t_t_x(314131,15012)$MRAE04,7377,0.000000)\
-			0.000000	(t_t_x(314172,17490)$EDGG704,7378,0.000000)\
-			0.000000	(t_t_x(314186,11773)$MRAE04,7379,0.000000)\
-			0.000000	(t_t_x(314191,8158)$MRAEE04,7380,0.000000)\
-			1.000000	(t_t_x(314198,4834)$MAB1204A,7381,1.000000)\
-			0.000000	(t_t_x(314223,7980)$LCES004,7382,0.000000)\
-			0.000000	(t_t_x(314225,14911)$MRAE04,7383,0.000000)\
-			0.000000	(t_t_x(314236,4018)$LCES004,7384,0.000000)\
-			0.000000	(t_t_x(314330,2905)$KWUR1C04,7385,0.000000)\
-			0.000000	(t_t_x(314402,12895)$MRAE04,7386,0.000000)\
-			1.000000	(t_t_x(314450,1493)$KWUR1C04,7387,1.000000)\
-			0.000000	(t_t_x(314457,19492)$EDGG704,7388,0.000000)\
-			0.000000	(t_t_x(314530,2683)$GL34W04,7389,0.000000)\
-			0.000000	(t_t_x(314538,11400)$EDGG704,7390,0.000000)\
-			0.000000	(t_t_x(314563,9331)$MRAE04,7391,0.000000)\
-			1.000000	(t_t_x(314573,15300)$EDGG704,7392,1.000000)\
-			0.000000	(t_t_x(314600,12138)$EDGG704,7393,0.000000)\
-			0.000000	(t_t_x(314699,12660)$LCES004,7394,0.000000)\
-			0.000000	(t_t_x(314705,1567)$KSLN04A,7395,0.000000)\
-			0.000000	(t_t_x(314730,10025)$MRAE04,7396,0.000000)\
-			0.000000	(t_t_x(314736,8400)$EDGG704,7397,0.000000)\
-			1.000000	(t_t_x(314808,9627)$MRAE04,7398,1.000000)\
-			0.000000	(t_t_x(314816,14041)$EDGG704,7399,0.000000)\
-			0.000000	(t_t_x(314823,12714)$MRAE04,7400,0.000000)\
-			1.000000	(t_t_x(314847,14388)$MRAE04,7401,1.000000)\
-			0.000000	(t_t_x(314889,15473)$EDGG704,7402,0.000000)\
-			0.000000	(t_t_x(314986,1418)$KWUR1C04,7403,0.000000)\
-			1.000000	(t_t_x(314999,19070)$EDGG704,7404,1.000000)\
-			0.000000	(t_t_x(315019,11436)$EDGG704,7405,0.000000)\
-			0.000000	(t_t_x(315040,3232)$LELVL104,7406,0.000000)\
-			0.000000	(t_t_x(315081,2580)$LCES004,7407,0.000000)\
-			0.000000	(t_t_x(315138,1892)$LCES004,7408,0.000000)\
-			0.000000	(t_t_x(315209,5160)$MAB1204A,7409,0.000000)\
-			0.000000	(t_t_x(315232,4680)$LCES004,7410,0.000000)\
-			0.000000	(t_t_x(315366,8725)$MRAE04,7411,0.000000)\
-			1.000000	(t_t_x(315428,1140)$LELVL104,7412,1.000000)\
-			0.000000	(t_t_x(315544,14910)$EDGG704,7413,0.000000)\
-			0.000000	(t_t_x(315618,14503)$EDGG704,7414,0.000000)\
-			0.000000	(t_t_x(315692,1870)$LLBGA04L,7415,0.000000)\
-			0.000000	(t_t_x(315748,16279)$EDGG704,7416,0.000000)\
-			0.000000	(t_t_x(315763,11711)$EDGG704,7417,0.000000)\
-			0.000000	(t_t_x(315779,3300)$LCES004,7418,0.000000)\
-			0.000000	(t_t_x(315788,3253)$LELVL104,7419,0.000000)\
-			0.000000	(t_t_x(315895,15300)$MRAE04,7420,0.000000)\
-			0.000000	(t_t_x(315991,16470)$EDGG704,7421,0.000000)\
-			0.000000	(t_t_x(316029,14787)$EDGG704,7422,0.000000)\
-			0.000000	(t_t_x(316061,2781)$LLBGA04L,7423,0.000000)\
-			0.000000	(t_t_x(316090,15649)$LCES004,7424,0.000000)\
-			0.000000	(t_t_x(316213,5469)$EDGG704,7425,0.000000)\
-			0.000000	(t_t_x(316285,2855)$KWUR1C04,7426,0.000000)\
-			0.000000	(t_t_x(316289,7022)$LELVL104,7427,0.000000)\
-			0.000000	(t_t_x(316298,12675)$EDGG704,7428,0.000000)\
-			0.000000	(t_t_x(316314,3528)$KWUR1C04,7429,0.000000)\
-			0.000000	(t_t_x(316391,12720)$EDGG704,7430,0.000000)\
-			0.000000	(t_t_x(316430,2940)$LCES004,7431,0.000000)\
-			0.000000	(t_t_x(316446,13819)$MGY04,7432,0.000000)\
-			0.000000	(t_t_x(316476,14458)$EDGG704,7433,0.000000)\
-			0.000000	(t_t_x(316499,14337)$EDGG704,7434,0.000000)\
-			0.000000	(t_t_x(316538,15120)$EDGG704,7435,0.000000)\
-			0.000000	(t_t_x(316618,2506)$LLBGA04L,7436,0.000000)\
-			0.000000	(t_t_x(316626,6589)$KWUR1C04,7437,0.000000)\
-			0.000000	(t_t_x(316914,8439)$MRAE04,7438,0.000000)\
-			0.000000	(t_t_x(316916,16449)$EDGG704,7439,0.000000)\
-			0.000000	(t_t_x(316925,4575)$EDGG704,7440,0.000000)\
-			0.000000	(t_t_x(317001,6047)$EDGG704,7441,0.000000)\
-			0.000000	(t_t_x(317008,8136)$MRAE04,7442,0.000000)\
-			0.000000	(t_t_x(317048,11820)$LCES004,7443,0.000000)\
-			0.000000	(t_t_x(317067,1600)$LLBGA04L,7444,0.000000)\
-			0.000000	(t_t_x(317111,15667)$EDGG704,7445,0.000000)\
-			0.000000	(t_t_x(317116,6454)$MRAE04,7446,0.000000)\
-			0.000000	(t_t_x(317153,13287)$EDGG704,7447,0.000000)\
-			0.000000	(t_t_x(317216,19321)$EDGG704,7448,0.000000)\
-			0.000000	(t_t_x(317222,14716)$EDGG704,7449,0.000000)\
-			0.000000	(t_t_x(317300,18466)$EDGG704,7450,0.000000)\
-			0.000000	(t_t_x(317357,1773)$LGRPA04,7451,0.000000)\
-			0.000000	(t_t_x(317358,19482)$EDGG704,7452,0.000000)\
-			0.000000	(t_t_x(317360,10384)$MRAE04,7453,0.000000)\
-			0.000000	(t_t_x(317443,5662)$MRAE04,7454,0.000000)\
-			0.000000	(t_t_x(317538,960)$MAB1204A,7455,0.000000)\
-			0.000000	(t_t_x(317603,3346)$LLBGA04L,7456,0.000000)\
-			0.000000	(t_t_x(317621,6943)$EDGG704,7457,0.000000)\
-			0.000000	(t_t_x(317644,8400)$MRAE04,7458,0.000000)\
-			1.000000	(t_t_x(317675,5573)$EDGG704,7459,1.000000)\
-			0.000000	(t_t_x(317851,14940)$EDGG704,7460,0.000000)\
-			0.000000	(t_t_x(317908,11063)$EDGG704,7461,0.000000)\
-			0.000000	(t_t_x(317920,11166)$EDGG704,7462,0.000000)\
-			0.000000	(t_t_x(317924,8100)$MRAE04,7463,0.000000)\
-			1.000000	(t_t_x(317978,13682)$EDGG704,7464,1.000000)\
-			0.000000	(t_t_x(317991,16822)$EDGG704,7465,0.000000)\
-			0.000000	(t_t_x(317994,1972)$MRAE04,7466,0.000000)\
-			0.000000	(t_t_x(318112,8161)$MRAE04,7467,0.000000)\
-			0.000000	(t_t_x(318187,10080)$MRAE04,7468,0.000000)\
-			0.000000	(t_t_x(318401,8634)$EDGG704,7469,0.000000)\
-			0.000000	(t_t_x(318435,12720)$EDGG704,7470,0.000000)\
-			1.000000	(t_t_x(318473,3595)$LLBGA04L,7471,1.000000)\
-			0.000000	(t_t_x(318516,8757)$MRAE04,7472,0.000000)\
-			1.000000	(t_t_x(318565,1512)$LELVL104,7473,1.000000)\
-			0.000000	(t_t_x(318660,9244)$EDGG704,7474,0.000000)\
-			0.000000	(t_t_x(318832,2156)$MRAE04,7475,0.000000)\
-			0.000000	(t_t_x(319008,14090)$EDGG704,7476,0.000000)\
-			0.000000	(t_t_x(319288,6960)$MRAE04,7477,0.000000)\
-			0.000000	(t_t_x(319337,14100)$EDGG704,7478,0.000000)\
-			0.000000	(t_t_x(319782,1369)$MRAE04,7479,0.000000)\
-			0.000000	(t_t_x(320054,19316)$EDGG704,7480,0.000000)\
-			0.000000	(t_t_x(320214,4442)$MRAE04,7481,0.000000)\
-			0.000000	(t_t_x(320591,2598)$EDGG704,7482,0.000000)\
-			0.000000	(t_t_x(320734,19168)$EDGG704,7483,0.000000)\
-			0.000000	(t_t_x(321498,11700)$EDGG704,7484,0.000000)\
-			0.000000	(t_t_x(322722,15689)$EDGG704,7485,0.000000)\
-			0.000000	(t_t_x(323044,4080)$MRAE04,7486,0.000000)\
-			0.000000	(t_t_x(323790,7800)$EDGG704,7487,0.000000)\
-			0.000000	(t_t_x(262808,0),7488,0.000000)\
-			0.000000	(t_t_x(262875,29)EBBRA04E,7489,0.000000)\
-			1.000000	(t_t_x(262946,0),7490,1.000000)\
-			0.000000	(t_t_x(263142,0),7491,0.000000)\
-			0.000000	(t_t_x(263279,12)KFZ4404M,7492,0.000000)\
-			1.000000	(t_t_x(263297,0),7493,1.000000)\
-			0.000000	(t_t_x(263298,0),7494,0.000000)\
-			1.000000	(t_t_x(263306,1590)LCES004,7495,1.000000)\
-			0.000000	(t_t_x(263332,0),7496,0.000000)\
-			0.000000	(t_t_x(263350,4)RFBRT04M,7497,0.000000)\
-			0.000000	(t_t_x(263367,0),7498,0.000000)\
-			0.000000	(t_t_x(263370,0),7499,0.000000)\
-			0.000000	(t_t_x(263502,0),7500,0.000000)\
-			0.000000	(t_t_x(263503,0),7501,0.000000)\
-			0.000000	(t_t_x(263516,0),7502,0.000000)\
-			0.000000	(t_t_x(263580,2203)LCES004,7503,0.000000)\
-			1.000000	(t_t_x(263584,87)LEBAS04A,7504,1.000000)\
-			0.000000	(t_t_x(263587,1105)LCES004M,7505,0.000000)\
-			0.000000	(t_t_x(263594,905)LCES004M,7506,0.000000)\
-			0.000000	(t_t_x(263601,0),7507,0.000000)\
-			0.000000	(t_t_x(263602,1189)LCES004,7508,0.000000)\
-			0.000000	(t_t_x(263612,1531)LCES004,7509,0.000000)\
-			0.000000	(t_t_x(263613,0),7510,0.000000)\
-			1.000000	(t_t_x(263638,281)LEBAS04A,7511,1.000000)\
-			0.000000	(t_t_x(263646,0),7512,0.000000)\
-			0.000000	(t_t_x(263713,0),7513,0.000000)\
-			1.000000	(t_t_x(263814,83)LEBAS04A,7514,1.000000)\
-			0.000000	(t_t_x(263816,0),7515,0.000000)\
-			0.000000	(t_t_x(263860,437)LCES004,7516,0.000000)\
-			0.000000	(t_t_x(263862,1290)LCES004,7517,0.000000)\
-			0.000000	(t_t_x(263866,1659)LCES004,7518,0.000000)\
-			0.000000	(t_t_x(263868,1816)LCES004,7519,0.000000)\
-			0.000000	(t_t_x(263921,1648)LCES004,7520,0.000000)\
-			0.000000	(t_t_x(263958,0),7521,0.000000)\
-			0.000000	(t_t_x(263962,184)LCES004,7522,0.000000)\
-			0.000000	(t_t_x(264011,1225)LCES004,7523,0.000000)\
-			0.000000	(t_t_x(267735,0),7524,0.000000)\
-			0.000000	(t_t_x(267745,0),7525,0.000000)\
-			0.000000	(t_t_x(269731,0),7526,0.000000)\
-			0.000000	(t_t_x(270327,0),7527,0.000000)\
-			1.000000	(t_t_x(271199,0),7528,1.000000)\
-			0.000000	(t_t_x(272849,701)LGKFN04,7529,0.000000)\
-			0.000000	(t_t_x(273032,0),7530,0.000000)\
-			0.000000	(t_t_x(273960,0),7531,0.000000)\
-			1.000000	(t_t_x(273980,0),7532,1.000000)\
-			0.000000	(t_t_x(274216,0),7533,0.000000)\
-			0.000000	(t_t_x(275587,0),7534,0.000000)\
-			0.000000	(t_t_x(275682,0),7535,0.000000)\
-			0.000000	(t_t_x(275809,0),7536,0.000000)\
-			0.000000	(t_t_x(276210,24)KHVL104E,7537,0.000000)\
-			0.000000	(t_t_x(276300,0),7538,0.000000)\
-			0.000000	(t_t_x(276307,472)LGKFN04,7539,0.000000)\
-			0.000000	(t_t_x(276531,0),7540,0.000000)\
-			0.000000	(t_t_x(276534,6)KHVL104E,7541,0.000000)\
-			0.000000	(t_t_x(276611,0),7542,0.000000)\
-			1.000000	(t_t_x(276830,0),7543,1.000000)\
-			0.000000	(t_t_x(276838,0),7544,0.000000)\
-			0.000000	(t_t_x(276911,0),7545,0.000000)\
-			1.000000	(t_t_x(276959,46)PMXX04M,7546,1.000000)\
-			0.000000	(t_t_x(276972,0),7547,0.000000)\
-			0.000000	(t_t_x(276991,0),7548,0.000000)\
-			1.000000	(t_t_x(277127,44)LGKFN04,7549,1.000000)\
-			0.000000	(t_t_x(277129,0),7550,0.000000)\
-			0.000000	(t_t_x(277190,105)EG11G04M,7551,0.000000)\
-			0.000000	(t_t_x(277201,0),7552,0.000000)\
-			1.000000	(t_t_x(277284,0),7553,1.000000)\
-			0.000000	(t_t_x(277425,0),7554,0.000000)\
-			0.000000	(t_t_x(277434,0),7555,0.000000)\
-			0.000000	(t_t_x(277472,89)EG11G04M,7556,0.000000)\
-			0.000000	(t_t_x(277562,76)YH5MH04M,7557,0.000000)\
-			1.000000	(t_t_x(277703,0),7558,1.000000)\
-			0.000000	(t_t_x(277744,0),7559,0.000000)\
-			0.000000	(t_t_x(277803,0),7560,0.000000)\
-			0.000000	(t_t_x(277826,0),7561,0.000000)\
-			0.000000	(t_t_x(277936,625)LGKFN04,7562,0.000000)\
-			0.000000	(t_t_x(278026,0),7563,0.000000)\
-			0.000000	(t_t_x(278067,0),7564,0.000000)\
-			0.000000	(t_t_x(278158,0),7565,0.000000)\
-			1.000000	(t_t_x(278209,0),7566,1.000000)\
-			0.000000	(t_t_x(278261,0),7567,0.000000)\
-			1.000000	(t_t_x(278295,0),7568,1.000000)\
-			0.000000	(t_t_x(278320,0),7569,0.000000)\
-			1.000000	(t_t_x(278487,0),7570,1.000000)\
-			0.000000	(t_t_x(278555,0),7571,0.000000)\
-			0.000000	(t_t_x(278565,15)LELVU04,7572,0.000000)\
-			0.000000	(t_t_x(278647,210)EHAMA04,7573,0.000000)\
-			0.000000	(t_t_x(278669,0),7574,0.000000)\
-			0.000000	(t_t_x(278681,311)EHAMA04,7575,0.000000)\
-			0.000000	(t_t_x(278839,0),7576,0.000000)\
-			0.000000	(t_t_x(278872,0),7577,0.000000)\
-			1.000000	(t_t_x(278889,0),7578,1.000000)\
-			0.000000	(t_t_x(278940,0),7579,0.000000)\
-			0.000000	(t_t_x(279048,0),7580,0.000000)\
-			0.000000	(t_t_x(279186,0),7581,0.000000)\
-			0.000000	(t_t_x(279250,0),7582,0.000000)\
-			0.000000	(t_t_x(279259,0),7583,0.000000)\
-			1.000000	(t_t_x(279347,0),7584,1.000000)\
-			0.000000	(t_t_x(279349,0),7585,0.000000)\
-			0.000000	(t_t_x(279386,0),7586,0.000000)\
-			0.000000	(t_t_x(279398,0),7587,0.000000)\
-			0.000000	(t_t_x(279409,117)YH5MH04M,7588,0.000000)\
-			0.000000	(t_t_x(279467,0),7589,0.000000)\
-			0.000000	(t_t_x(279485,0),7590,0.000000)\
-			0.000000	(t_t_x(279544,0),7591,0.000000)\
-			0.000000	(t_t_x(279552,0),7592,0.000000)\
-			0.000000	(t_t_x(279627,278)EGPFA04,7593,0.000000)\
-			0.000000	(t_t_x(279642,0),7594,0.000000)\
-			0.000000	(t_t_x(279690,730)EGPFA04,7595,0.000000)\
-			1.000000	(t_t_x(279693,48)YH5MH04M,7596,1.000000)\
-			0.000000	(t_t_x(279716,0),7597,0.000000)\
-			0.000000	(t_t_x(279791,415)EHAMA04,7598,0.000000)\
-			0.000000	(t_t_x(279801,100)EHAMA04,7599,0.000000)\
-			0.000000	(t_t_x(279827,0),7600,0.000000)\
-			0.000000	(t_t_x(279845,0),7601,0.000000)\
-			0.000000	(t_t_x(279887,1932)LGSRA04,7602,0.000000)\
-			0.000000	(t_t_x(279893,0),7603,0.000000)\
-			0.000000	(t_t_x(279896,0),7604,0.000000)\
-			0.000000	(t_t_x(279965,27)LEBAS04M,7605,0.000000)\
-			0.000000	(t_t_x(279969,3)RFBRT04M,7606,0.000000)\
-			0.000000	(t_t_x(280103,0),7607,0.000000)\
-			0.000000	(t_t_x(280104,908)LFMDA04A,7608,0.000000)\
-			0.000000	(t_t_x(280115,0),7609,0.000000)\
-			0.000000	(t_t_x(280142,323)EHAMA04,7610,0.000000)\
-			0.000000	(t_t_x(280153,60)LCES004M,7611,0.000000)\
-			0.000000	(t_t_x(280192,0),7612,0.000000)\
-			0.000000	(t_t_x(280277,43)RVKWS04,7613,0.000000)\
-			0.000000	(t_t_x(280283,19)YH5MH04M,7614,0.000000)\
-			0.000000	(t_t_x(280331,0),7615,0.000000)\
-			0.000000	(t_t_x(280396,0),7616,0.000000)\
-			0.000000	(t_t_x(280453,0),7617,0.000000)\
-			0.000000	(t_t_x(280578,0),7618,0.000000)\
-			0.000000	(t_t_x(280579,0),7619,0.000000)\
-			0.000000	(t_t_x(280587,668)RVKWU04M,7620,0.000000)\
-			0.000000	(t_t_x(280607,0),7621,0.000000)\
-			0.000000	(t_t_x(280666,0),7622,0.000000)\
-			0.000000	(t_t_x(280791,112)KCHI104M,7623,0.000000)\
-			0.000000	(t_t_x(280804,0),7624,0.000000)\
-			0.000000	(t_t_x(280815,47)KSPE104D,7625,0.000000)\
-			0.000000	(t_t_x(280928,0),7626,0.000000)\
-			0.000000	(t_t_x(281048,587)LGKFN04,7627,0.000000)\
-			0.000000	(t_t_x(281074,0),7628,0.000000)\
-			0.000000	(t_t_x(281091,0),7629,0.000000)\
-			0.000000	(t_t_x(281143,259)LGKFN04,7630,0.000000)\
-			0.000000	(t_t_x(281256,0),7631,0.000000)\
-			0.000000	(t_t_x(281348,0),7632,0.000000)\
-			0.000000	(t_t_x(281359,0),7633,0.000000)\
-			0.000000	(t_t_x(281485,0),7634,0.000000)\
-			0.000000	(t_t_x(281487,0),7635,0.000000)\
-			0.000000	(t_t_x(281723,0),7636,0.000000)\
-			0.000000	(t_t_x(281776,1292)LGSRA04,7637,0.000000)\
-			0.000000	(t_t_x(281824,415)RVKWU04M,7638,0.000000)\
-			0.000000	(t_t_x(281905,76)YH5MH04M,7639,0.000000)\
-			0.000000	(t_t_x(281910,0),7640,0.000000)\
-			0.000000	(t_t_x(281922,0),7641,0.000000)\
-			0.000000	(t_t_x(281923,0),7642,0.000000)\
-			0.000000	(t_t_x(281946,0),7643,0.000000)\
-			0.000000	(t_t_x(281962,0),7644,0.000000)\
-			0.000000	(t_t_x(282121,0),7645,0.000000)\
-			0.000000	(t_t_x(282176,0),7646,0.000000)\
-			0.000000	(t_t_x(282259,0),7647,0.000000)\
-			0.000000	(t_t_x(282303,10)YBOLN04M,7648,0.000000)\
-			0.000000	(t_t_x(282416,0),7649,0.000000)\
-			0.000000	(t_t_x(282430,26)EBBRA04E,7650,0.000000)\
-			0.000000	(t_t_x(282582,0),7651,0.000000)\
-			1.000000	(t_t_x(282583,71)PMXX04M,7652,1.000000)\
-			0.000000	(t_t_x(282592,120)LEBAS04A,7653,0.000000)\
-			0.000000	(t_t_x(282606,450)LEBAS04A,7654,0.000000)\
-			0.000000	(t_t_x(282620,0),7655,0.000000)\
-			0.000000	(t_t_x(282720,0),7656,0.000000)\
-			0.000000	(t_t_x(282727,128)LGKFN04,7657,0.000000)\
-			1.000000	(t_t_x(282752,0),7658,1.000000)\
-			0.000000	(t_t_x(282755,0),7659,0.000000)\
-			0.000000	(t_t_x(282785,0),7660,0.000000)\
-			0.000000	(t_t_x(282822,0),7661,0.000000)\
-			0.000000	(t_t_x(282868,0),7662,0.000000)\
-			0.000000	(t_t_x(282912,0),7663,0.000000)\
-			0.000000	(t_t_x(282933,0),7664,0.000000)\
-			0.000000	(t_t_x(282964,2437)LGSRA04,7665,0.000000)\
-			0.000000	(t_t_x(282986,0),7666,0.000000)\
-			0.000000	(t_t_x(283037,2662)LGZAA04M,7667,0.000000)\
-			0.000000	(t_t_x(283072,282)RASI04M,7668,0.000000)\
-			0.000000	(t_t_x(283123,46)KCHI104M,7669,0.000000)\
-			0.000000	(t_t_x(283128,0),7670,0.000000)\
-			1.000000	(t_t_x(283139,0),7671,1.000000)\
-			0.000000	(t_t_x(283194,0),7672,0.000000)\
-			0.000000	(t_t_x(283209,0),7673,0.000000)\
-			0.000000	(t_t_x(283211,0),7674,0.000000)\
-			0.000000	(t_t_x(283253,241)RASI04M,7675,0.000000)\
-			0.000000	(t_t_x(283254,0),7676,0.000000)\
-			0.000000	(t_t_x(283256,0),7677,0.000000)\
-			1.000000	(t_t_x(283259,39)EGNOR04M,7678,1.000000)\
-			0.000000	(t_t_x(283288,0),7679,0.000000)\
-			0.000000	(t_t_x(283289,0),7680,0.000000)\
-			0.000000	(t_t_x(283305,56)KSLN04A,7681,0.000000)\
-			0.000000	(t_t_x(283389,41)RQXSI04E,7682,0.000000)\
-			1.000000	(t_t_x(283452,0),7683,1.000000)\
-			0.000000	(t_t_x(283458,489)RMZSI04,7684,0.000000)\
-			0.000000	(t_t_x(283464,0),7685,0.000000)\
-			0.000000	(t_t_x(283510,0),7686,0.000000)\
-			0.000000	(t_t_x(283559,655)LGKFN04,7687,0.000000)\
-			0.000000	(t_t_x(283562,0),7688,0.000000)\
-			0.000000	(t_t_x(283593,0),7689,0.000000)\
-			0.000000	(t_t_x(283746,0),7690,0.000000)\
-			0.000000	(t_t_x(283760,73)FUJ04M,7691,0.000000)\
-			0.000000	(t_t_x(283853,0),7692,0.000000)\
-			0.000000	(t_t_x(283943,488)LGSRA04,7693,0.000000)\
-			0.000000	(t_t_x(284082,0),7694,0.000000)\
-			0.000000	(t_t_x(284085,631)RVKWU04M,7695,0.000000)\
-			0.000000	(t_t_x(284094,0),7696,0.000000)\
-			0.000000	(t_t_x(284106,0),7697,0.000000)\
-			0.000000	(t_t_x(284125,325)RMZSI04,7698,0.000000)\
-			0.000000	(t_t_x(284141,0),7699,0.000000)\
-			0.000000	(t_t_x(284154,0),7700,0.000000)\
-			0.000000	(t_t_x(284165,447)RVKWU04M,7701,0.000000)\
-			0.000000	(t_t_x(284170,0),7702,0.000000)\
-			0.000000	(t_t_x(284183,50)LOVN1504,7703,0.000000)\
-			0.000000	(t_t_x(284185,0),7704,0.000000)\
-			0.000000	(t_t_x(284190,98)PMXX04M,7705,0.000000)\
-			0.000000	(t_t_x(284206,0),7706,0.000000)\
-			0.000000	(t_t_x(284224,574)RMZSI04,7707,0.000000)\
-			0.000000	(t_t_x(284228,0),7708,0.000000)\
-			0.000000	(t_t_x(284247,0),7709,0.000000)\
-			0.000000	(t_t_x(284260,311)RASI04M,7710,0.000000)\
-			1.000000	(t_t_x(284283,786)RVKWU04M,7711,1.000000)\
-			0.000000	(t_t_x(284287,0),7712,0.000000)\
-			0.000000	(t_t_x(284291,0),7713,0.000000)\
-			0.000000	(t_t_x(284297,0),7714,0.000000)\
-			0.000000	(t_t_x(284313,0),7715,0.000000)\
-			1.000000	(t_t_x(284316,0),7716,1.000000)\
-			0.000000	(t_t_x(284341,0),7717,0.000000)\
-			1.000000	(t_t_x(284344,0),7718,1.000000)\
-			0.000000	(t_t_x(284349,0),7719,0.000000)\
-			1.000000	(t_t_x(284350,0),7720,1.000000)\
-			0.000000	(t_t_x(284357,405)RVKWU04M,7721,0.000000)\
-			0.000000	(t_t_x(284372,0),7722,0.000000)\
-			0.000000	(t_t_x(284380,0),7723,0.000000)\
-			0.000000	(t_t_x(284450,0),7724,0.000000)\
-			0.000000	(t_t_x(284467,0),7725,0.000000)\
-			0.000000	(t_t_x(284550,0),7726,0.000000)\
-			0.000000	(t_t_x(284562,0),7727,0.000000)\
-			0.000000	(t_t_x(284566,26)YB3EH04A,7728,0.000000)\
-			0.000000	(t_t_x(284595,0),7729,0.000000)\
-			0.000000	(t_t_x(284601,0),7730,0.000000)\
-			0.000000	(t_t_x(284631,0),7731,0.000000)\
-			0.000000	(t_t_x(284722,0),7732,0.000000)\
-			0.000000	(t_t_x(284738,0),7733,0.000000)\
-			0.000000	(t_t_x(284809,100)LGAVA04,7734,0.000000)\
-			0.000000	(t_t_x(284839,21)RASI04M,7735,0.000000)\
-			0.000000	(t_t_x(284860,410)RVKWU04M,7736,0.000000)\
-			0.000000	(t_t_x(284868,0),7737,0.000000)\
-			0.000000	(t_t_x(284880,0),7738,0.000000)\
-			0.000000	(t_t_x(284894,0),7739,0.000000)\
-			0.000000	(t_t_x(284911,0),7740,0.000000)\
-			0.000000	(t_t_x(285040,0),7741,0.000000)\
-			0.000000	(t_t_x(285070,0),7742,0.000000)\
-			0.000000	(t_t_x(285123,0),7743,0.000000)\
-			1.000000	(t_t_x(285148,0),7744,1.000000)\
-			0.000000	(t_t_x(285157,0),7745,0.000000)\
-			0.000000	(t_t_x(285163,0),7746,0.000000)\
-			0.000000	(t_t_x(285189,401)RVKWU04M,7747,0.000000)\
-			1.000000	(t_t_x(285209,1)PMXX04M,7748,1.000000)\
-			0.000000	(t_t_x(285254,0),7749,0.000000)\
-			0.000000	(t_t_x(285300,0),7750,0.000000)\
-			1.000000	(t_t_x(285308,0),7751,1.000000)\
-			0.000000	(t_t_x(285328,0),7752,0.000000)\
-			0.000000	(t_t_x(285395,0),7753,0.000000)\
-			0.000000	(t_t_x(285458,0),7754,0.000000)\
-			1.000000	(t_t_x(285459,1496)LCES004,7755,1.000000)\
-			0.000000	(t_t_x(285474,0),7756,0.000000)\
-			0.000000	(t_t_x(285482,0),7757,0.000000)\
-			0.000000	(t_t_x(285521,0),7758,0.000000)\
-			1.000000	(t_t_x(285583,619)LGAVA04,7759,1.000000)\
-			0.000000	(t_t_x(285593,778)LCES004M,7760,0.000000)\
-			0.000000	(t_t_x(285599,0),7761,0.000000)\
-			0.000000	(t_t_x(285624,0),7762,0.000000)\
-			1.000000	(t_t_x(285664,1446)LCES004,7763,1.000000)\
-			0.000000	(t_t_x(285672,0),7764,0.000000)\
-			1.000000	(t_t_x(285688,0),7765,1.000000)\
-			0.000000	(t_t_x(285704,0),7766,0.000000)\
-			0.000000	(t_t_x(285711,0),7767,0.000000)\
-			0.000000	(t_t_x(285723,71)EHAMA04,7768,0.000000)\
-			0.000000	(t_t_x(285724,36)BR404M,7769,0.000000)\
-			0.000000	(t_t_x(285733,1955)LCES004,7770,0.000000)\
-			0.000000	(t_t_x(285747,0),7771,0.000000)\
-			0.000000	(t_t_x(285766,0),7772,0.000000)\
-			0.000000	(t_t_x(285792,0),7773,0.000000)\
-			0.000000	(t_t_x(285794,82)RQXSI04E,7774,0.000000)\
-			0.000000	(t_t_x(285840,0),7775,0.000000)\
-			1.000000	(t_t_x(285843,0),7776,1.000000)\
-			0.000000	(t_t_x(285862,0),7777,0.000000)\
-			0.000000	(t_t_x(285875,0),7778,0.000000)\
-			0.000000	(t_t_x(285899,0),7779,0.000000)\
-			0.000000	(t_t_x(285938,584)RMZSI04,7780,0.000000)\
-			1.000000	(t_t_x(285972,0),7781,1.000000)\
-			0.000000	(t_t_x(285990,0),7782,0.000000)\
-			0.000000	(t_t_x(286071,434)EDGG704,7783,0.000000)\
-			1.000000	(t_t_x(286082,0),7784,1.000000)\
-			0.000000	(t_t_x(286095,0),7785,0.000000)\
-			0.000000	(t_t_x(286109,0),7786,0.000000)\
-			1.000000	(t_t_x(286122,0),7787,1.000000)\
-			0.000000	(t_t_x(286141,0),7788,0.000000)\
-			1.000000	(t_t_x(286143,0),7789,1.000000)\
-			0.000000	(t_t_x(286221,0),7790,0.000000)\
-			0.000000	(t_t_x(286224,0),7791,0.000000)\
-			1.000000	(t_t_x(286329,0),7792,1.000000)\
-			0.000000	(t_t_x(286439,0),7793,0.000000)\
-			1.000000	(t_t_x(286506,0),7794,1.000000)\
-			0.000000	(t_t_x(286568,0),7795,0.000000)\
-			0.000000	(t_t_x(286575,0),7796,0.000000)\
-			0.000000	(t_t_x(286628,0),7797,0.000000)\
-			1.000000	(t_t_x(286638,54)RNS04M,7798,1.000000)\
-			0.000000	(t_t_x(286678,0),7799,0.000000)\
-			0.000000	(t_t_x(286685,0),7800,0.000000)\
-			0.000000	(t_t_x(286690,63)EHAMA04,7801,0.000000)\
-			0.000000	(t_t_x(286733,0),7802,0.000000)\
-			0.000000	(t_t_x(286743,0),7803,0.000000)\
-			1.000000	(t_t_x(286753,0),7804,1.000000)\
-			0.000000	(t_t_x(286757,0),7805,0.000000)\
-			0.000000	(t_t_x(286763,239)RASI04M,7806,0.000000)\
-			0.000000	(t_t_x(286841,105)KSAL1204,7807,0.000000)\
-			0.000000	(t_t_x(286853,0),7808,0.000000)\
-			0.000000	(t_t_x(286855,0),7809,0.000000)\
-			1.000000	(t_t_x(286877,0),7810,1.000000)\
-			0.000000	(t_t_x(286896,0),7811,0.000000)\
-			0.000000	(t_t_x(286963,0),7812,0.000000)\
-			0.000000	(t_t_x(286969,209)RASI04M,7813,0.000000)\
-			0.000000	(t_t_x(287011,29)RMZU04E,7814,0.000000)\
-			1.000000	(t_t_x(287020,173)RNS04M,7815,1.000000)\
-			0.000000	(t_t_x(287027,701)LCES004M,7816,0.000000)\
-			0.000000	(t_t_x(287140,937)RVKWU04M,7817,0.000000)\
-			1.000000	(t_t_x(287143,0),7818,1.000000)\
-			0.000000	(t_t_x(287155,0),7819,0.000000)\
-			0.000000	(t_t_x(287185,28)YH5MH04M,7820,0.000000)\
-			0.000000	(t_t_x(287193,0),7821,0.000000)\
-			0.000000	(t_t_x(287194,0),7822,0.000000)\
-			0.000000	(t_t_x(287235,0),7823,0.000000)\
-			0.000000	(t_t_x(287240,0),7824,0.000000)\
-			1.000000	(t_t_x(287287,0),7825,1.000000)\
-			0.000000	(t_t_x(287319,0),7826,0.000000)\
-			0.000000	(t_t_x(287337,0),7827,0.000000)\
-			0.000000	(t_t_x(287343,649)LGIRA04,7828,0.000000)\
-			0.000000	(t_t_x(287468,1)GL4W04M,7829,0.000000)\
-			0.000000	(t_t_x(287476,0),7830,0.000000)\
-			0.000000	(t_t_x(287515,0),7831,0.000000)\
-			0.000000	(t_t_x(287524,0),7832,0.000000)\
-			1.000000	(t_t_x(287579,0),7833,1.000000)\
-			0.000000	(t_t_x(287581,0),7834,0.000000)\
-			0.000000	(t_t_x(287595,69)KWUR1C04,7835,0.000000)\
-			1.000000	(t_t_x(287604,0),7836,1.000000)\
-			0.000000	(t_t_x(287623,0),7837,0.000000)\
-			0.000000	(t_t_x(287631,0),7838,0.000000)\
-			0.000000	(t_t_x(287660,0),7839,0.000000)\
-			0.000000	(t_t_x(287696,456)RMZSI04,7840,0.000000)\
-			0.000000	(t_t_x(287722,0),7841,0.000000)\
-			1.000000	(t_t_x(287736,0),7842,1.000000)\
-			0.000000	(t_t_x(287796,0),7843,0.000000)\
-			0.000000	(t_t_x(287817,0),7844,0.000000)\
-			0.000000	(t_t_x(287855,5)RNS04M,7845,0.000000)\
-			0.000000	(t_t_x(287882,346)LGIRA04,7846,0.000000)\
-			0.000000	(t_t_x(287895,0),7847,0.000000)\
-			0.000000	(t_t_x(287899,0),7848,0.000000)\
-			0.000000	(t_t_x(287904,0),7849,0.000000)\
-			0.000000	(t_t_x(287934,0),7850,0.000000)\
-			0.000000	(t_t_x(287978,19)YH5MH04M,7851,0.000000)\
-			0.000000	(t_t_x(288004,52)KWUR1C04,7852,0.000000)\
-			0.000000	(t_t_x(288078,0),7853,0.000000)\
-			0.000000	(t_t_x(288101,127)KSPE104D,7854,0.000000)\
-			1.000000	(t_t_x(288104,0),7855,1.000000)\
-			0.000000	(t_t_x(288113,0),7856,0.000000)\
-			0.000000	(t_t_x(288115,0),7857,0.000000)\
-			0.000000	(t_t_x(288145,0),7858,0.000000)\
-			0.000000	(t_t_x(288154,0),7859,0.000000)\
-			1.000000	(t_t_x(288162,0),7860,1.000000)\
-			0.000000	(t_t_x(288163,0),7861,0.000000)\
-			1.000000	(t_t_x(288191,0),7862,1.000000)\
-			0.000000	(t_t_x(288224,0),7863,0.000000)\
-			1.000000	(t_t_x(288242,174)PMXX04M,7864,1.000000)\
-			0.000000	(t_t_x(288252,0),7865,0.000000)\
-			1.000000	(t_t_x(288253,0),7866,1.000000)\
-			0.000000	(t_t_x(288261,0),7867,0.000000)\
-			0.000000	(t_t_x(288279,0),7868,0.000000)\
-			0.000000	(t_t_x(288284,137)KSPE104D,7869,0.000000)\
-			0.000000	(t_t_x(288339,0),7870,0.000000)\
-			0.000000	(t_t_x(288341,0),7871,0.000000)\
-			0.000000	(t_t_x(288358,0),7872,0.000000)\
-			1.000000	(t_t_x(288361,0),7873,1.000000)\
-			0.000000	(t_t_x(288377,520)RVKWU04M,7874,0.000000)\
-			0.000000	(t_t_x(288392,0),7875,0.000000)\
-			1.000000	(t_t_x(288405,0),7876,1.000000)\
-			0.000000	(t_t_x(288431,14)YB3EH04M,7877,0.000000)\
-			0.000000	(t_t_x(288508,0),7878,0.000000)\
-			0.000000	(t_t_x(288599,0),7879,0.000000)\
-			0.000000	(t_t_x(288601,0),7880,0.000000)\
-			0.000000	(t_t_x(288647,32)LEMDAT04,7881,0.000000)\
-			0.000000	(t_t_x(288684,27)YH5MH04M,7882,0.000000)\
-			0.000000	(t_t_x(288694,0),7883,0.000000)\
-			0.000000	(t_t_x(288725,0),7884,0.000000)\
-			1.000000	(t_t_x(288756,0),7885,1.000000)\
-			0.000000	(t_t_x(288792,0),7886,0.000000)\
-			0.000000	(t_t_x(288800,17)KFZ4404M,7887,0.000000)\
-			0.000000	(t_t_x(288838,0),7888,0.000000)\
-			0.000000	(t_t_x(288846,0),7889,0.000000)\
-			0.000000	(t_t_x(288879,169)RASI04M,7890,0.000000)\
-			0.000000	(t_t_x(288911,3)KSPE104D,7891,0.000000)\
-			1.000000	(t_t_x(288918,0),7892,1.000000)\
-			0.000000	(t_t_x(288930,0),7893,0.000000)\
-			0.000000	(t_t_x(288940,0),7894,0.000000)\
-			0.000000	(t_t_x(288957,15)LEMDAT04,7895,0.000000)\
-			0.000000	(t_t_x(288970,0),7896,0.000000)\
-			0.000000	(t_t_x(289099,40)LGAVA04,7897,0.000000)\
-			1.000000	(t_t_x(289136,0),7898,1.000000)\
-			0.000000	(t_t_x(289160,0),7899,0.000000)\
-			0.000000	(t_t_x(289170,57)LELVL104,7900,0.000000)\
-			0.000000	(t_t_x(289172,45)LEMDAT04,7901,0.000000)\
-			1.000000	(t_t_x(289175,0),7902,1.000000)\
-			0.000000	(t_t_x(289201,0),7903,0.000000)\
-			0.000000	(t_t_x(289215,0),7904,0.000000)\
-			0.000000	(t_t_x(289276,0),7905,0.000000)\
-			0.000000	(t_t_x(289283,94)LEMDAT04,7906,0.000000)\
-			1.000000	(t_t_x(289297,1)RASI04M,7907,1.000000)\
-			0.000000	(t_t_x(289315,0),7908,0.000000)\
-			0.000000	(t_t_x(289330,0),7909,0.000000)\
-			1.000000	(t_t_x(289347,35)MRAE04,7910,1.000000)\
-			0.000000	(t_t_x(289361,0),7911,0.000000)\
-			0.000000	(t_t_x(289397,0),7912,0.000000)\
-			0.000000	(t_t_x(289405,0),7913,0.000000)\
-			0.000000	(t_t_x(289457,0),7914,0.000000)\
-			0.000000	(t_t_x(289463,0),7915,0.000000)\
-			1.000000	(t_t_x(289490,0),7916,1.000000)\
-			0.000000	(t_t_x(289499,0),7917,0.000000)\
-			0.000000	(t_t_x(289519,0),7918,0.000000)\
-			1.000000	(t_t_x(289566,707)LGKFN04,7919,1.000000)\
-			0.000000	(t_t_x(289584,0),7920,0.000000)\
-			0.000000	(t_t_x(289587,0),7921,0.000000)\
-			0.000000	(t_t_x(289613,217)KSLN04A,7922,0.000000)\
-			1.000000	(t_t_x(289655,0),7923,1.000000)\
-			0.000000	(t_t_x(289665,0),7924,0.000000)\
-			1.000000	(t_t_x(289716,50)LGKFN04,7925,1.000000)\
-			0.000000	(t_t_x(289758,0),7926,0.000000)\
-			0.000000	(t_t_x(289768,0),7927,0.000000)\
-			0.000000	(t_t_x(289783,0),7928,0.000000)\
-			0.000000	(t_t_x(289862,0),7929,0.000000)\
-			0.000000	(t_t_x(289868,1469)LCES004,7930,0.000000)\
-			0.000000	(t_t_x(289894,375)LCES004,7931,0.000000)\
-			1.000000	(t_t_x(289901,0),7932,1.000000)\
-			0.000000	(t_t_x(289907,0),7933,0.000000)\
-			0.000000	(t_t_x(289945,516)LGKFN04,7934,0.000000)\
-			0.000000	(t_t_x(289961,0),7935,0.000000)\
-			0.000000	(t_t_x(289989,1092)EDGG704,7936,0.000000)\
-			0.000000	(t_t_x(289999,97)PMXX04M,7937,0.000000)\
-			0.000000	(t_t_x(290019,0),7938,0.000000)\
-			0.000000	(t_t_x(290022,0),7939,0.000000)\
-			0.000000	(t_t_x(290041,23)KFZ4404M,7940,0.000000)\
-			1.000000	(t_t_x(290047,163)RASI04M,7941,1.000000)\
-			0.000000	(t_t_x(290063,0),7942,0.000000)\
-			0.000000	(t_t_x(290082,0),7943,0.000000)\
-			1.000000	(t_t_x(290090,946)EDGG704,7944,1.000000)\
-			0.000000	(t_t_x(290110,0),7945,0.000000)\
-			0.000000	(t_t_x(290112,0),7946,0.000000)\
-			0.000000	(t_t_x(290137,0),7947,0.000000)\
-			0.000000	(t_t_x(290158,0),7948,0.000000)\
-			1.000000	(t_t_x(290166,40)RNS04M,7949,1.000000)\
-			0.000000	(t_t_x(290258,0),7950,0.000000)\
-			0.000000	(t_t_x(290272,6)LEMDAT04,7951,0.000000)\
-			1.000000	(t_t_x(290283,451)LGAVA04,7952,1.000000)\
-			0.000000	(t_t_x(290302,0),7953,0.000000)\
-			0.000000	(t_t_x(290343,0),7954,0.000000)\
-			0.000000	(t_t_x(290367,0),7955,0.000000)\
-			0.000000	(t_t_x(290378,114)YD5WH04M,7956,0.000000)\
-			0.000000	(t_t_x(290395,0),7957,0.000000)\
-			1.000000	(t_t_x(290407,218)LFMDA04A,7958,1.000000)\
-			0.000000	(t_t_x(290429,0),7959,0.000000)\
-			1.000000	(t_t_x(290433,0),7960,1.000000)\
-			0.000000	(t_t_x(290436,0),7961,0.000000)\
-			0.000000	(t_t_x(290447,0),7962,0.000000)\
-			0.000000	(t_t_x(290468,0),7963,0.000000)\
-			1.000000	(t_t_x(290480,95)RJIU04M,7964,1.000000)\
-			0.000000	(t_t_x(290499,0),7965,0.000000)\
-			0.000000	(t_t_x(290501,0),7966,0.000000)\
-			0.000000	(t_t_x(290513,0),7967,0.000000)\
-			0.000000	(t_t_x(290535,0),7968,0.000000)\
-			0.000000	(t_t_x(290553,32)LEMDAT04,7969,0.000000)\
-			0.000000	(t_t_x(290567,0),7970,0.000000)\
-			1.000000	(t_t_x(290573,0),7971,1.000000)\
-			0.000000	(t_t_x(290578,0),7972,0.000000)\
-			0.000000	(t_t_x(290583,0),7973,0.000000)\
-			0.000000	(t_t_x(290624,0),7974,0.000000)\
-			1.000000	(t_t_x(290633,0),7975,1.000000)\
-			0.000000	(t_t_x(290646,0),7976,0.000000)\
-			0.000000	(t_t_x(290667,0),7977,0.000000)\
-			0.000000	(t_t_x(290676,0),7978,0.000000)\
-			0.000000	(t_t_x(290680,0),7979,0.000000)\
-			1.000000	(t_t_x(290696,130)RNS04M,7980,1.000000)\
-			0.000000	(t_t_x(290761,0),7981,0.000000)\
-			0.000000	(t_t_x(290766,0),7982,0.000000)\
-			0.000000	(t_t_x(290776,0),7983,0.000000)\
-			0.000000	(t_t_x(290803,0),7984,0.000000)\
-			0.000000	(t_t_x(290819,0),7985,0.000000)\
-			1.000000	(t_t_x(290863,290)RVKWU04M,7986,1.000000)\
-			0.000000	(t_t_x(290866,0),7987,0.000000)\
-			0.000000	(t_t_x(290867,0),7988,0.000000)\
-			0.000000	(t_t_x(290871,0),7989,0.000000)\
-			0.000000	(t_t_x(290883,0),7990,0.000000)\
-			0.000000	(t_t_x(290892,0),7991,0.000000)\
-			0.000000	(t_t_x(290967,0),7992,0.000000)\
-			1.000000	(t_t_x(291009,0),7993,1.000000)\
-			0.000000	(t_t_x(291013,0),7994,0.000000)\
-			0.000000	(t_t_x(291014,660)LCES004M,7995,0.000000)\
-			1.000000	(t_t_x(291038,849)EDGG704,7996,1.000000)\
-			0.000000	(t_t_x(291040,0),7997,0.000000)\
-			0.000000	(t_t_x(291048,9)LEMDAT04,7998,0.000000)\
-			0.000000	(t_t_x(291078,0),7999,0.000000)\
-			0.000000	(t_t_x(291104,1853)LCES004,8000,0.000000)\
-			1.000000	(t_t_x(291117,0),8001,1.000000)\
-			0.000000	(t_t_x(291128,0),8002,0.000000)\
-			0.000000	(t_t_x(291159,0),8003,0.000000)\
-			1.000000	(t_t_x(291189,376)RVKWU04M,8004,1.000000)\
-			0.000000	(t_t_x(291204,0),8005,0.000000)\
-			0.000000	(t_t_x(291223,40)EGPFA04,8006,0.000000)\
-			0.000000	(t_t_x(291226,11)RQXSI04E,8007,0.000000)\
-			0.000000	(t_t_x(291238,0),8008,0.000000)\
-			0.000000	(t_t_x(291241,0),8009,0.000000)\
-			0.000000	(t_t_x(291257,746)EDGG704,8010,0.000000)\
-			0.000000	(t_t_x(291264,0),8011,0.000000)\
-			0.000000	(t_t_x(291267,311)RNS04M,8012,0.000000)\
-			0.000000	(t_t_x(291292,0),8013,0.000000)\
-			0.000000	(t_t_x(291299,15)KSPE104D,8014,0.000000)\
-			0.000000	(t_t_x(291305,968)EDGG704,8015,0.000000)\
-			0.000000	(t_t_x(291309,0),8016,0.000000)\
-			1.000000	(t_t_x(291314,0),8017,1.000000)\
-			0.000000	(t_t_x(291317,0),8018,0.000000)\
-			0.000000	(t_t_x(291326,0),8019,0.000000)\
-			0.000000	(t_t_x(291341,0),8020,0.000000)\
-			0.000000	(t_t_x(291359,190)KCHI104M,8021,0.000000)\
-			1.000000	(t_t_x(291377,0),8022,1.000000)\
-			0.000000	(t_t_x(291417,0),8023,0.000000)\
-			0.000000	(t_t_x(291447,0),8024,0.000000)\
-			0.000000	(t_t_x(291455,0),8025,0.000000)\
-			0.000000	(t_t_x(291480,0),8026,0.000000)\
-			0.000000	(t_t_x(291491,3)ZM56704,8027,0.000000)\
-			0.000000	(t_t_x(291494,0),8028,0.000000)\
-			0.000000	(t_t_x(291499,0),8029,0.000000)\
-			0.000000	(t_t_x(291515,0),8030,0.000000)\
-			0.000000	(t_t_x(291521,0),8031,0.000000)\
-			0.000000	(t_t_x(291534,0),8032,0.000000)\
-			0.000000	(t_t_x(291539,0),8033,0.000000)\
-			0.000000	(t_t_x(291547,0),8034,0.000000)\
-			0.000000	(t_t_x(291554,0),8035,0.000000)\
-			1.000000	(t_t_x(291577,0),8036,1.000000)\
-			0.000000	(t_t_x(291579,0),8037,0.000000)\
-			0.000000	(t_t_x(291594,0),8038,0.000000)\
-			0.000000	(t_t_x(291603,0),8039,0.000000)\
-			0.000000	(t_t_x(291612,0),8040,0.000000)\
-			0.000000	(t_t_x(291639,0),8041,0.000000)\
-			1.000000	(t_t_x(291640,0),8042,1.000000)\
-			0.000000	(t_t_x(291645,320)LGSRA04,8043,0.000000)\
-			0.000000	(t_t_x(291652,0),8044,0.000000)\
-			1.000000	(t_t_x(291679,82)RNS04M,8045,1.000000)\
-			0.000000	(t_t_x(291697,0),8046,0.000000)\
-			0.000000	(t_t_x(291719,0),8047,0.000000)\
-			0.000000	(t_t_x(291739,124)KSLN04A,8048,0.000000)\
-			0.000000	(t_t_x(291798,0),8049,0.000000)\
-			1.000000	(t_t_x(291826,0),8050,1.000000)\
-			0.000000	(t_t_x(291859,0),8051,0.000000)\
-			0.000000	(t_t_x(291874,44)MM304,8052,0.000000)\
-			0.000000	(t_t_x(291891,447)LGKFN04,8053,0.000000)\
-			0.000000	(t_t_x(291917,0),8054,0.000000)\
-			1.000000	(t_t_x(291918,1078)LGZAA04M,8055,1.000000)\
-			0.000000	(t_t_x(291959,0),8056,0.000000)\
-			0.000000	(t_t_x(292006,0),8057,0.000000)\
-			0.000000	(t_t_x(292091,0),8058,0.000000)\
-			0.000000	(t_t_x(292092,0),8059,0.000000)\
-			0.000000	(t_t_x(292099,0),8060,0.000000)\
-			0.000000	(t_t_x(292100,0),8061,0.000000)\
-			1.000000	(t_t_x(292111,0),8062,1.000000)\
-			0.000000	(t_t_x(292130,0),8063,0.000000)\
-			1.000000	(t_t_x(292187,75)KSPE104D,8064,1.000000)\
-			0.000000	(t_t_x(292197,0),8065,0.000000)\
-			0.000000	(t_t_x(292232,477)LGAVA04,8066,0.000000)\
-			1.000000	(t_t_x(292251,0),8067,1.000000)\
-			0.000000	(t_t_x(292286,111)RVKWS04,8068,0.000000)\
-			0.000000	(t_t_x(292319,0),8069,0.000000)\
-			0.000000	(t_t_x(292327,37)YB3EH04A,8070,0.000000)\
-			0.000000	(t_t_x(292330,0),8071,0.000000)\
-			0.000000	(t_t_x(292354,0),8072,0.000000)\
-			0.000000	(t_t_x(292383,1397)EDGG704,8073,0.000000)\
-			0.000000	(t_t_x(292388,94)RQXU04E,8074,0.000000)\
-			0.000000	(t_t_x(292408,1)BKED1204,8075,0.000000)\
-			0.000000	(t_t_x(292423,1589)EDGG704,8076,0.000000)\
-			1.000000	(t_t_x(292442,0),8077,1.000000)\
-			0.000000	(t_t_x(292453,0),8078,0.000000)\
-			0.000000	(t_t_x(292500,0),8079,0.000000)\
-			0.000000	(t_t_x(292533,0),8080,0.000000)\
-			0.000000	(t_t_x(292534,0),8081,0.000000)\
-			1.000000	(t_t_x(292565,0),8082,1.000000)\
-			0.000000	(t_t_x(292574,0),8083,0.000000)\
-			0.000000	(t_t_x(292587,0),8084,0.000000)\
-			0.000000	(t_t_x(292614,0),8085,0.000000)\
-			0.000000	(t_t_x(292627,0),8086,0.000000)\
-			0.000000	(t_t_x(292635,0),8087,0.000000)\
-			1.000000	(t_t_x(292672,17)RQXU04E,8088,1.000000)\
-			0.000000	(t_t_x(292676,0),8089,0.000000)\
-			0.000000	(t_t_x(292700,42)GL4W04M,8090,0.000000)\
-			1.000000	(t_t_x(292710,0),8091,1.000000)\
-			0.000000	(t_t_x(292713,0),8092,0.000000)\
-			0.000000	(t_t_x(292716,0),8093,0.000000)\
-			0.000000	(t_t_x(292735,47)GL4W04M,8094,0.000000)\
-			1.000000	(t_t_x(292739,0),8095,1.000000)\
-			0.000000	(t_t_x(292748,0),8096,0.000000)\
-			1.000000	(t_t_x(292762,0),8097,1.000000)\
-			0.000000	(t_t_x(292778,0),8098,0.000000)\
-			0.000000	(t_t_x(292783,0),8099,0.000000)\
-			0.000000	(t_t_x(292791,521)EGPFA04,8100,0.000000)\
-			0.000000	(t_t_x(292796,1763)LCES004,8101,0.000000)\
-			0.000000	(t_t_x(292801,0),8102,0.000000)\
-			0.000000	(t_t_x(292805,0),8103,0.000000)\
-			0.000000	(t_t_x(292837,0),8104,0.000000)\
-			0.000000	(t_t_x(292872,0),8105,0.000000)\
-			0.000000	(t_t_x(292917,0),8106,0.000000)\
-			0.000000	(t_t_x(292934,0),8107,0.000000)\
-			1.000000	(t_t_x(292940,1048)EDGG704,8108,1.000000)\
-			0.000000	(t_t_x(292946,0),8109,0.000000)\
-			1.000000	(t_t_x(292991,0),8110,1.000000)\
-			0.000000	(t_t_x(293036,0),8111,0.000000)\
-			0.000000	(t_t_x(293050,25)RQXU04E,8112,0.000000)\
-			0.000000	(t_t_x(293070,284)RNS04M,8113,0.000000)\
-			1.000000	(t_t_x(293071,159)RASI04M,8114,1.000000)\
-			0.000000	(t_t_x(293072,0),8115,0.000000)\
-			1.000000	(t_t_x(293074,0),8116,1.000000)\
-			0.000000	(t_t_x(293090,0),8117,0.000000)\
-			0.000000	(t_t_x(293092,20)RASI04M,8118,0.000000)\
-			0.000000	(t_t_x(293132,0),8119,0.000000)\
-			1.000000	(t_t_x(293146,0),8120,1.000000)\
-			0.000000	(t_t_x(293150,0),8121,0.000000)\
-			0.000000	(t_t_x(293166,0),8122,0.000000)\
-			1.000000	(t_t_x(293191,0),8123,1.000000)\
-			0.000000	(t_t_x(293241,0),8124,0.000000)\
-			1.000000	(t_t_x(293252,0),8125,1.000000)\
-			0.000000	(t_t_x(293300,0),8126,0.000000)\
-			0.000000	(t_t_x(293340,0),8127,0.000000)\
-			0.000000	(t_t_x(293371,0),8128,0.000000)\
-			1.000000	(t_t_x(293416,0),8129,1.000000)\
-			0.000000	(t_t_x(293429,0),8130,0.000000)\
-			0.000000	(t_t_x(293430,128)RQXU04E,8131,0.000000)\
-			0.000000	(t_t_x(293451,0),8132,0.000000)\
-			0.000000	(t_t_x(293491,92)RVKWS04,8133,0.000000)\
-			0.000000	(t_t_x(293498,0),8134,0.000000)\
-			0.000000	(t_t_x(293520,0),8135,0.000000)\
-			0.000000	(t_t_x(293531,21)GL4W04M,8136,0.000000)\
-			0.000000	(t_t_x(293533,0),8137,0.000000)\
-			0.000000	(t_t_x(293537,40)KFZ4404M,8138,0.000000)\
-			0.000000	(t_t_x(293539,559)RVKWU04M,8139,0.000000)\
-			0.000000	(t_t_x(293549,0),8140,0.000000)\
-			1.000000	(t_t_x(293566,20)RNI04M,8141,1.000000)\
-			0.000000	(t_t_x(293569,0),8142,0.000000)\
-			0.000000	(t_t_x(293571,0),8143,0.000000)\
-			0.000000	(t_t_x(293585,50)YB3EH04A,8144,0.000000)\
-			0.000000	(t_t_x(293587,476)LCES004,8145,0.000000)\
-			1.000000	(t_t_x(293601,0),8146,1.000000)\
-			0.000000	(t_t_x(293621,0),8147,0.000000)\
-			0.000000	(t_t_x(293622,0),8148,0.000000)\
-			0.000000	(t_t_x(293640,0),8149,0.000000)\
-			0.000000	(t_t_x(293650,493)EGPFA04,8150,0.000000)\
-			0.000000	(t_t_x(293680,108)LELVL104,8151,0.000000)\
-			0.000000	(t_t_x(293710,1599)EDGG704,8152,0.000000)\
-			0.000000	(t_t_x(293718,521)EGPFA04,8153,0.000000)\
-			0.000000	(t_t_x(293737,0),8154,0.000000)\
-			0.000000	(t_t_x(293790,0),8155,0.000000)\
-			0.000000	(t_t_x(293802,0),8156,0.000000)\
-			1.000000	(t_t_x(293804,0),8157,1.000000)\
-			0.000000	(t_t_x(293817,0),8158,0.000000)\
-			1.000000	(t_t_x(293879,0),8159,1.000000)\
-			0.000000	(t_t_x(293880,0),8160,0.000000)\
-			1.000000	(t_t_x(293894,0),8161,1.000000)\
-			0.000000	(t_t_x(293898,0),8162,0.000000)\
-			0.000000	(t_t_x(293909,0),8163,0.000000)\
-			1.000000	(t_t_x(293964,0),8164,1.000000)\
-			0.000000	(t_t_x(293986,0),8165,0.000000)\
-			0.000000	(t_t_x(294005,0),8166,0.000000)\
-			0.000000	(t_t_x(294010,0),8167,0.000000)\
-			0.000000	(t_t_x(294025,0),8168,0.000000)\
-			0.000000	(t_t_x(294030,0),8169,0.000000)\
-			0.000000	(t_t_x(294048,0),8170,0.000000)\
-			0.000000	(t_t_x(294056,0),8171,0.000000)\
-			0.000000	(t_t_x(294089,190)LEMDAT04,8172,0.000000)\
-			0.000000	(t_t_x(294111,0),8173,0.000000)\
-			1.000000	(t_t_x(294112,0),8174,1.000000)\
-			0.000000	(t_t_x(294125,0),8175,0.000000)\
-			0.000000	(t_t_x(294126,0),8176,0.000000)\
-			0.000000	(t_t_x(294133,0),8177,0.000000)\
-			0.000000	(t_t_x(294164,0),8178,0.000000)\
-			0.000000	(t_t_x(294193,0),8179,0.000000)\
-			0.000000	(t_t_x(294200,127)RQXSI04E,8180,0.000000)\
-			0.000000	(t_t_x(294211,0),8181,0.000000)\
-			0.000000	(t_t_x(294362,0),8182,0.000000)\
-			0.000000	(t_t_x(294365,0),8183,0.000000)\
-			0.000000	(t_t_x(294370,111)KSPE104D,8184,0.000000)\
-			0.000000	(t_t_x(294406,0),8185,0.000000)\
-			0.000000	(t_t_x(294418,0),8186,0.000000)\
-			0.000000	(t_t_x(294433,140)RVKWU04M,8187,0.000000)\
-			0.000000	(t_t_x(294442,152)LOVN1504,8188,0.000000)\
-			0.000000	(t_t_x(294449,0),8189,0.000000)\
-			0.000000	(t_t_x(294460,0),8190,0.000000)\
-			0.000000	(t_t_x(294473,0),8191,0.000000)\
-			1.000000	(t_t_x(294490,0),8192,1.000000)\
-			0.000000	(t_t_x(294500,98)RASI04M,8193,0.000000)\
-			0.000000	(t_t_x(294501,0),8194,0.000000)\
-			0.000000	(t_t_x(294546,0),8195,0.000000)\
-			0.000000	(t_t_x(294556,0),8196,0.000000)\
-			0.000000	(t_t_x(294560,0),8197,0.000000)\
-			0.000000	(t_t_x(294603,0),8198,0.000000)\
-			0.000000	(t_t_x(294610,8)RQXU04E,8199,0.000000)\
-			0.000000	(t_t_x(294615,0),8200,0.000000)\
-			0.000000	(t_t_x(294633,0),8201,0.000000)\
-			0.000000	(t_t_x(294637,0),8202,0.000000)\
-			0.000000	(t_t_x(294656,0),8203,0.000000)\
-			1.000000	(t_t_x(294672,0),8204,1.000000)\
-			0.000000	(t_t_x(294674,0),8205,0.000000)\
-			0.000000	(t_t_x(294685,0),8206,0.000000)\
-			0.000000	(t_t_x(294750,0),8207,0.000000)\
-			0.000000	(t_t_x(294752,0),8208,0.000000)\
-			0.000000	(t_t_x(294756,0),8209,0.000000)\
-			0.000000	(t_t_x(294779,53)RNS04M,8210,0.000000)\
-			0.000000	(t_t_x(294791,0),8211,0.000000)\
-			0.000000	(t_t_x(294807,1070)LCES004M,8212,0.000000)\
-			0.000000	(t_t_x(294815,0),8213,0.000000)\
-			0.000000	(t_t_x(294841,0),8214,0.000000)\
-			0.000000	(t_t_x(294845,74)KFZ4404M,8215,0.000000)\
-			0.000000	(t_t_x(294847,0),8216,0.000000)\
-			0.000000	(t_t_x(294876,0),8217,0.000000)\
-			0.000000	(t_t_x(294899,0),8218,0.000000)\
-			0.000000	(t_t_x(294900,0),8219,0.000000)\
-			0.000000	(t_t_x(294912,63)RNS04M,8220,0.000000)\
-			0.000000	(t_t_x(294913,0),8221,0.000000)\
-			0.000000	(t_t_x(294925,803)RVKWU04M,8222,0.000000)\
-			0.000000	(t_t_x(294926,0),8223,0.000000)\
-			0.000000	(t_t_x(294938,0),8224,0.000000)\
-			0.000000	(t_t_x(294950,20)RNS04M,8225,0.000000)\
-			1.000000	(t_t_x(294986,180)LGKFN04,8226,1.000000)\
-			0.000000	(t_t_x(294990,0),8227,0.000000)\
-			0.000000	(t_t_x(294997,0),8228,0.000000)\
-			0.000000	(t_t_x(295005,0),8229,0.000000)\
-			0.000000	(t_t_x(295018,0),8230,0.000000)\
-			0.000000	(t_t_x(295023,0),8231,0.000000)\
-			0.000000	(t_t_x(295034,237)RNS04M,8232,0.000000)\
-			0.000000	(t_t_x(295047,0),8233,0.000000)\
-			0.000000	(t_t_x(295049,0),8234,0.000000)\
-			0.000000	(t_t_x(295116,102)RQXU04E,8235,0.000000)\
-			0.000000	(t_t_x(295129,0),8236,0.000000)\
-			1.000000	(t_t_x(295157,0),8237,1.000000)\
-			0.000000	(t_t_x(295162,16)RVKWS04,8238,0.000000)\
-			0.000000	(t_t_x(295168,3)BR204M,8239,0.000000)\
-			0.000000	(t_t_x(295205,0),8240,0.000000)\
-			0.000000	(t_t_x(295231,0),8241,0.000000)\
-			0.000000	(t_t_x(295273,0),8242,0.000000)\
-			0.000000	(t_t_x(295274,0),8243,0.000000)\
-			1.000000	(t_t_x(295282,0),8244,1.000000)\
-			0.000000	(t_t_x(295288,0),8245,0.000000)\
-			0.000000	(t_t_x(295292,0),8246,0.000000)\
-			0.000000	(t_t_x(295297,0),8247,0.000000)\
-			0.000000	(t_t_x(295298,0),8248,0.000000)\
-			1.000000	(t_t_x(295308,0),8249,1.000000)\
-			0.000000	(t_t_x(295333,0),8250,0.000000)\
-			1.000000	(t_t_x(295339,720)RVKWU04M,8251,1.000000)\
-			0.000000	(t_t_x(295343,627)RVKWU04M,8252,0.000000)\
-			0.000000	(t_t_x(295369,0),8253,0.000000)\
-			0.000000	(t_t_x(295371,0),8254,0.000000)\
-			0.000000	(t_t_x(295372,0),8255,0.000000)\
-			0.000000	(t_t_x(295393,0),8256,0.000000)\
-			0.000000	(t_t_x(295407,0),8257,0.000000)\
-			1.000000	(t_t_x(295413,0),8258,1.000000)\
-			0.000000	(t_t_x(295448,0),8259,0.000000)\
-			0.000000	(t_t_x(295456,789)RVKWU04M,8260,0.000000)\
-			0.000000	(t_t_x(295458,0),8261,0.000000)\
-			0.000000	(t_t_x(295463,0),8262,0.000000)\
-			0.000000	(t_t_x(295496,0),8263,0.000000)\
-			0.000000	(t_t_x(295497,0),8264,0.000000)\
-			0.000000	(t_t_x(295501,0),8265,0.000000)\
-			0.000000	(t_t_x(295503,497)RVKWU04M,8266,0.000000)\
-			0.000000	(t_t_x(295511,0),8267,0.000000)\
-			0.000000	(t_t_x(295516,0),8268,0.000000)\
-			0.000000	(t_t_x(295519,1)YB3EH04A,8269,0.000000)\
-			0.000000	(t_t_x(295521,0),8270,0.000000)\
-			0.000000	(t_t_x(295522,188)PMXX04M,8271,0.000000)\
-			0.000000	(t_t_x(295550,0),8272,0.000000)\
-			0.000000	(t_t_x(295569,0),8273,0.000000)\
-			0.000000	(t_t_x(295571,0),8274,0.000000)\
-			0.000000	(t_t_x(295594,0),8275,0.000000)\
-			0.000000	(t_t_x(295595,0),8276,0.000000)\
-			1.000000	(t_t_x(295609,152)RASI04M,8277,1.000000)\
-			0.000000	(t_t_x(295620,888)RVKWU04M,8278,0.000000)\
-			0.000000	(t_t_x(295634,0),8279,0.000000)\
-			0.000000	(t_t_x(295688,0),8280,0.000000)\
-			0.000000	(t_t_x(295691,29)RMZU04,8281,0.000000)\
-			0.000000	(t_t_x(295708,0),8282,0.000000)\
-			0.000000	(t_t_x(295711,561)LGAVA04,8283,0.000000)\
-			0.000000	(t_t_x(295723,475)RVKWU04M,8284,0.000000)\
-			0.000000	(t_t_x(295728,0),8285,0.000000)\
-			0.000000	(t_t_x(295730,17)LEMDAT04,8286,0.000000)\
-			0.000000	(t_t_x(295732,0),8287,0.000000)\
-			0.000000	(t_t_x(295733,0),8288,0.000000)\
-			0.000000	(t_t_x(295734,127)LEMDAT04,8289,0.000000)\
-			0.000000	(t_t_x(295747,58)YB3EH04A,8290,0.000000)\
-			0.000000	(t_t_x(295752,0),8291,0.000000)\
-			0.000000	(t_t_x(295754,140)LEMDAT04,8292,0.000000)\
-			0.000000	(t_t_x(295761,0),8293,0.000000)\
-			0.000000	(t_t_x(295790,0),8294,0.000000)\
-			0.000000	(t_t_x(295794,250)LEMDAT04,8295,0.000000)\
-			1.000000	(t_t_x(295795,0),8296,1.000000)\
-			0.000000	(t_t_x(295800,0),8297,0.000000)\
-			0.000000	(t_t_x(295817,0),8298,0.000000)\
-			0.000000	(t_t_x(295819,174)RVKWU04M,8299,0.000000)\
-			0.000000	(t_t_x(295822,0),8300,0.000000)\
-			0.000000	(t_t_x(295850,0),8301,0.000000)\
-			0.000000	(t_t_x(295862,0),8302,0.000000)\
-			0.000000	(t_t_x(295870,0),8303,0.000000)\
-			0.000000	(t_t_x(295875,0),8304,0.000000)\
-			0.000000	(t_t_x(295877,0),8305,0.000000)\
-			0.000000	(t_t_x(295885,0),8306,0.000000)\
-			0.000000	(t_t_x(295886,0),8307,0.000000)\
-			0.000000	(t_t_x(295887,0),8308,0.000000)\
-			0.000000	(t_t_x(295893,203)LEMDAT04,8309,0.000000)\
-			0.000000	(t_t_x(295905,0),8310,0.000000)\
-			0.000000	(t_t_x(295912,0),8311,0.000000)\
-			0.000000	(t_t_x(295915,0),8312,0.000000)\
-			0.000000	(t_t_x(295920,0),8313,0.000000)\
-			0.000000	(t_t_x(295923,0),8314,0.000000)\
-			0.000000	(t_t_x(295927,0),8315,0.000000)\
-			0.000000	(t_t_x(295932,35)RNS04M,8316,0.000000)\
-			0.000000	(t_t_x(295939,0),8317,0.000000)\
-			0.000000	(t_t_x(295941,0),8318,0.000000)\
-			1.000000	(t_t_x(295942,0),8319,1.000000)\
-			0.000000	(t_t_x(295952,0),8320,0.000000)\
-			0.000000	(t_t_x(295961,0),8321,0.000000)\
-			0.000000	(t_t_x(295980,108)RNS04M,8322,0.000000)\
-			0.000000	(t_t_x(296022,0),8323,0.000000)\
-			1.000000	(t_t_x(296031,23)MM204,8324,1.000000)\
-			0.000000	(t_t_x(296039,0),8325,0.000000)\
-			0.000000	(t_t_x(296046,0),8326,0.000000)\
-			0.000000	(t_t_x(296104,267)KFUL1U04,8327,0.000000)\
-			0.000000	(t_t_x(296131,0),8328,0.000000)\
-			0.000000	(t_t_x(296145,0),8329,0.000000)\
-			0.000000	(t_t_x(296153,0),8330,0.000000)\
-			0.000000	(t_t_x(296155,0),8331,0.000000)\
-			0.000000	(t_t_x(296158,0),8332,0.000000)\
-			0.000000	(t_t_x(296164,0),8333,0.000000)\
-			0.000000	(t_t_x(296180,0),8334,0.000000)\
-			0.000000	(t_t_x(296209,0),8335,0.000000)\
-			1.000000	(t_t_x(296212,148)KSLN04A,8336,1.000000)\
-			0.000000	(t_t_x(296238,0),8337,0.000000)\
-			0.000000	(t_t_x(296248,0),8338,0.000000)\
-			0.000000	(t_t_x(296289,0),8339,0.000000)\
-			0.000000	(t_t_x(296295,0),8340,0.000000)\
-			0.000000	(t_t_x(296307,0),8341,0.000000)\
-			0.000000	(t_t_x(296317,0),8342,0.000000)\
-			0.000000	(t_t_x(296334,0),8343,0.000000)\
-			0.000000	(t_t_x(296337,0),8344,0.000000)\
-			0.000000	(t_t_x(296350,0),8345,0.000000)\
-			0.000000	(t_t_x(296365,355)LGAVA04,8346,0.000000)\
-			0.000000	(t_t_x(296392,154)KSLN04A,8347,0.000000)\
-			0.000000	(t_t_x(296394,0),8348,0.000000)\
-			0.000000	(t_t_x(296401,0),8349,0.000000)\
-			0.000000	(t_t_x(296406,0),8350,0.000000)\
-			0.000000	(t_t_x(296407,48)YB3EH04A,8351,0.000000)\
-			0.000000	(t_t_x(296463,0),8352,0.000000)\
-			0.000000	(t_t_x(296465,0),8353,0.000000)\
-			0.000000	(t_t_x(296473,7)LCES004,8354,0.000000)\
-			0.000000	(t_t_x(296477,24)YB3EH04A,8355,0.000000)\
-			0.000000	(t_t_x(296521,41)KFUL1U04,8356,0.000000)\
-			0.000000	(t_t_x(296550,33)YB3EH04A,8357,0.000000)\
-			0.000000	(t_t_x(296563,0),8358,0.000000)\
-			0.000000	(t_t_x(296565,0),8359,0.000000)\
-			0.000000	(t_t_x(296585,0),8360,0.000000)\
-			0.000000	(t_t_x(296635,0),8361,0.000000)\
-			0.000000	(t_t_x(296640,0),8362,0.000000)\
-			0.000000	(t_t_x(296641,0),8363,0.000000)\
-			0.000000	(t_t_x(296649,0),8364,0.000000)\
-			0.000000	(t_t_x(296668,0),8365,0.000000)\
-			0.000000	(t_t_x(296685,0),8366,0.000000)\
-			0.000000	(t_t_x(296721,0),8367,0.000000)\
-			0.000000	(t_t_x(296754,634)LGKFN04,8368,0.000000)\
-			0.000000	(t_t_x(296755,0),8369,0.000000)\
-			0.000000	(t_t_x(296792,0),8370,0.000000)\
-			0.000000	(t_t_x(296824,0),8371,0.000000)\
-			0.000000	(t_t_x(296840,0),8372,0.000000)\
-			0.000000	(t_t_x(296850,0),8373,0.000000)\
-			0.000000	(t_t_x(296851,0),8374,0.000000)\
-			0.000000	(t_t_x(296857,5)BR204M,8375,0.000000)\
-			0.000000	(t_t_x(296864,0),8376,0.000000)\
-			0.000000	(t_t_x(296878,0),8377,0.000000)\
-			0.000000	(t_t_x(296918,0),8378,0.000000)\
-			0.000000	(t_t_x(296922,153)LGKFN04,8379,0.000000)\
-			1.000000	(t_t_x(296928,72)LGIRA04,8380,1.000000)\
-			0.000000	(t_t_x(296939,0),8381,0.000000)\
-			0.000000	(t_t_x(296955,0),8382,0.000000)\
-			0.000000	(t_t_x(296978,4)YB3EH04A,8383,0.000000)\
-			0.000000	(t_t_x(297011,0),8384,0.000000)\
-			0.000000	(t_t_x(297035,0),8385,0.000000)\
-			0.000000	(t_t_x(297037,56)LEBAS04A,8386,0.000000)\
-			0.000000	(t_t_x(297057,168)KCHI104M,8387,0.000000)\
-			0.000000	(t_t_x(297075,0),8388,0.000000)\
-			0.000000	(t_t_x(297076,0),8389,0.000000)\
-			0.000000	(t_t_x(297079,0),8390,0.000000)\
-			0.000000	(t_t_x(297080,0),8391,0.000000)\
-			0.000000	(t_t_x(297087,0),8392,0.000000)\
-			0.000000	(t_t_x(297113,0),8393,0.000000)\
-			0.000000	(t_t_x(297129,0),8394,0.000000)\
-			0.000000	(t_t_x(297145,24)LOVN1504,8395,0.000000)\
-			0.000000	(t_t_x(297157,654)LGKFN04,8396,0.000000)\
-			0.000000	(t_t_x(297158,0),8397,0.000000)\
-			0.000000	(t_t_x(297185,0),8398,0.000000)\
-			0.000000	(t_t_x(297207,0),8399,0.000000)\
-			0.000000	(t_t_x(297228,0),8400,0.000000)\
-			0.000000	(t_t_x(297232,24)RNI04M,8401,0.000000)\
-			0.000000	(t_t_x(297250,0),8402,0.000000)\
-			0.000000	(t_t_x(297288,171)YB3EH04A,8403,0.000000)\
-			0.000000	(t_t_x(297293,0),8404,0.000000)\
-			0.000000	(t_t_x(297313,0),8405,0.000000)\
-			0.000000	(t_t_x(297350,0),8406,0.000000)\
-			0.000000	(t_t_x(297362,0),8407,0.000000)\
-			0.000000	(t_t_x(297370,0),8408,0.000000)\
-			0.000000	(t_t_x(297384,0),8409,0.000000)\
-			0.000000	(t_t_x(297393,0),8410,0.000000)\
-			0.000000	(t_t_x(297398,0),8411,0.000000)\
-			0.000000	(t_t_x(297403,0),8412,0.000000)\
-			0.000000	(t_t_x(297407,0),8413,0.000000)\
-			0.000000	(t_t_x(297424,0),8414,0.000000)\
-			0.000000	(t_t_x(297427,186)RMZSI04,8415,0.000000)\
-			0.000000	(t_t_x(297433,0),8416,0.000000)\
-			0.000000	(t_t_x(297436,86)FUJ04M,8417,0.000000)\
-			0.000000	(t_t_x(297482,0),8418,0.000000)\
-			0.000000	(t_t_x(297500,393)LEBAS04A,8419,0.000000)\
-			0.000000	(t_t_x(297505,0),8420,0.000000)\
-			0.000000	(t_t_x(297519,0),8421,0.000000)\
-			0.000000	(t_t_x(297546,0),8422,0.000000)\
-			0.000000	(t_t_x(297571,0),8423,0.000000)\
-			0.000000	(t_t_x(297572,226)RVKWU04M,8424,0.000000)\
-			0.000000	(t_t_x(297613,0),8425,0.000000)\
-			0.000000	(t_t_x(297616,810)LGSRA04,8426,0.000000)\
-			0.000000	(t_t_x(297679,0),8427,0.000000)\
-			0.000000	(t_t_x(297680,617)RMZSI04,8428,0.000000)\
-			0.000000	(t_t_x(297682,0),8429,0.000000)\
-			0.000000	(t_t_x(297702,92)RMZSI04,8430,0.000000)\
-			0.000000	(t_t_x(297708,10)KFZ4404M,8431,0.000000)\
-			0.000000	(t_t_x(297721,0),8432,0.000000)\
-			0.000000	(t_t_x(297726,0),8433,0.000000)\
-			0.000000	(t_t_x(297744,0),8434,0.000000)\
-			0.000000	(t_t_x(297762,0),8435,0.000000)\
-			0.000000	(t_t_x(297773,0),8436,0.000000)\
-			0.000000	(t_t_x(297781,10)YB3EH04A,8437,0.000000)\
-			0.000000	(t_t_x(297827,0),8438,0.000000)\
-			0.000000	(t_t_x(297851,0),8439,0.000000)\
-			0.000000	(t_t_x(297904,105)LOVN1504,8440,0.000000)\
-			0.000000	(t_t_x(297922,0),8441,0.000000)\
-			0.000000	(t_t_x(297929,0),8442,0.000000)\
-			1.000000	(t_t_x(297958,0),8443,1.000000)\
-			0.000000	(t_t_x(297974,0),8444,0.000000)\
-			0.000000	(t_t_x(298009,0),8445,0.000000)\
-			0.000000	(t_t_x(298080,0),8446,0.000000)\
-			0.000000	(t_t_x(298089,0),8447,0.000000)\
-			0.000000	(t_t_x(298090,0),8448,0.000000)\
-			0.000000	(t_t_x(298114,0),8449,0.000000)\
-			1.000000	(t_t_x(298116,0),8450,1.000000)\
-			0.000000	(t_t_x(298128,0),8451,0.000000)\
-			0.000000	(t_t_x(298171,0),8452,0.000000)\
-			0.000000	(t_t_x(298177,0),8453,0.000000)\
-			0.000000	(t_t_x(298183,80)YB3EH04A,8454,0.000000)\
-			0.000000	(t_t_x(298212,0),8455,0.000000)\
-			0.000000	(t_t_x(298218,0),8456,0.000000)\
-			0.000000	(t_t_x(298237,0),8457,0.000000)\
-			0.000000	(t_t_x(298246,0),8458,0.000000)\
-			0.000000	(t_t_x(298249,229)RNS04M,8459,0.000000)\
-			0.000000	(t_t_x(298297,0),8460,0.000000)\
-			0.000000	(t_t_x(298300,0),8461,0.000000)\
-			0.000000	(t_t_x(298306,0),8462,0.000000)\
-			0.000000	(t_t_x(298321,9)LEBAS04A,8463,0.000000)\
-			0.000000	(t_t_x(298333,5)KSPE104D,8464,0.000000)\
-			0.000000	(t_t_x(298368,0),8465,0.000000)\
-			0.000000	(t_t_x(298378,0),8466,0.000000)\
-			0.000000	(t_t_x(298384,0),8467,0.000000)\
-			0.000000	(t_t_x(298397,0),8468,0.000000)\
-			0.000000	(t_t_x(298402,668)LCES004M,8469,0.000000)\
-			0.000000	(t_t_x(298426,693)LCES004M,8470,0.000000)\
-			0.000000	(t_t_x(298434,1477)LCES004,8471,0.000000)\
-			0.000000	(t_t_x(298447,0),8472,0.000000)\
-			0.000000	(t_t_x(298477,368)RMZSI04,8473,0.000000)\
-			0.000000	(t_t_x(298480,0),8474,0.000000)\
-			0.000000	(t_t_x(298488,0),8475,0.000000)\
-			0.000000	(t_t_x(298501,0),8476,0.000000)\
-			0.000000	(t_t_x(298502,32)YB3EH04A,8477,0.000000)\
-			0.000000	(t_t_x(298503,0),8478,0.000000)\
-			0.000000	(t_t_x(298528,1167)LCES004,8479,0.000000)\
-			0.000000	(t_t_x(298564,0),8480,0.000000)\
-			0.000000	(t_t_x(298588,0),8481,0.000000)\
-			0.000000	(t_t_x(298592,0),8482,0.000000)\
-			0.000000	(t_t_x(298619,0),8483,0.000000)\
-			0.000000	(t_t_x(298646,0),8484,0.000000)\
-			0.000000	(t_t_x(298660,13)KCHI104M,8485,0.000000)\
-			0.000000	(t_t_x(298706,0),8486,0.000000)\
-			0.000000	(t_t_x(298713,0),8487,0.000000)\
-			0.000000	(t_t_x(298715,0),8488,0.000000)\
-			0.000000	(t_t_x(300045,40)KSPE104D,8489,0.000000)\
-			0.000000	(t_t_x(300064,0),8490,0.000000)\
-			0.000000	(t_t_x(300072,15)KSLN04A,8491,0.000000)\
-			0.000000	(t_t_x(300133,0),8492,0.000000)\
-			0.000000	(t_t_x(300137,0),8493,0.000000)\
-			0.000000	(t_t_x(300146,0),8494,0.000000)\
-			0.000000	(t_t_x(300185,0),8495,0.000000)\
-			0.000000	(t_t_x(300204,0),8496,0.000000)\
-			0.000000	(t_t_x(300231,0),8497,0.000000)\
-			0.000000	(t_t_x(300232,0),8498,0.000000)\
-			0.000000	(t_t_x(300237,0),8499,0.000000)\
-			0.000000	(t_t_x(300256,177)LOVN1504,8500,0.000000)\
-			1.000000	(t_t_x(300287,156)RNS04M,8501,1.000000)\
-			0.000000	(t_t_x(300290,0),8502,0.000000)\
-			0.000000	(t_t_x(300332,0),8503,0.000000)\
-			0.000000	(t_t_x(300414,0),8504,0.000000)\
-			0.000000	(t_t_x(300421,0),8505,0.000000)\
-			0.000000	(t_t_x(300422,0),8506,0.000000)\
-			0.000000	(t_t_x(300424,0),8507,0.000000)\
-			0.000000	(t_t_x(300428,0),8508,0.000000)\
-			0.000000	(t_t_x(300430,0),8509,0.000000)\
-			0.000000	(t_t_x(300445,1537)LCES004,8510,0.000000)\
-			0.000000	(t_t_x(300487,0),8511,0.000000)\
-			0.000000	(t_t_x(300504,377)LGKFN04,8512,0.000000)\
-			0.000000	(t_t_x(300521,0),8513,0.000000)\
-			0.000000	(t_t_x(300538,112)KSPE104D,8514,0.000000)\
-			0.000000	(t_t_x(300571,0),8515,0.000000)\
-			0.000000	(t_t_x(300582,0),8516,0.000000)\
-			0.000000	(t_t_x(300590,0),8517,0.000000)\
-			0.000000	(t_t_x(300621,1409)LCES004,8518,0.000000)\
-			0.000000	(t_t_x(300666,646)LCES004,8519,0.000000)\
-			0.000000	(t_t_x(300727,0),8520,0.000000)\
-			0.000000	(t_t_x(300750,62)EG11G04M,8521,0.000000)\
-			0.000000	(t_t_x(300765,0),8522,0.000000)\
-			0.000000	(t_t_x(300774,0),8523,0.000000)\
-			0.000000	(t_t_x(300786,570)LCES004M,8524,0.000000)\
-			0.000000	(t_t_x(300815,982)LCES004M,8525,0.000000)\
-			0.000000	(t_t_x(300850,0),8526,0.000000)\
-			0.000000	(t_t_x(300851,0),8527,0.000000)\
-			0.000000	(t_t_x(300885,172)RMZSI04,8528,0.000000)\
-			0.000000	(t_t_x(300896,0),8529,0.000000)\
-			0.000000	(t_t_x(300931,21)KSPE104D,8530,0.000000)\
-			0.000000	(t_t_x(300956,0),8531,0.000000)\
-			0.000000	(t_t_x(300964,291)LGKFN04,8532,0.000000)\
-			0.000000	(t_t_x(301010,5)RNS04M,8533,0.000000)\
-			0.000000	(t_t_x(301035,0),8534,0.000000)\
-			0.000000	(t_t_x(301041,36)BKED1204,8535,0.000000)\
-			0.000000	(t_t_x(301058,930)LCES004M,8536,0.000000)\
-			0.000000	(t_t_x(301059,0),8537,0.000000)\
-			0.000000	(t_t_x(301070,588)EDGG704,8538,0.000000)\
-			0.000000	(t_t_x(301074,61)LGKFN04,8539,0.000000)\
-			0.000000	(t_t_x(301088,173)LEMDAT04,8540,0.000000)\
-			0.000000	(t_t_x(301101,0),8541,0.000000)\
-			0.000000	(t_t_x(301139,780)LCES004M,8542,0.000000)\
-			0.000000	(t_t_x(301145,157)YB3EH04A,8543,0.000000)\
-			0.000000	(t_t_x(301219,0),8544,0.000000)\
-			0.000000	(t_t_x(301285,0),8545,0.000000)\
-			1.000000	(t_t_x(301287,0),8546,1.000000)\
-			0.000000	(t_t_x(301299,0),8547,0.000000)\
-			0.000000	(t_t_x(301329,0),8548,0.000000)\
-			0.000000	(t_t_x(301342,960)LCES004M,8549,0.000000)\
-			0.000000	(t_t_x(301346,0),8550,0.000000)\
-			0.000000	(t_t_x(301353,5)KSPE104D,8551,0.000000)\
-			0.000000	(t_t_x(301367,0),8552,0.000000)\
-			0.000000	(t_t_x(301391,184)RMZSI04,8553,0.000000)\
-			0.000000	(t_t_x(301417,154)LGKFN04,8554,0.000000)\
-			0.000000	(t_t_x(301420,304)LELVL104,8555,0.000000)\
-			0.000000	(t_t_x(301461,47)YB3EH04A,8556,0.000000)\
-			0.000000	(t_t_x(301477,184)MRAE04,8557,0.000000)\
-			0.000000	(t_t_x(301496,0),8558,0.000000)\
-			0.000000	(t_t_x(301501,114)LCES004,8559,0.000000)\
-			0.000000	(t_t_x(301540,0),8560,0.000000)\
-			0.000000	(t_t_x(301590,0),8561,0.000000)\
-			0.000000	(t_t_x(301601,0),8562,0.000000)\
-			0.000000	(t_t_x(301687,115)LEBAS04A,8563,0.000000)\
-			0.000000	(t_t_x(301707,0),8564,0.000000)\
-			0.000000	(t_t_x(301709,1219)LCES004M,8565,0.000000)\
-			0.000000	(t_t_x(301721,0),8566,0.000000)\
-			0.000000	(t_t_x(301727,0),8567,0.000000)\
-			0.000000	(t_t_x(301749,27)KSLN04A,8568,0.000000)\
-			0.000000	(t_t_x(301757,0),8569,0.000000)\
-			0.000000	(t_t_x(301783,0),8570,0.000000)\
-			0.000000	(t_t_x(301785,0),8571,0.000000)\
-			0.000000	(t_t_x(301815,9)GL4W04M,8572,0.000000)\
-			0.000000	(t_t_x(301819,0),8573,0.000000)\
-			0.000000	(t_t_x(301888,0),8574,0.000000)\
-			0.000000	(t_t_x(301968,50)EG11G04M,8575,0.000000)\
-			0.000000	(t_t_x(302060,0),8576,0.000000)\
-			0.000000	(t_t_x(302073,0),8577,0.000000)\
-			0.000000	(t_t_x(302096,0),8578,0.000000)\
-			0.000000	(t_t_x(302136,0),8579,0.000000)\
-			0.000000	(t_t_x(302179,0),8580,0.000000)\
-			0.000000	(t_t_x(302180,0),8581,0.000000)\
-			0.000000	(t_t_x(302224,281)LELVL104,8582,0.000000)\
-			0.000000	(t_t_x(302247,0),8583,0.000000)\
-			0.000000	(t_t_x(302262,0),8584,0.000000)\
-			0.000000	(t_t_x(302300,0),8585,0.000000)\
-			0.000000	(t_t_x(302310,0),8586,0.000000)\
-			0.000000	(t_t_x(302341,0),8587,0.000000)\
-			0.000000	(t_t_x(302351,0),8588,0.000000)\
-			0.000000	(t_t_x(302365,685)RMZSI04,8589,0.000000)\
-			0.000000	(t_t_x(302390,131)RMZSI04,8590,0.000000)\
-			0.000000	(t_t_x(302457,0),8591,0.000000)\
-			0.000000	(t_t_x(302470,0),8592,0.000000)\
-			0.000000	(t_t_x(302474,0),8593,0.000000)\
-			1.000000	(t_t_x(302528,0),8594,1.000000)\
-			0.000000	(t_t_x(302530,0),8595,0.000000)\
-			0.000000	(t_t_x(302531,0),8596,0.000000)\
-			0.000000	(t_t_x(302536,0),8597,0.000000)\
-			0.000000	(t_t_x(302552,0),8598,0.000000)\
-			0.000000	(t_t_x(302575,0),8599,0.000000)\
-			0.000000	(t_t_x(302591,18)BKED1204,8600,0.000000)\
-			0.000000	(t_t_x(302632,0),8601,0.000000)\
-			0.000000	(t_t_x(302643,52)EG11G04M,8602,0.000000)\
-			0.000000	(t_t_x(302650,0),8603,0.000000)\
-			0.000000	(t_t_x(302661,72)EG11G04M,8604,0.000000)\
-			0.000000	(t_t_x(302665,35)GL34W04,8605,0.000000)\
-			0.000000	(t_t_x(302670,146)RMZSI04,8606,0.000000)\
-			0.000000	(t_t_x(302679,0),8607,0.000000)\
-			0.000000	(t_t_x(302686,0),8608,0.000000)\
-			0.000000	(t_t_x(302705,0),8609,0.000000)\
-			0.000000	(t_t_x(302741,449)RMZSI04,8610,0.000000)\
-			0.000000	(t_t_x(302774,246)RMZSI04,8611,0.000000)\
-			0.000000	(t_t_x(302798,0),8612,0.000000)\
-			0.000000	(t_t_x(302801,0),8613,0.000000)\
-			0.000000	(t_t_x(302830,70)RMZSI04,8614,0.000000)\
-			0.000000	(t_t_x(302840,49)RMZU04,8615,0.000000)\
-			0.000000	(t_t_x(302940,0),8616,0.000000)\
-			0.000000	(t_t_x(302944,653)RMZSI04,8617,0.000000)\
-			0.000000	(t_t_x(302970,0),8618,0.000000)\
-			0.000000	(t_t_x(302986,512)LEBAS04A,8619,0.000000)\
-			0.000000	(t_t_x(303013,0),8620,0.000000)\
-			0.000000	(t_t_x(303017,0),8621,0.000000)\
-			0.000000	(t_t_x(303035,0),8622,0.000000)\
-			0.000000	(t_t_x(303061,0),8623,0.000000)\
-			0.000000	(t_t_x(303077,0),8624,0.000000)\
-			0.000000	(t_t_x(303139,0),8625,0.000000)\
-			0.000000	(t_t_x(303152,314)LEBAS04A,8626,0.000000)\
-			0.000000	(t_t_x(303156,266)EG11G04M,8627,0.000000)\
-			0.000000	(t_t_x(303164,87)KSPE104D,8628,0.000000)\
-			0.000000	(t_t_x(303173,0),8629,0.000000)\
-			0.000000	(t_t_x(303194,0),8630,0.000000)\
-			0.000000	(t_t_x(303195,390)MRAE04,8631,0.000000)\
-			0.000000	(t_t_x(303203,1707)LCES004,8632,0.000000)\
-			0.000000	(t_t_x(303209,224)LEBAS04A,8633,0.000000)\
-			0.000000	(t_t_x(303215,0),8634,0.000000)\
-			0.000000	(t_t_x(303224,0),8635,0.000000)\
-			0.000000	(t_t_x(303227,322)LELVL104,8636,0.000000)\
-			0.000000	(t_t_x(303235,186)EGPFA04,8637,0.000000)\
-			0.000000	(t_t_x(303247,0),8638,0.000000)\
-			0.000000	(t_t_x(303253,0),8639,0.000000)\
-			0.000000	(t_t_x(303270,0),8640,0.000000)\
-			0.000000	(t_t_x(303282,7)LEMDAT04,8641,0.000000)\
-			0.000000	(t_t_x(303297,0),8642,0.000000)\
-			0.000000	(t_t_x(303314,60)EG11G04M,8643,0.000000)\
-			0.000000	(t_t_x(303341,797)LCES004M,8644,0.000000)\
-			0.000000	(t_t_x(303409,0),8645,0.000000)\
-			0.000000	(t_t_x(303471,0),8646,0.000000)\
-			0.000000	(t_t_x(303476,0),8647,0.000000)\
-			0.000000	(t_t_x(303485,425)LELVL104,8648,0.000000)\
-			0.000000	(t_t_x(303503,16)KSLN04A,8649,0.000000)\
-			0.000000	(t_t_x(303506,1830)LCES004,8650,0.000000)\
-			0.000000	(t_t_x(303517,420)RMZSI04,8651,0.000000)\
-			0.000000	(t_t_x(303529,608)EDGG704,8652,0.000000)\
-			0.000000	(t_t_x(303534,3213)LGZAA04M,8653,0.000000)\
-			0.000000	(t_t_x(303604,146)LELVL104,8654,0.000000)\
-			0.000000	(t_t_x(303617,99)KSLN04A,8655,0.000000)\
-			0.000000	(t_t_x(303652,0),8656,0.000000)\
-			0.000000	(t_t_x(303662,5)KSPE104D,8657,0.000000)\
-			0.000000	(t_t_x(303664,219)LGAVA04,8658,0.000000)\
-			0.000000	(t_t_x(303665,1780)LCES004,8659,0.000000)\
-			0.000000	(t_t_x(303666,24)YB3EH04A,8660,0.000000)\
-			0.000000	(t_t_x(303747,38)KSAL1204,8661,0.000000)\
-			0.000000	(t_t_x(303771,0),8662,0.000000)\
-			0.000000	(t_t_x(303784,38)KSPE104D,8663,0.000000)\
-			0.000000	(t_t_x(303790,0),8664,0.000000)\
-			0.000000	(t_t_x(303810,0),8665,0.000000)\
-			0.000000	(t_t_x(303814,873)EDGG704,8666,0.000000)\
-			0.000000	(t_t_x(303829,0),8667,0.000000)\
-			0.000000	(t_t_x(303832,0),8668,0.000000)\
-			0.000000	(t_t_x(303842,12)LELVU04,8669,0.000000)\
-			0.000000	(t_t_x(303874,0),8670,0.000000)\
-			0.000000	(t_t_x(303900,0),8671,0.000000)\
-			0.000000	(t_t_x(303911,0),8672,0.000000)\
-			0.000000	(t_t_x(303930,0),8673,0.000000)\
-			0.000000	(t_t_x(303959,2115)LGZAA04M,8674,0.000000)\
-			0.000000	(t_t_x(303971,0),8675,0.000000)\
-			0.000000	(t_t_x(303979,0),8676,0.000000)\
-			0.000000	(t_t_x(303992,0),8677,0.000000)\
-			0.000000	(t_t_x(304001,201)LEBAS04A,8678,0.000000)\
-			0.000000	(t_t_x(304007,339)EG11G04M,8679,0.000000)\
-			0.000000	(t_t_x(304041,0),8680,0.000000)\
-			0.000000	(t_t_x(304074,0),8681,0.000000)\
-			0.000000	(t_t_x(304100,0),8682,0.000000)\
-			0.000000	(t_t_x(304139,230)LELVL104,8683,0.000000)\
-			0.000000	(t_t_x(304182,277)LELVL104,8684,0.000000)\
-			0.000000	(t_t_x(304230,697)EDGG704,8685,0.000000)\
-			0.000000	(t_t_x(304242,0),8686,0.000000)\
-			0.000000	(t_t_x(304245,0),8687,0.000000)\
-			0.000000	(t_t_x(304253,1097)LCES004M,8688,0.000000)\
-			0.000000	(t_t_x(304254,0),8689,0.000000)\
-			0.000000	(t_t_x(304261,0),8690,0.000000)\
-			0.000000	(t_t_x(304263,322)LELVL104,8691,0.000000)\
-			0.000000	(t_t_x(304315,0),8692,0.000000)\
-			0.000000	(t_t_x(304335,522)LELVL104,8693,0.000000)\
-			0.000000	(t_t_x(304362,1553)LGZAA04M,8694,0.000000)\
-			0.000000	(t_t_x(304414,3)LEMDAT04,8695,0.000000)\
-			0.000000	(t_t_x(304433,0),8696,0.000000)\
-			0.000000	(t_t_x(304443,0),8697,0.000000)\
-			0.000000	(t_t_x(304453,0),8698,0.000000)\
-			0.000000	(t_t_x(304456,0),8699,0.000000)\
-			0.000000	(t_t_x(304458,0),8700,0.000000)\
-			0.000000	(t_t_x(304483,30)LCES004,8701,0.000000)\
-			0.000000	(t_t_x(304486,66)LELVU04,8702,0.000000)\
-			0.000000	(t_t_x(304529,0),8703,0.000000)\
-			0.000000	(t_t_x(304552,0),8704,0.000000)\
-			0.000000	(t_t_x(304557,0),8705,0.000000)\
-			0.000000	(t_t_x(304568,76)ZM56704,8706,0.000000)\
-			0.000000	(t_t_x(304583,0),8707,0.000000)\
-			0.000000	(t_t_x(304606,196)KFUL1U04,8708,0.000000)\
-			0.000000	(t_t_x(304631,0),8709,0.000000)\
-			0.000000	(t_t_x(304701,0),8710,0.000000)\
-			0.000000	(t_t_x(304713,0),8711,0.000000)\
-			0.000000	(t_t_x(304734,0),8712,0.000000)\
-			0.000000	(t_t_x(304739,0),8713,0.000000)\
-			0.000000	(t_t_x(304753,0),8714,0.000000)\
-			0.000000	(t_t_x(304765,0),8715,0.000000)\
-			0.000000	(t_t_x(304780,0),8716,0.000000)\
-			0.000000	(t_t_x(304798,0),8717,0.000000)\
-			0.000000	(t_t_x(304803,0),8718,0.000000)\
-			0.000000	(t_t_x(304857,0),8719,0.000000)\
-			0.000000	(t_t_x(304895,0),8720,0.000000)\
-			0.000000	(t_t_x(304979,0),8721,0.000000)\
-			0.000000	(t_t_x(304980,0),8722,0.000000)\
-			0.000000	(t_t_x(305019,0),8723,0.000000)\
-			0.000000	(t_t_x(305039,0),8724,0.000000)\
-			0.000000	(t_t_x(305074,0),8725,0.000000)\
-			0.000000	(t_t_x(305112,0),8726,0.000000)\
-			0.000000	(t_t_x(305122,187)LEBAS04A,8727,0.000000)\
-			0.000000	(t_t_x(305154,16)LELVL104,8728,0.000000)\
-			0.000000	(t_t_x(305224,0),8729,0.000000)\
-			0.000000	(t_t_x(305283,0),8730,0.000000)\
-			0.000000	(t_t_x(305363,0),8731,0.000000)\
-			0.000000	(t_t_x(305375,0),8732,0.000000)\
-			0.000000	(t_t_x(305462,746)EDGG704,8733,0.000000)\
-			0.000000	(t_t_x(305491,0),8734,0.000000)\
-			0.000000	(t_t_x(305522,51)KSPE104D,8735,0.000000)\
-			0.000000	(t_t_x(305532,0),8736,0.000000)\
-			1.000000	(t_t_x(305535,0),8737,1.000000)\
-			0.000000	(t_t_x(305538,570)RMZSI04,8738,0.000000)\
-			0.000000	(t_t_x(305548,0),8739,0.000000)\
-			0.000000	(t_t_x(305557,1200)LCES004,8740,0.000000)\
-			0.000000	(t_t_x(305593,0),8741,0.000000)\
-			0.000000	(t_t_x(305597,0),8742,0.000000)\
-			0.000000	(t_t_x(305599,0),8743,0.000000)\
-			0.000000	(t_t_x(305604,0),8744,0.000000)\
-			0.000000	(t_t_x(305671,0),8745,0.000000)\
-			0.000000	(t_t_x(305686,0),8746,0.000000)\
-			0.000000	(t_t_x(305689,58)LEMDAT04,8747,0.000000)\
-			0.000000	(t_t_x(305696,0),8748,0.000000)\
-			0.000000	(t_t_x(305697,322)LEMDAT04,8749,0.000000)\
-			0.000000	(t_t_x(305716,6)KWUR1C04,8750,0.000000)\
-			0.000000	(t_t_x(305728,29)ZM56704,8751,0.000000)\
-			0.000000	(t_t_x(305730,320)LGIRA04,8752,0.000000)\
-			0.000000	(t_t_x(305753,0),8753,0.000000)\
-			0.000000	(t_t_x(305764,0),8754,0.000000)\
-			0.000000	(t_t_x(305791,0),8755,0.000000)\
-			0.000000	(t_t_x(305798,900)LCES004,8756,0.000000)\
-			0.000000	(t_t_x(305802,1083)EDGG704,8757,0.000000)\
-			0.000000	(t_t_x(305803,0),8758,0.000000)\
-			0.000000	(t_t_x(305828,0),8759,0.000000)\
-			0.000000	(t_t_x(305867,1013)EDGG704,8760,0.000000)\
-			0.000000	(t_t_x(305887,1924)LCES004,8761,0.000000)\
-			0.000000	(t_t_x(305899,258)LEBAS04A,8762,0.000000)\
-			0.000000	(t_t_x(305915,0),8763,0.000000)\
-			0.000000	(t_t_x(305950,0),8764,0.000000)\
-			0.000000	(t_t_x(305962,60)LEMDAT04,8765,0.000000)\
-			0.000000	(t_t_x(305967,111)LELVL104,8766,0.000000)\
-			0.000000	(t_t_x(306007,21)YB3EH04A,8767,0.000000)\
-			0.000000	(t_t_x(306066,0),8768,0.000000)\
-			0.000000	(t_t_x(306149,0),8769,0.000000)\
-			0.000000	(t_t_x(306187,0),8770,0.000000)\
-			0.000000	(t_t_x(306197,115)LEBAS04A,8771,0.000000)\
-			0.000000	(t_t_x(306206,0),8772,0.000000)\
-			0.000000	(t_t_x(306207,895)LCES004M,8773,0.000000)\
-			0.000000	(t_t_x(306242,0),8774,0.000000)\
-			0.000000	(t_t_x(306243,0),8775,0.000000)\
-			0.000000	(t_t_x(306251,51)RMZU04,8776,0.000000)\
-			1.000000	(t_t_x(306253,0),8777,1.000000)\
-			0.000000	(t_t_x(306272,0),8778,0.000000)\
-			0.000000	(t_t_x(306283,0),8779,0.000000)\
-			0.000000	(t_t_x(306307,4)RMZU04,8780,0.000000)\
-			0.000000	(t_t_x(306308,0),8781,0.000000)\
-			0.000000	(t_t_x(306346,1888)LCES004,8782,0.000000)\
-			0.000000	(t_t_x(306358,207)RMZSI04,8783,0.000000)\
-			0.000000	(t_t_x(306384,27)LELVU04,8784,0.000000)\
-			0.000000	(t_t_x(306397,0),8785,0.000000)\
-			0.000000	(t_t_x(306405,812)EDGG704,8786,0.000000)\
-			0.000000	(t_t_x(306413,571)LGKFN04,8787,0.000000)\
-			0.000000	(t_t_x(306449,441)LEBAS04A,8788,0.000000)\
-			0.000000	(t_t_x(306542,0),8789,0.000000)\
-			0.000000	(t_t_x(306667,0),8790,0.000000)\
-			0.000000	(t_t_x(306669,45)MRAE04,8791,0.000000)\
-			0.000000	(t_t_x(306685,0),8792,0.000000)\
-			0.000000	(t_t_x(306698,1580)EDGG704,8793,0.000000)\
-			0.000000	(t_t_x(306710,0),8794,0.000000)\
-			0.000000	(t_t_x(306718,0),8795,0.000000)\
-			0.000000	(t_t_x(306743,290)RMZSI04,8796,0.000000)\
-			0.000000	(t_t_x(306751,0),8797,0.000000)\
-			0.000000	(t_t_x(306756,0),8798,0.000000)\
-			0.000000	(t_t_x(306801,34)RMZU04,8799,0.000000)\
-			0.000000	(t_t_x(306846,0),8800,0.000000)\
-			0.000000	(t_t_x(306862,3)KSAL1204,8801,0.000000)\
-			0.000000	(t_t_x(306868,108)KSLN04A,8802,0.000000)\
-			0.000000	(t_t_x(306922,40)LOVN1504,8803,0.000000)\
-			0.000000	(t_t_x(306943,0),8804,0.000000)\
-			0.000000	(t_t_x(306995,0),8805,0.000000)\
-			0.000000	(t_t_x(307018,464)RMZSI04,8806,0.000000)\
-			0.000000	(t_t_x(307021,0),8807,0.000000)\
-			0.000000	(t_t_x(307055,0),8808,0.000000)\
-			0.000000	(t_t_x(307060,0),8809,0.000000)\
-			0.000000	(t_t_x(307068,0),8810,0.000000)\
-			0.000000	(t_t_x(307091,0),8811,0.000000)\
-			0.000000	(t_t_x(307105,1897)LGZAA04M,8812,0.000000)\
-			0.000000	(t_t_x(307107,0),8813,0.000000)\
-			0.000000	(t_t_x(307140,0),8814,0.000000)\
-			0.000000	(t_t_x(307142,140)KSPE104D,8815,0.000000)\
-			0.000000	(t_t_x(307145,0),8816,0.000000)\
-			0.000000	(t_t_x(307153,1611)LCES004,8817,0.000000)\
-			0.000000	(t_t_x(307154,465)LGIRA04,8818,0.000000)\
-			0.000000	(t_t_x(307190,62)LGKFN04,8819,0.000000)\
-			0.000000	(t_t_x(307217,604)RMZSI04,8820,0.000000)\
-			1.000000	(t_t_x(307260,0),8821,1.000000)\
-			0.000000	(t_t_x(307264,2060)LCES004,8822,0.000000)\
-			0.000000	(t_t_x(307265,350)LEBAS04A,8823,0.000000)\
-			0.000000	(t_t_x(307359,408)LELVL104,8824,0.000000)\
-			0.000000	(t_t_x(307394,0),8825,0.000000)\
-			0.000000	(t_t_x(307440,0),8826,0.000000)\
-			0.000000	(t_t_x(307441,0),8827,0.000000)\
-			0.000000	(t_t_x(307461,0),8828,0.000000)\
-			0.000000	(t_t_x(307470,346)LGIRA04,8829,0.000000)\
-			0.000000	(t_t_x(307472,0),8830,0.000000)\
-			0.000000	(t_t_x(307498,1944)LCES004,8831,0.000000)\
-			0.000000	(t_t_x(307547,0),8832,0.000000)\
-			0.000000	(t_t_x(307617,0),8833,0.000000)\
-			1.000000	(t_t_x(307626,0),8834,1.000000)\
-			0.000000	(t_t_x(307658,46)RMZU04,8835,0.000000)\
-			0.000000	(t_t_x(307674,0),8836,0.000000)\
-			0.000000	(t_t_x(307740,756)LGSRA04,8837,0.000000)\
-			0.000000	(t_t_x(307752,288)LGAVA04,8838,0.000000)\
-			0.000000	(t_t_x(307791,32)ZM56704,8839,0.000000)\
-			0.000000	(t_t_x(307805,0),8840,0.000000)\
-			0.000000	(t_t_x(307831,0),8841,0.000000)\
-			0.000000	(t_t_x(307833,0),8842,0.000000)\
-			0.000000	(t_t_x(307846,0),8843,0.000000)\
-			0.000000	(t_t_x(307860,0),8844,0.000000)\
-			0.000000	(t_t_x(307878,8)KWUR1C04,8845,0.000000)\
-			0.000000	(t_t_x(307897,1052)LCES004M,8846,0.000000)\
-			0.000000	(t_t_x(307935,0),8847,0.000000)\
-			0.000000	(t_t_x(307961,0),8848,0.000000)\
-			0.000000	(t_t_x(307977,0),8849,0.000000)\
-			0.000000	(t_t_x(307985,73)RMZU04,8850,0.000000)\
-			0.000000	(t_t_x(307990,602)EDGG704,8851,0.000000)\
-			0.000000	(t_t_x(307992,1502)LGZAA04M,8852,0.000000)\
-			0.000000	(t_t_x(308003,0),8853,0.000000)\
-			0.000000	(t_t_x(308004,0),8854,0.000000)\
-			0.000000	(t_t_x(308064,480)LEBAS04A,8855,0.000000)\
-			0.000000	(t_t_x(308077,565)EDGG704,8856,0.000000)\
-			0.000000	(t_t_x(308125,383)LCES004,8857,0.000000)\
-			0.000000	(t_t_x(308133,0),8858,0.000000)\
-			0.000000	(t_t_x(308210,83)LEBAS04A,8859,0.000000)\
-			0.000000	(t_t_x(308221,95)KSLN04A,8860,0.000000)\
-			0.000000	(t_t_x(308225,490)RMZSI04,8861,0.000000)\
-			0.000000	(t_t_x(308239,0),8862,0.000000)\
-			0.000000	(t_t_x(308248,151)YB3EH04A,8863,0.000000)\
-			0.000000	(t_t_x(308251,1536)LCES004,8864,0.000000)\
-			0.000000	(t_t_x(308268,0),8865,0.000000)\
-			0.000000	(t_t_x(308281,0),8866,0.000000)\
-			0.000000	(t_t_x(308294,238)LGIRA04,8867,0.000000)\
-			0.000000	(t_t_x(308308,34)YB3EH04A,8868,0.000000)\
-			0.000000	(t_t_x(308325,369)LGKFN04,8869,0.000000)\
-			0.000000	(t_t_x(308351,214)RMZSI04,8870,0.000000)\
-			0.000000	(t_t_x(308366,0),8871,0.000000)\
-			0.000000	(t_t_x(308386,0),8872,0.000000)\
-			0.000000	(t_t_x(308418,0),8873,0.000000)\
-			1.000000	(t_t_x(308432,0),8874,1.000000)\
-			0.000000	(t_t_x(308449,363)MRAE04,8875,0.000000)\
-			0.000000	(t_t_x(308482,0),8876,0.000000)\
-			0.000000	(t_t_x(308485,330)LGIRA04,8877,0.000000)\
-			0.000000	(t_t_x(308505,0),8878,0.000000)\
-			0.000000	(t_t_x(308582,1754)EDGG704,8879,0.000000)\
-			0.000000	(t_t_x(308593,0),8880,0.000000)\
-			0.000000	(t_t_x(308602,0),8881,0.000000)\
-			0.000000	(t_t_x(308619,1045)LGZAA04M,8882,0.000000)\
-			0.000000	(t_t_x(308622,1164)LCES004,8883,0.000000)\
-			0.000000	(t_t_x(308647,267)MRAE04,8884,0.000000)\
-			0.000000	(t_t_x(308677,214)RMZSI04,8885,0.000000)\
-			0.000000	(t_t_x(308700,0),8886,0.000000)\
-			0.000000	(t_t_x(308780,0),8887,0.000000)\
-			1.000000	(t_t_x(308836,0),8888,1.000000)\
-			0.000000	(t_t_x(308855,1)YB3EH04A,8889,0.000000)\
-			0.000000	(t_t_x(308908,0),8890,0.000000)\
-			0.000000	(t_t_x(308941,0),8891,0.000000)\
-			0.000000	(t_t_x(308945,756)EDGG704,8892,0.000000)\
-			0.000000	(t_t_x(308947,0),8893,0.000000)\
-			0.000000	(t_t_x(309000,0),8894,0.000000)\
-			0.000000	(t_t_x(309011,253)MRAE04,8895,0.000000)\
-			0.000000	(t_t_x(309049,66)RMZSI04,8896,0.000000)\
-			0.000000	(t_t_x(309061,0),8897,0.000000)\
-			0.000000	(t_t_x(309098,641)RMZSI04,8898,0.000000)\
-			0.000000	(t_t_x(309119,0),8899,0.000000)\
-			0.000000	(t_t_x(309144,0),8900,0.000000)\
-			0.000000	(t_t_x(309172,1133)EDGG704,8901,0.000000)\
-			0.000000	(t_t_x(309203,39)YB3EH04A,8902,0.000000)\
-			0.000000	(t_t_x(309208,0),8903,0.000000)\
-			0.000000	(t_t_x(309210,791)EDGG704,8904,0.000000)\
-			0.000000	(t_t_x(309281,0),8905,0.000000)\
-			0.000000	(t_t_x(309283,939)LGSRA04,8906,0.000000)\
-			0.000000	(t_t_x(309311,0),8907,0.000000)\
-			0.000000	(t_t_x(309313,0),8908,0.000000)\
-			0.000000	(t_t_x(309321,0),8909,0.000000)\
-			0.000000	(t_t_x(309324,713)RMZSI04,8910,0.000000)\
-			0.000000	(t_t_x(309331,0),8911,0.000000)\
-			0.000000	(t_t_x(309374,0),8912,0.000000)\
-			0.000000	(t_t_x(309385,0),8913,0.000000)\
-			0.000000	(t_t_x(309414,1644)LCES004,8914,0.000000)\
-			0.000000	(t_t_x(309437,0),8915,0.000000)\
-			0.000000	(t_t_x(309461,0),8916,0.000000)\
-			0.000000	(t_t_x(309465,0),8917,0.000000)\
-			0.000000	(t_t_x(309473,141)LOVN1504,8918,0.000000)\
-			0.000000	(t_t_x(309498,512)RMZSI04,8919,0.000000)\
-			0.000000	(t_t_x(309536,0),8920,0.000000)\
-			0.000000	(t_t_x(309547,201)LEBAS04A,8921,0.000000)\
-			0.000000	(t_t_x(309557,579)EDGG704,8922,0.000000)\
-			0.000000	(t_t_x(309573,1197)LCES004,8923,0.000000)\
-			0.000000	(t_t_x(309594,0),8924,0.000000)\
-			0.000000	(t_t_x(309597,0),8925,0.000000)\
-			0.000000	(t_t_x(309599,0),8926,0.000000)\
-			0.000000	(t_t_x(309602,50)LEBAS04A,8927,0.000000)\
-			0.000000	(t_t_x(309641,0),8928,0.000000)\
-			0.000000	(t_t_x(309735,0),8929,0.000000)\
-			0.000000	(t_t_x(309790,14)YB3EH04A,8930,0.000000)\
-			0.000000	(t_t_x(309806,0),8931,0.000000)\
-			0.000000	(t_t_x(309822,0),8932,0.000000)\
-			0.000000	(t_t_x(309890,0),8933,0.000000)\
-			0.000000	(t_t_x(309911,0),8934,0.000000)\
-			0.000000	(t_t_x(309965,19)LEBAS04A,8935,0.000000)\
-			0.000000	(t_t_x(309986,0),8936,0.000000)\
-			0.000000	(t_t_x(310005,516)EDGG704,8937,0.000000)\
-			0.000000	(t_t_x(310024,0),8938,0.000000)\
-			0.000000	(t_t_x(310043,0),8939,0.000000)\
-			1.000000	(t_t_x(310080,23)LEBAS04A,8940,1.000000)\
-			0.000000	(t_t_x(310081,0),8941,0.000000)\
-			0.000000	(t_t_x(310087,0),8942,0.000000)\
-			0.000000	(t_t_x(310120,83)LGIRA04,8943,0.000000)\
-			0.000000	(t_t_x(310158,1527)LCES004,8944,0.000000)\
-			0.000000	(t_t_x(310219,1637)EDGG704,8945,0.000000)\
-			0.000000	(t_t_x(310256,0),8946,0.000000)\
-			0.000000	(t_t_x(310287,0),8947,0.000000)\
-			0.000000	(t_t_x(310384,0),8948,0.000000)\
-			0.000000	(t_t_x(310398,79)KFUL1U04,8949,0.000000)\
-			0.000000	(t_t_x(310438,936)EDGG704,8950,0.000000)\
-			0.000000	(t_t_x(310475,1500)LCES004,8951,0.000000)\
-			0.000000	(t_t_x(310512,17)LOVN1504,8952,0.000000)\
-			0.000000	(t_t_x(310535,333)LELVL104,8953,0.000000)\
-			0.000000	(t_t_x(310560,147)LCES004,8954,0.000000)\
-			0.000000	(t_t_x(310570,0),8955,0.000000)\
-			0.000000	(t_t_x(310599,0),8956,0.000000)\
-			0.000000	(t_t_x(310671,508)LELVL104,8957,0.000000)\
-			0.000000	(t_t_x(310732,1298)LCES004,8958,0.000000)\
-			0.000000	(t_t_x(310734,156)RMZSI04,8959,0.000000)\
-			0.000000	(t_t_x(310742,45)KSLN04A,8960,0.000000)\
-			0.000000	(t_t_x(310755,0),8961,0.000000)\
-			0.000000	(t_t_x(310761,393)EDGG704,8962,0.000000)\
-			0.000000	(t_t_x(310899,0),8963,0.000000)\
-			0.000000	(t_t_x(310901,183)YB3EH04A,8964,0.000000)\
-			0.000000	(t_t_x(310983,1772)EDGG704,8965,0.000000)\
-			0.000000	(t_t_x(311074,0),8966,0.000000)\
-			0.000000	(t_t_x(311108,1290)LCES004,8967,0.000000)\
-			0.000000	(t_t_x(311119,90)RMZSI04,8968,0.000000)\
-			0.000000	(t_t_x(311138,0),8969,0.000000)\
-			0.000000	(t_t_x(311155,1726)LCES004,8970,0.000000)\
-			0.000000	(t_t_x(311168,0),8971,0.000000)\
-			0.000000	(t_t_x(311265,1509)LCES004,8972,0.000000)\
-			0.000000	(t_t_x(311284,1200)LCES004,8973,0.000000)\
-			0.000000	(t_t_x(311285,321)LCES004,8974,0.000000)\
-			0.000000	(t_t_x(311293,0),8975,0.000000)\
-			0.000000	(t_t_x(311300,0),8976,0.000000)\
-			0.000000	(t_t_x(311315,0),8977,0.000000)\
-			0.000000	(t_t_x(311344,258)LELVL104,8978,0.000000)\
-			0.000000	(t_t_x(311351,0),8979,0.000000)\
-			0.000000	(t_t_x(311402,0),8980,0.000000)\
-			0.000000	(t_t_x(311443,646)EDGG704,8981,0.000000)\
-			0.000000	(t_t_x(311447,27)LGKFN04,8982,0.000000)\
-			0.000000	(t_t_x(311542,506)LCES004,8983,0.000000)\
-			0.000000	(t_t_x(311548,65)LELVL104,8984,0.000000)\
-			0.000000	(t_t_x(311550,0),8985,0.000000)\
-			0.000000	(t_t_x(311636,164)LELVL104,8986,0.000000)\
-			0.000000	(t_t_x(311680,182)LELVL104,8987,0.000000)\
-			0.000000	(t_t_x(311697,1460)EDGG704,8988,0.000000)\
-			0.000000	(t_t_x(311757,2040)LCES004,8989,0.000000)\
-			1.000000	(t_t_x(311838,1008)LCES004,8990,1.000000)\
-			0.000000	(t_t_x(311840,1440)LCES004,8991,0.000000)\
-			0.000000	(t_t_x(311845,0),8992,0.000000)\
-			0.000000	(t_t_x(311882,174)LELVL104,8993,0.000000)\
-			0.000000	(t_t_x(311886,540)LCES004,8994,0.000000)\
-			0.000000	(t_t_x(311954,0),8995,0.000000)\
-			0.000000	(t_t_x(312011,0),8996,0.000000)\
-			0.000000	(t_t_x(312015,1500)LCES004,8997,0.000000)\
-			0.000000	(t_t_x(312051,0),8998,0.000000)\
-			0.000000	(t_t_x(312091,144)KSLN04A,8999,0.000000)\
-			0.000000	(t_t_x(312097,79)LCES004,9000,0.000000)\
-			0.000000	(t_t_x(312199,1674)LCES004,9001,0.000000)\
-			0.000000	(t_t_x(312414,0),9002,0.000000)\
-			0.000000	(t_t_x(312417,0),9003,0.000000)\
-			0.000000	(t_t_x(312442,156)LEBAS04A,9004,0.000000)\
-			0.000000	(t_t_x(312494,0),9005,0.000000)\
-			0.000000	(t_t_x(312497,13)LEBAS04A,9006,0.000000)\
-			0.000000	(t_t_x(312583,1805)LCES004,9007,0.000000)\
-			0.000000	(t_t_x(312674,1500)LCES004,9008,0.000000)\
-			0.000000	(t_t_x(312682,0),9009,0.000000)\
-			0.000000	(t_t_x(312707,0),9010,0.000000)\
-			0.000000	(t_t_x(312731,0),9011,0.000000)\
-			0.000000	(t_t_x(312746,12)LEBAS04A,9012,0.000000)\
-			0.000000	(t_t_x(312762,0),9013,0.000000)\
-			0.000000	(t_t_x(312792,256)LEBAS04A,9014,0.000000)\
-			0.000000	(t_t_x(312800,1280)EDGG704,9015,0.000000)\
-			0.000000	(t_t_x(312825,1426)LCES004,9016,0.000000)\
-			0.000000	(t_t_x(312879,1890)LCES004,9017,0.000000)\
-			0.000000	(t_t_x(312895,1977)LCES004,9018,0.000000)\
-			0.000000	(t_t_x(312956,1579)EDGG704,9019,0.000000)\
-			0.000000	(t_t_x(312975,0),9020,0.000000)\
-			0.000000	(t_t_x(312999,508)EDGG704,9021,0.000000)\
-			0.000000	(t_t_x(313003,375)MRAE04,9022,0.000000)\
-			0.000000	(t_t_x(313034,0),9023,0.000000)\
-			0.000000	(t_t_x(313068,837)LCES004,9024,0.000000)\
-			0.000000	(t_t_x(313100,0),9025,0.000000)\
-			0.000000	(t_t_x(313102,0),9026,0.000000)\
-			1.000000	(t_t_x(313135,0),9027,1.000000)\
-			0.000000	(t_t_x(313202,0),9028,0.000000)\
-			0.000000	(t_t_x(313298,0),9029,0.000000)\
-			0.000000	(t_t_x(313302,0),9030,0.000000)\
-			0.000000	(t_t_x(313344,0),9031,0.000000)\
-			0.000000	(t_t_x(313354,336)LEBAS04A,9032,0.000000)\
-			0.000000	(t_t_x(313410,143)LEBAS04A,9033,0.000000)\
-			0.000000	(t_t_x(313433,285)MRAE04,9034,0.000000)\
-			0.000000	(t_t_x(313536,0),9035,0.000000)\
-			0.000000	(t_t_x(313540,1353)LCES004,9036,0.000000)\
-			0.000000	(t_t_x(313569,1622)LCES004,9037,0.000000)\
-			0.000000	(t_t_x(313638,528)EDGG704,9038,0.000000)\
-			0.000000	(t_t_x(313758,1300)LCES004,9039,0.000000)\
-			0.000000	(t_t_x(314104,0),9040,0.000000)\
-			0.000000	(t_t_x(314108,1338)LCES004,9041,0.000000)\
-			0.000000	(t_t_x(314172,590)EDGG704,9042,0.000000)\
-			0.000000	(t_t_x(314223,763)LCES004,9043,0.000000)\
-			0.000000	(t_t_x(314236,0),9044,0.000000)\
-			0.000000	(t_t_x(314330,0),9045,0.000000)\
-			0.000000	(t_t_x(314530,0),9046,0.000000)\
-			0.000000	(t_t_x(314538,1200)EDGG704,9047,0.000000)\
-			0.000000	(t_t_x(314573,900)EDGG704,9048,0.000000)\
-			0.000000	(t_t_x(314699,1491)LCES004,9049,0.000000)\
-			0.000000	(t_t_x(314736,0),9050,0.000000)\
-			0.000000	(t_t_x(314816,1841)EDGG704,9051,0.000000)\
-			0.000000	(t_t_x(314889,973)EDGG704,9052,0.000000)\
-			0.000000	(t_t_x(314986,0),9053,0.000000)\
-			0.000000	(t_t_x(315019,1086)EDGG704,9054,0.000000)\
-			1.000000	(t_t_x(315138,2)LCES004,9055,1.000000)\
-			0.000000	(t_t_x(315232,0),9056,0.000000)\
-			1.000000	(t_t_x(315544,1310)EDGG704,9057,1.000000)\
-			0.000000	(t_t_x(315618,1603)EDGG704,9058,0.000000)\
-			0.000000	(t_t_x(315748,679)EDGG704,9059,0.000000)\
-			0.000000	(t_t_x(315763,1061)EDGG704,9060,0.000000)\
-			0.000000	(t_t_x(315991,570)EDGG704,9061,0.000000)\
-			0.000000	(t_t_x(316029,1487)EDGG704,9062,0.000000)\
-			0.000000	(t_t_x(316090,1044)LCES004,9063,0.000000)\
-			0.000000	(t_t_x(316285,0),9064,0.000000)\
-			0.000000	(t_t_x(316289,297)LELVL104,9065,0.000000)\
-			0.000000	(t_t_x(316298,1575)EDGG704,9066,0.000000)\
-			0.000000	(t_t_x(316314,0),9067,0.000000)\
-			0.000000	(t_t_x(316391,1320)EDGG704,9068,0.000000)\
-			0.000000	(t_t_x(316476,1658)EDGG704,9069,0.000000)\
-			0.000000	(t_t_x(316499,1637)EDGG704,9070,0.000000)\
-			0.000000	(t_t_x(316531,32)LCES004,9071,0.000000)\
-			0.000000	(t_t_x(316538,1020)EDGG704,9072,0.000000)\
-			0.000000	(t_t_x(316916,649)EDGG704,9073,0.000000)\
-			0.000000	(t_t_x(317048,1339)LCES004,9074,0.000000)\
-			0.000000	(t_t_x(317111,867)EDGG704,9075,0.000000)\
-			0.000000	(t_t_x(317116,0),9076,0.000000)\
-			0.000000	(t_t_x(317153,1587)EDGG704,9077,0.000000)\
-			0.000000	(t_t_x(317222,1516)EDGG704,9078,0.000000)\
-			0.000000	(t_t_x(317443,0),9079,0.000000)\
-			0.000000	(t_t_x(317851,1240)EDGG704,9080,0.000000)\
-			0.000000	(t_t_x(317908,1163)EDGG704,9081,0.000000)\
-			0.000000	(t_t_x(317920,1116)EDGG704,9082,0.000000)\
-			0.000000	(t_t_x(317978,1682)EDGG704,9083,0.000000)\
-			0.000000	(t_t_x(317991,522)EDGG704,9084,0.000000)\
-			0.000000	(t_t_x(317994,0),9085,0.000000)\
-			0.000000	(t_t_x(318119,0),9086,0.000000)\
-			0.000000	(t_t_x(318401,0),9087,0.000000)\
-			0.000000	(t_t_x(318435,1470)EDGG704,9088,0.000000)\
-			0.000000	(t_t_x(318660,0),9089,0.000000)\
-			0.000000	(t_t_x(319008,1690)EDGG704,9090,0.000000)\
-			0.000000	(t_t_x(319288,97)MRAE04,9091,0.000000)\
-			0.000000	(t_t_x(319337,1500)EDGG704,9092,0.000000)\
-			0.000000	(t_t_x(319782,0),9093,0.000000)\
-			0.000000	(t_t_x(320214,0),9094,0.000000)\
-			0.000000	(t_t_x(321498,1200)EDGG704,9095,0.000000)\
-			0.000000	(t_t_x(322722,789)EDGG704,9096,0.000000)\
-			0.000000	(t_t_x(323044,0),9097,0.000000)\
-			0.000000	(t_x(304450,2)MGY04,9098.p,0.000000)\
-			1.000000	(t_x(263593,179)LOVN1504,9099.p,1.000000)\
-			0.000000	(t_x(307679,207)LOVN1504,9100.p,0.000000)\
-			0.000000	(t_x(280888,15)YBOLN04M,9101.p,0.000000)\
-			0.000000	(t_x(310272,275)LOVN1504,9102.p,0.000000)\
-			0.000000	(t_x(311886,90)LCES004,9103.p,0.000000)\
-			0.000000	(t_x(311542,56)LCES004,9104.p,0.000000)\
-			0.000000	(t_x(300666,46)LCES004,9105.p,0.000000)\
-			0.000000	(t_x(307696,3)MRAE04,9106.p,0.000000)\
-			0.000000	(t_x(305798,0),9107.p,0.000000)\
-			0.000000	(t_x(311838,108)LCES004,9108.p,0.000000)\
-			0.000000	(t_x(311840,90)LCES004,9109.p,0.000000)\
-			0.000000	(t_x(311108,90)LCES004,9110.p,0.000000)\
-			0.000000	(t_x(314563,17)MGY04,9111.p,0.000000)\
-			1.000000	(t_x(284810,342)RQXSI04E,9112.p,1.000000)\
-			0.000000	(t_x(305542,37)MRAEE04,9113.p,0.000000)\
-			0.000000	(t_x(303612,3557)KSPE104D,9114.p,0.000000)\
-			0.000000	(t_x(298574,3)YB3EH04E,9115.p,0.000000)\
-			0.000000	(t_x(308743,44)MAB3404A,9116.p,0.000000)\
-			0.000000	(t_x(289164,1)RJIU04M,9117.p,0.000000)\
-			1.000000	(t_x(301843,1008)LGKFN04,9118.p,1.000000)\
-			0.000000	(t_x(310761,93)EDGG704,9119.p,0.000000)\
-			0.000000	(t_x(286071,34)EDGG704,9120.p,0.000000)\
-			1.000000	(t_x(312999,8)EDGG704,9121.p,1.000000)\
-			0.000000	(t_x(314172,90)EDGG704,9122.p,0.000000)\
-			0.000000	(t_x(311443,46)EDGG704,9123.p,0.000000)\
-			1.000000	(t_x(288693,25)BR404M,9124.p,1.000000)\
-			0.000000	(t_x(280212,19)LGKFN04,9125.p,0.000000)\
-			0.000000	(t_x(312881,183)MYY04A,9126.p,0.000000)\
-			0.000000	(t_x(290061,787)MGY04,9127.p,0.000000)\
-			1.000000	(t_x(294472,7)RVKWU04M,9128.p,1.000000)\
-			0.000000	(t_x(294001,638)RJIU04M,9129.p,0.000000)\
-			1.000000	(t_x(285782,25)RQXI04E,9130.p,1.000000)\
-			0.000000	(t_x(298471,258)LGKFN04,9131.p,0.000000)\
-			1.000000	(t_x(292992,87)YD5WH04M,9132.p,1.000000)\
-			0.000000	(t_x(295656,52)RQXI04E,9133.p,0.000000)\
-			1.000000	(t_x(295966,5)YB5KL04E,9134.p,1.000000)\
-			0.000000	(t_x(282129,223)LGZAA04M,9135.p,0.000000)\
-			0.000000	(t_x(296062,367)RQXSI04E,9136.p,0.000000)\
-			0.000000	(t_x(298180,147)RNI04M,9137.p,0.000000)\
-			0.000000	(t_x(304114,35)MAB3404A,9138.p,0.000000)\
-			1.000000	(t_x(286180,35)YB5KL04E,9139.p,1.000000)\
-			0.000000	(t_x(301759,833)LGKFN04,9140.p,0.000000)\
-			0.000000	(t_x(308619,112)LGZAA04M,9141.p,0.000000)\
-			0.000000	(t_x(272266,8)RQXI04E,9142.p,0.000000)\
-			1.000000	(t_x(293116,46)LELVL04M,9143.p,1.000000)\
-			0.000000	(t_x(296342,26)EGNOR04M,9144.p,0.000000)\
-			1.000000	(t_x(281776,77)LGSRA04,9145.p,1.000000)\
-			0.000000	(t_x(304722,32)MAB1204A,9146.p,0.000000)\
-			0.000000	(t_x(295929,77)RASI04M,9147.p,0.000000)\
-			0.000000	(t_x(309583,307)MGY04,9148.p,0.000000)\
-			0.000000	(t_x(307105,31)LGZAA04M,9149.p,0.000000)\
-			0.000000	(t_x(295508,28)MGY04,9150.p,0.000000)\
-			0.000000	(t_x(306829,45)MYY04A,9151.p,0.000000)\
-			1.000000	(t_x(292026,94)LELVL04M,9152.p,1.000000)\
-			0.000000	(t_x(295328,285)RQXSI04E,9153.p,0.000000)\
-			0.000000	(t_x(298519,26)YB3EH04A,9154.p,0.000000)\
-			1.000000	(t_x(294773,30)RMZU04E,9155.p,1.000000)\
-			0.000000	(t_x(302317,522)KSLN04M,9156.p,0.000000)\
-			1.000000	(t_x(285863,56)RQXI04E,9157.p,1.000000)\
-			0.000000	(t_x(307726,26)MYY04A,9158.p,0.000000)\
-			1.000000	(t_x(288377,151)RVKWU04M,9159.p,1.000000)\
-			0.000000	(t_x(279193,50)KHVL104E,9160.p,0.000000)\
-			0.000000	(t_x(282964,6)LGSRA04,9161.p,0.000000)\
-			0.000000	(t_x(295131,14)YB5KL04E,9162.p,0.000000)\
-			0.000000	(t_x(284283,140)RVKWU04M,9163.p,0.000000)\
-			0.000000	(t_x(311650,43)MEK04,9164.p,0.000000)\
-			0.000000	(t_x(295700,42)RQXSI04E,9165.p,0.000000)\
-			0.000000	(t_x(297622,1400)EG11G04M,9166.p,0.000000)\
-			1.000000	(t_x(294613,37)RQXSI04E,9167.p,1.000000)\
-			0.000000	(t_x(300631,1477)EG11G04M,9168.p,0.000000)\
-			0.000000	(t_x(295180,52)RVKWU04M,9169.p,0.000000)\
-			1.000000	(t_x(289472,99)LGZAA04M,9170.p,1.000000)\
-			0.000000	(t_x(309317,20)MGY04,9171.p,0.000000)\
-			0.000000	(t_x(312773,60)MAB1204A,9172.p,0.000000)\
-			1.000000	(t_x(287018,25)RQXSI04E,9173.p,1.000000)\
-			0.000000	(t_x(263958,65)LCES004,9174.p,0.000000)\
-			0.000000	(t_x(298402,218)LCES004M,9175.p,0.000000)\
-			0.000000	(t_x(303341,197)LCES004M,9176.p,0.000000)\
-			1.000000	(t_x(294552,33)EGNOR04M,9177.p,1.000000)\
-			0.000000	(t_x(312938,392)LCES004,9178.p,0.000000)\
-			0.000000	(t_x(304422,2)MGY04,9179.p,0.000000)\
-			1.000000	(t_x(291031,130)EG11G04M,9180.p,1.000000)\
-			0.000000	(t_x(306902,88)MEK04,9181.p,0.000000)\
-			0.000000	(t_x(307897,152)LCES004M,9182.p,0.000000)\
-			0.000000	(t_x(288445,131)KFZ4404M,9183.p,0.000000)\
-			0.000000	(t_x(311856,14)MAB1204A,9184.p,0.000000)\
-			0.000000	(t_x(298266,1078)LGKFN04,9185.p,0.000000)\
-			0.000000	(t_x(289587,399)PMXX04M,9186.p,0.000000)\
-			1.000000	(t_x(292231,867)YD5WH04M,9187.p,1.000000)\
-			0.000000	(t_x(300642,330)MGY04,9188.p,0.000000)\
-			0.000000	(t_x(282313,1)RQXSI04E,9189.p,0.000000)\
-			0.000000	(t_x(303929,7)YB3EH04E,9190.p,0.000000)\
-			0.000000	(t_x(284313,167)RQXSI04E,9191.p,0.000000)\
-			0.000000	(t_x(304253,47)LCES004M,9192.p,0.000000)\
-			0.000000	(t_x(282727,42)LGKFN04,9193.p,0.000000)\
-			0.000000	(t_x(285241,417)LGKFN04,9194.p,0.000000)\
-			1.000000	(t_x(286625,95)PMXX04M,9195.p,1.000000)\
-			0.000000	(t_x(301272,380)LGKFN04,9196.p,0.000000)\
-			0.000000	(t_x(302044,27)MGY04,9197.p,0.000000)\
-			1.000000	(t_x(291027,17)YBOLN04M,9198.p,1.000000)\
-			0.000000	(t_x(312097,1797)LCES004,9199.p,0.000000)\
-			0.000000	(t_x(313758,2847)LCES004,9200.p,0.000000)\
-			0.000000	(t_x(284933,511)LELVL04M,9201.p,0.000000)\
-			0.000000	(t_x(282677,16)YB5KL04E,9202.p,0.000000)\
-			0.000000	(t_x(308622,2367)LCES004,9203.p,0.000000)\
-			0.000000	(t_x(306358,36)RMZSI04,9204.p,0.000000)\
-			1.000000	(t_x(294940,188)BR404M,9205.p,1.000000)\
-			0.000000	(t_x(301058,30)LCES004M,9206.p,0.000000)\
-			0.000000	(t_x(282583,791)PMXX04M,9207.p,0.000000)\
-			0.000000	(t_x(287235,100)PMXX04M,9208.p,0.000000)\
-			0.000000	(t_x(264011,1741)LCES004,9209.p,0.000000)\
-			0.000000	(t_x(305011,198)GL4W04M,9210.p,0.000000)\
-			0.000000	(t_x(309577,16)MEK04,9211.p,0.000000)\
-			1.000000	(t_x(263410,272)LCES004M,9212.p,1.000000)\
-			0.000000	(t_x(291104,2884)LCES004,9213.p,0.000000)\
-			1.000000	(t_x(287908,37)YB3EH04A,9214.p,1.000000)\
-			0.000000	(t_x(315232,212)LCES004,9215.p,0.000000)\
-			0.000000	(t_x(296137,1158)LGSRA04,9216.p,0.000000)\
-			0.000000	(t_x(300988,328)LOVN1504,9217.p,0.000000)\
-			0.000000	(t_x(314699,2694)LCES004,9218.p,0.000000)\
-			0.000000	(t_x(295296,0),9219.p,0.000000)\
-			1.000000	(t_x(287785,31)KFZ4404M,9220.p,1.000000)\
-			0.000000	(t_x(303203,2051)LCES004,9221.p,0.000000)\
-			0.000000	(t_x(308251,1880)LCES004,9222.p,0.000000)\
-			0.000000	(t_x(313569,2997)LCES004,9223.p,0.000000)\
-			1.000000	(t_x(294303,11)EG11G04M,9224.p,1.000000)\
-			0.000000	(t_x(312825,1770)LCES004,9225.p,0.000000)\
-			1.000000	(t_x(294749,100)EGNOR04M,9226.p,1.000000)\
-			0.000000	(t_x(263866,2003)LCES004,9227.p,0.000000)\
-			1.000000	(t_x(289863,19)MGY04,9228.p,1.000000)\
-			0.000000	(t_x(263439,2706)YB3EH04A,9229.p,0.000000)\
-			0.000000	(t_x(293444,13)YB5KL04E,9230.p,0.000000)\
-			1.000000	(t_x(295098,35)YB5KL04E,9231.p,1.000000)\
-			0.000000	(t_x(282099,202)EG11G04M,9232.p,0.000000)\
-			0.000000	(t_x(285688,199)RQXSI04E,9233.p,0.000000)\
-			0.000000	(t_x(319288,322)MRAE04,9234.p,0.000000)\
-			0.000000	(t_x(311954,9)MRAE04,9235.p,0.000000)\
-			0.000000	(t_x(274577,327)RQXSI04E,9236.p,0.000000)\
-			0.000000	(t_x(309625,27)MYY04A,9237.p,0.000000)\
-			0.000000	(t_x(311285,837)LCES004,9238.p,0.000000)\
-			0.000000	(t_x(286963,334)RQXSI04E,9239.p,0.000000)\
-			0.000000	(t_x(300097,12)RNI04M,9240.p,0.000000)\
-			0.000000	(t_x(295585,473)YB3EH04A,9241.p,0.000000)\
-			1.000000	(t_x(294004,11)YB5KL04E,9242.p,1.000000)\
-			0.000000	(t_x(307728,3)MAB1204A,9243.p,0.000000)\
-			0.000000	(t_x(292666,2656)YB5KL04E,9244.p,0.000000)\
-			1.000000	(t_x(278855,6)KHVL104E,9245.p,1.000000)\
-			0.000000	(t_x(289347,147)MRAE04,9246.p,0.000000)\
-			0.000000	(t_x(287736,6)PMXX04M,9247.p,0.000000)\
-			0.000000	(t_x(283562,71)PMXX04M,9248.p,0.000000)\
-			0.000000	(t_x(302138,58)MGY04,9249.p,0.000000)\
-			0.000000	(t_x(307231,402)MGY04,9250.p,0.000000)\
-			0.000000	(t_x(297636,178)YB5WH04M,9251.p,0.000000)\
-			0.000000	(t_x(286277,260)KFZ4404M,9252.p,0.000000)\
-			0.000000	(t_x(277127,127)LGKFN04,9253.p,0.000000)\
-			1.000000	(t_x(292257,69)RQXSI04E,9254.p,1.000000)\
-			0.000000	(t_x(276307,558)LGKFN04,9255.p,0.000000)\
-			0.000000	(t_x(291009,34)RQXSI04E,9256.p,0.000000)\
-			0.000000	(t_x(308769,172)MRAE04,9257.p,0.000000)\
-			0.000000	(t_x(296754,718)LGKFN04,9258.p,0.000000)\
-			0.000000	(t_x(297984,2757)KSLN04A,9259.p,0.000000)\
-			0.000000	(t_x(312231,207)YB3EH04A,9260.p,0.000000)\
-			1.000000	(t_x(279887,716)LGSRA04,9261.p,1.000000)\
-			0.000000	(t_x(306669,382)MRAE04,9262.p,0.000000)\
-			0.000000	(t_x(284346,208)LGKFN04,9263.p,0.000000)\
-			0.000000	(t_x(290635,103)RQXSI04E,9264.p,0.000000)\
-			0.000000	(t_x(293126,330)RJIU04M,9265.p,0.000000)\
-			0.000000	(t_x(292069,10)YD5WH04M,9266.p,0.000000)\
-			0.000000	(t_x(287302,7)LFMDA04A,9267.p,0.000000)\
-			0.000000	(t_x(294580,12)MAB04,9268.p,0.000000)\
-			0.000000	(t_x(293250,12)RQXU04E,9269.p,0.000000)\
-			1.000000	(t_x(289024,9)YB5WH04M,9270.p,1.000000)\
-			0.000000	(t_x(310502,8)GL34W04,9271.p,0.000000)\
-			0.000000	(t_x(296896,134)LGZAA04M,9272.p,0.000000)\
-			0.000000	(t_x(314225,16)MYY04A,9273.p,0.000000)\
-			1.000000	(t_x(293362,45)RNI04M,9274.p,1.000000)\
-			0.000000	(t_x(302132,82)LOVN1504,9275.p,0.000000)\
-			0.000000	(t_x(287243,646)GL4W04M,9276.p,0.000000)\
-			0.000000	(t_x(311878,6)MYY04A,9277.p,0.000000)\
-			0.000000	(t_x(304825,45)LEMDAT04,9278.p,0.000000)\
-			0.000000	(t_x(291957,123)RQXSI04E,9279.p,0.000000)\
-			0.000000	(t_x(281359,277)PMXX04M,9280.p,0.000000)\
-			0.000000	(t_x(282890,144)KWUR404E,9281.p,0.000000)\
-			1.000000	(t_x(291014,60)LCES004M,9282.p,1.000000)\
-			0.000000	(t_x(303485,11)LELVL104,9283.p,0.000000)\
-			1.000000	(t_x(289911,52)PMXX04M,9284.p,1.000000)\
-			0.000000	(t_x(285794,195)RQXSI04E,9285.p,0.000000)\
-			0.000000	(t_x(291264,50)PMXX04M,9286.p,0.000000)\
-			0.000000	(t_x(287944,85)KFZ4404M,9287.p,0.000000)\
-			1.000000	(t_x(311032,46)LOVN1504,9288.p,1.000000)\
-			0.000000	(t_x(263862,4017)LCES004,9289.p,0.000000)\
-			0.000000	(t_x(310671,94)LELVL104,9290.p,0.000000)\
-			0.000000	(t_x(295274,132)RNI04M,9291.p,0.000000)\
-			0.000000	(t_x(314223,1107)LCES004,9292.p,0.000000)\
-			0.000000	(t_x(276611,80)RQXSI04E,9293.p,0.000000)\
-			0.000000	(t_x(296473,179)LCES004,9294.p,0.000000)\
-			0.000000	(t_x(289894,547)LCES004,9295.p,0.000000)\
-			0.000000	(t_x(281962,275)PMXX04M,9296.p,0.000000)\
-			0.000000	(t_x(275522,474)PMXX04M,9297.p,0.000000)\
-			0.000000	(t_x(263921,1820)LCES004,9298.p,0.000000)\
-			0.000000	(t_x(309573,1369)LCES004,9299.p,0.000000)\
-			0.000000	(t_x(304335,4)LELVL104,9300.p,0.000000)\
-			0.000000	(t_x(295416,62)EGNOR04M,9301.p,0.000000)\
-			0.000000	(t_x(294876,185)PMXX04M,9302.p,0.000000)\
-			0.000000	(t_x(312583,1977)LCES004,9303.p,0.000000)\
-			0.000000	(t_x(283688,432)PMXX04M,9304.p,0.000000)\
-			0.000000	(t_x(305425,43)GL34W04,9305.p,0.000000)\
-			0.000000	(t_x(311329,57)MEK04,9306.p,0.000000)\
-			0.000000	(t_x(311265,1681)LCES004,9307.p,0.000000)\
-			0.000000	(t_x(309072,0),9308.p,0.000000)\
-			0.000000	(t_x(263962,356)LCES004,9309.p,0.000000)\
-			0.000000	(t_x(301142,29)MEK04,9310.p,0.000000)\
-			0.000000	(t_x(284894,507)PMXX04M,9311.p,0.000000)\
-			1.000000	(t_x(294816,17)KFZ4404E,9312.p,1.000000)\
-			0.000000	(t_x(309284,196)LFMDA04A,9313.p,0.000000)\
-			0.000000	(t_x(285178,1082)PMXX04M,9314.p,0.000000)\
-			0.000000	(t_x(294200,465)RQXSI04E,9315.p,0.000000)\
-			0.000000	(t_x(285826,12)YBOLN04M,9316.p,0.000000)\
-			0.000000	(t_x(287329,24)YB5WH04M,9317.p,0.000000)\
-			1.000000	(t_x(287027,401)LCES004M,9318.p,1.000000)\
-			0.000000	(t_x(298528,3057)LCES004,9319.p,0.000000)\
-			0.000000	(t_x(316430,362)LCES004,9320.p,0.000000)\
-			0.000000	(t_x(301501,458)LCES004,9321.p,0.000000)\
-			0.000000	(t_x(300504,634)LGKFN04,9322.p,0.000000)\
-			0.000000	(t_x(296923,0),9323.p,0.000000)\
-			0.000000	(t_x(301417,240)LGKFN04,9324.p,0.000000)\
-			0.000000	(t_x(290158,389)PMXX04M,9325.p,0.000000)\
-			0.000000	(t_x(281143,345)LGKFN04,9326.p,0.000000)\
-			0.000000	(t_x(305557,1887)LCES004,9327.p,0.000000)\
-			0.000000	(t_x(283559,990)LGKFN04,9328.p,0.000000)\
-			0.000000	(t_x(306413,905)LGKFN04,9329.p,0.000000)\
-			0.000000	(t_x(290578,9)RNI04M,9330.p,0.000000)\
-			0.000000	(t_x(302361,11)MAB04,9331.p,0.000000)\
-			0.000000	(t_x(300174,24)RMZU04,9332.p,0.000000)\
-			0.000000	(t_x(298060,20)LOW304M,9333.p,0.000000)\
-			0.000000	(t_x(309711,69)MYY04A,9334.p,0.000000)\
-			0.000000	(t_x(280203,42)RMZU04,9335.p,0.000000)\
-			0.000000	(t_x(313540,2041)LCES004,9336.p,0.000000)\
-			0.000000	(t_x(285593,328)LCES004M,9337.p,0.000000)\
-			1.000000	(t_x(289978,21)BR404M,9338.p,1.000000)\
-			0.000000	(t_x(302536,27)RMZU04,9339.p,0.000000)\
-			0.000000	(t_x(282205,4)YB5WH04M,9340.p,0.000000)\
-			0.000000	(t_x(303156,188)EG11G04M,9341.p,0.000000)\
-			0.000000	(t_x(305887,2783)LCES004,9342.p,0.000000)\
-			0.000000	(t_x(279318,0),9343.p,0.000000)\
-			0.000000	(t_x(315779,35)LCES004,9344.p,0.000000)\
-			0.000000	(t_x(307498,2632)LCES004,9345.p,0.000000)\
-			0.000000	(t_x(312912,64)MAB1204A,9346.p,0.000000)\
-			0.000000	(t_x(304483,202)LCES004,9347.p,0.000000)\
-			0.000000	(t_x(312879,2577)LCES004,9348.p,0.000000)\
-			0.000000	(t_x(302840,218)RMZU04,9349.p,0.000000)\
-			0.000000	(t_x(287895,99)PMXX04M,9350.p,0.000000)\
-			0.000000	(t_x(304007,103)EG11G04M,9351.p,0.000000)\
-			0.000000	(t_x(289868,1985)LCES004,9352.p,0.000000)\
-			0.000000	(t_x(308410,97)RMZU04,9353.p,0.000000)\
-			1.000000	(t_x(292413,24)KWUR404E,9354.p,1.000000)\
-			0.000000	(t_x(310158,2214)LCES004,9355.p,0.000000)\
-			0.000000	(t_x(288242,791)PMXX04M,9356.p,0.000000)\
-			0.000000	(t_x(276959,355)PMXX04M,9357.p,0.000000)\
-			0.000000	(t_x(292796,2279)LCES004,9358.p,0.000000)\
-			1.000000	(t_x(296145,411)EGPFA04,9359.p,1.000000)\
-			0.000000	(t_x(283526,18)YB3EH04E,9360.p,0.000000)\
-			0.000000	(t_x(314600,438)EDGG704,9361.p,0.000000)\
-			0.000000	(t_x(301576,223)EG11G04M,9362.p,0.000000)\
-			1.000000	(t_x(278123,1)EGNOR04M,9363.p,1.000000)\
-			0.000000	(t_x(285383,56)RNI04M,9364.p,0.000000)\
-			0.000000	(t_x(317048,1854)LCES004,9365.p,0.000000)\
-			0.000000	(t_x(297842,37)YB3EH04E,9366.p,0.000000)\
-			0.000000	(t_x(285747,68)RNI04M,9367.p,0.000000)\
-			0.000000	(t_x(296307,167)RNI04M,9368.p,0.000000)\
-			0.000000	(t_x(285733,2471)LCES004,9369.p,0.000000)\
-			0.000000	(t_x(313899,48)KSAL1204,9370.p,0.000000)\
-			0.000000	(t_x(311073,1680)LCES004,9371.p,0.000000)\
-			0.000000	(t_x(313102,362)LCES004,9372.p,0.000000)\
-			1.000000	(t_x(292967,13)RNS04M,9373.p,1.000000)\
-			0.000000	(t_x(280871,207)LEMDAT04,9374.p,0.000000)\
-			0.000000	(t_x(302456,26)LELVU04,9375.p,0.000000)\
-			0.000000	(t_x(297382,47)YB3EH04E,9376.p,0.000000)\
-			0.000000	(t_x(298426,93)LCES004M,9377.p,0.000000)\
-			0.000000	(t_x(289076,2502)RMZU04,9378.p,0.000000)\
-			0.000000	(t_x(287347,64)MAB1204A,9379.p,0.000000)\
-			1.000000	(t_x(288989,1130)RMZU04E,9380.p,1.000000)\
-			0.000000	(t_x(297087,79)LGKFN04,9381.p,0.000000)\
-			1.000000	(t_x(301972,163)LGAVA04,9382.p,1.000000)\
-			0.000000	(t_x(314236,66)LCES004,9383.p,0.000000)\
-			0.000000	(t_x(295473,289)LELVU04,9384.p,0.000000)\
-			0.000000	(t_x(290568,259)LELVU04,9385.p,0.000000)\
-			0.000000	(t_x(303471,14)PMXX04M,9386.p,0.000000)\
-			1.000000	(t_x(295329,34)YBOLN04M,9387.p,1.000000)\
-			0.000000	(t_x(292875,63)LELVL04M,9388.p,0.000000)\
-			0.000000	(t_x(305697,401)LEMDAT04,9389.p,0.000000)\
-			0.000000	(t_x(297402,1809)KSPE104D,9390.p,0.000000)\
-			0.000000	(t_x(290752,2)LELVU04,9391.p,0.000000)\
-			0.000000	(t_x(295104,310)LEMDAT04,9392.p,0.000000)\
-			0.000000	(t_x(298480,44)RMZU04,9393.p,0.000000)\
-			0.000000	(t_x(288601,113)LGKFN04,9394.p,0.000000)\
-			0.000000	(t_x(275277,148)RQXSI04E,9395.p,0.000000)\
-			0.000000	(t_x(292111,391)LGKFN04,9396.p,0.000000)\
-			0.000000	(t_x(263594,1205)LCES004M,9397.p,0.000000)\
-			0.000000	(t_x(297442,262)YD5WH04M,9398.p,0.000000)\
-			0.000000	(t_x(273048,23)YB5WH04M,9399.p,0.000000)\
-			0.000000	(t_x(280671,408)LFMDA04A,9400.p,0.000000)\
-			0.000000	(t_x(310674,10)MAB04,9401.p,0.000000)\
-			0.000000	(t_x(313050,88)LCES004M,9402.p,0.000000)\
-			0.000000	(t_x(295952,90)RQXSI04E,9403.p,0.000000)\
-			0.000000	(t_x(301139,30)LCES004M,9404.p,0.000000)\
-			1.000000	(t_x(289280,382)LFMDA04A,9405.p,1.000000)\
-			0.000000	(t_x(278681,730)EHAMA04,9406.p,0.000000)\
-			0.000000	(t_x(292714,77)YB5WH04M,9407.p,0.000000)\
-			0.000000	(t_x(293587,1163)LCES004,9408.p,0.000000)\
-			0.000000	(t_x(295587,10)YBOLN04M,9409.p,0.000000)\
-			0.000000	(t_x(313717,27)MEK04,9410.p,0.000000)\
-			0.000000	(t_x(298646,458)LGKFN04,9411.p,0.000000)\
-			1.000000	(t_x(293177,103)YD5WH04M,9412.p,1.000000)\
-			0.000000	(t_x(304583,154)MRAE04,9413.p,0.000000)\
-			1.000000	(t_x(277361,580)LFPND04,9414.p,1.000000)\
-			0.000000	(t_x(288253,556)RNI04M,9415.p,0.000000)\
-			0.000000	(t_x(280104,1628)LFMDA04A,9416.p,0.000000)\
-			0.000000	(t_x(307285,6)$GL34W04,9417.p,0.000000)\
-			0.000000	(t_x(292354,328)RMZU04,9418.p,0.000000)\
-			0.000000	(t_x(289502,1143)YD5WH04M,9419.p,0.000000)\
-			0.000000	(t_x(302356,113)BR404M,9420.p,0.000000)\
-			0.000000	(t_x(301867,531)YB3EH04A,9421.p,0.000000)\
-			0.000000	(t_x(301477,522)MRAE04,9422.p,0.000000)\
-			0.000000	(t_x(292533,5)RNI04M,9423.p,0.000000)\
-			1.000000	(t_x(295794,565)LEMDAT04,9424.p,1.000000)\
-			0.000000	(t_x(301088,567)LEMDAT04,9425.p,0.000000)\
-			0.000000	(t_x(283444,625)LGZAA04M,9426.p,0.000000)\
-			0.000000	(t_x(297929,93)EGNOR04M,9427.p,0.000000)\
-			0.000000	(t_x(316090,3106)LCES004,9428.p,0.000000)\
-			0.000000	(t_x(297505,17)RQXSI04E,9429.p,0.000000)\
-			0.000000	(t_x(296895,703)YB3EH04E,9430.p,0.000000)\
-			0.000000	(t_x(287433,10)EBBRA04E,9431.p,0.000000)\
-			1.000000	(t_x(293570,37)YBOLN04M,9432.p,1.000000)\
-			0.000000	(t_x(317116,154)MRAE04,9433.p,0.000000)\
-			0.000000	(t_x(313302,242)LCES004,9434.p,0.000000)\
-			0.000000	(t_x(313068,3243)LCES004,9435.p,0.000000)\
-			0.000000	(t_x(283663,378)RQXSI04E,9436.p,0.000000)\
-			0.000000	(t_x(295522,1011)PMXX04M,9437.p,0.000000)\
-			0.000000	(t_x(279011,703)LGKFN04,9438.p,0.000000)\
-			0.000000	(t_x(298536,376)LFPND04,9439.p,0.000000)\
-			0.000000	(t_x(309011,590)MRAE04,9440.p,0.000000)\
-			0.000000	(t_x(304258,4)MGY04,9441.p,0.000000)\
-			0.000000	(t_x(290367,135)MRAE04,9442.p,0.000000)\
-			0.000000	(t_x(297335,15)BR404M,9443.p,0.000000)\
-			1.000000	(t_x(276122,81)EG11G04M,9444.p,1.000000)\
-			0.000000	(t_x(287817,115)LGKFN04,9445.p,0.000000)\
-			1.000000	(t_x(287536,88)LELVL04M,9446.p,1.000000)\
-			0.000000	(t_x(283389,491)RQXSI04E,9447.p,0.000000)\
-			0.000000	(t_x(280252,1125)PMXX04M,9448.p,0.000000)\
-			0.000000	(t_x(289618,10)YB3EH04E,9449.p,0.000000)\
-			1.000000	(t_x(287111,49)EGNOR04M,9450.p,1.000000)\
-			0.000000	(t_x(297232,512)RNI04M,9451.p,0.000000)\
-			0.000000	(t_x(310732,2329)LCES004,9452.p,0.000000)\
-			0.000000	(t_x(263860,1296)LCES004,9453.p,0.000000)\
-			0.000000	(t_x(304051,50)MYY04A,9454.p,0.000000)\
-			0.000000	(t_x(288599,18)RMZU04E,9455.p,0.000000)\
-			0.000000	(t_x(293168,24)YB5WH04M,9456.p,0.000000)\
-			0.000000	(t_x(311440,302)MGY04,9457.p,0.000000)\
-			1.000000	(t_x(302863,517)LELVU04,9458.p,1.000000)\
-			0.000000	(t_x(287193,537)RQXSI04E,9459.p,0.000000)\
-			0.000000	(t_x(272234,4)RQXU04E,9460.p,0.000000)\
-			0.000000	(t_x(289455,10)RNI04M,9461.p,0.000000)\
-			0.000000	(t_x(297546,117)LGKFN04,9462.p,0.000000)\
-			0.000000	(t_x(314808,27)MRAEE04,9463.p,0.000000)\
-			0.000000	(t_x(290892,39)YB5WH04M,9464.p,0.000000)\
-			0.000000	(t_x(296350,493)RQXSI04E,9465.p,0.000000)\
-			0.000000	(t_x(294556,75)RJIU04M,9466.p,0.000000)\
-			0.000000	(t_x(308647,492)MRAE04,9467.p,0.000000)\
-			0.000000	(t_x(295448,78)RMZU04E,9468.p,0.000000)\
-			0.000000	(t_x(320214,54)MRAE04,9469.p,0.000000)\
-			0.000000	(t_x(279259,14)YH5MH04M,9470.p,0.000000)\
-			0.000000	(t_x(294406,165)RQXSI04E,9471.p,0.000000)\
-			0.000000	(t_x(285431,1461)LGKFN04,9472.p,0.000000)\
-			1.000000	(t_x(293884,17)EGNOR04M,9473.p,1.000000)\
-			0.000000	(t_x(309981,1797)MRAE04,9474.p,0.000000)\
-			0.000000	(t_x(279261,255)LGSRA04,9475.p,0.000000)\
-			1.000000	(t_x(279411,25)KHVL104E,9476.p,1.000000)\
-			0.000000	(t_x(308449,588)MRAE04,9477.p,0.000000)\
-			1.000000	(t_x(291906,274)EGNOR04M,9478.p,1.000000)\
-			0.000000	(t_x(282665,230)LGSRA04,9479.p,0.000000)\
-			0.000000	(t_x(263868,2847)LCES004,9480.p,0.000000)\
-			0.000000	(t_x(294815,300)RMZU04,9481.p,0.000000)\
-			0.000000	(t_x(284190,1024)PMXX04M,9482.p,0.000000)\
-			0.000000	(t_x(312192,24)MAB3404A,9483.p,0.000000)\
-			0.000000	(t_x(301760,40)MYY04A,9484.p,0.000000)\
-			0.000000	(t_x(293252,374)RNI04M,9485.p,0.000000)\
-			0.000000	(t_x(309978,1)RMZU04,9486.p,0.000000)\
-			0.000000	(t_x(303351,140)LELVU04,9487.p,0.000000)\
-			0.000000	(t_x(290395,117)PMXX04M,9488.p,0.000000)\
-			1.000000	(t_x(289872,173)PMXX04M,9489.p,1.000000)\
-			0.000000	(t_x(309200,513)LCES004M,9490.p,0.000000)\
-			0.000000	(t_x(287040,316)RNI04M,9491.p,0.000000)\
-			0.000000	(t_x(296549,16)YBOLN04M,9492.p,0.000000)\
-			0.000000	(t_x(309103,51)GL34W04,9493.p,0.000000)\
-			1.000000	(t_x(286726,22)YB5WH04M,9494.p,1.000000)\
-			0.000000	(t_x(312707,86)MRAE04,9495.p,0.000000)\
-			0.000000	(t_x(297596,19)LELVL04M,9496.p,0.000000)\
-			0.000000	(t_x(305283,123)LGKFN04,9497.p,0.000000)\
-			0.000000	(t_x(274596,264)RQXSI04E,9498.p,0.000000)\
-			0.000000	(t_x(314847,66)MGY04,9499.p,0.000000)\
-			0.000000	(t_x(309465,706)LGZAA04M,9500.p,0.000000)\
-			0.000000	(t_x(313433,397)MRAE04,9501.p,0.000000)\
-			0.000000	(t_x(305802,1383)EDGG704,9502.p,0.000000)\
-			0.000000	(t_x(282755,4)KWUR404E,9503.p,0.000000)\
-			0.000000	(t_x(291494,237)YH5MH04M,9504.p,0.000000)\
-			0.000000	(t_x(286141,64)KWUR404E,9505.p,0.000000)\
-			0.000000	(t_x(280021,244)EGNOR04M,9506.p,0.000000)\
-			1.000000	(t_x(274389,48)LFPND04,9507.p,1.000000)\
-			0.000000	(t_x(309959,3)MGY04,9508.p,0.000000)\
-			0.000000	(t_x(280142,742)EHAMA04,9509.p,0.000000)\
-			0.000000	(t_x(304615,17)MEK04,9510.p,0.000000)\
-			0.000000	(t_x(283194,150)PMXX04M,9511.p,0.000000)\
-			0.000000	(t_x(295514,3)YB3EH04A,9512.p,0.000000)\
-			0.000000	(t_x(311706,60)MEK04,9513.p,0.000000)\
-			1.000000	(t_x(273572,93)LGZAA04M,9514.p,1.000000)\
-			0.000000	(t_x(303665,2640)LCES004,9515.p,0.000000)\
-			0.000000	(t_x(295734,757)LEMDAT04,9516.p,0.000000)\
-			0.000000	(t_x(288405,177)PMXX04M,9517.p,0.000000)\
-			0.000000	(t_x(296563,7)KWUR404E,9518.p,0.000000)\
-			0.000000	(t_x(298116,297)RJIU04M,9519.p,0.000000)\
-			0.000000	(t_x(296261,2)YB5KL04E,9520.p,0.000000)\
-			0.000000	(t_x(300582,157)KWUR404E,9521.p,0.000000)\
-			0.000000	(t_x(286897,33)EBBRA04E,9522.p,0.000000)\
-			1.000000	(t_x(292989,22)YB5WH04M,9523.p,1.000000)\
-			0.000000	(t_x(283584,37)YB5WH04M,9524.p,0.000000)\
-			0.000000	(t_x(312199,2877)LCES004,9525.p,0.000000)\
-			0.000000	(t_x(290553,426)LEMDAT04,9526.p,0.000000)\
-			0.000000	(t_x(297113,101)RJIU04M,9527.p,0.000000)\
-			0.000000	(t_x(293445,694)RNI04M,9528.p,0.000000)\
-			0.000000	(t_x(282514,546)RQXSI04E,9529.p,0.000000)\
-			0.000000	(t_x(310303,372)RMZU04,9530.p,0.000000)\
-			0.000000	(t_x(279893,138)EHAMA04,9531.p,0.000000)\
-			1.000000	(t_x(289194,0),9532.p,1.000000)\
-			0.000000	(t_x(301524,3)MEK04,9533.p,0.000000)\
-			1.000000	(t_x(287821,41)RMZSI04M,9534.p,1.000000)\
-			0.000000	(t_x(285459,2355)LCES004,9535.p,0.000000)\
-			0.000000	(t_x(279243,112)KSPE1P04,9536.p,0.000000)\
-			0.000000	(t_x(291594,273)EG11G04M,9537.p,0.000000)\
-			0.000000	(t_x(323044,30)MRAE04,9538.p,0.000000)\
-			1.000000	(t_x(301074,228)LGKFN04,9539.p,1.000000)\
-			0.000000	(t_x(306207,1345)LCES004M,9540.p,0.000000)\
-			0.000000	(t_x(278295,593)RNI04M,9541.p,0.000000)\
-			0.000000	(t_x(312036,7)MYY04A,9542.p,0.000000)\
-			0.000000	(t_x(286682,202)EBBRA04E,9543.p,0.000000)\
-			0.000000	(t_x(315081,2)LCES004,9544.p,0.000000)\
-			0.000000	(t_x(295532,41)RJIU04M,9545.p,0.000000)\
-			0.000000	(t_x(284297,366)RQXSI04E,9546.p,0.000000)\
-			1.000000	(t_x(289675,32)KSPE1P04,9547.p,1.000000)\
-			0.000000	(t_x(291048,245)LEMDAT04,9548.p,0.000000)\
-			0.000000	(t_x(318660,94)EDGG704,9549.p,0.000000)\
-			0.000000	(t_x(295893,675)LEMDAT04,9550.p,0.000000)\
-			0.000000	(t_x(287011,196)RMZU04E,9551.p,0.000000)\
-			1.000000	(t_x(287700,1046)LGZAA04M,9552.p,1.000000)\
-			0.000000	(t_x(301721,260)LGKFN04,9553.p,0.000000)\
-			1.000000	(t_x(287438,56)RNI04M,9554.p,1.000000)\
-			0.000000	(t_x(295886,105)EG11G04M,9555.p,0.000000)\
-			0.000000	(t_x(278590,787)EHAMA04,9556.p,0.000000)\
-			0.000000	(t_x(285372,4)YB3EH04E,9557.p,0.000000)\
-			1.000000	(t_x(286590,17)YB3EH04E,9558.p,1.000000)\
-			0.000000	(t_x(281891,107)KWUR404E,9559.p,0.000000)\
-			0.000000	(t_x(279279,8)YH5MH04M,9560.p,0.000000)\
-			0.000000	(t_x(295238,17)RNI04M,9561.p,0.000000)\
-			1.000000	(t_x(295174,250)BKED1204,9562.p,1.000000)\
-			0.000000	(t_x(306801,288)RMZU04,9563.p,0.000000)\
-			0.000000	(t_x(297613,292)RQXSI04E,9564.p,0.000000)\
-			0.000000	(t_x(295497,92)PMXX04M,9565.p,0.000000)\
-			0.000000	(t_x(279467,101)YH5MH04M,9566.p,0.000000)\
-			0.000000	(t_x(263196,562)RQXSI04E,9567.p,0.000000)\
-			0.000000	(t_x(279801,379)EHAMA04,9568.p,0.000000)\
-			0.000000	(t_x(311284,1500)LCES004,9569.p,0.000000)\
-			0.000000	(t_x(304315,370)RMZU04,9570.p,0.000000)\
-			0.000000	(t_x(293957,575)RNI04M,9571.p,0.000000)\
-			1.000000	(t_x(293965,27)RVKWS04,9572.p,1.000000)\
-			0.000000	(t_x(288302,28)RJIU04M,9573.p,0.000000)\
-			0.000000	(t_x(300430,59)RNI04M,9574.p,0.000000)\
-			0.000000	(t_x(294089,347)LEMDAT04,9575.p,0.000000)\
-			0.000000	(t_x(283561,855)LGZAA04M,9576.p,0.000000)\
-			0.000000	(t_x(284631,547)RQXSI04E,9577.p,0.000000)\
-			1.000000	(t_x(294518,57)$KSLN04M,9578.p,1.000000)\
-			0.000000	(t_x(274616,176)RQXSI04E,9579.p,0.000000)\
-			1.000000	(t_x(287288,17)KSPE1P04,9580.p,1.000000)\
-			0.000000	(t_x(286600,841)KCHI104M,9581.p,0.000000)\
-			0.000000	(t_x(285656,98)PMXX04M,9582.p,0.000000)\
-			0.000000	(t_x(292801,279)PMXX04M,9583.p,0.000000)\
-			0.000000	(t_x(316618,13)LLBGA04L,9584.p,0.000000)\
-			0.000000	(t_x(306269,9)MGY04,9585.p,0.000000)\
-			0.000000	(t_x(301461,1)YB3EH04A,9586.p,0.000000)\
-			0.000000	(t_x(263515,333)LGKFN04,9587.p,0.000000)\
-			1.000000	(t_x(295754,691)LEMDAT04,9588.p,1.000000)\
-			0.000000	(t_x(303451,207)KWUR1C04,9589.p,0.000000)\
-			0.000000	(t_x(301968,1151)EG11G04M,9590.p,0.000000)\
-			0.000000	(t_x(290407,1658)LFMDA04A,9591.p,0.000000)\
-			0.000000	(t_x(306862,171)KSAL1204,9592.p,0.000000)\
-			1.000000	(t_x(296180,24)RMZU04,9593.p,1.000000)\
-			0.000000	(t_x(288104,18)KSPE104D,9594.p,0.000000)\
-			0.000000	(t_x(295371,419)RQXSI04E,9595.p,0.000000)\
-			0.000000	(t_x(311552,525)LFMDA04A,9596.p,0.000000)\
-			0.000000	(t_x(289397,12)LGKFN04,9597.p,0.000000)\
-			1.000000	(t_x(290342,27)RJIU04M,9598.p,1.000000)\
-			0.000000	(t_x(309890,45)KWUR1C04,9599.p,0.000000)\
-			1.000000	(t_x(287195,18)BR204M,9600.p,1.000000)\
-			0.000000	(t_x(290076,6)RJIU04M,9601.p,0.000000)\
-			0.000000	(t_x(307576,14)RMZU04,9602.p,0.000000)\
-			0.000000	(t_x(297011,44)KSPE104D,9603.p,0.000000)\
-			0.000000	(t_x(295822,59)LEMDAT04,9604.p,0.000000)\
-			0.000000	(t_x(305689,373)LEMDAT04,9605.p,0.000000)\
-			1.000000	(t_x(278945,469)LFMDA04A,9606.p,1.000000)\
-			0.000000	(t_x(279485,45)KHVL104E,9607.p,0.000000)\
-			0.000000	(t_x(294193,4)LGKFN04,9608.p,0.000000)\
-			0.000000	(t_x(288361,71)PMXX04M,9609.p,0.000000)\
-			0.000000	(t_x(292255,8)YB3EH04A,9610.p,0.000000)\
-			0.000000	(t_x(277472,246)EG11G04M,9611.p,0.000000)\
-			0.000000	(t_x(294701,193)KSAL1204,9612.p,0.000000)\
-			0.000000	(t_x(278647,1048)EHAMA04,9613.p,0.000000)\
-			0.000000	(t_x(283258,78)RMZU04E,9614.p,0.000000)\
-			0.000000	(t_x(289172,123)LEMDAT04,9615.p,0.000000)\
-			0.000000	(t_x(298562,44)RMZU04,9616.p,0.000000)\
-			0.000000	(t_x(286690,761)EHAMA04,9617.p,0.000000)\
-			0.000000	(t_x(263418,12)BKED1204,9618.p,0.000000)\
-			1.000000	(t_x(294706,668)MM304,9619.p,1.000000)\
-			0.000000	(t_x(295915,479)LEMDAT04,9620.p,0.000000)\
-			1.000000	(t_x(294548,128)MGY04,9621.p,1.000000)\
-			0.000000	(t_x(289999,508)PMXX04M,9622.p,0.000000)\
-			0.000000	(t_x(305354,72)MEK04,9623.p,0.000000)\
-			0.000000	(t_x(296039,66)LEMDAT04,9624.p,0.000000)\
-			1.000000	(t_x(291559,98)RFBRT04M,9625.p,1.000000)\
-			0.000000	(t_x(317357,333)LGRPA04,9626.p,0.000000)\
-			0.000000	(t_x(294048,40)RMZU04E,9627.p,0.000000)\
-			0.000000	(t_x(281854,56)KWUR404E,9628.p,0.000000)\
-			1.000000	(t_x(296164,82)RQXSI04E,9629.p,1.000000)\
-			0.000000	(t_x(304557,173)LEMDAT04,9630.p,0.000000)\
-			0.000000	(t_x(317603,646)LLBGA04L,9631.p,0.000000)\
-			0.000000	(t_x(295730,96)LEMDAT04,9632.p,0.000000)\
-			0.000000	(t_x(288720,239)PMXX04M,9633.p,0.000000)\
-			0.000000	(t_x(295528,43)RQXSI04E,9634.p,0.000000)\
-			0.000000	(t_x(305686,51)LEMDAT04,9635.p,0.000000)\
-			1.000000	(t_x(284925,283)LGRPA04M,9636.p,1.000000)\
-			0.000000	(t_x(294807,1220)LCES004M,9637.p,0.000000)\
-			0.000000	(t_x(277190,262)EG11G04M,9638.p,0.000000)\
-			0.000000	(t_x(285209,1030)PMXX04M,9639.p,0.000000)\
-			0.000000	(t_x(310512,231)LOVN1504,9640.p,0.000000)\
-			0.000000	(t_x(285482,297)PMXX04M,9641.p,0.000000)\
-			0.000000	(t_x(295733,126)LEMDAT04,9642.p,0.000000)\
-			0.000000	(t_x(311447,948)LGKFN04,9643.p,0.000000)\
-			0.000000	(t_x(289249,986)KFZ4404M,9644.p,0.000000)\
-			0.000000	(t_x(304435,80)LELVU04,9645.p,0.000000)\
-			0.000000	(t_x(316061,81)LLBGA04L,9646.p,0.000000)\
-			0.000000	(t_x(308125,1586)LCES004,9647.p,0.000000)\
-			0.000000	(t_x(317920,1866)EDGG704,9648.p,0.000000)\
-			0.000000	(t_x(318119,40)LCES004,9649.p,0.000000)\
-			0.000000	(t_x(301673,900)LCES004M,9650.p,0.000000)\
-			0.000000	(t_x(296407,2)YB3EH04A,9651.p,0.000000)\
-			1.000000	(t_x(290681,0),9652.p,1.000000)\
-			0.000000	(t_x(287595,277)KWUR1C04,9653.p,0.000000)\
-			0.000000	(t_x(263587,1405)LCES004M,9654.p,0.000000)\
-			1.000000	(t_x(288501,118)LEMDAT04,9655.p,1.000000)\
-			0.000000	(t_x(311863,32)YB3EH04A,9656.p,0.000000)\
-			0.000000	(t_x(307190,648)LGKFN04,9657.p,0.000000)\
-			0.000000	(t_x(293006,61)YH5MH04M,9658.p,0.000000)\
-			0.000000	(t_x(287749,1154)LGZAA04M,9659.p,0.000000)\
-			1.000000	(t_x(310647,3)MGY04,9660.p,1.000000)\
-			0.000000	(t_x(314730,17)MAB04,9661.p,0.000000)\
-			0.000000	(t_x(287194,492)RQXSI04E,9662.p,0.000000)\
-			0.000000	(t_x(308144,27)MAB04,9663.p,0.000000)\
-			1.000000	(t_x(279735,0),9664.p,1.000000)\
-			0.000000	(t_x(290680,1099)LGSRA04,9665.p,0.000000)\
-			0.000000	(t_x(290272,164)LEMDAT04,9666.p,0.000000)\
-			0.000000	(t_x(290082,765)RNI04M,9667.p,0.000000)\
-			0.000000	(t_x(284504,88)RQXSI04E,9668.p,0.000000)\
-			1.000000	(t_x(286582,142)KFZ4404M,9669.p,1.000000)\
-			0.000000	(t_x(293889,43)RJIU04M,9670.p,0.000000)\
-			0.000000	(t_x(305601,31)LLBGA04L,9671.p,0.000000)\
-			0.000000	(t_x(284595,35)RQXSI04E,9672.p,0.000000)\
-			0.000000	(t_x(281989,42)KHVL104E,9673.p,0.000000)\
-			0.000000	(t_x(292091,38)LOVN1504,9674.p,0.000000)\
-			0.000000	(t_x(300356,15)RJIU04M,9675.p,0.000000)\
-			1.000000	(t_x(279804,50)KHVL104E,9676.p,1.000000)\
-			0.000000	(t_x(296922,320)LGKFN04,9677.p,0.000000)\
-			0.000000	(t_x(295005,56)KSPE104D,9678.p,0.000000)\
-			0.000000	(t_x(304552,136)LEMDAT04,9679.p,0.000000)\
-			0.000000	(t_x(288381,26)YD5WH04M,9680.p,0.000000)\
-			0.000000	(t_x(278067,38)EG11G04M,9681.p,0.000000)\
-			0.000000	(t_x(300815,1432)LCES004M,9682.p,0.000000)\
-			0.000000	(t_x(294899,137)PMXX04M,9683.p,0.000000)\
-			0.000000	(t_x(284206,81)RMZU04,9684.p,0.000000)\
-			1.000000	(t_x(295287,24)RQXI04E,9685.p,1.000000)\
-			0.000000	(t_x(291377,160)EG11G04M,9686.p,0.000000)\
-			0.000000	(t_x(288358,42)KWUR404E,9687.p,0.000000)\
-			0.000000	(t_x(308325,620)LGKFN04,9688.p,0.000000)\
-			0.000000	(t_x(306188,129)LFMDA04A,9689.p,0.000000)\
-			0.000000	(t_x(297744,65)LOVN1504,9690.p,0.000000)\
-			0.000000	(t_x(304778,30)RVKWS04,9691.p,0.000000)\
-			0.000000	(t_x(284467,84)RMZU04E,9692.p,0.000000)\
-			0.000000	(t_x(313054,33)MYY04A,9693.p,0.000000)\
-			0.000000	(t_x(294442,224)LOVN1504,9694.p,0.000000)\
-			0.000000	(t_x(309473,213)LOVN1504,9695.p,0.000000)\
-			0.000000	(t_x(298306,110)LOVN1504,9696.p,0.000000)\
-			0.000000	(t_x(310287,160)LCES004,9697.p,0.000000)\
-			0.000000	(t_x(291891,619)LGKFN04,9698.p,0.000000)\
-			0.000000	(t_x(300896,45)GL34W04,9699.p,0.000000)\
-			0.000000	(t_x(294005,102)RJIU04M,9700.p,0.000000)\
-			0.000000	(t_x(277703,353)KHVL104E,9701.p,0.000000)\
-			0.000000	(t_x(288740,26)RQXSI04E,9702.p,0.000000)\
-			1.000000	(t_x(288849,107)LGRPA04M,9703.p,1.000000)\
-			0.000000	(t_x(276534,80)KHVL104E,9704.p,0.000000)\
-			0.000000	(t_x(296238,136)RJIU04M,9705.p,0.000000)\
-			0.000000	(t_x(305811,302)KWUR1C04,9706.p,0.000000)\
-			0.000000	(t_x(284797,180)YB3EH04E,9707.p,0.000000)\
-			0.000000	(t_x(302643,131)EG11G04M,9708.p,0.000000)\
-			0.000000	(t_x(290803,62)KHVL104E,9709.p,0.000000)\
-			1.000000	(t_x(287372,31)KSPE1P04,9710.p,1.000000)\
-			0.000000	(t_x(289309,24)YB3EH04E,9711.p,0.000000)\
-			1.000000	(t_x(293045,232)RQXU04E,9712.p,1.000000)\
-			0.000000	(t_x(287604,70)PMXX04M,9713.p,0.000000)\
-			0.000000	(t_x(305867,1463)EDGG704,9714.p,0.000000)\
-			0.000000	(t_x(287904,111)LGKFN04,9715.p,0.000000)\
-			1.000000	(t_x(293857,272)LGSRA04,9716.p,1.000000)\
-			0.000000	(t_x(302661,151)EG11G04M,9717.p,0.000000)\
-			0.000000	(t_x(312066,702)EDGG704,9718.p,0.000000)\
-			0.000000	(t_x(293549,60)RQXU04E,9719.p,0.000000)\
-			0.000000	(t_x(281485,8)LELVU04,9720.p,0.000000)\
-			0.000000	(t_x(315138,345)LCES004,9721.p,0.000000)\
-			0.000000	(t_x(307182,1179)MRAEE04,9722.p,0.000000)\
-			0.000000	(t_x(288339,68)KFZ4404M,9723.p,0.000000)\
-			0.000000	(t_x(304456,3)RJIU04M,9724.p,0.000000)\
-			0.000000	(t_x(297679,29)KWUR1C04,9725.p,0.000000)\
-			0.000000	(t_x(289566,958)LGKFN04,9726.p,0.000000)\
-			1.000000	(t_x(279687,46)LGRPA04M,9727.p,1.000000)\
-			0.000000	(t_x(286685,188)RQXSI04E,9728.p,0.000000)\
-			0.000000	(t_x(308432,26)RMZU04,9729.p,0.000000)\
-			0.000000	(t_x(277826,0),9730.p,0.000000)\
-			0.000000	(t_x(283489,83)RVKWU04M,9731.p,0.000000)\
-			0.000000	(t_x(302725,28)MM204,9732.p,0.000000)\
-			0.000000	(t_x(288191,15)KSPE1P04,9733.p,0.000000)\
-			0.000000	(t_x(311351,204)LOVN1504,9734.p,0.000000)\
-			0.000000	(t_x(279409,432)YH5MH04M,9735.p,0.000000)\
-			0.000000	(t_x(281881,252)YB3EH04A,9736.p,0.000000)\
-			0.000000	(t_x(291577,15)EGNOR04M,9737.p,0.000000)\
-			0.000000	(t_x(303992,153)LGKFN04,9738.p,0.000000)\
-			0.000000	(t_x(302970,128)LOVN1504,9739.p,0.000000)\
-			0.000000	(t_x(276837,75)BR404M,9740.p,0.000000)\
-			0.000000	(t_x(302665,185)GL34W04,9741.p,0.000000)\
-			0.000000	(t_x(294097,15)LELVU04,9742.p,0.000000)\
-			0.000000	(t_x(297157,821)LGKFN04,9743.p,0.000000)\
-			0.000000	(t_x(279693,237)YH5MH04M,9744.p,0.000000)\
-			0.000000	(t_x(296449,304)BKED1204,9745.p,0.000000)\
-			0.000000	(t_x(321498,1350)EDGG704,9746.p,0.000000)\
-			0.000000	(t_x(289901,51)RQXSI04E,9747.p,0.000000)\
-			0.000000	(t_x(292940,1198)EDGG704,9748.p,0.000000)\
-			0.000000	(t_x(309508,1)LGRPA04,9749.p,0.000000)\
-			0.000000	(t_x(294460,535)PMXX04M,9750.p,0.000000)\
-			0.000000	(t_x(286628,119)RMZU04E,9751.p,0.000000)\
-			0.000000	(t_x(293901,60)RQXU04E,9752.p,0.000000)\
-			1.000000	(t_x(295319,14)RJIU04M,9753.p,1.000000)\
-			0.000000	(t_x(294112,260)EG11G04M,9754.p,0.000000)\
-			1.000000	(t_x(297119,90)LOW304M,9755.p,1.000000)\
-			0.000000	(t_x(290858,623)RNI04M,9756.p,0.000000)\
-			0.000000	(t_x(282430,104)EBBRA04E,9757.p,0.000000)\
-			0.000000	(t_x(295547,35)YB5KL04E,9758.p,0.000000)\
-			0.000000	(t_x(318401,84)EDGG704,9759.p,0.000000)\
-			0.000000	(t_x(293146,225)KSPE104D,9760.p,0.000000)\
-			0.000000	(t_x(289716,719)LGKFN04,9761.p,0.000000)\
-			0.000000	(t_x(306251,136)RMZU04,9762.p,0.000000)\
-			0.000000	(t_x(278565,212)LELVU04,9763.p,0.000000)\
-			0.000000	(t_x(296936,632)LGZAA04M,9764.p,0.000000)\
-			0.000000	(t_x(318473,895)LLBGA04L,9765.p,0.000000)\
-			0.000000	(t_x(288555,117)KFZ4404M,9766.p,0.000000)\
-			0.000000	(t_x(303842,208)LELVU04,9767.p,0.000000)\
-			0.000000	(t_x(304895,149)LOVN1504,9768.p,0.000000)\
-			0.000000	(t_x(285671,12)RJIU04M,9769.p,0.000000)\
-			0.000000	(t_x(281334,255)RVKWU04M,9770.p,0.000000)\
-			0.000000	(t_x(289655,51)RJIU04M,9771.p,0.000000)\
-			0.000000	(t_x(283998,17)YB5WH04M,9772.p,0.000000)\
-			0.000000	(t_x(300322,337)MT4AT04E,9773.p,0.000000)\
-			0.000000	(t_x(312085,30)MEK04,9774.p,0.000000)\
-			0.000000	(t_x(305828,602)LCES004,9775.p,0.000000)\
-			0.000000	(t_x(286844,144)KSPE104D,9776.p,0.000000)\
-			1.000000	(t_x(289158,100)RVKWU04M,9777.p,1.000000)\
-			0.000000	(t_x(316391,1470)EDGG704,9778.p,0.000000)\
-			0.000000	(t_x(277284,7)EBBRA04E,9779.p,0.000000)\
-			0.000000	(t_x(297362,90)RNI04M,9780.p,0.000000)\
-			0.000000	(t_x(302531,65)RJIU04M,9781.p,0.000000)\
-			0.000000	(t_x(307658,300)RMZU04,9782.p,0.000000)\
-			0.000000	(t_x(305363,56)KWUR1C04,9783.p,0.000000)\
-			0.000000	(t_x(290343,120)RJIU04M,9784.p,0.000000)\
-			0.000000	(t_x(294111,72)LELVU04,9785.p,0.000000)\
-			0.000000	(t_x(290406,92)RJIU04M,9786.p,0.000000)\
-			0.000000	(t_x(317851,1340)EDGG704,9787.p,0.000000)\
-			0.000000	(t_x(290967,143)RJIU04M,9788.p,0.000000)\
-			0.000000	(t_x(311697,1560)EDGG704,9789.p,0.000000)\
-			1.000000	(t_x(294541,66)RJIU04M,9790.p,1.000000)\
-			0.000000	(t_x(297940,267)MT4AT04E,9791.p,0.000000)\
-			0.000000	(t_x(301680,69)KWUR1C04,9792.p,0.000000)\
-			0.000000	(t_x(309099,27)MEK04,9793.p,0.000000)\
-			0.000000	(t_x(295231,70)LOVN1504,9794.p,0.000000)\
-			1.000000	(t_x(263463,278)LEBAS04A,9795.p,1.000000)\
-			0.000000	(t_x(302516,60)LCES004M,9796.p,0.000000)\
-			1.000000	(t_x(292683,45)YB5KL04E,9797.p,1.000000)\
-			0.000000	(t_x(310219,1787)EDGG704,9798.p,0.000000)\
-			0.000000	(t_x(291178,103)KHVL104E,9799.p,0.000000)\
-			0.000000	(t_x(304753,60)LGKFN04,9800.p,0.000000)\
-			0.000000	(t_x(292330,52)KSPE1P04,9801.p,0.000000)\
-			0.000000	(t_x(300133,97)RQXSI04E,9802.p,0.000000)\
-			0.000000	(t_x(314816,1941)EDGG704,9803.p,0.000000)\
-			0.000000	(t_x(298700,132)YB3EH04A,9804.p,0.000000)\
-			0.000000	(t_x(306698,1680)EDGG704,9805.p,0.000000)\
-			0.000000	(t_x(277278,38)RASI04M,9806.p,0.000000)\
-			0.000000	(t_x(293710,1699)EDGG704,9807.p,0.000000)\
-			1.000000	(t_x(316476,1758)EDGG704,9808.p,1.000000)\
-			0.000000	(t_x(292876,74)MRAE04,9809.p,0.000000)\
-			0.000000	(t_x(306307,173)RMZU04,9810.p,0.000000)\
-			0.000000	(t_x(313119,110)LOVN1504,9811.p,0.000000)\
-			0.000000	(t_x(300445,1987)LCES004,9812.p,0.000000)\
-			0.000000	(t_x(293566,118)RNI04M,9813.p,0.000000)\
-			0.000000	(t_x(297374,190)RQXSI04E,9814.p,0.000000)\
-			0.000000	(t_x(287660,80)EG11G04M,9815.p,0.000000)\
-			0.000000	(t_x(290535,0),9816.p,0.000000)\
-			0.000000	(t_x(304739,199)GL34W04,9817.p,0.000000)\
-			0.000000	(t_x(283253,33)RASI04M,9818.p,0.000000)\
-			0.000000	(t_x(315692,0),9819.p,0.000000)\
-			0.000000	(t_x(292388,351)RQXU04E,9820.p,0.000000)\
-			0.000000	(t_x(287287,79)RMZU04E,9821.p,0.000000)\
-			0.000000	(t_x(284357,866)RVKWU04M,9822.p,0.000000)\
-			0.000000	(t_x(306171,42)LOVN1504,9823.p,0.000000)\
-			0.000000	(t_x(294546,43)LOVN1504,9824.p,0.000000)\
-			0.000000	(t_x(292003,61)FUJ04M,9825.p,0.000000)\
-			0.000000	(t_x(288684,279)YH5MH04M,9826.p,0.000000)\
-			0.000000	(t_x(282868,67)KWUR404E,9827.p,0.000000)\
-			0.000000	(t_x(295116,531)RQXU04E,9828.p,0.000000)\
-			0.000000	(t_x(307153,1911)LCES004,9829.p,0.000000)\
-			0.000000	(t_x(283748,160)MT4AT04E,9830.p,0.000000)\
-			1.000000	(t_x(294690,146)RVKWU04M,9831.p,1.000000)\
-			0.000000	(t_x(292917,15)LELVL04M,9832.p,0.000000)\
-			0.000000	(t_x(294503,47)RNS04M,9833.p,0.000000)\
-			0.000000	(t_x(283042,78)LGKFN04,9834.p,0.000000)\
-			0.000000	(t_x(286743,749)LGKFN04,9835.p,0.000000)\
-			1.000000	(t_x(292297,20)RNI04M,9836.p,1.000000)\
-			0.000000	(t_x(306346,2338)LCES004,9837.p,0.000000)\
-			0.000000	(t_x(288279,13)YB3EH04E,9838.p,0.000000)\
-			0.000000	(t_x(287978,208)YH5MH04M,9839.p,0.000000)\
-			0.000000	(t_x(284868,176)KSLN04M,9840.p,0.000000)\
-			0.000000	(t_x(296970,71)KFZ4404M,9841.p,0.000000)\
-			0.000000	(t_x(306769,25)MYY04A,9842.p,0.000000)\
-			0.000000	(t_x(287290,112)MT4AT04E,9843.p,0.000000)\
-			0.000000	(t_x(293539,836)RVKWU04M,9844.p,0.000000)\
-			0.000000	(t_x(293757,207)KFZ4404M,9845.p,0.000000)\
-			1.000000	(t_x(285693,24)YB3EH04E,9846.p,1.000000)\
-			0.000000	(t_x(287918,304)GL4W04M,9847.p,0.000000)\
-			0.000000	(t_x(314736,150)EDGG704,9848.p,0.000000)\
-			0.000000	(t_x(314538,2100)EDGG704,9849.p,0.000000)\
-			0.000000	(t_x(307264,2210)LCES004,9850.p,0.000000)\
-			0.000000	(t_x(304372,76)RMZU04,9851.p,0.000000)\
-			0.000000	(t_x(284562,35)KFZ4404M,9852.p,0.000000)\
-			0.000000	(t_x(310618,898)EDGG704,9853.p,0.000000)\
-			0.000000	(t_x(289464,148)RNI04M,9854.p,0.000000)\
-			0.000000	(t_x(300435,4)LGKFN04,9855.p,0.000000)\
-			1.000000	(t_x(314889,1073)EDGG704,9856.p,1.000000)\
-			0.000000	(t_x(306710,177)LOVN1504,9857.p,0.000000)\
-			0.000000	(t_x(294148,145)RQXU04E,9858.p,0.000000)\
-			0.000000	(t_x(278669,40)EHAMA04,9859.p,0.000000)\
-			0.000000	(t_x(295790,278)LEMDAT04,9860.p,0.000000)\
-			0.000000	(t_x(284165,816)RVKWU04M,9861.p,0.000000)\
-			0.000000	(t_x(287367,223)YBOLN04M,9862.p,0.000000)\
-			0.000000	(t_x(310127,92)YB3EH04A,9863.p,0.000000)\
-			0.000000	(t_x(273386,39)EGNOR04M,9864.p,0.000000)\
-			0.000000	(t_x(297433,185)EGPFA04,9865.p,0.000000)\
-			0.000000	(t_x(310438,1036)EDGG704,9866.p,0.000000)\
-			0.000000	(t_x(303850,5)LOVN1504,9867.p,0.000000)\
-			0.000000	(t_x(317978,1982)EDGG704,9868.p,0.000000)\
-			0.000000	(t_x(304880,108)LGZAA04M,9869.p,0.000000)\
-			0.000000	(t_x(298434,1627)LCES004,9870.p,0.000000)\
-			0.000000	(t_x(292423,1889)EDGG704,9871.p,0.000000)\
-			0.000000	(t_x(304433,382)LELVU04,9872.p,0.000000)\
-			0.000000	(t_x(294925,2003)RVKWU04M,9873.p,0.000000)\
-			0.000000	(t_x(301727,68)LGKFN04,9874.p,0.000000)\
-			0.000000	(t_x(279791,1392)EHAMA04,9875.p,0.000000)\
-			1.000000	(t_x(293929,226)RVKWU04M,9876.p,1.000000)\
-			0.000000	(t_x(297216,358)LGRPA04,9877.p,0.000000)\
-			0.000000	(t_x(302033,171)LOVN1504,9878.p,0.000000)\
-			0.000000	(t_x(295288,55)KSLN04M,9879.p,0.000000)\
-			0.000000	(t_x(316538,1120)EDGG704,9880.p,0.000000)\
-			0.000000	(t_x(312800,1480)EDGG704,9881.p,0.000000)\
-			0.000000	(t_x(263503,36)RNS04M,9882.p,0.000000)\
-			0.000000	(t_x(310983,1972)EDGG704,9883.p,0.000000)\
-			0.000000	(t_x(292383,1597)EDGG704,9884.p,0.000000)\
-			0.000000	(t_x(307846,21)RMZU04,9885.p,0.000000)\
-			0.000000	(t_x(292672,188)RQXU04E,9886.p,0.000000)\
-			0.000000	(t_x(281148,299)LGRPA04M,9887.p,0.000000)\
-			0.000000	(t_x(317067,146)LLBGA04L,9888.p,0.000000)\
-			0.000000	(t_x(303979,283)KSPE104D,9889.p,0.000000)\
-			0.000000	(t_x(319337,1700)EDGG704,9890.p,0.000000)\
-			0.000000	(t_x(313590,6)LLBGA04L,9891.p,0.000000)\
-			0.000000	(t_x(297002,289)LGRPA04,9892.p,0.000000)\
-			0.000000	(t_x(317222,1716)EDGG704,9893.p,0.000000)\
-			0.000000	(t_x(277201,93)KHVL104E,9894.p,0.000000)\
-			0.000000	(t_x(315618,1803)EDGG704,9895.p,0.000000)\
-			0.000000	(t_x(295339,1828)RVKWU04M,9896.p,0.000000)\
-			0.000000	(t_x(290574,30)BR404M,9897.p,0.000000)\
-			0.000000	(t_x(268974,18)KSPE1P04,9898.p,0.000000)\
-			0.000000	(t_x(285870,1738)RVKWU04M,9899.p,0.000000)\
-			0.000000	(t_x(316298,1875)EDGG704,9900.p,0.000000)\
-			0.000000	(t_x(280587,1684)RVKWU04M,9901.p,0.000000)\
-			0.000000	(t_x(287891,12)RJIU04M,9902.p,0.000000)\
-			0.000000	(t_x(288957,172)LEMDAT04,9903.p,0.000000)\
-			0.000000	(t_x(295620,1535)RVKWU04M,9904.p,0.000000)\
-			0.000000	(t_x(305019,154)RNS04M,9905.p,0.000000)\
-			0.000000	(t_x(283495,258)LGRPA04,9906.p,0.000000)\
-			0.000000	(t_x(290480,534)RJIU04M,9907.p,0.000000)\
-			0.000000	(t_x(291164,285)RQXSI04E,9908.p,0.000000)\
-			0.000000	(t_x(292186,1898)LGSRA04,9909.p,0.000000)\
-			0.000000	(t_x(295456,1343)RVKWU04M,9910.p,0.000000)\
-			0.000000	(t_x(271199,265)RMZU04E,9911.p,0.000000)\
-			0.000000	(t_x(293657,927)YD5WH04M,9912.p,0.000000)\
-			0.000000	(t_x(295927,59)RJIU04M,9913.p,0.000000)\
-			0.000000	(t_x(305013,60)LCES004M,9914.p,0.000000)\
-			0.000000	(t_x(312494,125)LOVN1504,9915.p,0.000000)\
-			0.000000	(t_x(291224,36)KSLN04M,9916.p,0.000000)\
-			0.000000	(t_x(305929,129)LCES004M,9917.p,0.000000)\
-			1.000000	(t_x(296133,1104)RVKWU04M,9918.p,1.000000)\
-			0.000000	(t_x(280103,57)KSPE104D,9919.p,0.000000)\
-			0.000000	(t_x(279642,52)KHVL104E,9920.p,0.000000)\
-			0.000000	(t_x(313034,218)GL34W04,9921.p,0.000000)\
-			0.000000	(t_x(315763,1361)EDGG704,9922.p,0.000000)\
-			0.000000	(t_x(304463,234)RMZSI04,9923.p,0.000000)\
-			0.000000	(t_x(307218,55)ZM56704,9924.p,0.000000)\
-			0.000000	(t_x(292153,418)YB5WH04M,9925.p,0.000000)\
-			0.000000	(t_x(300332,74)EG11G04M,9926.p,0.000000)\
-			0.000000	(t_x(293074,51)RQXU04E,9927.p,0.000000)\
-			0.000000	(t_x(298588,160)LGKFN04,9928.p,0.000000)\
-			0.000000	(t_x(281715,192)LGRPA04,9929.p,0.000000)\
-			1.000000	(t_x(291206,36)RQXU04E,9930.p,1.000000)\
-			0.000000	(t_x(293804,73)KSAL1204,9931.p,0.000000)\
-			0.000000	(t_x(295726,81)KSAL1204,9932.p,0.000000)\
-			0.000000	(t_x(284287,58)PMXX04M,9933.p,0.000000)\
-			0.000000	(t_x(285792,144)BR404M,9934.p,0.000000)\
-			0.000000	(t_x(300538,186)KSPE104D,9935.p,0.000000)\
-			1.000000	(t_x(294049,3)RVKWU04M,9936.p,1.000000)\
-			0.000000	(t_x(303491,122)LGRPA04,9937.p,0.000000)\
-			0.000000	(t_x(292872,53)KSAL1204,9938.p,0.000000)\
-			0.000000	(t_x(277434,51)EG11G04M,9939.p,0.000000)\
-			0.000000	(t_x(278598,1189)EHAMA04,9940.p,0.000000)\
-			0.000000	(t_x(279652,115)KSPE1P04,9941.p,0.000000)\
-			1.000000	(t_x(294857,32)YBOLN04M,9942.p,1.000000)\
-			0.000000	(t_x(307712,83)EDGG704,9943.p,0.000000)\
-			0.000000	(t_x(305661,305)LOVN1504,9944.p,0.000000)\
-			0.000000	(t_x(263816,49)RMZU04,9945.p,0.000000)\
-			0.000000	(t_x(315428,2)LELVL104,9946.p,0.000000)\
-			0.000000	(t_x(314530,208)GL34W04,9947.p,0.000000)\
-			1.000000	(t_x(293561,286)RVKWU04M,9948.p,1.000000)\
-			0.000000	(t_x(304555,278)LEMDAT04,9949.p,0.000000)\
-			0.000000	(t_x(263793,330)KSAL1204,9950.p,0.000000)\
-			1.000000	(t_x(290208,144)LGRPA04M,9951.p,1.000000)\
-			0.000000	(t_x(295343,720)RVKWU04M,9952.p,0.000000)\
-			0.000000	(t_x(284700,2)YB3EH04E,9953.p,0.000000)\
-			0.000000	(t_x(295819,544)RVKWU04M,9954.p,0.000000)\
-			0.000000	(t_x(281534,135)LGRPA04M,9955.p,0.000000)\
-			1.000000	(t_x(290566,4)MYY04A,9956.p,1.000000)\
-			0.000000	(t_x(283115,86)RMZU04,9957.p,0.000000)\
-			0.000000	(t_x(292112,186)KWUR404E,9958.p,0.000000)\
-			0.000000	(t_x(263279,220)KFZ4404M,9959.p,0.000000)\
-			0.000000	(t_x(297572,780)RVKWU04M,9960.p,0.000000)\
-			1.000000	(t_x(291353,14)RQXSI04E,9961.p,1.000000)\
-			0.000000	(t_x(289330,59)KSAL1204,9962.p,0.000000)\
-			0.000000	(t_x(291341,21)KFZ4404M,9963.p,0.000000)\
-			0.000000	(t_x(309061,365)EGPFA04,9964.p,0.000000)\
-			0.000000	(t_x(309462,93)LOVN1504,9965.p,0.000000)\
-			0.000000	(t_x(283750,868)YD5WH04M,9966.p,0.000000)\
-			0.000000	(t_x(293521,91)LELVL04M,9967.p,0.000000)\
-			0.000000	(t_x(317924,0),9968.p,0.000000)\
-			0.000000	(t_x(297189,103)LGRPA04,9969.p,0.000000)\
-			0.000000	(t_x(304690,275)LOVN1504,9970.p,0.000000)\
-			1.000000	(t_x(293565,20)RNI04M,9971.p,1.000000)\
-			0.000000	(t_x(288154,9)PMXX04M,9972.p,0.000000)\
-			0.000000	(t_x(290863,383)RVKWU04M,9973.p,0.000000)\
-			1.000000	(t_x(285076,98)LGRPA04M,9974.p,1.000000)\
-			0.000000	(t_x(294449,57)BR404M,9975.p,0.000000)\
-			0.000000	(t_x(297224,96)LGRPA04M,9976.p,0.000000)\
-			0.000000	(t_x(298368,283)LOVN1504,9977.p,0.000000)\
-			0.000000	(t_x(294433,787)RVKWU04M,9978.p,0.000000)\
-			0.000000	(t_x(289961,274)KSPE104D,9979.p,0.000000)\
-			0.000000	(t_x(293498,23)PMXX04M,9980.p,0.000000)\
-			0.000000	(t_x(283259,109)EGNOR04M,9981.p,0.000000)\
-			0.000000	(t_x(294654,85)RQXSI04E,9982.p,0.000000)\
-			0.000000	(t_x(280192,104)YH5MH04M,9983.p,0.000000)\
-			0.000000	(t_x(306187,221)LOVN1504,9984.p,0.000000)\
-			0.000000	(t_x(285070,120)RMZU04E,9985.p,0.000000)\
-			0.000000	(t_x(306583,76)LGRPA04,9986.p,0.000000)\
-			1.000000	(t_x(292947,273)KFZ4404M,9987.p,1.000000)\
-			0.000000	(t_x(295780,59)KSPE104D,9988.p,0.000000)\
-			0.000000	(t_x(306272,62)KSPE104D,9989.p,0.000000)\
-			1.000000	(t_x(292483,40)RVKWU04M,9990.p,1.000000)\
-			0.000000	(t_x(291523,137)PMXX04M,9991.p,0.000000)\
-			0.000000	(t_x(282158,65)LGRPA04M,9992.p,0.000000)\
-			0.000000	(t_x(288723,99)YB3EH04A,9993.p,0.000000)\
-			0.000000	(t_x(285949,3)EBBRA04E,9994.p,0.000000)\
-			0.000000	(t_x(262946,73)RQXSI04E,9995.p,0.000000)\
-			0.000000	(t_x(283452,86)RMZU04,9996.p,0.000000)\
-			0.000000	(t_x(287524,231)LGKFN04,9997.p,0.000000)\
-			0.000000	(t_x(283607,94)PMXX04M,9998.p,0.000000)\
-			0.000000	(t_x(308003,110)YB3EH04A,9999.p,0.000000)\
-			0.000000	(t_x(292442,77)RQXU04E,10000.p,0.000000)\
-			0.000000	(t_x(292154,51)LGRPA04M,10001.p,0.000000)\
-			0.000000	(t_x(300727,129)EGNOR04M,10002.p,0.000000)\
-			0.000000	(t_x(302920,40)LELVL104,10003.p,0.000000)\
-			0.000000	(t_x(312674,2100)LCES004,10004.p,0.000000)\
-			0.000000	(t_x(293070,484)RNS04M,10005.p,0.000000)\
-			0.000000	(t_x(293537,178)KFZ4404M,10006.p,0.000000)\
-			0.000000	(t_x(303423,0),10007.p,0.000000)\
-			0.000000	(t_x(293640,108)YB3EH04E,10008.p,0.000000)\
-			0.000000	(t_x(295728,31)YB5WH04M,10009.p,0.000000)\
-			0.000000	(t_x(306331,176)KSAL1204,10010.p,0.000000)\
-			0.000000	(t_x(302301,119)MAB1204A,10011.p,0.000000)\
-			0.000000	(t_x(309143,192)RMZU04,10012.p,0.000000)\
-			0.000000	(t_x(289136,123)RJIU04M,10013.p,0.000000)\
-			0.000000	(t_x(304074,217)KSPE104D,10014.p,0.000000)\
-			0.000000	(t_x(311549,24)LELVL104,10015.p,0.000000)\
-			0.000000	(t_x(271601,1614)RASI04M,10016.p,0.000000)\
-			0.000000	(t_x(284104,304)YD5WH04M,10017.p,0.000000)\
-			0.000000	(t_x(311757,2640)LCES004,10018.p,0.000000)\
-			0.000000	(t_x(307025,69)YB3EH04A,10019.p,0.000000)\
-			1.000000	(t_x(290539,30)LGRPA04M,10020.p,1.000000)\
-			0.000000	(t_x(310475,2100)LCES004,10021.p,0.000000)\
-			0.000000	(t_x(296955,31)KSAL1204,10022.p,0.000000)\
-			0.000000	(t_x(298514,94)EBEEC04M,10023.p,0.000000)\
-			0.000000	(t_x(301556,321)GL34W04,10024.p,0.000000)\
-			0.000000	(t_x(297852,119)RJIU04M,10025.p,0.000000)\
-			0.000000	(t_x(307461,51)RJIU04M,10026.p,0.000000)\
-			0.000000	(t_x(294211,61)EG11G04M,10027.p,0.000000)\
-			0.000000	(t_x(290491,32)RNI04M,10028.p,0.000000)\
-			0.000000	(t_x(303506,2430)LCES004,10029.p,0.000000)\
-			0.000000	(t_x(312009,996)LLBGA04L,10030.p,0.000000)\
-			0.000000	(t_x(292211,16)LGRPA04M,10031.p,0.000000)\
-			1.000000	(t_x(278871,10)YB3EH04E,10032.p,1.000000)\
-			0.000000	(t_x(289828,26)MGY04,10033.p,0.000000)\
-			0.000000	(t_x(287155,37)EBBRA04E,10034.p,0.000000)\
-			0.000000	(t_x(276076,40)KFZ4404M,10035.p,0.000000)\
-			0.000000	(t_x(292911,6)YB3EH04A,10036.p,0.000000)\
-			0.000000	(t_x(307142,214)KSPE104D,10037.p,0.000000)\
-			0.000000	(t_x(295519,93)YB3EH04A,10038.p,0.000000)\
-			0.000000	(t_x(296338,148)RASI04M,10039.p,0.000000)\
-			0.000000	(t_x(308908,53)ZM56704,10040.p,0.000000)\
-			0.000000	(t_x(308914,115)MAB3404A,10041.p,0.000000)\
-			0.000000	(t_x(300455,136)LCES004M,10042.p,0.000000)\
-			0.000000	(t_x(304261,64)RJIU04M,10043.p,0.000000)\
-			1.000000	(t_x(288428,103)RVKWU04M,10044.p,1.000000)\
-			0.000000	(t_x(297680,788)RMZSI04,10045.p,0.000000)\
-			0.000000	(t_x(263306,1890)LCES004,10046.p,0.000000)\
-			0.000000	(t_x(275270,221)RQXSI04E,10047.p,0.000000)\
-			0.000000	(t_x(295534,5)KFZ4404M,10048.p,0.000000)\
-			1.000000	(t_x(282752,38)KSLN04A,10049.p,1.000000)\
-			0.000000	(t_x(288292,9)YB3EH04E,10050.p,0.000000)\
-			0.000000	(t_x(283544,139)LGZAA04M,10051.p,0.000000)\
-			1.000000	(t_x(293560,286)RVKWU04M,10052.p,1.000000)\
-			0.000000	(t_x(281905,455)YH5MH04M,10053.p,0.000000)\
-			0.000000	(t_x(295745,24)RNI04M,10054.p,0.000000)\
-			0.000000	(t_x(286853,24)KSLN04M,10055.p,0.000000)\
-			0.000000	(t_x(292100,188)PMXX04M,10056.p,0.000000)\
-			0.000000	(t_x(301621,457)RNS04M,10057.p,0.000000)\
-			1.000000	(t_x(286569,20)RQXI04E,10058.p,1.000000)\
-			0.000000	(t_x(311042,117)KSAL1204,10059.p,0.000000)\
-			0.000000	(t_x(286877,62)ZM56704,10060.p,0.000000)\
-			0.000000	(t_x(317300,66)EDGG704,10061.p,0.000000)\
-			0.000000	(t_x(295503,681)RVKWU04M,10062.p,0.000000)\
-			0.000000	(t_x(292734,285)KSPE104D,10063.p,0.000000)\
-			0.000000	(t_x(283795,265)RVKWU04M,10064.p,0.000000)\
-			0.000000	(t_x(313372,11)MGY04,10065.p,0.000000)\
-			0.000000	(t_x(296878,9)BR204M,10066.p,0.000000)\
-			0.000000	(t_x(300045,113)KSPE104D,10067.p,0.000000)\
-			0.000000	(t_x(284224,746)RMZSI04,10068.p,0.000000)\
-			0.000000	(t_x(308705,60)LCES004M,10069.p,0.000000)\
-			0.000000	(t_x(292092,11)KSLN04M,10070.p,0.000000)\
-			0.000000	(t_x(298378,189)KFZ4404M,10071.p,0.000000)\
-			0.000000	(t_x(308533,57)EDGG704,10072.p,0.000000)\
-			0.000000	(t_x(285123,100)LGKFN04,10073.p,0.000000)\
-			1.000000	(t_x(293869,41)FUJ04M,10074.p,1.000000)\
-			0.000000	(t_x(307304,0),10075.p,0.000000)\
-			0.000000	(t_x(298038,23)EDGG704,10076.p,0.000000)\
-			1.000000	(t_x(289759,22)EDGG704,10077.p,1.000000)\
-			0.000000	(t_x(306139,121)LOVN1504,10078.p,0.000000)\
-			0.000000	(t_x(302351,296)GL34W04,10079.p,0.000000)\
-			0.000000	(t_x(307733,80)LELVL104,10080.p,0.000000)\
-			0.000000	(t_x(292405,418)RMZU04E,10081.p,0.000000)\
-			0.000000	(t_x(290041,162)KFZ4404M,10082.p,0.000000)\
-			0.000000	(t_x(277803,21)YH5MH04M,10083.p,0.000000)\
-			1.000000	(t_x(279482,17)YB5WH04M,10084.p,1.000000)\
-			0.000000	(t_x(281824,876)RVKWU04M,10085.p,0.000000)\
-			0.000000	(t_x(307985,242)RMZU04,10086.p,0.000000)\
-			0.000000	(t_x(307961,63)KWUR1C04,10087.p,0.000000)\
-			0.000000	(t_x(290985,49)KSPE104D,10088.p,0.000000)\
-			0.000000	(t_x(303818,66)MRAEE04,10089.p,0.000000)\
-			0.000000	(t_x(317538,55)MAB1204A,10090.p,0.000000)\
-			0.000000	(t_x(297974,139)YB3EH04A,10091.p,0.000000)\
-			0.000000	(t_x(298592,62)RMZU04,10092.p,0.000000)\
-			0.000000	(t_x(288078,157)EBBRA04E,10093.p,0.000000)\
-			0.000000	(t_x(283305,204)KSLN04A,10094.p,0.000000)\
-			0.000000	(t_x(318565,63)LELVL104,10095.p,0.000000)\
-			0.000000	(t_x(290924,98)BR204M,10096.p,0.000000)\
-			0.000000	(t_x(293166,91)MM304,10097.p,0.000000)\
-			0.000000	(t_x(300064,572)RJIU04M,10098.p,0.000000)\
-			1.000000	(t_x(293544,105)RQXSI04E,10099.p,1.000000)\
-			0.000000	(t_x(291554,251)YH5MH04M,10100.p,0.000000)\
-			0.000000	(t_x(295862,64)RFBRT04M,10101.p,0.000000)\
-			0.000000	(t_x(306630,159)KSPE104D,10102.p,0.000000)\
-			0.000000	(t_x(279621,88)YH5MH04M,10103.p,0.000000)\
-			0.000000	(t_x(304239,57)LELVL104,10104.p,0.000000)\
-			0.000000	(t_x(307095,613)LEBAS04A,10105.p,0.000000)\
-			0.000000	(t_x(285525,116)KFZ4404M,10106.p,0.000000)\
-			0.000000	(t_x(307899,28)CPGSE04,10107.p,0.000000)\
-			0.000000	(t_x(281091,12)YB3EH04A,10108.p,0.000000)\
-			0.000000	(t_x(298212,58)RMZU04,10109.p,0.000000)\
-			0.000000	(t_x(307355,14)ZM56704,10110.p,0.000000)\
-			0.000000	(t_x(295372,41)YB3EH04A,10111.p,0.000000)\
-			0.000000	(t_x(273032,167)RQXSI04E,10112.p,0.000000)\
-			0.000000	(t_x(306677,55)MYY04A,10113.p,0.000000)\
-			0.000000	(t_x(298183,219)YB3EH04A,10114.p,0.000000)\
-			0.000000	(t_x(312532,53)LELVL104,10115.p,0.000000)\
-			0.000000	(t_x(311314,51)LELVL104,10116.p,0.000000)\
-			0.000000	(t_x(300885,258)RMZSI04,10117.p,0.000000)\
-			0.000000	(t_x(289405,9)KSLN04M,10118.p,0.000000)\
-			0.000000	(t_x(306570,87)YB3EH04A,10119.p,0.000000)\
-			0.000000	(t_x(301601,85)LOVN1504,10120.p,0.000000)\
-			0.000000	(t_x(311478,47)LELVL104,10121.p,0.000000)\
-			1.000000	(t_x(286952,37)YBOLN04M,10122.p,1.000000)\
-			0.000000	(t_x(302365,771)RMZSI04,10123.p,0.000000)\
-			0.000000	(t_x(312354,58)MAB1204A,10124.p,0.000000)\
-			0.000000	(t_x(283464,204)YB3EH04A,10125.p,0.000000)\
-			0.000000	(t_x(291223,340)EGPFA04,10126.p,0.000000)\
-			0.000000	(t_x(296640,77)KSAL1204,10127.p,0.000000)\
-			0.000000	(t_x(289613,290)KSLN04A,10128.p,0.000000)\
-			0.000000	(t_x(300052,29)YB5WH04M,10129.p,0.000000)\
-			0.000000	(t_x(297746,325)LOVN1504,10130.p,0.000000)\
-			0.000000	(t_x(283862,508)RASI04M,10131.p,0.000000)\
-			0.000000	(t_x(296022,42)MM204,10132.p,0.000000)\
-			0.000000	(t_x(293156,248)RQXU04E,10133.p,0.000000)\
-			0.000000	(t_x(305446,102)LELVL104,10134.p,0.000000)\
-			0.000000	(t_x(306308,129)KWUR1C04,10135.p,0.000000)\
-			1.000000	(t_x(263607,48)LCES004M,10136.p,1.000000)\
-			0.000000	(t_x(298706,70)KSAL1204,10137.p,0.000000)\
-			0.000000	(t_x(305538,656)RMZSI04,10138.p,0.000000)\
-			1.000000	(t_x(289972,62)PMXX04M,10139.p,1.000000)\
-			0.000000	(t_x(302953,22)RMZU04,10140.p,0.000000)\
-			0.000000	(t_x(298619,223)RNS04M,10141.p,0.000000)\
-			0.000000	(t_x(316531,548)LCES004,10142.p,0.000000)\
-			0.000000	(t_x(280706,14)RQXSI04E,10143.p,0.000000)\
-			0.000000	(t_x(290567,34)YB3EH04E,10144.p,0.000000)\
-			0.000000	(t_x(301566,2)LCES004M,10145.p,0.000000)\
-			0.000000	(t_x(277591,106)YB5KL04E,10146.p,0.000000)\
-			0.000000	(t_x(311119,175)RMZSI04,10147.p,0.000000)\
-			0.000000	(t_x(300848,115)LEBAS04M,10148.p,0.000000)\
-			0.000000	(t_x(283128,45)YB3EH04E,10149.p,0.000000)\
-			0.000000	(t_x(284380,28)EGNOR04M,10150.p,0.000000)\
-			0.000000	(t_x(294845,143)KFZ4404M,10151.p,0.000000)\
-			0.000000	(t_x(284125,411)RMZSI04,10152.p,0.000000)\
-			0.000000	(t_x(309324,970)RMZSI04,10153.p,0.000000)\
-			0.000000	(t_x(303930,119)YB3EH04A,10154.p,0.000000)\
-			0.000000	(t_x(308677,299)RMZSI04,10155.p,0.000000)\
-			0.000000	(t_x(285938,841)RMZSI04,10156.p,0.000000)\
-			1.000000	(t_x(292050,75)RJIU04M,10157.p,1.000000)\
-			0.000000	(t_x(279552,49)EBBRA04E,10158.p,0.000000)\
-			0.000000	(t_x(297407,125)BKED1204,10159.p,0.000000)\
-			0.000000	(t_x(302572,2)RVKWS04,10160.p,0.000000)\
-			0.000000	(t_x(301350,664)RMZU04,10161.p,0.000000)\
-			0.000000	(t_x(297519,157)FUJ04M,10162.p,0.000000)\
-			0.000000	(t_x(300621,3986)LCES004,10163.p,0.000000)\
-			0.000000	(t_x(301342,1560)LCES004M,10164.p,0.000000)\
-			0.000000	(t_x(294362,78)EGNOR04M,10165.p,0.000000)\
-			0.000000	(t_x(311074,74)GL34W04,10166.p,0.000000)\
-			0.000000	(t_x(284399,84)LEBAS04A,10167.p,0.000000)\
-			0.000000	(t_x(302310,150)LGKFN04,10168.p,0.000000)\
-			0.000000	(t_x(283458,660)RMZSI04,10169.p,0.000000)\
-			0.000000	(t_x(279347,200)KSPE1P04,10170.p,0.000000)\
-			0.000000	(t_x(292319,70)KSPE1P04,10171.p,0.000000)\
-			0.000000	(t_x(301003,203)CPRFBR04,10172.p,0.000000)\
-			0.000000	(t_x(307217,690)RMZSI04,10173.p,0.000000)\
-			0.000000	(t_x(288498,3)KFZ4404M,10174.p,0.000000)\
-			0.000000	(t_x(291612,2)KFZ4404E,10175.p,0.000000)\
-			0.000000	(t_x(283812,42)YBOLN04M,10176.p,0.000000)\
-			0.000000	(t_x(302741,535)RMZSI04,10177.p,0.000000)\
-			0.000000	(t_x(291887,220)BR404M,10178.p,0.000000)\
-			0.000000	(t_x(282606,635)LEBAS04A,10179.p,0.000000)\
-			0.000000	(t_x(286416,37)MM204,10180.p,0.000000)\
-			0.000000	(t_x(310539,77)YB3EH04A,10181.p,0.000000)\
-			0.000000	(t_x(292710,128)KSPE1P04,10182.p,0.000000)\
-			0.000000	(t_x(309498,598)RMZSI04,10183.p,0.000000)\
-			0.000000	(t_x(302986,696)LEBAS04A,10184.p,0.000000)\
-			1.000000	(t_x(278562,6)YBOLN04M,10185.p,1.000000)\
-			0.000000	(t_x(287696,542)RMZSI04,10186.p,0.000000)\
-			0.000000	(t_x(305671,13)LELVU04,10187.p,0.000000)\
-			0.000000	(t_x(294791,49)LELVL04M,10188.p,0.000000)\
-			0.000000	(t_x(294560,55)EG11G04M,10189.p,0.000000)\
-			1.000000	(t_x(294047,367)LELVL04M,10190.p,1.000000)\
-			0.000000	(t_x(309321,140)LGIRA04,10191.p,0.000000)\
-			0.000000	(t_x(291226,574)RQXSI04E,10192.p,0.000000)\
-			0.000000	(t_x(279716,272)LELVU04,10193.p,0.000000)\
-			0.000000	(t_x(287631,81)LELVL04M,10194.p,0.000000)\
-			0.000000	(t_x(300884,123)YB3EH04A,10195.p,0.000000)\
-			0.000000	(t_x(308507,0),10196.p,0.000000)\
-			1.000000	(t_x(263743,195)LEBAS04A,10197.p,1.000000)\
-			0.000000	(t_x(305899,443)LEBAS04A,10198.p,0.000000)\
-			0.000000	(t_x(317908,1763)EDGG704,10199.p,0.000000)\
-			0.000000	(t_x(289783,81)KSAL1204,10200.p,0.000000)\
-			0.000000	(t_x(304857,245)KSAL1204,10201.p,0.000000)\
-			1.000000	(t_x(301987,210)LCES004M,10202.p,1.000000)\
-			0.000000	(t_x(295885,241)RQXSI04E,10203.p,0.000000)\
-			1.000000	(t_x(290650,89)PMXX04M,10204.p,1.000000)\
-			0.000000	(t_x(273004,17)EGNOR04M,10205.p,0.000000)\
-			0.000000	(t_x(278885,43)RMZU04E,10206.p,0.000000)\
-			0.000000	(t_x(283414,26)YB3EH04E,10207.p,0.000000)\
-			1.000000	(t_x(290116,45)EDGG704,10208.p,1.000000)\
-			0.000000	(t_x(311876,188)LCES004,10209.p,0.000000)\
-			0.000000	(t_x(303049,194)ZM56704,10210.p,0.000000)\
-			0.000000	(t_x(310082,88)EDGG704,10211.p,0.000000)\
-			0.000000	(t_x(296997,30)GL4W04M,10212.p,0.000000)\
-			0.000000	(t_x(296939,268)YB3EH04A,10213.p,0.000000)\
-			0.000000	(t_x(303550,14)LGKFN04,10214.p,0.000000)\
-			0.000000	(t_x(314186,139)GL34W04,10215.p,0.000000)\
-			0.000000	(t_x(307987,98)LELVL104,10216.p,0.000000)\
-			0.000000	(t_x(301431,166)EGNOR04M,10217.p,0.000000)\
-			0.000000	(t_x(292803,128)LGKFN04,10218.p,0.000000)\
-			1.000000	(t_x(294121,29)RVKWS04,10219.p,1.000000)\
-			0.000000	(t_x(307055,1)YB3EH04A,10220.p,0.000000)\
-			1.000000	(t_x(312091,366)KSLN04A,10221.p,1.000000)\
-			0.000000	(t_x(314999,70)EDGG704,10222.p,0.000000)\
-			0.000000	(t_x(290455,354)RNS04M,10223.p,0.000000)\
-			0.000000	(t_x(290022,8)RQXU04E,10224.p,0.000000)\
-			1.000000	(t_x(309693,23)MAB3404A,10225.p,1.000000)\
-			0.000000	(t_x(292991,19)YD5WH04M,10226.p,0.000000)\
-			0.000000	(t_x(285163,90)MM304,10227.p,0.000000)\
-			0.000000	(t_x(290676,65)RFBRT04M,10228.p,0.000000)\
-			0.000000	(t_x(308402,81)LELVL104,10229.p,0.000000)\
-			1.000000	(t_x(293927,10)YBOLN04M,10230.p,1.000000)\
-			0.000000	(t_x(306577,79)LELVL104,10231.p,0.000000)\
-			0.000000	(t_x(263376,18)LEBAS04M,10232.p,0.000000)\
-			0.000000	(t_x(291652,28)LEBAS04M,10233.p,0.000000)\
-			0.000000	(t_x(282480,25)RQXSI04E,10234.p,0.000000)\
-			0.000000	(t_x(298130,266)KSLN04A,10235.p,0.000000)\
-			0.000000	(t_x(287016,11)EBBRA04E,10236.p,0.000000)\
-			0.000000	(t_x(291539,93)KSLN04M,10237.p,0.000000)\
-			0.000000	(t_x(304486,361)LELVU04,10238.p,0.000000)\
-			0.000000	(t_x(278872,120)EG11G04M,10239.p,0.000000)\
-			0.000000	(t_x(279721,715)EHAMA04,10240.p,0.000000)\
-			0.000000	(t_x(280245,129)RQXSI04E,10241.p,0.000000)\
-			0.000000	(t_x(291514,79)YB3EH04E,10242.p,0.000000)\
-			0.000000	(t_x(303377,70)GL34W04,10243.p,0.000000)\
-			0.000000	(t_x(298321,101)LEBAS04A,10244.p,0.000000)\
-			0.000000	(t_x(297904,176)LOVN1504,10245.p,0.000000)\
-			0.000000	(t_x(276531,6)KHVL104E,10246.p,0.000000)\
-			0.000000	(t_x(280453,160)EBBRA04E,10247.p,0.000000)\
-			1.000000	(t_x(278149,35)EGNOR04M,10248.p,1.000000)\
-			0.000000	(t_x(291267,411)RNS04M,10249.p,0.000000)\
-			0.000000	(t_x(279048,4)KHVL104E,10250.p,0.000000)\
-			0.000000	(t_x(301367,188)YB3EH04A,10251.p,0.000000)\
-			1.000000	(t_x(287527,69)KHVL104E,10252.p,1.000000)\
-			0.000000	(t_x(287515,113)KFZ4404M,10253.p,0.000000)\
-			0.000000	(t_x(295292,209)YB3EH04A,10254.p,0.000000)\
-			1.000000	(t_x(292446,9)BR204M,10255.p,1.000000)\
-			0.000000	(t_x(292908,27)YD5WH04M,10256.p,0.000000)\
-			0.000000	(t_x(280278,919)EHAMA04,10257.p,0.000000)\
-			0.000000	(t_x(289232,11)RNI04M,10258.p,0.000000)\
-			0.000000	(t_x(301287,358)BKED1204,10259.p,0.000000)\
-			0.000000	(t_x(312565,422)LCES004,10260.p,0.000000)\
-			0.000000	(t_x(309940,55)LELVL104,10261.p,0.000000)\
-			1.000000	(t_x(286616,1123)RVKWU04M,10262.p,1.000000)\
-			0.000000	(t_x(296755,261)LGIRA04,10263.p,0.000000)\
-			0.000000	(t_x(303747,122)KSAL1204,10264.p,0.000000)\
-			0.000000	(t_x(279845,5)KHVL104E,10265.p,0.000000)\
-			0.000000	(t_x(297424,43)BR204M,10266.p,0.000000)\
-			0.000000	(t_x(292534,19)YB3EH04A,10267.p,0.000000)\
-			0.000000	(t_x(300146,755)LGKFN04,10268.p,0.000000)\
-			0.000000	(t_x(309965,111)LEBAS04A,10269.p,0.000000)\
-			0.000000	(t_x(296035,1739)RVKWU04M,10270.p,0.000000)\
-			0.000000	(t_x(280768,17)KFZ4404M,10271.p,0.000000)\
-			0.000000	(t_x(285254,27)YD5WH04M,10272.p,0.000000)\
-			0.000000	(t_x(306751,90)KWUR1C04,10273.p,0.000000)\
-			0.000000	(t_x(293520,124)RFBRT04M,10274.p,0.000000)\
-			0.000000	(t_x(283760,373)FUJ04M,10275.p,0.000000)\
-			0.000000	(t_x(305491,89)YB3EH04A,10276.p,0.000000)\
-			0.000000	(t_x(309070,20)EDGG704,10277.p,0.000000)\
-			0.000000	(t_x(297370,71)YB3EH04A,10278.p,0.000000)\
-			0.000000	(t_x(290573,25)EBBRA04E,10279.p,0.000000)\
-			0.000000	(t_x(284316,107)YD5WH04M,10280.p,0.000000)\
-			0.000000	(t_x(304629,30)RVKWS04,10281.p,0.000000)\
-			0.000000	(t_x(263601,228)YB3EH04A,10282.p,0.000000)\
-			0.000000	(t_x(296840,209)YB3EH04A,10283.p,0.000000)\
-			0.000000	(t_x(295463,9)KALP2C04,10284.p,0.000000)\
-			0.000000	(t_x(298255,76)YD5WH04M,10285.p,0.000000)\
-			0.000000	(t_x(300850,57)LELVU04,10286.p,0.000000)\
-			0.000000	(t_x(291040,39)YD5WH04M,10287.p,0.000000)\
-			0.000000	(t_x(295516,45)RJIU04M,10288.p,0.000000)\
-			0.000000	(t_x(290819,124)GL34W04,10289.p,0.000000)\
-			0.000000	(t_x(288110,103)LCES004M,10290.p,0.000000)\
-			0.000000	(t_x(308550,22)RVKWS04,10291.p,0.000000)\
-			0.000000	(t_x(289171,29)EG11G04M,10292.p,0.000000)\
-			0.000000	(t_x(271214,354)RMZU04E,10293.p,0.000000)\
-			0.000000	(t_x(279524,39)KFZ4404E,10294.p,0.000000)\
-			0.000000	(t_x(293050,111)RQXU04E,10295.p,0.000000)\
-			1.000000	(t_x(294135,3)YB5WH04M,10296.p,1.000000)\
-			0.000000	(t_x(297288,310)YB3EH04A,10297.p,0.000000)\
-			0.000000	(t_x(291314,134)LELVL04M,10298.p,0.000000)\
-			0.000000	(t_x(296289,27)KWUR1C04,10299.p,0.000000)\
-			0.000000	(t_x(301360,90)LCES004M,10300.p,0.000000)\
-			1.000000	(t_x(290528,3)YBOLN04M,10301.p,1.000000)\
-			0.000000	(t_x(307068,184)LEBAS04A,10302.p,0.000000)\
-			0.000000	(t_x(304161,22)LELVL104,10303.p,0.000000)\
-			0.000000	(t_x(286712,54)RFBRT04M,10304.p,0.000000)\
-			0.000000	(t_x(316314,123)KWUR1C04,10305.p,0.000000)\
-			0.000000	(t_x(293071,263)RASI04M,10306.p,0.000000)\
-			1.000000	(t_x(294421,47)RVKWU04M,10307.p,1.000000)\
-			0.000000	(t_x(302890,18)LELVL104,10308.p,0.000000)\
-			0.000000	(t_x(284911,118)KFZ4404M,10309.p,0.000000)\
-			0.000000	(t_x(308371,24)ZM56704,10310.p,0.000000)\
-			1.000000	(t_x(278037,5)YD5WH04M,10311.p,1.000000)\
-			0.000000	(t_x(296646,150)LCES004,10312.p,0.000000)\
-			0.000000	(t_x(300765,1)YB3EH04E,10313.p,0.000000)\
-			0.000000	(t_x(285718,5)BR404M,10314.p,0.000000)\
-			0.000000	(t_x(270314,251)EBBRA04E,10315.p,0.000000)\
-			0.000000	(t_x(284260,415)RASI04M,10316.p,0.000000)\
-			0.000000	(t_x(293817,32)YD5WH04M,10317.p,0.000000)\
-			0.000000	(t_x(285840,35)LELVL04M,10318.p,0.000000)\
-			0.000000	(t_x(298246,183)RFBRT04M,10319.p,0.000000)\
-			0.000000	(t_x(304862,72)MGY04,10320.p,0.000000)\
-			0.000000	(t_x(306846,17)KWUR1C04,10321.p,0.000000)\
-			0.000000	(t_x(302670,317)RMZSI04,10322.p,0.000000)\
-			0.000000	(t_x(305745,4)RVKWS04,10323.p,0.000000)\
-			0.000000	(t_x(286329,116)EBBRA04E,10324.p,0.000000)\
-			0.000000	(t_x(305597,77)LOVN1504,10325.p,0.000000)\
-			0.000000	(t_x(285189,771)RVKWU04M,10326.p,0.000000)\
-			0.000000	(t_x(280798,31)YB3EH04A,10327.p,0.000000)\
-			1.000000	(t_x(289238,70)EGNOR04M,10328.p,1.000000)\
-			0.000000	(t_x(291515,68)KSLN04M,10329.p,0.000000)\
-			0.000000	(t_x(293533,88)RFBRT04M,10330.p,0.000000)\
-			0.000000	(t_x(287076,173)KFZ4404M,10331.p,0.000000)\
-			1.000000	(t_x(291994,29)YBOLN04M,10332.p,1.000000)\
-			0.000000	(t_x(293430,471)RQXU04E,10333.p,0.000000)\
-			0.000000	(t_x(297185,269)KSLN04A,10334.p,0.000000)\
-			0.000000	(t_x(284183,336)LOVN1504,10335.p,0.000000)\
-			0.000000	(t_x(284860,502)RVKWU04M,10336.p,0.000000)\
-			0.000000	(t_x(295550,72)LELVU04,10337.p,0.000000)\
-			0.000000	(t_x(298160,116)KSAL1204,10338.p,0.000000)\
-			0.000000	(t_x(300571,35)ZM56704,10339.p,0.000000)\
-			0.000000	(t_x(286638,454)RNS04M,10340.p,0.000000)\
-			1.000000	(t_x(290550,101)MAB04,10341.p,1.000000)\
-			0.000000	(t_x(284094,30)EBBRA04E,10342.p,0.000000)\
-			0.000000	(t_x(307021,173)LEBAS04A,10343.p,0.000000)\
-			0.000000	(t_x(294594,269)KSAL1204,10344.p,0.000000)\
-			0.000000	(t_x(287140,2230)RVKWU04M,10345.p,0.000000)\
-			0.000000	(t_x(300762,0),10346.p,0.000000)\
-			0.000000	(t_x(294025,77)RQXU04E,10347.p,0.000000)\
-			0.000000	(t_x(300590,127)EG11G04M,10348.p,0.000000)\
-			0.000000	(t_x(291480,133)KSLN04M,10349.p,0.000000)\
-			0.000000	(t_x(305604,24)KFZ4404M,10350.p,0.000000)\
-			0.000000	(t_x(303900,120)BR204M,10351.p,0.000000)\
-			0.000000	(t_x(309203,178)YB3EH04A,10352.p,0.000000)\
-			0.000000	(t_x(280283,82)YH5MH04M,10353.p,0.000000)\
-			0.000000	(t_x(310901,276)YB3EH04A,10354.p,0.000000)\
-			0.000000	(t_x(312414,41)LOVN1504,10355.p,0.000000)\
-			0.000000	(t_x(298093,1)RFBRT04M,10356.p,0.000000)\
-			0.000000	(t_x(308602,40)LOVN1504,10357.p,0.000000)\
-			0.000000	(t_x(295795,18)LEMDAT04,10358.p,0.000000)\
-			0.000000	(t_x(282912,42)RQXU04E,10359.p,0.000000)\
-			0.000000	(t_x(312975,198)ZM56704,10360.p,0.000000)\
-			0.000000	(t_x(284839,125)RASI04M,10361.p,0.000000)\
-			0.000000	(t_x(287476,25)KFZ4404L,10362.p,0.000000)\
-			0.000000	(t_x(296212,295)KSLN04A,10363.p,0.000000)\
-			1.000000	(t_x(293552,8)KSPE104D,10364.p,1.000000)\
-			0.000000	(t_x(279006,411)BKED1204,10365.p,0.000000)\
-			0.000000	(t_x(281048,1005)LGKFN04,10366.p,0.000000)\
-			1.000000	(t_x(288982,22)YB3EH04E,10367.p,1.000000)\
-			0.000000	(t_x(296565,48)RNI04M,10368.p,0.000000)\
-			0.000000	(t_x(298009,56)BR204M,10369.p,0.000000)\
-			0.000000	(t_x(281290,48)RMZU04E,10370.p,0.000000)\
-			1.000000	(t_x(263412,17)LCES004M,10371.p,1.000000)\
-			0.000000	(t_x(295407,121)RJIU04M,10372.p,0.000000)\
-			0.000000	(t_x(305837,15)KFZ4404L,10373.p,0.000000)\
-			1.000000	(t_x(291024,26)EBBRA04E,10374.p,1.000000)\
-			0.000000	(t_x(302777,99)LELVL104,10375.p,0.000000)\
-			1.000000	(t_x(288008,199)YB3EH04A,10376.p,1.000000)\
-			0.000000	(t_x(263346,59)GL4W04M,10377.p,0.000000)\
-			0.000000	(t_x(283209,54)RMZU04E,10378.p,0.000000)\
-			0.000000	(t_x(281983,27)YB5WH04M,10379.p,0.000000)\
-			0.000000	(t_x(282837,85)KSLN04M,10380.p,0.000000)\
-			0.000000	(t_x(311256,50)YB3EH04A,10381.p,0.000000)\
-			0.000000	(t_x(291639,93)YB3EH04A,10382.p,0.000000)\
-			0.000000	(t_x(310795,92)LELVL104,10383.p,0.000000)\
-			0.000000	(t_x(306499,108)MGY04,10384.p,0.000000)\
-			0.000000	(t_x(303868,582)LEMDAT04,10385.p,0.000000)\
-			0.000000	(t_x(309331,31)RMZU04,10386.p,0.000000)\
-			0.000000	(t_x(306922,183)LOVN1504,10387.p,0.000000)\
-			0.000000	(t_x(296260,234)KSAL1204,10388.p,0.000000)\
-			0.000000	(t_x(300715,54)BR404M,10389.p,0.000000)\
-			1.000000	(t_x(289684,28)EDGG704,10390.p,1.000000)\
-			0.000000	(t_x(286969,417)RASI04M,10391.p,0.000000)\
-			0.000000	(t_x(313003,825)MRAE04,10392.p,0.000000)\
-			0.000000	(t_x(298590,8)ZM56704,10393.p,0.000000)\
-			0.000000	(t_x(303077,109)ZM56704,10394.p,0.000000)\
-			0.000000	(t_x(303503,90)KSLN04A,10395.p,0.000000)\
-			0.000000	(t_x(277424,1163)EHAMA04,10396.p,0.000000)\
-			1.000000	(t_x(290904,74)RASI04M,10397.p,1.000000)\
-			0.000000	(t_x(281256,314)RMZU04,10398.p,0.000000)\
-			0.000000	(t_x(263367,75)RFBRT04M,10399.p,0.000000)\
-			0.000000	(t_x(283272,71)RQXSI04E,10400.p,0.000000)\
-			0.000000	(t_x(304882,70)LLBGA04L,10401.p,0.000000)\
-			0.000000	(t_x(279969,320)RFBRT04M,10402.p,0.000000)\
-			1.000000	(t_x(291528,42)YB5WH04M,10403.p,1.000000)\
-			0.000000	(t_x(307547,131)LEBAS04A,10404.p,0.000000)\
-			0.000000	(t_x(295183,104)YB3EH04A,10405.p,0.000000)\
-			0.000000	(t_x(309298,84)EDGG704,10406.p,0.000000)\
-			0.000000	(t_x(282416,8)RASI04M,10407.p,0.000000)\
-			0.000000	(t_x(301879,63)LELVL104,10408.p,0.000000)\
-			0.000000	(t_x(298333,152)KSPE104D,10409.p,0.000000)\
-			0.000000	(t_x(302769,23)MAB04,10410.p,0.000000)\
-			0.000000	(t_x(301949,270)LCES004M,10411.p,0.000000)\
-			0.000000	(t_x(272849,1119)LGKFN04,10412.p,0.000000)\
-			0.000000	(t_x(292565,14)KFZ4404E,10413.p,0.000000)\
-			1.000000	(t_x(285980,35)LCES004M,10414.p,1.000000)\
-			0.000000	(t_x(313298,125)GL34W04,10415.p,0.000000)\
-			0.000000	(t_x(310853,57)LELVL104,10416.p,0.000000)\
-			0.000000	(t_x(294756,569)RJIU04M,10417.p,0.000000)\
-			0.000000	(t_x(320734,68)EDGG704,10418.p,0.000000)\
-			0.000000	(t_x(293540,146)KFZ4404M,10419.p,0.000000)\
-			0.000000	(t_x(300185,48)YB3EH04M,10420.p,0.000000)\
-			0.000000	(t_x(300532,71)EG11G04M,10421.p,0.000000)\
-			0.000000	(t_x(262875,264)EBBRA04E,10422.p,0.000000)\
-			0.000000	(t_x(286706,31)YB5WH04M,10423.p,0.000000)\
-			0.000000	(t_x(287579,574)RQXSI04E,10424.p,0.000000)\
-			1.000000	(t_x(294530,0),10425.p,1.000000)\
-			0.000000	(t_x(291739,420)KSLN04A,10426.p,0.000000)\
-			0.000000	(t_x(289283,802)LEMDAT04,10427.p,0.000000)\
-			0.000000	(t_x(305728,183)ZM56704,10428.p,0.000000)\
-			0.000000	(t_x(282660,94)PMXX04M,10429.p,0.000000)\
-			1.000000	(t_x(290996,31)PMXX04M,10430.p,1.000000)\
-			0.000000	(t_x(298630,19)KSAL1A04,10431.p,0.000000)\
-			0.000000	(t_x(279405,17)KFZ4404E,10432.p,0.000000)\
-			0.000000	(t_x(290447,15)LEBAS04M,10433.p,0.000000)\
-			0.000000	(t_x(291189,929)RVKWU04M,10434.p,0.000000)\
-			0.000000	(t_x(287402,977)LELVL04M,10435.p,0.000000)\
-			0.000000	(t_x(317443,599)MRAE04,10436.p,0.000000)\
-			0.000000	(t_x(296778,92)RASI04M,10437.p,0.000000)\
-			0.000000	(t_x(296465,195)KSAL1204,10438.p,0.000000)\
-			0.000000	(t_x(302457,28)RJIU04M,10439.p,0.000000)\
-			0.000000	(t_x(286841,274)KSAL1204,10440.p,0.000000)\
-			0.000000	(t_x(280666,349)KSLN04A,10441.p,0.000000)\
-			1.000000	(t_x(277463,556)LGKFN04,10442.p,1.000000)\
-			0.000000	(t_x(304357,38)LELVL104,10443.p,0.000000)\
-			0.000000	(t_x(303297,19)KSLN04M,10444.p,0.000000)\
-			0.000000	(t_x(310734,413)RMZSI04,10445.p,0.000000)\
-			0.000000	(t_x(295752,459)LEMDAT04,10446.p,0.000000)\
-			0.000000	(t_x(295413,182)RFBRT04M,10447.p,0.000000)\
-			0.000000	(t_x(312503,1)MEK04,10448.p,0.000000)\
-			0.000000	(t_x(308268,89)RMZU04,10449.p,0.000000)\
-			0.000000	(t_x(306287,46)RVKWS04,10450.p,0.000000)\
-			0.000000	(t_x(305806,34)LELVL104,10451.p,0.000000)\
-			0.000000	(t_x(278154,19)KHVL104E,10452.p,0.000000)\
-			0.000000	(t_x(289519,56)RMZU04E,10453.p,0.000000)\
-			0.000000	(t_x(310580,35)EDGG704,10454.p,0.000000)\
-			0.000000	(t_x(278487,244)YH5MH04M,10455.p,0.000000)\
-			0.000000	(t_x(279896,186)RASI04M,10456.p,0.000000)\
-			0.000000	(t_x(287286,150)EGNOR04M,10457.p,0.000000)\
-			1.000000	(t_x(278603,433)EHAMA04,10458.p,1.000000)\
-			0.000000	(t_x(311143,29)RNS04M,10459.p,0.000000)\
-			0.000000	(t_x(284566,164)YB3EH04A,10460.p,0.000000)\
-			0.000000	(t_x(311462,27)LELVL104,10461.p,0.000000)\
-			0.000000	(t_x(303164,160)KSPE104D,10462.p,0.000000)\
-			1.000000	(t_x(287279,24)RASI04M,10463.p,1.000000)\
-			0.000000	(t_x(281349,44)RQXSI04E,10464.p,0.000000)\
-			1.000000	(t_x(294120,8)RQXU04E,10465.p,1.000000)\
-			0.000000	(t_x(283965,98)LELVL04M,10466.p,0.000000)\
-			0.000000	(t_x(307145,10)KSAL1204,10467.p,0.000000)\
-			0.000000	(t_x(306685,11)KSAL1204,10468.p,0.000000)\
-			0.000000	(t_x(297927,31)RVKWS04,10469.p,0.000000)\
-			0.000000	(t_x(307135,24)EDGG704,10470.p,0.000000)\
-			0.000000	(t_x(283392,117)RQXSI04E,10471.p,0.000000)\
-			0.000000	(t_x(302940,89)KFZ4404M,10472.p,0.000000)\
-			0.000000	(t_x(303282,86)LEMDAT04,10473.p,0.000000)\
-			0.000000	(t_x(295984,48)RASI04M,10474.p,0.000000)\
-			0.000000	(t_x(278839,19)EBEEC04M,10475.p,0.000000)\
-			0.000000	(t_x(300422,326)KSAL1204,10476.p,0.000000)\
-			1.000000	(t_x(295922,35)KFZ4404M,10477.p,1.000000)\
-			0.000000	(t_x(294030,0),10478.p,0.000000)\
-			0.000000	(t_x(297427,358)RMZSI04,10479.p,0.000000)\
-			0.000000	(t_x(298177,67)RMZU04,10480.p,0.000000)\
-			0.000000	(t_x(288341,135)KWUR1C04,10481.p,0.000000)\
-			0.000000	(t_x(295168,184)BR204M,10482.p,0.000000)\
-			1.000000	(t_x(294156,39)YB3EH04E,10483.p,1.000000)\
-			0.000000	(t_x(269231,115)YH5MH04M,10484.p,0.000000)\
-			0.000000	(t_x(292006,234)RVKWS04,10485.p,0.000000)\
-			0.000000	(t_x(320054,16)EDGG704,10486.p,0.000000)\
-			0.000000	(t_x(288911,76)KSPE104D,10487.p,0.000000)\
-			0.000000	(t_x(308624,233)LCES004,10488.p,0.000000)\
-			0.000000	(t_x(302774,332)RMZSI04,10489.p,0.000000)\
-			0.000000	(t_x(302060,1151)EG11G04M,10490.p,0.000000)\
-			0.000000	(t_x(311315,25)LEBAS04A,10491.p,0.000000)\
-			0.000000	(t_x(293858,9)RQXU04E,10492.p,0.000000)\
-			0.000000	(t_x(291971,23)KSLN04A,10493.p,0.000000)\
-			0.000000	(t_x(263640,225)LCES004,10494.p,0.000000)\
-			1.000000	(t_x(263313,146)RFBRT04M,10495.p,1.000000)\
-			0.000000	(t_x(305522,198)KSPE104D,10496.p,0.000000)\
-			1.000000	(t_x(288696,17)RNI04M,10497.p,1.000000)\
-			0.000000	(t_x(294950,120)RNS04M,10498.p,0.000000)\
-			0.000000	(t_x(263298,38)LELVL04M,10499.p,0.000000)\
-			1.000000	(t_x(286404,26)PMXX04M,10500.p,1.000000)\
-			0.000000	(t_x(287855,105)RNS04M,10501.p,0.000000)\
-			0.000000	(t_x(263516,133)LEBAS04M,10502.p,0.000000)\
-			0.000000	(t_x(301294,13)KWUR1C04,10503.p,0.000000)\
-			0.000000	(t_x(301722,117)LEBAS04M,10504.p,0.000000)\
-			0.000000	(t_x(267735,43)KSPE1P04,10505.p,0.000000)\
-			0.000000	(t_x(305896,2)LELVL104,10506.p,0.000000)\
-			0.000000	(t_x(303617,320)KSLN04A,10507.p,0.000000)\
-			0.000000	(t_x(281523,56)EHAMA04,10508.p,0.000000)\
-			1.000000	(t_x(310899,363)KSLN04A,10509.p,1.000000)\
-			0.000000	(t_x(302875,110)LEBAS04M,10510.p,0.000000)\
-			0.000000	(t_x(282807,24)LGKFN04,10511.p,0.000000)\
-			0.000000	(t_x(295912,61)EGNOR04M,10512.p,0.000000)\
-			0.000000	(t_x(306542,2)RNS04M,10513.p,0.000000)\
-			0.000000	(t_x(273554,15)EBEEC04M,10514.p,0.000000)\
-			0.000000	(t_x(303247,17)RJIU04M,10515.p,0.000000)\
-			0.000000	(t_x(294792,248)KSAL1204,10516.p,0.000000)\
-			0.000000	(t_x(307878,77)KWUR1C04,10517.p,0.000000)\
-			0.000000	(t_x(295129,70)YB3EH04E,10518.p,0.000000)\
-			0.000000	(t_x(308855,185)YB3EH04A,10519.p,0.000000)\
-			1.000000	(t_x(288023,24)LELVL04M,10520.p,1.000000)\
-			0.000000	(t_x(278814,16)YB5WH04M,10521.p,0.000000)\
-			0.000000	(t_x(302179,42)KWUR1C04,10522.p,0.000000)\
-			1.000000	(t_x(291649,34)LEMDAT04,10523.p,1.000000)\
-			0.000000	(t_x(279312,99)KSPE1P04,10524.p,0.000000)\
-			0.000000	(t_x(309790,60)YB3EH04A,10525.p,0.000000)\
-			0.000000	(t_x(294908,2)YB5WH04M,10526.p,0.000000)\
-			1.000000	(t_x(289673,94)MEK04,10527.p,1.000000)\
-			0.000000	(t_x(298397,191)YB3EH04A,10528.p,0.000000)\
-			0.000000	(t_x(308248,428)YB3EH04A,10529.p,0.000000)\
-			0.000000	(t_x(307791,109)ZM56704,10530.p,0.000000)\
-			0.000000	(t_x(300487,98)YB3EH04A,10531.p,0.000000)\
-			0.000000	(t_x(288046,54)MM304,10532.p,0.000000)\
-			0.000000	(t_x(297827,61)MM304,10533.p,0.000000)\
-			0.000000	(t_x(287722,50)BKED1204,10534.p,0.000000)\
-			0.000000	(t_x(301059,142)GL34W04,10535.p,0.000000)\
-			0.000000	(t_x(288101,274)KSPE104D,10536.p,0.000000)\
-			0.000000	(t_x(290019,141)KWUR1C04,10537.p,0.000000)\
-			0.000000	(t_x(291117,93)KSPE104D,10538.p,0.000000)\
-			0.000000	(t_x(310096,86)MEK04,10539.p,0.000000)\
-			0.000000	(t_x(297762,84)LEBAS04M,10540.p,0.000000)\
-			0.000000	(t_x(309119,96)ZM56704,10541.p,0.000000)\
-			0.000000	(t_x(287528,130)KFZ4404M,10542.p,0.000000)\
-			0.000000	(t_x(302047,75)MAB1204A,10543.p,0.000000)\
-			0.000000	(t_x(286753,12)LELVL04M,10544.p,0.000000)\
-			0.000000	(t_x(271099,18)YBOLN04M,10545.p,0.000000)\
-			0.000000	(t_x(303829,93)LOVN1504,10546.p,0.000000)\
-			0.000000	(t_x(282785,201)YB3EH04E,10547.p,0.000000)\
-			0.000000	(t_x(300414,42)YB3EH04A,10548.p,0.000000)\
-			0.000000	(t_x(279386,43)YH5MH04M,10549.p,0.000000)\
-			0.000000	(t_x(301719,65)LELVL104,10550.p,0.000000)\
-			0.000000	(t_x(292656,68)KALP2C04,10551.p,0.000000)\
-			0.000000	(t_x(288800,155)KFZ4404M,10552.p,0.000000)\
-			0.000000	(t_x(293790,128)KSPE104D,10553.p,0.000000)\
-			0.000000	(t_x(290696,530)RNS04M,10554.p,0.000000)\
-			0.000000	(t_x(288927,8)PMXX04M,10555.p,0.000000)\
-			1.000000	(t_x(292457,88)LEBAS04M,10556.p,1.000000)\
-			0.000000	(t_x(287934,83)YB3EH04M,10557.p,0.000000)\
-			0.000000	(t_x(297057,250)KCHI104M,10558.p,0.000000)\
-			0.000000	(t_x(263339,139)LCES004M,10559.p,0.000000)\
-			0.000000	(t_x(308308,80)YB3EH04A,10560.p,0.000000)\
-			0.000000	(t_x(291241,2)GL4W04M,10561.p,0.000000)\
-			0.000000	(t_x(295688,301)BKED1204,10562.p,0.000000)\
-			0.000000	(t_x(302162,1718)LGKFN04,10563.p,0.000000)\
-			0.000000	(t_x(292327,84)YB3EH04A,10564.p,0.000000)\
-			0.000000	(t_x(277167,6)KHVL104E,10565.p,0.000000)\
-			0.000000	(t_x(306995,174)YB3EH04A,10566.p,0.000000)\
-			0.000000	(t_x(286575,118)LELVL04M,10567.p,0.000000)\
-			0.000000	(t_x(292635,56)GL4W04M,10568.p,0.000000)\
-			0.000000	(t_x(296135,77)RQXU04E,10569.p,0.000000)\
-			0.000000	(t_x(296907,78)YD5WH04M,10570.p,0.000000)\
-			0.000000	(t_x(283751,7)RQXSI04E,10571.p,0.000000)\
-			0.000000	(t_x(295023,126)KSLN04A,10572.p,0.000000)\
-			0.000000	(t_x(295501,63)LEBAS04M,10573.p,0.000000)\
-			0.000000	(t_x(297079,4)RMZU04,10574.p,0.000000)\
-			0.000000	(t_x(283921,170)EGNOR04M,10575.p,0.000000)\
-			0.000000	(t_x(282070,71)RQXU04E,10576.p,0.000000)\
-			0.000000	(t_x(285843,125)LELVL04M,10577.p,0.000000)\
-			0.000000	(t_x(298488,145)LEBAS04A,10578.p,0.000000)\
-			0.000000	(t_x(284450,167)KSLN04M,10579.p,0.000000)\
-			1.000000	(t_x(295216,72)YB3EH04E,10580.p,1.000000)\
-			0.000000	(t_x(286771,18)MYY04A,10581.p,0.000000)\
-			0.000000	(t_x(285379,175)FUJ04M,10582.p,0.000000)\
-			0.000000	(t_x(313135,52)KWUR1C04,10583.p,0.000000)\
-			0.000000	(t_x(297368,118)LGAVA04,10584.p,0.000000)\
-			0.000000	(t_x(263004,272)RQXSI04E,10585.p,0.000000)\
-			0.000000	(t_x(291499,54)LELVL04M,10586.p,0.000000)\
-			0.000000	(t_x(294276,123)RQXI04E,10587.p,0.000000)\
-			0.000000	(t_x(302667,119)LGAVA04,10588.p,0.000000)\
-			0.000000	(t_x(297781,195)YB3EH04A,10589.p,0.000000)\
-			0.000000	(t_x(292859,227)KSLN04M,10590.p,0.000000)\
-			0.000000	(t_x(275682,94)RFBRT04M,10591.p,0.000000)\
-			1.000000	(t_x(285292,97)RASI04M,10592.p,1.000000)\
-			0.000000	(t_x(282589,254)RMZSI04,10593.p,0.000000)\
-			0.000000	(t_x(294125,111)RQXU04E,10594.p,0.000000)\
-			0.000000	(t_x(300521,50)GL34W04,10595.p,0.000000)\
-			0.000000	(t_x(305104,1)KSPE104D,10596.p,0.000000)\
-			0.000000	(t_x(295273,43)EG11G04M,10597.p,0.000000)\
-			1.000000	(t_x(296181,88)YB3EH04E,10598.p,1.000000)\
-			0.000000	(t_x(311845,142)YB3EH04A,10599.p,0.000000)\
-			0.000000	(t_x(285675,44)YB3EH04E,10600.p,0.000000)\
-			1.000000	(t_x(279734,37)RMZSI04M,10601.p,1.000000)\
-			0.000000	(t_x(309822,65)ZM56704,10602.p,0.000000)\
-			0.000000	(t_x(290633,109)RJIU04M,10603.p,0.000000)\
-			0.000000	(t_x(280744,33)LEBAS04A,10604.p,0.000000)\
-			0.000000	(t_x(270468,14)YBOLN04M,10605.p,0.000000)\
-			0.000000	(t_x(296550,79)YB3EH04A,10606.p,0.000000)\
-			1.000000	(t_x(294878,65)KSPE104D,10607.p,1.000000)\
-			0.000000	(t_x(291359,354)KCHI104M,10608.p,0.000000)\
-			0.000000	(t_x(284344,35)YB3EH04E,10609.p,0.000000)\
-			0.000000	(t_x(284184,46)RMZSI04,10610.p,0.000000)\
-			0.000000	(t_x(306044,83)LELVL104,10611.p,0.000000)\
-			0.000000	(t_x(292032,61)EGNOR04M,10612.p,0.000000)\
-			0.000000	(t_x(282303,55)YBOLN04M,10613.p,0.000000)\
-			1.000000	(t_x(295562,16)RQXI04E,10614.p,1.000000)\
-			0.000000	(t_x(311813,80)LELVL104,10615.p,0.000000)\
-			0.000000	(t_x(303152,406)LEBAS04A,10616.p,0.000000)\
-			0.000000	(t_x(306270,79)LELVL104,10617.p,0.000000)\
-			0.000000	(t_x(301145,342)YB3EH04A,10618.p,0.000000)\
-			0.000000	(t_x(283256,117)EGNOR04M,10619.p,0.000000)\
-			0.000000	(t_x(294448,151)MM304,10620.p,0.000000)\
-			1.000000	(t_x(295341,1)YB5WH04M,10621.p,1.000000)\
-			0.000000	(t_x(279651,4)YBOLN04M,10622.p,0.000000)\
-			0.000000	(t_x(286313,1)YB3EH04A,10623.p,0.000000)\
-			0.000000	(t_x(298502,355)YB3EH04A,10624.p,0.000000)\
-			1.000000	(t_x(275338,26)FUJ04M,10625.p,1.000000)\
-			0.000000	(t_x(288756,7)YB3EH04A,10626.p,0.000000)\
-			0.000000	(t_x(308136,22)LELVL104,10627.p,0.000000)\
-			1.000000	(t_x(293695,53)BR404M,10628.p,1.000000)\
-			0.000000	(t_x(297773,34)YB3EH04A,10629.p,0.000000)\
-			0.000000	(t_x(301257,164)RMZSI04,10630.p,0.000000)\
-			0.000000	(t_x(306012,23)LELVL104,10631.p,0.000000)\
-			1.000000	(t_x(285563,75)LCES004M,10632.p,1.000000)\
-			0.000000	(t_x(293601,10)YB5KL04E,10633.p,0.000000)\
-			0.000000	(t_x(294010,104)LEMDAT04,10634.p,0.000000)\
-			0.000000	(t_x(294164,164)BR404M,10635.p,0.000000)\
-			0.000000	(t_x(301238,66)LELVL104,10636.p,0.000000)\
-			0.000000	(t_x(288999,77)LEMDAT04,10637.p,0.000000)\
-			1.000000	(t_x(287222,39)RQXSI04E,10638.p,1.000000)\
-			0.000000	(t_x(278889,154)KHVL104E,10639.p,0.000000)\
-			0.000000	(t_x(270762,12)$YBOLN04M,10640.p,0.000000)\
-			0.000000	(t_x(282645,3)YB5WH04M,10641.p,0.000000)\
-			1.000000	(t_x(286988,29)KSLN04M,10642.p,1.000000)\
-			0.000000	(t_x(301299,207)YB3EH04A,10643.p,0.000000)\
-			0.000000	(t_x(294133,166)RJIU04M,10644.p,0.000000)\
-			0.000000	(t_x(289175,114)KFZ4404M,10645.p,0.000000)\
-			0.000000	(t_x(285040,162)RASI04M,10646.p,0.000000)\
-			0.000000	(t_x(311255,28)MAB1204A,10647.p,0.000000)\
-			1.000000	(t_x(274564,55)RQXSI04E,10648.p,1.000000)\
-			0.000000	(t_x(294637,109)LELVL04M,10649.p,0.000000)\
-			0.000000	(t_x(290015,124)BR204M,10650.p,0.000000)\
-			0.000000	(t_x(308836,130)YB3EH04A,10651.p,0.000000)\
-			1.000000	(t_x(290666,56)MAB04,10652.p,1.000000)\
-			0.000000	(t_x(287899,1)KFZ4404M,10653.p,0.000000)\
-			0.000000	(t_x(310594,45)LELVL104,10654.p,0.000000)\
-			1.000000	(t_x(291367,133)YD5WH04M,10655.p,1.000000)\
-			0.000000	(t_x(296406,17)RJIU04M,10656.p,0.000000)\
-			0.000000	(t_x(305923,40)LELVL104,10657.p,0.000000)\
-			1.000000	(t_x(285575,6)RQXI04E,10658.p,1.000000)\
-			0.000000	(t_x(286989,44)KSPE104D,10659.p,0.000000)\
-			0.000000	(t_x(288728,68)EBEEC04M,10660.p,0.000000)\
-			0.000000	(t_x(301888,77)KWUR1C04,10661.p,0.000000)\
-			0.000000	(t_x(312762,204)MRAE04,10662.p,0.000000)\
-			0.000000	(t_x(298318,25)KSPE104D,10663.p,0.000000)\
-			0.000000	(t_x(293139,40)RNS04M,10664.p,0.000000)\
-			1.000000	(t_x(292436,90)EG11G04M,10665.p,1.000000)\
-			0.000000	(t_x(302592,16)YD5WH04M,10666.p,0.000000)\
-			0.000000	(t_x(282259,49)YB5WH04M,10667.p,0.000000)\
-			0.000000	(t_x(302474,67)LELVL04M,10668.p,0.000000)\
-			1.000000	(t_x(294611,114)EGNOR04M,10669.p,1.000000)\
-			0.000000	(t_x(300204,129)EG11G04M,10670.p,0.000000)\
-			0.000000	(t_x(290166,140)RNS04M,10671.p,0.000000)\
-			0.000000	(t_x(306491,30)LCES004M,10672.p,0.000000)\
-			0.000000	(t_x(279885,942)EHAMA04,10673.p,0.000000)\
-			0.000000	(t_x(296857,96)BR204M,10674.p,0.000000)\
-			0.000000	(t_x(294819,312)RNS04M,10675.p,0.000000)\
-			0.000000	(t_x(296668,104)YB3EH04A,10676.p,0.000000)\
-			0.000000	(t_x(308334,27)EBEEC04M,10677.p,0.000000)\
-			0.000000	(t_x(318832,18)MRAE04,10678.p,0.000000)\
-			0.000000	(t_x(287337,178)KFZ4404M,10679.p,0.000000)\
-			0.000000	(t_x(301726,24)LELVL104,10680.p,0.000000)\
-			0.000000	(t_x(312020,14)MAB04,10681.p,0.000000)\
-			0.000000	(t_x(315040,25)LELVL104,10682.p,0.000000)\
-			0.000000	(t_x(282620,192)YB3EH04A,10683.p,0.000000)\
-			0.000000	(t_x(291917,35)RJIU04M,10684.p,0.000000)\
-			1.000000	(t_x(295418,19)MM304,10685.p,1.000000)\
-			0.000000	(t_x(283211,4)RMZU04E,10686.p,0.000000)\
-			0.000000	(t_x(305432,2)RMZSI04,10687.p,0.000000)\
-			1.000000	(t_x(286774,47)RASI04M,10688.p,1.000000)\
-			0.000000	(t_x(302830,155)RMZSI04,10689.p,0.000000)\
-			0.000000	(t_x(271412,30)RMZU04E,10690.p,0.000000)\
-			0.000000	(t_x(305754,12)MGY04,10691.p,0.000000)\
-			0.000000	(t_x(308004,65)ZM56704,10692.p,0.000000)\
-			1.000000	(t_x(279756,14)YH5MH04M,10693.p,1.000000)\
-			0.000000	(t_x(278261,78)KFZ4404M,10694.p,0.000000)\
-			1.000000	(t_x(292287,8)KSPE104D,10695.p,1.000000)\
-			0.000000	(t_x(282283,16)YB3EH04A,10696.p,0.000000)\
-			0.000000	(t_x(263389,17)MM304,10697.p,0.000000)\
-			0.000000	(t_x(305783,10)LELVL104,10698.p,0.000000)\
-			0.000000	(t_x(282720,91)KWUR404E,10699.p,0.000000)\
-			0.000000	(t_x(316285,6)KWUR1C04,10700.p,0.000000)\
-			1.000000	(t_x(292094,33)LELVL04M,10701.p,1.000000)\
-			0.000000	(t_x(276911,59)RNS04M,10702.p,0.000000)\
-			0.000000	(t_x(301365,183)ZM56704,10703.p,0.000000)\
-			0.000000	(t_x(303790,344)LOVN1504,10704.p,0.000000)\
-			0.000000	(t_x(304568,153)ZM56704,10705.p,0.000000)\
-			0.000000	(t_x(294603,26)YB3EH04A,10706.p,0.000000)\
-			0.000000	(t_x(263859,32)LEBAS04A,10707.p,0.000000)\
-			0.000000	(t_x(293821,17)KSAL1204,10708.p,0.000000)\
-			0.000000	(t_x(307860,2)YB3EH04A,10709.p,0.000000)\
-			1.000000	(t_x(291843,31)LELVL04M,10710.p,1.000000)\
-			0.000000	(t_x(285766,71)RQXSI04E,10711.p,0.000000)\
-			0.000000	(t_x(296672,2)RASI04M,10712.p,0.000000)\
-			0.000000	(t_x(303416,40)MGY04,10713.p,0.000000)\
-			1.000000	(t_x(292544,2)EG11G04M,10714.p,1.000000)\
-			0.000000	(t_x(295595,20)YB3EH04A,10715.p,0.000000)\
-			0.000000	(t_x(300671,230)YB3EH04A,10716.p,0.000000)\
-			0.000000	(t_x(269531,282)EBBRA04E,10717.p,0.000000)\
-			0.000000	(t_x(285521,51)YB3EH04M,10718.p,0.000000)\
-			1.000000	(t_x(292088,43)LEBAS04M,10719.p,1.000000)\
-			0.000000	(t_x(314075,12)MAB04,10720.p,0.000000)\
-			0.000000	(t_x(291078,49)YB5KL04E,10721.p,0.000000)\
-			0.000000	(t_x(285393,49)YB3EH04E,10722.p,0.000000)\
-			0.000000	(t_x(297500,486)LEBAS04A,10723.p,0.000000)\
-			0.000000	(t_x(284550,14)LELVL04M,10724.p,0.000000)\
-			0.000000	(t_x(294900,57)RMZU04E,10725.p,0.000000)\
-			0.000000	(t_x(263613,21)BKED1204,10726.p,0.000000)\
-			1.000000	(t_x(294158,12)YB3EH04A,10727.p,1.000000)\
-			0.000000	(t_x(309588,241)MGY04,10728.p,0.000000)\
-			0.000000	(t_x(286658,18)EBBRA04E,10729.p,0.000000)\
-			1.000000	(t_x(293048,87)LELVL04M,10730.p,1.000000)\
-			0.000000	(t_x(302874,32)MGY04,10731.p,0.000000)\
-			0.000000	(t_x(283094,5)$KWUR404E,10732.p,0.000000)\
-			0.000000	(t_x(294847,12)MM304,10733.p,0.000000)\
-			0.000000	(t_x(306388,13)ZM56704,10734.p,0.000000)\
-			0.000000	(t_x(303061,153)BKED1204,10735.p,0.000000)\
-			1.000000	(t_x(288247,35)YB5WH04M,10736.p,1.000000)\
-			0.000000	(t_x(312456,29)YB3EH04A,10737.p,0.000000)\
-			1.000000	(t_x(287518,2)YB5WH04M,10738.p,1.000000)\
-			0.000000	(t_x(314823,35)MGY04,10739.p,0.000000)\
-			0.000000	(t_x(313354,520)LEBAS04A,10740.p,0.000000)\
-			0.000000	(t_x(309599,43)YB3EH04A,10741.p,0.000000)\
-			0.000000	(t_x(288404,107)YH5MH04M,10742.p,0.000000)\
-			0.000000	(t_x(308239,162)KWUR1C04,10743.p,0.000000)\
-			0.000000	(t_x(305803,50)KWUR1C04,10744.p,0.000000)\
-			0.000000	(t_x(304362,3420)LGZAA04M,10745.p,0.000000)\
-			0.000000	(t_x(286781,114)KFZ4404M,10746.p,0.000000)\
-			0.000000	(t_x(297922,25)KSLN04A,10747.p,0.000000)\
-			0.000000	(t_x(292837,240)KFZ4404M,10748.p,0.000000)\
-			0.000000	(t_x(291819,19)EGNOR04M,10749.p,0.000000)\
-			0.000000	(t_x(290776,7)RJIU04M,10750.p,0.000000)\
-			0.000000	(t_x(298698,59)KSLN04M,10751.p,0.000000)\
-			0.000000	(t_x(297554,22)RNI04M,10752.p,0.000000)\
-			1.000000	(t_x(289192,18)ZM56704,10753.p,1.000000)\
-			0.000000	(t_x(297234,97)YD5WH04M,10754.p,0.000000)\
-			0.000000	(t_x(297977,39)EGNOR04M,10755.p,0.000000)\
-			0.000000	(t_x(289805,10)YBOLN04M,10756.p,0.000000)\
-			1.000000	(t_x(293626,70)LELVL04M,10757.p,1.000000)\
-			0.000000	(t_x(284880,12)EG11G04M,10758.p,0.000000)\
-			0.000000	(t_x(301709,1369)LCES004M,10759.p,0.000000)\
-			0.000000	(t_x(308460,239)YB3EH04A,10760.p,0.000000)\
-			0.000000	(t_x(301656,58)RNI04M,10761.p,0.000000)\
-			0.000000	(t_x(294752,119)YB3EH04E,10762.p,0.000000)\
-			0.000000	(t_x(283829,10)YB5WH04M,10763.p,0.000000)\
-			0.000000	(t_x(295594,72)RNS04M,10764.p,0.000000)\
-			0.000000	(t_x(296194,6)MEK04,10765.p,0.000000)\
-			1.000000	(t_x(291323,36)YB3EH04E,10766.p,1.000000)\
-			0.000000	(t_x(306190,1)YB3EH04A,10767.p,0.000000)\
-			0.000000	(t_x(306204,7)MAB3404A,10768.p,0.000000)\
-			0.000000	(t_x(300883,33)LEBAS04A,10769.p,0.000000)\
-			0.000000	(t_x(291679,182)RNS04M,10770.p,0.000000)\
-			1.000000	(t_x(294327,90)RJIU04M,10771.p,1.000000)\
-			0.000000	(t_x(307265,443)LEBAS04A,10772.p,0.000000)\
-			0.000000	(t_x(297702,435)RMZSI04,10773.p,0.000000)\
-			0.000000	(t_x(309016,9)MRAEE04,10774.p,0.000000)\
-			0.000000	(t_x(297436,186)FUJ04M,10775.p,0.000000)\
-			0.000000	(t_x(306449,625)LEBAS04A,10776.p,0.000000)\
-			0.000000	(t_x(307626,43)MRAE04,10777.p,0.000000)\
-			0.000000	(t_x(315019,2136)EDGG704,10778.p,0.000000)\
-			0.000000	(t_x(287623,38)LELVL04M,10779.p,0.000000)\
-			0.000000	(t_x(292805,326)RVKWS04,10780.p,0.000000)\
-			0.000000	(t_x(308511,73)MGY04,10781.p,0.000000)\
-			0.000000	(t_x(275809,16)YD5WH04M,10782.p,0.000000)\
-			0.000000	(t_x(310724,0),10783.p,0.000000)\
-			0.000000	(t_x(279686,53)YB5WH04M,10784.p,0.000000)\
-			0.000000	(t_x(292550,25)BR404M,10785.p,0.000000)\
-			1.000000	(t_x(292969,54)GL4W04M,10786.p,1.000000)\
-			0.000000	(t_x(295708,76)BR204M,10787.p,0.000000)\
-			0.000000	(t_x(307679,136)LOVN1504,10788.p,0.000000)\
-			0.000000	(t_x(289472,1299)LGZAA04M,10789.p,0.000000)\
-			0.000000	(t_x(283561,3255)LGZAA04M,10790.p,0.000000)\
-			0.000000	(t_x(276588,3425)LGZAA04M,10791.p,0.000000)\
-			0.000000	(t_x(304450,117)MAB04,10792.p,0.000000)\
-			0.000000	(t_x(310282,93)LCES004,10793.p,0.000000)\
-			0.000000	(t_x(295936,34)YB5WH04M,10794.p,0.000000)\
-			0.000000	(t_x(280888,132)YB5WH04M,10795.p,0.000000)\
-			0.000000	(t_x(296896,1334)LGZAA04M,10796.p,0.000000)\
-			0.000000	(t_x(309190,220)MGY04,10797.p,0.000000)\
-			0.000000	(t_x(310502,65)MYY04A,10798.p,0.000000)\
-			0.000000	(t_x(306069,123)MGY04,10799.p,0.000000)\
-			0.000000	(t_x(302361,418)MRAEE04,10800.p,0.000000)\
-			0.000000	(t_x(312020,69)MGY04,10801.p,0.000000)\
-			0.000000	(t_x(307696,66)MAB04,10802.p,0.000000)\
-			0.000000	(t_x(298471,2143)LGKFN04,10803.p,0.000000)\
-			0.000000	(t_x(314563,174)MGY04,10804.p,0.000000)\
-			0.000000	(t_x(305510,179)MRAEE04,10805.p,0.000000)\
-			0.000000	(t_x(284810,439)RQXSI04E,10806.p,0.000000)\
-			0.000000	(t_x(283544,3215)LGKFN04,10807.p,0.000000)\
-			0.000000	(t_x(302138,136)MGY04,10808.p,0.000000)\
-			0.000000	(t_x(297818,271)GL34W04,10809.p,0.000000)\
-			0.000000	(t_x(304258,55)MRAEE04,10810.p,0.000000)\
-			0.000000	(t_x(311151,137)MGY04,10811.p,0.000000)\
-			0.000000	(t_x(305542,129)MRAEE04,10812.p,0.000000)\
-			0.000000	(t_x(303612,1280)KSPE104D,10813.p,0.000000)\
-			0.000000	(t_x(317644,0),10814.p,0.000000)\
-			0.000000	(t_x(301760,444)MGY04,10815.p,0.000000)\
-			0.000000	(t_x(308144,99)MAB04,10816.p,0.000000)\
-			0.000000	(t_x(310082,188)EDGG704,10817.p,0.000000)\
-			0.000000	(t_x(304114,121)MAB3404A,10818.p,0.000000)\
-			0.000000	(t_x(307135,224)EDGG704,10819.p,0.000000)\
-			0.000000	(t_x(296953,1975)LCES004,10820.p,0.000000)\
-			0.000000	(t_x(311071,286)EDGG704,10821.p,0.000000)\
-			0.000000	(t_x(308743,445)EDGG704,10822.p,0.000000)\
-			0.000000	(t_x(298574,103)YB3EH04E,10823.p,0.000000)\
-			0.000000	(t_x(271214,605)RMZU04E,10824.p,0.000000)\
-			0.000000	(t_x(295508,135)MAB04,10825.p,0.000000)\
-			0.000000	(t_x(289759,322)EDGG704,10826.p,0.000000)\
-			0.000000	(t_x(289684,128)EDGG704,10827.p,0.000000)\
-			0.000000	(t_x(317300,166)EDGG704,10828.p,0.000000)\
-			0.000000	(t_x(300762,100)EDGG704,10829.p,0.000000)\
-			0.000000	(t_x(290574,88)RJIU04M,10830.p,0.000000)\
-			0.000000	(t_x(293468,24)RJIU04M,10831.p,0.000000)\
-			0.000000	(t_x(294005,189)RJIU04M,10832.p,0.000000)\
-			0.000000	(t_x(289164,89)RJIU04M,10833.p,0.000000)\
-			0.000000	(t_x(293889,473)BR404M,10834.p,0.000000)\
-			0.000000	(t_x(290076,94)RJIU04M,10835.p,0.000000)\
-			0.000000	(t_x(283468,44)RQXSI04E,10836.p,0.000000)\
-			0.000000	(t_x(301843,1846)LGKFN04,10837.p,0.000000)\
-			0.000000	(t_x(296238,224)RJIU04M,10838.p,0.000000)\
-			0.000000	(t_x(279339,14)YB5KL04E,10839.p,0.000000)\
-			0.000000	(t_x(295587,55)YBOLN04M,10840.p,0.000000)\
-			0.000000	(t_x(303423,100)EDGG704,10841.p,0.000000)\
-			0.000000	(t_x(288693,230)RJIU04M,10842.p,0.000000)\
-			0.000000	(t_x(295319,717)RJIU04M,10843.p,0.000000)\
-			0.000000	(t_x(296303,15)YB3EH04E,10844.p,0.000000)\
-			0.000000	(t_x(312881,259)GL34W04,10845.p,0.000000)\
-			0.000000	(t_x(282954,77)RQXI04E,10846.p,0.000000)\
-			0.000000	(t_x(285782,130)RQXI04E,10847.p,0.000000)\
-			0.000000	(t_x(295131,125)YBOLN04M,10848.p,0.000000)\
-			0.000000	(t_x(291218,65)RQXSI04E,10849.p,0.000000)\
-			0.000000	(t_x(291027,376)YH5MH04M,10850.p,0.000000)\
-			0.000000	(t_x(291009,131)RQXSI04E,10851.p,0.000000)\
-			0.000000	(t_x(293565,784)RJIU04M,10852.p,0.000000)\
-			0.000000	(t_x(289863,306)ZM56704,10853.p,0.000000)\
-			0.000000	(t_x(294421,139)RVKWU04M,10854.p,0.000000)\
-			0.000000	(t_x(289913,109)YH5MH04M,10855.p,0.000000)\
-			0.000000	(t_x(293566,216)RNI04M,10856.p,0.000000)\
-			0.000000	(t_x(293561,747)RVKWU04M,10857.p,0.000000)\
-			0.000000	(t_x(280212,1275)LGKFN04,10858.p,0.000000)\
-			0.000000	(t_x(289464,246)RNI04M,10859.p,0.000000)\
-			0.000000	(t_x(291957,220)RQXSI04E,10860.p,0.000000)\
-			0.000000	(t_x(288765,214)RQXSI04E,10861.p,0.000000)\
-			0.000000	(t_x(282374,763)RVKWU04M,10862.p,0.000000)\
-			0.000000	(t_x(294690,239)RVKWU04M,10863.p,0.000000)\
-			0.000000	(t_x(293657,1036)YD5WH04M,10864.p,0.000000)\
-			0.000000	(t_x(292483,594)RVKWU04M,10865.p,0.000000)\
-			0.000000	(t_x(308892,34)MEK04,10866.p,0.000000)\
-			0.000000	(t_x(285241,2388)LGKFN04,10867.p,0.000000)\
-			0.000000	(t_x(287347,146)MAB1204A,10868.p,0.000000)\
-			0.000000	(t_x(295700,139)RQXSI04E,10869.p,0.000000)\
-			0.000000	(t_x(277313,50)YBOLN04M,10870.p,0.000000)\
-			0.000000	(t_x(263593,965)LOVN1504,10871.p,0.000000)\
-			0.000000	(t_x(281290,158)YBOLN04M,10872.p,0.000000)\
-			0.000000	(t_x(290061,1805)MGY04,10873.p,0.000000)\
-			0.000000	(t_x(311413,108)ZM56704,10874.p,0.000000)\
-			0.000000	(t_x(307304,72)MAB04,10875.p,0.000000)\
-			0.000000	(t_x(280252,611)PMXX04M,10876.p,0.000000)\
-			0.000000	(t_x(294947,76)YD5WH04M,10877.p,0.000000)\
-			0.000000	(t_x(292069,123)EG11G04M,10878.p,0.000000)\
-			0.000000	(t_x(306269,87)MGY04,10879.p,0.000000)\
-			0.000000	(t_x(291353,68)RQXI04E,10880.p,0.000000)\
-			0.000000	(t_x(281511,1802)LGSRA04,10881.p,0.000000)\
-			0.000000	(t_x(286771,141)GL34W04,10882.p,0.000000)\
-			0.000000	(t_x(314847,144)MGY04,10883.p,0.000000)\
-			0.000000	(t_x(289288,110)PMXX04M,10884.p,0.000000)\
-			0.000000	(t_x(283795,449)RVKWU04M,10885.p,0.000000)\
-			0.000000	(t_x(283751,104)RQXSI04E,10886.p,0.000000)\
-			0.000000	(t_x(293560,747)RVKWU04M,10887.p,0.000000)\
-			0.000000	(t_x(292569,58)RNI04M,10888.p,0.000000)\
-			0.000000	(t_x(295656,158)RQXI04E,10889.p,0.000000)\
-			0.000000	(t_x(302531,153)RJIU04M,10890.p,0.000000)\
-			0.000000	(t_x(283954,26)YBOLN04M,10891.p,0.000000)\
-			0.000000	(t_x(289805,34)YB5KL04E,10892.p,0.000000)\
-			0.000000	(t_x(290406,227)RNI04M,10893.p,0.000000)\
-			0.000000	(t_x(292989,75)YB5WH04M,10894.p,0.000000)\
-			0.000000	(t_x(287891,623)RNI04M,10895.p,0.000000)\
-			0.000000	(t_x(288428,473)RVKWU04M,10896.p,0.000000)\
-			0.000000	(t_x(295966,160)YBOLN04M,10897.p,0.000000)\
-			1.000000	(t_x(294001,104)EGPFA04,10898.p,1.000000)\
-			0.000000	(t_x(292297,675)RJIU04M,10899.p,0.000000)\
-			0.000000	(t_x(294773,77)YBOLN04M,10900.p,0.000000)\
-			0.000000	(t_x(294530,646)RVKWU04M,10901.p,0.000000)\
-			0.000000	(t_x(286180,88)YBOLN04M,10902.p,0.000000)\
-			0.000000	(t_x(285949,298)RQXSI04E,10903.p,0.000000)\
-			0.000000	(t_x(280645,7)YBOLN04M,10904.p,0.000000)\
-			0.000000	(t_x(289945,602)LGKFN04,10905.p,0.000000)\
-			0.000000	(t_x(301759,917)LGKFN04,10906.p,0.000000)\
-			0.000000	(t_x(291994,74)YBOLN04M,10907.p,0.000000)\
-			0.000000	(t_x(300964,720)LGKFN04,10908.p,0.000000)\
-			0.000000	(t_x(272266,74)YB5WH04M,10909.p,0.000000)\
-			0.000000	(t_x(292178,233)EGNOR04M,10910.p,0.000000)\
-			0.000000	(t_x(296062,930)RQXSI04E,10911.p,0.000000)\
-			0.000000	(t_x(293444,128)YB5WH04M,10912.p,0.000000)\
-			0.000000	(t_x(294986,780)LGKFN04,10913.p,0.000000)\
-			0.000000	(t_x(304054,156)ZM56704,10914.p,0.000000)\
-			0.000000	(t_x(271211,941)RQXSI04E,10915.p,0.000000)\
-			0.000000	(t_x(292417,505)LCES004,10916.p,0.000000)\
-			0.000000	(t_x(294004,69)YB5WH04M,10917.p,0.000000)\
-			0.000000	(t_x(296342,96)EGNOR04M,10918.p,0.000000)\
-			0.000000	(t_x(296688,13)YD5WH04M,10919.p,0.000000)\
-			0.000000	(t_x(303049,114)MAB3404A,10920.p,0.000000)\
-			0.000000	(t_x(273960,101)EGNOR04M,10921.p,0.000000)\
-			0.000000	(t_x(289318,108)RNI04M,10922.p,0.000000)\
-			0.000000	(t_x(286582,212)KFZ4404M,10923.p,0.000000)\
-			0.000000	(t_x(304722,278)MAB1204A,10924.p,0.000000)\
-			0.000000	(t_x(293116,540)RVKWU04M,10925.p,0.000000)\
-			0.000000	(t_x(291519,140)MEK04,10926.p,0.000000)\
-			0.000000	(t_x(308507,150)LCES004,10927.p,0.000000)\
-			0.000000	(t_x(292801,382)PMXX04M,10928.p,0.000000)\
-			0.000000	(t_x(304568,230)ZM56704,10929.p,0.000000)\
-			0.000000	(t_x(309780,450)LCES004,10930.p,0.000000)\
-			0.000000	(t_x(294460,1050)PMXX04M,10931.p,0.000000)\
-			0.000000	(t_x(288361,689)PMXX04M,10932.p,0.000000)\
-			0.000000	(t_x(291491,234)ZM56704,10933.p,0.000000)\
-			0.000000	(t_x(317008,36)MRAE04,10934.p,0.000000)\
-			0.000000	(t_x(287402,511)PMXX04M,10935.p,0.000000)\
-			0.000000	(t_x(301142,218)MEK04,10936.p,0.000000)\
-			0.000000	(t_x(306667,290)ZM56704,10937.p,0.000000)\
-			0.000000	(t_x(303208,81)MEK04,10938.p,0.000000)\
-			0.000000	(t_x(292992,196)YD5WH04M,10939.p,0.000000)\
-			0.000000	(t_x(310560,1178)LCES004,10940.p,0.000000)\
-			0.000000	(t_x(275277,711)RQXSI04E,10941.p,0.000000)\
-			0.000000	(t_x(288720,857)PMXX04M,10942.p,0.000000)\
-			0.000000	(t_x(301272,464)LGKFN04,10943.p,0.000000)\
-			0.000000	(t_x(309281,346)ZM56704,10944.p,0.000000)\
-			0.000000	(t_x(310647,129)GL34W04,10945.p,0.000000)\
-			0.000000	(t_x(283489,453)RVKWU04M,10946.p,0.000000)\
-			0.000000	(t_x(277936,709)LGKFN04,10947.p,0.000000)\
-			0.000000	(t_x(263602,2048)LCES004,10948.p,0.000000)\
-			0.000000	(t_x(295929,472)RVKWU04M,10949.p,0.000000)\
-			0.000000	(t_x(285656,613)PMXX04M,10950.p,0.000000)\
-			0.000000	(t_x(314108,2025)LCES004,10951.p,0.000000)\
-			0.000000	(t_x(309414,2331)LCES004,10952.p,0.000000)\
-			0.000000	(t_x(284316,161)YD5WH04M,10953.p,0.000000)\
-			0.000000	(t_x(287946,857)PMXX04M,10954.p,0.000000)\
-			0.000000	(t_x(289158,470)RVKWU04M,10955.p,0.000000)\
-			0.000000	(t_x(298180,50)RNI04M,10956.p,0.000000)\
-			0.000000	(t_x(295328,510)RQXSI04E,10957.p,0.000000)\
-			0.000000	(t_x(293587,2022)LCES004,10958.p,0.000000)\
-			0.000000	(t_x(312895,2492)LCES004,10959.p,0.000000)\
-			0.000000	(t_x(305557,2918)LCES004,10960.p,0.000000)\
-			0.000000	(t_x(311108,1440)LCES004,10961.p,0.000000)\
-			0.000000	(t_x(285664,1596)LCES004,10962.p,0.000000)\
-			0.000000	(t_x(311155,1876)LCES004,10963.p,0.000000)\
-			0.000000	(t_x(263612,1681)LCES004,10964.p,0.000000)\
-			0.000000	(t_x(263580,2353)LCES004,10965.p,0.000000)\
-			0.000000	(t_x(312015,1650)LCES004,10966.p,0.000000)\
-			0.000000	(t_x(287785,169)KFZ4404M,10967.p,0.000000)\
-			0.000000	(t_x(307153,2061)LCES004,10968.p,0.000000)\
-			0.000000	(t_x(300445,2158)LCES004,10969.p,0.000000)\
-			0.000000	(t_x(311856,178)MAB1204A,10970.p,0.000000)\
-			0.000000	(t_x(294613,150)RQXSI04E,10971.p,0.000000)\
-			0.000000	(t_x(306346,2488)LCES004,10972.p,0.000000)\
-			0.000000	(t_x(307355,456)MAB3404A,10973.p,0.000000)\
-			0.000000	(t_x(287194,42)RQXSI04E,10974.p,0.000000)\
-			0.000000	(t_x(307264,2360)LCES004,10975.p,0.000000)\
-			0.000000	(t_x(298434,1777)LCES004,10976.p,0.000000)\
-			0.000000	(t_x(289683,358)ZM56704,10977.p,0.000000)\
-			0.000000	(t_x(294276,40)RQXSI04E,10978.p,0.000000)\
-			0.000000	(t_x(297164,65)RNI04M,10979.p,0.000000)\
-			1.000000	(t_x(302317,599)KSLN04M,10980.p,1.000000)\
-			0.000000	(t_x(306829,360)GL34W04,10981.p,0.000000)\
-			0.000000	(t_x(294472,561)RVKWU04M,10982.p,0.000000)\
-			0.000000	(t_x(296646,300)LCES004,10983.p,0.000000)\
-			0.000000	(t_x(317048,2541)LCES004,10984.p,0.000000)\
-			0.000000	(t_x(297402,1295)KSPE104D,10985.p,0.000000)\
-			0.000000	(t_x(285863,162)RQXI04E,10986.p,0.000000)\
-			0.000000	(t_x(289868,2844)LCES004,10987.p,0.000000)\
-			0.000000	(t_x(292796,2966)LCES004,10988.p,0.000000)\
-			0.000000	(t_x(263962,1215)LCES004,10989.p,0.000000)\
-			0.000000	(t_x(295180,145)RVKWU04M,10990.p,0.000000)\
-			0.000000	(t_x(314236,238)LCES004,10991.p,0.000000)\
-			0.000000	(t_x(263004,835)RQXSI04E,10992.p,0.000000)\
-			0.000000	(t_x(316090,2419)LCES004,10993.p,0.000000)\
-			0.000000	(t_x(285733,2986)LCES004,10994.p,0.000000)\
-			0.000000	(t_x(289828,489)ZM56704,10995.p,0.000000)\
-			0.000000	(t_x(307726,256)GL34W04,10996.p,0.000000)\
-			0.000000	(t_x(288377,336)RVKWU04M,10997.p,0.000000)\
-			0.000000	(t_x(274616,288)RQXSI04E,10998.p,0.000000)\
-			0.000000	(t_x(312503,96)MEK04,10999.p,0.000000)\
-			0.000000	(t_x(302006,299)MGY04,11000.p,0.000000)\
-			0.000000	(t_x(290566,246)ZM56704,11001.p,0.000000)\
-			0.000000	(t_x(303350,245)MAB1204A,11002.p,0.000000)\
-			0.000000	(t_x(284283,325)RVKWU04M,11003.p,0.000000)\
-			0.000000	(t_x(289894,1578)LCES004,11004.p,0.000000)\
-			1.000000	(t_x(300256,319)LOVN1504,11005.p,1.000000)\
-			0.000000	(t_x(309577,110)MEK04,11006.p,0.000000)\
-			0.000000	(t_x(297145,167)LOVN1504,11007.p,0.000000)\
-			0.000000	(t_x(312369,192)MAB3404A,11008.p,0.000000)\
-			0.000000	(t_x(312682,105)MRAE04,11009.p,0.000000)\
-			0.000000	(t_x(302665,260)GL34W04,11010.p,0.000000)\
-			0.000000	(t_x(309583,386)MGY04,11011.p,0.000000)\
-			0.000000	(t_x(306530,42)MAB1204A,11012.p,0.000000)\
-			0.000000	(t_x(296772,54)LOVN1504,11013.p,0.000000)\
-			0.000000	(t_x(311650,232)MEK04,11014.p,0.000000)\
-			0.000000	(t_x(298266,660)LGKFN04,11015.p,0.000000)\
-			0.000000	(t_x(309317,98)MGY04,11016.p,0.000000)\
-			0.000000	(t_x(303077,32)ZM56704,11017.p,0.000000)\
-			0.000000	(t_x(304739,274)GL34W04,11018.p,0.000000)\
-			0.000000	(t_x(276611,192)RQXSI04E,11019.p,0.000000)\
-			0.000000	(t_x(289192,302)MGY04,11020.p,0.000000)\
-			0.000000	(t_x(264013,83)MAB3404A,11021.p,0.000000)\
-			0.000000	(t_x(312773,143)MAB1204A,11022.p,0.000000)\
-			0.000000	(t_x(291024,156)RQXSI04E,11023.p,0.000000)\
-			0.000000	(t_x(313034,293)GL34W04,11024.p,0.000000)\
-			0.000000	(t_x(290550,219)MGY04,11025.p,0.000000)\
-			0.000000	(t_x(281359,380)PMXX04M,11026.p,0.000000)\
-			0.000000	(t_x(298402,368)LCES004M,11027.p,0.000000)\
-			0.000000	(t_x(314530,283)GL34W04,11028.p,0.000000)\
-			0.000000	(t_x(282313,98)RQXSI04E,11029.p,0.000000)\
-			0.000000	(t_x(294552,172)EGNOR04M,11030.p,0.000000)\
-			0.000000	(t_x(263958,409)LCES004,11031.p,0.000000)\
-			0.000000	(t_x(302351,371)GL34W04,11032.p,0.000000)\
-			0.000000	(t_x(311284,1671)LCES004,11033.p,0.000000)\
-			0.000000	(t_x(282677,86)YB5WH04M,11034.p,0.000000)\
-			0.000000	(t_x(303341,347)LCES004M,11035.p,0.000000)\
-			0.000000	(t_x(291031,208)EG11G04M,11036.p,0.000000)\
-			0.000000	(t_x(296194,37)MYY04A,11037.p,0.000000)\
-			0.000000	(t_x(308751,74)MGY04,11038.p,0.000000)\
-			0.000000	(t_x(289024,62)YB5WH04M,11039.p,0.000000)\
-			0.000000	(t_x(304422,158)MGY04,11040.p,0.000000)\
-			0.000000	(t_x(282205,38)KSLN2C04,11041.p,0.000000)\
-			0.000000	(t_x(293096,51)YB3EH04E,11042.p,0.000000)\
-			0.000000	(t_x(300631,1915)LGKFN04,11043.p,0.000000)\
-			0.000000	(t_x(298697,112)YB3EH04E,11044.p,0.000000)\
-			0.000000	(t_x(301987,660)LCES004M,11045.p,0.000000)\
-			0.000000	(t_x(300621,1580)LCES004,11046.p,0.000000)\
-			0.000000	(t_x(307897,302)LCES004M,11047.p,0.000000)\
-			0.000000	(t_x(294857,77)YBOLN04M,11048.p,0.000000)\
-			0.000000	(t_x(279592,140)YH5MH04M,11049.p,0.000000)\
-			0.000000	(t_x(309573,2228)LCES004,11050.p,0.000000)\
-			0.000000	(t_x(306902,277)MEK04,11051.p,0.000000)\
-			0.000000	(t_x(297622,1870)YD5WH04M,11052.p,0.000000)\
-			0.000000	(t_x(263921,2507)LCES004,11053.p,0.000000)\
-			0.000000	(t_x(311265,2368)LCES004,11054.p,0.000000)\
-			0.000000	(t_x(301556,471)GL34W04,11055.p,0.000000)\
-			1.000000	(t_x(279193,12)YH5MH04M,11056.p,1.000000)\
-			0.000000	(t_x(285980,785)LCES004M,11057.p,0.000000)\
-			0.000000	(t_x(312938,736)LCES004,11058.p,0.000000)\
-			0.000000	(t_x(287243,729)GL4W04M,11059.p,0.000000)\
-			0.000000	(t_x(298528,2370)LCES004,11060.p,0.000000)\
-			0.000000	(t_x(308125,727)LCES004,11061.p,0.000000)\
-			0.000000	(t_x(312583,2492)LCES004,11062.p,0.000000)\
-			0.000000	(t_x(304253,197)LCES004M,11063.p,0.000000)\
-			0.000000	(t_x(311285,1696)LCES004,11064.p,0.000000)\
-			0.000000	(t_x(292231,1022)EG11G04M,11065.p,0.000000)\
-			0.000000	(t_x(294303,74)YD5WH04M,11066.p,0.000000)\
-			0.000000	(t_x(289587,502)PMXX04M,11067.p,0.000000)\
-			0.000000	(t_x(290491,129)RNI04M,11068.p,0.000000)\
-			0.000000	(t_x(292629,790)LCES004M,11069.p,0.000000)\
-			0.000000	(t_x(264011,2772)LCES004,11070.p,0.000000)\
-			0.000000	(t_x(310732,1641)LCES004,11071.p,0.000000)\
-			0.000000	(t_x(302044,106)MGY04,11072.p,0.000000)\
-			0.000000	(t_x(305929,579)LCES004M,11073.p,0.000000)\
-			0.000000	(t_x(286625,301)PMXX04M,11074.p,0.000000)\
-			0.000000	(t_x(312199,2190)LCES004,11075.p,0.000000)\
-			0.000000	(t_x(263868,1988)LCES004,11076.p,0.000000)\
-			0.000000	(t_x(287018,362)RQXSI04E,11077.p,0.000000)\
-			0.000000	(t_x(295532,193)RNI04M,11078.p,0.000000)\
-			0.000000	(t_x(308511,43)MYY04A,11079.p,0.000000)\
-			0.000000	(t_x(287235,615)PMXX04M,11080.p,0.000000)\
-			0.000000	(t_x(282583,277)PMXX04M,11081.p,0.000000)\
-			0.000000	(t_x(292487,4)KSLN04M,11082.p,0.000000)\
-			0.000000	(t_x(283194,665)PMXX04M,11083.p,0.000000)\
-			0.000000	(t_x(290738,508)YD5WH04M,11084.p,0.000000)\
-			0.000000	(t_x(285459,1668)LCES004,11085.p,0.000000)\
-			0.000000	(t_x(306358,122)RMZSI04,11086.p,0.000000)\
-			0.000000	(t_x(311329,151)MEK04,11087.p,0.000000)\
-			0.000000	(t_x(270468,222)KWUR404E,11088.p,0.000000)\
-			0.000000	(t_x(285042,105)RQXSI04E,11089.p,0.000000)\
-			0.000000	(t_x(303665,1952)LCES004,11090.p,0.000000)\
-			0.000000	(t_x(305432,174)RMZSI04,11091.p,0.000000)\
-			0.000000	(t_x(312825,2457)LCES004,11092.p,0.000000)\
-			0.000000	(t_x(285693,74)YB3EH04E,11093.p,0.000000)\
-			0.000000	(t_x(294876,288)PMXX04M,11094.p,0.000000)\
-			0.000000	(t_x(303203,2738)LCES004,11095.p,0.000000)\
-			0.000000	(t_x(284313,730)RQXSI04E,11096.p,0.000000)\
-			0.000000	(t_x(308251,2739)LCES004,11097.p,0.000000)\
-			0.000000	(t_x(285482,812)PMXX04M,11098.p,0.000000)\
-			1.000000	(t_x(286600,432)KCHI104M,11099.p,1.000000)\
-			0.000000	(t_x(263866,2518)LCES004,11100.p,0.000000)\
-			0.000000	(t_x(292026,198)LELVL04M,11101.p,0.000000)\
-			0.000000	(t_x(309267,218)RMZSI04,11102.p,0.000000)\
-			0.000000	(t_x(291679,382)RNS04M,11103.p,0.000000)\
-			0.000000	(t_x(294940,263)BR404M,11104.p,0.000000)\
-			0.000000	(t_x(295296,112)RQXSI04E,11105.p,0.000000)\
-			0.000000	(t_x(294548,206)MGY04,11106.p,0.000000)\
-			0.000000	(t_x(290166,440)RNS04M,11107.p,0.000000)\
-			0.000000	(t_x(263439,2090)LCES004,11108.p,0.000000)\
-			0.000000	(t_x(288242,277)PMXX04M,11109.p,0.000000)\
-			0.000000	(t_x(294749,240)EGNOR04M,11110.p,0.000000)\
-			0.000000	(t_x(315232,556)LCES004,11111.p,0.000000)\
-			0.000000	(t_x(282099,571)YD5WH04M,11112.p,0.000000)\
-			0.000000	(t_x(305851,39)MAB3404A,11113.p,0.000000)\
-			0.000000	(t_x(290158,81)PMXX04M,11114.p,0.000000)\
-			0.000000	(t_x(308371,121)MGY04,11115.p,0.000000)\
-			0.000000	(t_x(283829,116)YB5WH04M,11116.p,0.000000)\
-			0.000000	(t_x(295098,93)YB5KL04E,11117.p,0.000000)\
-			0.000000	(t_x(295594,472)RNS04M,11118.p,0.000000)\
-			0.000000	(t_x(295522,497)PMXX04M,11119.p,0.000000)\
-			0.000000	(t_x(281466,354)EGNOR04M,11120.p,0.000000)\
-			0.000000	(t_x(283607,506)PMXX04M,11121.p,0.000000)\
-			0.000000	(t_x(278322,0),11122.p,0.000000)\
-			0.000000	(t_x(284190,510)PMXX04M,11123.p,0.000000)\
-			1.000000	(t_x(303929,54)LGKFN04,11124.p,1.000000)\
-			0.000000	(t_x(292405,586)RMZU04E,11125.p,0.000000)\
-			0.000000	(t_x(294908,55)YB5WH04M,11126.p,0.000000)\
-			0.000000	(t_x(286726,232)YB5KL04E,11127.p,0.000000)\
-			0.000000	(t_x(286715,6)YBOLN04M,11128.p,0.000000)\
-			0.000000	(t_x(309625,109)MYY04A,11129.p,0.000000)\
-			0.000000	(t_x(297977,388)EGNOR04M,11130.p,0.000000)\
-			0.000000	(t_x(285688,311)RQXSI04E,11131.p,0.000000)\
-			0.000000	(t_x(286485,11)YBOLN04M,11132.p,0.000000)\
-			0.000000	(t_x(273048,76)YB5WH04M,11133.p,0.000000)\
-			0.000000	(t_x(293430,300)RQXU04E,11134.p,0.000000)\
-			0.000000	(t_x(287944,570)KFZ4404M,11135.p,0.000000)\
-			0.000000	(t_x(301010,605)RNS04M,11136.p,0.000000)\
-			0.000000	(t_x(313344,317)MRAE04,11137.p,0.000000)\
-			0.000000	(t_x(295585,519)YB3EH04A,11138.p,0.000000)\
-			0.000000	(t_x(289367,198)RQXSI04E,11139.p,0.000000)\
-			0.000000	(t_x(311412,241)KSLN04A,11140.p,0.000000)\
-			0.000000	(t_x(294327,266)RJIU04M,11141.p,0.000000)\
-			0.000000	(t_x(279395,14)YB5WH04M,11142.p,0.000000)\
-			0.000000	(t_x(294944,358)YB5WH04M,11143.p,0.000000)\
-			0.000000	(t_x(274577,552)RQXSI04E,11144.p,0.000000)\
-			0.000000	(t_x(287736,109)PMXX04M,11145.p,0.000000)\
-			0.000000	(t_x(300988,1256)LOVN1504,11146.p,0.000000)\
-			0.000000	(t_x(309953,469)LOVN1504,11147.p,0.000000)\
-			0.000000	(t_x(286963,559)RQXSI04E,11148.p,0.000000)\
-			0.000000	(t_x(292666,2712)LGSRA04,11149.p,0.000000)\
-			0.000000	(t_x(283562,174)PMXX04M,11150.p,0.000000)\
-			0.000000	(t_x(285826,87)YB5KL04E,11151.p,0.000000)\
-			0.000000	(t_x(300642,237)MRAE04,11152.p,0.000000)\
-			0.000000	(t_x(289232,109)RNI04M,11153.p,0.000000)\
-			0.000000	(t_x(263410,949)LGKFN04,11154.p,0.000000)\
-			0.000000	(t_x(284933,98)LELVL04M,11155.p,0.000000)\
-			0.000000	(t_x(307728,249)MAB1204A,11156.p,0.000000)\
-			0.000000	(t_x(277127,211)LGKFN04,11157.p,0.000000)\
-			0.000000	(t_x(286277,399)KFZ4404M,11158.p,0.000000)\
-			0.000000	(t_x(280430,52)LGKFN04,11159.p,0.000000)\
-			0.000000	(t_x(287193,87)RQXSI04E,11160.p,0.000000)\
-			0.000000	(t_x(289872,466)KFZ4404M,11161.p,0.000000)\
-			0.000000	(t_x(296350,43)RQXSI04E,11162.p,0.000000)\
-			0.000000	(t_x(302424,26)MYY04A,11163.p,0.000000)\
-			0.000000	(t_x(285209,516)PMXX04M,11164.p,0.000000)\
-			0.000000	(t_x(287076,311)KFZ4404M,11165.p,0.000000)\
-			0.000000	(t_x(292257,167)RQXSI04E,11166.p,0.000000)\
-			0.000000	(t_x(300848,289)LEMDAT04,11167.p,0.000000)\
-			0.000000	(t_x(280245,419)RQXU04E,11168.p,0.000000)\
-			0.000000	(t_x(305011,114)GL4W04M,11169.p,0.000000)\
-			0.000000	(t_x(309284,916)LFMDA04A,11170.p,0.000000)\
-			0.000000	(t_x(296164,532)RQXSI04E,11171.p,0.000000)\
-			0.000000	(t_x(295732,190)LEMDAT04,11172.p,0.000000)\
-			0.000000	(t_x(297087,246)LGKFN04,11173.p,0.000000)\
-			0.000000	(t_x(314225,99)MYY04A,11174.p,0.000000)\
-			0.000000	(t_x(281348,414)KFZ4404M,11175.p,0.000000)\
-			0.000000	(t_x(311440,430)MRAE04,11176.p,0.000000)\
-			0.000000	(t_x(281887,442)RQXSI04E,11177.p,0.000000)\
-			0.000000	(t_x(278871,560)YB3EH04E,11178.p,0.000000)\
-			0.000000	(t_x(297393,42)BR404M,11179.p,0.000000)\
-			0.000000	(t_x(312097,938)LCES004,11180.p,0.000000)\
-			0.000000	(t_x(296180,193)RMZU04,11181.p,0.000000)\
-			0.000000	(t_x(307658,384)RMZU04,11182.p,0.000000)\
-			0.000000	(t_x(288647,189)LEMDAT04,11183.p,0.000000)\
-			0.000000	(t_x(302890,122)LELVL104,11184.p,0.000000)\
-			0.000000	(t_x(276307,644)LGKFN04,11185.p,0.000000)\
-			0.000000	(t_x(290635,200)RQXSI04E,11186.p,0.000000)\
-			0.000000	(t_x(304414,81)LEMDAT04,11187.p,0.000000)\
-			0.000000	(t_x(277445,47)BR404M,11188.p,0.000000)\
-			1.000000	(t_x(288445,32)LGKFN04,11189.p,1.000000)\
-			0.000000	(t_x(296754,802)LGKFN04,11190.p,0.000000)\
-			0.000000	(t_x(285178,568)PMXX04M,11191.p,0.000000)\
-			0.000000	(t_x(313102,878)LCES004,11192.p,0.000000)\
-			0.000000	(t_x(298480,128)RMZU04,11193.p,0.000000)\
-			0.000000	(t_x(288725,139)LEMDAT04,11194.p,0.000000)\
-			0.000000	(t_x(305548,82)LEMDAT04,11195.p,0.000000)\
-			0.000000	(t_x(292967,113)RNS04M,11196.p,0.000000)\
-			0.000000	(t_x(280825,900)LGKFN04,11197.p,0.000000)\
-			0.000000	(t_x(294779,753)RNS04M,11198.p,0.000000)\
-			0.000000	(t_x(301673,1050)LCES004M,11199.p,0.000000)\
-			0.000000	(t_x(301238,273)LELVL104,11200.p,0.000000)\
-			0.000000	(t_x(302356,188)BR404M,11201.p,0.000000)\
-			0.000000	(t_x(293250,97)RQXU04E,11202.p,0.000000)\
-			0.000000	(t_x(300097,305)RNI04M,11203.p,0.000000)\
-			0.000000	(t_x(294580,65)MRAEE04,11204.p,0.000000)\
-			0.000000	(t_x(303790,416)LOVN1504,11205.p,0.000000)\
-			0.000000	(t_x(311878,52)MGY04,11206.p,0.000000)\
-			0.000000	(t_x(300140,271)RMZU04,11207.p,0.000000)\
-			0.000000	(t_x(304456,354)RJIU04M,11208.p,0.000000)\
-			0.000000	(t_x(287288,153)KHVL104E,11209.p,0.000000)\
-			0.000000	(t_x(302924,294)LELVL104,11210.p,0.000000)\
-			0.000000	(t_x(307992,3368)LGZAA04M,11211.p,0.000000)\
-			0.000000	(t_x(306718,68)LOVN1504,11212.p,0.000000)\
-			0.000000	(t_x(302132,225)LOVN1504,11213.p,0.000000)\
-			0.000000	(t_x(291656,360)YH5MH04M,11214.p,0.000000)\
-			0.000000	(t_x(287302,727)LFMDA04A,11215.p,0.000000)\
-			0.000000	(t_x(307576,86)YB3EH04A,11216.p,0.000000)\
-			0.000000	(t_x(298519,949)YB3EH04A,11217.p,0.000000)\
-			1.000000	(t_x(284104,413)YD5WH04M,11218.p,1.000000)\
-			0.000000	(t_x(302096,182)LOVN1504,11219.p,0.000000)\
-			0.000000	(t_x(285794,307)RQXSI04E,11220.p,0.000000)\
-			0.000000	(t_x(290776,446)RJIU04M,11221.p,0.000000)\
-			0.000000	(t_x(292354,412)RMZU04,11222.p,0.000000)\
-			0.000000	(t_x(311032,189)LOVN1504,11223.p,0.000000)\
-			0.000000	(t_x(294503,847)RNS04M,11224.p,0.000000)\
-			0.000000	(t_x(303485,321)LELVL104,11225.p,0.000000)\
-			0.000000	(t_x(301972,22)LGAVA04,11226.p,0.000000)\
-			0.000000	(t_x(297119,204)EGNOR04M,11227.p,0.000000)\
-			0.000000	(t_x(302536,280)RMZU04,11228.p,0.000000)\
-			0.000000	(t_x(287489,93)YB3EH04A,11229.p,0.000000)\
-			0.000000	(t_x(306922,540)LOVN1504,11230.p,0.000000)\
-			0.000000	(t_x(307103,54)MAB3404A,11231.p,0.000000)\
-			0.000000	(t_x(310671,301)LELVL104,11232.p,0.000000)\
-			0.000000	(t_x(305425,118)GL34W04,11233.p,0.000000)\
-			0.000000	(t_x(283688,920)RQXSI04E,11234.p,0.000000)\
-			0.000000	(t_x(292991,73)YD5WH04M,11235.p,0.000000)\
-			0.000000	(t_x(287937,312)RNI04M,11236.p,0.000000)\
-			0.000000	(t_x(308914,272)MGY04,11237.p,0.000000)\
-			0.000000	(t_x(288501,197)LEMDAT04,11238.p,0.000000)\
-			0.000000	(t_x(283998,70)YB5WH04M,11239.p,0.000000)\
-			0.000000	(t_x(295274,230)RNI04M,11240.p,0.000000)\
-			0.000000	(t_x(304335,211)LELVL104,11241.p,0.000000)\
-			0.000000	(t_x(309072,103)LELVL104,11242.p,0.000000)\
-			0.000000	(t_x(301003,444)YB3EH04A,11243.p,0.000000)\
-			0.000000	(t_x(278920,4)YB5WH04M,11244.p,0.000000)\
-			0.000000	(t_x(301867,161)YB3EH04A,11245.p,0.000000)\
-			0.000000	(t_x(291264,565)PMXX04M,11246.p,0.000000)\
-			0.000000	(t_x(282890,75)KWUR404E,11247.p,0.000000)\
-			0.000000	(t_x(292533,103)RNI04M,11248.p,0.000000)\
-			0.000000	(t_x(283584,160)YB3EH04E,11249.p,0.000000)\
-			0.000000	(t_x(295879,873)RNS04M,11250.p,0.000000)\
-			0.000000	(t_x(263862,1611)LCES004,11251.p,0.000000)\
-			0.000000	(t_x(294112,339)EG11G04M,11252.p,0.000000)\
-			0.000000	(t_x(291082,158)LELVU04,11253.p,0.000000)\
-			0.000000	(t_x(283256,47)EGNOR04M,11254.p,0.000000)\
-			0.000000	(t_x(297442,1072)EG11G04M,11255.p,0.000000)\
-			0.000000	(t_x(280871,513)LELVU04,11256.p,0.000000)\
-			0.000000	(t_x(277826,615)RJIU04M,11257.p,0.000000)\
-			0.000000	(t_x(286569,125)EBBRA04E,11258.p,0.000000)\
-			0.000000	(t_x(302840,302)RMZU04,11259.p,0.000000)\
-			0.000000	(t_x(295927,147)RJIU04M,11260.p,0.000000)\
-			0.000000	(t_x(287329,77)YB5WH04M,11261.p,0.000000)\
-			0.000000	(t_x(305896,415)LELVL104,11262.p,0.000000)\
-			0.000000	(t_x(283117,74)YB5KL04E,11263.p,0.000000)\
-			1.000000	(t_x(296992,40)YB3EH04E,11264.p,1.000000)\
-			0.000000	(t_x(290037,181)RJIU04M,11265.p,0.000000)\
-			0.000000	(t_x(302777,409)LELVL104,11266.p,0.000000)\
-			0.000000	(t_x(296923,50)YB3EH04E,11267.p,0.000000)\
-			0.000000	(t_x(298577,469)RMZU04,11268.p,0.000000)\
-			0.000000	(t_x(278855,58)YH5MH04M,11269.p,0.000000)\
-			0.000000	(t_x(296473,695)LCES004,11270.p,0.000000)\
-			0.000000	(t_x(291577,434)EGNOR04M,11271.p,0.000000)\
-			0.000000	(t_x(297554,120)RNI04M,11272.p,0.000000)\
-			0.000000	(t_x(313758,1988)LCES004,11273.p,0.000000)\
-			0.000000	(t_x(293881,38)EGNOR04M,11274.p,0.000000)\
-			0.000000	(t_x(294816,182)YBOLN04M,11275.p,0.000000)\
-			0.000000	(t_x(288529,120)RNI04M,11276.p,0.000000)\
-			0.000000	(t_x(312912,146)MAB1204A,11277.p,0.000000)\
-			0.000000	(t_x(302879,144)MGY04,11278.p,0.000000)\
-			0.000000	(t_x(294672,82)RQXSI04E,11279.p,0.000000)\
-			0.000000	(t_x(289502,1252)YD5WH04M,11280.p,0.000000)\
-			0.000000	(t_x(272894,30)RQXU04E,11281.p,0.000000)\
-			0.000000	(t_x(309711,152)MYY04A,11282.p,0.000000)\
-			0.000000	(t_x(306044,496)LELVL104,11283.p,0.000000)\
-			0.000000	(t_x(294200,690)RQXSI04E,11284.p,0.000000)\
-			0.000000	(t_x(292808,110)RJIU04M,11285.p,0.000000)\
-			0.000000	(t_x(289457,635)RJIU04M,11286.p,0.000000)\
-			0.000000	(t_x(297842,187)YB3EH04E,11287.p,0.000000)\
-			0.000000	(t_x(279318,150)LCES004M,11288.p,0.000000)\
-			0.000000	(t_x(300504,720)LGKFN04,11289.p,0.000000)\
-			0.000000	(t_x(306413,989)LGKFN04,11290.p,0.000000)\
-			0.000000	(t_x(283559,1074)LGKFN04,11291.p,0.000000)\
-			0.000000	(t_x(304483,374)LCES004,11292.p,0.000000)\
-			0.000000	(t_x(277598,8)YB5WH04M,11293.p,0.000000)\
-			0.000000	(t_x(277591,282)YB5KL04E,11294.p,0.000000)\
-			0.000000	(t_x(308622,1679)LCES004,11295.p,0.000000)\
-			0.000000	(t_x(315779,379)LCES004,11296.p,0.000000)\
-			0.000000	(t_x(297636,68)YB5KL04E,11297.p,0.000000)\
-			0.000000	(t_x(308336,80)MYY04A,11298.p,0.000000)\
-			0.000000	(t_x(300174,193)RMZU04,11299.p,0.000000)\
-			0.000000	(t_x(293445,792)RNI04M,11300.p,0.000000)\
-			0.000000	(t_x(310618,287)MAB04,11301.p,0.000000)\
-			0.000000	(t_x(283750,977)YD5WH04M,11302.p,0.000000)\
-			0.000000	(t_x(281143,774)LGKFN04,11303.p,0.000000)\
-			0.000000	(t_x(286678,18)EBBRA04E,11304.p,0.000000)\
-			0.000000	(t_x(297232,610)RNI04M,11305.p,0.000000)\
-			0.000000	(t_x(281962,790)PMXX04M,11306.p,0.000000)\
-			0.000000	(t_x(295428,695)RJIU04M,11307.p,0.000000)\
-			0.000000	(t_x(297382,97)YB3EH04E,11308.p,0.000000)\
-			0.000000	(t_x(309462,236)LOVN1504,11309.p,0.000000)\
-			0.000000	(t_x(314699,2007)LCES004,11310.p,0.000000)\
-			0.000000	(t_x(313569,2310)LCES004,11311.p,0.000000)\
-			0.000000	(t_x(315081,518)LCES004,11312.p,0.000000)\
-			0.000000	(t_x(279642,126)KHVL104E,11313.p,0.000000)\
-			0.000000	(t_x(289605,15)LCES004M,11314.p,0.000000)\
-			0.000000	(t_x(292908,845)YD5WH04M,11315.p,0.000000)\
-			0.000000	(t_x(304825,281)LEMDAT04,11316.p,0.000000)\
-			0.000000	(t_x(296895,753)YB3EH04E,11317.p,0.000000)\
-			0.000000	(t_x(295546,672)EGNOR04M,11318.p,0.000000)\
-			0.000000	(t_x(285624,448)YD5WH04M,11319.p,0.000000)\
-			0.000000	(t_x(288849,467)LGRPA04M,11320.p,0.000000)\
-			0.000000	(t_x(293957,673)RNI04M,11321.p,0.000000)\
-			0.000000	(t_x(303471,116)PMXX04M,11322.p,0.000000)\
-			0.000000	(t_x(300866,517)RMZU04,11323.p,0.000000)\
-			0.000000	(t_x(306251,305)RMZU04,11324.p,0.000000)\
-			0.000000	(t_x(273980,308)PMXX04M,11325.p,0.000000)\
-			0.000000	(t_x(298713,51)YB3EH04E,11326.p,0.000000)\
-			0.000000	(t_x(305962,1162)LEMDAT04,11327.p,0.000000)\
-			0.000000	(t_x(295886,183)EG11G04M,11328.p,0.000000)\
-			0.000000	(t_x(301709,2119)LCES004M,11329.p,0.000000)\
-			0.000000	(t_x(287438,154)RNI04M,11330.p,0.000000)\
-			0.000000	(t_x(295329,124)YBOLN04M,11331.p,0.000000)\
-			0.000000	(t_x(296307,265)RNI04M,11332.p,0.000000)\
-			0.000000	(t_x(301088,882)LEMDAT04,11333.p,0.000000)\
-			0.000000	(t_x(292099,474)EGNOR04M,11334.p,0.000000)\
-			0.000000	(t_x(283549,312)YB3EH04E,11335.p,0.000000)\
-			0.000000	(t_x(287155,115)EBBRA04E,11336.p,0.000000)\
-			0.000000	(t_x(311073,1781)MEK04,11337.p,0.000000)\
-			0.000000	(t_x(295473,388)LELVU04,11338.p,0.000000)\
-			0.000000	(t_x(279652,251)KHVL104E,11339.p,0.000000)\
-			0.000000	(t_x(290752,235)LEBAS04M,11340.p,0.000000)\
-			0.000000	(t_x(291104,2196)LCES004,11341.p,0.000000)\
-			0.000000	(t_x(276959,149)PMXX04M,11342.p,0.000000)\
-			0.000000	(t_x(288989,1213)RMZU04E,11343.p,0.000000)\
-			0.000000	(t_x(310117,210)YB3EH04A,11344.p,0.000000)\
-			0.000000	(t_x(301417,840)LGKFN04,11345.p,0.000000)\
-			0.000000	(t_x(295104,625)LEMDAT04,11346.p,0.000000)\
-			0.000000	(t_x(278123,420)EGNOR04M,11347.p,0.000000)\
-			0.000000	(t_x(276837,700)RJIU04M,11348.p,0.000000)\
-			0.000000	(t_x(305697,716)LEMDAT04,11349.p,0.000000)\
-			0.000000	(t_x(295416,760)EGNOR04M,11350.p,0.000000)\
-			0.000000	(t_x(288601,280)LGKFN04,11351.p,0.000000)\
-			0.000000	(t_x(306384,519)LELVU04,11352.p,0.000000)\
-			0.000000	(t_x(290761,533)YD5WH04M,11353.p,0.000000)\
-			0.000000	(t_x(305828,1118)LCES004,11354.p,0.000000)\
-			0.000000	(t_x(296253,58)MEK04,11355.p,0.000000)\
-			0.000000	(t_x(292875,166)LELVL04M,11356.p,0.000000)\
-			0.000000	(t_x(278663,253)EHAMA04,11357.p,0.000000)\
-			0.000000	(t_x(316430,878)LCES004,11358.p,0.000000)\
-			0.000000	(t_x(313717,121)MEK04,11359.p,0.000000)\
-			0.000000	(t_x(316618,221)LLBGA04L,11360.p,0.000000)\
-			0.000000	(t_x(311863,217)YB3EH04A,11361.p,0.000000)\
-			0.000000	(t_x(278945,1909)LFMDA04A,11362.p,0.000000)\
-			0.000000	(t_x(308593,489)RMZU04,11363.p,0.000000)\
-			0.000000	(t_x(317357,693)LGRPA04,11364.p,0.000000)\
-			0.000000	(t_x(306801,457)RMZU04,11365.p,0.000000)\
-			0.000000	(t_x(307285,116)MGY04,11366.p,0.000000)\
-			0.000000	(t_x(302863,286)LEBAS04M,11367.p,0.000000)\
-			0.000000	(t_x(310674,298)MAB04,11368.p,0.000000)\
-			0.000000	(t_x(280203,549)RMZU04,11369.p,0.000000)\
-			0.000000	(t_x(290583,533)YD5WH04M,11370.p,0.000000)\
-			0.000000	(t_x(318660,394)EDGG704,11371.p,0.000000)\
-			0.000000	(t_x(281483,17)EGNOR04M,11372.p,0.000000)\
-			0.000000	(t_x(288513,111)RQXU04E,11373.p,0.000000)\
-			0.000000	(t_x(298093,76)BR204M,11374.p,0.000000)\
-			0.000000	(t_x(290055,30)RMZU04E,11375.p,0.000000)\
-			0.000000	(t_x(297929,233)EGNOR04M,11376.p,0.000000)\
-			0.000000	(t_x(297505,130)RQXSI04E,11377.p,0.000000)\
-			0.000000	(t_x(282727,900)LGKFN04,11378.p,0.000000)\
-			0.000000	(t_x(301721,679)LGKFN04,11379.p,0.000000)\
-			0.000000	(t_x(307846,190)RMZU04,11380.p,0.000000)\
-			0.000000	(t_x(284417,593)EGNOR04M,11381.p,0.000000)\
-			0.000000	(t_x(287433,84)YBOLN04M,11382.p,0.000000)\
-			0.000000	(t_x(289238,349)EGNOR04M,11383.p,0.000000)\
-			0.000000	(t_x(278295,691)RNI04M,11384.p,0.000000)\
-			0.000000	(t_x(315138,517)LCES004,11385.p,0.000000)\
-			0.000000	(t_x(279801,518)EHAMA04,11386.p,0.000000)\
-			0.000000	(t_x(278681,869)EHAMA04,11387.p,0.000000)\
-			0.000000	(t_x(296147,196)LELVU04,11388.p,0.000000)\
-			0.000000	(t_x(283209,305)RMZU04E,11389.p,0.000000)\
-			0.000000	(t_x(263594,1355)LCES004M,11390.p,0.000000)\
-			0.000000	(t_x(289160,18)ZM56704,11391.p,0.000000)\
-			0.000000	(t_x(263351,53)RFBRT04M,11392.p,0.000000)\
-			0.000000	(t_x(263793,246)KSAL1204,11393.p,0.000000)\
-			0.000000	(t_x(269731,35)EBBRA04E,11394.p,0.000000)\
-			0.000000	(t_x(289249,1053)PMXX04M,11395.p,0.000000)\
-			0.000000	(t_x(276122,152)YD5WH04M,11396.p,0.000000)\
-			0.000000	(t_x(287579,11)RQXSI04E,11397.p,0.000000)\
-			0.000000	(t_x(293570,82)YBOLN04M,11398.p,0.000000)\
-			0.000000	(t_x(282090,111)LELVL04M,11399.p,0.000000)\
-			0.000000	(t_x(308432,618)RMZU04,11400.p,0.000000)\
-			0.000000	(t_x(287111,188)EGNOR04M,11401.p,0.000000)\
-			0.000000	(t_x(306307,342)RMZU04,11402.p,0.000000)\
-			0.000000	(t_x(307672,610)RMZU04,11403.p,0.000000)\
-			0.000000	(t_x(289618,110)YB3EH04E,11404.p,0.000000)\
-			0.000000	(t_x(312085,203)MAB3404A,11405.p,0.000000)\
-			0.000000	(t_x(293544,218)RQXSI04E,11406.p,0.000000)\
-			0.000000	(t_x(293626,173)LELVL04M,11407.p,0.000000)\
-			0.000000	(t_x(287536,191)LELVL04M,11408.p,0.000000)\
-			0.000000	(t_x(274564,280)RQXSI04E,11409.p,0.000000)\
-			0.000000	(t_x(292050,250)RJIU04M,11410.p,0.000000)\
-			0.000000	(t_x(294594,437)KSAL1204,11411.p,0.000000)\
-			0.000000	(t_x(296406,895)RJIU04M,11412.p,0.000000)\
-			0.000000	(t_x(283663,603)RQXSI04E,11413.p,0.000000)\
-			0.000000	(t_x(314600,3265)MRAE04,11414.p,0.000000)\
-			0.000000	(t_x(289455,108)RNI04M,11415.p,0.000000)\
-			0.000000	(t_x(313899,132)KSAL1204,11416.p,0.000000)\
-			0.000000	(t_x(292111,810)LGKFN04,11417.p,0.000000)\
-			0.000000	(t_x(320214,167)MRAE04,11418.p,0.000000)\
-			0.000000	(t_x(294556,163)RJIU04M,11419.p,0.000000)\
-			0.000000	(t_x(297852,294)RJIU04M,11420.p,0.000000)\
-			0.000000	(t_x(290892,92)YB5WH04M,11421.p,0.000000)\
-			0.000000	(t_x(279411,139)KSPE1P04,11422.p,0.000000)\
-			0.000000	(t_x(278149,663)EGNOR04M,11423.p,0.000000)\
-			0.000000	(t_x(301477,747)MRAE04,11424.p,0.000000)\
-			0.000000	(t_x(288253,654)RNI04M,11425.p,0.000000)\
-			0.000000	(t_x(301501,1317)LCES004,11426.p,0.000000)\
-			0.000000	(t_x(296549,47)YB5WH04M,11427.p,0.000000)\
-			0.000000	(t_x(317908,1313)EDGG704,11428.p,0.000000)\
-			0.000000	(t_x(309172,1283)EDGG704,11429.p,0.000000)\
-			0.000000	(t_x(267745,218)EBBRA04E,11430.p,0.000000)\
-			0.000000	(t_x(289519,307)RMZU04E,11431.p,0.000000)\
-			0.000000	(t_x(315019,1236)EDGG704,11432.p,0.000000)\
-			0.000000	(t_x(309103,126)GL34W04,11433.p,0.000000)\
-			0.000000	(t_x(289716,1138)LGKFN04,11434.p,0.000000)\
-			0.000000	(t_x(289283,1117)LEMDAT04,11435.p,0.000000)\
-			0.000000	(t_x(297596,122)LELVL04M,11436.p,0.000000)\
-			0.000000	(t_x(279893,277)EHAMA04,11437.p,0.000000)\
-			0.000000	(t_x(283389,716)RQXSI04E,11438.p,0.000000)\
-			0.000000	(t_x(285585,105)MGY04,11439.p,0.000000)\
-			0.000000	(t_x(318435,1620)EDGG704,11440.p,0.000000)\
-			0.000000	(t_x(305802,1833)EDGG704,11441.p,0.000000)\
-			0.000000	(t_x(279398,340)YH5MH04M,11442.p,0.000000)\
-			0.000000	(t_x(316029,1587)EDGG704,11443.p,0.000000)\
-			0.000000	(t_x(298588,244)LGKFN04,11444.p,0.000000)\
-			1.000000	(t_x(312956,1679)EDGG704,11445.p,1.000000)\
-			0.000000	(t_x(316499,1737)EDGG704,11446.p,0.000000)\
-			0.000000	(t_x(307805,36)LOVN1504,11447.p,0.000000)\
-			0.000000	(t_x(317153,1737)EDGG704,11448.p,0.000000)\
-			0.000000	(t_x(308582,1854)EDGG704,11449.p,0.000000)\
-			0.000000	(t_x(319008,1790)EDGG704,11450.p,0.000000)\
-			0.000000	(t_x(315544,1410)EDGG704,11451.p,0.000000)\
-			0.000000	(t_x(295794,880)LEMDAT04,11452.p,0.000000)\
-			0.000000	(t_x(289989,1292)EDGG704,11453.p,0.000000)\
-			0.000000	(t_x(312009,1411)LLBGA04L,11454.p,0.000000)\
-			0.000000	(t_x(297335,315)BR404M,11455.p,0.000000)\
-			0.000000	(t_x(263515,417)LGKFN04,11456.p,0.000000)\
-			0.000000	(t_x(291305,1068)EDGG704,11457.p,0.000000)\
-			0.000000	(t_x(298646,877)LGKFN04,11458.p,0.000000)\
-			0.000000	(t_x(291494,363)YH5MH04M,11459.p,0.000000)\
-			0.000000	(t_x(309959,155)MAB04,11460.p,0.000000)\
-			0.000000	(t_x(298562,636)RMZU04,11461.p,0.000000)\
-			0.000000	(t_x(313003,1050)MRAE04,11462.p,0.000000)\
-			0.000000	(t_x(303195,1178)MRAE04,11463.p,0.000000)\
-			0.000000	(t_x(316061,496)LLBGA04L,11464.p,0.000000)\
-			0.000000	(t_x(307707,283)BKED1204,11465.p,0.000000)\
-			0.000000	(t_x(314573,1000)EDGG704,11466.p,0.000000)\
-			0.000000	(t_x(301590,454)LGKFN04,11467.p,0.000000)\
-			0.000000	(t_x(286897,75)RQXSI04E,11468.p,0.000000)\
-			0.000000	(t_x(296563,76)KWUR404E,11469.p,0.000000)\
-			0.000000	(t_x(280021,325)YH5MH04M,11470.p,0.000000)\
-			0.000000	(t_x(304615,75)MRAEE04,11471.p,0.000000)\
-			0.000000	(t_x(303814,973)EDGG704,11472.p,0.000000)\
-			0.000000	(t_x(309684,216)ZM56704,11473.p,0.000000)\
-			0.000000	(t_x(311549,128)LELVL104,11474.p,0.000000)\
-			0.000000	(t_x(279756,181)KSPE1P04,11475.p,0.000000)\
-			0.000000	(t_x(311706,154)MEK04,11476.p,0.000000)\
-			0.000000	(t_x(283526,331)KFZ4404M,11477.p,0.000000)\
-			0.000000	(t_x(309200,663)LCES004M,11478.p,0.000000)\
-			0.000000	(t_x(306405,1012)EDGG704,11479.p,0.000000)\
-			0.000000	(t_x(298160,285)KSAL1204,11480.p,0.000000)\
-			0.000000	(t_x(297113,189)RJIU04M,11481.p,0.000000)\
-			0.000000	(t_x(295446,7)RMZU04E,11482.p,0.000000)\
-			0.000000	(t_x(286141,133)KWUR404E,11483.p,0.000000)\
-			0.000000	(t_x(292388,522)RQXU04E,11484.p,0.000000)\
-			0.000000	(t_x(301524,58)MGY04,11485.p,0.000000)\
-			0.000000	(t_x(308647,717)MRAE04,11486.p,0.000000)\
-			0.000000	(t_x(288692,220)YB5WH04M,11487.p,0.000000)\
-			0.000000	(t_x(300356,539)RNI04M,11488.p,0.000000)\
-			0.000000	(t_x(282720,229)KWUR404E,11489.p,0.000000)\
-			0.000000	(t_x(272234,176)RQXU04E,11490.p,0.000000)\
-			0.000000	(t_x(287817,199)LGKFN04,11491.p,0.000000)\
-			0.000000	(t_x(273793,302)RQXSI04E,11492.p,0.000000)\
-			0.000000	(t_x(317111,1167)EDGG704,11493.p,0.000000)\
-			0.000000	(t_x(313302,758)LCES004,11494.p,0.000000)\
-			0.000000	(t_x(269231,178)YH5MH04M,11495.p,0.000000)\
-			0.000000	(t_x(291594,352)EG11G04M,11496.p,0.000000)\
-			0.000000	(t_x(304051,214)MYY04A,11497.p,0.000000)\
-			0.000000	(t_x(292245,266)LELVL04M,11498.p,0.000000)\
-			0.000000	(t_x(304315,32)RMZU04,11499.p,0.000000)\
-			0.000000	(t_x(314808,211)MRAEE04,11500.p,0.000000)\
-			0.000000	(t_x(301727,151)LGKFN04,11501.p,0.000000)\
-			0.000000	(t_x(287904,195)LGKFN04,11502.p,0.000000)\
-			0.000000	(t_x(297984,1723)KSLN04A,11503.p,0.000000)\
-			0.000000	(t_x(300435,255)LGKFN04,11504.p,0.000000)\
-			0.000000	(t_x(304351,1620)LLBGA04L,11505.p,0.000000)\
-			0.000000	(t_x(289280,1102)LFMDA04A,11506.p,0.000000)\
-			0.000000	(t_x(297407,310)BKED1204,11507.p,0.000000)\
-			0.000000	(t_x(293252,472)RNI04M,11508.p,0.000000)\
-			0.000000	(t_x(312036,72)MAB3404A,11509.p,0.000000)\
-			0.000000	(t_x(285368,567)LGRPA04M,11510.p,0.000000)\
-			0.000000	(t_x(297002,1009)LGRPA04,11511.p,0.000000)\
-			0.000000	(t_x(306270,286)LELVL104,11512.p,0.000000)\
-			0.000000	(t_x(323044,142)MRAE04,11513.p,0.000000)\
-			0.000000	(t_x(322722,1189)EDGG704,11514.p,0.000000)\
-			0.000000	(t_x(278555,146)KFZ4404M,11515.p,0.000000)\
-			0.000000	(t_x(310303,456)RMZU04,11516.p,0.000000)\
-			0.000000	(t_x(277424,1302)EHAMA04,11517.p,0.000000)\
-			0.000000	(t_x(291906,655)RVKWU04M,11518.p,0.000000)\
-			0.000000	(t_x(312192,183)ZM56704,11519.p,0.000000)\
-			0.000000	(t_x(310272,132)LOVN1504,11520.p,0.000000)\
-			0.000000	(t_x(279279,62)YBOLN04M,11521.p,0.000000)\
-			0.000000	(t_x(286590,42)YB5WH04M,11522.p,0.000000)\
-			0.000000	(t_x(303747,291)KSAL1204,11523.p,0.000000)\
-			0.000000	(t_x(264033,71)MYY04A,11524.p,0.000000)\
-			0.000000	(t_x(279243,238)YH5MH04M,11525.p,0.000000)\
-			0.000000	(t_x(288405,486)PMXX04M,11526.p,0.000000)\
-			0.000000	(t_x(297546,201)LGKFN04,11527.p,0.000000)\
-			0.000000	(t_x(284206,165)RMZU04,11528.p,0.000000)\
-			0.000000	(t_x(298514,245)KFZ4404M,11529.p,0.000000)\
-			0.000000	(t_x(313050,688)LCES004M,11530.p,0.000000)\
-			0.000000	(t_x(309210,1291)EDGG704,11531.p,0.000000)\
-			0.000000	(t_x(288302,85)RNI04M,11532.p,0.000000)\
-			0.000000	(t_x(304446,287)LELVL104,11533.p,0.000000)\
-			0.000000	(t_x(293521,194)LELVL04M,11534.p,0.000000)\
-			1.000000	(t_x(292714,24)YB5WH04M,11535.p,1.000000)\
-			0.000000	(t_x(294815,469)RMZU04,11536.p,0.000000)\
-			0.000000	(t_x(288519,127)YB5WH04M,11537.p,0.000000)\
-			0.000000	(t_x(283821,753)KWUR404E,11538.p,0.000000)\
-			0.000000	(t_x(295238,115)RNI04M,11539.p,0.000000)\
-			0.000000	(t_x(295822,138)LEMDAT04,11540.p,0.000000)\
-			0.000000	(t_x(295174,378)LELVU04,11541.p,0.000000)\
-			0.000000	(t_x(316446,230)MYY04A,11542.p,0.000000)\
-			0.000000	(t_x(295497,298)PMXX04M,11543.p,0.000000)\
-			0.000000	(t_x(300430,157)RNI04M,11544.p,0.000000)\
-			0.000000	(t_x(287244,29)YB3EH04E,11545.p,0.000000)\
-			0.000000	(t_x(290568,1370)LEBAS04M,11546.p,0.000000)\
-			0.000000	(t_x(282046,321)YB5WH04M,11547.p,0.000000)\
-			0.000000	(t_x(289436,3)$LOW304M,11548.p,0.000000)\
-			0.000000	(t_x(279163,215)YH5MH04M,11549.p,0.000000)\
-			0.000000	(t_x(314223,2138)LCES004,11550.p,0.000000)\
-			0.000000	(t_x(277562,455)YH5MH04M,11551.p,0.000000)\
-			0.000000	(t_x(302162,1375)LGKFN04,11552.p,0.000000)\
-			0.000000	(t_x(282514,771)RQXSI04E,11553.p,0.000000)\
-			0.000000	(t_x(281293,433)KFZ4404E,11554.p,0.000000)\
-			0.000000	(t_x(308533,157)EDGG704,11555.p,0.000000)\
-			0.000000	(t_x(287821,127)RMZSI04M,11556.p,0.000000)\
-			0.000000	(t_x(279467,227)YH5MH04M,11557.p,0.000000)\
-			0.000000	(t_x(291257,1346)EDGG704,11558.p,0.000000)\
-			0.000000	(t_x(279485,119)KHVL104E,11559.p,0.000000)\
-			0.000000	(t_x(298116,472)RJIU04M,11560.p,0.000000)\
-			0.000000	(t_x(292153,259)YB5WH04M,11561.p,0.000000)\
-			0.000000	(t_x(296465,364)KSAL1204,11562.p,0.000000)\
-			0.000000	(t_x(277434,444)EG11G04M,11563.p,0.000000)\
-			0.000000	(t_x(307105,4697)LGZAA04M,11564.p,0.000000)\
-			0.000000	(t_x(293126,242)RJIU04M,11565.p,0.000000)\
-			0.000000	(t_x(305283,207)LGKFN04,11566.p,0.000000)\
-			0.000000	(t_x(308308,126)YB3EH04A,11567.p,0.000000)\
-			0.000000	(t_x(290395,632)PMXX04M,11568.p,0.000000)\
-			0.000000	(t_x(280142,602)EHAMA04,11569.p,0.000000)\
-			0.000000	(t_x(282057,177)YBOLN04M,11570.p,0.000000)\
-			0.000000	(t_x(294791,153)LELVL04M,11571.p,0.000000)\
-			0.000000	(t_x(286082,222)LELVU04,11572.p,0.000000)\
-			0.000000	(t_x(295752,302)LEMDAT04,11573.p,0.000000)\
-			0.000000	(t_x(314730,89)MAB04,11574.p,0.000000)\
-			0.000000	(t_x(301074,647)LGKFN04,11575.p,0.000000)\
-			0.000000	(t_x(306207,1495)LCES004M,11576.p,0.000000)\
-			0.000000	(t_x(301968,1230)EG11G04M,11577.p,0.000000)\
-			0.000000	(t_x(302456,175)MM204,11578.p,0.000000)\
-			0.000000	(t_x(303783,49)MAB04,11579.p,0.000000)\
-			0.000000	(t_x(290090,1646)EDGG704,11580.p,0.000000)\
-			0.000000	(t_x(272695,51)RMZSI04M,11581.p,0.000000)\
-			0.000000	(t_x(279312,183)KHVL104E,11582.p,0.000000)\
-			0.000000	(t_x(289397,347)LGKFN04,11583.p,0.000000)\
-			0.000000	(t_x(285372,138)YB5WH04M,11584.p,0.000000)\
-			0.000000	(t_x(309143,277)RMZU04,11585.p,0.000000)\
-			0.000000	(t_x(309981,1599)MAB04,11586.p,0.000000)\
-			0.000000	(t_x(282882,150)KWUR404E,11587.p,0.000000)\
-			0.000000	(t_x(308855,93)YB3EH04A,11588.p,0.000000)\
-			0.000000	(t_x(296970,140)KFZ4404M,11589.p,0.000000)\
-			0.000000	(t_x(292940,1348)EDGG704,11590.p,0.000000)\
-			0.000000	(t_x(317920,1416)EDGG704,11591.p,0.000000)\
-			0.000000	(t_x(290681,38)YB5WH04M,11592.p,0.000000)\
-			0.000000	(t_x(287924,1166)LELVL04M,11593.p,0.000000)\
-			0.000000	(t_x(307182,1087)MRAEE04,11594.p,0.000000)\
-			0.000000	(t_x(290342,115)RJIU04M,11595.p,0.000000)\
-			0.000000	(t_x(321498,1500)EDGG704,11596.p,0.000000)\
-			0.000000	(t_x(295528,201)RQXI04E,11597.p,0.000000)\
-			0.000000	(t_x(279409,369)YH5MH04M,11598.p,0.000000)\
-			0.000000	(t_x(312231,253)YB3EH04A,11599.p,0.000000)\
-			0.000000	(t_x(293965,218)$RVKWS04,11600.p,0.000000)\
-			0.000000	(t_x(300146,2)LGKFN04,11601.p,0.000000)\
-			0.000000	(t_x(281854,195)KWUR404E,11602.p,0.000000)\
-			0.000000	(t_x(286568,151)EBBRA04E,11603.p,0.000000)\
-			0.000000	(t_x(313433,1185)MRAE04,11604.p,0.000000)\
-			0.000000	(t_x(286791,158)EBBRA04E,11605.p,0.000000)\
-			0.000000	(t_x(263196,787)RQXSI04E,11606.p,0.000000)\
-			0.000000	(t_x(301287,174)BKED1204,11607.p,0.000000)\
-			0.000000	(t_x(292968,28)RVKWS04,11608.p,0.000000)\
-			1.000000	(t_x(312532,156)LELVL104,11609.p,1.000000)\
-			0.000000	(t_x(284595,132)RQXSI04E,11610.p,0.000000)\
-			0.000000	(t_x(284038,226)LELVL04M,11611.p,0.000000)\
-			0.000000	(t_x(293901,145)RQXU04E,11612.p,0.000000)\
-			0.000000	(t_x(289194,1507)RMZU04E,11613.p,0.000000)\
-			0.000000	(t_x(278067,117)EG11G04M,11614.p,0.000000)\
-			0.000000	(t_x(291038,1649)EDGG704,11615.p,0.000000)\
-			0.000000	(t_x(295691,367)RMZU04,11616.p,0.000000)\
-			0.000000	(t_x(278590,647)EHAMA04,11617.p,0.000000)\
-			0.000000	(t_x(288381,135)YD5WH04M,11618.p,0.000000)\
-			0.000000	(t_x(304778,125)RVKWS04,11619.p,0.000000)\
-			0.000000	(t_x(288284,284)KSPE104D,11620.p,0.000000)\
-			0.000000	(t_x(278647,1187)EHAMA04,11621.p,0.000000)\
-			0.000000	(t_x(291018,28)MYY04A,11622.p,0.000000)\
-			0.000000	(t_x(316391,1620)EDGG704,11623.p,0.000000)\
-			0.000000	(t_x(291377,239)EG11G04M,11624.p,0.000000)\
-			0.000000	(t_x(279259,141)YH5MH04M,11625.p,0.000000)\
-			0.000000	(t_x(283042,497)LGKFN04,11626.p,0.000000)\
-			0.000000	(t_x(297744,136)LOVN1504,11627.p,0.000000)\
-			0.000000	(t_x(295287,124)RQXSI04E,11628.p,0.000000)\
-			0.000000	(t_x(307985,327)RMZU04,11629.p,0.000000)\
-			0.000000	(t_x(313054,79)MAB1204A,11630.p,0.000000)\
-			0.000000	(t_x(263339,889)LCES004M,11631.p,0.000000)\
-			0.000000	(t_x(279011,1792)LGKFN04,11632.p,0.000000)\
-			0.000000	(t_x(296922,404)LGKFN04,11633.p,0.000000)\
-			0.000000	(t_x(305601,239)LLBGA04L,11634.p,0.000000)\
-			0.000000	(t_x(309011,1378)MRAE04,11635.p,0.000000)\
-			0.000000	(t_x(309721,105)YB3EH04A,11636.p,0.000000)\
-			0.000000	(t_x(294899,239)PMXX04M,11637.p,0.000000)\
-			0.000000	(t_x(279834,552)KFZ4404E,11638.p,0.000000)\
-			0.000000	(t_x(286690,900)EHAMA04,11639.p,0.000000)\
-			0.000000	(t_x(317851,1440)EDGG704,11640.p,0.000000)\
-			0.000000	(t_x(311697,1660)EDGG704,11641.p,0.000000)\
-			0.000000	(t_x(308449,1376)MRAE04,11642.p,0.000000)\
-			0.000000	(t_x(288358,181)KWUR404E,11643.p,0.000000)\
-			0.000000	(t_x(295688,486)BKED1204,11644.p,0.000000)\
-			0.000000	(t_x(306698,1780)EDGG704,11645.p,0.000000)\
-			0.000000	(t_x(316476,1858)EDGG704,11646.p,0.000000)\
-			0.000000	(t_x(300896,120)GL34W04,11647.p,0.000000)\
-			0.000000	(t_x(310219,1937)EDGG704,11648.p,0.000000)\
-			0.000000	(t_x(314816,2041)EDGG704,11649.p,0.000000)\
-			0.000000	(t_x(291314,238)LELVL04M,11650.p,0.000000)\
-			0.000000	(t_x(293710,1799)EDGG704,11651.p,0.000000)\
-			0.000000	(t_x(295734,1072)LEMDAT04,11652.p,0.000000)\
-			0.000000	(t_x(285981,501)KFZ4404M,11653.p,0.000000)\
-			0.000000	(t_x(287604,173)PMXX04M,11654.p,0.000000)\
-			0.000000	(t_x(283115,678)RMZU04,11655.p,0.000000)\
-			0.000000	(t_x(279693,174)YH5MH04M,11656.p,0.000000)\
-			0.000000	(t_x(288954,194)KHVL104E,11657.p,0.000000)\
-			0.000000	(t_x(279791,1531)EHAMA04,11658.p,0.000000)\
-			0.000000	(t_x(293549,145)RQXU04E,11659.p,0.000000)\
-			0.000000	(t_x(308325,704)LGKFN04,11660.p,0.000000)\
-			0.000000	(t_x(284297,816)RQXSI04E,11661.p,0.000000)\
-			0.000000	(t_x(289999,302)PMXX04M,11662.p,0.000000)\
-			0.000000	(t_x(293804,242)KSAL1204,11663.p,0.000000)\
-			0.000000	(t_x(297613,742)RQXSI04E,11664.p,0.000000)\
-			0.000000	(t_x(294120,94)RQXU04E,11665.p,0.000000)\
-			0.000000	(t_x(308945,1656)EDGG704,11666.p,0.000000)\
-			0.000000	(t_x(292413,93)KWUR404E,11667.p,0.000000)\
-			0.000000	(t_x(281891,245)KWUR404E,11668.p,0.000000)\
-			1.000000	(t_x(294654,1)LELVL04M,11669.p,1.000000)\
-			0.000000	(t_x(291761,209)RNS04M,11670.p,0.000000)\
-			0.000000	(t_x(285383,935)RNI04M,11671.p,0.000000)\
-			0.000000	(t_x(305354,261)MEK04,11672.p,0.000000)\
-			0.000000	(t_x(304380,145)MEK04,11673.p,0.000000)\
-			0.000000	(t_x(289673,189)MEK04,11674.p,0.000000)\
-			0.000000	(t_x(303992,237)LGKFN04,11675.p,0.000000)\
-			0.000000	(t_x(290696,330)RNS04M,11676.p,0.000000)\
-			0.000000	(t_x(285360,127)LELVL04M,11677.p,0.000000)\
-			0.000000	(t_x(282480,75)RMZSI04M,11678.p,0.000000)\
-			0.000000	(t_x(294193,88)LGKFN04,11679.p,0.000000)\
-			0.000000	(t_x(304435,178)LELVU04,11680.p,0.000000)\
-			0.000000	(t_x(295547,93)YB5KL04E,11681.p,0.000000)\
-			0.000000	(t_x(306862,339)KSAL1204,11682.p,0.000000)\
-			0.000000	(t_x(317443,1387)MRAE04,11683.p,0.000000)\
-			0.000000	(t_x(297904,533)LOVN1504,11684.p,0.000000)\
-			0.000000	(t_x(309978,763)RMZU04,11685.p,0.000000)\
-			0.000000	(t_x(305745,100)RVKWS04,11686.p,0.000000)\
-			0.000000	(t_x(284797,30)YB3EH04E,11687.p,0.000000)\
-			0.000000	(t_x(283392,463)RQXU04E,11688.p,0.000000)\
-			0.000000	(t_x(294370,185)KSPE104D,11689.p,0.000000)\
-			0.000000	(t_x(290455,454)RNS04M,11690.p,0.000000)\
-			0.000000	(t_x(284911,187)KFZ4404M,11691.p,0.000000)\
-			0.000000	(t_x(295005,130)KSPE104D,11692.p,0.000000)\
-			0.000000	(t_x(300931,94)KSPE104D,11693.p,0.000000)\
-			0.000000	(t_x(277703,427)KHVL104E,11694.p,0.000000)\
-			0.000000	(t_x(304074,143)KSPE104D,11695.p,0.000000)\
-			0.000000	(t_x(285671,100)RJIU04M,11696.p,0.000000)\
-			0.000000	(t_x(281715,1272)LGRPA04,11697.p,0.000000)\
-			0.000000	(t_x(302033,100)LOVN1504,11698.p,0.000000)\
-			0.000000	(t_x(284504,426)RQXSI04E,11699.p,0.000000)\
-			0.000000	(t_x(307142,287)KSPE104D,11700.p,0.000000)\
-			0.000000	(t_x(295893,990)LEMDAT04,11701.p,0.000000)\
-			0.000000	(t_x(300045,187)KSPE104D,11702.p,0.000000)\
-			0.000000	(t_x(315428,105)LELVL104,11703.p,0.000000)\
-			0.000000	(t_x(288800,501)KFZ4404M,11704.p,0.000000)\
-			0.000000	(t_x(291040,639)YD5WH04M,11705.p,0.000000)\
-			0.000000	(t_x(277284,85)EBBRA04E,11706.p,0.000000)\
-			0.000000	(t_x(291891,705)LGKFN04,11707.p,0.000000)\
-			0.000000	(t_x(303351,42)LELVU04,11708.p,0.000000)\
-			0.000000	(t_x(288740,364)RQXSI04E,11709.p,0.000000)\
-			0.000000	(t_x(286685,413)RQXSI04E,11710.p,0.000000)\
-			0.000000	(t_x(290650,191)PMXX04M,11711.p,0.000000)\
-			0.000000	(t_x(286628,203)RMZU04E,11712.p,0.000000)\
-			0.000000	(t_x(276534,227)KHVL104E,11713.p,0.000000)\
-			0.000000	(t_x(303842,307)LELVU04,11714.p,0.000000)\
-			0.000000	(t_x(281334,348)RVKWU04M,11715.p,0.000000)\
-			0.000000	(t_x(303716,134)KSPE104D,11716.p,0.000000)\
-			0.000000	(t_x(314402,80)MAB1204A,11717.p,0.000000)\
-			0.000000	(t_x(295231,141)LOVN1504,11718.p,0.000000)\
-			0.000000	(t_x(285431,1289)LGKFN04,11719.p,0.000000)\
-			0.000000	(t_x(294148,231)RQXU04E,11720.p,0.000000)\
-			0.000000	(t_x(305462,1746)EDGG704,11721.p,0.000000)\
-			0.000000	(t_x(302387,375)YB3EH04A,11722.p,0.000000)\
-			0.000000	(t_x(307626,1506)MRAE04,11723.p,0.000000)\
-			0.000000	(t_x(307733,184)LELVL104,11724.p,0.000000)\
-			0.000000	(t_x(289901,276)RQXSI04E,11725.p,0.000000)\
-			0.000000	(t_x(287367,306)EBBRA04E,11726.p,0.000000)\
-			0.000000	(t_x(295745,196)RNS04M,11727.p,0.000000)\
-			0.000000	(t_x(297362,187)RNI04M,11728.p,0.000000)\
-			0.000000	(t_x(287660,159)EG11G04M,11729.p,0.000000)\
-			0.000000	(t_x(291206,179)YBOLN04M,11730.p,0.000000)\
-			0.000000	(t_x(289566,1042)LGKFN04,11731.p,0.000000)\
-			0.000000	(t_x(294111,171)LELVU04,11732.p,0.000000)\
-			0.000000	(t_x(298249,529)RNS04M,11733.p,0.000000)\
-			0.000000	(t_x(295754,1006)LEMDAT04,11734.p,0.000000)\
-			0.000000	(t_x(284028,175)RQXSI04E,11735.p,0.000000)\
-			0.000000	(t_x(280103,277)KSPE104D,11736.p,0.000000)\
-			0.000000	(t_x(294701,361)KSAL1204,11737.p,0.000000)\
-			0.000000	(t_x(291267,611)RNS04M,11738.p,0.000000)\
-			0.000000	(t_x(297157,905)LGKFN04,11739.p,0.000000)\
-			0.000000	(t_x(306491,630)LCES004M,11740.p,0.000000)\
-			0.000000	(t_x(297219,97)FUJ04M,11741.p,0.000000)\
-			1.000000	(t_x(291312,437)LGKFN04,11742.p,1.000000)\
-			0.000000	(t_x(283253,137)RASI04M,11743.p,0.000000)\
-			0.000000	(t_x(300133,210)RQXSI04E,11744.p,0.000000)\
-			0.000000	(t_x(302516,210)LCES004M,11745.p,0.000000)\
-			0.000000	(t_x(282868,136)KWUR404E,11746.p,0.000000)\
-			0.000000	(t_x(290904,178)RASI04M,11747.p,0.000000)\
-			0.000000	(t_x(292917,221)LELVL04M,11748.p,0.000000)\
-			0.000000	(t_x(283734,67)KSLN04M,11749.p,0.000000)\
-			0.000000	(t_x(289980,6)KSPE104D,11750.p,0.000000)\
-			0.000000	(t_x(277278,142)RASI04M,11751.p,0.000000)\
-			0.000000	(t_x(288568,537)RQXSI04E,11752.p,0.000000)\
-			0.000000	(t_x(293757,350)$YD5WH04M,11753.p,0.000000)\
-			0.000000	(t_x(293168,118)RQXU04E,11754.p,0.000000)\
-			0.000000	(t_x(282430,182)EBBRA04E,11755.p,0.000000)\
-			0.000000	(t_x(300332,232)EG11G04M,11756.p,0.000000)\
-			0.000000	(t_x(282176,301)RMZU04E,11757.p,0.000000)\
-			0.000000	(t_x(286682,470)YH5MH04M,11758.p,0.000000)\
-			0.000000	(t_x(297571,186)LELVU04,11759.p,0.000000)\
-			0.000000	(t_x(291843,261)RJIU04M,11760.p,0.000000)\
-			0.000000	(t_x(292876,186)MRAE04,11761.p,0.000000)\
-			0.000000	(t_x(293858,508)RQXSI04E,11762.p,0.000000)\
-			0.000000	(t_x(312354,222)MAB1204A,11763.p,0.000000)\
-			0.000000	(t_x(288684,343)YH5MH04M,11764.p,0.000000)\
-			0.000000	(t_x(315692,208)LLBGA04L,11765.p,0.000000)\
-			0.000000	(t_x(279687,406)LGRPA04M,11766.p,0.000000)\
-			0.000000	(t_x(289911,155)PMXX04M,11767.p,0.000000)\
-			0.000000	(t_x(294211,140)EG11G04M,11768.p,0.000000)\
-			0.000000	(t_x(293177,1194)YD5WH04M,11769.p,0.000000)\
-			0.000000	(t_x(300884,400)YB3EH04A,11770.p,0.000000)\
-			0.000000	(t_x(287287,163)RMZU04E,11771.p,0.000000)\
-			0.000000	(t_x(291539,170)KSLN04M,11772.p,0.000000)\
-			0.000000	(t_x(302661,1410)EG11G04M,11773.p,0.000000)\
-			0.000000	(t_x(287978,272)YH5MH04M,11774.p,0.000000)\
-			0.000000	(t_x(278565,114)LELVU04,11775.p,0.000000)\
-			0.000000	(t_x(307617,342)LELVU04,11776.p,0.000000)\
-			0.000000	(t_x(295064,37)KSPE104D,11777.p,0.000000)\
-			0.000000	(t_x(295862,276)RFBRT04M,11778.p,0.000000)\
-			0.000000	(t_x(311447,195)LGKFN04,11779.p,0.000000)\
-			0.000000	(t_x(303662,152)KSPE104D,11780.p,0.000000)\
-			0.000000	(t_x(286844,218)KSPE104D,11781.p,0.000000)\
-			0.000000	(t_x(289330,143)KSAL1204,11782.p,0.000000)\
-			0.000000	(t_x(294706,988)LEMDAT04,11783.p,0.000000)\
-			0.000000	(t_x(285292,305)RASI04M,11784.p,0.000000)\
-			0.000000	(t_x(292286,207)RVKWS04,11785.p,0.000000)\
-			0.000000	(t_x(263607,348)LCES004M,11786.p,0.000000)\
-			0.000000	(t_x(307145,347)KSAL1204,11787.p,0.000000)\
-			0.000000	(t_x(306577,183)LELVL104,11788.p,0.000000)\
-			0.000000	(t_x(315748,1779)EDGG704,11789.p,0.000000)\
-			0.000000	(t_x(304372,161)RMZU04,11790.p,0.000000)\
-			0.000000	(t_x(287337,524)KFZ4404M,11791.p,0.000000)\
-			0.000000	(t_x(313119,253)LOVN1504,11792.p,0.000000)\
-			0.000000	(t_x(300204,286)EG11G04M,11793.p,0.000000)\
-			0.000000	(t_x(313590,117)KWUR1C04,11794.p,0.000000)\
-			0.000000	(t_x(279621,277)YH5MH04M,11795.p,0.000000)\
-			0.000000	(t_x(298171,226)LELVU04,11796.p,0.000000)\
-			0.000000	(t_x(292003,161)FUJ04M,11797.p,0.000000)\
-			0.000000	(t_x(306769,68)MAB1204A,11798.p,0.000000)\
-			0.000000	(t_x(263503,136)RNS04M,11799.p,0.000000)\
-			0.000000	(t_x(295961,647)YD5WH04M,11800.p,0.000000)\
-			0.000000	(t_x(297278,33)YB3EH04A,11801.p,0.000000)\
-			0.000000	(t_x(294500,202)RASI04M,11802.p,0.000000)\
-			0.000000	(t_x(317067,353)LLBGA04L,11803.p,0.000000)\
-			1.000000	(t_x(263621,104)RMZSI04,11804.p,1.000000)\
-			0.000000	(t_x(302390,217)RMZSI04,11805.p,0.000000)\
-			0.000000	(t_x(290082,863)RNI04M,11806.p,0.000000)\
-			0.000000	(t_x(294685,191)LELVU04,11807.p,0.000000)\
-			0.000000	(t_x(319288,435)MRAE04,11808.p,0.000000)\
-			1.000000	(t_x(296449,109)LELVU04,11809.p,1.000000)\
-			0.000000	(t_x(304629,126)RVKWS04,11810.p,0.000000)\
-			0.000000	(t_x(295790,357)LEMDAT04,11811.p,0.000000)\
-			0.000000	(t_x(277201,167)KHVL104E,11812.p,0.000000)\
-			0.000000	(t_x(285747,947)RNI04M,11813.p,0.000000)\
-			0.000000	(t_x(286763,343)RASI04M,11814.p,0.000000)\
-			0.000000	(t_x(303173,302)EG11G04M,11815.p,0.000000)\
-			0.000000	(t_x(284631,97)RQXSI04E,11816.p,0.000000)\
-			0.000000	(t_x(288191,321)KSPE1P04,11817.p,0.000000)\
-			0.000000	(t_x(263421,354)LCES004M,11818.p,0.000000)\
-			0.000000	(t_x(311954,122)MRAE04,11819.p,0.000000)\
-			0.000000	(t_x(279827,48)KFZ4404M,11820.p,0.000000)\
-			0.000000	(t_x(295723,1029)RVKWU04M,11821.p,0.000000)\
-			0.000000	(t_x(286486,361)LELVL04M,11822.p,0.000000)\
-			0.000000	(t_x(295116,360)RQXU04E,11823.p,0.000000)\
-			0.000000	(t_x(286762,266)RJIU04M,11824.p,0.000000)\
-			0.000000	(t_x(304433,284)LELVU04,11825.p,0.000000)\
-			0.000000	(t_x(284700,52)YB3EH04E,11826.p,0.000000)\
-			0.000000	(t_x(288957,251)LEMDAT04,11827.p,0.000000)\
-			0.000000	(t_x(263418,197)BKED1204,11828.p,0.000000)\
-			0.000000	(t_x(296640,246)KSAL1204,11829.p,0.000000)\
-			0.000000	(t_x(307218,132)ZM56704,11830.p,0.000000)\
-			0.000000	(t_x(296997,122)GL4W04M,11831.p,0.000000)\
-			0.000000	(t_x(310127,138)YB3EH04A,11832.p,0.000000)\
-			0.000000	(t_x(275270,708)RQXSI04E,11833.p,0.000000)\
-			0.000000	(t_x(281881,160)YB3EH04A,11834.p,0.000000)\
-			0.000000	(t_x(295534,74)KFZ4404M,11835.p,0.000000)\
-			0.000000	(t_x(284085,1092)RVKWU04M,11836.p,0.000000)\
-			0.000000	(t_x(279552,127)EBBRA04E,11837.p,0.000000)\
-			0.000000	(t_x(296672,314)RASI04M,11838.p,0.000000)\
-			0.000000	(t_x(309940,262)LELVL104,11839.p,0.000000)\
-			0.000000	(t_x(302218,87)YB3EH04A,11840.p,0.000000)\
-			0.000000	(t_x(294807,2120)LCES004M,11841.p,0.000000)\
-			0.000000	(t_x(289297,209)RASI04M,11842.p,0.000000)\
-			0.000000	(t_x(286781,45)KFZ4404M,11843.p,0.000000)\
-			0.000000	(t_x(292446,100)BR204M,11844.p,0.000000)\
-			0.000000	(t_x(284868,99)KSLN04M,11845.p,0.000000)\
-			0.000000	(t_x(309099,396)MRAEE04,11846.p,0.000000)\
-			0.000000	(t_x(300281,102)BR204M,11847.p,0.000000)\
-			0.000000	(t_x(285792,219)BR404M,11848.p,0.000000)\
-			0.000000	(t_x(304555,321)MM304,11849.p,0.000000)\
-			0.000000	(t_x(284467,168)RMZU04E,11850.p,0.000000)\
-			0.000000	(t_x(284341,139)KSLN04M,11851.p,0.000000)\
-			0.000000	(t_x(311253,1941)LFMDA04A,11852.p,0.000000)\
-			0.000000	(t_x(289655,315)RJIU04M,11853.p,0.000000)\
-			0.000000	(t_x(296560,122)PMXX04M,11854.p,0.000000)\
-			0.000000	(t_x(293074,222)RQXU04E,11855.p,0.000000)\
-			0.000000	(t_x(286638,254)RNS04M,11856.p,0.000000)\
-			0.000000	(t_x(294449,132)BR404M,11857.p,0.000000)\
-			0.000000	(t_x(281989,115)KHVL104E,11858.p,0.000000)\
-			0.000000	(t_x(317924,69)MRAEE04,11859.p,0.000000)\
-			0.000000	(t_x(284562,105)KFZ4404M,11860.p,0.000000)\
-			0.000000	(t_x(312762,91)MRAE04,11861.p,0.000000)\
-			0.000000	(t_x(307025,161)YB3EH04A,11862.p,0.000000)\
-			0.000000	(t_x(307190,1067)LGKFN04,11863.p,0.000000)\
-			0.000000	(t_x(284165,724)RVKWU04M,11864.p,0.000000)\
-			0.000000	(t_x(308410,181)RMZU04,11865.p,0.000000)\
-			0.000000	(t_x(287971,76)MM204,11866.p,0.000000)\
-			0.000000	(t_x(292672,360)RQXU04E,11867.p,0.000000)\
-			0.000000	(t_x(279721,575)EHAMA04,11868.p,0.000000)\
-			0.000000	(t_x(297403,148)KSLN04M,11869.p,0.000000)\
-			0.000000	(t_x(293045,317)RQXU04E,11870.p,0.000000)\
-			0.000000	(t_x(306630,86)KSPE104D,11871.p,0.000000)\
-			0.000000	(t_x(309588,148)MRAE04,11872.p,0.000000)\
-			0.000000	(t_x(289045,531)RNS04M,11873.p,0.000000)\
-			0.000000	(t_x(287631,184)LELVL04M,11874.p,0.000000)\
-			0.000000	(t_x(310512,588)LOVN1504,11875.p,0.000000)\
-			0.000000	(t_x(317603,1061)LLBGA04L,11876.p,0.000000)\
-			0.000000	(t_x(284183,693)LOVN1504,11877.p,0.000000)\
-			0.000000	(t_x(306187,436)LOVN1504,11878.p,0.000000)\
-			0.000000	(t_x(291048,166)LEMDAT04,11879.p,0.000000)\
-			0.000000	(t_x(304261,415)RJIU04M,11880.p,0.000000)\
-			0.000000	(t_x(302920,143)LELVL104,11881.p,0.000000)\
-			0.000000	(t_x(303580,270)EG11G04M,11882.p,0.000000)\
-			0.000000	(t_x(289595,126)YBOLN04M,11883.p,0.000000)\
-			0.000000	(t_x(304857,413)KSAL1204,11884.p,0.000000)\
-			0.000000	(t_x(287703,111)RNI04M,11885.p,0.000000)\
-			0.000000	(t_x(294925,1633)RVKWU04M,11886.p,0.000000)\
-			0.000000	(t_x(284722,17)RJIU04M,11887.p,0.000000)\
-			0.000000	(t_x(303971,213)ZM56704,11888.p,0.000000)\
-			0.000000	(t_x(311256,96)YB3EH04A,11889.p,0.000000)\
-			0.000000	(t_x(291523,240)PMXX04M,11890.p,0.000000)\
-			0.000000	(t_x(291341,90)KFZ4404M,11891.p,0.000000)\
-			0.000000	(t_x(285112,390)KSLN04M,11892.p,0.000000)\
-			0.000000	(t_x(290535,135)YBOLN04M,11893.p,0.000000)\
-			0.000000	(t_x(289347,260)MRAE04,11894.p,0.000000)\
-			0.000000	(t_x(304583,41)MRAE04,11895.p,0.000000)\
-			0.000000	(t_x(295728,137)YB5WH04M,11896.p,0.000000)\
-			0.000000	(t_x(290858,721)RNI04M,11897.p,0.000000)\
-			0.000000	(t_x(295339,1920)RVKWU04M,11898.p,0.000000)\
-			0.000000	(t_x(285870,1830)RVKWU04M,11899.p,0.000000)\
-			0.000000	(t_x(280587,1776)RVKWU04M,11900.p,0.000000)\
-			0.000000	(t_x(305560,1)MAB1204A,11901.p,0.000000)\
-			0.000000	(t_x(295620,1627)RVKWU04M,11902.p,0.000000)\
-			0.000000	(t_x(293964,273)RMZU04E,11903.p,0.000000)\
-			0.000000	(t_x(293884,348)KWUR404E,11904.p,0.000000)\
-			0.000000	(t_x(285772,0),11905.p,0.000000)\
-			0.000000	(t_x(314736,300)EDGG704,11906.p,0.000000)\
-			0.000000	(t_x(295456,1435)RVKWU04M,11907.p,0.000000)\
-			0.000000	(t_x(280002,323)MM204,11908.p,0.000000)\
-			0.000000	(t_x(296133,1196)RVKWU04M,11909.p,0.000000)\
-			0.000000	(t_x(307860,141)YB3EH04A,11910.p,0.000000)\
-			0.000000	(t_x(288004,191)KWUR1C04,11911.p,0.000000)\
-			0.000000	(t_x(281905,392)YH5MH04M,11912.p,0.000000)\
-			0.000000	(t_x(295780,133)KSPE104D,11913.p,0.000000)\
-			0.000000	(t_x(277190,1521)EG11G04M,11914.p,0.000000)\
-			0.000000	(t_x(287020,573)RNS04M,11915.p,0.000000)\
-			0.000000	(t_x(291178,250)KHVL104E,11916.p,0.000000)\
-			0.000000	(t_x(313372,90)MGY04,11917.p,0.000000)\
-			0.000000	(t_x(304463,320)RMZSI04,11918.p,0.000000)\
-			0.000000	(t_x(285254,736)YD5WH04M,11919.p,0.000000)\
-			0.000000	(t_x(279651,49)YBOLN04M,11920.p,0.000000)\
-			0.000000	(t_x(292453,567)KFZ4404M,11921.p,0.000000)\
-			0.000000	(t_x(295819,636)RVKWU04M,11922.p,0.000000)\
-			0.000000	(t_x(285070,204)RMZU04E,11923.p,0.000000)\
-			0.000000	(t_x(292587,93)ZM56704,11924.p,0.000000)\
-			0.000000	(t_x(305019,354)RNS04M,11925.p,0.000000)\
-			0.000000	(t_x(282752,112)KSLN04A,11926.p,0.000000)\
-			0.000000	(t_x(291444,30)KSAL1204,11927.p,0.000000)\
-			0.000000	(t_x(296878,100)BR204M,11928.p,0.000000)\
-			0.000000	(t_x(306139,50)LOVN1504,11929.p,0.000000)\
-			0.000000	(t_x(279482,68)YBOLN04M,11930.p,0.000000)\
-			0.000000	(t_x(301365,260)ZM56704,11931.p,0.000000)\
-			0.000000	(t_x(278669,319)EHAMA04,11932.p,0.000000)\
-			0.000000	(t_x(288292,59)YB3EH04E,11933.p,0.000000)\
-			0.000000	(t_x(290863,475)RVKWU04M,11934.p,0.000000)\
-			0.000000	(t_x(292683,242)YBOLN04M,11935.p,0.000000)\
-			0.000000	(t_x(271199,349)RMZU04E,11936.p,0.000000)\
-			0.000000	(t_x(277803,84)YH5MH04M,11937.p,0.000000)\
-			0.000000	(t_x(298246,77)RFBRT04M,11938.p,0.000000)\
-			0.000000	(t_x(287527,333)KSPE1P04,11939.p,0.000000)\
-			0.000000	(t_x(286224,138)KFZ4404M,11940.p,0.000000)\
-			0.000000	(t_x(306171,257)LOVN1504,11941.p,0.000000)\
-			0.000000	(t_x(294546,258)LOVN1504,11942.p,0.000000)\
-			0.000000	(t_x(302591,757)BKED1204,11943.p,0.000000)\
-			0.000000	(t_x(298592,146)RMZU04,11944.p,0.000000)\
-			0.000000	(t_x(284357,1328)RVKWU04M,11945.p,0.000000)\
-			0.000000	(t_x(292803,175)YB3EH04A,11946.p,0.000000)\
-			0.000000	(t_x(280192,483)YH5MH04M,11947.p,0.000000)\
-			0.000000	(t_x(293539,1298)RVKWU04M,11948.p,0.000000)\
-			0.000000	(t_x(287195,199)BR204M,11949.p,0.000000)\
-			0.000000	(t_x(301350,749)RMZU04,11950.p,0.000000)\
-			0.000000	(t_x(306868,182)KSLN04A,11951.p,0.000000)\
-			0.000000	(t_x(306995,35)YB3EH04A,11952.p,0.000000)\
-			0.000000	(t_x(289675,262)KSPE1P04,11953.p,0.000000)\
-			0.000000	(t_x(283045,316)RASI04M,11954.p,0.000000)\
-			0.000000	(t_x(290553,269)LEMDAT04,11955.p,0.000000)\
-			0.000000	(t_x(263279,289)KFZ4404M,11956.p,0.000000)\
-			0.000000	(t_x(287908,961)YB3EH04A,11957.p,0.000000)\
-			0.000000	(t_x(307231,89)MGY04,11958.p,0.000000)\
-			0.000000	(t_x(295288,132)KSLN04M,11959.p,0.000000)\
-			0.000000	(t_x(291968,136)EG11G04M,11960.p,0.000000)\
-			0.000000	(t_x(295162,207)RVKWS04,11961.p,0.000000)\
-			0.000000	(t_x(302592,70)YD5WH04M,11962.p,0.000000)\
-			0.000000	(t_x(287011,112)RMZU04E,11963.p,0.000000)\
-			0.000000	(t_x(284287,470)PMXX04M,11964.p,0.000000)\
-			0.000000	(t_x(301601,14)LOVN1504,11965.p,0.000000)\
-			0.000000	(t_x(277197,423)EG11G04M,11966.p,0.000000)\
-			0.000000	(t_x(290041,93)KFZ4404M,11967.p,0.000000)\
-			0.000000	(t_x(289490,34)BR204M,11968.p,0.000000)\
-			0.000000	(t_x(318565,167)LELVL104,11969.p,0.000000)\
-			0.000000	(t_x(293869,141)FUJ04M,11970.p,0.000000)\
-			0.000000	(t_x(297374,640)RQXSI04E,11971.p,0.000000)\
-			0.000000	(t_x(310761,193)EDGG704,11972.p,0.000000)\
-			0.000000	(t_x(291189,1391)RVKWU04M,11973.p,0.000000)\
-			0.000000	(t_x(292911,52)YB3EH04A,11974.p,0.000000)\
-			0.000000	(t_x(317538,138)MAB1204A,11975.p,0.000000)\
-			0.000000	(t_x(306846,86)KWUR1C04,11976.p,0.000000)\
-			0.000000	(t_x(311314,155)LELVL104,11977.p,0.000000)\
-			0.000000	(t_x(280706,111)RQXSI04E,11978.p,0.000000)\
-			0.000000	(t_x(263587,2305)LCES004M,11979.p,0.000000)\
-			0.000000	(t_x(312975,121)ZM56704,11980.p,0.000000)\
-			0.000000	(t_x(308908,130)ZM56704,11981.p,0.000000)\
-			0.000000	(t_x(294518,224)EG11G04M,11982.p,0.000000)\
-			0.000000	(t_x(291559,521)RFBRT04M,11983.p,0.000000)\
-			0.000000	(t_x(304925,19)KFUL1U04,11984.p,0.000000)\
-			0.000000	(t_x(294595,46)YB3EH04E,11985.p,0.000000)\
-			0.000000	(t_x(301582,38)RNI04M,11986.p,0.000000)\
-			0.000000	(t_x(283965,408)LELVL04M,11987.p,0.000000)\
-			0.000000	(t_x(311042,202)KSAL1204,11988.p,0.000000)\
-			0.000000	(t_x(291164,510)RQXSI04E,11989.p,0.000000)\
-			0.000000	(t_x(263816,303)RMZU04,11990.p,0.000000)\
-			0.000000	(t_x(304230,1897)EDGG704,11991.p,0.000000)\
-			0.000000	(t_x(288154,318)PMXX04M,11992.p,0.000000)\
-			0.000000	(t_x(292112,324)KWUR404E,11993.p,0.000000)\
-			0.000000	(t_x(294133,342)RJIU04M,11994.p,0.000000)\
-			0.000000	(t_x(283812,68)RQXU04E,11995.p,0.000000)\
-			0.000000	(t_x(263370,247)RFBRT04M,11996.p,0.000000)\
-			0.000000	(t_x(292442,248)RQXU04E,11997.p,0.000000)\
-			0.000000	(t_x(300840,258)KFZ4404M,11998.p,0.000000)\
-			0.000000	(t_x(273032,264)RQXSI04E,11999.p,0.000000)\
-			0.000000	(t_x(306677,220)MYY04A,12000.p,0.000000)\
-			0.000000	(t_x(290967,407)RJIU04M,12001.p,0.000000)\
-			0.000000	(t_x(278562,41)YB5KL04E,12002.p,0.000000)\
-			0.000000	(t_x(284170,229)RASI04M,12003.p,0.000000)\
-			0.000000	(t_x(263376,175)MM204,12004.p,0.000000)\
-			0.000000	(t_x(286952,118)YB5KL04E,12005.p,0.000000)\
-			0.000000	(t_x(290015,177)YD5WH04M,12006.p,0.000000)\
-			0.000000	(t_x(300064,309)RJIU04M,12007.p,0.000000)\
-			0.000000	(t_x(298700,224)YB3EH04A,12008.p,0.000000)\
-			0.000000	(t_x(279686,159)YB5WH04M,12009.p,0.000000)\
-			0.000000	(t_x(297234,206)YD5WH04M,12010.p,0.000000)\
-			0.000000	(t_x(307899,74)LEBAS04A,12011.p,0.000000)\
-			0.000000	(t_x(303850,220)LOVN1504,12012.p,0.000000)\
-			0.000000	(t_x(290924,189)BR204M,12013.p,0.000000)\
-			0.000000	(t_x(306206,206)KWUR1C04,12014.p,0.000000)\
-			0.000000	(t_x(302572,98)RVKWS04,12015.p,0.000000)\
-			0.000000	(t_x(308281,87)RMZU04,12016.p,0.000000)\
-			0.000000	(t_x(295923,208)RFBRT04M,12017.p,0.000000)\
-			0.000000	(t_x(287595,208)KWUR1C04,12018.p,0.000000)\
-			0.000000	(t_x(278598,1328)EHAMA04,12019.p,0.000000)\
-			0.000000	(t_x(292251,55)YB3EH04A,12020.p,0.000000)\
-			0.000000	(t_x(294560,134)EG11G04M,12021.p,0.000000)\
-			0.000000	(t_x(300052,82)YB5WH04M,12022.p,0.000000)\
-			0.000000	(t_x(303818,251)MRAEE04,12023.p,0.000000)\
-			0.000000	(t_x(293537,109)KFZ4404M,12024.p,0.000000)\
-			0.000000	(t_x(288078,235)EBBRA04E,12025.p,0.000000)\
-			0.000000	(t_x(289405,86)KSLN04M,12026.p,0.000000)\
-			0.000000	(t_x(304780,57)KWUR1C04,12027.p,0.000000)\
-			0.000000	(t_x(297746,182)LOVN1504,12028.p,0.000000)\
-			0.000000	(t_x(305446,205)LELVL104,12029.p,0.000000)\
-			0.000000	(t_x(277472,167)EG11G04M,12030.p,0.000000)\
-			0.000000	(t_x(292710,357)KSPE1P04,12031.p,0.000000)\
-			0.000000	(t_x(286877,369)ZM56704,12032.p,0.000000)\
-			0.000000	(t_x(279969,215)RFBRT04M,12033.p,0.000000)\
-			0.000000	(t_x(283305,278)KSLN04A,12034.p,0.000000)\
-			0.000000	(t_x(273386,458)EGNOR04M,12035.p,0.000000)\
-			0.000000	(t_x(303409,89)KSLN04M,12036.p,0.000000)\
-			0.000000	(t_x(262946,365)RQXSI04E,12037.p,0.000000)\
-			0.000000	(t_x(287515,44)KFZ4404M,12038.p,0.000000)\
-			0.000000	(t_x(285840,138)LELVL04M,12039.p,0.000000)\
-			0.000000	(t_x(314186,152)KWUR1C04,12040.p,0.000000)\
-			0.000000	(t_x(297697,69)KSLN2C04,12041.p,0.000000)\
-			0.000000	(t_x(277924,54)YBOLN04M,12042.p,0.000000)\
-			0.000000	(t_x(276076,109)KFZ4404M,12043.p,0.000000)\
-			0.000000	(t_x(293498,434)PMXX04M,12044.p,0.000000)\
-			0.000000	(t_x(303314,1555)EG11G04M,12045.p,0.000000)\
-			0.000000	(t_x(288723,7)YB3EH04A,12046.p,0.000000)\
-			0.000000	(t_x(306570,134)YB3EH04A,12047.p,0.000000)\
-			0.000000	(t_x(308003,18)YB3EH04A,12048.p,0.000000)\
-			0.000000	(t_x(278885,108)YB5KL04E,12049.p,0.000000)\
-			0.000000	(t_x(298378,120)KFZ4404M,12050.p,0.000000)\
-			0.000000	(t_x(290985,122)KSPE104D,12051.p,0.000000)\
-			0.000000	(t_x(292319,146)KSPE1P04,12052.p,0.000000)\
-			0.000000	(t_x(301367,96)YB3EH04A,12053.p,0.000000)\
-			0.000000	(t_x(284109,54)KHVL104E,12054.p,0.000000)\
-			0.000000	(t_x(290367,22)MRAE04,12055.p,0.000000)\
-			0.000000	(t_x(300231,46)KFZ4404M,12056.p,0.000000)\
-			0.000000	(t_x(304239,264)LELVL104,12057.p,0.000000)\
-			0.000000	(t_x(279048,77)KHVL104E,12058.p,0.000000)\
-			0.000000	(t_x(307217,776)RMZSI04,12059.p,0.000000)\
-			0.000000	(t_x(311478,254)LELVL104,12060.p,0.000000)\
-			0.000000	(t_x(290116,145)EDGG704,12061.p,0.000000)\
-			0.000000	(t_x(294121,124)RVKWS04,12062.p,0.000000)\
-			0.000000	(t_x(302310,234)LGKFN04,12063.p,0.000000)\
-			0.000000	(t_x(271601,1713)RVKWU04M,12064.p,0.000000)\
-			0.000000	(t_x(263743,288)LEBAS04A,12065.p,0.000000)\
-			0.000000	(t_x(283414,76)YB3EH04E,12066.p,0.000000)\
-			0.000000	(t_x(312066,1152)EDGG704,12067.p,0.000000)\
-			0.000000	(t_x(290378,277)YD5WH04M,12068.p,0.000000)\
-			0.000000	(t_x(291554,188)YH5MH04M,12069.p,0.000000)\
-			0.000000	(t_x(303377,145)GL34W04,12070.p,0.000000)\
-			0.000000	(t_x(296407,187)YB3EH04A,12071.p,0.000000)\
-			0.000000	(t_x(292534,65)YB3EH04A,12072.p,0.000000)\
-			0.000000	(t_x(302874,151)MYY04A,12073.p,0.000000)\
-			0.000000	(t_x(292947,343)KFZ4404M,12074.p,0.000000)\
-			0.000000	(t_x(310901,322)YB3EH04A,12075.p,0.000000)\
-			0.000000	(t_x(293927,100)YBOLN04M,12076.p,0.000000)\
-			0.000000	(t_x(306710,392)LOVN1504,12077.p,0.000000)\
-			0.000000	(t_x(303035,221)KWUR1C04,12078.p,0.000000)\
-			0.000000	(t_x(296046,626)KFZ4404M,12079.p,0.000000)\
-			0.000000	(t_x(283128,95)YB3EH04E,12080.p,0.000000)\
-			0.000000	(t_x(282620,100)YB3EH04A,12081.p,0.000000)\
-			0.000000	(t_x(305728,106)ZM56704,12082.p,0.000000)\
-			0.000000	(t_x(279845,79)KHVL104E,12083.p,0.000000)\
-			0.000000	(t_x(305811,233)KWUR1C04,12084.p,0.000000)\
-			0.000000	(t_x(291652,121)LEBAS04M,12085.p,0.000000)\
-			0.000000	(t_x(297111,17)RQXU04E,12086.p,0.000000)\
-			0.000000	(t_x(278037,47)BR404M,12087.p,0.000000)\
-			0.000000	(t_x(276531,153)KHVL104E,12088.p,0.000000)\
-			1.000000	(t_x(297346,170)RJIU04M,12089.p,1.000000)\
-			0.000000	(t_x(289171,108)EG11G04M,12090.p,0.000000)\
-			0.000000	(t_x(303152,499)LEBAS04A,12091.p,0.000000)\
-			0.000000	(t_x(312792,441)LEBAS04A,12092.p,0.000000)\
-			0.000000	(t_x(307878,147)KWUR1C04,12093.p,0.000000)\
-			0.000000	(t_x(296955,200)KSAL1204,12094.p,0.000000)\
-			0.000000	(t_x(286071,134)EDGG704,12095.p,0.000000)\
-			0.000000	(t_x(291639,139)YB3EH04A,12096.p,0.000000)\
-			0.000000	(t_x(287128,65)EBBRA04E,12097.p,0.000000)\
-			0.000000	(t_x(292457,181)LEBAS04M,12098.p,0.000000)\
-			0.000000	(t_x(307018,550)RMZSI04,12099.p,0.000000)\
-			0.000000	(t_x(281824,784)RVKWU04M,12100.p,0.000000)\
-			0.000000	(t_x(305491,135)YB3EH04A,12101.p,0.000000)\
-			0.000000	(t_x(295503,589)RVKWU04M,12102.p,0.000000)\
-			0.000000	(t_x(275522,577)PMXX04M,12103.p,0.000000)\
-			0.000000	(t_x(263332,27)MM204,12104.p,0.000000)\
-			0.000000	(t_x(303517,506)RMZSI04,12105.p,0.000000)\
-			0.000000	(t_x(308225,575)RMZSI04,12106.p,0.000000)\
-			0.000000	(t_x(290528,93)YBOLN04M,12107.p,0.000000)\
-			0.000000	(t_x(309098,1070)RMZSI04,12108.p,0.000000)\
-			0.000000	(t_x(305122,372)LEBAS04A,12109.p,0.000000)\
-			0.000000	(t_x(279735,367)KHVL104E,12110.p,0.000000)\
-			0.000000	(t_x(279817,333)YH5MH04M,12111.p,0.000000)\
-			0.000000	(t_x(288987,106)KFZ4404M,12112.p,0.000000)\
-			0.000000	(t_x(302944,739)RMZSI04,12113.p,0.000000)\
-			0.000000	(t_x(290676,171)RFBRT04M,12114.p,0.000000)\
-			0.000000	(t_x(313354,428)LEBAS04A,12115.p,0.000000)\
-			0.000000	(t_x(287016,76)YBOLN04M,12116.p,0.000000)\
-			0.000000	(t_x(291514,194)$KSLN2C04,12117.p,0.000000)\
-			0.000000	(t_x(295980,608)RNS04M,12118.p,0.000000)\
-			0.000000	(t_x(282278,95)KSPE1P04,12119.p,0.000000)\
-			0.000000	(t_x(292872,306)KSAL1204,12120.p,0.000000)\
-			0.000000	(t_x(298477,453)RMZSI04,12121.p,0.000000)\
-			0.000000	(t_x(279347,123)KSPE1P04,12122.p,0.000000)\
-			0.000000	(t_x(302365,857)RMZSI04,12123.p,0.000000)\
-			0.000000	(t_x(311074,149)GL34W04,12124.p,0.000000)\
-			0.000000	(t_x(301391,270)RMZSI04,12125.p,0.000000)\
-			0.000000	(t_x(298397,99)YB3EH04A,12126.p,0.000000)\
-			0.000000	(t_x(308268,4)RMZU04,12127.p,0.000000)\
-			0.000000	(t_x(286988,69)GL4W04M,12128.p,0.000000)\
-			0.000000	(t_x(297519,257)FUJ04M,12129.p,0.000000)\
-			0.000000	(t_x(304753,311)LGKFN04,12130.p,0.000000)\
-			0.000000	(t_x(282837,8)KSLN04M,12131.p,0.000000)\
-			0.000000	(t_x(289613,364)KSLN04A,12132.p,0.000000)\
-			0.000000	(t_x(298255,130)YD5WH04M,12133.p,0.000000)\
-			0.000000	(t_x(282785,1)YB3EH04E,12134.p,0.000000)\
-			0.000000	(t_x(283862,612)RASI04M,12135.p,0.000000)\
-			0.000000	(t_x(296289,97)KWUR1C04,12136.p,0.000000)\
-			0.000000	(t_x(306499,65)GL34W04,12137.p,0.000000)\
-			0.000000	(t_x(313298,50)GL34W04,12138.p,0.000000)\
-			0.000000	(t_x(306743,376)RMZSI04,12139.p,0.000000)\
-			0.000000	(t_x(282283,62)YB3EH04A,12140.p,0.000000)\
-			0.000000	(t_x(290819,199)GL34W04,12141.p,0.000000)\
-			0.000000	(t_x(316916,1949)EDGG704,12142.p,0.000000)\
-			0.000000	(t_x(302686,258)EGPFA04,12143.p,0.000000)\
-			0.000000	(t_x(305597,5)LOVN1504,12144.p,0.000000)\
-			0.000000	(t_x(305538,742)RMZSI04,12145.p,0.000000)\
-			0.000000	(t_x(312494,340)LOVN1504,12146.p,0.000000)\
-			0.000000	(t_x(298333,79)KSPE104D,12147.p,0.000000)\
-			0.000000	(t_x(314999,170)EDGG704,12148.p,0.000000)\
-			0.000000	(t_x(280365,60)RQXU04E,12149.p,0.000000)\
-			0.000000	(t_x(288279,63)YB3EH04E,12150.p,0.000000)\
-			0.000000	(t_x(297370,117)YB3EH04A,12151.p,0.000000)\
-			0.000000	(t_x(297288,356)YB3EH04A,12152.p,0.000000)\
-			0.000000	(t_x(307107,140)ZM56704,12153.p,0.000000)\
-			0.000000	(t_x(283452,340)RMZU04,12154.p,0.000000)\
-			0.000000	(t_x(286416,100)MM304,12155.p,0.000000)\
-			0.000000	(t_x(286712,156)BR204M,12156.p,0.000000)\
-			0.000000	(t_x(304242,837)YD5WH04M,12157.p,0.000000)\
-			0.000000	(t_x(284224,832)RMZSI04,12158.p,0.000000)\
-			0.000000	(t_x(281983,80)YB5WH04M,12159.p,0.000000)\
-			0.000000	(t_x(295545,9)LEMDAT04,12160.p,0.000000)\
-			0.000000	(t_x(278529,47)MM304,12161.p,0.000000)\
-			0.000000	(t_x(308248,243)YB3EH04A,12162.p,0.000000)\
-			0.000000	(t_x(305837,59)KWUR1C04,12163.p,0.000000)\
-			0.000000	(t_x(291499,157)LELVL04M,12164.p,0.000000)\
-			0.000000	(t_x(291612,72)KFZ4404E,12165.p,0.000000)\
-			1.000000	(t_x(293540,77)KFZ4404M,12166.p,1.000000)\
-			0.000000	(t_x(309203,224)YB3EH04A,12167.p,0.000000)\
-			0.000000	(t_x(296035,1456)LELVL04M,12168.p,0.000000)\
-			0.000000	(t_x(293092,124)RASI04M,12169.p,0.000000)\
-			0.000000	(t_x(311886,240)LCES004,12170.p,0.000000)\
-			0.000000	(t_x(308239,92)KWUR1C04,12171.p,0.000000)\
-			0.000000	(t_x(281091,104)YB3EH04A,12172.p,0.000000)\
-			0.000000	(t_x(292278,157)LELVL04M,12173.p,0.000000)\
-			0.000000	(t_x(280453,238)EBBRA04E,12174.p,0.000000)\
-			0.000000	(t_x(294727,52)YB3EH04A,12175.p,0.000000)\
-			0.000000	(t_x(309872,88)LEBAS04A,12176.p,0.000000)\
-			0.000000	(t_x(309386,4)LCES004,12177.p,0.000000)\
-			0.000000	(t_x(312091,440)KSLN04A,12178.p,0.000000)\
-			0.000000	(t_x(292092,318)KSLN04M,12179.p,0.000000)\
-			0.000000	(t_x(307055,185)YB3EH04A,12180.p,0.000000)\
-			0.000000	(t_x(303297,96)KSLN04M,12181.p,0.000000)\
-			0.000000	(t_x(308064,849)LEBAS04A,12182.p,0.000000)\
-			0.000000	(t_x(304486,460)LELVU04,12183.p,0.000000)\
-			0.000000	(t_x(307265,535)LEBAS04A,12184.p,0.000000)\
-			0.000000	(t_x(318119,212)LCES004,12185.p,0.000000)\
-			0.000000	(t_x(298297,140)LOVN1504,12186.p,0.000000)\
-			0.000000	(t_x(307095,706)LEBAS04A,12187.p,0.000000)\
-			0.000000	(t_x(295519,278)YB3EH04A,12188.p,0.000000)\
-			0.000000	(t_x(279716,174)LELVU04,12189.p,0.000000)\
-			0.000000	(t_x(304357,142)LELVL104,12190.p,0.000000)\
-			0.000000	(t_x(285123,351)LGKFN04,12191.p,0.000000)\
-			0.000000	(t_x(280283,461)YH5MH04M,12192.p,0.000000)\
-			0.000000	(t_x(293271,45)KALP2C04,12193.p,0.000000)\
-			0.000000	(t_x(301680,0),12194.p,0.000000)\
-			0.000000	(t_x(300590,206)EG11G04M,12195.p,0.000000)\
-			0.000000	(t_x(298130,340)KSLN04A,12196.p,0.000000)\
-			0.000000	(t_x(303503,164)KSLN04A,12197.p,0.000000)\
-			0.000000	(t_x(301161,138)MAB3404A,12198.p,0.000000)\
-			0.000000	(t_x(277167,226)KHVL104E,12199.p,0.000000)\
-			0.000000	(t_x(300414,88)YB3EH04A,12200.p,0.000000)\
-			0.000000	(t_x(280798,77)YB3EH04A,12201.p,0.000000)\
-			0.000000	(t_x(290996,88)GL4W04M,12202.p,0.000000)\
-			0.000000	(t_x(284094,108)EBBRA04E,12203.p,0.000000)\
-			0.000000	(t_x(282755,835)KWUR404E,12204.p,0.000000)\
-			0.000000	(t_x(298009,147)BR204M,12205.p,0.000000)\
-			0.000000	(t_x(307987,305)LELVL104,12206.p,0.000000)\
-			0.000000	(t_x(306449,533)LEBAS04A,12207.p,0.000000)\
-			0.000000	(t_x(290480,271)RJIU04M,12208.p,0.000000)\
-			0.000000	(t_x(287476,100)KFZ4404L,12209.p,0.000000)\
-			0.000000	(t_x(295550,171)LELVU04,12210.p,0.000000)\
-			0.000000	(t_x(312414,112)LOVN1504,12211.p,0.000000)\
-			0.000000	(t_x(308602,111)LOVN1504,12212.p,0.000000)\
-			0.000000	(t_x(281349,238)RQXSI04E,12213.p,0.000000)\
-			0.000000	(t_x(300815,2332)LCES004M,12214.p,0.000000)\
-			0.000000	(t_x(270314,172)EBBRA04E,12215.p,0.000000)\
-			0.000000	(t_x(301621,257)RNS04M,12216.p,0.000000)\
-			0.000000	(t_x(296565,145)RNI04M,12217.p,0.000000)\
-			0.000000	(t_x(313202,213)KWUR1C04,12218.p,0.000000)\
-			0.000000	(t_x(302457,116)RJIU04M,12219.p,0.000000)\
-			0.000000	(t_x(263463,463)LEBAS04A,12220.p,0.000000)\
-			0.000000	(t_x(282660,197)PMXX04M,12221.p,0.000000)\
-			0.000000	(t_x(295183,57)YB3EH04A,12222.p,0.000000)\
-			0.000000	(t_x(263638,558)LEBAS04A,12223.p,0.000000)\
-			0.000000	(t_x(283464,65)YB3EH04A,12224.p,0.000000)\
-			0.000000	(t_x(295372,272)YB3EH04A,12225.p,0.000000)\
-			0.000000	(t_x(304161,229)LELVL104,12226.p,0.000000)\
-			0.000000	(t_x(288008,292)YB3EH04A,12227.p,0.000000)\
-			0.000000	(t_x(301257,335)RMZSI04,12228.p,0.000000)\
-			0.000000	(t_x(307021,266)LEBAS04A,12229.p,0.000000)\
-			0.000000	(t_x(285525,255)KFZ4404M,12230.p,0.000000)\
-			0.000000	(t_x(300532,150)EG11G04M,12231.p,0.000000)\
-			0.000000	(t_x(295298,172)BR204M,12232.p,0.000000)\
-			0.000000	(t_x(310795,196)LELVL104,12233.p,0.000000)\
-			0.000000	(t_x(291014,510)LCES004M,12234.p,0.000000)\
-			0.000000	(t_x(273554,103)KSLN04M,12235.p,0.000000)\
-			0.000000	(t_x(286853,409)KSLN04M,12236.p,0.000000)\
-			0.000000	(t_x(290272,85)LEMDAT04,12237.p,0.000000)\
-			0.000000	(t_x(289972,435)YBOLN04M,12238.p,0.000000)\
-			0.000000	(t_x(284399,177)LEBAS04A,12239.p,0.000000)\
-			0.000000	(t_x(312999,108)EDGG704,12240.p,0.000000)\
-			0.000000	(t_x(286160,79)YB3EH04E,12241.p,0.000000)\
-			0.000000	(t_x(312707,1549)MRAE04,12242.p,0.000000)\
-			0.000000	(t_x(307394,177)KWUR1C04,12243.p,0.000000)\
-			0.000000	(t_x(289276,78)RNS04M,12244.p,0.000000)\
-			0.000000	(t_x(295371,532)RQXSI04E,12245.p,0.000000)\
-			0.000000	(t_x(286404,129)PMXX04M,12246.p,0.000000)\
-			0.000000	(t_x(286902,26)KFZ4404E,12247.p,0.000000)\
-			0.000000	(t_x(300715,129)BR404M,12248.p,0.000000)\
-			0.000000	(t_x(297189,1543)LGRPA04,12249.p,0.000000)\
-			0.000000	(t_x(291515,222)KSLN04M,12250.p,0.000000)\
-			0.000000	(t_x(307323,71)YB3EH04A,12251.p,0.000000)\
-			0.000000	(t_x(292700,125)GL4W04M,12252.p,0.000000)\
-			0.000000	(t_x(286841,190)KSAL1204,12253.p,0.000000)\
-			0.000000	(t_x(305363,126)KWUR1C04,12254.p,0.000000)\
-			0.000000	(t_x(287372,261)KSPE1P04,12255.p,0.000000)\
-			0.000000	(t_x(290343,384)RJIU04M,12256.p,0.000000)\
-			0.000000	(t_x(311462,130)LELVL104,12257.p,0.000000)\
-			0.000000	(t_x(294025,248)RQXU04E,12258.p,0.000000)\
-			0.000000	(t_x(295733,47)LEMDAT04,12259.p,0.000000)\
-			0.000000	(t_x(301707,195)KSLN04A,12260.p,0.000000)\
-			0.000000	(t_x(288339,345)KFZ4404M,12261.p,0.000000)\
-			0.000000	(t_x(288498,72)KFZ4404M,12262.p,0.000000)\
-			0.000000	(t_x(294603,118)YB3EH04A,12263.p,0.000000)\
-			0.000000	(t_x(301431,375)EGNOR04M,12264.p,0.000000)\
-			0.000000	(t_x(306308,198)KWUR1C04,12265.p,0.000000)\
-			0.000000	(t_x(288162,30)YB3EH04M,12266.p,0.000000)\
-			0.000000	(t_x(284860,1056)RVKWU04M,12267.p,0.000000)\
-			0.000000	(t_x(297680,874)RMZSI04,12268.p,0.000000)\
-			0.000000	(t_x(291649,112)LEMDAT04,12269.p,0.000000)\
-			0.000000	(t_x(288927,90)KFZ4404M,12270.p,0.000000)\
-			0.000000	(t_x(301353,79)KSPE104D,12271.p,0.000000)\
-			0.000000	(t_x(295384,158)KFZ4404M,12272.p,0.000000)\
-			0.000000	(t_x(298630,105)KSAL1A04,12273.p,0.000000)\
-			0.000000	(t_x(294156,125)KWUR404E,12274.p,0.000000)\
-			0.000000	(t_x(288023,128)LELVL04M,12275.p,0.000000)\
-			0.000000	(t_x(309119,173)ZM56704,12276.p,0.000000)\
-			0.000000	(t_x(295609,256)RASI04M,12277.p,0.000000)\
-			0.000000	(t_x(285938,927)RMZSI04,12278.p,0.000000)\
-			0.000000	(t_x(296939,37)YB3EH04A,12279.p,0.000000)\
-			0.000000	(t_x(311315,117)LEBAS04A,12280.p,0.000000)\
-			0.000000	(t_x(283760,173)FUJ04M,12281.p,0.000000)\
-			0.000000	(t_x(282416,112)RASI04M,12282.p,0.000000)\
-			0.000000	(t_x(289783,165)KSAL1204,12283.p,0.000000)\
-			0.000000	(t_x(311143,83)$RVKWS04,12284.p,0.000000)\
-			0.000000	(t_x(298321,194)LEBAS04A,12285.p,0.000000)\
-			0.000000	(t_x(281185,130)KFZ4404E,12286.p,0.000000)\
-			0.000000	(t_x(301132,180)RNI04M,12287.p,0.000000)\
-			0.000000	(t_x(302940,158)KFZ4404M,12288.p,0.000000)\
-			0.000000	(t_x(283272,265)RQXSI04E,12289.p,0.000000)\
-			0.000000	(t_x(294433,233)RVKWU04M,12290.p,0.000000)\
-			0.000000	(t_x(292969,221)GL4W04M,12291.p,0.000000)\
-			0.000000	(t_x(278814,69)YB5WH04M,12292.p,0.000000)\
-			0.000000	(t_x(296439,95)YB3EH04E,12293.p,0.000000)\
-			0.000000	(t_x(307547,39)LEBAS04A,12294.p,0.000000)\
-			0.000000	(t_x(288918,37)RQXSI04E,12295.p,0.000000)\
-			0.000000	(t_x(306007,67)YB3EH04A,12296.p,0.000000)\
-			0.000000	(t_x(284106,107)RQXSI04E,12297.p,0.000000)\
-			0.000000	(t_x(297500,578)LEBAS04A,12298.p,0.000000)\
-			0.000000	(t_x(290047,267)RASI04M,12299.p,0.000000)\
-			0.000000	(t_x(301059,67)GL34W04,12300.p,0.000000)\
-			0.000000	(t_x(286753,115)LELVL04M,12301.p,0.000000)\
-			0.000000	(t_x(302986,789)LEBAS04A,12302.p,0.000000)\
-			0.000000	(t_x(297129,20)YB3EH04A,12303.p,0.000000)\
-			0.000000	(t_x(291480,56)KSLN04M,12304.p,0.000000)\
-			0.000000	(t_x(302179,111)KWUR1C04,12305.p,0.000000)\
-			0.000000	(t_x(305803,119)KWUR1C04,12306.p,0.000000)\
-			0.000000	(t_x(285718,139)LELVL04M,12307.p,0.000000)\
-			0.000000	(t_x(293006,125)$YH5MH04M,12308.p,0.000000)\
-			0.000000	(t_x(296131,55)RASI04M,12309.p,0.000000)\
-			0.000000	(t_x(307581,37)KFZ4404L,12310.p,0.000000)\
-			0.000000	(t_x(295877,293)RFBRT04M,12311.p,0.000000)\
-			0.000000	(t_x(298183,127)YB3EH04A,12312.p,0.000000)\
-			0.000000	(t_x(293362,1022)RNI04M,12313.p,0.000000)\
-			0.000000	(t_x(295795,97)LEMDAT04,12314.p,0.000000)\
-			0.000000	(t_x(291528,185)YB3EH04E,12315.p,0.000000)\
-			0.000000	(t_x(305689,216)LEMDAT04,12316.p,0.000000)\
-			0.000000	(t_x(302047,157)MAB1204A,12317.p,0.000000)\
-			0.000000	(t_x(288696,212)RNI04M,12318.p,0.000000)\
-			0.000000	(t_x(270762,44)YB5WH04M,12319.p,0.000000)\
-			0.000000	(t_x(308550,118)RVKWS04,12320.p,0.000000)\
-			0.000000	(t_x(292006,139)RVKWS04,12321.p,0.000000)\
-			0.000000	(t_x(300487,144)YB3EH04A,12322.p,0.000000)\
-			0.000000	(t_x(282645,56)YB5WH04M,12323.p,0.000000)\
-			0.000000	(t_x(295562,122)RQXI04E,12324.p,0.000000)\
-			0.000000	(t_x(295726,165)KSAL1204,12325.p,0.000000)\
-			0.000000	(t_x(281447,37)YB3EH04A,12326.p,0.000000)\
-			0.000000	(t_x(278872,198)EG11G04M,12327.p,0.000000)\
-			0.000000	(t_x(281174,15)YB5WH04M,12328.p,0.000000)\
-			0.000000	(t_x(300521,125)GL34W04,12329.p,0.000000)\
-			0.000000	(t_x(297974,0),12330.p,0.000000)\
-			0.000000	(t_x(294126,94)RQXU04E,12331.p,0.000000)\
-			0.000000	(t_x(290396,190)LELVL04M,12332.p,0.000000)\
-			0.000000	(t_x(287140,1860)RVKWU04M,12333.p,0.000000)\
-			0.000000	(t_x(284566,211)YB3EH04A,12334.p,0.000000)\
-			0.000000	(t_x(282505,249)RFBRT04M,12335.p,0.000000)\
-			0.000000	(t_x(309547,570)LEBAS04A,12336.p,0.000000)\
-			0.000000	(t_x(307712,583)EDGG704,12337.p,0.000000)\
-			0.000000	(t_x(292187,149)KSPE104D,12338.p,0.000000)\
-			0.000000	(t_x(296338,62)RQXSI04E,12339.p,0.000000)\
-			0.000000	(t_x(311813,287)LELVL104,12340.p,0.000000)\
-			0.000000	(t_x(294637,419)LELVL04M,12341.p,0.000000)\
-			0.000000	(t_x(311845,3)YB3EH04A,12342.p,0.000000)\
-			0.000000	(t_x(307461,227)RJIU04M,12343.p,0.000000)\
-			0.000000	(t_x(278261,9)KFZ4404M,12344.p,0.000000)\
-			0.000000	(t_x(291367,187)YD5WH04M,12345.p,0.000000)\
-			0.000000	(t_x(310734,498)RMZSI04,12346.p,0.000000)\
-			0.000000	(t_x(309790,152)YB3EH04A,12347.p,0.000000)\
-			0.000000	(t_x(311255,111)MAB1204A,12348.p,0.000000)\
-			0.000000	(t_x(303209,501)LEBAS04A,12349.p,0.000000)\
-			0.000000	(t_x(296232,234)LEBAS04A,12350.p,0.000000)\
-			0.000000	(t_x(305661,162)LOVN1504,12351.p,0.000000)\
-			0.000000	(t_x(290019,2)KWUR1C04,12352.p,0.000000)\
-			0.000000	(t_x(294089,583)LEMDAT04,12353.p,0.000000)\
-			0.000000	(t_x(303854,207)LEBAS04M,12354.p,0.000000)\
-			0.000000	(t_x(292436,225)YD5WH04M,12355.p,0.000000)\
-			0.000000	(t_x(289752,104)LEBAS04M,12356.p,0.000000)\
-			0.000000	(t_x(295747,105)YB3EH04A,12357.p,0.000000)\
-			0.000000	(t_x(295341,37)RQXU04E,12358.p,0.000000)\
-			0.000000	(t_x(306751,160)KWUR1C04,12359.p,0.000000)\
-			0.000000	(t_x(297427,443)RMZSI04,12360.p,0.000000)\
-			0.000000	(t_x(263323,124)LEBAS04M,12361.p,0.000000)\
-			0.000000	(t_x(303451,65)KFZ4404L,12362.p,0.000000)\
-			0.000000	(t_x(297781,241)YB3EH04A,12363.p,0.000000)\
-			0.000000	(t_x(311727,23)MAB04,12364.p,0.000000)\
-			0.000000	(t_x(315991,1970)EDGG704,12365.p,0.000000)\
-			0.000000	(t_x(284393,4)YB3EH04E,12366.p,0.000000)\
-			0.000000	(t_x(282259,102)YB5WH04M,12367.p,0.000000)\
-			0.000000	(t_x(310539,123)YB3EH04A,12368.p,0.000000)\
-			0.000000	(t_x(295292,70)YB3EH04A,12369.p,0.000000)\
-			0.000000	(t_x(294048,207)RMZU04E,12370.p,0.000000)\
-			0.000000	(t_x(311351,419)LOVN1504,12371.p,0.000000)\
-			0.000000	(t_x(302774,417)RMZSI04,12372.p,0.000000)\
-			0.000000	(t_x(305754,91)MGY04,12373.p,0.000000)\
-			0.000000	(t_x(294611,184)EGNOR04M,12374.p,0.000000)\
-			0.000000	(t_x(292544,81)EG11G04M,12375.p,0.000000)\
-			0.000000	(t_x(293522,17)YB3EH04E,12376.p,0.000000)\
-			0.000000	(t_x(297424,224)BR204M,12377.p,0.000000)\
-			0.000000	(t_x(294913,88)RASI04M,12378.p,0.000000)\
-			0.000000	(t_x(290247,15)YB5WH04M,12379.p,0.000000)\
-			0.000000	(t_x(282859,224)RQXSI04E,12380.p,0.000000)\
-			0.000000	(t_x(308705,210)LCES004M,12381.p,0.000000)\
-			0.000000	(t_x(301299,22)YB3EH04A,12382.p,0.000000)\
-			0.000000	(t_x(273072,9)RQXSI04E,12383.p,0.000000)\
-			0.000000	(t_x(292494,60)$RQXI04E,12384.p,0.000000)\
-			0.000000	(t_x(287528,199)KFZ4404M,12385.p,0.000000)\
-			0.000000	(t_x(302953,192)RMZU04,12386.p,0.000000)\
-			0.000000	(t_x(293382,24)YB3EH04E,12387.p,0.000000)\
-			0.000000	(t_x(300850,155)LELVU04,12388.p,0.000000)\
-			0.000000	(t_x(304830,17)KSLN04A,12389.p,0.000000)\
-			0.000000	(t_x(294782,26)EBEEC04M,12390.p,0.000000)\
-			0.000000	(t_x(288247,76)LELVL04M,12391.p,0.000000)\
-			0.000000	(t_x(291819,89)EGNOR04M,12392.p,0.000000)\
-			1.000000	(t_x(287918,44)LEMDAT04,12393.p,1.000000)\
-			0.000000	(t_x(295343,812)RVKWU04M,12394.p,0.000000)\
-			0.000000	(t_x(292500,31)YB3EH04A,12395.p,0.000000)\
-			0.000000	(t_x(320734,268)EDGG704,12396.p,0.000000)\
-			0.000000	(t_x(286658,67)YBOLN04M,12397.p,0.000000)\
-			0.000000	(t_x(292255,79)KFUL1U04,12398.p,0.000000)\
-			0.000000	(t_x(291874,269)MM304,12399.p,0.000000)\
-			0.000000	(t_x(301566,152)LCES004M,12400.p,0.000000)\
-			0.000000	(t_x(305030,71)KWUR1C04,12401.p,0.000000)\
-			0.000000	(t_x(295063,27)YBOLN04M,12402.p,0.000000)\
-			0.000000	(t_x(288846,60)YB3EH04M,12403.p,0.000000)\
-			0.000000	(t_x(302474,274)LELVL04M,12404.p,0.000000)\
-			0.000000	(t_x(285189,863)RVKWU04M,12405.p,0.000000)\
-			0.000000	(t_x(301726,231)LELVL104,12406.p,0.000000)\
-			0.000000	(t_x(294047,1144)RVKWU04M,12407.p,0.000000)\
-			0.000000	(t_x(282589,426)RMZSI04,12408.p,0.000000)\
-			0.000000	(t_x(284550,220)LELVL04M,12409.p,0.000000)\
-			0.000000	(t_x(290219,169)MGY04,12410.p,0.000000)\
-			0.000000	(t_x(302830,327)RMZSI04,12411.p,0.000000)\
-			0.000000	(t_x(307068,92)LEBAS04A,12412.p,0.000000)\
-			0.000000	(t_x(286313,93)YB3EH04A,12413.p,0.000000)\
-			0.000000	(t_x(291204,223)KSLN04M,12414.p,0.000000)\
-			0.000000	(t_x(282121,49)KSPE104D,12415.p,0.000000)\
-			0.000000	(t_x(301949,570)LCES004M,12416.p,0.000000)\
-			0.000000	(t_x(271099,146)YB5WH04M,12417.p,0.000000)\
-			0.000000	(t_x(305671,210)LELVU04,12418.p,0.000000)\
-			0.000000	(t_x(295936,166)YB5KL04E,12419.p,0.000000)\
-			0.000000	(t_x(302138,606)MGY04,12420.p,0.000000)\
-			0.000000	(t_x(308511,592)MAB04,12421.p,0.000000)\
-			0.000000	(t_x(297818,40)MGY04,12422.p,0.000000)\
-			0.000000	(t_x(302711,695)MGY04,12423.p,0.000000)\
-			0.000000	(t_x(295508,639)MAB04,12424.p,0.000000)\
-			0.000000	(t_x(289805,93)YB5KL04E,12425.p,0.000000)\
-			0.000000	(t_x(306677,530)GL34W04,12426.p,0.000000)\
-			0.000000	(t_x(306530,327)MYY04A,12427.p,0.000000)\
-			0.000000	(t_x(289192,343)MAB04,12428.p,0.000000)\
-			0.000000	(t_x(308144,171)MAB04,12429.p,0.000000)\
-			0.000000	(t_x(304450,189)MAB04,12430.p,0.000000)\
-			0.000000	(t_x(307158,31)MRAEE04,12431.p,0.000000)\
-			0.000000	(t_x(289472,2364)KWUR404E,12432.p,0.000000)\
-			0.000000	(t_x(303263,730)MYY04A,12433.p,0.000000)\
-			0.000000	(t_x(287700,3446)LGZAA04M,12434.p,0.000000)\
-			0.000000	(t_x(290666,200)MAB04,12435.p,0.000000)\
-			0.000000	(t_x(290219,247)MGY04,12436.p,0.000000)\
-			0.000000	(t_x(292265,1772)RJIU04M,12437.p,0.000000)\
-			0.000000	(t_x(305823,244)MGY04,12438.p,0.000000)\
-			0.000000	(t_x(294548,519)MGY04,12439.p,0.000000)\
-			0.000000	(t_x(283561,4455)LGZAA04M,12440.p,0.000000)\
-			0.000000	(t_x(280888,376)YBOLN04M,12441.p,0.000000)\
-			0.000000	(t_x(307285,195)MGY04,12442.p,0.000000)\
-			0.000000	(t_x(302361,507)MGY04,12443.p,0.000000)\
-			0.000000	(t_x(278814,281)YB5WH04M,12444.p,0.000000)\
-			0.000000	(t_x(286485,43)YB5KL04E,12445.p,0.000000)\
-			0.000000	(t_x(276588,4625)LGZAA04M,12446.p,0.000000)\
-			0.000000	(t_x(309190,377)MGY04,12447.p,0.000000)\
-			0.000000	(t_x(310502,147)MYY04A,12448.p,0.000000)\
-			0.000000	(t_x(306069,201)MGY04,12449.p,0.000000)\
-			0.000000	(t_x(303416,275)MGY04,12450.p,0.000000)\
-			0.000000	(t_x(311151,607)MGY04,12451.p,0.000000)\
-			0.000000	(t_x(272287,19)RMZU04E,12452.p,0.000000)\
-			0.000000	(t_x(278920,110)YB5WH04M,12453.p,0.000000)\
-			0.000000	(t_x(307696,138)MAB04,12454.p,0.000000)\
-			0.000000	(t_x(283954,207)YBOLN04M,12455.p,0.000000)\
-			0.000000	(t_x(279734,325)YBOLN04M,12456.p,0.000000)\
-			0.000000	(t_x(292683,374)YB5WH04M,12457.p,0.000000)\
-			0.000000	(t_x(310199,353)MRAEE04,12458.p,0.000000)\
-			1.000000	(t_x(292875,0),12459.p,1.000000)\
-			0.000000	(t_x(279395,65)YBOLN04M,12460.p,0.000000)\
-			0.000000	(t_x(298578,72)MRAE04,12461.p,0.000000)\
-			0.000000	(t_x(296450,361)YBOLN04M,12462.p,0.000000)\
-			0.000000	(t_x(314563,331)MGY04,12463.p,0.000000)\
-			0.000000	(t_x(305510,271)MRAEE04,12464.p,0.000000)\
-			0.000000	(t_x(292670,17)RQXU04E,12465.p,0.000000)\
-			0.000000	(t_x(288513,197)RQXU04E,12466.p,0.000000)\
-			0.000000	(t_x(286627,204)YB5WH04M,12467.p,0.000000)\
-			0.000000	(t_x(297636,919)YB5WH04M,12468.p,0.000000)\
-			0.000000	(t_x(304258,129)MAB04,12469.p,0.000000)\
-			0.000000	(t_x(316914,143)MGY04,12470.p,0.000000)\
-			0.000000	(t_x(292494,11)RQXSI04E,12471.p,0.000000)\
-			0.000000	(t_x(294327,1654)RNI04M,12472.p,0.000000)\
-			0.000000	(t_x(285949,1021)EBBRA04E,12473.p,0.000000)\
-			0.000000	(t_x(284810,1085)PMXX04M,12474.p,0.000000)\
-			0.000000	(t_x(292257,822)RQXI04E,12475.p,0.000000)\
-			0.000000	(t_x(280245,882)RQXI04E,12476.p,0.000000)\
-			0.000000	(t_x(282859,905)RQXSI04E,12477.p,0.000000)\
-			0.000000	(t_x(294736,908)RQXI04E,12478.p,0.000000)\
-			0.000000	(t_x(281346,63)RQXSI04E,12479.p,0.000000)\
-			0.000000	(t_x(292153,683)YB5WH04M,12480.p,0.000000)\
-			0.000000	(t_x(280252,1845)PMXX04M,12481.p,0.000000)\
-			0.000000	(t_x(295329,405)YB5WH04M,12482.p,0.000000)\
-			0.000000	(t_x(287329,380)RMZU04E,12483.p,0.000000)\
-			0.000000	(t_x(280274,1104)RQXI04E,12484.p,0.000000)\
-			0.000000	(t_x(294276,1182)RQXI04E,12485.p,0.000000)\
-			0.000000	(t_x(273072,187)YB5WH04M,12486.p,0.000000)\
-			0.000000	(t_x(290566,548)MAB04,12487.p,0.000000)\
-			0.000000	(t_x(287937,410)RNI04M,12488.p,0.000000)\
-			0.000000	(t_x(290550,312)MYY04A,12489.p,0.000000)\
-			0.000000	(t_x(290215,336)RNI04M,12490.p,0.000000)\
-			0.000000	(t_x(280607,77)YB5WH04M,12491.p,0.000000)\
-			0.000000	(t_x(305542,222)MRAEE04,12492.p,0.000000)\
-			0.000000	(t_x(302758,470)RNI04M,12493.p,0.000000)\
-			0.000000	(t_x(293252,765)RNI04M,12494.p,0.000000)\
-			0.000000	(t_x(300050,3811)LGZAA04M,12495.p,0.000000)\
-			0.000000	(t_x(296158,317)YB5WH04M,12496.p,0.000000)\
-			0.000000	(t_x(286494,63)YBOLN04M,12497.p,0.000000)\
-			0.000000	(t_x(286897,736)RMZSI04M,12498.p,0.000000)\
-			0.000000	(t_x(291353,280)RQXI04E,12499.p,0.000000)\
-			0.000000	(t_x(298471,4946)LGKFN04,12500.p,0.000000)\
-			0.000000	(t_x(295131,216)YBOLN04M,12501.p,0.000000)\
-			0.000000	(t_x(281749,66)YBOLN04M,12502.p,0.000000)\
-			0.000000	(t_x(293445,1085)RNI04M,12503.p,0.000000)\
-			0.000000	(t_x(280221,536)YBOLN04M,12504.p,0.000000)\
-			0.000000	(t_x(283751,396)RQXSI04E,12505.p,0.000000)\
-			0.000000	(t_x(281349,602)RQXI04E,12506.p,0.000000)\
-			0.000000	(t_x(285575,472)LELVL04M,12507.p,0.000000)\
-			0.000000	(t_x(293521,297)LELVL04M,12508.p,0.000000)\
-			0.000000	(t_x(286569,1286)RMZSI04M,12509.p,0.000000)\
-			0.000000	(t_x(293444,234)YB5WH04M,12510.p,0.000000)\
-			0.000000	(t_x(282657,174)RMZU04E,12511.p,0.000000)\
-			0.000000	(t_x(291009,1688)RQXSI04E,12512.p,0.000000)\
-			0.000000	(t_x(291994,97)YB5WH04M,12513.p,0.000000)\
-			0.000000	(t_x(290858,1014)RNI04M,12514.p,0.000000)\
-			0.000000	(t_x(301760,170)MEK04,12515.p,0.000000)\
-			0.000000	(t_x(292533,201)RNI04M,12516.p,0.000000)\
-			0.000000	(t_x(296960,513)MRAEE04,12517.p,0.000000)\
-			0.000000	(t_x(317644,461)MRAEE04,12518.p,0.000000)\
-			0.000000	(t_x(283117,717)YBOLN04M,12519.p,0.000000)\
-			0.000000	(t_x(287980,1691)RQXI04E,12520.p,0.000000)\
-			0.000000	(t_x(288529,413)RNI04M,12521.p,0.000000)\
-			0.000000	(t_x(295656,264)RQXI04E,12522.p,0.000000)\
-			0.000000	(t_x(304114,365)GL34W04,12523.p,0.000000)\
-			0.000000	(t_x(284393,76)YB5WH04M,12524.p,0.000000)\
-			0.000000	(t_x(279339,64)YBOLN04M,12525.p,0.000000)\
-			0.000000	(t_x(288692,56)YBOLN04M,12526.p,0.000000)\
-			0.000000	(t_x(291218,1791)RQXI04E,12527.p,0.000000)\
-			0.000000	(t_x(295587,232)YB5KL04E,12528.p,0.000000)\
-			0.000000	(t_x(291843,340)LELVL04M,12529.p,0.000000)\
-			0.000000	(t_x(297232,903)RNI04M,12530.p,0.000000)\
-			0.000000	(t_x(292107,1879)RQXI04E,12531.p,0.000000)\
-			0.000000	(t_x(294541,329)RJIU04M,12532.p,0.000000)\
-			0.000000	(t_x(307679,493)LOVN1504,12533.p,0.000000)\
-			0.000000	(t_x(285863,1353)RQXSI04E,12534.p,0.000000)\
-			0.000000	(t_x(283468,142)RQXSI04E,12535.p,0.000000)\
-			0.000000	(t_x(282492,1999)RQXI04E,12536.p,0.000000)\
-			0.000000	(t_x(278295,984)RNI04M,12537.p,0.000000)\
-			0.000000	(t_x(287358,344)RQXSI04E,12538.p,0.000000)\
-			0.000000	(t_x(290574,614)RJIU04M,12539.p,0.000000)\
-			0.000000	(t_x(290635,2023)RQXI04E,12540.p,0.000000)\
-			0.000000	(t_x(296307,558)RNI04M,12541.p,0.000000)\
-			0.000000	(t_x(285826,192)YBOLN04M,12542.p,0.000000)\
-			0.000000	(t_x(288765,2022)YBOLN04M,12543.p,0.000000)\
-			0.000000	(t_x(293534,961)BR404M,12544.p,0.000000)\
-			0.000000	(t_x(291957,2050)YBOLN04M,12545.p,0.000000)\
-			0.000000	(t_x(290076,620)RJIU04M,12546.p,0.000000)\
-			0.000000	(t_x(288253,947)RNI04M,12547.p,0.000000)\
-			0.000000	(t_x(285383,1228)RNI04M,12548.p,0.000000)\
-			0.000000	(t_x(283544,5352)LGKFN04,12549.p,0.000000)\
-			0.000000	(t_x(303612,2222)LCES004,12550.p,0.000000)\
-			0.000000	(t_x(289288,1138)PMXX04M,12551.p,0.000000)\
-			0.000000	(t_x(289232,1276)RJIU04M,12552.p,0.000000)\
-			0.000000	(t_x(285747,1240)RNI04M,12553.p,0.000000)\
-			0.000000	(t_x(317008,373)MAB04,12554.p,0.000000)\
-			0.000000	(t_x(277197,1210)EG11G04M,12555.p,0.000000)\
-			0.000000	(t_x(263612,2131)LCES004,12556.p,0.000000)\
-			0.000000	(t_x(312674,1950)LCES004,12557.p,0.000000)\
-			0.000000	(t_x(263306,2490)LCES004,12558.p,0.000000)\
-			0.000000	(t_x(310392,285)LCES004,12559.p,0.000000)\
-			0.000000	(t_x(312015,2550)LCES004,12560.p,0.000000)\
-			0.000000	(t_x(293957,966)RNI04M,12561.p,0.000000)\
-			0.000000	(t_x(288693,317)RJIU04M,12562.p,0.000000)\
-			0.000000	(t_x(279011,2964)LGKFN04,12563.p,0.000000)\
-			0.000000	(t_x(273048,129)YB5WH04M,12564.p,0.000000)\
-			0.000000	(t_x(295547,208)YB5WH04M,12565.p,0.000000)\
-			0.000000	(t_x(311757,3690)LCES004,12566.p,0.000000)\
-			0.000000	(t_x(296953,2318)LCES004,12567.p,0.000000)\
-			0.000000	(t_x(263580,4003)LCES004,12568.p,0.000000)\
-			0.000000	(t_x(313068,1868)LCES004,12569.p,0.000000)\
-			0.000000	(t_x(290082,1156)RNI04M,12570.p,0.000000)\
-			0.000000	(t_x(300430,450)RNI04M,12571.p,0.000000)\
-			0.000000	(t_x(301843,3018)LGKFN04,12572.p,0.000000)\
-			0.000000	(t_x(296238,750)RJIU04M,12573.p,0.000000)\
-			0.000000	(t_x(275522,1605)PMXX04M,12574.p,0.000000)\
-			0.000000	(t_x(303506,4230)LCES004,12575.p,0.000000)\
-			0.000000	(t_x(294005,1067)RJIU04M,12576.p,0.000000)\
-			0.000000	(t_x(272266,114)RQXI04E,12577.p,0.000000)\
-			0.000000	(t_x(285782,236)RQXI04E,12578.p,0.000000)\
-			0.000000	(t_x(284894,301)PMXX04M,12579.p,0.000000)\
-			0.000000	(t_x(290578,107)RNI04M,12580.p,0.000000)\
-			0.000000	(t_x(282954,263)RQXSI04E,12581.p,0.000000)\
-			0.000000	(t_x(285766,266)RQXSI04E,12582.p,0.000000)\
-			0.000000	(t_x(297164,1530)RNI04M,12583.p,0.000000)\
-			0.000000	(t_x(288302,182)RNI04M,12584.p,0.000000)\
-			0.000000	(t_x(311155,4276)LCES004,12585.p,0.000000)\
-			0.000000	(t_x(293889,1272)RJIU04M,12586.p,0.000000)\
-			0.000000	(t_x(298574,7587)KSLN04M,12587.p,0.000000)\
-			0.000000	(t_x(285664,1896)LCES004,12588.p,0.000000)\
-			0.000000	(t_x(310475,1800)LCES004,12589.p,0.000000)\
-			0.000000	(t_x(308336,295)MGY04,12590.p,0.000000)\
-			0.000000	(t_x(311840,2040)LCES004,12591.p,0.000000)\
-			0.000000	(t_x(312881,101)MYY04A,12592.p,0.000000)\
-			0.000000	(t_x(311108,2040)LCES004,12593.p,0.000000)\
-			0.000000	(t_x(293468,187)BR404M,12594.p,0.000000)\
-			0.000000	(t_x(289649,109)YBOLN04M,12595.p,0.000000)\
-			0.000000	(t_x(311838,2058)LCES004,12596.p,0.000000)\
-			0.000000	(t_x(282046,109)YB5WH04M,12597.p,0.000000)\
-			0.000000	(t_x(291847,80)YB5KL04E,12598.p,0.000000)\
-			0.000000	(t_x(305798,2100)LCES004,12599.p,0.000000)\
-			0.000000	(t_x(293566,313)RNI04M,12600.p,0.000000)\
-			0.000000	(t_x(295319,804)RJIU04M,12601.p,0.000000)\
-			0.000000	(t_x(285241,5105)LGKFN04,12602.p,0.000000)\
-			0.000000	(t_x(300666,2146)LCES004,12603.p,0.000000)\
-			0.000000	(t_x(289863,614)ZM56704,12604.p,0.000000)\
-			0.000000	(t_x(289464,343)RNI04M,12605.p,0.000000)\
-			0.000000	(t_x(289945,853)LGKFN04,12606.p,0.000000)\
-			0.000000	(t_x(287040,414)RNI04M,12607.p,0.000000)\
-			0.000000	(t_x(310647,279)GL34W04,12608.p,0.000000)\
-			0.000000	(t_x(277463,893)LGKFN04,12609.p,0.000000)\
-			0.000000	(t_x(298266,911)LGKFN04,12610.p,0.000000)\
-			0.000000	(t_x(300504,971)LGKFN04,12611.p,0.000000)\
-			0.000000	(t_x(290681,356)YB5WH04M,12612.p,0.000000)\
-			0.000000	(t_x(300964,971)LGKFN04,12613.p,0.000000)\
-			0.000000	(t_x(311542,2156)LCES004,12614.p,0.000000)\
-			0.000000	(t_x(293657,1522)EG11G04M,12615.p,0.000000)\
-			0.000000	(t_x(286715,408)YB5WH04M,12616.p,0.000000)\
-			0.000000	(t_x(291027,107)YBOLN04M,12617.p,0.000000)\
-			0.000000	(t_x(281143,1025)LGKFN04,12618.p,0.000000)\
-			0.000000	(t_x(308371,199)MGY04,12619.p,0.000000)\
-			0.000000	(t_x(294986,1031)LGKFN04,12620.p,0.000000)\
-			0.000000	(t_x(311886,2340)LCES004,12621.p,0.000000)\
-			0.000000	(t_x(301417,1091)LGKFN04,12622.p,0.000000)\
-			0.000000	(t_x(303580,507)EG11G04M,12623.p,0.000000)\
-			0.000000	(t_x(286185,1211)LGKFN04,12624.p,0.000000)\
-			0.000000	(t_x(282727,1151)LGKFN04,12625.p,0.000000)\
-			0.000000	(t_x(301576,520)YD5WH04M,12626.p,0.000000)\
-			0.000000	(t_x(288445,1398)LGKFN04,12627.p,0.000000)\
-			0.000000	(t_x(277313,95)YBOLN04M,12628.p,0.000000)\
-			0.000000	(t_x(280825,1151)LGKFN04,12629.p,0.000000)\
-			0.000000	(t_x(289164,1816)RNI04M,12630.p,0.000000)\
-			0.000000	(t_x(283102,98)YB5WH04M,12631.p,0.000000)\
-			0.000000	(t_x(295700,334)RQXSI04E,12632.p,0.000000)\
-			0.000000	(t_x(295532,96)RNI04M,12633.p,0.000000)\
-			0.000000	(t_x(304054,346)MAB1204A,12634.p,0.000000)\
-			0.000000	(t_x(279651,184)YBOLN04M,12635.p,0.000000)\
-			0.000000	(t_x(280212,2698)LGKFN04,12636.p,0.000000)\
-			0.000000	(t_x(279482,203)YBOLN04M,12637.p,0.000000)\
-			0.000000	(t_x(289354,1579)RJIU04M,12638.p,0.000000)\
-			0.000000	(t_x(310272,2700)LCES004,12639.p,0.000000)\
-			0.000000	(t_x(289318,1670)RNI04M,12640.p,0.000000)\
-			0.000000	(t_x(311856,657)MGY04,12641.p,0.000000)\
-			0.000000	(t_x(281059,282)YBOLN04M,12642.p,0.000000)\
-			0.000000	(t_x(296646,2400)LCES004,12643.p,0.000000)\
-			0.000000	(t_x(263640,2475)LCES004,12644.p,0.000000)\
-			0.000000	(t_x(301161,304)MYY04A,12645.p,0.000000)\
-			0.000000	(t_x(304051,379)MYY04A,12646.p,0.000000)\
-			0.000000	(t_x(283812,302)RMZU04E,12647.p,0.000000)\
-			0.000000	(t_x(316446,393)GL34W04,12648.p,0.000000)\
-			0.000000	(t_x(293096,301)YB3EH04E,12649.p,0.000000)\
-			0.000000	(t_x(308624,2933)LCES004,12650.p,0.000000)\
-			0.000000	(t_x(308507,2700)LCES004,12651.p,0.000000)\
-			0.000000	(t_x(292992,448)EG11G04M,12652.p,0.000000)\
-			0.000000	(t_x(311850,91)MYY04A,12653.p,0.000000)\
-			0.000000	(t_x(308892,126)MYY04A,12654.p,0.000000)\
-			0.000000	(t_x(286952,294)YB5KL04E,12655.p,0.000000)\
-			0.000000	(t_x(309780,3000)LCES004,12656.p,0.000000)\
-			0.000000	(t_x(287347,235)MYY04A,12657.p,0.000000)\
-			0.000000	(t_x(312369,596)MEK04,12658.p,0.000000)\
-			0.000000	(t_x(290061,709)MGY04,12659.p,0.000000)\
-			0.000000	(t_x(301272,548)LGKFN04,12660.p,0.000000)\
-			0.000000	(t_x(287243,813)GL4W04M,12661.p,0.000000)\
-			0.000000	(t_x(312020,361)MRAEE04,12662.p,0.000000)\
-			0.000000	(t_x(301759,1479)KCHI104M,12663.p,0.000000)\
-			0.000000	(t_x(306413,1073)LGKFN04,12664.p,0.000000)\
-			0.000000	(t_x(272849,1287)LGKFN04,12665.p,0.000000)\
-			0.000000	(t_x(277936,1295)LGKFN04,12666.p,0.000000)\
-			0.000000	(t_x(301132,278)RNI04M,12667.p,0.000000)\
-			0.000000	(t_x(281048,838)LGKFN04,12668.p,0.000000)\
-			0.000000	(t_x(292405,670)RMZU04E,12669.p,0.000000)\
-			0.000000	(t_x(279340,20)YB3EH04E,12670.p,0.000000)\
-			0.000000	(t_x(271214,657)YB3EH04E,12671.p,0.000000)\
-			0.000000	(t_x(292417,3055)LCES004,12672.p,0.000000)\
-			0.000000	(t_x(282205,99)YB3EH04E,12673.p,0.000000)\
-			0.000000	(t_x(292989,181)YB5WH04M,12674.p,0.000000)\
-			0.000000	(t_x(307870,174)GL34W04,12675.p,0.000000)\
-			0.000000	(t_x(283559,823)LGKFN04,12676.p,0.000000)\
-			0.000000	(t_x(293430,728)RQXU04E,12677.p,0.000000)\
-			0.000000	(t_x(294944,93)YB5WH04M,12678.p,0.000000)\
-			0.000000	(t_x(308325,788)LGKFN04,12679.p,0.000000)\
-			0.000000	(t_x(289563,189)RNI04M,12680.p,0.000000)\
-			0.000000	(t_x(286180,179)YBOLN04M,12681.p,0.000000)\
-			0.000000	(t_x(296896,8951)LGKFN04,12682.p,0.000000)\
-			0.000000	(t_x(294773,198)RMZU04E,12683.p,0.000000)\
-			0.000000	(t_x(273793,384)YB5WH04M,12684.p,0.000000)\
-			0.000000	(t_x(289013,10)MEK04,12685.p,0.000000)\
-			0.000000	(t_x(281290,933)RQXU04E,12686.p,0.000000)\
-			0.000000	(t_x(307304,216)MAB04,12687.p,0.000000)\
-			0.000000	(t_x(289566,1628)LGKFN04,12688.p,0.000000)\
-			0.000000	(t_x(285372,32)YB5WH04M,12689.p,0.000000)\
-			0.000000	(t_x(293565,960)RJIU04M,12690.p,0.000000)\
-			0.000000	(t_x(291891,956)LGKFN04,12691.p,0.000000)\
-			0.000000	(t_x(295966,454)YB5WH04M,12692.p,0.000000)\
-			0.000000	(t_x(307481,37)MGY04,12693.p,0.000000)\
-			0.000000	(t_x(286771,216)GL34W04,12694.p,0.000000)\
-			0.000000	(t_x(288601,448)LGKFN04,12695.p,0.000000)\
-			0.000000	(t_x(296549,77)YB5KL04E,12696.p,0.000000)\
-			0.000000	(t_x(294004,175)YB5WH04M,12697.p,0.000000)\
-			0.000000	(t_x(283302,71)YB3EH04E,12698.p,0.000000)\
-			0.000000	(t_x(292178,687)KSPE1P04,12699.p,0.000000)\
-			0.000000	(t_x(304944,105)MAB1204A,12700.p,0.000000)\
-			0.000000	(t_x(302317,722)LGKFN04,12701.p,0.000000)\
-			0.000000	(t_x(283272,613)RQXI04E,12702.p,0.000000)\
-			0.000000	(t_x(304722,360)MAB1204A,12703.p,0.000000)\
-			0.000000	(t_x(263602,2563)LCES004,12704.p,0.000000)\
-			0.000000	(t_x(305585,170)MGY04,12705.p,0.000000)\
-			0.000000	(t_x(300727,547)EGNOR04M,12706.p,0.000000)\
-			0.000000	(t_x(294654,183)RQXSI04E,12707.p,0.000000)\
-			0.000000	(t_x(305887,2439)LCES004,12708.p,0.000000)\
-			0.000000	(t_x(284104,904)YD5WH04M,12709.p,0.000000)\
-			0.000000	(t_x(313540,3415)LCES004,12710.p,0.000000)\
-			0.000000	(t_x(295258,225)YD5WH04M,12711.p,0.000000)\
-			0.000000	(t_x(294819,412)RNS04M,12712.p,0.000000)\
-			0.000000	(t_x(296688,286)YD5WH04M,12713.p,0.000000)\
-			0.000000	(t_x(302006,60)MYY04A,12714.p,0.000000)\
-			0.000000	(t_x(292808,198)RJIU04M,12715.p,0.000000)\
-			0.000000	(t_x(296342,584)EGNOR04M,12716.p,0.000000)\
-			0.000000	(t_x(286582,835)KFZ4404M,12717.p,0.000000)\
-			0.000000	(t_x(283889,45)RQXSI04E,12718.p,0.000000)\
-			0.000000	(t_x(273960,589)EGNOR04M,12719.p,0.000000)\
-			0.000000	(t_x(283998,123)YB5WH04M,12720.p,0.000000)\
-			0.000000	(t_x(284380,726)EGNOR04M,12721.p,0.000000)\
-			0.000000	(t_x(284595,230)RQXSI04E,12722.p,0.000000)\
-			0.000000	(t_x(284631,435)RQXSI04E,12723.p,0.000000)\
-			0.000000	(t_x(273032,362)RQXSI04E,12724.p,0.000000)\
-			0.000000	(t_x(286404,232)PMXX04M,12725.p,0.000000)\
-			0.000000	(t_x(295885,47)RQXSI04E,12726.p,0.000000)\
-			0.000000	(t_x(284283,878)RVKWU04M,12727.p,0.000000)\
-			0.000000	(t_x(289828,247)MAB3404A,12728.p,0.000000)\
-			0.000000	(t_x(285042,429)LELVL04M,12729.p,0.000000)\
-			0.000000	(t_x(284106,10)RQXSI04E,12730.p,0.000000)\
-			0.000000	(t_x(271211,266)RQXSI04E,12731.p,0.000000)\
-			0.000000	(t_x(310560,1693)LCES004,12732.p,0.000000)\
-			0.000000	(t_x(288377,889)RVKWU04M,12733.p,0.000000)\
-			0.000000	(t_x(294472,468)RVKWU04M,12734.p,0.000000)\
-			0.000000	(t_x(283921,868)EGNOR04M,12735.p,0.000000)\
-			0.000000	(t_x(294362,636)EGNOR04M,12736.p,0.000000)\
-			0.000000	(t_x(287785,287)PMXX04M,12737.p,0.000000)\
-			0.000000	(t_x(309414,4393)LCES004,12738.p,0.000000)\
-			0.000000	(t_x(288918,232)RQXSI04E,12739.p,0.000000)\
-			0.000000	(t_x(283392,206)RQXU04E,12740.p,0.000000)\
-			0.000000	(t_x(301524,192)MEK04,12741.p,0.000000)\
-			0.000000	(t_x(295371,307)RQXSI04E,12742.p,0.000000)\
-			0.000000	(t_x(296338,252)RASI04M,12743.p,0.000000)\
-			0.000000	(t_x(284346,1317)LGKFN04,12744.p,0.000000)\
-			0.000000	(t_x(294001,1077)RJIU04M,12745.p,0.000000)\
-			0.000000	(t_x(290395,1249)PMXX04M,12746.p,0.000000)\
-			0.000000	(t_x(295929,909)RASI04M,12747.p,0.000000)\
-			0.000000	(t_x(263860,952)LCES004,12748.p,0.000000)\
-			0.000000	(t_x(295952,202)RQXSI04E,12749.p,0.000000)\
-			0.000000	(t_x(313875,403)LCES004,12750.p,0.000000)\
-			0.000000	(t_x(305557,1543)LCES004,12751.p,0.000000)\
-			0.000000	(t_x(294406,615)RQXSI04E,12752.p,0.000000)\
-			0.000000	(t_x(293881,666)EGNOR04M,12753.p,0.000000)\
-			0.000000	(t_x(282099,831)EG11G04M,12754.p,0.000000)\
-			0.000000	(t_x(298704,132)$MRAEE04,12755.p,0.000000)\
-			0.000000	(t_x(314236,581)LCES004,12756.p,0.000000)\
-			0.000000	(t_x(274596,39)RQXSI04E,12757.p,0.000000)\
-			0.000000	(t_x(281334,809)RVKWU04M,12758.p,0.000000)\
-			0.000000	(t_x(293587,819)LCES004,12759.p,0.000000)\
-			0.000000	(t_x(296062,255)RQXSI04E,12760.p,0.000000)\
-			0.000000	(t_x(283194,1282)PMXX04M,12761.p,0.000000)\
-			0.000000	(t_x(306829,127)MYY04A,12762.p,0.000000)\
-			0.000000	(t_x(296936,9431)LGKFN04,12763.p,0.000000)\
-			0.000000	(t_x(306269,202)$MRAEE04,12764.p,0.000000)\
-			0.000000	(t_x(287524,482)LGKFN04,12765.p,0.000000)\
-			0.000000	(t_x(292653,54)EBBRA04E,12766.p,0.000000)\
-			0.000000	(t_x(289158,931)RVKWU04M,12767.p,0.000000)\
-			0.000000	(t_x(290491,325)RNI04M,12768.p,0.000000)\
-			0.000000	(t_x(263868,2503)LCES004,12769.p,0.000000)\
-			0.000000	(t_x(301590,286)LGKFN04,12770.p,0.000000)\
-			0.000000	(t_x(289868,3359)LCES004,12771.p,0.000000)\
-			0.000000	(t_x(310158,4963)LCES004,12772.p,0.000000)\
-			0.000000	(t_x(312682,330)MRAE04,12773.p,0.000000)\
-			0.000000	(t_x(294690,1346)RVKWU04M,12774.p,0.000000)\
-			0.000000	(t_x(306669,270)MRAE04,12775.p,0.000000)\
-			0.000000	(t_x(318112,125)MAB04,12776.p,0.000000)\
-			0.000000	(t_x(309317,162)MRAE04,12777.p,0.000000)\
-			0.000000	(t_x(293570,150)YB5WH04M,12778.p,0.000000)\
-			0.000000	(t_x(308769,60)$MRAEE04,12779.p,0.000000)\
-			0.000000	(t_x(286625,404)PMXX04M,12780.p,0.000000)\
-			0.000000	(t_x(302665,335)GL34W04,12781.p,0.000000)\
-			0.000000	(t_x(308125,1242)LCES004,12782.p,0.000000)\
-			0.000000	(t_x(315232,1243)LCES004,12783.p,0.000000)\
-			0.000000	(t_x(285128,104)EG11G04M,12784.p,0.000000)\
-			0.000000	(t_x(293126,727)EGPFA04,12785.p,0.000000)\
-			0.000000	(t_x(298180,245)RNI04M,12786.p,0.000000)\
-			0.000000	(t_x(309583,210)MRAE04,12787.p,0.000000)\
-			0.000000	(t_x(283254,841)EGNOR04M,12788.p,0.000000)\
-			0.000000	(t_x(304739,349)GL34W04,12789.p,0.000000)\
-			0.000000	(t_x(294049,1018)RVKWU04M,12790.p,0.000000)\
-			0.000000	(t_x(313034,368)GL34W04,12791.p,0.000000)\
-			0.000000	(t_x(288361,791)PMXX04M,12792.p,0.000000)\
-			0.000000	(t_x(311706,249)MEK04,12793.p,0.000000)\
-			0.000000	(t_x(291031,287)EG11G04M,12794.p,0.000000)\
-			0.000000	(t_x(294112,811)EG11G04M,12795.p,0.000000)\
-			0.000000	(t_x(287895,819)PMXX04M,12796.p,0.000000)\
-			0.000000	(t_x(289911,1183)PMXX04M,12797.p,0.000000)\
-			0.000000	(t_x(310096,275)MEK04,12798.p,0.000000)\
-			0.000000	(t_x(304422,232)MAB04,12799.p,0.000000)\
-			0.000000	(t_x(294857,122)YBOLN04M,12800.p,0.000000)\
-			0.000000	(t_x(264013,426)MAB3404A,12801.p,0.000000)\
-			0.000000	(t_x(290738,1019)EG11G04M,12802.p,0.000000)\
-			0.000000	(t_x(291796,50)YH5MH04M,12803.p,0.000000)\
-			0.000000	(t_x(311998,410)MEK04,12804.p,0.000000)\
-			0.000000	(t_x(290055,342)YBOLN04M,12805.p,0.000000)\
-			0.000000	(t_x(302351,446)GL34W04,12806.p,0.000000)\
-			0.000000	(t_x(314530,358)GL34W04,12807.p,0.000000)\
-			0.000000	(t_x(292483,1055)RVKWU04M,12808.p,0.000000)\
-			0.000000	(t_x(296194,372)MAB04,12809.p,0.000000)\
-			0.000000	(t_x(301556,745)MYY04A,12810.p,0.000000)\
-			0.000000	(t_x(281185,60)KFZ4404E,12811.p,0.000000)\
-			0.000000	(t_x(290528,221)YH5MH04M,12812.p,0.000000)\
-			0.000000	(t_x(294950,320)RNS04M,12813.p,0.000000)\
-			0.000000	(t_x(292908,791)YD5WH04M,12814.p,0.000000)\
-			0.000000	(t_x(310732,3703)LCES004,12815.p,0.000000)\
-			0.000000	(t_x(306902,372)MEK04,12816.p,0.000000)\
-			0.000000	(t_x(291679,482)RNS04M,12817.p,0.000000)\
-			0.000000	(t_x(312097,1453)LCES004,12818.p,0.000000)\
-			0.000000	(t_x(263962,1902)LCES004,12819.p,0.000000)\
-			0.000000	(t_x(294460,432)PMXX04M,12820.p,0.000000)\
-			0.000000	(t_x(289894,2093)LCES004,12821.p,0.000000)\
-			0.000000	(t_x(292231,1494)EG11G04M,12822.p,0.000000)\
-			0.000000	(t_x(312773,471)MAB1204A,12823.p,0.000000)\
-			0.000000	(t_x(291519,46)MEK04,12824.p,0.000000)\
-			0.000000	(t_x(311413,67)MAB3404A,12825.p,0.000000)\
-			0.000000	(t_x(288720,959)PMXX04M,12826.p,0.000000)\
-			0.000000	(t_x(290166,540)RNS04M,12827.p,0.000000)\
-			0.000000	(t_x(314108,5461)LCES004,12828.p,0.000000)\
-			0.000000	(t_x(312879,2233)LCES004,12829.p,0.000000)\
-			0.000000	(t_x(302044,184)MGY04,12830.p,0.000000)\
-			1.000000	(t_x(297622,63)EG11G04M,12831.p,1.000000)\
-			0.000000	(t_x(287946,959)PMXX04M,12832.p,0.000000)\
-			0.000000	(t_x(301142,597)MEK04,12833.p,0.000000)\
-			0.000000	(t_x(281359,997)PMXX04M,12834.p,0.000000)\
-			0.000000	(t_x(294303,562)EG11G04M,12835.p,0.000000)\
-			0.000000	(t_x(302060,1702)EG11G04M,12836.p,0.000000)\
-			0.000000	(t_x(307726,734)MAB3404A,12837.p,0.000000)\
-			0.000000	(t_x(263958,1096)LCES004,12838.p,0.000000)\
-			0.000000	(t_x(296039,223)LEMDAT04,12839.p,0.000000)\
-			0.000000	(t_x(304825,196)EBEEC04M,12840.p,0.000000)\
-			0.000000	(t_x(309573,2743)LCES004,12841.p,0.000000)\
-			0.000000	(t_x(295594,572)RNS04M,12842.p,0.000000)\
-			0.000000	(t_x(302366,328)MEK04,12843.p,0.000000)\
-			0.000000	(t_x(294530,1107)RVKWU04M,12844.p,0.000000)\
-			0.000000	(t_x(312895,2149)LCES004,12845.p,0.000000)\
-			0.000000	(t_x(303314,139)EG11G04M,12846.p,0.000000)\
-			0.000000	(t_x(304007,418)EG11G04M,12847.p,0.000000)\
-			0.000000	(t_x(294940,396)RNS04M,12848.p,0.000000)\
-			0.000000	(t_x(285656,715)PMXX04M,12849.p,0.000000)\
-			0.000000	(t_x(313758,2503)LCES004,12850.p,0.000000)\
-			0.000000	(t_x(291968,293)YD5WH04M,12851.p,0.000000)\
-			0.000000	(t_x(288647,425)LEMDAT04,12852.p,0.000000)\
-			0.000000	(t_x(283750,1462)EG11G04M,12853.p,0.000000)\
-			0.000000	(t_x(303156,503)EG11G04M,12854.p,0.000000)\
-			0.000000	(t_x(314847,222)MGY04,12855.p,0.000000)\
-			0.000000	(t_x(304862,228)MGY04,12856.p,0.000000)\
-			0.000000	(t_x(307935,298)ZM56704,12857.p,0.000000)\
-			0.000000	(t_x(298006,1025)RJIU04M,12858.p,0.000000)\
-			0.000000	(t_x(307498,2288)LCES004,12859.p,0.000000)\
-			0.000000	(t_x(295730,489)LEMDAT04,12860.p,0.000000)\
-			0.000000	(t_x(290158,1109)PMXX04M,12861.p,0.000000)\
-			0.000000	(t_x(282303,191)YBOLN04M,12862.p,0.000000)\
-			0.000000	(t_x(301010,705)RNS04M,12863.p,0.000000)\
-			0.000000	(t_x(311650,327)MEK04,12864.p,0.000000)\
-			0.000000	(t_x(270468,468)YB5WH04M,12865.p,0.000000)\
-			0.000000	(t_x(294421,1339)RVKWU04M,12866.p,0.000000)\
-			0.000000	(t_x(303208,744)MEK04,12867.p,0.000000)\
-			0.000000	(t_x(311255,231)MEK04,12868.p,0.000000)\
-			0.000000	(t_x(304456,442)RJIU04M,12869.p,0.000000)\
-			0.000000	(t_x(311329,246)MEK04,12870.p,0.000000)\
-			0.000000	(t_x(312503,461)MAB3404A,12871.p,0.000000)\
-			0.000000	(t_x(300631,376)EG11G04M,12872.p,0.000000)\
-			0.000000	(t_x(289076,1826)RMZU04,12873.p,0.000000)\
-			0.000000	(t_x(289978,1052)RJIU04M,12874.p,0.000000)\
-			0.000000	(t_x(304414,553)LEMDAT04,12875.p,0.000000)\
-			0.000000	(t_x(303350,648)MEK04,12876.p,0.000000)\
-			0.000000	(t_x(264011,1397)LCES004,12877.p,0.000000)\
-			0.000000	(t_x(312938,1423)LCES004,12878.p,0.000000)\
-			0.000000	(t_x(308914,350)ZM56704,12879.p,0.000000)\
-			0.000000	(t_x(295098,152)YB5KL04E,12880.p,0.000000)\
-			0.000000	(t_x(308629,184)MAB04,12881.p,0.000000)\
-			0.000000	(t_x(279756,457)YH5MH04M,12882.p,0.000000)\
-			0.000000	(t_x(290776,534)RJIU04M,12883.p,0.000000)\
-			0.000000	(t_x(309577,584)MEK04,12884.p,0.000000)\
-			0.000000	(t_x(305686,601)LEMDAT04,12885.p,0.000000)\
-			0.000000	(t_x(314402,478)MGY04,12886.p,0.000000)\
-			0.000000	(t_x(303929,222)LGKFN04,12887.p,0.000000)\
-			0.000000	(t_x(317048,4603)LCES004,12888.p,0.000000)\
-			0.000000	(t_x(287119,408)RJIU04M,12889.p,0.000000)\
-			0.000000	(t_x(281983,133)YB5WH04M,12890.p,0.000000)\
-			0.000000	(t_x(295514,28)RMZU04,12891.p,0.000000)\
-			0.000000	(t_x(278322,63)YH5MH04M,12892.p,0.000000)\
-			0.000000	(t_x(294908,242)YB5KL04E,12893.p,0.000000)\
-			0.000000	(t_x(283607,609)PMXX04M,12894.p,0.000000)\
-			0.000000	(t_x(294779,853)RNS04M,12895.p,0.000000)\
-			0.000000	(t_x(279279,197)YBOLN04M,12896.p,0.000000)\
-			0.000000	(t_x(311285,493)LCES004,12897.p,0.000000)\
-			0.000000	(t_x(305851,198)GL34W04,12898.p,0.000000)\
-			0.000000	(t_x(292803,296)LGKFN04,12899.p,0.000000)\
-			0.000000	(t_x(308251,3254)LCES004,12900.p,0.000000)\
-			0.000000	(t_x(293929,1887)RVKWU04M,12901.p,0.000000)\
-			0.000000	(t_x(294158,105)YB3EH04A,12902.p,0.000000)\
-			0.000000	(t_x(307979,675)MEK04,12903.p,0.000000)\
-			0.000000	(t_x(287194,380)RQXSI04E,12904.p,0.000000)\
-			0.000000	(t_x(295927,235)RJIU04M,12905.p,0.000000)\
-			0.000000	(t_x(277127,295)LGKFN04,12906.p,0.000000)\
-			0.000000	(t_x(288725,611)LEMDAT04,12907.p,0.000000)\
-			0.000000	(t_x(290037,269)RJIU04M,12908.p,0.000000)\
-			0.000000	(t_x(283562,791)PMXX04M,12909.p,0.000000)\
-			0.000000	(t_x(298677,106)YB3EH04A,12910.p,0.000000)\
-			0.000000	(t_x(311412,315)KSLN04A,12911.p,0.000000)\
-			1.000000	(t_x(289502,107)YD5WH04M,12912.p,1.000000)\
-			0.000000	(t_x(293074,308)RQXU04E,12913.p,0.000000)\
-			0.000000	(t_x(287736,212)PMXX04M,12914.p,0.000000)\
-			0.000000	(t_x(277826,703)RJIU04M,12915.p,0.000000)\
-			0.000000	(t_x(296212,222)KSLN04A,12916.p,0.000000)\
-			1.000000	(t_x(275277,36)RQXSI04E,12917.p,1.000000)\
-			0.000000	(t_x(283795,1649)RVKWU04M,12918.p,0.000000)\
-			0.000000	(t_x(297087,414)LGKFN04,12919.p,0.000000)\
-			0.000000	(t_x(295585,611)YB3EH04A,12920.p,0.000000)\
-			0.000000	(t_x(288588,31)YBOLN04M,12921.p,0.000000)\
-			0.000000	(t_x(303617,247)KSLN04A,12922.p,0.000000)\
-			0.000000	(t_x(307779,614)MEK04,12923.p,0.000000)\
-			0.000000	(t_x(286600,677)KCHI104M,12924.p,0.000000)\
-			0.000000	(t_x(292388,608)RQXU04E,12925.p,0.000000)\
-			0.000000	(t_x(309684,136)MAB3404A,12926.p,0.000000)\
-			0.000000	(t_x(289172,831)LEMDAT04,12927.p,0.000000)\
-			0.000000	(t_x(293561,1947)RVKWU04M,12928.p,0.000000)\
-			0.000000	(t_x(292666,2773)YB5KL04E,12929.p,0.000000)\
-			0.000000	(t_x(294503,947)RNS04M,12930.p,0.000000)\
-			0.000000	(t_x(286277,468)KFZ4404M,12931.p,0.000000)\
-			0.000000	(t_x(296392,376)KSLN04A,12932.p,0.000000)\
-			0.000000	(t_x(289872,535)KFZ4404M,12933.p,0.000000)\
-			0.000000	(t_x(302424,109)MYY04A,12934.p,0.000000)\
-			0.000000	(t_x(308622,3741)LCES004,12935.p,0.000000)\
-			0.000000	(t_x(300642,95)MGY04,12936.p,0.000000)\
-			0.000000	(t_x(302844,703)MEK04,12937.p,0.000000)\
-			0.000000	(t_x(289457,723)RJIU04M,12938.p,0.000000)\
-			0.000000	(t_x(309588,6)MGY04,12939.p,0.000000)\
-			0.000000	(t_x(288405,589)PMXX04M,12940.p,0.000000)\
-			0.000000	(t_x(302890,225)LELVL104,12941.p,0.000000)\
-			0.000000	(t_x(307728,331)MAB1204A,12942.p,0.000000)\
-			0.000000	(t_x(308221,391)KSLN04A,12943.p,0.000000)\
-			0.000000	(t_x(287018,475)RQXSI04E,12944.p,0.000000)\
-			0.000000	(t_x(305548,868)LEMDAT04,12945.p,0.000000)\
-			0.000000	(t_x(310853,367)LELVL104,12946.p,0.000000)\
-			0.000000	(t_x(292967,213)RNS04M,12947.p,0.000000)\
-			0.000000	(t_x(292245,1092)LELVL04M,12948.p,0.000000)\
-			0.000000	(t_x(294613,487)RQXSI04E,12949.p,0.000000)\
-			0.000000	(t_x(296754,1388)LGKFN04,12950.p,0.000000)\
-			0.000000	(t_x(295732,111)LEMDAT04,12951.p,0.000000)\
-			0.000000	(t_x(289249,294)KFZ4404M,12952.p,0.000000)\
-			0.000000	(t_x(295879,973)RNS04M,12953.p,0.000000)\
-			0.000000	(t_x(305011,74)LEMDAT04,12954.p,0.000000)\
-			0.000000	(t_x(287235,717)PMXX04M,12955.p,0.000000)\
-			0.000000	(t_x(293250,151)YB5WH04M,12956.p,0.000000)\
-			0.000000	(t_x(297393,192)BR404M,12957.p,0.000000)\
-			0.000000	(t_x(295328,847)RQXSI04E,12958.p,0.000000)\
-			0.000000	(t_x(317116,379)MRAE04,12959.p,0.000000)\
-			0.000000	(t_x(309625,686)MYY04A,12960.p,0.000000)\
-			0.000000	(t_x(295428,783)RJIU04M,12961.p,0.000000)\
-			0.000000	(t_x(311878,131)MGY04,12962.p,0.000000)\
-			0.000000	(t_x(292801,1410)PMXX04M,12963.p,0.000000)\
-			0.000000	(t_x(292487,29)YB3EH04E,12964.p,0.000000)\
-			0.000000	(t_x(269231,241)YH5MH04M,12965.p,0.000000)\
-			0.000000	(t_x(304557,881)LEMDAT04,12966.p,0.000000)\
-			0.000000	(t_x(301238,376)LELVL104,12967.p,0.000000)\
-			0.000000	(t_x(293116,1078)LELVL04M,12968.p,0.000000)\
-			0.000000	(t_x(288522,92)YB3EH04E,12969.p,0.000000)\
-			0.000000	(t_x(313344,205)MRAE04,12970.p,0.000000)\
-			0.000000	(t_x(300848,1038)LEBAS04M,12971.p,0.000000)\
-			0.000000	(t_x(282374,1963)RVKWU04M,12972.p,0.000000)\
-			0.000000	(t_x(293560,1947)RVKWU04M,12973.p,0.000000)\
-			0.000000	(t_x(310742,415)KSLN04A,12974.p,0.000000)\
-			0.000000	(t_x(279193,564)KHVL104E,12975.p,0.000000)\
-			0.000000	(t_x(302924,397)LELVL104,12976.p,0.000000)\
-			1.000000	(t_x(263004,160)RQXSI04E,12977.p,1.000000)\
-			0.000000	(t_x(263410,1022)LCES004M,12978.p,0.000000)\
-			0.000000	(t_x(281483,56)EHAMA04,12979.p,0.000000)\
-			0.000000	(t_x(311265,4430)LCES004,12980.p,0.000000)\
-			0.000000	(t_x(279804,824)YH5MH04M,12981.p,0.000000)\
-			0.000000	(t_x(287489,140)YB3EH04A,12982.p,0.000000)\
-			0.000000	(t_x(276307,895)LGKFN04,12983.p,0.000000)\
-			0.000000	(t_x(279592,203)YH5MH04M,12984.p,0.000000)\
-			0.000000	(t_x(276837,788)RJIU04M,12985.p,0.000000)\
-			0.000000	(t_x(306499,343)MGY04,12986.p,0.000000)\
-			0.000000	(t_x(309981,1684)MRAE04,12987.p,0.000000)\
-			0.000000	(t_x(285693,124)YB3EH04E,12988.p,0.000000)\
-			0.000000	(t_x(289913,235)YH5MH04M,12989.p,0.000000)\
-			0.000000	(t_x(302356,338)BR404M,12990.p,0.000000)\
-			0.000000	(t_x(297721,419)KSLN04A,12991.p,0.000000)\
-			0.000000	(t_x(277445,197)BR404M,12992.p,0.000000)\
-			0.000000	(t_x(281962,1407)PMXX04M,12993.p,0.000000)\
-			0.000000	(t_x(282677,461)KWUR404E,12994.p,0.000000)\
-			0.000000	(t_x(314225,346)MYY04A,12995.p,0.000000)\
-			0.000000	(t_x(285459,5104)LCES004,12996.p,0.000000)\
-			0.000000	(t_x(289705,130)YB3EH04E,12997.p,0.000000)\
-			0.000000	(t_x(301972,332)YB3EH04A,12998.p,0.000000)\
-			0.000000	(t_x(283259,527)EGNOR04M,12999.p,0.000000)\
-			0.000000	(t_x(297119,240)LOW304M,13000.p,0.000000)\
-			0.000000	(t_x(305425,268)GL34W04,13001.p,0.000000)\
-			0.000000	(t_x(298183,358)YB3EH04A,13002.p,0.000000)\
-			1.000000	(t_x(287402,48)LELVL04M,13003.p,1.000000)\
-			0.000000	(t_x(300256,605)LOVN1504,13004.p,0.000000)\
-			0.000000	(t_x(263601,367)YB3EH04A,13005.p,0.000000)\
-			0.000000	(t_x(310618,4184)MRAE04,13006.p,0.000000)\
-			0.000000	(t_x(296145,711)EGPFA04,13007.p,0.000000)\
-			0.000000	(t_x(300097,397)RJIU04M,13008.p,0.000000)\
-			0.000000	(t_x(285482,1429)PMXX04M,13009.p,0.000000)\
-			0.000000	(t_x(309473,641)LOVN1504,13010.p,0.000000)\
-			0.000000	(t_x(301867,789)RMZU04,13011.p,0.000000)\
-			0.000000	(t_x(284933,305)LELVL04M,13012.p,0.000000)\
-			0.000000	(t_x(307875,444)KSLN04A,13013.p,0.000000)\
-			0.000000	(t_x(296939,407)YB3EH04A,13014.p,0.000000)\
-			0.000000	(t_x(280430,3736)LGKFN04,13015.p,0.000000)\
-			0.000000	(t_x(311440,205)MRAE04,13016.p,0.000000)\
-			0.000000	(t_x(279467,354)YH5MH04M,13017.p,0.000000)\
-			0.000000	(t_x(296406,983)RJIU04M,13018.p,0.000000)\
-			0.000000	(t_x(285483,199)YB5WH04M,13019.p,0.000000)\
-			0.000000	(t_x(297062,80)YB3EH04E,13020.p,0.000000)\
-			0.000000	(t_x(309284,1636)LFMDA04A,13021.p,0.000000)\
-			0.000000	(t_x(298697,262)YB3EH04E,13022.p,0.000000)\
-			0.000000	(t_x(297145,667)LOVN1504,13023.p,0.000000)\
-			0.000000	(t_x(281466,74)EGNOR04M,13024.p,0.000000)\
-			0.000000	(t_x(273004,86)EGNOR04M,13025.p,0.000000)\
-			0.000000	(t_x(287944,1193)KFZ4404M,13026.p,0.000000)\
-			0.000000	(t_x(296923,100)YB3EH04E,13027.p,0.000000)\
-			0.000000	(t_x(298502,494)YB3EH04A,13028.p,0.000000)\
-			0.000000	(t_x(276122,207)YD5WH04M,13029.p,0.000000)\
-			0.000000	(t_x(296992,140)YB3EH04E,13030.p,0.000000)\
-			0.000000	(t_x(295274,523)RNI04M,13031.p,0.000000)\
-			0.000000	(t_x(295283,470)MEK04,13032.p,0.000000)\
-			0.000000	(t_x(282890,560)KWUR404E,13033.p,0.000000)\
-			0.000000	(t_x(312912,228)MAB1204A,13034.p,0.000000)\
-			0.000000	(t_x(287302,1447)LFMDA04A,13035.p,0.000000)\
-			0.000000	(t_x(302879,223)MGY04,13036.p,0.000000)\
-			0.000000	(t_x(286726,115)YB5KL04E,13037.p,0.000000)\
-			0.000000	(t_x(297842,237)YB3EH04E,13038.p,0.000000)\
-			0.000000	(t_x(279398,467)YH5MH04M,13039.p,0.000000)\
-			0.000000	(t_x(283829,593)YB5WH04M,13040.p,0.000000)\
-			0.000000	(t_x(278855,153)KHVL104E,13041.p,0.000000)\
-			0.000000	(t_x(274616,626)RQXSI04E,13042.p,0.000000)\
-			0.000000	(t_x(289024,262)YB3EH04E,13043.p,0.000000)\
-			0.000000	(t_x(294749,1147)EGNOR04M,13044.p,0.000000)\
-			0.000000	(t_x(309953,255)LOVN1504,13045.p,0.000000)\
-			0.000000	(t_x(283256,535)EGNOR04M,13046.p,0.000000)\
-			0.000000	(t_x(279318,300)LCES004M,13047.p,0.000000)\
-			0.000000	(t_x(288501,497)LEBAS04M,13048.p,0.000000)\
-			0.000000	(t_x(295216,222)YB3EH04E,13049.p,0.000000)\
-			0.000000	(t_x(297977,108)EGNOR04M,13050.p,0.000000)\
-			0.000000	(t_x(309790,522)YB3EH04A,13051.p,0.000000)\
-			0.000000	(t_x(309711,458)MAB04,13052.p,0.000000)\
-			0.000000	(t_x(306922,326)LOVN1504,13053.p,0.000000)\
-			0.000000	(t_x(292091,681)LOVN1504,13054.p,0.000000)\
-			0.000000	(t_x(281485,107)LELVU04,13055.p,0.000000)\
-			0.000000	(t_x(290752,483)LEMDAT04,13056.p,0.000000)\
-			0.000000	(t_x(280871,758)LEMDAT04,13057.p,0.000000)\
-			0.000000	(t_x(298171,128)LELVU04,13058.p,0.000000)\
-			0.000000	(t_x(288428,934)RVKWU04M,13059.p,0.000000)\
-			1.000000	(t_x(291082,60)LELVU04,13060.p,1.000000)\
-			0.000000	(t_x(298519,1209)LGKFN04,13061.p,0.000000)\
-			0.000000	(t_x(314823,505)MGY04,13062.p,0.000000)\
-			0.000000	(t_x(301673,1200)LCES004M,13063.p,0.000000)\
-			0.000000	(t_x(313119,39)LOVN1504,13064.p,0.000000)\
-			0.000000	(t_x(296232,141)LEBAS04A,13065.p,0.000000)\
-			0.000000	(t_x(303829,22)LOVN1504,13066.p,0.000000)\
-			0.000000	(t_x(297442,1386)EG11G04M,13067.p,0.000000)\
-			0.000000	(t_x(312825,4519)LCES004,13068.p,0.000000)\
-			0.000000	(t_x(286743,163)LGKFN04,13069.p,0.000000)\
-			0.000000	(t_x(273980,411)PMXX04M,13070.p,0.000000)\
-			0.000000	(t_x(304552,1080)LEMDAT04,13071.p,0.000000)\
-			0.000000	(t_x(307846,275)RMZU04,13072.p,0.000000)\
-			0.000000	(t_x(279312,403)KHVL104E,13073.p,0.000000)\
-			0.000000	(t_x(285733,2643)LCES004,13074.p,0.000000)\
-			0.000000	(t_x(263593,242)LCES004,13075.p,0.000000)\
-			0.000000	(t_x(291594,824)EG11G04M,13076.p,0.000000)\
-			0.000000	(t_x(278067,589)EG11G04M,13077.p,0.000000)\
-			0.000000	(t_x(301342,1860)LCES004M,13078.p,0.000000)\
-			0.000000	(t_x(272894,84)RMZU04E,13079.p,0.000000)\
-			0.000000	(t_x(263816,388)RMZU04,13080.p,0.000000)\
-			0.000000	(t_x(292991,128)YD5WH04M,13081.p,0.000000)\
-			0.000000	(t_x(303471,219)PMXX04M,13082.p,0.000000)\
-			0.000000	(t_x(292796,2450)LCES004,13083.p,0.000000)\
-			0.000000	(t_x(287918,1303)LEMDAT04,13084.p,0.000000)\
-			0.000000	(t_x(295886,262)EG11G04M,13085.p,0.000000)\
-			0.000000	(t_x(292100,85)PMXX04M,13086.p,0.000000)\
-			0.000000	(t_x(287288,226)KHVL104E,13087.p,0.000000)\
-			0.000000	(t_x(298306,753)LOVN1504,13088.p,0.000000)\
-			0.000000	(t_x(288381,622)EG11G04M,13089.p,0.000000)\
-			0.000000	(t_x(304690,1561)LOVN1504,13090.p,0.000000)\
-			0.000000	(t_x(302132,511)LOVN1504,13091.p,0.000000)\
-			0.000000	(t_x(301074,898)LGKFN04,13092.p,0.000000)\
-			0.000000	(t_x(287438,252)RNI04M,13093.p,0.000000)\
-			0.000000	(t_x(281887,555)RQXSI04E,13094.p,0.000000)\
-			0.000000	(t_x(295747,613)YB3EH04A,13095.p,0.000000)\
-			0.000000	(t_x(272249,389)EGNOR04M,13096.p,0.000000)\
-			0.000000	(t_x(303790,487)LOVN1504,13097.p,0.000000)\
-			0.000000	(t_x(278889,301)KHVL104E,13098.p,0.000000)\
-			0.000000	(t_x(314600,3377)MRAE04,13099.p,0.000000)\
-			0.000000	(t_x(289455,205)RNI04M,13100.p,0.000000)\
-			0.000000	(t_x(283584,249)YB5WH04M,13101.p,0.000000)\
-			0.000000	(t_x(278386,199)YH5MH04M,13102.p,0.000000)\
-			0.000000	(t_x(281511,3017)LGSRA04,13103.p,0.000000)\
-			0.000000	(t_x(305867,2063)EDGG704,13104.p,0.000000)\
-			0.000000	(t_x(305601,447)LLBGA04L,13105.p,0.000000)\
-			0.000000	(t_x(292026,1230)LELVL04M,13106.p,0.000000)\
-			0.000000	(t_x(301721,930)LGKFN04,13107.p,0.000000)\
-			0.000000	(t_x(306384,322)LELVU04,13108.p,0.000000)\
-			0.000000	(t_x(281881,437)YB3EH04A,13109.p,0.000000)\
-			0.000000	(t_x(276959,252)PMXX04M,13110.p,0.000000)\
-			0.000000	(t_x(303351,239)LELVU04,13111.p,0.000000)\
-			0.000000	(t_x(311032,475)LOVN1504,13112.p,0.000000)\
-			0.000000	(t_x(311351,490)LOVN1504,13113.p,0.000000)\
-			0.000000	(t_x(316090,2762)LCES004,13114.p,0.000000)\
-			0.000000	(t_x(296550,634)YB3EH04A,13115.p,0.000000)\
-			0.000000	(t_x(300445,1837)LCES004,13116.p,0.000000)\
-			0.000000	(t_x(295296,641)RQXU04E,13117.p,0.000000)\
-			0.000000	(t_x(291656,457)KHVL104E,13118.p,0.000000)\
-			0.000000	(t_x(292069,665)YD5WH04M,13119.p,0.000000)\
-			0.000000	(t_x(291206,360)YBOLN04M,13120.p,0.000000)\
-			0.000000	(t_x(295546,812)EGNOR04M,13121.p,0.000000)\
-			0.000000	(t_x(295473,486)LELVU04,13122.p,0.000000)\
-			0.000000	(t_x(278663,393)EHAMA04,13123.p,0.000000)\
-			0.000000	(t_x(278123,560)EGNOR04M,13124.p,0.000000)\
-			0.000000	(t_x(305802,1983)EDGG704,13125.p,0.000000)\
-			0.000000	(t_x(287660,316)EG11G04M,13126.p,0.000000)\
-			0.000000	(t_x(279893,417)EHAMA04,13127.p,0.000000)\
-			0.000000	(t_x(310674,370)MAB04,13128.p,0.000000)\
-			0.000000	(t_x(295608,128)EGNOR04M,13129.p,0.000000)\
-			0.000000	(t_x(316618,429)LLBGA04L,13130.p,0.000000)\
-			0.000000	(t_x(282645,196)RMZU04E,13131.p,0.000000)\
-			0.000000	(t_x(294685,388)LELVU04,13132.p,0.000000)\
-			0.000000	(t_x(287891,187)RJIU04M,13133.p,0.000000)\
-			0.000000	(t_x(289989,1392)EDGG704,13134.p,0.000000)\
-			0.000000	(t_x(288915,300)MAB1204A,13135.p,0.000000)\
-			0.000000	(t_x(298434,2227)LCES004,13136.p,0.000000)\
-			0.000000	(t_x(306331,335)KSLN04A,13137.p,0.000000)\
-			0.000000	(t_x(312800,1380)EDGG704,13138.p,0.000000)\
-			0.000000	(t_x(316538,1420)EDGG704,13139.p,0.000000)\
-			0.000000	(t_x(292436,553)YD5WH04M,13140.p,0.000000)\
-			0.000000	(t_x(289238,419)EGNOR04M,13141.p,0.000000)\
-			0.000000	(t_x(315544,1510)EDGG704,13142.p,0.000000)\
-			0.000000	(t_x(291100,1342)RQXI04E,13143.p,0.000000)\
-			0.000000	(t_x(312199,2533)LCES004,13144.p,0.000000)\
-			0.000000	(t_x(292383,1497)EDGG704,13145.p,0.000000)\
-			0.000000	(t_x(295416,900)EGNOR04M,13146.p,0.000000)\
-			0.000000	(t_x(316029,1687)EDGG704,13147.p,0.000000)\
-			0.000000	(t_x(263793,162)KSAL1204,13148.p,0.000000)\
-			0.000000	(t_x(316061,704)LLBGA04L,13149.p,0.000000)\
-			0.000000	(t_x(291615,24)YB3EH04E,13150.p,0.000000)\
-			0.000000	(t_x(296407,695)YB3EH04A,13151.p,0.000000)\
-			0.000000	(t_x(305962,375)LEMDAT04,13152.p,0.000000)\
-			0.000000	(t_x(317222,1616)EDGG704,13153.p,0.000000)\
-			0.000000	(t_x(291305,1468)EDGG704,13154.p,0.000000)\
-			0.000000	(t_x(312956,1779)EDGG704,13155.p,0.000000)\
-			0.000000	(t_x(294611,254)EGNOR04M,13156.p,0.000000)\
-			0.000000	(t_x(315618,1703)EDGG704,13157.p,0.000000)\
-			0.000000	(t_x(288989,1548)RMZU04E,13158.p,0.000000)\
-			0.000000	(t_x(306251,982)RMZU04,13159.p,0.000000)\
-			0.000000	(t_x(316499,1837)EDGG704,13160.p,0.000000)\
-			0.000000	(t_x(318660,544)EDGG704,13161.p,0.000000)\
-			0.000000	(t_x(284316,325)YD5WH04M,13162.p,0.000000)\
-			0.000000	(t_x(294364,139)EGNOR04M,13163.p,0.000000)\
-			0.000000	(t_x(283688,1667)PMXX04M,13164.p,0.000000)\
-			0.000000	(t_x(294997,50)RMZU04E,13165.p,0.000000)\
-			0.000000	(t_x(319337,1600)EDGG704,13166.p,0.000000)\
-			0.000000	(t_x(319008,1890)EDGG704,13167.p,0.000000)\
-			0.000000	(t_x(291164,700)RQXU04E,13168.p,0.000000)\
-			0.000000	(t_x(287111,258)EGNOR04M,13169.p,0.000000)\
-			0.000000	(t_x(311142,209)ZM56704,13170.p,0.000000)\
-			0.000000	(t_x(293576,319)RMZU04E,13171.p,0.000000)\
-			0.000000	(t_x(289330,228)KSAL1204,13172.p,0.000000)\
-			0.000000	(t_x(310983,1872)EDGG704,13173.p,0.000000)\
-			0.000000	(t_x(308582,2004)EDGG704,13174.p,0.000000)\
-			0.000000	(t_x(279801,658)EHAMA04,13175.p,0.000000)\
-			0.000000	(t_x(302970,771)LOVN1504,13176.p,0.000000)\
-			0.000000	(t_x(284417,733)EGNOR04M,13177.p,0.000000)\
-			0.000000	(t_x(309103,201)GL34W04,13178.p,0.000000)\
-			0.000000	(t_x(318473,1518)LLBGA04L,13179.p,0.000000)\
-			0.000000	(t_x(317978,1832)EDGG704,13180.p,0.000000)\
-			0.000000	(t_x(271412,281)RMZU04E,13181.p,0.000000)\
-			0.000000	(t_x(302209,154)RMZU04,13182.p,0.000000)\
-			0.000000	(t_x(301709,2269)LCES004M,13183.p,0.000000)\
-			0.000000	(t_x(280671,2568)LFMDA04A,13184.p,0.000000)\
-			0.000000	(t_x(317153,1887)EDGG704,13185.p,0.000000)\
-			0.000000	(t_x(282090,318)LELVL04M,13186.p,0.000000)\
-			0.000000	(t_x(310438,1536)EDGG704,13187.p,0.000000)\
-			0.000000	(t_x(301727,235)LGKFN04,13188.p,0.000000)\
-			0.000000	(t_x(310117,718)YB3EH04A,13189.p,0.000000)\
-			0.000000	(t_x(289283,330)LEMDAT04,13190.p,0.000000)\
-			0.000000	(t_x(295104,861)LEMDAT04,13191.p,0.000000)\
-			0.000000	(t_x(303665,2296)LCES004,13192.p,0.000000)\
-			0.000000	(t_x(292423,1739)EDGG704,13193.p,0.000000)\
-			0.000000	(t_x(313102,534)LCES004,13194.p,0.000000)\
-			1.000000	(t_x(279621,24)KHVL104E,13195.p,1.000000)\
-			0.000000	(t_x(289618,160)YB3EH04E,13196.p,0.000000)\
-			0.000000	(t_x(286082,419)LELVU04,13197.p,0.000000)\
-			0.000000	(t_x(278681,1009)EHAMA04,13198.p,0.000000)\
-			0.000000	(t_x(291264,1182)PMXX04M,13199.p,0.000000)\
-			0.000000	(t_x(287904,362)LGKFN04,13200.p,0.000000)\
-			0.000000	(t_x(294594,101)KSAL1204,13201.p,0.000000)\
-			0.000000	(t_x(295915,164)LEMDAT04,13202.p,0.000000)\
-			0.000000	(t_x(306307,1019)RMZU04,13203.p,0.000000)\
-			0.000000	(t_x(304857,77)KSAL1204,13204.p,0.000000)\
-			0.000000	(t_x(300621,2611)LCES004,13205.p,0.000000)\
-			0.000000	(t_x(295794,1116)LEMDAT04,13206.p,0.000000)\
-			0.000000	(t_x(305697,952)LEMDAT04,13207.p,0.000000)\
-			0.000000	(t_x(310303,287)RMZU04,13208.p,0.000000)\
-			0.000000	(t_x(294365,232)RNI04M,13209.p,0.000000)\
-			0.000000	(t_x(301088,1118)LEMDAT04,13210.p,0.000000)\
-			0.000000	(t_x(289716,133)LGKFN04,13211.p,0.000000)\
-			0.000000	(t_x(314573,1600)EDGG704,13212.p,0.000000)\
-			0.000000	(t_x(302875,18)LEBAS04M,13213.p,0.000000)\
-			0.000000	(t_x(294672,532)RQXSI04E,13214.p,0.000000)\
-			0.000000	(t_x(292111,1061)LGKFN04,13215.p,0.000000)\
-			0.000000	(t_x(298646,1128)LGKFN04,13216.p,0.000000)\
-			0.000000	(t_x(295752,144)LEMDAT04,13217.p,0.000000)\
-			0.000000	(t_x(318435,1770)EDGG704,13218.p,0.000000)\
-			0.000000	(t_x(263594,1505)LCES004M,13219.p,0.000000)\
-			0.000000	(t_x(291226,461)RQXSI04E,13220.p,0.000000)\
-			0.000000	(t_x(316298,1725)EDGG704,13221.p,0.000000)\
-			0.000000	(t_x(294899,342)PMXX04M,13222.p,0.000000)\
-			0.000000	(t_x(297596,225)LELVL04M,13223.p,0.000000)\
-			0.000000	(t_x(279411,292)KSPE1P04,13224.p,0.000000)\
-			0.000000	(t_x(304435,375)LELVU04,13225.p,0.000000)\
-			0.000000	(t_x(300435,506)LGKFN04,13226.p,0.000000)\
-			0.000000	(t_x(298588,411)LGKFN04,13227.p,0.000000)\
-			0.000000	(t_x(309978,1440)RMZU04,13228.p,0.000000)\
-			0.000000	(t_x(293626,380)LELVL04M,13229.p,0.000000)\
-			0.000000	(t_x(314538,2700)EDGG704,13230.p,0.000000)\
-			0.000000	(t_x(309959,227)MAB04,13231.p,0.000000)\
-			0.000000	(t_x(300885,429)RMZSI04,13232.p,0.000000)\
-			0.000000	(t_x(302863,193)LEBAS04M,13233.p,0.000000)\
-			0.000000	(t_x(297382,1297)YB3EH04E,13234.p,0.000000)\
-			0.000000	(t_x(272695,84)RQXI04E,13235.p,0.000000)\
-			0.000000	(t_x(288404,207)YBOLN04M,13236.p,0.000000)\
-			0.000000	(t_x(304463,491)RMZSI04,13237.p,0.000000)\
-			0.000000	(t_x(306346,3388)LCES004,13238.p,0.000000)\
-			0.000000	(t_x(289440,83)MRAEE04,13239.p,0.000000)\
-			0.000000	(t_x(280021,362)KSPE1P04,13240.p,0.000000)\
-			0.000000	(t_x(307218,286)ZM56704,13241.p,0.000000)\
-			0.000000	(t_x(306718,639)LOVN1504,13242.p,0.000000)\
-			0.000000	(t_x(278149,803)EGNOR04M,13243.p,0.000000)\
-			0.000000	(t_x(294200,915)RQXSI04E,13244.p,0.000000)\
-			0.000000	(t_x(307805,179)LOVN1504,13245.p,0.000000)\
-			0.000000	(t_x(279885,1221)EHAMA04,13246.p,0.000000)\
-			0.000000	(t_x(303747,207)KSAL1204,13247.p,0.000000)\
-			0.000000	(t_x(289999,405)PMXX04M,13248.p,0.000000)\
-			0.000000	(t_x(309172,1433)EDGG704,13249.p,0.000000)\
-			0.000000	(t_x(314889,1773)EDGG704,13250.p,0.000000)\
-			0.000000	(t_x(282313,1461)RQXSI04E,13251.p,0.000000)\
-			0.000000	(t_x(278562,96)YBOLN04M,13252.p,0.000000)\
-			0.000000	(t_x(311863,725)YB3EH04A,13253.p,0.000000)\
-			0.000000	(t_x(286682,594)EBBRA04E,13254.p,0.000000)\
-			0.000000	(t_x(289587,1530)PMXX04M,13255.p,0.000000)\
-			0.000000	(t_x(304315,709)RMZU04,13256.p,0.000000)\
-			0.000000	(t_x(315763,1211)EDGG704,13257.p,0.000000)\
-			0.000000	(t_x(312192,106)ZM56704,13258.p,0.000000)\
-			0.000000	(t_x(297335,390)BR404M,13259.p,0.000000)\
-			0.000000	(t_x(283211,339)RMZU04E,13260.p,0.000000)\
-			0.000000	(t_x(300988,1542)LOVN1504,13261.p,0.000000)\
-			0.000000	(t_x(279716,567)LELVU04,13262.p,0.000000)\
-			0.000000	(t_x(305283,374)LGKFN04,13263.p,0.000000)\
-			0.000000	(t_x(296147,589)LELVU04,13264.p,0.000000)\
-			0.000000	(t_x(263515,584)LGKFN04,13265.p,0.000000)\
-			0.000000	(t_x(267745,62)EBBRA04E,13266.p,0.000000)\
-			0.000000	(t_x(304351,1828)LLBGA04L,13267.p,0.000000)\
-			0.000000	(t_x(302390,474)RMZSI04,13268.p,0.000000)\
-			0.000000	(t_x(303814,1773)EDGG704,13269.p,0.000000)\
-			0.000000	(t_x(323044,255)MRAE04,13270.p,0.000000)\
-			0.000000	(t_x(292587,16)ZM56704,13271.p,0.000000)\
-			0.000000	(t_x(300356,103)RJIU04M,13272.p,0.000000)\
-			0.000000	(t_x(295231,427)LOVN1504,13273.p,0.000000)\
-			0.000000	(t_x(297904,319)LOVN1504,13274.p,0.000000)\
-			0.000000	(t_x(297546,368)LGKFN04,13275.p,0.000000)\
-			0.000000	(t_x(295809,821)RNS04M,13276.p,0.000000)\
-			0.000000	(t_x(283510,340)RMZU04E,13277.p,0.000000)\
-			0.000000	(t_x(269731,192)EBBRA04E,13278.p,0.000000)\
-			0.000000	(t_x(305560,468)MGY04,13279.p,0.000000)\
-			0.000000	(t_x(303992,320)LGKFN04,13280.p,0.000000)\
-			0.000000	(t_x(286141,202)KWUR404E,13281.p,0.000000)\
-			0.000000	(t_x(304615,167)MRAEE04,13282.p,0.000000)\
-			0.000000	(t_x(272234,28)RMZU04E,13283.p,0.000000)\
-			0.000000	(t_x(287433,167)EBBRA04E,13284.p,0.000000)\
-			0.000000	(t_x(291538,125)KSPE1P04,13285.p,0.000000)\
-			0.000000	(t_x(309200,813)LCES004M,13286.p,0.000000)\
-			0.000000	(t_x(296465,280)KSAL1204,13287.p,0.000000)\
-			0.000000	(t_x(286329,38)EBBRA04E,13288.p,0.000000)\
-			0.000000	(t_x(275809,234)YD5WH04M,13289.p,0.000000)\
-			0.000000	(t_x(304895,649)LOVN1504,13290.p,0.000000)\
-			0.000000	(t_x(276210,244)KHVL104E,13291.p,0.000000)\
-			0.000000	(t_x(287536,294)LELVL04M,13292.p,0.000000)\
-			0.000000	(t_x(295180,697)RASI04M,13293.p,0.000000)\
-			0.000000	(t_x(320214,617)MRAE04,13294.p,0.000000)\
-			0.000000	(t_x(298160,201)KSAL1204,13295.p,0.000000)\
-			1.000000	(t_x(287367,133)YBOLN04M,13296.p,1.000000)\
-			0.000000	(t_x(263921,5943)LCES004,13297.p,0.000000)\
-			0.000000	(t_x(301303,107)MYY04A,13298.p,0.000000)\
-			0.000000	(t_x(311119,518)RMZSI04,13299.p,0.000000)\
-			0.000000	(t_x(306801,1134)RMZU04,13300.p,0.000000)\
-			0.000000	(t_x(285688,874)RQXSI04E,13301.p,0.000000)\
-			0.000000	(t_x(295174,434)BKED1204,13302.p,0.000000)\
-			0.000000	(t_x(286685,750)RQXSI04E,13303.p,0.000000)\
-			0.000000	(t_x(288954,267)KHVL104E,13304.p,0.000000)\
-			0.000000	(t_x(295497,401)PMXX04M,13305.p,0.000000)\
-			0.000000	(t_x(306405,1812)EDGG704,13306.p,0.000000)\
-			0.000000	(t_x(295822,217)LEMDAT04,13307.p,0.000000)\
-			0.000000	(t_x(295528,413)RQXI04E,13308.p,0.000000)\
-			0.000000	(t_x(295446,91)RMZU04E,13309.p,0.000000)\
-			0.000000	(t_x(296563,353)KWUR404E,13310.p,0.000000)\
-			0.000000	(t_x(291577,154)EGNOR04M,13311.p,0.000000)\
-			0.000000	(t_x(312009,1619)LLBGA04L,13312.p,0.000000)\
-			0.000000	(t_x(304262,3)MGY04,13313.p,0.000000)\
-			0.000000	(t_x(313899,301)KSAL1204,13314.p,0.000000)\
-			0.000000	(t_x(291377,711)EG11G04M,13315.p,0.000000)\
-			0.000000	(t_x(301145,249)YB3EH04A,13316.p,0.000000)\
-			0.000000	(t_x(313302,414)LCES004,13317.p,0.000000)\
-			0.000000	(t_x(310127,184)YB3EH04A,13318.p,0.000000)\
-			0.000000	(t_x(287201,77)YBOLN04M,13319.p,0.000000)\
-			0.000000	(t_x(309462,22)LOVN1504,13320.p,0.000000)\
-			0.000000	(t_x(263621,503)CPRFBR04,13321.p,0.000000)\
-			0.000000	(t_x(297288,217)YB3EH04A,13322.p,0.000000)\
-			0.000000	(t_x(288519,180)YB5WH04M,13323.p,0.000000)\
-			0.000000	(t_x(296477,163)YB3EH04A,13324.p,0.000000)\
-			0.000000	(t_x(308308,218)YB3EH04A,13325.p,0.000000)\
-			0.000000	(t_x(302096,110)LOVN1504,13326.p,0.000000)\
-			0.000000	(t_x(314808,303)MRAEE04,13327.p,0.000000)\
-			0.000000	(t_x(285599,168)EBBRA04E,13328.p,0.000000)\
-			0.000000	(t_x(284313,55)RQXSI04E,13329.p,0.000000)\
-			0.000000	(t_x(300146,169)LGKFN04,13330.p,0.000000)\
-			0.000000	(t_x(292714,342)YB5WH04M,13331.p,0.000000)\
-			0.000000	(t_x(284183,479)LOVN1504,13332.p,0.000000)\
-			0.000000	(t_x(264033,153)MYY04A,13333.p,0.000000)\
-			0.000000	(t_x(314699,5443)LCES004,13334.p,0.000000)\
-			0.000000	(t_x(283821,546)KWUR404E,13335.p,0.000000)\
-			0.000000	(t_x(289007,278)YB5WH04M,13336.p,0.000000)\
-			0.000000	(t_x(294876,1316)PMXX04M,13337.p,0.000000)\
-			0.000000	(t_x(317111,1967)EDGG704,13338.p,0.000000)\
-			0.000000	(t_x(297234,316)YD5WH04M,13339.p,0.000000)\
-			0.000000	(t_x(294135,476)RMZU04E,13340.p,0.000000)\
-			0.000000	(t_x(302661,230)EG11G04M,13341.p,0.000000)\
-			0.000000	(t_x(294284,209)MYY04A,13342.p,0.000000)\
-			0.000000	(t_x(302643,210)EG11G04M,13343.p,0.000000)\
-			0.000000	(t_x(277562,392)YH5MH04M,13344.p,0.000000)\
-			0.000000	(t_x(301299,114)YB3EH04A,13345.p,0.000000)\
-			0.000000	(t_x(313717,216)MEK04,13346.p,0.000000)\
-			0.000000	(t_x(290378,387)YD5WH04M,13347.p,0.000000)\
-			0.000000	(t_x(317908,2363)EDGG704,13348.p,0.000000)\
-			0.000000	(t_x(302920,246)LELVL104,13349.p,0.000000)\
-			0.000000	(t_x(276534,300)KHVL104E,13350.p,0.000000)\
-			0.000000	(t_x(277591,702)RMZU04E,13351.p,0.000000)\
-			0.000000	(t_x(282882,219)KWUR404E,13352.p,0.000000)\
-			0.000000	(t_x(279485,339)KHVL104E,13353.p,0.000000)\
-			0.000000	(t_x(292099,194)EGNOR04M,13354.p,0.000000)\
-			0.000000	(t_x(307617,539)LELVU04,13355.p,0.000000)\
-			0.000000	(t_x(285585,496)MGY04,13356.p,0.000000)\
-			0.000000	(t_x(278598,1468)EHAMA04,13357.p,0.000000)\
-			0.000000	(t_x(307186,46)MAB04,13358.p,0.000000)\
-			0.000000	(t_x(297781,102)YB3EH04A,13359.p,0.000000)\
-			0.000000	(t_x(279163,315)KHVL104E,13360.p,0.000000)\
-			0.000000	(t_x(301461,232)YB3EH04A,13361.p,0.000000)\
-			0.000000	(t_x(312036,243)MAB3404A,13362.p,0.000000)\
-			0.000000	(t_x(285624,558)YD5WH04M,13363.p,0.000000)\
-			0.000000	(t_x(278647,1327)EHAMA04,13364.p,0.000000)\
-			0.000000	(t_x(318565,270)LELVL104,13365.p,0.000000)\
-			0.000000	(t_x(283526,118)YB3EH04E,13366.p,0.000000)\
-			0.000000	(t_x(278871,360)YB3EH04E,13367.p,0.000000)\
-			0.000000	(t_x(286678,175)EBBRA04E,13368.p,0.000000)\
-			0.000000	(t_x(293901,231)RQXU04E,13369.p,0.000000)\
-			0.000000	(t_x(312565,594)LCES004,13370.p,0.000000)\
-			0.000000	(t_x(281854,264)KWUR404E,13371.p,0.000000)\
-			0.000000	(t_x(281256,145)RMZU04,13372.p,0.000000)\
-			0.000000	(t_x(290892,198)YB5WH04M,13373.p,0.000000)\
-			0.000000	(t_x(291018,78)MAB3404A,13374.p,0.000000)\
-			0.000000	(t_x(312532,259)LELVL104,13375.p,0.000000)\
-			0.000000	(t_x(277424,1442)EHAMA04,13376.p,0.000000)\
-			0.000000	(t_x(303783,121)MAB04,13377.p,0.000000)\
-			0.000000	(t_x(302670,660)RMZSI04,13378.p,0.000000)\
-			0.000000	(t_x(297505,355)RQXSI04E,13379.p,0.000000)\
-			0.000000	(t_x(296772,911)LOVN1504,13380.p,0.000000)\
-			0.000000	(t_x(322722,1989)EDGG704,13381.p,0.000000)\
-			0.000000	(t_x(293188,34)RNI04M,13382.p,0.000000)\
-			0.000000	(t_x(287821,212)RMZSI04M,13383.p,0.000000)\
-			0.000000	(t_x(314730,161)MAB04,13384.p,0.000000)\
-			0.000000	(t_x(311549,438)LELVL104,13385.p,0.000000)\
-			0.000000	(t_x(315779,550)LCES004,13386.p,0.000000)\
-			0.000000	(t_x(311727,167)MAB04,13387.p,0.000000)\
-			0.000000	(t_x(297554,413)RNI04M,13388.p,0.000000)\
-			0.000000	(t_x(282720,506)KWUR404E,13389.p,0.000000)\
-			0.000000	(t_x(287817,31)LGKFN04,13390.p,0.000000)\
-			0.000000	(t_x(308432,110)RMZU04,13391.p,0.000000)\
-			0.000000	(t_x(296253,342)MEK04,13392.p,0.000000)\
-			0.000000	(t_x(296922,488)LGKFN04,13393.p,0.000000)\
-			0.000000	(t_x(294807,2270)LCES004M,13394.p,0.000000)\
-			0.000000	(t_x(290568,614)LEMDAT04,13395.p,0.000000)\
-			0.000000	(t_x(307658,131)RMZU04,13396.p,0.000000)\
-			0.000000	(t_x(308593,1166)RMZU04,13397.p,0.000000)\
-			0.000000	(t_x(297867,281)RJIU04M,13398.p,0.000000)\
-			0.000000	(t_x(305573,115)KSLN04A,13399.p,0.000000)\
-			0.000000	(t_x(314075,97)MRAE04,13400.p,0.000000)\
-			0.000000	(t_x(311478,564)LELVL104,13401.p,0.000000)\
-			0.000000	(t_x(287527,410)KSPE1P04,13402.p,0.000000)\
-			0.000000	(t_x(289397,598)LGKFN04,13403.p,0.000000)\
-			0.000000	(t_x(290650,294)PMXX04M,13404.p,0.000000)\
-			0.000000	(t_x(288358,250)KWUR404E,13405.p,0.000000)\
-			0.000000	(t_x(279409,306)YH5MH04M,13406.p,0.000000)\
-			0.000000	(t_x(294120,180)RQXU04E,13407.p,0.000000)\
-			0.000000	(t_x(294442,438)LOVN1504,13408.p,0.000000)\
-			0.000000	(t_x(306358,807)RMZSI04,13409.p,0.000000)\
-			0.000000	(t_x(308855,278)YB3EH04A,13410.p,0.000000)\
-			0.000000	(t_x(294518,146)EG11G04M,13411.p,0.000000)\
-			1.000000	(t_x(309695,346)MEK04,13412.p,1.000000)\
-			0.000000	(t_x(312583,2149)LCES004,13413.p,0.000000)\
-			0.000000	(t_x(302387,236)YB3EH04A,13414.p,0.000000)\
-			0.000000	(t_x(304778,183)RNS04M,13415.p,0.000000)\
-			0.000000	(t_x(291212,106)RVKWS04,13416.p,0.000000)\
-			0.000000	(t_x(295082,335)KSAL1204,13417.p,0.000000)\
-			0.000000	(t_x(300896,195)GL34W04,13418.p,0.000000)\
-			0.000000	(t_x(298528,2713)LCES004,13419.p,0.000000)\
-			0.000000	(t_x(280018,154)FUJ04M,13420.p,0.000000)\
-			0.000000	(t_x(309210,2091)EDGG704,13421.p,0.000000)\
-			0.000000	(t_x(290761,588)YD5WH04M,13422.p,0.000000)\
-			0.000000	(t_x(293549,231)RQXU04E,13423.p,0.000000)\
-			0.000000	(t_x(298480,382)RMZU04,13424.p,0.000000)\
-			0.000000	(t_x(306207,1645)LCES004M,13425.p,0.000000)\
-			0.000000	(t_x(296180,363)RMZU04,13426.p,0.000000)\
-			0.000000	(t_x(291906,1809)EGNOR04M,13427.p,0.000000)\
-			0.000000	(t_x(289950,54)YB5WH04M,13428.p,0.000000)\
-			0.000000	(t_x(279259,78)YH5MH04M,13429.p,0.000000)\
-			0.000000	(t_x(285189,1140)RVKWU04M,13430.p,0.000000)\
-			0.000000	(t_x(296164,870)RQXSI04E,13431.p,0.000000)\
-			0.000000	(t_x(288107,75)KWUR404E,13432.p,0.000000)\
-			0.000000	(t_x(293544,443)RQXSI04E,13433.p,0.000000)\
-			0.000000	(t_x(285431,1032)LGKFN04,13434.p,0.000000)\
-			0.000000	(t_x(284085,1000)RVKWU04M,13435.p,0.000000)\
-			0.000000	(t_x(315428,208)LELVL104,13436.p,0.000000)\
-			0.000000	(t_x(313054,243)MAB1204A,13437.p,0.000000)\
-			0.000000	(t_x(279834,520)YH5MH04M,13438.p,0.000000)\
-			0.000000	(t_x(298402,518)LCES004M,13439.p,0.000000)\
-			0.000000	(t_x(297113,14)RJIU04M,13440.p,0.000000)\
-			0.000000	(t_x(295238,408)RNI04M,13441.p,0.000000)\
-			0.000000	(t_x(291189,652)RVKWU04M,13442.p,0.000000)\
-			0.000000	(t_x(290455,554)RNS04M,13443.p,0.000000)\
-			0.000000	(t_x(287193,425)RQXSI04E,13444.p,0.000000)\
-			0.000000	(t_x(288599,353)RMZU04E,13445.p,0.000000)\
-			0.000000	(t_x(307264,4010)LCES004,13446.p,0.000000)\
-			0.000000	(t_x(280002,539)LELVU04,13447.p,0.000000)\
-			0.000000	(t_x(287579,461)RQXSI04E,13448.p,0.000000)\
-			0.000000	(t_x(284297,928)RQXSI04E,13449.p,0.000000)\
-			0.000000	(t_x(288914,299)MAB1204A,13450.p,0.000000)\
-			0.000000	(t_x(285360,334)LELVL04M,13451.p,0.000000)\
-			0.000000	(t_x(295448,413)RMZU04E,13452.p,0.000000)\
-			0.000000	(t_x(297613,854)RQXSI04E,13453.p,0.000000)\
-			0.000000	(t_x(263587,2455)LCES004M,13454.p,0.000000)\
-			0.000000	(t_x(291178,305)EBBRA04E,13455.p,0.000000)\
-			0.000000	(t_x(309940,572)LELVL104,13456.p,0.000000)\
-			0.000000	(t_x(291312,521)LGKFN04,13457.p,0.000000)\
-			0.000000	(t_x(308743,130)MAB3404A,13458.p,0.000000)\
-			0.000000	(t_x(290583,588)YD5WH04M,13459.p,0.000000)\
-			0.000000	(t_x(303341,497)LCES004M,13460.p,0.000000)\
-			0.000000	(t_x(303842,405)LELVU04,13461.p,0.000000)\
-			0.000000	(t_x(283823,703)KWUR404E,13462.p,0.000000)\
-			0.000000	(t_x(294791,462)LELVL04M,13463.p,0.000000)\
-			0.000000	(t_x(292297,236)RJIU04M,13464.p,0.000000)\
-			0.000000	(t_x(301879,580)LELVL104,13465.p,0.000000)\
-			0.000000	(t_x(293070,784)RNS04M,13466.p,0.000000)\
-			0.000000	(t_x(286690,1040)EHAMA04,13467.p,0.000000)\
-			0.000000	(t_x(282583,174)PMXX04M,13468.p,0.000000)\
-			0.000000	(t_x(297219,197)FUJ04M,13469.p,0.000000)\
-			0.000000	(t_x(282868,205)KWUR404E,13470.p,0.000000)\
-			0.000000	(t_x(281824,692)RVKWU04M,13471.p,0.000000)\
-			0.000000	(t_x(279642,346)KHVL104E,13472.p,0.000000)\
-			0.000000	(t_x(291257,2146)EDGG704,13473.p,0.000000)\
-			0.000000	(t_x(284504,538)RQXSI04E,13474.p,0.000000)\
-			0.000000	(t_x(302531,417)RJIU04M,13475.p,0.000000)\
-			0.000000	(t_x(302725,822)MM204,13476.p,0.000000)\
-			0.000000	(t_x(301477,1197)MRAE04,13477.p,0.000000)\
-			0.000000	(t_x(287604,276)PMXX04M,13478.p,0.000000)\
-			0.000000	(t_x(288740,476)RQXSI04E,13479.p,0.000000)\
-			0.000000	(t_x(263439,2891)YB3EH04A,13480.p,0.000000)\
-			0.000000	(t_x(284450,90)KSLN04M,13481.p,0.000000)\
-			0.000000	(t_x(293964,190)RMZU04E,13482.p,0.000000)\
-			0.000000	(t_x(308093,1)YB3EH04A,13483.p,0.000000)\
-			0.000000	(t_x(278487,118)YH5MH04M,13484.p,0.000000)\
-			0.000000	(t_x(294148,317)RQXU04E,13485.p,0.000000)\
-			0.000000	(t_x(309721,290)YB3EH04A,13486.p,0.000000)\
-			0.000000	(t_x(295691,198)RMZU04,13487.p,0.000000)\
-			0.000000	(t_x(313701,998)MGY04,13488.p,0.000000)\
-			0.000000	(t_x(279693,111)YH5MH04M,13489.p,0.000000)\
-			0.000000	(t_x(297362,285)RNI04M,13490.p,0.000000)\
-			0.000000	(t_x(294111,269)LELVU04,13491.p,0.000000)\
-			0.000000	(t_x(284184,817)RMZSI04,13492.p,0.000000)\
-			0.000000	(t_x(289901,388)RQXSI04E,13493.p,0.000000)\
-			0.000000	(t_x(290342,359)RNI04M,13494.p,0.000000)\
-			0.000000	(t_x(283115,170)RMZU04,13495.p,0.000000)\
-			0.000000	(t_x(298038,123)EDGG704,13496.p,0.000000)\
-			0.000000	(t_x(300455,736)LCES004M,13497.p,0.000000)\
-			0.000000	(t_x(290866,277)YBOLN04M,13498.p,0.000000)\
-			0.000000	(t_x(281905,329)YH5MH04M,13499.p,0.000000)\
-			0.000000	(t_x(300133,322)RQXSI04E,13500.p,0.000000)\
-			0.000000	(t_x(292003,261)FUJ04M,13501.p,0.000000)\
-			0.000000	(t_x(295393,77)RQXU04E,13502.p,0.000000)\
-			0.000000	(t_x(283663,828)RQXSI04E,13503.p,0.000000)\
-			0.000000	(t_x(294556,427)RJIU04M,13504.p,0.000000)\
-			0.000000	(t_x(280474,65)LGKFN04,13505.p,0.000000)\
-			0.000000	(t_x(296649,21)YB3EH04A,13506.p,0.000000)\
-			0.000000	(t_x(318401,234)EDGG704,13507.p,0.000000)\
-			0.000000	(t_x(291267,711)RNS04M,13508.p,0.000000)\
-			0.000000	(t_x(292354,159)RMZU04,13509.p,0.000000)\
-			0.000000	(t_x(307887,239)YB3EH04A,13510.p,0.000000)\
-			0.000000	(t_x(290090,2446)EDGG704,13511.p,0.000000)\
-			0.000000	(t_x(293858,609)$RQXU04E,13512.p,0.000000)\
-			0.000000	(t_x(307231,323)MGY04,13513.p,0.000000)\
-			0.000000	(t_x(315019,1386)EDGG704,13514.p,0.000000)\
-			0.000000	(t_x(286616,1492)RVKWU04M,13515.p,0.000000)\
-			0.000000	(t_x(303423,200)EDGG704,13516.p,0.000000)\
-			0.000000	(t_x(296473,351)LCES004,13517.p,0.000000)\
-			0.000000	(t_x(312354,304)MAB1204A,13518.p,0.000000)\
-			0.000000	(t_x(300884,447)YB3EH04A,13519.p,0.000000)\
-			0.000000	(t_x(286568,308)EBBRA04E,13520.p,0.000000)\
-			0.000000	(t_x(292783,30)YB3EH04A,13521.p,0.000000)\
-			0.000000	(t_x(283258,162)RMZU04E,13522.p,0.000000)\
-			0.000000	(t_x(286791,315)EBBRA04E,13523.p,0.000000)\
-			0.000000	(t_x(307897,452)LCES004M,13524.p,0.000000)\
-			0.000000	(t_x(292050,514)RJIU04M,13525.p,0.000000)\
-			0.000000	(t_x(301350,834)RMZU04,13526.p,0.000000)\
-			0.000000	(t_x(298297,497)LOVN1504,13527.p,0.000000)\
-			0.000000	(t_x(295723,1306)RVKWU04M,13528.p,0.000000)\
-			0.000000	(t_x(307103,140)MAB3404A,13529.p,0.000000)\
-			0.000000	(t_x(315138,689)LCES004,13530.p,0.000000)\
-			0.000000	(t_x(280142,463)EHAMA04,13531.p,0.000000)\
-			0.000000	(t_x(308647,1167)MRAE04,13532.p,0.000000)\
-			0.000000	(t_x(294097,606)LELVU04,13533.p,0.000000)\
-			0.000000	(t_x(309143,108)RMZU04,13534.p,0.000000)\
-			0.000000	(t_x(300140,441)RMZU04,13535.p,0.000000)\
-			0.000000	(t_x(288568,649)RQXSI04E,13536.p,0.000000)\
-			0.000000	(t_x(297278,80)YB3EH04A,13537.p,0.000000)\
-			0.000000	(t_x(284154,449)RQXSI04E,13538.p,0.000000)\
-			0.000000	(t_x(309203,85)YB3EH04A,13539.p,0.000000)\
-			0.000000	(t_x(290696,830)RNS04M,13540.p,0.000000)\
-			0.000000	(t_x(284700,95)KWUR404E,13541.p,0.000000)\
-			0.000000	(t_x(312051,26)YB3EH04A,13542.p,0.000000)\
-			0.000000	(t_x(278320,73)EGNOR04M,13543.p,0.000000)\
-			0.000000	(t_x(295790,199)LEMDAT04,13544.p,0.000000)\
-			0.000000	(t_x(286575,531)LELVL04M,13545.p,0.000000)\
-			0.000000	(t_x(284860,1333)RVKWU04M,13546.p,0.000000)\
-			0.000000	(t_x(297350,29)BR204M,13547.p,0.000000)\
-			0.000000	(t_x(294048,124)RMZU04E,13548.p,0.000000)\
-			0.000000	(t_x(287155,272)EBBRA04E,13549.p,0.000000)\
-			0.000000	(t_x(307985,158)RMZU04,13550.p,0.000000)\
-			0.000000	(t_x(291539,16)KSLN04M,13551.p,0.000000)\
-			0.000000	(t_x(289367,535)RQXSI04E,13552.p,0.000000)\
-			0.000000	(t_x(303930,258)YB3EH04A,13553.p,0.000000)\
-			0.000000	(t_x(284723,99)YB3EH04E,13554.p,0.000000)\
-			0.000000	(t_x(282176,133)RMZU04E,13555.p,0.000000)\
-			0.000000	(t_x(297571,284)LELVU04,13556.p,0.000000)\
-			0.000000	(t_x(291547,82)KSLN04A,13557.p,0.000000)\
-			0.000000	(t_x(311284,1350)LCES004,13558.p,0.000000)\
-			0.000000	(t_x(278590,508)EHAMA04,13559.p,0.000000)\
-			0.000000	(t_x(287372,337)KSPE1P04,13560.p,0.000000)\
-			0.000000	(t_x(287287,247)RMZU04E,13561.p,0.000000)\
-			1.000000	(t_x(296970,2)KFZ4404M,13562.p,1.000000)\
-			0.000000	(t_x(300815,2482)LCES004M,13563.p,0.000000)\
-			0.000000	(t_x(263418,381)BKED1204,13564.p,0.000000)\
-			0.000000	(t_x(307860,95)YB3EH04A,13565.p,0.000000)\
-			0.000000	(t_x(277284,164)EBBRA04E,13566.p,0.000000)\
-			0.000000	(t_x(279006,596)BKED1204,13567.p,0.000000)\
-			0.000000	(t_x(292693,5)KFZ4404M,13568.p,0.000000)\
-			0.000000	(t_x(279552,205)EBBRA04E,13569.p,0.000000)\
-			0.000000	(t_x(289194,1590)RMZU04E,13570.p,0.000000)\
-			0.000000	(t_x(307626,606)MRAE04,13571.p,0.000000)\
-			0.000000	(t_x(282480,123)RQXSI04E,13572.p,0.000000)\
-			0.000000	(t_x(291024,1713)RQXSI04E,13573.p,0.000000)\
-			0.000000	(t_x(284925,643)LGRPA04M,13574.p,0.000000)\
-			0.000000	(t_x(312011,57)YB3EH04A,13575.p,0.000000)\
-			0.000000	(t_x(279791,1671)EHAMA04,13576.p,0.000000)\
-			0.000000	(t_x(288957,329)LEMDAT04,13577.p,0.000000)\
-			0.000000	(t_x(297185,343)KSLN04A,13578.p,0.000000)\
-			0.000000	(t_x(295882,37)RNI04M,13579.p,0.000000)\
-			0.000000	(t_x(296449,797)LELVU04,13580.p,0.000000)\
-			0.000000	(t_x(286590,95)YB5WH04M,13581.p,0.000000)\
-			0.000000	(t_x(298368,69)LOVN1504,13582.p,0.000000)\
-			1.000000	(t_x(291514,22)KSLN2C04,13583.p,1.000000)\
-			0.000000	(t_x(303451,290)$KFZ4404L,13584.p,0.000000)\
-			0.000000	(t_x(284797,127)BR204M,13585.p,0.000000)\
-			0.000000	(t_x(285070,36)RMZU04E,13586.p,0.000000)\
-			0.000000	(t_x(292446,190)BR204M,13587.p,0.000000)\
-			0.000000	(t_x(302162,1547)LGKFN04,13588.p,0.000000)\
-			0.000000	(t_x(302218,226)YB3EH04A,13589.p,0.000000)\
-			0.000000	(t_x(291038,2449)EDGG704,13590.p,0.000000)\
-			0.000000	(t_x(289136,211)RJIU04M,13591.p,0.000000)\
-			0.000000	(t_x(288684,153)YH5MH04M,13592.p,0.000000)\
-			0.000000	(t_x(303662,78)KSPE104D,13593.p,0.000000)\
-			0.000000	(t_x(295369,123)EGNOR04M,13594.p,0.000000)\
-			0.000000	(t_x(304753,395)LGKFN04,13595.p,0.000000)\
-			0.000000	(t_x(303195,840)MRAE04,13596.p,0.000000)\
-			0.000000	(t_x(305828,774)LCES004,13597.p,0.000000)\
-			0.000000	(t_x(297929,1140)EGNOR04M,13598.p,0.000000)\
-			0.000000	(t_x(297129,113)YB3EH04A,13599.p,0.000000)\
-			0.000000	(t_x(298619,123)RNS04M,13600.p,0.000000)\
-			0.000000	(t_x(304555,199)LEMDAT04,13601.p,0.000000)\
-			0.000000	(t_x(313003,1500)MRAE04,13602.p,0.000000)\
-			0.000000	(t_x(288191,244)KSPE1P04,13603.p,0.000000)\
-			0.000000	(t_x(317924,161)MRAEE04,13604.p,0.000000)\
-			0.000000	(t_x(303868,1133)LEMDAT04,13605.p,0.000000)\
-			0.000000	(t_x(293168,546)RQXU04E,13606.p,0.000000)\
-			0.000000	(t_x(310539,31)YB3EH04A,13607.p,0.000000)\
-			0.000000	(t_x(296840,117)YB3EH04A,13608.p,0.000000)\
-			0.000000	(t_x(287140,1214)RVKWU04M,13609.p,0.000000)\
-			0.000000	(t_x(291971,81)YB3EH04A,13610.p,0.000000)\
-			0.000000	(t_x(306868,256)KSLN04A,13611.p,0.000000)\
-			0.000000	(t_x(303592,25)MGY04,13612.p,0.000000)\
-			0.000000	(t_x(304261,239)RJIU04M,13613.p,0.000000)\
-			0.000000	(t_x(277703,133)KHVL104E,13614.p,0.000000)\
-			0.000000	(t_x(300464,42)MAB3404A,13615.p,0.000000)\
-			0.000000	(t_x(309070,320)EDGG704,13616.p,0.000000)\
-			0.000000	(t_x(306201,127)KSAL1204,13617.p,0.000000)\
-			0.000000	(t_x(283209,640)RMZU04E,13618.p,0.000000)\
-			0.000000	(t_x(285772,50)YB3EH04E,13619.p,0.000000)\
-			0.000000	(t_x(286638,354)RNS04M,13620.p,0.000000)\
-			0.000000	(t_x(278565,507)LELVU04,13621.p,0.000000)\
-			0.000000	(t_x(304253,347)LCES004M,13622.p,0.000000)\
-			0.000000	(t_x(295287,514)RQXSI04E,13623.p,0.000000)\
-			0.000000	(t_x(285230,37)KFZ4404M,13624.p,0.000000)\
-			0.000000	(t_x(283389,941)RQXSI04E,13625.p,0.000000)\
-			0.000000	(t_x(305432,859)RMZSI04,13626.p,0.000000)\
-			0.000000	(t_x(301987,810)LCES004M,13627.p,0.000000)\
-			0.000000	(t_x(274564,730)RQXSI04E,13628.p,0.000000)\
-			0.000000	(t_x(285794,870)RQXSI04E,13629.p,0.000000)\
-			0.000000	(t_x(280666,423)KSLN04A,13630.p,0.000000)\
-			0.000000	(t_x(292544,252)$YD5WH04M,13631.p,0.000000)\
-			0.000000	(t_x(288723,32)RMZU04,13632.p,0.000000)\
-			0.000000	(t_x(279250,55)KSPE1P04,13633.p,0.000000)\
-			0.000000	(t_x(309099,488)MRAEE04,13634.p,0.000000)\
-			0.000000	(t_x(295728,190)YB5WH04M,13635.p,0.000000)\
-			0.000000	(t_x(286160,29)YB3EH04E,13636.p,0.000000)\
-			0.000000	(t_x(306995,82)YB3EH04A,13637.p,0.000000)\
-			0.000000	(t_x(295734,993)LEMDAT04,13638.p,0.000000)\
-			0.000000	(t_x(285563,375)LCES004M,13639.p,0.000000)\
-			0.000000	(t_x(311447,362)LGKFN04,13640.p,0.000000)\
-			0.000000	(t_x(294815,1146)RMZU04,13641.p,0.000000)\
-			0.000000	(t_x(308003,64)YB3EH04A,13642.p,0.000000)\
-			0.000000	(t_x(294449,282)BR404M,13643.p,0.000000)\
-			0.000000	(t_x(287978,82)YH5MH04M,13644.p,0.000000)\
-			0.000000	(t_x(295292,117)YB3EH04A,13645.p,0.000000)\
-			0.000000	(t_x(287703,209)RNI04M,13646.p,0.000000)\
-			0.000000	(t_x(277434,366)EG11G04M,13647.p,0.000000)\
-			0.000000	(t_x(317443,487)MRAE04,13648.p,0.000000)\
-			0.000000	(t_x(286781,149)MM204,13649.p,0.000000)\
-			0.000000	(t_x(301003,23)CPRFBR04,13650.p,0.000000)\
-			0.000000	(t_x(310899,437)KSLN04A,13651.p,0.000000)\
-			0.000000	(t_x(289490,124)BR204M,13652.p,0.000000)\
-			0.000000	(t_x(305584,34)MGY04,13653.p,0.000000)\
-			0.000000	(t_x(289595,171)YBOLN04M,13654.p,0.000000)\
-			0.000000	(t_x(313050,388)LCES004M,13655.p,0.000000)\
-			0.000000	(t_x(282057,403)YBOLN04M,13656.p,0.000000)\
-			0.000000	(t_x(282505,461)RFBRT04M,13657.p,0.000000)\
-			0.000000	(t_x(312442,341)LEBAS04A,13658.p,0.000000)\
-			0.000000	(t_x(262875,421)EBBRA04E,13659.p,0.000000)\
-			0.000000	(t_x(294756,218)RJIU04M,13660.p,0.000000)\
-			0.000000	(t_x(263503,336)RNS04M,13661.p,0.000000)\
-			0.000000	(t_x(268974,324)KSPE1P04,13662.p,0.000000)\
-			0.000000	(t_x(297402,2911)KSPE104D,13663.p,0.000000)\
-			0.000000	(t_x(286762,90)RJIU04M,13664.p,0.000000)\
-			0.000000	(t_x(277243,100)KSPE1P04,13665.p,0.000000)\
-			0.000000	(t_x(290535,180)YBOLN04M,13666.p,0.000000)\
-			0.000000	(t_x(291739,198)KSLN04A,13667.p,0.000000)\
-			0.000000	(t_x(295965,111)RQXU04E,13668.p,0.000000)\
-			0.000000	(t_x(285895,15)YB3EH04E,13669.p,0.000000)\
-			0.000000	(t_x(281447,130)YB3EH04A,13670.p,0.000000)\
-			0.000000	(t_x(286317,275)EBBRA04E,13671.p,0.000000)\
-			0.000000	(t_x(311314,258)LELVL104,13672.p,0.000000)\
-			0.000000	(t_x(317920,2466)EDGG704,13673.p,0.000000)\
-			0.000000	(t_x(281348,137)KFZ4404M,13674.p,0.000000)\
-			0.000000	(t_x(282752,185)KSLN04A,13675.p,0.000000)\
-			0.000000	(t_x(312231,346)YB3EH04A,13676.p,0.000000)\
-			0.000000	(t_x(295891,233)BR204M,13677.p,0.000000)\
-			0.000000	(t_x(295168,93)BR204M,13678.p,0.000000)\
-			0.000000	(t_x(306171,471)LOVN1504,13679.p,0.000000)\
-			0.000000	(t_x(294546,472)LOVN1504,13680.p,0.000000)\
-			0.000000	(t_x(297744,422)LOVN1504,13681.p,0.000000)\
-			0.000000	(t_x(307142,434)KSPE104D,13682.p,0.000000)\
-			0.000000	(t_x(285792,369)BR404M,13683.p,0.000000)\
-			0.000000	(t_x(306051,61)KSPE104D,13684.p,0.000000)\
-			0.000000	(t_x(307025,208)YB3EH04A,13685.p,0.000000)\
-			0.000000	(t_x(277201,387)KHVL104E,13686.p,0.000000)\
-			0.000000	(t_x(309011,478)MRAE04,13687.p,0.000000)\
-			0.000000	(t_x(294211,219)EG11G04M,13688.p,0.000000)\
-			0.000000	(t_x(307707,467)BKED1204,13689.p,0.000000)\
-			0.000000	(t_x(303173,66)EG11G04M,13690.p,0.000000)\
-			0.000000	(t_x(291048,87)LEMDAT04,13691.p,0.000000)\
-			0.000000	(t_x(292876,403)EDGG704,13692.p,0.000000)\
-			0.000000	(t_x(300072,163)KSLN04A,13693.p,0.000000)\
-			0.000000	(t_x(284566,257)YB3EH04A,13694.p,0.000000)\
-			0.000000	(t_x(273554,180)KSLN04M,13695.p,0.000000)\
-			0.000000	(t_x(297157,1491)LGKFN04,13696.p,0.000000)\
-			0.000000	(t_x(290343,208)RJIU04M,13697.p,0.000000)\
-			0.000000	(t_x(292251,194)YB3EH04A,13698.p,0.000000)\
-			0.000000	(t_x(263421,504)LCES004M,13699.p,0.000000)\
-			0.000000	(t_x(284911,49)KFZ4404M,13700.p,0.000000)\
-			0.000000	(t_x(306139,264)LOVN1504,13701.p,0.000000)\
-			0.000000	(t_x(308402,288)LELVL104,13702.p,0.000000)\
-			0.000000	(t_x(298249,1029)RNS04M,13703.p,0.000000)\
-			0.000000	(t_x(300204,50)EG11G04M,13704.p,0.000000)\
-			0.000000	(t_x(279652,324)KHVL104E,13705.p,0.000000)\
-			0.000000	(t_x(301680,139)KWUR1C04,13706.p,0.000000)\
-			0.000000	(t_x(293552,155)KSPE104D,13707.p,0.000000)\
-			0.000000	(t_x(284038,535)LELVL04M,13708.p,0.000000)\
-			0.000000	(t_x(296640,162)KSAL1204,13709.p,0.000000)\
-			0.000000	(t_x(301749,323)KSLN04A,13710.p,0.000000)\
-			0.000000	(t_x(292917,428)LELVL04M,13711.p,0.000000)\
-			0.000000	(t_x(282837,316)KSLN04M,13712.p,0.000000)\
-			0.000000	(t_x(319288,210)MRAE04,13713.p,0.000000)\
-			0.000000	(t_x(295273,279)EG11G04M,13714.p,0.000000)\
-			0.000000	(t_x(305604,163)KFZ4404M,13715.p,0.000000)\
-			0.000000	(t_x(303203,6174)LCES004,13716.p,0.000000)\
-			0.000000	(t_x(301601,228)LOVN1504,13717.p,0.000000)\
-			0.000000	(t_x(279142,6)YB5KL04E,13718.p,0.000000)\
-			0.000000	(t_x(289499,125)EGNOR04M,13719.p,0.000000)\
-			0.000000	(t_x(295407,384)RJIU04M,13720.p,0.000000)\
-			0.000000	(t_x(297852,520)RNI04M,13721.p,0.000000)\
-			0.000000	(t_x(301582,234)RNI04M,13722.p,0.000000)\
-			0.000000	(t_x(284165,632)RVKWU04M,13723.p,0.000000)\
-			0.000000	(t_x(306187,7)LOVN1504,13724.p,0.000000)\
-			0.000000	(t_x(294164,389)BR404M,13725.p,0.000000)\
-			0.000000	(t_x(292413,440)KWUR404E,13726.p,0.000000)\
-			0.000000	(t_x(309006,113)ZM56704,13727.p,0.000000)\
-			0.000000	(t_x(293640,58)YB3EH04E,13728.p,0.000000)\
-			0.000000	(t_x(306577,286)LELVL104,13729.p,0.000000)\
-			0.000000	(t_x(307153,4461)LCES004,13730.p,0.000000)\
-			0.000000	(t_x(285178,53)PMXX04M,13731.p,0.000000)\
-			0.000000	(t_x(283414,108)KWUR404E,13732.p,0.000000)\
-			0.000000	(t_x(313569,2653)LCES004,13733.p,0.000000)\
-			0.000000	(t_x(296997,399)GL4W04M,13734.p,0.000000)\
-			1.000000	(t_x(306270,596)LELVL104,13735.p,1.000000)\
-			0.000000	(t_x(285112,467)KSLN04M,13736.p,0.000000)\
-			0.000000	(t_x(279347,46)KSPE1P04,13737.p,0.000000)\
-			0.000000	(t_x(311256,189)YB3EH04A,13738.p,0.000000)\
-			0.000000	(t_x(288104,91)KSPE104D,13739.p,0.000000)\
-			0.000000	(t_x(309016,193)MRAEE04,13740.p,0.000000)\
-			0.000000	(t_x(288101,494)KSPE104D,13741.p,0.000000)\
-			0.000000	(t_x(308945,2456)EDGG704,13742.p,0.000000)\
-			0.000000	(t_x(283094,30)YB3EH04E,13743.p,0.000000)\
-			0.000000	(t_x(295893,911)LEMDAT04,13744.p,0.000000)\
-			0.000000	(t_x(271601,1805)RVKWU04M,13745.p,0.000000)\
-			0.000000	(t_x(293757,830)EG11G04M,13746.p,0.000000)\
-			0.000000	(t_x(303485,218)LELVL104,13747.p,0.000000)\
-			0.000000	(t_x(294133,429)RJIU04M,13748.p,0.000000)\
-			0.000000	(t_x(290480,183)RJIU04M,13749.p,0.000000)\
-			0.000000	(t_x(297398,163)BR204M,13750.p,0.000000)\
-			0.000000	(t_x(297746,111)LOVN1504,13751.p,0.000000)\
-			0.000000	(t_x(304483,1233)LCES004,13752.p,0.000000)\
-			0.000000	(t_x(293533,194)RFBRT04M,13753.p,0.000000)\
-			0.000000	(t_x(286628,454)RMZU04E,13754.p,0.000000)\
-			0.000000	(t_x(290553,111)LEMDAT04,13755.p,0.000000)\
-			0.000000	(t_x(304446,597)LELVL104,13756.p,0.000000)\
-			0.000000	(t_x(293072,135)EGNOR04M,13757.p,0.000000)\
-			0.000000	(t_x(289961,53)KSPE104D,13758.p,0.000000)\
-			0.000000	(t_x(300281,11)BR204M,13759.p,0.000000)\
-			0.000000	(t_x(285525,185)KFZ4404M,13760.p,0.000000)\
-			0.000000	(t_x(280192,420)YH5MH04M,13761.p,0.000000)\
-			0.000000	(t_x(294925,987)RVKWU04M,13762.p,0.000000)\
-			0.000000	(t_x(291341,159)KFZ4404M,13763.p,0.000000)\
-			0.000000	(t_x(310042,10)KFZ4404L,13764.p,0.000000)\
-			0.000000	(t_x(293804,158)KSAL1204,13765.p,0.000000)\
-			0.000000	(t_x(290362,38)YB3EH04E,13766.p,0.000000)\
-			0.000000	(t_x(306283,67)KSAL1204,13767.p,0.000000)\
-			0.000000	(t_x(283734,297)KSLN04M,13768.p,0.000000)\
-			0.000000	(t_x(307712,283)EDGG704,13769.p,0.000000)\
-			0.000000	(t_x(300538,259)KSPE104D,13770.p,0.000000)\
-			0.000000	(t_x(263313,464)RFBRT04M,13771.p,0.000000)\
-			0.000000	(t_x(309508,361)LGRPA04,13772.p,0.000000)\
-			0.000000	(t_x(288004,122)KWUR1C04,13773.p,0.000000)\
-			0.000000	(t_x(292968,124)RVKWS04,13774.p,0.000000)\
-			0.000000	(t_x(300840,188)KFZ4404M,13775.p,0.000000)\
-			0.000000	(t_x(296668,58)YB3EH04A,13776.p,0.000000)\
-			0.000000	(t_x(306630,12)KSPE104D,13777.p,0.000000)\
-			0.000000	(t_x(284261,92)YB3EH04E,13778.p,0.000000)\
-			0.000000	(t_x(263463,555)LEBAS04A,13779.p,0.000000)\
-			0.000000	(t_x(294595,96)YB3EH04E,13780.p,0.000000)\
-			0.000000	(t_x(300571,266)ZM56704,13781.p,0.000000)\
-			0.000000	(t_x(287924,1462)RNI04M,13782.p,0.000000)\
-			0.000000	(t_x(295339,2012)RVKWU04M,13783.p,0.000000)\
-			0.000000	(t_x(285870,1922)RVKWU04M,13784.p,0.000000)\
-			0.000000	(t_x(280587,1868)RVKWU04M,13785.p,0.000000)\
-			0.000000	(t_x(295620,1719)RVKWU04M,13786.p,0.000000)\
-			0.000000	(t_x(293522,67)YB3EH04E,13787.p,0.000000)\
-			0.000000	(t_x(295456,1527)RVKWU04M,13788.p,0.000000)\
-			0.000000	(t_x(296133,1288)RVKWU04M,13789.p,0.000000)\
-			0.000000	(t_x(294531,69)RNI04M,13790.p,0.000000)\
-			0.000000	(t_x(279686,252)YBOLN04M,13791.p,0.000000)\
-			0.000000	(t_x(293927,125)KWUR404E,13792.p,0.000000)\
-			0.000000	(t_x(293869,241)FUJ04M,13793.p,0.000000)\
-			0.000000	(t_x(303818,343)MRAEE04,13794.p,0.000000)\
-			0.000000	(t_x(284562,312)KFZ4404M,13795.p,0.000000)\
-			0.000000	(t_x(295819,728)RVKWU04M,13796.p,0.000000)\
-			0.000000	(t_x(308908,207)ZM56704,13797.p,0.000000)\
-			0.000000	(t_x(278037,122)$BR404M,13798.p,0.000000)\
-			0.000000	(t_x(315692,416)LLBGA04L,13799.p,0.000000)\
-			0.000000	(t_x(290863,567)RVKWU04M,13800.p,0.000000)\
-			0.000000	(t_x(278885,167)YB5KL04E,13801.p,0.000000)\
-			0.000000	(t_x(292534,158)YB3EH04A,13802.p,0.000000)\
-			0.000000	(t_x(294816,918)YB5KL04E,13803.p,0.000000)\
-			0.000000	(t_x(291528,285)YB3EH04E,13804.p,0.000000)\
-			0.000000	(t_x(278872,41)EG11G04M,13805.p,0.000000)\
-			0.000000	(t_x(277924,144)YBOLN04M,13806.p,0.000000)\
-			0.000000	(t_x(291639,47)YB3EH04A,13807.p,0.000000)\
-			0.000000	(t_x(289655,139)RJIU04M,13808.p,0.000000)\
-			0.000000	(t_x(302944,825)RMZSI04,13809.p,0.000000)\
-			0.000000	(t_x(282620,146)YB3EH04A,13810.p,0.000000)\
-			0.000000	(t_x(263743,380)LEBAS04A,13811.p,0.000000)\
-			0.000000	(t_x(294845,212)KFZ4404M,13812.p,0.000000)\
-			0.000000	(t_x(287528,268)KFZ4404M,13813.p,0.000000)\
-			0.000000	(t_x(306769,233)MAB1204A,13814.p,0.000000)\
-			0.000000	(t_x(281989,177)YH5MH04M,13815.p,0.000000)\
-			0.000000	(t_x(302874,233)MYY04A,13816.p,0.000000)\
-			0.000000	(t_x(286224,68)KFZ4404M,13817.p,0.000000)\
-			0.000000	(t_x(308533,257)EDGG704,13818.p,0.000000)\
-			0.000000	(t_x(300931,168)KSPE104D,13819.p,0.000000)\
-			0.000000	(t_x(305122,464)LEBAS04A,13820.p,0.000000)\
-			0.000000	(t_x(291444,114)KSAL1204,13821.p,0.000000)\
-			0.000000	(t_x(303035,82)KWUR1C04,13822.p,0.000000)\
-			0.000000	(t_x(283305,351)KSLN04A,13823.p,0.000000)\
-			0.000000	(t_x(285291,127)EBEEC04M,13824.p,0.000000)\
-			0.000000	(t_x(288284,210)KSPE104D,13825.p,0.000000)\
-			0.000000	(t_x(294370,552)KSPE104D,13826.p,0.000000)\
-			0.000000	(t_x(301968,1702)EG11G04M,13827.p,0.000000)\
-			0.000000	(t_x(292442,334)RQXU04E,13828.p,0.000000)\
-			0.000000	(t_x(307145,263)KSAL1204,13829.p,0.000000)\
-			0.000000	(t_x(292947,550)KFZ4404M,13830.p,0.000000)\
-			0.000000	(t_x(284722,456)RJIU04M,13831.p,0.000000)\
-			0.000000	(t_x(307394,38)KWUR1C04,13832.p,0.000000)\
-			0.000000	(t_x(292092,395)KSLN04M,13833.p,0.000000)\
-			0.000000	(t_x(303049,29)MAB3404A,13834.p,0.000000)\
-			0.000000	(t_x(310671,198)LELVL104,13835.p,0.000000)\
-			0.000000	(t_x(282278,294)YH5MH04M,13836.p,0.000000)\
-			0.000000	(t_x(297011,117)KSPE104D,13837.p,0.000000)\
-			0.000000	(t_x(306206,137)KWUR1C04,13838.p,0.000000)\
-			0.000000	(t_x(292969,119)MM304,13839.p,0.000000)\
-			0.000000	(t_x(295413,76)RFBRT04M,13840.p,0.000000)\
-			0.000000	(t_x(279048,224)KHVL104E,13841.p,0.000000)\
-			0.000000	(t_x(306204,179)MAB3404A,13842.p,0.000000)\
-			0.000000	(t_x(297374,752)RQXSI04E,13843.p,0.000000)\
-			0.000000	(t_x(309324,799)RMZSI04,13844.p,0.000000)\
-			0.000000	(t_x(308780,511)KSLN04A,13845.p,0.000000)\
-			0.000000	(t_x(283458,832)RMZSI04,13846.p,0.000000)\
-			0.000000	(t_x(305446,309)LELVL104,13847.p,0.000000)\
-			0.000000	(t_x(294121,220)RVKWS04,13848.p,0.000000)\
-			0.000000	(t_x(288154,421)PMXX04M,13849.p,0.000000)\
-			0.000000	(t_x(298514,176)KFZ4404M,13850.p,0.000000)\
-			0.000000	(t_x(289673,468)MRAEE04,13851.p,0.000000)\
-			0.000000	(t_x(288078,313)EBBRA04E,13852.p,0.000000)\
-			0.000000	(t_x(309331,201)RMZU04,13853.p,0.000000)\
-			0.000000	(t_x(312494,554)LOVN1504,13854.p,0.000000)\
-			0.000000	(t_x(293139,240)RNS04M,13855.p,0.000000)\
-			0.000000	(t_x(296614,56)KSAL1204,13856.p,0.000000)\
-			0.000000	(t_x(293540,215)KFZ4404M,13857.p,0.000000)\
-			0.000000	(t_x(263339,589)LCES004M,13858.p,0.000000)\
-			0.000000	(t_x(295127,12)YB3EH04A,13859.p,0.000000)\
-			0.000000	(t_x(297984,4160)KSLN04A,13860.p,0.000000)\
-			0.000000	(t_x(295004,488)RMZU04E,13861.p,0.000000)\
-			0.000000	(t_x(305522,125)KSPE104D,13862.p,0.000000)\
-			0.000000	(t_x(285980,935)LCES004M,13863.p,0.000000)\
-			0.000000	(t_x(306308,59)KWUR1C04,13864.p,0.000000)\
-			0.000000	(t_x(289519,642)RMZU04E,13865.p,0.000000)\
-			0.000000	(t_x(262946,463)RQXSI04E,13866.p,0.000000)\
-			0.000000	(t_x(292613,118)EBEEC04M,13867.p,0.000000)\
-			0.000000	(t_x(263866,2175)LCES004,13868.p,0.000000)\
-			0.000000	(t_x(304239,367)LELVL104,13869.p,0.000000)\
-			0.000000	(t_x(293498,537)PMXX04M,13870.p,0.000000)\
-			0.000000	(t_x(307461,314)RJIU04M,13871.p,0.000000)\
-			0.000000	(t_x(298397,145)YB3EH04A,13872.p,0.000000)\
-			0.000000	(t_x(287195,108)BR204M,13873.p,0.000000)\
-			0.000000	(t_x(291117,240)KSPE104D,13874.p,0.000000)\
-			0.000000	(t_x(263986,0),13875.p,0.000000)\
-			0.000000	(t_x(291104,2540)LCES004,13876.p,0.000000)\
-			0.000000	(t_x(279845,152)KHVL104E,13877.p,0.000000)\
-			0.000000	(t_x(302310,318)LGKFN04,13878.p,0.000000)\
-			0.000000	(t_x(309098,812)RMZSI04,13879.p,0.000000)\
-			0.000000	(t_x(317538,220)MAB1204A,13880.p,0.000000)\
-			0.000000	(t_x(309072,513)EDGG704,13881.p,0.000000)\
-			0.000000	(t_x(302516,360)LCES004M,13882.p,0.000000)\
-			0.000000	(t_x(305538,828)RMZSI04,13883.p,0.000000)\
-			0.000000	(t_x(307018,893)RMZSI04,13884.p,0.000000)\
-			0.000000	(t_x(304780,127)KWUR1C04,13885.p,0.000000)\
-			0.000000	(t_x(292278,43)RMZU04E,13886.p,0.000000)\
-			0.000000	(t_x(306862,424)KSAL1204,13887.p,0.000000)\
-			0.000000	(t_x(308449,476)MRAE04,13888.p,0.000000)\
-			0.000000	(t_x(290967,231)RJIU04M,13889.p,0.000000)\
-			0.000000	(t_x(273386,598)EGNOR04M,13890.p,0.000000)\
-			0.000000	(t_x(293146,151)KSPE104D,13891.p,0.000000)\
-			0.000000	(t_x(302365,942)RMZSI04,13892.p,0.000000)\
-			0.000000	(t_x(295288,208)KSLN04M,13893.p,0.000000)\
-			0.000000	(t_x(281891,453)KWUR404E,13894.p,0.000000)\
-			0.000000	(t_x(297370,210)YB3EH04A,13895.p,0.000000)\
-			0.000000	(t_x(302592,234)YD5WH04M,13896.p,0.000000)\
-			0.000000	(t_x(292569,254)RNI04M,13897.p,0.000000)\
-			0.000000	(t_x(303850,434)LOVN1504,13898.p,0.000000)\
-			0.000000	(t_x(307217,947)RMZSI04,13899.p,0.000000)\
-			0.000000	(t_x(305030,141)KWUR1C04,13900.p,0.000000)\
-			0.000000	(t_x(298255,185)YD5WH04M,13901.p,0.000000)\
-			0.000000	(t_x(300222,77)KWUR1C04,13902.p,0.000000)\
-			0.000000	(t_x(309267,903)RMZSI04,13903.p,0.000000)\
-			0.000000	(t_x(294910,5)RFBRT04M,13904.p,0.000000)\
-			0.000000	(t_x(305462,2546)EDGG704,13905.p,0.000000)\
-			0.000000	(t_x(295754,927)LEMDAT04,13906.p,0.000000)\
-			0.000000	(t_x(298577,46)RMZU04,13907.p,0.000000)\
-			0.000000	(t_x(302572,193)RVKWS04,13908.p,0.000000)\
-			0.000000	(t_x(295519,232)YB3EH04A,13909.p,0.000000)\
-			0.000000	(t_x(307899,88)CPGSE04,13910.p,0.000000)\
-			0.000000	(t_x(304372,246)RMZU04,13911.p,0.000000)\
-			0.000000	(t_x(303297,173)KSLN04M,13912.p,0.000000)\
-			0.000000	(t_x(303209,593)LEBAS04A,13913.p,0.000000)\
-			0.000000	(t_x(287128,143)EBBRA04E,13914.p,0.000000)\
-			0.000000	(t_x(290633,22)RJIU04M,13915.p,0.000000)\
-			0.000000	(t_x(291480,210)KSLN04M,13916.p,0.000000)\
-			0.000000	(t_x(274577,889)RQXSI04E,13917.p,0.000000)\
-			0.000000	(t_x(292837,32)KFZ4404M,13918.p,0.000000)\
-			0.000000	(t_x(290116,245)EDGG704,13919.p,0.000000)\
-			0.000000	(t_x(276531,300)KHVL104E,13920.p,0.000000)\
-			0.000000	(t_x(312975,44)ZM56704,13921.p,0.000000)\
-			0.000000	(t_x(263370,35)RFBRT04M,13922.p,0.000000)\
-			0.000000	(t_x(303152,591)LEBAS04A,13923.p,0.000000)\
-			0.000000	(t_x(290019,72)KWUR1C04,13924.p,0.000000)\
-			0.000000	(t_x(300332,389)EG11G04M,13925.p,0.000000)\
-			0.000000	(t_x(314186,499)KWUR1C04,13926.p,0.000000)\
-			0.000000	(t_x(300532,228)EG11G04M,13927.p,0.000000)\
-			0.000000	(t_x(298321,286)LEBAS04A,13928.p,0.000000)\
-			0.000000	(t_x(290517,0),13929.p,0.000000)\
-			0.000000	(t_x(298706,238)KSAL1204,13930.p,0.000000)\
-			0.000000	(t_x(288008,322)RMZU04,13931.p,0.000000)\
-			0.000000	(t_x(290015,286)YD5WH04M,13932.p,0.000000)\
-			0.000000	(t_x(292710,281)KSPE1P04,13933.p,0.000000)\
-			0.000000	(t_x(284868,407)KSLN04M,13934.p,0.000000)\
-			0.000000	(t_x(293520,230)RFBRT04M,13935.p,0.000000)\
-			0.000000	(t_x(300476,21)YD5WH04M,13936.p,0.000000)\
-			0.000000	(t_x(308064,664)LEBAS04A,13937.p,0.000000)\
-			0.000000	(t_x(295372,88)YB3EH04A,13938.p,0.000000)\
-			0.000000	(t_x(294560,291)EG11G04M,13939.p,0.000000)\
-			0.000000	(t_x(284109,128)KHVL104E,13940.p,0.000000)\
-			0.000000	(t_x(291292,204)EBEEC04M,13941.p,0.000000)\
-			0.000000	(t_x(277278,350)RASI04M,13942.p,0.000000)\
-			0.000000	(t_x(295961,47)YD5WH04M,13943.p,0.000000)\
-			0.000000	(t_x(290819,274)GL34W04,13944.p,0.000000)\
-			0.000000	(t_x(271099,178)$KFZ4404E,13945.p,0.000000)\
-			0.000000	(t_x(282514,433)RQXSI04E,13946.p,0.000000)\
-			0.000000	(t_x(305896,312)LELVL104,13947.p,0.000000)\
-			0.000000	(t_x(306044,393)LELVL104,13948.p,0.000000)\
-			0.000000	(t_x(285938,669)RMZSI04,13949.p,0.000000)\
-			0.000000	(t_x(309498,769)RMZSI04,13950.p,0.000000)\
-			0.000000	(t_x(297346,433)RJIU04M,13951.p,0.000000)\
-			0.000000	(t_x(284357,589)RVKWU04M,13952.p,0.000000)\
-			0.000000	(t_x(307135,324)EDGG704,13953.p,0.000000)\
-			0.000000	(t_x(293884,141)KWUR404E,13954.p,0.000000)\
-			0.000000	(t_x(295356,51)RQXU04E,13955.p,0.000000)\
-			0.000000	(t_x(286963,221)RQXSI04E,13956.p,0.000000)\
-			0.000000	(t_x(297821,0),13957.p,0.000000)\
-			0.000000	(t_x(304242,74)YD5WH04M,13958.p,0.000000)\
-			0.000000	(t_x(304583,716)MRAE04,13959.p,0.000000)\
-			0.000000	(t_x(302986,604)LEBAS04A,13960.p,0.000000)\
-			0.000000	(t_x(296778,196)RASI04M,13961.p,0.000000)\
-			0.000000	(t_x(300959,80)YB3EH04E,13962.p,0.000000)\
-			0.000000	(t_x(307055,278)YB3EH04A,13963.p,0.000000)\
-			0.000000	(t_x(277167,153)KHVL104E,13964.p,0.000000)\
-			0.000000	(t_x(309890,184)KWUR1C04,13965.p,0.000000)\
-			0.000000	(t_x(280103,351)KSPE104D,13966.p,0.000000)\
-			0.000000	(t_x(292859,150)KSLN04M,13967.p,0.000000)\
-			0.000000	(t_x(316314,193)KWUR1C04,13968.p,0.000000)\
-			0.000000	(t_x(289347,597)MRAE04,13969.p,0.000000)\
-			0.000000	(t_x(300422,157)KSAL1204,13970.p,0.000000)\
-			0.000000	(t_x(301257,850)$RMZSI04,13971.p,0.000000)\
-			0.000000	(t_x(288927,214)PMXX04M,13972.p,0.000000)\
-			0.000000	(t_x(303077,186)ZM56704,13973.p,0.000000)\
-			0.000000	(t_x(313590,534)KWUR1C04,13974.p,0.000000)\
-			0.000000	(t_x(304486,263)LELVU04,13975.p,0.000000)\
-			0.000000	(t_x(305806,137)LELVL104,13976.p,0.000000)\
-			0.000000	(t_x(290803,356)KHVL104E,13977.p,0.000000)\
-			0.000000	(t_x(293300,16)KFZ4404M,13978.p,0.000000)\
-			0.000000	(t_x(280365,119)LELVL04M,13979.p,0.000000)\
-			0.000000	(t_x(263298,141)LELVL04M,13980.p,0.000000)\
-			0.000000	(t_x(291494,490)YH5MH04M,13981.p,0.000000)\
-			0.000000	(t_x(300762,200)EDGG704,13982.p,0.000000)\
-			0.000000	(t_x(283760,573)FUJ04M,13983.p,0.000000)\
-			0.000000	(t_x(307878,216)KWUR1C04,13984.p,0.000000)\
-			0.000000	(t_x(304335,108)LELVL104,13985.p,0.000000)\
-			0.000000	(t_x(282785,151)YB3EH04E,13986.p,0.000000)\
-			0.000000	(t_x(302506,112)LGKFN04,13987.p,0.000000)\
-			0.000000	(t_x(313202,144)KWUR1C04,13988.p,0.000000)\
-			0.000000	(t_x(300487,52)YB3EH04A,13989.p,0.000000)\
-			0.000000	(t_x(270762,97)YB5WH04M,13990.p,0.000000)\
-			0.000000	(t_x(286902,53)YBOLN04M,13991.p,0.000000)\
-			0.000000	(t_x(287279,128)RASI04M,13992.p,0.000000)\
-			0.000000	(t_x(290996,236)PMXX04M,13993.p,0.000000)\
-			0.000000	(t_x(289405,163)KSLN04M,13994.p,0.000000)\
-			0.000000	(t_x(297702,349)RMZSI04,13995.p,0.000000)\
-			0.000000	(t_x(285123,16)LGKFN04,13996.p,0.000000)\
-			0.000000	(t_x(281174,68)YB5WH04M,13997.p,0.000000)\
-			0.000000	(t_x(308225,832)RMZSI04,13998.p,0.000000)\
-			0.000000	(t_x(307961,202)KWUR1C04,13999.p,0.000000)\
-			0.000000	(t_x(289759,222)EDGG704,14000.p,0.000000)\
-			0.000000	(t_x(288279,113)YB3EH04E,14001.p,0.000000)\
-			0.000000	(t_x(301707,47)KSLN04A,14002.p,0.000000)\
-			0.000000	(t_x(292319,223)KSPE1P04,14003.p,0.000000)\
-			0.000000	(t_x(278026,79)YD5WH04M,14004.p,0.000000)\
-			0.000000	(t_x(310734,327)RMZSI04,14005.p,0.000000)\
-			0.000000	(t_x(285718,155)BR404M,14006.p,0.000000)\
-			0.000000	(t_x(312792,349)LEBAS04A,14007.p,0.000000)\
-			0.000000	(t_x(279827,186)KFZ4404M,14008.p,0.000000)\
-			0.000000	(t_x(293567,131)YB3EH04A,14009.p,0.000000)\
-			0.000000	(t_x(308268,343)RMZU04,14010.p,0.000000)\
-			0.000000	(t_x(307068,369)LEBAS04A,14011.p,0.000000)\
-			0.000000	(t_x(307672,103)RMZU04,14012.p,0.000000)\
-			0.000000	(t_x(296560,19)PMXX04M,14013.p,0.000000)\
-			0.000000	(t_x(289309,104)KSLN04M,14014.p,0.000000)\
-			0.000000	(t_x(277598,61)YB5WH04M,14015.p,0.000000)\
-			0.000000	(t_x(284287,161)PMXX04M,14016.p,0.000000)\
-			0.000000	(t_x(283549,262)YB3EH04E,14017.p,0.000000)\
-			0.000000	(t_x(289980,79)KSPE104D,14018.p,0.000000)\
-			0.000000	(t_x(290367,810)MRAE04,14019.p,0.000000)\
-			0.000000	(t_x(301431,515)EGNOR04M,14020.p,0.000000)\
-			0.000000	(t_x(295862,594)RFBRT04M,14021.p,0.000000)\
-			0.000000	(t_x(285981,224)KFZ4404M,14022.p,0.000000)\
-			0.000000	(t_x(300045,554)KSPE104D,14023.p,0.000000)\
-			0.000000	(t_x(297572,687)RVKWU04M,14024.p,0.000000)\
-			0.000000	(t_x(288247,88)YB5WH04M,14025.p,0.000000)\
-			0.000000	(t_x(280798,123)YB3EH04A,14026.p,0.000000)\
-			0.000000	(t_x(305019,54)RNS04M,14027.p,0.000000)\
-			0.000000	(t_x(301058,2580)LCES004M,14028.p,0.000000)\
-			0.000000	(t_x(284341,447)KSLN04M,14029.p,0.000000)\
-			0.000000	(t_x(297427,272)RMZSI04,14030.p,0.000000)\
-			0.000000	(t_x(318119,728)LCES004,14031.p,0.000000)\
-			0.000000	(t_x(301059,292)GL34W04,14032.p,0.000000)\
-			0.000000	(t_x(293539,1390)RVKWU04M,14033.p,0.000000)\
-			0.000000	(t_x(305950,26)YB3EH04A,14034.p,0.000000)\
-			0.000000	(t_x(278555,77)KFZ4404M,14035.p,0.000000)\
-			0.000000	(t_x(292186,751)YB3EH04M,14036.p,0.000000)\
-			0.000000	(t_x(304925,90)CPGSE04,14037.p,0.000000)\
-			0.000000	(t_x(303409,166)KSLN04M,14038.p,0.000000)\
-			0.000000	(t_x(305597,148)LOVN1504,14039.p,0.000000)\
-			0.000000	(t_x(311856,735)MGY04,14040.p,0.000000)\
-			0.000000	(t_x(295283,559)MYY04A,14041.p,0.000000)\
-			0.000000	(t_x(302006,847)MGY04,14042.p,0.000000)\
-			0.000000	(t_x(307726,819)MAB3404A,14043.p,0.000000)\
-			0.000000	(t_x(302711,773)MGY04,14044.p,0.000000)\
-			0.000000	(t_x(314823,583)MGY04,14045.p,0.000000)\
-			0.000000	(t_x(285585,574)MGY04,14046.p,0.000000)\
-			0.000000	(t_x(311151,763)MGY04,14047.p,0.000000)\
-			0.000000	(t_x(306829,914)MGY04,14048.p,0.000000)\
-			0.000000	(t_x(272287,652)YBOLN04M,14049.p,0.000000)\
-			0.000000	(t_x(317360,322)MRAEE04,14050.p,0.000000)\
-			0.000000	(t_x(295508,1359)MAB04,14051.p,0.000000)\
-			0.000000	(t_x(289828,1043)MGY04,14052.p,0.000000)\
-			0.000000	(t_x(302361,742)MGY04,14053.p,0.000000)\
-			0.000000	(t_x(290247,439)YB5WH04M,14054.p,0.000000)\
-			0.000000	(t_x(310674,651)MGY04,14055.p,0.000000)\
-			0.000000	(t_x(305823,551)MAB04,14056.p,0.000000)\
-			0.000000	(t_x(304696,244)MYY04A,14057.p,0.000000)\
-			0.000000	(t_x(304450,471)MGY04,14058.p,0.000000)\
-			0.000000	(t_x(311878,253)MYY04A,14059.p,0.000000)\
-			0.000000	(t_x(294531,156)BR404M,14060.p,0.000000)\
-			0.000000	(t_x(304054,510)MAB1204A,14061.p,0.000000)\
-			0.000000	(t_x(292214,1048)RQXU04E,14062.p,0.000000)\
-			0.000000	(t_x(289863,1055)MAB04,14063.p,0.000000)\
-			0.000000	(t_x(280888,79)YB5WH04M,14064.p,0.000000)\
-			0.000000	(t_x(306677,905)GL34W04,14065.p,0.000000)\
-			0.000000	(t_x(290666,272)MAB04,14066.p,0.000000)\
-			0.000000	(t_x(305584,112)MGY04,14067.p,0.000000)\
-			0.000000	(t_x(290219,325)MGY04,14068.p,0.000000)\
-			0.000000	(t_x(302616,535)MGY04,14069.p,0.000000)\
-			0.000000	(t_x(305585,248)MGY04,14070.p,0.000000)\
-			0.000000	(t_x(285949,1165)RQXI04E,14071.p,0.000000)\
-			0.000000	(t_x(308371,277)MGY04,14072.p,0.000000)\
-			0.000000	(t_x(308336,373)MGY04,14073.p,0.000000)\
-			0.000000	(t_x(295936,225)YB5KL04E,14074.p,0.000000)\
-			0.000000	(t_x(289472,3194)KWUR404E,14075.p,0.000000)\
-			0.000000	(t_x(286485,191)YBOLN04M,14076.p,0.000000)\
-			0.000000	(t_x(301161,386)MYY04A,14077.p,0.000000)\
-			0.000000	(t_x(304051,461)MYY04A,14078.p,0.000000)\
-			0.000000	(t_x(287749,3554)LGZAA04M,14079.p,0.000000)\
-			0.000000	(t_x(301556,3)MYY04A,14080.p,0.000000)\
-			0.000000	(t_x(292245,1536)RJIU04M,14081.p,0.000000)\
-			0.000000	(t_x(291018,164)MAB3404A,14082.p,0.000000)\
-			0.000000	(t_x(316446,468)GL34W04,14083.p,0.000000)\
-			0.000000	(t_x(310502,513)MAB04,14084.p,0.000000)\
-			0.000000	(t_x(263926,780)MGY04,14085.p,0.000000)\
-			0.000000	(t_x(308515,447)MAB3404A,14086.p,0.000000)\
-			0.000000	(t_x(313054,325)MAB1204A,14087.p,0.000000)\
-			0.000000	(t_x(292265,532)RNI04M,14088.p,0.000000)\
-			0.000000	(t_x(289318,462)RJIU04M,14089.p,0.000000)\
-			0.000000	(t_x(306069,592)MGY04,14090.p,0.000000)\
-			0.000000	(t_x(314186,638)KWUR1C04,14091.p,0.000000)\
-			0.000000	(t_x(303416,431)MGY04,14092.p,0.000000)\
-			0.000000	(t_x(306530,484)MGY04,14093.p,0.000000)\
-			0.000000	(t_x(290566,993)MYY04A,14094.p,0.000000)\
-			0.000000	(t_x(294327,441)RJIU04M,14095.p,0.000000)\
-			0.000000	(t_x(282480,310)EBBRA04E,14096.p,0.000000)\
-			0.000000	(t_x(291843,2104)RJIU04M,14097.p,0.000000)\
-			0.000000	(t_x(294548,675)MGY04,14098.p,0.000000)\
-			0.000000	(t_x(289192,694)MGY04,14099.p,0.000000)\
-			0.000000	(t_x(303263,887)MGY04,14100.p,0.000000)\
-			0.000000	(t_x(281174,96)YB5KL04E,14101.p,0.000000)\
-			0.000000	(t_x(311850,873)MGY04,14102.p,0.000000)\
-			0.000000	(t_x(289354,332)RNI04M,14103.p,0.000000)\
-			0.000000	(t_x(294276,1359)RQXU04E,14104.p,0.000000)\
-			0.000000	(t_x(295562,742)RQXSI04E,14105.p,0.000000)\
-			0.000000	(t_x(280245,1094)RQXI04E,14106.p,0.000000)\
-			0.000000	(t_x(291009,1882)RQXSI04E,14107.p,0.000000)\
-			0.000000	(t_x(290550,389)MAB04,14108.p,0.000000)\
-			0.000000	(t_x(308892,877)MAB1204A,14109.p,0.000000)\
-			0.000000	(t_x(291218,2003)RQXI04E,14110.p,0.000000)\
-			0.000000	(t_x(307285,273)MGY04,14111.p,0.000000)\
-			0.000000	(t_x(281059,88)YB5WH04M,14112.p,0.000000)\
-			0.000000	(t_x(287980,1902)RQXI04E,14113.p,0.000000)\
-			0.000000	(t_x(292107,2091)RQXI04E,14114.p,0.000000)\
-			0.000000	(t_x(280274,1315)RQXI04E,14115.p,0.000000)\
-			0.000000	(t_x(287700,4646)LGZAA04M,14116.p,0.000000)\
-			0.000000	(t_x(282859,1099)RQXSI04E,14117.p,0.000000)\
-			0.000000	(t_x(291024,1899)RQXI04E,14118.p,0.000000)\
-			0.000000	(t_x(301297,39)MEK04,14119.p,0.000000)\
-			0.000000	(t_x(309016,452)MGY04,14120.p,0.000000)\
-			0.000000	(t_x(294736,1102)RQXSI04E,14121.p,0.000000)\
-			0.000000	(t_x(307696,533)MRAEE04,14122.p,0.000000)\
-			0.000000	(t_x(308511,777)MGY04,14123.p,0.000000)\
-			0.000000	(t_x(289843,66)MAB04,14124.p,0.000000)\
-			0.000000	(t_x(308144,243)MAB04,14125.p,0.000000)\
-			0.000000	(t_x(282492,2210)RQXI04E,14126.p,0.000000)\
-			0.000000	(t_x(288529,1194)RNI04M,14127.p,0.000000)\
-			0.000000	(t_x(302758,1226)RJIU04M,14128.p,0.000000)\
-			0.000000	(t_x(291957,2230)YBOLN04M,14129.p,0.000000)\
-			0.000000	(t_x(288765,2247)YBOLN04M,14130.p,0.000000)\
-			0.000000	(t_x(306951,607)MRAEE04,14131.p,0.000000)\
-			0.000000	(t_x(314563,565)MGY04,14132.p,0.000000)\
-			0.000000	(t_x(309190,611)MGY04,14133.p,0.000000)\
-			0.000000	(t_x(283561,5655)LGZAA04M,14134.p,0.000000)\
-			0.000000	(t_x(295319,1682)RJIU04M,14135.p,0.000000)\
-			0.000000	(t_x(289563,846)RJIU04M,14136.p,0.000000)\
-			0.000000	(t_x(294908,295)YBOLN04M,14137.p,0.000000)\
-			0.000000	(t_x(280221,356)YBOLN04M,14138.p,0.000000)\
-			0.000000	(t_x(312369,783)MAB1204A,14139.p,0.000000)\
-			0.000000	(t_x(280252,1434)PMXX04M,14140.p,0.000000)\
-			0.000000	(t_x(304258,701)MRAEE04,14141.p,0.000000)\
-			0.000000	(t_x(286897,908)$RMZSI04M,14142.p,0.000000)\
-			0.000000	(t_x(279651,263)YB5WH04M,14143.p,0.000000)\
-			0.000000	(t_x(286569,1503)RQXI04E,14144.p,0.000000)\
-			0.000000	(t_x(292257,1034)RQXI04E,14145.p,0.000000)\
-			0.000000	(t_x(289440,176)MRAEE04,14146.p,0.000000)\
-			0.000000	(t_x(279482,281)YB5WH04M,14147.p,0.000000)\
-			0.000000	(t_x(298006,113)BR404M,14148.p,0.000000)\
-			0.000000	(t_x(286952,352)YB5KL04E,14149.p,0.000000)\
-			0.000000	(t_x(304615,260)MRAEE04,14150.p,0.000000)\
-			0.000000	(t_x(279279,107)YBOLN04M,14151.p,0.000000)\
-			0.000000	(t_x(291027,423)YBOLN04M,14152.p,0.000000)\
-			0.000000	(t_x(293009,342)YB5WH04M,14153.p,0.000000)\
-			0.000000	(t_x(276588,5825)LGZAA04M,14154.p,0.000000)\
-			0.000000	(t_x(285863,1519)YH5MH04M,14155.p,0.000000)\
-			0.000000	(t_x(295587,281)YBOLN04M,14156.p,0.000000)\
-			0.000000	(t_x(287182,133)RMZU04E,14157.p,0.000000)\
-			0.000000	(t_x(278162,545)YB5WH04M,14158.p,0.000000)\
-			0.000000	(t_x(293354,415)YBOLN04M,14159.p,0.000000)\
-			0.000000	(t_x(288631,108)YBOLN04M,14160.p,0.000000)\
-			0.000000	(t_x(298578,468)MGY04,14161.p,0.000000)\
-			0.000000	(t_x(283140,10)YBOLN04M,14162.p,0.000000)\
-			0.000000	(t_x(317008,544)MGY04,14163.p,0.000000)\
-			0.000000	(t_x(287347,381)GL34W04,14164.p,0.000000)\
-			0.000000	(t_x(317924,530)MRAEE04,14165.p,0.000000)\
-			0.000000	(t_x(283272,824)RQXI04E,14166.p,0.000000)\
-			0.000000	(t_x(305542,314)MRAEE04,14167.p,0.000000)\
-			0.000000	(t_x(293647,362)RJIU04M,14168.p,0.000000)\
-			0.000000	(t_x(292808,285)RJIU04M,14169.p,0.000000)\
-			0.000000	(t_x(278920,746)YB5WH04M,14170.p,0.000000)\
-			0.000000	(t_x(291100,1545)$RMZSI04M,14171.p,0.000000)\
-			0.000000	(t_x(286494,108)YBOLN04M,14172.p,0.000000)\
-			0.000000	(t_x(286658,158)YBOLN04M,14173.p,0.000000)\
-			0.000000	(t_x(314225,1293)MGY04,14174.p,0.000000)\
-			0.000000	(t_x(281290,132)RMZU04E,14175.p,0.000000)\
-			0.000000	(t_x(292550,388)RJIU04M,14176.p,0.000000)\
-			0.000000	(t_x(282657,285)YBOLN04M,14177.p,0.000000)\
-			0.000000	(t_x(283954,252)YBOLN04M,14178.p,0.000000)\
-			0.000000	(t_x(282313,1655)RQXSI04E,14179.p,0.000000)\
-			0.000000	(t_x(301524,287)MEK04,14180.p,0.000000)\
-			0.000000	(t_x(295329,350)YBOLN04M,14181.p,0.000000)\
-			0.000000	(t_x(292683,586)YB5WH04M,14182.p,0.000000)\
-			0.000000	(t_x(289805,552)YBOLN04M,14183.p,0.000000)\
-			0.000000	(t_x(287937,1166)RJIU04M,14184.p,0.000000)\
-			0.000000	(t_x(296960,236)MRAEE04,14185.p,0.000000)\
-			0.000000	(t_x(317644,184)MRAEE04,14186.p,0.000000)\
-			0.000000	(t_x(285766,363)RQXSI04E,14187.p,0.000000)\
-			0.000000	(t_x(279734,370)YBOLN04M,14188.p,0.000000)\
-			0.000000	(t_x(293521,710)LELVL04M,14189.p,0.000000)\
-			0.000000	(t_x(293530,688)RJIU04M,14190.p,0.000000)\
-			0.000000	(t_x(295053,51)RQXU04E,14191.p,0.000000)\
-			0.000000	(t_x(282954,817)RMZSI04M,14192.p,0.000000)\
-			0.000000	(t_x(283751,448)RQXI04E,14193.p,0.000000)\
-			0.000000	(t_x(292451,82)YBOLN04M,14194.p,0.000000)\
-			0.000000	(t_x(281349,814)RQXI04E,14195.p,0.000000)\
-			0.000000	(t_x(291353,463)$RMZSI04M,14196.p,0.000000)\
-			0.000000	(t_x(280607,130)YB5WH04M,14197.p,0.000000)\
-			0.000000	(t_x(296158,158)YB5WH04M,14198.p,0.000000)\
-			0.000000	(t_x(293565,1575)RJIU04M,14199.p,0.000000)\
-			0.000000	(t_x(292753,165)YB5WH04M,14200.p,0.000000)\
-			0.000000	(t_x(309577,679)MEK04,14201.p,0.000000)\
-			0.000000	(t_x(285575,94)RQXSI04E,14202.p,0.000000)\
-			0.000000	(t_x(293252,1546)RNI04M,14203.p,0.000000)\
-			0.000000	(t_x(285782,342)RQXI04E,14204.p,0.000000)\
-			0.000000	(t_x(310647,2272)MGY04,14205.p,0.000000)\
-			0.000000	(t_x(280706,671)RQXI04E,14206.p,0.000000)\
-			0.000000	(t_x(302424,2579)MYY04A,14207.p,0.000000)\
-			0.000000	(t_x(307779,709)MEK04,14208.p,0.000000)\
-			0.000000	(t_x(286771,366)GL34W04,14209.p,0.000000)\
-			0.000000	(t_x(292533,982)RNI04M,14210.p,0.000000)\
-			0.000000	(t_x(287438,3252)RJIU04M,14211.p,0.000000)\
-			0.000000	(t_x(312881,1382)MGY04,14212.p,0.000000)\
-			0.000000	(t_x(290635,2235)RQXI04E,14213.p,0.000000)\
-			0.000000	(t_x(288696,3304)RJIU04M,14214.p,0.000000)\
-			0.000000	(t_x(302879,562)MAB1204A,14215.p,0.000000)\
-			0.000000	(t_x(283117,537)YBOLN04M,14216.p,0.000000)\
-			0.000000	(t_x(285506,42)YB5KL04E,14217.p,0.000000)\
-			0.000000	(t_x(300050,3094)LGKFN04,14218.p,0.000000)\
-			0.000000	(t_x(279339,515)YBOLN04M,14219.p,0.000000)\
-			0.000000	(t_x(307481,585)MGY04,14220.p,0.000000)\
-			0.000000	(t_x(309693,1245)MGY04,14221.p,0.000000)\
-			0.000000	(t_x(285826,234)YB5WH04M,14222.p,0.000000)\
-			0.000000	(t_x(298471,4192)LGKFN04,14223.p,0.000000)\
-			0.000000	(t_x(303692,772)LGKFN04,14224.p,0.000000)\
-			0.000000	(t_x(290076,1059)RJIU04M,14225.p,0.000000)\
-			0.000000	(t_x(271214,186)RMZU04E,14226.p,0.000000)\
-			0.000000	(t_x(290574,1053)RJIU04M,14227.p,0.000000)\
-			0.000000	(t_x(272894,168)RMZU04E,14228.p,0.000000)\
-			0.000000	(t_x(302366,750)MGY04,14229.p,0.000000)\
-			0.000000	(t_x(293534,1411)BR404M,14230.p,0.000000)\
-			0.000000	(t_x(263612,1981)LCES004,14231.p,0.000000)\
-			0.000000	(t_x(312674,1800)LCES004,14232.p,0.000000)\
-			0.000000	(t_x(263306,2340)LCES004,14233.p,0.000000)\
-			0.000000	(t_x(295809,902)BR404M,14234.p,0.000000)\
-			0.000000	(t_x(312015,2400)LCES004,14235.p,0.000000)\
-			0.000000	(t_x(263862,2127)LCES004,14236.p,0.000000)\
-			0.000000	(t_x(281599,258)RMZU04E,14237.p,0.000000)\
-			0.000000	(t_x(296194,444)MAB04,14238.p,0.000000)\
-			0.000000	(t_x(303350,1406)MEK04,14239.p,0.000000)\
-			0.000000	(t_x(293576,403)RMZU04E,14240.p,0.000000)\
-			0.000000	(t_x(311757,3540)LCES004,14241.p,0.000000)\
-			0.000000	(t_x(314847,770)MGY04,14242.p,0.000000)\
-			0.000000	(t_x(263580,3853)LCES004,14243.p,0.000000)\
-			0.000000	(t_x(297232,1684)RNI04M,14244.p,0.000000)\
-			0.000000	(t_x(279395,156)YBOLN04M,14245.p,0.000000)\
-			0.000000	(t_x(296450,102)YB5WH04M,14246.p,0.000000)\
-			0.000000	(t_x(306902,467)MEK04,14247.p,0.000000)\
-			0.000000	(t_x(303612,1794)KSPE104D,14248.p,0.000000)\
-			0.000000	(t_x(304862,776)MGY04,14249.p,0.000000)\
-			0.000000	(t_x(311073,1307)MEK04,14250.p,0.000000)\
-			0.000000	(t_x(303208,1502)MEK04,14251.p,0.000000)\
-			0.000000	(t_x(289013,768)MEK04,14252.p,0.000000)\
-			0.000000	(t_x(295274,1304)RNI04M,14253.p,0.000000)\
-			0.000000	(t_x(289164,615)RJIU04M,14254.p,0.000000)\
-			0.000000	(t_x(300430,352)RNI04M,14255.p,0.000000)\
-			0.000000	(t_x(312085,1317)MAB3404A,14256.p,0.000000)\
-			0.000000	(t_x(313068,1353)LCES004,14257.p,0.000000)\
-			0.000000	(t_x(303506,4080)LCES004,14258.p,0.000000)\
-			0.000000	(t_x(311706,1007)MEK04,14259.p,0.000000)\
-			0.000000	(t_x(285658,64)YB5WH04M,14260.p,0.000000)\
-			0.000000	(t_x(311155,4126)LCES004,14261.p,0.000000)\
-			0.000000	(t_x(313569,2825)LCES004,14262.p,0.000000)\
-			0.000000	(t_x(288693,756)RJIU04M,14263.p,0.000000)\
-			0.000000	(t_x(278295,1765)RNI04M,14264.p,0.000000)\
-			0.000000	(t_x(296307,1339)RNI04M,14265.p,0.000000)\
-			0.000000	(t_x(310096,1033)MEK04,14266.p,0.000000)\
-			0.000000	(t_x(263439,2605)LCES004,14267.p,0.000000)\
-			0.000000	(t_x(311650,1085)MEK04,14268.p,0.000000)\
-			0.000000	(t_x(296953,2490)LCES004,14269.p,0.000000)\
-			0.000000	(t_x(310475,2700)LCES004,14270.p,0.000000)\
-			0.000000	(t_x(285664,2796)LCES004,14271.p,0.000000)\
-			0.000000	(t_x(312503,1232)MAB3404A,14272.p,0.000000)\
-			0.000000	(t_x(309099,765)MRAEE04,14273.p,0.000000)\
-			0.000000	(t_x(311840,2940)LCES004,14274.p,0.000000)\
-			0.000000	(t_x(307979,1433)MEK04,14275.p,0.000000)\
-			0.000000	(t_x(271412,365)RMZU04E,14276.p,0.000000)\
-			0.000000	(t_x(263593,4034)KWUR1C04,14277.p,0.000000)\
-			0.000000	(t_x(318187,37)MEK04,14278.p,0.000000)\
-			0.000000	(t_x(296238,1189)RJIU04M,14279.p,0.000000)\
-			0.000000	(t_x(288253,1728)RNI04M,14280.p,0.000000)\
-			0.000000	(t_x(289673,1022)MRAEE04,14281.p,0.000000)\
-			0.000000	(t_x(302844,1461)MEK04,14282.p,0.000000)\
-			0.000000	(t_x(283042,2841)LGKFN04,14283.p,0.000000)\
-			0.000000	(t_x(311108,2940)LCES004,14284.p,0.000000)\
-			0.000000	(t_x(283211,423)RMZU04E,14285.p,0.000000)\
-			0.000000	(t_x(279011,285)LGKFN04,14286.p,0.000000)\
-			0.000000	(t_x(282046,480)YB5WH04M,14287.p,0.000000)\
-			0.000000	(t_x(285383,2005)RJIU04M,14288.p,0.000000)\
-			0.000000	(t_x(294005,1506)RJIU04M,14289.p,0.000000)\
-			0.000000	(t_x(288914,1045)MRAEE04,14290.p,0.000000)\
-			0.000000	(t_x(311838,2958)LCES004,14291.p,0.000000)\
-			0.000000	(t_x(286627,310)YB5WH04M,14292.p,0.000000)\
-			0.000000	(t_x(293889,1673)BR404M,14293.p,0.000000)\
-			0.000000	(t_x(283510,424)RMZU04E,14294.p,0.000000)\
-			0.000000	(t_x(304380,51)MEK04,14295.p,0.000000)\
-			0.000000	(t_x(288915,1046)MRAEE04,14296.p,0.000000)\
-			0.000000	(t_x(301843,4106)LGKFN04,14297.p,0.000000)\
-			0.000000	(t_x(290858,2828)RNS04M,14298.p,0.000000)\
-			0.000000	(t_x(285747,2021)RNI04M,14299.p,0.000000)\
-			0.000000	(t_x(305798,3000)LCES004,14300.p,0.000000)\
-			0.000000	(t_x(305560,2111)MGY04,14301.p,0.000000)\
-			0.000000	(t_x(293957,1728)RJIU04M,14302.p,0.000000)\
-			0.000000	(t_x(282645,419)RQXU04E,14303.p,0.000000)\
-			0.000000	(t_x(294541,2085)RJIU04M,14304.p,0.000000)\
-			0.000000	(t_x(300666,3046)LCES004,14305.p,0.000000)\
-			0.000000	(t_x(287924,2198)LELVL04M,14306.p,0.000000)\
-			0.000000	(t_x(297164,2311)RNI04M,14307.p,0.000000)\
-			0.000000	(t_x(283209,724)RMZU04E,14308.p,0.000000)\
-			0.000000	(t_x(289007,407)RMZU04E,14309.p,0.000000)\
-			0.000000	(t_x(289519,726)RMZU04E,14310.p,0.000000)\
-			0.000000	(t_x(290082,1937)RNI04M,14311.p,0.000000)\
-			0.000000	(t_x(311255,326)MEK04,14312.p,0.000000)\
-			0.000000	(t_x(283688,227)RQXI04E,14313.p,0.000000)\
-			0.000000	(t_x(273072,822)YB5WH04M,14314.p,0.000000)\
-			0.000000	(t_x(311542,3056)LCES004,14315.p,0.000000)\
-			0.000000	(t_x(290681,197)YB5WH04M,14316.p,0.000000)\
-			0.000000	(t_x(289649,379)YBOLN04M,14317.p,0.000000)\
-			0.000000	(t_x(278814,652)YB5WH04M,14318.p,0.000000)\
-			0.000000	(t_x(302874,110)MGY04,14319.p,0.000000)\
-			0.000000	(t_x(311886,3240)LCES004,14320.p,0.000000)\
-			0.000000	(t_x(316914,65)MGY04,14321.p,0.000000)\
-			0.000000	(t_x(310724,209)GL34W04,14322.p,0.000000)\
-			0.000000	(t_x(291206,714)RMZU04E,14323.p,0.000000)\
-			0.000000	(t_x(302135,1639)EG11G04M,14324.p,0.000000)\
-			0.000000	(t_x(288992,1814)BR404M,14325.p,0.000000)\
-			0.000000	(t_x(313372,559)MGY04,14326.p,0.000000)\
-			0.000000	(t_x(290215,3657)RNI04M,14327.p,0.000000)\
-			0.000000	(t_x(286715,648)YB3EH04E,14328.p,0.000000)\
-			0.000000	(t_x(284393,129)YB5WH04M,14329.p,0.000000)\
-			0.000000	(t_x(293362,2096)RNI04M,14330.p,0.000000)\
-			0.000000	(t_x(303592,573)MGY04,14331.p,0.000000)\
-			1.000000	(t_x(292153,23)RQXU04E,14332.p,1.000000)\
-			0.000000	(t_x(307182,2287)MRAEE04,14333.p,0.000000)\
-			0.000000	(t_x(285128,1756)EG11G04M,14334.p,0.000000)\
-			0.000000	(t_x(309317,333)MGY04,14335.p,0.000000)\
-			0.000000	(t_x(288692,417)YBOLN04M,14336.p,0.000000)\
-			0.000000	(t_x(310272,3600)LCES004,14337.p,0.000000)\
-			0.000000	(t_x(296646,3300)LCES004,14338.p,0.000000)\
-			0.000000	(t_x(297507,100)RQXSI04E,14339.p,0.000000)\
-			0.000000	(t_x(263640,3375)LCES004,14340.p,0.000000)\
-			0.000000	(t_x(290578,2158)RNI04M,14341.p,0.000000)\
-			0.000000	(t_x(292069,1756)YD5WH04M,14342.p,0.000000)\
-			0.000000	(t_x(307679,4433)LCES004,14343.p,0.000000)\
-			0.000000	(t_x(318112,569)MGY04,14344.p,0.000000)\
-			0.000000	(t_x(305425,193)GL34W04,14345.p,0.000000)\
-			0.000000	(t_x(308624,3833)LCES004,14346.p,0.000000)\
-			0.000000	(t_x(298180,2296)RNI04M,14347.p,0.000000)\
-			0.000000	(t_x(293570,525)YB5KL04E,14348.p,0.000000)\
-			0.000000	(t_x(293657,1582)YD5WH04M,14349.p,0.000000)\
-			0.000000	(t_x(308507,3600)LCES004,14350.p,0.000000)\
-			0.000000	(t_x(292278,294)RMZU04E,14351.p,0.000000)\
-			0.000000	(t_x(309780,3900)LCES004,14352.p,0.000000)\
-			0.000000	(t_x(297636,794)YB3EH04E,14353.p,0.000000)\
-			0.000000	(t_x(295966,115)YBOLN04M,14354.p,0.000000)\
-			0.000000	(t_x(302301,3)GL34W04,14355.p,0.000000)\
-			0.000000	(t_x(291528,335)YB3EH04E,14356.p,0.000000)\
-			0.000000	(t_x(288404,704)YBOLN04M,14357.p,0.000000)\
-			0.000000	(t_x(283544,4929)LGKFN04,14358.p,0.000000)\
-			0.000000	(t_x(285241,3845)LGKFN04,14359.p,0.000000)\
-			0.000000	(t_x(289232,398)RJIU04M,14360.p,0.000000)\
-			0.000000	(t_x(280825,728)LGKFN04,14361.p,0.000000)\
-			0.000000	(t_x(270762,203)YB5WH04M,14362.p,0.000000)\
-			0.000000	(t_x(282727,728)LGKFN04,14363.p,0.000000)\
-			0.000000	(t_x(295728,296)YB5WH04M,14364.p,0.000000)\
-			0.000000	(t_x(304422,328)MRAEE04,14365.p,0.000000)\
-			0.000000	(t_x(286726,950)YB3EH04E,14366.p,0.000000)\
-			0.000000	(t_x(281143,602)LGKFN04,14367.p,0.000000)\
-			0.000000	(t_x(300964,548)LGKFN04,14368.p,0.000000)\
-			0.000000	(t_x(294986,608)LGKFN04,14369.p,0.000000)\
-			0.000000	(t_x(306499,421)MGY04,14370.p,0.000000)\
-			0.000000	(t_x(300504,548)LGKFN04,14371.p,0.000000)\
-			0.000000	(t_x(288445,962)KFZ4404M,14372.p,0.000000)\
-			0.000000	(t_x(292417,3955)LCES004,14373.p,0.000000)\
-			0.000000	(t_x(279686,371)YB5WH04M,14374.p,0.000000)\
-			0.000000	(t_x(289945,936)LGKFN04,14375.p,0.000000)\
-			0.000000	(t_x(281048,921)LGKFN04,14376.p,0.000000)\
-			0.000000	(t_x(277463,976)LGKFN04,14377.p,0.000000)\
-			0.000000	(t_x(286185,788)LGKFN04,14378.p,0.000000)\
-			0.000000	(t_x(272695,296)RQXI04E,14379.p,0.000000)\
-			0.000000	(t_x(294944,122)RQXU04E,14380.p,0.000000)\
-			0.000000	(t_x(298266,994)LGKFN04,14381.p,0.000000)\
-			0.000000	(t_x(301417,668)LGKFN04,14382.p,0.000000)\
-			0.000000	(t_x(277936,1044)LGKFN04,14383.p,0.000000)\
-			1.000000	(t_x(301759,749)LGKFN04,14384.p,1.000000)\
-			0.000000	(t_x(272849,1036)LGKFN04,14385.p,0.000000)\
-			0.000000	(t_x(286180,327)YB5KL04E,14386.p,0.000000)\
-			0.000000	(t_x(297157,737)LGKFN04,14387.p,0.000000)\
-			0.000000	(t_x(287908,823)YB3EH04A,14388.p,0.000000)\
-			0.000000	(t_x(281749,156)YBOLN04M,14389.p,0.000000)\
-			0.000000	(t_x(272266,644)RQXI04E,14390.p,0.000000)\
-			0.000000	(t_x(293156,503)LELVL04M,14391.p,0.000000)\
-			0.000000	(t_x(304114,449)MGY04,14392.p,0.000000)\
-			0.000000	(t_x(292405,19)RQXU04E,14393.p,0.000000)\
-			0.000000	(t_x(292383,1797)EDGG704,14394.p,0.000000)\
-			0.000000	(t_x(315544,1810)EDGG704,14395.p,0.000000)\
-			0.000000	(t_x(293468,1912)BR404M,14396.p,0.000000)\
-			0.000000	(t_x(317851,1840)EDGG704,14397.p,0.000000)\
-			0.000000	(t_x(280212,4707)LGKFN04,14398.p,0.000000)\
-			0.000000	(t_x(312800,1980)EDGG704,14399.p,0.000000)\
-			0.000000	(t_x(289989,1992)EDGG704,14400.p,0.000000)\
-			0.000000	(t_x(284810,3930)RQXSI04E,14401.p,0.000000)\
-			0.000000	(t_x(316538,2020)EDGG704,14402.p,0.000000)\
-			0.000000	(t_x(293444,287)YB5WH04M,14403.p,0.000000)\
-			0.000000	(t_x(291305,2068)EDGG704,14404.p,0.000000)\
-			0.000000	(t_x(287329,212)RMZU04E,14405.p,0.000000)\
-			0.000000	(t_x(310438,2136)EDGG704,14406.p,0.000000)\
-			0.000000	(t_x(288302,2486)RJIU04M,14407.p,0.000000)\
-			0.000000	(t_x(314573,2200)EDGG704,14408.p,0.000000)\
-			0.000000	(t_x(291312,2698)LGKFN04,14409.p,0.000000)\
-			0.000000	(t_x(292992,1549)EG11G04M,14410.p,0.000000)\
-			0.000000	(t_x(314889,2373)EDGG704,14411.p,0.000000)\
-			0.000000	(t_x(303814,2373)EDGG704,14412.p,0.000000)\
-			0.000000	(t_x(306405,2412)EDGG704,14413.p,0.000000)\
-			0.000000	(t_x(310392,4335)LCES004,14414.p,0.000000)\
-			0.000000	(t_x(317111,2567)EDGG704,14415.p,0.000000)\
-			0.000000	(t_x(310282,4185)GL34W04,14416.p,0.000000)\
-			0.000000	(t_x(298574,7125)KSLN04M,14417.p,0.000000)\
-			0.000000	(t_x(283102,162)YBOLN04M,14418.p,0.000000)\
-			0.000000	(t_x(311329,341)MEK04,14419.p,0.000000)\
-			0.000000	(t_x(277313,140)YBOLN04M,14420.p,0.000000)\
-			0.000000	(t_x(283559,906)LGKFN04,14421.p,0.000000)\
-			0.000000	(t_x(306413,822)LGKFN04,14422.p,0.000000)\
-			0.000000	(t_x(322722,2589)EDGG704,14423.p,0.000000)\
-			0.000000	(t_x(308325,537)LGKFN04,14424.p,0.000000)\
-			1.000000	(t_x(287243,597)LGKFN04,14425.p,1.000000)\
-			0.000000	(t_x(291891,533)LGKFN04,14426.p,0.000000)\
-			0.000000	(t_x(289566,874)LGKFN04,14427.p,0.000000)\
-			0.000000	(t_x(291994,706)YBOLN04M,14428.p,0.000000)\
-			0.000000	(t_x(290055,114)RMZU04E,14429.p,0.000000)\
-			0.000000	(t_x(309210,2691)EDGG704,14430.p,0.000000)\
-			0.000000	(t_x(301760,1070)MGY04,14431.p,0.000000)\
-			1.000000	(t_x(301272,297)LGKFN04,14432.p,1.000000)\
-			0.000000	(t_x(296922,237)LGKFN04,14433.p,0.000000)\
-			0.000000	(t_x(315748,3179)EDGG704,14434.p,0.000000)\
-			0.000000	(t_x(291257,2746)EDGG704,14435.p,0.000000)\
-			0.000000	(t_x(290090,3046)EDGG704,14436.p,0.000000)\
-			0.000000	(t_x(277591,200)RMZU04E,14437.p,0.000000)\
-			0.000000	(t_x(278885,211)RMZU04E,14438.p,0.000000)\
-			0.000000	(t_x(288247,377)RMZU04E,14439.p,0.000000)\
-			0.000000	(t_x(293126,945)RJIU04M,14440.p,0.000000)\
-			0.000000	(t_x(264013,511)MAB3404A,14441.p,0.000000)\
-			0.000000	(t_x(304230,3297)EDGG704,14442.p,0.000000)\
-			0.000000	(t_x(291038,3049)EDGG704,14443.p,0.000000)\
-			0.000000	(t_x(309981,5832)EDGG704,14444.p,0.000000)\
-			0.000000	(t_x(288601,532)LGKFN04,14445.p,0.000000)\
-			0.000000	(t_x(301142,1355)MEK04,14446.p,0.000000)\
-			0.000000	(t_x(316916,3349)EDGG704,14447.p,0.000000)\
-			0.000000	(t_x(292186,3113)LGSRA04,14448.p,0.000000)\
-			0.000000	(t_x(308945,3056)EDGG704,14449.p,0.000000)\
-			0.000000	(t_x(294900,224)RMZU04E,14450.p,0.000000)\
-			0.000000	(t_x(291078,225)YB5KL04E,14451.p,0.000000)\
-			0.000000	(t_x(304944,352)MAB1204A,14452.p,0.000000)\
-			0.000000	(t_x(263515,82)LGKFN04,14453.p,0.000000)\
-			0.000000	(t_x(292670,445)RQXU04E,14454.p,0.000000)\
-			0.000000	(t_x(315991,3370)EDGG704,14455.p,0.000000)\
-			0.000000	(t_x(305462,3146)EDGG704,14456.p,0.000000)\
-			0.000000	(t_x(294112,890)EG11G04M,14457.p,0.000000)\
-			0.000000	(t_x(298700,547)YB3EH04A,14458.p,0.000000)\
-			0.000000	(t_x(290738,1098)EG11G04M,14459.p,0.000000)\
-			0.000000	(t_x(312912,475)MAB1204A,14460.p,0.000000)\
-			0.000000	(t_x(287524,64)LGKFN04,14461.p,0.000000)\
-			0.000000	(t_x(310005,3416)EDGG704,14462.p,0.000000)\
-			0.000000	(t_x(314108,2368)LCES004,14463.p,0.000000)\
-			0.000000	(t_x(307186,118)MAB04,14464.p,0.000000)\
-			0.000000	(t_x(309103,276)GL34W04,14465.p,0.000000)\
-			0.000000	(t_x(313638,3528)EDGG704,14466.p,0.000000)\
-			0.000000	(t_x(294001,1253)RJIU04M,14467.p,0.000000)\
-			0.000000	(t_x(306439,92)MAB04,14468.p,0.000000)\
-			0.000000	(t_x(291031,366)EG11G04M,14469.p,0.000000)\
-			0.000000	(t_x(312879,2405)LCES004,14470.p,0.000000)\
-			0.000000	(t_x(310158,1870)LCES004,14471.p,0.000000)\
-			0.000000	(t_x(294819,712)RNS04M,14472.p,0.000000)\
-			0.000000	(t_x(307498,3662)LCES004,14473.p,0.000000)\
-			0.000000	(t_x(307990,3702)EDGG704,14474.p,0.000000)\
-			0.000000	(t_x(281643,86)YB5KL04E,14475.p,0.000000)\
-			0.000000	(t_x(311998,126)MEK04,14476.p,0.000000)\
-			0.000000	(t_x(301590,119)LGKFN04,14477.p,0.000000)\
-			0.000000	(t_x(284631,210)RQXSI04E,14478.p,0.000000)\
-			0.000000	(t_x(295131,351)YBOLN04M,14479.p,0.000000)\
-			0.000000	(t_x(285042,325)LELVL04M,14480.p,0.000000)\
-			0.000000	(t_x(304722,607)MAB1204A,14481.p,0.000000)\
-			0.000000	(t_x(284104,1001)EG11G04M,14482.p,0.000000)\
-			0.000000	(t_x(287193,200)RQXSI04E,14483.p,0.000000)\
-			0.000000	(t_x(284346,894)LGKFN04,14484.p,0.000000)\
-			0.000000	(t_x(312895,3008)LCES004,14485.p,0.000000)\
-			0.000000	(t_x(317991,3722)EDGG704,14486.p,0.000000)\
-			0.000000	(t_x(309414,2675)LCES004,14487.p,0.000000)\
-			0.000000	(t_x(278651,37)YB5KL04E,14488.p,0.000000)\
-			0.000000	(t_x(294193,255)LGKFN04,14489.p,0.000000)\
-			0.000000	(t_x(298263,228)KWUR404E,14490.p,0.000000)\
-			0.000000	(t_x(302060,1781)EG11G04M,14491.p,0.000000)\
-			0.000000	(t_x(263866,1831)LCES004,14492.p,0.000000)\
-			0.000000	(t_x(269531,47)EBBRA04E,14493.p,0.000000)\
-			0.000000	(t_x(303529,3908)EDGG704,14494.p,0.000000)\
-			0.000000	(t_x(294406,390)RQXSI04E,14495.p,0.000000)\
-			0.000000	(t_x(287433,245)EBBRA04E,14496.p,0.000000)\
-			0.000000	(t_x(297842,412)YB5WH04M,14497.p,0.000000)\
-			0.000000	(t_x(293096,801)YB3EH04E,14498.p,0.000000)\
-			0.000000	(t_x(282677,245)YB5WH04M,14499.p,0.000000)\
-			0.000000	(t_x(295371,82)RQXSI04E,14500.p,0.000000)\
-			0.000000	(t_x(289502,1841)EG11G04M,14501.p,0.000000)\
-			0.000000	(t_x(271211,41)RQXSI04E,14502.p,0.000000)\
-			0.000000	(t_x(309557,3979)EDGG704,14503.p,0.000000)\
-			0.000000	(t_x(313540,1697)LCES004,14504.p,0.000000)\
-			0.000000	(t_x(280430,633)LGZAA04M,14505.p,0.000000)\
-			0.000000	(t_x(295532,743)RJIU04M,14506.p,0.000000)\
-			0.000000	(t_x(292231,1573)EG11G04M,14507.p,0.000000)\
-			0.000000	(t_x(294518,1011)EG11G04M,14508.p,0.000000)\
-			0.000000	(t_x(273048,1505)YB5WH04M,14509.p,0.000000)\
-			0.000000	(t_x(287194,155)RQXSI04E,14510.p,0.000000)\
-			0.000000	(t_x(293802,413)EGPFA04,14511.p,0.000000)\
-			0.000000	(t_x(300727,198)EGNOR04M,14512.p,0.000000)\
-			0.000000	(t_x(291019,64)BR204M,14513.p,0.000000)\
-			1.000000	(t_x(296062,30)RQXSI04E,14514.p,1.000000)\
-			0.000000	(t_x(293177,1071)EG11G04M,14515.p,0.000000)\
-			0.000000	(t_x(308077,4065)EDGG704,14516.p,0.000000)\
-			0.000000	(t_x(277190,2072)EG11G04M,14517.p,0.000000)\
-			0.000000	(t_x(287367,449)YBOLN04M,14518.p,0.000000)\
-			0.000000	(t_x(292178,534)KSPE1P04,14519.p,0.000000)\
-			0.000000	(t_x(305074,220)ZM56704,14520.p,0.000000)\
-			0.000000	(t_x(297984,2092)KSLN04A,14521.p,0.000000)\
-			0.000000	(t_x(284283,1432)RVKWU04M,14522.p,0.000000)\
-			0.000000	(t_x(303314,2106)EG11G04M,14523.p,0.000000)\
-			0.000000	(t_x(262875,499)EBBRA04E,14524.p,0.000000)\
-			0.000000	(t_x(302643,1075)EG11G04M,14525.p,0.000000)\
-			0.000000	(t_x(296342,235)EGNOR04M,14526.p,0.000000)\
-			0.000000	(t_x(301070,4188)EDGG704,14527.p,0.000000)\
-			0.000000	(t_x(293445,108)RNI04M,14528.p,0.000000)\
-			0.000000	(t_x(297622,2030)EG11G04M,14529.p,0.000000)\
-			0.000000	(t_x(269731,505)EBBRA04E,14530.p,0.000000)\
-			0.000000	(t_x(295656,364)RQXSI04E,14531.p,0.000000)\
-			0.000000	(t_x(311443,4346)EDGG704,14532.p,0.000000)\
-			0.000000	(t_x(282430,652)EBBRA04E,14533.p,0.000000)\
-			0.000000	(t_x(273960,240)EGNOR04M,14534.p,0.000000)\
-			0.000000	(t_x(302044,262)MGY04,14535.p,0.000000)\
-			0.000000	(t_x(312773,621)GL34W04,14536.p,0.000000)\
-			0.000000	(t_x(274577,777)RQXSI04E,14537.p,0.000000)\
-			0.000000	(t_x(294613,375)RQXSI04E,14538.p,0.000000)\
-			0.000000	(t_x(263602,2391)LCES004,14539.p,0.000000)\
-			0.000000	(t_x(286963,784)RQXSI04E,14540.p,0.000000)\
-			0.000000	(t_x(288401,21)EGNOR04M,14541.p,0.000000)\
-			0.000000	(t_x(271099,244)YBOLN04M,14542.p,0.000000)\
-			0.000000	(t_x(310199,76)MRAEE04,14543.p,0.000000)\
-			0.000000	(t_x(314172,4390)EDGG704,14544.p,0.000000)\
-			0.000000	(t_x(296549,136)YB5KL04E,14545.p,0.000000)\
-			0.000000	(t_x(286682,1220)EBBRA04E,14546.p,0.000000)\
-			0.000000	(t_x(296157,17)RQXSI04E,14547.p,0.000000)\
-			0.000000	(t_x(280263,41)KWUR404E,14548.p,0.000000)\
-			0.000000	(t_x(278562,322)YBOLN04M,14549.p,0.000000)\
-			0.000000	(t_x(283750,1523)YD5WH04M,14550.p,0.000000)\
-			0.000000	(t_x(294362,287)EGNOR04M,14551.p,0.000000)\
-			0.000000	(t_x(304825,438)LEMDAT04,14552.p,0.000000)\
-			0.000000	(t_x(281346,257)RQXSI04E,14553.p,0.000000)\
-			0.000000	(t_x(286329,664)EBBRA04E,14554.p,0.000000)\
-			0.000000	(t_x(288377,1443)RVKWU04M,14555.p,0.000000)\
-			0.000000	(t_x(312999,4408)EDGG704,14556.p,0.000000)\
-			0.000000	(t_x(296039,459)LEMDAT04,14557.p,0.000000)\
-			0.000000	(t_x(305887,2267)LCES004,14558.p,0.000000)\
-			0.000000	(t_x(295929,1949)RASI04M,14559.p,0.000000)\
-			0.000000	(t_x(290866,96)YBOLN04M,14560.p,0.000000)\
-			0.000000	(t_x(284380,377)EGNOR04M,14561.p,0.000000)\
-			0.000000	(t_x(274596,489)RQXSI04E,14562.p,0.000000)\
-			0.000000	(t_x(295733,519)LEMDAT04,14563.p,0.000000)\
-			0.000000	(t_x(267745,688)EBBRA04E,14564.p,0.000000)\
-			0.000000	(t_x(274616,401)RQXSI04E,14565.p,0.000000)\
-			0.000000	(t_x(283468,433)RQXSI04E,14566.p,0.000000)\
-			0.000000	(t_x(292494,205)RQXSI04E,14567.p,0.000000)\
-			0.000000	(t_x(286071,4434)EDGG704,14568.p,0.000000)\
-			0.000000	(t_x(287785,1485)KFZ4404M,14569.p,0.000000)\
-			0.000000	(t_x(294303,620)YD5WH04M,14570.p,0.000000)\
-			0.000000	(t_x(293881,311)LOW304M,14571.p,0.000000)\
-			0.000000	(t_x(296350,718)RQXSI04E,14572.p,0.000000)\
-			0.000000	(t_x(293250,1199)RMZU04E,14573.p,0.000000)\
-			0.000000	(t_x(288647,661)LEMDAT04,14574.p,0.000000)\
-			0.000000	(t_x(282784,450)RQXSI04E,14575.p,0.000000)\
-			0.000000	(t_x(276989,31)LGKFN04,14576.p,0.000000)\
-			0.000000	(t_x(283921,519)EGNOR04M,14577.p,0.000000)\
-			0.000000	(t_x(263004,1060)RQXSI04E,14578.p,0.000000)\
-			0.000000	(t_x(310761,4493)EDGG704,14579.p,0.000000)\
-			0.000000	(t_x(293927,225)YB5KL04E,14580.p,0.000000)\
-			0.000000	(t_x(286568,934)EBBRA04E,14581.p,0.000000)\
-			0.000000	(t_x(286791,941)EBBRA04E,14582.p,0.000000)\
-			0.000000	(t_x(295730,725)LEMDAT04,14583.p,0.000000)\
-			0.000000	(t_x(289314,218)YB5WH04M,14584.p,0.000000)\
-			0.000000	(t_x(285599,794)EBBRA04E,14585.p,0.000000)\
-			0.000000	(t_x(280143,84)YBOLN04M,14586.p,0.000000)\
-			0.000000	(t_x(309588,554)MGY04,14587.p,0.000000)\
-			0.000000	(t_x(295952,990)RQXSI04E,14588.p,0.000000)\
-			0.000000	(t_x(287358,635)RQXSI04E,14589.p,0.000000)\
-			0.000000	(t_x(283584,355)YB5WH04M,14590.p,0.000000)\
-			0.000000	(t_x(295258,61)YD5WH04M,14591.p,0.000000)\
-			0.000000	(t_x(273793,2042)RQXSI04E,14592.p,0.000000)\
-			0.000000	(t_x(290137,73)YD5WH04M,14593.p,0.000000)\
-			0.000000	(t_x(284316,379)YD5WH04M,14594.p,0.000000)\
-			0.000000	(t_x(294004,228)YB5WH04M,14595.p,0.000000)\
-			0.000000	(t_x(287402,255)LELVL04M,14596.p,0.000000)\
-			0.000000	(t_x(295700,625)RQXSI04E,14597.p,0.000000)\
-			0.000000	(t_x(300642,643)MGY04,14598.p,0.000000)\
-			0.000000	(t_x(309583,1168)MGY04,14599.p,0.000000)\
-			0.000000	(t_x(300762,4600)EDGG704,14600.p,0.000000)\
-			0.000000	(t_x(296688,122)YD5WH04M,14601.p,0.000000)\
-			0.000000	(t_x(283998,1476)RQXSI04E,14602.p,0.000000)\
-			0.000000	(t_x(283489,2114)RVKWU04M,14603.p,0.000000)\
-			0.000000	(t_x(276611,1205)RQXSI04E,14604.p,0.000000)\
-			0.000000	(t_x(314223,2481)LCES004,14605.p,0.000000)\
-			0.000000	(t_x(296145,1011)EGPFA04,14606.p,0.000000)\
-			0.000000	(t_x(302317,491)KCHI104M,14607.p,0.000000)\
-			0.000000	(t_x(289911,875)PMXX04M,14608.p,0.000000)\
-			0.000000	(t_x(286678,801)EBBRA04E,14609.p,0.000000)\
-			0.000000	(t_x(289288,830)PMXX04M,14610.p,0.000000)\
-			0.000000	(t_x(283549,362)YB3EH04E,14611.p,0.000000)\
-			0.000000	(t_x(310560,1521)LCES004,14612.p,0.000000)\
-			0.000000	(t_x(271616,2658)RQXSI04E,14613.p,0.000000)\
-			0.000000	(t_x(281334,2009)RVKWU04M,14614.p,0.000000)\
-			0.000000	(t_x(294472,1856)RASI04M,14615.p,0.000000)\
-			0.000000	(t_x(277472,1190)EG11G04M,14616.p,0.000000)\
-			0.000000	(t_x(304414,789)LEMDAT04,14617.p,0.000000)\
-			0.000000	(t_x(286328,33)YB3EH04E,14618.p,0.000000)\
-			0.000000	(t_x(295098,327)YB5KL04E,14619.p,0.000000)\
-			0.000000	(t_x(287944,822)PMXX04M,14620.p,0.000000)\
-			0.000000	(t_x(285393,81)YB5WH04M,14621.p,0.000000)\
-			0.000000	(t_x(294690,1900)RVKWU04M,14622.p,0.000000)\
-			0.000000	(t_x(298418,21)YBOLN04M,14623.p,0.000000)\
-			0.000000	(t_x(306669,1282)MRAE04,14624.p,0.000000)\
-			1.000000	(t_x(306304,10)MAB3404A,14625.p,1.000000)\
-			0.000000	(t_x(295511,78)YD5WH04M,14626.p,0.000000)\
-			0.000000	(t_x(304007,1519)EG11G04M,14627.p,0.000000)\
-			0.000000	(t_x(283254,492)EGNOR04M,14628.p,0.000000)\
-			0.000000	(t_x(291264,770)PMXX04M,14629.p,0.000000)\
-			0.000000	(t_x(305011,282)GL4W04M,14630.p,0.000000)\
-			0.000000	(t_x(311412,389)KSLN04A,14631.p,0.000000)\
-			0.000000	(t_x(312354,387)MAB1204A,14632.p,0.000000)\
-			0.000000	(t_x(294049,649)RVKWU04M,14633.p,0.000000)\
-			0.000000	(t_x(305686,837)LEMDAT04,14634.p,0.000000)\
-			0.000000	(t_x(278067,668)EG11G04M,14635.p,0.000000)\
-			0.000000	(t_x(298130,488)KSLN04A,14636.p,0.000000)\
-			0.000000	(t_x(294950,420)RNS04M,14637.p,0.000000)\
-			0.000000	(t_x(297818,823)MGY04,14638.p,0.000000)\
-			0.000000	(t_x(287895,511)PMXX04M,14639.p,0.000000)\
-			0.000000	(t_x(289613,512)KSLN04A,14640.p,0.000000)\
-			0.000000	(t_x(295732,347)LEMDAT04,14641.p,0.000000)\
-			0.000000	(t_x(290395,837)PMXX04M,14642.p,0.000000)\
-			0.000000	(t_x(284786,95)RQXU04E,14643.p,0.000000)\
-			0.000000	(t_x(283889,1548)LELVL04M,14644.p,0.000000)\
-			0.000000	(t_x(288361,483)PMXX04M,14645.p,0.000000)\
-			0.000000	(t_x(312682,1342)MRAE04,14646.p,0.000000)\
-			0.000000	(t_x(263860,780)LCES004,14647.p,0.000000)\
-			0.000000	(t_x(305851,573)GL34W04,14648.p,0.000000)\
-			0.000000	(t_x(284595,1872)RQXSI04E,14649.p,0.000000)\
-			0.000000	(t_x(296212,517)KSLN04A,14650.p,0.000000)\
-			0.000000	(t_x(294876,1008)PMXX04M,14651.p,0.000000)\
-			0.000000	(t_x(291377,790)EG11G04M,14652.p,0.000000)\
-			0.000000	(t_x(293168,1136)YB5WH04M,14653.p,0.000000)\
-			0.000000	(t_x(289684,4628)EDGG704,14654.p,0.000000)\
-			0.000000	(t_x(275270,2302)RASI04M,14655.p,0.000000)\
-			0.000000	(t_x(287155,898)EBBRA04E,14656.p,0.000000)\
-			0.000000	(t_x(288725,847)LEMDAT04,14657.p,0.000000)\
-			0.000000	(t_x(287143,184)RQXU04E,14658.p,0.000000)\
-			0.000000	(t_x(303156,1604)EG11G04M,14659.p,0.000000)\
-			0.000000	(t_x(303617,542)KSLN04A,14660.p,0.000000)\
-			0.000000	(t_x(283194,870)PMXX04M,14661.p,0.000000)\
-			0.000000	(t_x(289158,2131)RVKWU04M,14662.p,0.000000)\
-			0.000000	(t_x(292935,21)KSLN04M,14663.p,0.000000)\
-			0.000000	(t_x(286625,1638)PMXX04M,14664.p,0.000000)\
-			0.000000	(t_x(288588,212)YBOLN04M,14665.p,0.000000)\
-			0.000000	(t_x(298038,5123)EDGG704,14666.p,0.000000)\
-			0.000000	(t_x(290116,4845)EDGG704,14667.p,0.000000)\
-			0.000000	(t_x(291679,582)RNS04M,14668.p,0.000000)\
-			0.000000	(t_x(285209,310)PMXX04M,14669.p,0.000000)\
-			0.000000	(t_x(289347,1047)MRAE04,14670.p,0.000000)\
-			0.000000	(t_x(292967,313)RNS04M,14671.p,0.000000)\
-			0.000000	(t_x(287946,651)PMXX04M,14672.p,0.000000)\
-			0.000000	(t_x(296392,671)KSLN04A,14673.p,0.000000)\
-			0.000000	(t_x(313344,542)MRAE04,14674.p,0.000000)\
-			0.000000	(t_x(288720,651)PMXX04M,14675.p,0.000000)\
-			0.000000	(t_x(278386,262)YH5MH04M,14676.p,0.000000)\
-			0.000000	(t_x(287119,631)RNI04M,14677.p,0.000000)\
-			0.000000	(t_x(288522,142)YB3EH04E,14678.p,0.000000)\
-			0.000000	(t_x(303580,1608)EG11G04M,14679.p,0.000000)\
-			0.000000	(t_x(289172,1067)LEMDAT04,14680.p,0.000000)\
-			0.000000	(t_x(289759,5022)EDGG704,14681.p,0.000000)\
-			0.000000	(t_x(292487,79)YB3EH04E,14682.p,0.000000)\
-			0.000000	(t_x(273032,2004)RQXSI04E,14683.p,0.000000)\
-			0.000000	(t_x(290166,640)RNS04M,14684.p,0.000000)\
-			0.000000	(t_x(292483,686)RVKWU04M,14685.p,0.000000)\
-			0.000000	(t_x(300631,994)LGKFN04,14686.p,0.000000)\
-			0.000000	(t_x(292666,2998)YBOLN04M,14687.p,0.000000)\
-			0.000000	(t_x(317116,716)MRAE04,14688.p,0.000000)\
-			0.000000	(t_x(294580,156)MAB04,14689.p,0.000000)\
-			0.000000	(t_x(286582,419)KFZ4404M,14690.p,0.000000)\
-			0.000000	(t_x(283526,401)KFZ4404M,14691.p,0.000000)\
-			0.000000	(t_x(275522,1297)PMXX04M,14692.p,0.000000)\
-			0.000000	(t_x(292714,828)RQXU04E,14693.p,0.000000)\
-			0.000000	(t_x(291968,1159)EG11G04M,14694.p,0.000000)\
-			0.000000	(t_x(308221,686)KSLN04A,14695.p,0.000000)\
-			0.000000	(t_x(294530,738)RVKWU04M,14696.p,0.000000)\
-			0.000000	(t_x(319288,1222)MRAE04,14697.p,0.000000)\
-			0.000000	(t_x(285483,99)YB3EH04E,14698.p,0.000000)\
-			0.000000	(t_x(284250,816)RMZU04E,14699.p,0.000000)\
-			0.000000	(t_x(278663,532)EHAMA04,14700.p,0.000000)\
-			0.000000	(t_x(298697,202)KSLN2C04,14701.p,0.000000)\
-			0.000000	(t_x(309684,446)ZM56704,14702.p,0.000000)\
-			0.000000	(t_x(288381,681)YD5WH04M,14703.p,0.000000)\
-			0.000000	(t_x(301501,1832)LCES004,14704.p,0.000000)\
-			0.000000	(t_x(300848,1311)LEMDAT04,14705.p,0.000000)\
-			0.000000	(t_x(305548,1104)LEMDAT04,14706.p,0.000000)\
-			0.000000	(t_x(296918,237)RQXU04E,14707.p,0.000000)\
-			0.000000	(t_x(310618,3846)MRAE04,14708.p,0.000000)\
-			0.000000	(t_x(284894,1330)PMXX04M,14709.p,0.000000)\
-			0.000000	(t_x(283392,2246)RQXSI04E,14710.p,0.000000)\
-			0.000000	(t_x(279893,556)EHAMA04,14711.p,0.000000)\
-			0.000000	(t_x(289076,1884)LGZAA04M,14712.p,0.000000)\
-			0.000000	(t_x(282660,402)PMXX04M,14713.p,0.000000)\
-			0.000000	(t_x(295594,672)RNS04M,14714.p,0.000000)\
-			0.000000	(t_x(302138,684)MGY04,14715.p,0.000000)\
-			0.000000	(t_x(290158,801)PMXX04M,14716.p,0.000000)\
-			0.000000	(t_x(288242,1614)PMXX04M,14717.p,0.000000)\
-			0.000000	(t_x(311954,1359)MRAE04,14718.p,0.000000)\
-			0.000000	(t_x(303253,155)GL34W04,14719.p,0.000000)\
-			0.000000	(t_x(279756,393)YH5MH04M,14720.p,0.000000)\
-			0.000000	(t_x(295522,291)PMXX04M,14721.p,0.000000)\
-			0.000000	(t_x(290396,87)LELVL04M,14722.p,0.000000)\
-			0.000000	(t_x(290061,6420)EDGG704,14723.p,0.000000)\
-			0.000000	(t_x(307728,578)MAB1204A,14724.p,0.000000)\
-			0.000000	(t_x(291367,321)EG11G04M,14725.p,0.000000)\
-			0.000000	(t_x(284190,304)PMXX04M,14726.p,0.000000)\
-			0.000000	(t_x(307158,216)MRAEE04,14727.p,0.000000)\
-			0.000000	(t_x(297087,498)LGKFN04,14728.p,0.000000)\
-			0.000000	(t_x(292026,920)LELVL04M,14729.p,0.000000)\
-			0.000000	(t_x(297442,521)EG11G04M,14730.p,0.000000)\
-			0.000000	(t_x(291323,89)YBOLN04M,14731.p,0.000000)\
-			0.000000	(t_x(286743,331)LGKFN04,14732.p,0.000000)\
-			0.000000	(t_x(304557,1117)LEMDAT04,14733.p,0.000000)\
-			0.000000	(t_x(288927,990)KFZ4404M,14734.p,0.000000)\
-			0.000000	(t_x(292908,954)EG11G04M,14735.p,0.000000)\
-			0.000000	(t_x(308769,1522)MRAE04,14736.p,0.000000)\
-			0.000000	(t_x(281983,796)YB5KL04E,14737.p,0.000000)\
-			0.000000	(t_x(288501,747)LEMDAT04,14738.p,0.000000)\
-			0.000000	(t_x(292688,82)BR404M,14739.p,0.000000)\
-			0.000000	(t_x(282099,681)YD5WH04M,14740.p,0.000000)\
-			0.000000	(t_x(310742,710)KSLN04A,14741.p,0.000000)\
-			0.000000	(t_x(289716,301)LGKFN04,14742.p,0.000000)\
-			0.000000	(t_x(309625,843)MGY04,14743.p,0.000000)\
-			0.000000	(t_x(294421,970)RVKWU04M,14744.p,0.000000)\
-			0.000000	(t_x(283812,1350)YBOLN04M,14745.p,0.000000)\
-			0.000000	(t_x(313875,231)LCES004,14746.p,0.000000)\
-			0.000000	(t_x(295328,735)RQXSI04E,14747.p,0.000000)\
-			0.000000	(t_x(301010,805)RNS04M,14748.p,0.000000)\
-			0.000000	(t_x(300464,128)MAB3404A,14749.p,0.000000)\
-			0.000000	(t_x(286404,1055)PMXX04M,14750.p,0.000000)\
-			0.000000	(t_x(305510,548)MRAEE04,14751.p,0.000000)\
-			0.000000	(t_x(280810,78)RMZU04,14752.p,0.000000)\
-			0.000000	(t_x(262946,2105)RQXSI04E,14753.p,0.000000)\
-			0.000000	(t_x(298704,1594)MRAE04,14754.p,0.000000)\
-			0.000000	(t_x(301656,156)RNI04M,14755.p,0.000000)\
-			0.000000	(t_x(294460,124)PMXX04M,14756.p,0.000000)\
-			0.000000	(t_x(314236,409)LCES004,14757.p,0.000000)\
-			0.000000	(t_x(307712,5283)EDGG704,14758.p,0.000000)\
-			0.000000	(t_x(295448,496)RMZU04E,14759.p,0.000000)\
-			0.000000	(t_x(301576,1639)EG11G04M,14760.p,0.000000)\
-			0.000000	(t_x(290272,242)LEMDAT04,14761.p,0.000000)\
-			0.000000	(t_x(276122,316)YD5WH04M,14762.p,0.000000)\
-			0.000000	(t_x(291238,163)YH5MH04M,14763.p,0.000000)\
-			0.000000	(t_x(297062,130)YB3EH04E,14764.p,0.000000)\
-			0.000000	(t_x(307190,230)LGKFN04,14765.p,0.000000)\
-			0.000000	(t_x(305689,530)LEMDAT04,14766.p,0.000000)\
-			0.000000	(t_x(295915,85)LEMDAT04,14767.p,0.000000)\
-			0.000000	(t_x(285671,2557)RNI04M,14768.p,0.000000)\
-			0.000000	(t_x(279241,6)EGNOR04M,14769.p,0.000000)\
-			0.000000	(t_x(297125,96)YB3EH04E,14770.p,0.000000)\
-			0.000000	(t_x(287018,700)RQXSI04E,14771.p,0.000000)\
-			0.000000	(t_x(297721,714)KSLN04A,14772.p,0.000000)\
-			0.000000	(t_x(294089,504)LEMDAT04,14773.p,0.000000)\
-			0.000000	(t_x(301727,403)LGKFN04,14774.p,0.000000)\
-			0.000000	(t_x(272234,409)YB5WH04M,14775.p,0.000000)\
-			0.000000	(t_x(312066,942)MRAE04,14776.p,0.000000)\
-			0.000000	(t_x(298588,579)LGKFN04,14777.p,0.000000)\
-			0.000000	(t_x(294377,120)LCES004M,14778.p,0.000000)\
-			0.000000	(t_x(296923,150)YB3EH04E,14779.p,0.000000)\
-			0.000000	(t_x(283302,352)YB5WH04M,14780.p,0.000000)\
-			0.000000	(t_x(282890,421)KWUR404E,14781.p,0.000000)\
-			0.000000	(t_x(280278,1337)EHAMA04,14782.p,0.000000)\
-			0.000000	(t_x(307870,91)MAB1204A,14783.p,0.000000)\
-			0.000000	(t_x(281887,777)LELVL04M,14784.p,0.000000)\
-			0.000000	(t_x(296992,190)YB3EH04E,14785.p,0.000000)\
-			0.000000	(t_x(285656,407)PMXX04M,14786.p,0.000000)\
-			0.000000	(t_x(287235,409)PMXX04M,14787.p,0.000000)\
-			0.000000	(t_x(307231,1341)MGY04,14788.p,0.000000)\
-			0.000000	(t_x(295547,327)YB5KL04E,14789.p,0.000000)\
-			0.000000	(t_x(290528,409)YBOLN04M,14790.p,0.000000)\
-			0.000000	(t_x(306269,1652)MGY04,14791.p,0.000000)\
-			0.000000	(t_x(295296,898)RQXU04E,14792.p,0.000000)\
-			0.000000	(t_x(279318,450)LCES004M,14793.p,0.000000)\
-			0.000000	(t_x(294364,214)EGNOR04M,14794.p,0.000000)\
-			0.000000	(t_x(295156,316)YB3EH04E,14795.p,0.000000)\
-			0.000000	(t_x(297393,342)BR404M,14796.p,0.000000)\
-			0.000000	(t_x(294749,1216)EGNOR04M,14797.p,0.000000)\
-			0.000000	(t_x(289705,430)YB3EH04E,14798.p,0.000000)\
-			0.000000	(t_x(317300,5366)EDGG704,14799.p,0.000000)\
-			0.000000	(t_x(293587,647)LCES004,14800.p,0.000000)\
-			0.000000	(t_x(300435,674)LGKFN04,14801.p,0.000000)\
-			0.000000	(t_x(278322,189)YH5MH04M,14802.p,0.000000)\
-			0.000000	(t_x(305962,217)LEMDAT04,14803.p,0.000000)\
-			0.000000	(t_x(290568,447)LEBAS04M,14804.p,0.000000)\
-			0.000000	(t_x(311440,1163)MGY04,14805.p,0.000000)\
-			0.000000	(t_x(285843,331)LELVL04M,14806.p,0.000000)\
-			0.000000	(t_x(307875,739)KSLN04A,14807.p,0.000000)\
-			0.000000	(t_x(300097,748)RJIU04M,14808.p,0.000000)\
-			0.000000	(t_x(305557,1371)LCES004,14809.p,0.000000)\
-			0.000000	(t_x(294672,420)RQXSI04E,14810.p,0.000000)\
-			0.000000	(t_x(278855,814)KHVL104E,14811.p,0.000000)\
-			0.000000	(t_x(293929,1518)RVKWU04M,14812.p,0.000000)\
-			0.000000	(t_x(279312,329)KHVL104E,14813.p,0.000000)\
-			0.000000	(t_x(280331,137)RQXU04E,14814.p,0.000000)\
-			0.000000	(t_x(294552,3102)EGNOR04M,14815.p,0.000000)\
-			0.000000	(t_x(317048,2026)LCES004,14816.p,0.000000)\
-			0.000000	(t_x(308004,219)ZM56704,14817.p,0.000000)\
-			0.000000	(t_x(289024,362)YB3EH04E,14818.p,0.000000)\
-			0.000000	(t_x(295514,1251)YB3EH04A,14819.p,0.000000)\
-			0.000000	(t_x(263958,924)LCES004,14820.p,0.000000)\
-			0.000000	(t_x(279885,1360)EHAMA04,14821.p,0.000000)\
-			0.000000	(t_x(295216,272)YB3EH04E,14822.p,0.000000)\
-			0.000000	(t_x(289868,1641)LCES004,14823.p,0.000000)\
-			0.000000	(t_x(286141,271)KWUR404E,14824.p,0.000000)\
-			0.000000	(t_x(315232,1071)LCES004,14825.p,0.000000)\
-			0.000000	(t_x(291226,349)RQXSI04E,14826.p,0.000000)\
-			0.000000	(t_x(295886,341)EG11G04M,14827.p,0.000000)\
-			0.000000	(t_x(303829,451)LOVN1504,14828.p,0.000000)\
-			0.000000	(t_x(294779,953)RNS04M,14829.p,0.000000)\
-			0.000000	(t_x(287222,2168)RQXSI04E,14830.p,0.000000)\
-			0.000000	(t_x(303471,322)PMXX04M,14831.p,0.000000)\
-			0.000000	(t_x(289978,86)RJIU04M,14832.p,0.000000)\
-			0.000000	(t_x(291594,903)EG11G04M,14833.p,0.000000)\
-			0.000000	(t_x(296896,8528)LGKFN04,14834.p,0.000000)\
-			0.000000	(t_x(295238,213)RNI04M,14835.p,0.000000)\
-			0.000000	(t_x(263196,1124)RQXSI04E,14836.p,0.000000)\
-			0.000000	(t_x(302725,1159)LEMDAT04,14837.p,0.000000)\
-			0.000000	(t_x(294899,445)PMXX04M,14838.p,0.000000)\
-			0.000000	(t_x(295754,848)LEMDAT04,14839.p,0.000000)\
-			0.000000	(t_x(302356,488)BR404M,14840.p,0.000000)\
-			0.000000	(t_x(283795,1280)RVKWU04M,14841.p,0.000000)\
-			0.000000	(t_x(279193,637)KHVL104E,14842.p,0.000000)\
-			0.000000	(t_x(300256,819)LOVN1504,14843.p,0.000000)\
-			0.000000	(t_x(293757,899)KFZ4404M,14844.p,0.000000)\
-			0.000000	(t_x(287288,299)KHVL104E,14845.p,0.000000)\
-			0.000000	(t_x(309473,855)LOVN1504,14846.p,0.000000)\
-			0.000000	(t_x(278889,374)KHVL104E,14847.p,0.000000)\
-			0.000000	(t_x(294706,830)LEMDAT04,14848.p,0.000000)\
-			0.000000	(t_x(279592,266)YH5MH04M,14849.p,0.000000)\
-			0.000000	(t_x(283663,940)RQXSI04E,14850.p,0.000000)\
-			0.000000	(t_x(297145,881)LOVN1504,14851.p,0.000000)\
-			0.000000	(t_x(295004,571)RMZU04E,14852.p,0.000000)\
-			0.000000	(t_x(279652,397)KHVL104E,14853.p,0.000000)\
-			0.000000	(t_x(285693,424)YB3EH04E,14854.p,0.000000)\
-			0.000000	(t_x(275277,936)RQXSI04E,14855.p,0.000000)\
-			0.000000	(t_x(303423,5500)EDGG704,14856.p,0.000000)\
-			0.000000	(t_x(302132,440)LOVN1504,14857.p,0.000000)\
-			0.000000	(t_x(301673,1350)LCES004M,14858.p,0.000000)\
-			0.000000	(t_x(291164,847)RQXSI04E,14859.p,0.000000)\
-			0.000000	(t_x(277598,166)YB3EH04E,14860.p,0.000000)\
-			0.000000	(t_x(277445,317)YD5WH04M,14861.p,0.000000)\
-			0.000000	(t_x(291656,530)KHVL104E,14862.p,0.000000)\
-			0.000000	(t_x(289249,225)KFZ4404M,14863.p,0.000000)\
-			0.000000	(t_x(282514,1108)RQXSI04E,14864.p,0.000000)\
-			0.000000	(t_x(281466,1330)EGNOR04M,14865.p,0.000000)\
-			0.000000	(t_x(313119,468)LOVN1504,14866.p,0.000000)\
-			0.000000	(t_x(289618,60)YB3EH04E,14867.p,0.000000)\
-			0.000000	(t_x(282205,199)YB3EH04E,14868.p,0.000000)\
-			0.000000	(t_x(301972,239)YB3EH04A,14869.p,0.000000)\
-			0.000000	(t_x(300146,337)LGKFN04,14870.p,0.000000)\
-			0.000000	(t_x(292796,3309)LCES004,14871.p,0.000000)\
-			0.000000	(t_x(291521,227)LELVL04M,14872.p,0.000000)\
-			0.000000	(t_x(284063,825)RMZU04E,14873.p,0.000000)\
-			0.000000	(t_x(293561,1578)RVKWU04M,14874.p,0.000000)\
-			0.000000	(t_x(317538,302)MAB1204A,14875.p,0.000000)\
-			0.000000	(t_x(298183,265)YB3EH04A,14876.p,0.000000)\
-			0.000000	(t_x(308533,5557)EDGG704,14877.p,0.000000)\
-			0.000000	(t_x(309711,638)MGY04,14878.p,0.000000)\
-			0.000000	(t_x(292100,805)PMXX04M,14879.p,0.000000)\
-			0.000000	(t_x(307304,1822)MRAE04,14880.p,0.000000)\
-			0.000000	(t_x(281359,585)PMXX04M,14881.p,0.000000)\
-			0.000000	(t_x(310732,1985)LCES004,14882.p,0.000000)\
-			0.000000	(t_x(272249,458)EGNOR04M,14883.p,0.000000)\
-			0.000000	(t_x(308125,1070)LCES004,14884.p,0.000000)\
-			0.000000	(t_x(263601,274)YB3EH04A,14885.p,0.000000)\
-			0.000000	(t_x(290803,135)KHVL104E,14886.p,0.000000)\
-			0.000000	(t_x(289972,716)YB3EH04E,14887.p,0.000000)\
-			0.000000	(t_x(309953,684)LOVN1504,14888.p,0.000000)\
-			0.000000	(t_x(311032,404)LOVN1504,14889.p,0.000000)\
-			0.000000	(t_x(303929,718)KSLN04M,14890.p,0.000000)\
-			0.000000	(t_x(263868,2331)LCES004,14891.p,0.000000)\
-			0.000000	(t_x(281091,58)YB3EH04A,14892.p,0.000000)\
-			0.000000	(t_x(280871,808)LELVU04,14893.p,0.000000)\
-			0.000000	(t_x(282090,421)LELVL04M,14894.p,0.000000)\
-			0.000000	(t_x(290752,561)LEMDAT04,14895.p,0.000000)\
-			0.000000	(t_x(295608,197)EGNOR04M,14896.p,0.000000)\
-			0.000000	(t_x(287489,47)YB3EH04A,14897.p,0.000000)\
-			0.000000	(t_x(278123,629)EGNOR04M,14898.p,0.000000)\
-			0.000000	(t_x(314402,400)MGY04,14899.p,0.000000)\
-			0.000000	(t_x(274564,618)RQXSI04E,14900.p,0.000000)\
-			0.000000	(t_x(296939,314)YB3EH04A,14901.p,0.000000)\
-			0.000000	(t_x(278647,1466)EHAMA04,14902.p,0.000000)\
-			0.000000	(t_x(285360,437)LELVL04M,14903.p,0.000000)\
-			0.000000	(t_x(292189,312)$YB5WH04M,14904.p,0.000000)\
-			0.000000	(t_x(294148,369)LELVL04M,14905.p,0.000000)\
-			0.000000	(t_x(305867,1313)EDGG704,14906.p,0.000000)\
-			0.000000	(t_x(289238,488)EGNOR04M,14907.p,0.000000)\
-			0.000000	(t_x(273004,505)EGNOR04M,14908.p,0.000000)\
-			0.000000	(t_x(294503,1047)RNS04M,14909.p,0.000000)\
-			0.000000	(t_x(294848,9)EGNOR04M,14910.p,0.000000)\
-			0.000000	(t_x(294611,323)EGNOR04M,14911.p,0.000000)\
-			0.000000	(t_x(298502,401)YB3EH04A,14912.p,0.000000)\
-			0.000000	(t_x(292091,538)LOVN1504,14913.p,0.000000)\
-			0.000000	(t_x(301342,2010)LCES004M,14914.p,0.000000)\
-			0.000000	(t_x(310082,5588)EDGG704,14915.p,0.000000)\
-			0.000000	(t_x(304552,1316)LEMDAT04,14916.p,0.000000)\
-			0.000000	(t_x(285459,2011)LCES004,14917.p,0.000000)\
-			0.000000	(t_x(296338,2288)RQXSI04E,14918.p,0.000000)\
-			0.000000	(t_x(287111,328)EGNOR04M,14919.p,0.000000)\
-			0.000000	(t_x(286600,759)KCHI104M,14920.p,0.000000)\
-			0.000000	(t_x(294791,565)LELVL04M,14921.p,0.000000)\
-			0.000000	(t_x(263962,1730)LCES004,14922.p,0.000000)\
-			0.000000	(t_x(291082,256)LELVU04,14923.p,0.000000)\
-			0.000000	(t_x(288989,1632)RMZU04E,14924.p,0.000000)\
-			0.000000	(t_x(281989,619)YH5MH04M,14925.p,0.000000)\
-			0.000000	(t_x(291104,3914)LCES004,14926.p,0.000000)\
-			0.000000	(t_x(295416,969)EGNOR04M,14927.p,0.000000)\
-			0.000000	(t_x(296155,479)LELVL04M,14928.p,0.000000)\
-			0.000000	(t_x(295546,881)EGNOR04M,14929.p,0.000000)\
-			0.000000	(t_x(300445,1687)LCES004,14930.p,0.000000)\
-			0.000000	(t_x(306922,755)LOVN1504,14931.p,0.000000)\
-			0.000000	(t_x(287918,1539)LEMDAT04,14932.p,0.000000)\
-			0.000000	(t_x(281485,303)LELVU04,14933.p,0.000000)\
-			0.000000	(t_x(292801,1102)PMXX04M,14934.p,0.000000)\
-			0.000000	(t_x(290362,68)YB5WH04M,14935.p,0.000000)\
-			0.000000	(t_x(314538,1950)EDGG704,14936.p,0.000000)\
-			0.000000	(t_x(291193,95)YBOLN04M,14937.p,0.000000)\
-			0.000000	(t_x(293560,1578)RVKWU04M,14938.p,0.000000)\
-			0.000000	(t_x(284417,802)EGNOR04M,14939.p,0.000000)\
-			0.000000	(t_x(312938,1251)LCES004,14940.p,0.000000)\
-			0.000000	(t_x(279804,760)YH5MH04M,14941.p,0.000000)\
-			0.000000	(t_x(292436,389)YD5WH04M,14942.p,0.000000)\
-			0.000000	(t_x(282374,1594)RVKWU04M,14943.p,0.000000)\
-			0.000000	(t_x(298434,2077)LCES004,14944.p,0.000000)\
-			0.000000	(t_x(303148,1574)MRAE04,14945.p,0.000000)\
-			0.000000	(t_x(298171,324)LELVU04,14946.p,0.000000)\
-			0.000000	(t_x(294773,1250)YBOLN04M,14947.p,0.000000)\
-			0.000000	(t_x(279801,797)EHAMA04,14948.p,0.000000)\
-			0.000000	(t_x(309790,429)YB3EH04A,14949.p,0.000000)\
-			0.000000	(t_x(307791,570)ZM56704,14950.p,0.000000)\
-			0.000000	(t_x(293901,383)PMXX04M,14951.p,0.000000)\
-			0.000000	(t_x(304690,1132)LOVN1504,14952.p,0.000000)\
-			0.000000	(t_x(295473,584)LELVU04,14953.p,0.000000)\
-			0.000000	(t_x(287704,0),14954.p,0.000000)\
-			0.000000	(t_x(310512,803)LOVN1504,14955.p,0.000000)\
-			0.000000	(t_x(285733,2299)LCES004,14956.p,0.000000)\
-			0.000000	(t_x(290650,397)PMXX04M,14957.p,0.000000)\
-			0.000000	(t_x(304486,656)LELVU04,14958.p,0.000000)\
-			0.000000	(t_x(291847,21)YB5KL04E,14959.p,0.000000)\
-			0.000000	(t_x(295879,1073)RNS04M,14960.p,0.000000)\
-			0.000000	(t_x(289240,393)EG11G04M,14961.p,0.000000)\
-			0.000000	(t_x(286575,634)LELVL04M,14962.p,0.000000)\
-			0.000000	(t_x(286685,638)RQXSI04E,14963.p,0.000000)\
-			0.000000	(t_x(298306,610)LOVN1504,14964.p,0.000000)\
-			0.000000	(t_x(276959,972)PMXX04M,14965.p,0.000000)\
-			0.000000	(t_x(311142,67)MAB3404A,14966.p,0.000000)\
-			0.000000	(t_x(309070,5620)EDGG704,14967.p,0.000000)\
-			0.000000	(t_x(269231,304)YH5MH04M,14968.p,0.000000)\
-			0.000000	(t_x(306201,212)KSAL1204,14969.p,0.000000)\
-			0.000000	(t_x(293074,394)RQXU04E,14970.p,0.000000)\
-			0.000000	(t_x(294120,319)PMXX04M,14971.p,0.000000)\
-			0.000000	(t_x(316430,706)LCES004,14972.p,0.000000)\
-			0.000000	(t_x(300140,187)RMZU04,14973.p,0.000000)\
-			0.000000	(t_x(302863,655)LEBAS04M,14974.p,0.000000)\
-			0.000000	(t_x(286762,178)RJIU04M,14975.p,0.000000)\
-			0.000000	(t_x(308432,533)RMZU04,14976.p,0.000000)\
-			0.000000	(t_x(300064,133)RJIU04M,14977.p,0.000000)\
-			0.000000	(t_x(314600,2688)EDGG704,14978.p,0.000000)\
-			0.000000	(t_x(273980,1131)PMXX04M,14979.p,0.000000)\
-			0.000000	(t_x(294756,130)RJIU04M,14980.p,0.000000)\
-			0.000000	(t_x(297977,527)EGNOR04M,14981.p,0.000000)\
-			0.000000	(t_x(293116,1647)RVKWU04M,14982.p,0.000000)\
-			0.000000	(t_x(297382,1347)YB3EH04E,14983.p,0.000000)\
-			0.000000	(t_x(306384,715)LELVU04,14984.p,0.000000)\
-			0.000000	(t_x(270609,219)KFZ4404E,14985.p,0.000000)\
-			0.000000	(t_x(316090,1216)LCES004,14986.p,0.000000)\
-			0.000000	(t_x(294556,514)RJIU04M,14987.p,0.000000)\
-			0.000000	(t_x(292388,694)RQXU04E,14988.p,0.000000)\
-			0.000000	(t_x(306251,220)RMZU04,14989.p,0.000000)\
-			0.000000	(t_x(313102,706)LCES004,14990.p,0.000000)\
-			0.000000	(t_x(292989,128)YB5WH04M,14991.p,0.000000)\
-			0.000000	(t_x(300621,2096)LCES004,14992.p,0.000000)\
-			0.000000	(t_x(289136,299)RJIU04M,14993.p,0.000000)\
-			0.000000	(t_x(296295,40)YB3EH04E,14994.p,0.000000)\
-			0.000000	(t_x(297867,193)RJIU04M,14995.p,0.000000)\
-			0.000000	(t_x(303077,570)ZM56704,14996.p,0.000000)\
-			0.000000	(t_x(278681,1148)EHAMA04,14997.p,0.000000)\
-			0.000000	(t_x(292569,840)RNI04M,14998.p,0.000000)\
-			0.000000	(t_x(289283,172)LEMDAT04,14999.p,0.000000)\
-			0.000000	(t_x(289894,1921)LCES004,15000.p,0.000000)\
-			0.000000	(t_x(294200,1027)RQXSI04E,15001.p,0.000000)\
-			0.000000	(t_x(295752,65)LEMDAT04,15002.p,0.000000)\
-			0.000000	(t_x(289999,1125)PMXX04M,15003.p,0.000000)\
-			0.000000	(t_x(287286,450)EGNOR04M,15004.p,0.000000)\
-			0.000000	(t_x(286082,615)LELVU04,15005.p,0.000000)\
-			0.000000	(t_x(294365,330)RNI04M,15006.p,0.000000)\
-			0.000000	(t_x(281256,229)RMZU04,15007.p,0.000000)\
-			0.000000	(t_x(312097,1281)LCES004,15008.p,0.000000)\
-			0.000000	(t_x(276210,391)KHVL104E,15009.p,0.000000)\
-			0.000000	(t_x(284106,2333)RQXSI04E,15010.p,0.000000)\
-			0.000000	(t_x(303351,435)LELVU04,15011.p,0.000000)\
-			0.000000	(t_x(297596,422)BR404M,15012.p,0.000000)\
-			0.000000	(t_x(278149,872)EGNOR04M,15013.p,0.000000)\
-			0.000000	(t_x(293626,483)LELVL04M,15014.p,0.000000)\
-			0.000000	(t_x(300850,745)LELVU04,15015.p,0.000000)\
-			0.000000	(t_x(308593,404)RMZU04,15016.p,0.000000)\
-			0.000000	(t_x(282057,448)YBOLN04M,15017.p,0.000000)\
-			0.000000	(t_x(279621,530)YH5MH04M,15018.p,0.000000)\
-			0.000000	(t_x(300988,1471)LOVN1504,15019.p,0.000000)\
-			0.000000	(t_x(263492,15)MM304,15020.p,0.000000)\
-			0.000000	(t_x(289675,415)KSPE1P04,15021.p,0.000000)\
-			0.000000	(t_x(285895,115)YB3EH04E,15022.p,0.000000)\
-			0.000000	(t_x(280021,515)KSPE1P04,15023.p,0.000000)\
-			0.000000	(t_x(296180,109)RMZU04,15024.p,0.000000)\
-			0.000000	(t_x(323044,367)MRAE04,15025.p,0.000000)\
-			0.000000	(t_x(302531,504)RJIU04M,15026.p,0.000000)\
-			0.000000	(t_x(293804,326)KSAL1204,15027.p,0.000000)\
-			0.000000	(t_x(302456,616)LELVU04,15028.p,0.000000)\
-			0.000000	(t_x(297852,618)RNI04M,15029.p,0.000000)\
-			0.000000	(t_x(295747,520)YB3EH04A,15030.p,0.000000)\
-			0.000000	(t_x(292917,531)LELVL04M,15031.p,0.000000)\
-			0.000000	(t_x(263594,1655)LCES004M,15032.p,0.000000)\
-			0.000000	(t_x(288954,414)KHVL104E,15033.p,0.000000)\
-			0.000000	(t_x(315763,2261)EDGG704,15034.p,0.000000)\
-			0.000000	(t_x(277197,266)EG11G04M,15035.p,0.000000)\
-			0.000000	(t_x(307805,108)LOVN1504,15036.p,0.000000)\
-			0.000000	(t_x(284038,638)LELVL04M,15037.p,0.000000)\
-			0.000000	(t_x(291187,433)KWUR404E,15038.p,0.000000)\
-			0.000000	(t_x(306346,3238)LCES004,15039.p,0.000000)\
-			0.000000	(t_x(283562,379)PMXX04M,15040.p,0.000000)\
-			0.000000	(t_x(302840,133)RMZU04,15041.p,0.000000)\
-			0.000000	(t_x(307658,215)RMZU04,15042.p,0.000000)\
-			0.000000	(t_x(309978,636)YB3EH04A,15043.p,0.000000)\
-			0.000000	(t_x(300174,109)RMZU04,15044.p,0.000000)\
-			0.000000	(t_x(309006,574)ZM56704,15045.p,0.000000)\
-			0.000000	(t_x(296164,1320)RQXSI04E,15046.p,0.000000)\
-			0.000000	(t_x(294595,246)YB3EH04E,15047.p,0.000000)\
-			0.000000	(t_x(311351,61)LOVN1504,15048.p,0.000000)\
-			0.000000	(t_x(309959,515)MAB04,15049.p,0.000000)\
-			0.000000	(t_x(295104,906)MM304,15050.p,0.000000)\
-			0.000000	(t_x(295231,356)LOVN1504,15051.p,0.000000)\
-			0.000000	(t_x(301709,2419)LCES004M,15052.p,0.000000)\
-			0.000000	(t_x(282986,39)YB3EH04E,15053.p,0.000000)\
-			0.000000	(t_x(286221,136)LELVL04M,15054.p,0.000000)\
-			0.000000	(t_x(284797,309)BR204M,15055.p,0.000000)\
-			0.000000	(t_x(303665,3670)LCES004,15056.p,0.000000)\
-			0.000000	(t_x(303790,58)LOVN1504,15057.p,0.000000)\
-			0.000000	(t_x(296550,541)YB3EH04A,15058.p,0.000000)\
-			0.000000	(t_x(277167,339)KSPE1P04,15059.p,0.000000)\
-			0.000000	(t_x(307135,5624)EDGG704,15060.p,0.000000)\
-			0.000000	(t_x(287631,391)LELVL04M,15061.p,0.000000)\
-			0.000000	(t_x(306307,257)RMZU04,15062.p,0.000000)\
-			0.000000	(t_x(320214,729)MRAE04,15063.p,0.000000)\
-			0.000000	(t_x(296260,655)KSAL1204,15064.p,0.000000)\
-			0.000000	(t_x(295497,1635)PMXX04M,15065.p,0.000000)\
-			0.000000	(t_x(308410,228)LEBAS04A,15066.p,0.000000)\
-			0.000000	(t_x(301088,724)LEMDAT04,15067.p,0.000000)\
-			0.000000	(t_x(288145,83)YB3EH04E,15068.p,0.000000)\
-			0.000000	(t_x(287536,398)LELVL04M,15069.p,0.000000)\
-			0.000000	(t_x(309172,2483)EDGG704,15070.p,0.000000)\
-			0.000000	(t_x(312199,2705)LCES004,15071.p,0.000000)\
-			0.000000	(t_x(296473,523)LCES004,15072.p,0.000000)\
-			0.000000	(t_x(313302,586)LCES004,15073.p,0.000000)\
-			0.000000	(t_x(312020,730)MRAEE04,15074.p,0.000000)\
-			0.000000	(t_x(302970,628)LOVN1504,15075.p,0.000000)\
-			0.000000	(t_x(296563,422)KWUR404E,15076.p,0.000000)\
-			0.000000	(t_x(305802,1683)EDGG704,15077.p,0.000000)\
-			0.000000	(t_x(292872,390)KSAL1204,15078.p,0.000000)\
-			0.000000	(t_x(306718,210)LOVN1504,15079.p,0.000000)\
-			0.000000	(t_x(309200,963)LCES004M,15080.p,0.000000)\
-			0.000000	(t_x(276534,447)KHVL104E,15081.p,0.000000)\
-			0.000000	(t_x(287828,17)$YBOLN04M,15082.p,0.000000)\
-			0.000000	(t_x(294135,639)YB5WH04M,15083.p,0.000000)\
-			0.000000	(t_x(305697,1030)LEMDAT04,15084.p,0.000000)\
-			0.000000	(t_x(287518,161)YB5WH04M,15085.p,0.000000)\
-			0.000000	(t_x(279716,75)LELVU04,15086.p,0.000000)\
-			0.000000	(t_x(279163,462)KHVL104E,15087.p,0.000000)\
-			0.000000	(t_x(294940,863)BR404M,15088.p,0.000000)\
-			0.000000	(t_x(295794,1194)LEMDAT04,15089.p,0.000000)\
-			0.000000	(t_x(278598,1607)EHAMA04,15090.p,0.000000)\
-			0.000000	(t_x(315428,312)LELVL104,15091.p,0.000000)\
-			0.000000	(t_x(301303,190)MYY04A,15092.p,0.000000)\
-			0.000000	(t_x(281891,522)KWUR404E,15093.p,0.000000)\
-			0.000000	(t_x(304456,91)RJIU04M,15094.p,0.000000)\
-			0.000000	(t_x(282882,288)KWUR404E,15095.p,0.000000)\
-			0.000000	(t_x(312192,875)ZM56704,15096.p,0.000000)\
-			0.000000	(t_x(304895,220)LOVN1504,15097.p,0.000000)\
-			0.000000	(t_x(279485,412)KHVL104E,15098.p,0.000000)\
-			0.000000	(t_x(311727,239)MAB04,15099.p,0.000000)\
-			0.000000	(t_x(302875,256)LELVU04,15100.p,0.000000)\
-			0.000000	(t_x(289872,1782)KFZ4404M,15101.p,0.000000)\
-			0.000000	(t_x(302920,350)LELVL104,15102.p,0.000000)\
-			0.000000	(t_x(297505,467)RQXSI04E,15103.p,0.000000)\
-			0.000000	(t_x(294164,89)BR404M,15104.p,0.000000)\
-			0.000000	(t_x(286590,201)YB5WH04M,15105.p,0.000000)\
-			0.000000	(t_x(279642,419)KHVL104E,15106.p,0.000000)\
-			0.000000	(t_x(309462,451)LOVN1504,15107.p,0.000000)\
-			0.000000	(t_x(289587,1222)PMXX04M,15108.p,0.000000)\
-			0.000000	(t_x(307105,3764)LGZAA04M,15109.p,0.000000)\
-			0.000000	(t_x(294807,2420)LCES004M,15110.p,0.000000)\
-			0.000000	(t_x(290776,183)RJIU04M,15111.p,0.000000)\
-			0.000000	(t_x(292940,1948)EDGG704,15112.p,0.000000)\
-			0.000000	(t_x(310792,9)GL34W04,15113.p,0.000000)\
-			0.000000	(t_x(296407,602)YB3EH04A,15114.p,0.000000)\
-			0.000000	(t_x(277201,460)KHVL104E,15115.p,0.000000)\
-			0.000000	(t_x(301003,351)YB3EH04A,15116.p,0.000000)\
-			0.000000	(t_x(307987,512)LELVL104,15117.p,0.000000)\
-			0.000000	(t_x(291314,650)LELVL04M,15118.p,0.000000)\
-			0.000000	(t_x(313899,469)KSAL1204,15119.p,0.000000)\
-			0.000000	(t_x(287527,486)KSPE1P04,15120.p,0.000000)\
-			0.000000	(t_x(309573,2571)LCES004,15121.p,0.000000)\
-			0.000000	(t_x(281854,333)KWUR404E,15122.p,0.000000)\
-			0.000000	(t_x(303842,503)LELVU04,15123.p,0.000000)\
-			0.000000	(t_x(294685,584)LELVU04,15124.p,0.000000)\
-			0.000000	(t_x(296147,97)LELVU04,15125.p,0.000000)\
-			0.000000	(t_x(306331,409)KSLN04A,15126.p,0.000000)\
-			0.000000	(t_x(302685,71)ZM56704,15127.p,0.000000)\
-			0.000000	(t_x(312532,363)LELVL104,15128.p,0.000000)\
-			0.000000	(t_x(302033,671)LOVN1504,15129.p,0.000000)\
-			0.000000	(t_x(309520,91)MAB04,15130.p,0.000000)\
-			0.000000	(t_x(278487,434)YH5MH04M,15131.p,0.000000)\
-			0.000000	(t_x(279834,394)YH5MH04M,15132.p,0.000000)\
-			0.000000	(t_x(311071,5686)EDGG704,15133.p,0.000000)\
-			0.000000	(t_x(297744,351)LOVN1504,15134.p,0.000000)\
-			0.000000	(t_x(279250,209)KSPE1P04,15135.p,0.000000)\
-			0.000000	(t_x(307145,431)KSAL1204,15136.p,0.000000)\
-			0.000000	(t_x(314808,396)MRAEE04,15137.p,0.000000)\
-			0.000000	(t_x(294284,292)MYY04A,15138.p,0.000000)\
-			0.000000	(t_x(264033,236)MYY04A,15139.p,0.000000)\
-			0.000000	(t_x(280283,272)YH5MH04M,15140.p,0.000000)\
-			0.000000	(t_x(289397,766)LGKFN04,15141.p,0.000000)\
-			0.000000	(t_x(279411,445)KSPE1P04,15142.p,0.000000)\
-			0.000000	(t_x(296675,166)FUJ04M,15143.p,0.000000)\
-			0.000000	(t_x(318565,684)LELVL104,15144.p,0.000000)\
-			0.000000	(t_x(301074,1066)LGKFN04,15145.p,0.000000)\
-			0.000000	(t_x(277562,329)YH5MH04M,15146.p,0.000000)\
-			0.000000	(t_x(283452,256)RMZU04,15147.p,0.000000)\
-			0.000000	(t_x(290406,325)RNI04M,15148.p,0.000000)\
-			0.000000	(t_x(288358,319)KWUR404E,15149.p,0.000000)\
-			0.000000	(t_x(263921,2850)LCES004,15150.p,0.000000)\
-			0.000000	(t_x(281674,77)KSPE1P04,15151.p,0.000000)\
-			0.000000	(t_x(288107,628)KWUR404E,15152.p,0.000000)\
-			0.000000	(t_x(285688,1099)RQXSI04E,15153.p,0.000000)\
-			0.000000	(t_x(291554,441)YH5MH04M,15154.p,0.000000)\
-			0.000000	(t_x(289330,817)KSAL1204,15155.p,0.000000)\
-			0.000000	(t_x(318660,244)EDGG704,15156.p,0.000000)\
-			0.000000	(t_x(297554,315)RNI04M,15157.p,0.000000)\
-			0.000000	(t_x(310117,625)YB3EH04A,15158.p,0.000000)\
-			0.000000	(t_x(263816,219)RMZU04,15159.p,0.000000)\
-			0.000000	(t_x(311265,1853)LCES004,15160.p,0.000000)\
-			0.000000	(t_x(290567,184)YB3EH04E,15161.p,0.000000)\
-			0.000000	(t_x(306204,134)ZM56704,15162.p,0.000000)\
-			0.000000	(t_x(312565,766)LCES004,15163.p,0.000000)\
-			0.000000	(t_x(285431,861)LGKFN04,15164.p,0.000000)\
-			0.000000	(t_x(291287,23)LELVL04M,15165.p,0.000000)\
-			0.000000	(t_x(305661,448)LOVN1504,15166.p,0.000000)\
-				0.000000	(t_x(293544,555)RQXSI04E,15167.p,0.000000)\
-			0.000000	(t_x(302096,324)LOVN1504,15168.p,0.000000)\
-			0.000000	(t_x(312036,329)MAB3404A,15169.p,0.000000)\
-			0.000000	(t_x(263587,2605)LCES004M,15170.p,0.000000)\
-			0.000000	(t_x(288982,222)YB3EH04E,15171.p,0.000000)\
-			0.000000	(t_x(295885,2370)RQXSI04E,15172.p,0.000000)\
-			0.000000	(t_x(279467,290)YH5MH04M,15173.p,0.000000)\
-			0.000000	(t_x(282720,575)KWUR404E,15174.p,0.000000)\
-			0.000000	(t_x(293549,402)RQXU04E,15175.p,0.000000)\
-			0.000000	(t_x(277243,254)KSPE1P04,15176.p,0.000000)\
-			0.000000	(t_x(301431,584)EGNOR04M,15177.p,0.000000)\
-			0.000000	(t_x(295822,295)LEMDAT04,15178.p,0.000000)\
-			0.000000	(t_x(280671,1128)LFMDA04A,15179.p,0.000000)\
-			0.000000	(t_x(318473,1102)LLBGA04L,15180.p,0.000000)\
-			0.000000	(t_x(313758,2331)LCES004,15181.p,0.000000)\
-			0.000000	(t_x(279817,199)EGNOR04M,15182.p,0.000000)\
-			0.000000	(t_x(284933,1313)RQXSI04E,15183.p,0.000000)\
-			0.000000	(t_x(316298,2625)EDGG704,15184.p,0.000000)\
-			0.000000	(t_x(306801,372)RMZU04,15185.p,0.000000)\
-			0.000000	(t_x(298577,385)RMZU04,15186.p,0.000000)\
-			0.000000	(t_x(295174,574)LELVU04,15187.p,0.000000)\
-			0.000000	(t_x(307617,735)LELVU04,15188.p,0.000000)\
-			0.000000	(t_x(280018,254)FUJ04M,15189.p,0.000000)\
-			0.000000	(t_x(279243,301)YH5MH04M,15190.p,0.000000)\
-			0.000000	(t_x(307103,225)MAB3404A,15191.p,0.000000)\
-			0.000000	(t_x(277826,352)RJIU04M,15192.p,0.000000)\
-			0.000000	(t_x(300354,64)MEK04,15193.p,0.000000)\
-			0.000000	(t_x(284297,253)RQXSI04E,15194.p,0.000000)\
-			0.000000	(t_x(301867,620)RMZU04,15195.p,0.000000)\
-			0.000000	(t_x(292297,118)RNI04M,15196.p,0.000000)\
-			0.000000	(t_x(291906,1739)EGNOR04M,15197.p,0.000000)\
-			0.000000	(t_x(282755,489)KWUR404E,15198.p,0.000000)\
-			0.000000	(t_x(287821,298)RMZSI04M,15199.p,0.000000)\
-			0.000000	(t_x(304435,768)LELVU04,15200.p,0.000000)\
-			0.000000	(t_x(288405,1823)PMXX04M,15201.p,0.000000)\
-			0.000000	(t_x(289367,423)RQXSI04E,15202.p,0.000000)\
-			0.000000	(t_x(291178,461)EBBRA04E,15203.p,0.000000)\
-			0.000000	(t_x(297613,179)RQXSI04E,15204.p,0.000000)\
-			0.000000	(t_x(297904,748)LOVN1504,15205.p,0.000000)\
-			0.000000	(t_x(317603,853)LLBGA04L,15206.p,0.000000)\
-			0.000000	(t_x(317908,1613)EDGG704,15207.p,0.000000)\
-			0.000000	(t_x(301721,1098)LGKFN04,15208.p,0.000000)\
-			0.000000	(t_x(282868,274)KWUR404E,15209.p,0.000000)\
-			0.000000	(t_x(283821,407)KWUR404E,15210.p,0.000000)\
-			0.000000	(t_x(308914,391)MYY04A,15211.p,0.000000)\
-			0.000000	(t_x(303783,193)MAB04,15212.p,0.000000)\
-			0.000000	(t_x(307846,106)RMZU04,15213.p,0.000000)\
-			0.000000	(t_x(287891,99)RJIU04M,15214.p,0.000000)\
-			0.000000	(t_x(295356,137)RQXU04E,15215.p,0.000000)\
-			0.000000	(t_x(283607,197)PMXX04M,15216.p,0.000000)\
-			0.000000	(t_x(286486,773)LELVL04M,15217.p,0.000000)\
-			0.000000	(t_x(318435,2670)EDGG704,15218.p,0.000000)\
-			0.000000	(t_x(291796,176)YH5MH04M,15219.p,0.000000)\
-			0.000000	(t_x(289457,372)RJIU04M,15220.p,0.000000)\
-			0.000000	(t_x(279398,403)YH5MH04M,15221.p,0.000000)\
-			0.000000	(t_x(302661,1961)EG11G04M,15222.p,0.000000)\
-			0.000000	(t_x(289913,172)YH5MH04M,15223.p,0.000000)\
-			0.000000	(t_x(285372,296)YB5WH04M,15224.p,0.000000)\
-			0.000000	(t_x(302944,910)RMZSI04,15225.p,0.000000)\
-			0.000000	(t_x(310303,1387)RMZU04,15226.p,0.000000)\
-			0.000000	(t_x(279409,243)YH5MH04M,15227.p,0.000000)\
-			0.000000	(t_x(301367,235)YB3EH04A,15228.p,0.000000)\
-			0.000000	(t_x(280002,735)LELVU04,15229.p,0.000000)\
-			0.000000	(t_x(298116,560)RJIU04M,15230.p,0.000000)\
-			0.000000	(t_x(304778,316)RVKWS04,15231.p,0.000000)\
-			0.000000	(t_x(309324,884)RMZSI04,15232.p,0.000000)\
-			0.000000	(t_x(300815,832)LCES004M,15233.p,0.000000)\
-			0.000000	(t_x(308855,232)YB3EH04A,15234.p,0.000000)\
-			0.000000	(t_x(304351,1412)LLBGA04L,15235.p,0.000000)\
-			0.000000	(t_x(295503,1420)RVKWU04M,15236.p,0.000000)\
-			0.000000	(t_x(296232,326)LEBAS04A,15237.p,0.000000)\
-			0.000000	(t_x(287604,379)PMXX04M,15238.p,0.000000)\
-			0.000000	(t_x(310235,2)MAB1204A,15239.p,0.000000)\
-			0.000000	(t_x(277424,1581)EHAMA04,15240.p,0.000000)\
-			0.000000	(t_x(287040,4682)RJIU04M,15241.p,0.000000)\
-			0.000000	(t_x(292003,361)FUJ04M,15242.p,0.000000)\
-			0.000000	(t_x(311863,632)YB3EH04A,15243.p,0.000000)\
-			0.000000	(t_x(307733,908)LELVL104,15244.p,0.000000)\
-			0.000000	(t_x(291494,426)YH5MH04M,15245.p,0.000000)\
-			0.000000	(t_x(290491,863)RNS04M,15246.p,0.000000)\
-			0.000000	(t_x(294701,530)KSAL1204,15247.p,0.000000)\
-			0.000000	(t_x(297680,702)RMZSI04,15248.p,0.000000)\
-			0.000000	(t_x(300866,433)RMZU04,15249.p,0.000000)\
-			0.000000	(t_x(295723,1214)RVKWU04M,15250.p,0.000000)\
-			0.000000	(t_x(283458,917)RMZSI04,15251.p,0.000000)\
-			0.000000	(t_x(284860,1241)RVKWU04M,15252.p,0.000000)\
-			0.000000	(t_x(293858,733)RQXSI04E,15253.p,0.000000)\
-			0.000000	(t_x(281881,391)YB3EH04A,15254.p,0.000000)\
-			0.000000	(t_x(307264,3860)LCES004,15255.p,0.000000)\
-			0.000000	(t_x(287703,14)RNI04M,15256.p,0.000000)\
-			0.000000	(t_x(308743,301)MAB3404A,15257.p,0.000000)\
-			0.000000	(t_x(283823,560)YB3EH04E,15258.p,0.000000)\
-			0.000000	(t_x(301350,918)RMZU04,15259.p,0.000000)\
-			0.000000	(t_x(297219,297)FUJ04M,15260.p,0.000000)\
-			0.000000	(t_x(284504,651)RQXSI04E,15261.p,0.000000)\
-			0.000000	(t_x(316618,636)LLBGA04L,15262.p,0.000000)\
-			0.000000	(t_x(271199,98)RMZU04E,15263.p,0.000000)\
-			0.000000	(t_x(294111,367)LELVU04,15264.p,0.000000)\
-			0.000000	(t_x(288740,589)RQXSI04E,15265.p,0.000000)\
-			0.000000	(t_x(297362,383)RNI04M,15266.p,0.000000)\
-			0.000000	(t_x(308622,2023)LCES004,15267.p,0.000000)\
-			0.000000	(t_x(289901,501)RQXSI04E,15268.p,0.000000)\
-			0.000000	(t_x(280453,81)EBBRA04E,15269.p,0.000000)\
-			0.000000	(t_x(300133,435)RQXSI04E,15270.p,0.000000)\
-			0.000000	(t_x(316391,2670)EDGG704,15271.p,0.000000)\
-			0.000000	(t_x(308941,68)YB3EH04A,15272.p,0.000000)\
-			0.000000	(t_x(284700,202)YB3EH04E,15273.p,0.000000)\
-			0.000000	(t_x(311549,852)LELVL104,15274.p,0.000000)\
-			0.000000	(t_x(278871,160)YB3EH04E,15275.p,0.000000)\
-			0.000000	(t_x(307018,978)RMZSI04,15276.p,0.000000)\
-			0.000000	(t_x(281723,48)LELVL04M,15277.p,0.000000)\
-			0.000000	(t_x(281962,995)PMXX04M,15278.p,0.000000)\
-			0.000000	(t_x(284287,676)PMXX04M,15279.p,0.000000)\
-			0.000000	(t_x(296317,86)YB3EH04A,15280.p,0.000000)\
-			0.000000	(t_x(279693,427)YH5MH04M,15281.p,0.000000)\
-			0.000000	(t_x(313433,735)MRAE04,15282.p,0.000000)\
-			0.000000	(t_x(295550,367)LELVU04,15283.p,0.000000)\
-			0.000000	(t_x(282176,50)RMZU04E,15284.p,0.000000)\
-			0.000000	(t_x(306868,330)KSLN04A,15285.p,0.000000)\
-			0.000000	(t_x(302665,110)GL34W04,15286.p,0.000000)\
-			0.000000	(t_x(283259,178)EGNOR04M,15287.p,0.000000)\
-			0.000000	(t_x(268974,81)$KHVL104E,15288.p,0.000000)\
-			0.000000	(t_x(287579,349)RQXSI04E,15289.p,0.000000)\
-			0.000000	(t_x(303195,728)MRAE04,15290.p,0.000000)\
-			0.000000	(t_x(300571,112)ZM56704,15291.p,0.000000)\
-			0.000000	(t_x(293006,335)KSPE1P04,15292.p,0.000000)\
-			0.000000	(t_x(294121,315)RVKWS04,15293.p,0.000000)\
-			0.000000	(t_x(297781,426)YB3EH04A,15294.p,0.000000)\
-			0.000000	(t_x(306207,1795)LCES004M,15295.p,0.000000)\
-			0.000000	(t_x(295882,135)RNI04M,15296.p,0.000000)\
-			0.000000	(t_x(287201,461)YB5WH04M,15297.p,0.000000)\
-			0.000000	(t_x(303911,39)YB3EH04A,15298.p,0.000000)\
-			0.000000	(t_x(287544,153)BR404M,15299.p,0.000000)\
-			0.000000	(t_x(281824,1615)RVKWU04M,15300.p,0.000000)\
-			0.000000	(t_x(286853,178)KSLN04M,15301.p,0.000000)\
-			0.000000	(t_x(312707,536)MRAE04,15302.p,0.000000)\
-			0.000000	(t_x(283139,43)RMZSI04M,15303.p,0.000000)\
-			0.000000	(t_x(315138,861)LCES004,15304.p,0.000000)\
-			0.000000	(t_x(301477,1309)MRAE04,15305.p,0.000000)\
-			0.000000	(t_x(311447,530)LGKFN04,15306.p,0.000000)\
-			0.000000	(t_x(293430,814)RQXU04E,15307.p,0.000000)\
-			0.000000	(t_x(304261,327)RJIU04M,15308.p,0.000000)\
-			0.000000	(t_x(309721,244)YB3EH04A,15309.p,0.000000)\
-			0.000000	(t_x(315019,1986)EDGG704,15310.p,0.000000)\
-			0.000000	(t_x(295428,432)RJIU04M,15311.p,0.000000)\
-			0.000000	(t_x(291212,201)RVKWS04,15312.p,0.000000)\
-			0.000000	(t_x(294857,167)YBOLN04M,15313.p,0.000000)\
-			0.000000	(t_x(295180,1113)RASI04M,15314.p,0.000000)\
-			0.000000	(t_x(283115,593)RMZU04,15315.p,0.000000)\
-			0.000000	(t_x(281185,271)KFZ4404E,15316.p,0.000000)\
-			0.000000	(t_x(307626,493)MRAE04,15317.p,0.000000)\
-			0.000000	(t_x(287140,1122)RVKWU04M,15318.p,0.000000)\
-			0.000000	(t_x(291739,272)KSLN04A,15319.p,0.000000)\
-			0.000000	(t_x(276531,80)KHVL104E,15320.p,0.000000)\
-			0.000000	(t_x(297974,231)YB3EH04A,15321.p,0.000000)\
-			0.000000	(t_x(304739,124)GL34W04,15322.p,0.000000)\
-			0.000000	(t_x(279552,283)EBBRA04E,15323.p,0.000000)\
-			0.000000	(t_x(305601,654)LLBGA04L,15324.p,0.000000)\
-			0.000000	(t_x(303061,522)BKED1204,15325.p,0.000000)\
-			0.000000	(t_x(286690,1179)EHAMA04,15326.p,0.000000)\
-			0.000000	(t_x(312051,119)YB3EH04A,15327.p,0.000000)\
-			0.000000	(t_x(287195,253)RFBRT04M,15328.p,0.000000)\
-			0.000000	(t_x(303930,211)YB3EH04A,15329.p,0.000000)\
-			0.000000	(t_x(295521,14)YB3EH04A,15330.p,0.000000)\
-			0.000000	(t_x(288568,762)RQXSI04E,15331.p,0.000000)\
-			0.000000	(t_x(291470,39)YB3EH04E,15332.p,0.000000)\
-			0.000000	(t_x(287904,530)LGKFN04,15333.p,0.000000)\
-			0.000000	(t_x(309498,1112)RMZSI04,15334.p,0.000000)\
-			0.000000	(t_x(291571,104)KFZ4404M,15335.p,0.000000)\
-			0.000000	(t_x(291007,25)YB3EH04A,15336.p,0.000000)\
-			0.000000	(t_x(290667,108)GL34W04,15337.p,0.000000)\
-			0.000000	(t_x(303992,69)LGKFN04,15338.p,0.000000)\
-			0.000000	(t_x(295519,185)YB3EH04A,15339.p,0.000000)\
-			0.000000	(t_x(281946,83)KSPE1P04,15340.p,0.000000)\
-			0.000000	(t_x(288918,2555)RQXSI04E,15341.p,0.000000)\
-			0.000000	(t_x(283128,445)YB3EH04E,15342.p,0.000000)\
-			0.000000	(t_x(287855,305)RNS04M,15343.p,0.000000)\
-			0.000000	(t_x(285482,1017)PMXX04M,15344.p,0.000000)\
-			0.000000	(t_x(313701,1153)MRAE04,15345.p,0.000000)\
-			0.000000	(t_x(286031,0),15346.p,0.000000)\
-			0.000000	(t_x(309547,385)LEBAS04A,15347.p,0.000000)\
-			0.000000	(t_x(284450,13)KSLN04M,15348.p,0.000000)\
-			0.000000	(t_x(298368,426)LOVN1504,15349.p,0.000000)\
-			0.000000	(t_x(281905,266)YH5MH04M,15350.p,0.000000)\
-			0.000000	(t_x(295893,832)LEMDAT04,15351.p,0.000000)\
-			0.000000	(t_x(313003,600)MRAE04,15352.p,0.000000)\
-			0.000000	(t_x(308647,1279)MRAE04,15353.p,0.000000)\
-			0.000000	(t_x(280365,317)RQXU04E,15354.p,0.000000)\
-			0.000000	(t_x(301299,438)YB3EH04A,15355.p,0.000000)\
-			0.000000	(t_x(292672,445)RQXU04E,15356.p,0.000000)\
-			0.000000	(t_x(285772,100)YB3EH04E,15357.p,0.000000)\
-			0.000000	(t_x(298619,323)RNS04M,15358.p,0.000000)\
-			0.000000	(t_x(315779,1066)LCES004,15359.p,0.000000)\
-			0.000000	(t_x(312091,292)KSLN04A,15360.p,0.000000)\
-			0.000000	(t_x(287660,631)EG11G04M,15361.p,0.000000)\
-			0.000000	(t_x(312442,433)LEBAS04A,15362.p,0.000000)\
-			0.000000	(t_x(296565,341)RNI04M,15363.p,0.000000)\
-			0.000000	(t_x(287302,2167)LFMDA04A,15364.p,0.000000)\
-			0.000000	(t_x(273554,323)EBEEC04M,15365.p,0.000000)\
-			0.000000	(t_x(304857,582)KSAL1204,15366.p,0.000000)\
-			0.000000	(t_x(310127,508)YB3EH04A,15367.p,0.000000)\
-			0.000000	(t_x(291971,128)YB3EH04A,15368.p,0.000000)\
-			0.000000	(t_x(311478,978)LELVL104,15369.p,0.000000)\
-			0.000000	(t_x(286317,353)EBBRA04E,15370.p,0.000000)\
-			0.000000	(t_x(306710,320)LOVN1504,15371.p,0.000000)\
-			0.000000	(t_x(286844,291)KSPE104D,15372.p,0.000000)\
-			0.000000	(t_x(308505,87)YB3EH04A,15373.p,0.000000)\
-			0.000000	(t_x(296449,404)LELVU04,15374.p,0.000000)\
-			0.000000	(t_x(297571,382)LELVU04,15375.p,0.000000)\
-			0.000000	(t_x(283389,1053)RQXSI04E,15376.p,0.000000)\
-			0.000000	(t_x(292613,191)MM304,15377.p,0.000000)\
-			0.000000	(t_x(292991,291)YD5WH04M,15378.p,0.000000)\
-			0.000000	(t_x(307860,48)YB3EH04A,15379.p,0.000000)\
-			0.000000	(t_x(296772,768)LOVN1504,15380.p,0.000000)\
-			0.000000	(t_x(290455,706)RVKWS04,15381.p,0.000000)\
-			0.000000	(t_x(277284,242)EBBRA04E,15382.p,0.000000)\
-			0.000000	(t_x(321498,2250)EDGG704,15383.p,0.000000)\
-			0.000000	(t_x(314699,2350)LCES004,15384.p,0.000000)\
-			0.000000	(t_x(287287,331)RMZU04E,15385.p,0.000000)\
-			0.000000	(t_x(283965,798)RNI04M,15386.p,0.000000)\
-			0.000000	(t_x(296907,187)YD5WH04M,15387.p,0.000000)\
-			0.000000	(t_x(287372,110)$KHVL104E,15388.p,0.000000)\
-			0.000000	(t_x(263418,566)BKED1204,15389.p,0.000000)\
-			0.000000	(t_x(280203,465)RMZU04,15390.p,0.000000)\
-			0.000000	(t_x(283464,296)YB3EH04A,15391.p,0.000000)\
-			0.000000	(t_x(290343,296)RJIU04M,15392.p,0.000000)\
-			0.000000	(t_x(285875,11)EBEEC04M,15393.p,0.000000)\
-			0.000000	(t_x(271601,1302)RASI04M,15394.p,0.000000)\
-			0.000000	(t_x(285112,313)KSLN04M,15395.p,0.000000)\
-			0.000000	(t_x(305522,345)KSPE104D,15396.p,0.000000)\
-			0.000000	(t_x(293188,131)RNI04M,15397.p,0.000000)\
-			0.000000	(t_x(308225,1175)RMZSI04,15398.p,0.000000)\
-			0.000000	(t_x(284206,419)RMZU04,15399.p,0.000000)\
-			0.000000	(t_x(284028,77)RQXSI04E,15400.p,0.000000)\
-			0.000000	(t_x(279735,653)KSPE1P04,15401.p,0.000000)\
-			0.000000	(t_x(297929,1209)EGNOR04M,15402.p,0.000000)\
-			0.000000	(t_x(294211,298)EG11G04M,15403.p,0.000000)\
-			0.000000	(t_x(294442,652)LOVN1504,15404.p,0.000000)\
-			0.000000	(t_x(301132,376)RNI04M,15405.p,0.000000)\
-			0.000000	(t_x(306171,185)LOVN1504,15406.p,0.000000)\
-			0.000000	(t_x(294546,186)LOVN1504,15407.p,0.000000)\
-			0.000000	(t_x(305019,254)RNS04M,15408.p,0.000000)\
-			0.000000	(t_x(301365,34)MAB3404A,15409.p,0.000000)\
-			0.000000	(t_x(296840,301)YB3EH04A,15410.p,0.000000)\
-			0.000000	(t_x(294925,1449)RVKWU04M,15411.p,0.000000)\
-			0.000000	(t_x(296997,355)KSLN04M,15412.p,0.000000)\
-			0.000000	(t_x(307218,1055)ZM56704,15413.p,0.000000)\
-			0.000000	(t_x(306995,266)YB3EH04A,15414.p,0.000000)\
-			0.000000	(t_x(288292,309)YB3EH04E,15415.p,0.000000)\
-			0.000000	(t_x(314530,133)GL34W04,15416.p,0.000000)\
-			0.000000	(t_x(308308,542)YB3EH04A,15417.p,0.000000)\
-			0.000000	(t_x(295407,472)RJIU04M,15418.p,0.000000)\
-			0.000000	(t_x(290342,554)RJIU04M,15419.p,0.000000)\
-			0.000000	(t_x(263168,277)RFBRT04M,15420.p,0.000000)\
-			0.000000	(t_x(263410,1117)LGKFN04,15421.p,0.000000)\
-			0.000000	(t_x(289950,107)YB5WH04M,15422.p,0.000000)\
-			0.000000	(t_x(300455,436)LCES004M,15423.p,0.000000)\
-			0.000000	(t_x(291538,202)KSPE1P04,15424.p,0.000000)\
-			0.000000	(t_x(301621,557)RNS04M,15425.p,0.000000)\
-			0.000000	(t_x(308093,186)YB3EH04A,15426.p,0.000000)\
-			0.000000	(t_x(282505,355)RFBRT04M,15427.p,0.000000)\
-			0.000000	(t_x(263421,204)LCES004M,15428.p,0.000000)\
-			0.000000	(t_x(294594,606)KSAL1204,15429.p,0.000000)\
-			0.000000	(t_x(292423,3089)EDGG704,15430.p,0.000000)\
-			0.000000	(t_x(304753,479)LGKFN04,15431.p,0.000000)\
-			0.000000	(t_x(290892,569)YB5WH04M,15432.p,0.000000)\
-			0.000000	(t_x(306187,364)LOVN1504,15433.p,0.000000)\
-			0.000000	(t_x(296343,54)YB3EH04E,15434.p,0.000000)\
-			0.000000	(t_x(293545,257)RQXU04E,15435.p,0.000000)\
-			0.000000	(t_x(289655,227)RJIU04M,15436.p,0.000000)\
-			0.000000	(t_x(302777,202)LELVL104,15437.p,0.000000)\
-			0.000000	(t_x(317443,374)MRAE04,15438.p,0.000000)\
-			0.000000	(t_x(295273,358)EG11G04M,15439.p,0.000000)\
-			0.000000	(t_x(300931,388)KSPE104D,15440.p,0.000000)\
-			0.000000	(t_x(284261,142)$YB3EH04E,15441.p,0.000000)\
-			0.000000	(t_x(282752,259)KSLN04A,15442.p,0.000000)\
-			0.000000	(t_x(263793,77)KSAL1204,15443.p,0.000000)\
-			0.000000	(t_x(305929,429)LCES004M,15444.p,0.000000)\
-			0.000000	(t_x(292534,204)YB3EH04A,15445.p,0.000000)\
-			0.000000	(t_x(310901,230)YB3EH04A,15446.p,0.000000)\
-			0.000000	(t_x(313034,143)GL34W04,15447.p,0.000000)\
-			0.000000	(t_x(295372,226)YB3EH04A,15448.p,0.000000)\
-			0.000000	(t_x(295691,113)RMZU04,15449.p,0.000000)\
-			0.000000	(t_x(291695,137)YB5KL04E,15450.p,0.000000)\
-			0.000000	(t_x(309143,362)RMZU04,15451.p,0.000000)\
-			0.000000	(t_x(291639,185)YB3EH04A,15452.p,0.000000)\
-			0.000000	(t_x(309899,4)YB3EH04A,15453.p,0.000000)\
-			0.000000	(t_x(282837,239)KSLN04M,15454.p,0.000000)\
-			0.000000	(t_x(288191,398)KSPE1P04,15455.p,0.000000)\
-			0.000000	(t_x(286988,335)MM204,15456.p,0.000000)\
-			0.000000	(t_x(297350,120)BR204M,15457.p,0.000000)\
-			0.000000	(t_x(304483,546)LCES004,15458.p,0.000000)\
-			0.000000	(t_x(308402,184)LELVL104,15459.p,0.000000)\
-			0.000000	(t_x(294133,517)RJIU04M,15460.p,0.000000)\
-			0.000000	(t_x(295292,301)YB3EH04A,15461.p,0.000000)\
-			0.000000	(t_x(306139,335)LOVN1504,15462.p,0.000000)\
-			0.000000	(t_x(296303,135)LOW304M,15463.p,0.000000)\
-			0.000000	(t_x(297288,264)YB3EH04A,15464.p,0.000000)\
-			0.000000	(t_x(297402,3719)KSPE104D,15465.p,0.000000)\
-			0.000000	(t_x(296668,196)YB3EH04A,15466.p,0.000000)\
-			0.000000	(t_x(295384,227)KFZ4404M,15467.p,0.000000)\
-			0.000000	(t_x(263743,472)LEBAS04A,15468.p,0.000000)\
-			0.000000	(t_x(294449,432)BR404M,15469.p,0.000000)\
-			0.000000	(t_x(302162,1633)LGKFN04,15470.p,0.000000)\
-			0.000000	(t_x(301601,299)LOVN1504,15471.p,0.000000)\
-			0.000000	(t_x(294097,802)LELVU04,15472.p,0.000000)\
-			0.000000	(t_x(263313,358)RFBRT04M,15473.p,0.000000)\
-			0.000000	(t_x(277703,573)KHVL104E,15474.p,0.000000)\
-			0.000000	(t_x(275809,180)YD5WH04M,15475.p,0.000000)\
-			0.000000	(t_x(303662,372)KSPE104D,15476.p,0.000000)\
-			0.000000	(t_x(290015,215)BR204M,15477.p,0.000000)\
-			0.000000	(t_x(284183,908)LOVN1504,15478.p,0.000000)\
-			0.000000	(t_x(295127,58)YB3EH04A,15479.p,0.000000)\
-			0.000000	(t_x(298646,40)LGKFN04,15480.p,0.000000)\
-			0.000000	(t_x(287696,1227)RMZSI04,15481.p,0.000000)\
-			0.000000	(t_x(301145,296)YB3EH04A,15482.p,0.000000)\
-			0.000000	(t_x(291514,529)YB3EH04E,15483.p,0.000000)\
-			0.000000	(t_x(289595,261)YBOLN04M,15484.p,0.000000)\
-			0.000000	(t_x(283734,144)KSLN04M,15485.p,0.000000)\
-			0.000000	(t_x(288519,74)YB5WH04M,15486.p,0.000000)\
-			0.000000	(t_x(285070,539)RMZU04E,15487.p,0.000000)\
-			0.000000	(t_x(292875,682)LELVL04M,15488.p,0.000000)\
-			0.000000	(t_x(295790,514)LEMDAT04,15489.p,0.000000)\
-			0.000000	(t_x(289455,401)RNI04M,15490.p,0.000000)\
-			0.000000	(t_x(284722,105)RJIU04M,15491.p,0.000000)\
-			0.000000	(t_x(292111,1229)LGKFN04,15492.p,0.000000)\
-			0.000000	(t_x(288684,469)YH5MH04M,15493.p,0.000000)\
-			0.000000	(t_x(306491,330)LCES004M,15494.p,0.000000)\
-			0.000000	(t_x(295339,1274)RVKWU04M,15495.p,0.000000)\
-			0.000000	(t_x(288957,408)LEMDAT04,15496.p,0.000000)\
-			0.000000	(t_x(309011,365)MRAE04,15497.p,0.000000)\
-			0.000000	(t_x(295071,646)YB3EH04A,15498.p,0.000000)\
-			0.000000	(t_x(308248,382)YB3EH04A,15499.p,0.000000)\
-			0.000000	(t_x(263463,370)LEBAS04A,15500.p,0.000000)\
-			0.000000	(t_x(309072,613)EDGG704,15501.p,0.000000)\
-			0.000000	(t_x(263607,198)LCES004M,15502.p,0.000000)\
-			0.000000	(t_x(303049,271)ZM56704,15503.p,0.000000)\
-			0.000000	(t_x(293070,384)RNS04M,15504.p,0.000000)\
-			0.000000	(t_x(284224,917)RMZSI04,15505.p,0.000000)\
-			0.000000	(t_x(287978,398)YH5MH04M,15506.p,0.000000)\
-			0.000000	(t_x(290535,270)YBOLN04M,15507.p,0.000000)\
-			0.000000	(t_x(294654,377)RQXSI04E,15508.p,0.000000)\
-			0.000000	(t_x(284165,1555)RVKWU04M,15509.p,0.000000)\
-			0.000000	(t_x(312825,1942)LCES004,15510.p,0.000000)\
-			0.000000	(t_x(312494,268)LOVN1504,15511.p,0.000000)\
-			0.000000	(t_x(306044,289)LELVL104,15512.p,0.000000)\
-			0.000000	(t_x(306630,306)KSPE104D,15513.p,0.000000)\
-			0.000000	(t_x(303451,346)KWUR1C04,15514.p,0.000000)\
-			0.000000	(t_x(318401,384)EDGG704,15515.p,0.000000)\
-			0.000000	(t_x(285870,1184)RVKWU04M,15516.p,0.000000)\
-			0.000000	(t_x(279048,298)KHVL104E,15517.p,0.000000)\
-			0.000000	(t_x(310755,36)ZM56704,15518.p,0.000000)\
-			0.000000	(t_x(263986,86)MAB3404A,15519.p,0.000000)\
-			0.000000	(t_x(290037,423)EGPFA04,15520.p,0.000000)\
-			0.000000	(t_x(307217,861)RMZSI04,15521.p,0.000000)\
-			0.000000	(t_x(294048,291)RMZU04E,15522.p,0.000000)\
-			0.000000	(t_x(311256,327)YB3EH04A,15523.p,0.000000)\
-			0.000000	(t_x(309098,898)RMZSI04,15524.p,0.000000)\
-			0.000000	(t_x(300896,270)GL34W04,15525.p,0.000000)\
-			0.000000	(t_x(312762,654)MRAE04,15526.p,0.000000)\
-			0.000000	(t_x(288078,78)EBBRA04E,15527.p,0.000000)\
-			0.000000	(t_x(280587,1130)RVKWU04M,15528.p,0.000000)\
-			0.000000	(t_x(286160,529)YB3EH04E,15529.p,0.000000)\
-			0.000000	(t_x(293640,558)YB3EH04E,15530.p,0.000000)\
-			0.000000	(t_x(303485,114)LELVL104,15531.p,0.000000)\
-			0.000000	(t_x(285820,18)YD5WH04M,15532.p,0.000000)\
-			0.000000	(t_x(291539,247)KSLN04M,15533.p,0.000000)\
-			0.000000	(t_x(311314,362)LELVL104,15534.p,0.000000)\
-			0.000000	(t_x(277387,43)YB5WH04M,15535.p,0.000000)\
-			0.000000	(t_x(287595,138)KWUR1C04,15536.p,0.000000)\
-			0.000000	(t_x(296560,430)PMXX04M,15537.p,0.000000)\
-			0.000000	(t_x(296107,149)LELVL04M,15538.p,0.000000)\
-			0.000000	(t_x(284341,370)KSLN04M,15539.p,0.000000)\
-			0.000000	(t_x(285123,267)LGKFN04,15540.p,0.000000)\
-			0.000000	(t_x(263279,81)KFZ4404M,15541.p,0.000000)\
-			0.000000	(t_x(296165,29)LELVL04M,15542.p,0.000000)\
-			0.000000	(t_x(291267,911)RNS04M,15543.p,0.000000)\
-			0.000000	(t_x(290696,430)RNS04M,15544.p,0.000000)\
-			0.000000	(t_x(296970,209)KFZ4404M,15545.p,0.000000)\
-			0.000000	(t_x(283414,204)YB5WH04M,15546.p,0.000000)\
-			0.000000	(t_x(300590,48)EG11G04M,15547.p,0.000000)\
-			0.000000	(t_x(302592,180)YD5WH04M,15548.p,0.000000)\
-			0.000000	(t_x(284562,243)KFZ4404M,15549.p,0.000000)\
-			0.000000	(t_x(303209,408)LEBAS04A,15550.p,0.000000)\
-			0.000000	(t_x(293522,117)YB3EH04E,15551.p,0.000000)\
-			0.000000	(t_x(301879,373)LELVL104,15552.p,0.000000)\
-			0.000000	(t_x(294370,258)KSPE104D,15553.p,0.000000)\
-			0.000000	(t_x(289028,213)KFZ4404M,15554.p,0.000000)\
-			0.000000	(t_x(295288,362)KSLN04M,15555.p,0.000000)\
-			0.000000	(t_x(297370,256)YB3EH04A,15556.p,0.000000)\
-			0.000000	(t_x(277434,523)EG11G04M,15557.p,0.000000)\
-			0.000000	(t_x(294560,212)EG11G04M,15558.p,0.000000)\
-			0.000000	(t_x(312950,0),15559.p,0.000000)\
-			0.000000	(t_x(305122,556)LEBAS04A,15560.p,0.000000)\
-			0.000000	(t_x(285792,69)BR404M,15561.p,0.000000)\
-			0.000000	(t_x(300204,444)EG11G04M,15562.p,0.000000)\
-			0.000000	(t_x(293139,340)RNS04M,15563.p,0.000000)\
-			0.000000	(t_x(286277,52)KFZ4404M,15564.p,0.000000)\
-			0.000000	(t_x(290967,319)RJIU04M,15565.p,0.000000)\
-			0.000000	(t_x(317153,3237)EDGG704,15566.p,0.000000)\
-			0.000000	(t_x(308003,341)YB3EH04A,15567.p,0.000000)\
-			0.000000	(t_x(312011,242)YB3EH04A,15568.p,0.000000)\
-			0.000000	(t_x(307153,4311)LCES004,15569.p,0.000000)\
-			0.000000	(t_x(306846,155)KWUR1C04,15570.p,0.000000)\
-			0.000000	(t_x(295620,981)RVKWU04M,15571.p,0.000000)\
-			0.000000	(t_x(294025,420)RQXU04E,15572.p,0.000000)\
-			0.000000	(t_x(301757,115)KSAL1204,15573.p,0.000000)\
-			0.000000	(t_x(295585,1147)KSLN04A,15574.p,0.000000)\
-			0.000000	(t_x(305491,366)YB3EH04A,15575.p,0.000000)\
-			0.000000	(t_x(288987,36)KFZ4404M,15576.p,0.000000)\
-			0.000000	(t_x(305811,163)KWUR1C04,15577.p,0.000000)\
-			0.000000	(t_x(283305,130)KSLN04A,15578.p,0.000000)\
-			0.000000	(t_x(288101,200)KSPE104D,15579.p,0.000000)\
-			0.000000	(t_x(277924,99)YBOLN04M,15580.p,0.000000)\
-			0.000000	(t_x(298397,237)YB3EH04A,15581.p,0.000000)\
-			0.000000	(t_x(296477,394)YB3EH04A,15582.p,0.000000)\
-			0.000000	(t_x(283258,329)RMZU04E,15583.p,0.000000)\
-			0.000000	(t_x(276837,437)RJIU04M,15584.p,0.000000)\
-			0.000000	(t_x(310853,160)LELVL104,15585.p,0.000000)\
-			0.000000	(t_x(305283,542)LGKFN04,15586.p,0.000000)\
-			0.000000	(t_x(287736,1035)PMXX04M,15587.p,0.000000)\
-			0.000000	(t_x(287817,366)LGKFN04,15588.p,0.000000)\
-			0.000000	(t_x(296394,1)YB3EH04A,15589.p,0.000000)\
-			0.000000	(t_x(316061,288)LLBGA04L,15590.p,0.000000)\
-			0.000000	(t_x(302516,510)LCES004M,15591.p,0.000000)\
-			0.000000	(t_x(284357,1236)RVKWU04M,15592.p,0.000000)\
-			0.000000	(t_x(290480,446)RJIU04M,15593.p,0.000000)\
-			0.000000	(t_x(279721,994)EHAMA04,15594.p,0.000000)\
-			0.000000	(t_x(283862,300)RASI04M,15595.p,0.000000)\
-			0.000000	(t_x(291117,460)KSPE104D,15596.p,0.000000)\
-			0.000000	(t_x(303200,491)MYY04A,15597.p,0.000000)\
-			0.000000	(t_x(292544,142)YD5WH04M,15598.p,0.000000)\
-			0.000000	(t_x(306283,152)KSAL1204,15599.p,0.000000)\
-			0.000000	(t_x(289171,186)EG11G04M,15600.p,0.000000)\
-			0.000000	(t_x(284085,1923)RVKWU04M,15601.p,0.000000)\
-			0.000000	(t_x(285563,525)LCES004M,15602.p,0.000000)\
-			0.000000	(t_x(303971,59)ZM56704,15603.p,0.000000)\
-			0.000000	(t_x(292413,370)KWUR404E,15604.p,0.000000)\
-			0.000000	(t_x(313050,538)LCES004M,15605.p,0.000000)\
-			0.000000	(t_x(288723,145)YB3EH04A,15606.p,0.000000)\
-			0.000000	(t_x(313298,200)GL34W04,15607.p,0.000000)\
-			0.000000	(t_x(287158,9)YBOLN04M,15608.p,0.000000)\
-			0.000000	(t_x(304555,514)LEMDAT04,15609.p,0.000000)\
-			0.000000	(t_x(292251,240)YB3EH04A,15610.p,0.000000)\
-			0.000000	(t_x(300582,226)KWUR404E,15611.p,0.000000)\
-			0.000000	(t_x(304161,126)LELVL104,15612.p,0.000000)\
-			0.000000	(t_x(304446,183)LELVL104,15613.p,0.000000)\
-			0.000000	(t_x(286616,1307)RVKWU04M,15614.p,0.000000)\
-			0.000000	(t_x(293539,1206)RVKWU04M,15615.p,0.000000)\
-			0.000000	(t_x(302177,8)LEBAS04M,15616.p,0.000000)\
-			1.000000	(t_x(298160,32)KSAL1204,15617.p,1.000000)\
-			0.000000	(t_x(303517,1277)RMZSI04,15618.p,0.000000)\
-			0.000000	(t_x(285451,36)KFZ4404L,15619.p,0.000000)\
-			0.000000	(t_x(310734,670)RMZSI04,15620.p,0.000000)\
-			0.000000	(t_x(311856,1000)MAB1204A,15621.p,0.000000)\
-			0.000000	(t_x(314402,655)MAB1204A,15622.p,0.000000)\
-			0.000000	(t_x(307726,1077)$MAB3404A,15623.p,0.000000)\
-			0.000000	(t_x(311151,939)MAB1204A,15624.p,0.000000)\
-			0.000000	(t_x(308914,544)$MAB3404A,15625.p,0.000000)\
-			0.000000	(t_x(314823,2431)MYY04A,15626.p,0.000000)\
-			0.000000	(t_x(308336,2221)MYY04A,15627.p,0.000000)\
-			0.000000	(t_x(285585,2422)MYY04A,15628.p,0.000000)\
-			0.000000	(t_x(302711,2621)MYY04A,15629.p,0.000000)\
-			0.000000	(t_x(305585,2096)MYY04A,15630.p,0.000000)\
-			0.000000	(t_x(308371,2125)MYY04A,15631.p,0.000000)\
-			0.000000	(t_x(304696,326)MYY04A,15632.p,0.000000)\
-			0.000000	(t_x(297818,2671)MYY04A,15633.p,0.000000)\
-			0.000000	(t_x(302006,2695)MYY04A,15634.p,0.000000)\
-			0.000000	(t_x(302361,1307)MAB04,15635.p,0.000000)\
-			0.000000	(t_x(304258,201)MAB04,15636.p,0.000000)\
-			0.000000	(t_x(304450,941)MGY04,15637.p,0.000000)\
-			0.000000	(t_x(295283,4593)MGY04,15638.p,0.000000)\
-			0.000000	(t_x(307845,279)MGY04,15639.p,0.000000)\
-			0.000000	(t_x(302616,614)MGY04,15640.p,0.000000)\
-			0.000000	(t_x(285949,1881)EBBRA04E,15641.p,0.000000)\
-			0.000000	(t_x(286569,2238)EBBRA04E,15642.p,0.000000)\
-			0.000000	(t_x(309103,426)GL34W04,15643.p,0.000000)\
-			0.000000	(t_x(286897,1676)EBBRA04E,15644.p,0.000000)\
-			0.000000	(t_x(272695,394)$RMZSI04M,15645.p,0.000000)\
-			0.000000	(t_x(291100,1660)RQXI04E,15646.p,0.000000)\
-			0.000000	(t_x(295562,840)RQXSI04E,15647.p,0.000000)\
-			0.000000	(t_x(282480,1093)EBBRA04E,15648.p,0.000000)\
-			0.000000	(t_x(282859,1197)RQXSI04E,15649.p,0.000000)\
-			0.000000	(t_x(291218,2109)RQXI04E,15650.p,0.000000)\
-			0.000000	(t_x(283272,930)RQXI04E,15651.p,0.000000)\
-			0.000000	(t_x(291009,1980)RQXSI04E,15652.p,0.000000)\
-			0.000000	(t_x(280274,1421)RQXI04E,15653.p,0.000000)\
-			0.000000	(t_x(310674,1121)MGY04,15654.p,0.000000)\
-			0.000000	(t_x(287980,2002)RQXSI04E,15655.p,0.000000)\
-			0.000000	(t_x(289192,1249)ZM56704,15656.p,0.000000)\
-			0.000000	(t_x(294736,1200)RQXSI04E,15657.p,0.000000)\
-			0.000000	(t_x(292107,2197)RQXI04E,15658.p,0.000000)\
-			0.000000	(t_x(292257,1137)LELVL04M,15659.p,0.000000)\
-			0.000000	(t_x(308511,1638)MGY04,15660.p,0.000000)\
-			0.000000	(t_x(306499,578)MGY04,15661.p,0.000000)\
-			0.000000	(t_x(280245,1190)RQXU04E,15662.p,0.000000)\
-			0.000000	(t_x(291024,1982)EBBRA04E,15663.p,0.000000)\
-			0.000000	(t_x(314186,1520)MGY04,15664.p,0.000000)\
-			0.000000	(t_x(306829,2762)MYY04A,15665.p,0.000000)\
-			0.000000	(t_x(308751,152)MGY04,15666.p,0.000000)\
-			0.000000	(t_x(306069,1218)MGY04,15667.p,0.000000)\
-			0.000000	(t_x(305823,400)MGY04,15668.p,0.000000)\
-			0.000000	(t_x(310502,1135)MYY04A,15669.p,0.000000)\
-			0.000000	(t_x(309711,1466)MAB04,15670.p,0.000000)\
-			0.000000	(t_x(308144,950)$MYY04A,15671.p,0.000000)\
-			0.000000	(t_x(311878,335)MYY04A,15672.p,0.000000)\
-			0.000000	(t_x(290550,1001)MGY04,15673.p,0.000000)\
-			0.000000	(t_x(303416,1292)MGY04,15674.p,0.000000)\
-			0.000000	(t_x(307285,429)MGY04,15675.p,0.000000)\
-			0.000000	(t_x(306677,1537)MYY04A,15676.p,0.000000)\
-			0.000000	(t_x(290566,1599)MGY04,15677.p,0.000000)\
-			0.000000	(t_x(304114,721)$MAB3404A,15678.p,0.000000)\
-			0.000000	(t_x(301297,228)MEK04,15679.p,0.000000)\
-			0.000000	(t_x(294548,1536)MGY04,15680.p,0.000000)\
-			0.000000	(t_x(289863,1631)MAB04,15681.p,0.000000)\
-			0.000000	(t_x(282492,2316)RQXI04E,15682.p,0.000000)\
-			0.000000	(t_x(307696,426)MAB04,15683.p,0.000000)\
-			0.000000	(t_x(302138,2532)MYY04A,15684.p,0.000000)\
-			0.000000	(t_x(303263,1718)MYY04A,15685.p,0.000000)\
-			0.000000	(t_x(291957,2320)YBOLN04M,15686.p,0.000000)\
-			0.000000	(t_x(288765,2338)YBOLN04M,15687.p,0.000000)\
-			0.000000	(t_x(303208,1691)MEK04,15688.p,0.000000)\
-			0.000000	(t_x(281349,902)$RMZSI04M,15689.p,0.000000)\
-			0.000000	(t_x(294276,1500)RQXI04E,15690.p,0.000000)\
-			0.000000	(t_x(285575,218)RQXI04E,15691.p,0.000000)\
-			0.000000	(t_x(307779,898)MEK04,15692.p,0.000000)\
-			0.000000	(t_x(290635,2341)RQXI04E,15693.p,0.000000)\
-			0.000000	(t_x(305354,1019)MEK04,15694.p,0.000000)\
-			0.000000	(t_x(312085,1545)MEK04,15695.p,0.000000)\
-			0.000000	(t_x(309016,374)MGY04,15696.p,0.000000)\
-			0.000000	(t_x(298578,390)MGY04,15697.p,0.000000)\
-			0.000000	(t_x(303350,1647)MAB04,15698.p,0.000000)\
-			0.000000	(t_x(301142,1544)MEK04,15699.p,0.000000)\
-			0.000000	(t_x(318112,485)MAB04,15700.p,0.000000)\
-			0.000000	(t_x(289013,957)MEK04,15701.p,0.000000)\
-			0.000000	(t_x(314563,644)MGY04,15702.p,0.000000)\
-			0.000000	(t_x(309190,690)MGY04,15703.p,0.000000)\
-			0.000000	(t_x(295528,95)RQXI04E,15704.p,0.000000)\
-			0.000000	(t_x(314075,156)MAB04,15705.p,0.000000)\
-			0.000000	(t_x(307979,1622)MEK04,15706.p,0.000000)\
-			0.000000	(t_x(301760,1248)MAB3404A,15707.p,0.000000)\
-			0.000000	(t_x(302844,1650)MEK04,15708.p,0.000000)\
-			0.000000	(t_x(306530,1547)MAB04,15709.p,0.000000)\
-			0.000000	(t_x(312369,865)MAB1204A,15710.p,0.000000)\
-			0.000000	(t_x(273072,928)YB5WH04M,15711.p,0.000000)\
-			0.000000	(t_x(301161,551)MYY04A,15712.p,0.000000)\
-			0.000000	(t_x(263931,309)MYY04A,15713.p,0.000000)\
-			0.000000	(t_x(302366,935)MAB3404A,15714.p,0.000000)\
-			0.000000	(t_x(304051,657)MAB3404A,15715.p,0.000000)\
-			0.000000	(t_x(316446,642)MYY04A,15716.p,0.000000)\
-			0.000000	(t_x(285863,1601)KHVL104E,15717.p,0.000000)\
-			0.000000	(t_x(272287,1148)YBOLN04M,15718.p,0.000000)\
-			0.000000	(t_x(304262,316)MGY04,15719.p,0.000000)\
-			0.000000	(t_x(272266,815)YB5WH04M,15720.p,0.000000)\
-			0.000000	(t_x(306769,397)MAB1204A,15721.p,0.000000)\
-			0.000000	(t_x(289843,930)$MAB04,15722.p,0.000000)\
-			0.000000	(t_x(311850,1055)MAB3404A,15723.p,0.000000)\
-			0.000000	(t_x(294284,374)MYY04A,15724.p,0.000000)\
-			0.000000	(t_x(301303,272)MYY04A,15725.p,0.000000)\
-			0.000000	(t_x(312036,414)MAB3404A,15726.p,0.000000)\
-			0.000000	(t_x(264033,318)MYY04A,15727.p,0.000000)\
-			0.000000	(t_x(304871,169)$MEK04,15728.p,0.000000)\
-			0.000000	(t_x(280252,1536)PMXX04M,15729.p,0.000000)\
-			0.000000	(t_x(282313,1753)RQXSI04E,15730.p,0.000000)\
-			0.000000	(t_x(295508,1280)MGY04,15731.p,0.000000)\
-			0.000000	(t_x(303200,656)MYY04A,15732.p,0.000000)\
-			0.000000	(t_x(289828,2921)MGY04,15733.p,0.000000)\
-			0.000000	(t_x(306951,53)MRAEE04,15734.p,0.000000)\
-			0.000000	(t_x(312950,72)MAB04,15735.p,0.000000)\
-			0.000000	(t_x(308733,192)MAB04,15736.p,0.000000)\
-			0.000000	(t_x(282954,607)RQXI04E,15737.p,0.000000)\
-			0.000000	(t_x(303728,48)YB3EH04E,15738.p,0.000000)\
-			0.000000	(t_x(288411,194)EBBRA04E,15739.p,0.000000)\
-			0.000000	(t_x(296194,541)MGY04,15740.p,0.000000)\
-			0.000000	(t_x(291353,1233)RQXI04E,15741.p,0.000000)\
-			0.000000	(t_x(307481,507)MGY04,15742.p,0.000000)\
-			0.000000	(t_x(303592,495)MGY04,15743.p,0.000000)\
-			0.000000	(t_x(263926,702)MGY04,15744.p,0.000000)\
-			0.000000	(t_x(310647,879)GL34W04,15745.p,0.000000)\
-			0.000000	(t_x(292214,105)RQXU04E,15746.p,0.000000)\
-			0.000000	(t_x(302874,316)MYY04A,15747.p,0.000000)\
-			0.000000	(t_x(312020,617)MGY04,15748.p,0.000000)\
-			0.000000	(t_x(305584,817)MGY04,15749.p,0.000000)\
-			0.000000	(t_x(290666,992)MAB04,15750.p,0.000000)\
-			0.000000	(t_x(309577,868)MEK04,15751.p,0.000000)\
-			0.000000	(t_x(290219,1030)MGY04,15752.p,0.000000)\
-			0.000000	(t_x(286771,591)GL34W04,15753.p,0.000000)\
-			0.000000	(t_x(311727,455)MAB04,15754.p,0.000000)\
-			0.000000	(t_x(305560,830)MYY04A,15755.p,0.000000)\
-			0.000000	(t_x(308515,19)MAB3404A,15756.p,0.000000)\
-			0.000000	(t_x(278162,1288)YBOLN04M,15757.p,0.000000)\
-			0.000000	(t_x(287347,1356)GL34W04,15758.p,0.000000)\
-			0.000000	(t_x(281059,869)YBOLN04M,15759.p,0.000000)\
-			0.000000	(t_x(303506,2730)LCES004,15760.p,0.000000)\
-			0.000000	(t_x(311155,2776)LCES004,15761.p,0.000000)\
-			0.000000	(t_x(302879,301)MGY04,15762.p,0.000000)\
-			0.000000	(t_x(312503,1403)MAB3404A,15763.p,0.000000)\
-			0.000000	(t_x(313372,765)MYY04A,15764.p,0.000000)\
-			0.000000	(t_x(307153,2961)LCES004,15765.p,0.000000)\
-			0.000000	(t_x(302424,1262)MYY04A,15766.p,0.000000)\
-			0.000000	(t_x(283853,39)RMZU04E,15767.p,0.000000)\
-			0.000000	(t_x(310475,3150)LCES004,15768.p,0.000000)\
-			0.000000	(t_x(283343,24)YB5WH04M,15769.p,0.000000)\
-			0.000000	(t_x(297402,3612)LCES004,15770.p,0.000000)\
-			0.000000	(t_x(285664,3246)LCES004,15771.p,0.000000)\
-			0.000000	(t_x(303612,2308)KSPE104D,15772.p,0.000000)\
-			0.000000	(t_x(272894,304)YB5WH04M,15773.p,0.000000)\
-			0.000000	(t_x(316914,769)MGY04,15774.p,0.000000)\
-			0.000000	(t_x(263862,2814)LCES004,15775.p,0.000000)\
-			0.000000	(t_x(311840,3390)LCES004,15776.p,0.000000)\
-			0.000000	(t_x(263580,2503)LCES004,15777.p,0.000000)\
-			0.000000	(t_x(311284,2015)LCES004,15778.p,0.000000)\
-			0.000000	(t_x(311073,2065)MEK04,15779.p,0.000000)\
-			0.000000	(t_x(311757,2190)LCES004,15780.p,0.000000)\
-			0.000000	(t_x(312015,1800)LCES004,15781.p,0.000000)\
-			0.000000	(t_x(263306,1740)LCES004,15782.p,0.000000)\
-			0.000000	(t_x(311329,530)MEK04,15783.p,0.000000)\
-			0.000000	(t_x(263612,1831)LCES004,15784.p,0.000000)\
-			0.000000	(t_x(312674,1650)LCES004,15785.p,0.000000)\
-			0.000000	(t_x(306902,656)MEK04,15786.p,0.000000)\
-			0.000000	(t_x(311108,3390)LCES004,15787.p,0.000000)\
-			0.000000	(t_x(285782,441)RQXSI04E,15788.p,0.000000)\
-			0.000000	(t_x(283751,554)RQXI04E,15789.p,0.000000)\
-			0.000000	(t_x(313068,2040)LCES004,15790.p,0.000000)\
-			0.000000	(t_x(293576,571)RMZU04E,15791.p,0.000000)\
-			0.000000	(t_x(298528,1854)LCES004,15792.p,0.000000)\
-			0.000000	(t_x(311838,3408)LCES004,15793.p,0.000000)\
-			0.000000	(t_x(293570,624)YBOLN04M,15794.p,0.000000)\
-			0.000000	(t_x(296953,3005)LCES004,15795.p,0.000000)\
-			0.000000	(t_x(313569,1794)LCES004,15796.p,0.000000)\
-			0.000000	(t_x(287438,349)RNI04M,15797.p,0.000000)\
-			0.000000	(t_x(288696,407)RNI04M,15798.p,0.000000)\
-			0.000000	(t_x(280706,777)RQXI04E,15799.p,0.000000)\
-			0.000000	(t_x(305798,3450)LCES004,15800.p,0.000000)\
-			1.000000	(t_x(263439,1505)YB3EH04A,15801.p,1.000000)\
-			0.000000	(t_x(311706,1196)MEK04,15802.p,0.000000)\
-			0.000000	(t_x(290215,433)RNI04M,15803.p,0.000000)\
-			0.000000	(t_x(303818,712)MRAEE04,15804.p,0.000000)\
-			0.000000	(t_x(288529,510)RNI04M,15805.p,0.000000)\
-			0.000000	(t_x(302758,567)RNI04M,15806.p,0.000000)\
-			0.000000	(t_x(300666,3496)LCES004,15807.p,0.000000)\
-			0.000000	(t_x(310096,1222)MEK04,15808.p,0.000000)\
-			0.000000	(t_x(311255,2009)MRAEE04,15809.p,0.000000)\
-			0.000000	(t_x(309099,857)MRAEE04,15810.p,0.000000)\
-			0.000000	(t_x(287937,507)RNI04M,15811.p,0.000000)\
-			0.000000	(t_x(311650,1274)MEK04,15812.p,0.000000)\
-			0.000000	(t_x(309959,587)MAB04,15813.p,0.000000)\
-			0.000000	(t_x(309317,255)MGY04,15814.p,0.000000)\
-			0.000000	(t_x(310724,134)GL34W04,15815.p,0.000000)\
-			0.000000	(t_x(317360,414)MRAEE04,15816.p,0.000000)\
-			0.000000	(t_x(289673,1114)MRAEE04,15817.p,0.000000)\
-			0.000000	(t_x(295153,38)YB5WH04M,15818.p,0.000000)\
-			0.000000	(t_x(296307,655)RNI04M,15819.p,0.000000)\
-			0.000000	(t_x(304422,697)MRAEE04,15820.p,0.000000)\
-			0.000000	(t_x(311542,3506)LCES004,15821.p,0.000000)\
-			0.000000	(t_x(301524,476)MEK04,15822.p,0.000000)\
-			0.000000	(t_x(289007,542)YB5WH04M,15823.p,0.000000)\
-			0.000000	(t_x(311886,3690)LCES004,15824.p,0.000000)\
-			0.000000	(t_x(314847,692)MGY04,15825.p,0.000000)\
-			0.000000	(t_x(304862,698)MGY04,15826.p,0.000000)\
-			0.000000	(t_x(288253,1044)RNI04M,15827.p,0.000000)\
-			0.000000	(t_x(304380,1260)MRAEE04,15828.p,0.000000)\
-			0.000000	(t_x(308892,1143)MGY04,15829.p,0.000000)\
-			0.000000	(t_x(288914,1136)MAB04,15830.p,0.000000)\
-			0.000000	(t_x(263593,4729)KWUR1C04,15831.p,0.000000)\
-			0.000000	(t_x(288915,1137)MAB04,15832.p,0.000000)\
-			0.000000	(t_x(291847,314)YB5KL04E,15833.p,0.000000)\
-			0.000000	(t_x(296253,1362)MRAEE04,15834.p,0.000000)\
-			0.000000	(t_x(294816,1265)YBOLN04M,15835.p,0.000000)\
-			0.000000	(t_x(287924,1559)RNI04M,15836.p,0.000000)\
-			0.000000	(t_x(310272,4050)LCES004,15837.p,0.000000)\
-			0.000000	(t_x(306590,42)MAB1204A,15838.p,0.000000)\
-			0.000000	(t_x(309695,1366)MRAEE04,15839.p,0.000000)\
-			0.000000	(t_x(289440,407)$MEK04,15840.p,0.000000)\
-			0.000000	(t_x(296646,3750)LCES004,15841.p,0.000000)\
-			0.000000	(t_x(263640,3825)LCES004,15842.p,0.000000)\
-			0.000000	(t_x(292683,1333)YB5KL04E,15843.p,0.000000)\
-			0.000000	(t_x(302955,39)MAB04,15844.p,0.000000)\
-			0.000000	(t_x(311998,1430)MRAEE04,15845.p,0.000000)\
-			0.000000	(t_x(293571,152)RQXU04E,15846.p,0.000000)\
-			0.000000	(t_x(307679,4883)LCES004,15847.p,0.000000)\
-			0.000000	(t_x(284786,181)RQXU04E,15848.p,0.000000)\
-			0.000000	(t_x(304615,491)$MEK04,15849.p,0.000000)\
-			0.000000	(t_x(308624,4283)LCES004,15850.p,0.000000)\
-			0.000000	(t_x(283688,329)PMXX04M,15851.p,0.000000)\
-			0.000000	(t_x(290082,1253)RNI04M,15852.p,0.000000)\
-			0.000000	(t_x(287143,270)RQXU04E,15853.p,0.000000)\
-			0.000000	(t_x(290247,915)YB5WH04M,15854.p,0.000000)\
-			0.000000	(t_x(318516,70)MGY04,15855.p,0.000000)\
-			0.000000	(t_x(292989,379)YB5KL04E,15856.p,0.000000)\
-			0.000000	(t_x(270468,285)YBOLN04M,15857.p,0.000000)\
-			0.000000	(t_x(309780,4350)LCES004,15858.p,0.000000)\
-			0.000000	(t_x(308507,4050)LCES004,15859.p,0.000000)\
-			1.000000	(t_x(290061,396)MGY04,15860.p,1.000000)\
-			0.000000	(t_x(305542,406)MRAEE04,15861.p,0.000000)\
-			0.000000	(t_x(288247,209)RMZU04E,15862.p,0.000000)\
-			0.000000	(t_x(297164,1627)RNI04M,15863.p,0.000000)\
-			0.000000	(t_x(296918,323)RQXU04E,15864.p,0.000000)\
-			0.000000	(t_x(285826,321)YB5KL04E,15865.p,0.000000)\
-			0.000000	(t_x(285506,133)YB5WH04M,15866.p,0.000000)\
-			0.000000	(t_x(283102,204)YB5WH04M,15867.p,0.000000)\
-			0.000000	(t_x(295936,1337)YB5KL04E,15868.p,0.000000)\
-			0.000000	(t_x(280221,1912)YB5WH04M,15869.p,0.000000)\
-			0.000000	(t_x(303550,2806)LGZAA04M,15870.p,0.000000)\
-			0.000000	(t_x(303684,456)MRAEE04,15871.p,0.000000)\
-			0.000000	(t_x(292417,4405)LCES004,15872.p,0.000000)\
-			0.000000	(t_x(292494,1276)RQXSI04E,15873.p,0.000000)\
-			0.000000	(t_x(292278,673)LELVL04M,15874.p,0.000000)\
-			0.000000	(t_x(303692,2781)LGKFN04,15875.p,0.000000)\
-			0.000000	(t_x(294654,1156)RQXSI04E,15876.p,0.000000)\
-			0.000000	(t_x(300050,5579)GL4W04M,15877.p,0.000000)\
-			0.000000	(t_x(290578,1474)RNI04M,15878.p,0.000000)\
-			0.000000	(t_x(292753,483)YB5WH04M,15879.p,0.000000)\
-			0.000000	(t_x(291312,4250)LGSRA04,15880.p,0.000000)\
-			0.000000	(t_x(292533,298)RNI04M,15881.p,0.000000)\
-			0.000000	(t_x(301843,5890)LGZAA04M,15882.p,0.000000)\
-			0.000000	(t_x(286180,134)YBOLN04M,15883.p,0.000000)\
-			0.000000	(t_x(298180,1612)RNI04M,15884.p,0.000000)\
-			0.000000	(t_x(289314,536)YB5WH04M,15885.p,0.000000)\
-			0.000000	(t_x(271099,622)YB5WH04M,15886.p,0.000000)\
-			0.000000	(t_x(263922,3)GL34W04,15887.p,0.000000)\
-			0.000000	(t_x(281983,292)YB5WH04M,15888.p,0.000000)\
-			0.000000	(t_x(289194,12843)LGZAA04M,15889.p,0.000000)\
-			0.000000	(t_x(267696,175)YB5KL04E,15890.p,0.000000)\
-			0.000000	(t_x(284418,51)RMZU04E,15891.p,0.000000)\
-			0.000000	(t_x(295966,927)YBOLN04M,15892.p,0.000000)\
-			0.000000	(t_x(293156,1019)LELVL04M,15893.p,0.000000)\
-			0.000000	(t_x(280607,448)YB5WH04M,15894.p,0.000000)\
-			0.000000	(t_x(294004,538)YB5KL04E,15895.p,0.000000)\
-			0.000000	(t_x(288992,59)RJIU04M,15896.p,0.000000)\
-			0.000000	(t_x(293444,598)YB5KL04E,15897.p,0.000000)\
-			0.000000	(t_x(302317,2445)KSLN04M,15898.p,0.000000)\
-			0.000000	(t_x(288792,5)YB5WH04M,15899.p,0.000000)\
-			0.000000	(t_x(287040,1781)RNI04M,15900.p,0.000000)\
-			0.000000	(t_x(291843,436)RJIU04M,15901.p,0.000000)\
-			0.000000	(t_x(297232,1000)RNI04M,15902.p,0.000000)\
-			0.000000	(t_x(292875,1198)LELVL04M,15903.p,0.000000)\
-			0.000000	(t_x(292451,224)RMZU04E,15904.p,0.000000)\
-			0.000000	(t_x(281290,1276)RQXU04E,15905.p,0.000000)\
-			0.000000	(t_x(310392,4785)LCES004,15906.p,0.000000)\
-			0.000000	(t_x(304054,1496)MAB1204A,15907.p,0.000000)\
-			0.000000	(t_x(293354,71)YB5KL04E,15908.p,0.000000)\
-			0.000000	(t_x(283042,4610)LGZAA04M,15909.p,0.000000)\
-			0.000000	(t_x(296158,688)YB5WH04M,15910.p,0.000000)\
-			0.000000	(t_x(281749,292)YBOLN04M,15911.p,0.000000)\
-			0.000000	(t_x(303377,220)GL34W04,15912.p,0.000000)\
-			0.000000	(t_x(289805,1088)YB5KL04E,15913.p,0.000000)\
-			0.000000	(t_x(295329,169)YBOLN04M,15914.p,0.000000)\
-			0.000000	(t_x(293252,862)RNI04M,15915.p,0.000000)\
-			0.000000	(t_x(280645,139)YB5KL04E,15916.p,0.000000)\
-			0.000000	(t_x(298471,6704)LGKFN04,15917.p,0.000000)\
-			0.000000	(t_x(278295,1081)RNI04M,15918.p,0.000000)\
-			0.000000	(t_x(317008,445)$MAB04,15919.p,0.000000)\
-			0.000000	(t_x(285241,6863)LGKFN04,15920.p,0.000000)\
-			0.000000	(t_x(307728,414)MAB1204A,15921.p,0.000000)\
-			0.000000	(t_x(304722,443)MAB1204A,15922.p,0.000000)\
-			0.000000	(t_x(301556,168)MYY04A,15923.p,0.000000)\
-			0.000000	(t_x(284028,856)RQXSI04E,15924.p,0.000000)\
-			0.000000	(t_x(290680,3529)LGSRA04,15925.p,0.000000)\
-			0.000000	(t_x(272849,3045)LGKFN04,15926.p,0.000000)\
-			0.000000	(t_x(284810,4942)RQXSI04E,15927.p,0.000000)\
-			1.000000	(t_x(293521,31)RNI04M,15928.p,1.000000)\
-			0.000000	(t_x(300356,441)RNI04M,15929.p,0.000000)\
-			0.000000	(t_x(287182,285)YB5WH04M,15930.p,0.000000)\
-			0.000000	(t_x(302301,828)GL34W04,15931.p,0.000000)\
-			0.000000	(t_x(287891,526)RNI04M,15932.p,0.000000)\
-			0.000000	(t_x(277936,3053)LGKFN04,15933.p,0.000000)\
-			0.000000	(t_x(293530,15)RNI04M,15934.p,0.000000)\
-			0.000000	(t_x(293445,1182)RNI04M,15935.p,0.000000)\
-			0.000000	(t_x(301260,528)MEK04,15936.p,0.000000)\
-			0.000000	(t_x(287329,1385)RMZU04E,15937.p,0.000000)\
-			0.000000	(t_x(298116,384)RJIU04M,15938.p,0.000000)\
-			0.000000	(t_x(296754,3146)LGKFN04,15939.p,0.000000)\
-			0.000000	(t_x(296157,796)RQXSI04E,15940.p,0.000000)\
-			0.000000	(t_x(291018,335)MAB3404A,15941.p,0.000000)\
-			0.000000	(t_x(280430,1224)LGKFN04,15942.p,0.000000)\
-			0.000000	(t_x(279651,500)YBOLN04M,15943.p,0.000000)\
-			0.000000	(t_x(304944,270)MAB1204A,15944.p,0.000000)\
-			0.000000	(t_x(264013,169)MAB3404A,15945.p,0.000000)\
-			0.000000	(t_x(280212,1526)LGKFN04,15946.p,0.000000)\
-			0.000000	(t_x(287749,13154)LGZAA04M,15947.p,0.000000)\
-			0.000000	(t_x(297157,3249)LGKFN04,15948.p,0.000000)\
-			0.000000	(t_x(278814,209)YBOLN04M,15949.p,0.000000)\
-			0.000000	(t_x(292297,587)RJIU04M,15950.p,0.000000)\
-			0.000000	(t_x(291027,288)YBOLN04M,15951.p,0.000000)\
-			0.000000	(t_x(298700,455)YB3EH04A,15952.p,0.000000)\
-			0.000000	(t_x(297546,452)LGKFN04,15953.p,0.000000)\
-			0.000000	(t_x(292120,11)YB5WH04M,15954.p,0.000000)\
-			0.000000	(t_x(290406,422)RNI04M,15955.p,0.000000)\
-			0.000000	(t_x(281048,3433)LGKFN04,15956.p,0.000000)\
-			0.000000	(t_x(279482,519)YBOLN04M,15957.p,0.000000)\
-			0.000000	(t_x(287524,566)LGKFN04,15958.p,0.000000)\
-			1.000000	(t_x(279011,201)LGKFN04,15959.p,1.000000)\
-			0.000000	(t_x(303929,1394)LGKFN04,15960.p,0.000000)\
-			0.000000	(t_x(301759,3261)LGKFN04,15961.p,0.000000)\
-			0.000000	(t_x(317924,438)MRAEE04,15962.p,0.000000)\
-			0.000000	(t_x(295131,170)KFZ4404E,15963.p,0.000000)\
-			0.000000	(t_x(263515,668)LGKFN04,15964.p,0.000000)\
-			0.000000	(t_x(279279,242)YBOLN04M,15965.p,0.000000)\
-			0.000000	(t_x(286485,219)YB5KL04E,15966.p,0.000000)\
-			0.000000	(t_x(289945,3448)LGKFN04,15967.p,0.000000)\
-			0.000000	(t_x(301590,705)LGKFN04,15968.p,0.000000)\
-			0.000000	(t_x(301721,2353)LGKFN04,15969.p,0.000000)\
-			0.000000	(t_x(313054,527)MYY04A,15970.p,0.000000)\
-			0.000000	(t_x(293188,321)RJIU04M,15971.p,0.000000)\
-			0.000000	(t_x(291994,1518)YBOLN04M,15972.p,0.000000)\
-			0.000000	(t_x(301074,2321)LGKFN04,15973.p,0.000000)\
-			0.000000	(t_x(297507,295)RQXSI04E,15974.p,0.000000)\
-			0.000000	(t_x(277463,3488)LGKFN04,15975.p,0.000000)\
-			0.000000	(t_x(295587,687)YBOLN04M,15976.p,0.000000)\
-			0.000000	(t_x(285383,1325)RNI04M,15977.p,0.000000)\
-			0.000000	(t_x(293647,801)RJIU04M,15978.p,0.000000)\
-			0.000000	(t_x(294193,925)LGKFN04,15979.p,0.000000)\
-			0.000000	(t_x(290858,1111)RNI04M,15980.p,0.000000)\
-			0.000000	(t_x(292808,2129)RJIU04M,15981.p,0.000000)\
-			0.000000	(t_x(301727,1658)LGKFN04,15982.p,0.000000)\
-			0.000000	(t_x(296922,2246)LGKFN04,15983.p,0.000000)\
-			0.000000	(t_x(289354,2187)RNI04M,15984.p,0.000000)\
-			0.000000	(t_x(314108,2540)LCES004,15985.p,0.000000)\
-			0.000000	(t_x(281346,1036)RQXSI04E,15986.p,0.000000)\
-			0.000000	(t_x(290037,883)RJIU04M,15987.p,0.000000)\
-			0.000000	(t_x(303203,3253)LCES004,15988.p,0.000000)\
-			0.000000	(t_x(294541,374)RNI04M,15989.p,0.000000)\
-			0.000000	(t_x(287201,32)YBOLN04M,15990.p,0.000000)\
-			0.000000	(t_x(278920,1518)YBOLN04M,15991.p,0.000000)\
-			0.000000	(t_x(307190,2741)LGKFN04,15992.p,0.000000)\
-			0.000000	(t_x(276307,3490)LGKFN04,15993.p,0.000000)\
-			0.000000	(t_x(310158,2042)LCES004,15994.p,0.000000)\
-			0.000000	(t_x(314699,2522)LCES004,15995.p,0.000000)\
-			0.000000	(t_x(312879,2920)LCES004,15996.p,0.000000)\
-			0.000000	(t_x(288421,130)YBOLN04M,15997.p,0.000000)\
-			0.000000	(t_x(301272,2306)LGKFN04,15998.p,0.000000)\
-			0.000000	(t_x(282784,645)RQXSI04E,15999.p,0.000000)\
-			0.000000	(t_x(295927,849)RJIU04M,16000.p,0.000000)\
-			0.000000	(t_x(307498,3834)LCES004,16001.p,0.000000)\
-			0.000000	(t_x(312583,2320)LCES004,16002.p,0.000000)\
-			0.000000	(t_x(286743,247)LGKFN04,16003.p,0.000000)\
-			0.000000	(t_x(278830,21)YB5KL04E,16004.p,0.000000)\
-			0.000000	(t_x(285747,1337)RNI04M,16005.p,0.000000)\
-			0.000000	(t_x(312895,2320)LCES004,16006.p,0.000000)\
-			0.000000	(t_x(287817,1036)LGKFN04,16007.p,0.000000)\
-			0.000000	(t_x(293126,1559)RJIU04M,16008.p,0.000000)\
-			0.000000	(t_x(288401,509)EGNOR04M,16009.p,0.000000)\
-			0.000000	(t_x(284933,1200)RQXSI04E,16010.p,0.000000)\
-			0.000000	(t_x(289716,217)LGKFN04,16011.p,0.000000)\
-			0.000000	(t_x(291951,83)RMZU04E,16012.p,0.000000)\
-			0.000000	(t_x(289455,841)RJIU04M,16013.p,0.000000)\
-			0.000000	(t_x(263866,2346)LCES004,16014.p,0.000000)\
-			0.000000	(t_x(313540,2212)LCES004,16015.p,0.000000)\
-			0.000000	(t_x(312825,1598)LCES004,16016.p,0.000000)\
-			0.000000	(t_x(300435,1929)LGKFN04,16017.p,0.000000)\
-			0.000000	(t_x(274577,664)RQXSI04E,16018.p,0.000000)\
-			0.000000	(t_x(289232,1867)RNI04M,16019.p,0.000000)\
-			0.000000	(t_x(286963,671)RQXSI04E,16020.p,0.000000)\
-			0.000000	(t_x(309414,3190)LCES004,16021.p,0.000000)\
-			0.000000	(t_x(298588,495)LGKFN04,16022.p,0.000000)\
-			0.000000	(t_x(287358,830)RQXSI04E,16023.p,0.000000)\
-			0.000000	(t_x(308251,2051)LCES004,16024.p,0.000000)\
-			0.000000	(t_x(284313,842)RQXSI04E,16025.p,0.000000)\
-			0.000000	(t_x(281466,423)EGNOR04M,16026.p,0.000000)\
-			0.000000	(t_x(298006,1639)RJIU04M,16027.p,0.000000)\
-			0.000000	(t_x(308325,2546)LGKFN04,16028.p,0.000000)\
-			0.000000	(t_x(292178,1279)EGNOR04M,16029.p,0.000000)\
-			0.000000	(t_x(277197,1344)RNI04M,16030.p,0.000000)\
-			0.000000	(t_x(292265,2386)RJIU04M,16031.p,0.000000)\
-			0.000000	(t_x(285042,1230)RQXSI04E,16032.p,0.000000)\
-			0.000000	(t_x(287402,1745)PMXX04M,16033.p,0.000000)\
-			0.000000	(t_x(282259,420)YB5WH04M,16034.p,0.000000)\
-			0.000000	(t_x(271211,1053)RQXSI04E,16035.p,0.000000)\
-			0.000000	(t_x(282046,797)YB5WH04M,16036.p,0.000000)\
-			0.000000	(t_x(292550,2232)RJIU04M,16037.p,0.000000)\
-			0.000000	(t_x(291577,503)EGNOR04M,16038.p,0.000000)\
-			0.000000	(t_x(292245,658)RJIU04M,16039.p,0.000000)\
-			0.000000	(t_x(287243,2571)GL4W04M,16040.p,0.000000)\
-			0.000000	(t_x(289164,2459)RJIU04M,16041.p,0.000000)\
-			0.000000	(t_x(273004,435)EGNOR04M,16042.p,0.000000)\
-			0.000000	(t_x(292099,543)EGNOR04M,16043.p,0.000000)\
-			0.000000	(t_x(292094,343)LELVL04M,16044.p,0.000000)\
-			0.000000	(t_x(312912,393)MAB1204A,16045.p,0.000000)\
-			0.000000	(t_x(300504,3566)LGKFN04,16046.p,0.000000)\
-			0.000000	(t_x(298266,3506)LGKFN04,16047.p,0.000000)\
-			0.000000	(t_x(282890,1124)EGNOR04M,16048.p,0.000000)\
-			0.000000	(t_x(276837,1402)RJIU04M,16049.p,0.000000)\
-			0.000000	(t_x(289978,1666)RJIU04M,16050.p,0.000000)\
-			0.000000	(t_x(297984,2808)LCES004,16051.p,0.000000)\
-			0.000000	(t_x(281174,272)YB5KL04E,16052.p,0.000000)\
-			0.000000	(t_x(284550,427)LELVL04M,16053.p,0.000000)\
-			0.000000	(t_x(290076,2903)RJIU04M,16054.p,0.000000)\
-			0.000000	(t_x(295371,1094)RQXSI04E,16055.p,0.000000)\
-			0.000000	(t_x(304456,1056)RJIU04M,16056.p,0.000000)\
-			0.000000	(t_x(286753,322)LELVL04M,16057.p,0.000000)\
-			0.000000	(t_x(297335,2690)RJIU04M,16058.p,0.000000)\
-			0.000000	(t_x(263410,2205)LGKFN04,16059.p,0.000000)\
-			0.000000	(t_x(304761,17)MAB1204A,16060.p,0.000000)\
-			0.000000	(t_x(289318,2306)RJIU04M,16061.p,0.000000)\
-			0.000000	(t_x(312707,986)MRAE04,16062.p,0.000000)\
-			0.000000	(t_x(295287,1000)RQXSI04E,16063.p,0.000000)\
-			0.000000	(t_x(294613,262)RQXSI04E,16064.p,0.000000)\
-			0.000000	(t_x(296062,1042)RQXSI04E,16065.p,0.000000)\
-			0.000000	(t_x(300964,3566)LGKFN04,16066.p,0.000000)\
-			0.000000	(t_x(294001,1779)RJIU04M,16067.p,0.000000)\
-			0.000000	(t_x(263602,1360)LCES004,16068.p,0.000000)\
-			0.000000	(t_x(281483,645)EGNOR04M,16069.p,0.000000)\
-			0.000000	(t_x(271412,493)YB5WH04M,16070.p,0.000000)\
-			0.000000	(t_x(290367,1147)MRAE04,16071.p,0.000000)\
-			0.000000	(t_x(287904,446)LGKFN04,16072.p,0.000000)\
-			0.000000	(t_x(312773,696)GL34W04,16073.p,0.000000)\
-			0.000000	(t_x(280143,490)YBOLN04M,16074.p,0.000000)\
-			0.000000	(t_x(305887,2955)LCES004,16075.p,0.000000)\
-			0.000000	(t_x(290574,2897)RJIU04M,16076.p,0.000000)\
-			0.000000	(t_x(263004,947)RQXSI04E,16077.p,0.000000)\
-			0.000000	(t_x(281293,363)KFZ4404E,16078.p,0.000000)\
-			0.000000	(t_x(292152,137)BR404M,16079.p,0.000000)\
-			0.000000	(t_x(289563,2690)RJIU04M,16080.p,0.000000)\
-			0.000000	(t_x(288601,1620)LGKFN04,16081.p,0.000000)\
-			0.000000	(t_x(304583,1166)MRAE04,16082.p,0.000000)\
-			0.000000	(t_x(295047,556)EGPFA04,16083.p,0.000000)\
-			0.000000	(t_x(279339,833)YB5KL04E,16084.p,0.000000)\
-			0.000000	(t_x(286627,362)YB5WH04M,16085.p,0.000000)\
-			0.000000	(t_x(283812,718)YBOLN04M,16086.p,0.000000)\
-			0.000000	(t_x(291104,4086)LCES004,16087.p,0.000000)\
-			0.000000	(t_x(290776,1148)RJIU04M,16088.p,0.000000)\
-			0.000000	(t_x(282657,760)RMZU04E,16089.p,0.000000)\
-			0.000000	(t_x(310282,4860)GL34W04,16090.p,0.000000)\
-			0.000000	(t_x(309588,1258)MGY04,16091.p,0.000000)\
-			0.000000	(t_x(312881,3230)MYY04A,16092.p,0.000000)\
-			0.000000	(t_x(281143,3620)LGKFN04,16093.p,0.000000)\
-			0.000000	(t_x(306413,2831)LGKFN04,16094.p,0.000000)\
-			0.000000	(t_x(277127,2053)LGKFN04,16095.p,0.000000)\
-			0.000000	(t_x(295547,503)YB5KL04E,16096.p,0.000000)\
-			0.000000	(t_x(282727,3746)LGKFN04,16097.p,0.000000)\
-			0.000000	(t_x(297119,832)EGNOR04M,16098.p,0.000000)\
-			0.000000	(t_x(278885,518)YB5KL04E,16099.p,0.000000)\
-			0.000000	(t_x(309693,3089)MAB04,16100.p,0.000000)\
-			0.000000	(t_x(285818,15)YBOLN04M,16101.p,0.000000)\
-			0.000000	(t_x(298519,3767)YB3EH04A,16102.p,0.000000)\
-			0.000000	(t_x(278562,592)YBOLN04M,16103.p,0.000000)\
-			0.000000	(t_x(283140,260)YB5KL04E,16104.p,0.000000)\
-			0.000000	(t_x(283259,1085)EGNOR04M,16105.p,0.000000)\
-			0.000000	(t_x(277313,591)YBOLN04M,16106.p,0.000000)\
-			0.000000	(t_x(293534,555)RJIU04M,16107.p,0.000000)\
-			0.000000	(t_x(309941,277)MEK04,16108.p,0.000000)\
-			0.000000	(t_x(288631,243)YBOLN04M,16109.p,0.000000)\
-			0.000000	(t_x(280825,3746)LGKFN04,16110.p,0.000000)\
-			0.000000	(t_x(289457,1337)RJIU04M,16111.p,0.000000)\
-			0.000000	(t_x(286494,469)YBOLN04M,16112.p,0.000000)\
-			0.000000	(t_x(283889,2602)RQXSI04E,16113.p,0.000000)\
-			0.000000	(t_x(294986,3626)LGKFN04,16114.p,0.000000)\
-			0.000000	(t_x(264011,1913)LCES004,16115.p,0.000000)\
-			0.000000	(t_x(293657,814)EG11G04M,16116.p,0.000000)\
-			0.000000	(t_x(273793,3054)RQXSI04E,16117.p,0.000000)\
-			0.000000	(t_x(300642,1347)MGY04,16118.p,0.000000)\
-			0.000000	(t_x(287193,1212)RQXSI04E,16119.p,0.000000)\
-			0.000000	(t_x(287367,765)YBOLN04M,16120.p,0.000000)\
-			0.000000	(t_x(296406,1597)RJIU04M,16121.p,0.000000)\
-			0.000000	(t_x(312762,1216)MRAE04,16122.p,0.000000)\
-			0.000000	(t_x(286658,487)EBBRA04E,16123.p,0.000000)\
-			0.000000	(t_x(294819,1012)RNS04M,16124.p,0.000000)\
-			0.000000	(t_x(283256,1093)EGNOR04M,16125.p,0.000000)\
-			0.000000	(t_x(277826,1317)RJIU04M,16126.p,0.000000)\
-			0.000000	(t_x(293802,713)EGPFA04,16127.p,0.000000)\
-			0.000000	(t_x(282645,676)RQXU04E,16128.p,0.000000)\
-			0.000000	(t_x(298574,1753)YB3EH04E,16129.p,0.000000)\
-			0.000000	(t_x(291206,766)YBOLN04M,16130.p,0.000000)\
-			0.000000	(t_x(287194,1167)RQXSI04E,16131.p,0.000000)\
-			0.000000	(t_x(283211,591)RMZU04E,16132.p,0.000000)\
-			0.000000	(t_x(294531,6)BR404M,16133.p,0.000000)\
-			0.000000	(t_x(303314,1319)EG11G04M,16134.p,0.000000)\
-			0.000000	(t_x(296549,61)YBOLN04M,16135.p,0.000000)\
-			0.000000	(t_x(277190,1285)EG11G04M,16136.p,0.000000)\
-			0.000000	(t_x(284723,245)$KWUR404E,16137.p,0.000000)\
-			0.000000	(t_x(280396,101)YBOLN04M,16138.p,0.000000)\
-			0.000000	(t_x(283954,613)YBOLN04M,16139.p,0.000000)\
-			0.000000	(t_x(282303,146)YBOLN04M,16140.p,0.000000)\
-			0.000000	(t_x(279395,111)YBOLN04M,16141.p,0.000000)\
-			0.000000	(t_x(298263,281)YB3EH04E,16142.p,0.000000)\
-			0.000000	(t_x(301417,3686)LGKFN04,16143.p,0.000000)\
-			0.000000	(t_x(284631,1222)RQXSI04E,16144.p,0.000000)\
-			0.000000	(t_x(294857,416)KWUR404E,16145.p,0.000000)\
-			0.000000	(t_x(270314,329)EBBRA04E,16146.p,0.000000)\
-			0.000000	(t_x(292803,2022)YB3EH04A,16147.p,0.000000)\
-			0.000000	(t_x(314223,1279)LCES004,16148.p,0.000000)\
-			0.000000	(t_x(302661,1174)EG11G04M,16149.p,0.000000)\
-			0.000000	(t_x(269531,360)EBBRA04E,16150.p,0.000000)\
-			0.000000	(t_x(314600,3715)MRAE04,16151.p,0.000000)\
-			0.000000	(t_x(288693,2600)RJIU04M,16152.p,0.000000)\
-			0.000000	(t_x(285840,861)LELVL04M,16153.p,0.000000)\
-			0.000000	(t_x(279431,145)YBOLN04M,16154.p,0.000000)\
-			0.000000	(t_x(287908,3825)YB3EH04A,16155.p,0.000000)\
-			0.000000	(t_x(271214,1257)YB3EH04E,16156.p,0.000000)\
-			0.000000	(t_x(291019,699)BR204M,16157.p,0.000000)\
-			0.000000	(t_x(283510,592)RMZU04E,16158.p,0.000000)\
-			0.000000	(t_x(279241,704)EGNOR04M,16159.p,0.000000)\
-			0.000000	(t_x(313701,1233)MGY04,16160.p,0.000000)\
-			0.000000	(t_x(286185,3806)LGKFN04,16161.p,0.000000)\
-			0.000000	(t_x(302060,994)EG11G04M,16162.p,0.000000)\
-			0.000000	(t_x(301968,1387)EG11G04M,16163.p,0.000000)\
-			0.000000	(t_x(279734,731)YBOLN04M,16164.p,0.000000)\
-			0.000000	(t_x(284380,1284)EGNOR04M,16165.p,0.000000)\
-			0.000000	(t_x(294112,2464)EG11G04M,16166.p,0.000000)\
-			0.000000	(t_x(300727,1105)EGNOR04M,16167.p,0.000000)\
-			0.000000	(t_x(283549,12)YB3EH04E,16168.p,0.000000)\
-			0.000000	(t_x(305851,273)GL34W04,16169.p,0.000000)\
-			0.000000	(t_x(290396,913)LELVL04M,16170.p,0.000000)\
-			0.000000	(t_x(280263,179)KWUR404E,16171.p,0.000000)\
-			0.000000	(t_x(294518,1326)EG11G04M,16172.p,0.000000)\
-			0.000000	(t_x(281723,151)LELVL04M,16173.p,0.000000)\
-			0.000000	(t_x(291187,87)KWUR404E,16174.p,0.000000)\
-			0.000000	(t_x(287433,851)YBOLN04M,16175.p,0.000000)\
-			0.000000	(t_x(293177,1386)EG11G04M,16176.p,0.000000)\
-			0.000000	(t_x(294327,2285)RJIU04M,16177.p,0.000000)\
-			0.000000	(t_x(302643,1390)EG11G04M,16178.p,0.000000)\
-			0.000000	(t_x(288723,539)RMZU04,16179.p,0.000000)\
-			0.000000	(t_x(283584,10)YB3EH04E,16180.p,0.000000)\
-			0.000000	(t_x(292992,1832)YD5WH04M,16181.p,0.000000)\
-			0.000000	(t_x(277284,555)EBBRA04E,16182.p,0.000000)\
-			0.000000	(t_x(294433,2171)RVKWU04M,16183.p,0.000000)\
-			0.000000	(t_x(289566,3386)LGKFN04,16184.p,0.000000)\
-			0.000000	(t_x(290738,617)YD5WH04M,16185.p,0.000000)\
-			0.000000	(t_x(283559,3418)LGKFN04,16186.p,0.000000)\
-			1.000000	(t_x(295809,77)BR404M,16187.p,1.000000)\
-			0.000000	(t_x(297087,1586)LGKFN04,16188.p,0.000000)\
-			0.000000	(t_x(294364,289)EGNOR04M,16189.p,0.000000)\
-			0.000000	(t_x(311412,463)KSLN04A,16190.p,0.000000)\
-			0.000000	(t_x(294908,690)YB5WH04M,16191.p,0.000000)\
-			0.000000	(t_x(286682,1533)EBBRA04E,16192.p,0.000000)\
-			0.000000	(t_x(288008,407)RMZU04,16193.p,0.000000)\
-			0.000000	(t_x(288768,348)RMZSI04M,16194.p,0.000000)\
-			0.000000	(t_x(298130,562)KSLN04A,16195.p,0.000000)\
-			0.000000	(t_x(308449,813)MRAE04,16196.p,0.000000)\
-			0.000000	(t_x(286952,1029)YBOLN04M,16197.p,0.000000)\
-			0.000000	(t_x(295372,457)YB3EH04A,16198.p,0.000000)\
-			0.000000	(t_x(296342,1142)EGNOR04M,16199.p,0.000000)\
-			0.000000	(t_x(302135,1954)EG11G04M,16200.p,0.000000)\
-			0.000000	(t_x(313433,622)MRAE04,16201.p,0.000000)\
-			0.000000	(t_x(305171,97)RMZU04,16202.p,0.000000)\
-			0.000000	(t_x(289613,586)KSLN04A,16203.p,0.000000)\
-			0.000000	(t_x(287222,720)RQXSI04E,16204.p,0.000000)\
-			0.000000	(t_x(303195,615)MRAE04,16205.p,0.000000)\
-			0.000000	(t_x(292186,4328)LGSRA04,16206.p,0.000000)\
-			0.000000	(t_x(283117,1778)YB5WH04M,16207.p,0.000000)\
-			0.000000	(t_x(280810,162)RMZU04,16208.p,0.000000)\
-			0.000000	(t_x(308003,572)YB3EH04A,16209.p,0.000000)\
-			0.000000	(t_x(294406,1402)RQXSI04E,16210.p,0.000000)\
-			0.000000	(t_x(307182,1548)MRAEE04,16211.p,0.000000)\
-			0.000000	(t_x(307626,943)MRAE04,16212.p,0.000000)\
-			0.000000	(t_x(289076,2079)RMZU04,16213.p,0.000000)\
-			0.000000	(t_x(296212,591)KSLN04A,16214.p,0.000000)\
-			0.000000	(t_x(313344,1442)MRAE04,16215.p,0.000000)\
-			0.000000	(t_x(313003,487)MRAE04,16216.p,0.000000)\
-			0.000000	(t_x(310560,319)LCES004,16217.p,0.000000)\
-			0.000000	(t_x(294472,2480)RASI04M,16218.p,0.000000)\
-			0.000000	(t_x(300146,253)LGKFN04,16219.p,0.000000)\
-			0.000000	(t_x(305469,385)YB3EH04A,16220.p,0.000000)\
-			0.000000	(t_x(306920,140)LGKFN04,16221.p,0.000000)\
-			0.000000	(t_x(279193,707)YH5MH04M,16222.p,0.000000)\
-			0.000000	(t_x(291724,69)YB3EH04E,16223.p,0.000000)\
-			0.000000	(t_x(283209,222)RMZU04E,16224.p,0.000000)\
-			0.000000	(t_x(301867,1362)YB3EH04A,16225.p,0.000000)\
-			0.000000	(t_x(292935,69)YB3EH04E,16226.p,0.000000)\
-			0.000000	(t_x(262875,812)EBBRA04E,16227.p,0.000000)\
-			0.000000	(t_x(295514,1890)RMZU04,16228.p,0.000000)\
-			0.000000	(t_x(294552,3800)EGNOR04M,16229.p,0.000000)\
-			0.000000	(t_x(273960,1147)EGNOR04M,16230.p,0.000000)\
-			0.000000	(t_x(294156,539)YB3EH04E,16231.p,0.000000)\
-			0.000000	(t_x(317443,824)MRAE04,16232.p,0.000000)\
-			0.000000	(t_x(288445,2378)YD5WH04M,16233.p,0.000000)\
-			0.000000	(t_x(277472,1505)EG11G04M,16234.p,0.000000)\
-			0.000000	(t_x(292231,1140)$YD5WH04M,16235.p,0.000000)\
-			0.000000	(t_x(303617,616)KSLN04A,16236.p,0.000000)\
-			0.000000	(t_x(298397,653)YB3EH04A,16237.p,0.000000)\
-			0.000000	(t_x(318187,110)MRAEE04,16238.p,0.000000)\
-			0.000000	(t_x(295328,622)RQXSI04E,16239.p,0.000000)\
-			0.000000	(t_x(289472,13299)LGZAA04M,16240.p,0.000000)\
-			0.000000	(t_x(283921,1425)KSLN2C04,16241.p,0.000000)\
-			0.000000	(t_x(317116,1616)MRAE04,16242.p,0.000000)\
-			0.000000	(t_x(289347,1947)MRAE04,16243.p,0.000000)\
-			0.000000	(t_x(272249,1156)EGNOR04M,16244.p,0.000000)\
-			0.000000	(t_x(285123,518)LGKFN04,16245.p,0.000000)\
-			0.000000	(t_x(269731,818)EBBRA04E,16246.p,0.000000)\
-			0.000000	(t_x(282620,654)YB3EH04A,16247.p,0.000000)\
-			0.000000	(t_x(292672,274)RQXU04E,16248.p,0.000000)\
-			0.000000	(t_x(291968,1474)EG11G04M,16249.p,0.000000)\
-			0.000000	(t_x(304007,1834)EG11G04M,16250.p,0.000000)\
-			0.000000	(t_x(292069,2029)YD5WH04M,16251.p,0.000000)\
-			0.000000	(t_x(304753,897)LGKFN04,16252.p,0.000000)\
-			0.000000	(t_x(295116,274)RQXU04E,16253.p,0.000000)\
-			0.000000	(t_x(289519,224)RMZU04E,16254.p,0.000000)\
-			0.000000	(t_x(282430,965)EBBRA04E,16255.p,0.000000)\
-			0.000000	(t_x(288522,192)YB3EH04E,16256.p,0.000000)\
-			0.000000	(t_x(296392,745)KSLN04A,16257.p,0.000000)\
-			0.000000	(t_x(273386,249)EGNOR04M,16258.p,0.000000)\
-			0.000000	(t_x(292670,274)RQXU04E,16259.p,0.000000)\
-			0.000000	(t_x(286568,1247)EBBRA04E,16260.p,0.000000)\
-			0.000000	(t_x(279142,123)YB5KL04E,16261.p,0.000000)\
-			0.000000	(t_x(263860,1468)LCES004,16262.p,0.000000)\
-			0.000000	(t_x(286791,1254)EBBRA04E,16263.p,0.000000)\
-			0.000000	(t_x(294362,1194)EGNOR04M,16264.p,0.000000)\
-			0.000000	(t_x(282057,128)KWUR404E,16265.p,0.000000)\
-			0.000000	(t_x(295532,2587)RJIU04M,16266.p,0.000000)\
-			0.000000	(t_x(292487,129)YB3EH04E,16267.p,0.000000)\
-			0.000000	(t_x(284417,384)EGNOR04M,16268.p,0.000000)\
-			0.000000	(t_x(286616,1584)RVKWU04M,16269.p,0.000000)\
-			0.000000	(t_x(293539,1667)RVKWU04M,16270.p,0.000000)\
-			0.000000	(t_x(307860,741)YB3EH04A,16271.p,0.000000)\
-			0.000000	(t_x(262946,657)RQXSI04E,16272.p,0.000000)\
-			0.000000	(t_x(284357,1697)RVKWU04M,16273.p,0.000000)\
-			0.000000	(t_x(308221,760)KSLN04A,16274.p,0.000000)\
-			0.000000	(t_x(303992,1241)LGKFN04,16275.p,0.000000)\
-			0.000000	(t_x(286625,712)PMXX04M,16276.p,0.000000)\
-			0.000000	(t_x(305754,326)MGY04,16277.p,0.000000)\
-			0.000000	(t_x(294580,228)MAB04,16278.p,0.000000)\
-			0.000000	(t_x(291528,412)YB5WH04M,16279.p,0.000000)\
-			0.000000	(t_x(309978,1694)RMZU04,16280.p,0.000000)\
-			0.000000	(t_x(292436,1271)EG11G04M,16281.p,0.000000)\
-			0.000000	(t_x(291367,951)EG11G04M,16282.p,0.000000)\
-			0.000000	(t_x(319288,2122)MRAE04,16283.p,0.000000)\
-			0.000000	(t_x(292026,817)LELVL04M,16284.p,0.000000)\
-			0.000000	(t_x(295519,878)YB3EH04A,16285.p,0.000000)\
-			0.000000	(t_x(304336,51)MAB3404A,16286.p,0.000000)\
-			0.000000	(t_x(292544,711)EG11G04M,16287.p,0.000000)\
-			0.000000	(t_x(291189,1760)RVKWU04M,16288.p,0.000000)\
-			0.000000	(t_x(284283,2909)RVKWU04M,16289.p,0.000000)\
-			0.000000	(t_x(312066,1392)MRAE04,16290.p,0.000000)\
-			0.000000	(t_x(320214,842)MRAE04,16291.p,0.000000)\
-			0.000000	(t_x(285658,11)YB5WH04M,16292.p,0.000000)\
-			0.000000	(t_x(283750,754)EG11G04M,16293.p,0.000000)\
-			0.000000	(t_x(275270,902)RQXSI04E,16294.p,0.000000)\
-			0.000000	(t_x(294773,616)RMZU04E,16295.p,0.000000)\
-			0.000000	(t_x(303156,1919)EG11G04M,16296.p,0.000000)\
-			0.000000	(t_x(289240,787)EG11G04M,16297.p,0.000000)\
-			0.000000	(t_x(282677,932)$YBOLN04M,16298.p,0.000000)\
-			0.000000	(t_x(303930,904)YB3EH04A,16299.p,0.000000)\
-			0.000000	(t_x(289288,727)PMXX04M,16300.p,0.000000)\
-			0.000000	(t_x(285128,2071)EG11G04M,16301.p,0.000000)\
-			0.000000	(t_x(286329,977)EBBRA04E,16302.p,0.000000)\
-			0.000000	(t_x(311285,1009)LCES004,16303.p,0.000000)\
-			0.000000	(t_x(291323,436)YB3EH04E,16304.p,0.000000)\
-			0.000000	(t_x(293881,1224)EGNOR04M,16305.p,0.000000)\
-			0.000000	(t_x(278386,65)EGNOR04M,16306.p,0.000000)\
-			0.000000	(t_x(310618,4296)MRAE04,16307.p,0.000000)\
-			0.000000	(t_x(286600,2786)LGKFN04,16308.p,0.000000)\
-			0.000000	(t_x(296267,128)RQXU04E,16309.p,0.000000)\
-			0.000000	(t_x(297974,924)YB3EH04A,16310.p,0.000000)\
-			0.000000	(t_x(289911,772)PMXX04M,16311.p,0.000000)\
-			0.000000	(t_x(290866,232)YBOLN04M,16312.p,0.000000)\
-			0.000000	(t_x(289649,424)YBOLN04M,16313.p,0.000000)\
-			0.000000	(t_x(279592,71)KHVL104E,16314.p,0.000000)\
-			0.000000	(t_x(285843,1157)LELVL04M,16315.p,0.000000)\
-			0.000000	(t_x(295343,2104)RVKWU04M,16316.p,0.000000)\
-			0.000000	(t_x(296303,210)LOW304M,16317.p,0.000000)\
-			0.000000	(t_x(294749,309)EGNOR04M,16318.p,0.000000)\
-			0.000000	(t_x(296145,1311)EGPFA04,16319.p,0.000000)\
-			0.000000	(t_x(309583,2107)MGY04,16320.p,0.000000)\
-			0.000000	(t_x(267745,1001)EBBRA04E,16321.p,0.000000)\
-			0.000000	(t_x(303580,1923)EG11G04M,16322.p,0.000000)\
-			0.000000	(t_x(310742,784)KSLN04A,16323.p,0.000000)\
-			0.000000	(t_x(305557,2059)LCES004,16324.p,0.000000)\
-			0.000000	(t_x(307158,308)MRAEE04,16325.p,0.000000)\
-			0.000000	(t_x(283464,989)YB3EH04A,16326.p,0.000000)\
-			0.000000	(t_x(287660,1418)EG11G04M,16327.p,0.000000)\
-			0.000000	(t_x(296338,354)RQXSI04E,16328.p,0.000000)\
-			0.000000	(t_x(300631,3673)LGKFN04,16329.p,0.000000)\
-			0.000000	(t_x(297572,2164)RVKWU04M,16330.p,0.000000)\
-			0.000000	(t_x(289110,185)KWUR404E,16331.p,0.000000)\
-			0.000000	(t_x(291891,3551)LGKFN04,16332.p,0.000000)\
-			0.000000	(t_x(279243,175)YH5MH04M,16333.p,0.000000)\
-			0.000000	(t_x(279467,164)YH5MH04M,16334.p,0.000000)\
-			0.000000	(t_x(301501,801)LCES004,16335.p,0.000000)\
-			0.000000	(t_x(292666,1689)YBOLN04M,16336.p,0.000000)\
-			0.000000	(t_x(306995,959)YB3EH04A,16337.p,0.000000)\
-			0.000000	(t_x(285599,1107)EBBRA04E,16338.p,0.000000)\
-			0.000000	(t_x(288513,454)RQXU04E,16339.p,0.000000)\
-			0.000000	(t_x(283544,6356)LGKFN04,16340.p,0.000000)\
-			0.000000	(t_x(305510,640)MRAEE04,16341.p,0.000000)\
-			0.000000	(t_x(279398,277)YH5MH04M,16342.p,0.000000)\
-			0.000000	(t_x(273048,753)RMZU04E,16343.p,0.000000)\
-			0.000000	(t_x(296840,994)YB3EH04A,16344.p,0.000000)\
-			0.000000	(t_x(278855,942)YH5MH04M,16345.p,0.000000)\
-			0.000000	(t_x(306669,2182)MRAE04,16346.p,0.000000)\
-			0.000000	(t_x(284106,399)RQXSI04E,16347.p,0.000000)\
-			0.000000	(t_x(292908,1282)YD5WH04M,16348.p,0.000000)\
-			0.000000	(t_x(296923,200)YB3EH04E,16349.p,0.000000)\
-			0.000000	(t_x(297721,788)KSLN04A,16350.p,0.000000)\
-			0.000000	(t_x(274596,1501)RQXSI04E,16351.p,0.000000)\
-			0.000000	(t_x(283526,668)YB3EH04E,16352.p,0.000000)\
-			0.000000	(t_x(298418,427)YBOLN04M,16353.p,0.000000)\
-			0.000000	(t_x(287895,408)PMXX04M,16354.p,0.000000)\
-			0.000000	(t_x(290568,771)LEMDAT04,16355.p,0.000000)\
-			0.000000	(t_x(304825,911)LEMDAT04,16356.p,0.000000)\
-			0.000000	(t_x(289868,2156)LCES004,16357.p,0.000000)\
-			0.000000	(t_x(292823,45)KCHI104M,16358.p,0.000000)\
-			0.000000	(t_x(295292,994)YB3EH04A,16359.p,0.000000)\
-			0.000000	(t_x(293430,900)RQXU04E,16360.p,0.000000)\
-			0.000000	(t_x(281334,3486)RVKWU04M,16361.p,0.000000)\
-			0.000000	(t_x(280888,714)YB5WH04M,16362.p,0.000000)\
-			0.000000	(t_x(288361,380)PMXX04M,16363.p,0.000000)\
-			0.000000	(t_x(296238,311)RJIU04M,16364.p,0.000000)\
-			0.000000	(t_x(295886,1915)EG11G04M,16365.p,0.000000)\
-			0.000000	(t_x(297977,457)EGNOR04M,16366.p,0.000000)\
-			0.000000	(t_x(296350,1730)RQXSI04E,16367.p,0.000000)\
-			0.000000	(t_x(311440,2102)MGY04,16368.p,0.000000)\
-			0.000000	(t_x(295885,436)RQXSI04E,16369.p,0.000000)\
-			0.000000	(t_x(288242,380)PMXX04M,16370.p,0.000000)\
-			0.000000	(t_x(301576,1938)YD5WH04M,16371.p,0.000000)\
-			0.000000	(t_x(294089,819)LEMDAT04,16372.p,0.000000)\
-			0.000000	(t_x(297442,2095)EG11G04M,16373.p,0.000000)\
-			0.000000	(t_x(282582,107)KWUR404E,16374.p,0.000000)\
-			0.000000	(t_x(291238,290)YH5MH04M,16375.p,0.000000)\
-			0.000000	(t_x(292688,682)BR404M,16376.p,0.000000)\
-			0.000000	(t_x(312682,2242)MRAE04,16377.p,0.000000)\
-			0.000000	(t_x(310235,76)GL34W04,16378.p,0.000000)\
-			0.000000	(t_x(283468,628)RQXSI04E,16379.p,0.000000)\
-			0.000000	(t_x(296112,14)YB3EH04E,16380.p,0.000000)\
-			0.000000	(t_x(284393,182)YB5WH04M,16381.p,0.000000)\
-			0.000000	(t_x(283489,3591)RVKWU04M,16382.p,0.000000)\
-			0.000000	(t_x(292251,1071)YB3EH04A,16383.p,0.000000)\
-			0.000000	(t_x(305689,766)LEMDAT04,16384.p,0.000000)\
-			0.000000	(t_x(307875,813)KSLN04A,16385.p,0.000000)\
-			0.000000	(t_x(286277,1434)PMXX04M,16386.p,0.000000)\
-			0.000000	(t_x(302136,18)BR404M,16387.p,0.000000)\
-			0.000000	(t_x(295274,620)RNI04M,16388.p,0.000000)\
-			0.000000	(t_x(287785,585)KFZ4404M,16389.p,0.000000)\
-			0.000000	(t_x(291031,1940)EG11G04M,16390.p,0.000000)\
-			0.000000	(t_x(293580,493)RQXU04E,16391.p,0.000000)\
-			0.000000	(t_x(296401,55)BR404M,16392.p,0.000000)\
-			0.000000	(t_x(290553,819)LEMDAT04,16393.p,0.000000)\
-			0.000000	(t_x(284894,96)PMXX04M,16394.p,0.000000)\
-			0.000000	(t_x(287946,548)PMXX04M,16395.p,0.000000)\
-			0.000000	(t_x(283254,1399)EGNOR04M,16396.p,0.000000)\
-			0.000000	(t_x(286715,224)$YB5KL04E,16397.p,0.000000)\
-			0.000000	(t_x(288927,1139)PMXX04M,16398.p,0.000000)\
-			0.000000	(t_x(295952,2002)RQXSI04E,16399.p,0.000000)\
-			0.000000	(t_x(286461,252)YB3EH04E,16400.p,0.000000)\
-			0.000000	(t_x(310539,1072)KSLN04A,16401.p,0.000000)\
-			0.000000	(t_x(291796,303)YH5MH04M,16402.p,0.000000)\
-			0.000000	(t_x(274616,1413)RQXSI04E,16403.p,0.000000)\
-			0.000000	(t_x(288692,8)YB5WH04M,16404.p,0.000000)\
-			0.000000	(t_x(287544,228)BR404M,16405.p,0.000000)\
-			0.000000	(t_x(288720,548)PMXX04M,16406.p,0.000000)\
-			0.000000	(t_x(293250,416)YB5WH04M,16407.p,0.000000)\
-			0.000000	(t_x(296155,1305)LELVL04M,16408.p,0.000000)\
-			0.000000	(t_x(313875,575)LCES004,16409.p,0.000000)\
-			0.000000	(t_x(285209,619)PMXX04M,16410.p,0.000000)\
-			0.000000	(t_x(286678,1114)EBBRA04E,16411.p,0.000000)\
-			0.000000	(t_x(286404,1157)PMXX04M,16412.p,0.000000)\
-			0.000000	(t_x(305011,783)LEMDAT04,16413.p,0.000000)\
-			0.000000	(t_x(307231,2202)MGY04,16414.p,0.000000)\
-			0.000000	(t_x(289972,866)YB3EH04E,16415.p,0.000000)\
-			0.000000	(t_x(297135,362)RNI04M,16416.p,0.000000)\
-			0.000000	(t_x(295522,600)PMXX04M,16417.p,0.000000)\
-			0.000000	(t_x(298080,8)RQXU04E,16418.p,0.000000)\
-			0.000000	(t_x(283562,1716)PMXX04M,16419.p,0.000000)\
-			0.000000	(t_x(297125,346)YB3EH04E,16420.p,0.000000)\
-			0.000000	(t_x(317048,1682)LCES004,16421.p,0.000000)\
-			0.000000	(t_x(301972,1434)LGAVA04,16422.p,0.000000)\
-			0.000000	(t_x(281185,335)YH5MH04M,16423.p,0.000000)\
-			0.000000	(t_x(289397,2021)LGKFN04,16424.p,0.000000)\
-			0.000000	(t_x(293116,3124)RVKWU04M,16425.p,0.000000)\
-			0.000000	(t_x(283998,2488)RQXSI04E,16426.p,0.000000)\
-			0.000000	(t_x(287944,916)KFZ4404M,16427.p,0.000000)\
-			0.000000	(t_x(275522,1194)PMXX04M,16428.p,0.000000)\
-			0.000000	(t_x(291494,300)YH5MH04M,16429.p,0.000000)\
-			0.000000	(t_x(288377,2920)RVKWU04M,16430.p,0.000000)\
-			0.000000	(t_x(293498,846)PMXX04M,16431.p,0.000000)\
-			0.000000	(t_x(297062,380)YB3EH04E,16432.p,0.000000)\
-			0.000000	(t_x(291264,873)PMXX04M,16433.p,0.000000)\
-			0.000000	(t_x(288154,626)PMXX04M,16434.p,0.000000)\
-			0.000000	(t_x(288918,621)RQXSI04E,16435.p,0.000000)\
-			0.000000	(t_x(276611,2217)RQXSI04E,16436.p,0.000000)\
-			0.000000	(t_x(285193,10)LELVL04M,16437.p,0.000000)\
-			0.000000	(t_x(295497,709)PMXX04M,16438.p,0.000000)\
-			0.000000	(t_x(297929,302)EGNOR04M,16439.p,0.000000)\
-			0.000000	(t_x(290158,698)PMXX04M,16440.p,0.000000)\
-			0.000000	(t_x(284287,778)PMXX04M,16441.p,0.000000)\
-			0.000000	(t_x(293587,1335)LCES004,16442.p,0.000000)\
-			0.000000	(t_x(295915,872)LEMDAT04,16443.p,0.000000)\
-			0.000000	(t_x(302667,402)LGAVA04,16444.p,0.000000)\
-			0.000000	(t_x(288405,897)PMXX04M,16445.p,0.000000)\
-			0.000000	(t_x(294876,494)PMXX04M,16446.p,0.000000)\
-			0.000000	(t_x(282660,505)PMXX04M,16447.p,0.000000)\
-			0.000000	(t_x(286582,563)PMXX04M,16448.p,0.000000)\
-			0.000000	(t_x(287489,1248)YB3EH04A,16449.p,0.000000)\
-			0.000000	(t_x(285895,65)YB3EH04E,16450.p,0.000000)\
-			0.000000	(t_x(278322,316)YH5MH04M,16451.p,0.000000)\
-			0.000000	(t_x(281674,0),16452.p,0.000000)\
-			0.000000	(t_x(278889,889)KHVL104E,16453.p,0.000000)\
-			0.000000	(t_x(314236,753)LCES004,16454.p,0.000000)\
-			0.000000	(t_x(295180,1425)RASI04M,16455.p,0.000000)\
-			0.000000	(t_x(284063,155)RMZU04E,16456.p,0.000000)\
-			0.000000	(t_x(278067,2242)EG11G04M,16457.p,0.000000)\
-			0.000000	(t_x(284190,613)PMXX04M,16458.p,0.000000)\
-			0.000000	(t_x(282099,1540)EG11G04M,16459.p,0.000000)\
-			0.000000	(t_x(302356,1088)BR404M,16460.p,0.000000)\
-			0.000000	(t_x(279312,476)KHVL104E,16461.p,0.000000)\
-			0.000000	(t_x(296227,419)LGAVA04,16462.p,0.000000)\
-			0.000000	(t_x(282961,268)KFZ4404E,16463.p,0.000000)\
-			0.000000	(t_x(283092,45)KFZ4404E,16464.p,0.000000)\
-			0.000000	(t_x(290395,940)PMXX04M,16465.p,0.000000)\
-			0.000000	(t_x(289705,680)YB3EH04E,16466.p,0.000000)\
-			0.000000	(t_x(292270,106)YB5KL04E,16467.p,0.000000)\
-			0.000000	(t_x(313563,362)MAB1204A,16468.p,0.000000)\
-			0.000000	(t_x(295393,162)RQXU04E,16469.p,0.000000)\
-			0.000000	(t_x(281891,176)KWUR404E,16470.p,0.000000)\
-			0.000000	(t_x(286762,353)RJIU04M,16471.p,0.000000)\
-			0.000000	(t_x(278663,672)EHAMA04,16472.p,0.000000)\
-			0.000000	(t_x(284154,254)RQXSI04E,16473.p,0.000000)\
-			0.000000	(t_x(283194,767)PMXX04M,16474.p,0.000000)\
-			0.000000	(t_x(297393,267)BR404M,16475.p,0.000000)\
-			0.000000	(t_x(279652,471)KHVL104E,16476.p,0.000000)\
-			0.000000	(t_x(281091,1259)YB3EH04A,16477.p,0.000000)\
-			0.000000	(t_x(273980,205)PMXX04M,16478.p,0.000000)\
-			0.000000	(t_x(296992,440)YB3EH04E,16479.p,0.000000)\
-			0.000000	(t_x(284250,146)RMZU04E,16480.p,0.000000)\
-			0.000000	(t_x(281599,90)RMZU04E,16481.p,0.000000)\
-			0.000000	(t_x(292100,1011)PMXX04M,16482.p,0.000000)\
-			0.000000	(t_x(294460,21)PMXX04M,16483.p,0.000000)\
-			0.000000	(t_x(279756,640)KHVL104E,16484.p,0.000000)\
-			0.000000	(t_x(290055,522)YBOLN04M,16485.p,0.000000)\
-			0.000000	(t_x(281359,688)PMXX04M,16486.p,0.000000)\
-			0.000000	(t_x(290892,145)YB5WH04M,16487.p,0.000000)\
-			0.000000	(t_x(279893,696)EHAMA04,16488.p,0.000000)\
-			0.000000	(t_x(293522,167)YB3EH04E,16489.p,0.000000)\
-			0.000000	(t_x(295700,820)RQXSI04E,16490.p,0.000000)\
-			0.000000	(t_x(279804,123)KHVL104E,16491.p,0.000000)\
-			0.000000	(t_x(291656,604)KHVL104E,16492.p,0.000000)\
-			0.000000	(t_x(289136,474)RJIU04M,16493.p,0.000000)\
-			0.000000	(t_x(276925,37)YB5KL04E,16494.p,0.000000)\
-			0.000000	(t_x(283302,171)YB3EH04E,16495.p,0.000000)\
-			0.000000	(t_x(289158,3608)RVKWU04M,16496.p,0.000000)\
-			0.000000	(t_x(285656,304)PMXX04M,16497.p,0.000000)\
-			0.000000	(t_x(281989,703)KHVL104E,16498.p,0.000000)\
-			0.000000	(t_x(311032,618)LOVN1504,16499.p,0.000000)\
-			0.000000	(t_x(287235,306)PMXX04M,16500.p,0.000000)\
-			0.000000	(t_x(288381,2208)YD5WH04M,16501.p,0.000000)\
-			0.000000	(t_x(290272,715)LEMDAT04,16502.p,0.000000)\
-			0.000000	(t_x(295656,1240)RQXSI04E,16503.p,0.000000)\
-			0.000000	(t_x(290967,494)RJIU04M,16504.p,0.000000)\
-			0.000000	(t_x(290491,227)RNI04M,16505.p,0.000000)\
-			0.000000	(t_x(292796,3481)LCES004,16506.p,0.000000)\
-			0.000000	(t_x(302132,654)LOVN1504,16507.p,0.000000)\
-			0.000000	(t_x(310732,2500)LCES004,16508.p,0.000000)\
-			0.000000	(t_x(297842,465)YB5WH04M,16509.p,0.000000)\
-			0.000000	(t_x(288501,433)LEMDAT04,16510.p,0.000000)\
-			0.000000	(t_x(294740,500)YB3EH04E,16511.p,0.000000)\
-			0.000000	(t_x(295893,1068)LEMDAT04,16512.p,0.000000)\
-			0.000000	(t_x(294706,1066)LEMDAT04,16513.p,0.000000)\
-			0.000000	(t_x(290681,303)YB5WH04M,16514.p,0.000000)\
-			0.000000	(t_x(289024,212)YB3EH04E,16515.p,0.000000)\
-			0.000000	(t_x(305962,532)LEMDAT04,16516.p,0.000000)\
-			0.000000	(t_x(291695,195)YB5KL04E,16517.p,0.000000)\
-			0.000000	(t_x(296560,533)PMXX04M,16518.p,0.000000)\
-			0.000000	(t_x(287111,537)EGNOR04M,16519.p,0.000000)\
-			0.000000	(t_x(295156,566)YB3EH04E,16520.p,0.000000)\
-			0.000000	(t_x(272234,90)RQXU04E,16521.p,0.000000)\
-			0.000000	(t_x(303829,665)LOVN1504,16522.p,0.000000)\
-			0.000000	(t_x(283094,180)YB3EH04E,16523.p,0.000000)\
-			0.000000	(t_x(307482,21)LGKFN04,16524.p,0.000000)\
-			0.000000	(t_x(295754,1084)LEMDAT04,16525.p,0.000000)\
-			0.000000	(t_x(287155,1211)EBBRA04E,16526.p,0.000000)\
-			1.000000	(t_x(288404,72)YBOLN04M,16527.p,1.000000)\
-			0.000000	(t_x(285178,671)PMXX04M,16528.p,0.000000)\
-			0.000000	(t_x(288428,1119)RVKWU04M,16529.p,0.000000)\
-			0.000000	(t_x(295733,205)LEMDAT04,16530.p,0.000000)\
-			0.000000	(t_x(263570,454)LELVU04,16531.p,0.000000)\
-			0.000000	(t_x(263868,3019)LCES004,16532.p,0.000000)\
-			0.000000	(t_x(311954,2259)MRAE04,16533.p,0.000000)\
-			0.000000	(t_x(284595,2884)RQXSI04E,16534.p,0.000000)\
-			0.000000	(t_x(295734,1150)LEMDAT04,16535.p,0.000000)\
-			0.000000	(t_x(292189,47)YB5WH04M,16536.p,0.000000)\
-			0.000000	(t_x(293096,743)RMZU04E,16537.p,0.000000)\
-			0.000000	(t_x(289618,210)YB3EH04E,16538.p,0.000000)\
-			0.000000	(t_x(288647,347)LEMDAT04,16539.p,0.000000)\
-			0.000000	(t_x(294148,473)LELVL04M,16540.p,0.000000)\
-			0.000000	(t_x(303471,1145)PMXX04M,16541.p,0.000000)\
-			0.000000	(t_x(280871,600)LEMDAT04,16542.p,0.000000)\
-			0.000000	(t_x(296039,145)LEMDAT04,16543.p,0.000000)\
-			0.000000	(t_x(290752,297)LELVU04,16544.p,0.000000)\
-			0.000000	(t_x(296337,74)BR404M,16545.p,0.000000)\
-			0.000000	(t_x(277445,263)YD5WH04M,16546.p,0.000000)\
-			0.000000	(t_x(297382,1197)YB3EH04E,16547.p,0.000000)\
-			0.000000	(t_x(296450,181)YBOLN04M,16548.p,0.000000)\
-			0.000000	(t_x(295216,522)YB3EH04E,16549.p,0.000000)\
-			0.000000	(t_x(295730,411)LEMDAT04,16550.p,0.000000)\
-			0.000000	(t_x(292405,1004)RMZU04E,16551.p,0.000000)\
-			0.000000	(t_x(279801,937)EHAMA04,16552.p,0.000000)\
-			0.000000	(t_x(301582,136)RNI04M,16553.p,0.000000)\
-			0.000000	(t_x(314191,10)MEK04,16554.p,0.000000)\
-			0.000000	(t_x(308769,2422)MRAE04,16555.p,0.000000)\
-			0.000000	(t_x(294756,920)RJIU04M,16556.p,0.000000)\
-			0.000000	(t_x(304433,579)LELVU04,16557.p,0.000000)\
-			0.000000	(t_x(315895,47)MEK04,16558.p,0.000000)\
-			1.000000	(t_x(294944,37)RQXU04E,16559.p,1.000000)\
-			0.000000	(t_x(283823,1049)KWUR404E,16560.p,0.000000)\
-			0.000000	(t_x(290480,885)RJIU04M,16561.p,0.000000)\
-			0.000000	(t_x(271616,724)RQXSI04E,16562.p,0.000000)\
-			0.000000	(t_x(292111,2484)LGKFN04,16563.p,0.000000)\
-			0.000000	(t_x(297596,497)BR404M,16564.p,0.000000)\
-			0.000000	(t_x(313119,682)LOVN1504,16565.p,0.000000)\
-			0.000000	(t_x(293757,2423)KFZ4404M,16566.p,0.000000)\
-			0.000000	(t_x(294674,128)EBEEC04M,16567.p,0.000000)\
-			0.000000	(t_x(286141,410)KWUR404E,16568.p,0.000000)\
-			0.000000	(t_x(263196,899)RQXSI04E,16569.p,0.000000)\
-			0.000000	(t_x(304414,475)LEMDAT04,16570.p,0.000000)\
-			0.000000	(t_x(306242,46)KWUR1C04,16571.p,0.000000)\
-			0.000000	(t_x(291226,911)RQXSI04E,16572.p,0.000000)\
-			0.000000	(t_x(284350,42)YBOLN04M,16573.p,0.000000)\
-			0.000000	(t_x(300430,1329)RNI04M,16574.p,0.000000)\
-			0.000000	(t_x(314330,126)KWUR1C04,16575.p,0.000000)\
-			0.000000	(t_x(291819,647)EGNOR04M,16576.p,0.000000)\
-			0.000000	(t_x(275277,823)RQXSI04E,16577.p,0.000000)\
-			0.000000	(t_x(285792,594)BR404M,16578.p,0.000000)\
-			0.000000	(t_x(282514,883)RQXSI04E,16579.p,0.000000)\
-			0.000000	(t_x(301711,14)LCES004M,16580.p,0.000000)\
-			0.000000	(t_x(294377,270)LCES004M,16581.p,0.000000)\
-			0.000000	(t_x(307805,322)LOVN1504,16582.p,0.000000)\
-			0.000000	(t_x(300064,923)RJIU04M,16583.p,0.000000)\
-			0.000000	(t_x(278603,991)EHAMA04,16584.p,0.000000)\
-			0.000000	(t_x(296147,491)LELVU04,16585.p,0.000000)\
-			0.000000	(t_x(274643,47)EGNOR04M,16586.p,0.000000)\
-			0.000000	(t_x(309953,898)LOVN1504,16587.p,0.000000)\
-			0.000000	(t_x(295238,1110)RJIU04M,16588.p,0.000000)\
-			0.000000	(t_x(298183,1466)YB3EH04A,16589.p,0.000000)\
-			0.000000	(t_x(285693,674)YB3EH04E,16590.p,0.000000)\
-			0.000000	(t_x(288588,76)YBOLN04M,16591.p,0.000000)\
-			0.000000	(t_x(297746,254)LOVN1504,16592.p,0.000000)\
-			0.000000	(t_x(290528,950)YBOLN04M,16593.p,0.000000)\
-			0.000000	(t_x(307218,209)ZM56704,16594.p,0.000000)\
-			0.000000	(t_x(292153,1281)RMZU04E,16595.p,0.000000)\
-			0.000000	(t_x(311142,132)ZM56704,16596.p,0.000000)\
-			0.000000	(t_x(294049,1203)RVKWU04M,16597.p,0.000000)\
-			0.000000	(t_x(298704,2494)MRAE04,16598.p,0.000000)\
-			0.000000	(t_x(323044,480)MRAE04,16599.p,0.000000)\
-			0.000000	(t_x(318832,121)MGY04,16600.p,0.000000)\
-			0.000000	(t_x(283821,892)KWUR404E,16601.p,0.000000)\
-			0.000000	(t_x(285733,2814)LCES004,16602.p,0.000000)\
-			0.000000	(t_x(297744,565)LOVN1504,16603.p,0.000000)\
-			0.000000	(t_x(294200,802)RQXSI04E,16604.p,0.000000)\
-			0.000000	(t_x(278681,1288)EHAMA04,16605.p,0.000000)\
-			0.000000	(t_x(285990,185)EBEEC04M,16606.p,0.000000)\
-			0.000000	(t_x(289502,1034)YD5WH04M,16607.p,0.000000)\
-			0.000000	(t_x(294848,707)EGNOR04M,16608.p,0.000000)\
-			0.000000	(t_x(283663,715)RQXSI04E,16609.p,0.000000)\
-			0.000000	(t_x(278862,3)KFZ4404E,16610.p,0.000000)\
-			0.000000	(t_x(309981,1232)EDGG704,16611.p,0.000000)\
-			0.000000	(t_x(294164,614)BR404M,16612.p,0.000000)\
-			0.000000	(t_x(273032,3016)RQXSI04E,16613.p,0.000000)\
-			0.000000	(t_x(294672,982)RQXSI04E,16614.p,0.000000)\
-			0.000000	(t_x(282755,974)KWUR404E,16615.p,0.000000)\
-			0.000000	(t_x(285459,2183)LCES004,16616.p,0.000000)\
-			0.000000	(t_x(300850,254)LELVU04,16617.p,0.000000)\
-			0.000000	(t_x(291164,614)RQXU04E,16618.p,0.000000)\
-			0.000000	(t_x(305686,523)LEMDAT04,16619.p,0.000000)\
-			0.000000	(t_x(291519,377)ZM56704,16620.p,0.000000)\
-			0.000000	(t_x(292801,999)PMXX04M,16621.p,0.000000)\
-			0.000000	(t_x(291523,651)PMXX04M,16622.p,0.000000)\
-			0.000000	(t_x(302840,387)RMZU04,16623.p,0.000000)\
-			0.000000	(t_x(288107,421)KWUR404E,16624.p,0.000000)\
-			0.000000	(t_x(306384,224)LELVU04,16625.p,0.000000)\
-			0.000000	(t_x(263601,1475)YB3EH04A,16626.p,0.000000)\
-			0.000000	(t_x(295732,33)LEMDAT04,16627.p,0.000000)\
-			0.000000	(t_x(287631,494)LELVL04M,16628.p,0.000000)\
-			0.000000	(t_x(280021,261)YH5MH04M,16629.p,0.000000)\
-			0.000000	(t_x(295929,1117)RASI04M,16630.p,0.000000)\
-			0.000000	(t_x(306269,2513)MGY04,16631.p,0.000000)\
-			0.000000	(t_x(302456,124)LELVU04,16632.p,0.000000)\
-			0.000000	(t_x(294752,69)YB3EH04E,16633.p,0.000000)\
-			0.000000	(t_x(292587,401)ZM56704,16634.p,0.000000)\
-			0.000000	(t_x(297362,676)RNI04M,16635.p,0.000000)\
-			0.000000	(t_x(277917,83)BR404M,16636.p,0.000000)\
-			0.000000	(t_x(304486,165)LELVU04,16637.p,0.000000)\
-			0.000000	(t_x(286685,525)RQXSI04E,16638.p,0.000000)\
-			0.000000	(t_x(287700,5846)LGZAA04M,16639.p,0.000000)\
-			0.000000	(t_x(287527,363)KHVL104E,16640.p,0.000000)\
-			0.000000	(t_x(310512,160)LOVN1504,16641.p,0.000000)\
-			0.000000	(t_x(279318,600)LCES004M,16642.p,0.000000)\
-			0.000000	(t_x(279686,342)YBOLN04M,16643.p,0.000000)\
-			0.000000	(t_x(297145,596)LOVN1504,16644.p,0.000000)\
-			0.000000	(t_x(263206,1352)BR204M,16645.p,0.000000)\
-			0.000000	(t_x(281256,483)RMZU04,16646.p,0.000000)\
-			0.000000	(t_x(293565,3048)RNI04M,16647.p,0.000000)\
-			0.000000	(t_x(296939,1515)YB3EH04A,16648.p,0.000000)\
-			0.000000	(t_x(291082,650)LELVU04,16649.p,0.000000)\
-			0.000000	(t_x(279411,246)KHVL104E,16650.p,0.000000)\
-			0.000000	(t_x(295473,978)LELVU04,16651.p,0.000000)\
-			0.000000	(t_x(305828,430)LCES004,16652.p,0.000000)\
-			0.000000	(t_x(295608,895)EGNOR04M,16653.p,0.000000)\
-			0.000000	(t_x(316090,1903)LCES004,16654.p,0.000000)\
-			0.000000	(t_x(298480,213)RMZU04,16655.p,0.000000)\
-			0.000000	(t_x(279716,469)LELVU04,16656.p,0.000000)\
-			0.000000	(t_x(287536,501)LELVL04M,16657.p,0.000000)\
-			0.000000	(t_x(284797,280)YB3EH04E,16658.p,0.000000)\
-			0.000000	(t_x(296295,90)YB3EH04E,16659.p,0.000000)\
-			0.000000	(t_x(309473,570)LOVN1504,16660.p,0.000000)\
-			0.000000	(t_x(298502,1602)YB3EH04A,16661.p,0.000000)\
-			0.000000	(t_x(282882,358)KWUR404E,16662.p,0.000000)\
-			0.000000	(t_x(297867,983)RJIU04M,16663.p,0.000000)\
-			0.000000	(t_x(295231,570)LOVN1504,16664.p,0.000000)\
-			0.000000	(t_x(294690,3377)RVKWU04M,16665.p,0.000000)\
-			0.000000	(t_x(306922,112)LOVN1504,16666.p,0.000000)\
-			0.000000	(t_x(280278,1477)EHAMA04,16667.p,0.000000)\
-			0.000000	(t_x(296563,492)KWUR404E,16668.p,0.000000)\
-			0.000000	(t_x(276531,227)KHVL104E,16669.p,0.000000)\
-			0.000000	(t_x(297356,505)LGAVA04,16670.p,0.000000)\
-			0.000000	(t_x(289758,1331)LELVL04M,16671.p,0.000000)\
-			0.000000	(t_x(288145,133)YB3EH04E,16672.p,0.000000)\
-			0.000000	(t_x(300256,534)LOVN1504,16673.p,0.000000)\
-			0.000000	(t_x(295296,787)RQXSI04E,16674.p,0.000000)\
-			0.000000	(t_x(281485,697)LELVU04,16675.p,0.000000)\
-			0.000000	(t_x(295571,87)YB3EH04E,16676.p,0.000000)\
-			1.000000	(t_x(283607,1534)PMXX04M,16677.p,1.000000)\
-			0.000000	(t_x(282986,89)YB3EH04E,16678.p,0.000000)\
-			0.000000	(t_x(285878,42)LGKFN04,16679.p,0.000000)\
-			0.000000	(t_x(283392,377)RQXU04E,16680.p,0.000000)\
-			0.000000	(t_x(294303,2147)YD5WH04M,16681.p,0.000000)\
-			0.000000	(t_x(286082,123)LELVU04,16682.p,0.000000)\
-			0.000000	(t_x(294442,367)LOVN1504,16683.p,0.000000)\
-			0.000000	(t_x(303790,273)LOVN1504,16684.p,0.000000)\
-			0.000000	(t_x(287018,1037)RQXSI04E,16685.p,0.000000)\
-			0.000000	(t_x(292354,497)RMZU04,16686.p,0.000000)\
-			0.000000	(t_x(295104,681)MM304,16687.p,0.000000)\
-			0.000000	(t_x(288725,533)LEMDAT04,16688.p,0.000000)\
-			0.000000	(t_x(263958,1268)LCES004,16689.p,0.000000)\
-			0.000000	(t_x(286328,83)YB3EH04E,16690.p,0.000000)\
-			0.000000	(t_x(287821,384)RMZSI04M,16691.p,0.000000)\
-			0.000000	(t_x(294770,125)YB3EH04E,16692.p,0.000000)\
-			0.000000	(t_x(281887,1086)LELVL04M,16693.p,0.000000)\
-			0.000000	(t_x(296481,90)YB3EH04E,16694.p,0.000000)\
-			0.000000	(t_x(311351,276)LOVN1504,16695.p,0.000000)\
-			0.000000	(t_x(279048,151)KHVL104E,16696.p,0.000000)\
-			0.000000	(t_x(292388,1208)RQXU04E,16697.p,0.000000)\
-			0.000000	(t_x(282720,645)KWUR404E,16698.p,0.000000)\
-			0.000000	(t_x(293168,257)RMZU04E,16699.p,0.000000)\
-			0.000000	(t_x(308125,1414)LCES004,16700.p,0.000000)\
-			0.000000	(t_x(294120,1122)RQXU04E,16701.p,0.000000)\
-			0.000000	(t_x(298646,2551)LGKFN04,16702.p,0.000000)\
-			0.000000	(t_x(294940,938)BR404M,16703.p,0.000000)\
-			0.000000	(t_x(292653,261)YBOLN04M,16704.p,0.000000)\
-			0.000000	(t_x(290342,1080)RJIU04M,16705.p,0.000000)\
-			0.000000	(t_x(306201,296)KSAL1204,16706.p,0.000000)\
-			0.000000	(t_x(305697,794)LEMDAT04,16707.p,0.000000)\
-			0.000000	(t_x(287288,814)KHVL104E,16708.p,0.000000)\
-			0.000000	(t_x(281854,403)KWUR404E,16709.p,0.000000)\
-			0.000000	(t_x(300988,1685)LOVN1504,16710.p,0.000000)\
-			0.000000	(t_x(306388,398)ZM56704,16711.p,0.000000)\
-			0.000000	(t_x(308410,351)RMZU04,16712.p,0.000000)\
-			0.000000	(t_x(294899,1268)PMXX04M,16713.p,0.000000)\
-			0.000000	(t_x(309200,1113)LCES004M,16714.p,0.000000)\
-			0.000000	(t_x(292091,610)LOVN1504,16715.p,0.000000)\
-			0.000000	(t_x(298306,682)LOVN1504,16716.p,0.000000)\
-			0.000000	(t_x(277703,647)KHVL104E,16717.p,0.000000)\
-			0.000000	(t_x(292483,1240)RVKWU04M,16718.p,0.000000)\
-			0.000000	(t_x(292714,109)RMZU04E,16719.p,0.000000)\
-			0.000000	(t_x(285794,645)RQXSI04E,16720.p,0.000000)\
-			0.000000	(t_x(283829,159)YBOLN04M,16721.p,0.000000)\
-			0.000000	(t_x(291377,2364)EG11G04M,16722.p,0.000000)\
-			0.000000	(t_x(278783,69)YB5KL04E,16723.p,0.000000)\
-			0.000000	(t_x(296261,1336)KWUR404E,16724.p,0.000000)\
-			0.000000	(t_x(298706,407)KSAL1204,16725.p,0.000000)\
-			0.000000	(t_x(305661,234)LOVN1504,16726.p,0.000000)\
-			0.000000	(t_x(307658,469)RMZU04,16727.p,0.000000)\
-			0.000000	(t_x(301058,780)LCES004M,16728.p,0.000000)\
-			0.000000	(t_x(289894,719)LCES004,16729.p,0.000000)\
-			0.000000	(t_x(279405,158)KFZ4404E,16730.p,0.000000)\
-			0.000000	(t_x(279899,141)KFZ4404E,16731.p,0.000000)\
-			0.000000	(t_x(289283,487)LEMDAT04,16732.p,0.000000)\
-			0.000000	(t_x(315232,1415)LCES004,16733.p,0.000000)\
-			0.000000	(t_x(285431,689)LGKFN04,16734.p,0.000000)\
-			0.000000	(t_x(281922,41)YB5KL04E,16735.p,0.000000)\
-			0.000000	(t_x(301088,960)LEMDAT04,16736.p,0.000000)\
-			0.000000	(t_x(288358,389)KWUR404E,16737.p,0.000000)\
-			0.000000	(t_x(304690,847)LOVN1504,16738.p,0.000000)\
-			0.000000	(t_x(296720,5)YB5KL04E,16739.p,0.000000)\
-			0.000000	(t_x(285393,187)YB5WH04M,16740.p,0.000000)\
-			0.000000	(t_x(298171,718)LELVU04,16741.p,0.000000)\
-			0.000000	(t_x(295794,958)LEMDAT04,16742.p,0.000000)\
-			0.000000	(t_x(298297,283)LOVN1504,16743.p,0.000000)\
-			0.000000	(t_x(286726,525)$YB5KL04E,16744.p,0.000000)\
-			0.000000	(t_x(294595,196)YB3EH04E,16745.p,0.000000)\
-			0.000000	(t_x(297113,1418)RJIU04M,16746.p,0.000000)\
-			0.000000	(t_x(303351,829)LELVU04,16747.p,0.000000)\
-			0.000000	(t_x(301673,1500)LCES004M,16748.p,0.000000)\
-			0.000000	(t_x(294611,1021)EGNOR04M,16749.p,0.000000)\
-			0.000000	(t_x(309790,1630)YB3EH04A,16750.p,0.000000)\
-			0.000000	(t_x(307025,1316)YB3EH04A,16751.p,0.000000)\
-			0.000000	(t_x(306307,596)RMZU04,16752.p,0.000000)\
-			0.000000	(t_x(295745,317)RNI04M,16753.p,0.000000)\
-			0.000000	(t_x(291484,88)RNS04M,16754.p,0.000000)\
-			0.000000	(t_x(296217,115)YB3EH04E,16755.p,0.000000)\
-			0.000000	(t_x(293901,1174)RQXU04E,16756.p,0.000000)\
-			0.000000	(t_x(293804,663)KSAL1204,16757.p,0.000000)\
-			0.000000	(t_x(279885,1500)EHAMA04,16758.p,0.000000)\
-			0.000000	(t_x(281090,17)EBBRA04E,16759.p,0.000000)\
-			0.000000	(t_x(285483,449)YB3EH04E,16760.p,0.000000)\
-			0.000000	(t_x(296473,1210)LCES004,16761.p,0.000000)\
-			0.000000	(t_x(284104,2575)EG11G04M,16762.p,0.000000)\
-			0.000000	(t_x(289872,881)KFZ4404M,16763.p,0.000000)\
-			0.000000	(t_x(316430,1050)LCES004,16764.p,0.000000)\
-			0.000000	(t_x(289172,753)LEMDAT04,16765.p,0.000000)\
-			0.000000	(t_x(305425,1018)GL34W04,16766.p,0.000000)\
-			0.000000	(t_x(304315,286)RMZU04,16767.p,0.000000)\
-			0.000000	(t_x(277924,189)YBOLN04M,16768.p,0.000000)\
-			0.000000	(t_x(315019,1836)EDGG704,16769.p,0.000000)\
-			0.000000	(t_x(282868,344)KWUR404E,16770.p,0.000000)\
-			0.000000	(t_x(290567,234)YB3EH04E,16771.p,0.000000)\
-			0.000000	(t_x(293092,436)RASI04M,16772.p,0.000000)\
-			0.000000	(t_x(309006,153)MAB3404A,16773.p,0.000000)\
-			0.000000	(t_x(263594,1805)LCES004M,16774.p,0.000000)\
-			0.000000	(t_x(263962,699)LCES004,16775.p,0.000000)\
-			0.000000	(t_x(298697,14)YB5WH04M,16776.p,0.000000)\
-			0.000000	(t_x(314538,1800)EDGG704,16777.p,0.000000)\
-			0.000000	(t_x(307870,24)GL34W04,16778.p,0.000000)\
-			0.000000	(t_x(296997,278)KSLN04M,16779.p,0.000000)\
-			0.000000	(t_x(295416,551)EGNOR04M,16780.p,0.000000)\
-			0.000000	(t_x(274564,955)RQXSI04E,16781.p,0.000000)\
-			0.000000	(t_x(288982,272)YB3EH04E,16782.p,0.000000)\
-			0.000000	(t_x(289436,202)KSLN2C04,16783.p,0.000000)\
-			0.000000	(t_x(298038,323)EDGG704,16784.p,0.000000)\
-			0.000000	(t_x(297505,805)RQXSI04E,16785.p,0.000000)\
-			0.000000	(t_x(304435,277)LELVU04,16786.p,0.000000)\
-			0.000000	(t_x(278598,910)EHAMA04,16787.p,0.000000)\
-			0.000000	(t_x(302875,650)LELVU04,16788.p,0.000000)\
-			0.000000	(t_x(282205,299)YB3EH04E,16789.p,0.000000)\
-			0.000000	(t_x(285372,254)YB3EH04E,16790.p,0.000000)\
-			0.000000	(t_x(318660,694)EDGG704,16791.p,0.000000)\
-			0.000000	(t_x(308855,370)YB3EH04A,16792.p,0.000000)\
-			0.000000	(t_x(294815,638)RMZU04,16793.p,0.000000)\
-			0.000000	(t_x(317920,1566)EDGG704,16794.p,0.000000)\
-			0.000000	(t_x(284868,253)KSLN04M,16795.p,0.000000)\
-			0.000000	(t_x(305867,1613)EDGG704,16796.p,0.000000)\
-			0.000000	(t_x(302970,700)LOVN1504,16797.p,0.000000)\
-			0.000000	(t_x(295319,265)RNI04M,16798.p,0.000000)\
-			0.000000	(t_x(307791,340)ZM56704,16799.p,0.000000)\
-			0.000000	(t_x(263329,51)BKED1204,16800.p,0.000000)\
-			0.000000	(t_x(301367,373)YB3EH04A,16801.p,0.000000)\
-			0.000000	(t_x(307617,243)LELVU04,16802.p,0.000000)\
-			0.000000	(t_x(287604,481)PMXX04M,16803.p,0.000000)\
-			0.000000	(t_x(303842,897)LELVU04,16804.p,0.000000)\
-			0.000000	(t_x(309573,1540)LCES004,16805.p,0.000000)\
-			0.000000	(t_x(321498,2100)EDGG704,16806.p,0.000000)\
-			0.000000	(t_x(309462,665)LOVN1504,16807.p,0.000000)\
-			0.000000	(t_x(300815,682)LCES004M,16808.p,0.000000)\
-			0.000000	(t_x(304778,383)RNS04M,16809.p,0.000000)\
-			0.000000	(t_x(287200,49)GL4W04M,16810.p,0.000000)\
-			0.000000	(t_x(287119,143)RNI04M,16811.p,0.000000)\
-			0.000000	(t_x(287704,150)YB3EH04E,16812.p,0.000000)\
-			0.000000	(t_x(295503,1328)RVKWU04M,16813.p,0.000000)\
-			0.000000	(t_x(284341,293)KSLN04M,16814.p,0.000000)\
-			0.000000	(t_x(279642,787)KHVL104E,16815.p,0.000000)\
-			0.000000	(t_x(280192,167)YH5MH04M,16816.p,0.000000)\
-			0.000000	(t_x(308432,280)RMZU04,16817.p,0.000000)\
-			0.000000	(t_x(292946,40)YB3EH04E,16818.p,0.000000)\
-			0.000000	(t_x(279621,832)KHVL104E,16819.p,0.000000)\
-			0.000000	(t_x(278871,710)YB3EH04E,16820.p,0.000000)\
-			0.000000	(t_x(295822,453)LEMDAT04,16821.p,0.000000)\
-			0.000000	(t_x(300097,1538)RJIU04M,16822.p,0.000000)\
-			0.000000	(t_x(288115,97)GL34W04,16823.p,0.000000)\
-			0.000000	(t_x(297636,1544)YB3EH04E,16824.p,0.000000)\
-			0.000000	(t_x(303077,340)ZM56704,16825.p,0.000000)\
-			0.000000	(t_x(280002,243)LELVU04,16826.p,0.000000)\
-			0.000000	(t_x(295723,1675)RVKWU04M,16827.p,0.000000)\
-			0.000000	(t_x(313102,190)LCES004,16828.p,0.000000)\
-			0.000000	(t_x(309203,547)YB3EH04A,16829.p,0.000000)\
-			0.000000	(t_x(289249,1670)PMXX04M,16830.p,0.000000)\
-			0.000000	(t_x(296260,402)KSAL1204,16831.p,0.000000)\
-			0.000000	(t_x(304979,5)YB3EH04A,16832.p,0.000000)\
-			0.000000	(t_x(286853,101)KSLN04M,16833.p,0.000000)\
-			0.000000	(t_x(293268,15)YB3EH04A,16834.p,0.000000)\
-			0.000000	(t_x(293549,488)RQXU04E,16835.p,0.000000)\
-			0.000000	(t_x(296963,79)LELVU04,16836.p,0.000000)\
-			0.000000	(t_x(288519,233)YB5WH04M,16837.p,0.000000)\
-			0.000000	(t_x(298577,131)RMZU04,16838.p,0.000000)\
-			0.000000	(t_x(309625,1674)MYY04A,16839.p,0.000000)\
-			0.000000	(t_x(302044,2110)MYY04A,16840.p,0.000000)\
-			0.000000	(t_x(301350,1003)RMZU04,16841.p,0.000000)\
-			0.000000	(t_x(307304,2722)MRAE04,16842.p,0.000000)\
-			0.000000	(t_x(294530,1292)RVKWU04M,16843.p,0.000000)\
-			0.000000	(t_x(294135,268)YB5WH04M,16844.p,0.000000)\
-			0.000000	(t_x(306251,559)RMZU04,16845.p,0.000000)\
-			0.000000	(t_x(311413,324)MAB3404A,16846.p,0.000000)\
-			0.000000	(t_x(263587,655)LCES004M,16847.p,0.000000)\
-			0.000000	(t_x(306718,425)LOVN1504,16848.p,0.000000)\
-			0.000000	(t_x(291048,796)LEMDAT04,16849.p,0.000000)\
-			0.000000	(t_x(307674,35)YB3EH04A,16850.p,0.000000)\
-			0.000000	(t_x(305548,790)LEMDAT04,16851.p,0.000000)\
-			0.000000	(t_x(286067,91)BR404M,16852.p,0.000000)\
-			0.000000	(t_x(284860,1702)RVKWU04M,16853.p,0.000000)\
-			0.000000	(t_x(313302,930)LCES004,16854.p,0.000000)\
-			0.000000	(t_x(277278,454)RASI04M,16855.p,0.000000)\
-			0.000000	(t_x(281881,16)RMZSI04,16856.p,0.000000)\
-			0.000000	(t_x(280283,145)YH5MH04M,16857.p,0.000000)\
-			0.000000	(t_x(295521,60)YB3EH04A,16858.p,0.000000)\
-			0.000000	(t_x(315763,2111)EDGG704,16859.p,0.000000)\
-			0.000000	(t_x(296640,667)KSAL1204,16860.p,0.000000)\
-			0.000000	(t_x(289587,1119)PMXX04M,16861.p,0.000000)\
-			0.000000	(t_x(301003,120)YB3EH04A,16862.p,0.000000)\
-			0.000000	(t_x(287468,169)GL4W04M,16863.p,0.000000)\
-			0.000000	(t_x(282278,401)KSPE1P04,16864.p,0.000000)\
-			0.000000	(t_x(311447,446)LGKFN04,16865.p,0.000000)\
-			0.000000	(t_x(284297,591)RQXSI04E,16866.p,0.000000)\
-			0.000000	(t_x(293927,263)KWUR404E,16867.p,0.000000)\
-			0.000000	(t_x(290803,870)KHVL104E,16868.p,0.000000)\
-			0.000000	(t_x(291906,2316)RVKWU04M,16869.p,0.000000)\
-			0.000000	(t_x(283452,2)RMZU04,16870.p,0.000000)\
-			0.000000	(t_x(295747,1721)YB3EH04A,16871.p,0.000000)\
-			0.000000	(t_x(277562,582)YH5MH04M,16872.p,0.000000)\
-			0.000000	(t_x(287140,1583)RVKWU04M,16873.p,0.000000)\
-			0.000000	(t_x(294421,232)RVKWU04M,16874.p,0.000000)\
-			0.000000	(t_x(297613,517)RQXSI04E,16875.p,0.000000)\
-			0.000000	(t_x(278123,211)EGNOR04M,16876.p,0.000000)\
-			0.000000	(t_x(292569,617)RJIU04M,16877.p,0.000000)\
-			0.000000	(t_x(291007,71)YB3EH04A,16878.p,0.000000)\
-			0.000000	(t_x(296107,68)RQXU04E,16879.p,0.000000)\
-			0.000000	(t_x(281824,1523)RVKWU04M,16880.p,0.000000)\
-			0.000000	(t_x(291521,743)LELVL04M,16881.p,0.000000)\
-			0.000000	(t_x(293929,503)RVKWU04M,16882.p,0.000000)\
-			0.000000	(t_x(318565,374)LELVL104,16883.p,0.000000)\
-			0.000000	(t_x(290650,1220)PMXX04M,16884.p,0.000000)\
-			0.000000	(t_x(298368,212)LOVN1504,16885.p,0.000000)\
-			0.000000	(t_x(277424,884)EHAMA04,16886.p,0.000000)\
-			0.000000	(t_x(308629,40)MAB04,16887.p,0.000000)\
-			0.000000	(t_x(303911,85)YB3EH04A,16888.p,0.000000)\
-			0.000000	(t_x(304483,889)LCES004,16889.p,0.000000)\
-			0.000000	(t_x(270762,255)YB5WH04M,16890.p,0.000000)\
-			0.000000	(t_x(301342,2160)LCES004M,16891.p,0.000000)\
-			0.000000	(t_x(312192,610)MEK04,16892.p,0.000000)\
-			0.000000	(t_x(297697,155)KSLN2C04,16893.p,0.000000)\
-			0.000000	(t_x(297403,302)KSLN04M,16894.p,0.000000)\
-			0.000000	(t_x(308593,658)RMZU04,16895.p,0.000000)\
-			0.000000	(t_x(297374,977)RQXSI04E,16896.p,0.000000)\
-			0.000000	(t_x(275682,306)RFBRT04M,16897.p,0.000000)\
-			0.000000	(t_x(303665,3842)LCES004,16898.p,0.000000)\
-			0.000000	(t_x(293544,330)RQXSI04E,16899.p,0.000000)\
-			0.000000	(t_x(294111,466)LELVU04,16900.p,0.000000)\
-			0.000000	(t_x(284504,763)RQXSI04E,16901.p,0.000000)\
-			0.000000	(t_x(288740,701)RQXSI04E,16902.p,0.000000)\
-			0.000000	(t_x(293858,844)LELVL04M,16903.p,0.000000)\
-			0.000000	(t_x(287195,359)RFBRT04M,16904.p,0.000000)\
-			0.000000	(t_x(289901,613)RQXSI04E,16905.p,0.000000)\
-			0.000000	(t_x(300133,547)RQXSI04E,16906.p,0.000000)\
-			0.000000	(t_x(285112,236)KSLN04M,16907.p,0.000000)\
-			0.000000	(t_x(307987,202)LELVL104,16908.p,0.000000)\
-			0.000000	(t_x(278487,307)YH5MH04M,16909.p,0.000000)\
-			0.000000	(t_x(285688,649)RQXSI04E,16910.p,0.000000)\
-			0.000000	(t_x(309721,382)YB3EH04A,16911.p,0.000000)\
-			0.000000	(t_x(308743,545)EDGG704,16912.p,0.000000)\
-			0.000000	(t_x(300866,179)RMZU04,16913.p,0.000000)\
-			0.000000	(t_x(295728,348)YB5WH04M,16914.p,0.000000)\
-			0.000000	(t_x(280804,171)RMZU04E,16915.p,0.000000)\
-			0.000000	(t_x(277201,828)KHVL104E,16916.p,0.000000)\
-			0.000000	(t_x(279409,496)YH5MH04M,16917.p,0.000000)\
-			0.000000	(t_x(295428,80)RJIU04M,16918.p,0.000000)\
-			0.000000	(t_x(294791,256)LELVL04M,16919.p,0.000000)\
-			0.000000	(t_x(277591,870)RMZU04E,16920.p,0.000000)\
-			0.000000	(t_x(292092,164)KSLN04M,16921.p,0.000000)\
-			0.000000	(t_x(294365,134)RNI04M,16922.p,0.000000)\
-			0.000000	(t_x(297781,564)YB3EH04A,16923.p,0.000000)\
-			0.000000	(t_x(307733,598)LELVL104,16924.p,0.000000)\
-			0.000000	(t_x(294121,411)RVKWS04,16925.p,0.000000)\
-			0.000000	(t_x(287703,307)RNI04M,16926.p,0.000000)\
-			0.000000	(t_x(289238,1186)EGNOR04M,16927.p,0.000000)\
-			0.000000	(t_x(291554,314)YH5MH04M,16928.p,0.000000)\
-			0.000000	(t_x(290819,424)GL34W04,16929.p,0.000000)\
-			0.000000	(t_x(309172,2333)EDGG704,16930.p,0.000000)\
-			0.000000	(t_x(316618,844)LLBGA04L,16931.p,0.000000)\
-			0.000000	(t_x(297622,1216)YD5WH04M,16932.p,0.000000)\
-			0.000000	(t_x(304895,435)LOVN1504,16933.p,0.000000)\
-			0.000000	(t_x(294807,470)LCES004M,16934.p,0.000000)\
-			0.000000	(t_x(296180,701)RMZU04,16935.p,0.000000)\
-			0.000000	(t_x(289950,1)YB5WH04M,16936.p,0.000000)\
-			0.000000	(t_x(294925,1356)RVKWU04M,16937.p,0.000000)\
-			0.000000	(t_x(300045,334)KSPE104D,16938.p,0.000000)\
-			0.000000	(t_x(284114,95)RASI04M,16939.p,0.000000)\
-			0.000000	(t_x(278647,769)EHAMA04,16940.p,0.000000)\
-			0.000000	(t_x(304239,161)LELVL104,16941.p,0.000000)\
-			0.000000	(t_x(305802,1533)EDGG704,16942.p,0.000000)\
-			0.000000	(t_x(297234,261)YD5WH04M,16943.p,0.000000)\
-			0.000000	(t_x(290015,68)YD5WH04M,16944.p,0.000000)\
-			0.000000	(t_x(310303,1895)RMZU04,16945.p,0.000000)\
-			0.000000	(t_x(296550,1742)YB3EH04A,16946.p,0.000000)\
-			0.000000	(t_x(297075,5)YB3EH04E,16947.p,0.000000)\
-			0.000000	(t_x(291212,297)RVKWS04,16948.p,0.000000)\
-			0.000000	(t_x(278037,169)YD5WH04M,16949.p,0.000000)\
-			0.000000	(t_x(268974,707)KSPE1P04,16950.p,0.000000)\
-			0.000000	(t_x(284206,335)RMZU04,16951.p,0.000000)\
-			0.000000	(t_x(317300,266)EDGG704,16952.p,0.000000)\
-			0.000000	(t_x(293561,563)RVKWU04M,16953.p,0.000000)\
-			0.000000	(t_x(292872,727)KSAL1204,16954.p,0.000000)\
-			0.000000	(t_x(301299,576)YB3EH04A,16955.p,0.000000)\
-			0.000000	(t_x(300848,207)LEBAS04M,16956.p,0.000000)\
-			0.000000	(t_x(275809,125)YD5WH04M,16957.p,0.000000)\
-			0.000000	(t_x(304557,803)LEMDAT04,16958.p,0.000000)\
-			0.000000	(t_x(284316,52)YD5WH04M,16959.p,0.000000)\
-			0.000000	(t_x(286575,325)LELVL04M,16960.p,0.000000)\
-			0.000000	(t_x(315081,1033)LCES004,16961.p,0.000000)\
-			0.000000	(t_x(289330,312)KSAL1204,16962.p,0.000000)\
-			0.000000	(t_x(263816,134)RMZU04,16963.p,0.000000)\
-			0.000000	(t_x(306710,106)LOVN1504,16964.p,0.000000)\
-			0.000000	(t_x(295550,466)LELVU04,16965.p,0.000000)\
-			1.000000	(t_x(279817,60)EGNOR04M,16966.p,1.000000)\
-			0.000000	(t_x(289049,35)BR204M,16967.p,0.000000)\
-			0.000000	(t_x(283128,495)YB3EH04E,16968.p,0.000000)\
-			0.000000	(t_x(313899,216)KSAL1204,16969.p,0.000000)\
-			0.000000	(t_x(315428,415)LELVL104,16970.p,0.000000)\
-			0.000000	(t_x(279834,331)YH5MH04M,16971.p,0.000000)\
-			0.000000	(t_x(286844,365)KSPE104D,16972.p,0.000000)\
-			0.000000	(t_x(281755,29)YB3EH04A,16973.p,0.000000)\
-			0.000000	(t_x(286628,286)RMZU04E,16974.p,0.000000)\
-			0.000000	(t_x(295098,269)YB5KL04E,16975.p,0.000000)\
-			0.000000	(t_x(288191,627)KSPE1P04,16976.p,0.000000)\
-			0.000000	(t_x(295585,1350)YB3EH04A,16977.p,0.000000)\
-			0.000000	(t_x(302863,610)LEMDAT04,16978.p,0.000000)\
-			0.000000	(t_x(310127,646)YB3EH04A,16979.p,0.000000)\
-			0.000000	(t_x(286988,222)MM204,16980.p,0.000000)\
-			0.000000	(t_x(309899,50)YB3EH04A,16981.p,0.000000)\
-			0.000000	(t_x(291594,2477)EG11G04M,16982.p,0.000000)\
-			0.000000	(t_x(313298,425)GL34W04,16983.p,0.000000)\
-			0.000000	(t_x(284372,3)BR204M,16984.p,0.000000)\
-			0.000000	(t_x(263638,466)LEBAS04A,16985.p,0.000000)\
-			0.000000	(t_x(311949,45)MAB1204A,16986.p,0.000000)\
-			0.000000	(t_x(281905,519)YH5MH04M,16987.p,0.000000)\
-			0.000000	(t_x(295752,852)LEMDAT04,16988.p,0.000000)\
-			0.000000	(t_x(294701,277)KSAL1204,16989.p,0.000000)\
-			0.000000	(t_x(300174,701)RMZU04,16990.p,0.000000)\
-			0.000000	(t_x(285070,287)RMZU04E,16991.p,0.000000)\
-			0.000000	(t_x(302592,125)YD5WH04M,16992.p,0.000000)\
-			0.000000	(t_x(292439,379)EBEEC04M,16993.p,0.000000)\
-			0.000000	(t_x(303850,291)LOVN1504,16994.p,0.000000)\
-			0.000000	(t_x(288568,874)RQXSI04E,16995.p,0.000000)\
-			0.000000	(t_x(293074,908)RQXU04E,16996.p,0.000000)\
-			0.000000	(t_x(312354,551)MAB1204A,16997.p,0.000000)\
-			1.000000	(t_x(301709,469)LCES004M,16998.p,1.000000)\
-			0.000000	(t_x(312097,1625)LCES004,16999.p,0.000000)\
-			0.000000	(t_x(294594,185)KSAL1204,17000.p,0.000000)\
-			0.000000	(t_x(308941,21)YB3EH04A,17001.p,0.000000)\
-			0.000000	(t_x(292693,74)KFZ4404M,17002.p,0.000000)\
-			0.000000	(t_x(293070,584)RNS04M,17003.p,0.000000)\
-			0.000000	(t_x(292534,250)YB3EH04A,17004.p,0.000000)\
-			0.000000	(t_x(302920,453)LELVL104,17005.p,0.000000)\
-			0.000000	(t_x(303049,347)ZM56704,17006.p,0.000000)\
-			0.000000	(t_x(302530,8)LEBAS04M,17007.p,0.000000)\
-			0.000000	(t_x(308366,55)YB3EH04A,17008.p,0.000000)\
-			0.000000	(t_x(286877,215)ZM56704,17009.p,0.000000)\
-			0.000000	(t_x(291417,371)RMZU04E,17010.p,0.000000)\
-			0.000000	(t_x(309547,478)LEBAS04A,17011.p,0.000000)\
-			0.000000	(t_x(290258,63)RQXU04E,17012.p,0.000000)\
-			0.000000	(t_x(312494,411)LOVN1504,17013.p,0.000000)\
-			0.000000	(t_x(294211,376)EG11G04M,17014.p,0.000000)\
-			0.000000	(t_x(295790,121)LEMDAT04,17015.p,0.000000)\
-			0.000000	(t_x(289655,402)RJIU04M,17016.p,0.000000)\
-			0.000000	(t_x(309072,413)EDGG704,17017.p,0.000000)\
-			0.000000	(t_x(295407,209)RJIU04M,17018.p,0.000000)\
-			0.000000	(t_x(279693,300)YH5MH04M,17019.p,0.000000)\
-			0.000000	(t_x(297904,962)LOVN1504,17020.p,0.000000)\
-			0.000000	(t_x(306962,11)ZM56704,17021.p,0.000000)\
-			0.000000	(t_x(282374,579)RVKWU04M,17022.p,0.000000)\
-			0.000000	(t_x(296131,263)RASI04M,17023.p,0.000000)\
-			0.000000	(t_x(290378,332)YD5WH04M,17024.p,0.000000)\
-			0.000000	(t_x(306171,328)LOVN1504,17025.p,0.000000)\
-			0.000000	(t_x(303253,5)GL34W04,17026.p,0.000000)\
-			0.000000	(t_x(294546,329)LOVN1504,17027.p,0.000000)\
-			0.000000	(t_x(306862,255)KSAL1204,17028.p,0.000000)\
-			0.000000	(t_x(305522,419)KSPE104D,17029.p,0.000000)\
-			0.000000	(t_x(281962,892)PMXX04M,17030.p,0.000000)\
-			0.000000	(t_x(304798,18)LEBAS04M,17031.p,0.000000)\
-			0.000000	(t_x(283734,221)KSLN04M,17032.p,0.000000)\
-			0.000000	(t_x(307055,370)YB3EH04A,17033.p,0.000000)\
-			0.000000	(t_x(295339,1181)RVKWU04M,17034.p,0.000000)\
-			0.000000	(t_x(283414,276)YB3EH04E,17035.p,0.000000)\
-			0.000000	(t_x(296960,328)MRAEE04,17036.p,0.000000)\
-			0.000000	(t_x(317644,276)MRAEE04,17037.p,0.000000)\
-			0.000000	(t_x(295127,104)YB3EH04A,17038.p,0.000000)\
-			0.000000	(t_x(276959,458)PMXX04M,17039.p,0.000000)\
-			0.000000	(t_x(306868,404)KSLN04A,17040.p,0.000000)\
-			0.000000	(t_x(291267,511)RNS04M,17041.p,0.000000)\
-			0.000000	(t_x(307461,139)RJIU04M,17042.p,0.000000)\
-			0.000000	(t_x(312442,526)LEBAS04A,17043.p,0.000000)\
-			0.000000	(t_x(280807,26)KFZ4404M,17044.p,0.000000)\
-			0.000000	(t_x(309070,120)EDGG704,17045.p,0.000000)\
-			0.000000	(t_x(270609,149)KFZ4404E,17046.p,0.000000)\
-			0.000000	(t_x(287579,911)RQXSI04E,17047.p,0.000000)\
-			0.000000	(t_x(295599,101)MM304,17048.p,0.000000)\
-			0.000000	(t_x(271601,1898)$RVKWU04M,17049.p,0.000000)\
-			0.000000	(t_x(306139,407)LOVN1504,17050.p,0.000000)\
-			0.000000	(t_x(311478,668)LELVL104,17051.p,0.000000)\
-			0.000000	(t_x(277434,602)EG11G04M,17052.p,0.000000)\
-			0.000000	(t_x(306187,150)LOVN1504,17053.p,0.000000)\
-			0.000000	(t_x(295862,382)RFBRT04M,17054.p,0.000000)\
-			0.000000	(t_x(301601,371)LOVN1504,17055.p,0.000000)\
-			0.000000	(t_x(277167,300)$KHVL104E,17056.p,0.000000)\
-			0.000000	(t_x(307846,360)RMZU04,17057.p,0.000000)\
-			0.000000	(t_x(280203,211)RMZU04,17058.p,0.000000)\
-			0.000000	(t_x(284722,281)RJIU04M,17059.p,0.000000)\
-			0.000000	(t_x(301656,253)RNI04M,17060.p,0.000000)\
-			0.000000	(t_x(307060,30)LELVU04,17061.p,0.000000)\
-			0.000000	(t_x(289999,199)PMXX04M,17062.p,0.000000)\
-			0.000000	(t_x(301477,1422)MRAE04,17063.p,0.000000)\
-			0.000000	(t_x(296317,39)YB3EH04A,17064.p,0.000000)\
-			0.000000	(t_x(288954,120)KHVL104E,17065.p,0.000000)\
-			0.000000	(t_x(292940,2398)EDGG704,17066.p,0.000000)\
-			0.000000	(t_x(308308,680)YB3EH04A,17067.p,0.000000)\
-			1.000000	(t_x(285870,1091)RVKWU04M,17068.p,1.000000)\
-			0.000000	(t_x(308505,179)YB3EH04A,17069.p,0.000000)\
-			0.000000	(t_x(301879,166)LELVL104,17070.p,0.000000)\
-			0.000000	(t_x(308533,457)EDGG704,17071.p,0.000000)\
-			0.000000	(t_x(292413,1063)KWUR404E,17072.p,0.000000)\
-			0.000000	(t_x(291739,346)KSLN04A,17073.p,0.000000)\
-			0.000000	(t_x(263168,65)RFBRT04M,17074.p,0.000000)\
-			0.000000	(t_x(290447,292)LEBAS04M,17075.p,0.000000)\
-			0.000000	(t_x(277243,24)KSPE1P04,17076.p,0.000000)\
-			0.000000	(t_x(296946,232)GL4W04M,17077.p,0.000000)\
-			0.000000	(t_x(280587,1037)RVKWU04M,17078.p,0.000000)\
-			0.000000	(t_x(310570,125)KSLN04A,17079.p,0.000000)\
-			0.000000	(t_x(304857,161)KSAL1204,17080.p,0.000000)\
-			0.000000	(t_x(296407,94)YB3EH04A,17081.p,0.000000)\
-			0.000000	(t_x(291159,39)KFZ4404M,17082.p,0.000000)\
-			0.000000	(t_x(306570,1750)YB3EH04A,17083.p,0.000000)\
-			0.000000	(t_x(284038,19)LELVL04M,17084.p,0.000000)\
-			0.000000	(t_x(290871,40)KFZ4404M,17085.p,0.000000)\
-			0.000000	(t_x(308248,289)YB3EH04A,17086.p,0.000000)\
-			0.000000	(t_x(288250,29)YB3EH04E,17087.p,0.000000)\
-			0.000000	(t_x(285040,266)RASI04M,17088.p,0.000000)\
-			0.000000	(t_x(310901,368)YB3EH04A,17089.p,0.000000)\
-			0.000000	(t_x(273554,220)EBEEC04M,17090.p,0.000000)\
-			0.000000	(t_x(288684,658)YH5MH04M,17091.p,0.000000)\
-			0.000000	(t_x(287978,587)YH5MH04M,17092.p,0.000000)\
-			0.000000	(t_x(295295,9)KSAL1204,17093.p,0.000000)\
-			0.000000	(t_x(293965,122)RVKWS04,17094.p,0.000000)\
-			0.000000	(t_x(291971,312)YB3EH04A,17095.p,0.000000)\
-			0.000000	(t_x(288957,487)LEMDAT04,17096.p,0.000000)\
-			0.000000	(t_x(287319,71)EBEEC04M,17097.p,0.000000)\
-			0.000000	(t_x(291514,279)YB3EH04E,17098.p,0.000000)\
-			0.000000	(t_x(285875,114)EBEEC04M,17099.p,0.000000)\
-			0.000000	(t_x(295273,436)EG11G04M,17100.p,0.000000)\
-			0.000000	(t_x(279735,116)KSPE1P04,17101.p,0.000000)\
-			0.000000	(t_x(294997,217)RMZU04E,17102.p,0.000000)\
-			0.000000	(t_x(277803,273)YH5MH04M,17103.p,0.000000)\
-			0.000000	(t_x(284700,442)$KWUR404E,17104.p,0.000000)\
-			0.000000	(t_x(308947,86)YB3EH04A,17105.p,0.000000)\
-			0.000000	(t_x(289675,136)KHVL104E,17106.p,0.000000)\
-			0.000000	(t_x(307018,635)RMZSI04,17107.p,0.000000)\
-			0.000000	(t_x(289595,306)YBOLN04M,17108.p,0.000000)\
-			0.000000	(t_x(305896,105)LELVL104,17109.p,0.000000)\
-			0.000000	(t_x(291224,344)KSLN04M,17110.p,0.000000)\
-			0.000000	(t_x(301145,203)YB3EH04A,17111.p,0.000000)\
-			0.000000	(t_x(301287,728)BKED1204,17112.p,0.000000)\
-			0.000000	(t_x(310199,168)MRAEE04,17113.p,0.000000)\
-			0.000000	(t_x(309311,15)YB3EH04A,17114.p,0.000000)\
-			0.000000	(t_x(282176,384)RMZU04E,17115.p,0.000000)\
-			0.000000	(t_x(294025,505)RQXU04E,17116.p,0.000000)\
-			0.000000	(t_x(300140,356)RMZU04,17117.p,0.000000)\
-			0.000000	(t_x(276210,97)KHVL104E,17118.p,0.000000)\
-			0.000000	(t_x(285360,24)LELVL04M,17119.p,0.000000)\
-			0.000000	(t_x(291615,66)YB5WH04M,17120.p,0.000000)\
-			0.000000	(t_x(300142,37)RNI04M,17121.p,0.000000)\
-			0.000000	(t_x(277533,2)KSPE1P04,17122.p,0.000000)\
-			0.000000	(t_x(316061,1119)LLBGA04L,17123.p,0.000000)\
-			0.000000	(t_x(287372,720)KSPE1P04,17124.p,0.000000)\
-			0.000000	(t_x(302536,111)RMZU04,17125.p,0.000000)\
-			0.000000	(t_x(298333,373)KSPE104D,17126.p,0.000000)\
-			0.000000	(t_x(311856,3939)MEK04,17127.p,0.000000)\
-			0.000000	(t_x(307726,2744)$MYY04A,17128.p,0.000000)\
-			0.000000	(t_x(308914,2203)$MYY04A,17129.p,0.000000)\
-			0.000000	(t_x(307182,3302)MRAEE04,17130.p,0.000000)\
-			0.000000	(t_x(304696,409)$MYY04A,17131.p,0.000000)\
-			0.000000	(t_x(289828,3000)MGY04,17132.p,0.000000)\
-			0.000000	(t_x(296194,2341)MGY04,17133.p,0.000000)\
-			0.000000	(t_x(289277,264)YB5KL04E,17134.p,0.000000)\
-			0.000000	(t_x(305585,2179)$MYY04A,17135.p,0.000000)\
-			0.000000	(t_x(308371,2208)$MYY04A,17136.p,0.000000)\
-			0.000000	(t_x(308336,2304)$MYY04A,17137.p,0.000000)\
-			0.000000	(t_x(285585,2505)$MYY04A,17138.p,0.000000)\
-			0.000000	(t_x(314823,2514)$MYY04A,17139.p,0.000000)\
-			0.000000	(t_x(302711,2704)$MYY04A,17140.p,0.000000)\
-			0.000000	(t_x(297818,2754)$MYY04A,17141.p,0.000000)\
-			0.000000	(t_x(295283,5406)MAB04,17142.p,0.000000)\
-			0.000000	(t_x(302006,2778)$MYY04A,17143.p,0.000000)\
-			0.000000	(t_x(302616,379)MGY04,17144.p,0.000000)\
-			0.000000	(t_x(305425,2797)MGY04,17145.p,0.000000)\
-			0.000000	(t_x(307845,44)MGY04,17146.p,0.000000)\
-			0.000000	(t_x(308511,1717)MGY04,17147.p,0.000000)\
-			0.000000	(t_x(314186,1599)MGY04,17148.p,0.000000)\
-			0.000000	(t_x(315366,116)MGY04,17149.p,0.000000)\
-			0.000000	(t_x(311151,4172)MRAEE04,17150.p,0.000000)\
-			0.000000	(t_x(289843,138)MAB04,17151.p,0.000000)\
-			0.000000	(t_x(290550,1080)MGY04,17152.p,0.000000)\
-			0.000000	(t_x(303263,1801)$MYY04A,17153.p,0.000000)\
-			0.000000	(t_x(302138,2615)$MYY04A,17154.p,0.000000)\
-			0.000000	(t_x(314402,2741)MRAEE04,17155.p,0.000000)\
-			0.000000	(t_x(290566,1678)MGY04,17156.p,0.000000)\
-			0.000000	(t_x(309693,71)MGY04,17157.p,0.000000)\
-			0.000000	(t_x(289863,1741)MGY04,17158.p,0.000000)\
-			0.000000	(t_x(305823,453)$MYY04A,17159.p,0.000000)\
-			0.000000	(t_x(309711,1552)$MYY04A,17160.p,0.000000)\
-			0.000000	(t_x(308751,231)MGY04,17161.p,0.000000)\
-			0.000000	(t_x(306069,1297)MGY04,17162.p,0.000000)\
-			0.000000	(t_x(311878,418)$MYY04A,17163.p,0.000000)\
-			0.000000	(t_x(310502,1218)$MYY04A,17164.p,0.000000)\
-			0.000000	(t_x(307285,508)MGY04,17165.p,0.000000)\
-			0.000000	(t_x(289192,1320)MGY04,17166.p,0.000000)\
-			0.000000	(t_x(303416,1371)MGY04,17167.p,0.000000)\
-			0.000000	(t_x(294548,1615)MGY04,17168.p,0.000000)\
-			0.000000	(t_x(309103,2246)MGY04,17169.p,0.000000)\
-			0.000000	(t_x(306677,1620)$MYY04A,17170.p,0.000000)\
-			0.000000	(t_x(301297,323)MEK04,17171.p,0.000000)\
-			0.000000	(t_x(303208,1786)MEK04,17172.p,0.000000)\
-			0.000000	(t_x(301260,623)MEK04,17173.p,0.000000)\
-			0.000000	(t_x(312369,947)MAB1204A,17174.p,0.000000)\
-			0.000000	(t_x(295562,2202)RQXSI04E,17175.p,0.000000)\
-			0.000000	(t_x(302361,659)MAB04,17176.p,0.000000)\
-			0.000000	(t_x(289013,1052)MEK04,17177.p,0.000000)\
-			0.000000	(t_x(280274,2798)RQXI04E,17178.p,0.000000)\
-			0.000000	(t_x(287980,3364)RQXSI04E,17179.p,0.000000)\
-			0.000000	(t_x(283272,2307)RQXI04E,17180.p,0.000000)\
-			0.000000	(t_x(311255,604)MAB1204A,17181.p,0.000000)\
-			0.000000	(t_x(312085,1640)MEK04,17182.p,0.000000)\
-			0.000000	(t_x(303350,1690)MEK04,17183.p,0.000000)\
-			0.000000	(t_x(314563,409)MGY04,17184.p,0.000000)\
-			0.000000	(t_x(307779,993)MEK04,17185.p,0.000000)\
-			0.000000	(t_x(309190,455)MGY04,17186.p,0.000000)\
-			0.000000	(t_x(301142,1639)MEK04,17187.p,0.000000)\
-			0.000000	(t_x(305354,1114)MEK04,17188.p,0.000000)\
-			0.000000	(t_x(309959,1412)MGY04,17189.p,0.000000)\
-			0.000000	(t_x(295528,1472)RQXI04E,17190.p,0.000000)\
-			0.000000	(t_x(285575,1554)RQXSI04E,17191.p,0.000000)\
-			0.000000	(t_x(306829,2845)$MYY04A,17192.p,0.000000)\
-			0.000000	(t_x(286897,2381)EBBRA04E,17193.p,0.000000)\
-			0.000000	(t_x(309577,963)MEK04,17194.p,0.000000)\
-			0.000000	(t_x(307979,1717)MEK04,17195.p,0.000000)\
-			0.000000	(t_x(302844,1745)MEK04,17196.p,0.000000)\
-			0.000000	(t_x(285949,2586)EBBRA04E,17197.p,0.000000)\
-			0.000000	(t_x(282859,2559)RQXSI04E,17198.p,0.000000)\
-			0.000000	(t_x(312503,1489)MAB3404A,17199.p,0.000000)\
-			0.000000	(t_x(291009,3342)RQXSI04E,17200.p,0.000000)\
-			0.000000	(t_x(285782,831)RQXSI04E,17201.p,0.000000)\
-			0.000000	(t_x(285766,850)RQXSI04E,17202.p,0.000000)\
-			0.000000	(t_x(282480,1777)RQXSI04E,17203.p,0.000000)\
-			0.000000	(t_x(306530,2971)MRAEE04,17204.p,0.000000)\
-			0.000000	(t_x(283751,978)RQXI04E,17205.p,0.000000)\
-			0.000000	(t_x(280706,1182)RQXSI04E,17206.p,0.000000)\
-			0.000000	(t_x(294736,2562)RQXSI04E,17207.p,0.000000)\
-			0.000000	(t_x(282492,3672)LELVL04M,17208.p,0.000000)\
-			0.000000	(t_x(306563,114)MGY04,17209.p,0.000000)\
-			0.000000	(t_x(291957,3719)YBOLN04M,17210.p,0.000000)\
-			0.000000	(t_x(304258,745)MEK04,17211.p,0.000000)\
-			0.000000	(t_x(303728,98)YB3EH04E,17212.p,0.000000)\
-			0.000000	(t_x(318516,347)MAB04,17213.p,0.000000)\
-			0.000000	(t_x(317360,507)MRAEE04,17214.p,0.000000)\
-			0.000000	(t_x(303818,1145)MAB04,17215.p,0.000000)\
-			0.000000	(t_x(318187,295)MRAEE04,17216.p,0.000000)\
-			0.000000	(t_x(304422,2081)MRAEE04,17217.p,0.000000)\
-			0.000000	(t_x(288914,1568)MAB04,17218.p,0.000000)\
-			0.000000	(t_x(288915,1569)MAB04,17219.p,0.000000)\
-			0.000000	(t_x(280252,2874)PMXX04M,17220.p,0.000000)\
-			0.000000	(t_x(309099,1042)MRAEE04,17221.p,0.000000)\
-			0.000000	(t_x(304450,313)MRAEE04,17222.p,0.000000)\
-			0.000000	(t_x(289673,1299)MRAEE04,17223.p,0.000000)\
-			0.000000	(t_x(306499,2378)MGY04,17224.p,0.000000)\
-			0.000000	(t_x(294276,2816)RQXU04E,17225.p,0.000000)\
-			0.000000	(t_x(283688,726)RQXSI04E,17226.p,0.000000)\
-			0.000000	(t_x(304114,2380)$MYY04A,17227.p,0.000000)\
-			0.000000	(t_x(313717,1421)MRAEE04,17228.p,0.000000)\
-			0.000000	(t_x(311329,625)MEK04,17229.p,0.000000)\
-			0.000000	(t_x(304380,1445)MRAEE04,17230.p,0.000000)\
-			0.000000	(t_x(282313,3115)RQXSI04E,17231.p,0.000000)\
-			0.000000	(t_x(307696,210)MAB04,17232.p,0.000000)\
-			0.000000	(t_x(296253,1547)MRAEE04,17233.p,0.000000)\
-			0.000000	(t_x(309695,1551)MRAEE04,17234.p,0.000000)\
-			0.000000	(t_x(284154,157)RQXSI04E,17235.p,0.000000)\
-			0.000000	(t_x(311998,1615)MRAEE04,17236.p,0.000000)\
-			0.000000	(t_x(311706,1291)MEK04,17237.p,0.000000)\
-			0.000000	(t_x(292270,48)YB5KL04E,17238.p,0.000000)\
-			0.000000	(t_x(310096,1317)MEK04,17239.p,0.000000)\
-			0.000000	(t_x(287205,46)YB5KL04E,17240.p,0.000000)\
-			0.000000	(t_x(311650,1369)MEK04,17241.p,0.000000)\
-			0.000000	(t_x(309016,139)MGY04,17242.p,0.000000)\
-			0.000000	(t_x(312020,374)MAB04,17243.p,0.000000)\
-			0.000000	(t_x(287924,340)LELVL04M,17244.p,0.000000)\
-			0.000000	(t_x(318112,53)MAB04,17245.p,0.000000)\
-			0.000000	(t_x(311697,1860)EDGG704,17246.p,0.000000)\
-			0.000000	(t_x(292383,1897)EDGG704,17247.p,0.000000)\
-			0.000000	(t_x(315544,1910)EDGG704,17248.p,0.000000)\
-			0.000000	(t_x(310005,3516)EDGG704,17249.p,0.000000)\
-			0.000000	(t_x(317851,1940)EDGG704,17250.p,0.000000)\
-			0.000000	(t_x(312800,2080)EDGG704,17251.p,0.000000)\
-			0.000000	(t_x(313638,3628)EDGG704,17252.p,0.000000)\
-			0.000000	(t_x(289989,2092)EDGG704,17253.p,0.000000)\
-			0.000000	(t_x(307990,3802)EDGG704,17254.p,0.000000)\
-			0.000000	(t_x(316538,2120)EDGG704,17255.p,0.000000)\
-			0.000000	(t_x(305584,582)MGY04,17256.p,0.000000)\
-			0.000000	(t_x(291305,2168)EDGG704,17257.p,0.000000)\
-			0.000000	(t_x(281925,85)EBBRA04E,17258.p,0.000000)\
-			0.000000	(t_x(309625,1757)$MYY04A,17259.p,0.000000)\
-			1.000000	(t_x(293957,87)RNI04M,17260.p,1.000000)\
-			0.000000	(t_x(310438,2236)EDGG704,17261.p,0.000000)\
-			0.000000	(t_x(317991,3822)EDGG704,17262.p,0.000000)\
-			0.000000	(t_x(314573,2300)EDGG704,17263.p,0.000000)\
-			0.000000	(t_x(303529,4008)EDGG704,17264.p,0.000000)\
-			0.000000	(t_x(303612,3043)KSPE104D,17265.p,0.000000)\
-			0.000000	(t_x(296307,69)RNI04M,17266.p,0.000000)\
-			0.000000	(t_x(290082,81)RNI04M,17267.p,0.000000)\
-			0.000000	(t_x(309557,4079)EDGG704,17268.p,0.000000)\
-			0.000000	(t_x(288253,68)RNI04M,17269.p,0.000000)\
-			0.000000	(t_x(314889,2473)EDGG704,17270.p,0.000000)\
-			0.000000	(t_x(300621,3470)LCES004,17271.p,0.000000)\
-			0.000000	(t_x(308077,4165)EDGG704,17272.p,0.000000)\
-			0.000000	(t_x(303814,2473)EDGG704,17273.p,0.000000)\
-			0.000000	(t_x(263862,3501)LCES004,17274.p,0.000000)\
-			0.000000	(t_x(307481,429)MGY04,17275.p,0.000000)\
-			0.000000	(t_x(301070,4288)EDGG704,17276.p,0.000000)\
-			0.000000	(t_x(298528,2541)LCES004,17277.p,0.000000)\
-			0.000000	(t_x(306405,2512)EDGG704,17278.p,0.000000)\
-			0.000000	(t_x(311443,4446)EDGG704,17279.p,0.000000)\
-			0.000000	(t_x(263926,624)MGY04,17280.p,0.000000)\
-			0.000000	(t_x(313569,2481)LCES004,17281.p,0.000000)\
-			0.000000	(t_x(313068,2727)LCES004,17282.p,0.000000)\
-			0.000000	(t_x(307410,405)MGY04,17283.p,0.000000)\
-			0.000000	(t_x(263439,2198)YB3EH04A,17284.p,0.000000)\
-			0.000000	(t_x(287040,121)RNI04M,17285.p,0.000000)\
-			0.000000	(t_x(312199,2361)LCES004,17286.p,0.000000)\
-			0.000000	(t_x(310724,59)GL34W04,17287.p,0.000000)\
-			0.000000	(t_x(317111,2667)EDGG704,17288.p,0.000000)\
-			0.000000	(t_x(290578,205)RNI04M,17289.p,0.000000)\
-			0.000000	(t_x(314172,4490)EDGG704,17290.p,0.000000)\
-			0.000000	(t_x(286762,529)RJIU04M,17291.p,0.000000)\
-			0.000000	(t_x(296953,2146)LCES004,17292.p,0.000000)\
-			0.000000	(t_x(322722,2689)EDGG704,17293.p,0.000000)\
-			0.000000	(t_x(289655,578)RJIU04M,17294.p,0.000000)\
-			0.000000	(t_x(303592,417)MGY04,17295.p,0.000000)\
-			0.000000	(t_x(290343,647)RJIU04M,17296.p,0.000000)\
-			0.000000	(t_x(311284,3561)LCES004,17297.p,0.000000)\
-			0.000000	(t_x(312999,4508)EDGG704,17298.p,0.000000)\
-			0.000000	(t_x(297164,358)RNI04M,17299.p,0.000000)\
-			0.000000	(t_x(309210,2791)EDGG704,17300.p,0.000000)\
-			0.000000	(t_x(289136,650)RJIU04M,17301.p,0.000000)\
-			0.000000	(t_x(290967,670)RJIU04M,17302.p,0.000000)\
-			0.000000	(t_x(291257,2846)EDGG704,17303.p,0.000000)\
-			0.000000	(t_x(286071,4534)EDGG704,17304.p,0.000000)\
-			0.000000	(t_x(297402,5115)KSPE104D,17305.p,0.000000)\
-			0.000000	(t_x(290090,3146)EDGG704,17306.p,0.000000)\
-			0.000000	(t_x(290215,1174)LELVL04M,17307.p,0.000000)\
-			0.000000	(t_x(298180,343)RNI04M,17308.p,0.000000)\
-			0.000000	(t_x(310761,4593)EDGG704,17309.p,0.000000)\
-			0.000000	(t_x(287937,1253)RJIU04M,17310.p,0.000000)\
-			0.000000	(t_x(291038,3149)EDGG704,17311.p,0.000000)\
-			0.000000	(t_x(290480,1061)RJIU04M,17312.p,0.000000)\
-			0.000000	(t_x(300445,4048)LCES004,17313.p,0.000000)\
-			0.000000	(t_x(294756,1096)RJIU04M,17314.p,0.000000)\
-			0.000000	(t_x(290219,12)MGY04,17315.p,0.000000)\
-			0.000000	(t_x(308945,3156)EDGG704,17316.p,0.000000)\
-			0.000000	(t_x(300762,4700)EDGG704,17317.p,0.000000)\
-			0.000000	(t_x(300064,1099)RJIU04M,17318.p,0.000000)\
-			0.000000	(t_x(310674,493)MRAEE04,17319.p,0.000000)\
-			0.000000	(t_x(288529,1289)RJIU04M,17320.p,0.000000)\
-			0.000000	(t_x(312674,4161)LCES004,17321.p,0.000000)\
-			0.000000	(t_x(292683,1144)YBOLN04M,17322.p,0.000000)\
-			0.000000	(t_x(295238,1286)RJIU04M,17323.p,0.000000)\
-			0.000000	(t_x(288421,40)YB5WH04M,17324.p,0.000000)\
-			0.000000	(t_x(305462,3246)EDGG704,17325.p,0.000000)\
-			0.000000	(t_x(303195,1290)MRAE04,17326.p,0.000000)\
-			0.000000	(t_x(313433,1297)MRAE04,17327.p,0.000000)\
-			0.000000	(t_x(308449,1488)MRAE04,17328.p,0.000000)\
-			0.000000	(t_x(297867,1159)RJIU04M,17329.p,0.000000)\
-			0.000000	(t_x(308892,204)MGY04,17330.p,0.000000)\
-			0.000000	(t_x(295508,63)MAB04,17331.p,0.000000)\
-			0.000000	(t_x(309011,1490)MRAE04,17332.p,0.000000)\
-			0.000000	(t_x(302758,1313)RJIU04M,17333.p,0.000000)\
-			0.000000	(t_x(263612,4342)LCES004,17334.p,0.000000)\
-			0.000000	(t_x(312707,1661)MRAE04,17335.p,0.000000)\
-			0.000000	(t_x(315748,3279)EDGG704,17336.p,0.000000)\
-			0.000000	(t_x(293126,1627)EGPFA04,17337.p,0.000000)\
-			0.000000	(t_x(290342,1256)RJIU04M,17338.p,0.000000)\
-			0.000000	(t_x(290367,1822)MRAE04,17339.p,0.000000)\
-			0.000000	(t_x(298434,4438)LCES004,17340.p,0.000000)\
-			0.000000	(t_x(312762,1891)MRAE04,17341.p,0.000000)\
-			0.000000	(t_x(263306,4701)LCES004,17342.p,0.000000)\
-			0.000000	(t_x(307626,1618)MRAE04,17343.p,0.000000)\
-			0.000000	(t_x(298038,5223)EDGG704,17344.p,0.000000)\
-			0.000000	(t_x(289684,4728)EDGG704,17345.p,0.000000)\
-			0.000000	(t_x(309588,1948)MRAE04,17346.p,0.000000)\
-			0.000000	(t_x(294816,1075)KFZ4404E,17347.p,0.000000)\
-			0.000000	(t_x(289759,5122)EDGG704,17348.p,0.000000)\
-			0.000000	(t_x(304583,1841)MRAE04,17349.p,0.000000)\
-			0.000000	(t_x(304230,3397)EDGG704,17350.p,0.000000)\
-			0.000000	(t_x(290116,4945)EDGG704,17351.p,0.000000)\
-			0.000000	(t_x(297113,1594)RJIU04M,17352.p,0.000000)\
-			0.000000	(t_x(312015,4761)LCES004,17353.p,0.000000)\
-			0.000000	(t_x(313003,1162)MRAE04,17354.p,0.000000)\
-			0.000000	(t_x(316916,3449)EDGG704,17355.p,0.000000)\
-			0.000000	(t_x(300642,2037)MRAE04,17356.p,0.000000)\
-			0.000000	(t_x(306346,5599)LCES004,17357.p,0.000000)\
-			0.000000	(t_x(307712,5383)EDGG704,17358.p,0.000000)\
-			0.000000	(t_x(300097,1714)RJIU04M,17359.p,0.000000)\
-			0.000000	(t_x(308647,829)MRAE04,17360.p,0.000000)\
-			0.000000	(t_x(307264,6221)LCES004,17361.p,0.000000)\
-			0.000000	(t_x(287119,1725)RJIU04M,17362.p,0.000000)\
-			0.000000	(t_x(315991,3470)EDGG704,17363.p,0.000000)\
-			0.000000	(t_x(311757,5901)LCES004,17364.p,0.000000)\
-			0.000000	(t_x(313701,685)MGY04,17365.p,0.000000)\
-			0.000000	(t_x(290666,772)MGY04,17366.p,0.000000)\
-			0.000000	(t_x(303506,6441)LCES004,17367.p,0.000000)\
-			0.000000	(t_x(263580,6214)LCES004,17368.p,0.000000)\
-			0.000000	(t_x(311155,6487)LCES004,17369.p,0.000000)\
-			0.000000	(t_x(320214,279)MRAE04,17370.p,0.000000)\
-			0.000000	(t_x(309981,5284)MRAE04,17371.p,0.000000)\
-			0.000000	(t_x(317300,5466)EDGG704,17372.p,0.000000)\
-			0.000000	(t_x(301760,3381)MAB04,17373.p,0.000000)\
-			0.000000	(t_x(314600,3888)EDGG704,17374.p,0.000000)\
-			0.000000	(t_x(303423,5600)EDGG704,17375.p,0.000000)\
-			0.000000	(t_x(312066,1602)EDGG704,17376.p,0.000000)\
-			0.000000	(t_x(307153,6672)LCES004,17377.p,0.000000)\
-			0.000000	(t_x(292569,1934)RJIU04M,17378.p,0.000000)\
-			0.000000	(t_x(310618,3396)MRAE04,17379.p,0.000000)\
-			0.000000	(t_x(317443,1499)MRAE04,17380.p,0.000000)\
-			0.000000	(t_x(305754,776)MRAE04,17381.p,0.000000)\
-			0.000000	(t_x(290061,7020)EDGG704,17382.p,0.000000)\
-			0.000000	(t_x(314847,614)MGY04,17383.p,0.000000)\
-			0.000000	(t_x(308533,5657)EDGG704,17384.p,0.000000)\
-			0.000000	(t_x(313344,2117)MRAE04,17385.p,0.000000)\
-			0.000000	(t_x(304862,620)MGY04,17386.p,0.000000)\
-			0.000000	(t_x(298578,3897)MRAE04,17387.p,0.000000)\
-			0.000000	(t_x(310082,5688)EDGG704,17388.p,0.000000)\
-			1.000000	(t_x(293445,10)RNI04M,17389.p,1.000000)\
-			0.000000	(t_x(317116,2291)MRAE04,17390.p,0.000000)\
-			0.000000	(t_x(309317,3762)MRAE04,17391.p,0.000000)\
-			0.000000	(t_x(303148,3149)MRAE04,17392.p,0.000000)\
-			0.000000	(t_x(289347,2622)MRAE04,17393.p,0.000000)\
-			0.000000	(t_x(302531,1997)RJIU04M,17394.p,0.000000)\
-			0.000000	(t_x(310475,6861)LCES004,17395.p,0.000000)\
-			0.000000	(t_x(309070,5720)EDGG704,17396.p,0.000000)\
-			0.000000	(t_x(294556,2007)RJIU04M,17397.p,0.000000)\
-			0.000000	(t_x(285664,6957)LCES004,17398.p,0.000000)\
-			0.000000	(t_x(319288,2797)MRAE04,17399.p,0.000000)\
-			0.000000	(t_x(307135,5724)EDGG704,17400.p,0.000000)\
-			0.000000	(t_x(292050,2094)RJIU04M,17401.p,0.000000)\
-			0.000000	(t_x(311071,5786)EDGG704,17402.p,0.000000)\
-			0.000000	(t_x(293252,276)RNI04M,17403.p,0.000000)\
-			1.000000	(t_x(309583,2797)MRAE04,17404.p,1.000000)\
-			0.000000	(t_x(272695,2834)RQXSI04E,17405.p,0.000000)\
-			0.000000	(t_x(297852,2138)RJIU04M,17406.p,0.000000)\
-			0.000000	(t_x(306120,34)MEK04,17407.p,0.000000)\
-			0.000000	(t_x(304262,81)MGY04,17408.p,0.000000)\
-			0.000000	(t_x(311840,7101)LCES004,17409.p,0.000000)\
-			0.000000	(t_x(306669,2857)MRAE04,17410.p,0.000000)\
-			0.000000	(t_x(311440,2792)MRAE04,17411.p,0.000000)\
-			0.000000	(t_x(290858,135)RNI04M,17412.p,0.000000)\
-			0.000000	(t_x(290406,2111)RJIU04M,17413.p,0.000000)\
-			0.000000	(t_x(286569,4038)EBBRA04E,17414.p,0.000000)\
-			0.000000	(t_x(298704,3169)MRAE04,17415.p,0.000000)\
-			0.000000	(t_x(308021,107)MEK04,17416.p,0.000000)\
-			0.000000	(t_x(291024,253)RQXSI04E,17417.p,0.000000)\
-			0.000000	(t_x(312682,2917)MRAE04,17418.p,0.000000)\
-			0.000000	(t_x(291218,309)RQXI04E,17419.p,0.000000)\
-			0.000000	(t_x(300356,2386)RJIU04M,17420.p,0.000000)\
-			0.000000	(t_x(293188,2253)RJIU04M,17421.p,0.000000)\
-			0.000000	(t_x(307231,2906)MGY04,17422.p,0.000000)\
-			0.000000	(t_x(292107,397)RQXI04E,17423.p,0.000000)\
-			0.000000	(t_x(298116,2316)RJIU04M,17424.p,0.000000)\
-			0.000000	(t_x(307304,3397)MRAE04,17425.p,0.000000)\
-			0.000000	(t_x(311108,7101)LCES004,17426.p,0.000000)\
-			0.000000	(t_x(291100,1076)RQXSI04E,17427.p,0.000000)\
-			0.000000	(t_x(287891,2470)RJIU04M,17428.p,0.000000)\
-			0.000000	(t_x(293521,1081)BR404M,17429.p,0.000000)\
-			0.000000	(t_x(295329,1199)YB5WH04M,17430.p,0.000000)\
-			0.000000	(t_x(289354,4125)RJIU04M,17431.p,0.000000)\
-			0.000000	(t_x(278162,1107)YBOLN04M,17432.p,0.000000)\
-			0.000000	(t_x(311838,7119)LCES004,17433.p,0.000000)\
-			0.000000	(t_x(311954,2934)MRAE04,17434.p,0.000000)\
-			0.000000	(t_x(292297,2519)RJIU04M,17435.p,0.000000)\
-			0.000000	(t_x(314075,3697)MRAE04,17436.p,0.000000)\
-			0.000000	(t_x(285863,4108)YH5MH04M,17437.p,0.000000)\
-			0.000000	(t_x(308769,3097)MRAE04,17438.p,0.000000)\
-			0.000000	(t_x(317924,3937)MRAE04,17439.p,0.000000)\
-			0.000000	(t_x(295153,1256)YB5WH04M,17440.p,0.000000)\
-			0.000000	(t_x(305798,7161)LCES004,17441.p,0.000000)\
-			0.000000	(t_x(293647,2733)RJIU04M,17442.p,0.000000)\
-			0.000000	(t_x(293530,775)RJIU04M,17443.p,0.000000)\
-			0.000000	(t_x(292265,4318)RJIU04M,17444.p,0.000000)\
-			0.000000	(t_x(306269,3217)MGY04,17445.p,0.000000)\
-			0.000000	(t_x(306769,479)MAB1204A,17446.p,0.000000)\
-			0.000000	(t_x(307745,15)GL34W04,17447.p,0.000000)\
-			0.000000	(t_x(300666,7207)LCES004,17448.p,0.000000)\
-			0.000000	(t_x(294284,456)MYY04A,17449.p,0.000000)\
-			0.000000	(t_x(301556,86)MYY04A,17450.p,0.000000)\
-			0.000000	(t_x(263593,8411)KWUR1C04,17451.p,0.000000)\
-			0.000000	(t_x(301303,354)MYY04A,17452.p,0.000000)\
-			0.000000	(t_x(301161,469)MYY04A,17453.p,0.000000)\
-			0.000000	(t_x(291018,250)MAB3404A,17454.p,0.000000)\
-			0.000000	(t_x(304051,544)MYY04A,17455.p,0.000000)\
-			0.000000	(t_x(263931,227)MYY04A,17456.p,0.000000)\
-			0.000000	(t_x(273072,2344)RQXSI04E,17457.p,0.000000)\
-			0.000000	(t_x(264033,400)MYY04A,17458.p,0.000000)\
-			0.000000	(t_x(316446,543)GL34W04,17459.p,0.000000)\
-			0.000000	(t_x(305276,324)MAB3404A,17460.p,0.000000)\
-			0.000000	(t_x(298006,3571)RJIU04M,17461.p,0.000000)\
-			0.000000	(t_x(312036,500)MAB3404A,17462.p,0.000000)\
-			0.000000	(t_x(313054,407)MAB1204A,17463.p,0.000000)\
-			0.000000	(t_x(290076,4835)RJIU04M,17464.p,0.000000)\
-			0.000000	(t_x(289455,2773)RJIU04M,17465.p,0.000000)\
-			0.000000	(t_x(289318,4238)RJIU04M,17466.p,0.000000)\
-			0.000000	(t_x(311312,132)MEK04,17467.p,0.000000)\
-			0.000000	(t_x(290574,4829)RJIU04M,17468.p,0.000000)\
-			0.000000	(t_x(281059,1058)YB5KL04E,17469.p,0.000000)\
-			0.000000	(t_x(293570,785)YB5WH04M,17470.p,0.000000)\
-			0.000000	(t_x(292550,4164)RJIU04M,17471.p,0.000000)\
-			0.000000	(t_x(311542,7217)LCES004,17472.p,0.000000)\
-			0.000000	(t_x(295927,2781)RJIU04M,17473.p,0.000000)\
-			0.000000	(t_x(295966,1089)YB5WH04M,17474.p,0.000000)\
-			0.000000	(t_x(293534,5209)RJIU04M,17475.p,0.000000)\
-			0.000000	(t_x(287158,54)YBOLN04M,17476.p,0.000000)\
-			0.000000	(t_x(289232,3822)RJIU04M,17477.p,0.000000)\
-			0.000000	(t_x(291847,243)YB5WH04M,17478.p,0.000000)\
-			0.000000	(t_x(285818,105)YBOLN04M,17479.p,0.000000)\
-			0.000000	(t_x(305510,733)MRAEE04,17480.p,0.000000)\
-			0.000000	(t_x(295063,117)YBOLN04M,17481.p,0.000000)\
-			0.000000	(t_x(287016,166)YBOLN04M,17482.p,0.000000)\
-			0.000000	(t_x(311886,7401)LCES004,17483.p,0.000000)\
-			0.000000	(t_x(283343,377)YB5KL04E,17484.p,0.000000)\
-			0.000000	(t_x(292989,437)YB5KL04E,17485.p,0.000000)\
-			0.000000	(t_x(283333,772)YB5WH04M,17486.p,0.000000)\
-			0.000000	(t_x(302301,1352)MAB1204A,17487.p,0.000000)\
-			0.000000	(t_x(292257,1529)RQXSI04E,17488.p,0.000000)\
-			0.000000	(t_x(292245,5312)RJIU04M,17489.p,0.000000)\
-			0.000000	(t_x(296406,3529)RJIU04M,17490.p,0.000000)\
-			0.000000	(t_x(290635,541)RQXI04E,17491.p,0.000000)\
-			0.000000	(t_x(304456,2988)RJIU04M,17492.p,0.000000)\
-			0.000000	(t_x(292808,4061)RJIU04M,17493.p,0.000000)\
-			0.000000	(t_x(280245,761)RQXU04E,17494.p,0.000000)\
-			0.000000	(t_x(282954,2404)RQXSI04E,17495.p,0.000000)\
-			0.000000	(t_x(303377,745)MAB1204A,17496.p,0.000000)\
-			0.000000	(t_x(272266,2229)RQXSI04E,17497.p,0.000000)\
-			0.000000	(t_x(290776,3080)RJIU04M,17498.p,0.000000)\
-			0.000000	(t_x(276837,3334)RJIU04M,17499.p,0.000000)\
-			0.000000	(t_x(288765,555)RQXI04E,17500.p,0.000000)\
-			0.000000	(t_x(270468,149)YBOLN04M,17501.p,0.000000)\
-			0.000000	(t_x(300578,274)MEK04,17502.p,0.000000)\
-			0.000000	(t_x(289978,3598)RJIU04M,17503.p,0.000000)\
-			0.000000	(t_x(306902,751)MEK04,17504.p,0.000000)\
-			0.000000	(t_x(311850,169)MGY04,17505.p,0.000000)\
-			0.000000	(t_x(272287,103)RMZU04E,17506.p,0.000000)\
-			0.000000	(t_x(289457,3269)RJIU04M,17507.p,0.000000)\
-			0.000000	(t_x(311073,5191)MEK04,17508.p,0.000000)\
-			0.000000	(t_x(310647,4125)$MYY04A,17509.p,0.000000)\
-			0.000000	(t_x(308624,7994)LCES004,17510.p,0.000000)\
-			0.000000	(t_x(289563,4622)RJIU04M,17511.p,0.000000)\
-			0.000000	(t_x(280221,1358)YB5KL04E,17512.p,0.000000)\
-			0.000000	(t_x(281349,3352)RQXSI04E,17513.p,0.000000)\
-			0.000000	(t_x(277826,3249)RJIU04M,17514.p,0.000000)\
-			0.000000	(t_x(287438,447)RNI04M,17515.p,0.000000)\
-			0.000000	(t_x(288696,505)RNI04M,17516.p,0.000000)\
-			0.000000	(t_x(293889,5487)RJIU04M,17517.p,0.000000)\
-			0.000000	(t_x(294327,4217)RJIU04M,17518.p,0.000000)\
-			0.000000	(t_x(280579,186)EGNOR04M,17519.p,0.000000)\
-			0.000000	(t_x(310272,7761)LCES004,17520.p,0.000000)\
-			0.000000	(t_x(279241,774)EGNOR04M,17521.p,0.000000)\
-			0.000000	(t_x(287081,2081)LGSRA04,17522.p,0.000000)\
-			0.000000	(t_x(285826,438)YB5KL04E,17523.p,0.000000)\
-			0.000000	(t_x(308743,8645)EDGG704,17524.p,0.000000)\
-			0.000000	(t_x(309780,8061)LCES004,17525.p,0.000000)\
-			0.000000	(t_x(296646,7461)LCES004,17526.p,0.000000)\
-			0.000000	(t_x(263640,7536)LCES004,17527.p,0.000000)\
-			0.000000	(t_x(294908,796)YB5WH04M,17528.p,0.000000)\
-			0.000000	(t_x(263922,78)GL34W04,17529.p,0.000000)\
-			0.000000	(t_x(287347,4600)$MYY04A,17530.p,0.000000)\
-			0.000000	(t_x(312879,2061)LCES004,17531.p,0.000000)\
-			0.000000	(t_x(296157,212)RQXSI04E,17532.p,0.000000)\
-			0.000000	(t_x(289314,695)YB5WH04M,17533.p,0.000000)\
-			0.000000	(t_x(295532,4519)RJIU04M,17534.p,0.000000)\
-			0.000000	(t_x(288693,4532)RJIU04M,17535.p,0.000000)\
-			0.000000	(t_x(312583,2664)LCES004,17536.p,0.000000)\
-			0.000000	(t_x(284028,272)RQXSI04E,17537.p,0.000000)\
-			0.000000	(t_x(304944,434)MAB1204A,17538.p,0.000000)\
-			0.000000	(t_x(312895,2664)LCES004,17539.p,0.000000)\
-			0.000000	(t_x(307679,8594)LCES004,17540.p,0.000000)\
-			0.000000	(t_x(291819,717)EGNOR04M,17541.p,0.000000)\
-			0.000000	(t_x(294654,572)RQXSI04E,17542.p,0.000000)\
-			0.000000	(t_x(281346,452)RQXSI04E,17543.p,0.000000)\
-			0.000000	(t_x(263866,2690)LCES004,17544.p,0.000000)\
-			0.000000	(t_x(281749,404)YB5WH04M,17545.p,0.000000)\
-			1.000000	(t_x(271214,103)RMZU04E,17546.p,1.000000)\
-			0.000000	(t_x(309006,324)MAB3404A,17547.p,0.000000)\
-			0.000000	(t_x(271616,140)RQXSI04E,17548.p,0.000000)\
-			0.000000	(t_x(304054,4772)ZM56704,17549.p,0.000000)\
-			0.000000	(t_x(283140,281)YBOLN04M,17550.p,0.000000)\
-			0.000000	(t_x(288411,246)YBOLN04M,17551.p,0.000000)\
-			0.000000	(t_x(307498,2116)LCES004,17552.p,0.000000)\
-			0.000000	(t_x(288631,288)YBOLN04M,17553.p,0.000000)\
-			0.000000	(t_x(292153,100)YB5WH04M,17554.p,0.000000)\
-			0.000000	(t_x(288992,5591)RJIU04M,17555.p,0.000000)\
-			0.000000	(t_x(300050,4156)GL4W04M,17556.p,0.000000)\
-			0.000000	(t_x(286180,386)YB5KL04E,17557.p,0.000000)\
-			0.000000	(t_x(312659,0),17558.p,0.000000)\
-			0.000000	(t_x(272249,1226)EGNOR04M,17559.p,0.000000)\
-			0.000000	(t_x(289805,1950)YBOLN04M,17560.p,0.000000)\
-			0.000000	(t_x(294944,199)YB5WH04M,17561.p,0.000000)\
-			0.000000	(t_x(302424,1344)MYY04A,17562.p,0.000000)\
-			0.000000	(t_x(273386,528)EGNOR04M,17563.p,0.000000)\
-			0.000000	(t_x(303203,2910)LCES004,17564.p,0.000000)\
-			0.000000	(t_x(295546,742)EGNOR04M,17565.p,0.000000)\
-			0.000000	(t_x(293565,4999)RJIU04M,17566.p,0.000000)\
-			0.000000	(t_x(263921,2679)LCES004,17567.p,0.000000)\
-			0.000000	(t_x(307870,1449)GL34W04,17568.p,0.000000)\
-			0.000000	(t_x(295131,875)KFZ4404E,17569.p,0.000000)\
-			0.000000	(t_x(314108,2197)LCES004,17570.p,0.000000)\
-			0.000000	(t_x(308629,112)MAB04,17571.p,0.000000)\
-			0.000000	(t_x(289007,734)RQXU04E,17572.p,0.000000)\
-			0.000000	(t_x(278149,733)EGNOR04M,17573.p,0.000000)\
-			0.000000	(t_x(292494,692)RQXSI04E,17574.p,0.000000)\
-			0.000000	(t_x(284417,663)EGNOR04M,17575.p,0.000000)\
-			0.000000	(t_x(308507,7761)LCES004,17576.p,0.000000)\
-			0.000000	(t_x(269896,72)EBBRA04E,17577.p,0.000000)\
-			0.000000	(t_x(294001,1955)RJIU04M,17578.p,0.000000)\
-			0.000000	(t_x(312881,3313)$MYY04A,17579.p,0.000000)\
-			0.000000	(t_x(283102,1462)YB5KL04E,17580.p,0.000000)\
-			0.000000	(t_x(298574,3703)YB3EH04E,17581.p,0.000000)\
-			0.000000	(t_x(314699,2179)LCES004,17582.p,0.000000)\
-			0.000000	(t_x(292417,8116)LCES004,17583.p,0.000000)\
-			0.000000	(t_x(294613,591)LELVL04M,17584.p,0.000000)\
-			0.000000	(t_x(289367,648)RQXSI04E,17585.p,0.000000)\
-			0.000000	(t_x(297929,1070)EGNOR04M,17586.p,0.000000)\
-			0.000000	(t_x(297335,4606)EGPFA04,17587.p,0.000000)\
-			0.000000	(t_x(310158,1699)LCES004,17588.p,0.000000)\
-			0.000000	(t_x(308966,9)KWUR1C04,17589.p,0.000000)\
-			0.000000	(t_x(291104,2368)LCES004,17590.p,0.000000)\
-			0.000000	(t_x(297507,587)RQXSI04E,17591.p,0.000000)\
-			0.000000	(t_x(287241,689)MAB1204A,17592.p,0.000000)\
-			0.000000	(t_x(267696,0),17593.p,0.000000)\
-			0.000000	(t_x(305560,4042)$MYY04A,17594.p,0.000000)\
-			0.000000	(t_x(274577,1002)RQXSI04E,17595.p,0.000000)\
-			0.000000	(t_x(290247,157)YBOLN04M,17596.p,0.000000)\
-			0.000000	(t_x(290680,4745)LGSRA04,17597.p,0.000000)\
-			0.000000	(t_x(290037,2815)RJIU04M,17598.p,0.000000)\
-			0.000000	(t_x(285506,744)YB5KL04E,17599.p,0.000000)\
-			0.000000	(t_x(293354,9)YBOLN04M,17600.p,0.000000)\
-			0.000000	(t_x(307728,660)MAB1204A,17601.p,0.000000)\
-			0.000000	(t_x(286963,1009)RQXSI04E,17602.p,0.000000)\
-			0.000000	(t_x(304722,689)MAB1204A,17603.p,0.000000)\
-			0.000000	(t_x(288792,164)YB5WH04M,17604.p,0.000000)\
-			0.000000	(t_x(312825,2629)LCES004,17605.p,0.000000)\
-			0.000000	(t_x(284313,1180)RQXSI04E,17606.p,0.000000)\
-			0.000000	(t_x(309414,2503)LCES004,17607.p,0.000000)\
-			0.000000	(t_x(312773,846)GL34W04,17608.p,0.000000)\
-			0.000000	(t_x(294004,1340)YB5WH04M,17609.p,0.000000)\
-			0.000000	(t_x(282784,937)RQXSI04E,17610.p,0.000000)\
-			0.000000	(t_x(303717,1235)LGZAA04M,17611.p,0.000000)\
-			0.000000	(t_x(296238,4965)RJIU04M,17612.p,0.000000)\
-			0.000000	(t_x(291843,5880)RJIU04M,17613.p,0.000000)\
-			0.000000	(t_x(294610,180)RQXU04E,17614.p,0.000000)\
-			0.000000	(t_x(285042,1564)LELVL04M,17615.p,0.000000)\
-			0.000000	(t_x(289440,268)MRAEE04,17616.p,0.000000)\
-			0.000000	(t_x(284933,1538)RQXSI04E,17617.p,0.000000)\
-			0.000000	(t_x(286771,666)GL34W04,17618.p,0.000000)\
-			0.000000	(t_x(304761,428)MAB1204A,17619.p,0.000000)\
-			0.000000	(t_x(296062,1380)RQXSI04E,17620.p,0.000000)\
-			0.000000	(t_x(298471,5281)LGKFN04,17621.p,0.000000)\
-			0.000000	(t_x(281983,1086)YB5WH04M,17622.p,0.000000)\
-			0.000000	(t_x(292405,84)RMZU04E,17623.p,0.000000)\
-			0.000000	(t_x(293571,238)RQXU04E,17624.p,0.000000)\
-			0.000000	(t_x(301431,445)EGNOR04M,17625.p,0.000000)\
-			0.000000	(t_x(293468,5731)RJIU04M,17626.p,0.000000)\
-			0.000000	(t_x(294005,5282)RJIU04M,17627.p,0.000000)\
-			0.000000	(t_x(308622,1851)LCES004,17628.p,0.000000)\
-			0.000000	(t_x(293444,1399)YB5WH04M,17629.p,0.000000)\
-			0.000000	(t_x(288723,607)YB3EH04A,17630.p,0.000000)\
-			0.000000	(t_x(294541,5861)RJIU04M,17631.p,0.000000)\
-			0.000000	(t_x(311727,3996)MRAE04,17632.p,0.000000)\
-			0.000000	(t_x(287201,167)YBOLN04M,17633.p,0.000000)\
-			0.000000	(t_x(302317,1057)LGKFN04,17634.p,0.000000)\
-			0.000000	(t_x(284810,5280)RQXSI04E,17635.p,0.000000)\
-			0.000000	(t_x(284786,267)RQXU04E,17636.p,0.000000)\
-			0.000000	(t_x(280645,187)YBOLN04M,17637.p,0.000000)\
-			0.000000	(t_x(304871,74)MEK04,17638.p,0.000000)\
-			0.000000	(t_x(297984,1871)KSLN04A,17639.p,0.000000)\
-			0.000000	(t_x(271211,1391)RQXSI04E,17640.p,0.000000)\
-			0.000000	(t_x(304615,352)MRAEE04,17641.p,0.000000)\
-			0.000000	(t_x(287358,1122)RQXSI04E,17642.p,0.000000)\
-			0.000000	(t_x(313540,1525)LCES004,17643.p,0.000000)\
-			0.000000	(t_x(302879,5069)MAB04,17644.p,0.000000)\
-			0.000000	(t_x(295514,1943)YB3EH04A,17645.p,0.000000)\
-			0.000000	(t_x(301843,1176)LGKFN04,17646.p,0.000000)\
-			0.000000	(t_x(281466,1191)EGNOR04M,17647.p,0.000000)\
-			0.000000	(t_x(297370,348)YB3EH04A,17648.p,0.000000)\
-			0.000000	(t_x(305542,499)MRAEE04,17649.p,0.000000)\
-			0.000000	(t_x(307055,416)YB3EH04A,17650.p,0.000000)\
-			0.000000	(t_x(308251,2911)LCES004,17651.p,0.000000)\
-			0.000000	(t_x(309978,1744)YB3EH04A,17652.p,0.000000)\
-			0.000000	(t_x(288381,2426)YD5WH04M,17653.p,0.000000)\
-			0.000000	(t_x(301867,1408)YB3EH04A,17654.p,0.000000)\
-			0.000000	(t_x(297546,1122)LGKFN04,17655.p,0.000000)\
-			0.000000	(t_x(295372,503)YB3EH04A,17656.p,0.000000)\
-			0.000000	(t_x(279339,365)YB5KL04E,17657.p,0.000000)\
-			0.000000	(t_x(263602,2220)LCES004,17658.p,0.000000)\
-			0.000000	(t_x(287143,356)RQXU04E,17659.p,0.000000)\
-			0.000000	(t_x(285241,5440)LGKFN04,17660.p,0.000000)\
-			0.000000	(t_x(295371,1432)RQXSI04E,17661.p,0.000000)\
-			0.000000	(t_x(313758,2160)LCES004,17662.p,0.000000)\
-			0.000000	(t_x(287329,547)RMZU04E,17663.p,0.000000)\
-			0.000000	(t_x(286743,917)LGKFN04,17664.p,0.000000)\
-			0.000000	(t_x(294472,2584)RASI04M,17665.p,0.000000)\
-			0.000000	(t_x(303692,1358)LGKFN04,17666.p,0.000000)\
-			0.000000	(t_x(280888,185)YB5WH04M,17667.p,0.000000)\
-			0.000000	(t_x(289716,887)LGKFN04,17668.p,0.000000)\
-			0.000000	(t_x(263004,1285)RQXSI04E,17669.p,0.000000)\
-			0.000000	(t_x(305283,1128)LGKFN04,17670.p,0.000000)\
-			0.000000	(t_x(297622,2089)YD5WH04M,17671.p,0.000000)\
-			0.000000	(t_x(287243,1148)GL4W04M,17672.p,0.000000)\
-			0.000000	(t_x(296922,823)LGKFN04,17673.p,0.000000)\
-			0.000000	(t_x(305535,162)RMZU04,17674.p,0.000000)\
-			0.000000	(t_x(289076,950)LGZAA04M,17675.p,0.000000)\
-			0.000000	(t_x(307190,816)LGKFN04,17676.p,0.000000)\
-			0.000000	(t_x(308003,618)YB3EH04A,17677.p,0.000000)\
-			0.000000	(t_x(284104,1068)YD5WH04M,17678.p,0.000000)\
-			0.000000	(t_x(301272,883)LGKFN04,17679.p,0.000000)\
-			0.000000	(t_x(290738,1177)EG11G04M,17680.p,0.000000)\
-			0.000000	(t_x(291724,119)YB3EH04E,17681.p,0.000000)\
-			0.000000	(t_x(292935,98)KSLN04M,17682.p,0.000000)\
-			0.000000	(t_x(298700,1148)YB3EH04A,17683.p,0.000000)\
-			0.000000	(t_x(291193,406)YB5KL04E,17684.p,0.000000)\
-			0.000000	(t_x(286627,519)YB3EH04E,17685.p,0.000000)\
-			0.000000	(t_x(278651,212)YB5KL04E,17686.p,0.000000)\
-			0.000000	(t_x(282046,1103)YB3EH04E,17687.p,0.000000)\
-			0.000000	(t_x(281174,544)YB5WH04M,17688.p,0.000000)\
-			0.000000	(t_x(281643,261)YB5KL04E,17689.p,0.000000)\
-			0.000000	(t_x(292152,284)LELVL04M,17690.p,0.000000)\
-			0.000000	(t_x(301968,1860)EG11G04M,17691.p,0.000000)\
-			0.000000	(t_x(292120,413)YB3EH04E,17692.p,0.000000)\
-			0.000000	(t_x(293657,1680)EG11G04M,17693.p,0.000000)\
-			0.000000	(t_x(302060,1860)EG11G04M,17694.p,0.000000)\
-			0.000000	(t_x(298397,699)YB3EH04A,17695.p,0.000000)\
-			0.000000	(t_x(287194,1505)RQXSI04E,17696.p,0.000000)\
-			0.000000	(t_x(308325,1123)LGKFN04,17697.p,0.000000)\
-			0.000000	(t_x(295920,217)RMZU04,17698.p,0.000000)\
-			0.000000	(t_x(294112,969)EG11G04M,17699.p,0.000000)\
-			1.000000	(t_x(295585,11)YB3EH04A,17700.p,1.000000)\
-			0.000000	(t_x(295547,472)YB5WH04M,17701.p,0.000000)\
-			0.000000	(t_x(295287,1292)RQXSI04E,17702.p,0.000000)\
-			0.000000	(t_x(288692,802)YB5WH04M,17703.p,0.000000)\
-			0.000000	(t_x(282620,700)YB3EH04A,17704.p,0.000000)\
-			0.000000	(t_x(279279,423)YBOLN04M,17705.p,0.000000)\
-			0.000000	(t_x(292753,642)YB5WH04M,17706.p,0.000000)\
-			0.000000	(t_x(273004,1203)EGNOR04M,17707.p,0.000000)\
-			0.000000	(t_x(302661,2040)EG11G04M,17708.p,0.000000)\
-			0.000000	(t_x(305887,2096)LCES004,17709.p,0.000000)\
-			0.000000	(t_x(314808,488)MRAEE04,17710.p,0.000000)\
-			0.000000	(t_x(300137,334)RMZU04,17711.p,0.000000)\
-			0.000000	(t_x(305171,436)RMZU04,17712.p,0.000000)\
-			0.000000	(t_x(294686,116)YB3EH04E,17713.p,0.000000)\
-			0.000000	(t_x(282259,579)YB5WH04M,17714.p,0.000000)\
-			0.000000	(t_x(288522,242)YB3EH04E,17715.p,0.000000)\
-			0.000000	(t_x(280810,501)RMZU04,17716.p,0.000000)\
-			0.000000	(t_x(270762,414)YB5WH04M,17717.p,0.000000)\
-			0.000000	(t_x(292487,157)KSLN04M,17718.p,0.000000)\
-			0.000000	(t_x(292231,1652)EG11G04M,17719.p,0.000000)\
-			0.000000	(t_x(291577,1271)EGNOR04M,17720.p,0.000000)\
-			0.000000	(t_x(291798,321)RMZU04,17721.p,0.000000)\
-			0.000000	(t_x(289502,1907)YD5WH04M,17722.p,0.000000)\
-			0.000000	(t_x(296918,409)RQXU04E,17723.p,0.000000)\
-			0.000000	(t_x(306413,1408)LGKFN04,17724.p,0.000000)\
-			0.000000	(t_x(303684,549)MRAEE04,17725.p,0.000000)\
-			0.000000	(t_x(288401,1277)EGNOR04M,17726.p,0.000000)\
-			0.000000	(t_x(305803,258)KWUR1C04,17727.p,0.000000)\
-			0.000000	(t_x(282890,1892)EGNOR04M,17728.p,0.000000)\
-			0.000000	(t_x(307860,787)YB3EH04A,17729.p,0.000000)\
-			0.000000	(t_x(277936,1630)LGKFN04,17730.p,0.000000)\
-			0.000000	(t_x(277591,340)YB5KL04E,17731.p,0.000000)\
-			0.000000	(t_x(292451,37)YBOLN04M,17732.p,0.000000)\
-			0.000000	(t_x(272849,1622)LGKFN04,17733.p,0.000000)\
-			0.000000	(t_x(277190,2151)EG11G04M,17734.p,0.000000)\
-			0.000000	(t_x(316314,401)KWUR1C04,17735.p,0.000000)\
-			0.000000	(t_x(296754,1723)LGKFN04,17736.p,0.000000)\
-			0.000000	(t_x(303314,2185)EG11G04M,17737.p,0.000000)\
-			0.000000	(t_x(278067,2399)EG11G04M,17738.p,0.000000)\
-			0.000000	(t_x(295519,924)YB3EH04A,17739.p,0.000000)\
-			0.000000	(t_x(297977,1225)EGNOR04M,17740.p,0.000000)\
-			0.000000	(t_x(286277,1229)PMXX04M,17741.p,0.000000)\
-			0.000000	(t_x(279686,658)YBOLN04M,17742.p,0.000000)\
-			0.000000	(t_x(287193,1550)RQXSI04E,17743.p,0.000000)\
-			0.000000	(t_x(302366,44)MEK04,17744.p,0.000000)\
-			0.000000	(t_x(283562,1511)PMXX04M,17745.p,0.000000)\
-			0.000000	(t_x(288341,413)KWUR1C04,17746.p,0.000000)\
-			0.000000	(t_x(278885,797)RMZU04E,17747.p,0.000000)\
-			0.000000	(t_x(294580,300)MAB04,17748.p,0.000000)\
-			0.000000	(t_x(303930,950)YB3EH04A,17749.p,0.000000)\
-			0.000000	(t_x(280458,139)EBEEC04M,17750.p,0.000000)\
-			0.000000	(t_x(293927,371)YBOLN04M,17751.p,0.000000)\
-			0.000000	(t_x(297974,970)YB3EH04A,17752.p,0.000000)\
-			0.000000	(t_x(297157,1826)LGKFN04,17753.p,0.000000)\
-			0.000000	(t_x(292099,1311)EGNOR04M,17754.p,0.000000)\
-			0.000000	(t_x(287524,1236)LGKFN04,17755.p,0.000000)\
-			0.000000	(t_x(301759,1806)KCHI104M,17756.p,0.000000)\
-			0.000000	(t_x(286404,952)PMXX04M,17757.p,0.000000)\
-			0.000000	(t_x(295098,386)YB5KL04E,17758.p,0.000000)\
-			0.000000	(t_x(282645,248)RQXU04E,17759.p,0.000000)\
-			0.000000	(t_x(295328,960)RQXSI04E,17760.p,0.000000)\
-			0.000000	(t_x(302874,5083)MRAEE04,17761.p,0.000000)\
-			0.000000	(t_x(287736,932)PMXX04M,17762.p,0.000000)\
-			0.000000	(t_x(312912,557)MAB1204A,17763.p,0.000000)\
-			0.000000	(t_x(291312,5466)LGSRA04,17764.p,0.000000)\
-			0.000000	(t_x(308239,509)KWUR1C04,17765.p,0.000000)\
-			0.000000	(t_x(293009,2460)$YB5WH04M,17766.p,0.000000)\
-			0.000000	(t_x(294674,231)EBEEC04M,17767.p,0.000000)\
-			0.000000	(t_x(288927,921)KFZ4404M,17768.p,0.000000)\
-			0.000000	(t_x(264013,254)MAB3404A,17769.p,0.000000)\
-			0.000000	(t_x(298617,242)KWUR404E,17770.p,0.000000)\
-			0.000000	(t_x(310392,8496)LCES004,17771.p,0.000000)\
-			0.000000	(t_x(283042,162)LGKFN04,17772.p,0.000000)\
-			0.000000	(t_x(283464,1035)YB3EH04A,17773.p,0.000000)\
-			0.000000	(t_x(263515,1087)LGKFN04,17774.p,0.000000)\
-			0.000000	(t_x(283468,920)RQXSI04E,17775.p,0.000000)\
-			0.000000	(t_x(264011,2944)LCES004,17776.p,0.000000)\
-			0.000000	(t_x(307878,633)KWUR1C04,17777.p,0.000000)\
-			0.000000	(t_x(292214,528)YB5KL04E,17778.p,0.000000)\
-			0.000000	(t_x(286625,507)PMXX04M,17779.p,0.000000)\
-			0.000000	(t_x(314223,2310)LCES004,17780.p,0.000000)\
-			0.000000	(t_x(292666,1719)YB5KL04E,17781.p,0.000000)\
-			0.000000	(t_x(298588,1165)LGKFN04,17782.p,0.000000)\
-			0.000000	(t_x(301721,428)LGKFN04,17783.p,0.000000)\
-			0.000000	(t_x(284631,1560)RQXSI04E,17784.p,0.000000)\
-			0.000000	(t_x(295428,3323)EGPFA04,17785.p,0.000000)\
-			0.000000	(t_x(292544,632)EG11G04M,17786.p,0.000000)\
-			0.000000	(t_x(306995,1005)YB3EH04A,17787.p,0.000000)\
-			0.000000	(t_x(291027,739)YBOLN04M,17788.p,0.000000)\
-			0.000000	(t_x(296840,1040)YB3EH04A,17789.p,0.000000)\
-			0.000000	(t_x(289894,1750)LCES004,17790.p,0.000000)\
-			0.000000	(t_x(288405,692)PMXX04M,17791.p,0.000000)\
-			0.000000	(t_x(301074,396)LGKFN04,17792.p,0.000000)\
-			0.000000	(t_x(292436,1428)EG11G04M,17793.p,0.000000)\
-			0.000000	(t_x(306751,646)KWUR1C04,17794.p,0.000000)\
-			0.000000	(t_x(282657,826)YBOLN04M,17795.p,0.000000)\
-			0.000000	(t_x(285990,288)EBEEC04M,17796.p,0.000000)\
-			0.000000	(t_x(303929,2026)KSLN04M,17797.p,0.000000)\
-			0.000000	(t_x(291994,1674)YB5KL04E,17798.p,0.000000)\
-			0.000000	(t_x(300521,275)GL34W04,17799.p,0.000000)\
-			0.000000	(t_x(292653,211)EBBRA04E,17800.p,0.000000)\
-			0.000000	(t_x(263860,1983)LCES004,17801.p,0.000000)\
-			0.000000	(t_x(304825,675)LEMDAT04,17802.p,0.000000)\
-			0.000000	(t_x(271099,728)YB5WH04M,17803.p,0.000000)\
-			0.000000	(t_x(310560,1350)LCES004,17804.p,0.000000)\
-			0.000000	(t_x(303550,4006)LGZAA04M,17805.p,0.000000)\
-			0.000000	(t_x(291367,897)$YD5WH04M,17806.p,0.000000)\
-			0.000000	(t_x(280212,2363)LGKFN04,17807.p,0.000000)\
-			0.000000	(t_x(281048,2010)LGKFN04,17808.p,0.000000)\
-			0.000000	(t_x(295292,1040)YB3EH04A,17809.p,0.000000)\
-			0.000000	(t_x(292178,2047)EGNOR04M,17810.p,0.000000)\
-			0.000000	(t_x(289240,944)EG11G04M,17811.p,0.000000)\
-			0.000000	(t_x(307158,401)MRAEE04,17812.p,0.000000)\
-			0.000000	(t_x(291579,5483)RJIU04M,17813.p,0.000000)\
-			0.000000	(t_x(311285,1524)LCES004,17814.p,0.000000)\
-			0.000000	(t_x(301524,293)MGY04,17815.p,0.000000)\
-			0.000000	(t_x(290019,697)KWUR1C04,17816.p,0.000000)\
-			0.000000	(t_x(283526,747)KFZ4404M,17817.p,0.000000)\
-			0.000000	(t_x(283607,1329)PMXX04M,17818.p,0.000000)\
-			0.000000	(t_x(291528,518)YB5WH04M,17819.p,0.000000)\
-			0.000000	(t_x(279431,100)YBOLN04M,17820.p,0.000000)\
-			0.000000	(t_x(290819,499)GL34W04,17821.p,0.000000)\
-			0.000000	(t_x(292251,1117)YB3EH04A,17822.p,0.000000)\
-			0.000000	(t_x(282660,1534)PMXX04M,17823.p,0.000000)\
-			0.000000	(t_x(285189,1324)RVKWU04M,17824.p,0.000000)\
-			0.000000	(t_x(283559,1995)LGKFN04,17825.p,0.000000)\
-			0.000000	(t_x(312097,1110)LCES004,17826.p,0.000000)\
-			0.000000	(t_x(289945,2025)LGKFN04,17827.p,0.000000)\
-			0.000000	(t_x(280396,56)YBOLN04M,17828.p,0.000000)\
-			0.000000	(t_x(287785,1069)KFZ4404M,17829.p,0.000000)\
-			0.000000	(t_x(289566,1963)LGKFN04,17830.p,0.000000)\
-			0.000000	(t_x(279011,871)LGKFN04,17831.p,0.000000)\
-			0.000000	(t_x(317008,3973)MRAE04,17832.p,0.000000)\
-			0.000000	(t_x(313298,500)GL34W04,17833.p,0.000000)\
-			0.000000	(t_x(286616,1676)RVKWU04M,17834.p,0.000000)\
-			0.000000	(t_x(295936,986)YB5KL04E,17835.p,0.000000)\
-			0.000000	(t_x(304780,752)KWUR1C04,17836.p,0.000000)\
-			0.000000	(t_x(291353,3030)RQXSI04E,17837.p,0.000000)\
-			0.000000	(t_x(288404,433)YBOLN04M,17838.p,0.000000)\
-			0.000000	(t_x(296923,300)YB3EH04E,17839.p,0.000000)\
-			0.000000	(t_x(301501,1145)LCES004,17840.p,0.000000)\
-			0.000000	(t_x(293539,1759)RVKWU04M,17841.p,0.000000)\
-			0.000000	(t_x(293177,2252)EG11G04M,17842.p,0.000000)\
-			0.000000	(t_x(294518,2192)EG11G04M,17843.p,0.000000)\
-			0.000000	(t_x(277463,2065)LGKFN04,17844.p,0.000000)\
-			0.000000	(t_x(291078,400)YB5KL04E,17845.p,0.000000)\
-			0.000000	(t_x(297572,2256)RVKWU04M,17846.p,0.000000)\
-			0.000000	(t_x(281483,1413)EGNOR04M,17847.p,0.000000)\
-			0.000000	(t_x(301590,1124)LGKFN04,17848.p,0.000000)\
-			0.000000	(t_x(284357,1789)RVKWU04M,17849.p,0.000000)\
-			0.000000	(t_x(284380,2052)EGNOR04M,17850.p,0.000000)\
-			0.000000	(t_x(286582,1592)PMXX04M,17851.p,0.000000)\
-			0.000000	(t_x(309573,2400)LCES004,17852.p,0.000000)\
-			0.000000	(t_x(281290,551)RMZU04E,17853.p,0.000000)\
-			0.000000	(t_x(301972,1486)YB3EH04A,17854.p,0.000000)\
-			0.000000	(t_x(283706,240)YB3EH04E,17855.p,0.000000)\
-			0.000000	(t_x(305030,766)KWUR1C04,17856.p,0.000000)\
-			0.000000	(t_x(291189,1852)RVKWU04M,17857.p,0.000000)\
-			0.000000	(t_x(287660,1575)EG11G04M,17858.p,0.000000)\
-			0.000000	(t_x(295656,1532)RQXSI04E,17859.p,0.000000)\
-			0.000000	(t_x(263962,1043)LCES004,17860.p,0.000000)\
-			0.000000	(t_x(295700,1112)RQXSI04E,17861.p,0.000000)\
-			0.000000	(t_x(276307,2067)LGKFN04,17862.p,0.000000)\
-			0.000000	(t_x(287489,1294)YB3EH04A,17863.p,0.000000)\
-			0.000000	(t_x(311265,2540)LCES004,17864.p,0.000000)\
-			0.000000	(t_x(293116,3216)RVKWU04M,17865.p,0.000000)\
-			0.000000	(t_x(294193,1344)LGKFN04,17866.p,0.000000)\
-			0.000000	(t_x(302643,2256)EG11G04M,17867.p,0.000000)\
-			0.000000	(t_x(291031,2097)EG11G04M,17868.p,0.000000)\
-			0.000000	(t_x(283750,1620)EG11G04M,17869.p,0.000000)\
-			0.000000	(t_x(289164,4391)RJIU04M,17870.p,0.000000)\
-			0.000000	(t_x(301059,517)GL34W04,17871.p,0.000000)\
-			0.000000	(t_x(306846,850)KWUR1C04,17872.p,0.000000)\
-			0.000000	(t_x(279142,649)YB5KL04E,17873.p,0.000000)\
-			0.000000	(t_x(297119,1600)EGNOR04M,17874.p,0.000000)\
-			0.000000	(t_x(293096,1051)YB3EH04E,17875.p,0.000000)\
-			0.000000	(t_x(295274,34)RNI04M,17876.p,0.000000)\
-			0.000000	(t_x(280607,236)YB5WH04M,17877.p,0.000000)\
-			0.000000	(t_x(287904,1116)LGKFN04,17878.p,0.000000)\
-			0.000000	(t_x(275522,371)PMXX04M,17879.p,0.000000)\
-			0.000000	(t_x(281091,1305)YB3EH04A,17880.p,0.000000)\
-			0.000000	(t_x(286415,25)EBEEC04M,17881.p,0.000000)\
-			0.000000	(t_x(302135,1010)EG11G04M,17882.p,0.000000)\
-			0.000000	(t_x(283921,2194)EGNOR04M,17883.p,0.000000)\
-			0.000000	(t_x(296158,476)YB5WH04M,17884.p,0.000000)\
-			0.000000	(t_x(283259,1853)EGNOR04M,17885.p,0.000000)\
-			0.000000	(t_x(286461,352)YB3EH04E,17886.p,0.000000)\
-			0.000000	(t_x(292908,1500)YD5WH04M,17887.p,0.000000)\
-			0.000000	(t_x(289911,566)PMXX04M,17888.p,0.000000)\
-			0.000000	(t_x(273048,1717)YB5WH04M,17889.p,0.000000)\
-			0.000000	(t_x(291968,530)EG11G04M,17890.p,0.000000)\
-			0.000000	(t_x(289587,296)PMXX04M,17891.p,0.000000)\
-			0.000000	(t_x(294433,2263)RVKWU04M,17892.p,0.000000)\
-			0.000000	(t_x(277313,366)YBOLN04M,17893.p,0.000000)\
-			0.000000	(t_x(295343,2196)RVKWU04M,17894.p,0.000000)\
-			0.000000	(t_x(290491,520)RNI04M,17895.p,0.000000)\
-			0.000000	(t_x(281487,47)RMZU04E,17896.p,0.000000)\
-			0.000000	(t_x(306308,962)KWUR1C04,17897.p,0.000000)\
-			0.000000	(t_x(293168,1232)RQXU04E,17898.p,0.000000)\
-			0.000000	(t_x(294048,542)RMZU04E,17899.p,0.000000)\
-			0.000000	(t_x(278783,11)YB5KL04E,17900.p,0.000000)\
-			0.000000	(t_x(312938,564)LCES004,17901.p,0.000000)\
-			0.000000	(t_x(295886,2072)EG11G04M,17902.p,0.000000)\
-			0.000000	(t_x(289288,521)PMXX04M,17903.p,0.000000)\
-			0.000000	(t_x(290667,558)GL34W04,17904.p,0.000000)\
-			0.000000	(t_x(294552,3870)EGNOR04M,17905.p,0.000000)\
-			0.000000	(t_x(295224,77)RQXU04E,17906.p,0.000000)\
-			0.000000	(t_x(298266,2083)LGKFN04,17907.p,0.000000)\
-			0.000000	(t_x(313875,747)LCES004,17908.p,0.000000)\
-			0.000000	(t_x(297125,446)YB3EH04E,17909.p,0.000000)\
-			0.000000	(t_x(297368,401)LGAVA04,17910.p,0.000000)\
-			0.000000	(t_x(275270,3669)YB3EH04E,17911.p,0.000000)\
-			0.000000	(t_x(277472,561)EG11G04M,17912.p,0.000000)\
-			0.000000	(t_x(296896,4934)LGZAA04M,17913.p,0.000000)\
-			0.000000	(t_x(284467,335)RMZU04E,17914.p,0.000000)\
-			0.000000	(t_x(310539,1185)YB3EH04A,17915.p,0.000000)\
-			0.000000	(t_x(292026,610)LELVL04M,17916.p,0.000000)\
-			0.000000	(t_x(292388,865)RQXU04E,17917.p,0.000000)\
-			0.000000	(t_x(282099,1697)EG11G04M,17918.p,0.000000)\
-			0.000000	(t_x(294406,1740)RQXSI04E,17919.p,0.000000)\
-			0.000000	(t_x(292992,2415)EG11G04M,17920.p,0.000000)\
-			0.000000	(t_x(276122,2048)EG11G04M,17921.p,0.000000)\
-			0.000000	(t_x(298418,202)YBOLN04M,17922.p,0.000000)\
-			0.000000	(t_x(304007,890)EG11G04M,17923.p,0.000000)\
-			0.000000	(t_x(297062,480)YB3EH04E,17924.p,0.000000)\
-			0.000000	(t_x(286715,884)YB5WH04M,17925.p,0.000000)\
-			0.000000	(t_x(302667,543)LGAVA04,17926.p,0.000000)\
-			0.000000	(t_x(310282,8604)LCES004,17927.p,0.000000)\
-			0.000000	(t_x(285862,104)RMZU04E,17928.p,0.000000)\
-			0.000000	(t_x(294773,393)YBOLN04M,17929.p,0.000000)\
-			0.000000	(t_x(295116,1045)RQXU04E,17930.p,0.000000)\
-			0.000000	(t_x(283258,580)RMZU04E,17931.p,0.000000)\
-			0.000000	(t_x(294706,1118)MM304,17932.p,0.000000)\
-			0.000000	(t_x(283256,1861)EGNOR04M,17933.p,0.000000)\
-			0.000000	(t_x(290752,395)LELVU04,17934.p,0.000000)\
-			0.000000	(t_x(289705,780)YB3EH04E,17935.p,0.000000)\
-			0.000000	(t_x(305816,32)MAB1204A,17936.p,0.000000)\
-			0.000000	(t_x(303035,985)KWUR1C04,17937.p,0.000000)\
-			0.000000	(t_x(293156,1105)RQXU04E,17938.p,0.000000)\
-			0.000000	(t_x(284894,404)PMXX04M,17939.p,0.000000)\
-			0.000000	(t_x(291264,1902)PMXX04M,17940.p,0.000000)\
-			0.000000	(t_x(297636,1021)KWUR404E,17941.p,0.000000)\
-			0.000000	(t_x(287011,698)RMZU04E,17942.p,0.000000)\
-			0.000000	(t_x(290892,304)YB5WH04M,17943.p,0.000000)\
-			0.000000	(t_x(290568,909)LEBAS04M,17944.p,0.000000)\
-			0.000000	(t_x(295754,1163)LEMDAT04,17945.p,0.000000)\
-			0.000000	(t_x(294857,393)YBOLN04M,17946.p,0.000000)\
-			0.000000	(t_x(293362,143)RNI04M,17947.p,0.000000)\
-			0.000000	(t_x(290681,1082)YBOLN04M,17948.p,0.000000)\
-			0.000000	(t_x(287817,1455)LGKFN04,17949.p,0.000000)\
-			0.000000	(t_x(288989,2427)$RMZSI04M,17950.p,0.000000)\
-			0.000000	(t_x(296227,560)LGAVA04,17951.p,0.000000)\
-			0.000000	(t_x(288154,729)PMXX04M,17952.p,0.000000)\
-			0.000000	(t_x(287111,607)EGNOR04M,17953.p,0.000000)\
-			0.000000	(t_x(287749,4754)LGZAA04M,17954.p,0.000000)\
-			0.000000	(t_x(292672,1045)RQXU04E,17955.p,0.000000)\
-			0.000000	(t_x(297442,2252)EG11G04M,17956.p,0.000000)\
-			0.000000	(t_x(295734,1229)LEMDAT04,17957.p,0.000000)\
-			0.000000	(t_x(280430,1894)LGKFN04,17958.p,0.000000)\
-			0.000000	(t_x(302136,93)BR404M,17959.p,0.000000)\
-			0.000000	(t_x(283823,610)YB3EH04E,17960.p,0.000000)\
-			0.000000	(t_x(296992,540)YB3EH04E,17961.p,0.000000)\
-			0.000000	(t_x(296289,1069)KWUR1C04,17962.p,0.000000)\
-			0.000000	(t_x(307460,5)MAB04,17963.p,0.000000)\
-			0.000000	(t_x(314236,925)LCES004,17964.p,0.000000)\
-			0.000000	(t_x(292439,482)EBEEC04M,17965.p,0.000000)\
-			0.000000	(t_x(284839,333)RASI04M,17966.p,0.000000)\
-			0.000000	(t_x(295893,1147)LEMDAT04,17967.p,0.000000)\
-			0.000000	(t_x(284595,634)RQXSI04E,17968.p,0.000000)\
-			0.000000	(t_x(308125,2273)LCES004,17969.p,0.000000)\
-			0.000000	(t_x(293964,859)RMZU04E,17970.p,0.000000)\
-			0.000000	(t_x(293430,985)RQXU04E,17971.p,0.000000)\
-			0.000000	(t_x(288242,482)PMXX04M,17972.p,0.000000)\
-			0.000000	(t_x(285792,444)BR404M,17973.p,0.000000)\
-			0.000000	(t_x(287518,108)YB5WH04M,17974.p,0.000000)\
-			0.000000	(t_x(287944,1954)PMXX04M,17975.p,0.000000)\
-			0.000000	(t_x(303156,975)EG11G04M,17976.p,0.000000)\
-			0.000000	(t_x(285658,275)YB5WH04M,17977.p,0.000000)\
-			0.000000	(t_x(280871,679)LEMDAT04,17978.p,0.000000)\
-			0.000000	(t_x(294876,82)PMXX04M,17979.p,0.000000)\
-			0.000000	(t_x(289283,1274)LEMDAT04,17980.p,0.000000)\
-			0.000000	(t_x(292875,1285)RQXU04E,17981.p,0.000000)\
-			0.000000	(t_x(280021,174)EGNOR04M,17982.p,0.000000)\
-			0.000000	(t_x(294740,600)YB3EH04E,17983.p,0.000000)\
-			0.000000	(t_x(294449,357)BR404M,17984.p,0.000000)\
-			0.000000	(t_x(284287,881)PMXX04M,17985.p,0.000000)\
-			0.000000	(t_x(283812,763)YBOLN04M,17986.p,0.000000)\
-			0.000000	(t_x(297596,329)LELVL04M,17987.p,0.000000)\
-			0.000000	(t_x(314131,595)GL34W04,17988.p,0.000000)\
-			0.000000	(t_x(293371,5659)RJIU04M,17989.p,0.000000)\
-			0.000000	(t_x(313563,33)MAB1204A,17990.p,0.000000)\
-			0.000000	(t_x(300504,1975)LGKFN04,17991.p,0.000000)\
-			0.000000	(t_x(294164,464)BR404M,17992.p,0.000000)\
-			0.000000	(t_x(283414,310)YB5WH04M,17993.p,0.000000)\
-			0.000000	(t_x(282583,482)PMXX04M,17994.p,0.000000)\
-			0.000000	(t_x(279651,410)YBOLN04M,17995.p,0.000000)\
-			0.000000	(t_x(279756,1081)KHVL104E,17996.p,0.000000)\
-			0.000000	(t_x(295234,62)GL4W04M,17997.p,0.000000)\
-			0.000000	(t_x(290055,297)YBOLN04M,17998.p,0.000000)\
-			0.000000	(t_x(288115,622)GL34W04,17999.p,0.000000)\
-			0.000000	(t_x(305962,1319)LEMDAT04,18000.p,0.000000)\
-			0.000000	(t_x(263958,1440)LCES004,18001.p,0.000000)\
-			0.000000	(t_x(263570,159)LELVU04,18002.p,0.000000)\
-			0.000000	(t_x(298183,1512)YB3EH04A,18003.p,0.000000)\
-			0.000000	(t_x(313372,847)MYY04A,18004.p,0.000000)\
-			0.000000	(t_x(292670,1045)RQXU04E,18005.p,0.000000)\
-			0.000000	(t_x(284723,299)YB3EH04E,18006.p,0.000000)\
-			0.000000	(t_x(302047,321)MAB1204A,18007.p,0.000000)\
-			0.000000	(t_x(290395,1969)PMXX04M,18008.p,0.000000)\
-			0.000000	(t_x(300964,1975)LGKFN04,18009.p,0.000000)\
-			0.000000	(t_x(282755,558)KWUR404E,18010.p,0.000000)\
-			0.000000	(t_x(294107,112)EGNOR04M,18011.p,0.000000)\
-			0.000000	(t_x(284393,235)YB5WH04M,18012.p,0.000000)\
-			0.000000	(t_x(310732,1813)LCES004,18013.p,0.000000)\
-			0.000000	(t_x(280804,339)RMZU04E,18014.p,0.000000)\
-			0.000000	(t_x(295609,568)RASI04M,18015.p,0.000000)\
-			0.000000	(t_x(293250,1740)$YB5WH04M,18016.p,0.000000)\
-			0.000000	(t_x(283821,476)KWUR404E,18017.p,0.000000)\
-			0.000000	(t_x(289472,3333)KWUR404E,18018.p,0.000000)\
-			0.000000	(t_x(294997,385)RMZU04E,18019.p,0.000000)\
-			0.000000	(t_x(307961,1105)KWUR1C04,18020.p,0.000000)\
-			0.000000	(t_x(287433,129)YBOLN04M,18021.p,0.000000)\
-			0.000000	(t_x(287544,303)BR404M,18022.p,0.000000)\
-			0.000000	(t_x(277127,630)LGKFN04,18023.p,0.000000)\
-			0.000000	(t_x(291891,1960)LGKFN04,18024.p,0.000000)\
-			0.000000	(t_x(303842,602)LELVU04,18025.p,0.000000)\
-			0.000000	(t_x(263868,2160)LCES004,18026.p,0.000000)\
-			0.000000	(t_x(303580,979)EG11G04M,18027.p,0.000000)\
-			0.000000	(t_x(288599,1022)RMZU04E,18028.p,0.000000)\
-			0.000000	(t_x(283194,2002)PMXX04M,18029.p,0.000000)\
-			0.000000	(t_x(292714,1171)RQXU04E,18030.p,0.000000)\
-			0.000000	(t_x(290528,589)YBOLN04M,18031.p,0.000000)\
-			0.000000	(t_x(281334,1086)RVKWU04M,18032.p,0.000000)\
-			0.000000	(t_x(273032,766)RQXSI04E,18033.p,0.000000)\
-			0.000000	(t_x(279482,429)YBOLN04M,18034.p,0.000000)\
-			0.000000	(t_x(301711,164)LCES004M,18035.p,0.000000)\
-			0.000000	(t_x(305671,112)LELVU04,18036.p,0.000000)\
-			0.000000	(t_x(295156,666)YB3EH04E,18037.p,0.000000)\
-			0.000000	(t_x(296303,265)YB3EH04E,18038.p,0.000000)\
-			0.000000	(t_x(295180,1529)RASI04M,18039.p,0.000000)\
-			0.000000	(t_x(295446,426)RMZU04E,18040.p,0.000000)\
-			0.000000	(t_x(315081,1205)LCES004,18041.p,0.000000)\
-			0.000000	(t_x(285482,400)PMXX04M,18042.p,0.000000)\
-			0.000000	(t_x(296267,66)LELVL04M,18043.p,0.000000)\
-			0.000000	(t_x(305851,774)MAB1204A,18044.p,0.000000)\
-			0.000000	(t_x(283489,1191)RVKWU04M,18045.p,0.000000)\
-			0.000000	(t_x(263601,1521)YB3EH04A,18046.p,0.000000)\
-			0.000000	(t_x(283998,229)YB5WH04M,18047.p,0.000000)\
-			0.000000	(t_x(283117,1566)YB5WH04M,18048.p,0.000000)\
-			0.000000	(t_x(295473,683)LELVU04,18049.p,0.000000)\
-			0.000000	(t_x(300727,1873)EGNOR04M,18050.p,0.000000)\
-			0.000000	(t_x(285599,89)EBBRA04E,18051.p,0.000000)\
-			0.000000	(t_x(287819,577)PMXX04M,18052.p,0.000000)\
-			0.000000	(t_x(291484,188)RNS04M,18053.p,0.000000)\
-			0.000000	(t_x(285128,1127)EG11G04M,18054.p,0.000000)\
-			0.000000	(t_x(278562,367)YBOLN04M,18055.p,0.000000)\
-			0.000000	(t_x(286969,833)RASI04M,18056.p,0.000000)\
-			0.000000	(t_x(281962,2127)PMXX04M,18057.p,0.000000)\
-			0.000000	(t_x(307394,1149)KWUR1C04,18058.p,0.000000)\
-			0.000000	(t_x(286791,2)EBBRA04E,18059.p,0.000000)\
-			0.000000	(t_x(278871,295)KWUR404E,18060.p,0.000000)\
-			0.000000	(t_x(282467,60)KWUR404E,18061.p,0.000000)\
-			0.000000	(t_x(291323,180)$YBOLN04M,18062.p,0.000000)\
-			0.000000	(t_x(282677,74)YB5KL04E,18063.p,0.000000)\
-			0.000000	(t_x(283663,1165)RQXSI04E,18064.p,0.000000)\
-			0.000000	(t_x(285459,1840)LCES004,18065.p,0.000000)\
-			0.000000	(t_x(278814,841)YBOLN04M,18066.p,0.000000)\
-			0.000000	(t_x(296939,1561)YB3EH04A,18067.p,0.000000)\
-			0.000000	(t_x(263410,1472)$LCES004M,18068.p,0.000000)\
-			0.000000	(t_x(304486,755)LELVU04,18069.p,0.000000)\
-			0.000000	(t_x(291206,89)YBOLN04M,18070.p,0.000000)\
-			0.000000	(t_x(262946,867)RQXSI04E,18071.p,0.000000)\
-			0.000000	(t_x(295319,5546)RJIU04M,18072.p,0.000000)\
-			0.000000	(t_x(295216,622)YB3EH04E,18073.p,0.000000)\
-			0.000000	(t_x(303665,2124)LCES004,18074.p,0.000000)\
-			0.000000	(t_x(298502,1648)YB3EH04A,18075.p,0.000000)\
-			0.000000	(t_x(295104,782)LEMDAT04,18076.p,0.000000)\
-			0.000000	(t_x(283889,2890)LELVL04M,18077.p,0.000000)\
-			0.000000	(t_x(294200,1252)RQXSI04E,18078.p,0.000000)\
-			0.000000	(t_x(288601,197)LGKFN04,18079.p,0.000000)\
-			0.000000	(t_x(295522,702)PMXX04M,18080.p,0.000000)\
-			0.000000	(t_x(294501,636)EBEEC04M,18081.p,0.000000)\
-			0.000000	(t_x(283389,1278)RQXSI04E,18082.p,0.000000)\
-			0.000000	(t_x(305697,873)LEMDAT04,18083.p,0.000000)\
-			0.000000	(t_x(278855,227)KHVL104E,18084.p,0.000000)\
-			0.000000	(t_x(296295,190)YB3EH04E,18085.p,0.000000)\
-			0.000000	(t_x(292111,559)LGKFN04,18086.p,0.000000)\
-			0.000000	(t_x(287895,202)PMXX04M,18087.p,0.000000)\
-			0.000000	(t_x(294848,777)EGNOR04M,18088.p,0.000000)\
-			0.000000	(t_x(287908,407)YB3EH04A,18089.p,0.000000)\
-			0.000000	(t_x(290047,891)RASI04M,18090.p,0.000000)\
-			0.000000	(t_x(272234,111)RMZU04E,18091.p,0.000000)\
-			0.000000	(t_x(295205,47)EBBRA04E,18092.p,0.000000)\
-			0.000000	(t_x(287222,930)RQXSI04E,18093.p,0.000000)\
-			0.000000	(t_x(279592,1027)$KHVL104E,18094.p,0.000000)\
-			0.000000	(t_x(292069,1146)EG11G04M,18095.p,0.000000)\
-			0.000000	(t_x(306384,814)LELVU04,18096.p,0.000000)\
-			0.000000	(t_x(301924,182)MEK04,18097.p,0.000000)\
-			0.000000	(t_x(294749,1077)EGNOR04M,18098.p,0.000000)\
-			0.000000	(t_x(289649,599)YB5WH04M,18099.p,0.000000)\
-			0.000000	(t_x(293587,1850)LCES004,18100.p,0.000000)\
-			0.000000	(t_x(295794,1037)LEMDAT04,18101.p,0.000000)\
-			0.000000	(t_x(279193,1078)KHVL104E,18102.p,0.000000)\
-			0.000000	(t_x(277924,234)YBOLN04M,18103.p,0.000000)\
-			0.000000	(t_x(295004,1157)RMZU04E,18104.p,0.000000)\
-			0.000000	(t_x(291164,1043)RQXU04E,18105.p,0.000000)\
-			0.000000	(t_x(281143,2029)LGKFN04,18106.p,0.000000)\
-			0.000000	(t_x(282514,1333)RQXSI04E,18107.p,0.000000)\
-			0.000000	(t_x(279896,914)RASI04M,18108.p,0.000000)\
-			0.000000	(t_x(278663,811)EHAMA04,18109.p,0.000000)\
-			0.000000	(t_x(279817,270)YH5MH04M,18110.p,0.000000)\
-			0.000000	(t_x(296560,1047)PMXX04M,18111.p,0.000000)\
-			0.000000	(t_x(294940,788)BR404M,18112.p,0.000000)\
-			0.000000	(t_x(297842,624)YB5WH04M,18113.p,0.000000)\
-			0.000000	(t_x(297679,1210)KWUR1C04,18114.p,0.000000)\
-			0.000000	(t_x(302863,1206)LELVU04,18115.p,0.000000)\
-			0.000000	(t_x(294770,225)YB3EH04E,18116.p,0.000000)\
-			0.000000	(t_x(294089,1055)LEMDAT04,18117.p,0.000000)\
-			0.000000	(t_x(298697,45)LOW304M,18118.p,0.000000)\
-			0.000000	(t_x(296481,190)YB3EH04E,18119.p,0.000000)\
-			0.000000	(t_x(287631,597)LELVL04M,18120.p,0.000000)\
-			0.000000	(t_x(301088,1039)LEMDAT04,18121.p,0.000000)\
-			0.000000	(t_x(289397,96)LGKFN04,18122.p,0.000000)\
-			0.000000	(t_x(294690,977)RVKWU04M,18123.p,0.000000)\
-			0.000000	(t_x(280143,535)YBOLN04M,18124.p,0.000000)\
-			0.000000	(t_x(292189,90)YB3EH04E,18125.p,0.000000)\
-			0.000000	(t_x(298519,349)YB3EH04A,18126.p,0.000000)\
-			0.000000	(t_x(292967,513)RNS04M,18127.p,0.000000)\
-			0.000000	(t_x(288361,174)PMXX04M,18128.p,0.000000)\
-			0.000000	(t_x(301576,1010)EG11G04M,18129.p,0.000000)\
-			0.000000	(t_x(273793,804)RQXSI04E,18130.p,0.000000)\
-			0.000000	(t_x(282961,127)KFZ4404E,18131.p,0.000000)\
-			0.000000	(t_x(286952,172)YBOLN04M,18132.p,0.000000)\
-			0.000000	(t_x(289972,766)YB3EH04E,18133.p,0.000000)\
-			1.000000	(t_x(292112,47)KWUR404E,18134.p,1.000000)\
-			0.000000	(t_x(309188,131)MAB04,18135.p,0.000000)\
-			0.000000	(t_x(285693,774)YB3EH04E,18136.p,0.000000)\
-			0.000000	(t_x(291417,120)RMZU04E,18137.p,0.000000)\
-			0.000000	(t_x(295608,965)EGNOR04M,18138.p,0.000000)\
-			0.000000	(t_x(293416,89)EGNOR04M,18139.p,0.000000)\
-			0.000000	(t_x(298263,681)YB3EH04E,18140.p,0.000000)\
-			0.000000	(t_x(294986,2035)LGKFN04,18141.p,0.000000)\
-			0.000000	(t_x(295728,507)YB5WH04M,18142.p,0.000000)\
-			0.000000	(t_x(284190,715)PMXX04M,18143.p,0.000000)\
-			0.000000	(t_x(263196,1349)RQXSI04E,18144.p,0.000000)\
-			0.000000	(t_x(284283,3001)RVKWU04M,18145.p,0.000000)\
-			0.000000	(t_x(287946,342)PMXX04M,18146.p,0.000000)\
-			0.000000	(t_x(286678,96)EBBRA04E,18147.p,0.000000)\
-			0.000000	(t_x(279893,835)EHAMA04,18148.p,0.000000)\
-			0.000000	(t_x(303471,425)PMXX04M,18149.p,0.000000)\
-			0.000000	(t_x(300850,844)LELVU04,18150.p,0.000000)\
-			0.000000	(t_x(294899,548)PMXX04M,18151.p,0.000000)\
-			0.000000	(t_x(279734,189)YBOLN04M,18152.p,0.000000)\
-			0.000000	(t_x(279259,267)YH5MH04M,18153.p,0.000000)\
-			0.000000	(t_x(291523,1165)PMXX04M,18154.p,0.000000)\
-			0.000000	(t_x(306201,380)KSAL1204,18155.p,0.000000)\
-			0.000000	(t_x(282727,2155)LGKFN04,18156.p,0.000000)\
-			0.000000	(t_x(309790,1676)YB3EH04A,18157.p,0.000000)\
-			0.000000	(t_x(287536,604)LELVL04M,18158.p,0.000000)\
-			0.000000	(t_x(274616,1751)RQXSI04E,18159.p,0.000000)\
-			0.000000	(t_x(292100,908)PMXX04M,18160.p,0.000000)\
-			0.000000	(t_x(296261,643)KWUR404E,18161.p,0.000000)\
-			0.000000	(t_x(294460,638)PMXX04M,18162.p,0.000000)\
-			0.000000	(t_x(287367,404)YBOLN04M,18163.p,0.000000)\
-			0.000000	(t_x(288428,1211)RVKWU04M,18164.p,0.000000)\
-			0.000000	(t_x(307025,1409)YB3EH04A,18165.p,0.000000)\
-			0.000000	(t_x(304253,947)LCES004M,18166.p,0.000000)\
-			0.000000	(t_x(283094,230)YB3EH04E,18167.p,0.000000)\
-			0.000000	(t_x(312192,231)MEK04,18168.p,0.000000)\
-			0.000000	(t_x(279318,750)LCES004M,18169.p,0.000000)\
-			0.000000	(t_x(279243,554)YH5MH04M,18170.p,0.000000)\
-			0.000000	(t_x(280825,300)LGKFN04,18171.p,0.000000)\
-			0.000000	(t_x(292803,590)YB3EH04A,18172.p,0.000000)\
-			0.000000	(t_x(279804,1076)YH5MH04M,18173.p,0.000000)\
-			0.000000	(t_x(289158,1208)RVKWU04M,18174.p,0.000000)\
-			0.000000	(t_x(293092,1060)RASI04M,18175.p,0.000000)\
-			0.000000	(t_x(290158,492)PMXX04M,18176.p,0.000000)\
-			0.000000	(t_x(288720,342)PMXX04M,18177.p,0.000000)\
-			0.000000	(t_x(293498,743)PMXX04M,18178.p,0.000000)\
-			0.000000	(t_x(309887,4)LGKFN04,18179.p,0.000000)\
-			0.000000	(t_x(305828,259)LCES004,18180.p,0.000000)\
-			0.000000	(t_x(298646,626)LGKFN04,18181.p,0.000000)\
-			0.000000	(t_x(298706,491)KSAL1204,18182.p,0.000000)\
-			0.000000	(t_x(305532,40)YB3EH04A,18183.p,0.000000)\
-			0.000000	(t_x(291226,1361)RQXSI04E,18184.p,0.000000)\
-			0.000000	(t_x(278920,57)YB5WH04M,18185.p,0.000000)\
-			0.000000	(t_x(304979,51)YB3EH04A,18186.p,0.000000)\
-			0.000000	(t_x(295809,1121)RNS04M,18187.p,0.000000)\
-			0.000000	(t_x(292969,302)KSLN04M,18188.p,0.000000)\
-			0.000000	(t_x(297382,947)YB3EH04E,18189.p,0.000000)\
-			0.000000	(t_x(301058,630)LCES004M,18190.p,0.000000)\
-			0.000000	(t_x(281887,667)RQXSI04E,18191.p,0.000000)\
-			0.000000	(t_x(291082,1240)LELVU04,18192.p,0.000000)\
-			0.000000	(t_x(279552,440)EBBRA04E,18193.p,0.000000)\
-			0.000000	(t_x(292278,105)YB5WH04M,18194.p,0.000000)\
-			0.000000	(t_x(281293,128)YH5MH04M,18195.p,0.000000)\
-			0.000000	(t_x(293268,61)YB3EH04A,18196.p,0.000000)\
-			0.000000	(t_x(306397,1244)KWUR1C04,18197.p,0.000000)\
-			0.000000	(t_x(279467,543)YH5MH04M,18198.p,0.000000)\
-			0.000000	(t_x(283392,977)RQXU04E,18199.p,0.000000)\
-			0.000000	(t_x(294135,374)YB5WH04M,18200.p,0.000000)\
-			0.000000	(t_x(297504,74)YB3EH04A,18201.p,0.000000)\
-			0.000000	(t_x(291238,100)YH5MH04M,18202.p,0.000000)\
-			0.000000	(t_x(294601,70)YB3EH04A,18203.p,0.000000)\
-			0.000000	(t_x(272894,336)RMZU04E,18204.p,0.000000)\
-			0.000000	(t_x(285431,518)LGKFN04,18205.p,0.000000)\
-			0.000000	(t_x(292688,532)BR404M,18206.p,0.000000)\
-			0.000000	(t_x(305689,1081)LEMDAT04,18207.p,0.000000)\
-			0.000000	(t_x(293804,747)KSAL1204,18208.p,0.000000)\
-			0.000000	(t_x(282057,87)YBOLN04M,18209.p,0.000000)\
-			0.000000	(t_x(286185,360)LGKFN04,18210.p,0.000000)\
-			0.000000	(t_x(296342,1910)EGNOR04M,18211.p,0.000000)\
-			0.000000	(t_x(291796,113)YH5MH04M,18212.p,0.000000)\
-			0.000000	(t_x(286317,510)EBBRA04E,18213.p,0.000000)\
-			0.000000	(t_x(291521,846)LELVL04M,18214.p,0.000000)\
-			0.000000	(t_x(288107,5)KWUR404E,18215.p,0.000000)\
-			0.000000	(t_x(294364,496)KWUR404E,18216.p,0.000000)\
-			0.000000	(t_x(286568,229)EBBRA04E,18217.p,0.000000)\
-			0.000000	(t_x(288513,1225)RQXU04E,18218.p,0.000000)\
-			0.000000	(t_x(269531,125)EBBRA04E,18219.p,0.000000)\
-			0.000000	(t_x(295448,1082)RMZU04E,18220.p,0.000000)\
-			0.000000	(t_x(305011,449)GL4W04M,18221.p,0.000000)\
-			0.000000	(t_x(295521,106)YB3EH04A,18222.p,0.000000)\
-			0.000000	(t_x(287018,587)RQXSI04E,18223.p,0.000000)\
-			0.000000	(t_x(303829,308)LOVN1504,18224.p,0.000000)\
-			0.000000	(t_x(273980,720)PMXX04M,18225.p,0.000000)\
-			0.000000	(t_x(288078,548)EBBRA04E,18226.p,0.000000)\
-			0.000000	(t_x(309953,398)LOVN1504,18227.p,0.000000)\
-			0.000000	(t_x(297505,692)RQXSI04E,18228.p,0.000000)\
-			0.000000	(t_x(282882,565)KWUR404E,18229.p,0.000000)\
-			0.000000	(t_x(311042,370)KSAL1204,18230.p,0.000000)\
-			0.000000	(t_x(274564,505)RQXSI04E,18231.p,0.000000)\
-			0.000000	(t_x(309941,183)MEK04,18232.p,0.000000)\
-			0.000000	(t_x(279791,973)EHAMA04,18233.p,0.000000)\
-			0.000000	(t_x(289024,112)YB3EH04E,18234.p,0.000000)\
-			0.000000	(t_x(294611,1091)EGNOR04M,18235.p,0.000000)\
-			0.000000	(t_x(274596,1839)RQXSI04E,18236.p,0.000000)\
-			0.000000	(t_x(290553,1134)LEMDAT04,18237.p,0.000000)\
-			0.000000	(t_x(279398,656)YH5MH04M,18238.p,0.000000)\
-			0.000000	(t_x(302132,297)LOVN1504,18239.p,0.000000)\
-			0.000000	(t_x(313119,325)LOVN1504,18240.p,0.000000)\
-			0.000000	(t_x(270314,94)EBBRA04E,18241.p,0.000000)\
-			0.000000	(t_x(274643,187)EGNOR04M,18242.p,0.000000)\
-			0.000000	(t_x(282303,236)YBOLN04M,18243.p,0.000000)\
-			0.000000	(t_x(296188,140)MM204,18244.p,0.000000)\
-			0.000000	(t_x(285372,190)YB5WH04M,18245.p,0.000000)\
-			1.000000	(t_x(300815,532)LCES004M,18246.p,1.000000)\
-			0.000000	(t_x(293879,175)RASI04M,18247.p,0.000000)\
-			0.000000	(t_x(293545,85)RQXU04E,18248.p,0.000000)\
-			0.000000	(t_x(307482,105)LGKFN04,18249.p,0.000000)\
-			0.000000	(t_x(294672,307)RQXSI04E,18250.p,0.000000)\
-			0.000000	(t_x(311032,261)LOVN1504,18251.p,0.000000)\
-			0.000000	(t_x(278598,770)EHAMA04,18252.p,0.000000)\
-			0.000000	(t_x(316430,1565)LCES004,18253.p,0.000000)\
-			0.000000	(t_x(301582,331)RNI04M,18254.p,0.000000)\
-			0.000000	(t_x(288445,547)LGKFN04,18255.p,0.000000)\
-			0.000000	(t_x(285878,214)LGKFN04,18256.p,0.000000)\
-			0.000000	(t_x(291007,117)YB3EH04A,18257.p,0.000000)\
-			0.000000	(t_x(296563,215)KWUR404E,18258.p,0.000000)\
-			0.000000	(t_x(295747,1767)YB3EH04A,18259.p,0.000000)\
-			0.000000	(t_x(275277,1161)RQXSI04E,18260.p,0.000000)\
-			0.000000	(t_x(278322,126)YH5MH04M,18261.p,0.000000)\
-			0.000000	(t_x(280453,551)EBBRA04E,18262.p,0.000000)\
-			0.000000	(t_x(301417,2095)LGKFN04,18263.p,0.000000)\
-			0.000000	(t_x(309200,1263)LCES004M,18264.p,0.000000)\
-			0.000000	(t_x(300430,743)RNI04M,18265.p,0.000000)\
-			0.000000	(t_x(296338,1050)RQXSI04E,18266.p,0.000000)\
-			0.000000	(t_x(294950,620)RNS04M,18267.p,0.000000)\
-			0.000000	(t_x(292354,74)RMZU04,18268.p,0.000000)\
-			0.000000	(t_x(284250,314)RMZU04E,18269.p,0.000000)\
-			0.000000	(t_x(292413,647)KWUR404E,18270.p,0.000000)\
-			0.000000	(t_x(276830,171)LEBAS04M,18271.p,0.000000)\
-			0.000000	(t_x(291187,18)KWUR404E,18272.p,0.000000)\
-			0.000000	(t_x(286682,1063)EBBRA04E,18273.p,0.000000)\
-			0.000000	(t_x(286690,621)EHAMA04,18274.p,0.000000)\
-			0.000000	(t_x(305661,520)LOVN1504,18275.p,0.000000)\
-			0.000000	(t_x(307576,268)RMZU04,18276.p,0.000000)\
-			0.000000	(t_x(292801,176)PMXX04M,18277.p,0.000000)\
-			0.000000	(t_x(278565,999)LELVU04,18278.p,0.000000)\
-			0.000000	(t_x(295497,504)PMXX04M,18279.p,0.000000)\
-			0.000000	(t_x(297356,646)LGAVA04,18280.p,0.000000)\
-			0.000000	(t_x(277744,60)GL4W04M,18281.p,0.000000)\
-			0.000000	(t_x(306243,60)LGKFN04,18282.p,0.000000)\
-			1.000000	(t_x(280278,779)EHAMA04,18283.p,1.000000)\
-			0.000000	(t_x(283954,71)YBOLN04M,18284.p,0.000000)\
-			0.000000	(t_x(281881,21)YB3EH04A,18285.p,0.000000)\
-			0.000000	(t_x(311447,1116)LGKFN04,18286.p,0.000000)\
-			0.000000	(t_x(295587,145)YBOLN04M,18287.p,0.000000)\
-			0.000000	(t_x(295752,1167)LEMDAT04,18288.p,0.000000)\
-			0.000000	(t_x(286726,1186)YB5WH04M,18289.p,0.000000)\
-			0.000000	(t_x(306922,469)LOVN1504,18290.p,0.000000)\
-			0.000000	(t_x(286485,14)YB5WH04M,18291.p,0.000000)\
-			1.000000	(t_x(263587,505)LCES004M,18292.p,1.000000)\
-			0.000000	(t_x(289675,185)KSPE1P04,18293.p,0.000000)\
-			0.000000	(t_x(291494,679)YH5MH04M,18294.p,0.000000)\
-			0.000000	(t_x(281256,60)RMZU04,18295.p,0.000000)\
-			0.000000	(t_x(301350,1257)RMZU04,18296.p,0.000000)\
-			0.000000	(t_x(300988,2185)LOVN1504,18297.p,0.000000)\
-			0.000000	(t_x(263516,318)LEBAS04M,18298.p,0.000000)\
-			0.000000	(t_x(294303,2365)YD5WH04M,18299.p,0.000000)\
-			0.000000	(t_x(302840,472)RMZU04,18300.p,0.000000)\
-			0.000000	(t_x(279801,1076)EHAMA04,18301.p,0.000000)\
-			0.000000	(t_x(290866,322)YBOLN04M,18302.p,0.000000)\
-			0.000000	(t_x(296350,2068)RQXSI04E,18303.p,0.000000)\
-			0.000000	(t_x(287579,1361)RQXSI04E,18304.p,0.000000)\
-			0.000000	(t_x(296473,1382)LCES004,18305.p,0.000000)\
-			0.000000	(t_x(294156,264)KWUR404E,18306.p,0.000000)\
-			0.000000	(t_x(309890,1504)KWUR1C04,18307.p,0.000000)\
-			0.000000	(t_x(315232,1587)LCES004,18308.p,0.000000)\
-			0.000000	(t_x(295049,74)GL4W04M,18309.p,0.000000)\
-			0.000000	(t_x(282090,214)LELVL04M,18310.p,0.000000)\
-			0.000000	(t_x(302970,57)LOVN1504,18311.p,0.000000)\
-			0.000000	(t_x(307218,440)ZM56704,18312.p,0.000000)\
-			0.000000	(t_x(291697,19)GL4W04M,18313.p,0.000000)\
-			0.000000	(t_x(313034,1343)GL34W04,18314.p,0.000000)\
-			0.000000	(t_x(273960,1915)EGNOR04M,18315.p,0.000000)\
-			0.000000	(t_x(284566,442)YB3EH04A,18316.p,0.000000)\
-			0.000000	(t_x(278386,136)YH5MH04M,18317.p,0.000000)\
-			0.000000	(t_x(296640,751)KSAL1204,18318.p,0.000000)\
-			0.000000	(t_x(304555,593)LEMDAT04,18319.p,0.000000)\
-			0.000000	(t_x(298480,298)RMZU04,18320.p,0.000000)\
-			0.000000	(t_x(297746,540)LOVN1504,18321.p,0.000000)\
-			0.000000	(t_x(282720,298)KWUR404E,18322.p,0.000000)\
-			0.000000	(t_x(263503,536)RNS04M,18323.p,0.000000)\
-			0.000000	(t_x(284297,703)RQXSI04E,18324.p,0.000000)\
-			0.000000	(t_x(296260,318)KSAL1204,18325.p,0.000000)\
-			0.000000	(t_x(292088,228)LEBAS04M,18326.p,0.000000)\
-			0.000000	(t_x(291019,155)BR204M,18327.p,0.000000)\
-			0.000000	(t_x(285360,230)LELVL04M,18328.p,0.000000)\
-			0.000000	(t_x(263206,39)LELVL04M,18329.p,0.000000)\
-			0.000000	(t_x(287604,584)PMXX04M,18330.p,0.000000)\
-			0.000000	(t_x(297613,629)RQXSI04E,18331.p,0.000000)\
-			0.000000	(t_x(296550,1788)YB3EH04A,18332.p,0.000000)\
-			0.000000	(t_x(289872,673)KFZ4404M,18333.p,0.000000)\
-			1.000000	(t_x(279885,802)EHAMA04,18334.p,1.000000)\
-			0.000000	(t_x(297135,167)RNI04M,18335.p,0.000000)\
-			0.000000	(t_x(293580,1264)RQXU04E,18336.p,0.000000)\
-			0.000000	(t_x(296720,64)YB5KL04E,18337.p,0.000000)\
-			0.000000	(t_x(287402,358)LELVL04M,18338.p,0.000000)\
-			0.000000	(t_x(315763,1811)EDGG704,18339.p,0.000000)\
-			0.000000	(t_x(295296,337)RQXSI04E,18340.p,0.000000)\
-			0.000000	(t_x(305929,879)LCES004M,18341.p,0.000000)\
-			0.000000	(t_x(308855,463)YB3EH04A,18342.p,0.000000)\
-			0.000000	(t_x(277284,320)EBBRA04E,18343.p,0.000000)\
-			0.000000	(t_x(292587,170)ZM56704,18344.p,0.000000)\
-			0.000000	(t_x(301673,1650)LCES004M,18345.p,0.000000)\
-			0.000000	(t_x(310512,517)LOVN1504,18346.p,0.000000)\
-			0.000000	(t_x(293929,595)RVKWU04M,18347.p,0.000000)\
-			0.000000	(t_x(304315,455)RMZU04,18348.p,0.000000)\
-			0.000000	(t_x(297374,527)RQXSI04E,18349.p,0.000000)\
-			0.000000	(t_x(294656,51)BR404M,18350.p,0.000000)\
-			0.000000	(t_x(278607,22)MM304,18351.p,0.000000)\
-			0.000000	(t_x(279405,87)KFZ4404E,18352.p,0.000000)\
-			0.000000	(t_x(279899,70)KFZ4404E,18353.p,0.000000)\
-			0.000000	(t_x(294049,464)RVKWU04M,18354.p,0.000000)\
-			0.000000	(t_x(309172,2033)EDGG704,18355.p,0.000000)\
-			0.000000	(t_x(292533,1373)RNI04M,18356.p,0.000000)\
-			0.000000	(t_x(297293,165)GL4W04M,18357.p,0.000000)\
-			0.000000	(t_x(295822,531)LEMDAT04,18358.p,0.000000)\
-			0.000000	(t_x(290447,384)LEBAS04M,18359.p,0.000000)\
-			0.000000	(t_x(284349,77)RQXU04E,18360.p,0.000000)\
-			0.000000	(t_x(279621,593)YH5MH04M,18361.p,0.000000)\
-			0.000000	(t_x(307091,149)RMZU04,18362.p,0.000000)\
-			0.000000	(t_x(285209,721)PMXX04M,18363.p,0.000000)\
-			0.000000	(t_x(284797,630)YB3EH04E,18364.p,0.000000)\
-			0.000000	(t_x(301727,319)LGKFN04,18365.p,0.000000)\
-			0.000000	(t_x(305019,754)RNS04M,18366.p,0.000000)\
-			0.000000	(t_x(293544,780)RQXSI04E,18367.p,0.000000)\
-			0.000000	(t_x(281854,610)KWUR404E,18368.p,0.000000)\
-			0.000000	(t_x(278681,590)EHAMA04,18369.p,0.000000)\
-			0.000000	(t_x(307805,608)LOVN1504,18370.p,0.000000)\
-			0.000000	(t_x(302456,289)MM204,18371.p,0.000000)\
-			0.000000	(t_x(321498,1800)EDGG704,18372.p,0.000000)\
-			0.000000	(t_x(301342,1260)LCES004M,18373.p,0.000000)\
-			0.000000	(t_x(301367,466)YB3EH04A,18374.p,0.000000)\
-			0.000000	(t_x(300052,198)YB3EH04E,18375.p,0.000000)\
-			0.000000	(t_x(296181,38)YB3EH04E,18376.p,0.000000)\
-			0.000000	(t_x(288358,596)KWUR404E,18377.p,0.000000)\
-			0.000000	(t_x(293757,2631)KFZ4404M,18378.p,0.000000)\
-			0.000000	(t_x(283795,357)RVKWU04M,18379.p,0.000000)\
-			0.000000	(t_x(302506,198)LGKFN04,18380.p,0.000000)\
-			0.000000	(t_x(298306,325)LOVN1504,18381.p,0.000000)\
-			0.000000	(t_x(295915,1187)LEMDAT04,18382.p,0.000000)\
-			0.000000	(t_x(280192,231)YH5MH04M,18383.p,0.000000)\
-			0.000000	(t_x(293560,655)RVKWU04M,18384.p,0.000000)\
-			0.000000	(t_x(281989,367)YH5MH04M,18385.p,0.000000)\
-			0.000000	(t_x(308004,296)ZM56704,18386.p,0.000000)\
-			0.000000	(t_x(283302,121)YB3EH04E,18387.p,0.000000)\
-			0.000000	(t_x(282582,176)KWUR404E,18388.p,0.000000)\
-			0.000000	(t_x(304483,1061)LCES004,18389.p,0.000000)\
-			0.000000	(t_x(292872,811)KSAL1204,18390.p,0.000000)\
-			0.000000	(t_x(278123,490)EGNOR04M,18391.p,0.000000)\
-			0.000000	(t_x(313102,19)LCES004,18392.p,0.000000)\
-			0.000000	(t_x(277424,744)EHAMA04,18393.p,0.000000)\
-			0.000000	(t_x(297744,208)LOVN1504,18394.p,0.000000)\
-			0.000000	(t_x(310303,1218)RMZU04,18395.p,0.000000)\
-			0.000000	(t_x(280283,209)YH5MH04M,18396.p,0.000000)\
-			0.000000	(t_x(294370,405)KSPE104D,18397.p,0.000000)\
-			0.000000	(t_x(303992,404)LGKFN04,18398.p,0.000000)\
-			0.000000	(t_x(278603,1100)EGNOR04M,18399.p,0.000000)\
-			0.000000	(t_x(304433,480)LELVU04,18400.p,0.000000)\
-			0.000000	(t_x(307145,94)KSAL1204,18401.p,0.000000)\
-			0.000000	(t_x(282868,551)KWUR404E,18402.p,0.000000)\
-			0.000000	(t_x(300455,886)LCES004M,18403.p,0.000000)\
-			0.000000	(t_x(291377,869)EG11G04M,18404.p,0.000000)\
-			0.000000	(t_x(287468,252)GL4W04M,18405.p,0.000000)\
-			0.000000	(t_x(289913,614)YH5MH04M,18406.p,0.000000)\
-			0.000000	(t_x(316298,2175)EDGG704,18407.p,0.000000)\
-			0.000000	(t_x(283853,123)RMZU04E,18408.p,0.000000)\
-			0.000000	(t_x(306307,765)RMZU04,18409.p,0.000000)\
-			0.000000	(t_x(290428,18)YB3EH04A,18410.p,0.000000)\
-			0.000000	(t_x(293048,293)LELVL04M,18411.p,0.000000)\
-			0.000000	(t_x(287200,142)GL4W04M,18412.p,0.000000)\
-			0.000000	(t_x(296155,169)LELVL04M,18413.p,0.000000)\
-			0.000000	(t_x(286685,863)RQXSI04E,18414.p,0.000000)\
-			0.000000	(t_x(284504,313)RQXSI04E,18415.p,0.000000)\
-			0.000000	(t_x(283139,129)RMZSI04M,18416.p,0.000000)\
-			0.000000	(t_x(291559,309)RFBRT04M,18417.p,0.000000)\
-			0.000000	(t_x(311142,410)MAB3404A,18418.p,0.000000)\
-			0.000000	(t_x(290650,500)PMXX04M,18419.p,0.000000)\
-			0.000000	(t_x(300045,407)KSPE104D,18420.p,0.000000)\
-			0.000000	(t_x(285656,921)PMXX04M,18421.p,0.000000)\
-			0.000000	(t_x(277278,1078)RASI04M,18422.p,0.000000)\
-			0.000000	(t_x(292091,253)LOVN1504,18423.p,0.000000)\
-			0.000000	(t_x(291572,29)YB3EH04A,18424.p,0.000000)\
-			0.000000	(t_x(296700,186)LELVU04,18425.p,0.000000)\
-			0.000000	(t_x(283584,408)$YB5WH04M,18426.p,0.000000)\
-			1.000000	(t_x(294807,320)LCES004M,18427.p,1.000000)\
-			0.000000	(t_x(293858,122)LELVL04M,18428.p,0.000000)\
-			0.000000	(t_x(305363,1515)KWUR1C04,18429.p,0.000000)\
-			0.000000	(t_x(278487,371)YH5MH04M,18430.p,0.000000)\
-			0.000000	(t_x(287288,520)KHVL104E,18431.p,0.000000)\
-			0.000000	(t_x(286902,96)KFZ4404E,18432.p,0.000000)\
-			0.000000	(t_x(295952,2340)RQXSI04E,18433.p,0.000000)\
-			0.000000	(t_x(297087,163)LGKFN04,18434.p,0.000000)\
-			0.000000	(t_x(292940,2098)EDGG704,18435.p,0.000000)\
-			0.000000	(t_x(307733,391)LELVL104,18436.p,0.000000)\
-			0.000000	(t_x(292094,79)BR204M,18437.p,0.000000)\
-			0.000000	(t_x(284781,101)EBEEC04M,18438.p,0.000000)\
-			0.000000	(t_x(295891,143)BR204M,18439.p,0.000000)\
-			0.000000	(t_x(295723,1768)RVKWU04M,18440.p,0.000000)\
-			0.000000	(t_x(295929,1210)RVKWU04M,18441.p,0.000000)\
-			0.000000	(t_x(306570,1796)YB3EH04A,18442.p,0.000000)\
-			0.000000	(t_x(284183,408)LOVN1504,18443.p,0.000000)\
-			0.000000	(t_x(290803,209)KHVL104E,18444.p,0.000000)\
-			0.000000	(t_x(309203,640)YB3EH04A,18445.p,0.000000)\
-			0.000000	(t_x(285794,532)RQXSI04E,18446.p,0.000000)\
-			0.000000	(t_x(279485,706)KHVL104E,18447.p,0.000000)\
-			0.000000	(t_x(305074,297)ZM56704,18448.p,0.000000)\
-			0.000000	(t_x(306801,880)RMZU04,18449.p,0.000000)\
-			0.000000	(t_x(318435,2220)EDGG704,18450.p,0.000000)\
-			0.000000	(t_x(285840,345)LELVL04M,18451.p,0.000000)\
-			0.000000	(t_x(288740,251)RQXSI04E,18452.p,0.000000)\
-			0.000000	(t_x(279716,1059)LELVU04,18453.p,0.000000)\
-			0.000000	(t_x(301680,1528)KWUR1C04,18454.p,0.000000)\
-			0.000000	(t_x(294815,892)RMZU04,18455.p,0.000000)\
-			0.000000	(t_x(281755,75)YB3EH04A,18456.p,0.000000)\
-			0.000000	(t_x(302351,1421)GL34W04,18457.p,0.000000)\
-			0.000000	(t_x(280781,77)LGKFN04,18458.p,0.000000)\
-			0.000000	(t_x(263594,1955)LCES004M,18459.p,0.000000)\
-			0.000000	(t_x(282278,478)KSPE1P04,18460.p,0.000000)\
-			0.000000	(t_x(284860,1795)RVKWU04M,18461.p,0.000000)\
-			0.000000	(t_x(268974,401)KSPE1P04,18462.p,0.000000)\
-			0.000000	(t_x(314538,1500)EDGG704,18463.p,0.000000)\
-			0.000000	(t_x(287527,257)KSPE1P04,18464.p,0.000000)\
-			0.000000	(t_x(303139,27)GL34W04,18465.p,0.000000)\
-			0.000000	(t_x(318660,844)EDGG704,18466.p,0.000000)\
-			0.000000	(t_x(306207,1045)LCES004M,18467.p,0.000000)\
-			0.000000	(t_x(289328,57)KCHI104M,18468.p,0.000000)\
-			0.000000	(t_x(279048,445)KHVL104E,18469.p,0.000000)\
-			0.000000	(t_x(311549,335)LELVL104,18470.p,0.000000)\
-			0.000000	(t_x(286590,148)YB5WH04M,18471.p,0.000000)\
-			0.000000	(t_x(308410,412)LEBAS04A,18472.p,0.000000)\
-			0.000000	(t_x(296549,194)YB5KL04E,18473.p,0.000000)\
-			0.000000	(t_x(289110,254)KWUR404E,18474.p,0.000000)\
-			0.000000	(t_x(284165,1370)RVKWU04M,18475.p,0.000000)\
-			0.000000	(t_x(283510,89)RMZU04E,18476.p,0.000000)\
-			0.000000	(t_x(302044,2193)$MYY04A,18477.p,0.000000)\
-			0.000000	(t_x(295416,830)EGNOR04M,18478.p,0.000000)\
-			0.000000	(t_x(277562,203)YH5MH04M,18479.p,0.000000)\
-			0.000000	(t_x(285688,536)RQXSI04E,18480.p,0.000000)\
-			0.000000	(t_x(296450,49)YB5WH04M,18481.p,0.000000)\
-			0.000000	(t_x(297145,453)LOVN1504,18482.p,0.000000)\
-			0.000000	(t_x(285483,49)YB3EH04E,18483.p,0.000000)\
-			0.000000	(t_x(296895,1903)YB3EH04E,18484.p,0.000000)\
-			0.000000	(t_x(283544,6524)LGKFN04,18485.p,0.000000)\
-			0.000000	(t_x(281946,6)KSPE1P04,18486.p,0.000000)\
-			0.000000	(t_x(293790,55)KSPE104D,18487.p,0.000000)\
-			0.000000	(t_x(288501,669)LEMDAT04,18488.p,0.000000)\
-			0.000000	(t_x(282374,671)RVKWU04M,18489.p,0.000000)\
-			0.000000	(t_x(294685,289)LELVU04,18490.p,0.000000)\
-			0.000000	(t_x(308432,449)RMZU04,18491.p,0.000000)\
-			0.000000	(t_x(279347,506)KSPE1P04,18492.p,0.000000)\
-			0.000000	(t_x(291554,378)YH5MH04M,18493.p,0.000000)\
-			0.000000	(t_x(286844,438)KSPE104D,18494.p,0.000000)\
-			0.000000	(t_x(293576,68)RMZU04E,18495.p,0.000000)\
-			0.000000	(t_x(279312,252)KSPE1P04,18496.p,0.000000)\
-			0.000000	(t_x(315428,519)LELVL104,18497.p,0.000000)\
-			0.000000	(t_x(301299,299)YB3EH04A,18498.p,0.000000)\
-			0.000000	(t_x(286628,370)RMZU04E,18499.p,0.000000)\
-			0.000000	(t_x(310127,369)YB3EH04A,18500.p,0.000000)\
-			0.000000	(t_x(295503,1235)RVKWU04M,18501.p,0.000000)\
-			0.000000	(t_x(279163,21)KHVL104E,18502.p,0.000000)\
-			0.000000	(t_x(301949,420)LCES004M,18503.p,0.000000)\
-			0.000000	(t_x(296963,178)LELVU04,18504.p,0.000000)\
-			0.000000	(t_x(291538,49)KSPE1P04,18505.p,0.000000)\
-			0.000000	(t_x(282205,249)YB3EH04E,18506.p,0.000000)\
-			0.000000	(t_x(287140,1676)RVKWU04M,18507.p,0.000000)\
-			0.000000	(t_x(277917,158)BR404M,18508.p,0.000000)\
-			0.000000	(t_x(284106,1095)RQXSI04E,18509.p,0.000000)\
-			0.000000	(t_x(291515,376)KSLN04M,18510.p,0.000000)\
-			0.000000	(t_x(300354,159)MEK04,18511.p,0.000000)\
-			0.000000	(t_x(295231,213)LOVN1504,18512.p,0.000000)\
-			0.000000	(t_x(291480,364)KSLN04M,18513.p,0.000000)\
-			0.000000	(t_x(302592,289)YD5WH04M,18514.p,0.000000)\
-			0.000000	(t_x(283092,186)KFZ4404E,18515.p,0.000000)\
-			0.000000	(t_x(292565,155)KFZ4404E,18516.p,0.000000)\
-			0.000000	(t_x(301709,1519)LCES004M,18517.p,0.000000)\
-			0.000000	(t_x(283452,171)RMZU04,18518.p,0.000000)\
-			0.000000	(t_x(288568,424)RQXSI04E,18519.p,0.000000)\
-			0.000000	(t_x(296232,418)LEBAS04A,18520.p,0.000000)\
-			0.000000	(t_x(308505,41)YB3EH04A,18521.p,0.000000)\
-			0.000000	(t_x(278889,448)KHVL104E,18522.p,0.000000)\
-			0.000000	(t_x(278647,629)EHAMA04,18523.p,0.000000)\
-			0.000000	(t_x(315019,1686)EDGG704,18524.p,0.000000)\
-			0.000000	(t_x(289901,163)RQXSI04E,18525.p,0.000000)\
-			0.000000	(t_x(292483,224)RVKWU04M,18526.p,0.000000)\
-			0.000000	(t_x(300174,278)RMZU04,18527.p,0.000000)\
-			0.000000	(t_x(296565,438)RNI04M,18528.p,0.000000)\
-			0.000000	(t_x(276531,521)KHVL104E,18529.p,0.000000)\
-			0.000000	(t_x(303850,505)LOVN1504,18530.p,0.000000)\
-			0.000000	(t_x(279834,457)YH5MH04M,18531.p,0.000000)\
-			0.000000	(t_x(294023,46)LELVL04M,18532.p,0.000000)\
-			0.000000	(t_x(296164,420)RQXSI04E,18533.p,0.000000)\
-			0.000000	(t_x(281905,834)YH5MH04M,18534.p,0.000000)\
-			0.000000	(t_x(306171,542)LOVN1504,18535.p,0.000000)\
-			0.000000	(t_x(263986,172)MAB3404A,18536.p,0.000000)\
-			0.000000	(t_x(309473,498)LOVN1504,18537.p,0.000000)\
-			0.000000	(t_x(278872,277)EG11G04M,18538.p,0.000000)\
-			0.000000	(t_x(285383,153)RNI04M,18539.p,0.000000)\
-			0.000000	(t_x(288728,171)EBEEC04M,18540.p,0.000000)\
-			0.000000	(t_x(294362,1962)EGNOR04M,18541.p,0.000000)\
-			0.000000	(t_x(300435,590)LGKFN04,18542.p,0.000000)\
-			0.000000	(t_x(288247,179)LELVL04M,18543.p,0.000000)\
-			0.000000	(t_x(295745,396)RNS04M,18544.p,0.000000)\
-			0.000000	(t_x(275809,289)YD5WH04M,18545.p,0.000000)\
-			0.000000	(t_x(316391,2220)EDGG704,18546.p,0.000000)\
-			0.000000	(t_x(279411,368)KSPE1P04,18547.p,0.000000)\
-			0.000000	(t_x(289999,714)PMXX04M,18548.p,0.000000)\
-			0.000000	(t_x(317920,1266)EDGG704,18549.p,0.000000)\
-			0.000000	(t_x(279642,493)KHVL104E,18550.p,0.000000)\
-			0.000000	(t_x(306710,677)LOVN1504,18551.p,0.000000)\
-			0.000000	(t_x(286575,15)LELVL04M,18552.p,0.000000)\
-			0.000000	(t_x(303351,337)LELVU04,18553.p,0.000000)\
-			0.000000	(t_x(277197,108)EG11G04M,18554.p,0.000000)\
-			0.000000	(t_x(307791,263)ZM56704,18555.p,0.000000)\
-			0.000000	(t_x(298333,226)KSPE104D,18556.p,0.000000)\
-			0.000000	(t_x(296407,1849)YB3EH04A,18557.p,0.000000)\
-			0.000000	(t_x(290996,442)PMXX04M,18558.p,0.000000)\
-			0.000000	(t_x(295790,593)LEMDAT04,18559.p,0.000000)\
-			0.000000	(t_x(285112,83)KSLN04M,18560.p,0.000000)\
-			0.000000	(t_x(294819,538)EGPFA04,18561.p,0.000000)\
-			0.000000	(t_x(289866,7)RVKWS04,18562.p,0.000000)\
-			0.000000	(t_x(309072,310)LELVL104,18563.p,0.000000)\
-			0.000000	(t_x(279340,59)YB5WH04M,18564.p,0.000000)\
-			0.000000	(t_x(308366,9)YB3EH04A,18565.p,0.000000)\
-			0.000000	(t_x(300256,462)LOVN1504,18566.p,0.000000)\
-			0.000000	(t_x(283036,162)LEBAS04M,18567.p,0.000000)\
-			0.000000	(t_x(295273,121)EG11G04M,18568.p,0.000000)\
-			0.000000	(t_x(291048,402)LEMDAT04,18569.p,0.000000)\
-			0.000000	(t_x(307977,29)ZM56704,18570.p,0.000000)\
-			0.000000	(t_x(312532,570)LELVL104,18571.p,0.000000)\
-			0.000000	(t_x(304895,6)LOVN1504,18572.p,0.000000)\
-			0.000000	(t_x(306139,478)LOVN1504,18573.p,0.000000)\
-			0.000000	(t_x(304690,775)LOVN1504,18574.p,0.000000)\
-			0.000000	(t_x(301601,442)LOVN1504,18575.p,0.000000)\
-			0.000000	(t_x(291679,782)RNS04M,18576.p,0.000000)\
-			0.000000	(t_x(308308,403)YB3EH04A,18577.p,0.000000)\
-			0.000000	(t_x(304753,646)LGKFN04,18578.p,0.000000)\
-			0.000000	(t_x(291326,8)YB3EH04A,18579.p,0.000000)\
-			0.000000	(t_x(294925,2095)RVKWU04M,18580.p,0.000000)\
-			0.000000	(t_x(283829,328)YB5WH04M,18581.p,0.000000)\
-			0.000000	(t_x(317908,1463)EDGG704,18582.p,0.000000)\
-			0.000000	(t_x(288250,79)YB3EH04E,18583.p,0.000000)\
-			0.000000	(t_x(294546,543)LOVN1504,18584.p,0.000000)\
-			0.000000	(t_x(303592,964)MGY04,18585.p,0.000000)\
-			0.000000	(t_x(307481,976)MGY04,18586.p,0.000000)\
-			0.000000	(t_x(314847,1161)MGY04,18587.p,0.000000)\
-			0.000000	(t_x(304862,1167)MGY04,18588.p,0.000000)\
-			0.000000	(t_x(304450,1125)MAB04,18589.p,0.000000)\
-			0.000000	(t_x(310724,626)MGY04,18590.p,0.000000)\
-			0.000000	(t_x(263926,1171)MGY04,18591.p,0.000000)\
-			0.000000	(t_x(311856,5744)MGY04,18592.p,0.000000)\
-			0.000000	(t_x(309959,1334)MGY04,18593.p,0.000000)\
-			0.000000	(t_x(296194,3133)$MEK04,18594.p,0.000000)\
-			0.000000	(t_x(318516,539)MGY04,18595.p,0.000000)\
-			0.000000	(t_x(308751,622)MGY04,18596.p,0.000000)\
-			0.000000	(t_x(304696,826)MGY04,18597.p,0.000000)\
-			0.000000	(t_x(304258,424)MRAEE04,18598.p,0.000000)\
-			0.000000	(t_x(295508,2460)$MEK04,18599.p,0.000000)\
-			0.000000	(t_x(305585,2596)MGY04,18600.p,0.000000)\
-			0.000000	(t_x(302044,2610)MGY04,18601.p,0.000000)\
-			0.000000	(t_x(308371,2625)MGY04,18602.p,0.000000)\
-			0.000000	(t_x(308336,2721)MGY04,18603.p,0.000000)\
-			0.000000	(t_x(314186,1958)KWUR1C04,18604.p,0.000000)\
-			0.000000	(t_x(285585,2922)MGY04,18605.p,0.000000)\
-			0.000000	(t_x(314823,2931)MGY04,18606.p,0.000000)\
-			0.000000	(t_x(302711,3121)MGY04,18607.p,0.000000)\
-			0.000000	(t_x(287438,618)RJIU04M,18608.p,0.000000)\
-			0.000000	(t_x(288696,670)RJIU04M,18609.p,0.000000)\
-			0.000000	(t_x(287937,800)RNI04M,18610.p,0.000000)\
-			0.000000	(t_x(288529,763)RJIU04M,18611.p,0.000000)\
-			0.000000	(t_x(306069,1688)MGY04,18612.p,0.000000)\
-			0.000000	(t_x(290215,726)RNI04M,18613.p,0.000000)\
-			0.000000	(t_x(310674,1306)MAB04,18614.p,0.000000)\
-			0.000000	(t_x(302758,860)RNI04M,18615.p,0.000000)\
-			0.000000	(t_x(303263,2218)MGY04,18616.p,0.000000)\
-			0.000000	(t_x(295274,913)RNI04M,18617.p,0.000000)\
-			0.000000	(t_x(297818,3171)MGY04,18618.p,0.000000)\
-			0.000000	(t_x(303416,1762)MGY04,18619.p,0.000000)\
-			0.000000	(t_x(309103,2637)MGY04,18620.p,0.000000)\
-			0.000000	(t_x(303200,7885)MGY04,18621.p,0.000000)\
-			0.000000	(t_x(309442,7937)MGY04,18622.p,0.000000)\
-			0.000000	(t_x(296307,948)RNI04M,18623.p,0.000000)\
-			0.000000	(t_x(302361,2151)MGY04,18624.p,0.000000)\
-			0.000000	(t_x(289828,76)MAB3404A,18625.p,0.000000)\
-			0.000000	(t_x(289843,398)MGY04,18626.p,0.000000)\
-			0.000000	(t_x(295283,5586)$MEK04,18627.p,0.000000)\
-			0.000000	(t_x(293252,1155)RNI04M,18628.p,0.000000)\
-			0.000000	(t_x(301760,5325)MAB04,18629.p,0.000000)\
-			0.000000	(t_x(310533,58)MEK04,18630.p,0.000000)\
-			0.000000	(t_x(297232,1293)RNI04M,18631.p,0.000000)\
-			0.000000	(t_x(263439,4415)YB3EH04A,18632.p,0.000000)\
-			0.000000	(t_x(302138,3032)MGY04,18633.p,0.000000)\
-			0.000000	(t_x(306499,2769)MGY04,18634.p,0.000000)\
-			0.000000	(t_x(288253,1337)RNI04M,18635.p,0.000000)\
-			0.000000	(t_x(281596,20)YB5KL04E,18636.p,0.000000)\
-			0.000000	(t_x(296953,4380)LCES004,18637.p,0.000000)\
-			0.000000	(t_x(293957,1356)RNI04M,18638.p,0.000000)\
-			0.000000	(t_x(305560,4459)MGY04,18639.p,0.000000)\
-			0.000000	(t_x(313569,4715)LCES004,18640.p,0.000000)\
-			0.000000	(t_x(278295,1374)RNI04M,18641.p,0.000000)\
-			0.000000	(t_x(294548,2006)MGY04,18642.p,0.000000)\
-			0.000000	(t_x(312199,4595)LCES004,18643.p,0.000000)\
-			0.000000	(t_x(297164,1920)RNI04M,18644.p,0.000000)\
-			0.000000	(t_x(293445,1475)RNI04M,18645.p,0.000000)\
-			0.000000	(t_x(298528,4775)LCES004,18646.p,0.000000)\
-			0.000000	(t_x(290082,1546)RNI04M,18647.p,0.000000)\
-			0.000000	(t_x(287924,1852)RNI04M,18648.p,0.000000)\
-			0.000000	(t_x(311878,835)MGY04,18649.p,0.000000)\
-			0.000000	(t_x(285383,1618)RNI04M,18650.p,0.000000)\
-			0.000000	(t_x(290858,1404)RNI04M,18651.p,0.000000)\
-			0.000000	(t_x(306769,8758)MAB04,18652.p,0.000000)\
-			0.000000	(t_x(316090,4824)LCES004,18653.p,0.000000)\
-			0.000000	(t_x(313068,4961)LCES004,18654.p,0.000000)\
-			0.000000	(t_x(285747,1630)RNI04M,18655.p,0.000000)\
-			0.000000	(t_x(302006,3195)MGY04,18656.p,0.000000)\
-			0.000000	(t_x(303612,5315)LCES004,18657.p,0.000000)\
-			0.000000	(t_x(306829,3262)MGY04,18658.p,0.000000)\
-			0.000000	(t_x(277197,1637)RNI04M,18659.p,0.000000)\
-			0.000000	(t_x(300621,5704)LCES004,18660.p,0.000000)\
-			0.000000	(t_x(290550,3036)MGY04,18661.p,0.000000)\
-			0.000000	(t_x(263862,5735)LCES004,18662.p,0.000000)\
-			0.000000	(t_x(293126,2086)RJIU04M,18663.p,0.000000)\
-			0.000000	(t_x(290578,1767)RNI04M,18664.p,0.000000)\
-			0.000000	(t_x(308144,2907)MAB04,18665.p,0.000000)\
-			0.000000	(t_x(305425,3188)MGY04,18666.p,0.000000)\
-			0.000000	(t_x(308511,2320)MAB04,18667.p,0.000000)\
-			0.000000	(t_x(311284,5795)LCES004,18668.p,0.000000)\
-			0.000000	(t_x(298180,1905)RNI04M,18669.p,0.000000)\
-			0.000000	(t_x(310502,3177)MAB04,18670.p,0.000000)\
-			0.000000	(t_x(304114,3049)MAB04,18671.p,0.000000)\
-			0.000000	(t_x(312066,1730)MRAE04,18672.p,0.000000)\
-			0.000000	(t_x(289192,3276)MGY04,18673.p,0.000000)\
-			0.000000	(t_x(293362,1682)RJIU04M,18674.p,0.000000)\
-			0.000000	(t_x(314600,4165)MRAE04,18675.p,0.000000)\
-			0.000000	(t_x(287980,632)RQXI04E,18676.p,0.000000)\
-			0.000000	(t_x(297402,7392)LCES004,18677.p,0.000000)\
-			0.000000	(t_x(307726,3396)MGY04,18678.p,0.000000)\
-			0.000000	(t_x(300445,6282)LCES004,18679.p,0.000000)\
-			0.000000	(t_x(310618,4634)MRAE04,18680.p,0.000000)\
-			0.000000	(t_x(287040,2048)RJIU04M,18681.p,0.000000)\
-			0.000000	(t_x(290566,2246)ZM56704,18682.p,0.000000)\
-			0.000000	(t_x(308914,4168)MAB04,18683.p,0.000000)\
-			0.000000	(t_x(305754,952)MGY04,18684.p,0.000000)\
-			0.000000	(t_x(312674,6395)LCES004,18685.p,0.000000)\
-			0.000000	(t_x(307285,899)MGY04,18686.p,0.000000)\
-			0.000000	(t_x(312881,3730)MGY04,18687.p,0.000000)\
-			0.000000	(t_x(302879,614)MGY04,18688.p,0.000000)\
-			0.000000	(t_x(320214,1517)MRAE04,18689.p,0.000000)\
-			0.000000	(t_x(263612,6576)LCES004,18690.p,0.000000)\
-			0.000000	(t_x(314402,4279)MAB04,18691.p,0.000000)\
-			0.000000	(t_x(308733,48)MAB04,18692.p,0.000000)\
-			0.000000	(t_x(289863,2351)MAB04,18693.p,0.000000)\
-			0.000000	(t_x(313701,1941)MRAE04,18694.p,0.000000)\
-			0.000000	(t_x(308647,2067)MRAE04,18695.p,0.000000)\
-			0.000000	(t_x(323044,1155)MRAE04,18696.p,0.000000)\
-			0.000000	(t_x(298434,6672)LCES004,18697.p,0.000000)\
-			0.000000	(t_x(306677,2261)MAB04,18698.p,0.000000)\
-			0.000000	(t_x(301477,2097)MRAE04,18699.p,0.000000)\
-			0.000000	(t_x(302874,645)MYY04A,18700.p,0.000000)\
-			0.000000	(t_x(263306,6935)LCES004,18701.p,0.000000)\
-			0.000000	(t_x(313003,2400)MRAE04,18702.p,0.000000)\
-			0.000000	(t_x(309693,281)MAB3404A,18703.p,0.000000)\
-			0.000000	(t_x(303195,2528)MRAE04,18704.p,0.000000)\
-			0.000000	(t_x(302424,1591)MYY04A,18705.p,0.000000)\
-			0.000000	(t_x(305823,1026)MGY04,18706.p,0.000000)\
-			0.000000	(t_x(312950,144)MAB04,18707.p,0.000000)\
-			0.000000	(t_x(304422,2506)MGY04,18708.p,0.000000)\
-			0.000000	(t_x(303350,1027)MEK04,18709.p,0.000000)\
-			0.000000	(t_x(312015,6995)LCES004,18710.p,0.000000)\
-			0.000000	(t_x(313433,2535)MRAE04,18711.p,0.000000)\
-			0.000000	(t_x(308449,2726)MRAE04,18712.p,0.000000)\
-			0.000000	(t_x(306346,7833)LCES004,18713.p,0.000000)\
-			0.000000	(t_x(289013,389)MEK04,18714.p,0.000000)\
-			0.000000	(t_x(309011,2728)MRAE04,18715.p,0.000000)\
-			0.000000	(t_x(311757,8135)LCES004,18716.p,0.000000)\
-			0.000000	(t_x(307779,330)MEK04,18717.p,0.000000)\
-			0.000000	(t_x(310647,4777)MGY04,18718.p,0.000000)\
-			0.000000	(t_x(307264,8455)LCES004,18719.p,0.000000)\
-			0.000000	(t_x(263580,8448)LCES004,18720.p,0.000000)\
-			0.000000	(t_x(291009,617)RQXSI04E,18721.p,0.000000)\
-			0.000000	(t_x(309981,1095)MAB04,18722.p,0.000000)\
-			0.000000	(t_x(305354,451)MEK04,18723.p,0.000000)\
-			0.000000	(t_x(303506,8675)LCES004,18724.p,0.000000)\
-			0.000000	(t_x(280274,77)RQXSI04E,18725.p,0.000000)\
-			0.000000	(t_x(312707,2899)MRAE04,18726.p,0.000000)\
-			0.000000	(t_x(303208,1123)MEK04,18727.p,0.000000)\
-			0.000000	(t_x(309577,300)MEK04,18728.p,0.000000)\
-			0.000000	(t_x(309711,2186)MAB04,18729.p,0.000000)\
-			0.000000	(t_x(286771,937)MGY04,18730.p,0.000000)\
-			0.000000	(t_x(290367,3060)MRAE04,18731.p,0.000000)\
-			0.000000	(t_x(311155,8721)LCES004,18732.p,0.000000)\
-			0.000000	(t_x(315366,507)MGY04,18733.p,0.000000)\
-			0.000000	(t_x(307626,2856)MRAE04,18734.p,0.000000)\
-			0.000000	(t_x(309588,3137)MGY04,18735.p,0.000000)\
-			0.000000	(t_x(312085,974)MAB3404A,18736.p,0.000000)\
-			0.000000	(t_x(312762,3129)MRAE04,18737.p,0.000000)\
-			0.000000	(t_x(301142,976)MEK04,18738.p,0.000000)\
-			0.000000	(t_x(304583,3079)MRAE04,18739.p,0.000000)\
-			0.000000	(t_x(307153,8906)LCES004,18740.p,0.000000)\
-			0.000000	(t_x(300642,3226)MGY04,18741.p,0.000000)\
-			0.000000	(t_x(313372,1094)MYY04A,18742.p,0.000000)\
-			0.000000	(t_x(312503,854)MEK04,18743.p,0.000000)\
-			0.000000	(t_x(317443,2737)MRAE04,18744.p,0.000000)\
-			0.000000	(t_x(306530,3341)MRAEE04,18745.p,0.000000)\
-			0.000000	(t_x(307845,748)MGY04,18746.p,0.000000)\
-			0.000000	(t_x(319288,4035)MRAE04,18747.p,0.000000)\
-			0.000000	(t_x(301524,6124)MRAEE04,18748.p,0.000000)\
-			0.000000	(t_x(309583,3986)MGY04,18749.p,0.000000)\
-			0.000000	(t_x(307979,1054)MEK04,18750.p,0.000000)\
-			0.000000	(t_x(304054,1825)MAB1204A,18751.p,0.000000)\
-			0.000000	(t_x(314563,1113)MGY04,18752.p,0.000000)\
-			0.000000	(t_x(310475,9095)LCES004,18753.p,0.000000)\
-			0.000000	(t_x(303148,4387)MRAE04,18754.p,0.000000)\
-			0.000000	(t_x(302844,1082)MEK04,18755.p,0.000000)\
-			0.000000	(t_x(307410,327)MGY04,18756.p,0.000000)\
-			0.000000	(t_x(306669,4095)MRAE04,18757.p,0.000000)\
-			0.000000	(t_x(309190,1159)MGY04,18758.p,0.000000)\
-			0.000000	(t_x(285664,9191)LCES004,18759.p,0.000000)\
-			0.000000	(t_x(312682,4155)MRAE04,18760.p,0.000000)\
-			0.000000	(t_x(302366,6581)MEK04,18761.p,0.000000)\
-			0.000000	(t_x(312369,1605)$MAB1204A,18762.p,0.000000)\
-			0.000000	(t_x(307182,1709)EDGG704,18763.p,0.000000)\
-			0.000000	(t_x(303235,1086)EGPFA04,18764.p,0.000000)\
-			0.000000	(t_x(282492,940)RQXI04E,18765.p,0.000000)\
-			0.000000	(t_x(313344,3355)MRAE04,18766.p,0.000000)\
-			0.000000	(t_x(279627,878)EGPFA04,18767.p,0.000000)\
-			0.000000	(t_x(307231,4155)MRAE04,18768.p,0.000000)\
-			0.000000	(t_x(289347,3860)MRAE04,18769.p,0.000000)\
-			0.000000	(t_x(314131,1929)MYY04A,18770.p,0.000000)\
-			0.000000	(t_x(317116,3529)MRAE04,18771.p,0.000000)\
-			0.000000	(t_x(311840,9335)LCES004,18772.p,0.000000)\
-			0.000000	(t_x(295047,1156)EGPFA04,18773.p,0.000000)\
-			0.000000	(t_x(282313,390)RQXSI04E,18774.p,0.000000)\
-			0.000000	(t_x(309625,2174)MGY04,18775.p,0.000000)\
-			0.000000	(t_x(313717,498)MRAEE04,18776.p,0.000000)\
-			0.000000	(t_x(311255,1261)MAB1204A,18777.p,0.000000)\
-			0.000000	(t_x(291957,998)RQXSI04E,18778.p,0.000000)\
-			0.000000	(t_x(296253,624)MRAEE04,18779.p,0.000000)\
-			0.000000	(t_x(304380,522)MRAEE04,18780.p,0.000000)\
-			0.000000	(t_x(311954,4172)MRAE04,18781.p,0.000000)\
-			0.000000	(t_x(291100,283)RQXI04E,18782.p,0.000000)\
-			0.000000	(t_x(309317,4951)MGY04,18783.p,0.000000)\
-			0.000000	(t_x(309695,628)MRAEE04,18784.p,0.000000)\
-			0.000000	(t_x(308769,4335)MRAE04,18785.p,0.000000)\
-			0.000000	(t_x(311998,692)MRAEE04,18786.p,0.000000)\
-			0.000000	(t_x(298704,4407)MRAE04,18787.p,0.000000)\
-			0.000000	(t_x(307696,5160)MGY04,18788.p,0.000000)\
-			0.000000	(t_x(304051,7842)MEK04,18789.p,0.000000)\
-			0.000000	(t_x(311108,9335)LCES004,18790.p,0.000000)\
-			0.000000	(t_x(312020,5313)MGY04,18791.p,0.000000)\
-			0.000000	(t_x(311440,3981)MGY04,18792.p,0.000000)\
-			0.000000	(t_x(305510,825)MRAEE04,18793.p,0.000000)\
-			0.000000	(t_x(308515,7747)MAB04,18794.p,0.000000)\
-			0.000000	(t_x(307158,493)MRAEE04,18795.p,0.000000)\
-			0.000000	(t_x(317360,599)MRAEE04,18796.p,0.000000)\
-			0.000000	(t_x(306269,4477)MRAE04,18797.p,0.000000)\
-			0.000000	(t_x(316446,7871)MGY04,18798.p,0.000000)\
-			0.000000	(t_x(314075,4935)MRAE04,18799.p,0.000000)\
-			0.000000	(t_x(291218,732)RQXI04E,18800.p,0.000000)\
-			0.000000	(t_x(309016,5115)MRAE04,18801.p,0.000000)\
-			0.000000	(t_x(311838,9353)LCES004,18802.p,0.000000)\
-			0.000000	(t_x(298578,5086)MGY04,18803.p,0.000000)\
-			0.000000	(t_x(302616,1083)MGY04,18804.p,0.000000)\
-			0.000000	(t_x(288915,382)MAB1204A,18805.p,0.000000)\
-			0.000000	(t_x(307304,4635)MRAE04,18806.p,0.000000)\
-			0.000000	(t_x(287347,5252)MGY04,18807.p,0.000000)\
-			0.000000	(t_x(303818,857)MAB04,18808.p,0.000000)\
-			0.000000	(t_x(301297,984)MRAEE04,18809.p,0.000000)\
-			0.000000	(t_x(294819,1738)EGPFA04,18810.p,0.000000)\
-			0.000000	(t_x(292107,820)RQXI04E,18811.p,0.000000)\
-			0.000000	(t_x(288914,381)MAB1204A,18812.p,0.000000)\
-			0.000000	(t_x(311151,4598)MGY04,18813.p,0.000000)\
-			0.000000	(t_x(305798,9395)LCES004,18814.p,0.000000)\
-			0.000000	(t_x(317924,5175)MRAE04,18815.p,0.000000)\
-			0.000000	(t_x(301260,149)MEK04,18816.p,0.000000)\
-			0.000000	(t_x(311073,8896)LCES004,18817.p,0.000000)\
-			0.000000	(t_x(285863,268)RQXI04E,18818.p,0.000000)\
-			0.000000	(t_x(294580,434)MRAEE04,18819.p,0.000000)\
-			0.000000	(t_x(291906,2506)EGNOR04M,18820.p,0.000000)\
-			0.000000	(t_x(293802,1313)EGPFA04,18821.p,0.000000)\
-			0.000000	(t_x(300666,9441)LCES004,18822.p,0.000000)\
-			0.000000	(t_x(280579,255)EGNOR04M,18823.p,0.000000)\
-			0.000000	(t_x(306563,192)MGY04,18824.p,0.000000)\
-			0.000000	(t_x(316914,221)MGY04,18825.p,0.000000)\
-			0.000000	(t_x(305584,1286)MGY04,18826.p,0.000000)\
-			0.000000	(t_x(301556,5362)MGY04,18827.p,0.000000)\
-			0.000000	(t_x(304262,785)MGY04,18828.p,0.000000)\
-			0.000000	(t_x(279241,843)EGNOR04M,18829.p,0.000000)\
-			0.000000	(t_x(289277,55)YBOLN04M,18830.p,0.000000)\
-			0.000000	(t_x(263593,10687)LCES004,18831.p,0.000000)\
-			0.000000	(t_x(291024,628)RQXI04E,18832.p,0.000000)\
-			0.000000	(t_x(313054,8147)MGY04,18833.p,0.000000)\
-			0.000000	(t_x(309099,119)MRAEE04,18834.p,0.000000)\
-			0.000000	(t_x(280252,5835)RQXSI04E,18835.p,0.000000)\
-			0.000000	(t_x(289673,376)MRAEE04,18836.p,0.000000)\
-			0.000000	(t_x(295608,1034)EGNOR04M,18837.p,0.000000)\
-			0.000000	(t_x(284104,1177)YD5WH04M,18838.p,0.000000)\
-			0.000000	(t_x(291594,1139)EG11G04M,18839.p,0.000000)\
-			0.000000	(t_x(283688,5889)RQXSI04E,18840.p,0.000000)\
-			0.000000	(t_x(290738,1334)EG11G04M,18841.p,0.000000)\
-			0.000000	(t_x(289502,2016)YD5WH04M,18842.p,0.000000)\
-			0.000000	(t_x(305276,8186)MEK04,18843.p,0.000000)\
-			0.000000	(t_x(291819,786)EGNOR04M,18844.p,0.000000)\
-			0.000000	(t_x(293657,1800)YD5WH04M,18845.p,0.000000)\
-			0.000000	(t_x(292231,1809)EG11G04M,18846.p,0.000000)\
-			0.000000	(t_x(286762,968)RJIU04M,18847.p,0.000000)\
-			0.000000	(t_x(297670,179)MEK04,18848.p,0.000000)\
-			0.000000	(t_x(311312,227)MEK04,18849.p,0.000000)\
-			0.000000	(t_x(297622,2252)YD5WH04M,18850.p,0.000000)\
-			0.000000	(t_x(301968,2017)EG11G04M,18851.p,0.000000)\
-			0.000000	(t_x(302060,2017)EG11G04M,18852.p,0.000000)\
-			0.000000	(t_x(314225,1828)MYY04A,18853.p,0.000000)\
-			0.000000	(t_x(311542,9451)LCES004,18854.p,0.000000)\
-			0.000000	(t_x(294112,1283)EG11G04M,18855.p,0.000000)\
-			0.000000	(t_x(289655,1017)RJIU04M,18856.p,0.000000)\
-			0.000000	(t_x(312036,8389)MGY04,18857.p,0.000000)\
-			0.000000	(t_x(290343,1086)RJIU04M,18858.p,0.000000)\
-			0.000000	(t_x(302661,2197)EG11G04M,18859.p,0.000000)\
-			0.000000	(t_x(272249,1295)EGNOR04M,18860.p,0.000000)\
-			0.000000	(t_x(288381,899)YD5WH04M,18861.p,0.000000)\
-			0.000000	(t_x(286569,204)EBBRA04E,18862.p,0.000000)\
-			0.000000	(t_x(289136,1089)RJIU04M,18863.p,0.000000)\
-			0.000000	(t_x(300631,3995)EG11G04M,18864.p,0.000000)\
-			0.000000	(t_x(307498,3147)LCES004,18865.p,0.000000)\
-			0.000000	(t_x(311886,9635)LCES004,18866.p,0.000000)\
-			0.000000	(t_x(309188,1621)MGY04,18867.p,0.000000)\
-			0.000000	(t_x(292796,2794)LCES004,18868.p,0.000000)\
-			0.000000	(t_x(294001,2394)RJIU04M,18869.p,0.000000)\
-			0.000000	(t_x(303203,2566)LCES004,18870.p,0.000000)\
-			0.000000	(t_x(277190,2308)EG11G04M,18871.p,0.000000)\
-			0.000000	(t_x(301303,8242)MGY04,18872.p,0.000000)\
-			0.000000	(t_x(290061,7205)MGY04,18873.p,0.000000)\
-			0.000000	(t_x(290967,1109)RJIU04M,18874.p,0.000000)\
-			0.000000	(t_x(292569,2373)RJIU04M,18875.p,0.000000)\
-			0.000000	(t_x(303314,2342)EG11G04M,18876.p,0.000000)\
-			0.000000	(t_x(290480,1500)RJIU04M,18877.p,0.000000)\
-			0.000000	(t_x(263921,2335)LCES004,18878.p,0.000000)\
-			0.000000	(t_x(291104,3399)LCES004,18879.p,0.000000)\
-			0.000000	(t_x(312895,3695)LCES004,18880.p,0.000000)\
-			0.000000	(t_x(278067,2556)EG11G04M,18881.p,0.000000)\
-			0.000000	(t_x(314108,1853)LCES004,18882.p,0.000000)\
-			0.000000	(t_x(294756,1535)RJIU04M,18883.p,0.000000)\
-			0.000000	(t_x(264033,8288)MGY04,18884.p,0.000000)\
-			0.000000	(t_x(312583,3695)LCES004,18885.p,0.000000)\
-			0.000000	(t_x(292533,591)RNI04M,18886.p,0.000000)\
-			0.000000	(t_x(297113,2033)RJIU04M,18887.p,0.000000)\
-			0.000000	(t_x(263931,2203)MYY04A,18888.p,0.000000)\
-			0.000000	(t_x(273386,877)EGNOR04M,18889.p,0.000000)\
-			0.000000	(t_x(314699,1835)LCES004,18890.p,0.000000)\
-			0.000000	(t_x(300097,2153)RJIU04M,18891.p,0.000000)\
-			0.000000	(t_x(291018,2264)MGY04,18892.p,0.000000)\
-			0.000000	(t_x(300064,1538)RJIU04M,18893.p,0.000000)\
-			0.000000	(t_x(297546,619)LGKFN04,18894.p,0.000000)\
-			0.000000	(t_x(289354,788)RJIU04M,18895.p,0.000000)\
-			0.000000	(t_x(305283,625)LGKFN04,18896.p,0.000000)\
-			0.000000	(t_x(283750,1741)YD5WH04M,18897.p,0.000000)\
-			0.000000	(t_x(285733,4189)LCES004,18898.p,0.000000)\
-			0.000000	(t_x(310158,2558)LCES004,18899.p,0.000000)\
-			0.000000	(t_x(263866,3721)LCES004,18900.p,0.000000)\
-			0.000000	(t_x(295546,1091)EGNOR04M,18901.p,0.000000)\
-			0.000000	(t_x(289367,873)RQXSI04E,18902.p,0.000000)\
-			0.000000	(t_x(278149,1082)EGNOR04M,18903.p,0.000000)\
-			0.000000	(t_x(287119,2164)RJIU04M,18904.p,0.000000)\
-			0.000000	(t_x(284417,1012)EGNOR04M,18905.p,0.000000)\
-			0.000000	(t_x(317048,2198)LCES004,18906.p,0.000000)\
-			0.000000	(t_x(312879,4295)LCES004,18907.p,0.000000)\
-			0.000000	(t_x(298700,732)YB3EH04A,18908.p,0.000000)\
-			0.000000	(t_x(311706,628)MEK04,18909.p,0.000000)\
-			0.000000	(t_x(312825,2114)LCES004,18910.p,0.000000)\
-			0.000000	(t_x(302301,978)GL34W04,18911.p,0.000000)\
-			0.000000	(t_x(297867,1598)RJIU04M,18912.p,0.000000)\
-			0.000000	(t_x(274577,1227)RQXSI04E,18913.p,0.000000)\
-			0.000000	(t_x(308624,10228)LCES004,18914.p,0.000000)\
-			0.000000	(t_x(287524,733)LGKFN04,18915.p,0.000000)\
-			0.000000	(t_x(280430,1391)LGKFN04,18916.p,0.000000)\
-			0.000000	(t_x(301843,1594)LGKFN04,18917.p,0.000000)\
-			0.000000	(t_x(300146,420)LGKFN04,18918.p,0.000000)\
-			0.000000	(t_x(295238,1725)RJIU04M,18919.p,0.000000)\
-			0.000000	(t_x(286963,1234)RQXSI04E,18920.p,0.000000)\
-			0.000000	(t_x(286743,414)LGKFN04,18921.p,0.000000)\
-			0.000000	(t_x(296960,5527)MRAE04,18922.p,0.000000)\
-			0.000000	(t_x(317644,5475)MRAE04,18923.p,0.000000)\
-			0.000000	(t_x(290342,1695)RJIU04M,18924.p,0.000000)\
-			0.000000	(t_x(309414,1988)LCES004,18925.p,0.000000)\
-			0.000000	(t_x(280645,80)YB5KL04E,18926.p,0.000000)\
-			0.000000	(t_x(289318,889)RNI04M,18927.p,0.000000)\
-			0.000000	(t_x(291724,153)KSLN04M,18928.p,0.000000)\
-			0.000000	(t_x(301431,1421)EGNOR04M,18929.p,0.000000)\
-			0.000000	(t_x(292265,981)RJIU04M,18930.p,0.000000)\
-			0.000000	(t_x(310096,654)MEK04,18931.p,0.000000)\
-			0.000000	(t_x(293177,2409)EG11G04M,18932.p,0.000000)\
-			0.000000	(t_x(294518,2349)EG11G04M,18933.p,0.000000)\
-			0.000000	(t_x(263515,835)LGKFN04,18934.p,0.000000)\
-			0.000000	(t_x(297929,1419)EGNOR04M,18935.p,0.000000)\
-			0.000000	(t_x(291994,203)YB5WH04M,18936.p,0.000000)\
-			0.000000	(t_x(292935,169)YB3EH04E,18937.p,0.000000)\
-			0.000000	(t_x(284313,1405)RQXSI04E,18938.p,0.000000)\
-			0.000000	(t_x(296922,2413)LGKFN04,18939.p,0.000000)\
-			0.000000	(t_x(296145,1911)EGPFA04,18940.p,0.000000)\
-			0.000000	(t_x(302531,2436)RJIU04M,18941.p,0.000000)\
-			0.000000	(t_x(311650,706)MEK04,18942.p,0.000000)\
-			0.000000	(t_x(290635,964)RQXI04E,18943.p,0.000000)\
-			0.000000	(t_x(303929,1561)LGKFN04,18944.p,0.000000)\
-			0.000000	(t_x(297984,3200)KSLN04A,18945.p,0.000000)\
-			0.000000	(t_x(311727,5234)MRAE04,18946.p,0.000000)\
-			0.000000	(t_x(287241,853)MAB1204A,18947.p,0.000000)\
-			0.000000	(t_x(302643,2413)EG11G04M,18948.p,0.000000)\
-			0.000000	(t_x(303377,416)MAB1204A,18949.p,0.000000)\
-			0.000000	(t_x(290406,2550)RJIU04M,18950.p,0.000000)\
-			0.000000	(t_x(290076,1498)RJIU04M,18951.p,0.000000)\
-			0.000000	(t_x(302317,2676)KSLN04M,18952.p,0.000000)\
-			0.000000	(t_x(287126,142)YB3EH04E,18953.p,0.000000)\
-			0.000000	(t_x(310272,9995)LCES004,18954.p,0.000000)\
-			0.000000	(t_x(289716,384)LGKFN04,18955.p,0.000000)\
-			0.000000	(t_x(284933,1750)LELVL04M,18956.p,0.000000)\
-			0.000000	(t_x(271616,1308)RQXSI04E,18957.p,0.000000)\
-			0.000000	(t_x(288522,292)YB3EH04E,18958.p,0.000000)\
-			0.000000	(t_x(309780,10295)LCES004,18959.p,0.000000)\
-			0.000000	(t_x(301272,2473)LGKFN04,18960.p,0.000000)\
-			0.000000	(t_x(296062,1605)RQXSI04E,18961.p,0.000000)\
-			0.000000	(t_x(304761,99)MAB1204A,18962.p,0.000000)\
-			0.000000	(t_x(294686,166)YB3EH04E,18963.p,0.000000)\
-			0.000000	(t_x(296157,1380)RQXSI04E,18964.p,0.000000)\
-			0.000000	(t_x(289232,988)RNI04M,18965.p,0.000000)\
-			0.000000	(t_x(292550,827)RJIU04M,18966.p,0.000000)\
-			0.000000	(t_x(308892,7440)MAB04,18967.p,0.000000)\
-			0.000000	(t_x(300430,547)RNI04M,18968.p,0.000000)\
-			0.000000	(t_x(308622,1336)LCES004,18969.p,0.000000)\
-			0.000000	(t_x(298006,761)RJIU04M,18970.p,0.000000)\
-			0.000000	(t_x(284028,369)RQXSI04E,18971.p,0.000000)\
-			0.000000	(t_x(286638,654)RNS04M,18972.p,0.000000)\
-			0.000000	(t_x(283343,260)YB5KL04E,18973.p,0.000000)\
-			0.000000	(t_x(311447,613)LGKFN04,18974.p,0.000000)\
-			0.000000	(t_x(313540,2728)LCES004,18975.p,0.000000)\
-			0.000000	(t_x(307190,313)LGKFN04,18976.p,0.000000)\
-			0.000000	(t_x(272695,1460)RQXI04E,18977.p,0.000000)\
-			0.000000	(t_x(289868,2672)LCES004,18978.p,0.000000)\
-			0.000000	(t_x(285241,5356)LGKFN04,18979.p,0.000000)\
-			0.000000	(t_x(290574,1455)BR404M,18980.p,0.000000)\
-			0.000000	(t_x(301590,872)LGKFN04,18981.p,0.000000)\
-			0.000000	(t_x(293521,910)RNI04M,18982.p,0.000000)\
-			0.000000	(t_x(296646,9695)LCES004,18983.p,0.000000)\
-			0.000000	(t_x(308619,2912)LGZAA04M,18984.p,0.000000)\
-			0.000000	(t_x(301621,770)RVKWS04,18985.p,0.000000)\
-			0.000000	(t_x(303128,51)LGKFN04,18986.p,0.000000)\
-			0.000000	(t_x(288693,1195)RJIU04M,18987.p,0.000000)\
-			0.000000	(t_x(272266,2297)YB5WH04M,18988.p,0.000000)\
-			0.000000	(t_x(292487,229)YB3EH04E,18989.p,0.000000)\
-			0.000000	(t_x(297335,1285)RJIU04M,18990.p,0.000000)\
-			0.000000	(t_x(300050,4072)GL4W04M,18991.p,0.000000)\
-			0.000000	(t_x(288765,978)RQXI04E,18992.p,0.000000)\
-			0.000000	(t_x(294556,2446)RJIU04M,18993.p,0.000000)\
-			0.000000	(t_x(263640,9770)LCES004,18994.p,0.000000)\
-			0.000000	(t_x(283751,766)RQXI04E,18995.p,0.000000)\
-			0.000000	(t_x(298619,623)RNS04M,18996.p,0.000000)\
-			0.000000	(t_x(278830,138)YB5KL04E,18997.p,0.000000)\
-			0.000000	(t_x(289978,788)RJIU04M,18998.p,0.000000)\
-			0.000000	(t_x(296406,719)RJIU04M,18999.p,0.000000)\
-			0.000000	(t_x(292989,320)YB5KL04E,19000.p,0.000000)\
-			0.000000	(t_x(308251,2567)LCES004,19001.p,0.000000)\
-			0.000000	(t_x(271211,1616)RQXSI04E,19002.p,0.000000)\
-			0.000000	(t_x(298588,662)LGKFN04,19003.p,0.000000)\
-			0.000000	(t_x(290455,854)RNS04M,19004.p,0.000000)\
-			0.000000	(t_x(280212,4791)LGKFN04,19005.p,0.000000)\
-			0.000000	(t_x(294654,669)RQXSI04E,19006.p,0.000000)\
-			0.000000	(t_x(293534,1861)BR404M,19007.p,0.000000)\
-			0.000000	(t_x(281346,549)RQXSI04E,19008.p,0.000000)\
-			0.000000	(t_x(291267,1011)RNS04M,19009.p,0.000000)\
-			0.000000	(t_x(298646,542)LGKFN04,19010.p,0.000000)\
-			0.000000	(t_x(294193,1092)LGKFN04,19011.p,0.000000)\
-			0.000000	(t_x(284810,5505)RQXSI04E,19012.p,0.000000)\
-			0.000000	(t_x(292050,2533)RJIU04M,19013.p,0.000000)\
-			0.000000	(t_x(304944,598)MAB1204A,19014.p,0.000000)\
-			0.000000	(t_x(295528,1260)RQXI04E,19015.p,0.000000)\
-			0.000000	(t_x(300356,2825)RJIU04M,19016.p,0.000000)\
-			0.000000	(t_x(300435,757)LGKFN04,19017.p,0.000000)\
-			0.000000	(t_x(288992,2254)RJIU04M,19018.p,0.000000)\
-			0.000000	(t_x(285766,655)RQXSI04E,19019.p,0.000000)\
-			0.000000	(t_x(293070,1084)RNS04M,19020.p,0.000000)\
-			0.000000	(t_x(303692,2948)LGKFN04,19021.p,0.000000)\
-			0.000000	(t_x(294940,1988)BR404M,19022.p,0.000000)\
-			0.000000	(t_x(295932,1435)RNS04M,19023.p,0.000000)\
-			0.000000	(t_x(263602,1876)LCES004,19024.p,0.000000)\
-			0.000000	(t_x(289164,1034)RNI04M,19025.p,0.000000)\
-			0.000000	(t_x(292808,1251)RJIU04M,19026.p,0.000000)\
-			0.000000	(t_x(287891,2909)RJIU04M,19027.p,0.000000)\
-			0.000000	(t_x(263004,1510)RQXSI04E,19028.p,0.000000)\
-			0.000000	(t_x(290696,1130)RNS04M,19029.p,0.000000)\
-			0.000000	(t_x(307679,10828)LCES004,19030.p,0.000000)\
-			0.000000	(t_x(313758,1816)LCES004,19031.p,0.000000)\
-			0.000000	(t_x(295371,1657)RQXSI04E,19032.p,0.000000)\
-			0.000000	(t_x(295585,39)KSLN04A,19033.p,0.000000)\
-			0.000000	(t_x(294613,797)LELVL04M,19034.p,0.000000)\
-			0.000000	(t_x(308325,2713)LGKFN04,19035.p,0.000000)\
-			0.000000	(t_x(281466,1540)EGNOR04M,19036.p,0.000000)\
-			0.000000	(t_x(295887,32)YB3EH04A,19037.p,0.000000)\
-			0.000000	(t_x(287243,1064)GL4W04M,19038.p,0.000000)\
-			0.000000	(t_x(297452,21)YB3EH04A,19039.p,0.000000)\
-			0.000000	(t_x(312912,721)MAB1204A,19040.p,0.000000)\
-			0.000000	(t_x(279339,244)YBOLN04M,19041.p,0.000000)\
-			0.000000	(t_x(308133,35)YB3EH04A,19042.p,0.000000)\
-			0.000000	(t_x(291484,1488)RNS04M,19043.p,0.000000)\
-			0.000000	(t_x(298249,1329)RNS04M,19044.p,0.000000)\
-			0.000000	(t_x(292666,1497)LGSRA04,19045.p,0.000000)\
-			0.000000	(t_x(305887,3470)LCES004,19046.p,0.000000)\
-			0.000000	(t_x(292297,2958)RJIU04M,19047.p,0.000000)\
-			0.000000	(t_x(292436,1585)EG11G04M,19048.p,0.000000)\
-			0.000000	(t_x(295328,1185)RQXSI04E,19049.p,0.000000)\
-			0.000000	(t_x(295562,1034)RQXSI04E,19050.p,0.000000)\
-			0.000000	(t_x(292494,789)RQXSI04E,19051.p,0.000000)\
-			0.000000	(t_x(287817,1203)LGKFN04,19052.p,0.000000)\
-			0.000000	(t_x(292544,789)EG11G04M,19053.p,0.000000)\
-			0.000000	(t_x(294816,1503)YB5KL04E,19054.p,0.000000)\
-			0.000000	(t_x(283272,2095)RQXI04E,19055.p,0.000000)\
-			0.000000	(t_x(301074,814)LGKFN04,19056.p,0.000000)\
-			0.000000	(t_x(301161,2445)MYY04A,19057.p,0.000000)\
-			0.000000	(t_x(305557,2574)LCES004,19058.p,0.000000)\
-			0.000000	(t_x(292257,928)RQXI04E,19059.p,0.000000)\
-			0.000000	(t_x(292245,1940)BR404M,19060.p,0.000000)\
-			0.000000	(t_x(278185,345)YBOLN04M,19061.p,0.000000)\
-			0.000000	(t_x(283042,1585)LGKFN04,19062.p,0.000000)\
-			0.000000	(t_x(273793,649)YB5WH04M,19063.p,0.000000)\
-			0.000000	(t_x(289240,1101)EG11G04M,19064.p,0.000000)\
-			0.000000	(t_x(286897,2215)RQXSI04E,19065.p,0.000000)\
-			0.000000	(t_x(287194,1730)RQXSI04E,19066.p,0.000000)\
-			0.000000	(t_x(286600,2953)LGKFN04,19067.p,0.000000)\
-			0.000000	(t_x(264011,2428)LCES004,19068.p,0.000000)\
-			0.000000	(t_x(289805,1497)YB5KL04E,19069.p,0.000000)\
-			0.000000	(t_x(292967,1813)RNS04M,19070.p,0.000000)\
-			0.000000	(t_x(294736,484)RQXI04E,19071.p,0.000000)\
-			0.000000	(t_x(308334,233)EBEEC04M,19072.p,0.000000)\
-			0.000000	(t_x(272849,1538)LGKFN04,19073.p,0.000000)\
-			0.000000	(t_x(273072,2441)RQXSI04E,19074.p,0.000000)\
-			0.000000	(t_x(298116,2755)RJIU04M,19075.p,0.000000)\
-			0.000000	(t_x(285782,733)RQXSI04E,19076.p,0.000000)\
-			0.000000	(t_x(295532,1170)RNI04M,19077.p,0.000000)\
-			0.000000	(t_x(280245,988)RQXI04E,19078.p,0.000000)\
-			0.000000	(t_x(287253,79)YB3EH04E,19079.p,0.000000)\
-			0.000000	(t_x(280458,242)EBEEC04M,19080.p,0.000000)\
-			0.000000	(t_x(291367,1029)EG11G04M,19081.p,0.000000)\
-			0.000000	(t_x(277936,1546)LGKFN04,19082.p,0.000000)\
-			0.000000	(t_x(283102,467)YB5KL04E,19083.p,0.000000)\
-			0.000000	(t_x(283526,816)KFZ4404M,19084.p,0.000000)\
-			0.000000	(t_x(311850,1398)MAB3404A,19085.p,0.000000)\
-			0.000000	(t_x(279279,640)YH5MH04M,19086.p,0.000000)\
-			0.000000	(t_x(306413,1324)LGKFN04,19087.p,0.000000)\
-			0.000000	(t_x(290568,1001)LEBAS04M,19088.p,0.000000)\
-			0.000000	(t_x(289563,1263)RNI04M,19089.p,0.000000)\
-			0.000000	(t_x(314223,1794)LCES004,19090.p,0.000000)\
-			0.000000	(t_x(292683,1539)YB5WH04M,19091.p,0.000000)\
-			0.000000	(t_x(292417,10350)LCES004,19092.p,0.000000)\
-			0.000000	(t_x(296923,350)YB3EH04E,19093.p,0.000000)\
-			0.000000	(t_x(307728,824)MAB1204A,19094.p,0.000000)\
-			0.000000	(t_x(297507,684)RQXSI04E,19095.p,0.000000)\
-			0.000000	(t_x(287020,1373)RNS04M,19096.p,0.000000)\
-			0.000000	(t_x(262946,755)RQXSI04E,19097.p,0.000000)\
-			0.000000	(t_x(296754,1639)LGKFN04,19098.p,0.000000)\
-			0.000000	(t_x(308507,9995)LCES004,19099.p,0.000000)\
-			0.000000	(t_x(304722,853)MAB1204A,19100.p,0.000000)\
-			0.000000	(t_x(287222,818)RQXSI04E,19101.p,0.000000)\
-			0.000000	(t_x(295809,2402)BR404M,19102.p,0.000000)\
-			0.000000	(t_x(275270,1000)RQXSI04E,19103.p,0.000000)\
-			0.000000	(t_x(273032,654)RQXSI04E,19104.p,0.000000)\
-			0.000000	(t_x(294674,334)EBEEC04M,19105.p,0.000000)\
-			0.000000	(t_x(283706,290)YB3EH04E,19106.p,0.000000)\
-			0.000000	(t_x(307461,490)RJIU04M,19107.p,0.000000)\
-			0.000000	(t_x(293188,2692)RJIU04M,19108.p,0.000000)\
-			0.000000	(t_x(297087,1753)LGKFN04,19109.p,0.000000)\
-			0.000000	(t_x(285042,1771)LELVL04M,19110.p,0.000000)\
-			0.000000	(t_x(295407,560)RJIU04M,19111.p,0.000000)\
-			0.000000	(t_x(282480,1562)EBBRA04E,19112.p,0.000000)\
-			0.000000	(t_x(282859,1391)RQXSI04E,19113.p,0.000000)\
-			0.000000	(t_x(273004,1552)EGNOR04M,19114.p,0.000000)\
-			0.000000	(t_x(297157,1742)LGKFN04,19115.p,0.000000)\
-			0.000000	(t_x(289894,1234)LCES004,19116.p,0.000000)\
-			0.000000	(t_x(293889,2123)BR404M,19117.p,0.000000)\
-			0.000000	(t_x(301759,1724)KCHI104M,19118.p,0.000000)\
-			0.000000	(t_x(289045,1331)RNS04M,19119.p,0.000000)\
-			0.000000	(t_x(287660,1732)EG11G04M,19120.p,0.000000)\
-			0.000000	(t_x(283392,896)RQXSI04E,19121.p,0.000000)\
-			0.000000	(t_x(283468,1017)RQXSI04E,19122.p,0.000000)\
-			0.000000	(t_x(294133,605)RJIU04M,19123.p,0.000000)\
-			0.000000	(t_x(295329,828)YB5WH04M,19124.p,0.000000)\
-			0.000000	(t_x(288421,155)YB5KL04E,19125.p,0.000000)\
-			0.000000	(t_x(281059,643)YBOLN04M,19126.p,0.000000)\
-			0.000000	(t_x(295980,1408)RNS04M,19127.p,0.000000)\
-			0.000000	(t_x(287193,1775)RQXSI04E,19128.p,0.000000)\
-			0.000000	(t_x(291579,215)RJIU04M,19129.p,0.000000)\
-			0.000000	(t_x(282784,1034)RQXSI04E,19130.p,0.000000)\
-			0.000000	(t_x(263410,2372)LGKFN04,19131.p,0.000000)\
-			0.000000	(t_x(304825,813)EBEEC04M,19132.p,0.000000)\
-			0.000000	(t_x(291031,2254)EG11G04M,19133.p,0.000000)\
-			0.000000	(t_x(311285,1868)LCES004,19134.p,0.000000)\
-			0.000000	(t_x(291577,1620)EGNOR04M,19135.p,0.000000)\
-			0.000000	(t_x(296338,938)RQXSI04E,19136.p,0.000000)\
-			0.000000	(t_x(290491,1985)RNI04M,19137.p,0.000000)\
-			0.000000	(t_x(284722,632)RJIU04M,19138.p,0.000000)\
-			0.000000	(t_x(286461,402)YB3EH04E,19139.p,0.000000)\
-			0.000000	(t_x(288601,1787)LGKFN04,19140.p,0.000000)\
-			0.000000	(t_x(285949,1059)RQXI04E,19141.p,0.000000)\
-			0.000000	(t_x(284380,3028)EGNOR04M,19142.p,0.000000)\
-			0.000000	(t_x(263860,2327)LCES004,19143.p,0.000000)\
-			0.000000	(t_x(292801,485)PMXX04M,19144.p,0.000000)\
-			0.000000	(t_x(301501,1489)LCES004,19145.p,0.000000)\
-			0.000000	(t_x(288401,1626)EGNOR04M,19146.p,0.000000)\
-			0.000000	(t_x(285990,391)EBEEC04M,19147.p,0.000000)\
-			0.000000	(t_x(293647,3172)RJIU04M,19148.p,0.000000)\
-			0.000000	(t_x(277127,2220)LGKFN04,19149.p,0.000000)\
-			0.000000	(t_x(295886,2229)EG11G04M,19150.p,0.000000)\
-			0.000000	(t_x(310560,834)LCES004,19151.p,0.000000)\
-			0.000000	(t_x(289587,605)PMXX04M,19152.p,0.000000)\
-			0.000000	(t_x(294950,1920)RNS04M,19153.p,0.000000)\
-			0.000000	(t_x(300765,151)YB3EH04E,19154.p,0.000000)\
-			0.000000	(t_x(291082,2420)LELVU04,19155.p,0.000000)\
-			0.000000	(t_x(297125,496)YB3EH04E,19156.p,0.000000)\
-			0.000000	(t_x(298574,3753)YB3EH04E,19157.p,0.000000)\
-			0.000000	(t_x(285189,2155)RVKWU04M,19158.p,0.000000)\
-			0.000000	(t_x(293371,40)RJIU04M,19159.p,0.000000)\
-			0.000000	(t_x(263962,1387)LCES004,19160.p,0.000000)\
-			0.000000	(t_x(289455,3212)RJIU04M,19161.p,0.000000)\
-			0.000000	(t_x(286715,37)YB5WH04M,19162.p,0.000000)\
-			0.000000	(t_x(291027,945)YH5MH04M,19163.p,0.000000)\
-			0.000000	(t_x(307870,1149)GL34W04,19164.p,0.000000)\
-			0.000000	(t_x(294472,3000)RASI04M,19165.p,0.000000)\
-			0.000000	(t_x(289705,830)YB3EH04E,19166.p,0.000000)\
-			0.000000	(t_x(292908,1662)EG11G04M,19167.p,0.000000)\
-			0.000000	(t_x(294876,391)PMXX04M,19168.p,0.000000)\
-			0.000000	(t_x(290037,5)RJIU04M,19169.p,0.000000)\
-			0.000000	(t_x(275522,680)PMXX04M,19170.p,0.000000)\
-			0.000000	(t_x(282099,1854)EG11G04M,19171.p,0.000000)\
-			0.000000	(t_x(297062,530)YB3EH04E,19172.p,0.000000)\
-			0.000000	(t_x(294552,591)EGNOR04M,19173.p,0.000000)\
-			0.000000	(t_x(295966,649)YB5KL04E,19174.p,0.000000)\
-			0.000000	(t_x(280221,480)YB5KL04E,19175.p,0.000000)\
-			0.000000	(t_x(294327,872)RNI04M,19176.p,0.000000)\
-			0.000000	(t_x(289276,278)RNS04M,19177.p,0.000000)\
-			0.000000	(t_x(297977,1574)EGNOR04M,19178.p,0.000000)\
-			0.000000	(t_x(287785,1208)KFZ4404M,19179.p,0.000000)\
-			0.000000	(t_x(290219,1499)MGY04,19180.p,0.000000)\
-			0.000000	(t_x(304456,178)RJIU04M,19181.p,0.000000)\
-			0.000000	(t_x(287016,211)YBOLN04M,19182.p,0.000000)\
-			0.000000	(t_x(284085,2015)RVKWU04M,19183.p,0.000000)\
-			0.000000	(t_x(285575,430)RQXI04E,19184.p,0.000000)\
-			0.000000	(t_x(312938,908)LCES004,19185.p,0.000000)\
-			0.000000	(t_x(298038,623)EDGG704,19186.p,0.000000)\
-			0.000000	(t_x(284631,1785)RQXSI04E,19187.p,0.000000)\
-			0.000000	(t_x(284106,983)RQXSI04E,19188.p,0.000000)\
-			0.000000	(t_x(281048,1926)LGKFN04,19189.p,0.000000)\
-			0.000000	(t_x(282046,956)YB5WH04M,19190.p,0.000000)\
-			0.000000	(t_x(293444,540)YB5KL04E,19191.p,0.000000)\
-			0.000000	(t_x(284894,713)PMXX04M,19192.p,0.000000)\
-			0.000000	(t_x(288411,21)YBOLN04M,19193.p,0.000000)\
-			0.000000	(t_x(287111,676)EGNOR04M,19194.p,0.000000)\
-			0.000000	(t_x(285506,393)YB5KL04E,19195.p,0.000000)\
-			0.000000	(t_x(290776,270)RJIU04M,19196.p,0.000000)\
-			0.000000	(t_x(294004,480)YB5KL04E,19197.p,0.000000)\
-			0.000000	(t_x(287855,405)RNS04M,19198.p,0.000000)\
-			0.000000	(t_x(290666,1476)MGY04,19199.p,0.000000)\
-			0.000000	(t_x(283921,3170)EGNOR04M,19200.p,0.000000)\
-			0.000000	(t_x(285818,150)YBOLN04M,19201.p,0.000000)\
-			0.000000	(t_x(295131,306)YBOLN04M,19202.p,0.000000)\
-			0.000000	(t_x(293570,349)YB5KL04E,19203.p,0.000000)\
-			0.000000	(t_x(286180,210)YB5KL04E,19204.p,0.000000)\
-			0.000000	(t_x(279011,1624)LGKFN04,19205.p,0.000000)\
-			0.000000	(t_x(281174,447)YB5KL04E,19206.p,0.000000)\
-			0.000000	(t_x(312097,2828)LCES004,19207.p,0.000000)\
-			0.000000	(t_x(283559,1911)LGKFN04,19208.p,0.000000)\
-			0.000000	(t_x(302310,569)LGKFN04,19209.p,0.000000)\
-			0.000000	(t_x(287358,1219)RQXSI04E,19210.p,0.000000)\
-			0.000000	(t_x(278162,205)YBOLN04M,19211.p,0.000000)\
-			0.000000	(t_x(288242,997)PMXX04M,19212.p,0.000000)\
-			0.000000	(t_x(281983,556)YB5WH04M,19213.p,0.000000)\
-			0.000000	(t_x(277826,439)RJIU04M,19214.p,0.000000)\
-			0.000000	(t_x(296992,590)YB3EH04E,19215.p,0.000000)\
-			0.000000	(t_x(285658,222)YB5WH04M,19216.p,0.000000)\
-			0.000000	(t_x(289457,459)RJIU04M,19217.p,0.000000)\
-			0.000000	(t_x(289945,1941)LGKFN04,19218.p,0.000000)\
-			0.000000	(t_x(300578,179)MEK04,19219.p,0.000000)\
-			0.000000	(t_x(289911,258)PMXX04M,19220.p,0.000000)\
-			0.000000	(t_x(295034,737)RNS04M,19221.p,0.000000)\
-			0.000000	(t_x(295927,3220)RJIU04M,19222.p,0.000000)\
-			0.000000	(t_x(289566,1879)LGKFN04,19223.p,0.000000)\
-			0.000000	(t_x(288631,63)YBOLN04M,19224.p,0.000000)\
-			0.000000	(t_x(276122,2205)EG11G04M,19225.p,0.000000)\
-			0.000000	(t_x(289288,624)PMXX04M,19226.p,0.000000)\
-			0.000000	(t_x(280888,421)YBOLN04M,19227.p,0.000000)\
-			0.000000	(t_x(295004,69)RMZU04E,19228.p,0.000000)\
-			0.000000	(t_x(294740,650)YB3EH04E,19229.p,0.000000)\
-			0.000000	(t_x(289249,1540)KFZ4404M,19230.p,0.000000)\
-			0.000000	(t_x(310235,151)GL34W04,19231.p,0.000000)\
-			0.000000	(t_x(295104,1097)LEMDAT04,19232.p,0.000000)\
-			0.000000	(t_x(308743,644)MAB3404A,19233.p,0.000000)\
-			0.000000	(t_x(278651,271)YB5KL04E,19234.p,0.000000)\
-			0.000000	(t_x(292026,714)LELVL04M,19235.p,0.000000)\
-			0.000000	(t_x(286625,1330)PMXX04M,19236.p,0.000000)\
-			0.000000	(t_x(282890,2241)EGNOR04M,19237.p,0.000000)\
-			0.000000	(t_x(283889,206)LELVL04M,19238.p,0.000000)\
-			0.000000	(t_x(290528,347)YH5MH04M,19239.p,0.000000)\
-			0.000000	(t_x(307712,783)EDGG704,19240.p,0.000000)\
-			0.000000	(t_x(285123,686)LGKFN04,19241.p,0.000000)\
-			0.000000	(t_x(292753,112)YB5WH04M,19242.p,0.000000)\
-			0.000000	(t_x(277472,2528)EG11G04M,19243.p,0.000000)\
-			0.000000	(t_x(305816,608)MAB1204A,19244.p,0.000000)\
-			0.000000	(t_x(291312,2865)LGKFN04,19245.p,0.000000)\
-			0.000000	(t_x(263570,356)LELVU04,19246.p,0.000000)\
-			0.000000	(t_x(292099,1660)EGNOR04M,19247.p,0.000000)\
-			0.000000	(t_x(280706,1084)RQXSI04E,19248.p,0.000000)\
-			0.000000	(t_x(289759,522)EDGG704,19249.p,0.000000)\
-			0.000000	(t_x(277463,1981)LGKFN04,19250.p,0.000000)\
-			0.000000	(t_x(291679,2082)RNS04M,19251.p,0.000000)\
-			0.000000	(t_x(311265,2025)LCES004,19252.p,0.000000)\
-			0.000000	(t_x(291353,377)RMZSI04M,19253.p,0.000000)\
-			1.000000	(t_x(281599,6)RMZU04E,19254.p,1.000000)\
-			0.000000	(t_x(294284,8305)MAB04,19255.p,0.000000)\
-			0.000000	(t_x(305671,309)LELVU04,19256.p,0.000000)\
-			0.000000	(t_x(298519,672)YB3EH04A,19257.p,0.000000)\
-			0.000000	(t_x(282583,997)PMXX04M,19258.p,0.000000)\
-			0.000000	(t_x(290681,90)YBOLN04M,19259.p,0.000000)\
-			0.000000	(t_x(291843,650)LELVL04M,19260.p,0.000000)\
-			0.000000	(t_x(309573,2056)LCES004,19261.p,0.000000)\
-			0.000000	(t_x(294706,1456)MM304,19262.p,0.000000)\
-			0.000000	(t_x(281643,320)YB5KL04E,19263.p,0.000000)\
-			0.000000	(t_x(293009,1233)RQXU04E,19264.p,0.000000)\
-			0.000000	(t_x(276837,525)$BR404M,19265.p,0.000000)\
-			0.000000	(t_x(301888,216)KWUR1C04,19266.p,0.000000)\
-			0.000000	(t_x(295501,247)LEBAS04M,19267.p,0.000000)\
-			0.000000	(t_x(304007,2857)EG11G04M,19268.p,0.000000)\
-			0.000000	(t_x(310635,24)MAB1204A,19269.p,0.000000)\
-			0.000000	(t_x(302135,2977)EG11G04M,19270.p,0.000000)\
-			0.000000	(t_x(282954,1030)RQXI04E,19271.p,0.000000)\
-			0.000000	(t_x(287946,445)PMXX04M,19272.p,0.000000)\
-			0.000000	(t_x(318187,480)MRAEE04,19273.p,0.000000)\
-			0.000000	(t_x(295153,356)YB5WH04M,19274.p,0.000000)\
-			0.000000	(t_x(303717,2435)LGZAA04M,19275.p,0.000000)\
-			0.000000	(t_x(287895,614)PMXX04M,19276.p,0.000000)\
-			0.000000	(t_x(298471,6871)LGKFN04,19277.p,0.000000)\
-			0.000000	(t_x(300287,756)RNS04M,19278.p,0.000000)\
-			0.000000	(t_x(289649,63)YBOLN04M,19279.p,0.000000)\
-			0.000000	(t_x(304753,1065)LGKFN04,19280.p,0.000000)\
-			0.000000	(t_x(295156,716)YB3EH04E,19281.p,0.000000)\
-			0.000000	(t_x(288361,586)PMXX04M,19282.p,0.000000)\
-			0.000000	(t_x(295893,1462)LEMDAT04,19283.p,0.000000)\
-			0.000000	(t_x(287158,189)YBOLN04M,19284.p,0.000000)\
-			0.000000	(t_x(296295,240)YB3EH04E,19285.p,0.000000)\
-			0.000000	(t_x(282657,592)RMZU04E,19286.p,0.000000)\
-			0.000000	(t_x(285826,824)YBOLN04M,19287.p,0.000000)\
-			0.000000	(t_x(288792,270)YB5WH04M,19288.p,0.000000)\
-			0.000000	(t_x(293565,1662)RJIU04M,19289.p,0.000000)\
-			0.000000	(t_x(302047,486)MAB1204A,19290.p,0.000000)\
-			0.000000	(t_x(313563,609)MAB1204A,19291.p,0.000000)\
-			0.000000	(t_x(291968,2497)EG11G04M,19292.p,0.000000)\
-			0.000000	(t_x(305803,328)KWUR1C04,19293.p,0.000000)\
-			0.000000	(t_x(315232,728)LCES004,19294.p,0.000000)\
-			0.000000	(t_x(297442,2409)EG11G04M,19295.p,0.000000)\
-			0.000000	(t_x(267696,58)YB5KL04E,19296.p,0.000000)\
-			0.000000	(t_x(295745,996)RNS04M,19297.p,0.000000)\
-			0.000000	(t_x(292992,2887)EG11G04M,19298.p,0.000000)\
-			0.000000	(t_x(287235,512)PMXX04M,19299.p,0.000000)\
-			0.000000	(t_x(286616,2507)RVKWU04M,19300.p,0.000000)\
-			0.000000	(t_x(289007,807)YB5WH04M,19301.p,0.000000)\
-			0.000000	(t_x(276307,1983)LGKFN04,19302.p,0.000000)\
-			0.000000	(t_x(291727,305)EBEEC04M,19303.p,0.000000)\
-			0.000000	(t_x(283259,248)EGNOR04M,19304.p,0.000000)\
-			0.000000	(t_x(297851,291)LEBAS04M,19305.p,0.000000)\
-			0.000000	(t_x(283256,256)EGNOR04M,19306.p,0.000000)\
-			0.000000	(t_x(303842,799)LELVU04,19307.p,0.000000)\
-			0.000000	(t_x(294770,275)YB3EH04E,19308.p,0.000000)\
-			0.000000	(t_x(263958,581)LCES004,19309.p,0.000000)\
-			0.000000	(t_x(286726,339)YB5WH04M,19310.p,0.000000)\
-			0.000000	(t_x(296481,240)YB3EH04E,19311.p,0.000000)\
-			0.000000	(t_x(295287,319)RQXSI04E,19312.p,0.000000)\
-			0.000000	(t_x(273048,552)YB5WH04M,19313.p,0.000000)\
-			0.000000	(t_x(294005,14)RJIU04M,19314.p,0.000000)\
-			0.000000	(t_x(290166,2140)RNS04M,19315.p,0.000000)\
-			0.000000	(t_x(293250,522)YB5WH04M,19316.p,0.000000)\
-			0.000000	(t_x(283389,1166)RQXSI04E,19317.p,0.000000)\
-			0.000000	(t_x(288247,458)YB5WH04M,19318.p,0.000000)\
-			0.000000	(t_x(310792,202)MAB1204A,19319.p,0.000000)\
-			0.000000	(t_x(281483,1762)EGNOR04M,19320.p,0.000000)\
-			0.000000	(t_x(295885,1020)RQXSI04E,19321.p,0.000000)\
-			0.000000	(t_x(305851,939)MAB1204A,19322.p,0.000000)\
-			0.000000	(t_x(316314,471)KWUR1C04,19323.p,0.000000)\
-			0.000000	(t_x(295216,672)YB3EH04E,19324.p,0.000000)\
-			0.000000	(t_x(293580,64)RQXU04E,19325.p,0.000000)\
-			0.000000	(t_x(283333,136)YB5WH04M,19326.p,0.000000)\
-			0.000000	(t_x(276959,664)PMXX04M,19327.p,0.000000)\
-			0.000000	(t_x(291523,548)PMXX04M,19328.p,0.000000)\
-			0.000000	(t_x(294200,1140)RQXSI04E,19329.p,0.000000)\
-			0.000000	(t_x(282514,1221)RQXSI04E,19330.p,0.000000)\
-			0.000000	(t_x(282807,191)LGKFN04,19331.p,0.000000)\
-			0.000000	(t_x(280825,642)LGKFN04,19332.p,0.000000)\
-			0.000000	(t_x(293539,2590)RVKWU04M,19333.p,0.000000)\
-			0.000000	(t_x(270468,450)YB5KL04E,19334.p,0.000000)\
-			0.000000	(t_x(283663,1053)RQXSI04E,19335.p,0.000000)\
-			0.000000	(t_x(289283,723)LEMDAT04,19336.p,0.000000)\
-			0.000000	(t_x(263196,1237)RQXSI04E,19337.p,0.000000)\
-			0.000000	(t_x(293901,897)PMXX04M,19338.p,0.000000)\
-			0.000000	(t_x(295734,1544)LEMDAT04,19339.p,0.000000)\
-			0.000000	(t_x(293116,872)LELVL04M,19340.p,0.000000)\
-			0.000000	(t_x(294848,846)EGNOR04M,19341.p,0.000000)\
-			0.000000	(t_x(317300,866)EDGG704,19342.p,0.000000)\
-			0.000000	(t_x(287736,1755)PMXX04M,19343.p,0.000000)\
-			0.000000	(t_x(306920,223)LGKFN04,19344.p,0.000000)\
-			0.000000	(t_x(281962,584)PMXX04M,19345.p,0.000000)\
-			0.000000	(t_x(302136,168)BR404M,19346.p,0.000000)\
-			0.000000	(t_x(283562,688)PMXX04M,19347.p,0.000000)\
-			0.000000	(t_x(290247,270)KFZ4404E,19348.p,0.000000)\
-			0.000000	(t_x(289999,817)PMXX04M,19349.p,0.000000)\
-			0.000000	(t_x(303992,1409)LGKFN04,19350.p,0.000000)\
-			0.000000	(t_x(288768,176)RMZSI04M,19351.p,0.000000)\
-			0.000000	(t_x(292178,2396)EGNOR04M,19352.p,0.000000)\
-			0.000000	(t_x(295754,1478)LEMDAT04,19353.p,0.000000)\
-			0.000000	(t_x(280871,119)LELVU04,19354.p,0.000000)\
-			0.000000	(t_x(285482,606)PMXX04M,19355.p,0.000000)\
-			0.000000	(t_x(286415,333)EBEEC04M,19356.p,0.000000)\
-			0.000000	(t_x(294912,763)RNS04M,19357.p,0.000000)\
-			0.000000	(t_x(287908,314)YB3EH04A,19358.p,0.000000)\
-			0.000000	(t_x(300727,268)EGNOR04M,19359.p,0.000000)\
-			0.000000	(t_x(298266,1999)LGKFN04,19360.p,0.000000)\
-			0.000000	(t_x(295428,519)RJIU04M,19361.p,0.000000)\
-			0.000000	(t_x(282660,711)PMXX04M,19362.p,0.000000)\
-			0.000000	(t_x(291847,878)YB5WH04M,19363.p,0.000000)\
-			0.000000	(t_x(295522,1217)PMXX04M,19364.p,0.000000)\
-			0.000000	(t_x(286277,953)KFZ4404M,19365.p,0.000000)\
-			0.000000	(t_x(288341,483)KWUR1C04,19366.p,0.000000)\
-			0.000000	(t_x(305962,768)LEMDAT04,19367.p,0.000000)\
-			0.000000	(t_x(278562,627)YB5KL04E,19368.p,0.000000)\
-			0.000000	(t_x(297636,231)YB5WH04M,19369.p,0.000000)\
-			0.000000	(t_x(285128,340)EG11G04M,19370.p,0.000000)\
-			0.000000	(t_x(291226,1249)RQXSI04E,19371.p,0.000000)\
-			0.000000	(t_x(273980,823)PMXX04M,19372.p,0.000000)\
-			0.000000	(t_x(297721,123)KSLN04A,19373.p,0.000000)\
-			0.000000	(t_x(284357,2620)RVKWU04M,19374.p,0.000000)\
-			0.000000	(t_x(295936,810)YB5KL04E,19375.p,0.000000)\
-			0.000000	(t_x(279817,687)EGNOR04M,19376.p,0.000000)\
-			0.000000	(t_x(290055,198)RMZU04E,19377.p,0.000000)\
-			0.000000	(t_x(287944,362)KFZ4404M,19378.p,0.000000)\
-			0.000000	(t_x(309684,292)ZM56704,19379.p,0.000000)\
-			0.000000	(t_x(294135,184)LELVL04M,19380.p,0.000000)\
-			0.000000	(t_x(288405,1515)PMXX04M,19381.p,0.000000)\
-			0.000000	(t_x(294690,1254)RVKWU04M,19382.p,0.000000)\
-			0.000000	(t_x(296164,645)RQXSI04E,19383.p,0.000000)\
-			0.000000	(t_x(301711,314)LCES004M,19384.p,0.000000)\
-			0.000000	(t_x(283194,459)PMXX04M,19385.p,0.000000)\
-			0.000000	(t_x(293168,340)RMZU04E,19386.p,0.000000)\
-			0.000000	(t_x(281922,393)YB5KL04E,19387.p,0.000000)\
-			0.000000	(t_x(292153,1106)YB5WH04M,19388.p,0.000000)\
-			0.000000	(t_x(295473,880)LELVU04,19389.p,0.000000)\
-			0.000000	(t_x(290395,426)PMXX04M,19390.p,0.000000)\
-			0.000000	(t_x(291164,957)RQXU04E,19391.p,0.000000)\
-			0.000000	(t_x(263323,401)LEBAS04M,19392.p,0.000000)\
-			0.000000	(t_x(287544,378)BR404M,19393.p,0.000000)\
-			0.000000	(t_x(272287,186)RMZU04E,19394.p,0.000000)\
-			0.000000	(t_x(295656,559)RQXSI04E,19395.p,0.000000)\
-			0.000000	(t_x(296158,0),19396.p,0.000000)\
-			0.000000	(t_x(303423,1000)EDGG704,19397.p,0.000000)\
-			0.000000	(t_x(285835,37)YB3EH04A,19398.p,0.000000)\
-			0.000000	(t_x(292803,2221)LGKFN04,19399.p,0.000000)\
-			0.000000	(t_x(304690,61)LOVN1504,19400.p,0.000000)\
-			0.000000	(t_x(291013,72)BR404M,19401.p,0.000000)\
-			0.000000	(t_x(281359,894)PMXX04M,19402.p,0.000000)\
-			0.000000	(t_x(292120,163)YB3EH04E,19403.p,0.000000)\
-			0.000000	(t_x(285688,424)RQXSI04E,19404.p,0.000000)\
-			0.000000	(t_x(294986,522)LGKFN04,19405.p,0.000000)\
-			0.000000	(t_x(295319,2088)EGPFA04,19406.p,0.000000)\
-			0.000000	(t_x(293139,940)RNS04M,19407.p,0.000000)\
-			0.000000	(t_x(284595,522)RQXSI04E,19408.p,0.000000)\
-			0.000000	(t_x(295343,3027)RVKWU04M,19409.p,0.000000)\
-			0.000000	(t_x(303156,2942)EG11G04M,19410.p,0.000000)\
-			0.000000	(t_x(285693,824)YB3EH04E,19411.p,0.000000)\
-			0.000000	(t_x(283823,810)YB3EH04E,19412.p,0.000000)\
-			0.000000	(t_x(288692,114)YB5WH04M,19413.p,0.000000)\
-			0.000000	(t_x(303216,114)MEK04,19414.p,0.000000)\
-			0.000000	(t_x(295098,210)YB5KL04E,19415.p,0.000000)\
-			0.000000	(t_x(294899,959)PMXX04M,19416.p,0.000000)\
-			0.000000	(t_x(285794,420)RQXSI04E,19417.p,0.000000)\
-			0.000000	(t_x(295594,2172)RNS04M,19418.p,0.000000)\
-			0.000000	(t_x(284797,672)BR204M,19419.p,0.000000)\
-			0.000000	(t_x(294460,227)PMXX04M,19420.p,0.000000)\
-			0.000000	(t_x(279193,454)YH5MH04M,19421.p,0.000000)\
-			0.000000	(t_x(308239,579)KWUR1C04,19422.p,0.000000)\
-			0.000000	(t_x(286685,1088)RQXSI04E,19423.p,0.000000)\
-			0.000000	(t_x(302863,1301)LEBAS04M,19424.p,0.000000)\
-			0.000000	(t_x(292278,210)RMZU04E,19425.p,0.000000)\
-			0.000000	(t_x(297572,3087)RVKWU04M,19426.p,0.000000)\
-			0.000000	(t_x(284165,1647)RVKWU04M,19427.p,0.000000)\
-			0.000000	(t_x(282677,390)YBOLN04M,19428.p,0.000000)\
-			0.000000	(t_x(285328,63)KFZ4404M,19429.p,0.000000)\
-			0.000000	(t_x(285395,63)KFZ4404M,19430.p,0.000000)\
-			0.000000	(t_x(288927,1752)KFZ4404M,19431.p,0.000000)\
-			0.000000	(t_x(279686,207)YBOLN04M,19432.p,0.000000)\
-			0.000000	(t_x(278663,951)EHAMA04,19433.p,0.000000)\
-			0.000000	(t_x(305697,1188)LEMDAT04,19434.p,0.000000)\
-			0.000000	(t_x(288720,754)PMXX04M,19435.p,0.000000)\
-			0.000000	(t_x(295700,1209)RQXSI04E,19436.p,0.000000)\
-			0.000000	(t_x(283821,684)KWUR404E,19437.p,0.000000)\
-			0.000000	(t_x(283489,822)RVKWU04M,19438.p,0.000000)\
-			0.000000	(t_x(294406,52)RQXSI04E,19439.p,0.000000)\
-			0.000000	(t_x(286404,1775)PMXX04M,19440.p,0.000000)\
-			0.000000	(t_x(306304,96)MAB3404A,19441.p,0.000000)\
-			0.000000	(t_x(304486,952)LELVU04,19442.p,0.000000)\
-			0.000000	(t_x(281824,1707)RVKWU04M,19443.p,0.000000)\
-			0.000000	(t_x(281334,717)RVKWU04M,19444.p,0.000000)\
-			0.000000	(t_x(282645,531)RMZU04E,19445.p,0.000000)\
-			0.000000	(t_x(279804,381)YH5MH04M,19446.p,0.000000)\
-			0.000000	(t_x(295929,1429)RASI04M,19447.p,0.000000)\
-			0.000000	(t_x(287402,1184)LELVL04M,19448.p,0.000000)\
-			0.000000	(t_x(293074,651)RQXU04E,19449.p,0.000000)\
-			0.000000	(t_x(288918,1205)RQXSI04E,19450.p,0.000000)\
-			0.000000	(t_x(292152,362)BR404M,19451.p,0.000000)\
-			0.000000	(t_x(286627,123)YBOLN04M,19452.p,0.000000)\
-			0.000000	(t_x(279893,975)EHAMA04,19453.p,0.000000)\
-			0.000000	(t_x(287329,606)YB5WH04M,19454.p,0.000000)\
-			0.000000	(t_x(284723,349)YB3EH04E,19455.p,0.000000)\
-			0.000000	(t_x(291264,359)PMXX04M,19456.p,0.000000)\
-			0.000000	(t_x(291528,135)YB3EH04E,19457.p,0.000000)\
-			0.000000	(t_x(317538,631)MAB1204A,19458.p,0.000000)\
-			0.000000	(t_x(308125,2617)LCES004,19459.p,0.000000)\
-			0.000000	(t_x(288428,842)RVKWU04M,19460.p,0.000000)\
-			0.000000	(t_x(315991,1270)EDGG704,19461.p,0.000000)\
-			0.000000	(t_x(278871,503)KWUR404E,19462.p,0.000000)\
-			0.000000	(t_x(291287,68)RQXU04E,19463.p,0.000000)\
-			0.000000	(t_x(292388,951)RQXU04E,19464.p,0.000000)\
-			0.000000	(t_x(293601,127)YB5KL04E,19465.p,0.000000)\
-			0.000000	(t_x(313875,1262)LCES004,19466.p,0.000000)\
-			0.000000	(t_x(282755,766)KWUR404E,19467.p,0.000000)\
-			0.000000	(t_x(301417,582)LGKFN04,19468.p,0.000000)\
-			0.000000	(t_x(291494,47)YH5MH04M,19469.p,0.000000)\
-			0.000000	(t_x(281749,111)YBOLN04M,19470.p,0.000000)\
-			0.000000	(t_x(307878,703)KWUR1C04,19471.p,0.000000)\
-			0.000000	(t_x(271099,63)YBOLN04M,19472.p,0.000000)\
-			0.000000	(t_x(287579,1249)RQXSI04E,19473.p,0.000000)\
-			0.000000	(t_x(294908,205)YBOLN04M,19474.p,0.000000)\
-			0.000000	(t_x(291189,2683)RVKWU04M,19475.p,0.000000)\
-			0.000000	(t_x(292439,585)EBEEC04M,19476.p,0.000000)\
-			0.000000	(t_x(303868,1369)LEMDAT04,19477.p,0.000000)\
-			0.000000	(t_x(292069,283)YD5WH04M,19478.p,0.000000)\
-			0.000000	(t_x(316916,1349)EDGG704,19479.p,0.000000)\
-			0.000000	(t_x(289397,514)LGKFN04,19480.p,0.000000)\
-			0.000000	(t_x(279142,154)RQXU04E,19481.p,0.000000)\
-			0.000000	(t_x(284190,1230)PMXX04M,19482.p,0.000000)\
-			0.000000	(t_x(307875,148)KSLN04A,19483.p,0.000000)\
-			0.000000	(t_x(296238,1628)RJIU04M,19484.p,0.000000)\
-			0.000000	(t_x(300896,345)GL34W04,19485.p,0.000000)\
-			0.000000	(t_x(295497,1327)PMXX04M,19486.p,0.000000)\
-			0.000000	(t_x(300850,1041)LELVU04,19487.p,0.000000)\
-			0.000000	(t_x(280428,41)YB5KL04E,19488.p,0.000000)\
-			0.000000	(t_x(296342,305)EGNOR04M,19489.p,0.000000)\
-			0.000000	(t_x(295794,1352)LEMDAT04,19490.p,0.000000)\
-			0.000000	(t_x(294047,1605)LELVL04M,19491.p,0.000000)\
-			0.000000	(t_x(286582,627)KFZ4404M,19492.p,0.000000)\
-			0.000000	(t_x(283036,531)LEBAS04M,19493.p,0.000000)\
-			0.000000	(t_x(303652,37)ZM56704,19494.p,0.000000)\
-			0.000000	(t_x(304570,420)LCES004M,19495.p,0.000000)\
-			0.000000	(t_x(279398,24)YH5MH04M,19496.p,0.000000)\
-			0.000000	(t_x(300964,462)LGKFN04,19497.p,0.000000)\
-			0.000000	(t_x(278885,342)YB5KL04E,19498.p,0.000000)\
-			0.000000	(t_x(284700,552)YB3EH04E,19499.p,0.000000)\
-			0.000000	(t_x(271214,1107)RMZU04E,19500.p,0.000000)\
-			0.000000	(t_x(308533,1057)EDGG704,19501.p,0.000000)\
-			0.000000	(t_x(304230,1297)EDGG704,19502.p,0.000000)\
-			0.000000	(t_x(309270,7)MAB3404A,19503.p,0.000000)\
-			0.000000	(t_x(296450,226)YBOLN04M,19504.p,0.000000)\
-			0.000000	(t_x(293498,1154)PMXX04M,19505.p,0.000000)\
-			0.000000	(t_x(294672,1320)RQXSI04E,19506.p,0.000000)\
-			0.000000	(t_x(307831,44)ZM56704,19507.p,0.000000)\
-			0.000000	(t_x(292100,497)PMXX04M,19508.p,0.000000)\
-			0.000000	(t_x(302132,368)LOVN1504,19509.p,0.000000)\
-			0.000000	(t_x(279756,1151)YH5MH04M,19510.p,0.000000)\
-			0.000000	(t_x(306384,1011)LELVU04,19511.p,0.000000)\
-			0.000000	(t_x(279887,4363)LGSRA04,19512.p,0.000000)\
-			0.000000	(t_x(297135,69)RNI04M,19513.p,0.000000)\
-			0.000000	(t_x(295296,225)RQXSI04E,19514.p,0.000000)\
-			0.000000	(t_x(281143,516)LGKFN04,19515.p,0.000000)\
-			0.000000	(t_x(303829,379)LOVN1504,19516.p,0.000000)\
-			0.000000	(t_x(308597,58)YB3EH04A,19517.p,0.000000)\
-			0.000000	(t_x(311032,332)LOVN1504,19518.p,0.000000)\
-			0.000000	(t_x(285178,156)PMXX04M,19519.p,0.000000)\
-			0.000000	(t_x(283414,247)$KWUR404E,19520.p,0.000000)\
-			0.000000	(t_x(303580,2946)EG11G04M,19521.p,0.000000)\
-			0.000000	(t_x(289472,2433)KWUR404E,19522.p,0.000000)\
-			0.000000	(t_x(296303,153)$KWUR404E,19523.p,0.000000)\
-			0.000000	(t_x(310005,1116)EDGG704,19524.p,0.000000)\
-			0.000000	(t_x(297504,28)YB3EH04A,19525.p,0.000000)\
-			0.000000	(t_x(301721,846)LGKFN04,19526.p,0.000000)\
-			0.000000	(t_x(295116,702)RQXU04E,19527.p,0.000000)\
-			0.000000	(t_x(309462,379)LOVN1504,19528.p,0.000000)\
-			0.000000	(t_x(293430,1071)RQXU04E,19529.p,0.000000)\
-			0.000000	(t_x(279651,528)YB5WH04M,19530.p,0.000000)\
-			0.000000	(t_x(278681,1567)EHAMA04,19531.p,0.000000)\
-			0.000000	(t_x(277112,154)YB5KL04E,19532.p,0.000000)\
-			0.000000	(t_x(308004,373)ZM56704,19533.p,0.000000)\
-			0.000000	(t_x(286485,101)YBOLN04M,19534.p,0.000000)\
-			0.000000	(t_x(315779,722)LCES004,19535.p,0.000000)\
-			0.000000	(t_x(294752,469)YB3EH04E,19536.p,0.000000)\
-			0.000000	(t_x(279592,806)KHVL104E,19537.p,0.000000)\
-			0.000000	(t_x(284393,341)YB5WH04M,19538.p,0.000000)\
-			0.000000	(t_x(282727,642)LGKFN04,19539.p,0.000000)\
-			0.000000	(t_x(296549,467)YBOLN04M,19540.p,0.000000)\
-			0.000000	(t_x(295915,715)LEMDAT04,19541.p,0.000000)\
-			0.000000	(t_x(294433,1340)RVKWU04M,19542.p,0.000000)\
-			0.000000	(t_x(306751,716)KWUR1C04,19543.p,0.000000)\
-			0.000000	(t_x(293156,762)RQXU04E,19544.p,0.000000)\
-			0.000000	(t_x(315748,1179)EDGG704,19545.p,0.000000)\
-			0.000000	(t_x(297119,1949)EGNOR04M,19546.p,0.000000)\
-			0.000000	(t_x(279431,55)YBOLN04M,19547.p,0.000000)\
-			0.000000	(t_x(285656,510)PMXX04M,19548.p,0.000000)\
-			0.000000	(t_x(292714,183)YB5WH04M,19549.p,0.000000)\
-			0.000000	(t_x(281925,7)EBBRA04E,19550.p,0.000000)\
-			0.000000	(t_x(288599,101)RMZU04E,19551.p,0.000000)\
-			0.000000	(t_x(298263,575)$KWUR404E,19552.p,0.000000)\
-			0.000000	(t_x(294611,1160)EGNOR04M,19553.p,0.000000)\
-			0.000000	(t_x(287433,219)YBOLN04M,19554.p,0.000000)\
-			0.000000	(t_x(293965,1025)RNS04M,19555.p,0.000000)\
-			0.000000	(t_x(283998,547)YB5WH04M,19556.p,0.000000)\
-			0.000000	(t_x(301088,1354)LEMDAT04,19557.p,0.000000)\
-			0.000000	(t_x(279482,546)YB5WH04M,19558.p,0.000000)\
-			0.000000	(t_x(295547,620)YB5KL04E,19559.p,0.000000)\
-			0.000000	(t_x(295752,695)LEMDAT04,19560.p,0.000000)\
-			0.000000	(t_x(280804,87)RMZU04E,19561.p,0.000000)\
-			0.000000	(t_x(301727,486)LGKFN04,19562.p,0.000000)\
-			0.000000	(t_x(288107,213)KWUR404E,19563.p,0.000000)\
-			0.000000	(t_x(298368,569)LOVN1504,19564.p,0.000000)\
-			0.000000	(t_x(292672,702)RQXU04E,19565.p,0.000000)\
-			0.000000	(t_x(291206,122)RQXU04E,19566.p,0.000000)\
-			0.000000	(t_x(279395,201)YBOLN04M,19567.p,0.000000)\
-			0.000000	(t_x(280607,289)YB5WH04M,19568.p,0.000000)\
-			0.000000	(t_x(302665,485)GL34W04,19569.p,0.000000)\
-			0.000000	(t_x(305532,132)YB3EH04A,19570.p,0.000000)\
-			0.000000	(t_x(292716,16)KSLN04M,19571.p,0.000000)\
-			0.000000	(t_x(312731,18)GL34W04,19572.p,0.000000)\
-			0.000000	(t_x(293927,49)YB5KL04E,19573.p,0.000000)\
-			0.000000	(t_x(301010,2305)RNS04M,19574.p,0.000000)\
-			0.000000	(t_x(297505,580)RQXSI04E,19575.p,0.000000)\
-			0.000000	(t_x(293268,107)YB3EH04A,19576.p,0.000000)\
-			0.000000	(t_x(305661,591)LOVN1504,19577.p,0.000000)\
-			0.000000	(t_x(313119,396)LOVN1504,19578.p,0.000000)\
-			0.000000	(t_x(305462,1146)EDGG704,19579.p,0.000000)\
-			0.000000	(t_x(308021,12)MEK04,19580.p,0.000000)\
-			0.000000	(t_x(290866,141)YBOLN04M,19581.p,0.000000)\
-			0.000000	(t_x(292875,942)RQXU04E,19582.p,0.000000)\
-			0.000000	(t_x(311949,127)MAB1204A,19583.p,0.000000)\
-			0.000000	(t_x(291519,223)ZM56704,19584.p,0.000000)\
-			0.000000	(t_x(284287,264)PMXX04M,19585.p,0.000000)\
-			0.000000	(t_x(279243,418)KSPE1P04,19586.p,0.000000)\
-			0.000000	(t_x(290553,662)LEMDAT04,19587.p,0.000000)\
-			0.000000	(t_x(296261,351)YBOLN04M,19588.p,0.000000)\
-			0.000000	(t_x(295587,100)YBOLN04M,19589.p,0.000000)\
-			0.000000	(t_x(297904,248)LOVN1504,19590.p,0.000000)\
-			0.000000	(t_x(291652,582)LEBAS04M,19591.p,0.000000)\
-			0.000000	(t_x(316430,1393)LCES004,19592.p,0.000000)\
-			0.000000	(t_x(298090,107)YB3EH04A,19593.p,0.000000)\
-			0.000000	(t_x(286185,188)LGKFN04,19594.p,0.000000)\
-			0.000000	(t_x(296350,155)RQXSI04E,19595.p,0.000000)\
-			0.000000	(t_x(282582,245)KWUR404E,19596.p,0.000000)\
-			0.000000	(t_x(313638,1228)EDGG704,19597.p,0.000000)\
-			0.000000	(t_x(307977,106)ZM56704,19598.p,0.000000)\
-			0.000000	(t_x(286494,604)YBOLN04M,19599.p,0.000000)\
-			0.000000	(t_x(273960,310)EGNOR04M,19600.p,0.000000)\
-			0.000000	(t_x(292111,977)LGKFN04,19601.p,0.000000)\
-			0.000000	(t_x(306922,255)LOVN1504,19602.p,0.000000)\
-			0.000000	(t_x(292688,7)BR404M,19603.p,0.000000)\
-			0.000000	(t_x(291995,120)RMZU04E,19604.p,0.000000)\
-			0.000000	(t_x(279318,900)LCES004M,19605.p,0.000000)\
-			0.000000	(t_x(295341,107)YB5WH04M,19606.p,0.000000)\
-			0.000000	(t_x(307897,752)LCES004M,19607.p,0.000000)\
-			0.000000	(t_x(284154,546)RQXSI04E,19608.p,0.000000)\
-			0.000000	(t_x(308945,1256)EDGG704,19609.p,0.000000)\
-			0.000000	(t_x(278855,300)KHVL104E,19610.p,0.000000)\
-			0.000000	(t_x(288404,550)$YH5MH04M,19611.p,0.000000)\
-			0.000000	(t_x(301867,854)YB3EH04A,19612.p,0.000000)\
-			0.000000	(t_x(305074,374)ZM56704,19613.p,0.000000)\
-			0.000000	(t_x(310082,1088)EDGG704,19614.p,0.000000)\
-			0.000000	(t_x(280143,39)YBOLN04M,19615.p,0.000000)\
-			0.000000	(t_x(296267,214)RQXU04E,19616.p,0.000000)\
-			0.000000	(t_x(300504,462)LGKFN04,19617.p,0.000000)\
-			0.000000	(t_x(310512,303)LOVN1504,19618.p,0.000000)\
-			0.000000	(t_x(282882,635)$KWUR404E,19619.p,0.000000)\
-			0.000000	(t_x(315081,1377)LCES004,19620.p,0.000000)\
-			0.000000	(t_x(293305,321)MEK04,19621.p,0.000000)\
-			0.000000	(t_x(298418,292)YBOLN04M,19622.p,0.000000)\
-			0.000000	(t_x(313034,518)GL34W04,19623.p,0.000000)\
-			0.000000	(t_x(274564,1518)RQXSI04E,19624.p,0.000000)\
-			0.000000	(t_x(277313,276)YBOLN04M,19625.p,0.000000)\
-			0.000000	(t_x(296112,253)YB5WH04M,19626.p,0.000000)\
-			0.000000	(t_x(290158,595)PMXX04M,19627.p,0.000000)\
-			0.000000	(t_x(281887,105)RQXSI04E,19628.p,0.000000)\
-			0.000000	(t_x(297845,2)YB3EH04A,19629.p,0.000000)\
-			0.000000	(t_x(291891,2044)LGKFN04,19630.p,0.000000)\
-			0.000000	(t_x(297596,535)LELVL04M,19631.p,0.000000)\
-			0.000000	(t_x(289989,1592)EDGG704,19632.p,0.000000)\
-			0.000000	(t_x(281485,402)LELVU04,19633.p,0.000000)\
-			0.000000	(t_x(309953,184)LOVN1504,19634.p,0.000000)\
-			0.000000	(t_x(294303,2529)EG11G04M,19635.p,0.000000)\
-			0.000000	(t_x(294049,926)RVKWU04M,19636.p,0.000000)\
-			0.000000	(t_x(296640,498)KSAL1204,19637.p,0.000000)\
-			0.000000	(t_x(292214,157)RMZU04E,19638.p,0.000000)\
-			0.000000	(t_x(284250,230)RMZU04E,19639.p,0.000000)\
-			0.000000	(t_x(280021,523)EGNOR04M,19640.p,0.000000)\
-			0.000000	(t_x(301972,54)YB3EH04A,19641.p,0.000000)\
-			0.000000	(t_x(291038,1349)EDGG704,19642.p,0.000000)\
-			0.000000	(t_x(295448,161)RMZU04E,19643.p,0.000000)\
-			0.000000	(t_x(289194,2846)RMZU04E,19644.p,0.000000)\
-			0.000000	(t_x(290396,294)LELVL04M,19645.p,0.000000)\
-			0.000000	(t_x(290019,767)KWUR1C04,19646.p,0.000000)\
-			0.000000	(t_x(308947,40)YB3EH04A,19647.p,0.000000)\
-			0.000000	(t_x(269231,354)YBOLN04M,19648.p,0.000000)\
-			0.000000	(t_x(289972,371)PMXX04M,19649.p,0.000000)\
-			0.000000	(t_x(280283,524)YH5MH04M,19650.p,0.000000)\
-			0.000000	(t_x(310392,135)LCES004,19651.p,0.000000)\
-			0.000000	(t_x(316538,1620)EDGG704,19652.p,0.000000)\
-			0.000000	(t_x(313302,1273)LCES004,19653.p,0.000000)\
-			0.000000	(t_x(295514,650)YB3EH04A,19654.p,0.000000)\
-			0.000000	(t_x(288101,421)KSPE104D,19655.p,0.000000)\
-			0.000000	(t_x(310303,1641)RMZU04,19656.p,0.000000)\
-			0.000000	(t_x(278565,605)LELVU04,19657.p,0.000000)\
-			0.000000	(t_x(304253,647)LCES004M,19658.p,0.000000)\
-			0.000000	(t_x(304979,189)YB3EH04A,19659.p,0.000000)\
-			0.000000	(t_x(286682,343)YH5MH04M,19660.p,0.000000)\
-			0.000000	(t_x(300582,295)KWUR404E,19661.p,0.000000)\
-			0.000000	(t_x(278783,128)YB5KL04E,19662.p,0.000000)\
-			0.000000	(t_x(307990,1402)EDGG704,19663.p,0.000000)\
-			0.000000	(t_x(294926,102)RQXU04E,19664.p,0.000000)\
-			0.000000	(t_x(297746,611)LOVN1504,19665.p,0.000000)\
-			0.000000	(t_x(291761,1009)RNS04M,19666.p,0.000000)\
-			0.000000	(t_x(262875,186)EBBRA04E,19667.p,0.000000)\
-			0.000000	(t_x(288989,2341)RMZSI04M,19668.p,0.000000)\
-			0.000000	(t_x(286690,1598)EHAMA04,19669.p,0.000000)\
-			0.000000	(t_x(290090,1346)EDGG704,19670.p,0.000000)\
-			0.000000	(t_x(279347,353)KSPE1P04,19671.p,0.000000)\
-			0.000000	(t_x(281989,240)YH5MH04M,19672.p,0.000000)\
-			0.000000	(t_x(282467,129)KWUR404E,19673.p,0.000000)\
-			0.000000	(t_x(270762,308)YB5WH04M,19674.p,0.000000)\
-			0.000000	(t_x(292872,558)KSAL1204,19675.p,0.000000)\
-			0.000000	(t_x(309978,497)YB3EH04A,19676.p,0.000000)\
-			0.000000	(t_x(303728,148)YB3EH04E,19677.p,0.000000)\
-			0.000000	(t_x(296563,145)KWUR404E,19678.p,0.000000)\
-			0.000000	(t_x(297744,279)LOVN1504,19679.p,0.000000)\
-			0.000000	(t_x(294370,479)KSPE104D,19680.p,0.000000)\
-			0.000000	(t_x(280192,546)YH5MH04M,19681.p,0.000000)\
-			0.000000	(t_x(294656,126)BR404M,19682.p,0.000000)\
-			0.000000	(t_x(294944,411)YB5WH04M,19683.p,0.000000)\
-			0.000000	(t_x(292670,702)RQXU04E,19684.p,0.000000)\
-			0.000000	(t_x(303471,836)PMXX04M,19685.p,0.000000)\
-			0.000000	(t_x(291257,1046)EDGG704,19686.p,0.000000)\
-			0.000000	(t_x(294779,253)RNS04M,19687.p,0.000000)\
-			0.000000	(t_x(285372,81)$KSLN2C04,19688.p,0.000000)\
-			0.000000	(t_x(289872,1505)KFZ4404M,19689.p,0.000000)\
-			0.000000	(t_x(279834,622)KFZ4404E,19690.p,0.000000)\
-			0.000000	(t_x(305491,274)YB3EH04A,19691.p,0.000000)\
-			0.000000	(t_x(294997,133)RMZU04E,19692.p,0.000000)\
-			0.000000	(t_x(279735,193)KSPE1P04,19693.p,0.000000)\
-			0.000000	(t_x(290650,911)PMXX04M,19694.p,0.000000)\
-			0.000000	(t_x(276611,305)RQXSI04E,19695.p,0.000000)\
-			0.000000	(t_x(305011,366)GL4W04M,19696.p,0.000000)\
-			0.000000	(t_x(291377,1026)EG11G04M,19697.p,0.000000)\
-			0.000000	(t_x(282057,222)YBOLN04M,19698.p,0.000000)\
-			0.000000	(t_x(277924,325)YBOLN04M,19699.p,0.000000)\
-			0.000000	(t_x(298502,263)YB3EH04A,19700.p,0.000000)\
-			0.000000	(t_x(289314,748)YB5WH04M,19701.p,0.000000)\
-			0.000000	(t_x(292094,240)LELVL04M,19702.p,0.000000)\
-			0.000000	(t_x(305171,13)RMZU04,19703.p,0.000000)\
-			0.000000	(t_x(296265,43)LELVU04,19704.p,0.000000)\
-			0.000000	(t_x(283584,302)YB5WH04M,19705.p,0.000000)\
-			0.000000	(t_x(295372,319)YB3EH04A,19706.p,0.000000)\
-			0.000000	(t_x(295952,427)RQXSI04E,19707.p,0.000000)\
-			0.000000	(t_x(283812,267)YBOLN04M,19708.p,0.000000)\
-			0.000000	(t_x(302798,76)LGKFN04,19709.p,0.000000)\
-			0.000000	(t_x(279621,972)YH5MH04M,19710.p,0.000000)\
-			0.000000	(t_x(294449,582)BR404M,19711.p,0.000000)\
-			0.000000	(t_x(301342,1110)LCES004M,19712.p,0.000000)\
-			0.000000	(t_x(309172,1883)EDGG704,19713.p,0.000000)\
-			0.000000	(t_x(312648,24)MAB3404A,19714.p,0.000000)\
-			0.000000	(t_x(309210,1091)EDGG704,19715.p,0.000000)\
-			0.000000	(t_x(289618,77)YB5WH04M,19716.p,0.000000)\
-			0.000000	(t_x(279896,498)RASI04M,19717.p,0.000000)\
-			0.000000	(t_x(288154,112)PMXX04M,19718.p,0.000000)\
-			0.000000	(t_x(292092,472)KSLN04M,19719.p,0.000000)\
-			0.000000	(t_x(289913,345)EGNOR04M,19720.p,0.000000)\
-			0.000000	(t_x(291305,1668)EDGG704,19721.p,0.000000)\
-			0.000000	(t_x(284566,488)YB3EH04A,19722.p,0.000000)\
-			0.000000	(t_x(287288,630)KSPE1P04,19723.p,0.000000)\
-			0.000000	(t_x(279259,393)YH5MH04M,19724.p,0.000000)\
-			0.000000	(t_x(306801,795)RMZU04,19725.p,0.000000)\
-			0.000000	(t_x(291521,20)LELVL04M,19726.p,0.000000)\
-			0.000000	(t_x(285878,128)LGKFN04,19727.p,0.000000)\
-			0.000000	(t_x(297762,638)LEBAS04M,19728.p,0.000000)\
-			0.000000	(t_x(287018,1600)RQXSI04E,19729.p,0.000000)\
-			0.000000	(t_x(284183,193)LOVN1504,19730.p,0.000000)\
-			0.000000	(t_x(300045,481)KSPE104D,19731.p,0.000000)\
-			0.000000	(t_x(279716,665)LELVU04,19732.p,0.000000)\
-			0.000000	(t_x(279485,633)KHVL104E,19733.p,0.000000)\
-			0.000000	(t_x(307055,232)YB3EH04A,19734.p,0.000000)\
-			1.000000	(t_x(291656,163)KHVL104E,19735.p,1.000000)\
-			0.000000	(t_x(289160,172)ZM56704,19736.p,0.000000)\
-			0.000000	(t_x(295446,174)RMZU04E,19737.p,0.000000)\
-			0.000000	(t_x(311478,357)LELVL104,19738.p,0.000000)\
-			0.000000	(t_x(298171,423)LELVU04,19739.p,0.000000)\
-			0.000000	(t_x(277387,96)YB5WH04M,19740.p,0.000000)\
-			0.000000	(t_x(308003,203)YB3EH04A,19741.p,0.000000)\
-			0.000000	(t_x(289110,323)KWUR404E,19742.p,0.000000)\
-			0.000000	(t_x(289675,338)KSPE1P04,19743.p,0.000000)\
-			0.000000	(t_x(296939,176)YB3EH04A,19744.p,0.000000)\
-			0.000000	(t_x(292483,963)RVKWU04M,19745.p,0.000000)\
-			0.000000	(t_x(294530,92)RVKWU04M,19746.p,0.000000)\
-			0.000000	(t_x(307145,599)KSAL1204,19747.p,0.000000)\
-			0.000000	(t_x(297842,87)YB3EH04E,19748.p,0.000000)\
-			0.000000	(t_x(315763,1661)EDGG704,19749.p,0.000000)\
-			0.000000	(t_x(283954,161)YBOLN04M,19750.p,0.000000)\
-			0.000000	(t_x(307860,233)YB3EH04A,19751.p,0.000000)\
-			0.000000	(t_x(284350,222)YBOLN04M,19752.p,0.000000)\
-			0.000000	(t_x(277167,79)KHVL104E,19753.p,0.000000)\
-			0.000000	(t_x(281290,113)YBOLN04M,19754.p,0.000000)\
-			0.000000	(t_x(298306,253)LOVN1504,19755.p,0.000000)\
-			0.000000	(t_x(322722,1089)EDGG704,19756.p,0.000000)\
-			0.000000	(t_x(285112,159)KSLN04M,19757.p,0.000000)\
-			0.000000	(t_x(298480,552)RMZU04,19758.p,0.000000)\
-			0.000000	(t_x(296337,524)BR404M,19759.p,0.000000)\
-			0.000000	(t_x(304739,499)GL34W04,19760.p,0.000000)\
-			0.000000	(t_x(294164,14)BR404M,19761.p,0.000000)\
-			0.000000	(t_x(287819,680)PMXX04M,19762.p,0.000000)\
-			0.000000	(t_x(309203,270)YB3EH04A,19763.p,0.000000)\
-			0.000000	(t_x(268974,248)KSPE1P04,19764.p,0.000000)\
-			0.000000	(t_x(263298,348)LELVL04M,19765.p,0.000000)\
-			0.000000	(t_x(283607,1123)PMXX04M,19766.p,0.000000)\
-			0.000000	(t_x(310127,277)YB3EH04A,19767.p,0.000000)\
-			0.000000	(t_x(298130,414)KSLN04A,19768.p,0.000000)\
-			0.000000	(t_x(295747,197)YB3EH04A,19769.p,0.000000)\
-			0.000000	(t_x(279409,622)YH5MH04M,19770.p,0.000000)\
-			0.000000	(t_x(295728,84)YB5WH04M,19771.p,0.000000)\
-			0.000000	(t_x(307805,679)LOVN1504,19772.p,0.000000)\
-			0.000000	(t_x(296840,163)YB3EH04A,19773.p,0.000000)\
-			0.000000	(t_x(292251,147)YB3EH04A,19774.p,0.000000)\
-			0.000000	(t_x(297370,164)YB3EH04A,19775.p,0.000000)\
-			0.000000	(t_x(315895,331)MEK04,19776.p,0.000000)\
-			0.000000	(t_x(277591,32)RMZU04E,19777.p,0.000000)\
-			0.000000	(t_x(303850,577)LOVN1504,19778.p,0.000000)\
-			0.000000	(t_x(274596,151)RQXSI04E,19779.p,0.000000)\
-			0.000000	(t_x(309473,427)LOVN1504,19780.p,0.000000)\
-			0.000000	(t_x(288501,275)LEMDAT04,19781.p,0.000000)\
-			0.000000	(t_x(300487,236)YB3EH04A,19782.p,0.000000)\
-			0.000000	(t_x(306171,614)LOVN1504,19783.p,0.000000)\
-			0.000000	(t_x(294156,189)YB3EH04E,19784.p,0.000000)\
-			0.000000	(t_x(306251,643)RMZU04,19785.p,0.000000)\
-			0.000000	(t_x(304555,433)MM304,19786.p,0.000000)\
-			0.000000	(t_x(294773,167)YBOLN04M,19787.p,0.000000)\
-			0.000000	(t_x(317111,1067)EDGG704,19788.p,0.000000)\
-			0.000000	(t_x(307733,287)LELVL104,19789.p,0.000000)\
-			0.000000	(t_x(294815,723)RMZU04,19790.p,0.000000)\
-			0.000000	(t_x(283464,158)YB3EH04A,19791.p,0.000000)\
-			0.000000	(t_x(294501,739)EBEEC04M,19792.p,0.000000)\
-			0.000000	(t_x(297382,997)YB3EH04E,19793.p,0.000000)\
-			0.000000	(t_x(312494,697)LOVN1504,19794.p,0.000000)\
-			0.000000	(t_x(295790,435)LEMDAT04,19795.p,0.000000)\
-			0.000000	(t_x(288358,458)KWUR404E,19796.p,0.000000)\
-			0.000000	(t_x(318112,100)MGY04,19797.p,0.000000)\
-			0.000000	(t_x(303741,95)MAB1204A,19798.p,0.000000)\
-			0.000000	(t_x(306710,749)LOVN1504,19799.p,0.000000)\
-			0.000000	(t_x(295292,163)YB3EH04A,19800.p,0.000000)\
-			0.000000	(t_x(295723,1952)RVKWU04M,19801.p,0.000000)\
-			0.000000	(t_x(279791,694)EHAMA04,19802.p,0.000000)\
-			0.000000	(t_x(308308,172)YB3EH04A,19803.p,0.000000)\
-			0.000000	(t_x(309790,291)YB3EH04A,19804.p,0.000000)\
-			0.000000	(t_x(293549,317)RQXU04E,19805.p,0.000000)\
-			0.000000	(t_x(285474,41)KCHI104M,19806.p,0.000000)\
-			0.000000	(t_x(285862,20)RMZU04E,19807.p,0.000000)\
-			0.000000	(t_x(302840,726)RMZU04,19808.p,0.000000)\
-			0.000000	(t_x(294546,615)LOVN1504,19809.p,0.000000)\
-			0.000000	(t_x(276830,264)LEBAS04M,19810.p,0.000000)\
-			0.000000	(t_x(274643,117)EGNOR04M,19811.p,0.000000)\
-			0.000000	(t_x(290272,872)LEMDAT04,19812.p,0.000000)\
-			0.000000	(t_x(292940,1798)EDGG704,19813.p,0.000000)\
-			0.000000	(t_x(304780,822)KWUR1C04,19814.p,0.000000)\
-			0.000000	(t_x(291193,50)YBOLN04M,19815.p,0.000000)\
-			0.000000	(t_x(286590,254)YB5WH04M,19816.p,0.000000)\
-			0.000000	(t_x(278386,325)YH5MH04M,19817.p,0.000000)\
-			0.000000	(t_x(293126,2174)RJIU04M,19818.p,0.000000)\
-			0.000000	(t_x(286762,1056)RJIU04M,19819.p,0.000000)\
-			0.000000	(t_x(289655,1105)RJIU04M,19820.p,0.000000)\
-			0.000000	(t_x(290343,1174)RJIU04M,19821.p,0.000000)\
-			0.000000	(t_x(289136,1177)RJIU04M,19822.p,0.000000)\
-			0.000000	(t_x(290967,1197)RJIU04M,19823.p,0.000000)\
-			0.000000	(t_x(290480,1588)RJIU04M,19824.p,0.000000)\
-			0.000000	(t_x(294756,1623)RJIU04M,19825.p,0.000000)\
-			0.000000	(t_x(263921,4397)LCES004,19826.p,0.000000)\
-			0.000000	(t_x(303203,4628)LCES004,19827.p,0.000000)\
-			0.000000	(t_x(300064,1626)RJIU04M,19828.p,0.000000)\
-			0.000000	(t_x(297113,2121)RJIU04M,19829.p,0.000000)\
-			0.000000	(t_x(292796,4856)LCES004,19830.p,0.000000)\
-			0.000000	(t_x(297867,1686)RJIU04M,19831.p,0.000000)\
-			0.000000	(t_x(307498,5209)LCES004,19832.p,0.000000)\
-			0.000000	(t_x(300097,2241)RJIU04M,19833.p,0.000000)\
-			0.000000	(t_x(303665,5217)LCES004,19834.p,0.000000)\
-			0.000000	(t_x(287119,2252)RJIU04M,19835.p,0.000000)\
-			0.000000	(t_x(292569,2461)RJIU04M,19836.p,0.000000)\
-			0.000000	(t_x(295238,1813)RJIU04M,19837.p,0.000000)\
-			0.000000	(t_x(290342,1783)RJIU04M,19838.p,0.000000)\
-			0.000000	(t_x(291104,5461)LCES004,19839.p,0.000000)\
-			0.000000	(t_x(312895,5757)LCES004,19840.p,0.000000)\
-			0.000000	(t_x(312583,5757)LCES004,19841.p,0.000000)\
-			0.000000	(t_x(296953,6442)LCES004,19842.p,0.000000)\
-			0.000000	(t_x(295274,1499)RNI04M,19843.p,0.000000)\
-			0.000000	(t_x(302531,2524)RJIU04M,19844.p,0.000000)\
-			0.000000	(t_x(296307,1534)RNI04M,19845.p,0.000000)\
-			0.000000	(t_x(313569,6777)LCES004,19846.p,0.000000)\
-			0.000000	(t_x(285733,6251)LCES004,19847.p,0.000000)\
-			0.000000	(t_x(263866,5783)LCES004,19848.p,0.000000)\
-			0.000000	(t_x(297164,3741)EBEEC04M,19849.p,0.000000)\
-			0.000000	(t_x(312199,6657)LCES004,19850.p,0.000000)\
-			0.000000	(t_x(290406,2638)RJIU04M,19851.p,0.000000)\
-			0.000000	(t_x(309414,2847)LCES004,19852.p,0.000000)\
-			0.000000	(t_x(293252,1741)RNI04M,19853.p,0.000000)\
-			0.000000	(t_x(312825,2973)LCES004,19854.p,0.000000)\
-			0.000000	(t_x(308622,2195)LCES004,19855.p,0.000000)\
-			0.000000	(t_x(312879,6357)LCES004,19856.p,0.000000)\
-			0.000000	(t_x(317048,3057)LCES004,19857.p,0.000000)\
-			0.000000	(t_x(298528,6837)LCES004,19858.p,0.000000)\
-			0.000000	(t_x(310732,2157)LCES004,19859.p,0.000000)\
-			0.000000	(t_x(294556,2534)RJIU04M,19860.p,0.000000)\
-			0.000000	(t_x(297232,1879)RNI04M,19861.p,0.000000)\
-			0.000000	(t_x(310158,3417)LCES004,19862.p,0.000000)\
-			0.000000	(t_x(263439,6557)LCES004,19863.p,0.000000)\
-			0.000000	(t_x(313540,1869)LCES004,19864.p,0.000000)\
-			0.000000	(t_x(292050,2621)RJIU04M,19865.p,0.000000)\
-			0.000000	(t_x(285459,3558)LCES004,19866.p,0.000000)\
-			0.000000	(t_x(288253,1923)RNI04M,19867.p,0.000000)\
-			0.000000	(t_x(316090,6886)LCES004,19868.p,0.000000)\
-			0.000000	(t_x(289868,1813)LCES004,19869.p,0.000000)\
-			0.000000	(t_x(300356,2913)RJIU04M,19870.p,0.000000)\
-			0.000000	(t_x(308251,1708)LCES004,19871.p,0.000000)\
-			0.000000	(t_x(278295,1960)RNI04M,19872.p,0.000000)\
-			0.000000	(t_x(287924,2405)LELVL04M,19873.p,0.000000)\
-			0.000000	(t_x(313068,7023)LCES004,19874.p,0.000000)\
-			0.000000	(t_x(314699,3897)LCES004,19875.p,0.000000)\
-			0.000000	(t_x(314108,3915)LCES004,19876.p,0.000000)\
-			0.000000	(t_x(287891,2997)RJIU04M,19877.p,0.000000)\
-			0.000000	(t_x(303612,7377)LCES004,19878.p,0.000000)\
-			0.000000	(t_x(263602,2735)LCES004,19879.p,0.000000)\
-			0.000000	(t_x(290082,2132)RNI04M,19880.p,0.000000)\
-			0.000000	(t_x(313758,2675)LCES004,19881.p,0.000000)\
-			0.000000	(t_x(298116,2843)RJIU04M,19882.p,0.000000)\
-			0.000000	(t_x(292297,3046)RJIU04M,19883.p,0.000000)\
-			0.000000	(t_x(293188,2780)RJIU04M,19884.p,0.000000)\
-			0.000000	(t_x(263868,2675)LCES004,19885.p,0.000000)\
-			0.000000	(t_x(285747,2216)RNI04M,19886.p,0.000000)\
-			0.000000	(t_x(293647,3260)RJIU04M,19887.p,0.000000)\
-			0.000000	(t_x(289455,3300)RJIU04M,19888.p,0.000000)\
-			0.000000	(t_x(300621,7766)LCES004,19889.p,0.000000)\
-			0.000000	(t_x(297984,2388)KSLN04A,19890.p,0.000000)\
-			0.000000	(t_x(295927,3308)RJIU04M,19891.p,0.000000)\
-			0.000000	(t_x(263862,7797)LCES004,19892.p,0.000000)\
-			0.000000	(t_x(304456,3515)RJIU04M,19893.p,0.000000)\
-			0.000000	(t_x(289354,4652)RJIU04M,19894.p,0.000000)\
-			0.000000	(t_x(307461,578)RJIU04M,19895.p,0.000000)\
-			0.000000	(t_x(295407,648)RJIU04M,19896.p,0.000000)\
-			0.000000	(t_x(290776,3607)RJIU04M,19897.p,0.000000)\
-			0.000000	(t_x(294133,693)RJIU04M,19898.p,0.000000)\
-			0.000000	(t_x(277826,3776)RJIU04M,19899.p,0.000000)\
-			0.000000	(t_x(284722,720)RJIU04M,19900.p,0.000000)\
-			0.000000	(t_x(297852,2665)RJIU04M,19901.p,0.000000)\
-			0.000000	(t_x(289457,3796)RJIU04M,19902.p,0.000000)\
-			0.000000	(t_x(296406,4056)RJIU04M,19903.p,0.000000)\
-			0.000000	(t_x(289318,4765)RJIU04M,19904.p,0.000000)\
-			0.000000	(t_x(298006,4098)RJIU04M,19905.p,0.000000)\
-			0.000000	(t_x(290578,2353)RNI04M,19906.p,0.000000)\
-			0.000000	(t_x(276837,3861)RJIU04M,19907.p,0.000000)\
-			0.000000	(t_x(314402,1013)MYY04A,19908.p,0.000000)\
-			0.000000	(t_x(311856,1403)MAB3404A,19909.p,0.000000)\
-			0.000000	(t_x(292265,4845)RJIU04M,19910.p,0.000000)\
-			0.000000	(t_x(289232,4349)RJIU04M,19911.p,0.000000)\
-			0.000000	(t_x(289978,4125)RJIU04M,19912.p,0.000000)\
-			1.000000	(t_x(311284,7857)LCES004,19913.p,1.000000)\
-			0.000000	(t_x(305887,2611)LCES004,19914.p,0.000000)\
-			0.000000	(t_x(288693,5059)RJIU04M,19915.p,0.000000)\
-			0.000000	(t_x(290076,5362)RJIU04M,19916.p,0.000000)\
-			0.000000	(t_x(311073,8037)LCES004,19917.p,0.000000)\
-			0.000000	(t_x(293534,5736)RJIU04M,19918.p,0.000000)\
-			0.000000	(t_x(290574,5356)RJIU04M,19919.p,0.000000)\
-			0.000000	(t_x(305557,1715)LCES004,19920.p,0.000000)\
-			0.000000	(t_x(292808,4588)RJIU04M,19921.p,0.000000)\
-			0.000000	(t_x(311151,1311)MGY04,19922.p,0.000000)\
-			0.000000	(t_x(298180,2491)RNI04M,19923.p,0.000000)\
-			0.000000	(t_x(264011,1569)LCES004,19924.p,0.000000)\
-			0.000000	(t_x(297402,9454)LCES004,19925.p,0.000000)\
-			0.000000	(t_x(292245,5839)RJIU04M,19926.p,0.000000)\
-			0.000000	(t_x(300445,8344)LCES004,19927.p,0.000000)\
-			0.000000	(t_x(302879,2166)MYY04A,19928.p,0.000000)\
-			0.000000	(t_x(314223,935)LCES004,19929.p,0.000000)\
-				0.000000	(t_x(312674,8457)LCES004,19930.p,0.000000)\
-			0.000000	(t_x(292550,4691)RJIU04M,19931.p,0.000000)\
-			0.000000	(t_x(291906,2646)EGNOR04M,19932.p,0.000000)\
-			0.000000	(t_x(295283,1182)MAB3404A,19933.p,0.000000)\
-			0.000000	(t_x(289563,5149)RJIU04M,19934.p,0.000000)\
-			0.000000	(t_x(290037,3342)RJIU04M,19935.p,0.000000)\
-			0.000000	(t_x(263612,8638)LCES004,19936.p,0.000000)\
-			0.000000	(t_x(295532,5046)RJIU04M,19937.p,0.000000)\
-			0.000000	(t_x(298434,8734)LCES004,19938.p,0.000000)\
-			0.000000	(t_x(280579,325)EGNOR04M,19939.p,0.000000)\
-			0.000000	(t_x(294327,4744)RJIU04M,19940.p,0.000000)\
-			0.000000	(t_x(307182,2564)MRAEE04,19941.p,0.000000)\
-			0.000000	(t_x(302711,1386)MYY04A,19942.p,0.000000)\
-			0.000000	(t_x(302138,1297)MYY04A,19943.p,0.000000)\
-			0.000000	(t_x(314823,1196)MYY04A,19944.p,0.000000)\
-			0.000000	(t_x(263306,8997)LCES004,19945.p,0.000000)\
-			0.000000	(t_x(279241,913)EGNOR04M,19946.p,0.000000)\
-			0.000000	(t_x(302874,2210)MYY04A,19947.p,0.000000)\
-			0.000000	(t_x(295608,1104)EGNOR04M,19948.p,0.000000)\
-			0.000000	(t_x(308336,986)MYY04A,19949.p,0.000000)\
-			0.000000	(t_x(312015,9057)LCES004,19950.p,0.000000)\
-			0.000000	(t_x(306346,9895)LCES004,19951.p,0.000000)\
-			0.000000	(t_x(285585,1187)MYY04A,19952.p,0.000000)\
-			0.000000	(t_x(309442,214)MYY04A,19953.p,0.000000)\
-			0.000000	(t_x(311757,10197)LCES004,19954.p,0.000000)\
-			0.000000	(t_x(288421,38)YB5KL04E,19955.p,0.000000)\
-			0.000000	(t_x(263580,10510)LCES004,19956.p,0.000000)\
-			0.000000	(t_x(295428,3856)RJIU04M,19957.p,0.000000)\
-			0.000000	(t_x(307264,10517)LCES004,19958.p,0.000000)\
-			0.000000	(t_x(306499,734)MGY04,19959.p,0.000000)\
-			0.000000	(t_x(308371,870)ZM56704,19960.p,0.000000)\
-			0.000000	(t_x(291819,856)EGNOR04M,19961.p,0.000000)\
-			0.000000	(t_x(293565,5526)RJIU04M,19962.p,0.000000)\
-			0.000000	(t_x(309103,576)GL34W04,19963.p,0.000000)\
-			0.000000	(t_x(303506,10737)LCES004,19964.p,0.000000)\
-			0.000000	(t_x(302044,875)MYY04A,19965.p,0.000000)\
-			0.000000	(t_x(272249,1365)EGNOR04M,19966.p,0.000000)\
-			0.000000	(t_x(305585,861)MYY04A,19967.p,0.000000)\
-			0.000000	(t_x(293889,6014)RJIU04M,19968.p,0.000000)\
-			0.000000	(t_x(291843,6407)RJIU04M,19969.p,0.000000)\
-			0.000000	(t_x(294541,6388)RJIU04M,19970.p,0.000000)\
-			0.000000	(t_x(297818,1436)MYY04A,19971.p,0.000000)\
-			0.000000	(t_x(311155,10783)LCES004,19972.p,0.000000)\
-			0.000000	(t_x(289828,1409)MYY04A,19973.p,0.000000)\
-			0.000000	(t_x(307726,1426)MYY04A,19974.p,0.000000)\
-			0.000000	(t_x(310647,2529)GL34W04,19975.p,0.000000)\
-			0.000000	(t_x(305560,2724)MYY04A,19976.p,0.000000)\
-			0.000000	(t_x(308914,885)MYY04A,19977.p,0.000000)\
-			0.000000	(t_x(288381,2668)EG11G04M,19978.p,0.000000)\
-			0.000000	(t_x(297335,5149)RJIU04M,19979.p,0.000000)\
-			0.000000	(t_x(307153,10968)LCES004,19980.p,0.000000)\
-			0.000000	(t_x(309959,443)MAB04,19981.p,0.000000)\
-			0.000000	(t_x(273386,1574)EGNOR04M,19982.p,0.000000)\
-			0.000000	(t_x(288601,1453)LGKFN04,19983.p,0.000000)\
-			0.000000	(t_x(300050,5412)GL4W04M,19984.p,0.000000)\
-			0.000000	(t_x(294001,2482)RJIU04M,19985.p,0.000000)\
-			0.000000	(t_x(304114,1040)GL34W04,19986.p,0.000000)\
-			0.000000	(t_x(289238,1395)EGNOR04M,19987.p,0.000000)\
-			0.000000	(t_x(277127,1886)LGKFN04,19988.p,0.000000)\
-			0.000000	(t_x(291377,1419)EG11G04M,19989.p,0.000000)\
-			0.000000	(t_x(288992,6118)RJIU04M,19990.p,0.000000)\
-			0.000000	(t_x(287904,781)LGKFN04,19991.p,0.000000)\
-			0.000000	(t_x(316029,1887)EDGG704,19992.p,0.000000)\
-			0.000000	(t_x(294112,1519)EG11G04M,19993.p,0.000000)\
-			0.000000	(t_x(298700,778)YB3EH04A,19994.p,0.000000)\
-			0.000000	(t_x(311697,1960)EDGG704,19995.p,0.000000)\
-			0.000000	(t_x(297546,787)LGKFN04,19996.p,0.000000)\
-			0.000000	(t_x(305283,793)LGKFN04,19997.p,0.000000)\
-			0.000000	(t_x(296238,5492)RJIU04M,19998.p,0.000000)\
-			0.000000	(t_x(292383,1997)EDGG704,19999.p,0.000000)\
-			0.000000	(t_x(284104,1630)EG11G04M,20000.p,0.000000)\
-			0.000000	(t_x(291594,1532)EG11G04M,20001.p,0.000000)\
-			0.000000	(t_x(284417,1709)EGNOR04M,20002.p,0.000000)\
-			0.000000	(t_x(295546,1230)EGNOR04M,20003.p,0.000000)\
-			0.000000	(t_x(315544,2010)EDGG704,20004.p,0.000000)\
-			0.000000	(t_x(300146,588)LGKFN04,20005.p,0.000000)\
-			0.000000	(t_x(286743,582)LGKFN04,20006.p,0.000000)\
-			0.000000	(t_x(317851,2040)EDGG704,20007.p,0.000000)\
-			0.000000	(t_x(277434,759)EG11G04M,20008.p,0.000000)\
-			0.000000	(t_x(280430,1057)LGKFN04,20009.p,0.000000)\
-			0.000000	(t_x(278149,1221)EGNOR04M,20010.p,0.000000)\
-			0.000000	(t_x(278067,1297)EG11G04M,20011.p,0.000000)\
-			0.000000	(t_x(312800,2180)EDGG704,20012.p,0.000000)\
-			0.000000	(t_x(292436,1664)EG11G04M,20013.p,0.000000)\
-			0.000000	(t_x(290738,1727)EG11G04M,20014.p,0.000000)\
-			0.000000	(t_x(292544,868)EG11G04M,20015.p,0.000000)\
-			0.000000	(t_x(280212,1343)LGSRA04,20016.p,0.000000)\
-			0.000000	(t_x(296922,2079)LGKFN04,20017.p,0.000000)\
-			0.000000	(t_x(289989,2192)EDGG704,20018.p,0.000000)\
-			0.000000	(t_x(289240,1180)EG11G04M,20019.p,0.000000)\
-			0.000000	(t_x(287524,399)LGKFN04,20020.p,0.000000)\
-			0.000000	(t_x(300631,4074)EG11G04M,20021.p,0.000000)\
-			0.000000	(t_x(263515,501)LGKFN04,20022.p,0.000000)\
-			0.000000	(t_x(305425,1153)MGY04,20023.p,0.000000)\
-			0.000000	(t_x(295416,1318)EGNOR04M,20024.p,0.000000)\
-			0.000000	(t_x(301590,538)LGKFN04,20025.p,0.000000)\
-			0.000000	(t_x(316538,2220)EDGG704,20026.p,0.000000)\
-			0.000000	(t_x(301272,2139)LGKFN04,20027.p,0.000000)\
-			0.000000	(t_x(293657,2230)EG11G04M,20028.p,0.000000)\
-			0.000000	(t_x(292231,2202)EG11G04M,20029.p,0.000000)\
-			0.000000	(t_x(302317,2291)KSLN04M,20030.p,0.000000)\
-			0.000000	(t_x(310475,11157)LCES004,20031.p,0.000000)\
-			0.000000	(t_x(294193,758)LGKFN04,20032.p,0.000000)\
-			0.000000	(t_x(289502,2470)EG11G04M,20033.p,0.000000)\
-			0.000000	(t_x(291305,2268)EDGG704,20034.p,0.000000)\
-			0.000000	(t_x(283688,5776)RQXSI04E,20035.p,0.000000)\
-			0.000000	(t_x(298471,6537)LGKFN04,20036.p,0.000000)\
-			0.000000	(t_x(301431,1491)EGNOR04M,20037.p,0.000000)\
-			0.000000	(t_x(301968,2410)EG11G04M,20038.p,0.000000)\
-			0.000000	(t_x(302060,2410)EG11G04M,20039.p,0.000000)\
-			0.000000	(t_x(304450,863)MGY04,20040.p,0.000000)\
-			0.000000	(t_x(274577,1114)RQXSI04E,20041.p,0.000000)\
-			0.000000	(t_x(297622,2659)EG11G04M,20042.p,0.000000)\
-			0.000000	(t_x(285664,11253)LCES004,20043.p,0.000000)\
-			0.000000	(t_x(291724,219)YB3EH04E,20044.p,0.000000)\
-			0.000000	(t_x(311447,781)LGKFN04,20045.p,0.000000)\
-			0.000000	(t_x(275277,1273)RQXSI04E,20046.p,0.000000)\
-			0.000000	(t_x(286963,1121)RQXSI04E,20047.p,0.000000)\
-			0.000000	(t_x(287660,1811)EG11G04M,20048.p,0.000000)\
-			0.000000	(t_x(289367,760)RQXSI04E,20049.p,0.000000)\
-			0.000000	(t_x(294613,1107)LELVL04M,20050.p,0.000000)\
-			0.000000	(t_x(287817,869)LGKFN04,20051.p,0.000000)\
-			0.000000	(t_x(302661,2590)EG11G04M,20052.p,0.000000)\
-			0.000000	(t_x(308325,2379)LGKFN04,20053.p,0.000000)\
-			0.000000	(t_x(297929,1558)EGNOR04M,20054.p,0.000000)\
-			0.000000	(t_x(310438,2336)EDGG704,20055.p,0.000000)\
-			0.000000	(t_x(303692,2614)LGKFN04,20056.p,0.000000)\
-			0.000000	(t_x(292935,219)YB3EH04E,20057.p,0.000000)\
-			0.000000	(t_x(290550,461)MAB04,20058.p,0.000000)\
-			0.000000	(t_x(284313,1292)RQXSI04E,20059.p,0.000000)\
-			0.000000	(t_x(293468,6258)RJIU04M,20060.p,0.000000)\
-			0.000000	(t_x(304258,147)MRAEE04,20061.p,0.000000)\
-			0.000000	(t_x(314573,2400)EDGG704,20062.p,0.000000)\
-			0.000000	(t_x(297087,1419)LGKFN04,20063.p,0.000000)\
-			0.000000	(t_x(302424,3156)MYY04A,20064.p,0.000000)\
-			0.000000	(t_x(288522,342)YB3EH04E,20065.p,0.000000)\
-			0.000000	(t_x(284933,1647)LELVL04M,20066.p,0.000000)\
-			0.000000	(t_x(287347,3006)GL34W04,20067.p,0.000000)\
-			0.000000	(t_x(295886,2308)EG11G04M,20068.p,0.000000)\
-			0.000000	(t_x(287126,192)YB3EH04E,20069.p,0.000000)\
-			0.000000	(t_x(314131,117)MYY04A,20070.p,0.000000)\
-			0.000000	(t_x(303148,899)MRAE04,20071.p,0.000000)\
-			0.000000	(t_x(296062,1492)RQXSI04E,20072.p,0.000000)\
-			0.000000	(t_x(294686,216)YB3EH04E,20073.p,0.000000)\
-			0.000000	(t_x(263410,2038)LGKFN04,20074.p,0.000000)\
-			0.000000	(t_x(287243,2404)GL4W04M,20075.p,0.000000)\
-			0.000000	(t_x(286600,2619)LGKFN04,20076.p,0.000000)\
-			0.000000	(t_x(277190,2701)EG11G04M,20077.p,0.000000)\
-			0.000000	(t_x(310674,1043)MGY04,20078.p,0.000000)\
-			0.000000	(t_x(298266,3339)LGKFN04,20079.p,0.000000)\
-			0.000000	(t_x(302361,1212)MGY04,20080.p,0.000000)\
-			0.000000	(t_x(314889,2573)EDGG704,20081.p,0.000000)\
-			0.000000	(t_x(308511,1091)MGY04,20082.p,0.000000)\
-			0.000000	(t_x(303314,2735)EG11G04M,20083.p,0.000000)\
-			0.000000	(t_x(292487,279)YB3EH04E,20084.p,0.000000)\
-			0.000000	(t_x(284810,5392)RQXSI04E,20085.p,0.000000)\
-			0.000000	(t_x(271211,1503)RQXSI04E,20086.p,0.000000)\
-			0.000000	(t_x(291367,1108)EG11G04M,20087.p,0.000000)\
-			0.000000	(t_x(276122,2284)EG11G04M,20088.p,0.000000)\
-			0.000000	(t_x(285241,6696)LGKFN04,20089.p,0.000000)\
-			0.000000	(t_x(311840,11397)LCES004,20090.p,0.000000)\
-			0.000000	(t_x(303814,2573)EDGG704,20091.p,0.000000)\
-			0.000000	(t_x(294005,5809)RJIU04M,20092.p,0.000000)\
-			0.000000	(t_x(303263,483)MYY04A,20093.p,0.000000)\
-			0.000000	(t_x(309822,219)ZM56704,20094.p,0.000000)\
-			0.000000	(t_x(304054,858)MYY04A,20095.p,0.000000)\
-			0.000000	(t_x(302006,1460)MYY04A,20096.p,0.000000)\
-			0.000000	(t_x(306413,2664)LGKFN04,20097.p,0.000000)\
-			0.000000	(t_x(301142,123)MEK04,20098.p,0.000000)\
-			0.000000	(t_x(272849,2878)LGKFN04,20099.p,0.000000)\
-			0.000000	(t_x(306405,2612)EDGG704,20100.p,0.000000)\
-			0.000000	(t_x(301365,337)ZM56704,20101.p,0.000000)\
-			0.000000	(t_x(297442,2488)EG11G04M,20102.p,0.000000)\
-			0.000000	(t_x(307410,483)MGY04,20103.p,0.000000)\
-			0.000000	(t_x(306530,798)MGY04,20104.p,0.000000)\
-			0.000000	(t_x(303971,290)ZM56704,20105.p,0.000000)\
-			0.000000	(t_x(277936,2886)LGKFN04,20106.p,0.000000)\
-			0.000000	(t_x(281466,1679)EGNOR04M,20107.p,0.000000)\
-			0.000000	(t_x(295371,1544)RQXSI04E,20108.p,0.000000)\
-			0.000000	(t_x(291100,495)RQXI04E,20109.p,0.000000)\
-			0.000000	(t_x(317111,2767)EDGG704,20110.p,0.000000)\
-			0.000000	(t_x(304761,182)MAB1204A,20111.p,0.000000)\
-			0.000000	(t_x(263926,2580)MGY04,20112.p,0.000000)\
-			0.000000	(t_x(263004,1397)RQXSI04E,20113.p,0.000000)\
-			0.000000	(t_x(296754,2979)LGKFN04,20114.p,0.000000)\
-			0.000000	(t_x(314075,1447)MRAE04,20115.p,0.000000)\
-			0.000000	(t_x(308751,778)MGY04,20116.p,0.000000)\
-			0.000000	(t_x(306669,607)MRAE04,20117.p,0.000000)\
-			0.000000	(t_x(309583,542)MGY04,20118.p,0.000000)\
-			0.000000	(t_x(304696,982)MGY04,20119.p,0.000000)\
-			0.000000	(t_x(319288,547)MRAE04,20120.p,0.000000)\
-			0.000000	(t_x(296194,1596)MAB04,20121.p,0.000000)\
-			0.000000	(t_x(280252,7972)RQXSI04E,20122.p,0.000000)\
-			0.000000	(t_x(322722,2789)EDGG704,20123.p,0.000000)\
-			0.000000	(t_x(283750,2170)EG11G04M,20124.p,0.000000)\
-			0.000000	(t_x(263593,1036)LOVN1504,20125.p,0.000000)\
-			0.000000	(t_x(314186,360)KWUR1C04,20126.p,0.000000)\
-			0.000000	(t_x(304944,681)MAB1204A,20127.p,0.000000)\
-			0.000000	(t_x(309188,563)MAB04,20128.p,0.000000)\
-			0.000000	(t_x(312682,667)MRAE04,20129.p,0.000000)\
-			0.000000	(t_x(286877,446)ZM56704,20130.p,0.000000)\
-			0.000000	(t_x(297157,3082)LGKFN04,20131.p,0.000000)\
-			0.000000	(t_x(308619,3845)LGZAA04M,20132.p,0.000000)\
-			0.000000	(t_x(302955,111)MAB04,20133.p,0.000000)\
-			0.000000	(t_x(307979,201)MEK04,20134.p,0.000000)\
-			0.000000	(t_x(287194,1617)RQXSI04E,20135.p,0.000000)\
-			0.000000	(t_x(303049,629)MAB3404A,20136.p,0.000000)\
-			0.000000	(t_x(309210,2891)EDGG704,20137.p,0.000000)\
-			0.000000	(t_x(303208,270)MEK04,20138.p,0.000000)\
-			0.000000	(t_x(307231,636)MGY04,20139.p,0.000000)\
-			0.000000	(t_x(312085,117)MAB3404A,20140.p,0.000000)\
-			0.000000	(t_x(283558,19)YB3EH04E,20141.p,0.000000)\
-			0.000000	(t_x(312912,804)MAB1204A,20142.p,0.000000)\
-			0.000000	(t_x(292666,1778)YB5KL04E,20143.p,0.000000)\
-			0.000000	(t_x(290566,1075)MYY04A,20144.p,0.000000)\
-			0.000000	(t_x(277112,96)YB5KL04E,20145.p,0.000000)\
-			0.000000	(t_x(292908,1741)EG11G04M,20146.p,0.000000)\
-			0.000000	(t_x(301760,1591)MAB3404A,20147.p,0.000000)\
-			0.000000	(t_x(290090,3246)EDGG704,20148.p,0.000000)\
-			0.000000	(t_x(291257,2946)EDGG704,20149.p,0.000000)\
-			0.000000	(t_x(301759,3094)LGKFN04,20150.p,0.000000)\
-			0.000000	(t_x(310235,226)$GL34W04,20151.p,0.000000)\
-			0.000000	(t_x(263503,636)RNS04M,20152.p,0.000000)\
-			0.000000	(t_x(309625,439)MYY04A,20153.p,0.000000)\
-			0.000000	(t_x(272266,1344)YB5WH04M,20154.p,0.000000)\
-			0.000000	(t_x(283140,191)YBOLN04M,20155.p,0.000000)\
-			0.000000	(t_x(285042,1667)LELVL04M,20156.p,0.000000)\
-			0.000000	(t_x(279011,536)LGKFN04,20157.p,0.000000)\
-			0.000000	(t_x(318516,131)MAB04,20158.p,0.000000)\
-			0.000000	(t_x(305019,854)RNS04M,20159.p,0.000000)\
-			0.000000	(t_x(305728,644)ZM56704,20160.p,0.000000)\
-			0.000000	(t_x(295328,1072)RQXSI04E,20161.p,0.000000)\
-			0.000000	(t_x(294518,2742)EG11G04M,20162.p,0.000000)\
-			0.000000	(t_x(309981,951)MAB04,20163.p,0.000000)\
-			0.000000	(t_x(276911,159)RNS04M,20164.p,0.000000)\
-			0.000000	(t_x(292803,1884)YB3EH04A,20165.p,0.000000)\
-			0.000000	(t_x(290858,3328)RNS04M,20166.p,0.000000)\
-			0.000000	(t_x(307696,308)MGY04,20167.p,0.000000)\
-			0.000000	(t_x(294816,613)YB5WH04M,20168.p,0.000000)\
-			0.000000	(t_x(308624,683)LCES004,20169.p,0.000000)\
-			0.000000	(t_x(304422,80)MGY04,20170.p,0.000000)\
-			0.000000	(t_x(302844,229)MEK04,20171.p,0.000000)\
-			0.000000	(t_x(283746,198)RNS04M,20172.p,0.000000)\
-			0.000000	(t_x(293177,2802)EG11G04M,20173.p,0.000000)\
-			0.000000	(t_x(311108,11397)LCES004,20174.p,0.000000)\
-			0.000000	(t_x(291038,3249)EDGG704,20175.p,0.000000)\
-			0.000000	(t_x(289863,1115)MGY04,20176.p,0.000000)\
-			0.000000	(t_x(309711,952)MGY04,20177.p,0.000000)\
-			0.000000	(t_x(273004,1691)EGNOR04M,20178.p,0.000000)\
-			0.000000	(t_x(295319,5985)RJIU04M,20179.p,0.000000)\
-			0.000000	(t_x(280274,257)RQXI04E,20180.p,0.000000)\
-			0.000000	(t_x(311954,684)MRAE04,20181.p,0.000000)\
-			0.000000	(t_x(303377,499)MAB1204A,20182.p,0.000000)\
-			0.000000	(t_x(308144,315)MAB04,20183.p,0.000000)\
-			0.000000	(t_x(287253,179)YB3EH04E,20184.p,0.000000)\
-			0.000000	(t_x(311255,1084)MEK04,20185.p,0.000000)\
-			0.000000	(t_x(296923,450)YB3EH04E,20186.p,0.000000)\
-			0.000000	(t_x(288915,584)MRAEE04,20187.p,0.000000)\
-			0.000000	(t_x(280428,159)YB5KL04E,20188.p,0.000000)\
-			0.000000	(t_x(310502,585)MAB04,20189.p,0.000000)\
-			0.000000	(t_x(304568,768)ZM56704,20190.p,0.000000)\
-			0.000000	(t_x(309780,750)LCES004,20191.p,0.000000)\
-			0.000000	(t_x(289805,416)YBOLN04M,20192.p,0.000000)\
-			0.000000	(t_x(309016,277)MRAE04,20193.p,0.000000)\
-			0.000000	(t_x(302643,2806)EG11G04M,20194.p,0.000000)\
-			0.000000	(t_x(291577,1759)EGNOR04M,20195.p,0.000000)\
-			0.000000	(t_x(298619,923)RNS04M,20196.p,0.000000)\
-			0.000000	(t_x(287193,1662)RQXSI04E,20197.p,0.000000)\
-			0.000000	(t_x(308945,3256)EDGG704,20198.p,0.000000)\
-			0.000000	(t_x(290061,1320)EDGG704,20199.p,0.000000)\
-			0.000000	(t_x(282657,375)YBOLN04M,20200.p,0.000000)\
-			0.000000	(t_x(282313,488)RQXSI04E,20201.p,0.000000)\
-			0.000000	(t_x(306829,1527)MYY04A,20202.p,0.000000)\
-			0.000000	(t_x(312881,1984)GL34W04,20203.p,0.000000)\
-			0.000000	(t_x(308769,847)MRAE04,20204.p,0.000000)\
-			0.000000	(t_x(291009,715)RQXSI04E,20205.p,0.000000)\
-			0.000000	(t_x(296109,124)RMZU04E,20206.p,0.000000)\
-			0.000000	(t_x(283706,390)YB3EH04E,20207.p,0.000000)\
-			0.000000	(t_x(291031,2333)EG11G04M,20208.p,0.000000)\
-			0.000000	(t_x(286638,1154)RNS04M,20209.p,0.000000)\
-			0.000000	(t_x(288914,583)MRAEE04,20210.p,0.000000)\
-			0.000000	(t_x(273072,1394)RQXI04E,20211.p,0.000000)\
-			0.000000	(t_x(302301,1106)MAB1204A,20212.p,0.000000)\
-			0.000000	(t_x(288401,1765)EGNOR04M,20213.p,0.000000)\
-			0.000000	(t_x(281048,3266)LGKFN04,20214.p,0.000000)\
-			0.000000	(t_x(287980,844)RQXI04E,20215.p,0.000000)\
-			0.000000	(t_x(309317,1507)MGY04,20216.p,0.000000)\
-			0.000000	(t_x(292683,689)YB5KL04E,20217.p,0.000000)\
-			0.000000	(t_x(289566,3219)LGKFN04,20218.p,0.000000)\
-			0.000000	(t_x(284380,3098)EGNOR04M,20219.p,0.000000)\
-			0.000000	(t_x(307728,907)MAB1204A,20220.p,0.000000)\
-			0.000000	(t_x(293757,1523)KFZ4404M,20221.p,0.000000)\
-			0.000000	(t_x(285157,95)LELVU04,20222.p,0.000000)\
-			0.000000	(t_x(298704,919)MRAE04,20223.p,0.000000)\
-			0.000000	(t_x(311838,11415)LCES004,20224.p,0.000000)\
-			0.000000	(t_x(315748,3379)EDGG704,20225.p,0.000000)\
-			0.000000	(t_x(283333,98)YB5KL04E,20226.p,0.000000)\
-			0.000000	(t_x(305462,3346)EDGG704,20227.p,0.000000)\
-			0.000000	(t_x(283559,3251)LGKFN04,20228.p,0.000000)\
-			0.000000	(t_x(291491,772)ZM56704,20229.p,0.000000)\
-			0.000000	(t_x(280221,6)YB5WH04M,20230.p,0.000000)\
-			0.000000	(t_x(291579,6010)RJIU04M,20231.p,0.000000)\
-			0.000000	(t_x(301477,972)MRAE04,20232.p,0.000000)\
-			0.000000	(t_x(304778,483)RNS04M,20233.p,0.000000)\
-			0.000000	(t_x(292417,805)LCES004,20234.p,0.000000)\
-			0.000000	(t_x(289192,919)MAB04,20235.p,0.000000)\
-			0.000000	(t_x(294940,2496)RNS04M,20236.p,0.000000)\
-			0.000000	(t_x(313003,1275)MRAE04,20237.p,0.000000)\
-			0.000000	(t_x(284631,1672)RQXSI04E,20238.p,0.000000)\
-			0.000000	(t_x(281983,503)YB5KL04E,20239.p,0.000000)\
-			0.000000	(t_x(308647,942)MRAE04,20240.p,0.000000)\
-			0.000000	(t_x(303195,1403)MRAE04,20241.p,0.000000)\
-			0.000000	(t_x(282099,1933)EG11G04M,20242.p,0.000000)\
-			0.000000	(t_x(283102,416)YB5WH04M,20243.p,0.000000)\
-			0.000000	(t_x(303350,2439)MAB04,20244.p,0.000000)\
-			0.000000	(t_x(289843,476)MGY04,20245.p,0.000000)\
-			0.000000	(t_x(291082,1830)LELVU04,20246.p,0.000000)\
-			0.000000	(t_x(313433,1410)MRAE04,20247.p,0.000000)\
-			0.000000	(t_x(308449,1601)MRAE04,20248.p,0.000000)\
-			0.000000	(t_x(289945,3281)LGKFN04,20249.p,0.000000)\
-			0.000000	(t_x(291267,1511)RNS04M,20250.p,0.000000)\
-			0.000000	(t_x(304722,936)MAB1204A,20251.p,0.000000)\
-			0.000000	(t_x(283117,189)YB5WH04M,20252.p,0.000000)\
-			0.000000	(t_x(309011,1603)MRAE04,20253.p,0.000000)\
-			0.000000	(t_x(286461,502)YB3EH04E,20254.p,0.000000)\
-			0.000000	(t_x(278185,55)YB5KL04E,20255.p,0.000000)\
-			0.000000	(t_x(294121,506)RVKWS04,20256.p,0.000000)\
-			0.000000	(t_x(313701,763)MGY04,20257.p,0.000000)\
-			0.000000	(t_x(306269,948)MGY04,20258.p,0.000000)\
-			0.000000	(t_x(304230,3497)EDGG704,20259.p,0.000000)\
-			0.000000	(t_x(312762,1104)MRAE04,20260.p,0.000000)\
-			0.000000	(t_x(287438,794)RJIU04M,20261.p,0.000000)\
-			0.000000	(t_x(295131,241)KFZ4404E,20262.p,0.000000)\
-			0.000000	(t_x(287076,865)KFZ4404M,20263.p,0.000000)\
-			0.000000	(t_x(289705,930)YB3EH04E,20264.p,0.000000)\
-			0.000000	(t_x(283526,885)KFZ4404M,20265.p,0.000000)\
-			0.000000	(t_x(309588,1161)MRAE04,20266.p,0.000000)\
-			0.000000	(t_x(316446,148)MYY04A,20267.p,0.000000)\
-			0.000000	(t_x(295329,801)YBOLN04M,20268.p,0.000000)\
-			0.000000	(t_x(286494,378)YBOLN04M,20269.p,0.000000)\
-			0.000000	(t_x(295932,435)RNS04M,20270.p,0.000000)\
-			0.000000	(t_x(287111,746)EGNOR04M,20271.p,0.000000)\
-			0.000000	(t_x(296265,141)LELVU04,20272.p,0.000000)\
-			0.000000	(t_x(312707,1774)MRAE04,20273.p,0.000000)\
-			0.000000	(t_x(307355,1014)ZM56704,20274.p,0.000000)\
-			0.000000	(t_x(281059,459)YB5WH04M,20275.p,0.000000)\
-			0.000000	(t_x(283343,183)YB5WH04M,20276.p,0.000000)\
-			0.000000	(t_x(297125,596)YB3EH04E,20277.p,0.000000)\
-			0.000000	(t_x(293070,1584)RNS04M,20278.p,0.000000)\
-			0.000000	(t_x(283921,3240)EGNOR04M,20279.p,0.000000)\
-			0.000000	(t_x(285782,539)RQXSI04E,20280.p,0.000000)\
-			0.000000	(t_x(285863,480)RQXI04E,20281.p,0.000000)\
-			0.000000	(t_x(306667,828)ZM56704,20282.p,0.000000)\
-			0.000000	(t_x(277463,3321)LGKFN04,20283.p,0.000000)\
-			0.000000	(t_x(295966,507)YB5WH04M,20284.p,0.000000)\
-			0.000000	(t_x(280645,232)YBOLN04M,20285.p,0.000000)\
-			0.000000	(t_x(297977,1713)EGNOR04M,20286.p,0.000000)\
-			0.000000	(t_x(295587,551)YBOLN04M,20287.p,0.000000)\
-			0.000000	(t_x(286658,409)EBBRA04E,20288.p,0.000000)\
-			0.000000	(t_x(290367,1035)MRAE04,20289.p,0.000000)\
-			0.000000	(t_x(296700,382)LELVU04,20290.p,0.000000)\
-			0.000000	(t_x(297062,630)YB3EH04E,20291.p,0.000000)\
-			0.000000	(t_x(316916,3549)EDGG704,20292.p,0.000000)\
-			0.000000	(t_x(287785,1277)KFZ4404M,20293.p,0.000000)\
-			0.000000	(t_x(292992,1614)YD5WH04M,20294.p,0.000000)\
-			0.000000	(t_x(276959,766)PMXX04M,20295.p,0.000000)\
-			0.000000	(t_x(300642,1250)MRAE04,20296.p,0.000000)\
-			0.000000	(t_x(303929,1227)LGKFN04,20297.p,0.000000)\
-			0.000000	(t_x(292753,60)YB5WH04M,20298.p,0.000000)\
-			0.000000	(t_x(320214,954)MRAE04,20299.p,0.000000)\
-			0.000000	(t_x(304051,132)MYY04A,20300.p,0.000000)\
-			0.000000	(t_x(302616,457)MGY04,20301.p,0.000000)\
-			0.000000	(t_x(271616,626)RQXSI04E,20302.p,0.000000)\
-			0.000000	(t_x(290528,138)YBOLN04M,20303.p,0.000000)\
-			0.000000	(t_x(282890,2380)EGNOR04M,20304.p,0.000000)\
-			0.000000	(t_x(295104,1243)MM304,20305.p,0.000000)\
-			0.000000	(t_x(296338,451)RQXSI04E,20306.p,0.000000)\
-			0.000000	(t_x(304583,1054)MRAE04,20307.p,0.000000)\
-			0.000000	(t_x(307679,1136)LOVN1504,20308.p,0.000000)\
-			0.000000	(t_x(279339,775)YB5KL04E,20309.p,0.000000)\
-			0.000000	(t_x(290696,1630)RNS04M,20310.p,0.000000)\
-			0.000000	(t_x(295528,519)RQXI04E,20311.p,0.000000)\
-			0.000000	(t_x(305798,11457)LCES004,20312.p,0.000000)\
-			0.000000	(t_x(292278,422)YB5WH04M,20313.p,0.000000)\
-			0.000000	(t_x(290174,26)LGKFN04,20314.p,0.000000)\
-			0.000000	(t_x(291027,152)YBOLN04M,20315.p,0.000000)\
-			0.000000	(t_x(292099,1799)EGNOR04M,20316.p,0.000000)\
-			0.000000	(t_x(298574,3803)YB3EH04E,20317.p,0.000000)\
-			0.000000	(t_x(294548,989)MGY04,20318.p,0.000000)\
-			0.000000	(t_x(296157,698)RQXSI04E,20319.p,0.000000)\
-			0.000000	(t_x(289999,919)PMXX04M,20320.p,0.000000)\
-			0.000000	(t_x(291218,944)RQXI04E,20321.p,0.000000)\
-			0.000000	(t_x(287241,936)MAB1204A,20322.p,0.000000)\
-			0.000000	(t_x(290996,545)PMXX04M,20323.p,0.000000)\
-			0.000000	(t_x(291484,288)RNS04M,20324.p,0.000000)\
-			0.000000	(t_x(285658,540)YB5KL04E,20325.p,0.000000)\
-			0.000000	(t_x(284106,496)RQXSI04E,20326.p,0.000000)\
-			0.000000	(t_x(283751,660)RQXI04E,20327.p,0.000000)\
-			0.000000	(t_x(263962,1559)LCES004,20328.p,0.000000)\
-			0.000000	(t_x(276307,3323)LGKFN04,20329.p,0.000000)\
-			0.000000	(t_x(290215,584)RJIU04M,20330.p,0.000000)\
-			0.000000	(t_x(283954,522)YBOLN04M,20331.p,0.000000)\
-			0.000000	(t_x(288631,18)YBOLN04M,20332.p,0.000000)\
-			0.000000	(t_x(291312,2949)LGKFN04,20333.p,0.000000)\
-			0.000000	(t_x(301161,52)MAB3404A,20334.p,0.000000)\
-			0.000000	(t_x(282480,780)EBBRA04E,20335.p,0.000000)\
-			0.000000	(t_x(287819,783)PMXX04M,20336.p,0.000000)\
-			0.000000	(t_x(293445,499)RNI04M,20337.p,0.000000)\
-			0.000000	(t_x(305354,167)MEK04,20338.p,0.000000)\
-			0.000000	(t_x(263860,1811)LCES004,20339.p,0.000000)\
-			0.000000	(t_x(303200,162)MYY04A,20340.p,0.000000)\
-			0.000000	(t_x(273980,925)PMXX04M,20341.p,0.000000)\
-			0.000000	(t_x(307304,1147)MRAE04,20342.p,0.000000)\
-			0.000000	(t_x(270468,509)YB5KL04E,20343.p,0.000000)\
-			0.000000	(t_x(301501,1661)LCES004,20344.p,0.000000)\
-			0.000000	(t_x(296992,690)YB3EH04E,20345.p,0.000000)\
-			0.000000	(t_x(288696,583)RJIU04M,20346.p,0.000000)\
-			0.000000	(t_x(285766,558)RQXSI04E,20347.p,0.000000)\
-			0.000000	(t_x(287604,790)PMXX04M,20348.p,0.000000)\
-			0.000000	(t_x(289013,105)MEK04,20349.p,0.000000)\
-			0.000000	(t_x(295129,170)YB3EH04E,20350.p,0.000000)\
-			0.000000	(t_x(296295,290)YB3EH04E,20351.p,0.000000)\
-			0.000000	(t_x(300765,201)YB3EH04E,20352.p,0.000000)\
-			0.000000	(t_x(315991,3570)EDGG704,20353.p,0.000000)\
-			0.000000	(t_x(307626,1731)MRAE04,20354.p,0.000000)\
-			0.000000	(t_x(298249,1829)RNS04M,20355.p,0.000000)\
-			0.000000	(t_x(293530,504)RNI04M,20356.p,0.000000)\
-			0.000000	(t_x(285383,642)RNI04M,20357.p,0.000000)\
-			0.000000	(t_x(309281,884)ZM56704,20358.p,0.000000)\
-			0.000000	(t_x(312938,1080)LCES004,20359.p,0.000000)\
-			0.000000	(t_x(288768,91)RMZSI04M,20360.p,0.000000)\
-			0.000000	(t_x(293587,1678)LCES004,20361.p,0.000000)\
-			0.000000	(t_x(272695,888)RQXSI04E,20362.p,0.000000)\
-			0.000000	(t_x(311285,2040)LCES004,20363.p,0.000000)\
-			0.000000	(t_x(284418,135)RMZU04E,20364.p,0.000000)\
-			0.000000	(t_x(306069,671)MGY04,20365.p,0.000000)\
-			0.000000	(t_x(305754,404)MGY04,20366.p,0.000000)\
-			0.000000	(t_x(289716,552)LGKFN04,20367.p,0.000000)\
-			0.000000	(t_x(306677,302)MYY04A,20368.p,0.000000)\
-			0.000000	(t_x(293570,203)YB5WH04M,20369.p,0.000000)\
-			0.000000	(t_x(287937,990)RJIU04M,20370.p,0.000000)\
-			0.000000	(t_x(307845,122)MGY04,20371.p,0.000000)\
-			0.000000	(t_x(297670,274)MEK04,20372.p,0.000000)\
-			0.000000	(t_x(311312,322)MEK04,20373.p,0.000000)\
-			0.000000	(t_x(302047,568)MAB1204A,20374.p,0.000000)\
-			1.000000	(t_x(301843,339)LGKFN04,20375.p,1.000000)\
-			0.000000	(t_x(305816,690)MAB1204A,20376.p,0.000000)\
-			0.000000	(t_x(307190,983)LGKFN04,20377.p,0.000000)\
-			0.000000	(t_x(296560,1253)PMXX04M,20378.p,0.000000)\
-			0.000000	(t_x(290666,380)MGY04,20379.p,0.000000)\
-			0.000000	(t_x(291994,300)YBOLN04M,20380.p,0.000000)\
-			0.000000	(t_x(289397,1017)LGKFN04,20381.p,0.000000)\
-			0.000000	(t_x(284028,758)RQXSI04E,20382.p,0.000000)\
-			0.000000	(t_x(286897,1048)RQXSI04E,20383.p,0.000000)\
-			0.000000	(t_x(294770,325)YB3EH04E,20384.p,0.000000)\
-			0.000000	(t_x(279431,10)YBOLN04M,20385.p,0.000000)\
-			0.000000	(t_x(291523,1371)PMXX04M,20386.p,0.000000)\
-			0.000000	(t_x(296481,290)YB3EH04E,20387.p,0.000000)\
-			0.000000	(t_x(290455,1354)RNS04M,20388.p,0.000000)\
-			0.000000	(t_x(295885,338)RQXSI04E,20389.p,0.000000)\
-			0.000000	(t_x(278830,79)YB5KL04E,20390.p,0.000000)\
-			0.000000	(t_x(305823,623)MAB04,20391.p,0.000000)\
-			0.000000	(t_x(317538,713)MAB1204A,20392.p,0.000000)\
-			0.000000	(t_x(280706,883)RQXI04E,20393.p,0.000000)\
-			0.000000	(t_x(282046,900)KWUR404E,20394.p,0.000000)\
-			0.000000	(t_x(314563,487)MGY04,20395.p,0.000000)\
-			0.000000	(t_x(310792,284)MAB1204A,20396.p,0.000000)\
-			0.000000	(t_x(309693,46)MYY04A,20397.p,0.000000)\
-			0.000000	(t_x(312097,2312)LCES004,20398.p,0.000000)\
-			0.000000	(t_x(288154,935)PMXX04M,20399.p,0.000000)\
-			0.000000	(t_x(281174,650)YB5WH04M,20400.p,0.000000)\
-			0.000000	(t_x(317153,2337)EDGG704,20401.p,0.000000)\
-			0.000000	(t_x(314600,3588)EDGG704,20402.p,0.000000)\
-			0.000000	(t_x(290491,813)RNI04M,20403.p,0.000000)\
-			0.000000	(t_x(293009,765)YB5WH04M,20404.p,0.000000)\
-			0.000000	(t_x(301224,131)MEK04,20405.p,0.000000)\
-			0.000000	(t_x(289907,46)MM304,20406.p,0.000000)\
-			0.000000	(t_x(280825,471)LGKFN04,20407.p,0.000000)\
-			0.000000	(t_x(286715,141)YBOLN04M,20408.p,0.000000)\
-			0.000000	(t_x(304336,137)MAB3404A,20409.p,0.000000)\
-			0.000000	(t_x(303416,745)MGY04,20410.p,0.000000)\
-			0.000000	(t_x(280888,743)YB5KL04E,20411.p,0.000000)\
-			0.000000	(t_x(286625,1432)PMXX04M,20412.p,0.000000)\
-			0.000000	(t_x(307779,46)MEK04,20413.p,0.000000)\
-			0.000000	(t_x(289347,372)MRAE04,20414.p,0.000000)\
-			0.000000	(t_x(280143,175)YBOLN04M,20415.p,0.000000)\
-			0.000000	(t_x(310005,3616)EDGG704,20416.p,0.000000)\
-			0.000000	(t_x(301721,1349)LGKFN04,20417.p,0.000000)\
-			0.000000	(t_x(296253,437)MEK04,20418.p,0.000000)\
-			0.000000	(t_x(285506,452)YB5KL04E,20419.p,0.000000)\
-			0.000000	(t_x(292111,726)LGKFN04,20420.p,0.000000)\
-			0.000000	(t_x(292967,813)RNS04M,20421.p,0.000000)\
-			0.000000	(t_x(293544,893)RQXSI04E,20422.p,0.000000)\
-			0.000000	(t_x(301621,1152)RVKWS04,20423.p,0.000000)\
-			0.000000	(t_x(305851,982)MAB3404A,20424.p,0.000000)\
-			0.000000	(t_x(297636,302)YB5KL04E,20425.p,0.000000)\
-			0.000000	(t_x(313563,691)MAB1204A,20426.p,0.000000)\
-			0.000000	(t_x(284165,2016)RVKWU04M,20427.p,0.000000)\
-			0.000000	(t_x(278162,651)YB5WH04M,20428.p,0.000000)\
-			0.000000	(t_x(310219,2537)EDGG704,20429.p,0.000000)\
-			0.000000	(t_x(294523,28)EBEEC04M,20430.p,0.000000)\
-			0.000000	(t_x(293957,380)RNI04M,20431.p,0.000000)\
-			0.000000	(t_x(310560,2552)LCES004,20432.p,0.000000)\
-			0.000000	(t_x(298519,529)LGKFN04,20433.p,0.000000)\
-			0.000000	(t_x(308629,400)MAB04,20434.p,0.000000)\
-			0.000000	(t_x(309695,441)MEK04,20435.p,0.000000)\
-			0.000000	(t_x(292423,2189)EDGG704,20436.p,0.000000)\
-			0.000000	(t_x(294848,916)EGNOR04M,20437.p,0.000000)\
-			0.000000	(t_x(315366,272)MGY04,20438.p,0.000000)\
-			0.000000	(t_x(313717,311)MEK04,20439.p,0.000000)\
-			0.000000	(t_x(309190,533)MGY04,20440.p,0.000000)\
-			0.000000	(t_x(295156,816)YB3EH04E,20441.p,0.000000)\
-			0.000000	(t_x(315232,900)LCES004,20442.p,0.000000)\
-			0.000000	(t_x(281483,1901)EGNOR04M,20443.p,0.000000)\
-			0.000000	(t_x(282727,471)LGKFN04,20444.p,0.000000)\
-			0.000000	(t_x(283663,1278)RQXSI04E,20445.p,0.000000)\
-			0.000000	(t_x(302179,250)KWUR1C04,20446.p,0.000000)\
-			0.000000	(t_x(283812,177)YBOLN04M,20447.p,0.000000)\
-			0.000000	(t_x(284287,1087)PMXX04M,20448.p,0.000000)\
-			0.000000	(t_x(281824,2076)RVKWU04M,20449.p,0.000000)\
-			0.000000	(t_x(292214,60)YB5KL04E,20450.p,0.000000)\
-			0.000000	(t_x(283392,1121)RQXSI04E,20451.p,0.000000)\
-			0.000000	(t_x(296337,224)BR404M,20452.p,0.000000)\
-			0.000000	(t_x(294200,1365)RQXSI04E,20453.p,0.000000)\
-			0.000000	(t_x(305671,505)LELVU04,20454.p,0.000000)\
-			0.000000	(t_x(294276,330)RQXU04E,20455.p,0.000000)\
-			0.000000	(t_x(294120,1862)PMXX04M,20456.p,0.000000)\
-			0.000000	(t_x(292107,1032)RQXI04E,20457.p,0.000000)\
-			0.000000	(t_x(302135,695)EG11G04M,20458.p,0.000000)\
-			0.000000	(t_x(303471,1865)PMXX04M,20459.p,0.000000)\
-			0.000000	(t_x(304380,335)MEK04,20460.p,0.000000)\
-			0.000000	(t_x(300666,11503)LCES004,20461.p,0.000000)\
-			0.000000	(t_x(285949,394)EBBRA04E,20462.p,0.000000)\
-			0.000000	(t_x(302366,249)MAB3404A,20463.p,0.000000)\
-			0.000000	(t_x(295497,1429)PMXX04M,20464.p,0.000000)\
-			0.000000	(t_x(294740,750)YB3EH04E,20465.p,0.000000)\
-			0.000000	(t_x(291951,251)RMZU04E,20466.p,0.000000)\
-			0.000000	(t_x(301888,285)KWUR1C04,20467.p,0.000000)\
-			0.000000	(t_x(302758,763)RNI04M,20468.p,0.000000)\
-			0.000000	(t_x(305510,1286)MRAEE04,20469.p,0.000000)\
-			0.000000	(t_x(289164,4918)RJIU04M,20470.p,0.000000)\
-			0.000000	(t_x(297119,2088)EGNOR04M,20471.p,0.000000)\
-			0.000000	(t_x(317978,2732)EDGG704,20472.p,0.000000)\
-			0.000000	(t_x(298646,793)LGKFN04,20473.p,0.000000)\
-			0.000000	(t_x(288918,523)RQXSI04E,20474.p,0.000000)\
-			0.000000	(t_x(288529,706)RNI04M,20475.p,0.000000)\
-			0.000000	(t_x(263570,552)LELVU04,20476.p,0.000000)\
-			0.000000	(t_x(283389,1391)RQXSI04E,20477.p,0.000000)\
-			0.000000	(t_x(309099,303)MRAEE04,20478.p,0.000000)\
-			0.000000	(t_x(292989,554)YB5KL04E,20479.p,0.000000)\
-			0.000000	(t_x(298578,1642)MGY04,20480.p,0.000000)\
-			0.000000	(t_x(286185,531)LGKFN04,20481.p,0.000000)\
-			0.000000	(t_x(287944,986)KFZ4404M,20482.p,0.000000)\
-			0.000000	(t_x(313638,3728)EDGG704,20483.p,0.000000)\
-			0.000000	(t_x(303580,664)EG11G04M,20484.p,0.000000)\
-			0.000000	(t_x(283823,460)YB3EH04E,20485.p,0.000000)\
-			0.000000	(t_x(292153,611)RMZU04E,20486.p,0.000000)\
-			0.000000	(t_x(292451,172)YBOLN04M,20487.p,0.000000)\
-			0.000000	(t_x(310618,4048)EDGG704,20488.p,0.000000)\
-			0.000000	(t_x(289683,896)ZM56704,20489.p,0.000000)\
-			0.000000	(t_x(303684,87)MRAEE04,20490.p,0.000000)\
-			0.000000	(t_x(294908,417)YB5KL04E,20491.p,0.000000)\
-			0.000000	(t_x(281359,791)PMXX04M,20492.p,0.000000)\
-			0.000000	(t_x(304262,159)MGY04,20493.p,0.000000)\
-			0.000000	(t_x(323044,592)MRAE04,20494.p,0.000000)\
-			0.000000	(t_x(311878,991)MGY04,20495.p,0.000000)\
-			0.000000	(t_x(293116,1491)LELVL04M,20496.p,0.000000)\
-			0.000000	(t_x(287222,299)EBBRA04E,20497.p,0.000000)\
-			0.000000	(t_x(310742,193)KSLN04A,20498.p,0.000000)\
-			0.000000	(t_x(305697,1266)LEMDAT04,20499.p,0.000000)\
-			0.000000	(t_x(301074,563)LGKFN04,20500.p,0.000000)\
-			0.000000	(t_x(288445,685)KFZ4404M,20501.p,0.000000)\
-			0.000000	(t_x(293901,660)RQXU04E,20502.p,0.000000)\
-			0.000000	(t_x(311886,390)LCES004,20503.p,0.000000)\
-			0.000000	(t_x(301524,382)MEK04,20504.p,0.000000)\
-			0.000000	(t_x(292714,192)RMZU04E,20505.p,0.000000)\
-			0.000000	(t_x(307481,194)MGY04,20506.p,0.000000)\
-			0.000000	(t_x(295503,1881)RVKWU04M,20507.p,0.000000)\
-			0.000000	(t_x(303818,425)MAB04,20508.p,0.000000)\
-			0.000000	(t_x(287329,182)YB5WH04M,20509.p,0.000000)\
-			0.000000	(t_x(291164,1185)RQXSI04E,20510.p,0.000000)\
-			0.000000	(t_x(294706,1538)LEMDAT04,20511.p,0.000000)\
-			0.000000	(t_x(294654,1033)LELVL04M,20512.p,0.000000)\
-			0.000000	(t_x(301417,411)LGKFN04,20513.p,0.000000)\
-			0.000000	(t_x(282807,275)LGKFN04,20514.p,0.000000)\
-			0.000000	(t_x(300435,1511)LGKFN04,20515.p,0.000000)\
-			0.000000	(t_x(295508,927)MAB04,20516.p,0.000000)\
-			0.000000	(t_x(293096,451)YB3EH04E,20517.p,0.000000)\
-			0.000000	(t_x(289314,60)YB5WH04M,20518.p,0.000000)\
-			0.000000	(t_x(289894,2952)LCES004,20519.p,0.000000)\
-			0.000000	(t_x(302136,243)BR404M,20520.p,0.000000)\
-			0.000000	(t_x(281346,938)RQXSI04E,20521.p,0.000000)\
-			0.000000	(t_x(282660,608)PMXX04M,20522.p,0.000000)\
-			0.000000	(t_x(291847,490)YB5KL04E,20523.p,0.000000)\
-			0.000000	(t_x(295216,772)YB3EH04E,20524.p,0.000000)\
-			0.000000	(t_x(291264,976)PMXX04M,20525.p,0.000000)\
-			0.000000	(t_x(282514,1446)RQXSI04E,20526.p,0.000000)\
-			0.000000	(t_x(295053,137)RQXU04E,20527.p,0.000000)\
-			0.000000	(t_x(290047,579)RASI04M,20528.p,0.000000)\
-			0.000000	(t_x(303156,660)EG11G04M,20529.p,0.000000)\
-			0.000000	(t_x(292178,2535)EGNOR04M,20530.p,0.000000)\
-			0.000000	(t_x(287020,1873)RNS04M,20531.p,0.000000)\
-			0.000000	(t_x(297721,197)KSLN04A,20532.p,0.000000)\
-			0.000000	(t_x(289872,1613)PMXX04M,20533.p,0.000000)\
-			0.000000	(t_x(263958,753)LCES004,20534.p,0.000000)\
-			0.000000	(t_x(301711,464)LCES004M,20535.p,0.000000)\
-			0.000000	(t_x(292533,1177)RNI04M,20536.p,0.000000)\
-			0.000000	(t_x(308582,2904)EDGG704,20537.p,0.000000)\
-			0.000000	(t_x(275270,513)RQXSI04E,20538.p,0.000000)\
-			0.000000	(t_x(282677,435)YBOLN04M,20539.p,0.000000)\
-			0.000000	(t_x(307990,3902)EDGG704,20540.p,0.000000)\
-			0.000000	(t_x(283562,585)PMXX04M,20541.p,0.000000)\
-			0.000000	(t_x(313372,168)MGY04,20542.p,0.000000)\
-			0.000000	(t_x(280245,324)RQXSI04E,20543.p,0.000000)\
-			0.000000	(t_x(294736,324)RQXSI04E,20544.p,0.000000)\
-			0.000000	(t_x(308334,336)EBEEC04M,20545.p,0.000000)\
-			0.000000	(t_x(271214,856)RMZU04E,20546.p,0.000000)\
-			0.000000	(t_x(311998,505)MEK04,20547.p,0.000000)\
-			0.000000	(t_x(291013,297)BR404M,20548.p,0.000000)\
-			0.000000	(t_x(282755,351)KWUR404E,20549.p,0.000000)\
-			0.000000	(t_x(284797,730)YB3EH04E,20550.p,0.000000)\
-			0.000000	(t_x(294472,296)RASI04M,20551.p,0.000000)\
-			0.000000	(t_x(279896,602)RASI04M,20552.p,0.000000)\
-			0.000000	(t_x(273793,205)RQXSI04E,20553.p,0.000000)\
-			0.000000	(t_x(288377,982)RVKWU04M,20554.p,0.000000)\
-			0.000000	(t_x(282205,149)YB3EH04E,20555.p,0.000000)\
-			0.000000	(t_x(295936,1220)YB5KL04E,20556.p,0.000000)\
-			0.000000	(t_x(310272,750)LCES004,20557.p,0.000000)\
-			0.000000	(t_x(305584,660)MGY04,20558.p,0.000000)\
-			0.000000	(t_x(306920,307)LGKFN04,20559.p,0.000000)\
-			0.000000	(t_x(284085,2384)RVKWU04M,20560.p,0.000000)\
-			0.000000	(t_x(294615,18)LELVL04M,20561.p,0.000000)\
-			0.000000	(t_x(305803,397)KWUR1C04,20562.p,0.000000)\
-			0.000000	(t_x(312369,1354)MEK04,20563.p,0.000000)\
-			0.000000	(t_x(283272,460)RQXSI04E,20564.p,0.000000)\
-			0.000000	(t_x(288405,1617)PMXX04M,20565.p,0.000000)\
-			0.000000	(t_x(263196,1462)RQXSI04E,20566.p,0.000000)\
-			0.000000	(t_x(263640,525)LCES004,20567.p,0.000000)\
-			0.000000	(t_x(283889,103)LELVL04M,20568.p,0.000000)\
-			0.000000	(t_x(294284,127)MYY04A,20569.p,0.000000)\
-			0.000000	(t_x(317443,1612)MRAE04,20570.p,0.000000)\
-			0.000000	(t_x(310724,2009)GL34W04,20571.p,0.000000)\
-			0.000000	(t_x(278663,1095)EGNOR04M,20572.p,0.000000)\
-			0.000000	(t_x(311542,206)LCES004,20573.p,0.000000)\
-			0.000000	(t_x(283821,269)KWUR404E,20574.p,0.000000)\
-			0.000000	(t_x(293049,114)LELVU04,20575.p,0.000000)\
-			0.000000	(t_x(303592,182)MGY04,20576.p,0.000000)\
-			0.000000	(t_x(294899,754)PMXX04M,20577.p,0.000000)\
-			0.000000	(t_x(290395,1043)PMXX04M,20578.p,0.000000)\
-			0.000000	(t_x(295794,1430)LEMDAT04,20579.p,0.000000)\
-			0.000000	(t_x(317360,137)MRAEE04,20580.p,0.000000)\
-			0.000000	(t_x(301556,246)GL34W04,20581.p,0.000000)\
-			0.000000	(t_x(297362,871)RNI04M,20582.p,0.000000)\
-			0.000000	(t_x(294004,758)YB5WH04M,20583.p,0.000000)\
-			0.000000	(t_x(294690,1439)RVKWU04M,20584.p,0.000000)\
-			0.000000	(t_x(285899,97)BR404M,20585.p,0.000000)\
-			0.000000	(t_x(286180,444)YB5KL04E,20586.p,0.000000)\
-			0.000000	(t_x(292257,610)RQXI04E,20587.p,0.000000)\
-			0.000000	(t_x(293371,6186)RJIU04M,20588.p,0.000000)\
-			0.000000	(t_x(285575,536)RQXI04E,20589.p,0.000000)\
-			0.000000	(t_x(280396,146)YBOLN04M,20590.p,0.000000)\
-			0.000000	(t_x(303854,100)MM304,20591.p,0.000000)\
-			0.000000	(t_x(311706,344)MEK04,20592.p,0.000000)\
-			1.000000	(t_x(289249,86)KFZ4404M,20593.p,1.000000)\
-			0.000000	(t_x(294986,437)LGKFN04,20594.p,0.000000)\
-			0.000000	(t_x(314816,3091)EDGG704,20595.p,0.000000)\
-			0.000000	(t_x(281349,433)RQXSI04E,20596.p,0.000000)\
-			0.000000	(t_x(262946,268)RQXSI04E,20597.p,0.000000)\
-			0.000000	(t_x(292069,595)EG11G04M,20598.p,0.000000)\
-			0.000000	(t_x(295893,1540)LEMDAT04,20599.p,0.000000)\
-			0.000000	(t_x(302863,812)LELVU04,20600.p,0.000000)\
-			0.000000	(t_x(279756,899)YH5MH04M,20601.p,0.000000)\
-			0.000000	(t_x(304007,575)EG11G04M,20602.p,0.000000)\
-			0.000000	(t_x(295809,2927)$BR404M,20603.p,0.000000)\
-			0.000000	(t_x(282859,710)RQXSI04E,20604.p,0.000000)\
-			0.000000	(t_x(276662,147)EBEEC04M,20605.p,0.000000)\
-			0.000000	(t_x(285794,757)RQXSI04E,20606.p,0.000000)\
-			0.000000	(t_x(317116,41)MRAE04,20607.p,0.000000)\
-			0.000000	(t_x(308892,282)MGY04,20608.p,0.000000)\
-			0.000000	(t_x(288970,127)YB5WH04M,20609.p,0.000000)\
-			0.000000	(t_x(293250,27)RMZU04E,20610.p,0.000000)\
-			0.000000	(t_x(303842,995)LELVU04,20611.p,0.000000)\
-			0.000000	(t_x(293168,975)RQXU04E,20612.p,0.000000)\
-			0.000000	(t_x(281962,687)PMXX04M,20613.p,0.000000)\
-			0.000000	(t_x(289673,560)MRAEE04,20614.p,0.000000)\
-			0.000000	(t_x(287736,1857)PMXX04M,20615.p,0.000000)\
-			0.000000	(t_x(288247,592)LELVL04M,20616.p,0.000000)\
-			0.000000	(t_x(288792,217)YB5WH04M,20617.p,0.000000)\
-			0.000000	(t_x(288358,527)KWUR404E,20618.p,0.000000)\
-			0.000000	(t_x(279621,906)$KHVL104E,20619.p,0.000000)\
-			0.000000	(t_x(285688,761)RQXSI04E,20620.p,0.000000)\
-			0.000000	(t_x(297572,1333)RVKWU04M,20621.p,0.000000)\
-			0.000000	(t_x(282784,305)$RQXI04E,20622.p,0.000000)\
-			0.000000	(t_x(280458,345)EBEEC04M,20623.p,0.000000)\
-			0.000000	(t_x(279734,640)YBOLN04M,20624.p,0.000000)\
-			0.000000	(t_x(301576,683)YD5WH04M,20625.p,0.000000)\
-			0.000000	(t_x(316314,540)KWUR1C04,20626.p,0.000000)\
-			0.000000	(t_x(296158,105)YB5WH04M,20627.p,0.000000)\
-			0.000000	(t_x(293092,748)RASI04M,20628.p,0.000000)\
-			1.000000	(t_x(296907,3)KFZ4404M,20629.p,1.000000)\
-			0.000000	(t_x(292152,490)LELVL04M,20630.p,0.000000)\
-			0.000000	(t_x(289007,648)YB5WH04M,20631.p,0.000000)\
-			0.000000	(t_x(285482,709)PMXX04M,20632.p,0.000000)\
-			0.000000	(t_x(277197,368)RNI04M,20633.p,0.000000)\
-			0.000000	(t_x(292026,404)LELVL04M,20634.p,0.000000)\
-			0.000000	(t_x(285826,418)YBOLN04M,20635.p,0.000000)\
-			0.000000	(t_x(295656,462)RQXSI04E,20636.p,0.000000)\
-			0.000000	(t_x(303992,823)LGKFN04,20637.p,0.000000)\
-			0.000000	(t_x(282259,526)YB5WH04M,20638.p,0.000000)\
-			0.000000	(t_x(289911,361)PMXX04M,20639.p,0.000000)\
-			0.000000	(t_x(295034,537)RNS04M,20640.p,0.000000)\
-			0.000000	(t_x(307870,1224)GL34W04,20641.p,0.000000)\
-			0.000000	(t_x(279482,387)YB5WH04M,20642.p,0.000000)\
-			0.000000	(t_x(281854,541)KWUR404E,20643.p,0.000000)\
-			0.000000	(t_x(290247,227)YB5KL04E,20644.p,0.000000)\
-			0.000000	(t_x(291226,1474)RQXSI04E,20645.p,0.000000)\
-			0.000000	(t_x(288927,1822)KFZ4404M,20646.p,0.000000)\
-			0.000000	(t_x(289194,2762)RMZU04E,20647.p,0.000000)\
-			0.000000	(t_x(313875,919)LCES004,20648.p,0.000000)\
-			0.000000	(t_x(286952,528)YB5KL04E,20649.p,0.000000)\
-			0.000000	(t_x(273048,235)YB5WH04M,20650.p,0.000000)\
-			0.000000	(t_x(282954,555)RQXSI04E,20651.p,0.000000)\
-			0.000000	(t_x(294156,389)YB3EH04E,20652.p,0.000000)\
-			0.000000	(t_x(283998,600)$YB5WH04M,20653.p,0.000000)\
-			0.000000	(t_x(300964,887)LGKFN04,20654.p,0.000000)\
-			0.000000	(t_x(298588,830)LGKFN04,20655.p,0.000000)\
-			0.000000	(t_x(295700,480)$RQXI04E,20656.p,0.000000)\
-			0.000000	(t_x(298617,173)KWUR404E,20657.p,0.000000)\
-			0.000000	(t_x(293927,190)YBOLN04M,20658.p,0.000000)\
-			0.000000	(t_x(283607,712)PMXX04M,20659.p,0.000000)\
-			0.000000	(t_x(295754,1556)LEMDAT04,20660.p,0.000000)\
-			0.000000	(t_x(291353,1084)RQXSI04E,20661.p,0.000000)\
-			0.000000	(t_x(295343,1643)RVKWU04M,20662.p,0.000000)\
-			0.000000	(t_x(283468,288)$RQXI04E,20663.p,0.000000)\
-			0.000000	(t_x(285693,924)YB3EH04E,20664.p,0.000000)\
-			0.000000	(t_x(295980,408)RNS04M,20665.p,0.000000)\
-			0.000000	(t_x(284595,747)RQXSI04E,20666.p,0.000000)\
-			0.000000	(t_x(297382,1122)LGSRA04,20667.p,0.000000)\
-			0.000000	(t_x(289045,1831)RNS04M,20668.p,0.000000)\
-			0.000000	(t_x(309684,62)ZM56704,20669.p,0.000000)\
-			0.000000	(t_x(303235,786)EGPFA04,20670.p,0.000000)\
-			0.000000	(t_x(295296,555)RQXU04E,20671.p,0.000000)\
-			0.000000	(t_x(292120,313)YB3EH04E,20672.p,0.000000)\
-			0.000000	(t_x(317991,3922)EDGG704,20673.p,0.000000)\
-			0.000000	(t_x(314808,119)MRAEE04,20674.p,0.000000)\
-			0.000000	(t_x(309577,395)MEK04,20675.p,0.000000)\
-			0.000000	(t_x(275522,268)PMXX04M,20676.p,0.000000)\
-			0.000000	(t_x(282868,482)KWUR404E,20677.p,0.000000)\
-			0.000000	(t_x(280263,110)KWUR404E,20678.p,0.000000)\
-			0.000000	(t_x(293498,949)PMXX04M,20679.p,0.000000)\
-			0.000000	(t_x(296164,982)RQXSI04E,20680.p,0.000000)\
-			0.000000	(t_x(287908,575)LGKFN04,20681.p,0.000000)\
-			0.000000	(t_x(292100,702)PMXX04M,20682.p,0.000000)\
-			1.000000	(t_x(294819,212)RNS04M,20683.p,1.000000)\
-			0.000000	(t_x(296112,148)YB5WH04M,20684.p,0.000000)\
-			0.000000	(t_x(310096,370)MEK04,20685.p,0.000000)\
-			0.000000	(t_x(278871,88)KWUR404E,20686.p,0.000000)\
-			0.000000	(t_x(301088,1432)LEMDAT04,20687.p,0.000000)\
-			0.000000	(t_x(287358,490)$RQXI04E,20688.p,0.000000)\
-			0.000000	(t_x(294406,1852)RQXSI04E,20689.p,0.000000)\
-			0.000000	(t_x(280871,316)LELVU04,20690.p,0.000000)\
-			0.000000	(t_x(292670,102)RQXU04E,20691.p,0.000000)\
-			0.000000	(t_x(296261,447)YB3EH04E,20692.p,0.000000)\
-			0.000000	(t_x(278814,122)YB5WH04M,20693.p,0.000000)\
-			0.000000	(t_x(279651,365)YBOLN04M,20694.p,0.000000)\
-			0.000000	(t_x(296267,375)LELVL04M,20695.p,0.000000)\
-			0.000000	(t_x(281643,27)YB5KL04E,20696.p,0.000000)\
-			0.000000	(t_x(273032,879)RQXSI04E,20697.p,0.000000)\
-			0.000000	(t_x(308515,190)MAB3404A,20698.p,0.000000)\
-			0.000000	(t_x(306095,41)YB3EH04A,20699.p,0.000000)\
-			0.000000	(t_x(295734,1622)LEMDAT04,20700.p,0.000000)\
-			0.000000	(t_x(310983,3122)EDGG704,20701.p,0.000000)\
-			0.000000	(t_x(309006,239)MAB3404A,20702.p,0.000000)\
-			0.000000	(t_x(281487,130)RMZU04E,20703.p,0.000000)\
-			0.000000	(t_x(300850,450)LELVU04,20704.p,0.000000)\
-			0.000000	(t_x(295341,42)$RMZU04E,20705.p,0.000000)\
-			0.000000	(t_x(314236,1097)LCES004,20706.p,0.000000)\
-			0.000000	(t_x(307875,222)KSLN04A,20707.p,0.000000)\
-			0.000000	(t_x(270762,467)YB5WH04M,20708.p,0.000000)\
-			0.000000	(t_x(289288,316)PMXX04M,20709.p,0.000000)\
-			0.000000	(t_x(293965,225)RNS04M,20710.p,0.000000)\
-			0.000000	(t_x(297505,917)RQXSI04E,20711.p,0.000000)\
-			0.000000	(t_x(286627,257)YB5WH04M,20712.p,0.000000)\
-			0.000000	(t_x(286726,443)YBOLN04M,20713.p,0.000000)\
-			0.000000	(t_x(287544,78)BR404M,20714.p,0.000000)\
-			0.000000	(t_x(279142,64)YB5KL04E,20715.p,0.000000)\
-			0.000000	(t_x(293045,403)RMZU04E,20716.p,0.000000)\
-			0.000000	(t_x(263931,391)MYY04A,20717.p,0.000000)\
-			0.000000	(t_x(289472,3264)KWUR404E,20718.p,0.000000)\
-			0.000000	(t_x(293156,400)LELVL04M,20719.p,0.000000)\
-			0.000000	(t_x(295752,774)LEMDAT04,20720.p,0.000000)\
-			0.000000	(t_x(273540,36)LOW304M,20721.p,0.000000)\
-			0.000000	(t_x(301727,654)LGKFN04,20722.p,0.000000)\
-			0.000000	(t_x(279804,255)YH5MH04M,20723.p,0.000000)\
-			0.000000	(t_x(303341,647)LCES004M,20724.p,0.000000)\
-			0.000000	(t_x(281749,21)YBOLN04M,20725.p,0.000000)\
-			0.000000	(t_x(312354,469)MAB1204A,20726.p,0.000000)\
-			0.000000	(t_x(277562,645)YH5MH04M,20727.p,0.000000)\
-			0.000000	(t_x(306902,183)MEK04,20728.p,0.000000)\
-			0.000000	(t_x(286682,124)EBBRA04E,20729.p,0.000000)\
-			0.000000	(t_x(289436,116)KSLN2C04,20730.p,0.000000)\
-			0.000000	(t_x(283194,562)PMXX04M,20731.p,0.000000)\
-			0.000000	(t_x(279592,512)KHVL104E,20732.p,0.000000)\
-			0.000000	(t_x(303529,4108)EDGG704,20733.p,0.000000)\
-			0.000000	(t_x(295585,1119)YB3EH04A,20734.p,0.000000)\
-			0.000000	(t_x(291727,408)EBEEC04M,20735.p,0.000000)\
-			0.000000	(t_x(291891,3384)LGKFN04,20736.p,0.000000)\
-			0.000000	(t_x(288341,552)KWUR1C04,20737.p,0.000000)\
-			0.000000	(t_x(300762,500)EDGG704,20738.p,0.000000)\
-			0.000000	(t_x(285189,2524)RVKWU04M,20739.p,0.000000)\
-			0.000000	(t_x(279193,123)KHVL104E,20740.p,0.000000)\
-			0.000000	(t_x(295728,560)YB5WH04M,20741.p,0.000000)\
-			0.000000	(t_x(295231,498)LOVN1504,20742.p,0.000000)\
-			0.000000	(t_x(298038,523)EDGG704,20743.p,0.000000)\
-			0.000000	(t_x(293444,817)YB5WH04M,20744.p,0.000000)\
-			0.000000	(t_x(286771,311)MGY04,20745.p,0.000000)\
-			0.000000	(t_x(282645,215)YB5WH04M,20746.p,0.000000)\
-			0.000000	(t_x(296550,172)YB3EH04A,20747.p,0.000000)\
-			0.000000	(t_x(305689,688)LEMDAT04,20748.p,0.000000)\
-			0.000000	(t_x(285656,818)PMXX04M,20749.p,0.000000)\
-			0.000000	(t_x(292917,118)LELVL04M,20750.p,0.000000)\
-			0.000000	(t_x(290681,250)YB5WH04M,20751.p,0.000000)\
-			0.000000	(t_x(292112,255)KWUR404E,20752.p,0.000000)\
-			0.000000	(t_x(279485,559)KHVL104E,20753.p,0.000000)\
-			0.000000	(t_x(283584,460)YB3EH04E,20754.p,0.000000)\
-			0.000000	(t_x(290055,71)YBOLN04M,20755.p,0.000000)\
-			0.000000	(t_x(307897,602)LCES004M,20756.p,0.000000)\
-			0.000000	(t_x(263323,32)LEBAS04M,20757.p,0.000000)\
-			0.000000	(t_x(289277,89)YB5KL04E,20758.p,0.000000)\
-			0.000000	(t_x(278562,547)YBOLN04M,20759.p,0.000000)\
-			0.000000	(t_x(286277,2130)KFZ4404M,20760.p,0.000000)\
-			0.000000	(t_x(280283,651)YH5MH04M,20761.p,0.000000)\
-			0.000000	(t_x(293580,150)RQXU04E,20762.p,0.000000)\
-			0.000000	(t_x(292494,400)RQXSI04E,20763.p,0.000000)\
-			0.000000	(t_x(306307,511)RMZU04,20764.p,0.000000)\
-			0.000000	(t_x(284283,1525)RVKWU04M,20765.p,0.000000)\
-			0.000000	(t_x(308507,750)LCES004,20766.p,0.000000)\
-			0.000000	(t_x(290158,287)PMXX04M,20767.p,0.000000)\
-			0.000000	(t_x(295514,1481)YB3EH04A,20768.p,0.000000)\
-			0.000000	(t_x(264013,597)MAB3404A,20769.p,0.000000)\
-			0.000000	(t_x(304825,1147)LEMDAT04,20770.p,0.000000)\
-			0.000000	(t_x(281905,582)YH5MH04M,20771.p,0.000000)\
-			0.000000	(t_x(281334,1548)RVKWU04M,20772.p,0.000000)\
-			0.000000	(t_x(291206,207)RQXU04E,20773.p,0.000000)\
-			0.000000	(t_x(292801,588)PMXX04M,20774.p,0.000000)\
-			0.000000	(t_x(301260,244)MEK04,20775.p,0.000000)\
-			0.000000	(t_x(292693,143)KFZ4404M,20776.p,0.000000)\
-			0.000000	(t_x(294611,1230)EGNOR04M,20777.p,0.000000)\
-			0.000000	(t_x(311650,138)MEK04,20778.p,0.000000)\
-			0.000000	(t_x(279693,490)YH5MH04M,20779.p,0.000000)\
-			0.000000	(t_x(289587,193)PMXX04M,20780.p,0.000000)\
-			0.000000	(t_x(294672,757)RQXSI04E,20781.p,0.000000)\
-			0.000000	(t_x(287235,820)PMXX04M,20782.p,0.000000)\
-			0.000000	(t_x(300287,556)RNS04M,20783.p,0.000000)\
-			0.000000	(t_x(303423,300)EDGG704,20784.p,0.000000)\
-			0.000000	(t_x(311032,546)LOVN1504,20785.p,0.000000)\
-			0.000000	(t_x(279312,623)KHVL104E,20786.p,0.000000)\
-			0.000000	(t_x(304570,570)LCES004M,20787.p,0.000000)\
-			0.000000	(t_x(303868,1447)LEMDAT04,20788.p,0.000000)\
-			0.000000	(t_x(287288,373)KHVL104E,20789.p,0.000000)\
-			0.000000	(t_x(290553,741)LEMDAT04,20790.p,0.000000)\
-			0.000000	(t_x(279279,287)YBOLN04M,20791.p,0.000000)\
-			0.000000	(t_x(278386,365)EGNOR04M,20792.p,0.000000)\
-			0.000000	(t_x(306570,180)YB3EH04A,20793.p,0.000000)\
-			0.000000	(t_x(295915,636)LEMDAT04,20794.p,0.000000)\
-			0.000000	(t_x(278855,121)YH5MH04M,20795.p,0.000000)\
-			0.000000	(t_x(277591,165)YB5KL04E,20796.p,0.000000)\
-			0.000000	(t_x(294023,149)LELVL04M,20797.p,0.000000)\
-			0.000000	(t_x(296619,34)YB3EH04A,20798.p,0.000000)\
-			0.000000	(t_x(312066,1452)EDGG704,20799.p,0.000000)\
-			0.000000	(t_x(306187,650)LOVN1504,20800.p,0.000000)\
-			0.000000	(t_x(298480,636)RMZU04,20801.p,0.000000)\
-			0.000000	(t_x(281143,941)LGKFN04,20802.p,0.000000)\
-			0.000000	(t_x(285818,60)YBOLN04M,20803.p,0.000000)\
-			0.000000	(t_x(316391,1920)EDGG704,20804.p,0.000000)\
-			0.000000	(t_x(295287,222)RQXSI04E,20805.p,0.000000)\
-			0.000000	(t_x(293430,642)RQXU04E,20806.p,0.000000)\
-			0.000000	(t_x(294950,720)RNS04M,20807.p,0.000000)\
-			0.000000	(t_x(296563,284)KWUR404E,20808.p,0.000000)\
-			0.000000	(t_x(306801,626)RMZU04,20809.p,0.000000)\
-			0.000000	(t_x(300504,887)LGKFN04,20810.p,0.000000)\
-			0.000000	(t_x(281185,19)YH5MH04M,20811.p,0.000000)\
-			0.000000	(t_x(290568,632)LEBAS04M,20812.p,0.000000)\
-			0.000000	(t_x(312036,157)MAB3404A,20813.p,0.000000)\
-			0.000000	(t_x(309953,326)LOVN1504,20814.p,0.000000)\
-			0.000000	(t_x(294135,141)RMZU04E,20815.p,0.000000)\
-			0.000000	(t_x(284700,302)YB3EH04E,20816.p,0.000000)\
-			0.000000	(t_x(307805,250)LOVN1504,20817.p,0.000000)\
-			0.000000	(t_x(298263,131)YB3EH04E,20818.p,0.000000)\
-			0.000000	(t_x(293924,34)RQXU04E,20819.p,0.000000)\
-			0.000000	(t_x(311256,281)YB3EH04A,20820.p,0.000000)\
-			0.000000	(t_x(306251,474)RMZU04,20821.p,0.000000)\
-			0.000000	(t_x(278487,497)YH5MH04M,20822.p,0.000000)\
-			0.000000	(t_x(289283,1667)LEMDAT04,20823.p,0.000000)\
-			0.000000	(t_x(283489,1007)RVKWU04M,20824.p,0.000000)\
-			0.000000	(t_x(302310,485)LGKFN04,20825.p,0.000000)\
-			0.000000	(t_x(309203,362)YB3EH04A,20826.p,0.000000)\
-			0.000000	(t_x(297904,390)LOVN1504,20827.p,0.000000)\
-			0.000000	(t_x(287018,812)RQXSI04E,20828.p,0.000000)\
-			0.000000	(t_x(287433,309)YBOLN04M,20829.p,0.000000)\
-			0.000000	(t_x(279409,559)YH5MH04M,20830.p,0.000000)\
-			0.000000	(t_x(302132,582)LOVN1504,20831.p,0.000000)\
-			0.000000	(t_x(309172,1733)EDGG704,20832.p,0.000000)\
-			0.000000	(t_x(297746,468)LOVN1504,20833.p,0.000000)\
-			0.000000	(t_x(287016,121)YBOLN04M,20834.p,0.000000)\
-			0.000000	(t_x(284393,288)YB5WH04M,20835.p,0.000000)\
-			0.000000	(t_x(307712,683)EDGG704,20836.p,0.000000)\
-			0.000000	(t_x(280192,357)YH5MH04M,20837.p,0.000000)\
-			0.000000	(t_x(297145,381)LOVN1504,20838.p,0.000000)\
-			0.000000	(t_x(309462,165)LOVN1504,20839.p,0.000000)\
-			0.000000	(t_x(308003,387)YB3EH04A,20840.p,0.000000)\
-			0.000000	(t_x(306769,150)MAB1204A,20841.p,0.000000)\
-			0.000000	(t_x(304245,35)MRAE04,20842.p,0.000000)\
-			0.000000	(t_x(318435,2070)EDGG704,20843.p,0.000000)\
-			0.000000	(t_x(283259,2341)EGNOR04M,20844.p,0.000000)\
-			0.000000	(t_x(305491,320)YB3EH04A,20845.p,0.000000)\
-			1.000000	(t_x(290635,5)RQXSI04E,20846.p,1.000000)\
-			0.000000	(t_x(298502,216)YB3EH04A,20847.p,0.000000)\
-			0.000000	(t_x(294089,740)LEMDAT04,20848.p,0.000000)\
-			0.000000	(t_x(292876,253)EDGG704,20849.p,0.000000)\
-			0.000000	(t_x(289158,1024)RVKWU04M,20850.p,0.000000)\
-			0.000000	(t_x(286404,1877)PMXX04M,20851.p,0.000000)\
-			0.000000	(t_x(302840,810)RMZU04,20852.p,0.000000)\
-			0.000000	(t_x(314847,379)MGY04,20853.p,0.000000)\
-			0.000000	(t_x(295562,1181)RQXI04E,20854.p,0.000000)\
-			0.000000	(t_x(287704,50)YB3EH04E,20855.p,0.000000)\
-			0.000000	(t_x(318187,572)MRAEE04,20856.p,0.000000)\
-			0.000000	(t_x(288404,297)YH5MH04M,20857.p,0.000000)\
-			0.000000	(t_x(310127,323)YB3EH04A,20858.p,0.000000)\
-			0.000000	(t_x(295473,1076)LELVU04,20859.p,0.000000)\
-			0.000000	(t_x(313119,182)LOVN1504,20860.p,0.000000)\
-			0.000000	(t_x(279686,297)YBOLN04M,20861.p,0.000000)\
-			0.000000	(t_x(283464,250)YB3EH04A,20862.p,0.000000)\
-			0.000000	(t_x(295258,116)YD5WH04M,20863.p,0.000000)\
-			0.000000	(t_x(297781,379)YB3EH04A,20864.p,0.000000)\
-			0.000000	(t_x(295745,415)$RNI04M,20865.p,0.000000)\
-			0.000000	(t_x(287140,2137)RVKWU04M,20866.p,0.000000)\
-			0.000000	(t_x(303850,648)LOVN1504,20867.p,0.000000)\
-			0.000000	(t_x(313054,161)MAB1204A,20868.p,0.000000)\
-			0.000000	(t_x(279817,586)YH5MH04M,20869.p,0.000000)\
-			0.000000	(t_x(306384,617)LELVU04,20870.p,0.000000)\
-			0.000000	(t_x(303285,19)GL4W04M,20871.p,0.000000)\
-			0.000000	(t_x(306171,685)LOVN1504,20872.p,0.000000)\
-			0.000000	(t_x(296407,233)YB3EH04A,20873.p,0.000000)\
-			0.000000	(t_x(277472,1269)EG11G04M,20874.p,0.000000)\
-			0.000000	(t_x(301972,378)YB3EH04A,20875.p,0.000000)\
-			0.000000	(t_x(312494,768)LOVN1504,20876.p,0.000000)\
-			0.000000	(t_x(291968,184)YD5WH04M,20877.p,0.000000)\
-			0.000000	(t_x(293126,2437)RJIU04M,20878.p,0.000000)\
-			0.000000	(t_x(293718,1121)EGPFA04,20879.p,0.000000)\
-			0.000000	(t_x(292791,1421)EGPFA04,20880.p,0.000000)\
-			0.000000	(t_x(297984,4825)KSLN04A,20881.p,0.000000)\
-			0.000000	(t_x(279627,1478)EGPFA04,20882.p,0.000000)\
-			0.000000	(t_x(263868,5080)LCES004,20883.p,0.000000)\
-			0.000000	(t_x(303235,1686)EGPFA04,20884.p,0.000000)\
-			0.000000	(t_x(313758,4565)LCES004,20885.p,0.000000)\
-			0.000000	(t_x(263602,4625)LCES004,20886.p,0.000000)\
-			0.000000	(t_x(314223,3340)LCES004,20887.p,0.000000)\
-			0.000000	(t_x(309573,4805)LCES004,20888.p,0.000000)\
-			0.000000	(t_x(264011,3974)LCES004,20889.p,0.000000)\
-			0.000000	(t_x(308251,5316)LCES004,20890.p,0.000000)\
-			0.000000	(t_x(305557,4120)LCES004,20891.p,0.000000)\
-			0.000000	(t_x(295047,1756)EGPFA04,20892.p,0.000000)\
-			0.000000	(t_x(305887,5016)LCES004,20893.p,0.000000)\
-			0.000000	(t_x(289868,5421)LCES004,20894.p,0.000000)\
-			0.000000	(t_x(313540,5477)LCES004,20895.p,0.000000)\
-			0.000000	(t_x(319008,2540)EDGG704,20896.p,0.000000)\
-			0.000000	(t_x(304261,591)RJIU04M,20897.p,0.000000)\
-			0.000000	(t_x(293710,2399)EDGG704,20898.p,0.000000)\
-			0.000000	(t_x(310732,5765)LCES004,20899.p,0.000000)\
-			0.000000	(t_x(307461,666)RJIU04M,20900.p,0.000000)\
-			0.000000	(t_x(286762,1144)RJIU04M,20901.p,0.000000)\
-			0.000000	(t_x(319337,2400)EDGG704,20902.p,0.000000)\
-			0.000000	(t_x(316499,2637)EDGG704,20903.p,0.000000)\
-			0.000000	(t_x(295407,736)RJIU04M,20904.p,0.000000)\
-			0.000000	(t_x(316476,2608)EDGG704,20905.p,0.000000)\
-			0.000000	(t_x(311265,6492)LCES004,20906.p,0.000000)\
-			0.000000	(t_x(289655,1193)RJIU04M,20907.p,0.000000)\
-			0.000000	(t_x(294133,781)RJIU04M,20908.p,0.000000)\
-			0.000000	(t_x(315618,2653)EDGG704,20909.p,0.000000)\
-			0.000000	(t_x(308622,5803)LCES004,20910.p,0.000000)\
-			0.000000	(t_x(312956,2729)EDGG704,20911.p,0.000000)\
-			0.000000	(t_x(290343,1262)RJIU04M,20912.p,0.000000)\
-			0.000000	(t_x(284722,808)RJIU04M,20913.p,0.000000)\
-			0.000000	(t_x(306698,2830)EDGG704,20914.p,0.000000)\
-			0.000000	(t_x(263921,8005)LCES004,20915.p,0.000000)\
-			0.000000	(t_x(317222,2716)EDGG704,20916.p,0.000000)\
-			0.000000	(t_x(289136,1265)RJIU04M,20917.p,0.000000)\
-			0.000000	(t_x(303203,8236)LCES004,20918.p,0.000000)\
-			0.000000	(t_x(316029,2787)EDGG704,20919.p,0.000000)\
-			0.000000	(t_x(292796,8464)LCES004,20920.p,0.000000)\
-			0.000000	(t_x(290967,1285)RJIU04M,20921.p,0.000000)\
-			0.000000	(t_x(317048,6665)LCES004,20922.p,0.000000)\
-			0.000000	(t_x(290480,1676)RJIU04M,20923.p,0.000000)\
-			0.000000	(t_x(293802,1913)EGPFA04,20924.p,0.000000)\
-			0.000000	(t_x(294756,1711)RJIU04M,20925.p,0.000000)\
-			0.000000	(t_x(311697,2860)EDGG704,20926.p,0.000000)\
-			0.000000	(t_x(307498,8817)LCES004,20927.p,0.000000)\
-			0.000000	(t_x(310158,7025)LCES004,20928.p,0.000000)\
-			0.000000	(t_x(292383,2897)EDGG704,20929.p,0.000000)\
-			0.000000	(t_x(309414,6455)LCES004,20930.p,0.000000)\
-			0.000000	(t_x(300064,1714)RJIU04M,20931.p,0.000000)\
-			0.000000	(t_x(297113,2209)RJIU04M,20932.p,0.000000)\
-			0.000000	(t_x(311856,936)MYY04A,20933.p,0.000000)\
-			0.000000	(t_x(303665,8825)LCES004,20934.p,0.000000)\
-			0.000000	(t_x(295283,724)MYY04A,20935.p,0.000000)\
-			0.000000	(t_x(315544,2910)EDGG704,20936.p,0.000000)\
-			0.000000	(t_x(294001,2658)RJIU04M,20937.p,0.000000)\
-			0.000000	(t_x(297867,1774)RJIU04M,20938.p,0.000000)\
-			0.000000	(t_x(285459,7166)LCES004,20939.p,0.000000)\
-			0.000000	(t_x(294819,2338)EGPFA04,20940.p,0.000000)\
-			0.000000	(t_x(317851,2940)EDGG704,20941.p,0.000000)\
-			0.000000	(t_x(314402,820)MAB1204A,20942.p,0.000000)\
-			0.000000	(t_x(302879,2001)MYY04A,20943.p,0.000000)\
-			0.000000	(t_x(312800,3080)EDGG704,20944.p,0.000000)\
-			0.000000	(t_x(311151,1155)MGY04,20945.p,0.000000)\
-			0.000000	(t_x(300097,2329)RJIU04M,20946.p,0.000000)\
-			0.000000	(t_x(289989,3092)EDGG704,20947.p,0.000000)\
-			0.000000	(t_x(310759,100)MEK04,20948.p,0.000000)\
-			0.000000	(t_x(291906,2716)EGNOR04M,20949.p,0.000000)\
-			0.000000	(t_x(302711,1221)MYY04A,20950.p,0.000000)\
-			0.000000	(t_x(312825,6581)LCES004,20951.p,0.000000)\
-			0.000000	(t_x(280579,465)EGNOR04M,20952.p,0.000000)\
-			0.000000	(t_x(291104,9069)LCES004,20953.p,0.000000)\
-			0.000000	(t_x(314823,1031)MYY04A,20954.p,0.000000)\
-			0.000000	(t_x(295238,1901)RJIU04M,20955.p,0.000000)\
-			0.000000	(t_x(290342,1871)RJIU04M,20956.p,0.000000)\
-			0.000000	(t_x(316538,3120)EDGG704,20957.p,0.000000)\
-			0.000000	(t_x(287119,2340)RJIU04M,20958.p,0.000000)\
-			0.000000	(t_x(304114,965)GL34W04,20959.p,0.000000)\
-			0.000000	(t_x(285585,1022)MYY04A,20960.p,0.000000)\
-			0.000000	(t_x(292569,2549)RJIU04M,20961.p,0.000000)\
-			0.000000	(t_x(287904,1032)LGKFN04,20962.p,0.000000)\
-			0.000000	(t_x(291819,996)EGNOR04M,20963.p,0.000000)\
-			0.000000	(t_x(300146,839)LGKFN04,20964.p,0.000000)\
-			0.000000	(t_x(286743,833)LGKFN04,20965.p,0.000000)\
-			0.000000	(t_x(279241,1053)EGNOR04M,20966.p,0.000000)\
-			0.000000	(t_x(297546,1038)LGKFN04,20967.p,0.000000)\
-			0.000000	(t_x(291305,3168)EDGG704,20968.p,0.000000)\
-			0.000000	(t_x(314699,7505)LCES004,20969.p,0.000000)\
-			0.000000	(t_x(305283,1044)LGKFN04,20970.p,0.000000)\
-			0.000000	(t_x(312895,9365)LCES004,20971.p,0.000000)\
-			0.000000	(t_x(295608,1244)EGNOR04M,20972.p,0.000000)\
-			0.000000	(t_x(298700,1055)YB3EH04A,20973.p,0.000000)\
-			0.000000	(t_x(272249,877)EGNOR04M,20974.p,0.000000)\
-			0.000000	(t_x(307726,1283)MGY04,20975.p,0.000000)\
-			0.000000	(t_x(302874,2045)MYY04A,20976.p,0.000000)\
-			0.000000	(t_x(308914,1648)MAB04,20977.p,0.000000)\
-			0.000000	(t_x(298588,1081)LGKFN04,20978.p,0.000000)\
-			0.000000	(t_x(314108,7523)LCES004,20979.p,0.000000)\
-			0.000000	(t_x(310438,3236)EDGG704,20980.p,0.000000)\
-			0.000000	(t_x(312583,9365)LCES004,20981.p,0.000000)\
-			0.000000	(t_x(308336,821)MYY04A,20982.p,0.000000)\
-			0.000000	(t_x(314573,3300)EDGG704,20983.p,0.000000)\
-			0.000000	(t_x(278123,1048)EGNOR04M,20984.p,0.000000)\
-			0.000000	(t_x(296953,10050)LCES004,20985.p,0.000000)\
-			0.000000	(t_x(273386,1086)EGNOR04M,20986.p,0.000000)\
-			0.000000	(t_x(311447,1032)LGKFN04,20987.p,0.000000)\
-			0.000000	(t_x(291724,269)YB3EH04E,20988.p,0.000000)\
-			0.000000	(t_x(295274,2085)RNI04M,20989.p,0.000000)\
-			0.000000	(t_x(294112,1205)EG11G04M,20990.p,0.000000)\
-			0.000000	(t_x(302006,1295)MYY04A,20991.p,0.000000)\
-			0.000000	(t_x(291594,1218)EG11G04M,20992.p,0.000000)\
-			0.000000	(t_x(287524,1152)LGKFN04,20993.p,0.000000)\
-			0.000000	(t_x(292935,252)KSLN04M,20994.p,0.000000)\
-			0.000000	(t_x(291377,1105)EG11G04M,20995.p,0.000000)\
-			0.000000	(t_x(297818,1271)MYY04A,20996.p,0.000000)\
-			0.000000	(t_x(290738,1413)EG11G04M,20997.p,0.000000)\
-			0.000000	(t_x(306829,1362)MYY04A,20998.p,0.000000)\
-			0.000000	(t_x(278149,1291)EGNOR04M,20999.p,0.000000)\
-			0.000000	(t_x(296307,2120)RNI04M,21000.p,0.000000)\
-			0.000000	(t_x(284104,1286)YD5WH04M,21001.p,0.000000)\
-			0.000000	(t_x(310647,2642)MYY04A,21002.p,0.000000)\
-			0.000000	(t_x(302531,2612)RJIU04M,21003.p,0.000000)\
-			0.000000	(t_x(302044,710)MYY04A,21004.p,0.000000)\
-			0.000000	(t_x(290406,2726)RJIU04M,21005.p,0.000000)\
-			0.000000	(t_x(308371,716)ZM56704,21006.p,0.000000)\
-			0.000000	(t_x(285733,9859)LCES004,21007.p,0.000000)\
-			0.000000	(t_x(314889,3473)EDGG704,21008.p,0.000000)\
-			0.000000	(t_x(283750,1850)YD5WH04M,21009.p,0.000000)\
-			0.000000	(t_x(295546,1300)EGNOR04M,21010.p,0.000000)\
-			0.000000	(t_x(284417,1221)EGNOR04M,21011.p,0.000000)\
-			0.000000	(t_x(306069,749)MGY04,21012.p,0.000000)\
-			0.000000	(t_x(300356,3001)RJIU04M,21013.p,0.000000)\
-			0.000000	(t_x(263515,1254)LGKFN04,21014.p,0.000000)\
-			0.000000	(t_x(288522,392)YB3EH04E,21015.p,0.000000)\
-			0.000000	(t_x(289238,907)EGNOR04M,21016.p,0.000000)\
-			0.000000	(t_x(263866,9391)LCES004,21017.p,0.000000)\
-			0.000000	(t_x(294611,1370)EGNOR04M,21018.p,0.000000)\
-			0.000000	(t_x(297929,1628)EGNOR04M,21019.p,0.000000)\
-			0.000000	(t_x(293252,2327)RNI04M,21020.p,0.000000)\
-			0.000000	(t_x(301968,2096)EG11G04M,21021.p,0.000000)\
-			0.000000	(t_x(289367,985)RQXSI04E,21022.p,0.000000)\
-			0.000000	(t_x(293657,1909)YD5WH04M,21023.p,0.000000)\
-			0.000000	(t_x(302060,2096)EG11G04M,21024.p,0.000000)\
-			0.000000	(t_x(305585,696)MYY04A,21025.p,0.000000)\
-			0.000000	(t_x(286685,1200)RQXSI04E,21026.p,0.000000)\
-			0.000000	(t_x(297622,2307)YD5WH04M,21027.p,0.000000)\
-			0.000000	(t_x(287126,242)YB3EH04E,21028.p,0.000000)\
-			0.000000	(t_x(295416,1388)EGNOR04M,21029.p,0.000000)\
-			0.000000	(t_x(302661,2276)EG11G04M,21030.p,0.000000)\
-			0.000000	(t_x(303416,823)MGY04,21031.p,0.000000)\
-			0.000000	(t_x(303814,3473)EDGG704,21032.p,0.000000)\
-			0.000000	(t_x(313569,10385)LCES004,21033.p,0.000000)\
-			0.000000	(t_x(294541,667)RNI04M,21034.p,0.000000)\
-			0.000000	(t_x(289502,2125)YD5WH04M,21035.p,0.000000)\
-			0.000000	(t_x(294556,2622)RJIU04M,21036.p,0.000000)\
-			0.000000	(t_x(288381,1008)YD5WH04M,21037.p,0.000000)\
-			0.000000	(t_x(287891,3085)RJIU04M,21038.p,0.000000)\
-			0.000000	(t_x(312199,10265)LCES004,21039.p,0.000000)\
-			0.000000	(t_x(294686,266)YB3EH04E,21040.p,0.000000)\
-			0.000000	(t_x(301590,1291)LGKFN04,21041.p,0.000000)\
-			0.000000	(t_x(296190,230)YB3EH04E,21042.p,0.000000)\
-			0.000000	(t_x(274577,1339)RQXSI04E,21043.p,0.000000)\
-			0.000000	(t_x(297232,2465)RNI04M,21044.p,0.000000)\
-			0.000000	(t_x(294749,1635)EGNOR04M,21045.p,0.000000)\
-			0.000000	(t_x(278067,983)EG11G04M,21046.p,0.000000)\
-			0.000000	(t_x(312879,9965)LCES004,21047.p,0.000000)\
-			0.000000	(t_x(306530,876)MGY04,21048.p,0.000000)\
-			0.000000	(t_x(292231,1888)EG11G04M,21049.p,0.000000)\
-			0.000000	(t_x(297164,3092)RNI04M,21050.p,0.000000)\
-			0.000000	(t_x(298116,2931)RJIU04M,21051.p,0.000000)\
-			0.000000	(t_x(292487,311)KSLN04M,21052.p,0.000000)\
-			0.000000	(t_x(286963,1346)RQXSI04E,21053.p,0.000000)\
-			0.000000	(t_x(306405,3512)EDGG704,21054.p,0.000000)\
-			0.000000	(t_x(292050,2709)RJIU04M,21055.p,0.000000)\
-			0.000000	(t_x(275277,1498)RQXSI04E,21056.p,0.000000)\
-			0.000000	(t_x(292297,3134)RJIU04M,21057.p,0.000000)\
-			0.000000	(t_x(287980,420)RQXI04E,21058.p,0.000000)\
-			0.000000	(t_x(292533,1763)RNI04M,21059.p,0.000000)\
-			0.000000	(t_x(305560,2559)MYY04A,21060.p,0.000000)\
-			0.000000	(t_x(288253,2509)RNI04M,21061.p,0.000000)\
-			0.000000	(t_x(277190,2387)EG11G04M,21062.p,0.000000)\
-			0.000000	(t_x(294193,1511)LGKFN04,21063.p,0.000000)\
-			0.000000	(t_x(302317,1445)KSLN04M,21064.p,0.000000)\
-			0.000000	(t_x(288601,2206)LGKFN04,21065.p,0.000000)\
-			0.000000	(t_x(291843,524)RJIU04M,21066.p,0.000000)\
-			0.000000	(t_x(289318,199)RJIU04M,21067.p,0.000000)\
-			0.000000	(t_x(310502,657)MAB04,21068.p,0.000000)\
-			0.000000	(t_x(282492,728)RQXI04E,21069.p,0.000000)\
-			0.000000	(t_x(296922,2832)LGKFN04,21070.p,0.000000)\
-			0.000000	(t_x(308511,1168)MAB04,21071.p,0.000000)\
-			0.000000	(t_x(302138,1132)MYY04A,21072.p,0.000000)\
-			0.000000	(t_x(317111,3667)EDGG704,21073.p,0.000000)\
-			0.000000	(t_x(283688,6001)RQXSI04E,21074.p,0.000000)\
-			0.000000	(t_x(303692,1190)LGKFN04,21075.p,0.000000)\
-			0.000000	(t_x(298528,10445)LCES004,21076.p,0.000000)\
-			0.000000	(t_x(306677,1098)MGY04,21077.p,0.000000)\
-			0.000000	(t_x(303263,318)MYY04A,21078.p,0.000000)\
-			0.000000	(t_x(297362,480)RNI04M,21079.p,0.000000)\
-			0.000000	(t_x(284313,1517)RQXSI04E,21080.p,0.000000)\
-			0.000000	(t_x(300430,1133)RNI04M,21081.p,0.000000)\
-			0.000000	(t_x(303314,2421)EG11G04M,21082.p,0.000000)\
-			0.000000	(t_x(298471,5113)LGKFN04,21083.p,0.000000)\
-			0.000000	(t_x(301272,715)LGKFN04,21084.p,0.000000)\
-			0.000000	(t_x(300050,3988)GL4W04M,21085.p,0.000000)\
-			0.000000	(t_x(292265,228)$LELVL04M,21086.p,0.000000)\
-			0.000000	(t_x(277127,2639)LGKFN04,21087.p,0.000000)\
-			0.000000	(t_x(291031,1467)EG11G04M,21088.p,0.000000)\
-			0.000000	(t_x(296145,2511)EGPFA04,21089.p,0.000000)\
-			0.000000	(t_x(293188,2868)RJIU04M,21090.p,0.000000)\
-			0.000000	(t_x(322722,3689)EDGG704,21091.p,0.000000)\
-			0.000000	(t_x(308325,955)LGKFN04,21092.p,0.000000)\
-			0.000000	(t_x(294303,947)YD5WH04M,21093.p,0.000000)\
-			0.000000	(t_x(301431,1003)EGNOR04M,21094.p,0.000000)\
-			0.000000	(t_x(280274,856)RQXSI04E,21095.p,0.000000)\
-			0.000000	(t_x(284933,1853)LELVL04M,21096.p,0.000000)\
-			0.000000	(t_x(304258,1137)MAB04,21097.p,0.000000)\
-			0.000000	(t_x(305425,343)GL34W04,21098.p,0.000000)\
-			0.000000	(t_x(294548,1067)MGY04,21099.p,0.000000)\
-			0.000000	(t_x(291957,804)RQXSI04E,21100.p,0.000000)\
-			0.000000	(t_x(289164,351)RNI04M,21101.p,0.000000)\
-			0.000000	(t_x(293647,3348)RJIU04M,21102.p,0.000000)\
-			0.000000	(t_x(314186,1039)$GL34W04,21103.p,0.000000)\
-			0.000000	(t_x(312085,288)MAB3404A,21104.p,0.000000)\
-			0.000000	(t_x(280430,1810)LGKFN04,21105.p,0.000000)\
-			0.000000	(t_x(309210,3791)EDGG704,21106.p,0.000000)\
-			0.000000	(t_x(296646,600)LCES004,21107.p,0.000000)\
-			0.000000	(t_x(296062,1717)RQXSI04E,21108.p,0.000000)\
-			0.000000	(t_x(281466,1749)EGNOR04M,21109.p,0.000000)\
-			0.000000	(t_x(316090,10494)LCES004,21110.p,0.000000)\
-			0.000000	(t_x(303148,1012)MRAE04,21111.p,0.000000)\
-			0.000000	(t_x(301760,123)MYY04A,21112.p,0.000000)\
-			0.000000	(t_x(289455,3388)RJIU04M,21113.p,0.000000)\
-			0.000000	(t_x(272849,1454)LGKFN04,21114.p,0.000000)\
-			0.000000	(t_x(263439,10605)YB3EH04A,21115.p,0.000000)\
-			0.000000	(t_x(306413,1240)LGKFN04,21116.p,0.000000)\
-			0.000000	(t_x(285241,5272)LGKFN04,21117.p,0.000000)\
-			0.000000	(t_x(288693,475)BR404M,21118.p,0.000000)\
-			0.000000	(t_x(277434,838)EG11G04M,21119.p,0.000000)\
-			0.000000	(t_x(290566,1092)ZM56704,21120.p,0.000000)\
-			0.000000	(t_x(295319,167)RNI04M,21121.p,0.000000)\
-			0.000000	(t_x(277936,1462)LGKFN04,21122.p,0.000000)\
-			0.000000	(t_x(263640,675)LCES004,21123.p,0.000000)\
-			0.000000	(t_x(287243,980)GL4W04M,21124.p,0.000000)\
-			0.000000	(t_x(291257,3846)EDGG704,21125.p,0.000000)\
-			0.000000	(t_x(278295,2546)RNI04M,21126.p,0.000000)\
-			0.000000	(t_x(287817,1622)LGKFN04,21127.p,0.000000)\
-			0.000000	(t_x(291218,520)RQXI04E,21128.p,0.000000)\
-			0.000000	(t_x(290090,4146)EDGG704,21129.p,0.000000)\
-			0.000000	(t_x(290076,775)BR404M,21130.p,0.000000)\
-			0.000000	(t_x(292436,1743)EG11G04M,21131.p,0.000000)\
-			0.000000	(t_x(307182,3394)MRAEE04,21132.p,0.000000)\
-			0.000000	(t_x(263593,1536)LOVN1504,21133.p,0.000000)\
-			0.000000	(t_x(296754,1555)LGKFN04,21134.p,0.000000)\
-			0.000000	(t_x(304054,898)MAB3404A,21135.p,0.000000)\
-			0.000000	(t_x(308507,900)LCES004,21136.p,0.000000)\
-			0.000000	(t_x(291367,1187)EG11G04M,21137.p,0.000000)\
-			0.000000	(t_x(290574,780)BR404M,21138.p,0.000000)\
-			0.000000	(t_x(289192,1046)MYY04A,21139.p,0.000000)\
-			0.000000	(t_x(290635,752)RQXI04E,21140.p,0.000000)\
-			0.000000	(t_x(291038,4149)EDGG704,21141.p,0.000000)\
-			0.000000	(t_x(304450,1845)MAB04,21142.p,0.000000)\
-			0.000000	(t_x(288765,766)RQXI04E,21143.p,0.000000)\
-			0.000000	(t_x(289354,39)RNI04M,21144.p,0.000000)\
-			0.000000	(t_x(271211,1728)RQXSI04E,21145.p,0.000000)\
-			0.000000	(t_x(297157,1658)LGKFN04,21146.p,0.000000)\
-			0.000000	(t_x(313068,10631)LCES004,21147.p,0.000000)\
-			0.000000	(t_x(301759,1642)KCHI104M,21148.p,0.000000)\
-			0.000000	(t_x(286600,1496)$KCHI104M,21149.p,0.000000)\
-			0.000000	(t_x(283558,69)YB3EH04E,21150.p,0.000000)\
-			0.000000	(t_x(311440,615)MGY04,21151.p,0.000000)\
-			0.000000	(t_x(284810,5617)RQXSI04E,21152.p,0.000000)\
-			0.000000	(t_x(295927,3396)RJIU04M,21153.p,0.000000)\
-			0.000000	(t_x(292544,947)EG11G04M,21154.p,0.000000)\
-			0.000000	(t_x(300631,3171)LGKFN04,21155.p,0.000000)\
-			0.000000	(t_x(297335,540)BR404M,21156.p,0.000000)\
-			0.000000	(t_x(287241,196)MAB1204A,21157.p,0.000000)\
-			0.000000	(t_x(277484,96)YB3EH04E,21158.p,0.000000)\
-			0.000000	(t_x(297087,2172)LGKFN04,21159.p,0.000000)\
-			0.000000	(t_x(290116,445)EDGG704,21160.p,0.000000)\
-			0.000000	(t_x(291024,310)RQXI04E,21161.p,0.000000)\
-			0.000000	(t_x(303612,10985)LCES004,21162.p,0.000000)\
-			0.000000	(t_x(293177,2488)EG11G04M,21163.p,0.000000)\
-			0.000000	(t_x(290082,2718)RNI04M,21164.p,0.000000)\
-			0.000000	(t_x(308945,4156)EDGG704,21165.p,0.000000)\
-			0.000000	(t_x(289240,1259)EG11G04M,21166.p,0.000000)\
-			0.000000	(t_x(305764,27)LELVU04,21167.p,0.000000)\
-			0.000000	(t_x(290550,1158)MGY04,21168.p,0.000000)\
-			0.000000	(t_x(292107,608)RQXI04E,21169.p,0.000000)\
-			0.000000	(t_x(309583,620)MGY04,21170.p,0.000000)\
-			0.000000	(t_x(287924,3024)LELVL04M,21171.p,0.000000)\
-			0.000000	(t_x(280252,5947)RQXSI04E,21172.p,0.000000)\
-			0.000000	(t_x(301142,313)MEK04,21173.p,0.000000)\
-			0.000000	(t_x(289759,622)EDGG704,21174.p,0.000000)\
-			0.000000	(t_x(289828,161)MAB3404A,21175.p,0.000000)\
-			0.000000	(t_x(280212,3619)LGKFN04,21176.p,0.000000)\
-			0.000000	(t_x(289563,579)RNI04M,21177.p,0.000000)\
-			0.000000	(t_x(285042,1874)LELVL04M,21178.p,0.000000)\
-			0.000000	(t_x(319288,660)MRAE04,21179.p,0.000000)\
-			0.000000	(t_x(308144,1107)MAB04,21180.p,0.000000)\
-			0.000000	(t_x(295371,1769)RQXSI04E,21181.p,0.000000)\
-			0.000000	(t_x(263004,1622)RQXSI04E,21182.p,0.000000)\
-			0.000000	(t_x(308624,1133)LCES004,21183.p,0.000000)\
-			0.000000	(t_x(291100,71)RQXI04E,21184.p,0.000000)\
-			0.000000	(t_x(263410,2791)LGKFN04,21185.p,0.000000)\
-			0.000000	(t_x(298038,723)EDGG704,21186.p,0.000000)\
-			0.000000	(t_x(303350,459)MEK04,21187.p,0.000000)\
-			0.000000	(t_x(306669,720)MRAE04,21188.p,0.000000)\
-			0.000000	(t_x(294518,2428)EG11G04M,21189.p,0.000000)\
-			0.000000	(t_x(298006,322)RJIU04M,21190.p,0.000000)\
-			0.000000	(t_x(305462,4246)EDGG704,21191.p,0.000000)\
-			0.000000	(t_x(289566,1795)LGKFN04,21192.p,0.000000)\
-			0.000000	(t_x(304456,3603)RJIU04M,21193.p,0.000000)\
-			0.000000	(t_x(273004,1761)EGNOR04M,21194.p,0.000000)\
-			0.000000	(t_x(293901,1000)PMXX04M,21195.p,0.000000)\
-			0.000000	(t_x(291009,423)RQXSI04E,21196.p,0.000000)\
-			0.000000	(t_x(282099,2012)EG11G04M,21197.p,0.000000)\
-			0.000000	(t_x(309625,274)MYY04A,21198.p,0.000000)\
-			0.000000	(t_x(308743,730)MAB3404A,21199.p,0.000000)\
-			0.000000	(t_x(303208,460)MEK04,21200.p,0.000000)\
-			0.000000	(t_x(302301,378)GL34W04,21201.p,0.000000)\
-			0.000000	(t_x(282313,196)RQXSI04E,21202.p,0.000000)\
-			0.000000	(t_x(312503,203)MAB3404A,21203.p,0.000000)\
-			0.000000	(t_x(281048,1842)LGKFN04,21204.p,0.000000)\
-			0.000000	(t_x(303377,581)MAB1204A,21205.p,0.000000)\
-			0.000000	(t_x(290776,3695)RJIU04M,21206.p,0.000000)\
-			0.000000	(t_x(311878,600)MGY04,21207.p,0.000000)\
-			0.000000	(t_x(296194,1522)MEK04,21208.p,0.000000)\
-			0.000000	(t_x(312682,780)MRAE04,21209.p,0.000000)\
-			0.000000	(t_x(285157,194)LELVU04,21210.p,0.000000)\
-			0.000000	(t_x(307712,883)EDGG704,21211.p,0.000000)\
-			0.000000	(t_x(289705,980)YB3EH04E,21212.p,0.000000)\
-			0.000000	(t_x(283559,1827)LGKFN04,21213.p,0.000000)\
-			0.000000	(t_x(284380,3238)EGNOR04M,21214.p,0.000000)\
-			0.000000	(t_x(289232,573)RJIU04M,21215.p,0.000000)\
-			0.000000	(t_x(304761,264)MAB1204A,21216.p,0.000000)\
-			0.000000	(t_x(306499,815)GL34W04,21217.p,0.000000)\
-			0.000000	(t_x(296923,500)YB3EH04E,21218.p,0.000000)\
-			0.000000	(t_x(283272,401)RQXI04E,21219.p,0.000000)\
-			0.000000	(t_x(297442,1622)EG11G04M,21220.p,0.000000)\
-			0.000000	(t_x(287253,229)YB3EH04E,21221.p,0.000000)\
-			0.000000	(t_x(291577,1829)EGNOR04M,21222.p,0.000000)\
-			0.000000	(t_x(292666,3810)YBOLN04M,21223.p,0.000000)\
-			0.000000	(t_x(292908,1820)EG11G04M,21224.p,0.000000)\
-			0.000000	(t_x(302424,2991)MYY04A,21225.p,0.000000)\
-			0.000000	(t_x(304696,591)MGY04,21226.p,0.000000)\
-			0.000000	(t_x(295180,1217)RASI04M,21227.p,0.000000)\
-			0.000000	(t_x(295532,480)RJIU04M,21228.p,0.000000)\
-			0.000000	(t_x(289945,1857)LGKFN04,21229.p,0.000000)\
-			0.000000	(t_x(302643,2492)EG11G04M,21230.p,0.000000)\
-			0.000000	(t_x(287194,1842)RQXSI04E,21231.p,0.000000)\
-			0.000000	(t_x(285949,551)EBBRA04E,21232.p,0.000000)\
-			0.000000	(t_x(295328,1297)RQXSI04E,21233.p,0.000000)\
-			0.000000	(t_x(315748,4279)EDGG704,21234.p,0.000000)\
-			0.000000	(t_x(277826,3864)RJIU04M,21235.p,0.000000)\
-			0.000000	(t_x(309188,275)MAB04,21236.p,0.000000)\
-			0.000000	(t_x(307979,391)MEK04,21237.p,0.000000)\
-			0.000000	(t_x(283526,955)KFZ4404M,21238.p,0.000000)\
-			0.000000	(t_x(296406,280)RJIU04M,21239.p,0.000000)\
-			0.000000	(t_x(309780,1200)LCES004,21240.p,0.000000)\
-			0.000000	(t_x(291082,2026)LFMDA04A,21241.p,0.000000)\
-			0.000000	(t_x(288401,1835)EGNOR04M,21242.p,0.000000)\
-			0.000000	(t_x(295886,1442)EG11G04M,21243.p,0.000000)\
-			0.000000	(t_x(310674,2026)MAB04,21244.p,0.000000)\
-			0.000000	(t_x(283706,440)YB3EH04E,21245.p,0.000000)\
-			0.000000	(t_x(304944,763)MAB1204A,21246.p,0.000000)\
-			0.000000	(t_x(309711,1030)MGY04,21247.p,0.000000)\
-			0.000000	(t_x(312369,501)MEK04,21248.p,0.000000)\
-			0.000000	(t_x(277463,1897)LGKFN04,21249.p,0.000000)\
-			0.000000	(t_x(289978,321)BR404M,21250.p,0.000000)\
-			0.000000	(t_x(287660,1890)EG11G04M,21251.p,0.000000)\
-			0.000000	(t_x(292099,125)EGNOR04M,21252.p,0.000000)\
-			0.000000	(t_x(287111,886)EGNOR04M,21253.p,0.000000)\
-			0.000000	(t_x(307231,780)MRAE04,21254.p,0.000000)\
-			0.000000	(t_x(316916,4449)EDGG704,21255.p,0.000000)\
-			0.000000	(t_x(282859,613)RQXSI04E,21256.p,0.000000)\
-			0.000000	(t_x(294899,1062)PMXX04M,21257.p,0.000000)\
-			0.000000	(t_x(294816,560)YB5WH04M,21258.p,0.000000)\
-			0.000000	(t_x(304871,307)MRAEE04,21259.p,0.000000)\
-			0.000000	(t_x(290174,110)LGKFN04,21260.p,0.000000)\
-			0.000000	(t_x(307870,249)GL34W04,21261.p,0.000000)\
-			0.000000	(t_x(297977,1783)EGNOR04M,21262.p,0.000000)\
-			0.000000	(t_x(308751,387)MGY04,21263.p,0.000000)\
-			0.000000	(t_x(296700,481)LELVU04,21264.p,0.000000)\
-			0.000000	(t_x(290037,708)RJIU04M,21265.p,0.000000)\
-			0.000000	(t_x(292257,458)RQXSI04E,21266.p,0.000000)\
-			0.000000	(t_x(291312,3033)LGKFN04,21267.p,0.000000)\
-			0.000000	(t_x(296265,240)LELVU04,21268.p,0.000000)\
-			0.000000	(t_x(289863,1193)MGY04,21269.p,0.000000)\
-			0.000000	(t_x(295550,564)LELVU04,21270.p,0.000000)\
-			0.000000	(t_x(280245,504)RQXU04E,21271.p,0.000000)\
-			0.000000	(t_x(289457,3884)RJIU04M,21272.p,0.000000)\
-			0.000000	(t_x(309520,19)MAB04,21273.p,0.000000)\
-			0.000000	(t_x(283921,3380)EGNOR04M,21274.p,0.000000)\
-			0.000000	(t_x(293498,1257)PMXX04M,21275.p,0.000000)\
-			0.000000	(t_x(287076,935)KFZ4404M,21276.p,0.000000)\
-			0.000000	(t_x(298574,3853)YB3EH04E,21277.p,0.000000)\
-			0.000000	(t_x(296157,407)RQXSI04E,21278.p,0.000000)\
-			0.000000	(t_x(281983,327)YB5KL04E,21279.p,0.000000)\
-			0.000000	(t_x(286897,479)RMZSI04M,21280.p,0.000000)\
-			0.000000	(t_x(307264,2960)LCES004,21281.p,0.000000)\
-			0.000000	(t_x(285747,2802)RNI04M,21282.p,0.000000)\
-			0.000000	(t_x(283102,292)YB5KL04E,21283.p,0.000000)\
-			0.000000	(t_x(279011,1708)LGKFN04,21284.p,0.000000)\
-			0.000000	(t_x(289805,777)YBOLN04M,21285.p,0.000000)\
-			0.000000	(t_x(282890,698)KWUR404E,21286.p,0.000000)\
-			0.000000	(t_x(295129,220)YB3EH04E,21287.p,0.000000)\
-			0.000000	(t_x(296295,340)YB3EH04E,21288.p,0.000000)\
-			0.000000	(t_x(300765,251)YB3EH04E,21289.p,0.000000)\
-			0.000000	(t_x(312881,677)MYY04A,21290.p,0.000000)\
-			0.000000	(t_x(317300,966)EDGG704,21291.p,0.000000)\
-			0.000000	(t_x(303471,939)PMXX04M,21292.p,0.000000)\
-			0.000000	(t_x(288915,465)$MAB1204A,21293.p,0.000000)\
-			1.000000	(t_x(289076,17)LGZAA04M,21294.p,1.000000)\
-			0.000000	(t_x(276307,1899)LGKFN04,21295.p,0.000000)\
-			0.000000	(t_x(311255,894)MEK04,21296.p,0.000000)\
-			0.000000	(t_x(303506,3180)LCES004,21297.p,0.000000)\
-			0.000000	(t_x(295104,1468)MM304,21298.p,0.000000)\
-			0.000000	(t_x(276122,1418)EG11G04M,21299.p,0.000000)\
-			0.000000	(t_x(273072,547)RQXI04E,21300.p,0.000000)\
-			0.000000	(t_x(301074,1233)LGKFN04,21301.p,0.000000)\
-			0.000000	(t_x(301010,205)RNS04M,21302.p,0.000000)\
-			0.000000	(t_x(288914,464)$MAB1204A,21303.p,0.000000)\
-			0.000000	(t_x(276837,3949)RJIU04M,21304.p,0.000000)\
-			0.000000	(t_x(292992,741)YD5WH04M,21305.p,0.000000)\
-			0.000000	(t_x(272266,921)YB5WH04M,21306.p,0.000000)\
-			0.000000	(t_x(309959,1724)MRAEE04,21307.p,0.000000)\
-			0.000000	(t_x(300621,11374)LCES004,21308.p,0.000000)\
-			0.000000	(t_x(292153,524)YB5WH04M,21309.p,0.000000)\
-			0.000000	(t_x(302844,419)MEK04,21310.p,0.000000)\
-			0.000000	(t_x(286461,552)YB3EH04E,21311.p,0.000000)\
-			0.000000	(t_x(271616,335)RQXSI04E,21312.p,0.000000)\
-			0.000000	(t_x(300435,803)YB3EH04M,21313.p,0.000000)\
-			0.000000	(t_x(289347,485)MRAE04,21314.p,0.000000)\
-			0.000000	(t_x(315991,4470)EDGG704,21315.p,0.000000)\
-			0.000000	(t_x(297571,481)LELVU04,21316.p,0.000000)\
-			0.000000	(t_x(292111,1396)LGKFN04,21317.p,0.000000)\
-			0.000000	(t_x(290650,1014)PMXX04M,21318.p,0.000000)\
-			0.000000	(t_x(308125,1929)LCES004,21319.p,0.000000)\
-			0.000000	(t_x(286625,918)PMXX04M,21320.p,0.000000)\
-			0.000000	(t_x(294770,375)YB3EH04E,21321.p,0.000000)\
-			0.000000	(t_x(297119,390)LOW304M,21322.p,0.000000)\
-			0.000000	(t_x(296481,340)YB3EH04E,21323.p,0.000000)\
-			0.000000	(t_x(307696,626)MRAEE04,21324.p,0.000000)\
-			0.000000	(t_x(309588,1024)MGY04,21325.p,0.000000)\
-			0.000000	(t_x(295156,116)YB3EH04E,21326.p,0.000000)\
-			0.000000	(t_x(311155,3226)LCES004,21327.p,0.000000)\
-			0.000000	(t_x(304230,4397)EDGG704,21328.p,0.000000)\
-			0.000000	(t_x(293445,206)RNI04M,21329.p,0.000000)\
-			0.000000	(t_x(284028,467)RQXSI04E,21330.p,0.000000)\
-			0.000000	(t_x(285470,98)YB3EH04E,21331.p,0.000000)\
-			0.000000	(t_x(303423,1100)EDGG704,21332.p,0.000000)\
-			0.000000	(t_x(294276,818)RQXSI04E,21333.p,0.000000)\
-			0.000000	(t_x(304422,276)MYY04A,21334.p,0.000000)\
-			0.000000	(t_x(263860,1639)LCES004,21335.p,0.000000)\
-			0.000000	(t_x(295508,855)MAB04,21336.p,0.000000)\
-			0.000000	(t_x(311954,797)MRAE04,21337.p,0.000000)\
-			0.000000	(t_x(292178,840)KSPE1P04,21338.p,0.000000)\
-			0.000000	(t_x(291523,445)PMXX04M,21339.p,0.000000)\
-			0.000000	(t_x(303139,102)GL34W04,21340.p,0.000000)\
-			0.000000	(t_x(297125,646)YB3EH04E,21341.p,0.000000)\
-			0.000000	(t_x(281887,1190)LELVL04M,21342.p,0.000000)\
-			0.000000	(t_x(312762,991)MRAE04,21343.p,0.000000)\
-			0.000000	(t_x(289716,803)LGKFN04,21344.p,0.000000)\
-			0.000000	(t_x(301477,1084)MRAE04,21345.p,0.000000)\
-			0.000000	(t_x(313717,406)MEK04,21346.p,0.000000)\
-			0.000000	(t_x(305851,117)MAB1204A,21347.p,0.000000)\
-			0.000000	(t_x(296798,11)RASI04M,21348.p,0.000000)\
-			0.000000	(t_x(307410,92)MGY04,21349.p,0.000000)\
-			0.000000	(t_x(287347,3139)MGY04,21350.p,0.000000)\
-			0.000000	(t_x(281483,196)$EHAMA04,21351.p,0.000000)\
-			0.000000	(t_x(312912,886)MAB1204A,21352.p,0.000000)\
-			0.000000	(t_x(307190,1653)LGKFN04,21353.p,0.000000)\
-			0.000000	(t_x(288405,1103)PMXX04M,21354.p,0.000000)\
-			0.000000	(t_x(293544,1005)RQXSI04E,21355.p,0.000000)\
-			0.000000	(t_x(293521,1356)RJIU04M,21356.p,0.000000)\
-			0.000000	(t_x(295587,349)YB5KL04E,21357.p,0.000000)\
-			0.000000	(t_x(309317,490)MGY04,21358.p,0.000000)\
-			0.000000	(t_x(289972,1296)PMXX04M,21359.p,0.000000)\
-			0.000000	(t_x(308647,1054)MRAE04,21360.p,0.000000)\
-			0.000000	(t_x(294940,1763)BR404M,21361.p,0.000000)\
-			0.000000	(t_x(292100,1422)PMXX04M,21362.p,0.000000)\
-			0.000000	(t_x(295131,396)YBOLN04M,21363.p,0.000000)\
-			0.000000	(t_x(293534,1170)RJIU04M,21364.p,0.000000)\
-			0.000000	(t_x(312097,2140)LCES004,21365.p,0.000000)\
-			0.000000	(t_x(289649,281)YB5WH04M,21366.p,0.000000)\
-			0.000000	(t_x(302576,49)MM304,21367.p,0.000000)\
-			0.000000	(t_x(294472,88)RASI04M,21368.p,0.000000)\
-			0.000000	(t_x(295966,250)YBOLN04M,21369.p,0.000000)\
-			0.000000	(t_x(283663,1390)RQXSI04E,21370.p,0.000000)\
-			0.000000	(t_x(292494,303)RQXSI04E,21371.p,0.000000)\
-			0.000000	(t_x(306439,164)MAB04,21372.p,0.000000)\
-			0.000000	(t_x(313003,1387)MRAE04,21373.p,0.000000)\
-			0.000000	(t_x(310560,2380)LCES004,21374.p,0.000000)\
-			0.000000	(t_x(287736,1343)PMXX04M,21375.p,0.000000)\
-			0.000000	(t_x(311850,27)MAB3404A,21376.p,0.000000)\
-			0.000000	(t_x(293587,1506)LCES004,21377.p,0.000000)\
-			0.000000	(t_x(300642,1113)MGY04,21378.p,0.000000)\
-			0.000000	(t_x(297062,680)YB3EH04E,21379.p,0.000000)\
-			0.000000	(t_x(296253,532)MEK04,21380.p,0.000000)\
-			0.000000	(t_x(293250,354)RQXU04E,21381.p,0.000000)\
-			0.000000	(t_x(314600,3138)EDGG704,21382.p,0.000000)\
-			0.000000	(t_x(274564,1068)RQXSI04E,21383.p,0.000000)\
-			0.000000	(t_x(290433,100)YD5WH04M,21384.p,0.000000)\
-			0.000000	(t_x(304380,430)MEK04,21385.p,0.000000)\
-			0.000000	(t_x(304722,196)MAB1204A,21386.p,0.000000)\
-			0.000000	(t_x(285383,349)RNI04M,21387.p,0.000000)\
-			0.000000	(t_x(307285,586)MGY04,21388.p,0.000000)\
-			0.000000	(t_x(294200,1477)RQXSI04E,21389.p,0.000000)\
-			0.000000	(t_x(294120,936)PMXX04M,21390.p,0.000000)\
-			0.000000	(t_x(294654,723)LELVL04M,21391.p,0.000000)\
-			0.000000	(t_x(281059,237)YBOLN04M,21392.p,0.000000)\
-			0.000000	(t_x(287193,1887)RQXSI04E,21393.p,0.000000)\
-			0.000000	(t_x(273793,594)RQXSI04E,21394.p,0.000000)\
-			0.000000	(t_x(286715,90)YB5WH04M,21395.p,0.000000)\
-			0.000000	(t_x(303195,1515)MRAE04,21396.p,0.000000)\
-			0.000000	(t_x(290061,1620)EDGG704,21397.p,0.000000)\
-			0.000000	(t_x(310005,4516)EDGG704,21398.p,0.000000)\
-			0.000000	(t_x(293009,376)RQXU04E,21399.p,0.000000)\
-			0.000000	(t_x(312707,1211)MRAE04,21400.p,0.000000)\
-			0.000000	(t_x(293168,501)YB5WH04M,21401.p,0.000000)\
-			0.000000	(t_x(309695,536)MEK04,21402.p,0.000000)\
-			0.000000	(t_x(276959,1589)PMXX04M,21403.p,0.000000)\
-			0.000000	(t_x(282480,609)RQXSI04E,21404.p,0.000000)\
-			0.000000	(t_x(307153,3411)LCES004,21405.p,0.000000)\
-			0.000000	(t_x(284797,762)BR204M,21406.p,0.000000)\
-			0.000000	(t_x(314075,516)MAB04,21407.p,0.000000)\
-			0.000000	(t_x(290499,0),21408.p,0.000000)\
-			0.000000	(t_x(308533,1157)EDGG704,21409.p,0.000000)\
-			0.000000	(t_x(294613,901)LELVL04M,21410.p,0.000000)\
-			0.000000	(t_x(291968,348)YD5WH04M,21411.p,0.000000)\
-			0.000000	(t_x(307728,167)MAB1204A,21412.p,0.000000)\
-			0.000000	(t_x(291164,1297)RQXSI04E,21413.p,0.000000)\
-			0.000000	(t_x(308769,960)MRAE04,21414.p,0.000000)\
-			0.000000	(t_x(309016,563)MRAEE04,21415.p,0.000000)\
-			0.000000	(t_x(313701,920)MGY04,21416.p,0.000000)\
-			0.000000	(t_x(280221,112)YB5WH04M,21417.p,0.000000)\
-			0.000000	(t_x(288927,1337)KFZ4404M,21418.p,0.000000)\
-			0.000000	(t_x(313433,1522)MRAE04,21419.p,0.000000)\
-			0.000000	(t_x(288918,329)RQXSI04E,21420.p,0.000000)\
-			0.000000	(t_x(290137,128)YD5WH04M,21421.p,0.000000)\
-			0.000000	(t_x(283389,1503)RQXSI04E,21422.p,0.000000)\
-			0.000000	(t_x(283562,894)PMXX04M,21423.p,0.000000)\
-			0.000000	(t_x(283468,531)RQXSI04E,21424.p,0.000000)\
-			0.000000	(t_x(310043,71)ZM56704,21425.p,0.000000)\
-			0.000000	(t_x(298266,1915)LGKFN04,21426.p,0.000000)\
-			0.000000	(t_x(283117,16)YB5KL04E,21427.p,0.000000)\
-			0.000000	(t_x(297636,549)YB5WH04M,21428.p,0.000000)\
-			0.000000	(t_x(282046,532)YB5WH04M,21429.p,0.000000)\
-			0.000000	(t_x(318516,383)MGY04,21430.p,0.000000)\
-			0.000000	(t_x(288411,116)EBBRA04E,21431.p,0.000000)\
-			0.000000	(t_x(308449,1713)MRAE04,21432.p,0.000000)\
-			0.000000	(t_x(309103,1698)MGY04,21433.p,0.000000)\
-			0.000000	(t_x(291847,349)YB5WH04M,21434.p,0.000000)\
-			0.000000	(t_x(263926,3676)MGY04,21435.p,0.000000)\
-			0.000000	(t_x(296560,327)PMXX04M,21436.p,0.000000)\
-			0.000000	(t_x(288247,385)LELVL04M,21437.p,0.000000)\
-			0.000000	(t_x(305816,526)MAB1204A,21438.p,0.000000)\
-			0.000000	(t_x(279482,474)YBOLN04M,21439.p,0.000000)\
-			0.000000	(t_x(306962,88)ZM56704,21440.p,0.000000)\
-			0.000000	(t_x(309011,1715)MRAE04,21441.p,0.000000)\
-			0.000000	(t_x(298578,625)MGY04,21442.p,0.000000)\
-			0.000000	(t_x(291994,150)YB5WH04M,21443.p,0.000000)\
-			0.000000	(t_x(281346,647)RQXSI04E,21444.p,0.000000)\
-			0.000000	(t_x(286404,1363)PMXX04M,21445.p,0.000000)\
-			0.000000	(t_x(301524,571)MEK04,21446.p,0.000000)\
-			0.000000	(t_x(290666,449)ZM56704,21447.p,0.000000)\
-			0.000000	(t_x(287018,1150)RQXSI04E,21448.p,0.000000)\
-			0.000000	(t_x(295528,307)RQXI04E,21449.p,0.000000)\
-			0.000000	(t_x(289314,7)YB5WH04M,21450.p,0.000000)\
-			0.000000	(t_x(281174,740)YB5KL04E,21451.p,0.000000)\
-			0.000000	(t_x(295936,510)YB5WH04M,21452.p,0.000000)\
-			0.000000	(t_x(297402,3205)KSPE104D,21453.p,0.000000)\
-			0.000000	(t_x(277472,403)EG11G04M,21454.p,0.000000)\
-			0.000000	(t_x(311998,600)MEK04,21455.p,0.000000)\
-			0.000000	(t_x(295503,1974)RVKWU04M,21456.p,0.000000)\
-			0.000000	(t_x(290367,922)MRAE04,21457.p,0.000000)\
-			0.000000	(t_x(287785,862)KFZ4404M,21458.p,0.000000)\
-			0.000000	(t_x(279651,455)YBOLN04M,21459.p,0.000000)\
-			0.000000	(t_x(263862,11405)LCES004,21460.p,0.000000)\
-			0.000000	(t_x(307158,124)MRAEE04,21461.p,0.000000)\
-			0.000000	(t_x(298704,469)MRAE04,21462.p,0.000000)\
-			0.000000	(t_x(315366,194)MGY04,21463.p,0.000000)\
-			0.000000	(t_x(317924,623)MRAEE04,21464.p,0.000000)\
-			0.000000	(t_x(317443,1049)MRAE04,21465.p,0.000000)\
-			0.000000	(t_x(282660,917)PMXX04M,21466.p,0.000000)\
-			0.000000	(t_x(288631,198)YBOLN04M,21467.p,0.000000)\
-			0.000000	(t_x(309693,366)MAB3404A,21468.p,0.000000)\
-			0.000000	(t_x(278839,224)EBEEC04M,21469.p,0.000000)\
-			0.000000	(t_x(301161,222)MYY04A,21470.p,0.000000)\
-			0.000000	(t_x(289894,2780)LCES004,21471.p,0.000000)\
-			0.000000	(t_x(291027,503)YH5MH04M,21472.p,0.000000)\
-			0.000000	(t_x(281596,79)YB5KL04E,21473.p,0.000000)\
-			0.000000	(t_x(295329,193)YB5WH04M,21474.p,0.000000)\
-			0.000000	(t_x(289249,127)PMXX04M,21475.p,0.000000)\
-			0.000000	(t_x(292808,437)BR404M,21476.p,0.000000)\
-			0.000000	(t_x(286180,189)KWUR404E,21477.p,0.000000)\
-			0.000000	(t_x(282784,548)RQXSI04E,21478.p,0.000000)\
-			0.000000	(t_x(317360,230)MRAEE04,21479.p,0.000000)\
-			0.000000	(t_x(311285,1180)LCES004,21480.p,0.000000)\
-			0.000000	(t_x(292803,2623)YB3EH04A,21481.p,0.000000)\
-			0.000000	(t_x(282514,1558)RQXSI04E,21482.p,0.000000)\
-			0.000000	(t_x(301556,396)GL34W04,21483.p,0.000000)\
-			0.000000	(t_x(313638,4628)EDGG704,21484.p,0.000000)\
-			0.000000	(t_x(286494,288)YBOLN04M,21485.p,0.000000)\
-			0.000000	(t_x(278663,1395)EGNOR04M,21486.p,0.000000)\
-			0.000000	(t_x(286969,625)RASI04M,21487.p,0.000000)\
-			0.000000	(t_x(313563,527)MAB1204A,21488.p,0.000000)\
-			0.000000	(t_x(282657,330)YBOLN04M,21489.p,0.000000)\
-			0.000000	(t_x(301843,3269)LGKFN04,21490.p,0.000000)\
-			0.000000	(t_x(304583,941)MRAE04,21491.p,0.000000)\
-			0.000000	(t_x(285506,186)YB5WH04M,21492.p,0.000000)\
-			0.000000	(t_x(287579,799)RQXSI04E,21493.p,0.000000)\
-			0.000000	(t_x(306388,153)MAB3404A,21494.p,0.000000)\
-			0.000000	(t_x(297507,198)RQXSI04E,21495.p,0.000000)\
-			0.000000	(t_x(298519,256)YB3EH04A,21496.p,0.000000)\
-			0.000000	(t_x(296109,40)RMZU04E,21497.p,0.000000)\
-			0.000000	(t_x(298249,629)RNS04M,21498.p,0.000000)\
-			0.000000	(t_x(294779,353)RNS04M,21499.p,0.000000)\
-			0.000000	(t_x(298646,1463)LGKFN04,21500.p,0.000000)\
-			0.000000	(t_x(292214,2)YB5KL04E,21501.p,0.000000)\
-			0.000000	(t_x(305697,1424)LEMDAT04,21502.p,0.000000)\
-			0.000000	(t_x(294908,372)YB5WH04M,21503.p,0.000000)\
-			0.000000	(t_x(280143,445)YBOLN04M,21504.p,0.000000)\
-			0.000000	(t_x(292714,501)YB5WH04M,21505.p,0.000000)\
-			0.000000	(t_x(320214,504)MRAE04,21506.p,0.000000)\
-			0.000000	(t_x(284781,204)EBEEC04M,21507.p,0.000000)\
-			0.000000	(t_x(308221,243)KSLN04A,21508.p,0.000000)\
-			0.000000	(t_x(307679,1707)LOVN1504,21509.p,0.000000)\
-			0.000000	(t_x(296261,261)YBOLN04M,21510.p,0.000000)\
-			0.000000	(t_x(295296,1069)RQXU04E,21511.p,0.000000)\
-			0.000000	(t_x(296992,740)YB3EH04E,21512.p,0.000000)\
-			0.000000	(t_x(291013,222)BR404M,21513.p,0.000000)\
-			0.000000	(t_x(288445,201)KFZ4404M,21514.p,0.000000)\
-			0.000000	(t_x(310792,84)$GL34W04,21515.p,0.000000)\
-			0.000000	(t_x(302366,379)MYY04A,21516.p,0.000000)\
-			0.000000	(t_x(294433,879)RVKWU04M,21517.p,0.000000)\
-			0.000000	(t_x(290047,683)RASI04M,21518.p,0.000000)\
-			0.000000	(t_x(291521,433)LELVL04M,21519.p,0.000000)\
-			0.000000	(t_x(292417,1255)LCES004,21520.p,0.000000)\
-			0.000000	(t_x(286582,973)KFZ4404M,21521.p,0.000000)\
-			0.000000	(t_x(303818,528)MRAEE04,21522.p,0.000000)\
-			0.000000	(t_x(285863,131)KHVL104E,21523.p,0.000000)\
-			0.000000	(t_x(305754,639)MGY04,21524.p,0.000000)\
-			0.000000	(t_x(310983,2672)EDGG704,21525.p,0.000000)\
-			0.000000	(t_x(284165,2109)RVKWU04M,21526.p,0.000000)\
-			0.000000	(t_x(287937,605)RNI04M,21527.p,0.000000)\
-			0.000000	(t_x(294004,334)YB5WH04M,21528.p,0.000000)\
-			0.000000	(t_x(314225,181)MYY04A,21529.p,0.000000)\
-			0.000000	(t_x(292550,301)RJIU04M,21530.p,0.000000)\
-			0.000000	(t_x(272695,499)RQXSI04E,21531.p,0.000000)\
-			0.000000	(t_x(279193,265)YH5MH04M,21532.p,0.000000)\
-			0.000000	(t_x(277112,213)YB5KL04E,21533.p,0.000000)\
-			0.000000	(t_x(305584,347)MGY04,21534.p,0.000000)\
-			0.000000	(t_x(282677,115)KWUR404E,21535.p,0.000000)\
-			0.000000	(t_x(282807,359)LGKFN04,21536.p,0.000000)\
-			0.000000	(t_x(281359,1100)PMXX04M,21537.p,0.000000)\
-			0.000000	(t_x(292120,113)YB3EH04E,21538.p,0.000000)\
-			0.000000	(t_x(297343,0),21539.p,0.000000)\
-			0.000000	(t_x(279279,739)YBOLN04M,21540.p,0.000000)\
-			0.000000	(t_x(294672,870)RQXSI04E,21541.p,0.000000)\
-			0.000000	(t_x(290513,75)LELVL04M,21542.p,0.000000)\
-			0.000000	(t_x(295822,689)LEMDAT04,21543.p,0.000000)\
-			0.000000	(t_x(279734,234)YBOLN04M,21544.p,0.000000)\
-			0.000000	(t_x(301088,1590)LEMDAT04,21545.p,0.000000)\
-			0.000000	(t_x(278607,134)MM304,21546.p,0.000000)\
-			0.000000	(t_x(307990,4802)EDGG704,21547.p,0.000000)\
-			0.000000	(t_x(282259,473)YB5WH04M,21548.p,0.000000)\
-			0.000000	(t_x(281074,120)RMZU04E,21549.p,0.000000)\
-			0.000000	(t_x(310082,1188)EDGG704,21550.p,0.000000)\
-			0.000000	(t_x(289999,1742)PMXX04M,21551.p,0.000000)\
-			0.000000	(t_x(284085,1738)RVKWU04M,21552.p,0.000000)\
-			0.000000	(t_x(263196,1574)RQXSI04E,21553.p,0.000000)\
-			0.000000	(t_x(285658,482)YB5KL04E,21554.p,0.000000)\
-			0.000000	(t_x(292672,617)RQXU04E,21555.p,0.000000)\
-			0.000000	(t_x(310272,990)$LOVN1504,21556.p,0.000000)\
-			0.000000	(t_x(284631,1897)RQXSI04E,21557.p,0.000000)\
-			0.000000	(t_x(293096,232)RQXU04E,21558.p,0.000000)\
-			0.000000	(t_x(292683,603)YBOLN04M,21559.p,0.000000)\
-			0.000000	(t_x(296337,149)BR404M,21560.p,0.000000)\
-			0.000000	(t_x(276662,250)EBEEC04M,21561.p,0.000000)\
-			0.000000	(t_x(267696,117)YB5KL04E,21562.p,0.000000)\
-			0.000000	(t_x(294848,1056)EGNOR04M,21563.p,0.000000)\
-			0.000000	(t_x(292753,218)YB5WH04M,21564.p,0.000000)\
-			0.000000	(t_x(307626,1168)MRAE04,21565.p,0.000000)\
-			0.000000	(t_x(293116,2420)LELVL04M,21566.p,0.000000)\
-			0.000000	(t_x(295116,617)RQXU04E,21567.p,0.000000)\
-			0.000000	(t_x(287821,52)RMZU04E,21568.p,0.000000)\
-			0.000000	(t_x(314816,2641)EDGG704,21569.p,0.000000)\
-			0.000000	(t_x(304007,732)EG11G04M,21570.p,0.000000)\
-			0.000000	(t_x(302135,616)EG11G04M,21571.p,0.000000)\
-			0.000000	(t_x(282645,334)RQXU04E,21572.p,0.000000)\
-			0.000000	(t_x(309577,489)MEK04,21573.p,0.000000)\
-			0.000000	(t_x(279592,439)KHVL104E,21574.p,0.000000)\
-			0.000000	(t_x(290528,32)YH5MH04M,21575.p,0.000000)\
-			0.000000	(t_x(286277,1640)PMXX04M,21576.p,0.000000)\
-			0.000000	(t_x(275270,1782)RASI04M,21577.p,0.000000)\
-			0.000000	(t_x(286185,274)LGKFN04,21578.p,0.000000)\
-			0.000000	(t_x(302047,404)MAB1204A,21579.p,0.000000)\
-			0.000000	(t_x(302758,665)RNI04M,21580.p,0.000000)\
-			0.000000	(t_x(286627,169)$YBOLN04M,21581.p,0.000000)\
-			0.000000	(t_x(304051,297)MYY04A,21582.p,0.000000)\
-			0.000000	(t_x(303156,817)EG11G04M,21583.p,0.000000)\
-			0.000000	(t_x(281143,857)LGKFN04,21584.p,0.000000)\
-			0.000000	(t_x(281824,2169)RVKWU04M,21585.p,0.000000)\
-			0.000000	(t_x(279896,706)RASI04M,21586.p,0.000000)\
-			0.000000	(t_x(293957,477)RNI04M,21587.p,0.000000)\
-			0.000000	(t_x(292405,502)RMZU04E,21588.p,0.000000)\
-			0.000000	(t_x(303580,585)EG11G04M,21589.p,0.000000)\
-			0.000000	(t_x(294706,1302)LEMDAT04,21590.p,0.000000)\
-			0.000000	(t_x(310742,267)KSLN04A,21591.p,0.000000)\
-			0.000000	(t_x(323044,705)MRAE04,21592.p,0.000000)\
-			0.000000	(t_x(276925,213)YB5KL04E,21593.p,0.000000)\
-			0.000000	(t_x(292670,617)RQXU04E,21594.p,0.000000)\
-			0.000000	(t_x(287020,373)RNS04M,21595.p,0.000000)\
-			0.000000	(t_x(295932,235)RNS04M,21596.p,0.000000)\
-			0.000000	(t_x(314847,301)MGY04,21597.p,0.000000)\
-			0.000000	(t_x(294327,178)RJIU04M,21598.p,0.000000)\
-			0.000000	(t_x(282727,557)LGKFN04,21599.p,0.000000)\
-			0.000000	(t_x(302863,470)LEBAS04M,21600.p,0.000000)\
-			0.000000	(t_x(280021,438)KSPE1P04,21601.p,0.000000)\
-			0.000000	(t_x(300964,803)LGKFN04,21602.p,0.000000)\
-			0.000000	(t_x(283140,305)YB5WH04M,21603.p,0.000000)\
-			0.000000	(t_x(294788,27)YB3EH04A,21604.p,0.000000)\
-			0.000000	(t_x(308582,2604)EDGG704,21605.p,0.000000)\
-			0.000000	(t_x(295153,144)YB5WH04M,21606.p,0.000000)\
-			0.000000	(t_x(288529,608)RNI04M,21607.p,0.000000)\
-			0.000000	(t_x(309099,211)MRAEE04,21608.p,0.000000)\
-			0.000000	(t_x(292026,507)LELVL04M,21609.p,0.000000)\
-			0.000000	(t_x(278162,15)YB5WH04M,21610.p,0.000000)\
-			1.000000	(t_x(279243,35)KSPE1P04,21611.p,1.000000)\
-			0.000000	(t_x(289913,270)EGNOR04M,21612.p,0.000000)\
-			0.000000	(t_x(306920,391)LGKFN04,21613.p,0.000000)\
-			0.000000	(t_x(280825,385)LGKFN04,21614.p,0.000000)\
-			0.000000	(t_x(288970,74)YB5WH04M,21615.p,0.000000)\
-			0.000000	(t_x(305867,1763)EDGG704,21616.p,0.000000)\
-			0.000000	(t_x(301417,497)LGKFN04,21617.p,0.000000)\
-			0.000000	(t_x(292278,127)RMZU04E,21618.p,0.000000)\
-			0.000000	(t_x(289911,463)PMXX04M,21619.p,0.000000)\
-			0.000000	(t_x(287358,52)RQXSI04E,21620.p,0.000000)\
-			0.000000	(t_x(283821,615)KWUR404E,21621.p,0.000000)\
-			0.000000	(t_x(289472,2499)LGZAA04M,21622.p,0.000000)\
-			0.000000	(t_x(314191,105)MEK04,21623.p,0.000000)\
-			0.000000	(t_x(286658,338)YBOLN04M,21624.p,0.000000)\
-			0.000000	(t_x(293570,679)YB5WH04M,21625.p,0.000000)\
-			0.000000	(t_x(307845,435)MGY04,21626.p,0.000000)\
-			0.000000	(t_x(294284,44)MYY04A,21627.p,0.000000)\
-			0.000000	(t_x(317008,75)MGY04,21628.p,0.000000)\
-			0.000000	(t_x(280888,238)YB5WH04M,21629.p,0.000000)\
-			0.000000	(t_x(282755,281)KWUR404E,21630.p,0.000000)\
-			0.000000	(t_x(293156,916)LELVL04M,21631.p,0.000000)\
-			0.000000	(t_x(295893,1698)LEMDAT04,21632.p,0.000000)\
-			0.000000	(t_x(317978,2432)EDGG704,21633.p,0.000000)\
-			0.000000	(t_x(291417,36)RMZU04E,21634.p,0.000000)\
-			0.000000	(t_x(292069,437)EG11G04M,21635.p,0.000000)\
-			0.000000	(t_x(296035,2016)$RVKWU04M,21636.p,0.000000)\
-			0.000000	(t_x(303992,739)LGKFN04,21637.p,0.000000)\
-			0.000000	(t_x(297382,1047)YB3EH04E,21638.p,0.000000)\
-			0.000000	(t_x(293889,173)BR404M,21639.p,0.000000)\
-			0.000000	(t_x(313875,1090)LCES004,21640.p,0.000000)\
-			0.000000	(t_x(283259,667)EGNOR04M,21641.p,0.000000)\
-			0.000000	(t_x(284418,218)RMZU04E,21642.p,0.000000)\
-			0.000000	(t_x(272287,156)YBOLN04M,21643.p,0.000000)\
-			0.000000	(t_x(296303,60)LOW304M,21644.p,0.000000)\
-			0.000000	(t_x(286771,291)GL34W04,21645.p,0.000000)\
-			0.000000	(t_x(293444,393)YB5WH04M,21646.p,0.000000)\
-			0.000000	(t_x(290491,422)RNI04M,21647.p,0.000000)\
-			0.000000	(t_x(280706,501)RQXSI04E,21648.p,0.000000)\
-			0.000000	(t_x(310635,189)MAB1204A,21649.p,0.000000)\
-			0.000000	(t_x(295428,332)$BR404M,21650.p,0.000000)\
-			0.000000	(t_x(295700,723)RQXSI04E,21651.p,0.000000)\
-			0.000000	(t_x(289288,418)PMXX04M,21652.p,0.000000)\
-			0.000000	(t_x(279398,88)YH5MH04M,21653.p,0.000000)\
-			0.000000	(t_x(288792,376)YB5WH04M,21654.p,0.000000)\
-			0.000000	(t_x(280871,285)LEMDAT04,21655.p,0.000000)\
-			0.000000	(t_x(263570,257)LELVU04,21656.p,0.000000)\
-			0.000000	(t_x(281348,276)KFZ4404M,21657.p,0.000000)\
-			0.000000	(t_x(295384,19)KFZ4404M,21658.p,0.000000)\
-			0.000000	(t_x(295875,47)YB3EH04E,21659.p,0.000000)\
-			0.000000	(t_x(273048,658)YB5WH04M,21660.p,0.000000)\
-			0.000000	(t_x(288992,14)BR404M,21661.p,0.000000)\
-			0.000000	(t_x(278651,330)YB5KL04E,21662.p,0.000000)\
-			0.000000	(t_x(298698,135)KSLN04M,21663.p,0.000000)\
-			0.000000	(t_x(294740,800)YB3EH04E,21664.p,0.000000)\
-			0.000000	(t_x(294460,844)PMXX04M,21665.p,0.000000)\
-			0.000000	(t_x(301727,737)LGKFN04,21666.p,0.000000)\
-			0.000000	(t_x(271099,334)YBOLN04M,21667.p,0.000000)\
-			0.000000	(t_x(289872,1089)KFZ4404M,21668.p,0.000000)\
-			0.000000	(t_x(297721,271)KSLN04A,21669.p,0.000000)\
-			0.000000	(t_x(296112,95)YB5WH04M,21670.p,0.000000)\
-			0.000000	(t_x(279621,656)YH5MH04M,21671.p,0.000000)\
-			0.000000	(t_x(285123,602)LGKFN04,21672.p,0.000000)\
-			0.000000	(t_x(290455,654)RNS04M,21673.p,0.000000)\
-			0.000000	(t_x(279339,695)YBOLN04M,21674.p,0.000000)\
-			0.000000	(t_x(295343,1273)RVKWU04M,21675.p,0.000000)\
-			0.000000	(t_x(302434,113)MEK04,21676.p,0.000000)\
-			0.000000	(t_x(307745,90)GL34W04,21677.p,0.000000)\
-			0.000000	(t_x(283333,189)YB5WH04M,21678.p,0.000000)\
-			0.000000	(t_x(284190,407)PMXX04M,21679.p,0.000000)\
-			0.000000	(t_x(287518,62)YB3EH04E,21680.p,0.000000)\
-			0.000000	(t_x(285693,274)YB3EH04E,21681.p,0.000000)\
-			0.000000	(t_x(285972,139)KSLN04M,21682.p,0.000000)\
-			0.000000	(t_x(297852,2753)RJIU04M,21683.p,0.000000)\
-			0.000000	(t_x(304862,307)MGY04,21684.p,0.000000)\
-			0.000000	(t_x(291193,5)YBOLN04M,21685.p,0.000000)\
-			0.000000	(t_x(295562,645)RQXSI04E,21686.p,0.000000)\
-			0.000000	(t_x(283607,1740)PMXX04M,21687.p,0.000000)\
-			0.000000	(t_x(284283,1617)RVKWU04M,21688.p,0.000000)\
-			0.000000	(t_x(305671,899)LELVU04,21689.p,0.000000)\
-			0.000000	(t_x(291528,465)YB5WH04M,21690.p,0.000000)\
-			0.000000	(t_x(311840,1590)LCES004,21691.p,0.000000)\
-			0.000000	(t_x(312192,281)MAB3404A,21692.p,0.000000)\
-			0.000000	(t_x(310219,2237)EDGG704,21693.p,0.000000)\
-			0.000000	(t_x(271214,689)RMZU04E,21694.p,0.000000)\
-			0.000000	(t_x(296619,81)YB3EH04A,21695.p,0.000000)\
-			0.000000	(t_x(285189,1878)RVKWU04M,21696.p,0.000000)\
-			0.000000	(t_x(317908,2063)EDGG704,21697.p,0.000000)\
-			0.000000	(t_x(306187,721)LOVN1504,21698.p,0.000000)\
-			0.000000	(t_x(281643,379)YB5KL04E,21699.p,0.000000)\
-			0.000000	(t_x(295585,1295)KSLN04A,21700.p,0.000000)\
-			0.000000	(t_x(308892,548)MAB1204A,21701.p,0.000000)\
-			0.000000	(t_x(285671,17)RNI04M,21702.p,0.000000)\
-			0.000000	(t_x(295915,558)LEMDAT04,21703.p,0.000000)\
-			0.000000	(t_x(284723,175)KWUR404E,21704.p,0.000000)\
-			0.000000	(t_x(281349,559)RMZSI04M,21705.p,0.000000)\
-			0.000000	(t_x(304555,672)$LEMDAT04,21706.p,0.000000)\
-			0.000000	(t_x(295514,1851)YB3EH04A,21707.p,0.000000)\
-			0.000000	(t_x(306095,87)YB3EH04A,21708.p,0.000000)\
-			0.000000	(t_x(297851,106)LEBAS04M,21709.p,0.000000)\
-			0.000000	(t_x(289283,959)LEMDAT04,21710.p,0.000000)\
-			0.000000	(t_x(301260,339)MEK04,21711.p,0.000000)\
-			0.000000	(t_x(311838,1308)LCES004,21712.p,0.000000)\
-			0.000000	(t_x(283751,299)RQXSI04E,21713.p,0.000000)\
-			0.000000	(t_x(302361,712)MEK04,21714.p,0.000000)\
-			0.000000	(t_x(290247,247)YBOLN04M,21715.p,0.000000)\
-			0.000000	(t_x(292940,1648)EDGG704,21716.p,0.000000)\
-			0.000000	(t_x(290015,449)YD5WH04M,21717.p,0.000000)\
-			0.000000	(t_x(295723,2506)RVKWU04M,21718.p,0.000000)\
-			0.000000	(t_x(294925,2187)RVKWU04M,21719.p,0.000000)\
-			0.000000	(t_x(305019,654)RNS04M,21720.p,0.000000)\
-			0.000000	(t_x(290395,734)PMXX04M,21721.p,0.000000)\
-			0.000000	(t_x(305074,143)ZM56704,21722.p,0.000000)\
-			0.000000	(t_x(291226,1586)RQXSI04E,21723.p,0.000000)\
-			0.000000	(t_x(291353,695)RQXSI04E,21724.p,0.000000)\
-			0.000000	(t_x(317153,2187)EDGG704,21725.p,0.000000)\
-			0.000000	(t_x(294986,863)LGKFN04,21726.p,0.000000)\
-			0.000000	(t_x(290858,330)RNI04M,21727.p,0.000000)\
-			0.000000	(t_x(304778,412)RVKWS04,21728.p,0.000000)\
-			0.000000	(t_x(285794,982)RQXSI04E,21729.p,0.000000)\
-			0.000000	(t_x(287288,446)KHVL104E,21730.p,0.000000)\
-			0.000000	(t_x(270468,330)YBOLN04M,21731.p,0.000000)\
-			0.000000	(t_x(294164,539)BR404M,21732.p,0.000000)\
-			0.000000	(t_x(314236,1268)LCES004,21733.p,0.000000)\
-			0.000000	(t_x(287140,2414)RVKWU04M,21734.p,0.000000)\
-			0.000000	(t_x(276531,447)KHVL104E,21735.p,0.000000)\
-			0.000000	(t_x(317116,604)MRAE04,21736.p,0.000000)\
-			0.000000	(t_x(297842,148)YB5WH04M,21737.p,0.000000)\
-			0.000000	(t_x(290219,482)MGY04,21738.p,0.000000)\
-			0.000000	(t_x(317538,549)MAB1204A,21739.p,0.000000)\
-			0.000000	(t_x(290568,751)LELVU04,21740.p,0.000000)\
-			0.000000	(t_x(295728,243)YB5WH04M,21741.p,0.000000)\
-			0.000000	(t_x(296450,130)YB5KL04E,21742.p,0.000000)\
-			0.000000	(t_x(288768,5)RMZSI04M,21743.p,0.000000)\
-			0.000000	(t_x(280645,256)YB5KL04E,21744.p,0.000000)\
-			0.000000	(t_x(287944,709)KFZ4404M,21745.p,0.000000)\
-			0.000000	(t_x(297613,967)RQXSI04E,21746.p,0.000000)\
-			0.000000	(t_x(287201,213)$YBOLN04M,21747.p,0.000000)\
-			0.000000	(t_x(278562,502)YBOLN04M,21748.p,0.000000)\
-			0.000000	(t_x(287438,531)RJIU04M,21749.p,0.000000)\
-			0.000000	(t_x(298263,480)LOW304M,21750.p,0.000000)\
-			0.000000	(t_x(290272,636)LEMDAT04,21751.p,0.000000)\
-			0.000000	(t_x(278871,460)YB3EH04E,21752.p,0.000000)\
-			0.000000	(t_x(297374,865)RQXSI04E,21753.p,0.000000)\
-			0.000000	(t_x(293126,2701)RJIU04M,21754.p,0.000000)\
-			0.000000	(t_x(279690,1330)EGPFA04,21755.p,0.000000)\
-			0.000000	(t_x(293718,1421)EGPFA04,21756.p,0.000000)\
-			0.000000	(t_x(292791,1721)EGPFA04,21757.p,0.000000)\
-			0.000000	(t_x(279627,1778)EGPFA04,21758.p,0.000000)\
-			0.000000	(t_x(303235,1986)EGPFA04,21759.p,0.000000)\
-			0.000000	(t_x(295047,2056)EGPFA04,21760.p,0.000000)\
-			0.000000	(t_x(293802,2213)EGPFA04,21761.p,0.000000)\
-			0.000000	(t_x(294819,2638)EGPFA04,21762.p,0.000000)\
-			0.000000	(t_x(291917,211)RJIU04M,21763.p,0.000000)\
-			0.000000	(t_x(304261,679)RJIU04M,21764.p,0.000000)\
-			0.000000	(t_x(307461,754)RJIU04M,21765.p,0.000000)\
-			0.000000	(t_x(286762,1232)RJIU04M,21766.p,0.000000)\
-			0.000000	(t_x(295407,824)RJIU04M,21767.p,0.000000)\
-			0.000000	(t_x(294133,869)RJIU04M,21768.p,0.000000)\
-			0.000000	(t_x(289655,1281)RJIU04M,21769.p,0.000000)\
-			0.000000	(t_x(292569,2637)RJIU04M,21770.p,0.000000)\
-			0.000000	(t_x(284722,896)RJIU04M,21771.p,0.000000)\
-			0.000000	(t_x(290343,1350)RJIU04M,21772.p,0.000000)\
-			0.000000	(t_x(298116,3019)RJIU04M,21773.p,0.000000)\
-			0.000000	(t_x(287891,3173)RJIU04M,21774.p,0.000000)\
-			0.000000	(t_x(300356,3089)RJIU04M,21775.p,0.000000)\
-			0.000000	(t_x(289136,1353)RJIU04M,21776.p,0.000000)\
-			0.000000	(t_x(292297,3222)RJIU04M,21777.p,0.000000)\
-			0.000000	(t_x(290406,2814)RJIU04M,21778.p,0.000000)\
-			0.000000	(t_x(293647,3436)RJIU04M,21779.p,0.000000)\
-			0.000000	(t_x(289455,3476)RJIU04M,21780.p,0.000000)\
-			0.000000	(t_x(290967,1373)RJIU04M,21781.p,0.000000)\
-			0.000000	(t_x(302531,2700)RJIU04M,21782.p,0.000000)\
-			0.000000	(t_x(304450,2193)MGY04,21783.p,0.000000)\
-			0.000000	(t_x(297113,2297)RJIU04M,21784.p,0.000000)\
-			0.000000	(t_x(296145,2811)EGPFA04,21785.p,0.000000)\
-			0.000000	(t_x(295927,3484)RJIU04M,21786.p,0.000000)\
-			0.000000	(t_x(290480,1764)RJIU04M,21787.p,0.000000)\
-			0.000000	(t_x(294556,2710)RJIU04M,21788.p,0.000000)\
-			0.000000	(t_x(287119,2428)RJIU04M,21789.p,0.000000)\
-			0.000000	(t_x(294756,1799)RJIU04M,21790.p,0.000000)\
-			0.000000	(t_x(292050,2797)RJIU04M,21791.p,0.000000)\
-			0.000000	(t_x(294001,3009)RJIU04M,21792.p,0.000000)\
-			0.000000	(t_x(300097,2417)RJIU04M,21793.p,0.000000)\
-			0.000000	(t_x(304456,3691)RJIU04M,21794.p,0.000000)\
-			0.000000	(t_x(293188,2956)RJIU04M,21795.p,0.000000)\
-			0.000000	(t_x(289354,4828)RJIU04M,21796.p,0.000000)\
-			0.000000	(t_x(277826,3952)RJIU04M,21797.p,0.000000)\
-			0.000000	(t_x(290776,3783)RJIU04M,21798.p,0.000000)\
-			0.000000	(t_x(300064,1802)RJIU04M,21799.p,0.000000)\
-			0.000000	(t_x(289457,3972)RJIU04M,21800.p,0.000000)\
-			0.000000	(t_x(295238,1989)RJIU04M,21801.p,0.000000)\
-			0.000000	(t_x(310674,2373)MGY04,21802.p,0.000000)\
-			0.000000	(t_x(296194,3612)MAB04,21803.p,0.000000)\
-			0.000000	(t_x(295508,2924)MGY04,21804.p,0.000000)\
-			0.000000	(t_x(263926,6728)MGY04,21805.p,0.000000)\
-			0.000000	(t_x(276837,4037)RJIU04M,21806.p,0.000000)\
-			0.000000	(t_x(289318,4941)RJIU04M,21807.p,0.000000)\
-			0.000000	(t_x(297867,1862)RJIU04M,21808.p,0.000000)\
-			0.000000	(t_x(289232,4525)RJIU04M,21809.p,0.000000)\
-			0.000000	(t_x(290342,1959)RJIU04M,21810.p,0.000000)\
-			0.000000	(t_x(296406,4232)RJIU04M,21811.p,0.000000)\
-			0.000000	(t_x(302661,1725)EG11G04M,21812.p,0.000000)\
-			0.000000	(t_x(290076,5538)RJIU04M,21813.p,0.000000)\
-			0.000000	(t_x(303200,7963)MGY04,21814.p,0.000000)\
-			0.000000	(t_x(309442,8015)MGY04,21815.p,0.000000)\
-			0.000000	(t_x(293657,1309)YD5WH04M,21816.p,0.000000)\
-			0.000000	(t_x(298006,4274)RJIU04M,21817.p,0.000000)\
-			0.000000	(t_x(311151,1350)MAB1204A,21818.p,0.000000)\
-			0.000000	(t_x(290574,5532)RJIU04M,21819.p,0.000000)\
-			0.000000	(t_x(302060,1545)EG11G04M,21820.p,0.000000)\
-			0.000000	(t_x(292265,5021)RJIU04M,21821.p,0.000000)\
-			0.000000	(t_x(301968,1545)EG11G04M,21822.p,0.000000)\
-			0.000000	(t_x(297622,1761)YD5WH04M,21823.p,0.000000)\
-			0.000000	(t_x(283750,1250)YD5WH04M,21824.p,0.000000)\
-			0.000000	(t_x(294560,448)EG11G04M,21825.p,0.000000)\
-			0.000000	(t_x(314402,1066)MAB1204A,21826.p,0.000000)\
-			0.000000	(t_x(308511,455)MYY04A,21827.p,0.000000)\
-			0.000000	(t_x(308371,947)ZM56704,21828.p,0.000000)\
-			0.000000	(t_x(295283,1227)MGY04,21829.p,0.000000)\
-			0.000000	(t_x(302044,957)MYY04A,21830.p,0.000000)\
-			0.000000	(t_x(292231,1337)EG11G04M,21831.p,0.000000)\
-			0.000000	(t_x(289502,1579)YD5WH04M,21832.p,0.000000)\
-			0.000000	(t_x(277190,1836)EG11G04M,21833.p,0.000000)\
-			0.000000	(t_x(308914,965)ZM56704,21834.p,0.000000)\
-			0.000000	(t_x(284104,686)YD5WH04M,21835.p,0.000000)\
-			0.000000	(t_x(302361,2531)MAB04,21836.p,0.000000)\
-			0.000000	(t_x(303314,1870)EG11G04M,21837.p,0.000000)\
-			0.000000	(t_x(277434,916)EG11G04M,21838.p,0.000000)\
-			0.000000	(t_x(289978,4301)RJIU04M,21839.p,0.000000)\
-			0.000000	(t_x(305585,943)MYY04A,21840.p,0.000000)\
-			0.000000	(t_x(303263,565)MYY04A,21841.p,0.000000)\
-			0.000000	(t_x(290738,862)EG11G04M,21842.p,0.000000)\
-			0.000000	(t_x(291367,1265)EG11G04M,21843.p,0.000000)\
-			0.000000	(t_x(289240,1337)EG11G04M,21844.p,0.000000)\
-			0.000000	(t_x(288693,5235)RJIU04M,21845.p,0.000000)\
-			0.000000	(t_x(300050,6500)GL4W04M,21846.p,0.000000)\
-			0.000000	(t_x(305791,108)KWUR1C04,21847.p,0.000000)\
-			0.000000	(t_x(289863,460)ZM56704,21848.p,0.000000)\
-			0.000000	(t_x(306530,954)MGY04,21849.p,0.000000)\
-			0.000000	(t_x(309625,521)MYY04A,21850.p,0.000000)\
-			0.000000	(t_x(289164,5094)RJIU04M,21851.p,0.000000)\
-			0.000000	(t_x(286743,1084)LGKFN04,21852.p,0.000000)\
-			0.000000	(t_x(300146,1090)LGKFN04,21853.p,0.000000)\
-			0.000000	(t_x(291594,667)EG11G04M,21854.p,0.000000)\
-			0.000000	(t_x(296953,5239)LCES004,21855.p,0.000000)\
-			0.000000	(t_x(294303,2765)EG11G04M,21856.p,0.000000)\
-			0.000000	(t_x(285585,1269)MYY04A,21857.p,0.000000)\
-			0.000000	(t_x(287904,1283)LGKFN04,21858.p,0.000000)\
-			0.000000	(t_x(292544,1025)EG11G04M,21859.p,0.000000)\
-			0.000000	(t_x(302138,1379)MYY04A,21860.p,0.000000)\
-			0.000000	(t_x(314823,1278)MYY04A,21861.p,0.000000)\
-			0.000000	(t_x(309711,1891)MGY04,21862.p,0.000000)\
-			0.000000	(t_x(263439,3584)YB3EH04A,21863.p,0.000000)\
-			0.000000	(t_x(294112,654)EG11G04M,21864.p,0.000000)\
-			0.000000	(t_x(302711,1468)MYY04A,21865.p,0.000000)\
-			0.000000	(t_x(289367,1098)RQXSI04E,21866.p,0.000000)\
-			0.000000	(t_x(297818,496)GL34W04,21867.p,0.000000)\
-			0.000000	(t_x(304114,1115)GL34W04,21868.p,0.000000)\
-			0.000000	(t_x(304882,485)LLBGA04L,21869.p,0.000000)\
-			0.000000	(t_x(298471,7515)LGZAA04M,21870.p,0.000000)\
-			0.000000	(t_x(288381,2825)EG11G04M,21871.p,0.000000)\
-			0.000000	(t_x(297546,1289)LGKFN04,21872.p,0.000000)\
-			0.000000	(t_x(286685,1313)RQXSI04E,21873.p,0.000000)\
-			0.000000	(t_x(313569,3512)LCES004,21874.p,0.000000)\
-			0.000000	(t_x(280430,2312)LGKFN04,21875.p,0.000000)\
-			0.000000	(t_x(292808,4764)RJIU04M,21876.p,0.000000)\
-			0.000000	(t_x(292436,1821)EG11G04M,21877.p,0.000000)\
-			0.000000	(t_x(306677,1959)MGY04,21878.p,0.000000)\
-			0.000000	(t_x(291377,554)EG11G04M,21879.p,0.000000)\
-			0.000000	(t_x(278067,2792)EG11G04M,21880.p,0.000000)\
-			0.000000	(t_x(308144,1251)MAB04,21881.p,0.000000)\
-			0.000000	(t_x(305823,767)MAB04,21882.p,0.000000)\
-			0.000000	(t_x(298528,3572)LCES004,21883.p,0.000000)\
-			0.000000	(t_x(305283,1295)LGKFN04,21884.p,0.000000)\
-			0.000000	(t_x(313590,742)KWUR1C04,21885.p,0.000000)\
-			0.000000	(t_x(302879,2248)MYY04A,21886.p,0.000000)\
-			0.000000	(t_x(297335,671)RJIU04M,21887.p,0.000000)\
-			0.000000	(t_x(316090,3621)LCES004,21888.p,0.000000)\
-			0.000000	(t_x(274577,1452)RQXSI04E,21889.p,0.000000)\
-			0.000000	(t_x(292908,1898)EG11G04M,21890.p,0.000000)\
-			0.000000	(t_x(309959,864)MGY04,21891.p,0.000000)\
-			0.000000	(t_x(296922,1241)LGKFN04,21892.p,0.000000)\
-			0.000000	(t_x(303203,4456)LCES004,21893.p,0.000000)\
-			0.000000	(t_x(312199,5454)LCES004,21894.p,0.000000)\
-			0.000000	(t_x(263921,4225)LCES004,21895.p,0.000000)\
-			0.000000	(t_x(287660,1968)EG11G04M,21896.p,0.000000)\
-			0.000000	(t_x(307726,520)MYY04A,21897.p,0.000000)\
-			0.000000	(t_x(285711,59)KCHI104M,21898.p,0.000000)\
-			0.000000	(t_x(310502,1521)MAB04,21899.p,0.000000)\
-			0.000000	(t_x(308336,1068)MYY04A,21900.p,0.000000)\
-			0.000000	(t_x(311856,546)MAB3404A,21901.p,0.000000)\
-			0.000000	(t_x(292550,4867)RJIU04M,21902.p,0.000000)\
-			0.000000	(t_x(301272,1301)LGKFN04,21903.p,0.000000)\
-			0.000000	(t_x(286963,1459)RQXSI04E,21904.p,0.000000)\
-			0.000000	(t_x(313068,3758)LCES004,21905.p,0.000000)\
-			0.000000	(t_x(292803,1049)LGKFN04,21906.p,0.000000)\
-			0.000000	(t_x(294518,1877)EG11G04M,21907.p,0.000000)\
-			0.000000	(t_x(292796,4684)LCES004,21908.p,0.000000)\
-			0.000000	(t_x(275277,1611)RQXSI04E,21909.p,0.000000)\
-			0.000000	(t_x(298588,1332)LGKFN04,21910.p,0.000000)\
-			0.000000	(t_x(290550,1393)MGY04,21911.p,0.000000)\
-			0.000000	(t_x(283688,4958)PMXX04M,21912.p,0.000000)\
-			0.000000	(t_x(303612,4112)LCES004,21913.p,0.000000)\
-			0.000000	(t_x(304258,1491)MGY04,21914.p,0.000000)\
-			0.000000	(t_x(311886,840)LCES004,21915.p,0.000000)\
-			0.000000	(t_x(286600,1781)LGKFN04,21916.p,0.000000)\
-			0.000000	(t_x(291407,69)KCHI104M,21917.p,0.000000)\
-			0.000000	(t_x(318516,617)MGY04,21918.p,0.000000)\
-			0.000000	(t_x(311447,1283)LGKFN04,21919.p,0.000000)\
-			0.000000	(t_x(293534,5912)RJIU04M,21920.p,0.000000)\
-			0.000000	(t_x(293177,1937)EG11G04M,21921.p,0.000000)\
-			0.000000	(t_x(308325,1541)LGKFN04,21922.p,0.000000)\
-			0.000000	(t_x(315081,1549)LCES004,21923.p,0.000000)\
-			0.000000	(t_x(307498,5037)LCES004,21924.p,0.000000)\
-			0.000000	(t_x(284313,1630)RQXSI04E,21925.p,0.000000)\
-			0.000000	(t_x(300621,4501)LCES004,21926.p,0.000000)\
-			0.000000	(t_x(297984,4603)KSLN04A,21927.p,0.000000)\
-			0.000000	(t_x(303665,5045)LCES004,21928.p,0.000000)\
-			0.000000	(t_x(288601,615)LGKFN04,21929.p,0.000000)\
-			0.000000	(t_x(302643,1941)EG11G04M,21930.p,0.000000)\
-			0.000000	(t_x(309188,347)MAB04,21931.p,0.000000)\
-			0.000000	(t_x(277127,1048)LGKFN04,21932.p,0.000000)\
-			0.000000	(t_x(296646,900)LCES004,21933.p,0.000000)\
-			0.000000	(t_x(296473,1726)LCES004,21934.p,0.000000)\
-			0.000000	(t_x(310272,1200)LCES004,21935.p,0.000000)\
-			0.000000	(t_x(287243,1566)GL4W04M,21936.p,0.000000)\
-			0.000000	(t_x(290566,400)ZM56704,21937.p,0.000000)\
-			0.000000	(t_x(285241,5858)LGKFN04,21938.p,0.000000)\
-			0.000000	(t_x(303692,1772)KCHI104M,21939.p,0.000000)\
-			0.000000	(t_x(311878,757)MGY04,21940.p,0.000000)\
-			0.000000	(t_x(304696,748)MGY04,21941.p,0.000000)\
-			0.000000	(t_x(313302,1789)LCES004,21942.p,0.000000)\
-			0.000000	(t_x(289563,5325)RJIU04M,21943.p,0.000000)\
-			0.000000	(t_x(308751,544)MGY04,21944.p,0.000000)\
-			0.000000	(t_x(297087,581)LGKFN04,21945.p,0.000000)\
-			0.000000	(t_x(263862,4532)LCES004,21946.p,0.000000)\
-			0.000000	(t_x(285084,32)YB3EH04E,21947.p,0.000000)\
-			0.000000	(t_x(289192,1633)ZM56704,21948.p,0.000000)\
-			0.000000	(t_x(284933,1956)LELVL04M,21949.p,0.000000)\
-			0.000000	(t_x(317067,976)LLBGA04L,21950.p,0.000000)\
-			0.000000	(t_x(278564,173)EGPFA04,21951.p,0.000000)\
-			0.000000	(t_x(296062,1830)RQXSI04E,21952.p,0.000000)\
-			0.000000	(t_x(294327,4920)RJIU04M,21953.p,0.000000)\
-			0.000000	(t_x(311284,4592)LCES004,21954.p,0.000000)\
-			0.000000	(t_x(283558,119)YB3EH04E,21955.p,0.000000)\
-			0.000000	(t_x(295886,2465)EG11G04M,21956.p,0.000000)\
-			0.000000	(t_x(284810,4479)PMXX04M,21957.p,0.000000)\
-			0.000000	(t_x(263640,975)LCES004,21958.p,0.000000)\
-			0.000000	(t_x(295532,5222)RJIU04M,21959.p,0.000000)\
-			0.000000	(t_x(272849,2040)LGKFN04,21960.p,0.000000)\
-			0.000000	(t_x(290061,1883)MGY04,21961.p,0.000000)\
-			0.000000	(t_x(263593,1892)LCES004,21962.p,0.000000)\
-			0.000000	(t_x(277936,2048)LGKFN04,21963.p,0.000000)\
-			0.000000	(t_x(290037,1147)RJIU04M,21964.p,0.000000)\
-			1.000000	(t_x(286682,28)YH5MH04M,21965.p,1.000000)\
-			0.000000	(t_x(287524,1403)LGKFN04,21966.p,0.000000)\
-			0.000000	(t_x(302874,2292)MYY04A,21967.p,0.000000)\
-			0.000000	(t_x(277484,146)YB3EH04E,21968.p,0.000000)\
-			0.000000	(t_x(296754,2141)LGKFN04,21969.p,0.000000)\
-			0.000000	(t_x(307285,821)MGY04,21970.p,0.000000)\
-			0.000000	(t_x(300631,4231)EG11G04M,21971.p,0.000000)\
-			0.000000	(t_x(297157,2244)LGKFN04,21972.p,0.000000)\
-			0.000000	(t_x(313102,1909)LCES004,21973.p,0.000000)\
-			0.000000	(t_x(263410,1172)LCES004M,21974.p,0.000000)\
-			0.000000	(t_x(306413,1826)LGKFN04,21975.p,0.000000)\
-			0.000000	(t_x(291104,5289)LCES004,21976.p,0.000000)\
-			0.000000	(t_x(276122,2441)EG11G04M,21977.p,0.000000)\
-			0.000000	(t_x(306069,1610)MGY04,21978.p,0.000000)\
-			0.000000	(t_x(291031,2490)EG11G04M,21979.p,0.000000)\
-			0.000000	(t_x(281466,702)EGNOR04M,21980.p,0.000000)\
-			0.000000	(t_x(315692,1246)LLBGA04L,21981.p,0.000000)\
-			0.000000	(t_x(312895,4554)LCES004,21982.p,0.000000)\
-			0.000000	(t_x(292245,6015)RJIU04M,21983.p,0.000000)\
-			0.000000	(t_x(303148,224)MRAE04,21984.p,0.000000)\
-			0.000000	(t_x(283288,18)KSLN04A,21985.p,0.000000)\
-			0.000000	(t_x(263515,1505)LGKFN04,21986.p,0.000000)\
-			0.000000	(t_x(295942,73)KCHI104M,21987.p,0.000000)\
-			0.000000	(t_x(307182,3009)EDGG704,21988.p,0.000000)\
-			0.000000	(t_x(301759,2256)LGKFN04,21989.p,0.000000)\
-			0.000000	(t_x(271211,1841)RQXSI04E,21990.p,0.000000)\
-			0.000000	(t_x(310647,394)MGY04,21991.p,0.000000)\
-			0.000000	(t_x(316430,1909)LCES004,21992.p,0.000000)\
-			0.000000	(t_x(308507,1200)LCES004,21993.p,0.000000)\
-			0.000000	(t_x(289945,2443)LGKFN04,21994.p,0.000000)\
-			0.000000	(t_x(294276,673)RQXU04E,21995.p,0.000000)\
-			0.000000	(t_x(301556,621)GL34W04,21996.p,0.000000)\
-			0.000000	(t_x(304830,79)YB3EH04A,21997.p,0.000000)\
-			0.000000	(t_x(311265,2712)LCES004,21998.p,0.000000)\
-			0.000000	(t_x(277463,2483)LGKFN04,21999.p,0.000000)\
-			0.000000	(t_x(287980,526)RQXI04E,22000.p,0.000000)\
-			0.000000	(t_x(292714,1000)RQXU04E,22001.p,0.000000)\
-			0.000000	(t_x(282099,2090)EG11G04M,22002.p,0.000000)\
-			0.000000	(t_x(317048,2885)LCES004,22003.p,0.000000)\
-			0.000000	(t_x(316618,1882)LLBGA04L,22004.p,0.000000)\
-			0.000000	(t_x(312583,4554)LCES004,22005.p,0.000000)\
-			0.000000	(t_x(289566,2381)LGKFN04,22006.p,0.000000)\
-			0.000000	(t_x(282492,834)RQXI04E,22007.p,0.000000)\
-			0.000000	(t_x(300445,5079)LCES004,22008.p,0.000000)\
-			0.000000	(t_x(309103,1072)MGY04,22009.p,0.000000)\
-			0.000000	(t_x(310158,3245)LCES004,22010.p,0.000000)\
-			0.000000	(t_x(303416,1684)MGY04,22011.p,0.000000)\
-			0.000000	(t_x(297402,6144)$KSPE104D,22012.p,0.000000)\
-			0.000000	(t_x(289705,1030)YB3EH04E,22013.p,0.000000)\
-			0.000000	(t_x(283305,499)KSLN04A,22014.p,0.000000)\
-			0.000000	(t_x(263868,3878)LCES004,22015.p,0.000000)\
-			0.000000	(t_x(301590,1542)LGKFN04,22016.p,0.000000)\
-			0.000000	(t_x(307696,543)MGY04,22017.p,0.000000)\
-			0.000000	(t_x(294749,588)EGNOR04M,22018.p,0.000000)\
-			0.000000	(t_x(312091,661)KSLN04A,22019.p,0.000000)\
-			0.000000	(t_x(302424,708)MAB1204A,22020.p,0.000000)\
-			0.000000	(t_x(276307,2485)LGKFN04,22021.p,0.000000)\
-			0.000000	(t_x(291009,520)RQXSI04E,22022.p,0.000000)\
-			0.000000	(t_x(304054,1003)ZM56704,22023.p,0.000000)\
-			0.000000	(t_x(297442,2645)EG11G04M,22024.p,0.000000)\
-			0.000000	(t_x(272249,598)EGNOR04M,22025.p,0.000000)\
-			0.000000	(t_x(308892,413)MEK04,22026.p,0.000000)\
-			0.000000	(t_x(283559,2413)LGKFN04,22027.p,0.000000)\
-			0.000000	(t_x(285459,3386)LCES004,22028.p,0.000000)\
-			0.000000	(t_x(296923,550)YB3EH04E,22029.p,0.000000)\
-			0.000000	(t_x(282313,293)RQXSI04E,22030.p,0.000000)\
-			0.000000	(t_x(291739,715)KSLN04A,22031.p,0.000000)\
-			0.000000	(t_x(287253,279)YB3EH04E,22032.p,0.000000)\
-			0.000000	(t_x(294816,318)YBOLN04M,22033.p,0.000000)\
-			0.000000	(t_x(302006,111)GL34W04,22034.p,0.000000)\
-			0.000000	(t_x(294548,1145)MGY04,22035.p,0.000000)\
-			0.000000	(t_x(273004,714)EGNOR04M,22036.p,0.000000)\
-			0.000000	(t_x(287347,310)MAB1204A,22037.p,0.000000)\
-			0.000000	(t_x(294193,1762)LGKFN04,22038.p,0.000000)\
-			0.000000	(t_x(307304,472)MRAE04,22039.p,0.000000)\
-			0.000000	(t_x(295371,1882)RQXSI04E,22040.p,0.000000)\
-			0.000000	(t_x(273386,807)EGNOR04M,22041.p,0.000000)\
-			0.000000	(t_x(263004,1735)RQXSI04E,22042.p,0.000000)\
-			0.000000	(t_x(315366,429)MGY04,22043.p,0.000000)\
-			0.000000	(t_x(285949,847)RQXI04E,22044.p,0.000000)\
-			0.000000	(t_x(306868,773)KSLN04A,22045.p,0.000000)\
-			0.000000	(t_x(291906,2786)EGNOR04M,22046.p,0.000000)\
-			0.000000	(t_x(312020,915)MRAEE04,22047.p,0.000000)\
-			0.000000	(t_x(292257,716)RQXI04E,22048.p,0.000000)\
-			0.000000	(t_x(312674,5192)LCES004,22049.p,0.000000)\
-			0.000000	(t_x(280579,535)EGNOR04M,22050.p,0.000000)\
-			0.000000	(t_x(294736,378)RQXI04E,22051.p,0.000000)\
-			0.000000	(t_x(281048,2428)LGKFN04,22052.p,0.000000)\
-			0.000000	(t_x(291577,782)EGNOR04M,22053.p,0.000000)\
-			0.000000	(t_x(278123,769)EGNOR04M,22054.p,0.000000)\
-			0.000000	(t_x(283706,490)YB3EH04E,22055.p,0.000000)\
-			0.000000	(t_x(278149,1012)EGNOR04M,22056.p,0.000000)\
-			0.000000	(t_x(306829,1609)MYY04A,22057.p,0.000000)\
-			0.000000	(t_x(302317,1137)KSLN04M,22058.p,0.000000)\
-			0.000000	(t_x(309573,4118)LCES004,22059.p,0.000000)\
-			0.000000	(t_x(291218,414)RQXI04E,22060.p,0.000000)\
-			0.000000	(t_x(313875,2809)LCES004,22061.p,0.000000)\
-			0.000000	(t_x(283392,1406)RQXU04E,22062.p,0.000000)\
-			0.000000	(t_x(305601,1900)LLBGA04L,22063.p,0.000000)\
-			0.000000	(t_x(297929,581)EGNOR04M,22064.p,0.000000)\
-			0.000000	(t_x(289828,333)MAB3404A,22065.p,0.000000)\
-			0.000000	(t_x(315779,2269)LCES004,22066.p,0.000000)\
-			0.000000	(t_x(285733,5048)LCES004,22067.p,0.000000)\
-			0.000000	(t_x(295546,1021)EGNOR04M,22068.p,0.000000)\
-			0.000000	(t_x(287111,956)EGNOR04M,22069.p,0.000000)\
-			0.000000	(t_x(298574,3891)LGKFN04,22070.p,0.000000)\
-			0.000000	(t_x(308624,1433)LCES004,22071.p,0.000000)\
-			0.000000	(t_x(263866,4580)LCES004,22072.p,0.000000)\
-			0.000000	(t_x(294912,263)RNS04M,22073.p,0.000000)\
-			0.000000	(t_x(285042,1977)LELVL04M,22074.p,0.000000)\
-			0.000000	(t_x(290635,646)RQXI04E,22075.p,0.000000)\
-			0.000000	(t_x(288401,300)EGNOR04M,22076.p,0.000000)\
-			0.000000	(t_x(295328,1410)RQXSI04E,22077.p,0.000000)\
-			0.000000	(t_x(295745,496)RNS04M,22078.p,0.000000)\
-			0.000000	(t_x(314186,1889)KWUR1C04,22079.p,0.000000)\
-			0.000000	(t_x(313758,3878)LCES004,22080.p,0.000000)\
-			0.000000	(t_x(305828,2149)LCES004,22081.p,0.000000)\
-			0.000000	(t_x(291819,1066)EGNOR04M,22082.p,0.000000)\
-			0.000000	(t_x(290302,41)YB3EH04E,22083.p,0.000000)\
-			0.000000	(t_x(298700,871)YB3EH04A,22084.p,0.000000)\
-			0.000000	(t_x(311412,832)KSLN04A,22085.p,0.000000)\
-			0.000000	(t_x(290082,472)RNI04M,22086.p,0.000000)\
-			0.000000	(t_x(293445,401)RNI04M,22087.p,0.000000)\
-			0.000000	(t_x(305816,197)MAB1204A,22088.p,0.000000)\
-			0.000000	(t_x(289684,328)EDGG704,22089.p,0.000000)\
-			0.000000	(t_x(295129,270)YB3EH04E,22090.p,0.000000)\
-			0.000000	(t_x(296295,390)YB3EH04E,22091.p,0.000000)\
-			0.000000	(t_x(300765,301)YB3EH04E,22092.p,0.000000)\
-			0.000000	(t_x(293096,994)RMZU04E,22093.p,0.000000)\
-			0.000000	(t_x(308251,4629)LCES004,22094.p,0.000000)\
-			0.000000	(t_x(279241,1123)EGNOR04M,22095.p,0.000000)\
-			0.000000	(t_x(301524,334)MYY04A,22096.p,0.000000)\
-			0.000000	(t_x(295180,791)RVKWU04M,22097.p,0.000000)\
-			0.000000	(t_x(284417,942)EGNOR04M,22098.p,0.000000)\
-			0.000000	(t_x(293139,440)RNS04M,22099.p,0.000000)\
-			0.000000	(t_x(279651,581)YB5WH04M,22100.p,0.000000)\
-			0.000000	(t_x(305510,917)MRAEE04,22101.p,0.000000)\
-			0.000000	(t_x(295428,1222)RJIU04M,22102.p,0.000000)\
-			0.000000	(t_x(263612,5373)LCES004,22103.p,0.000000)\
-			0.000000	(t_x(294848,1126)EGNOR04M,22104.p,0.000000)\
-			0.000000	(t_x(291891,2546)LGKFN04,22105.p,0.000000)\
-			0.000000	(t_x(301843,2683)LGKFN04,22106.p,0.000000)\
-			0.000000	(t_x(290116,545)EDGG704,22107.p,0.000000)\
-			0.000000	(t_x(298130,931)KSLN04A,22108.p,0.000000)\
-			0.000000	(t_x(314699,3725)LCES004,22109.p,0.000000)\
-			0.000000	(t_x(287076,993)YB3EH04E,22110.p,0.000000)\
-			0.000000	(t_x(287194,1955)RQXSI04E,22111.p,0.000000)\
-			0.000000	(t_x(287924,753)LELVL04M,22112.p,0.000000)\
-			0.000000	(t_x(263602,3938)LCES004,22113.p,0.000000)\
-			0.000000	(t_x(292683,397)YB5KL04E,22114.p,0.000000)\
-			0.000000	(t_x(291957,901)RQXSI04E,22115.p,0.000000)\
-			0.000000	(t_x(279482,599)YB5WH04M,22116.p,0.000000)\
-			0.000000	(t_x(306499,1190)GL34W04,22117.p,0.000000)\
-			0.000000	(t_x(295416,1109)EGNOR04M,22118.p,0.000000)\
-			0.000000	(t_x(312879,5154)LCES004,22119.p,0.000000)\
-			0.000000	(t_x(294770,425)YB3EH04E,22120.p,0.000000)\
-			0.000000	(t_x(314075,772)MRAE04,22121.p,0.000000)\
-			0.000000	(t_x(311073,6834)LCES004,22122.p,0.000000)\
-			0.000000	(t_x(295608,1314)EGNOR04M,22123.p,0.000000)\
-			0.000000	(t_x(296481,390)YB3EH04E,22124.p,0.000000)\
-			0.000000	(t_x(305560,2806)MYY04A,22125.p,0.000000)\
-			0.000000	(t_x(283526,1018)YB3EH04E,22126.p,0.000000)\
-			0.000000	(t_x(281349,496)RQXI04E,22127.p,0.000000)\
-			0.000000	(t_x(263580,3103)LCES004,22128.p,0.000000)\
-			0.000000	(t_x(295936,342)YB5KL04E,22129.p,0.000000)\
-			0.000000	(t_x(285470,148)YB3EH04E,22130.p,0.000000)\
-			0.000000	(t_x(314236,2987)LCES004,22131.p,0.000000)\
-			0.000000	(t_x(280252,5722)RQXSI04E,22132.p,0.000000)\
-			0.000000	(t_x(286461,602)YB3EH04E,22133.p,0.000000)\
-			0.000000	(t_x(317222,2016)EDGG704,22134.p,0.000000)\
-			0.000000	(t_x(314108,3743)LCES004,22135.p,0.000000)\
-			0.000000	(t_x(280221,59)YB5WH04M,22136.p,0.000000)\
-			0.000000	(t_x(297164,2995)RNI04M,22137.p,0.000000)\
-			0.000000	(t_x(293901,745)RQXU04E,22138.p,0.000000)\
-			0.000000	(t_x(296307,1632)RNI04M,22139.p,0.000000)\
-			0.000000	(t_x(294025,677)RQXU04E,22140.p,0.000000)\
-			0.000000	(t_x(291100,177)RQXI04E,22141.p,0.000000)\
-			0.000000	(t_x(306698,1980)EDGG704,22142.p,0.000000)\
-			0.000000	(t_x(293045,486)RMZU04E,22143.p,0.000000)\
-			0.000000	(t_x(295274,1597)RNI04M,22144.p,0.000000)\
-			0.000000	(t_x(311255,850)MAB1204A,22145.p,0.000000)\
-			0.000000	(t_x(316029,2087)EDGG704,22146.p,0.000000)\
-			0.000000	(t_x(288765,660)RQXI04E,22147.p,0.000000)\
-			0.000000	(t_x(289868,4734)LCES004,22148.p,0.000000)\
-			0.000000	(t_x(289613,955)KSLN04A,22149.p,0.000000)\
-			0.000000	(t_x(307264,3110)LCES004,22150.p,0.000000)\
-			0.000000	(t_x(282890,915)EGNOR04M,22151.p,0.000000)\
-			0.000000	(t_x(293252,1839)RNI04M,22152.p,0.000000)\
-			0.000000	(t_x(296337,299)BR404M,22153.p,0.000000)\
-			0.000000	(t_x(316061,2157)LLBGA04L,22154.p,0.000000)\
-			0.000000	(t_x(295562,440)RQXI04E,22155.p,0.000000)\
-			0.000000	(t_x(263958,3502)LCES004,22156.p,0.000000)\
-			0.000000	(t_x(297636,468)YBOLN04M,22157.p,0.000000)\
-			0.000000	(t_x(289759,722)EDGG704,22158.p,0.000000)\
-			0.000000	(t_x(285383,544)RNI04M,22159.p,0.000000)\
-			0.000000	(t_x(291164,1385)RQXU04E,22160.p,0.000000)\
-			0.000000	(t_x(297505,1030)RQXSI04E,22161.p,0.000000)\
-			0.000000	(t_x(295497,1018)PMXX04M,22162.p,0.000000)\
-			0.000000	(t_x(281174,857)YB5KL04E,22163.p,0.000000)\
-			0.000000	(t_x(285658,593)YB5WH04M,22164.p,0.000000)\
-			0.000000	(t_x(286897,650)RMZSI04M,22165.p,0.000000)\
-			0.000000	(t_x(303506,3330)LCES004,22166.p,0.000000)\
-			0.000000	(t_x(297125,696)YB3EH04E,22167.p,0.000000)\
-			0.000000	(t_x(278295,300)RNI04M,22168.p,0.000000)\
-			0.000000	(t_x(292107,502)RQXI04E,22169.p,0.000000)\
-			0.000000	(t_x(311697,2160)EDGG704,22170.p,0.000000)\
-			0.000000	(t_x(286625,1021)PMXX04M,22171.p,0.000000)\
-			0.000000	(t_x(293544,1118)RQXSI04E,22172.p,0.000000)\
-			0.000000	(t_x(300504,2561)LGKFN04,22173.p,0.000000)\
-			0.000000	(t_x(293889,6190)RJIU04M,22174.p,0.000000)\
-			0.000000	(t_x(291013,372)BR404M,22175.p,0.000000)\
-			0.000000	(t_x(305851,553)MAB3404A,22176.p,0.000000)\
-			0.000000	(t_x(303350,820)MAB1204A,22177.p,0.000000)\
-			0.000000	(t_x(295279,12)MAB1204A,22178.p,0.000000)\
-			0.000000	(t_x(283829,204)YBOLN04M,22179.p,0.000000)\
-			0.000000	(t_x(292099,334)EGNOR04M,22180.p,0.000000)\
-			0.000000	(t_x(307845,670)MGY04,22181.p,0.000000)\
-			0.000000	(t_x(302769,167)MAB04,22182.p,0.000000)\
-			0.000000	(t_x(303783,337)MAB04,22183.p,0.000000)\
-			0.000000	(t_x(316916,849)EDGG704,22184.p,0.000000)\
-			0.000000	(t_x(289277,30)YB5KL04E,22185.p,0.000000)\
-			0.000000	(t_x(312503,286)MEK04,22186.p,0.000000)\
-			0.000000	(t_x(289894,2609)LCES004,22187.p,0.000000)\
-			0.000000	(t_x(295156,166)YB3EH04E,22188.p,0.000000)\
-			0.000000	(t_x(298434,5469)LCES004,22189.p,0.000000)\
-			0.000000	(t_x(317443,1162)MRAE04,22190.p,0.000000)\
-			0.000000	(t_x(312369,1029)MAB1204A,22191.p,0.000000)\
-			0.000000	(t_x(307158,585)MRAEE04,22192.p,0.000000)\
-			0.000000	(t_x(292383,2197)EDGG704,22193.p,0.000000)\
-			0.000000	(t_x(301297,418)MEK04,22194.p,0.000000)\
-			0.000000	(t_x(283663,1503)RQXSI04E,22195.p,0.000000)\
-			0.000000	(t_x(289673,653)MRAEE04,22196.p,0.000000)\
-			0.000000	(t_x(311998,315)MEK04,22197.p,0.000000)\
-			0.000000	(t_x(303471,734)PMXX04M,22198.p,0.000000)\
-			0.000000	(t_x(289238,628)EGNOR04M,22199.p,0.000000)\
-			0.000000	(t_x(285863,352)KHVL104E,22200.p,0.000000)\
-			0.000000	(t_x(298038,823)EDGG704,22201.p,0.000000)\
-			0.000000	(t_x(307626,1281)MRAE04,22202.p,0.000000)\
-			0.000000	(t_x(309588,789)MGY04,22203.p,0.000000)\
-			0.000000	(t_x(300642,408)MGY04,22204.p,0.000000)\
-			0.000000	(t_x(317360,691)MRAEE04,22205.p,0.000000)\
-			0.000000	(t_x(283117,221)YBOLN04M,22206.p,0.000000)\
-			0.000000	(t_x(297232,707)RNI04M,22207.p,0.000000)\
-			0.000000	(t_x(294120,694)RQXU04E,22208.p,0.000000)\
-			0.000000	(t_x(273793,490)YB5WH04M,22209.p,0.000000)\
-			0.000000	(t_x(282480,901)RQXSI04E,22210.p,0.000000)\
-			0.000000	(t_x(301760,644)MEK04,22211.p,0.000000)\
-			0.000000	(t_x(309780,1500)LCES004,22212.p,0.000000)\
-			0.000000	(t_x(296212,960)KSLN04A,22213.p,0.000000)\
-			0.000000	(t_x(272266,855)RQXI04E,22214.p,0.000000)\
-			0.000000	(t_x(297062,730)YB3EH04E,22215.p,0.000000)\
-			0.000000	(t_x(288914,676)MRAEE04,22216.p,0.000000)\
-			0.000000	(t_x(281887,983)LELVL04M,22217.p,0.000000)\
-			0.000000	(t_x(293250,257)YB5WH04M,22218.p,0.000000)\
-			0.000000	(t_x(317603,2722)LLBGA04L,22219.p,0.000000)\
-			0.000000	(t_x(309011,1265)MRAE04,22220.p,0.000000)\
-			0.000000	(t_x(302301,603)GL34W04,22221.p,0.000000)\
-			0.000000	(t_x(315991,870)EDGG704,22222.p,0.000000)\
-			0.000000	(t_x(295319,363)RNI04M,22223.p,0.000000)\
-			0.000000	(t_x(273072,81)YB5WH04M,22224.p,0.000000)\
-			0.000000	(t_x(307979,107)MEK04,22225.p,0.000000)\
-			0.000000	(t_x(274564,1293)RQXSI04E,22226.p,0.000000)\
-			0.000000	(t_x(270468,392)YB5KL04E,22227.p,0.000000)\
-			0.000000	(t_x(295547,790)YB5WH04M,22228.p,0.000000)\
-			0.000000	(t_x(309693,128)MYY04A,22229.p,0.000000)\
-			0.000000	(t_x(311440,850)MGY04,22230.p,0.000000)\
-			0.000000	(t_x(311155,3376)LCES004,22231.p,0.000000)\
-			0.000000	(t_x(291027,60)YH5MH04M,22232.p,0.000000)\
-			0.000000	(t_x(294200,1590)RQXSI04E,22233.p,0.000000)\
-			0.000000	(t_x(301142,408)MEK04,22234.p,0.000000)\
-			0.000000	(t_x(294541,856)RJIU04M,22235.p,0.000000)\
-			0.000000	(t_x(271616,432)RQXSI04E,22236.p,0.000000)\
-			0.000000	(t_x(298704,244)MRAE04,22237.p,0.000000)\
-			0.000000	(t_x(314223,2997)LCES004,22238.p,0.000000)\
-			0.000000	(t_x(312707,1099)MRAE04,22239.p,0.000000)\
-			0.000000	(t_x(294940,1463)BR404M,22240.p,0.000000)\
-			0.000000	(t_x(309695,251)MEK04,22241.p,0.000000)\
-			0.000000	(t_x(313372,246)MGY04,22242.p,0.000000)\
-			0.000000	(t_x(287817,1873)LGKFN04,22243.p,0.000000)\
-			0.000000	(t_x(308515,104)MAB3404A,22244.p,0.000000)\
-			0.000000	(t_x(313540,4790)LCES004,22245.p,0.000000)\
-			0.000000	(t_x(304944,516)MAB1204A,22246.p,0.000000)\
-			0.000000	(t_x(295966,295)YBOLN04M,22247.p,0.000000)\
-			0.000000	(t_x(315544,2210)EDGG704,22248.p,0.000000)\
-			0.000000	(t_x(289805,894)YB5WH04M,22249.p,0.000000)\
-			0.000000	(t_x(307481,272)MGY04,22250.p,0.000000)\
-			0.000000	(t_x(290247,110)YB5KL04E,22251.p,0.000000)\
-			0.000000	(t_x(317851,2240)EDGG704,22252.p,0.000000)\
-			0.000000	(t_x(294908,520)YBOLN04M,22253.p,0.000000)\
-			0.000000	(t_x(293565,5702)RJIU04M,22254.p,0.000000)\
-			0.000000	(t_x(314225,428)MYY04A,22255.p,0.000000)\
-			0.000000	(t_x(308449,1263)MRAE04,22256.p,0.000000)\
-			0.000000	(t_x(289314,362)YB5KL04E,22257.p,0.000000)\
-			0.000000	(t_x(291226,1024)RQXSI04E,22258.p,0.000000)\
-			0.000000	(t_x(296560,636)PMXX04M,22259.p,0.000000)\
-			0.000000	(t_x(287018,925)RQXSI04E,22260.p,0.000000)\
-			0.000000	(t_x(312762,766)MRAE04,22261.p,0.000000)\
-			0.000000	(t_x(283102,45)YB5WH04M,22262.p,0.000000)\
-			0.000000	(t_x(293191,132)RASI04M,22263.p,0.000000)\
-			0.000000	(t_x(291761,509)RNS04M,22264.p,0.000000)\
-			0.000000	(t_x(291523,754)PMXX04M,22265.p,0.000000)\
-			0.000000	(t_x(303208,176)MEK04,22266.p,0.000000)\
-			0.000000	(t_x(292442,677)RQXU04E,22267.p,0.000000)\
-			0.000000	(t_x(296157,504)RQXSI04E,22268.p,0.000000)\
-			0.000000	(t_x(286180,224)YBOLN04M,22269.p,0.000000)\
-			0.000000	(t_x(293965,525)RNS04M,22270.p,0.000000)\
-			0.000000	(t_x(288405,1206)PMXX04M,22271.p,0.000000)\
-			0.000000	(t_x(312800,2380)EDGG704,22272.p,0.000000)\
-			0.000000	(t_x(288915,677)MRAEE04,22273.p,0.000000)\
-			0.000000	(t_x(287579,1024)RQXSI04E,22274.p,0.000000)\
-			0.000000	(t_x(291353,174)RQXI04E,22275.p,0.000000)\
-			0.000000	(t_x(288253,751)RNI04M,22276.p,0.000000)\
-			0.000000	(t_x(304262,707)MGY04,22277.p,0.000000)\
-			0.000000	(t_x(298519,164)YB3EH04A,22278.p,0.000000)\
-			0.000000	(t_x(296261,306)YBOLN04M,22279.p,0.000000)\
-			0.000000	(t_x(283140,84)YB5KL04E,22280.p,0.000000)\
-			0.000000	(t_x(283389,1616)RQXSI04E,22281.p,0.000000)\
-			0.000000	(t_x(292178,1070)EGNOR04M,22282.p,0.000000)\
-			0.000000	(t_x(311954,234)MRAE04,22283.p,0.000000)\
-			0.000000	(t_x(278162,68)YB5WH04M,22284.p,0.000000)\
-			0.000000	(t_x(280245,810)RQXSI04E,22285.p,0.000000)\
-			0.000000	(t_x(319288,885)MRAE04,22286.p,0.000000)\
-			0.000000	(t_x(297119,135)EGNOR04M,22287.p,0.000000)\
-			0.000000	(t_x(295034,437)RNS04M,22288.p,0.000000)\
-			0.000000	(t_x(292153,360)RMZU04E,22289.p,0.000000)\
-			0.000000	(t_x(292666,1870)YBOLN04M,22290.p,0.000000)\
-			0.000000	(t_x(300964,1138)LGKFN04,22291.p,0.000000)\
-			0.000000	(t_x(312912,639)MAB1204A,22292.p,0.000000)\
-			0.000000	(t_x(313433,1072)MRAE04,22293.p,0.000000)\
-			0.000000	(t_x(310005,916)EDGG704,22294.p,0.000000)\
-			0.000000	(t_x(264011,3631)LCES004,22295.p,0.000000)\
-			0.000000	(t_x(312085,374)MAB3404A,22296.p,0.000000)\
-			0.000000	(t_x(294672,1095)RQXSI04E,22297.p,0.000000)\
-			0.000000	(t_x(296253,247)MEK04,22298.p,0.000000)\
-			0.000000	(t_x(291312,2782)LGKFN04,22299.p,0.000000)\
-			0.000000	(t_x(279592,329)YH5MH04M,22300.p,0.000000)\
-			0.000000	(t_x(303377,670)GL34W04,22301.p,0.000000)\
-			0.000000	(t_x(270762,361)YB5WH04M,22302.p,0.000000)\
-			0.000000	(t_x(290215,629)RNI04M,22303.p,0.000000)\
-			0.000000	(t_x(315232,3649)LCES004,22304.p,0.000000)\
-			0.000000	(t_x(275270,805)RQXSI04E,22305.p,0.000000)\
-			0.000000	(t_x(281483,436)EGNOR04M,22306.p,0.000000)\
-			0.000000	(t_x(279279,693)YBOLN04M,22307.p,0.000000)\
-			0.000000	(t_x(295131,382)KFZ4404E,22308.p,0.000000)\
-			0.000000	(t_x(313563,198)MAB1204A,22309.p,0.000000)\
-			0.000000	(t_x(263306,5732)LCES004,22310.p,0.000000)\
-			0.000000	(t_x(285575,386)RQXSI04E,22311.p,0.000000)\
-			0.000000	(t_x(295822,767)LEMDAT04,22312.p,0.000000)\
-			0.000000	(t_x(291847,139)YB5KL04E,22313.p,0.000000)\
-			0.000000	(t_x(284797,830)YB3EH04E,22314.p,0.000000)\
-			0.000000	(t_x(303049,117)ZM56704,22315.p,0.000000)\
-			0.000000	(t_x(284085,1831)RVKWU04M,22316.p,0.000000)\
-			0.000000	(t_x(293168,1560)$YB5WH04M,22317.p,0.000000)\
-			0.000000	(t_x(303592,260)MGY04,22318.p,0.000000)\
-			0.000000	(t_x(287937,703)RNI04M,22319.p,0.000000)\
-			0.000000	(t_x(281143,1192)LGKFN04,22320.p,0.000000)\
-			0.000000	(t_x(281059,180)YB5KL04E,22321.p,0.000000)\
-			0.000000	(t_x(288247,282)LELVL04M,22322.p,0.000000)\
-			0.000000	(t_x(308125,1758)LCES004,22323.p,0.000000)\
-			0.000000	(t_x(282046,623)KWUR404E,22324.p,0.000000)\
-			0.000000	(t_x(291038,1049)EDGG704,22325.p,0.000000)\
-			0.000000	(t_x(280212,3535)LGKFN04,22326.p,0.000000)\
-			0.000000	(t_x(285747,458)RNI04M,22327.p,0.000000)\
-			0.000000	(t_x(286627,78)YBOLN04M,22328.p,0.000000)\
-			0.000000	(t_x(308945,956)EDGG704,22329.p,0.000000)\
-			0.000000	(t_x(287736,1446)PMXX04M,22330.p,0.000000)\
-			0.000000	(t_x(291843,753)LELVL04M,22331.p,0.000000)\
-			0.000000	(t_x(314808,58)MEK04,22332.p,0.000000)\
-			0.000000	(t_x(292992,578)YD5WH04M,22333.p,0.000000)\
-			0.000000	(t_x(312565,1969)LCES004,22334.p,0.000000)\
-			0.000000	(t_x(312881,1069)MGY04,22335.p,0.000000)\
-			0.000000	(t_x(302758,372)RNI04M,22336.p,0.000000)\
-			0.000000	(t_x(281346,160)RQXSI04E,22337.p,0.000000)\
-			0.000000	(t_x(292120,63)YB3EH04E,22338.p,0.000000)\
-			0.000000	(t_x(291264,1079)PMXX04M,22339.p,0.000000)\
-			0.000000	(t_x(298578,233)MGY04,22340.p,0.000000)\
-			0.000000	(t_x(289989,1692)EDGG704,22341.p,0.000000)\
-			0.000000	(t_x(287433,445)YBOLN04M,22342.p,0.000000)\
-			0.000000	(t_x(290367,1260)MRAE04,22343.p,0.000000)\
-			0.000000	(t_x(296392,302)KSLN04A,22344.p,0.000000)\
-			0.000000	(t_x(309583,772)MRAE04,22345.p,0.000000)\
-			0.000000	(t_x(308743,987)MAB3404A,22346.p,0.000000)\
-			0.000000	(t_x(285826,373)YBOLN04M,22347.p,0.000000)\
-			0.000000	(t_x(302135,301)EG11G04M,22348.p,0.000000)\
-			0.000000	(t_x(315748,1079)EDGG704,22349.p,0.000000)\
-			0.000000	(t_x(296164,1095)RQXSI04E,22350.p,0.000000)\
-			0.000000	(t_x(280706,565)RQXI04E,22351.p,0.000000)\
-			0.000000	(t_x(316538,1720)EDGG704,22352.p,0.000000)\
-			0.000000	(t_x(305697,1502)LEMDAT04,22353.p,0.000000)\
-			0.000000	(t_x(303195,1065)MRAE04,22354.p,0.000000)\
-			0.000000	(t_x(295700,431)RQXSI04E,22355.p,0.000000)\
-			0.000000	(t_x(289013,199)MEK04,22356.p,0.000000)\
-			0.000000	(t_x(280274,564)RQXSI04E,22357.p,0.000000)\
-			0.000000	(t_x(287241,32)MAB1204A,22358.p,0.000000)\
-			0.000000	(t_x(295609,464)RASI04M,22359.p,0.000000)\
-			0.000000	(t_x(294773,114)RMZU04E,22360.p,0.000000)\
-			0.000000	(t_x(293498,1052)PMXX04M,22361.p,0.000000)\
-			0.000000	(t_x(294613,1004)LELVL04M,22362.p,0.000000)\
-			0.000000	(t_x(310983,2522)EDGG704,22363.p,0.000000)\
-			0.000000	(t_x(287785,1110)PMXX04M,22364.p,0.000000)\
-			0.000000	(t_x(291082,355)LELVU04,22365.p,0.000000)\
-			0.000000	(t_x(307712,983)EDGG704,22366.p,0.000000)\
-			0.000000	(t_x(277924,280)YBOLN04M,22367.p,0.000000)\
-			0.000000	(t_x(293570,573)YB5WH04M,22368.p,0.000000)\
-			0.000000	(t_x(295980,308)RNS04M,22369.p,0.000000)\
-			0.000000	(t_x(314600,3827)MRAE04,22370.p,0.000000)\
-			0.000000	(t_x(295882,232)RNI04M,22371.p,0.000000)\
-			0.000000	(t_x(295728,454)YB5WH04M,22372.p,0.000000)\
-			0.000000	(t_x(286485,173)YB5WH04M,22373.p,0.000000)\
-			0.000000	(t_x(282645,505)RQXU04E,22374.p,0.000000)\
-			0.000000	(t_x(282727,385)LGKFN04,22375.p,0.000000)\
-			0.000000	(t_x(310732,5078)LCES004,22376.p,0.000000)\
-			0.000000	(t_x(305557,3777)LCES004,22377.p,0.000000)\
-			0.000000	(t_x(303617,985)KSLN04A,22378.p,0.000000)\
-			0.000000	(t_x(284106,301)RQXSI04E,22379.p,0.000000)\
-			0.000000	(t_x(289649,18)YBOLN04M,22380.p,0.000000)\
-			0.000000	(t_x(305462,1046)EDGG704,22381.p,0.000000)\
-			0.000000	(t_x(313874,5)MAB1204A,22382.p,0.000000)\
-			0.000000	(t_x(293957,770)RNI04M,22383.p,0.000000)\
-			0.000000	(t_x(295587,174)YB5KL04E,22384.p,0.000000)\
-			0.000000	(t_x(292278,363)LELVL04M,22385.p,0.000000)\
-			0.000000	(t_x(295794,1666)LEMDAT04,22386.p,0.000000)\
-			0.000000	(t_x(282514,1671)RQXSI04E,22387.p,0.000000)\
-			0.000000	(t_x(295153,197)YB5WH04M,22388.p,0.000000)\
-			0.000000	(t_x(293858,958)$RQXSI04E,22389.p,0.000000)\
-			0.000000	(t_x(273980,617)PMXX04M,22390.p,0.000000)\
-			0.000000	(t_x(295893,1226)LEMDAT04,22391.p,0.000000)\
-			0.000000	(t_x(282417,11)RQXU04E,22392.p,0.000000)\
-			0.000000	(t_x(287908,222)YB3EH04A,22393.p,0.000000)\
-			0.000000	(t_x(313638,1028)EDGG704,22394.p,0.000000)\
-			0.000000	(t_x(314816,2491)EDGG704,22395.p,0.000000)\
-			0.000000	(t_x(295104,1411)LEMDAT04,22396.p,0.000000)\
-			0.000000	(t_x(291257,946)EDGG704,22397.p,0.000000)\
-			0.000000	(t_x(308769,397)MRAE04,22398.p,0.000000)\
-			0.000000	(t_x(282784,256)RQXSI04E,22399.p,0.000000)\
-			0.000000	(t_x(308582,2304)EDGG704,22400.p,0.000000)\
-			0.000000	(t_x(306769,9189)MGY04,22401.p,0.000000)\
-			0.000000	(t_x(302863,911)LELVU04,22402.p,0.000000)\
-			0.000000	(t_x(287358,441)RQXSI04E,22403.p,0.000000)\
-			0.000000	(t_x(308221,317)KSLN04A,22404.p,0.000000)\
-			0.000000	(t_x(300287,456)RNS04M,22405.p,0.000000)\
-			0.000000	(t_x(310560,2209)LCES004,22406.p,0.000000)\
-			0.000000	(t_x(290528,319)YBOLN04M,22407.p,0.000000)\
-			0.000000	(t_x(281854,126)KWUR404E,22408.p,0.000000)\
-			0.000000	(t_x(294899,651)PMXX04M,22409.p,0.000000)\
-			0.000000	(t_x(285782,636)RQXSI04E,22410.p,0.000000)\
-			0.000000	(t_x(284028,564)RQXSI04E,22411.p,0.000000)\
-			0.000000	(t_x(280143,515)YB5KL04E,22412.p,0.000000)\
-			0.000000	(t_x(298263,431)YB3EH04E,22413.p,0.000000)\
-			0.000000	(t_x(278871,610)YB3EH04E,22414.p,0.000000)\
-			0.000000	(t_x(286658,96)EBBRA04E,22415.p,0.000000)\
-			0.000000	(t_x(302844,135)MEK04,22416.p,0.000000)\
-			0.000000	(t_x(306669,832)MRAE04,22417.p,0.000000)\
-			0.000000	(t_x(319008,2240)EDGG704,22418.p,0.000000)\
-			0.000000	(t_x(277917,8)BR404M,22419.p,0.000000)\
-			0.000000	(t_x(309981,879)MAB04,22420.p,0.000000)\
-			0.000000	(t_x(289007,701)YB5WH04M,22421.p,0.000000)\
-			0.000000	(t_x(301260,434)MEK04,22422.p,0.000000)\
-			0.000000	(t_x(294986,694)LGKFN04,22423.p,0.000000)\
-			0.000000	(t_x(307410,562)MGY04,22424.p,0.000000)\
-			0.000000	(t_x(292670,360)RQXU04E,22425.p,0.000000)\
-			0.000000	(t_x(283468,239)RQXSI04E,22426.p,0.000000)\
-			0.000000	(t_x(296992,790)YB3EH04E,22427.p,0.000000)\
-			0.000000	(t_x(297572,1056)RVKWU04M,22428.p,0.000000)\
-			0.000000	(t_x(292533,1470)RNI04M,22429.p,0.000000)\
-			0.000000	(t_x(273048,334)RMZU04E,22430.p,0.000000)\
-			0.000000	(t_x(307153,3561)LCES004,22431.p,0.000000)\
-			0.000000	(t_x(276959,869)PMXX04M,22432.p,0.000000)\
-			0.000000	(t_x(290808,84)YB3EH04A,22433.p,0.000000)\
-			0.000000	(t_x(286277,1332)PMXX04M,22434.p,0.000000)\
-			0.000000	(t_x(312938,1595)LCES004,22435.p,0.000000)\
-			0.000000	(t_x(304007,654)EG11G04M,22436.p,0.000000)\
-			0.000000	(t_x(286317,432)EBBRA04E,22437.p,0.000000)\
-			0.000000	(t_x(292026,301)LELVL04M,22438.p,0.000000)\
-			0.000000	(t_x(310235,413)MAB1204A,22439.p,0.000000)\
-			0.000000	(t_x(307190,1234)LGKFN04,22440.p,0.000000)\
-			0.000000	(t_x(301721,1014)LGKFN04,22441.p,0.000000)\
-			0.000000	(t_x(288023,231)LELVL04M,22442.p,0.000000)\
-			0.000000	(t_x(297842,387)YB3EH04E,22443.p,0.000000)\
-			0.000000	(t_x(279485,486)KHVL104E,22444.p,0.000000)\
-			0.000000	(t_x(287329,447)YB5WH04M,22445.p,0.000000)\
-			0.000000	(t_x(307418,58)YB3EH04A,22446.p,0.000000)\
-			0.000000	(t_x(288302,280)RNI04M,22447.p,0.000000)\
-			0.000000	(t_x(286771,265)MYY04A,22448.p,0.000000)\
-			0.000000	(t_x(303156,581)EG11G04M,22449.p,0.000000)\
-			0.000000	(t_x(296035,1831)RVKWU04M,22450.p,0.000000)\
-			0.000000	(t_x(322722,989)EDGG704,22451.p,0.000000)\
-			0.000000	(t_x(282259,367)YB5WH04M,22452.p,0.000000)\
-			0.000000	(t_x(289716,1054)LGKFN04,22453.p,0.000000)\
-			0.000000	(t_x(263196,1012)RQXSI04E,22454.p,0.000000)\
-			0.000000	(t_x(286582,766)KFZ4404M,22455.p,0.000000)\
-			0.000000	(t_x(303580,428)EG11G04M,22456.p,0.000000)\
-			0.000000	(t_x(296549,100)YB5WH04M,22457.p,0.000000)\
-			0.000000	(t_x(295752,616)LEMDAT04,22458.p,0.000000)\
-			0.000000	(t_x(292989,203)YB5KL04E,22459.p,0.000000)\
-			0.000000	(t_x(286969,729)RASI04M,22460.p,0.000000)\
-			0.000000	(t_x(298418,247)YBOLN04M,22461.p,0.000000)\
-			0.000000	(t_x(279756,836)YH5MH04M,22462.p,0.000000)\
-			0.000000	(t_x(292069,44)EG11G04M,22463.p,0.000000)\
-			0.000000	(t_x(290568,1086)LEMDAT04,22464.p,0.000000)\
-			0.000000	(t_x(304761,510)MAB1204A,22465.p,0.000000)\
-			0.000000	(t_x(293305,37)MEK04,22466.p,0.000000)\
-			0.000000	(t_x(292111,1145)LGKFN04,22467.p,0.000000)\
-			0.000000	(t_x(298646,1044)LGKFN04,22468.p,0.000000)\
-			0.000000	(t_x(288927,1198)KFZ4404M,22469.p,0.000000)\
-			0.000000	(t_x(297382,1247)YB3EH04E,22470.p,0.000000)\
-			0.000000	(t_x(307231,480)MGY04,22471.p,0.000000)\
-			0.000000	(t_x(283607,1432)PMXX04M,22472.p,0.000000)\
-			0.000000	(t_x(263931,144)MYY04A,22473.p,0.000000)\
-			0.000000	(t_x(285794,1320)RQXSI04E,22474.p,0.000000)\
-			0.000000	(t_x(288792,429)YB5WH04M,22475.p,0.000000)\
-			0.000000	(t_x(279621,1161)YH5MH04M,22476.p,0.000000)\
-			0.000000	(t_x(300435,1403)$YB3EH04M,22477.p,0.000000)\
-			0.000000	(t_x(297977,736)EGNOR04M,22478.p,0.000000)\
-			0.000000	(t_x(293126,3052)RJIU04M,22479.p,0.000000)\
-			0.000000	(t_x(293650,1093)EGPFA04,22480.p,0.000000)\
-			0.000000	(t_x(279690,1630)EGPFA04,22481.p,0.000000)\
-			0.000000	(t_x(293718,1721)EGPFA04,22482.p,0.000000)\
-			0.000000	(t_x(292791,2021)EGPFA04,22483.p,0.000000)\
-			0.000000	(t_x(279627,2078)EGPFA04,22484.p,0.000000)\
-			0.000000	(t_x(295516,308)RJIU04M,22485.p,0.000000)\
-			0.000000	(t_x(291917,386)RJIU04M,22486.p,0.000000)\
-			0.000000	(t_x(304261,854)RJIU04M,22487.p,0.000000)\
-			0.000000	(t_x(307461,929)RJIU04M,22488.p,0.000000)\
-			0.000000	(t_x(303235,2286)EGPFA04,22489.p,0.000000)\
-			0.000000	(t_x(286762,1407)RJIU04M,22490.p,0.000000)\
-			0.000000	(t_x(295407,999)RJIU04M,22491.p,0.000000)\
-			0.000000	(t_x(294133,1044)RJIU04M,22492.p,0.000000)\
-			0.000000	(t_x(289655,1456)RJIU04M,22493.p,0.000000)\
-			0.000000	(t_x(284722,1071)RJIU04M,22494.p,0.000000)\
-			0.000000	(t_x(290343,1525)RJIU04M,22495.p,0.000000)\
-			0.000000	(t_x(289136,1528)RJIU04M,22496.p,0.000000)\
-			0.000000	(t_x(295047,2356)EGPFA04,22497.p,0.000000)\
-			0.000000	(t_x(290967,1548)RJIU04M,22498.p,0.000000)\
-			0.000000	(t_x(292569,2812)RJIU04M,22499.p,0.000000)\
-			0.000000	(t_x(300356,3264)RJIU04M,22500.p,0.000000)\
-			0.000000	(t_x(287891,3348)RJIU04M,22501.p,0.000000)\
-			0.000000	(t_x(297113,2472)RJIU04M,22502.p,0.000000)\
-			0.000000	(t_x(290480,1939)RJIU04M,22503.p,0.000000)\
-			0.000000	(t_x(292297,3397)RJIU04M,22504.p,0.000000)\
-			0.000000	(t_x(287119,2603)RJIU04M,22505.p,0.000000)\
-			0.000000	(t_x(298116,3194)RJIU04M,22506.p,0.000000)\
-			0.000000	(t_x(294756,1974)RJIU04M,22507.p,0.000000)\
-			0.000000	(t_x(290406,2989)RJIU04M,22508.p,0.000000)\
-			0.000000	(t_x(302531,2875)RJIU04M,22509.p,0.000000)\
-			0.000000	(t_x(300097,2592)RJIU04M,22510.p,0.000000)\
-			0.000000	(t_x(300064,1977)RJIU04M,22511.p,0.000000)\
-			0.000000	(t_x(293647,3611)RJIU04M,22512.p,0.000000)\
-			0.000000	(t_x(289455,3651)RJIU04M,22513.p,0.000000)\
-			0.000000	(t_x(295238,2164)RJIU04M,22514.p,0.000000)\
-			0.000000	(t_x(294556,2885)RJIU04M,22515.p,0.000000)\
-			0.000000	(t_x(297867,2037)RJIU04M,22516.p,0.000000)\
-			0.000000	(t_x(293802,2513)EGPFA04,22517.p,0.000000)\
-			0.000000	(t_x(292050,2972)RJIU04M,22518.p,0.000000)\
-			0.000000	(t_x(295927,3659)RJIU04M,22519.p,0.000000)\
-			0.000000	(t_x(293188,3131)RJIU04M,22520.p,0.000000)\
-			0.000000	(t_x(290342,2134)RJIU04M,22521.p,0.000000)\
-			0.000000	(t_x(304456,3866)RJIU04M,22522.p,0.000000)\
-			0.000000	(t_x(277826,4127)RJIU04M,22523.p,0.000000)\
-			0.000000	(t_x(290776,3958)RJIU04M,22524.p,0.000000)\
-			0.000000	(t_x(294819,2938)EGPFA04,22525.p,0.000000)\
-			0.000000	(t_x(289457,4147)RJIU04M,22526.p,0.000000)\
-			0.000000	(t_x(296406,4407)RJIU04M,22527.p,0.000000)\
-			0.000000	(t_x(276837,4212)RJIU04M,22528.p,0.000000)\
-			0.000000	(t_x(298006,4449)RJIU04M,22529.p,0.000000)\
-			0.000000	(t_x(289232,4700)RJIU04M,22530.p,0.000000)\
-			0.000000	(t_x(289978,4476)RJIU04M,22531.p,0.000000)\
-			0.000000	(t_x(289354,5003)RJIU04M,22532.p,0.000000)\
-			0.000000	(t_x(292808,4939)RJIU04M,22533.p,0.000000)\
-			0.000000	(t_x(289318,5116)RJIU04M,22534.p,0.000000)\
-			0.000000	(t_x(294001,3272)RJIU04M,22535.p,0.000000)\
-			0.000000	(t_x(295905,128)RJIU04M,22536.p,0.000000)\
-			0.000000	(t_x(292265,5196)RJIU04M,22537.p,0.000000)\
-			0.000000	(t_x(290076,5713)RJIU04M,22538.p,0.000000)\
-			0.000000	(t_x(288693,5410)RJIU04M,22539.p,0.000000)\
-			0.000000	(t_x(304450,1236)MRAEE04,22540.p,0.000000)\
-			0.000000	(t_x(289164,5269)RJIU04M,22541.p,0.000000)\
-			0.000000	(t_x(294327,5095)RJIU04M,22542.p,0.000000)\
-			0.000000	(t_x(292550,5042)RJIU04M,22543.p,0.000000)\
-			0.000000	(t_x(290574,5707)RJIU04M,22544.p,0.000000)\
-			0.000000	(t_x(300332,468)EG11G04M,22545.p,0.000000)\
-			0.000000	(t_x(294560,606)EG11G04M,22546.p,0.000000)\
-			0.000000	(t_x(296145,3111)EGPFA04,22547.p,0.000000)\
-			0.000000	(t_x(289171,344)EG11G04M,22548.p,0.000000)\
-			0.000000	(t_x(311856,1476)MEK04,22549.p,0.000000)\
-			0.000000	(t_x(291367,1423)EG11G04M,22550.p,0.000000)\
-			0.000000	(t_x(295532,5397)RJIU04M,22551.p,0.000000)\
-			0.000000	(t_x(289240,1495)EG11G04M,22552.p,0.000000)\
-			0.000000	(t_x(277434,1074)EG11G04M,22553.p,0.000000)\
-			0.000000	(t_x(306677,755)GL34W04,22554.p,0.000000)\
-			0.000000	(t_x(302879,1302)MAB1204A,22555.p,0.000000)\
-			0.000000	(t_x(302711,538)MGY04,22556.p,0.000000)\
-			0.000000	(t_x(289863,880)MGY04,22557.p,0.000000)\
-			0.000000	(t_x(308511,856)MGY04,22558.p,0.000000)\
-			0.000000	(t_x(310674,1416)MRAEE04,22559.p,0.000000)\
-			0.000000	(t_x(308914,1042)ZM56704,22560.p,0.000000)\
-			0.000000	(t_x(288381,1990)YD5WH04M,22561.p,0.000000)\
-			0.000000	(t_x(311151,1432)MAB1204A,22562.p,0.000000)\
-			0.000000	(t_x(294303,1929)YD5WH04M,22563.p,0.000000)\
-			0.000000	(t_x(314823,348)MGY04,22564.p,0.000000)\
-			0.000000	(t_x(302044,1040)MYY04A,22565.p,0.000000)\
-			0.000000	(t_x(308371,1024)ZM56704,22566.p,0.000000)\
-			0.000000	(t_x(314402,1148)MAB1204A,22567.p,0.000000)\
-			0.000000	(t_x(294112,1362)EG11G04M,22568.p,0.000000)\
-			0.000000	(t_x(291377,1262)EG11G04M,22569.p,0.000000)\
-			0.000000	(t_x(295283,1267)MAB3404A,22570.p,0.000000)\
-			0.000000	(t_x(291594,1375)EG11G04M,22571.p,0.000000)\
-			0.000000	(t_x(305585,1026)MYY04A,22572.p,0.000000)\
-			0.000000	(t_x(306530,1032)MGY04,22573.p,0.000000)\
-			0.000000	(t_x(303263,966)MGY04,22574.p,0.000000)\
-			0.000000	(t_x(278067,1140)EG11G04M,22575.p,0.000000)\
-			0.000000	(t_x(309625,922)MGY04,22576.p,0.000000)\
-			0.000000	(t_x(292544,1183)EG11G04M,22577.p,0.000000)\
-			0.000000	(t_x(308336,1151)MYY04A,22578.p,0.000000)\
-			0.000000	(t_x(302138,448)$GL34W04,22579.p,0.000000)\
-			0.000000	(t_x(290566,817)MGY04,22580.p,0.000000)\
-			0.000000	(t_x(303314,1083)EG11G04M,22581.p,0.000000)\
-			0.000000	(t_x(290738,1570)EG11G04M,22582.p,0.000000)\
-			0.000000	(t_x(284104,1449)YD5WH04M,22583.p,0.000000)\
-			0.000000	(t_x(277190,1049)EG11G04M,22584.p,0.000000)\
-			0.000000	(t_x(304483,1576)LCES004,22585.p,0.000000)\
-			0.000000	(t_x(307726,562)MAB3404A,22586.p,0.000000)\
-			0.000000	(t_x(293534,6087)RJIU04M,22587.p,0.000000)\
-			0.000000	(t_x(304258,516)MRAEE04,22588.p,0.000000)\
-			0.000000	(t_x(309711,717)MGY04,22589.p,0.000000)\
-			0.000000	(t_x(292436,1979)EG11G04M,22590.p,0.000000)\
-			0.000000	(t_x(302361,1564)MEK04,22591.p,0.000000)\
-			0.000000	(t_x(285585,940)MYY04A,22592.p,0.000000)\
-			0.000000	(t_x(315081,1720)LCES004,22593.p,0.000000)\
-			0.000000	(t_x(289563,5500)RJIU04M,22594.p,0.000000)\
-			0.000000	(t_x(292908,2056)EG11G04M,22595.p,0.000000)\
-			0.000000	(t_x(292231,2045)EG11G04M,22596.p,0.000000)\
-			0.000000	(t_x(287660,2126)EG11G04M,22597.p,0.000000)\
-			0.000000	(t_x(296194,2809)MRAEE04,22598.p,0.000000)\
-			0.000000	(t_x(285084,82)YB3EH04E,22599.p,0.000000)\
-			0.000000	(t_x(284261,42)YB3EH04E,22600.p,0.000000)\
-			0.000000	(t_x(295508,2136)MRAEE04,22601.p,0.000000)\
-			0.000000	(t_x(289502,816)YD5WH04M,22602.p,0.000000)\
-			0.000000	(t_x(292803,1191)YB3EH04A,22603.p,0.000000)\
-			0.000000	(t_x(283750,2013)YD5WH04M,22604.p,0.000000)\
-			0.000000	(t_x(302661,938)EG11G04M,22605.p,0.000000)\
-			0.000000	(t_x(301968,2253)EG11G04M,22606.p,0.000000)\
-			0.000000	(t_x(296473,1897)LCES004,22607.p,0.000000)\
-			0.000000	(t_x(294518,1090)EG11G04M,22608.p,0.000000)\
-			0.000000	(t_x(297852,3016)RJIU04M,22609.p,0.000000)\
-			0.000000	(t_x(302874,1386)MYY04A,22610.p,0.000000)\
-			0.000000	(t_x(302643,1154)EG11G04M,22611.p,0.000000)\
-			0.000000	(t_x(283558,169)YB3EH04E,22612.p,0.000000)\
-			0.000000	(t_x(302060,2253)EG11G04M,22613.p,0.000000)\
-			0.000000	(t_x(293177,1140)YD5WH04M,22614.p,0.000000)\
-			0.000000	(t_x(296922,1409)LGKFN04,22615.p,0.000000)\
-			0.000000	(t_x(297818,612)MYY04A,22616.p,0.000000)\
-			0.000000	(t_x(304114,1537)MAB04,22617.p,0.000000)\
-			0.000000	(t_x(312825,3145)LCES004,22618.p,0.000000)\
-			0.000000	(t_x(313302,1960)LCES004,22619.p,0.000000)\
-			0.000000	(t_x(301272,1469)LGKFN04,22620.p,0.000000)\
-			0.000000	(t_x(297622,2470)YD5WH04M,22621.p,0.000000)\
-			0.000000	(t_x(280430,2815)LGKFN04,22622.p,0.000000)\
-			0.000000	(t_x(277484,196)YB3EH04E,22623.p,0.000000)\
-			0.000000	(t_x(317048,3229)LCES004,22624.p,0.000000)\
-			0.000000	(t_x(293657,2072)YD5WH04M,22625.p,0.000000)\
-			0.000000	(t_x(283688,4855)PMXX04M,22626.p,0.000000)\
-			0.000000	(t_x(263439,4092)YB3EH04A,22627.p,0.000000)\
-			0.000000	(t_x(311265,3056)LCES004,22628.p,0.000000)\
-			0.000000	(t_x(277127,1216)LGKFN04,22629.p,0.000000)\
-			0.000000	(t_x(309959,1163)MAB04,22630.p,0.000000)\
-			0.000000	(t_x(286600,1949)LGKFN04,22631.p,0.000000)\
-			0.000000	(t_x(297087,749)LGKFN04,22632.p,0.000000)\
-			0.000000	(t_x(303416,979)MGY04,22633.p,0.000000)\
-			0.000000	(t_x(310158,3589)LCES004,22634.p,0.000000)\
-			0.000000	(t_x(308325,1709)LGKFN04,22635.p,0.000000)\
-			0.000000	(t_x(288601,1034)LGKFN04,22636.p,0.000000)\
-			0.000000	(t_x(303148,337)MRAE04,22637.p,0.000000)\
-			0.000000	(t_x(314108,4087)LCES004,22638.p,0.000000)\
-			0.000000	(t_x(263921,4569)LCES004,22639.p,0.000000)\
-			0.000000	(t_x(305560,1070)MAB1204A,22640.p,0.000000)\
-			0.000000	(t_x(287243,1734)GL4W04M,22641.p,0.000000)\
-			0.000000	(t_x(294548,754)MGY04,22642.p,0.000000)\
-			0.000000	(t_x(303203,4800)LCES004,22643.p,0.000000)\
-			0.000000	(t_x(312879,3951)LCES004,22644.p,0.000000)\
-			0.000000	(t_x(306069,905)MGY04,22645.p,0.000000)\
-			0.000000	(t_x(298471,5867)LGKFN04,22646.p,0.000000)\
-			0.000000	(t_x(263410,1619)LGKFN04,22647.p,0.000000)\
-			0.000000	(t_x(296953,4036)LCES004,22648.p,0.000000)\
-			0.000000	(t_x(285459,3730)LCES004,22649.p,0.000000)\
-			0.000000	(t_x(295886,2623)EG11G04M,22650.p,0.000000)\
-			0.000000	(t_x(287076,1043)YB3EH04E,22651.p,0.000000)\
-			0.000000	(t_x(289705,1080)YB3EH04E,22652.p,0.000000)\
-			0.000000	(t_x(313569,4028)LCES004,22653.p,0.000000)\
-			0.000000	(t_x(293880,8)RQXU04E,22654.p,0.000000)\
-			0.000000	(t_x(292796,5028)LCES004,22655.p,0.000000)\
-			0.000000	(t_x(283526,1068)YB3EH04E,22656.p,0.000000)\
-			0.000000	(t_x(307182,2194)MRAEE04,22657.p,0.000000)\
-			0.000000	(t_x(292245,6190)RJIU04M,22658.p,0.000000)\
-			0.000000	(t_x(313102,2080)LCES004,22659.p,0.000000)\
-			0.000000	(t_x(263866,3377)LCES004,22660.p,0.000000)\
-			0.000000	(t_x(302006,261)GL34W04,22661.p,0.000000)\
-			0.000000	(t_x(298528,4088)LCES004,22662.p,0.000000)\
-			0.000000	(t_x(285241,4686)LGKFN04,22663.p,0.000000)\
-			0.000000	(t_x(291906,2963)RVKWU04M,22664.p,0.000000)\
-			0.000000	(t_x(310647,551)MGY04,22665.p,0.000000)\
-			0.000000	(t_x(289192,459)MGY04,22666.p,0.000000)\
-			0.000000	(t_x(311542,1406)LCES004,22667.p,0.000000)\
-			0.000000	(t_x(296343,189)RNI04M,22668.p,0.000000)\
-			0.000000	(t_x(285733,3845)LCES004,22669.p,0.000000)\
-			0.000000	(t_x(312199,3908)LCES004,22670.p,0.000000)\
-			0.000000	(t_x(300050,6835)GL4W04M,22671.p,0.000000)\
-			0.000000	(t_x(303665,4186)LCES004,22672.p,0.000000)\
-			0.000000	(t_x(276122,2599)EG11G04M,22673.p,0.000000)\
-			0.000000	(t_x(307498,5381)LCES004,22674.p,0.000000)\
-			0.000000	(t_x(284933,924)LELVL04M,22675.p,0.000000)\
-			0.000000	(t_x(296923,600)YB3EH04E,22676.p,0.000000)\
-			0.000000	(t_x(316430,2080)LCES004,22677.p,0.000000)\
-			0.000000	(t_x(287253,329)YB3EH04E,22678.p,0.000000)\
-			0.000000	(t_x(316090,4137)LCES004,22679.p,0.000000)\
-			0.000000	(t_x(291031,2648)EG11G04M,22680.p,0.000000)\
-			0.000000	(t_x(263593,2642)LCES004,22681.p,0.000000)\
-			0.000000	(t_x(282492,286)RQXSI04E,22682.p,0.000000)\
-			0.000000	(t_x(289367,1210)RQXSI04E,22683.p,0.000000)\
-			0.000000	(t_x(292666,3855)YBOLN04M,22684.p,0.000000)\
-			0.000000	(t_x(305887,3986)LCES004,22685.p,0.000000)\
-			0.000000	(t_x(286685,1425)RQXSI04E,22686.p,0.000000)\
-			0.000000	(t_x(272849,2208)LGKFN04,22687.p,0.000000)\
-			0.000000	(t_x(292714,871)YB5WH04M,22688.p,0.000000)\
-			0.000000	(t_x(295984,256)RASI04M,22689.p,0.000000)\
-			0.000000	(t_x(305425,418)GL34W04,22690.p,0.000000)\
-			0.000000	(t_x(290061,1570)MGY04,22691.p,0.000000)\
-			0.000000	(t_x(302317,1637)KCHI104M,22692.p,0.000000)\
-			0.000000	(t_x(263868,4050)LCES004,22693.p,0.000000)\
-			0.000000	(t_x(300578,84)MEK04,22694.p,0.000000)\
-			0.000000	(t_x(296685,30)YB3EH04E,22695.p,0.000000)\
-			0.000000	(t_x(283706,540)YB3EH04E,22696.p,0.000000)\
-			0.000000	(t_x(306829,679)MGY04,22697.p,0.000000)\
-			0.000000	(t_x(295328,1522)RQXSI04E,22698.p,0.000000)\
-			0.000000	(t_x(311886,1290)LCES004,22699.p,0.000000)\
-			0.000000	(t_x(277936,2216)LGKFN04,22700.p,0.000000)\
-			0.000000	(t_x(290635,297)RQXSI04E,22701.p,0.000000)\
-			0.000000	(t_x(295180,489)RASI04M,22702.p,0.000000)\
-			0.000000	(t_x(271211,603)RQXSI04E,22703.p,0.000000)\
-			0.000000	(t_x(282099,2248)EG11G04M,22704.p,0.000000)\
-			0.000000	(t_x(313758,4050)LCES004,22705.p,0.000000)\
-			0.000000	(t_x(293565,5877)RJIU04M,22706.p,0.000000)\
-			0.000000	(t_x(297335,759)RJIU04M,22707.p,0.000000)\
-			0.000000	(t_x(298574,3953)YB3EH04E,22708.p,0.000000)\
-			0.000000	(t_x(290302,91)YB3EH04E,22709.p,0.000000)\
-			0.000000	(t_x(309573,4290)LCES004,22710.p,0.000000)\
-			0.000000	(t_x(296754,2309)LGKFN04,22711.p,0.000000)\
-			0.000000	(t_x(306413,1994)LGKFN04,22712.p,0.000000)\
-			0.000000	(t_x(294193,423)LGKFN04,22713.p,0.000000)\
-			0.000000	(t_x(313068,4274)LCES004,22714.p,0.000000)\
-			0.000000	(t_x(310502,458)$GL34W04,22715.p,0.000000)\
-			0.000000	(t_x(295129,320)YB3EH04E,22716.p,0.000000)\
-			0.000000	(t_x(296295,440)YB3EH04E,22717.p,0.000000)\
-			0.000000	(t_x(300765,351)YB3EH04E,22718.p,0.000000)\
-			0.000000	(t_x(303505,1)YB3EH04A,22719.p,0.000000)\
-			0.000000	(t_x(300631,3422)LGKFN04,22720.p,0.000000)\
-			0.000000	(t_x(277463,1646)LGKFN04,22721.p,0.000000)\
-			0.000000	(t_x(286774,359)RASI04M,22722.p,0.000000)\
-			0.000000	(t_x(300666,1396)LCES004,22723.p,0.000000)\
-			0.000000	(t_x(289828,797)ZM56704,22724.p,0.000000)\
-			0.000000	(t_x(314699,4069)LCES004,22725.p,0.000000)\
-			0.000000	(t_x(293009,448)YB5WH04M,22726.p,0.000000)\
-			0.000000	(t_x(289945,1606)LGKFN04,22727.p,0.000000)\
-			0.000000	(t_x(274577,1564)RQXSI04E,22728.p,0.000000)\
-			0.000000	(t_x(294816,440)KFZ4404E,22729.p,0.000000)\
-			0.000000	(t_x(296062,817)RQXSI04E,22730.p,0.000000)\
-			0.000000	(t_x(297157,2412)LGKFN04,22731.p,0.000000)\
-			0.000000	(t_x(296334,60)YB3EH04E,22732.p,0.000000)\
-			0.000000	(t_x(290082,374)RNI04M,22733.p,0.000000)\
-			0.000000	(t_x(291957,317)RQXSI04E,22734.p,0.000000)\
-			0.000000	(t_x(281048,1591)LGKFN04,22735.p,0.000000)\
-			0.000000	(t_x(287924,650)LELVL04M,22736.p,0.000000)\
-			0.000000	(t_x(272249,807)EGNOR04M,22737.p,0.000000)\
-			0.000000	(t_x(290037,4483)RJIU04M,22738.p,0.000000)\
-			0.000000	(t_x(293305,131)MEK04,22739.p,0.000000)\
-			0.000000	(t_x(311284,2702)LCES004,22740.p,0.000000)\
-			0.000000	(t_x(287980,314)RQXI04E,22741.p,0.000000)\
-			0.000000	(t_x(263004,722)RQXSI04E,22742.p,0.000000)\
-			0.000000	(t_x(303612,4628)LCES004,22743.p,0.000000)\
-			0.000000	(t_x(283559,1576)LGKFN04,22744.p,0.000000)\
-			0.000000	(t_x(311757,2940)LCES004,22745.p,0.000000)\
-			0.000000	(t_x(286897,1598)EBBRA04E,22746.p,0.000000)\
-			0.000000	(t_x(263580,3253)LCES004,22747.p,0.000000)\
-			0.000000	(t_x(289566,1544)LGKFN04,22748.p,0.000000)\
-			0.000000	(t_x(293445,303)RNI04M,22749.p,0.000000)\
-			0.000000	(t_x(288765,311)RQXSI04E,22750.p,0.000000)\
-			0.000000	(t_x(263602,4110)LCES004,22751.p,0.000000)\
-			0.000000	(t_x(276307,1648)LGKFN04,22752.p,0.000000)\
-			0.000000	(t_x(308251,4801)LCES004,22753.p,0.000000)\
-			0.000000	(t_x(291164,1471)RQXU04E,22754.p,0.000000)\
-			0.000000	(t_x(294770,475)YB3EH04E,22755.p,0.000000)\
-			0.000000	(t_x(294749,798)EGNOR04M,22756.p,0.000000)\
-			0.000000	(t_x(284810,2917)RQXSI04E,22757.p,0.000000)\
-			0.000000	(t_x(296481,440)YB3EH04E,22758.p,0.000000)\
-			0.000000	(t_x(289805,854)YB5KL04E,22759.p,0.000000)\
-			0.000000	(t_x(263926,1876)MGY04,22760.p,0.000000)\
-			0.000000	(t_x(294065,365)RASI04M,22761.p,0.000000)\
-			0.000000	(t_x(297505,1142)RQXSI04E,22762.p,0.000000)\
-			0.000000	(t_x(285470,198)YB3EH04E,22763.p,0.000000)\
-			0.000000	(t_x(284313,617)RQXSI04E,22764.p,0.000000)\
-			0.000000	(t_x(293544,1230)RQXSI04E,22765.p,0.000000)\
-			0.000000	(t_x(302301,512)MAB3404A,22766.p,0.000000)\
-			0.000000	(t_x(275277,1723)RQXSI04E,22767.p,0.000000)\
-			0.000000	(t_x(279011,2880)LGKFN04,22768.p,0.000000)\
-			0.000000	(t_x(305798,1350)LCES004,22769.p,0.000000)\
-			0.000000	(t_x(311073,2349)MEK04,22770.p,0.000000)\
-			0.000000	(t_x(295371,644)RQXSI04E,22771.p,0.000000)\
-			0.000000	(t_x(286963,1571)RQXSI04E,22772.p,0.000000)\
-			0.000000	(t_x(304230,997)EDGG704,22773.p,0.000000)\
-			0.000000	(t_x(291027,603)YBOLN04M,22774.p,0.000000)\
-			0.000000	(t_x(307410,640)MGY04,22775.p,0.000000)\
-			0.000000	(t_x(312881,334)GL34W04,22776.p,0.000000)\
-			0.000000	(t_x(278295,202)RNI04M,22777.p,0.000000)\
-			0.000000	(t_x(273072,451)YB5WH04M,22778.p,0.000000)\
-			0.000000	(t_x(307264,3260)LCES004,22779.p,0.000000)\
-			0.000000	(t_x(282677,139)YB5WH04M,22780.p,0.000000)\
-			0.000000	(t_x(301759,1233)KCHI104M,22781.p,0.000000)\
-			0.000000	(t_x(291104,4430)LCES004,22782.p,0.000000)\
-			0.000000	(t_x(315779,894)LCES004,22783.p,0.000000)\
-			0.000000	(t_x(286461,652)YB3EH04E,22784.p,0.000000)\
-			0.000000	(t_x(301843,2850)LGKFN04,22785.p,0.000000)\
-			0.000000	(t_x(297402,4299)LCES004,22786.p,0.000000)\
-			0.000000	(t_x(285383,446)RNI04M,22787.p,0.000000)\
-			0.000000	(t_x(300621,3299)LCES004,22788.p,0.000000)\
-			0.000000	(t_x(316916,1049)EDGG704,22789.p,0.000000)\
-			0.000000	(t_x(293096,1151)YB3EH04E,22790.p,0.000000)\
-			0.000000	(t_x(300445,3189)LCES004,22791.p,0.000000)\
-			0.000000	(t_x(287409,382)EGNOR04M,22792.p,0.000000)\
-			0.000000	(t_x(297984,3126)KSLN04A,22793.p,0.000000)\
-			0.000000	(t_x(290247,292)YBOLN04M,22794.p,0.000000)\
-			0.000000	(t_x(283663,1615)RQXSI04E,22795.p,0.000000)\
-			0.000000	(t_x(312895,3351)LCES004,22796.p,0.000000)\
-			0.000000	(t_x(313875,2980)LCES004,22797.p,0.000000)\
-			0.000000	(t_x(281466,912)EGNOR04M,22798.p,0.000000)\
-			0.000000	(t_x(283392,1320)RQXU04E,22799.p,0.000000)\
-			0.000000	(t_x(308507,600)LCES004,22800.p,0.000000)\
-			0.000000	(t_x(292417,355)LCES004,22801.p,0.000000)\
-			0.000000	(t_x(303350,327)MAB1204A,22802.p,0.000000)\
-			0.000000	(t_x(291009,325)RQXSI04E,22803.p,0.000000)\
-			0.000000	(t_x(287194,717)RQXSI04E,22804.p,0.000000)\
-			0.000000	(t_x(295296,984)RQXU04E,22805.p,0.000000)\
-			0.000000	(t_x(297929,791)EGNOR04M,22806.p,0.000000)\
-			0.000000	(t_x(291218,260)RQXSI04E,22807.p,0.000000)\
-			0.000000	(t_x(303506,3480)LCES004,22808.p,0.000000)\
-			0.000000	(t_x(285148,118)KSLN04M,22809.p,0.000000)\
-			0.000000	(t_x(304696,513)MGY04,22810.p,0.000000)\
-			0.000000	(t_x(303929,872)KSLN04M,22811.p,0.000000)\
-			0.000000	(t_x(294940,1163)BR404M,22812.p,0.000000)\
-			0.000000	(t_x(301590,203)LGKFN04,22813.p,0.000000)\
-			0.000000	(t_x(306499,965)GL34W04,22814.p,0.000000)\
-			0.000000	(t_x(282046,744)YB5WH04M,22815.p,0.000000)\
-			0.000000	(t_x(272695,693)RQXSI04E,22816.p,0.000000)\
-			0.000000	(t_x(278562,412)YBOLN04M,22817.p,0.000000)\
-			0.000000	(t_x(279756,1007)KHVL104E,22818.p,0.000000)\
-			0.000000	(t_x(289868,4906)LCES004,22819.p,0.000000)\
-			0.000000	(t_x(302424,587)MGY04,22820.p,0.000000)\
-			0.000000	(t_x(273386,737)EGNOR04M,22821.p,0.000000)\
-			0.000000	(t_x(294276,502)RQXU04E,22822.p,0.000000)\
-			0.000000	(t_x(294200,1702)RQXSI04E,22823.p,0.000000)\
-			0.000000	(t_x(263862,3330)LCES004,22824.p,0.000000)\
-			0.000000	(t_x(312583,3351)LCES004,22825.p,0.000000)\
-			0.000000	(t_x(295447,22)YB3EH04E,22826.p,0.000000)\
-			0.000000	(t_x(291891,1709)LGKFN04,22827.p,0.000000)\
-			0.000000	(t_x(312020,518)MAB04,22828.p,0.000000)\
-			0.000000	(t_x(277129,40)KCHI104M,22829.p,0.000000)\
-			0.000000	(t_x(312912,311)MAB1204A,22830.p,0.000000)\
-			0.000000	(t_x(312956,1979)EDGG704,22831.p,0.000000)\
-			0.000000	(t_x(286067,16)BR404M,22832.p,0.000000)\
-			0.000000	(t_x(311878,522)MGY04,22833.p,0.000000)\
-			0.000000	(t_x(297125,746)YB3EH04E,22834.p,0.000000)\
-			0.000000	(t_x(294736,696)RQXI04E,22835.p,0.000000)\
-			0.000000	(t_x(316499,2237)EDGG704,22836.p,0.000000)\
-			0.000000	(t_x(284417,872)EGNOR04M,22837.p,0.000000)\
-			0.000000	(t_x(295428,4734)RJIU04M,22838.p,0.000000)\
-			0.000000	(t_x(306698,2080)EDGG704,22839.p,0.000000)\
-			0.000000	(t_x(297636,259)KWUR404E,22840.p,0.000000)\
-			0.000000	(t_x(306269,165)MGY04,22841.p,0.000000)\
-			0.000000	(t_x(291577,294)EGNOR04M,22842.p,0.000000)\
-			0.000000	(t_x(292153,577)YB5WH04M,22843.p,0.000000)\
-			0.000000	(t_x(308751,935)MGY04,22844.p,0.000000)\
-			0.000000	(t_x(295936,457)YB5WH04M,22845.p,0.000000)\
-			0.000000	(t_x(305828,2320)LCES004,22846.p,0.000000)\
-			0.000000	(t_x(295608,546)EGNOR04M,22847.p,0.000000)\
-			0.000000	(t_x(296307,362)RNI04M,22848.p,0.000000)\
-			0.000000	(t_x(285899,22)BR404M,22849.p,0.000000)\
-			0.000000	(t_x(303992,990)LGKFN04,22850.p,0.000000)\
-			0.000000	(t_x(280221,245)YB5KL04E,22851.p,0.000000)\
-			0.000000	(t_x(263515,189)$LCES004M,22852.p,0.000000)\
-			0.000000	(t_x(288918,426)RQXSI04E,22853.p,0.000000)\
-			0.000000	(t_x(309011,1153)MRAE04,22854.p,0.000000)\
-			0.000000	(t_x(317222,2116)EDGG704,22855.p,0.000000)\
-			0.000000	(t_x(315991,1070)EDGG704,22856.p,0.000000)\
-			0.000000	(t_x(297546,871)LGKFN04,22857.p,0.000000)\
-			0.000000	(t_x(312707,874)MRAE04,22858.p,0.000000)\
-			0.000000	(t_x(292178,651)EGNOR04M,22859.p,0.000000)\
-			0.000000	(t_x(304054,1233)ZM56704,22860.p,0.000000)\
-			0.000000	(t_x(319337,2000)EDGG704,22861.p,0.000000)\
-			0.000000	(t_x(290646,42)KCHI104M,22862.p,0.000000)\
-			0.000000	(t_x(297442,2803)EG11G04M,22863.p,0.000000)\
-			0.000000	(t_x(300430,1036)RNI04M,22864.p,0.000000)\
-			0.000000	(t_x(311108,1740)LCES004,22865.p,0.000000)\
-			0.000000	(t_x(291114,154)KSLN04M,22866.p,0.000000)\
-			0.000000	(t_x(287785,792)KFZ4404M,22867.p,0.000000)\
-			0.000000	(t_x(293889,6365)RJIU04M,22868.p,0.000000)\
-			0.000000	(t_x(281059,327)YBOLN04M,22869.p,0.000000)\
-			0.000000	(t_x(305283,877)LGKFN04,22870.p,0.000000)\
-			0.000000	(t_x(315748,879)EDGG704,22871.p,0.000000)\
-			0.000000	(t_x(309103,1385)MGY04,22872.p,0.000000)\
-			0.000000	(t_x(308449,1151)MRAE04,22873.p,0.000000)\
-			0.000000	(t_x(284700,152)YB3EH04E,22874.p,0.000000)\
-			0.000000	(t_x(285949,741)RQXI04E,22875.p,0.000000)\
-			0.000000	(t_x(280274,953)RQXSI04E,22876.p,0.000000)\
-			0.000000	(t_x(282480,998)RQXSI04E,22877.p,0.000000)\
-			0.000000	(t_x(283389,1728)RQXSI04E,22878.p,0.000000)\
-			0.000000	(t_x(300287,356)RNS04M,22879.p,0.000000)\
-			0.000000	(t_x(288253,458)RNI04M,22880.p,0.000000)\
-			0.000000	(t_x(278149,942)EGNOR04M,22881.p,0.000000)\
-			0.000000	(t_x(311138,52)KWUR1C04,22882.p,0.000000)\
-			0.000000	(t_x(272266,338)YB5WH04M,22883.p,0.000000)\
-			0.000000	(t_x(289872,950)KFZ4404M,22884.p,0.000000)\
-			0.000000	(t_x(307696,464)MGY04,22885.p,0.000000)\
-			0.000000	(t_x(302135,459)EG11G04M,22886.p,0.000000)\
-			0.000000	(t_x(311155,2326)LCES004,22887.p,0.000000)\
-			0.000000	(t_x(294025,591)RQXU04E,22888.p,0.000000)\
-			0.000000	(t_x(316476,2358)EDGG704,22889.p,0.000000)\
-			0.000000	(t_x(282657,90)RMZU04E,22890.p,0.000000)\
-			0.000000	(t_x(305754,551)MRAE04,22891.p,0.000000)\
-			0.000000	(t_x(311998,221)MEK04,22892.p,0.000000)\
-			0.000000	(t_x(280579,744)EGNOR04M,22893.p,0.000000)\
-			0.000000	(t_x(292533,1666)RNI04M,22894.p,0.000000)\
-			0.000000	(t_x(307626,831)MRAE04,22895.p,0.000000)\
-			0.000000	(t_x(316029,2187)EDGG704,22896.p,0.000000)\
-			0.000000	(t_x(285794,1207)RQXSI04E,22897.p,0.000000)\
-			0.000000	(t_x(294541,765)RNI04M,22898.p,0.000000)\
-			0.000000	(t_x(287817,534)LGKFN04,22899.p,0.000000)\
-			0.000000	(t_x(278123,978)EGNOR04M,22900.p,0.000000)\
-			0.000000	(t_x(289309,74)YB3EH04E,22901.p,0.000000)\
-			0.000000	(t_x(311255,768)MAB1204A,22902.p,0.000000)\
-			0.000000	(t_x(282752,407)KSLN04A,22903.p,0.000000)\
-			0.000000	(t_x(295822,846)LEMDAT04,22904.p,0.000000)\
-			0.000000	(t_x(303692,1936)KCHI104M,22905.p,0.000000)\
-			0.000000	(t_x(285658,306)YB5KL04E,22906.p,0.000000)\
-			0.000000	(t_x(280252,3285)PMXX04M,22907.p,0.000000)\
-			0.000000	(t_x(311329,436)MEK04,22908.p,0.000000)\
-			0.000000	(t_x(291843,875)RJIU04M,22909.p,0.000000)\
-			0.000000	(t_x(297119,315)LOW304M,22910.p,0.000000)\
-			0.000000	(t_x(271616,529)RQXSI04E,22911.p,0.000000)\
-			0.000000	(t_x(274564,843)RQXSI04E,22912.p,0.000000)\
-			0.000000	(t_x(312773,546)GL34W04,22913.p,0.000000)\
-			0.000000	(t_x(293252,569)RNI04M,22914.p,0.000000)\
-			0.000000	(t_x(287358,149)RQXSI04E,22915.p,0.000000)\
-			0.000000	(t_x(287904,865)LGKFN04,22916.p,0.000000)\
-			0.000000	(t_x(313433,960)MRAE04,22917.p,0.000000)\
-			0.000000	(t_x(275270,1112)RQXSI04E,22918.p,0.000000)\
-			0.000000	(t_x(289314,165)YB5WH04M,22919.p,0.000000)\
-			0.000000	(t_x(293710,1999)EDGG704,22920.p,0.000000)\
-			0.000000	(t_x(285972,216)KSLN04M,22921.p,0.000000)\
-			0.000000	(t_x(298263,331)YB3EH04E,22922.p,0.000000)\
-			0.000000	(t_x(281143,688)LGKFN04,22923.p,0.000000)\
-			0.000000	(t_x(318516,635)MAB04,22924.p,0.000000)\
-			0.000000	(t_x(288247,141)YB5WH04M,22925.p,0.000000)\
-			0.000000	(t_x(285042,738)LELVL04M,22926.p,0.000000)\
-			0.000000	(t_x(312674,3302)LCES004,22927.p,0.000000)\
-			0.000000	(t_x(297744,636)LOVN1504,22928.p,0.000000)\
-			0.000000	(t_x(280706,403)RQXSI04E,22929.p,0.000000)\
-			0.000000	(t_x(289894,2437)LCES004,22930.p,0.000000)\
-			0.000000	(t_x(291013,147)BR404M,22931.p,0.000000)\
-			0.000000	(t_x(293570,291)YB5KL04E,22932.p,0.000000)\
-			0.000000	(t_x(280607,183)YB5WH04M,22933.p,0.000000)\
-			0.000000	(t_x(309188,419)MAB04,22934.p,0.000000)\
-			0.000000	(t_x(290666,344)MAB04,22935.p,0.000000)\
-			0.000000	(t_x(282882,427)KWUR404E,22936.p,0.000000)\
-			0.000000	(t_x(281983,386)YB5KL04E,22937.p,0.000000)\
-			0.000000	(t_x(295546,951)EGNOR04M,22938.p,0.000000)\
-			0.000000	(t_x(295547,561)YB5KL04E,22939.p,0.000000)\
-			0.000000	(t_x(297062,780)YB3EH04E,22940.p,0.000000)\
-			0.000000	(t_x(307805,536)LOVN1504,22941.p,0.000000)\
-			0.000000	(t_x(288401,91)EGNOR04M,22942.p,0.000000)\
-			0.000000	(t_x(291226,1136)RQXSI04E,22943.p,0.000000)\
-			0.000000	(t_x(296238,5843)RJIU04M,22944.p,0.000000)\
-			0.000000	(t_x(294944,252)YB5WH04M,22945.p,0.000000)\
-			0.000000	(t_x(286625,815)PMXX04M,22946.p,0.000000)\
-			0.000000	(t_x(305791,178)KWUR1C04,22947.p,0.000000)\
-			0.000000	(t_x(305697,1345)LEMDAT04,22948.p,0.000000)\
-			0.000000	(t_x(312800,1880)EDGG704,22949.p,0.000000)\
-			0.000000	(t_x(307190,1151)LGKFN04,22950.p,0.000000)\
-			0.000000	(t_x(310983,2372)EDGG704,22951.p,0.000000)\
-			0.000000	(t_x(311838,1758)LCES004,22952.p,0.000000)\
-			0.000000	(t_x(279193,391)YH5MH04M,22953.p,0.000000)\
-			0.000000	(t_x(296157,309)RQXSI04E,22954.p,0.000000)\
-			0.000000	(t_x(309695,157)MEK04,22955.p,0.000000)\
-			0.000000	(t_x(278162,280)YB5WH04M,22956.p,0.000000)\
-			0.000000	(t_x(304422,237)MGY04,22957.p,0.000000)\
-			0.000000	(t_x(317851,1740)EDGG704,22958.p,0.000000)\
-			0.000000	(t_x(313372,403)MGY04,22959.p,0.000000)\
-			0.000000	(t_x(295794,1509)LEMDAT04,22960.p,0.000000)\
-			0.000000	(t_x(280212,1610)LGKFN04,22961.p,0.000000)\
-			0.000000	(t_x(315618,2403)EDGG704,22962.p,0.000000)\
-			0.000000	(t_x(296158,211)YB5WH04M,22963.p,0.000000)\
-			0.000000	(t_x(314236,1612)LCES004,22964.p,0.000000)\
-			0.000000	(t_x(286627,151)YB5WH04M,22965.p,0.000000)\
-			0.000000	(t_x(279651,635)YBOLN04M,22966.p,0.000000)\
-			0.000000	(t_x(281854,472)KWUR404E,22967.p,0.000000)\
-			0.000000	(t_x(316538,1520)EDGG704,22968.p,0.000000)\
-			0.000000	(t_x(288914,685)MEK04,22969.p,0.000000)\
-			0.000000	(t_x(315544,1710)EDGG704,22970.p,0.000000)\
-			0.000000	(t_x(314186,708)KWUR1C04,22971.p,0.000000)\
-			0.000000	(t_x(285688,1211)RQXSI04E,22972.p,0.000000)\
-			0.000000	(t_x(286682,280)YH5MH04M,22973.p,0.000000)\
-			0.000000	(t_x(293168,375)RQXU04E,22974.p,0.000000)\
-			0.000000	(t_x(282727,300)LGKFN04,22975.p,0.000000)\
-			0.000000	(t_x(304944,188)MAB1204A,22976.p,0.000000)\
-			0.000000	(t_x(310272,900)LCES004,22977.p,0.000000)\
-			0.000000	(t_x(294912,363)RNS04M,22978.p,0.000000)\
-			0.000000	(t_x(279279,324)YH5MH04M,22979.p,0.000000)\
-			0.000000	(t_x(286726,173)YB5KL04E,22980.p,0.000000)\
-			0.000000	(t_x(282890,768)$KWUR404E,22981.p,0.000000)\
-			0.000000	(t_x(283305,573)KSLN04A,22982.p,0.000000)\
-			0.000000	(t_x(276925,96)YB5KL04E,22983.p,0.000000)\
-			0.000000	(t_x(309588,319)MGY04,22984.p,0.000000)\
-			0.000000	(t_x(294004,362)YB5KL04E,22985.p,0.000000)\
-			0.000000	(t_x(296646,1350)LCES004,22986.p,0.000000)\
-			0.000000	(t_x(283140,236)YBOLN04M,22987.p,0.000000)\
-			0.000000	(t_x(309210,991)EDGG704,22988.p,0.000000)\
-			0.000000	(t_x(317978,2282)EDGG704,22989.p,0.000000)\
-			0.000000	(t_x(277472,482)EG11G04M,22990.p,0.000000)\
-			0.000000	(t_x(292672,531)RQXU04E,22991.p,0.000000)\
-			0.000000	(t_x(314816,2341)EDGG704,22992.p,0.000000)\
-			0.000000	(t_x(282514,1783)RQXSI04E,22993.p,0.000000)\
-			0.000000	(t_x(287579,1136)RQXSI04E,22994.p,0.000000)\
-			0.000000	(t_x(284393,54)YB3EH04E,22995.p,0.000000)\
-			0.000000	(t_x(309693,211)MYY04A,22996.p,0.000000)\
-			0.000000	(t_x(280245,518)RQXSI04E,22997.p,0.000000)\
-			0.000000	(t_x(293901,1088)RQXU04E,22998.p,0.000000)\
-			0.000000	(t_x(294848,358)EGNOR04M,22999.p,0.000000)\
-			0.000000	(t_x(294120,1208)RQXU04E,23000.p,0.000000)\
-			0.000000	(t_x(281174,681)YB5KL04E,23001.p,0.000000)\
-			0.000000	(t_x(287329,288)YB5WH04M,23002.p,0.000000)\
-			0.000000	(t_x(296549,287)YBOLN04M,23003.p,0.000000)\
-			0.000000	(t_x(298646,961)LGKFN04,23004.p,0.000000)\
-			0.000000	(t_x(295497,812)PMXX04M,23005.p,0.000000)\
-			0.000000	(t_x(296450,71)YB5KL04E,23006.p,0.000000)\
-			0.000000	(t_x(300435,1678)LGKFN04,23007.p,0.000000)\
-			0.000000	(t_x(298588,914)LGKFN04,23008.p,0.000000)\
-			0.000000	(t_x(287367,359)YBOLN04M,23009.p,0.000000)\
-			0.000000	(t_x(283102,521)YB5WH04M,23010.p,0.000000)\
-			0.000000	(t_x(295053,308)RQXU04E,23011.p,0.000000)\
-			0.000000	(t_x(292214,73)RMZU04E,23012.p,0.000000)\
-			0.000000	(t_x(300504,1138)LGKFN04,23013.p,0.000000)\
-			0.000000	(t_x(284297,1041)RQXSI04E,23014.p,0.000000)\
-			0.000000	(t_x(295562,334)RQXI04E,23015.p,0.000000)\
-			0.000000	(t_x(292026,745)PMXX04M,23016.p,0.000000)\
-			0.000000	(t_x(304583,829)MRAE04,23017.p,0.000000)\
-			0.000000	(t_x(295700,236)RQXSI04E,23018.p,0.000000)\
-			0.000000	(t_x(293045,654)RMZU04E,23019.p,0.000000)\
-			0.000000	(t_x(301524,215)MGY04,23020.p,0.000000)\
-			0.000000	(t_x(314600,3438)EDGG704,23021.p,0.000000)\
-			0.000000	(t_x(309061,665)EGPFA04,23022.p,0.000000)\
-			0.000000	(t_x(297346,1048)RJIU04M,23023.p,0.000000)\
-			0.000000	(t_x(293650,1693)EGPFA04,23024.p,0.000000)\
-			0.000000	(t_x(279690,2230)EGPFA04,23025.p,0.000000)\
-			0.000000	(t_x(293718,2321)EGPFA04,23026.p,0.000000)\
-			0.000000	(t_x(293126,3579)RJIU04M,23027.p,0.000000)\
-			0.000000	(t_x(292791,2621)EGPFA04,23028.p,0.000000)\
-			0.000000	(t_x(279627,2678)EGPFA04,23029.p,0.000000)\
-			0.000000	(t_x(298116,1087)RJIU04M,23030.p,0.000000)\
-			0.000000	(t_x(293647,1504)RJIU04M,23031.p,0.000000)\
-			0.000000	(t_x(303235,2886)EGPFA04,23032.p,0.000000)\
-			0.000000	(t_x(295927,1552)RJIU04M,23033.p,0.000000)\
-			0.000000	(t_x(287891,1209)RNI04M,23034.p,0.000000)\
-			0.000000	(t_x(304456,1759)RJIU04M,23035.p,0.000000)\
-			0.000000	(t_x(300356,1125)RNI04M,23036.p,0.000000)\
-			0.000000	(t_x(289455,1632)RJIU04M,23037.p,0.000000)\
-			0.000000	(t_x(277826,2020)RJIU04M,23038.p,0.000000)\
-			0.000000	(t_x(290776,1851)RJIU04M,23039.p,0.000000)\
-			0.000000	(t_x(289457,2040)RJIU04M,23040.p,0.000000)\
-			0.000000	(t_x(296406,2300)RJIU04M,23041.p,0.000000)\
-			0.000000	(t_x(298006,2342)RJIU04M,23042.p,0.000000)\
-			0.000000	(t_x(276837,2105)RJIU04M,23043.p,0.000000)\
-			0.000000	(t_x(302531,768)RJIU04M,23044.p,0.000000)\
-			0.000000	(t_x(292297,1290)RNI04M,23045.p,0.000000)\
-			0.000000	(t_x(289978,2369)RJIU04M,23046.p,0.000000)\
-			0.000000	(t_x(294556,778)RJIU04M,23047.p,0.000000)\
-			0.000000	(t_x(303173,223)EG11G04M,23048.p,0.000000)\
-			0.000000	(t_x(295047,2956)EGPFA04,23049.p,0.000000)\
-			0.000000	(t_x(300332,546)EG11G04M,23050.p,0.000000)\
-			0.000000	(t_x(290406,970)RJIU04M,23051.p,0.000000)\
-			0.000000	(t_x(292050,865)RJIU04M,23052.p,0.000000)\
-			0.000000	(t_x(289232,2550)RNI04M,23053.p,0.000000)\
-			0.000000	(t_x(294560,684)EG11G04M,23054.p,0.000000)\
-			0.000000	(t_x(289171,422)EG11G04M,23055.p,0.000000)\
-			0.000000	(t_x(311151,1597)$MAB1204A,23056.p,0.000000)\
-			0.000000	(t_x(277434,1152)EG11G04M,23057.p,0.000000)\
-			0.000000	(t_x(292569,705)RJIU04M,23058.p,0.000000)\
-			0.000000	(t_x(291367,1501)EG11G04M,23059.p,0.000000)\
-			0.000000	(t_x(314402,1339)MGY04,23060.p,0.000000)\
-			0.000000	(t_x(289240,1573)EG11G04M,23061.p,0.000000)\
-			0.000000	(t_x(305585,1187)MGY04,23062.p,0.000000)\
-			0.000000	(t_x(292808,2832)RJIU04M,23063.p,0.000000)\
-			0.000000	(t_x(293188,1010)RNI04M,23064.p,0.000000)\
-			0.000000	(t_x(292544,1261)EG11G04M,23065.p,0.000000)\
-			0.000000	(t_x(302044,1201)MGY04,23066.p,0.000000)\
-			0.000000	(t_x(292908,2134)EG11G04M,23067.p,0.000000)\
-			0.000000	(t_x(292436,2057)EG11G04M,23068.p,0.000000)\
-			0.000000	(t_x(297113,453)RJIU04M,23069.p,0.000000)\
-			0.000000	(t_x(308371,1216)MGY04,23070.p,0.000000)\
-			0.000000	(t_x(287119,584)RJIU04M,23071.p,0.000000)\
-			0.000000	(t_x(289354,2871)RNI04M,23072.p,0.000000)\
-			0.000000	(t_x(292550,2935)RJIU04M,23073.p,0.000000)\
-			0.000000	(t_x(294303,3001)EG11G04M,23074.p,0.000000)\
-			0.000000	(t_x(302711,382)MGY04,23075.p,0.000000)\
-			0.000000	(t_x(308336,1312)MGY04,23076.p,0.000000)\
-			0.000000	(t_x(303263,809)MGY04,23077.p,0.000000)\
-			0.000000	(t_x(309625,765)MGY04,23078.p,0.000000)\
-			0.000000	(t_x(308511,702)MYY04A,23079.p,0.000000)\
-			0.000000	(t_x(288381,3061)EG11G04M,23080.p,0.000000)\
-			0.000000	(t_x(290076,3606)RJIU04M,23081.p,0.000000)\
-			0.000000	(t_x(290566,692)MAB04,23082.p,0.000000)\
-			0.000000	(t_x(304450,1329)MRAEE04,23083.p,0.000000)\
-			0.000000	(t_x(302138,293)MGY04,23084.p,0.000000)\
-			0.000000	(t_x(310674,1509)MRAEE04,23085.p,0.000000)\
-			0.000000	(t_x(287660,2204)EG11G04M,23086.p,0.000000)\
-			0.000000	(t_x(289863,691)ZM56704,23087.p,0.000000)\
-			0.000000	(t_x(314823,192)MGY04,23088.p,0.000000)\
-			0.000000	(t_x(293802,3113)EGPFA04,23089.p,0.000000)\
-			0.000000	(t_x(302879,2492)MGY04,23090.p,0.000000)\
-			0.000000	(t_x(315138,1204)LCES004,23091.p,0.000000)\
-			0.000000	(t_x(306530,371)$MAB1204A,23092.p,0.000000)\
-			0.000000	(t_x(288693,3303)RJIU04M,23093.p,0.000000)\
-			0.000000	(t_x(290633,285)RJIU04M,23094.p,0.000000)\
-			0.000000	(t_x(304483,1748)LCES004,23095.p,0.000000)\
-			0.000000	(t_x(295516,220)RJIU04M,23096.p,0.000000)\
-			0.000000	(t_x(290574,3600)RJIU04M,23097.p,0.000000)\
-			0.000000	(t_x(289318,3097)RJIU04M,23098.p,0.000000)\
-			0.000000	(t_x(308914,1196)ZM56704,23099.p,0.000000)\
-			0.000000	(t_x(291917,298)RJIU04M,23100.p,0.000000)\
-			0.000000	(t_x(315081,1892)LCES004,23101.p,0.000000)\
-			0.000000	(t_x(297818,421)GL34W04,23102.p,0.000000)\
-			0.000000	(t_x(300097,573)RJIU04M,23103.p,0.000000)\
-			0.000000	(t_x(309711,795)MGY04,23104.p,0.000000)\
-			0.000000	(t_x(278067,1612)EG11G04M,23105.p,0.000000)\
-			0.000000	(t_x(294548,597)MGY04,23106.p,0.000000)\
-			0.000000	(t_x(292265,336)RNI04M,23107.p,0.000000)\
-			0.000000	(t_x(291377,1655)EG11G04M,23108.p,0.000000)\
-			0.000000	(t_x(304261,766)RJIU04M,23109.p,0.000000)\
-			0.000000	(t_x(309959,1235)MAB04,23110.p,0.000000)\
-			0.000000	(t_x(294112,1755)EG11G04M,23111.p,0.000000)\
-			0.000000	(t_x(304258,609)MRAEE04,23112.p,0.000000)\
-			0.000000	(t_x(295283,410)MAB3404A,23113.p,0.000000)\
-			0.000000	(t_x(306677,863)MGY04,23114.p,0.000000)\
-			0.000000	(t_x(311856,1247)MAB1204A,23115.p,0.000000)\
-			0.000000	(t_x(307726,406)GL34W04,23116.p,0.000000)\
-			0.000000	(t_x(308622,3054)LCES004,23117.p,0.000000)\
-			0.000000	(t_x(302361,1659)MEK04,23118.p,0.000000)\
-			0.000000	(t_x(296473,2069)LCES004,23119.p,0.000000)\
-			0.000000	(t_x(290037,357)RJIU04M,23120.p,0.000000)\
-			0.000000	(t_x(284104,1940)YD5WH04M,23121.p,0.000000)\
-			0.000000	(t_x(291594,1768)EG11G04M,23122.p,0.000000)\
-			0.000000	(t_x(307461,841)RJIU04M,23123.p,0.000000)\
-			0.000000	(t_x(288601,1201)LGKFN04,23124.p,0.000000)\
-			0.000000	(t_x(283750,2450)YD5WH04M,23125.p,0.000000)\
-			0.000000	(t_x(293757,1592)KFZ4404M,23126.p,0.000000)\
-			0.000000	(t_x(295886,2701)EG11G04M,23127.p,0.000000)\
-			0.000000	(t_x(263593,2322)LOVN1504,23128.p,0.000000)\
-			0.000000	(t_x(311265,3743)LCES004,23129.p,0.000000)\
-			0.000000	(t_x(313302,2132)LCES004,23130.p,0.000000)\
-			0.000000	(t_x(302317,1522)KSLN04M,23131.p,0.000000)\
-			0.000000	(t_x(286762,617)RJIU04M,23132.p,0.000000)\
-			0.000000	(t_x(305560,624)MGY04,23133.p,0.000000)\
-			0.000000	(t_x(289655,666)RJIU04M,23134.p,0.000000)\
-			0.000000	(t_x(295407,911)RJIU04M,23135.p,0.000000)\
-			0.000000	(t_x(309414,3706)LCES004,23136.p,0.000000)\
-			0.000000	(t_x(289192,1129)MYY04A,23137.p,0.000000)\
-			0.000000	(t_x(289164,440)RJIU04M,23138.p,0.000000)\
-			0.000000	(t_x(300050,5663)GL4W04M,23139.p,0.000000)\
-			0.000000	(t_x(294819,3538)EGPFA04,23140.p,0.000000)\
-			0.000000	(t_x(303416,353)MGY04,23141.p,0.000000)\
-			0.000000	(t_x(290343,735)RJIU04M,23142.p,0.000000)\
-			0.000000	(t_x(312825,3832)LCES004,23143.p,0.000000)\
-			0.000000	(t_x(285585,418)MGY04,23144.p,0.000000)\
-			0.000000	(t_x(263921,3538)LCES004,23145.p,0.000000)\
-			0.000000	(t_x(292803,1133)LGKFN04,23146.p,0.000000)\
-			0.000000	(t_x(277127,1634)LGKFN04,23147.p,0.000000)\
-			0.000000	(t_x(290550,889)MYY04A,23148.p,0.000000)\
-			0.000000	(t_x(300666,1546)LCES004,23149.p,0.000000)\
-			0.000000	(t_x(287817,617)LGKFN04,23150.p,0.000000)\
-			0.000000	(t_x(283688,3827)PMXX04M,23151.p,0.000000)\
-			0.000000	(t_x(298471,6285)LGKFN04,23152.p,0.000000)\
-			0.000000	(t_x(303203,3769)LCES004,23153.p,0.000000)\
-			0.000000	(t_x(296922,1325)LGKFN04,23154.p,0.000000)\
-			0.000000	(t_x(301272,1385)LGKFN04,23155.p,0.000000)\
-			0.000000	(t_x(289502,870)YD5WH04M,23156.p,0.000000)\
-			0.000000	(t_x(311542,1556)LCES004,23157.p,0.000000)\
-			0.000000	(t_x(314108,3056)LCES004,23158.p,0.000000)\
-			0.000000	(t_x(306069,1140)MGY04,23159.p,0.000000)\
-			0.000000	(t_x(276122,2677)EG11G04M,23160.p,0.000000)\
-			0.000000	(t_x(295508,711)MAB04,23161.p,0.000000)\
-			0.000000	(t_x(290738,1963)EG11G04M,23162.p,0.000000)\
-			0.000000	(t_x(289136,738)RJIU04M,23163.p,0.000000)\
-			0.000000	(t_x(304422,420)MRAEE04,23164.p,0.000000)\
-			0.000000	(t_x(295238,671)RJIU04M,23165.p,0.000000)\
-			0.000000	(t_x(304114,732)MYY04A,23166.p,0.000000)\
-			0.000000	(t_x(305887,4157)LCES004,23167.p,0.000000)\
-			0.000000	(t_x(296194,1380)MAB04,23168.p,0.000000)\
-			0.000000	(t_x(309103,1228)MGY04,23169.p,0.000000)\
-			1.000000	(t_x(293657,654)YD5WH04M,23170.p,1.000000)\
-			0.000000	(t_x(292796,3997)LCES004,23171.p,0.000000)\
-			0.000000	(t_x(294001,3887)RJIU04M,23172.p,0.000000)\
-			0.000000	(t_x(291031,2726)EG11G04M,23173.p,0.000000)\
-			0.000000	(t_x(305798,1500)LCES004,23174.p,0.000000)\
-			0.000000	(t_x(306499,1340)GL34W04,23175.p,0.000000)\
-			0.000000	(t_x(314699,3038)LCES004,23176.p,0.000000)\
-			0.000000	(t_x(303612,2822)KSPE104D,23177.p,0.000000)\
-			0.000000	(t_x(294274,174)RASI04M,23178.p,0.000000)\
-			0.000000	(t_x(313102,1050)LCES004,23179.p,0.000000)\
-			0.000000	(t_x(295180,905)RASI04M,23180.p,0.000000)\
-			0.000000	(t_x(298266,3087)LGKFN04,23181.p,0.000000)\
-			0.000000	(t_x(317048,3916)LCES004,23182.p,0.000000)\
-			0.000000	(t_x(297087,1167)LGKFN04,23183.p,0.000000)\
-			0.000000	(t_x(263868,4221)LCES004,23184.p,0.000000)\
-			0.000000	(t_x(294133,956)RJIU04M,23185.p,0.000000)\
-			0.000000	(t_x(286600,1865)LGKFN04,23186.p,0.000000)\
-			0.000000	(t_x(303314,1162)EG11G04M,23187.p,0.000000)\
-			0.000000	(t_x(283998,688)RQXSI04E,23188.p,0.000000)\
-			0.000000	(t_x(292666,1419)YBOLN04M,23189.p,0.000000)\
-			0.000000	(t_x(277190,1128)EG11G04M,23190.p,0.000000)\
-			0.000000	(t_x(302874,2536)MGY04,23191.p,0.000000)\
-			0.000000	(t_x(305557,3261)LCES004,23192.p,0.000000)\
-			0.000000	(t_x(310502,1053)MYY04A,23193.p,0.000000)\
-			0.000000	(t_x(294696,230)RASI04M,23194.p,0.000000)\
-			0.000000	(t_x(297505,1255)RQXSI04E,23195.p,0.000000)\
-			0.000000	(t_x(303818,897)MRAEE04,23196.p,0.000000)\
-			0.000000	(t_x(308325,1625)LGKFN04,23197.p,0.000000)\
-			0.000000	(t_x(306829,510)GL34W04,23198.p,0.000000)\
-			0.000000	(t_x(290967,758)RJIU04M,23199.p,0.000000)\
-			0.000000	(t_x(307498,4350)LCES004,23200.p,0.000000)\
-			0.000000	(t_x(284810,3245)PMXX04M,23201.p,0.000000)\
-			0.000000	(t_x(292231,2438)EG11G04M,23202.p,0.000000)\
-			0.000000	(t_x(295936,368)YBOLN04M,23203.p,0.000000)\
-			0.000000	(t_x(302643,446)EG11G04M,23204.p,0.000000)\
-			0.000000	(t_x(263439,3399)YB3EH04A,23205.p,0.000000)\
-			0.000000	(t_x(303665,4358)LCES004,23206.p,0.000000)\
-			0.000000	(t_x(276611,530)RQXSI04E,23207.p,0.000000)\
-			0.000000	(t_x(295532,568)RJIU04M,23208.p,0.000000)\
-			0.000000	(t_x(272249,668)EGNOR04M,23209.p,0.000000)\
-			0.000000	(t_x(294327,2988)RJIU04M,23210.p,0.000000)\
-			0.000000	(t_x(297442,2881)EG11G04M,23211.p,0.000000)\
-			0.000000	(t_x(296953,3349)LCES004,23212.p,0.000000)\
-			0.000000	(t_x(280274,467)RQXSI04E,23213.p,0.000000)\
-			0.000000	(t_x(292714,571)RQXU04E,23214.p,0.000000)\
-			0.000000	(t_x(302366,164)MAB3404A,23215.p,0.000000)\
-			0.000000	(t_x(293544,1343)RQXSI04E,23216.p,0.000000)\
-			0.000000	(t_x(282099,2326)EG11G04M,23217.p,0.000000)\
-			0.000000	(t_x(313758,4221)LCES004,23218.p,0.000000)\
-			0.000000	(t_x(287111,816)EGNOR04M,23219.p,0.000000)\
-			0.000000	(t_x(263410,1786)LGKFN04,23220.p,0.000000)\
-			0.000000	(t_x(310647,629)MGY04,23221.p,0.000000)\
-			0.000000	(t_x(307285,351)MGY04,23222.p,0.000000)\
-			0.000000	(t_x(309573,3087)LCES004,23223.p,0.000000)\
-			0.000000	(t_x(294193,590)LGKFN04,23224.p,0.000000)\
-			0.000000	(t_x(292107,348)RQXSI04E,23225.p,0.000000)\
-			0.000000	(t_x(293534,3980)RJIU04M,23226.p,0.000000)\
-			0.000000	(t_x(289367,1323)RQXSI04E,23227.p,0.000000)\
-			0.000000	(t_x(291819,926)EGNOR04M,23228.p,0.000000)\
-			0.000000	(t_x(285949,473)EBBRA04E,23229.p,0.000000)\
-			0.000000	(t_x(287924,547)LELVL04M,23230.p,0.000000)\
-			0.000000	(t_x(297622,2895)EG11G04M,23231.p,0.000000)\
-			0.000000	(t_x(282492,481)RQXSI04E,23232.p,0.000000)\
-			0.000000	(t_x(286771,389)MGY04,23233.p,0.000000)\
-			0.000000	(t_x(310158,4276)LCES004,23234.p,0.000000)\
-			0.000000	(t_x(297636,107)YBOLN04M,23235.p,0.000000)\
-			0.000000	(t_x(291027,243)YBOLN04M,23236.p,0.000000)\
-			0.000000	(t_x(311886,1740)LCES004,23237.p,0.000000)\
-			0.000000	(t_x(279241,983)EGNOR04M,23238.p,0.000000)\
-			0.000000	(t_x(290635,395)RQXSI04E,23239.p,0.000000)\
-			0.000000	(t_x(280579,395)EGNOR04M,23240.p,0.000000)\
-			0.000000	(t_x(307679,350)LOVN1504,23241.p,0.000000)\
-			0.000000	(t_x(285241,2474)LGKFN04,23242.p,0.000000)\
-			0.000000	(t_x(281466,493)EGNOR04M,23243.p,0.000000)\
-			0.000000	(t_x(286685,1538)RQXSI04E,23244.p,0.000000)\
-			0.000000	(t_x(294613,1275)RQXSI04E,23245.p,0.000000)\
-			0.000000	(t_x(312879,3264)LCES004,23246.p,0.000000)\
-			0.000000	(t_x(282677,345)YBOLN04M,23247.p,0.000000)\
-			0.000000	(t_x(303148,112)$MRAEE04,23248.p,0.000000)\
-			0.000000	(t_x(294848,986)EGNOR04M,23249.p,0.000000)\
-			0.000000	(t_x(263926,311)MGY04,23250.p,0.000000)\
-			0.000000	(t_x(283663,1728)RQXSI04E,23251.p,0.000000)\
-			0.000000	(t_x(312199,3564)LCES004,23252.p,0.000000)\
-			0.000000	(t_x(286897,1207)EBBRA04E,23253.p,0.000000)\
-			0.000000	(t_x(291104,4602)LCES004,23254.p,0.000000)\
-			0.000000	(t_x(308251,3598)LCES004,23255.p,0.000000)\
-			0.000000	(t_x(284313,1067)RQXSI04E,23256.p,0.000000)\
-			0.000000	(t_x(275270,1562)RQXSI04E,23257.p,0.000000)\
-			0.000000	(t_x(279011,2796)LGKFN04,23258.p,0.000000)\
-			0.000000	(t_x(284722,983)RJIU04M,23259.p,0.000000)\
-			0.000000	(t_x(302661,1017)EG11G04M,23260.p,0.000000)\
-			0.000000	(t_x(294816,684)YB5KL04E,23261.p,0.000000)\
-			0.000000	(t_x(286122,116)KSLN04M,23262.p,0.000000)\
-			0.000000	(t_x(280252,2824)RQXSI04E,23263.p,0.000000)\
-			0.000000	(t_x(289828,643)ZM56704,23264.p,0.000000)\
-			0.000000	(t_x(277463,809)LGKFN04,23265.p,0.000000)\
-			0.000000	(t_x(291164,1635)RQXSI04E,23266.p,0.000000)\
-			0.000000	(t_x(290082,277)RNI04M,23267.p,0.000000)\
-			0.000000	(t_x(312369,1070)MEK04,23268.p,0.000000)\
-			0.000000	(t_x(297984,4972)KSLN04A,23269.p,0.000000)\
-			0.000000	(t_x(272266,1159)RQXSI04E,23270.p,0.000000)\
-			0.000000	(t_x(295587,408)YB5KL04E,23271.p,0.000000)\
-			0.000000	(t_x(278295,495)RNI04M,23272.p,0.000000)\
-			0.000000	(t_x(297157,1407)LGKFN04,23273.p,0.000000)\
-			0.000000	(t_x(275277,1048)RQXSI04E,23274.p,0.000000)\
-			0.000000	(t_x(309011,1040)MRAE04,23275.p,0.000000)\
-			0.000000	(t_x(295608,1174)EGNOR04M,23276.p,0.000000)\
-			0.000000	(t_x(306346,2938)LCES004,23277.p,0.000000)\
-			0.000000	(t_x(289945,769)LGKFN04,23278.p,0.000000)\
-			0.000000	(t_x(294756,481)RJIU04M,23279.p,0.000000)\
-			0.000000	(t_x(287785,801)PMXX04M,23280.p,0.000000)\
-			0.000000	(t_x(276307,727)LGKFN04,23281.p,0.000000)\
-			0.000000	(t_x(303350,553)MEK04,23282.p,0.000000)\
-			0.000000	(t_x(303992,1074)LGKFN04,23283.p,0.000000)\
-			0.000000	(t_x(302528,10)YB3EH04A,23284.p,0.000000)\
-			0.000000	(t_x(294940,996)RNS04M,23285.p,0.000000)\
-			0.000000	(t_x(298574,3053)YB3EH04E,23286.p,0.000000)\
-			0.000000	(t_x(290061,1492)MGY04,23287.p,0.000000)\
-			0.000000	(t_x(301003,74)YB3EH04A,23288.p,0.000000)\
-			0.000000	(t_x(295328,1635)RQXSI04E,23289.p,0.000000)\
-			0.000000	(t_x(294200,1815)RQXSI04E,23290.p,0.000000)\
-			0.000000	(t_x(281643,203)YB5KL04E,23291.p,0.000000)\
-			0.000000	(t_x(315618,2003)EDGG704,23292.p,0.000000)\
-			0.000000	(t_x(263866,3206)LCES004,23293.p,0.000000)\
-			0.000000	(t_x(281483,87)EGNOR04M,23294.p,0.000000)\
-			0.000000	(t_x(290015,231)YD5WH04M,23295.p,0.000000)\
-			0.000000	(t_x(296393,26)YB3EH04A,23296.p,0.000000)\
-			0.000000	(t_x(289563,91)RNI04M,23297.p,0.000000)\
-			0.000000	(t_x(263602,4281)LCES004,23298.p,0.000000)\
-			0.000000	(t_x(307696,340)MRAE04,23299.p,0.000000)\
-			0.000000	(t_x(311757,3090)LCES004,23300.p,0.000000)\
-			0.000000	(t_x(296754,1304)LGKFN04,23301.p,0.000000)\
-			0.000000	(t_x(300064,484)RJIU04M,23302.p,0.000000)\
-			0.000000	(t_x(312956,2079)EDGG704,23303.p,0.000000)\
-			0.000000	(t_x(263004,1172)RQXSI04E,23304.p,0.000000)\
-			0.000000	(t_x(316090,2934)LCES004,23305.p,0.000000)\
-			0.000000	(t_x(313569,3684)LCES004,23306.p,0.000000)\
-			0.000000	(t_x(280221,40)YBOLN04M,23307.p,0.000000)\
-			0.000000	(t_x(313068,3071)LCES004,23308.p,0.000000)\
-			0.000000	(t_x(311073,2160)MEK04,23309.p,0.000000)\
-			0.000000	(t_x(293096,492)RMZU04E,23310.p,0.000000)\
-			0.000000	(t_x(296307,460)RNI04M,23311.p,0.000000)\
-			0.000000	(t_x(285148,195)KSLN04M,23312.p,0.000000)\
-			0.000000	(t_x(294518,382)EG11G04M,23313.p,0.000000)\
-			0.000000	(t_x(281048,754)LGKFN04,23314.p,0.000000)\
-			0.000000	(t_x(301968,2646)EG11G04M,23315.p,0.000000)\
-			0.000000	(t_x(300988,1892)LCES004,23316.p,0.000000)\
-			0.000000	(t_x(295104,1569)LEMDAT04,23317.p,0.000000)\
-			0.000000	(t_x(298528,3744)LCES004,23318.p,0.000000)\
-			0.000000	(t_x(278651,154)YB5KL04E,23319.p,0.000000)\
-			0.000000	(t_x(304254,87)KWUR1C04,23320.p,0.000000)\
-			0.000000	(t_x(311138,121)KWUR1C04,23321.p,0.000000)\
-			0.000000	(t_x(302135,223)EG11G04M,23322.p,0.000000)\
-			0.000000	(t_x(295984,464)RASI04M,23323.p,0.000000)\
-			0.000000	(t_x(301759,1561)KCHI104M,23324.p,0.000000)\
-			0.000000	(t_x(302060,1623)EG11G04M,23325.p,0.000000)\
-			0.000000	(t_x(291957,415)RQXSI04E,23326.p,0.000000)\
-			0.000000	(t_x(287904,948)LGKFN04,23327.p,0.000000)\
-			0.000000	(t_x(289705,480)YB3EH04E,23328.p,0.000000)\
-			0.000000	(t_x(312583,3180)LCES004,23329.p,0.000000)\
-			0.000000	(t_x(283259,388)EGNOR04M,23330.p,0.000000)\
-			0.000000	(t_x(295258,7)YD5WH04M,23331.p,0.000000)\
-			0.000000	(t_x(301843,3101)LGKFN04,23332.p,0.000000)\
-			0.000000	(t_x(308624,833)LCES004,23333.p,0.000000)\
-			0.000000	(t_x(306698,2180)EDGG704,23334.p,0.000000)\
-			0.000000	(t_x(294908,565)YBOLN04M,23335.p,0.000000)\
-			0.000000	(t_x(304230,897)EDGG704,23336.p,0.000000)\
-			0.000000	(t_x(289868,3703)LCES004,23337.p,0.000000)\
-			0.000000	(t_x(291968,451)EG11G04M,23338.p,0.000000)\
-			0.000000	(t_x(292130,27)YB3EH04A,23339.p,0.000000)\
-			0.000000	(t_x(295296,1412)RQXU04E,23340.p,0.000000)\
-			0.000000	(t_x(294749,379)EGNOR04M,23341.p,0.000000)\
-			0.000000	(t_x(263580,3403)LCES004,23342.p,0.000000)\
-			0.000000	(t_x(297546,954)LGKFN04,23343.p,0.000000)\
-			0.000000	(t_x(297402,3499)KSPE104D,23344.p,0.000000)\
-			0.000000	(t_x(312015,2100)LCES004,23345.p,0.000000)\
-			0.000000	(t_x(305816,443)MAB1204A,23346.p,0.000000)\
-			0.000000	(t_x(288411,66)YBOLN04M,23347.p,0.000000)\
-			0.000000	(t_x(271616,237)RQXSI04E,23348.p,0.000000)\
-			0.000000	(t_x(284933,1425)RQXSI04E,23349.p,0.000000)\
-			0.000000	(t_x(282480,858)EBBRA04E,23350.p,0.000000)\
-			0.000000	(t_x(316476,2158)EDGG704,23351.p,0.000000)\
-			0.000000	(t_x(290342,457)$RNI04M,23352.p,0.000000)\
-			0.000000	(t_x(303692,1274)LGKFN04,23353.p,0.000000)\
-			0.000000	(t_x(277936,1379)LGKFN04,23354.p,0.000000)\
-			0.000000	(t_x(277313,185)YBOLN04M,23355.p,0.000000)\
-			0.000000	(t_x(281349,473)RMZSI04M,23356.p,0.000000)\
-			0.000000	(t_x(289805,822)YBOLN04M,23357.p,0.000000)\
-			0.000000	(t_x(293009,607)YB5WH04M,23358.p,0.000000)\
-			0.000000	(t_x(307626,1056)MRAE04,23359.p,0.000000)\
-			0.000000	(t_x(287194,605)RQXSI04E,23360.p,0.000000)\
-			0.000000	(t_x(283389,1841)RQXSI04E,23361.p,0.000000)\
-			0.000000	(t_x(305851,498)GL34W04,23362.p,0.000000)\
-			0.000000	(t_x(286494,243)YBOLN04M,23363.p,0.000000)\
-			0.000000	(t_x(291891,788)LGKFN04,23364.p,0.000000)\
-			0.000000	(t_x(285506,218)YB5KL04E,23365.p,0.000000)\
-			0.000000	(t_x(293074,480)RQXU04E,23366.p,0.000000)\
-			0.000000	(t_x(292992,523)YD5WH04M,23367.p,0.000000)\
-			0.000000	(t_x(271211,828)RQXSI04E,23368.p,0.000000)\
-			0.000000	(t_x(283559,739)LGKFN04,23369.p,0.000000)\
-			0.000000	(t_x(273072,653)RQXI04E,23370.p,0.000000)\
-			0.000000	(t_x(317222,2216)EDGG704,23371.p,0.000000)\
-			0.000000	(t_x(308449,1038)MRAE04,23372.p,0.000000)\
-			0.000000	(t_x(291843,173)RJIU04M,23373.p,0.000000)\
-			0.000000	(t_x(282657,240)YBOLN04M,23374.p,0.000000)\
-			0.000000	(t_x(297922,98)KSLN04A,23375.p,0.000000)\
-			0.000000	(t_x(314186,569)KWUR1C04,23376.p,0.000000)\
-			0.000000	(t_x(289566,1126)LGKFN04,23377.p,0.000000)\
-			0.000000	(t_x(294654,280)RQXSI04E,23378.p,0.000000)\
-			0.000000	(t_x(295282,37)YB3EH04A,23379.p,0.000000)\
-			0.000000	(t_x(319008,2090)EDGG704,23380.p,0.000000)\
-			0.000000	(t_x(314223,2825)LCES004,23381.p,0.000000)\
-			0.000000	(t_x(272849,1371)LGKFN04,23382.p,0.000000)\
-			0.000000	(t_x(316916,949)EDGG704,23383.p,0.000000)\
-			0.000000	(t_x(316430,2252)LCES004,23384.p,0.000000)\
-			0.000000	(t_x(305584,269)MGY04,23385.p,0.000000)\
-			0.000000	(t_x(263306,2190)LCES004,23386.p,0.000000)\
-			0.000000	(t_x(305462,946)EDGG704,23387.p,0.000000)\
-			0.000000	(t_x(273048,499)YB5WH04M,23388.p,0.000000)\
-			0.000000	(t_x(274564,1180)RQXSI04E,23389.p,0.000000)\
-			0.000000	(t_x(296062,1267)RQXSI04E,23390.p,0.000000)\
-			0.000000	(t_x(308892,439)MGY04,23391.p,0.000000)\
-			0.000000	(t_x(293252,667)RNI04M,23392.p,0.000000)\
-			0.000000	(t_x(305283,960)LGKFN04,23393.p,0.000000)\
-			0.000000	(t_x(316499,2037)EDGG704,23394.p,0.000000)\
-			0.000000	(t_x(278562,277)YBOLN04M,23395.p,0.000000)\
-			0.000000	(t_x(281059,353)YB5WH04M,23396.p,0.000000)\
-			0.000000	(t_x(285733,3674)LCES004,23397.p,0.000000)\
-			0.000000	(t_x(288405,795)PMXX04M,23398.p,0.000000)\
-			0.000000	(t_x(291577,85)EGNOR04M,23399.p,0.000000)\
-			0.000000	(t_x(280825,214)LGKFN04,23400.p,0.000000)\
-			0.000000	(t_x(317443,937)MRAE04,23401.p,0.000000)\
-			0.000000	(t_x(280430,2396)LGKFN04,23402.p,0.000000)\
-			0.000000	(t_x(288765,409)RQXSI04E,23403.p,0.000000)\
-			0.000000	(t_x(305791,247)KWUR1C04,23404.p,0.000000)\
-			0.000000	(t_x(291305,1368)EDGG704,23405.p,0.000000)\
-			0.000000	(t_x(296334,10)YB3EH04E,23406.p,0.000000)\
-			0.000000	(t_x(307182,2809)EDGG704,23407.p,0.000000)\
-			0.000000	(t_x(283526,193)KFZ4404M,23408.p,0.000000)\
-			0.000000	(t_x(290858,428)RNI04M,23409.p,0.000000)\
-			0.000000	(t_x(285459,4417)LCES004,23410.p,0.000000)\
-			0.000000	(t_x(293710,2099)EDGG704,23411.p,0.000000)\
-			0.000000	(t_x(292120,463)YB3EH04E,23412.p,0.000000)\
-			0.000000	(t_x(277562,897)YH5MH04M,23413.p,0.000000)\
-			0.000000	(t_x(281887,1293)LELVL04M,23414.p,0.000000)\
-			0.000000	(t_x(292153,312)YB5WH04M,23415.p,0.000000)\
-			0.000000	(t_x(319337,1900)EDGG704,23416.p,0.000000)\
-			0.000000	(t_x(296688,68)YD5WH04M,23417.p,0.000000)\
-			0.000000	(t_x(283102,58)YB5KL04E,23418.p,0.000000)\
-			0.000000	(t_x(293889,98)BR404M,23419.p,0.000000)\
-			0.000000	(t_x(302301,426)MAB3404A,23420.p,0.000000)\
-			0.000000	(t_x(297867,544)RJIU04M,23421.p,0.000000)\
-			0.000000	(t_x(294107,37)EGNOR04M,23422.p,0.000000)\
-			0.000000	(t_x(290247,461)YB5KL04E,23423.p,0.000000)\
-			0.000000	(t_x(292683,558)YBOLN04M,23424.p,0.000000)\
-			0.000000	(t_x(289972,666)YB3EH04E,23425.p,0.000000)\
-			0.000000	(t_x(287243,1483)GL4W04M,23426.p,0.000000)\
-			0.000000	(t_x(288401,160)EGNOR04M,23427.p,0.000000)\
-			0.000000	(t_x(287329,129)RMZU04E,23428.p,0.000000)\
-			0.000000	(t_x(297433,785)EGPFA04,23429.p,0.000000)\
-			0.000000	(t_x(309061,965)EGPFA04,23430.p,0.000000)\
-			0.000000	(t_x(297346,1311)RJIU04M,23431.p,0.000000)\
-			0.000000	(t_x(293650,1993)EGPFA04,23432.p,0.000000)\
-			0.000000	(t_x(279690,2530)EGPFA04,23433.p,0.000000)\
-			0.000000	(t_x(293718,2621)EGPFA04,23434.p,0.000000)\
-			0.000000	(t_x(293126,3930)RJIU04M,23435.p,0.000000)\
-			0.000000	(t_x(292791,2921)EGPFA04,23436.p,0.000000)\
-			0.000000	(t_x(279627,2978)EGPFA04,23437.p,0.000000)\
-			0.000000	(t_x(289455,596)RNI04M,23438.p,0.000000)\
-			0.000000	(t_x(300356,246)RNI04M,23439.p,0.000000)\
-			0.000000	(t_x(293647,1328)RJIU04M,23440.p,0.000000)\
-			0.000000	(t_x(298116,911)RJIU04M,23441.p,0.000000)\
-			0.000000	(t_x(287891,330)RNI04M,23442.p,0.000000)\
-			0.000000	(t_x(295927,1376)RJIU04M,23443.p,0.000000)\
-			0.000000	(t_x(292297,411)RNI04M,23444.p,0.000000)\
-			0.000000	(t_x(303235,3186)EGPFA04,23445.p,0.000000)\
-			0.000000	(t_x(304456,1583)RJIU04M,23446.p,0.000000)\
-			0.000000	(t_x(290776,1675)RJIU04M,23447.p,0.000000)\
-			0.000000	(t_x(277826,1844)RJIU04M,23448.p,0.000000)\
-			0.000000	(t_x(287119,925)$RNI04M,23449.p,0.000000)\
-			0.000000	(t_x(289457,1864)RJIU04M,23450.p,0.000000)\
-			0.000000	(t_x(302531,592)RJIU04M,23451.p,0.000000)\
-			0.000000	(t_x(304258,366)MEK04,23452.p,0.000000)\
-			0.000000	(t_x(292569,1231)$RNI04M,23453.p,0.000000)\
-			0.000000	(t_x(310674,1266)MEK04,23454.p,0.000000)\
-			0.000000	(t_x(296406,2124)RJIU04M,23455.p,0.000000)\
-			0.000000	(t_x(290406,1302)$RNI04M,23456.p,0.000000)\
-			0.000000	(t_x(294556,602)RJIU04M,23457.p,0.000000)\
-			0.000000	(t_x(302879,644)MAB1204A,23458.p,0.000000)\
-			0.000000	(t_x(276837,1929)RJIU04M,23459.p,0.000000)\
-			0.000000	(t_x(304450,1086)MEK04,23460.p,0.000000)\
-			0.000000	(t_x(298006,2166)RJIU04M,23461.p,0.000000)\
-			0.000000	(t_x(292050,689)RJIU04M,23462.p,0.000000)\
-			0.000000	(t_x(291031,1310)EG11G04M,23463.p,0.000000)\
-			0.000000	(t_x(302361,1433)MRAEE04,23464.p,0.000000)\
-			0.000000	(t_x(289232,1671)RNI04M,23465.p,0.000000)\
-			0.000000	(t_x(295886,1285)EG11G04M,23466.p,0.000000)\
-			0.000000	(t_x(309959,1586)$MEK04,23467.p,0.000000)\
-			0.000000	(t_x(308336,656)MYY04A,23468.p,0.000000)\
-			0.000000	(t_x(294303,1874)YD5WH04M,23469.p,0.000000)\
-			0.000000	(t_x(290076,325)BR404M,23470.p,0.000000)\
-			0.000000	(t_x(314402,737)MAB1204A,23471.p,0.000000)\
-			0.000000	(t_x(289978,2193)RJIU04M,23472.p,0.000000)\
-			0.000000	(t_x(308914,555)MYY04A,23473.p,0.000000)\
-			0.000000	(t_x(311856,632)MAB3404A,23474.p,0.000000)\
-			0.000000	(t_x(311151,1021)MAB1204A,23475.p,0.000000)\
-			0.000000	(t_x(290574,330)BR404M,23476.p,0.000000)\
-			0.000000	(t_x(297113,892)RJIU04M,23477.p,0.000000)\
-			0.000000	(t_x(288381,1935)YD5WH04M,23478.p,0.000000)\
-			0.000000	(t_x(289164,253)RNI04M,23479.p,0.000000)\
-			0.000000	(t_x(287660,1103)EG11G04M,23480.p,0.000000)\
-			0.000000	(t_x(295508,1891)MEK04,23481.p,0.000000)\
-			0.000000	(t_x(296194,2564)MEK04,23482.p,0.000000)\
-			0.000000	(t_x(293188,815)RNI04M,23483.p,0.000000)\
-			0.000000	(t_x(314186,1333)KWUR1C04,23484.p,0.000000)\
-			0.000000	(t_x(282099,899)YD5WH04M,23485.p,0.000000)\
-			0.000000	(t_x(302711,304)MGY04,23486.p,0.000000)\
-			0.000000	(t_x(307726,706)GL34W04,23487.p,0.000000)\
-			0.000000	(t_x(303814,1173)EDGG704,23488.p,0.000000)\
-			0.000000	(t_x(305634,104)MEK04,23489.p,0.000000)\
-			0.000000	(t_x(300204,365)EG11G04M,23490.p,0.000000)\
-			0.000000	(t_x(292436,935)$YD5WH04M,23491.p,0.000000)\
-			0.000000	(t_x(306530,1150)MYY04A,23492.p,0.000000)\
-			0.000000	(t_x(303173,381)EG11G04M,23493.p,0.000000)\
-			0.000000	(t_x(308371,560)MYY04A,23494.p,0.000000)\
-			0.000000	(t_x(306405,1212)EDGG704,23495.p,0.000000)\
-			0.000000	(t_x(289863,768)ZM56704,23496.p,0.000000)\
-			0.000000	(t_x(290566,1015)ZM56704,23497.p,0.000000)\
-			0.000000	(t_x(295047,3256)EGPFA04,23498.p,0.000000)\
-			0.000000	(t_x(314823,270)MGY04,23499.p,0.000000)\
-			0.000000	(t_x(295283,659)MEK04,23500.p,0.000000)\
-			0.000000	(t_x(317111,1367)EDGG704,23501.p,0.000000)\
-			0.000000	(t_x(297852,716)$RNI04M,23502.p,0.000000)\
-			0.000000	(t_x(306677,677)MAB04,23503.p,0.000000)\
-			0.000000	(t_x(292908,1009)YD5WH04M,23504.p,0.000000)\
-			0.000000	(t_x(302044,545)MYY04A,23505.p,0.000000)\
-			0.000000	(t_x(283688,1115)RQXSI04E,23506.p,0.000000)\
-			0.000000	(t_x(314889,1273)EDGG704,23507.p,0.000000)\
-			0.000000	(t_x(286762,705)RJIU04M,23508.p,0.000000)\
-			0.000000	(t_x(304114,590)GL34W04,23509.p,0.000000)\
-			0.000000	(t_x(288693,625)BR404M,23510.p,0.000000)\
-			0.000000	(t_x(287817,701)LGKFN04,23511.p,0.000000)\
-			0.000000	(t_x(292803,1699)YB3EH04A,23512.p,0.000000)\
-			0.000000	(t_x(302138,371)MGY04,23513.p,0.000000)\
-			0.000000	(t_x(300097,892)$RNI04M,23514.p,0.000000)\
-			0.000000	(t_x(289655,754)RJIU04M,23515.p,0.000000)\
-			0.000000	(t_x(311542,956)LCES004,23516.p,0.000000)\
-			0.000000	(t_x(300332,704)EG11G04M,23517.p,0.000000)\
-			0.000000	(t_x(305585,614)MYY04A,23518.p,0.000000)\
-			0.000000	(t_x(322722,1389)EDGG704,23519.p,0.000000)\
-			0.000000	(t_x(297818,354)MGY04,23520.p,0.000000)\
-			0.000000	(t_x(290343,823)RJIU04M,23521.p,0.000000)\
-			0.000000	(t_x(298471,6369)LGKFN04,23522.p,0.000000)\
-			0.000000	(t_x(297335,465)BR404M,23523.p,0.000000)\
-			0.000000	(t_x(289354,1015)RNI04M,23524.p,0.000000)\
-			0.000000	(t_x(300050,5244)GL4W04M,23525.p,0.000000)\
-			0.000000	(t_x(289171,580)EG11G04M,23526.p,0.000000)\
-			0.000000	(t_x(294560,842)EG11G04M,23527.p,0.000000)\
-			0.000000	(t_x(277127,1718)LGKFN04,23528.p,0.000000)\
-			0.000000	(t_x(284722,369)RJIU04M,23529.p,0.000000)\
-			0.000000	(t_x(288601,1285)LGKFN04,23530.p,0.000000)\
-			0.000000	(t_x(289136,826)RJIU04M,23531.p,0.000000)\
-			0.000000	(t_x(305798,1650)LCES004,23532.p,0.000000)\
-			0.000000	(t_x(304422,359)MYY04A,23533.p,0.000000)\
-			0.000000	(t_x(290037,532)RJIU04M,23534.p,0.000000)\
-			0.000000	(t_x(289240,865)EG11G04M,23535.p,0.000000)\
-			0.000000	(t_x(309210,1491)EDGG704,23536.p,0.000000)\
-			0.000000	(t_x(263921,3881)LCES004,23537.p,0.000000)\
-			0.000000	(t_x(277434,1310)EG11G04M,23538.p,0.000000)\
-			0.000000	(t_x(294756,657)RJIU04M,23539.p,0.000000)\
-			0.000000	(t_x(311886,1140)LCES004,23540.p,0.000000)\
-			0.000000	(t_x(310502,1449)MAB04,23541.p,0.000000)\
-			0.000000	(t_x(314108,3399)LCES004,23542.p,0.000000)\
-			0.000000	(t_x(300064,660)RJIU04M,23543.p,0.000000)\
-			0.000000	(t_x(297867,720)RJIU04M,23544.p,0.000000)\
-			0.000000	(t_x(296922,1493)LGKFN04,23545.p,0.000000)\
-			0.000000	(t_x(291594,1454)EG11G04M,23546.p,0.000000)\
-			0.000000	(t_x(310732,3188)LCES004,23547.p,0.000000)\
-			0.000000	(t_x(311838,1608)LCES004,23548.p,0.000000)\
-			0.000000	(t_x(301272,1553)LGKFN04,23549.p,0.000000)\
-			0.000000	(t_x(314699,3381)LCES004,23550.p,0.000000)\
-			0.000000	(t_x(263593,2179)LOVN1504,23551.p,0.000000)\
-			0.000000	(t_x(303203,4112)LCES004,23552.p,0.000000)\
-			0.000000	(t_x(303416,1136)MGY04,23553.p,0.000000)\
-			0.000000	(t_x(292808,2656)RJIU04M,23554.p,0.000000)\
-			0.000000	(t_x(290061,2020)EDGG704,23555.p,0.000000)\
-			0.000000	(t_x(292550,213)RJIU04M,23556.p,0.000000)\
-			0.000000	(t_x(294112,1441)EG11G04M,23557.p,0.000000)\
-			0.000000	(t_x(264011,3287)LCES004,23558.p,0.000000)\
-			0.000000	(t_x(312369,454)MAB1204A,23559.p,0.000000)\
-			0.000000	(t_x(311878,678)MGY04,23560.p,0.000000)\
-			0.000000	(t_x(305823,695)MAB04,23561.p,0.000000)\
-			0.000000	(t_x(309711,1178)MAB04,23562.p,0.000000)\
-			0.000000	(t_x(308511,291)MYY04A,23563.p,0.000000)\
-			0.000000	(t_x(290480,622)RJIU04M,23564.p,0.000000)\
-			0.000000	(t_x(308622,3226)LCES004,23565.p,0.000000)\
-			0.000000	(t_x(291377,1341)EG11G04M,23566.p,0.000000)\
-			0.000000	(t_x(297442,1462)YD5WH04M,23567.p,0.000000)\
-			0.000000	(t_x(273072,610)YB5WH04M,23568.p,0.000000)\
-			0.000000	(t_x(308751,700)MGY04,23569.p,0.000000)\
-			0.000000	(t_x(297087,1251)LGKFN04,23570.p,0.000000)\
-			0.000000	(t_x(305557,3433)LCES004,23571.p,0.000000)\
-			0.000000	(t_x(285459,3042)LCES004,23572.p,0.000000)\
-			0.000000	(t_x(285585,857)MYY04A,23573.p,0.000000)\
-			0.000000	(t_x(302661,1331)EG11G04M,23574.p,0.000000)\
-			0.000000	(t_x(312879,3608)LCES004,23575.p,0.000000)\
-			0.000000	(t_x(290550,1314)MGY04,23576.p,0.000000)\
-			0.000000	(t_x(291257,1546)EDGG704,23577.p,0.000000)\
-			0.000000	(t_x(304696,669)MGY04,23578.p,0.000000)\
-			0.000000	(t_x(301759,1152)KCHI104M,23579.p,0.000000)\
-			0.000000	(t_x(290967,846)RJIU04M,23580.p,0.000000)\
-			0.000000	(t_x(289192,1554)MGY04,23581.p,0.000000)\
-			0.000000	(t_x(298266,3171)LGKFN04,23582.p,0.000000)\
-			0.000000	(t_x(306069,1062)MGY04,23583.p,0.000000)\
-			0.000000	(t_x(281059,564)YB5WH04M,23584.p,0.000000)\
-			0.000000	(t_x(263602,3594)LCES004,23585.p,0.000000)\
-			0.000000	(t_x(302643,367)EG11G04M,23586.p,0.000000)\
-			0.000000	(t_x(293250,183)RQXU04E,23587.p,0.000000)\
-			0.000000	(t_x(286600,1698)LGKFN04,23588.p,0.000000)\
-			0.000000	(t_x(305887,4329)LCES004,23589.p,0.000000)\
-			0.000000	(t_x(314450,34)KWUR1C04,23590.p,0.000000)\
-			0.000000	(t_x(287924,485)RNI04M,23591.p,0.000000)\
-			0.000000	(t_x(309414,3878)LCES004,23592.p,0.000000)\
-			0.000000	(t_x(294518,303)EG11G04M,23593.p,0.000000)\
-			0.000000	(t_x(291367,1659)EG11G04M,23594.p,0.000000)\
-			0.000000	(t_x(296035,1559)LELVL04M,23595.p,0.000000)\
-			0.000000	(t_x(313758,3534)LCES004,23596.p,0.000000)\
-			0.000000	(t_x(285733,3502)LCES004,23597.p,0.000000)\
-			0.000000	(t_x(295238,604)$RNI04M,23598.p,0.000000)\
-			0.000000	(t_x(311265,3915)LCES004,23599.p,0.000000)\
-			0.000000	(t_x(301656,351)RNI04M,23600.p,0.000000)\
-			0.000000	(t_x(272249,528)EGNOR04M,23601.p,0.000000)\
-			0.000000	(t_x(292265,191)RJIU04M,23602.p,0.000000)\
-			0.000000	(t_x(294654,475)RQXSI04E,23603.p,0.000000)\
-			0.000000	(t_x(300666,1696)LCES004,23604.p,0.000000)\
-			0.000000	(t_x(303314,1004)EG11G04M,23605.p,0.000000)\
-			0.000000	(t_x(302317,1368)KSLN04M,23606.p,0.000000)\
-			0.000000	(t_x(292796,4340)LCES004,23607.p,0.000000)\
-			0.000000	(t_x(308325,1458)LGKFN04,23608.p,0.000000)\
-			0.000000	(t_x(297622,2198)YD5WH04M,23609.p,0.000000)\
-			0.000000	(t_x(306829,209)MYY04A,23610.p,0.000000)\
-			0.000000	(t_x(314075,300)MAB04,23611.p,0.000000)\
-			0.000000	(t_x(277190,970)EG11G04M,23612.p,0.000000)\
-			0.000000	(t_x(296953,3693)LCES004,23613.p,0.000000)\
-			0.000000	(t_x(263866,3034)LCES004,23614.p,0.000000)\
-			0.000000	(t_x(291887,128)YD5WH04M,23615.p,0.000000)\
-			0.000000	(t_x(303665,3327)LCES004,23616.p,0.000000)\
-			0.000000	(t_x(287785,698)PMXX04M,23617.p,0.000000)\
-			0.000000	(t_x(288411,272)EBBRA04E,23618.p,0.000000)\
-			0.000000	(t_x(290738,1649)EG11G04M,23619.p,0.000000)\
-			0.000000	(t_x(289318,596)RNI04M,23620.p,0.000000)\
-			0.000000	(t_x(298528,3400)LCES004,23621.p,0.000000)\
-			0.000000	(t_x(307285,742)MGY04,23622.p,0.000000)\
-			0.000000	(t_x(291906,2870)RVKWU04M,23623.p,0.000000)\
-			0.000000	(t_x(280252,3182)PMXX04M,23624.p,0.000000)\
-			0.000000	(t_x(289805,312)YB5WH04M,23625.p,0.000000)\
-			0.000000	(t_x(295882,300)RVKWS04,23626.p,0.000000)\
-			0.000000	(t_x(286897,561)RQXSI04E,23627.p,0.000000)\
-			0.000000	(t_x(303612,3190)KSPE104D,23628.p,0.000000)\
-			0.000000	(t_x(298700,660)LGKFN04,23629.p,0.000000)\
-			0.000000	(t_x(305214,54)KSPE104D,23630.p,0.000000)\
-			0.000000	(t_x(285624,394)YD5WH04M,23631.p,0.000000)\
-			0.000000	(t_x(309573,3774)LCES004,23632.p,0.000000)\
-			0.000000	(t_x(290090,1846)EDGG704,23633.p,0.000000)\
-			0.000000	(t_x(291104,3571)LCES004,23634.p,0.000000)\
-			0.000000	(t_x(313569,3340)LCES004,23635.p,0.000000)\
-			0.000000	(t_x(294715,9)YB3EH04A,23636.p,0.000000)\
-			0.000000	(t_x(291027,629)YH5MH04M,23637.p,0.000000)\
-			0.000000	(t_x(283750,1413)YD5WH04M,23638.p,0.000000)\
-			0.000000	(t_x(285241,502)LGKFN04,23639.p,0.000000)\
-			0.000000	(t_x(290378,223)YD5WH04M,23640.p,0.000000)\
-			0.000000	(t_x(294816,718)YB5WH04M,23641.p,0.000000)\
-			0.000000	(t_x(315366,351)MGY04,23642.p,0.000000)\
-			0.000000	(t_x(294580,516)MAB04,23643.p,0.000000)\
-			0.000000	(t_x(289566,1377)LGKFN04,23644.p,0.000000)\
-			1.000000	(t_x(297402,1074)KSPE104D,23645.p,1.000000)\
-			0.000000	(t_x(309103,651)GL34W04,23646.p,0.000000)\
-			0.000000	(t_x(296164,1207)RQXSI04E,23647.p,0.000000)\
-			0.000000	(t_x(309981,1023)MAB04,23648.p,0.000000)\
-			0.000000	(t_x(289502,739)EG11G04M,23649.p,0.000000)\
-			0.000000	(t_x(263439,3907)YB3EH04A,23650.p,0.000000)\
-			0.000000	(t_x(291951,0),23651.p,0.000000)\
-			0.000000	(t_x(310647,316)MGY04,23652.p,0.000000)\
-			0.000000	(t_x(297636,152)YBOLN04M,23653.p,0.000000)\
-			0.000000	(t_x(292666,1825)YBOLN04M,23654.p,0.000000)\
-			0.000000	(t_x(306710,820)LOVN1504,23655.p,0.000000)\
-			0.000000	(t_x(311706,438)MEK04,23656.p,0.000000)\
-			0.000000	(t_x(263410,1870)LGKFN04,23657.p,0.000000)\
-			0.000000	(t_x(308966,78)KWUR1C04,23658.p,0.000000)\
-			0.000000	(t_x(312825,3316)LCES004,23659.p,0.000000)\
-			0.000000	(t_x(295936,86)YB5WH04M,23660.p,0.000000)\
-			0.000000	(t_x(294048,459)RMZU04E,23661.p,0.000000)\
-			0.000000	(t_x(306346,2788)LCES004,23662.p,0.000000)\
-			0.000000	(t_x(295532,389)RNI04M,23663.p,0.000000)\
-			0.000000	(t_x(263868,4393)LCES004,23664.p,0.000000)\
-			0.000000	(t_x(294433,1063)RVKWU04M,23665.p,0.000000)\
-			0.000000	(t_x(272287,108)YH5MH04M,23666.p,0.000000)\
-			0.000000	(t_x(304054,726)MAB3404A,23667.p,0.000000)\
-			0.000000	(t_x(284810,3592)RQXSI04E,23668.p,0.000000)\
-			0.000000	(t_x(276307,811)LGKFN04,23669.p,0.000000)\
-			0.000000	(t_x(292992,250)YD5WH04M,23670.p,0.000000)\
-			0.000000	(t_x(292941,44)KSPE104D,23671.p,0.000000)\
-			0.000000	(t_x(302060,1387)EG11G04M,23672.p,0.000000)\
-			0.000000	(t_x(292714,712)YB5WH04M,23673.p,0.000000)\
-			0.000000	(t_x(295104,1175)LEMDAT04,23674.p,0.000000)\
-			0.000000	(t_x(303263,236)MYY04A,23675.p,0.000000)\
-			0.000000	(t_x(283559,1325)LGKFN04,23676.p,0.000000)\
-			0.000000	(t_x(296307,1437)RNI04M,23677.p,0.000000)\
-			0.000000	(t_x(308582,2454)EDGG704,23678.p,0.000000)\
-			0.000000	(t_x(297157,1240)LGKFN04,23679.p,0.000000)\
-			0.000000	(t_x(310983,2222)EDGG704,23680.p,0.000000)\
-			0.000000	(t_x(311255,686)MAB1204A,23681.p,0.000000)\
-			0.000000	(t_x(297505,1367)RQXSI04E,23682.p,0.000000)\
-			0.000000	(t_x(292245,370)LELVL04M,23683.p,0.000000)\
-			0.000000	(t_x(277936,1211)LGKFN04,23684.p,0.000000)\
-			0.000000	(t_x(281346,355)RQXSI04E,23685.p,0.000000)\
-			0.000000	(t_x(285383,251)RNI04M,23686.p,0.000000)\
-			0.000000	(t_x(313068,2899)LCES004,23687.p,0.000000)\
-			0.000000	(t_x(316499,2137)EDGG704,23688.p,0.000000)\
-			0.000000	(t_x(316090,3449)LCES004,23689.p,0.000000)\
-			0.000000	(t_x(292670,188)RQXU04E,23690.p,0.000000)\
-			0.000000	(t_x(272266,1027)YB5WH04M,23691.p,0.000000)\
-			0.000000	(t_x(288107,351)KWUR404E,23692.p,0.000000)\
-			0.000000	(t_x(294908,475)YBOLN04M,23693.p,0.000000)\
-			0.000000	(t_x(279011,2356)LGZAA04M,23694.p,0.000000)\
-			0.000000	(t_x(306187,864)LOVN1504,23695.p,0.000000)\
-			0.000000	(t_x(285187,14)YH5MH04M,23696.p,0.000000)\
-			0.000000	(t_x(289367,1435)RQXSI04E,23697.p,0.000000)\
-			0.000000	(t_x(282492,384)RQXSI04E,23698.p,0.000000)\
-			0.000000	(t_x(317222,1916)EDGG704,23699.p,0.000000)\
-			0.000000	(t_x(316476,2258)EDGG704,23700.p,0.000000)\
-			0.000000	(t_x(293444,71)YB5KL04E,23701.p,0.000000)\
-			0.000000	(t_x(282720,368)KWUR404E,23702.p,0.000000)\
-			0.000000	(t_x(285658,365)YB5KL04E,23703.p,0.000000)\
-			0.000000	(t_x(295723,2229)RVKWU04M,23704.p,0.000000)\
-			0.000000	(t_x(307182,2009)EDGG704,23705.p,0.000000)\
-			0.000000	(t_x(295966,566)YBOLN04M,23706.p,0.000000)\
-			0.000000	(t_x(278295,398)RNI04M,23707.p,0.000000)\
-			0.000000	(t_x(307498,4178)LCES004,23708.p,0.000000)\
-			0.000000	(t_x(281983,609)YB5WH04M,23709.p,0.000000)\
-			0.000000	(t_x(297433,1085)EGPFA04,23710.p,0.000000)\
-			0.000000	(t_x(309061,1265)EGPFA04,23711.p,0.000000)\
-			0.000000	(t_x(293126,4193)RJIU04M,23712.p,0.000000)\
-			0.000000	(t_x(297346,1634)LELVU04,23713.p,0.000000)\
-			0.000000	(t_x(294001,4501)RJIU04M,23714.p,0.000000)\
-			0.000000	(t_x(293650,2293)EGPFA04,23715.p,0.000000)\
-			0.000000	(t_x(279690,2830)EGPFA04,23716.p,0.000000)\
-			0.000000	(t_x(293718,2921)EGPFA04,23717.p,0.000000)\
-			0.000000	(t_x(292791,3221)EGPFA04,23718.p,0.000000)\
-			0.000000	(t_x(302575,113)RJIU04M,23719.p,0.000000)\
-			0.000000	(t_x(295905,215)RJIU04M,23720.p,0.000000)\
-			0.000000	(t_x(302457,467)RJIU04M,23721.p,0.000000)\
-			0.000000	(t_x(290633,548)RJIU04M,23722.p,0.000000)\
-			0.000000	(t_x(294473,236)RJIU04M,23723.p,0.000000)\
-			0.000000	(t_x(295516,659)RJIU04M,23724.p,0.000000)\
-			0.000000	(t_x(304261,1205)RJIU04M,23725.p,0.000000)\
-			0.000000	(t_x(291917,737)RJIU04M,23726.p,0.000000)\
-			0.000000	(t_x(279627,3278)EGPFA04,23727.p,0.000000)\
-			0.000000	(t_x(295800,53)RJIU04M,23728.p,0.000000)\
-			0.000000	(t_x(307461,1280)RJIU04M,23729.p,0.000000)\
-			0.000000	(t_x(295407,1350)RJIU04M,23730.p,0.000000)\
-			0.000000	(t_x(312020,158)MAB04,23731.p,0.000000)\
-			0.000000	(t_x(294133,1395)RJIU04M,23732.p,0.000000)\
-			0.000000	(t_x(286762,1758)RJIU04M,23733.p,0.000000)\
-			0.000000	(t_x(284722,1422)RJIU04M,23734.p,0.000000)\
-			0.000000	(t_x(289655,1807)RJIU04M,23735.p,0.000000)\
-			0.000000	(t_x(289232,661)RJIU04M,23736.p,0.000000)\
-			0.000000	(t_x(290343,1876)RJIU04M,23737.p,0.000000)\
-			0.000000	(t_x(296406,368)RJIU04M,23738.p,0.000000)\
-			0.000000	(t_x(289978,396)BR404M,23739.p,0.000000)\
-			0.000000	(t_x(315692,831)LLBGA04L,23740.p,0.000000)\
-			0.000000	(t_x(303235,3486)EGPFA04,23741.p,0.000000)\
-			0.000000	(t_x(310674,1018)MAB04,23742.p,0.000000)\
-			0.000000	(t_x(289136,1879)RJIU04M,23743.p,0.000000)\
-			0.000000	(t_x(289455,303)RNI04M,23744.p,0.000000)\
-			0.000000	(t_x(293647,450)RJIU04M,23745.p,0.000000)\
-			0.000000	(t_x(295927,323)RJIU04M,23746.p,0.000000)\
-			0.000000	(t_x(290480,2290)RJIU04M,23747.p,0.000000)\
-			0.000000	(t_x(298006,410)RJIU04M,23748.p,0.000000)\
-			0.000000	(t_x(316618,1467)LLBGA04L,23749.p,0.000000)\
-			0.000000	(t_x(304450,2037)MGY04,23750.p,0.000000)\
-			0.000000	(t_x(276837,150)BR404M,23751.p,0.000000)\
-			0.000000	(t_x(294756,2325)RJIU04M,23752.p,0.000000)\
-			0.000000	(t_x(304114,650)MYY04A,23753.p,0.000000)\
-			0.000000	(t_x(290967,1899)RJIU04M,23754.p,0.000000)\
-			0.000000	(t_x(308336,574)MYY04A,23755.p,0.000000)\
-			0.000000	(t_x(300356,344)RNI04M,23756.p,0.000000)\
-			0.000000	(t_x(290076,175)BR404M,23757.p,0.000000)\
-			0.000000	(t_x(290574,175)RJIU04M,23758.p,0.000000)\
-			0.000000	(t_x(302361,1019)MAB04,23759.p,0.000000)\
-			0.000000	(t_x(290776,622)RJIU04M,23760.p,0.000000)\
-			0.000000	(t_x(303416,1058)MGY04,23761.p,0.000000)\
-			0.000000	(t_x(288381,1771)YD5WH04M,23762.p,0.000000)\
-			0.000000	(t_x(295283,564)MEK04,23763.p,0.000000)\
-			0.000000	(t_x(289457,811)RJIU04M,23764.p,0.000000)\
-			0.000000	(t_x(293188,585)RJIU04M,23765.p,0.000000)\
-			0.000000	(t_x(308371,478)MYY04A,23766.p,0.000000)\
-			0.000000	(t_x(305601,1485)LLBGA04L,23767.p,0.000000)\
-			0.000000	(t_x(311856,803)MAB3404A,23768.p,0.000000)\
-			0.000000	(t_x(300064,2328)RJIU04M,23769.p,0.000000)\
-			0.000000	(t_x(294303,1710)YD5WH04M,23770.p,0.000000)\
-			0.000000	(t_x(306069,984)MGY04,23771.p,0.000000)\
-			0.000000	(t_x(306530,1111)MGY04,23772.p,0.000000)\
-			0.000000	(t_x(309625,1470)MGY04,23773.p,0.000000)\
-			0.000000	(t_x(308914,473)MYY04A,23774.p,0.000000)\
-			0.000000	(t_x(298116,648)RJIU04M,23775.p,0.000000)\
-			0.000000	(t_x(314186,1263)KWUR1C04,23776.p,0.000000)\
-			0.000000	(t_x(277826,791)RJIU04M,23777.p,0.000000)\
-			0.000000	(t_x(307726,305)MAB3404A,23778.p,0.000000)\
-			0.000000	(t_x(310502,1377)MAB04,23779.p,0.000000)\
-			0.000000	(t_x(302879,1055)MAB1204A,23780.p,0.000000)\
-			0.000000	(t_x(302044,463)MYY04A,23781.p,0.000000)\
-			0.000000	(t_x(311151,920)MGY04,23782.p,0.000000)\
-			0.000000	(t_x(294548,1302)MGY04,23783.p,0.000000)\
-			0.000000	(t_x(303263,1514)MGY04,23784.p,0.000000)\
-			0.000000	(t_x(314402,635)MGY04,23785.p,0.000000)\
-			0.000000	(t_x(309959,1632)MRAEE04,23786.p,0.000000)\
-			0.000000	(t_x(289192,1476)MGY04,23787.p,0.000000)\
-			0.000000	(t_x(295508,1647)MAB04,23788.p,0.000000)\
-			0.000000	(t_x(297818,346)GL34W04,23789.p,0.000000)\
-			0.000000	(t_x(304422,524)$MYY04A,23790.p,0.000000)\
-			0.000000	(t_x(305585,1892)MGY04,23791.p,0.000000)\
-			0.000000	(t_x(304258,1335)MGY04,23792.p,0.000000)\
-			0.000000	(t_x(296194,2316)MAB04,23793.p,0.000000)\
-			0.000000	(t_x(314573,1200)EDGG704,23794.p,0.000000)\
-			0.000000	(t_x(306499,499)MGY04,23795.p,0.000000)\
-			0.000000	(t_x(309711,1250)MAB04,23796.p,0.000000)\
-			0.000000	(t_x(314889,1373)EDGG704,23797.p,0.000000)\
-			0.000000	(t_x(292808,887)BR404M,23798.p,0.000000)\
-			0.000000	(t_x(313540,3072)LCES004,23799.p,0.000000)\
-			0.000000	(t_x(297867,2388)RJIU04M,23800.p,0.000000)\
-			0.000000	(t_x(306677,1325)MAB04,23801.p,0.000000)\
-			0.000000	(t_x(285585,652)MGY04,23802.p,0.000000)\
-			0.000000	(t_x(302711,225)MGY04,23803.p,0.000000)\
-			0.000000	(t_x(310438,1236)EDGG704,23804.p,0.000000)\
-			0.000000	(t_x(308511,1384)MAB04,23805.p,0.000000)\
-			0.000000	(t_x(283688,3301)RQXSI04E,23806.p,0.000000)\
-			0.000000	(t_x(310732,3360)LCES004,23807.p,0.000000)\
-			0.000000	(t_x(282099,1281)$YD5WH04M,23808.p,0.000000)\
-			0.000000	(t_x(316061,1742)LLBGA04L,23809.p,0.000000)\
-			0.000000	(t_x(289354,525)RJIU04M,23810.p,0.000000)\
-			0.000000	(t_x(292908,1555)$YD5WH04M,23811.p,0.000000)\
-			0.000000	(t_x(287119,729)RNI04M,23812.p,0.000000)\
-			0.000000	(t_x(303814,1373)EDGG704,23813.p,0.000000)\
-			0.000000	(t_x(303088,67)LELVL04M,23814.p,0.000000)\
-			0.000000	(t_x(314823,661)MGY04,23815.p,0.000000)\
-			0.000000	(t_x(277127,1300)LGKFN04,23816.p,0.000000)\
-			0.000000	(t_x(289863,845)ZM56704,23817.p,0.000000)\
-			0.000000	(t_x(263921,3366)LCES004,23818.p,0.000000)\
-			0.000000	(t_x(300666,1096)LCES004,23819.p,0.000000)\
-			0.000000	(t_x(288693,550)BR404M,23820.p,0.000000)\
-			0.000000	(t_x(308622,3398)LCES004,23821.p,0.000000)\
-			0.000000	(t_x(303203,3597)LCES004,23822.p,0.000000)\
-			0.000000	(t_x(292569,1035)RNI04M,23823.p,0.000000)\
-			0.000000	(t_x(278067,1533)EG11G04M,23824.p,0.000000)\
-			0.000000	(t_x(292803,1283)YB3EH04A,23825.p,0.000000)\
-			0.000000	(t_x(310158,3073)LCES004,23826.p,0.000000)\
-			0.000000	(t_x(288601,1118)LGKFN04,23827.p,0.000000)\
-			0.000000	(t_x(290406,520)RNI04M,23828.p,0.000000)\
-			0.000000	(t_x(263602,3079)LCES004,23829.p,0.000000)\
-			0.000000	(t_x(298471,5616)LGKFN04,23830.p,0.000000)\
-			0.000000	(t_x(300050,5328)GL4W04M,23831.p,0.000000)\
-			0.000000	(t_x(277434,995)EG11G04M,23832.p,0.000000)\
-			0.000000	(t_x(302138,762)MGY04,23833.p,0.000000)\
-			0.000000	(t_x(294193,674)LGKFN04,23834.p,0.000000)\
-			0.000000	(t_x(293250,310)YB5WH04M,23835.p,0.000000)\
-			0.000000	(t_x(292436,1349)EG11G04M,23836.p,0.000000)\
-			0.000000	(t_x(263593,2393)LOVN1504,23837.p,0.000000)\
-			0.000000	(t_x(285459,3214)LCES004,23838.p,0.000000)\
-			0.000000	(t_x(302531,856)RJIU04M,23839.p,0.000000)\
-			0.000000	(t_x(314108,2884)LCES004,23840.p,0.000000)\
-			0.000000	(t_x(313590,603)KWUR1C04,23841.p,0.000000)\
-			0.000000	(t_x(300097,696)RNI04M,23842.p,0.000000)\
-			0.000000	(t_x(292544,1104)EG11G04M,23843.p,0.000000)\
-			0.000000	(t_x(291031,1231)EG11G04M,23844.p,0.000000)\
-			0.000000	(t_x(295936,593)YBOLN04M,23845.p,0.000000)\
-			0.000000	(t_x(301272,1218)LGKFN04,23846.p,0.000000)\
-			0.000000	(t_x(309573,3259)LCES004,23847.p,0.000000)\
-			0.000000	(t_x(302874,480)MYY04A,23848.p,0.000000)\
-			0.000000	(t_x(300332,625)EG11G04M,23849.p,0.000000)\
-			0.000000	(t_x(297596,722)BR404M,23850.p,0.000000)\
-			0.000000	(t_x(295497,1121)PMXX04M,23851.p,0.000000)\
-			0.000000	(t_x(272249,947)EGNOR04M,23852.p,0.000000)\
-			0.000000	(t_x(281776,3723)LGSRA04,23853.p,0.000000)\
-			0.000000	(t_x(305816,361)MAB1204A,23854.p,0.000000)\
-			0.000000	(t_x(294560,527)EG11G04M,23855.p,0.000000)\
-			0.000000	(t_x(291594,1296)EG11G04M,23856.p,0.000000)\
-			0.000000	(t_x(295886,1206)EG11G04M,23857.p,0.000000)\
-			0.000000	(t_x(306405,1412)EDGG704,23858.p,0.000000)\
-			0.000000	(t_x(297087,1084)LGKFN04,23859.p,0.000000)\
-			0.000000	(t_x(301496,121)KWUR1C04,23860.p,0.000000)\
-			0.000000	(t_x(292796,3825)LCES004,23861.p,0.000000)\
-			0.000000	(t_x(301524,252)MYY04A,23862.p,0.000000)\
-			0.000000	(t_x(308325,1039)LGKFN04,23863.p,0.000000)\
-			0.000000	(t_x(311265,3227)LCES004,23864.p,0.000000)\
-			0.000000	(t_x(301759,1084)LGKFN04,23865.p,0.000000)\
-			0.000000	(t_x(285658,423)YB5KL04E,23866.p,0.000000)\
-			0.000000	(t_x(312879,3436)LCES004,23867.p,0.000000)\
-			0.000000	(t_x(309103,1150)MGY04,23868.p,0.000000)\
-			0.000000	(t_x(303665,3499)LCES004,23869.p,0.000000)\
-			0.000000	(t_x(305823,839)MAB04,23870.p,0.000000)\
-			0.000000	(t_x(291367,1344)EG11G04M,23871.p,0.000000)\
-			0.000000	(t_x(298528,3229)LCES004,23872.p,0.000000)\
-			0.000000	(t_x(287817,785)LGKFN04,23873.p,0.000000)\
-			0.000000	(t_x(286771,348)MYY04A,23874.p,0.000000)\
-			0.000000	(t_x(296922,1158)LGKFN04,23875.p,0.000000)\
-			0.000000	(t_x(312199,3392)LCES004,23876.p,0.000000)\
-			0.000000	(t_x(311542,1106)LCES004,23877.p,0.000000)\
-			0.000000	(t_x(288692,167)YB5WH04M,23878.p,0.000000)\
-			0.000000	(t_x(314699,3553)LCES004,23879.p,0.000000)\
-			0.000000	(t_x(287660,945)EG11G04M,23880.p,0.000000)\
-			0.000000	(t_x(294908,359)YB5KL04E,23881.p,0.000000)\
-			0.000000	(t_x(290342,905)RJIU04M,23882.p,0.000000)\
-			0.000000	(t_x(297335,232)RJIU04M,23883.p,0.000000)\
-			0.000000	(t_x(281349,708)RQXI04E,23884.p,0.000000)\
-			0.000000	(t_x(286600,1614)LGKFN04,23885.p,0.000000)\
-			0.000000	(t_x(292714,778)RMZU04E,23886.p,0.000000)\
-			0.000000	(t_x(289566,1293)LGKFN04,23887.p,0.000000)\
-			0.000000	(t_x(289240,1023)EG11G04M,23888.p,0.000000)\
-			0.000000	(t_x(291968,372)EG11G04M,23889.p,0.000000)\
-			0.000000	(t_x(301590,621)LGKFN04,23890.p,0.000000)\
-			0.000000	(t_x(285733,3330)LCES004,23891.p,0.000000)\
-			0.000000	(t_x(287524,650)LGKFN04,23892.p,0.000000)\
-			0.000000	(t_x(305851,348)GL34W04,23893.p,0.000000)\
-			0.000000	(t_x(291377,1577)EG11G04M,23894.p,0.000000)\
-			0.000000	(t_x(307498,3491)LCES004,23895.p,0.000000)\
-			0.000000	(t_x(285241,2645)LGKFN04,23896.p,0.000000)\
-			0.000000	(t_x(285624,339)YD5WH04M,23897.p,0.000000)\
-			0.000000	(t_x(297402,3572)KSPE104D,23898.p,0.000000)\
-			0.000000	(t_x(294736,713)RQXSI04E,23899.p,0.000000)\
-			0.000000	(t_x(302424,626)MAB1204A,23900.p,0.000000)\
-			0.000000	(t_x(296754,1220)LGKFN04,23901.p,0.000000)\
-			0.000000	(t_x(294449,732)BR404M,23902.p,0.000000)\
-			0.000000	(t_x(303314,375)EG11G04M,23903.p,0.000000)\
-			0.000000	(t_x(316476,2058)EDGG704,23904.p,0.000000)\
-			0.000000	(t_x(295104,1333)LEMDAT04,23905.p,0.000000)\
-			0.000000	(t_x(312773,321)GL34W04,23906.p,0.000000)\
-			0.000000	(t_x(309414,4050)LCES004,23907.p,0.000000)\
-			0.000000	(t_x(297622,1479)EG11G04M,23908.p,0.000000)\
-			0.000000	(t_x(279011,2713)LGKFN04,23909.p,0.000000)\
-			0.000000	(t_x(302317,973)LGKFN04,23910.p,0.000000)\
-			0.000000	(t_x(304254,226)KWUR1C04,23911.p,0.000000)\
-			0.000000	(t_x(309594,196)KWUR1C04,23912.p,0.000000)\
-			0.000000	(t_x(311138,260)KWUR1C04,23913.p,0.000000)\
-			0.000000	(t_x(302686,858)EGPFA04,23914.p,0.000000)\
-			0.000000	(t_x(297433,1385)EGPFA04,23915.p,0.000000)\
-			0.000000	(t_x(309061,1565)EGPFA04,23916.p,0.000000)\
-			0.000000	(t_x(297346,1926)RJIU04M,23917.p,0.000000)\
-			0.000000	(t_x(294001,4765)RJIU04M,23918.p,0.000000)\
-			0.000000	(t_x(293126,4545)RJIU04M,23919.p,0.000000)\
-			0.000000	(t_x(293650,2593)EGPFA04,23920.p,0.000000)\
-			0.000000	(t_x(279690,3130)EGPFA04,23921.p,0.000000)\
-			0.000000	(t_x(293718,3221)EGPFA04,23922.p,0.000000)\
-			0.000000	(t_x(293569,21)RJIU04M,23923.p,0.000000)\
-			0.000000	(t_x(291959,67)RJIU04M,23924.p,0.000000)\
-			0.000000	(t_x(295800,141)RJIU04M,23925.p,0.000000)\
-			0.000000	(t_x(293898,65)RJIU04M,23926.p,0.000000)\
-			0.000000	(t_x(292791,3521)EGPFA04,23927.p,0.000000)\
-			0.000000	(t_x(289232,485)RJIU04M,23928.p,0.000000)\
-			0.000000	(t_x(289978,246)BR404M,23929.p,0.000000)\
-			0.000000	(t_x(298006,563)$BR404M,23930.p,0.000000)\
-			0.000000	(t_x(309959,1803)MGY04,23931.p,0.000000)\
-			0.000000	(t_x(294473,499)RJIU04M,23932.p,0.000000)\
-			0.000000	(t_x(302879,809)MAB1204A,23933.p,0.000000)\
-			0.000000	(t_x(296406,456)RJIU04M,23934.p,0.000000)\
-			0.000000	(t_x(293565,170)RJIU04M,23935.p,0.000000)\
-			0.000000	(t_x(289457,196)RJIU04M,23936.p,0.000000)\
-			0.000000	(t_x(304450,1773)MAB04,23937.p,0.000000)\
-			0.000000	(t_x(276837,225)BR404M,23938.p,0.000000)\
-			0.000000	(t_x(297818,196)GL34W04,23939.p,0.000000)\
-			0.000000	(t_x(310674,770)MRAEE04,23940.p,0.000000)\
-			0.000000	(t_x(279627,3578)EGPFA04,23941.p,0.000000)\
-			0.000000	(t_x(277826,527)RJIU04M,23942.p,0.000000)\
-			0.000000	(t_x(295508,783)MAB04,23943.p,0.000000)\
-			0.000000	(t_x(307182,2709)EDGG704,23944.p,0.000000)\
-			0.000000	(t_x(295850,581)RJIU04M,23945.p,0.000000)\
-			0.000000	(t_x(307304,288)MAB04,23946.p,0.000000)\
-			0.000000	(t_x(296194,1452)MAB04,23947.p,0.000000)\
-			0.000000	(t_x(290776,358)RJIU04M,23948.p,0.000000)\
-			0.000000	(t_x(290076,445)RJIU04M,23949.p,0.000000)\
-			0.000000	(t_x(304258,1065)MAB04,23950.p,0.000000)\
-			0.000000	(t_x(307726,391)MAB3404A,23951.p,0.000000)\
-			0.000000	(t_x(317067,769)LLBGA04L,23952.p,0.000000)\
-			0.000000	(t_x(290574,405)BR404M,23953.p,0.000000)\
-			0.000000	(t_x(293647,626)RJIU04M,23954.p,0.000000)\
-			0.000000	(t_x(304456,266)RJIU04M,23955.p,0.000000)\
-			0.000000	(t_x(302711,147)MGY04,23956.p,0.000000)\
-			0.000000	(t_x(290566,1268)MAB04,23957.p,0.000000)\
-			0.000000	(t_x(288381,1881)YD5WH04M,23958.p,0.000000)\
-			0.000000	(t_x(289455,666)RJIU04M,23959.p,0.000000)\
-			0.000000	(t_x(294303,1820)YD5WH04M,23960.p,0.000000)\
-			0.000000	(t_x(315692,1039)LLBGA04L,23961.p,0.000000)\
-			0.000000	(t_x(308336,451)MGY04,23962.p,0.000000)\
-			0.000000	(t_x(304422,471)MGY04,23963.p,0.000000)\
-			0.000000	(t_x(311856,813)MEK04,23964.p,0.000000)\
-			0.000000	(t_x(314186,1442)MGY04,23965.p,0.000000)\
-			0.000000	(t_x(304114,527)MGY04,23966.p,0.000000)\
-			0.000000	(t_x(295886,1521)EG11G04M,23967.p,0.000000)\
-			0.000000	(t_x(287119,827)RNI04M,23968.p,0.000000)\
-			0.000000	(t_x(311151,1103)MAB1204A,23969.p,0.000000)\
-			0.000000	(t_x(302575,640)RJIU04M,23970.p,0.000000)\
-			0.000000	(t_x(294541,154)RJIU04M,23971.p,0.000000)\
-			0.000000	(t_x(308511,934)MGY04,23972.p,0.000000)\
-			0.000000	(t_x(289136,562)RJIU04M,23973.p,0.000000)\
-			0.000000	(t_x(295283,496)MAB3404A,23974.p,0.000000)\
-			0.000000	(t_x(290480,710)RJIU04M,23975.p,0.000000)\
-			0.000000	(t_x(298116,736)RJIU04M,23976.p,0.000000)\
-			0.000000	(t_x(308371,355)MGY04,23977.p,0.000000)\
-			0.000000	(t_x(291031,1546)EG11G04M,23978.p,0.000000)\
-			0.000000	(t_x(300097,794)RNI04M,23979.p,0.000000)\
-			0.000000	(t_x(288693,400)BR404M,23980.p,0.000000)\
-			0.000000	(t_x(297442,1680)YD5WH04M,23981.p,0.000000)\
-			0.000000	(t_x(294756,745)RJIU04M,23982.p,0.000000)\
-			0.000000	(t_x(302044,793)MYY04A,23983.p,0.000000)\
-			0.000000	(t_x(289192,1403)ZM56704,23984.p,0.000000)\
-			0.000000	(t_x(283688,3621)PMXX04M,23985.p,0.000000)\
-			0.000000	(t_x(308914,803)MYY04A,23986.p,0.000000)\
-			0.000000	(t_x(295927,674)RJIU04M,23987.p,0.000000)\
-			0.000000	(t_x(286762,880)RJIU04M,23988.p,0.000000)\
-			0.000000	(t_x(290550,1236)MGY04,23989.p,0.000000)\
-			0.000000	(t_x(290343,559)RJIU04M,23990.p,0.000000)\
-			0.000000	(t_x(290967,582)RJIU04M,23991.p,0.000000)\
-			0.000000	(t_x(303818,620)MRAEE04,23992.p,0.000000)\
-			0.000000	(t_x(305585,779)MYY04A,23993.p,0.000000)\
-			0.000000	(t_x(292803,1098)YB3EH04A,23994.p,0.000000)\
-			0.000000	(t_x(306269,89)MRAE04,23995.p,0.000000)\
-			0.000000	(t_x(284722,544)RJIU04M,23996.p,0.000000)\
-			0.000000	(t_x(288915,213)MEK04,23997.p,0.000000)\
-			0.000000	(t_x(263593,393)LOVN1504,23998.p,0.000000)\
-			0.000000	(t_x(285241,4158)LGZAA04M,23999.p,0.000000)\
-			0.000000	(t_x(278067,1455)EG11G04M,24000.p,0.000000)\
-			0.000000	(t_x(302361,875)MAB04,24001.p,0.000000)\
-			0.000000	(t_x(300064,748)RJIU04M,24002.p,0.000000)\
-			0.000000	(t_x(297622,1925)YD5WH04M,24003.p,0.000000)\
-			0.000000	(t_x(306677,1253)MAB04,24004.p,0.000000)\
-			0.000000	(t_x(292808,362)BR404M,24005.p,0.000000)\
-			0.000000	(t_x(302006,186)GL34W04,24006.p,0.000000)\
-			0.000000	(t_x(289863,767)MAB04,24007.p,0.000000)\
-			0.000000	(t_x(295319,558)RNI04M,24008.p,0.000000)\
-			0.000000	(t_x(282099,1146)EG11G04M,24009.p,0.000000)\
-			0.000000	(t_x(289868,3187)LCES004,24010.p,0.000000)\
-			0.000000	(t_x(312503,289)MAB3404A,24011.p,0.000000)\
-			0.000000	(t_x(300050,4993)GL4W04M,24012.p,0.000000)\
-			0.000000	(t_x(263921,3194)LCES004,24013.p,0.000000)\
-			0.000000	(t_x(303203,3425)LCES004,24014.p,0.000000)\
-			0.000000	(t_x(297113,716)RJIU04M,24015.p,0.000000)\
-			0.000000	(t_x(297087,1000)LGKFN04,24016.p,0.000000)\
-			0.000000	(t_x(309625,1000)MGY04,24017.p,0.000000)\
-			0.000000	(t_x(298471,5783)LGKFN04,24018.p,0.000000)\
-			0.000000	(t_x(277127,1132)LGKFN04,24019.p,0.000000)\
-			0.000000	(t_x(289655,929)RJIU04M,24020.p,0.000000)\
-			0.000000	(t_x(289828,412)ZM56704,24021.p,0.000000)\
-			0.000000	(t_x(290219,403)MGY04,24022.p,0.000000)\
-			0.000000	(t_x(314402,931)MYY04A,24023.p,0.000000)\
-			0.000000	(t_x(301272,966)LGKFN04,24024.p,0.000000)\
-			0.000000	(t_x(297164,3535)EBEEC04M,24025.p,0.000000)\
-			0.000000	(t_x(301759,1001)LGKFN04,24026.p,0.000000)\
-			0.000000	(t_x(313540,3243)LCES004,24027.p,0.000000)\
-			0.000000	(t_x(303263,648)MYY04A,24028.p,0.000000)\
-			0.000000	(t_x(289318,287)RJIU04M,24029.p,0.000000)\
-			0.000000	(t_x(301968,1623)EG11G04M,24030.p,0.000000)\
-			0.000000	(t_x(292796,3653)LCES004,24031.p,0.000000)\
-			0.000000	(t_x(303416,1214)MGY04,24032.p,0.000000)\
-			0.000000	(t_x(316618,1675)LLBGA04L,24033.p,0.000000)\
-			0.000000	(t_x(296953,3177)LCES004,24034.p,0.000000)\
-			0.000000	(t_x(288601,867)LGKFN04,24035.p,0.000000)\
-			0.000000	(t_x(303377,895)GL34W04,24036.p,0.000000)\
-			0.000000	(t_x(302874,398)MYY04A,24037.p,0.000000)\
-			0.000000	(t_x(285585,339)MGY04,24038.p,0.000000)\
-			0.000000	(t_x(306530,1310)MRAEE04,24039.p,0.000000)\
-			0.000000	(t_x(307410,718)MGY04,24040.p,0.000000)\
-			0.000000	(t_x(289872,743)KFZ4404M,24041.p,0.000000)\
-			0.000000	(t_x(288914,212)MEK04,24042.p,0.000000)\
-			0.000000	(t_x(310732,3531)LCES004,24043.p,0.000000)\
-			0.000000	(t_x(295306,118)RJIU04M,24044.p,0.000000)\
-			0.000000	(t_x(293898,153)RJIU04M,24045.p,0.000000)\
-			0.000000	(t_x(307696,498)MAB04,24046.p,0.000000)\
-			0.000000	(t_x(289354,701)RJIU04M,24047.p,0.000000)\
-			0.000000	(t_x(291959,243)RJIU04M,24048.p,0.000000)\
-			0.000000	(t_x(295800,317)RJIU04M,24049.p,0.000000)\
-			0.000000	(t_x(295850,142)RJIU04M,24050.p,0.000000)\
-			0.000000	(t_x(304450,1410)MGY04,24051.p,0.000000)\
-			0.000000	(t_x(297346,697)RJIU04M,24052.p,0.000000)\
-			0.000000	(t_x(293569,197)RJIU04M,24053.p,0.000000)\
-			0.000000	(t_x(294001,550)RJIU04M,24054.p,0.000000)\
-			0.000000	(t_x(292808,587)BR404M,24055.p,0.000000)\
-			0.000000	(t_x(289978,171)BR404M,24056.p,0.000000)\
-			0.000000	(t_x(304258,1178)MGY04,24057.p,0.000000)\
-			0.000000	(t_x(302575,201)RJIU04M,24058.p,0.000000)\
-			0.000000	(t_x(307726,556)GL34W04,24059.p,0.000000)\
-			0.000000	(t_x(289318,791)RNI04M,24060.p,0.000000)\
-			0.000000	(t_x(302361,1595)MAB04,24061.p,0.000000)\
-			0.000000	(t_x(296194,2888)MGY04,24062.p,0.000000)\
-			0.000000	(t_x(289457,284)RJIU04M,24063.p,0.000000)\
-			0.000000	(t_x(290076,250)BR404M,24064.p,0.000000)\
-			0.000000	(t_x(289232,304)RNI04M,24065.p,0.000000)\
-			0.000000	(t_x(310674,1590)MGY04,24066.p,0.000000)\
-			0.000000	(t_x(295508,2219)MGY04,24067.p,0.000000)\
-			0.000000	(t_x(290574,255)BR404M,24068.p,0.000000)\
-			0.000000	(t_x(277826,264)RJIU04M,24069.p,0.000000)\
-			0.000000	(t_x(304422,376)MAB04,24070.p,0.000000)\
-			0.000000	(t_x(297818,118)MYY04A,24071.p,0.000000)\
-			0.000000	(t_x(297442,1244)YD5WH04M,24072.p,0.000000)\
-			0.000000	(t_x(307258,2)KWUR1C04,24073.p,0.000000)\
-			0.000000	(t_x(292265,103)RJIU04M,24074.p,0.000000)\
-			0.000000	(t_x(302879,536)MGY04,24075.p,0.000000)\
-			0.000000	(t_x(295905,303)RJIU04M,24076.p,0.000000)\
-			0.000000	(t_x(276837,349)RJIU04M,24077.p,0.000000)\
-			0.000000	(t_x(288381,1330)EG11G04M,24078.p,0.000000)\
-			0.000000	(t_x(289863,809)MYY04A,24079.p,0.000000)\
-			0.000000	(t_x(292569,529)RJIU04M,24080.p,0.000000)\
-			0.000000	(t_x(314186,889)GL34W04,24081.p,0.000000)\
-			0.000000	(t_x(308511,538)MYY04A,24082.p,0.000000)\
-			0.000000	(t_x(289164,58)RNI04M,24083.p,0.000000)\
-			0.000000	(t_x(309959,1017)MEK04,24084.p,0.000000)\
-			0.000000	(t_x(295283,523)MGY04,24085.p,0.000000)\
-			0.000000	(t_x(291031,1153)EG11G04M,24086.p,0.000000)\
-			0.000000	(t_x(306530,1267)MGY04,24087.p,0.000000)\
-			0.000000	(t_x(293126,3127)EGPFA04,24088.p,0.000000)\
-			0.000000	(t_x(290480,798)RJIU04M,24089.p,0.000000)\
-			0.000000	(t_x(309711,1387)MYY04A,24090.p,0.000000)\
-			0.000000	(t_x(311151,1233)MGY04,24091.p,0.000000)\
-			0.000000	(t_x(314986,98)KWUR1C04,24092.p,0.000000)\
-			0.000000	(t_x(309911,79)RJIU04M,24093.p,0.000000)\
-			0.000000	(t_x(300050,5160)GL4W04M,24094.p,0.000000)\
-			0.000000	(t_x(282099,1117)YD5WH04M,24095.p,0.000000)\
-			0.000000	(t_x(286762,792)RJIU04M,24096.p,0.000000)\
-			0.000000	(t_x(298471,5699)LGKFN04,24097.p,0.000000)\
-			0.000000	(t_x(295371,869)RQXSI04E,24098.p,0.000000)\
-			0.000000	(t_x(308914,427)ZM56704,24099.p,0.000000)\
-			0.000000	(t_x(263593,1393)LOVN1504,24100.p,0.000000)\
-			0.000000	(t_x(294756,833)RJIU04M,24101.p,0.000000)\
-			0.000000	(t_x(285241,4603)LGKFN04,24102.p,0.000000)\
-			0.000000	(t_x(311856,461)MAB3404A,24103.p,0.000000)\
-			0.000000	(t_x(301272,1134)LGKFN04,24104.p,0.000000)\
-			0.000000	(t_x(308371,793)ZM56704,24105.p,0.000000)\
-			0.000000	(t_x(309625,1592)MYY04A,24106.p,0.000000)\
-			0.000000	(t_x(290566,938)ZM56704,24107.p,0.000000)\
-			0.000000	(t_x(314402,1231)$MAB1204A,24108.p,0.000000)\
-			0.000000	(t_x(273793,543)YB5WH04M,24109.p,0.000000)\
-			0.000000	(t_x(289655,841)RJIU04M,24110.p,0.000000)\
-			0.000000	(t_x(304114,890)GL34W04,24111.p,0.000000)\
-			0.000000	(t_x(309006,190)ZM56704,24112.p,0.000000)\
-			0.000000	(t_x(306677,1455)MYY04A,24113.p,0.000000)\
-			0.000000	(t_x(293650,1393)EGPFA04,24114.p,0.000000)\
-			0.000000	(t_x(293126,3315)RJIU04M,24115.p,0.000000)\
-			0.000000	(t_x(294473,148)RJIU04M,24116.p,0.000000)\
-			0.000000	(t_x(294001,462)RJIU04M,24117.p,0.000000)\
-			0.000000	(t_x(302361,1055)MGY04,24118.p,0.000000)\
-			0.000000	(t_x(295508,1029)MRAEE04,24119.p,0.000000)\
-			0.000000	(t_x(296194,3252)MAB04,24120.p,0.000000)\
-			0.000000	(t_x(298006,234)RJIU04M,24121.p,0.000000)\
-			0.000000	(t_x(296406,192)RJIU04M,24122.p,0.000000)\
-			0.000000	(t_x(304258,840)$MEK04,24123.p,0.000000)\
-			0.000000	(t_x(304450,1560)$MEK04,24124.p,0.000000)\
-			0.000000	(t_x(279690,1930)EGPFA04,24125.p,0.000000)\
-			0.000000	(t_x(302879,1220)MAB1204A,24126.p,0.000000)\
-			0.000000	(t_x(289354,613)RJIU04M,24127.p,0.000000)\
-			0.000000	(t_x(307726,181)GL34W04,24128.p,0.000000)\
-			0.000000	(t_x(295850,230)RJIU04M,24129.p,0.000000)\
-			0.000000	(t_x(293565,215)RNI04M,24130.p,0.000000)\
-			0.000000	(t_x(308511,1312)MAB04,24131.p,0.000000)\
-			0.000000	(t_x(309959,1447)MRAEE04,24132.p,0.000000)\
-			0.000000	(t_x(289863,921)ZM56704,24133.p,0.000000)\
-			0.000000	(t_x(292050,426)RJIU04M,24134.p,0.000000)\
-			0.000000	(t_x(310674,1740)$MEK04,24135.p,0.000000)\
-			0.000000	(t_x(311151,998)MGY04,24136.p,0.000000)\
-			0.000000	(t_x(306677,830)GL34W04,24137.p,0.000000)\
-			0.000000	(t_x(292569,644)RNI04M,24138.p,0.000000)\
-			0.000000	(t_x(263593,1250)LOVN1504,24139.p,0.000000)\
-			0.000000	(t_x(285241,4519)LGKFN04,24140.p,0.000000)\
-			0.000000	(t_x(302361,787)MRAEE04,24141.p,0.000000)\
-			0.000000	(t_x(296194,3324)MAB04,24142.p,0.000000)\
-			0.000000	(t_x(286771,512)MYY04A,24143.p,0.000000)\
-			0.000000	(t_x(302879,770)MGY04,24144.p,0.000000)\
-			0.000000	(t_x(295508,936)MRAEE04,24145.p,0.000000)\
-			0.000000	(t_x(302301,153)GL34W04,24146.p,0.000000)\
-			0.000000	(t_x(306530,719)MGY04,24147.p,0.000000)\
-			0.000000	(t_x(304450,1883)MRAEE04,24148.p,0.000000)\
-			0.000000	(t_x(310674,1324)MRAEE04,24149.p,0.000000)\
-			0.000000	(t_x(294541,242)RJIU04M,24150.p,0.000000)\
-			0.000000	(t_x(304422,441)MYY04A,24151.p,0.000000)\
-			0.000000	(t_x(306499,1265)GL34W04,24152.p,0.000000)\
-			0.000000	(t_x(304114,815)GL34W04,24153.p,0.000000)\
-			0.000000	(t_x(305585,1108)MYY04A,24154.p,0.000000)\
-			0.000000	(t_x(309625,1078)MGY04,24155.p,0.000000)\
-			0.000000	(t_x(293126,681)RJIU04M,24156.p,0.000000)\
-			0.000000	(t_x(302879,1466)MAB1204A,24157.p,0.000000)\
-			0.000000	(t_x(295508,1672)MGY04,24158.p,0.000000)\
-			0.000000	(t_x(302361,1849)$MEK04,24159.p,0.000000)\
-			0.000000	(t_x(289863,998)ZM56704,24160.p,0.000000)\
-			0.000000	(t_x(290666,416)MAB04,24161.p,0.000000)\
-			0.000000	(t_x(302361,1710)MRAEE04,24162.p,0.000000)\
-			0.000000	(t_x(302879,1137)MAB1204A,24163.p,0.000000)\
-			0.000000	(t_x(302361,586)MGY04,24164.p,0.000000)\
-			0.000000	(t_x(302879,1260)MYY04A,24165.p,0.000000)\
-	***UPPP 2814410.531664 \
-\
- upp 2814410.531664 	,sqsum =4127.000000->64.241731, 	stpz=0.500000, 	solobj= 969553.451655, 	bestsol = 969553.451655)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.696305e+05 | 9.696305e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.69630496368560e+05 (1 solutions)\
-Dual Bound         : +9.69630496368560e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =4103.000000->64.054664, 	stpz=0.500000, 	solobj= 969630.496369, 	bestsol = 969630.496369)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.697033e+05 | 9.697033e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.37\
-Solving Nodes      : 1\
-Primal Bound       : +9.69703321628485e+05 (1 solutions)\
-Dual Bound         : +9.69703321628485e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =4097.000000->64.007812, 	stpz=0.500000, 	solobj= 969703.321628, 	bestsol = 969703.321628)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.45\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.697751e+05 | 9.697751e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.55\
-Solving Nodes      : 1\
-Primal Bound       : +9.69775061159715e+05 (1 solutions)\
-Dual Bound         : +9.69775061159715e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =4087.000000->63.929649, 	stpz=0.500000, 	solobj= 969775.061160, 	bestsol = 969775.061160)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.698406e+05 | 9.698406e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.41\
-Solving Nodes      : 1\
-Primal Bound       : +9.69840640144364e+05 (1 solutions)\
-Dual Bound         : +9.69840640144364e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =4082.000000->63.890531, 	stpz=0.500000, 	solobj= 969840.640144, 	bestsol = 969840.640144)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.33\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.699097e+05 | 9.699097e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.49\
-Solving Nodes      : 1\
-Primal Bound       : +9.69909659352214e+05 (1 solutions)\
-Dual Bound         : +9.69909659352214e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =4080.000000->63.874878, 	stpz=0.500000, 	solobj= 969909.659352, 	bestsol = 969909.659352)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.33\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.699778e+05 | 9.699778e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.53\
-Solving Nodes      : 1\
-Primal Bound       : +9.69977827785382e+05 (1 solutions)\
-Dual Bound         : +9.69977827785382e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =4078.000000->63.859220, 	stpz=0.500000, 	solobj= 969977.827785, 	bestsol = 969977.827785)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.700407e+05 | 9.700407e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.70040655695566e+05 (1 solutions)\
-Dual Bound         : +9.70040655695566e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =4073.000000->63.820060, 	stpz=0.500000, 	solobj= 970040.655696, 	bestsol = 970040.655696)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.701059e+05 | 9.701059e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.70105860467469e+05 (1 solutions)\
-Dual Bound         : +9.70105860467469e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =4066.000000->63.765194, 	stpz=0.500000, 	solobj= 970105.860467, 	bestsol = 970105.860467)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.701677e+05 | 9.701677e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.40\
-Solving Nodes      : 1\
-Primal Bound       : +9.70167704234320e+05 (1 solutions)\
-Dual Bound         : +9.70167704234320e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =4063.000000->63.741666, 	stpz=0.500000, 	solobj= 970167.704234, 	bestsol = 970167.704234)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.39\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.702237e+05 | 9.702237e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.48\
-Solving Nodes      : 1\
-Primal Bound       : +9.70223672074957e+05 (1 solutions)\
-Dual Bound         : +9.70223672074957e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =4044.000000->63.592452, 	stpz=0.500000, 	solobj= 970223.672075, 	bestsol = 970223.672075)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.702777e+05 | 9.702777e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.39\
-Solving Nodes      : 1\
-Primal Bound       : +9.70277734363812e+05 (1 solutions)\
-Dual Bound         : +9.70277734363812e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =4042.000000->63.576725, 	stpz=0.500000, 	solobj= 970277.734364, 	bestsol = 970277.734364)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.703316e+05 | 9.703316e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.28\
-Solving Nodes      : 1\
-Primal Bound       : +9.70331550007151e+05 (1 solutions)\
-Dual Bound         : +9.70331550007151e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =4016.000000->63.371918, 	stpz=0.500000, 	solobj= 970331.550007, 	bestsol = 970331.550007)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.703746e+05 | 9.703746e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.70374646724198e+05 (1 solutions)\
-Dual Bound         : +9.70374646724198e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =4022.000000->63.419240, 	stpz=0.500000, 	solobj= 970374.646724, 	bestsol = 970374.646724)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.30\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.704252e+05 | 9.704252e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.39\
-Solving Nodes      : 1\
-Primal Bound       : +9.70425174635309e+05 (1 solutions)\
-Dual Bound         : +9.70425174635309e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =4009.000000->63.316664, 	stpz=0.500000, 	solobj= 970425.174635, 	bestsol = 970425.174635)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.29\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.704710e+05 | 9.704710e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.47\
-Solving Nodes      : 1\
-Primal Bound       : +9.70470982767949e+05 (1 solutions)\
-Dual Bound         : +9.70470982767949e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =4012.000000->63.340350, 	stpz=0.500000, 	solobj= 970470.982768, 	bestsol = 970470.982768)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.705144e+05 | 9.705144e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.70514445690162e+05 (1 solutions)\
-Dual Bound         : +9.70514445690162e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =4005.000000->63.285069, 	stpz=0.500000, 	solobj= 970514.445690, 	bestsol = 970514.445690)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.705599e+05 | 9.705599e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.70559872638692e+05 (1 solutions)\
-Dual Bound         : +9.70559872638692e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =4007.000000->63.300869, 	stpz=0.500000, 	solobj= 970559.872639, 	bestsol = 970559.872639)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.38\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.706069e+05 | 9.706069e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.50\
-Solving Nodes      : 1\
-Primal Bound       : +9.70606915678360e+05 (1 solutions)\
-Dual Bound         : +9.70606915678360e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3998.000000->63.229740, 	stpz=0.500000, 	solobj= 970606.915678, 	bestsol = 970606.915678)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.43\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.6s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.706466e+05 | 9.706466e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.58\
-Solving Nodes      : 1\
-Primal Bound       : +9.70646643811911e+05 (1 solutions)\
-Dual Bound         : +9.70646643811911e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =4001.000000->63.253458, 	stpz=0.500000, 	solobj= 970646.643812, 	bestsol = 970646.643812)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.706910e+05 | 9.706910e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.70691040003657e+05 (1 solutions)\
-Dual Bound         : +9.70691040003657e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3985.000000->63.126856, 	stpz=0.500000, 	solobj= 970691.040004, 	bestsol = 970691.040004)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.707381e+05 | 9.707381e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.70738140927231e+05 (1 solutions)\
-Dual Bound         : +9.70738140927231e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3983.000000->63.111013, 	stpz=0.500000, 	solobj= 970738.140927, 	bestsol = 970738.140927)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.707779e+05 | 9.707779e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.70777889269868e+05 (1 solutions)\
-Dual Bound         : +9.70777889269868e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3983.000000->63.111013, 	stpz=0.500000, 	solobj= 970777.889270, 	bestsol = 970777.889270)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.708206e+05 | 9.708206e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.70820637278017e+05 (1 solutions)\
-Dual Bound         : +9.70820637278017e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3978.000000->63.071388, 	stpz=0.500000, 	solobj= 970820.637278, 	bestsol = 970820.637278)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.708677e+05 | 9.708677e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.70867711682655e+05 (1 solutions)\
-Dual Bound         : +9.70867711682655e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3979.000000->63.079315, 	stpz=0.500000, 	solobj= 970867.711683, 	bestsol = 970867.711683)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.709061e+05 | 9.709061e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.70906061616446e+05 (1 solutions)\
-Dual Bound         : +9.70906061616446e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3968.000000->62.992063, 	stpz=0.500000, 	solobj= 970906.061616, 	bestsol = 970906.061616)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.709477e+05 | 9.709477e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.38\
-Solving Nodes      : 1\
-Primal Bound       : +9.70947664720150e+05 (1 solutions)\
-Dual Bound         : +9.70947664720150e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3975.000000->63.047601, 	stpz=0.500000, 	solobj= 970947.664720, 	bestsol = 970947.664720)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.709924e+05 | 9.709924e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.70992397929295e+05 (1 solutions)\
-Dual Bound         : +9.70992397929295e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3961.000000->62.936476, 	stpz=0.500000, 	solobj= 970992.397929, 	bestsol = 970992.397929)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.710359e+05 | 9.710359e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.71035945623261e+05 (1 solutions)\
-Dual Bound         : +9.71035945623261e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3968.000000->62.992063, 	stpz=0.500000, 	solobj= 971035.945623, 	bestsol = 971035.945623)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.710791e+05 | 9.710791e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.71079053637649e+05 (1 solutions)\
-Dual Bound         : +9.71079053637649e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3948.000000->62.833112, 	stpz=0.500000, 	solobj= 971079.053638, 	bestsol = 971079.053638)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.711223e+05 | 9.711223e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.71122334269865e+05 (1 solutions)\
-Dual Bound         : +9.71122334269865e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3962.000000->62.944420, 	stpz=0.500000, 	solobj= 971122.334270, 	bestsol = 971122.334270)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.711628e+05 | 9.711628e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.71162807245665e+05 (1 solutions)\
-Dual Bound         : +9.71162807245665e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3947.000000->62.825154, 	stpz=0.500000, 	solobj= 971162.807246, 	bestsol = 971162.807246)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.712055e+05 | 9.712055e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.71205539849156e+05 (1 solutions)\
-Dual Bound         : +9.71205539849156e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3941.000000->62.777384, 	stpz=0.500000, 	solobj= 971205.539849, 	bestsol = 971205.539849)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.712443e+05 | 9.712443e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.71244271391186e+05 (1 solutions)\
-Dual Bound         : +9.71244271391186e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3936.000000->62.737549, 	stpz=0.500000, 	solobj= 971244.271391, 	bestsol = 971244.271391)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.712785e+05 | 9.712785e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.71278479442163e+05 (1 solutions)\
-Dual Bound         : +9.71278479442163e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3945.000000->62.809235, 	stpz=0.500000, 	solobj= 971278.479442, 	bestsol = 971278.479442)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.713171e+05 | 9.713171e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.71317135226276e+05 (1 solutions)\
-Dual Bound         : +9.71317135226276e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3936.000000->62.737549, 	stpz=0.500000, 	solobj= 971317.135226, 	bestsol = 971317.135226)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.713494e+05 | 9.713494e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.71349358298659e+05 (1 solutions)\
-Dual Bound         : +9.71349358298659e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3939.000000->62.761453, 	stpz=0.500000, 	solobj= 971349.358299, 	bestsol = 971349.358299)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.713833e+05 | 9.713833e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.38\
-Solving Nodes      : 1\
-Primal Bound       : +9.71383306076198e+05 (1 solutions)\
-Dual Bound         : +9.71383306076198e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3932.000000->62.705662, 	stpz=0.500000, 	solobj= 971383.306076, 	bestsol = 971383.306076)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.714181e+05 | 9.714181e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.28\
-Solving Nodes      : 1\
-Primal Bound       : +9.71418133813577e+05 (1 solutions)\
-Dual Bound         : +9.71418133813577e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3938.000000->62.753486, 	stpz=0.500000, 	solobj= 971418.133814, 	bestsol = 971418.133814)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.19\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.714489e+05 | 9.714489e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.26\
-Solving Nodes      : 1\
-Primal Bound       : +9.71448943564064e+05 (1 solutions)\
-Dual Bound         : +9.71448943564064e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3943.000000->62.793312, 	stpz=0.500000, 	solobj= 971448.943564, 	bestsol = 971448.943564)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.714808e+05 | 9.714808e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.71480751689037e+05 (1 solutions)\
-Dual Bound         : +9.71480751689037e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3927.000000->62.665780, 	stpz=0.500000, 	solobj= 971480.751689, 	bestsol = 971480.751689)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.715146e+05 | 9.715146e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.71514583822366e+05 (1 solutions)\
-Dual Bound         : +9.71514583822366e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3923.000000->62.633857, 	stpz=0.500000, 	solobj= 971514.583822, 	bestsol = 971514.583822)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.715447e+05 | 9.715447e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.38\
-Solving Nodes      : 1\
-Primal Bound       : +9.71544726263060e+05 (1 solutions)\
-Dual Bound         : +9.71544726263060e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3931.000000->62.697687, 	stpz=0.500000, 	solobj= 971544.726263, 	bestsol = 971544.726263)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.715759e+05 | 9.715759e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.71575916702999e+05 (1 solutions)\
-Dual Bound         : +9.71575916702999e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3923.000000->62.633857, 	stpz=0.500000, 	solobj= 971575.916703, 	bestsol = 971575.916703)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.716067e+05 | 9.716067e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.71606653125457e+05 (1 solutions)\
-Dual Bound         : +9.71606653125457e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3923.000000->62.633857, 	stpz=0.500000, 	solobj= 971606.653125, 	bestsol = 971606.653125)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.716327e+05 | 9.716327e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.71632731628839e+05 (1 solutions)\
-Dual Bound         : +9.71632731628839e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3916.000000->62.577951, 	stpz=0.500000, 	solobj= 971632.731629, 	bestsol = 971632.731629)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.34\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.716628e+05 | 9.716628e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.45\
-Solving Nodes      : 1\
-Primal Bound       : +9.71662756727056e+05 (1 solutions)\
-Dual Bound         : +9.71662756727056e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3923.000000->62.633857, 	stpz=0.500000, 	solobj= 971662.756727, 	bestsol = 971662.756727)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.716883e+05 | 9.716883e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.40\
-Solving Nodes      : 1\
-Primal Bound       : +9.71688257556111e+05 (1 solutions)\
-Dual Bound         : +9.71688257556111e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3923.000000->62.633857, 	stpz=0.500000, 	solobj= 971688.257556, 	bestsol = 971688.257556)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.717162e+05 | 9.717162e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.71716231509568e+05 (1 solutions)\
-Dual Bound         : +9.71716231509568e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3897.000000->62.425956, 	stpz=0.500000, 	solobj= 971716.231510, 	bestsol = 971716.231510)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.717437e+05 | 9.717437e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.71743748881746e+05 (1 solutions)\
-Dual Bound         : +9.71743748881746e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3907.000000->62.506000, 	stpz=0.500000, 	solobj= 971743.748882, 	bestsol = 971743.748882)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.717705e+05 | 9.717705e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.37\
-Solving Nodes      : 1\
-Primal Bound       : +9.71770502189414e+05 (1 solutions)\
-Dual Bound         : +9.71770502189414e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3909.000000->62.521996, 	stpz=0.500000, 	solobj= 971770.502189, 	bestsol = 971770.502189)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.717963e+05 | 9.717963e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.71796267608805e+05 (1 solutions)\
-Dual Bound         : +9.71796267608805e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3920.000000->62.609903, 	stpz=0.500000, 	solobj= 971796.267609, 	bestsol = 971796.267609)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.718195e+05 | 9.718195e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.71819517745297e+05 (1 solutions)\
-Dual Bound         : +9.71819517745297e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3891.000000->62.377881, 	stpz=0.500000, 	solobj= 971819.517745, 	bestsol = 971819.517745)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.718491e+05 | 9.718491e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.27\
-Solving Nodes      : 1\
-Primal Bound       : +9.71849142780505e+05 (1 solutions)\
-Dual Bound         : +9.71849142780505e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3906.000000->62.498000, 	stpz=0.500000, 	solobj= 971849.142781, 	bestsol = 971849.142781)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.718763e+05 | 9.718763e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.71876333391818e+05 (1 solutions)\
-Dual Bound         : +9.71876333391818e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3903.000000->62.473995, 	stpz=0.500000, 	solobj= 971876.333392, 	bestsol = 971876.333392)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.719009e+05 | 9.719009e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.71900921008668e+05 (1 solutions)\
-Dual Bound         : +9.71900921008668e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3909.000000->62.521996, 	stpz=0.500000, 	solobj= 971900.921009, 	bestsol = 971900.921009)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.719286e+05 | 9.719286e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.71928558622882e+05 (1 solutions)\
-Dual Bound         : +9.71928558622882e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3899.000000->62.441973, 	stpz=0.500000, 	solobj= 971928.558623, 	bestsol = 971928.558623)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.719518e+05 | 9.719518e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.71951837629134e+05 (1 solutions)\
-Dual Bound         : +9.71951837629134e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3911.000000->62.537988, 	stpz=0.500000, 	solobj= 971951.837629, 	bestsol = 971951.837629)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.719806e+05 | 9.719806e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.71980621315285e+05 (1 solutions)\
-Dual Bound         : +9.71980621315285e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3899.000000->62.441973, 	stpz=0.500000, 	solobj= 971980.621315, 	bestsol = 971980.621315)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.720054e+05 | 9.720054e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.72005360315573e+05 (1 solutions)\
-Dual Bound         : +9.72005360315573e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3918.000000->62.593929, 	stpz=0.500000, 	solobj= 972005.360316, 	bestsol = 972005.360316)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.720294e+05 | 9.720294e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.72029359055256e+05 (1 solutions)\
-Dual Bound         : +9.72029359055256e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3896.000000->62.417946, 	stpz=0.500000, 	solobj= 972029.359055, 	bestsol = 972029.359055)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.720572e+05 | 9.720572e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.72057244474846e+05 (1 solutions)\
-Dual Bound         : +9.72057244474846e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3909.000000->62.521996, 	stpz=0.500000, 	solobj= 972057.244475, 	bestsol = 972057.244475)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.720799e+05 | 9.720799e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.38\
-Solving Nodes      : 1\
-Primal Bound       : +9.72079901720338e+05 (1 solutions)\
-Dual Bound         : +9.72079901720338e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3905.000000->62.489999, 	stpz=0.500000, 	solobj= 972079.901720, 	bestsol = 972079.901720)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.721082e+05 | 9.721082e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.72108228673008e+05 (1 solutions)\
-Dual Bound         : +9.72108228673008e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3906.000000->62.498000, 	stpz=0.500000, 	solobj= 972108.228673, 	bestsol = 972108.228673)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.721332e+05 | 9.721332e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.72133208381516e+05 (1 solutions)\
-Dual Bound         : +9.72133208381516e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3891.000000->62.377881, 	stpz=0.500000, 	solobj= 972133.208382, 	bestsol = 972133.208382)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.721586e+05 | 9.721586e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.72158600815332e+05 (1 solutions)\
-Dual Bound         : +9.72158600815332e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3907.000000->62.506000, 	stpz=0.500000, 	solobj= 972158.600815, 	bestsol = 972158.600815)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.721855e+05 | 9.721855e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.72185533021087e+05 (1 solutions)\
-Dual Bound         : +9.72185533021087e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3899.000000->62.441973, 	stpz=0.500000, 	solobj= 972185.533021, 	bestsol = 972185.533021)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.722068e+05 | 9.722068e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.28\
-Solving Nodes      : 1\
-Primal Bound       : +9.72206824898217e+05 (1 solutions)\
-Dual Bound         : +9.72206824898217e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3906.000000->62.498000, 	stpz=0.500000, 	solobj= 972206.824898, 	bestsol = 972206.824898)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.722352e+05 | 9.722352e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.45\
-Solving Nodes      : 1\
-Primal Bound       : +9.72235162031490e+05 (1 solutions)\
-Dual Bound         : +9.72235162031490e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3888.000000->62.353829, 	stpz=0.500000, 	solobj= 972235.162031, 	bestsol = 972235.162031)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.722585e+05 | 9.722585e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.72258513224437e+05 (1 solutions)\
-Dual Bound         : +9.72258513224437e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3903.000000->62.473995, 	stpz=0.500000, 	solobj= 972258.513224, 	bestsol = 972258.513224)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.19\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.722843e+05 | 9.722843e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.27\
-Solving Nodes      : 1\
-Primal Bound       : +9.72284258108505e+05 (1 solutions)\
-Dual Bound         : +9.72284258108505e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3901.000000->62.457986, 	stpz=0.500000, 	solobj= 972284.258109, 	bestsol = 972284.258109)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.53\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.7s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.723076e+05 | 9.723076e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.67\
-Solving Nodes      : 1\
-Primal Bound       : +9.72307597929872e+05 (1 solutions)\
-Dual Bound         : +9.72307597929872e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3891.000000->62.377881, 	stpz=0.500000, 	solobj= 972307.597930, 	bestsol = 972307.597930)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.723317e+05 | 9.723317e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.43\
-Solving Nodes      : 1\
-Primal Bound       : +9.72331660451689e+05 (1 solutions)\
-Dual Bound         : +9.72331660451689e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3881.000000->62.297673, 	stpz=0.500000, 	solobj= 972331.660452, 	bestsol = 972331.660452)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.723604e+05 | 9.723604e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.72360432229918e+05 (1 solutions)\
-Dual Bound         : +9.72360432229918e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3893.000000->62.393910, 	stpz=0.500000, 	solobj= 972360.432230, 	bestsol = 972360.432230)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.723870e+05 | 9.723870e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.38\
-Solving Nodes      : 1\
-Primal Bound       : +9.72387036701737e+05 (1 solutions)\
-Dual Bound         : +9.72387036701737e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3890.000000->62.369865, 	stpz=0.500000, 	solobj= 972387.036702, 	bestsol = 972387.036702)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.724139e+05 | 9.724139e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.27\
-Solving Nodes      : 1\
-Primal Bound       : +9.72413907328708e+05 (1 solutions)\
-Dual Bound         : +9.72413907328708e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3897.000000->62.425956, 	stpz=0.500000, 	solobj= 972413.907329, 	bestsol = 972413.907329)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.724460e+05 | 9.724460e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.28\
-Solving Nodes      : 1\
-Primal Bound       : +9.72445951317571e+05 (1 solutions)\
-Dual Bound         : +9.72445951317571e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3885.000000->62.329768, 	stpz=0.500000, 	solobj= 972445.951318, 	bestsol = 972445.951318)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.724671e+05 | 9.724671e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.72467149536175e+05 (1 solutions)\
-Dual Bound         : +9.72467149536175e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3891.000000->62.377881, 	stpz=0.500000, 	solobj= 972467.149536, 	bestsol = 972467.149536)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.33\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.724983e+05 | 9.724983e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.41\
-Solving Nodes      : 1\
-Primal Bound       : +9.72498328684627e+05 (1 solutions)\
-Dual Bound         : +9.72498328684627e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3889.000000->62.361847, 	stpz=0.500000, 	solobj= 972498.328685, 	bestsol = 972498.328685)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.29\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.725217e+05 | 9.725217e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.39\
-Solving Nodes      : 1\
-Primal Bound       : +9.72521727440879e+05 (1 solutions)\
-Dual Bound         : +9.72521727440879e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3895.000000->62.409935, 	stpz=0.500000, 	solobj= 972521.727441, 	bestsol = 972521.727441)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.725453e+05 | 9.725453e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.72545319086063e+05 (1 solutions)\
-Dual Bound         : +9.72545319086063e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3879.000000->62.281618, 	stpz=0.500000, 	solobj= 972545.319086, 	bestsol = 972545.319086)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.33\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.725705e+05 | 9.725705e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.43\
-Solving Nodes      : 1\
-Primal Bound       : +9.72570491434277e+05 (1 solutions)\
-Dual Bound         : +9.72570491434277e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3886.000000->62.337790, 	stpz=0.500000, 	solobj= 972570.491434, 	bestsol = 972570.491434)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.725962e+05 | 9.725962e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.39\
-Solving Nodes      : 1\
-Primal Bound       : +9.72596222019150e+05 (1 solutions)\
-Dual Bound         : +9.72596222019150e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3871.000000->62.217361, 	stpz=0.500000, 	solobj= 972596.222019, 	bestsol = 972596.222019)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.33\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.726183e+05 | 9.726183e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.47\
-Solving Nodes      : 1\
-Primal Bound       : +9.72618256574945e+05 (1 solutions)\
-Dual Bound         : +9.72618256574945e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3885.000000->62.329768, 	stpz=0.500000, 	solobj= 972618.256575, 	bestsol = 972618.256575)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.726422e+05 | 9.726422e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.72642152881695e+05 (1 solutions)\
-Dual Bound         : +9.72642152881695e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3866.000000->62.177166, 	stpz=0.500000, 	solobj= 972642.152882, 	bestsol = 972642.152882)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.726628e+05 | 9.726628e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.72662776989938e+05 (1 solutions)\
-Dual Bound         : +9.72662776989938e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3875.000000->62.249498, 	stpz=0.500000, 	solobj= 972662.776990, 	bestsol = 972662.776990)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.726868e+05 | 9.726868e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.72686848081393e+05 (1 solutions)\
-Dual Bound         : +9.72686848081393e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3878.000000->62.273590, 	stpz=0.500000, 	solobj= 972686.848081, 	bestsol = 972686.848081)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.727060e+05 | 9.727060e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.37\
-Solving Nodes      : 1\
-Primal Bound       : +9.72705973873832e+05 (1 solutions)\
-Dual Bound         : +9.72705973873832e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3876.000000->62.257530, 	stpz=0.500000, 	solobj= 972705.973874, 	bestsol = 972705.973874)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.727285e+05 | 9.727285e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.72728538806214e+05 (1 solutions)\
-Dual Bound         : +9.72728538806214e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3872.000000->62.225397, 	stpz=0.500000, 	solobj= 972728.538806, 	bestsol = 972728.538806)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.30\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.727487e+05 | 9.727487e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.40\
-Solving Nodes      : 1\
-Primal Bound       : +9.72748729137351e+05 (1 solutions)\
-Dual Bound         : +9.72748729137351e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3878.000000->62.273590, 	stpz=0.500000, 	solobj= 972748.729137, 	bestsol = 972748.729137)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.45\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.6s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.727696e+05 | 9.727696e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.59\
-Solving Nodes      : 1\
-Primal Bound       : +9.72769557296401e+05 (1 solutions)\
-Dual Bound         : +9.72769557296401e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3877.000000->62.265560, 	stpz=0.500000, 	solobj= 972769.557296, 	bestsol = 972769.557296)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.727863e+05 | 9.727863e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.72786296113655e+05 (1 solutions)\
-Dual Bound         : +9.72786296113655e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3885.000000->62.329768, 	stpz=0.500000, 	solobj= 972786.296114, 	bestsol = 972786.296114)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.38\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.728080e+05 | 9.728080e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.50\
-Solving Nodes      : 1\
-Primal Bound       : +9.72808010836766e+05 (1 solutions)\
-Dual Bound         : +9.72808010836766e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3881.000000->62.297673, 	stpz=0.500000, 	solobj= 972808.010837, 	bestsol = 972808.010837)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.728267e+05 | 9.728267e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.72826716542458e+05 (1 solutions)\
-Dual Bound         : +9.72826716542458e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3879.000000->62.281618, 	stpz=0.500000, 	solobj= 972826.716542, 	bestsol = 972826.716542)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.728459e+05 | 9.728459e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.72845902265714e+05 (1 solutions)\
-Dual Bound         : +9.72845902265714e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3873.000000->62.233432, 	stpz=0.500000, 	solobj= 972845.902266, 	bestsol = 972845.902266)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.728643e+05 | 9.728643e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.39\
-Solving Nodes      : 1\
-Primal Bound       : +9.72864319486175e+05 (1 solutions)\
-Dual Bound         : +9.72864319486175e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3879.000000->62.281618, 	stpz=0.500000, 	solobj= 972864.319486, 	bestsol = 972864.319486)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.728851e+05 | 9.728851e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.72885065053555e+05 (1 solutions)\
-Dual Bound         : +9.72885065053555e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3869.000000->62.201286, 	stpz=0.500000, 	solobj= 972885.065054, 	bestsol = 972885.065054)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.729058e+05 | 9.729058e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.72905812452826e+05 (1 solutions)\
-Dual Bound         : +9.72905812452826e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3876.000000->62.257530, 	stpz=0.500000, 	solobj= 972905.812453, 	bestsol = 972905.812453)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.729240e+05 | 9.729240e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.37\
-Solving Nodes      : 1\
-Primal Bound       : +9.72923957827484e+05 (1 solutions)\
-Dual Bound         : +9.72923957827484e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3880.000000->62.289646, 	stpz=0.500000, 	solobj= 972923.957827, 	bestsol = 972923.957827)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.729402e+05 | 9.729402e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.72940234306892e+05 (1 solutions)\
-Dual Bound         : +9.72940234306892e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3881.000000->62.297673, 	stpz=0.500000, 	solobj= 972940.234307, 	bestsol = 972940.234307)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.729622e+05 | 9.729622e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.72962189843699e+05 (1 solutions)\
-Dual Bound         : +9.72962189843699e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3876.000000->62.257530, 	stpz=0.500000, 	solobj= 972962.189844, 	bestsol = 972962.189844)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.729774e+05 | 9.729774e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.72977376020694e+05 (1 solutions)\
-Dual Bound         : +9.72977376020694e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3886.000000->62.337790, 	stpz=0.500000, 	solobj= 972977.376021, 	bestsol = 972977.376021)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.730018e+05 | 9.730018e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.73001818976306e+05 (1 solutions)\
-Dual Bound         : +9.73001818976306e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3871.000000->62.217361, 	stpz=0.500000, 	solobj= 973001.818976, 	bestsol = 973001.818976)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.730181e+05 | 9.730181e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.73018055725870e+05 (1 solutions)\
-Dual Bound         : +9.73018055725870e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3882.000000->62.305698, 	stpz=0.500000, 	solobj= 973018.055726, 	bestsol = 973018.055726)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.730354e+05 | 9.730354e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.73035351345031e+05 (1 solutions)\
-Dual Bound         : +9.73035351345031e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3891.000000->62.377881, 	stpz=0.500000, 	solobj= 973035.351345, 	bestsol = 973035.351345)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.730578e+05 | 9.730578e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.73057838359433e+05 (1 solutions)\
-Dual Bound         : +9.73057838359433e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3890.000000->62.369865, 	stpz=0.500000, 	solobj= 973057.838359, 	bestsol = 973057.838359)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.730750e+05 | 9.730750e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.73074973306332e+05 (1 solutions)\
-Dual Bound         : +9.73074973306332e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3880.000000->62.289646, 	stpz=0.500000, 	solobj= 973074.973306, 	bestsol = 973074.973306)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.730923e+05 | 9.730923e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.73092336207683e+05 (1 solutions)\
-Dual Bound         : +9.73092336207683e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3877.000000->62.265560, 	stpz=0.500000, 	solobj= 973092.336208, 	bestsol = 973092.336208)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.731096e+05 | 9.731096e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.73109587535941e+05 (1 solutions)\
-Dual Bound         : +9.73109587535941e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3891.000000->62.377881, 	stpz=0.500000, 	solobj= 973109.587536, 	bestsol = 973109.587536)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.731263e+05 | 9.731263e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.73126344120278e+05 (1 solutions)\
-Dual Bound         : +9.73126344120278e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3892.000000->62.385896, 	stpz=0.500000, 	solobj= 973126.344120, 	bestsol = 973126.344120)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.731470e+05 | 9.731470e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.73147046835839e+05 (1 solutions)\
-Dual Bound         : +9.73147046835839e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3879.000000->62.281618, 	stpz=0.500000, 	solobj= 973147.046836, 	bestsol = 973147.046836)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.731623e+05 | 9.731623e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.27\
-Solving Nodes      : 1\
-Primal Bound       : +9.73162348858448e+05 (1 solutions)\
-Dual Bound         : +9.73162348858448e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3898.000000->62.433965, 	stpz=0.500000, 	solobj= 973162.348858, 	bestsol = 973162.348858)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.731826e+05 | 9.731826e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.73182601800131e+05 (1 solutions)\
-Dual Bound         : +9.73182601800131e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3886.000000->62.337790, 	stpz=0.500000, 	solobj= 973182.601800, 	bestsol = 973182.601800)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.732036e+05 | 9.732036e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.73203639331299e+05 (1 solutions)\
-Dual Bound         : +9.73203639331299e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3886.000000->62.337790, 	stpz=0.500000, 	solobj= 973203.639331, 	bestsol = 973203.639331)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.732196e+05 | 9.732196e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.73219579762829e+05 (1 solutions)\
-Dual Bound         : +9.73219579762829e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3881.000000->62.297673, 	stpz=0.500000, 	solobj= 973219.579763, 	bestsol = 973219.579763)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.732393e+05 | 9.732393e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.73239329804159e+05 (1 solutions)\
-Dual Bound         : +9.73239329804159e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3892.000000->62.385896, 	stpz=0.500000, 	solobj= 973239.329804, 	bestsol = 973239.329804)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.32\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.732550e+05 | 9.732550e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.42\
-Solving Nodes      : 1\
-Primal Bound       : +9.73254987156516e+05 (1 solutions)\
-Dual Bound         : +9.73254987156516e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3887.000000->62.345810, 	stpz=0.500000, 	solobj= 973254.987157, 	bestsol = 973254.987157)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.31\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.732789e+05 | 9.732789e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.49\
-Solving Nodes      : 1\
-Primal Bound       : +9.73278894898873e+05 (1 solutions)\
-Dual Bound         : +9.73278894898873e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3883.000000->62.313722, 	stpz=0.500000, 	solobj= 973278.894899, 	bestsol = 973278.894899)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.29\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.732964e+05 | 9.732964e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.39\
-Solving Nodes      : 1\
-Primal Bound       : +9.73296421938258e+05 (1 solutions)\
-Dual Bound         : +9.73296421938258e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3887.000000->62.345810, 	stpz=0.500000, 	solobj= 973296.421938, 	bestsol = 973296.421938)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.733133e+05 | 9.733133e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.73313318213742e+05 (1 solutions)\
-Dual Bound         : +9.73313318213742e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3894.000000->62.401923, 	stpz=0.500000, 	solobj= 973313.318214, 	bestsol = 973313.318214)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.733327e+05 | 9.733327e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.73332700112392e+05 (1 solutions)\
-Dual Bound         : +9.73332700112392e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3882.000000->62.305698, 	stpz=0.500000, 	solobj= 973332.700112, 	bestsol = 973332.700112)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.733524e+05 | 9.733524e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.73352374011543e+05 (1 solutions)\
-Dual Bound         : +9.73352374011543e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3891.000000->62.377881, 	stpz=0.500000, 	solobj= 973352.374012, 	bestsol = 973352.374012)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.29\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.733700e+05 | 9.733700e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.39\
-Solving Nodes      : 1\
-Primal Bound       : +9.73370032188058e+05 (1 solutions)\
-Dual Bound         : +9.73370032188058e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3885.000000->62.329768, 	stpz=0.500000, 	solobj= 973370.032188, 	bestsol = 973370.032188)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.31\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.733838e+05 | 9.733838e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.54\
-Solving Nodes      : 1\
-Primal Bound       : +9.73383765589418e+05 (1 solutions)\
-Dual Bound         : +9.73383765589418e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3879.000000->62.281618, 	stpz=0.500000, 	solobj= 973383.765589, 	bestsol = 973383.765589)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.734032e+05 | 9.734032e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.73403188098380e+05 (1 solutions)\
-Dual Bound         : +9.73403188098380e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3880.000000->62.289646, 	stpz=0.500000, 	solobj= 973403.188098, 	bestsol = 973403.188098)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.30\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.734242e+05 | 9.734242e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.39\
-Solving Nodes      : 1\
-Primal Bound       : +9.73424198921950e+05 (1 solutions)\
-Dual Bound         : +9.73424198921950e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3874.000000->62.241465, 	stpz=0.500000, 	solobj= 973424.198922, 	bestsol = 973424.198922)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.734385e+05 | 9.734385e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.42\
-Solving Nodes      : 1\
-Primal Bound       : +9.73438465792100e+05 (1 solutions)\
-Dual Bound         : +9.73438465792100e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3886.000000->62.337790, 	stpz=0.500000, 	solobj= 973438.465792, 	bestsol = 973438.465792)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.734627e+05 | 9.734627e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.73462670130125e+05 (1 solutions)\
-Dual Bound         : +9.73462670130125e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3870.000000->62.209324, 	stpz=0.500000, 	solobj= 973462.670130, 	bestsol = 973462.670130)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.734824e+05 | 9.734824e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.73482380753899e+05 (1 solutions)\
-Dual Bound         : +9.73482380753899e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3870.000000->62.209324, 	stpz=0.500000, 	solobj= 973482.380754, 	bestsol = 973482.380754)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.735022e+05 | 9.735022e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.37\
-Solving Nodes      : 1\
-Primal Bound       : +9.73502243562120e+05 (1 solutions)\
-Dual Bound         : +9.73502243562120e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3875.000000->62.249498, 	stpz=0.500000, 	solobj= 973502.243562, 	bestsol = 973502.243562)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.735195e+05 | 9.735195e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.40\
-Solving Nodes      : 1\
-Primal Bound       : +9.73519536298827e+05 (1 solutions)\
-Dual Bound         : +9.73519536298827e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3888.000000->62.353829, 	stpz=0.500000, 	solobj= 973519.536299, 	bestsol = 973519.536299)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.36\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.735371e+05 | 9.735371e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.50\
-Solving Nodes      : 1\
-Primal Bound       : +9.73537134842170e+05 (1 solutions)\
-Dual Bound         : +9.73537134842170e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3882.000000->62.305698, 	stpz=0.500000, 	solobj= 973537.134842, 	bestsol = 973537.134842)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.735557e+05 | 9.735557e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.73555677791184e+05 (1 solutions)\
-Dual Bound         : +9.73555677791184e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3875.000000->62.249498, 	stpz=0.500000, 	solobj= 973555.677791, 	bestsol = 973555.677791)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.735723e+05 | 9.735723e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.73572313992551e+05 (1 solutions)\
-Dual Bound         : +9.73572313992551e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3877.000000->62.265560, 	stpz=0.500000, 	solobj= 973572.313993, 	bestsol = 973572.313993)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.735899e+05 | 9.735899e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.38\
-Solving Nodes      : 1\
-Primal Bound       : +9.73589918657600e+05 (1 solutions)\
-Dual Bound         : +9.73589918657600e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3877.000000->62.265560, 	stpz=0.500000, 	solobj= 973589.918658, 	bestsol = 973589.918658)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.736051e+05 | 9.736051e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.37\
-Solving Nodes      : 1\
-Primal Bound       : +9.73605053254416e+05 (1 solutions)\
-Dual Bound         : +9.73605053254416e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3871.000000->62.217361, 	stpz=0.500000, 	solobj= 973605.053254, 	bestsol = 973605.053254)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.736229e+05 | 9.736229e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.28\
-Solving Nodes      : 1\
-Primal Bound       : +9.73622930634192e+05 (1 solutions)\
-Dual Bound         : +9.73622930634192e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3872.000000->62.225397, 	stpz=0.500000, 	solobj= 973622.930634, 	bestsol = 973622.930634)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.736381e+05 | 9.736381e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.73638139725268e+05 (1 solutions)\
-Dual Bound         : +9.73638139725268e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3886.000000->62.337790, 	stpz=0.500000, 	solobj= 973638.139725, 	bestsol = 973638.139725)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.736537e+05 | 9.736537e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.73653695225800e+05 (1 solutions)\
-Dual Bound         : +9.73653695225800e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3864.000000->62.161081, 	stpz=0.500000, 	solobj= 973653.695226, 	bestsol = 973653.695226)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.736700e+05 | 9.736700e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.73670036790003e+05 (1 solutions)\
-Dual Bound         : +9.73670036790003e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3864.000000->62.161081, 	stpz=0.500000, 	solobj= 973670.036790, 	bestsol = 973670.036790)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.736812e+05 | 9.736812e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.73681186302514e+05 (1 solutions)\
-Dual Bound         : +9.73681186302514e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3897.000000->62.425956, 	stpz=0.500000, 	solobj= 973681.186303, 	bestsol = 973681.186303)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.736951e+05 | 9.736951e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.73695107265470e+05 (1 solutions)\
-Dual Bound         : +9.73695107265470e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3869.000000->62.201286, 	stpz=0.500000, 	solobj= 973695.107265, 	bestsol = 973695.107265)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.737141e+05 | 9.737141e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.73714147320844e+05 (1 solutions)\
-Dual Bound         : +9.73714147320844e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3867.000000->62.185207, 	stpz=0.500000, 	solobj= 973714.147321, 	bestsol = 973714.147321)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.737300e+05 | 9.737300e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.73729954962188e+05 (1 solutions)\
-Dual Bound         : +9.73729954962188e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3877.000000->62.265560, 	stpz=0.500000, 	solobj= 973729.954962, 	bestsol = 973729.954962)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.29\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.737435e+05 | 9.737435e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.38\
-Solving Nodes      : 1\
-Primal Bound       : +9.73743529251755e+05 (1 solutions)\
-Dual Bound         : +9.73743529251755e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3855.000000->62.088646, 	stpz=0.500000, 	solobj= 973743.529252, 	bestsol = 973743.529252)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.737586e+05 | 9.737586e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.73758616771591e+05 (1 solutions)\
-Dual Bound         : +9.73758616771591e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3861.000000->62.136946, 	stpz=0.500000, 	solobj= 973758.616772, 	bestsol = 973758.616772)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.737732e+05 | 9.737732e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.28\
-Solving Nodes      : 1\
-Primal Bound       : +9.73773179310330e+05 (1 solutions)\
-Dual Bound         : +9.73773179310330e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3876.000000->62.257530, 	stpz=0.500000, 	solobj= 973773.179310, 	bestsol = 973773.179310)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.737891e+05 | 9.737891e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.73789148961915e+05 (1 solutions)\
-Dual Bound         : +9.73789148961915e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3882.000000->62.305698, 	stpz=0.500000, 	solobj= 973789.148962, 	bestsol = 973789.148962)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.737998e+05 | 9.737998e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.73799758931222e+05 (1 solutions)\
-Dual Bound         : +9.73799758931222e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3869.000000->62.201286, 	stpz=0.500000, 	solobj= 973799.758931, 	bestsol = 973799.758931)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.19\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.738188e+05 | 9.738188e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.27\
-Solving Nodes      : 1\
-Primal Bound       : +9.73818806330459e+05 (1 solutions)\
-Dual Bound         : +9.73818806330459e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3871.000000->62.217361, 	stpz=0.500000, 	solobj= 973818.806330, 	bestsol = 973818.806330)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.738349e+05 | 9.738349e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.73834876007482e+05 (1 solutions)\
-Dual Bound         : +9.73834876007482e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3873.000000->62.233432, 	stpz=0.500000, 	solobj= 973834.876007, 	bestsol = 973834.876007)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.738479e+05 | 9.738479e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.73847925629774e+05 (1 solutions)\
-Dual Bound         : +9.73847925629774e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3857.000000->62.104750, 	stpz=0.500000, 	solobj= 973847.925630, 	bestsol = 973847.925630)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.738648e+05 | 9.738648e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.73864842661402e+05 (1 solutions)\
-Dual Bound         : +9.73864842661402e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3876.000000->62.257530, 	stpz=0.500000, 	solobj= 973864.842661, 	bestsol = 973864.842661)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.738780e+05 | 9.738780e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.73877990650607e+05 (1 solutions)\
-Dual Bound         : +9.73877990650607e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3870.000000->62.209324, 	stpz=0.500000, 	solobj= 973877.990651, 	bestsol = 973877.990651)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.29\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.738964e+05 | 9.738964e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.39\
-Solving Nodes      : 1\
-Primal Bound       : +9.73896385639295e+05 (1 solutions)\
-Dual Bound         : +9.73896385639295e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3862.000000->62.144992, 	stpz=0.500000, 	solobj= 973896.385639, 	bestsol = 973896.385639)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.739093e+05 | 9.739093e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.73909341224706e+05 (1 solutions)\
-Dual Bound         : +9.73909341224706e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3866.000000->62.177166, 	stpz=0.500000, 	solobj= 973909.341225, 	bestsol = 973909.341225)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.739258e+05 | 9.739258e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.73925805671146e+05 (1 solutions)\
-Dual Bound         : +9.73925805671146e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3867.000000->62.185207, 	stpz=0.500000, 	solobj= 973925.805671, 	bestsol = 973925.805671)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.739384e+05 | 9.739384e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.27\
-Solving Nodes      : 1\
-Primal Bound       : +9.73938402669049e+05 (1 solutions)\
-Dual Bound         : +9.73938402669049e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3858.000000->62.112801, 	stpz=0.500000, 	solobj= 973938.402669, 	bestsol = 973938.402669)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.739560e+05 | 9.739560e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.73956021461789e+05 (1 solutions)\
-Dual Bound         : +9.73956021461789e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3877.000000->62.265560, 	stpz=0.500000, 	solobj= 973956.021462, 	bestsol = 973956.021462)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.739690e+05 | 9.739690e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.73968998045196e+05 (1 solutions)\
-Dual Bound         : +9.73968998045196e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3864.000000->62.161081, 	stpz=0.500000, 	solobj= 973968.998045, 	bestsol = 973968.998045)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.739887e+05 | 9.739887e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.73988681620580e+05 (1 solutions)\
-Dual Bound         : +9.73988681620580e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3870.000000->62.209324, 	stpz=0.500000, 	solobj= 973988.681621, 	bestsol = 973988.681621)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.740019e+05 | 9.740019e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.74001915868422e+05 (1 solutions)\
-Dual Bound         : +9.74001915868422e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3865.000000->62.169124, 	stpz=0.500000, 	solobj= 974001.915868, 	bestsol = 974001.915868)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.740190e+05 | 9.740190e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.74019025644413e+05 (1 solutions)\
-Dual Bound         : +9.74019025644413e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3876.000000->62.257530, 	stpz=0.500000, 	solobj= 974019.025644, 	bestsol = 974019.025644)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.740290e+05 | 9.740290e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.74028964823170e+05 (1 solutions)\
-Dual Bound         : +9.74028964823170e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3856.000000->62.096699, 	stpz=0.500000, 	solobj= 974028.964823, 	bestsol = 974028.964823)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.740483e+05 | 9.740483e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.37\
-Solving Nodes      : 1\
-Primal Bound       : +9.74048255028138e+05 (1 solutions)\
-Dual Bound         : +9.74048255028138e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3851.000000->62.056426, 	stpz=0.500000, 	solobj= 974048.255028, 	bestsol = 974048.255028)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.740599e+05 | 9.740599e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.74059902296203e+05 (1 solutions)\
-Dual Bound         : +9.74059902296203e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3865.000000->62.169124, 	stpz=0.500000, 	solobj= 974059.902296, 	bestsol = 974059.902296)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.740740e+05 | 9.740740e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.74073956842743e+05 (1 solutions)\
-Dual Bound         : +9.74073956842743e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3852.000000->62.064483, 	stpz=0.500000, 	solobj= 974073.956843, 	bestsol = 974073.956843)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.740890e+05 | 9.740890e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.28\
-Solving Nodes      : 1\
-Primal Bound       : +9.74088971355456e+05 (1 solutions)\
-Dual Bound         : +9.74088971355456e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3847.000000->62.024189, 	stpz=0.500000, 	solobj= 974088.971355, 	bestsol = 974088.971355)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.741091e+05 | 9.741091e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.74109139016427e+05 (1 solutions)\
-Dual Bound         : +9.74109139016427e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3868.000000->62.193247, 	stpz=0.500000, 	solobj= 974109.139016, 	bestsol = 974109.139016)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.741168e+05 | 9.741168e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.74116840190971e+05 (1 solutions)\
-Dual Bound         : +9.74116840190971e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3859.000000->62.120850, 	stpz=0.500000, 	solobj= 974116.840191, 	bestsol = 974116.840191)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.741359e+05 | 9.741359e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.74135911135393e+05 (1 solutions)\
-Dual Bound         : +9.74135911135393e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3865.000000->62.169124, 	stpz=0.500000, 	solobj= 974135.911135, 	bestsol = 974135.911135)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.741499e+05 | 9.741499e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.74149947685525e+05 (1 solutions)\
-Dual Bound         : +9.74149947685525e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3852.000000->62.064483, 	stpz=0.500000, 	solobj= 974149.947686, 	bestsol = 974149.947686)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.741636e+05 | 9.741636e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.74163588460811e+05 (1 solutions)\
-Dual Bound         : +9.74163588460811e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3881.000000->62.297673, 	stpz=0.500000, 	solobj= 974163.588461, 	bestsol = 974163.588461)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.741766e+05 | 9.741766e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.74176553606272e+05 (1 solutions)\
-Dual Bound         : +9.74176553606272e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3867.000000->62.185207, 	stpz=0.500000, 	solobj= 974176.553606, 	bestsol = 974176.553606)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.741954e+05 | 9.741954e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.39\
-Solving Nodes      : 1\
-Primal Bound       : +9.74195380776898e+05 (1 solutions)\
-Dual Bound         : +9.74195380776898e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3871.000000->62.217361, 	stpz=0.500000, 	solobj= 974195.380777, 	bestsol = 974195.380777)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.742108e+05 | 9.742108e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.74210805583618e+05 (1 solutions)\
-Dual Bound         : +9.74210805583618e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3860.000000->62.128898, 	stpz=0.500000, 	solobj= 974210.805584, 	bestsol = 974210.805584)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.31\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.742261e+05 | 9.742261e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.38\
-Solving Nodes      : 1\
-Primal Bound       : +9.74226136885987e+05 (1 solutions)\
-Dual Bound         : +9.74226136885987e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3884.000000->62.321746, 	stpz=0.500000, 	solobj= 974226.136886, 	bestsol = 974226.136886)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.742391e+05 | 9.742391e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.74239124975654e+05 (1 solutions)\
-Dual Bound         : +9.74239124975654e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3862.000000->62.144992, 	stpz=0.500000, 	solobj= 974239.124976, 	bestsol = 974239.124976)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.742594e+05 | 9.742594e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.74259377578101e+05 (1 solutions)\
-Dual Bound         : +9.74259377578101e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3862.000000->62.144992, 	stpz=0.500000, 	solobj= 974259.377578, 	bestsol = 974259.377578)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.742722e+05 | 9.742722e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.74272188239422e+05 (1 solutions)\
-Dual Bound         : +9.74272188239422e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3866.000000->62.177166, 	stpz=0.500000, 	solobj= 974272.188239, 	bestsol = 974272.188239)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.742946e+05 | 9.742946e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.74294635102959e+05 (1 solutions)\
-Dual Bound         : +9.74294635102959e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3872.000000->62.225397, 	stpz=0.500000, 	solobj= 974294.635103, 	bestsol = 974294.635103)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.743081e+05 | 9.743081e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.74308090894322e+05 (1 solutions)\
-Dual Bound         : +9.74308090894322e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3859.000000->62.120850, 	stpz=0.500000, 	solobj= 974308.090894, 	bestsol = 974308.090894)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.743259e+05 | 9.743259e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.74325913823976e+05 (1 solutions)\
-Dual Bound         : +9.74325913823976e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3878.000000->62.273590, 	stpz=0.500000, 	solobj= 974325.913824, 	bestsol = 974325.913824)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.743372e+05 | 9.743372e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.74337187317922e+05 (1 solutions)\
-Dual Bound         : +9.74337187317922e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3858.000000->62.112801, 	stpz=0.500000, 	solobj= 974337.187318, 	bestsol = 974337.187318)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.743550e+05 | 9.743550e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.74355007855166e+05 (1 solutions)\
-Dual Bound         : +9.74355007855166e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3871.000000->62.217361, 	stpz=0.500000, 	solobj= 974355.007855, 	bestsol = 974355.007855)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.743685e+05 | 9.743685e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.74368458663318e+05 (1 solutions)\
-Dual Bound         : +9.74368458663318e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3862.000000->62.144992, 	stpz=0.500000, 	solobj= 974368.458663, 	bestsol = 974368.458663)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.743843e+05 | 9.743843e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.74384340107643e+05 (1 solutions)\
-Dual Bound         : +9.74384340107643e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3880.000000->62.289646, 	stpz=0.500000, 	solobj= 974384.340108, 	bestsol = 974384.340108)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.743920e+05 | 9.743920e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.74392013517254e+05 (1 solutions)\
-Dual Bound         : +9.74392013517254e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3883.000000->62.313722, 	stpz=0.500000, 	solobj= 974392.013517, 	bestsol = 974392.013517)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.744034e+05 | 9.744034e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.74403411608134e+05 (1 solutions)\
-Dual Bound         : +9.74403411608134e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3868.000000->62.193247, 	stpz=0.500000, 	solobj= 974403.411608, 	bestsol = 974403.411608)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.744204e+05 | 9.744204e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.38\
-Solving Nodes      : 1\
-Primal Bound       : +9.74420374102123e+05 (1 solutions)\
-Dual Bound         : +9.74420374102123e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3866.000000->62.177166, 	stpz=0.500000, 	solobj= 974420.374102, 	bestsol = 974420.374102)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.744319e+05 | 9.744319e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.74431919825822e+05 (1 solutions)\
-Dual Bound         : +9.74431919825822e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3864.000000->62.161081, 	stpz=0.500000, 	solobj= 974431.919826, 	bestsol = 974431.919826)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.744507e+05 | 9.744507e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.74450655450458e+05 (1 solutions)\
-Dual Bound         : +9.74450655450458e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3895.000000->62.409935, 	stpz=0.500000, 	solobj= 974450.655450, 	bestsol = 974450.655450)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.744617e+05 | 9.744617e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.74461745680141e+05 (1 solutions)\
-Dual Bound         : +9.74461745680141e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3877.000000->62.265560, 	stpz=0.500000, 	solobj= 974461.745680, 	bestsol = 974461.745680)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.744751e+05 | 9.744751e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.28\
-Solving Nodes      : 1\
-Primal Bound       : +9.74475078170415e+05 (1 solutions)\
-Dual Bound         : +9.74475078170415e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3851.000000->62.056426, 	stpz=0.500000, 	solobj= 974475.078170, 	bestsol = 974475.078170)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.744915e+05 | 9.744915e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.37\
-Solving Nodes      : 1\
-Primal Bound       : +9.74491516076669e+05 (1 solutions)\
-Dual Bound         : +9.74491516076669e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3865.000000->62.169124, 	stpz=0.500000, 	solobj= 974491.516077, 	bestsol = 974491.516077)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.745065e+05 | 9.745065e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.74506498526621e+05 (1 solutions)\
-Dual Bound         : +9.74506498526621e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3868.000000->62.193247, 	stpz=0.500000, 	solobj= 974506.498527, 	bestsol = 974506.498527)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.745155e+05 | 9.745155e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.74515537128126e+05 (1 solutions)\
-Dual Bound         : +9.74515537128126e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3871.000000->62.217361, 	stpz=0.500000, 	solobj= 974515.537128, 	bestsol = 974515.537128)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.745329e+05 | 9.745329e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.74532891353446e+05 (1 solutions)\
-Dual Bound         : +9.74532891353446e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3861.000000->62.136946, 	stpz=0.500000, 	solobj= 974532.891353, 	bestsol = 974532.891353)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.745470e+05 | 9.745470e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.74547006244802e+05 (1 solutions)\
-Dual Bound         : +9.74547006244802e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3860.000000->62.128898, 	stpz=0.500000, 	solobj= 974547.006245, 	bestsol = 974547.006245)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.745546e+05 | 9.745546e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.74554624345095e+05 (1 solutions)\
-Dual Bound         : +9.74554624345095e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3859.000000->62.120850, 	stpz=0.500000, 	solobj= 974554.624345, 	bestsol = 974554.624345)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.745737e+05 | 9.745737e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.74573713709694e+05 (1 solutions)\
-Dual Bound         : +9.74573713709694e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3878.000000->62.273590, 	stpz=0.500000, 	solobj= 974573.713710, 	bestsol = 974573.713710)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.745811e+05 | 9.745811e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.74581133628347e+05 (1 solutions)\
-Dual Bound         : +9.74581133628347e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3853.000000->62.072538, 	stpz=0.500000, 	solobj= 974581.133628, 	bestsol = 974581.133628)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.746003e+05 | 9.746003e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.74600322686651e+05 (1 solutions)\
-Dual Bound         : +9.74600322686651e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3851.000000->62.056426, 	stpz=0.500000, 	solobj= 974600.322687, 	bestsol = 974600.322687)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.746108e+05 | 9.746108e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.74610818829442e+05 (1 solutions)\
-Dual Bound         : +9.74610818829442e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3866.000000->62.177166, 	stpz=0.500000, 	solobj= 974610.818829, 	bestsol = 974610.818829)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.746225e+05 | 9.746225e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.74622472887095e+05 (1 solutions)\
-Dual Bound         : +9.74622472887095e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3871.000000->62.217361, 	stpz=0.500000, 	solobj= 974622.472887, 	bestsol = 974622.472887)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.746323e+05 | 9.746323e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.74632288461805e+05 (1 solutions)\
-Dual Bound         : +9.74632288461805e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3882.000000->62.305698, 	stpz=0.500000, 	solobj= 974632.288462, 	bestsol = 974632.288462)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.746507e+05 | 9.746507e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.74650652185873e+05 (1 solutions)\
-Dual Bound         : +9.74650652185873e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3859.000000->62.120850, 	stpz=0.500000, 	solobj= 974650.652186, 	bestsol = 974650.652186)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.746583e+05 | 9.746583e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.74658320471713e+05 (1 solutions)\
-Dual Bound         : +9.74658320471713e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3870.000000->62.209324, 	stpz=0.500000, 	solobj= 974658.320472, 	bestsol = 974658.320472)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.746695e+05 | 9.746695e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.28\
-Solving Nodes      : 1\
-Primal Bound       : +9.74669523062288e+05 (1 solutions)\
-Dual Bound         : +9.74669523062288e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3867.000000->62.185207, 	stpz=0.500000, 	solobj= 974669.523062, 	bestsol = 974669.523062)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.746801e+05 | 9.746801e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.74680081735037e+05 (1 solutions)\
-Dual Bound         : +9.74680081735037e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3852.000000->62.064483, 	stpz=0.500000, 	solobj= 974680.081735, 	bestsol = 974680.081735)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.746959e+05 | 9.746959e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.74695943695636e+05 (1 solutions)\
-Dual Bound         : +9.74695943695636e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3869.000000->62.201286, 	stpz=0.500000, 	solobj= 974695.943696, 	bestsol = 974695.943696)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.747079e+05 | 9.747079e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.37\
-Solving Nodes      : 1\
-Primal Bound       : +9.74707850918524e+05 (1 solutions)\
-Dual Bound         : +9.74707850918524e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3841.000000->61.975802, 	stpz=0.500000, 	solobj= 974707.850919, 	bestsol = 974707.850919)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.747136e+05 | 9.747136e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.74713554586299e+05 (1 solutions)\
-Dual Bound         : +9.74713554586299e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3882.000000->62.305698, 	stpz=0.500000, 	solobj= 974713.554586, 	bestsol = 974713.554586)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.747318e+05 | 9.747318e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.74731789398390e+05 (1 solutions)\
-Dual Bound         : +9.74731789398390e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3858.000000->62.112801, 	stpz=0.500000, 	solobj= 974731.789398, 	bestsol = 974731.789398)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.747385e+05 | 9.747385e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.37\
-Solving Nodes      : 1\
-Primal Bound       : +9.74738451929081e+05 (1 solutions)\
-Dual Bound         : +9.74738451929081e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3866.000000->62.177166, 	stpz=0.500000, 	solobj= 974738.451929, 	bestsol = 974738.451929)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.747502e+05 | 9.747502e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.37\
-Solving Nodes      : 1\
-Primal Bound       : +9.74750183771505e+05 (1 solutions)\
-Dual Bound         : +9.74750183771505e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3855.000000->62.088646, 	stpz=0.500000, 	solobj= 974750.183772, 	bestsol = 974750.183772)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.747597e+05 | 9.747597e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.28\
-Solving Nodes      : 1\
-Primal Bound       : +9.74759722205834e+05 (1 solutions)\
-Dual Bound         : +9.74759722205834e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3867.000000->62.185207, 	stpz=0.500000, 	solobj= 974759.722206, 	bestsol = 974759.722206)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.747722e+05 | 9.747722e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.74772247618030e+05 (1 solutions)\
-Dual Bound         : +9.74772247618030e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3846.000000->62.016127, 	stpz=0.500000, 	solobj= 974772.247618, 	bestsol = 974772.247618)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.747874e+05 | 9.747874e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.74787386053892e+05 (1 solutions)\
-Dual Bound         : +9.74787386053892e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3853.000000->62.072538, 	stpz=0.500000, 	solobj= 974787.386054, 	bestsol = 974787.386054)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.31\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.747983e+05 | 9.747983e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.42\
-Solving Nodes      : 1\
-Primal Bound       : +9.74798261471717e+05 (1 solutions)\
-Dual Bound         : +9.74798261471717e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3850.000000->62.048368, 	stpz=0.500000, 	solobj= 974798.261472, 	bestsol = 974798.261472)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.32\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.748112e+05 | 9.748112e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.43\
-Solving Nodes      : 1\
-Primal Bound       : +9.74811174485037e+05 (1 solutions)\
-Dual Bound         : +9.74811174485037e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3878.000000->62.273590, 	stpz=0.500000, 	solobj= 974811.174485, 	bestsol = 974811.174485)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.748174e+05 | 9.748174e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.74817389389402e+05 (1 solutions)\
-Dual Bound         : +9.74817389389402e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3850.000000->62.048368, 	stpz=0.500000, 	solobj= 974817.389389, 	bestsol = 974817.389389)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.748337e+05 | 9.748337e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.74833683578980e+05 (1 solutions)\
-Dual Bound         : +9.74833683578980e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3844.000000->62.000000, 	stpz=0.500000, 	solobj= 974833.683579, 	bestsol = 974833.683579)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.748439e+05 | 9.748439e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.74843920201443e+05 (1 solutions)\
-Dual Bound         : +9.74843920201443e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3847.000000->62.024189, 	stpz=0.500000, 	solobj= 974843.920201, 	bestsol = 974843.920201)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.748561e+05 | 9.748561e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.74856074772716e+05 (1 solutions)\
-Dual Bound         : +9.74856074772716e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3863.000000->62.153037, 	stpz=0.500000, 	solobj= 974856.074773, 	bestsol = 974856.074773)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.748669e+05 | 9.748669e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.74866896938148e+05 (1 solutions)\
-Dual Bound         : +9.74866896938148e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3870.000000->62.209324, 	stpz=0.500000, 	solobj= 974866.896938, 	bestsol = 974866.896938)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.748766e+05 | 9.748766e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.74876587623146e+05 (1 solutions)\
-Dual Bound         : +9.74876587623146e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3857.000000->62.104750, 	stpz=0.500000, 	solobj= 974876.587623, 	bestsol = 974876.587623)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.748906e+05 | 9.748906e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.74890591288932e+05 (1 solutions)\
-Dual Bound         : +9.74890591288932e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3876.000000->62.257530, 	stpz=0.500000, 	solobj= 974890.591289, 	bestsol = 974890.591289)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.30\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.749017e+05 | 9.749017e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.39\
-Solving Nodes      : 1\
-Primal Bound       : +9.74901721885852e+05 (1 solutions)\
-Dual Bound         : +9.74901721885852e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3871.000000->62.217361, 	stpz=0.500000, 	solobj= 974901.721886, 	bestsol = 974901.721886)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.32\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.749105e+05 | 9.749105e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.47\
-Solving Nodes      : 1\
-Primal Bound       : +9.74910484039497e+05 (1 solutions)\
-Dual Bound         : +9.74910484039497e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3870.000000->62.209324, 	stpz=0.500000, 	solobj= 974910.484039, 	bestsol = 974910.484039)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.32\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.749263e+05 | 9.749263e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.43\
-Solving Nodes      : 1\
-Primal Bound       : +9.74926339968264e+05 (1 solutions)\
-Dual Bound         : +9.74926339968264e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3890.000000->62.369865, 	stpz=0.500000, 	solobj= 974926.339968, 	bestsol = 974926.339968)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.749330e+05 | 9.749330e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.74933002565407e+05 (1 solutions)\
-Dual Bound         : +9.74933002565407e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3862.000000->62.144992, 	stpz=0.500000, 	solobj= 974933.002565, 	bestsol = 974933.002565)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.749462e+05 | 9.749462e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.74946242118616e+05 (1 solutions)\
-Dual Bound         : +9.74946242118616e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3880.000000->62.289646, 	stpz=0.500000, 	solobj= 974946.242119, 	bestsol = 974946.242119)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.749570e+05 | 9.749570e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.74956982422498e+05 (1 solutions)\
-Dual Bound         : +9.74956982422498e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3867.000000->62.185207, 	stpz=0.500000, 	solobj= 974956.982422, 	bestsol = 974956.982422)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.749657e+05 | 9.749657e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.74965653400476e+05 (1 solutions)\
-Dual Bound         : +9.74965653400476e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3852.000000->62.064483, 	stpz=0.500000, 	solobj= 974965.653400, 	bestsol = 974965.653400)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.749750e+05 | 9.749750e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.40\
-Solving Nodes      : 1\
-Primal Bound       : +9.74974980626733e+05 (1 solutions)\
-Dual Bound         : +9.74974980626733e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3845.000000->62.008064, 	stpz=0.500000, 	solobj= 974974.980627, 	bestsol = 974974.980627)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.749881e+05 | 9.749881e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.38\
-Solving Nodes      : 1\
-Primal Bound       : +9.74988113697424e+05 (1 solutions)\
-Dual Bound         : +9.74988113697424e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3872.000000->62.225397, 	stpz=0.500000, 	solobj= 974988.113697, 	bestsol = 974988.113697)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.749900e+05 | 9.749900e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.74989956100903e+05 (1 solutions)\
-Dual Bound         : +9.74989956100903e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3850.000000->62.048368, 	stpz=0.500000, 	solobj= 974989.956101, 	bestsol = 974989.956101)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.750028e+05 | 9.750028e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.75002757708073e+05 (1 solutions)\
-Dual Bound         : +9.75002757708073e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3865.000000->62.169124, 	stpz=0.500000, 	solobj= 975002.757708, 	bestsol = 975002.757708)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.750097e+05 | 9.750097e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.75009729623972e+05 (1 solutions)\
-Dual Bound         : +9.75009729623972e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3851.000000->62.056426, 	stpz=0.500000, 	solobj= 975009.729624, 	bestsol = 975009.729624)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.750219e+05 | 9.750219e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75021923348260e+05 (1 solutions)\
-Dual Bound         : +9.75021923348260e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3881.000000->62.297673, 	stpz=0.500000, 	solobj= 975021.923348, 	bestsol = 975021.923348)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.750258e+05 | 9.750258e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.75025772997982e+05 (1 solutions)\
-Dual Bound         : +9.75025772997982e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3847.000000->62.024189, 	stpz=0.500000, 	solobj= 975025.772998, 	bestsol = 975025.772998)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.750414e+05 | 9.750414e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.75041386979013e+05 (1 solutions)\
-Dual Bound         : +9.75041386979013e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3860.000000->62.128898, 	stpz=0.500000, 	solobj= 975041.386979, 	bestsol = 975041.386979)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.750451e+05 | 9.750451e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.75045090307623e+05 (1 solutions)\
-Dual Bound         : +9.75045090307623e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3865.000000->62.169124, 	stpz=0.500000, 	solobj= 975045.090308, 	bestsol = 975045.090308)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.750598e+05 | 9.750598e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.75059769803027e+05 (1 solutions)\
-Dual Bound         : +9.75059769803027e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3869.000000->62.201286, 	stpz=0.500000, 	solobj= 975059.769803, 	bestsol = 975059.769803)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.750634e+05 | 9.750634e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.39\
-Solving Nodes      : 1\
-Primal Bound       : +9.75063393910999e+05 (1 solutions)\
-Dual Bound         : +9.75063393910999e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3890.000000->62.369865, 	stpz=0.500000, 	solobj= 975063.393911, 	bestsol = 975063.393911)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.36\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.750791e+05 | 9.750791e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.45\
-Solving Nodes      : 1\
-Primal Bound       : +9.75079083928255e+05 (1 solutions)\
-Dual Bound         : +9.75079083928255e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3856.000000->62.096699, 	stpz=0.500000, 	solobj= 975079.083928, 	bestsol = 975079.083928)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.750872e+05 | 9.750872e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.39\
-Solving Nodes      : 1\
-Primal Bound       : +9.75087185539853e+05 (1 solutions)\
-Dual Bound         : +9.75087185539853e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3843.000000->61.991935, 	stpz=0.500000, 	solobj= 975087.185540, 	bestsol = 975087.185540)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.750973e+05 | 9.750973e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.37\
-Solving Nodes      : 1\
-Primal Bound       : +9.75097254832711e+05 (1 solutions)\
-Dual Bound         : +9.75097254832711e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3848.000000->62.032250, 	stpz=0.500000, 	solobj= 975097.254833, 	bestsol = 975097.254833)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.35\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751027e+05 | 9.751027e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.46\
-Solving Nodes      : 1\
-Primal Bound       : +9.75102731806277e+05 (1 solutions)\
-Dual Bound         : +9.75102731806277e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3851.000000->62.056426, 	stpz=0.500000, 	solobj= 975102.731806, 	bestsol = 975102.731806)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.43\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.6s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751145e+05 | 9.751145e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.55\
-Solving Nodes      : 1\
-Primal Bound       : +9.75114501358259e+05 (1 solutions)\
-Dual Bound         : +9.75114501358259e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3847.000000->62.024189, 	stpz=0.500000, 	solobj= 975114.501358, 	bestsol = 975114.501358)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751197e+05 | 9.751197e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75119670113952e+05 (1 solutions)\
-Dual Bound         : +9.75119670113952e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3844.000000->62.000000, 	stpz=0.500000, 	solobj= 975119.670114, 	bestsol = 975119.670114)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.34\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751273e+05 | 9.751273e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.49\
-Solving Nodes      : 1\
-Primal Bound       : +9.75127278439955e+05 (1 solutions)\
-Dual Bound         : +9.75127278439955e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3862.000000->62.144992, 	stpz=0.500000, 	solobj= 975127.278440, 	bestsol = 975127.278440)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751325e+05 | 9.751325e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.75132538414157e+05 (1 solutions)\
-Dual Bound         : +9.75132538414157e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3854.000000->62.080593, 	stpz=0.500000, 	solobj= 975132.538414, 	bestsol = 975132.538414)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751430e+05 | 9.751430e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75142962871184e+05 (1 solutions)\
-Dual Bound         : +9.75142962871184e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3855.000000->62.088646, 	stpz=0.500000, 	solobj= 975142.962871, 	bestsol = 975142.962871)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751452e+05 | 9.751452e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.75145208223700e+05 (1 solutions)\
-Dual Bound         : +9.75145208223700e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3837.000000->61.943523, 	stpz=0.500000, 	solobj= 975145.208224, 	bestsol = 975145.208224)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751562e+05 | 9.751562e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75156186884987e+05 (1 solutions)\
-Dual Bound         : +9.75156186884987e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3849.000000->62.040309, 	stpz=0.500000, 	solobj= 975156.186885, 	bestsol = 975156.186885)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.29\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751614e+05 | 9.751614e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.39\
-Solving Nodes      : 1\
-Primal Bound       : +9.75161442749978e+05 (1 solutions)\
-Dual Bound         : +9.75161442749978e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3841.000000->61.975802, 	stpz=0.500000, 	solobj= 975161.442750, 	bestsol = 975161.442750)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751631e+05 | 9.751631e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.38\
-Solving Nodes      : 1\
-Primal Bound       : +9.75163057495255e+05 (1 solutions)\
-Dual Bound         : +9.75163057495255e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3845.000000->62.008064, 	stpz=0.500000, 	solobj= 975163.057495, 	bestsol = 975163.057495)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751732e+05 | 9.751732e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.75173213327309e+05 (1 solutions)\
-Dual Bound         : +9.75173213327309e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3835.000000->61.927377, 	stpz=0.500000, 	solobj= 975173.213327, 	bestsol = 975173.213327)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751748e+05 | 9.751748e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.75174773786854e+05 (1 solutions)\
-Dual Bound         : +9.75174773786854e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3853.000000->62.072538, 	stpz=0.500000, 	solobj= 975174.773787, 	bestsol = 975174.773787)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751825e+05 | 9.751825e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.75182538561111e+05 (1 solutions)\
-Dual Bound         : +9.75182538561111e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3861.000000->62.136946, 	stpz=0.500000, 	solobj= 975182.538561, 	bestsol = 975182.538561)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751876e+05 | 9.751876e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75187642295152e+05 (1 solutions)\
-Dual Bound         : +9.75187642295152e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3839.000000->61.959664, 	stpz=0.500000, 	solobj= 975187.642295, 	bestsol = 975187.642295)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751964e+05 | 9.751964e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.39\
-Solving Nodes      : 1\
-Primal Bound       : +9.75196412273777e+05 (1 solutions)\
-Dual Bound         : +9.75196412273777e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3862.000000->62.144992, 	stpz=0.500000, 	solobj= 975196.412274, 	bestsol = 975196.412274)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751976e+05 | 9.751976e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.75197552313028e+05 (1 solutions)\
-Dual Bound         : +9.75197552313028e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3845.000000->62.008064, 	stpz=0.500000, 	solobj= 975197.552313, 	bestsol = 975197.552313)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.31\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752106e+05 | 9.752106e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.40\
-Solving Nodes      : 1\
-Primal Bound       : +9.75210566386563e+05 (1 solutions)\
-Dual Bound         : +9.75210566386563e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3839.000000->61.959664, 	stpz=0.500000, 	solobj= 975210.566387, 	bestsol = 975210.566387)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752162e+05 | 9.752162e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.75216238652388e+05 (1 solutions)\
-Dual Bound         : +9.75216238652388e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3852.000000->62.064483, 	stpz=0.500000, 	solobj= 975216.238652, 	bestsol = 975216.238652)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752184e+05 | 9.752184e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.39\
-Solving Nodes      : 1\
-Primal Bound       : +9.75218387886387e+05 (1 solutions)\
-Dual Bound         : +9.75218387886387e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3841.000000->61.975802, 	stpz=0.500000, 	solobj= 975218.387886, 	bestsol = 975218.387886)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752267e+05 | 9.752267e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.75226698073325e+05 (1 solutions)\
-Dual Bound         : +9.75226698073325e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3848.000000->62.032250, 	stpz=0.500000, 	solobj= 975226.698073, 	bestsol = 975226.698073)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752356e+05 | 9.752356e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.75235626391236e+05 (1 solutions)\
-Dual Bound         : +9.75235626391236e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3829.000000->61.878914, 	stpz=0.500000, 	solobj= 975235.626391, 	bestsol = 975235.626391)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752400e+05 | 9.752400e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.75239978388020e+05 (1 solutions)\
-Dual Bound         : +9.75239978388020e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3841.000000->61.975802, 	stpz=0.500000, 	solobj= 975239.978388, 	bestsol = 975239.978388)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.30\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752460e+05 | 9.752460e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.38\
-Solving Nodes      : 1\
-Primal Bound       : +9.75245984213593e+05 (1 solutions)\
-Dual Bound         : +9.75245984213593e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3830.000000->61.886994, 	stpz=0.500000, 	solobj= 975245.984214, 	bestsol = 975245.984214)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752527e+05 | 9.752527e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.75252668212928e+05 (1 solutions)\
-Dual Bound         : +9.75252668212928e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3854.000000->62.080593, 	stpz=0.500000, 	solobj= 975252.668213, 	bestsol = 975252.668213)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752573e+05 | 9.752573e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75257309883383e+05 (1 solutions)\
-Dual Bound         : +9.75257309883383e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3850.000000->62.048368, 	stpz=0.500000, 	solobj= 975257.309883, 	bestsol = 975257.309883)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752659e+05 | 9.752659e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.37\
-Solving Nodes      : 1\
-Primal Bound       : +9.75265892368096e+05 (1 solutions)\
-Dual Bound         : +9.75265892368096e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3849.000000->62.040309, 	stpz=0.500000, 	solobj= 975265.892368, 	bestsol = 975265.892368)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752735e+05 | 9.752735e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.75273518856835e+05 (1 solutions)\
-Dual Bound         : +9.75273518856835e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3849.000000->62.040309, 	stpz=0.500000, 	solobj= 975273.518857, 	bestsol = 975273.518857)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752760e+05 | 9.752760e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.75275996688347e+05 (1 solutions)\
-Dual Bound         : +9.75275996688347e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3853.000000->62.072538, 	stpz=0.500000, 	solobj= 975275.996688, 	bestsol = 975275.996688)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752841e+05 | 9.752841e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.75284101091126e+05 (1 solutions)\
-Dual Bound         : +9.75284101091126e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3850.000000->62.048368, 	stpz=0.500000, 	solobj= 975284.101091, 	bestsol = 975284.101091)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752920e+05 | 9.752920e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.75292045823163e+05 (1 solutions)\
-Dual Bound         : +9.75292045823163e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3849.000000->62.040309, 	stpz=0.500000, 	solobj= 975292.045823, 	bestsol = 975292.045823)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752988e+05 | 9.752988e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.37\
-Solving Nodes      : 1\
-Primal Bound       : +9.75298768272732e+05 (1 solutions)\
-Dual Bound         : +9.75298768272732e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3818.000000->61.789967, 	stpz=0.500000, 	solobj= 975298.768273, 	bestsol = 975298.768273)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753031e+05 | 9.753031e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.75303051303218e+05 (1 solutions)\
-Dual Bound         : +9.75303051303218e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3842.000000->61.983869, 	stpz=0.500000, 	solobj= 975303.051303, 	bestsol = 975303.051303)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753137e+05 | 9.753137e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.28\
-Solving Nodes      : 1\
-Primal Bound       : +9.75313680642734e+05 (1 solutions)\
-Dual Bound         : +9.75313680642734e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3848.000000->62.032250, 	stpz=0.500000, 	solobj= 975313.680643, 	bestsol = 975313.680643)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753121e+05 | 9.753121e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75312054303862e+05 (1 solutions)\
-Dual Bound         : +9.75312054303862e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3865.000000->62.169124, 	stpz=0.500000, 	solobj= 975312.054304, 	bestsol = 975313.680643)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753253e+05 | 9.753253e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.75325291948191e+05 (1 solutions)\
-Dual Bound         : +9.75325291948191e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3820.000000->61.806149, 	stpz=0.500000, 	solobj= 975325.291948, 	bestsol = 975325.291948)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753310e+05 | 9.753310e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.27\
-Solving Nodes      : 1\
-Primal Bound       : +9.75330975920988e+05 (1 solutions)\
-Dual Bound         : +9.75330975920988e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3865.000000->62.169124, 	stpz=0.500000, 	solobj= 975330.975921, 	bestsol = 975330.975921)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753372e+05 | 9.753372e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.75337184589276e+05 (1 solutions)\
-Dual Bound         : +9.75337184589276e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3832.000000->61.903150, 	stpz=0.500000, 	solobj= 975337.184589, 	bestsol = 975337.184589)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753441e+05 | 9.753441e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.28\
-Solving Nodes      : 1\
-Primal Bound       : +9.75344072949024e+05 (1 solutions)\
-Dual Bound         : +9.75344072949024e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3840.000000->61.967734, 	stpz=0.500000, 	solobj= 975344.072949, 	bestsol = 975344.072949)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753534e+05 | 9.753534e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.27\
-Solving Nodes      : 1\
-Primal Bound       : +9.75353445948378e+05 (1 solutions)\
-Dual Bound         : +9.75353445948378e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3837.000000->61.943523, 	stpz=0.500000, 	solobj= 975353.445948, 	bestsol = 975353.445948)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753563e+05 | 9.753563e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.75356336865596e+05 (1 solutions)\
-Dual Bound         : +9.75356336865596e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3859.000000->62.120850, 	stpz=0.500000, 	solobj= 975356.336866, 	bestsol = 975356.336866)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753635e+05 | 9.753635e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.37\
-Solving Nodes      : 1\
-Primal Bound       : +9.75363458824719e+05 (1 solutions)\
-Dual Bound         : +9.75363458824719e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3843.000000->61.991935, 	stpz=0.500000, 	solobj= 975363.458825, 	bestsol = 975363.458825)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753715e+05 | 9.753715e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.40\
-Solving Nodes      : 1\
-Primal Bound       : +9.75371462724808e+05 (1 solutions)\
-Dual Bound         : +9.75371462724808e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3858.000000->62.112801, 	stpz=0.500000, 	solobj= 975371.462725, 	bestsol = 975371.462725)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753767e+05 | 9.753767e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.28\
-Solving Nodes      : 1\
-Primal Bound       : +9.75376687751372e+05 (1 solutions)\
-Dual Bound         : +9.75376687751372e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3836.000000->61.935450, 	stpz=0.500000, 	solobj= 975376.687751, 	bestsol = 975376.687751)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753823e+05 | 9.753823e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75382265101414e+05 (1 solutions)\
-Dual Bound         : +9.75382265101414e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3863.000000->62.153037, 	stpz=0.500000, 	solobj= 975382.265101, 	bestsol = 975382.265101)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753888e+05 | 9.753888e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.75388775664716e+05 (1 solutions)\
-Dual Bound         : +9.75388775664716e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3859.000000->62.120850, 	stpz=0.500000, 	solobj= 975388.775665, 	bestsol = 975388.775665)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753927e+05 | 9.753927e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75392653756596e+05 (1 solutions)\
-Dual Bound         : +9.75392653756596e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3843.000000->61.991935, 	stpz=0.500000, 	solobj= 975392.653757, 	bestsol = 975392.653757)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754024e+05 | 9.754024e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.75402400173702e+05 (1 solutions)\
-Dual Bound         : +9.75402400173702e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3827.000000->61.862751, 	stpz=0.500000, 	solobj= 975402.400174, 	bestsol = 975402.400174)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754069e+05 | 9.754069e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75406913197322e+05 (1 solutions)\
-Dual Bound         : +9.75406913197322e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3852.000000->62.064483, 	stpz=0.500000, 	solobj= 975406.913197, 	bestsol = 975406.913197)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754150e+05 | 9.754150e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75414960166922e+05 (1 solutions)\
-Dual Bound         : +9.75414960166922e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3846.000000->62.016127, 	stpz=0.500000, 	solobj= 975414.960167, 	bestsol = 975414.960167)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754171e+05 | 9.754171e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75417092536521e+05 (1 solutions)\
-Dual Bound         : +9.75417092536521e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3842.000000->61.983869, 	stpz=0.500000, 	solobj= 975417.092537, 	bestsol = 975417.092537)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754295e+05 | 9.754295e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.75429494938731e+05 (1 solutions)\
-Dual Bound         : +9.75429494938731e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3846.000000->62.016127, 	stpz=0.500000, 	solobj= 975429.494939, 	bestsol = 975429.494939)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754282e+05 | 9.754282e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75428170316848e+05 (1 solutions)\
-Dual Bound         : +9.75428170316848e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3853.000000->62.072538, 	stpz=0.500000, 	solobj= 975428.170317, 	bestsol = 975429.494939)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754428e+05 | 9.754428e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75442770719186e+05 (1 solutions)\
-Dual Bound         : +9.75442770719186e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3830.000000->61.886994, 	stpz=0.500000, 	solobj= 975442.770719, 	bestsol = 975442.770719)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754456e+05 | 9.754456e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.75445629987241e+05 (1 solutions)\
-Dual Bound         : +9.75445629987241e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3848.000000->62.032250, 	stpz=0.500000, 	solobj= 975445.629987, 	bestsol = 975445.629987)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754476e+05 | 9.754476e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.27\
-Solving Nodes      : 1\
-Primal Bound       : +9.75447609843419e+05 (1 solutions)\
-Dual Bound         : +9.75447609843419e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3858.000000->62.112801, 	stpz=0.500000, 	solobj= 975447.609843, 	bestsol = 975447.609843)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754520e+05 | 9.754520e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.75451984430837e+05 (1 solutions)\
-Dual Bound         : +9.75451984430837e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3855.000000->62.088646, 	stpz=0.500000, 	solobj= 975451.984431, 	bestsol = 975451.984431)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754616e+05 | 9.754616e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.75461593868271e+05 (1 solutions)\
-Dual Bound         : +9.75461593868271e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3840.000000->61.967734, 	stpz=0.500000, 	solobj= 975461.593868, 	bestsol = 975461.593868)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754662e+05 | 9.754662e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.75466160834064e+05 (1 solutions)\
-Dual Bound         : +9.75466160834064e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3850.000000->62.048368, 	stpz=0.500000, 	solobj= 975466.160834, 	bestsol = 975466.160834)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.19\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754724e+05 | 9.754724e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.27\
-Solving Nodes      : 1\
-Primal Bound       : +9.75472406424833e+05 (1 solutions)\
-Dual Bound         : +9.75472406424833e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3826.000000->61.854668, 	stpz=0.500000, 	solobj= 975472.406425, 	bestsol = 975472.406425)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754808e+05 | 9.754808e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.75480805944507e+05 (1 solutions)\
-Dual Bound         : +9.75480805944507e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3858.000000->62.112801, 	stpz=0.500000, 	solobj= 975480.805945, 	bestsol = 975480.805945)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754824e+05 | 9.754824e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75482413171421e+05 (1 solutions)\
-Dual Bound         : +9.75482413171421e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3843.000000->61.991935, 	stpz=0.500000, 	solobj= 975482.413171, 	bestsol = 975482.413171)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754918e+05 | 9.754918e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.75491806000317e+05 (1 solutions)\
-Dual Bound         : +9.75491806000317e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3849.000000->62.040309, 	stpz=0.500000, 	solobj= 975491.806000, 	bestsol = 975491.806000)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755002e+05 | 9.755002e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.75500176610173e+05 (1 solutions)\
-Dual Bound         : +9.75500176610173e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3831.000000->61.895073, 	stpz=0.500000, 	solobj= 975500.176610, 	bestsol = 975500.176610)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754997e+05 | 9.754997e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.75499731380321e+05 (1 solutions)\
-Dual Bound         : +9.75499731380321e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3845.000000->62.008064, 	stpz=0.500000, 	solobj= 975499.731380, 	bestsol = 975500.176610)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.19\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755091e+05 | 9.755091e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.27\
-Solving Nodes      : 1\
-Primal Bound       : +9.75509108040342e+05 (1 solutions)\
-Dual Bound         : +9.75509108040342e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3825.000000->61.846584, 	stpz=0.500000, 	solobj= 975509.108040, 	bestsol = 975509.108040)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755126e+05 | 9.755126e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.75512645078050e+05 (1 solutions)\
-Dual Bound         : +9.75512645078050e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3847.000000->62.024189, 	stpz=0.500000, 	solobj= 975512.645078, 	bestsol = 975512.645078)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755188e+05 | 9.755188e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.75518783775433e+05 (1 solutions)\
-Dual Bound         : +9.75518783775433e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3839.000000->61.959664, 	stpz=0.500000, 	solobj= 975518.783775, 	bestsol = 975518.783775)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755201e+05 | 9.755201e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75520147450168e+05 (1 solutions)\
-Dual Bound         : +9.75520147450168e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3857.000000->62.104750, 	stpz=0.500000, 	solobj= 975520.147450, 	bestsol = 975520.147450)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755314e+05 | 9.755314e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75531353814349e+05 (1 solutions)\
-Dual Bound         : +9.75531353814349e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3846.000000->62.016127, 	stpz=0.500000, 	solobj= 975531.353814, 	bestsol = 975531.353814)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755297e+05 | 9.755297e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.75529715719763e+05 (1 solutions)\
-Dual Bound         : +9.75529715719763e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3859.000000->62.120850, 	stpz=0.500000, 	solobj= 975529.715720, 	bestsol = 975531.353814)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755402e+05 | 9.755402e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75540227385212e+05 (1 solutions)\
-Dual Bound         : +9.75540227385212e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3857.000000->62.104750, 	stpz=0.500000, 	solobj= 975540.227385, 	bestsol = 975540.227385)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755453e+05 | 9.755453e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75545316734084e+05 (1 solutions)\
-Dual Bound         : +9.75545316734084e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3853.000000->62.072538, 	stpz=0.500000, 	solobj= 975545.316734, 	bestsol = 975545.316734)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755517e+05 | 9.755517e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75551686591919e+05 (1 solutions)\
-Dual Bound         : +9.75551686591919e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3841.000000->61.975802, 	stpz=0.500000, 	solobj= 975551.686592, 	bestsol = 975551.686592)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755560e+05 | 9.755560e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75556017116817e+05 (1 solutions)\
-Dual Bound         : +9.75556017116817e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3846.000000->62.016127, 	stpz=0.500000, 	solobj= 975556.017117, 	bestsol = 975556.017117)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755571e+05 | 9.755571e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75557089041423e+05 (1 solutions)\
-Dual Bound         : +9.75557089041423e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3856.000000->62.096699, 	stpz=0.500000, 	solobj= 975557.089041, 	bestsol = 975557.089041)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.33\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755650e+05 | 9.755650e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.48\
-Solving Nodes      : 1\
-Primal Bound       : +9.75565008848667e+05 (1 solutions)\
-Dual Bound         : +9.75565008848667e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3848.000000->62.032250, 	stpz=0.500000, 	solobj= 975565.008849, 	bestsol = 975565.008849)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.18\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755667e+05 | 9.755667e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.27\
-Solving Nodes      : 1\
-Primal Bound       : +9.75566670303674e+05 (1 solutions)\
-Dual Bound         : +9.75566670303674e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3845.000000->62.008064, 	stpz=0.500000, 	solobj= 975566.670304, 	bestsol = 975566.670304)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755751e+05 | 9.755751e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75575073667923e+05 (1 solutions)\
-Dual Bound         : +9.75575073667923e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3841.000000->61.975802, 	stpz=0.500000, 	solobj= 975575.073668, 	bestsol = 975575.073668)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755793e+05 | 9.755793e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.75579317956270e+05 (1 solutions)\
-Dual Bound         : +9.75579317956270e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3845.000000->62.008064, 	stpz=0.500000, 	solobj= 975579.317956, 	bestsol = 975579.317956)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755807e+05 | 9.755807e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75580741733039e+05 (1 solutions)\
-Dual Bound         : +9.75580741733039e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3852.000000->62.064483, 	stpz=0.500000, 	solobj= 975580.741733, 	bestsol = 975580.741733)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755935e+05 | 9.755935e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.75593460811985e+05 (1 solutions)\
-Dual Bound         : +9.75593460811985e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3856.000000->62.096699, 	stpz=0.500000, 	solobj= 975593.460812, 	bestsol = 975593.460812)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755928e+05 | 9.755928e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75592791032817e+05 (1 solutions)\
-Dual Bound         : +9.75592791032817e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3854.000000->62.080593, 	stpz=0.500000, 	solobj= 975592.791033, 	bestsol = 975593.460812)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756031e+05 | 9.756031e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.75603118151788e+05 (1 solutions)\
-Dual Bound         : +9.75603118151788e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3830.000000->61.886994, 	stpz=0.500000, 	solobj= 975603.118152, 	bestsol = 975603.118152)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756069e+05 | 9.756069e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75606877688946e+05 (1 solutions)\
-Dual Bound         : +9.75606877688946e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3869.000000->62.201286, 	stpz=0.500000, 	solobj= 975606.877689, 	bestsol = 975606.877689)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756142e+05 | 9.756142e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.75614196589312e+05 (1 solutions)\
-Dual Bound         : +9.75614196589312e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3839.000000->61.959664, 	stpz=0.500000, 	solobj= 975614.196589, 	bestsol = 975614.196589)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.30\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756169e+05 | 9.756169e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.41\
-Solving Nodes      : 1\
-Primal Bound       : +9.75616868853369e+05 (1 solutions)\
-Dual Bound         : +9.75616868853369e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3864.000000->62.161081, 	stpz=0.500000, 	solobj= 975616.868853, 	bestsol = 975616.868853)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756219e+05 | 9.756219e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75621874706552e+05 (1 solutions)\
-Dual Bound         : +9.75621874706552e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3840.000000->61.967734, 	stpz=0.500000, 	solobj= 975621.874707, 	bestsol = 975621.874707)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756252e+05 | 9.756252e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.75625177090573e+05 (1 solutions)\
-Dual Bound         : +9.75625177090573e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3893.000000->62.393910, 	stpz=0.500000, 	solobj= 975625.177091, 	bestsol = 975625.177091)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756320e+05 | 9.756320e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.75632047951837e+05 (1 solutions)\
-Dual Bound         : +9.75632047951837e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3844.000000->62.000000, 	stpz=0.500000, 	solobj= 975632.047952, 	bestsol = 975632.047952)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756411e+05 | 9.756411e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75641116145935e+05 (1 solutions)\
-Dual Bound         : +9.75641116145935e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3880.000000->62.289646, 	stpz=0.500000, 	solobj= 975641.116146, 	bestsol = 975641.116146)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756425e+05 | 9.756425e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.75642487059355e+05 (1 solutions)\
-Dual Bound         : +9.75642487059355e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3846.000000->62.016127, 	stpz=0.500000, 	solobj= 975642.487059, 	bestsol = 975642.487059)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756507e+05 | 9.756507e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.75650655694683e+05 (1 solutions)\
-Dual Bound         : +9.75650655694683e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3862.000000->62.144992, 	stpz=0.500000, 	solobj= 975650.655695, 	bestsol = 975650.655695)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756569e+05 | 9.756569e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.75656927556078e+05 (1 solutions)\
-Dual Bound         : +9.75656927556078e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3854.000000->62.080593, 	stpz=0.500000, 	solobj= 975656.927556, 	bestsol = 975656.927556)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756605e+05 | 9.756605e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.75660544570640e+05 (1 solutions)\
-Dual Bound         : +9.75660544570640e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3854.000000->62.080593, 	stpz=0.500000, 	solobj= 975660.544571, 	bestsol = 975660.544571)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756667e+05 | 9.756667e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75666729571467e+05 (1 solutions)\
-Dual Bound         : +9.75666729571467e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3848.000000->62.032250, 	stpz=0.500000, 	solobj= 975666.729571, 	bestsol = 975666.729571)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756688e+05 | 9.756688e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75668795942284e+05 (1 solutions)\
-Dual Bound         : +9.75668795942284e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3858.000000->62.112801, 	stpz=0.500000, 	solobj= 975668.795942, 	bestsol = 975668.795942)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756743e+05 | 9.756743e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.75674342319536e+05 (1 solutions)\
-Dual Bound         : +9.75674342319536e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3858.000000->62.112801, 	stpz=0.500000, 	solobj= 975674.342320, 	bestsol = 975674.342320)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756711e+05 | 9.756711e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75671080024622e+05 (1 solutions)\
-Dual Bound         : +9.75671080024622e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3862.000000->62.144992, 	stpz=0.500000, 	solobj= 975671.080025, 	bestsol = 975674.342320)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756807e+05 | 9.756807e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.75680691156984e+05 (1 solutions)\
-Dual Bound         : +9.75680691156984e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3850.000000->62.048368, 	stpz=0.500000, 	solobj= 975680.691157, 	bestsol = 975680.691157)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756856e+05 | 9.756856e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75685598702495e+05 (1 solutions)\
-Dual Bound         : +9.75685598702495e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3868.000000->62.193247, 	stpz=0.500000, 	solobj= 975685.598702, 	bestsol = 975685.598702)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.31\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756885e+05 | 9.756885e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.41\
-Solving Nodes      : 1\
-Primal Bound       : +9.75688539451553e+05 (1 solutions)\
-Dual Bound         : +9.75688539451553e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3844.000000->62.000000, 	stpz=0.500000, 	solobj= 975688.539452, 	bestsol = 975688.539452)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756891e+05 | 9.756891e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75689146064512e+05 (1 solutions)\
-Dual Bound         : +9.75689146064512e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3858.000000->62.112801, 	stpz=0.500000, 	solobj= 975689.146065, 	bestsol = 975689.146065)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756933e+05 | 9.756933e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.75693253129160e+05 (1 solutions)\
-Dual Bound         : +9.75693253129160e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3842.000000->61.983869, 	stpz=0.500000, 	solobj= 975693.253129, 	bestsol = 975693.253129)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756984e+05 | 9.756984e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75698424440444e+05 (1 solutions)\
-Dual Bound         : +9.75698424440444e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3864.000000->62.161081, 	stpz=0.500000, 	solobj= 975698.424440, 	bestsol = 975698.424440)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757049e+05 | 9.757049e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75704896661778e+05 (1 solutions)\
-Dual Bound         : +9.75704896661778e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3846.000000->62.016127, 	stpz=0.500000, 	solobj= 975704.896662, 	bestsol = 975704.896662)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.30\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757026e+05 | 9.757026e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.40\
-Solving Nodes      : 1\
-Primal Bound       : +9.75702619405990e+05 (1 solutions)\
-Dual Bound         : +9.75702619405990e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3866.000000->62.177166, 	stpz=0.500000, 	solobj= 975702.619406, 	bestsol = 975704.896662)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757042e+05 | 9.757042e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.37\
-Solving Nodes      : 1\
-Primal Bound       : +9.75704194987315e+05 (1 solutions)\
-Dual Bound         : +9.75704194987315e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3842.000000->61.983869, 	stpz=0.500000, 	solobj= 975704.194987, 	bestsol = 975704.896662)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.39\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.6s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757107e+05 | 9.757107e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.59\
-Solving Nodes      : 1\
-Primal Bound       : +9.75710664677013e+05 (1 solutions)\
-Dual Bound         : +9.75710664677013e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3849.000000->62.040309, 	stpz=0.500000, 	solobj= 975710.664677, 	bestsol = 975710.664677)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757152e+05 | 9.757152e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.75715230813136e+05 (1 solutions)\
-Dual Bound         : +9.75715230813136e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3843.000000->61.991935, 	stpz=0.500000, 	solobj= 975715.230813, 	bestsol = 975715.230813)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757205e+05 | 9.757205e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.37\
-Solving Nodes      : 1\
-Primal Bound       : +9.75720481901428e+05 (1 solutions)\
-Dual Bound         : +9.75720481901428e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3855.000000->62.088646, 	stpz=0.500000, 	solobj= 975720.481901, 	bestsol = 975720.481901)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757238e+05 | 9.757238e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.75723802028927e+05 (1 solutions)\
-Dual Bound         : +9.75723802028927e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3861.000000->62.136946, 	stpz=0.500000, 	solobj= 975723.802029, 	bestsol = 975723.802029)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757266e+05 | 9.757266e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75726576984185e+05 (1 solutions)\
-Dual Bound         : +9.75726576984185e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3869.000000->62.201286, 	stpz=0.500000, 	solobj= 975726.576984, 	bestsol = 975726.576984)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757375e+05 | 9.757375e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75737522084622e+05 (1 solutions)\
-Dual Bound         : +9.75737522084622e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3857.000000->62.104750, 	stpz=0.500000, 	solobj= 975737.522085, 	bestsol = 975737.522085)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757388e+05 | 9.757388e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.75738781274354e+05 (1 solutions)\
-Dual Bound         : +9.75738781274354e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3850.000000->62.048368, 	stpz=0.500000, 	solobj= 975738.781274, 	bestsol = 975738.781274)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.34\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757414e+05 | 9.757414e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.44\
-Solving Nodes      : 1\
-Primal Bound       : +9.75741445086946e+05 (1 solutions)\
-Dual Bound         : +9.75741445086946e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3845.000000->62.008064, 	stpz=0.500000, 	solobj= 975741.445087, 	bestsol = 975741.445087)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757453e+05 | 9.757453e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.75745276415289e+05 (1 solutions)\
-Dual Bound         : +9.75745276415289e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3830.000000->61.886994, 	stpz=0.500000, 	solobj= 975745.276415, 	bestsol = 975745.276415)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757488e+05 | 9.757488e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75748823668976e+05 (1 solutions)\
-Dual Bound         : +9.75748823668976e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3842.000000->61.983869, 	stpz=0.500000, 	solobj= 975748.823669, 	bestsol = 975748.823669)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757566e+05 | 9.757566e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.75756633029861e+05 (1 solutions)\
-Dual Bound         : +9.75756633029861e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3833.000000->61.911227, 	stpz=0.500000, 	solobj= 975756.633030, 	bestsol = 975756.633030)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757548e+05 | 9.757548e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75754806135116e+05 (1 solutions)\
-Dual Bound         : +9.75754806135116e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3832.000000->61.903150, 	stpz=0.500000, 	solobj= 975754.806135, 	bestsol = 975756.633030)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757611e+05 | 9.757611e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75761144559021e+05 (1 solutions)\
-Dual Bound         : +9.75761144559021e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3845.000000->62.008064, 	stpz=0.500000, 	solobj= 975761.144559, 	bestsol = 975761.144559)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757614e+05 | 9.757614e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75761389966039e+05 (1 solutions)\
-Dual Bound         : +9.75761389966039e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3852.000000->62.064483, 	stpz=0.500000, 	solobj= 975761.389966, 	bestsol = 975761.389966)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757655e+05 | 9.757655e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.75765499956447e+05 (1 solutions)\
-Dual Bound         : +9.75765499956447e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3844.000000->62.000000, 	stpz=0.500000, 	solobj= 975765.499956, 	bestsol = 975765.499956)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757713e+05 | 9.757713e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.75771279410099e+05 (1 solutions)\
-Dual Bound         : +9.75771279410099e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3851.000000->62.056426, 	stpz=0.500000, 	solobj= 975771.279410, 	bestsol = 975771.279410)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757726e+05 | 9.757726e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75772611587682e+05 (1 solutions)\
-Dual Bound         : +9.75772611587682e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3849.000000->62.040309, 	stpz=0.500000, 	solobj= 975772.611588, 	bestsol = 975772.611588)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.50\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.6s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757790e+05 | 9.757790e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.64\
-Solving Nodes      : 1\
-Primal Bound       : +9.75778988171767e+05 (1 solutions)\
-Dual Bound         : +9.75778988171767e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3837.000000->61.943523, 	stpz=0.500000, 	solobj= 975778.988172, 	bestsol = 975778.988172)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757784e+05 | 9.757784e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.75778449913971e+05 (1 solutions)\
-Dual Bound         : +9.75778449913971e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3816.000000->61.773781, 	stpz=0.500000, 	solobj= 975778.449914, 	bestsol = 975778.988172)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.29\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757825e+05 | 9.757825e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.40\
-Solving Nodes      : 1\
-Primal Bound       : +9.75782503488319e+05 (1 solutions)\
-Dual Bound         : +9.75782503488319e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3820.000000->61.806149, 	stpz=0.500000, 	solobj= 975782.503488, 	bestsol = 975782.503488)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.29\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757886e+05 | 9.757886e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.38\
-Solving Nodes      : 1\
-Primal Bound       : +9.75788637651345e+05 (1 solutions)\
-Dual Bound         : +9.75788637651345e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3836.000000->61.935450, 	stpz=0.500000, 	solobj= 975788.637651, 	bestsol = 975788.637651)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757892e+05 | 9.757892e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.75789209967328e+05 (1 solutions)\
-Dual Bound         : +9.75789209967328e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3834.000000->61.919302, 	stpz=0.500000, 	solobj= 975789.209967, 	bestsol = 975789.209967)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757888e+05 | 9.757888e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.75788825009547e+05 (1 solutions)\
-Dual Bound         : +9.75788825009547e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3836.000000->61.935450, 	stpz=0.500000, 	solobj= 975788.825010, 	bestsol = 975789.209967)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757948e+05 | 9.757948e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75794829088084e+05 (1 solutions)\
-Dual Bound         : +9.75794829088084e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3836.000000->61.935450, 	stpz=0.500000, 	solobj= 975794.829088, 	bestsol = 975794.829088)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757917e+05 | 9.757917e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75791668449976e+05 (1 solutions)\
-Dual Bound         : +9.75791668449976e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3856.000000->62.096699, 	stpz=0.500000, 	solobj= 975791.668450, 	bestsol = 975794.829088)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758015e+05 | 9.758015e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.75801466805525e+05 (1 solutions)\
-Dual Bound         : +9.75801466805525e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3844.000000->62.000000, 	stpz=0.500000, 	solobj= 975801.466806, 	bestsol = 975801.466806)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757992e+05 | 9.757992e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.75799234754707e+05 (1 solutions)\
-Dual Bound         : +9.75799234754707e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3845.000000->62.008064, 	stpz=0.500000, 	solobj= 975799.234755, 	bestsol = 975801.466806)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758038e+05 | 9.758038e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75803846211614e+05 (1 solutions)\
-Dual Bound         : +9.75803846211614e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3845.000000->62.008064, 	stpz=0.500000, 	solobj= 975803.846212, 	bestsol = 975803.846212)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758071e+05 | 9.758071e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.75807097560855e+05 (1 solutions)\
-Dual Bound         : +9.75807097560855e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3849.000000->62.040309, 	stpz=0.500000, 	solobj= 975807.097561, 	bestsol = 975807.097561)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758105e+05 | 9.758105e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.75810452241304e+05 (1 solutions)\
-Dual Bound         : +9.75810452241304e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3839.000000->61.959664, 	stpz=0.500000, 	solobj= 975810.452241, 	bestsol = 975810.452241)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758162e+05 | 9.758162e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75816217997889e+05 (1 solutions)\
-Dual Bound         : +9.75816217997889e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3852.000000->62.064483, 	stpz=0.500000, 	solobj= 975816.217998, 	bestsol = 975816.217998)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758177e+05 | 9.758177e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75817744564054e+05 (1 solutions)\
-Dual Bound         : +9.75817744564054e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3846.000000->62.016127, 	stpz=0.500000, 	solobj= 975817.744564, 	bestsol = 975817.744564)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758250e+05 | 9.758250e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75825018555757e+05 (1 solutions)\
-Dual Bound         : +9.75825018555757e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3833.000000->61.911227, 	stpz=0.500000, 	solobj= 975825.018556, 	bestsol = 975825.018556)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.19\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758215e+05 | 9.758215e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.75821517013437e+05 (1 solutions)\
-Dual Bound         : +9.75821517013437e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3834.000000->61.919302, 	stpz=0.500000, 	solobj= 975821.517013, 	bestsol = 975825.018556)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758284e+05 | 9.758284e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.75828369784054e+05 (1 solutions)\
-Dual Bound         : +9.75828369784054e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3830.000000->61.886994, 	stpz=0.500000, 	solobj= 975828.369784, 	bestsol = 975828.369784)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758331e+05 | 9.758331e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.75833074744532e+05 (1 solutions)\
-Dual Bound         : +9.75833074744532e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3827.000000->61.862751, 	stpz=0.500000, 	solobj= 975833.074745, 	bestsol = 975833.074745)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758337e+05 | 9.758337e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.75833746434886e+05 (1 solutions)\
-Dual Bound         : +9.75833746434886e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3829.000000->61.878914, 	stpz=0.500000, 	solobj= 975833.746435, 	bestsol = 975833.746435)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758326e+05 | 9.758326e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75832588507504e+05 (1 solutions)\
-Dual Bound         : +9.75832588507504e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3837.000000->61.943523, 	stpz=0.500000, 	solobj= 975832.588508, 	bestsol = 975833.746435)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758406e+05 | 9.758406e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.27\
-Solving Nodes      : 1\
-Primal Bound       : +9.75840572544960e+05 (1 solutions)\
-Dual Bound         : +9.75840572544960e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3832.000000->61.903150, 	stpz=0.500000, 	solobj= 975840.572545, 	bestsol = 975840.572545)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758420e+05 | 9.758420e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.28\
-Solving Nodes      : 1\
-Primal Bound       : +9.75841997574641e+05 (1 solutions)\
-Dual Bound         : +9.75841997574641e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3849.000000->62.040309, 	stpz=0.500000, 	solobj= 975841.997575, 	bestsol = 975841.997575)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758435e+05 | 9.758435e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75843549991661e+05 (1 solutions)\
-Dual Bound         : +9.75843549991661e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3827.000000->61.862751, 	stpz=0.500000, 	solobj= 975843.549992, 	bestsol = 975843.549992)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758493e+05 | 9.758493e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75849338711053e+05 (1 solutions)\
-Dual Bound         : +9.75849338711053e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3818.000000->61.789967, 	stpz=0.500000, 	solobj= 975849.338711, 	bestsol = 975849.338711)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758523e+05 | 9.758523e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75852344918262e+05 (1 solutions)\
-Dual Bound         : +9.75852344918262e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3836.000000->61.935450, 	stpz=0.500000, 	solobj= 975852.344918, 	bestsol = 975852.344918)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758525e+05 | 9.758525e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.75852459192647e+05 (1 solutions)\
-Dual Bound         : +9.75852459192647e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3836.000000->61.935450, 	stpz=0.500000, 	solobj= 975852.459193, 	bestsol = 975852.459193)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758594e+05 | 9.758594e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.38\
-Solving Nodes      : 1\
-Primal Bound       : +9.75859400757375e+05 (1 solutions)\
-Dual Bound         : +9.75859400757375e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3827.000000->61.862751, 	stpz=0.500000, 	solobj= 975859.400757, 	bestsol = 975859.400757)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758638e+05 | 9.758638e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75863797929126e+05 (1 solutions)\
-Dual Bound         : +9.75863797929126e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3821.000000->61.814238, 	stpz=0.500000, 	solobj= 975863.797929, 	bestsol = 975863.797929)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758670e+05 | 9.758670e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.75867040998114e+05 (1 solutions)\
-Dual Bound         : +9.75867040998114e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3813.000000->61.749494, 	stpz=0.500000, 	solobj= 975867.040998, 	bestsol = 975867.040998)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758695e+05 | 9.758695e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.75869498862113e+05 (1 solutions)\
-Dual Bound         : +9.75869498862113e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3819.000000->61.798058, 	stpz=0.500000, 	solobj= 975869.498862, 	bestsol = 975869.498862)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758713e+05 | 9.758713e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.75871250371794e+05 (1 solutions)\
-Dual Bound         : +9.75871250371794e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3822.000000->61.822326, 	stpz=0.500000, 	solobj= 975871.250372, 	bestsol = 975871.250372)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.32\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758715e+05 | 9.758715e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.43\
-Solving Nodes      : 1\
-Primal Bound       : +9.75871543966312e+05 (1 solutions)\
-Dual Bound         : +9.75871543966312e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3829.000000->61.878914, 	stpz=0.500000, 	solobj= 975871.543966, 	bestsol = 975871.543966)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.29\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758768e+05 | 9.758768e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.40\
-Solving Nodes      : 1\
-Primal Bound       : +9.75876839410174e+05 (1 solutions)\
-Dual Bound         : +9.75876839410174e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3821.000000->61.814238, 	stpz=0.500000, 	solobj= 975876.839410, 	bestsol = 975876.839410)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758777e+05 | 9.758777e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.75877681007281e+05 (1 solutions)\
-Dual Bound         : +9.75877681007281e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3832.000000->61.903150, 	stpz=0.500000, 	solobj= 975877.681007, 	bestsol = 975877.681007)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.29\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758799e+05 | 9.758799e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.37\
-Solving Nodes      : 1\
-Primal Bound       : +9.75879870144880e+05 (1 solutions)\
-Dual Bound         : +9.75879870144880e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3832.000000->61.903150, 	stpz=0.500000, 	solobj= 975879.870145, 	bestsol = 975879.870145)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.30\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758836e+05 | 9.758836e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.39\
-Solving Nodes      : 1\
-Primal Bound       : +9.75883612130948e+05 (1 solutions)\
-Dual Bound         : +9.75883612130948e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3826.000000->61.854668, 	stpz=0.500000, 	solobj= 975883.612131, 	bestsol = 975883.612131)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758876e+05 | 9.758876e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.37\
-Solving Nodes      : 1\
-Primal Bound       : +9.75887612951745e+05 (1 solutions)\
-Dual Bound         : +9.75887612951745e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3825.000000->61.846584, 	stpz=0.500000, 	solobj= 975887.612952, 	bestsol = 975887.612952)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758852e+05 | 9.758852e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.75885195201152e+05 (1 solutions)\
-Dual Bound         : +9.75885195201152e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3838.000000->61.951594, 	stpz=0.500000, 	solobj= 975885.195201, 	bestsol = 975887.612952)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758902e+05 | 9.758902e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.75890237283908e+05 (1 solutions)\
-Dual Bound         : +9.75890237283908e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3832.000000->61.903150, 	stpz=0.500000, 	solobj= 975890.237284, 	bestsol = 975890.237284)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.40\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.6s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758896e+05 | 9.758896e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.55\
-Solving Nodes      : 1\
-Primal Bound       : +9.75889597412278e+05 (1 solutions)\
-Dual Bound         : +9.75889597412278e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3843.000000->61.991935, 	stpz=0.500000, 	solobj= 975889.597412, 	bestsol = 975890.237284)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.40\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.6s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758960e+05 | 9.758960e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.60\
-Solving Nodes      : 1\
-Primal Bound       : +9.75895995064968e+05 (1 solutions)\
-Dual Bound         : +9.75895995064968e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3831.000000->61.895073, 	stpz=0.500000, 	solobj= 975895.995065, 	bestsol = 975895.995065)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758971e+05 | 9.758971e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.43\
-Solving Nodes      : 1\
-Primal Bound       : +9.75897063066447e+05 (1 solutions)\
-Dual Bound         : +9.75897063066447e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3831.000000->61.895073, 	stpz=0.500000, 	solobj= 975897.063066, 	bestsol = 975897.063066)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758963e+05 | 9.758963e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75896251454572e+05 (1 solutions)\
-Dual Bound         : +9.75896251454572e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3815.000000->61.765686, 	stpz=0.500000, 	solobj= 975896.251455, 	bestsol = 975897.063066)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759019e+05 | 9.759019e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.75901926959563e+05 (1 solutions)\
-Dual Bound         : +9.75901926959563e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3828.000000->61.870833, 	stpz=0.500000, 	solobj= 975901.926960, 	bestsol = 975901.926960)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.32\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759033e+05 | 9.759033e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.43\
-Solving Nodes      : 1\
-Primal Bound       : +9.75903285875859e+05 (1 solutions)\
-Dual Bound         : +9.75903285875859e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3824.000000->61.838499, 	stpz=0.500000, 	solobj= 975903.285876, 	bestsol = 975903.285876)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759068e+05 | 9.759068e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.75906829394991e+05 (1 solutions)\
-Dual Bound         : +9.75906829394991e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3816.000000->61.773781, 	stpz=0.500000, 	solobj= 975906.829395, 	bestsol = 975906.829395)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759052e+05 | 9.759052e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.75905221746678e+05 (1 solutions)\
-Dual Bound         : +9.75905221746678e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3804.000000->61.676576, 	stpz=0.500000, 	solobj= 975905.221747, 	bestsol = 975906.829395)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759090e+05 | 9.759090e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.75908980017086e+05 (1 solutions)\
-Dual Bound         : +9.75908980017086e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3815.000000->61.765686, 	stpz=0.500000, 	solobj= 975908.980017, 	bestsol = 975908.980017)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759084e+05 | 9.759084e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.75908405187221e+05 (1 solutions)\
-Dual Bound         : +9.75908405187221e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3819.000000->61.798058, 	stpz=0.500000, 	solobj= 975908.405187, 	bestsol = 975908.980017)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.35\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759115e+05 | 9.759115e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.49\
-Solving Nodes      : 1\
-Primal Bound       : +9.75911457803197e+05 (1 solutions)\
-Dual Bound         : +9.75911457803197e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3821.000000->61.814238, 	stpz=0.500000, 	solobj= 975911.457803, 	bestsol = 975911.457803)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759110e+05 | 9.759110e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75910978257662e+05 (1 solutions)\
-Dual Bound         : +9.75910978257662e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3821.000000->61.814238, 	stpz=0.500000, 	solobj= 975910.978258, 	bestsol = 975911.457803)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759147e+05 | 9.759147e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75914708499823e+05 (1 solutions)\
-Dual Bound         : +9.75914708499823e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3832.000000->61.903150, 	stpz=0.500000, 	solobj= 975914.708500, 	bestsol = 975914.708500)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759115e+05 | 9.759115e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75911507110187e+05 (1 solutions)\
-Dual Bound         : +9.75911507110187e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3829.000000->61.878914, 	stpz=0.500000, 	solobj= 975911.507110, 	bestsol = 975914.708500)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759180e+05 | 9.759180e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.37\
-Solving Nodes      : 1\
-Primal Bound       : +9.75917985807288e+05 (1 solutions)\
-Dual Bound         : +9.75917985807288e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3833.000000->61.911227, 	stpz=0.500000, 	solobj= 975917.985807, 	bestsol = 975917.985807)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759162e+05 | 9.759162e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75916246800787e+05 (1 solutions)\
-Dual Bound         : +9.75916246800787e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3816.000000->61.773781, 	stpz=0.500000, 	solobj= 975916.246801, 	bestsol = 975917.985807)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759179e+05 | 9.759179e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.37\
-Solving Nodes      : 1\
-Primal Bound       : +9.75917856115723e+05 (1 solutions)\
-Dual Bound         : +9.75917856115723e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3833.000000->61.911227, 	stpz=0.500000, 	solobj= 975917.856116, 	bestsol = 975917.985807)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759231e+05 | 9.759231e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.28\
-Solving Nodes      : 1\
-Primal Bound       : +9.75923102250696e+05 (1 solutions)\
-Dual Bound         : +9.75923102250696e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3823.000000->61.830413, 	stpz=0.500000, 	solobj= 975923.102251, 	bestsol = 975923.102251)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759276e+05 | 9.759276e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.75927595236608e+05 (1 solutions)\
-Dual Bound         : +9.75927595236608e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3828.000000->61.870833, 	stpz=0.500000, 	solobj= 975927.595237, 	bestsol = 975927.595237)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759265e+05 | 9.759265e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75926521380705e+05 (1 solutions)\
-Dual Bound         : +9.75926521380705e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3798.000000->61.627916, 	stpz=0.500000, 	solobj= 975926.521381, 	bestsol = 975927.595237)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.29\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759304e+05 | 9.759304e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.37\
-Solving Nodes      : 1\
-Primal Bound       : +9.75930403982962e+05 (1 solutions)\
-Dual Bound         : +9.75930403982962e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3818.000000->61.789967, 	stpz=0.500000, 	solobj= 975930.403983, 	bestsol = 975930.403983)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759315e+05 | 9.759315e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.75931502303417e+05 (1 solutions)\
-Dual Bound         : +9.75931502303417e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3817.000000->61.781874, 	stpz=0.500000, 	solobj= 975931.502303, 	bestsol = 975931.502303)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759343e+05 | 9.759343e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75934305407803e+05 (1 solutions)\
-Dual Bound         : +9.75934305407803e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3819.000000->61.798058, 	stpz=0.500000, 	solobj= 975934.305408, 	bestsol = 975934.305408)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759350e+05 | 9.759350e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75934952380705e+05 (1 solutions)\
-Dual Bound         : +9.75934952380705e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3802.000000->61.660360, 	stpz=0.500000, 	solobj= 975934.952381, 	bestsol = 975934.952381)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759389e+05 | 9.759389e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.75938925624295e+05 (1 solutions)\
-Dual Bound         : +9.75938925624295e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3825.000000->61.846584, 	stpz=0.500000, 	solobj= 975938.925624, 	bestsol = 975938.925624)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759399e+05 | 9.759399e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.75939894210340e+05 (1 solutions)\
-Dual Bound         : +9.75939894210340e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3811.000000->61.733297, 	stpz=0.500000, 	solobj= 975939.894210, 	bestsol = 975939.894210)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759445e+05 | 9.759445e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.75944468142364e+05 (1 solutions)\
-Dual Bound         : +9.75944468142364e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3815.000000->61.765686, 	stpz=0.500000, 	solobj= 975944.468142, 	bestsol = 975944.468142)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759427e+05 | 9.759427e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.75942666125147e+05 (1 solutions)\
-Dual Bound         : +9.75942666125147e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3805.000000->61.684682, 	stpz=0.500000, 	solobj= 975942.666125, 	bestsol = 975944.468142)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759473e+05 | 9.759473e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75947282848488e+05 (1 solutions)\
-Dual Bound         : +9.75947282848488e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3819.000000->61.798058, 	stpz=0.500000, 	solobj= 975947.282848, 	bestsol = 975947.282848)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759468e+05 | 9.759468e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.75946821839432e+05 (1 solutions)\
-Dual Bound         : +9.75946821839432e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3800.000000->61.644140, 	stpz=0.500000, 	solobj= 975946.821839, 	bestsol = 975947.282848)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759497e+05 | 9.759497e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.75949695313381e+05 (1 solutions)\
-Dual Bound         : +9.75949695313381e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3810.000000->61.725197, 	stpz=0.500000, 	solobj= 975949.695313, 	bestsol = 975949.695313)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.29\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759484e+05 | 9.759484e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.38\
-Solving Nodes      : 1\
-Primal Bound       : +9.75948402401846e+05 (1 solutions)\
-Dual Bound         : +9.75948402401846e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3798.000000->61.627916, 	stpz=0.500000, 	solobj= 975948.402402, 	bestsol = 975949.695313)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759502e+05 | 9.759502e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.38\
-Solving Nodes      : 1\
-Primal Bound       : +9.75950151989325e+05 (1 solutions)\
-Dual Bound         : +9.75950151989325e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3813.000000->61.749494, 	stpz=0.500000, 	solobj= 975950.151989, 	bestsol = 975950.151989)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759546e+05 | 9.759546e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.75954594457786e+05 (1 solutions)\
-Dual Bound         : +9.75954594457786e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3808.000000->61.708994, 	stpz=0.500000, 	solobj= 975954.594458, 	bestsol = 975954.594458)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759533e+05 | 9.759533e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75953309450241e+05 (1 solutions)\
-Dual Bound         : +9.75953309450241e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3817.000000->61.781874, 	stpz=0.500000, 	solobj= 975953.309450, 	bestsol = 975954.594458)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759546e+05 | 9.759546e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75954573620297e+05 (1 solutions)\
-Dual Bound         : +9.75954573620297e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3804.000000->61.676576, 	stpz=0.500000, 	solobj= 975954.573620, 	bestsol = 975954.594458)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759588e+05 | 9.759588e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75958838628805e+05 (1 solutions)\
-Dual Bound         : +9.75958838628805e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3823.000000->61.830413, 	stpz=0.500000, 	solobj= 975958.838629, 	bestsol = 975958.838629)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759573e+05 | 9.759573e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75957331992943e+05 (1 solutions)\
-Dual Bound         : +9.75957331992943e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3804.000000->61.676576, 	stpz=0.500000, 	solobj= 975957.331993, 	bestsol = 975958.838629)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759634e+05 | 9.759634e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.75963362233255e+05 (1 solutions)\
-Dual Bound         : +9.75963362233255e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3811.000000->61.733297, 	stpz=0.500000, 	solobj= 975963.362233, 	bestsol = 975963.362233)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759593e+05 | 9.759593e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75959294314753e+05 (1 solutions)\
-Dual Bound         : +9.75959294314753e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3802.000000->61.660360, 	stpz=0.500000, 	solobj= 975959.294315, 	bestsol = 975963.362233)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759607e+05 | 9.759607e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.75960729484084e+05 (1 solutions)\
-Dual Bound         : +9.75960729484084e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3814.000000->61.757591, 	stpz=0.500000, 	solobj= 975960.729484, 	bestsol = 975963.362233)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759635e+05 | 9.759635e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.75963478092529e+05 (1 solutions)\
-Dual Bound         : +9.75963478092529e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3816.000000->61.773781, 	stpz=0.500000, 	solobj= 975963.478093, 	bestsol = 975963.478093)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759649e+05 | 9.759649e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.75964877405301e+05 (1 solutions)\
-Dual Bound         : +9.75964877405301e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3816.000000->61.773781, 	stpz=0.500000, 	solobj= 975964.877405, 	bestsol = 975964.877405)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759646e+05 | 9.759646e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.75964593247684e+05 (1 solutions)\
-Dual Bound         : +9.75964593247684e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3821.000000->61.814238, 	stpz=0.500000, 	solobj= 975964.593248, 	bestsol = 975964.877405)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759679e+05 | 9.759679e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.75967913656763e+05 (1 solutions)\
-Dual Bound         : +9.75967913656763e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3816.000000->61.773781, 	stpz=0.500000, 	solobj= 975967.913657, 	bestsol = 975967.913657)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759701e+05 | 9.759701e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.75970141989556e+05 (1 solutions)\
-Dual Bound         : +9.75970141989556e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3815.000000->61.765686, 	stpz=0.500000, 	solobj= 975970.141990, 	bestsol = 975970.141990)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759720e+05 | 9.759720e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.43\
-Solving Nodes      : 1\
-Primal Bound       : +9.75971982143234e+05 (1 solutions)\
-Dual Bound         : +9.75971982143234e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3817.000000->61.781874, 	stpz=0.500000, 	solobj= 975971.982143, 	bestsol = 975971.982143)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759731e+05 | 9.759731e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75973117246107e+05 (1 solutions)\
-Dual Bound         : +9.75973117246107e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3843.000000->61.991935, 	stpz=0.500000, 	solobj= 975973.117246, 	bestsol = 975973.117246)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759771e+05 | 9.759771e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75977056008804e+05 (1 solutions)\
-Dual Bound         : +9.75977056008804e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3804.000000->61.676576, 	stpz=0.500000, 	solobj= 975977.056009, 	bestsol = 975977.056009)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759774e+05 | 9.759774e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75977397840026e+05 (1 solutions)\
-Dual Bound         : +9.75977397840026e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3822.000000->61.822326, 	stpz=0.500000, 	solobj= 975977.397840, 	bestsol = 975977.397840)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759790e+05 | 9.759790e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75978990471410e+05 (1 solutions)\
-Dual Bound         : +9.75978990471410e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3812.000000->61.741396, 	stpz=0.500000, 	solobj= 975978.990471, 	bestsol = 975978.990471)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.31\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759840e+05 | 9.759840e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.42\
-Solving Nodes      : 1\
-Primal Bound       : +9.75984000154702e+05 (1 solutions)\
-Dual Bound         : +9.75984000154702e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3844.000000->62.000000, 	stpz=0.500000, 	solobj= 975984.000155, 	bestsol = 975984.000155)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759848e+05 | 9.759848e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.75984760304431e+05 (1 solutions)\
-Dual Bound         : +9.75984760304431e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3822.000000->61.822326, 	stpz=0.500000, 	solobj= 975984.760304, 	bestsol = 975984.760304)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759862e+05 | 9.759862e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.75986232276885e+05 (1 solutions)\
-Dual Bound         : +9.75986232276885e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3838.000000->61.951594, 	stpz=0.500000, 	solobj= 975986.232277, 	bestsol = 975986.232277)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759877e+05 | 9.759877e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.75987724240955e+05 (1 solutions)\
-Dual Bound         : +9.75987724240955e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3815.000000->61.765686, 	stpz=0.500000, 	solobj= 975987.724241, 	bestsol = 975987.724241)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759870e+05 | 9.759870e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.75987014889200e+05 (1 solutions)\
-Dual Bound         : +9.75987014889200e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3840.000000->61.967734, 	stpz=0.500000, 	solobj= 975987.014889, 	bestsol = 975987.724241)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759922e+05 | 9.759922e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.75992180466067e+05 (1 solutions)\
-Dual Bound         : +9.75992180466067e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3807.000000->61.700891, 	stpz=0.500000, 	solobj= 975992.180466, 	bestsol = 975992.180466)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759969e+05 | 9.759969e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.75996891285411e+05 (1 solutions)\
-Dual Bound         : +9.75996891285411e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3831.000000->61.895073, 	stpz=0.500000, 	solobj= 975996.891285, 	bestsol = 975996.891285)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759953e+05 | 9.759953e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.75995345028952e+05 (1 solutions)\
-Dual Bound         : +9.75995345028952e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3816.000000->61.773781, 	stpz=0.500000, 	solobj= 975995.345029, 	bestsol = 975996.891285)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.29\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759980e+05 | 9.759980e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.39\
-Solving Nodes      : 1\
-Primal Bound       : +9.75997958312428e+05 (1 solutions)\
-Dual Bound         : +9.75997958312428e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3830.000000->61.886994, 	stpz=0.500000, 	solobj= 975997.958312, 	bestsol = 975997.958312)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760052e+05 | 9.760052e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.76005209678332e+05 (1 solutions)\
-Dual Bound         : +9.76005209678332e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3808.000000->61.708994, 	stpz=0.500000, 	solobj= 976005.209678, 	bestsol = 976005.209678)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760021e+05 | 9.760021e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.76002132342916e+05 (1 solutions)\
-Dual Bound         : +9.76002132342916e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3825.000000->61.846584, 	stpz=0.500000, 	solobj= 976002.132343, 	bestsol = 976005.209678)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.34\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.6s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760051e+05 | 9.760051e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.56\
-Solving Nodes      : 1\
-Primal Bound       : +9.76005126898108e+05 (1 solutions)\
-Dual Bound         : +9.76005126898108e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3822.000000->61.822326, 	stpz=0.500000, 	solobj= 976005.126898, 	bestsol = 976005.209678)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.31\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760040e+05 | 9.760040e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.40\
-Solving Nodes      : 1\
-Primal Bound       : +9.76004012883137e+05 (1 solutions)\
-Dual Bound         : +9.76004012883137e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3833.000000->61.911227, 	stpz=0.500000, 	solobj= 976004.012883, 	bestsol = 976005.209678)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760065e+05 | 9.760065e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.76006463279719e+05 (1 solutions)\
-Dual Bound         : +9.76006463279719e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3812.000000->61.741396, 	stpz=0.500000, 	solobj= 976006.463280, 	bestsol = 976006.463280)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760071e+05 | 9.760071e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.76007115031463e+05 (1 solutions)\
-Dual Bound         : +9.76007115031463e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3848.000000->62.032250, 	stpz=0.500000, 	solobj= 976007.115031, 	bestsol = 976007.115031)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.31\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760068e+05 | 9.760068e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.42\
-Solving Nodes      : 1\
-Primal Bound       : +9.76006822774291e+05 (1 solutions)\
-Dual Bound         : +9.76006822774291e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3833.000000->61.911227, 	stpz=0.500000, 	solobj= 976006.822774, 	bestsol = 976007.115031)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760095e+05 | 9.760095e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.76009466801420e+05 (1 solutions)\
-Dual Bound         : +9.76009466801420e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3854.000000->62.080593, 	stpz=0.500000, 	solobj= 976009.466801, 	bestsol = 976009.466801)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760119e+05 | 9.760119e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.76011880219306e+05 (1 solutions)\
-Dual Bound         : +9.76011880219306e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3823.000000->61.830413, 	stpz=0.500000, 	solobj= 976011.880219, 	bestsol = 976011.880219)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760113e+05 | 9.760113e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.39\
-Solving Nodes      : 1\
-Primal Bound       : +9.76011343712123e+05 (1 solutions)\
-Dual Bound         : +9.76011343712123e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3843.000000->61.991935, 	stpz=0.500000, 	solobj= 976011.343712, 	bestsol = 976011.880219)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760131e+05 | 9.760131e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.76013055936101e+05 (1 solutions)\
-Dual Bound         : +9.76013055936101e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3815.000000->61.765686, 	stpz=0.500000, 	solobj= 976013.055936, 	bestsol = 976013.055936)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760157e+05 | 9.760157e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.76015712385752e+05 (1 solutions)\
-Dual Bound         : +9.76015712385752e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3839.000000->61.959664, 	stpz=0.500000, 	solobj= 976015.712386, 	bestsol = 976015.712386)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.30\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760181e+05 | 9.760181e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.39\
-Solving Nodes      : 1\
-Primal Bound       : +9.76018051039596e+05 (1 solutions)\
-Dual Bound         : +9.76018051039596e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3821.000000->61.814238, 	stpz=0.500000, 	solobj= 976018.051040, 	bestsol = 976018.051040)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760176e+05 | 9.760176e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.76017575216283e+05 (1 solutions)\
-Dual Bound         : +9.76017575216283e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3818.000000->61.789967, 	stpz=0.500000, 	solobj= 976017.575216, 	bestsol = 976018.051040)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760219e+05 | 9.760219e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.76021925057368e+05 (1 solutions)\
-Dual Bound         : +9.76021925057368e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3811.000000->61.733297, 	stpz=0.500000, 	solobj= 976021.925057, 	bestsol = 976021.925057)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760221e+05 | 9.760221e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.37\
-Solving Nodes      : 1\
-Primal Bound       : +9.76022059606615e+05 (1 solutions)\
-Dual Bound         : +9.76022059606615e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3835.000000->61.927377, 	stpz=0.500000, 	solobj= 976022.059607, 	bestsol = 976022.059607)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760236e+05 | 9.760236e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.76023648544581e+05 (1 solutions)\
-Dual Bound         : +9.76023648544581e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3810.000000->61.725197, 	stpz=0.500000, 	solobj= 976023.648545, 	bestsol = 976023.648545)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760227e+05 | 9.760227e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.76022747460850e+05 (1 solutions)\
-Dual Bound         : +9.76022747460850e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3830.000000->61.886994, 	stpz=0.500000, 	solobj= 976022.747461, 	bestsol = 976023.648545)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.31\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760238e+05 | 9.760238e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.43\
-Solving Nodes      : 1\
-Primal Bound       : +9.76023832574486e+05 (1 solutions)\
-Dual Bound         : +9.76023832574486e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3829.000000->61.878914, 	stpz=0.500000, 	solobj= 976023.832574, 	bestsol = 976023.832574)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760259e+05 | 9.760259e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.28\
-Solving Nodes      : 1\
-Primal Bound       : +9.76025932846459e+05 (1 solutions)\
-Dual Bound         : +9.76025932846459e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3844.000000->62.000000, 	stpz=0.500000, 	solobj= 976025.932846, 	bestsol = 976025.932846)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760302e+05 | 9.760302e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.76030189349603e+05 (1 solutions)\
-Dual Bound         : +9.76030189349603e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3809.000000->61.717096, 	stpz=0.500000, 	solobj= 976030.189350, 	bestsol = 976030.189350)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760290e+05 | 9.760290e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.38\
-Solving Nodes      : 1\
-Primal Bound       : +9.76028958902337e+05 (1 solutions)\
-Dual Bound         : +9.76028958902337e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3837.000000->61.943523, 	stpz=0.500000, 	solobj= 976028.958902, 	bestsol = 976030.189350)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760297e+05 | 9.760297e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.39\
-Solving Nodes      : 1\
-Primal Bound       : +9.76029742475856e+05 (1 solutions)\
-Dual Bound         : +9.76029742475856e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3807.000000->61.700891, 	stpz=0.500000, 	solobj= 976029.742476, 	bestsol = 976030.189350)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760302e+05 | 9.760302e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.76030166369623e+05 (1 solutions)\
-Dual Bound         : +9.76030166369623e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3845.000000->62.008064, 	stpz=0.500000, 	solobj= 976030.166370, 	bestsol = 976030.189350)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760330e+05 | 9.760330e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.76033033006964e+05 (1 solutions)\
-Dual Bound         : +9.76033033006964e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3826.000000->61.854668, 	stpz=0.500000, 	solobj= 976033.033007, 	bestsol = 976033.033007)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760314e+05 | 9.760314e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.76031430320588e+05 (1 solutions)\
-Dual Bound         : +9.76031430320588e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3839.000000->61.959664, 	stpz=0.500000, 	solobj= 976031.430321, 	bestsol = 976033.033007)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760311e+05 | 9.760311e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.76031132896171e+05 (1 solutions)\
-Dual Bound         : +9.76031132896171e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3817.000000->61.781874, 	stpz=0.500000, 	solobj= 976031.132896, 	bestsol = 976033.033007)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760324e+05 | 9.760324e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.76032359399482e+05 (1 solutions)\
-Dual Bound         : +9.76032359399482e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3827.000000->61.862751, 	stpz=0.500000, 	solobj= 976032.359399, 	bestsol = 976033.033007)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760353e+05 | 9.760353e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.76035332395573e+05 (1 solutions)\
-Dual Bound         : +9.76035332395573e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3801.000000->61.652251, 	stpz=0.500000, 	solobj= 976035.332396, 	bestsol = 976035.332396)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760355e+05 | 9.760355e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.76035507403395e+05 (1 solutions)\
-Dual Bound         : +9.76035507403395e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3827.000000->61.862751, 	stpz=0.500000, 	solobj= 976035.507403, 	bestsol = 976035.507403)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760361e+05 | 9.760361e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.76036130645157e+05 (1 solutions)\
-Dual Bound         : +9.76036130645157e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3824.000000->61.838499, 	stpz=0.500000, 	solobj= 976036.130645, 	bestsol = 976036.130645)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760352e+05 | 9.760352e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.76035199321626e+05 (1 solutions)\
-Dual Bound         : +9.76035199321626e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3841.000000->61.975802, 	stpz=0.500000, 	solobj= 976035.199322, 	bestsol = 976036.130645)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760419e+05 | 9.760419e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.76041891235829e+05 (1 solutions)\
-Dual Bound         : +9.76041891235829e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3823.000000->61.830413, 	stpz=0.500000, 	solobj= 976041.891236, 	bestsol = 976041.891236)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760409e+05 | 9.760409e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.76040852272719e+05 (1 solutions)\
-Dual Bound         : +9.76040852272719e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3849.000000->62.040309, 	stpz=0.500000, 	solobj= 976040.852273, 	bestsol = 976041.891236)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.32\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760441e+05 | 9.760441e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.41\
-Solving Nodes      : 1\
-Primal Bound       : +9.76044127616705e+05 (1 solutions)\
-Dual Bound         : +9.76044127616705e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3810.000000->61.725197, 	stpz=0.500000, 	solobj= 976044.127617, 	bestsol = 976044.127617)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760476e+05 | 9.760476e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.76047622187454e+05 (1 solutions)\
-Dual Bound         : +9.76047622187454e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3846.000000->62.016127, 	stpz=0.500000, 	solobj= 976047.622187, 	bestsol = 976047.622187)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760479e+05 | 9.760479e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.76047934595011e+05 (1 solutions)\
-Dual Bound         : +9.76047934595011e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3839.000000->61.959664, 	stpz=0.500000, 	solobj= 976047.934595, 	bestsol = 976047.934595)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760458e+05 | 9.760458e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.37\
-Solving Nodes      : 1\
-Primal Bound       : +9.76045799952284e+05 (1 solutions)\
-Dual Bound         : +9.76045799952284e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3838.000000->61.951594, 	stpz=0.500000, 	solobj= 976045.799952, 	bestsol = 976047.934595)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760489e+05 | 9.760489e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.76048860841552e+05 (1 solutions)\
-Dual Bound         : +9.76048860841552e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3814.000000->61.757591, 	stpz=0.500000, 	solobj= 976048.860842, 	bestsol = 976048.860842)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760499e+05 | 9.760499e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.76049938578668e+05 (1 solutions)\
-Dual Bound         : +9.76049938578668e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3829.000000->61.878914, 	stpz=0.500000, 	solobj= 976049.938579, 	bestsol = 976049.938579)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760488e+05 | 9.760488e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.40\
-Solving Nodes      : 1\
-Primal Bound       : +9.76048797421393e+05 (1 solutions)\
-Dual Bound         : +9.76048797421393e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3802.000000->61.660360, 	stpz=0.500000, 	solobj= 976048.797421, 	bestsol = 976049.938579)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760515e+05 | 9.760515e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.76051522378162e+05 (1 solutions)\
-Dual Bound         : +9.76051522378162e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3834.000000->61.919302, 	stpz=0.500000, 	solobj= 976051.522378, 	bestsol = 976051.522378)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760502e+05 | 9.760502e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.76050234495887e+05 (1 solutions)\
-Dual Bound         : +9.76050234495887e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3827.000000->61.862751, 	stpz=0.500000, 	solobj= 976050.234496, 	bestsol = 976051.522378)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760486e+05 | 9.760486e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.76048575371590e+05 (1 solutions)\
-Dual Bound         : +9.76048575371590e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3844.000000->62.000000, 	stpz=0.500000, 	solobj= 976048.575372, 	bestsol = 976051.522378)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760565e+05 | 9.760565e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.76056505415919e+05 (1 solutions)\
-Dual Bound         : +9.76056505415919e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3810.000000->61.725197, 	stpz=0.500000, 	solobj= 976056.505416, 	bestsol = 976056.505416)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760550e+05 | 9.760550e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.76054968726238e+05 (1 solutions)\
-Dual Bound         : +9.76054968726238e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3829.000000->61.878914, 	stpz=0.500000, 	solobj= 976054.968726, 	bestsol = 976056.505416)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760558e+05 | 9.760558e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.76055814989288e+05 (1 solutions)\
-Dual Bound         : +9.76055814989288e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3806.000000->61.692787, 	stpz=0.500000, 	solobj= 976055.814989, 	bestsol = 976056.505416)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760568e+05 | 9.760568e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.76056828879002e+05 (1 solutions)\
-Dual Bound         : +9.76056828879002e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3856.000000->62.096699, 	stpz=0.500000, 	solobj= 976056.828879, 	bestsol = 976056.828879)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760600e+05 | 9.760600e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.76059978278873e+05 (1 solutions)\
-Dual Bound         : +9.76059978278873e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3828.000000->61.870833, 	stpz=0.500000, 	solobj= 976059.978279, 	bestsol = 976059.978279)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760567e+05 | 9.760567e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.76056685119192e+05 (1 solutions)\
-Dual Bound         : +9.76056685119192e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3847.000000->62.024189, 	stpz=0.500000, 	solobj= 976056.685119, 	bestsol = 976059.978279)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760577e+05 | 9.760577e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.76057657399543e+05 (1 solutions)\
-Dual Bound         : +9.76057657399543e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3830.000000->61.886994, 	stpz=0.500000, 	solobj= 976057.657400, 	bestsol = 976059.978279)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760604e+05 | 9.760604e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.76060413350042e+05 (1 solutions)\
-Dual Bound         : +9.76060413350042e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3844.000000->62.000000, 	stpz=0.500000, 	solobj= 976060.413350, 	bestsol = 976060.413350)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760615e+05 | 9.760615e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.76061451946569e+05 (1 solutions)\
-Dual Bound         : +9.76061451946569e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3808.000000->61.708994, 	stpz=0.500000, 	solobj= 976061.451947, 	bestsol = 976061.451947)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.26\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760633e+05 | 9.760633e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.76063260785052e+05 (1 solutions)\
-Dual Bound         : +9.76063260785052e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3831.000000->61.895073, 	stpz=0.500000, 	solobj= 976063.260785, 	bestsol = 976063.260785)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760620e+05 | 9.760620e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.76062009076260e+05 (1 solutions)\
-Dual Bound         : +9.76062009076260e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3819.000000->61.798058, 	stpz=0.500000, 	solobj= 976062.009076, 	bestsol = 976063.260785)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760635e+05 | 9.760635e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.76063526247112e+05 (1 solutions)\
-Dual Bound         : +9.76063526247112e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3851.000000->62.056426, 	stpz=0.500000, 	solobj= 976063.526247, 	bestsol = 976063.526247)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760671e+05 | 9.760671e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.76067070556064e+05 (1 solutions)\
-Dual Bound         : +9.76067070556064e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3828.000000->61.870833, 	stpz=0.500000, 	solobj= 976067.070556, 	bestsol = 976067.070556)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760696e+05 | 9.760696e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.76069635566901e+05 (1 solutions)\
-Dual Bound         : +9.76069635566901e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3844.000000->62.000000, 	stpz=0.500000, 	solobj= 976069.635567, 	bestsol = 976069.635567)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760696e+05 | 9.760696e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.76069636047275e+05 (1 solutions)\
-Dual Bound         : +9.76069636047275e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3826.000000->61.854668, 	stpz=0.500000, 	solobj= 976069.636047, 	bestsol = 976069.636047)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760717e+05 | 9.760717e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.76071724883078e+05 (1 solutions)\
-Dual Bound         : +9.76071724883078e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3840.000000->61.967734, 	stpz=0.500000, 	solobj= 976071.724883, 	bestsol = 976071.724883)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760752e+05 | 9.760752e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.76075185964449e+05 (1 solutions)\
-Dual Bound         : +9.76075185964449e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3818.000000->61.789967, 	stpz=0.500000, 	solobj= 976075.185964, 	bestsol = 976075.185964)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760795e+05 | 9.760795e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.76079483900409e+05 (1 solutions)\
-Dual Bound         : +9.76079483900409e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3843.000000->61.991935, 	stpz=0.500000, 	solobj= 976079.483900, 	bestsol = 976079.483900)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760793e+05 | 9.760793e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.76079301088968e+05 (1 solutions)\
-Dual Bound         : +9.76079301088968e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3834.000000->61.919302, 	stpz=0.500000, 	solobj= 976079.301089, 	bestsol = 976079.483900)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760771e+05 | 9.760771e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.76077102478040e+05 (1 solutions)\
-Dual Bound         : +9.76077102478040e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3827.000000->61.862751, 	stpz=0.500000, 	solobj= 976077.102478, 	bestsol = 976079.483900)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760832e+05 | 9.760832e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.76083220914127e+05 (1 solutions)\
-Dual Bound         : +9.76083220914127e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3815.000000->61.765686, 	stpz=0.500000, 	solobj= 976083.220914, 	bestsol = 976083.220914)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760830e+05 | 9.760830e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.76083042033058e+05 (1 solutions)\
-Dual Bound         : +9.76083042033058e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3823.000000->61.830413, 	stpz=0.500000, 	solobj= 976083.042033, 	bestsol = 976083.220914)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760847e+05 | 9.760847e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.76084683638626e+05 (1 solutions)\
-Dual Bound         : +9.76084683638626e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3821.000000->61.814238, 	stpz=0.500000, 	solobj= 976084.683639, 	bestsol = 976084.683639)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760831e+05 | 9.760831e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.76083112159843e+05 (1 solutions)\
-Dual Bound         : +9.76083112159843e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3840.000000->61.967734, 	stpz=0.500000, 	solobj= 976083.112160, 	bestsol = 976084.683639)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760868e+05 | 9.760868e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.76086791768398e+05 (1 solutions)\
-Dual Bound         : +9.76086791768398e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3827.000000->61.862751, 	stpz=0.500000, 	solobj= 976086.791768, 	bestsol = 976086.791768)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760853e+05 | 9.760853e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.76085283777235e+05 (1 solutions)\
-Dual Bound         : +9.76085283777235e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3837.000000->61.943523, 	stpz=0.500000, 	solobj= 976085.283777, 	bestsol = 976086.791768)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760866e+05 | 9.760866e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.76086590420914e+05 (1 solutions)\
-Dual Bound         : +9.76086590420914e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3814.000000->61.757591, 	stpz=0.500000, 	solobj= 976086.590421, 	bestsol = 976086.791768)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.27\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760842e+05 | 9.760842e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.37\
-Solving Nodes      : 1\
-Primal Bound       : +9.76084181772960e+05 (1 solutions)\
-Dual Bound         : +9.76084181772960e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3838.000000->61.951594, 	stpz=0.500000, 	solobj= 976084.181773, 	bestsol = 976086.791768)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760871e+05 | 9.760871e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.76087070656059e+05 (1 solutions)\
-Dual Bound         : +9.76087070656059e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3812.000000->61.741396, 	stpz=0.500000, 	solobj= 976087.070656, 	bestsol = 976087.070656)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760857e+05 | 9.760857e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.76085726522150e+05 (1 solutions)\
-Dual Bound         : +9.76085726522150e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3835.000000->61.927377, 	stpz=0.500000, 	solobj= 976085.726522, 	bestsol = 976087.070656)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760856e+05 | 9.760856e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.76085644094240e+05 (1 solutions)\
-Dual Bound         : +9.76085644094240e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3820.000000->61.806149, 	stpz=0.500000, 	solobj= 976085.644094, 	bestsol = 976087.070656)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760850e+05 | 9.760850e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.76085038907068e+05 (1 solutions)\
-Dual Bound         : +9.76085038907068e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3835.000000->61.927377, 	stpz=0.500000, 	solobj= 976085.038907, 	bestsol = 976087.070656)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760881e+05 | 9.760881e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.76088127288219e+05 (1 solutions)\
-Dual Bound         : +9.76088127288219e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3817.000000->61.781874, 	stpz=0.500000, 	solobj= 976088.127288, 	bestsol = 976088.127288)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760899e+05 | 9.760899e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.76089934636788e+05 (1 solutions)\
-Dual Bound         : +9.76089934636788e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3831.000000->61.895073, 	stpz=0.500000, 	solobj= 976089.934637, 	bestsol = 976089.934637)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760893e+05 | 9.760893e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.76089302605746e+05 (1 solutions)\
-Dual Bound         : +9.76089302605746e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3811.000000->61.733297, 	stpz=0.500000, 	solobj= 976089.302606, 	bestsol = 976089.934637)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760878e+05 | 9.760878e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.76087769254552e+05 (1 solutions)\
-Dual Bound         : +9.76087769254552e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3832.000000->61.903150, 	stpz=0.500000, 	solobj= 976087.769255, 	bestsol = 976089.934637)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760926e+05 | 9.760926e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.76092577955896e+05 (1 solutions)\
-Dual Bound         : +9.76092577955896e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3814.000000->61.757591, 	stpz=0.500000, 	solobj= 976092.577956, 	bestsol = 976092.577956)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.29\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760919e+05 | 9.760919e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.38\
-Solving Nodes      : 1\
-Primal Bound       : +9.76091869321006e+05 (1 solutions)\
-Dual Bound         : +9.76091869321006e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3844.000000->62.000000, 	stpz=0.500000, 	solobj= 976091.869321, 	bestsol = 976092.577956)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760913e+05 | 9.760913e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.76091349743975e+05 (1 solutions)\
-Dual Bound         : +9.76091349743975e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3811.000000->61.733297, 	stpz=0.500000, 	solobj= 976091.349744, 	bestsol = 976092.577956)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760935e+05 | 9.760935e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.76093519260401e+05 (1 solutions)\
-Dual Bound         : +9.76093519260401e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3835.000000->61.927377, 	stpz=0.500000, 	solobj= 976093.519260, 	bestsol = 976093.519260)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760970e+05 | 9.760970e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.32\
-Solving Nodes      : 1\
-Primal Bound       : +9.76096995363706e+05 (1 solutions)\
-Dual Bound         : +9.76096995363706e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3820.000000->61.806149, 	stpz=0.500000, 	solobj= 976096.995364, 	bestsol = 976096.995364)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760932e+05 | 9.760932e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.76093196432524e+05 (1 solutions)\
-Dual Bound         : +9.76093196432524e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3829.000000->61.878914, 	stpz=0.500000, 	solobj= 976093.196433, 	bestsol = 976096.995364)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760963e+05 | 9.760963e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.76096282800885e+05 (1 solutions)\
-Dual Bound         : +9.76096282800885e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3841.000000->61.975802, 	stpz=0.500000, 	solobj= 976096.282801, 	bestsol = 976096.995364)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760944e+05 | 9.760944e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.76094373287873e+05 (1 solutions)\
-Dual Bound         : +9.76094373287873e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3847.000000->62.024189, 	stpz=0.500000, 	solobj= 976094.373288, 	bestsol = 976096.995364)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761001e+05 | 9.761001e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.76100118932909e+05 (1 solutions)\
-Dual Bound         : +9.76100118932909e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3803.000000->61.668468, 	stpz=0.500000, 	solobj= 976100.118933, 	bestsol = 976100.118933)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761000e+05 | 9.761000e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.76099950454566e+05 (1 solutions)\
-Dual Bound         : +9.76099950454566e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3827.000000->61.862751, 	stpz=0.500000, 	solobj= 976099.950455, 	bestsol = 976100.118933)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761030e+05 | 9.761030e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.76102992797296e+05 (1 solutions)\
-Dual Bound         : +9.76102992797296e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3812.000000->61.741396, 	stpz=0.500000, 	solobj= 976102.992797, 	bestsol = 976102.992797)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761039e+05 | 9.761039e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.76103871190642e+05 (1 solutions)\
-Dual Bound         : +9.76103871190642e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3847.000000->62.024189, 	stpz=0.500000, 	solobj= 976103.871191, 	bestsol = 976103.871191)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761046e+05 | 9.761046e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.76104579183947e+05 (1 solutions)\
-Dual Bound         : +9.76104579183947e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3811.000000->61.733297, 	stpz=0.500000, 	solobj= 976104.579184, 	bestsol = 976104.579184)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761038e+05 | 9.761038e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.76103752922017e+05 (1 solutions)\
-Dual Bound         : +9.76103752922017e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3858.000000->62.112801, 	stpz=0.500000, 	solobj= 976103.752922, 	bestsol = 976104.579184)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.28\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761053e+05 | 9.761053e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.38\
-Solving Nodes      : 1\
-Primal Bound       : +9.76105316713202e+05 (1 solutions)\
-Dual Bound         : +9.76105316713202e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3842.000000->61.983869, 	stpz=0.500000, 	solobj= 976105.316713, 	bestsol = 976105.316713)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761028e+05 | 9.761028e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.33\
-Solving Nodes      : 1\
-Primal Bound       : +9.76102806532059e+05 (1 solutions)\
-Dual Bound         : +9.76102806532059e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3832.000000->61.903150, 	stpz=0.500000, 	solobj= 976102.806532, 	bestsol = 976105.316713)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761081e+05 | 9.761081e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.29\
-Solving Nodes      : 1\
-Primal Bound       : +9.76108098615898e+05 (1 solutions)\
-Dual Bound         : +9.76108098615898e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3816.000000->61.773781, 	stpz=0.500000, 	solobj= 976108.098616, 	bestsol = 976108.098616)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761049e+05 | 9.761049e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.76104853303906e+05 (1 solutions)\
-Dual Bound         : +9.76104853303906e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3827.000000->61.862751, 	stpz=0.500000, 	solobj= 976104.853304, 	bestsol = 976108.098616)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761067e+05 | 9.761067e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.76106722589805e+05 (1 solutions)\
-Dual Bound         : +9.76106722589805e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3832.000000->61.903150, 	stpz=0.500000, 	solobj= 976106.722590, 	bestsol = 976108.098616)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761025e+05 | 9.761025e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.76102528713244e+05 (1 solutions)\
-Dual Bound         : +9.76102528713244e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3842.000000->61.983869, 	stpz=0.500000, 	solobj= 976102.528713, 	bestsol = 976108.098616)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.30\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761099e+05 | 9.761099e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.42\
-Solving Nodes      : 1\
-Primal Bound       : +9.76109940748096e+05 (1 solutions)\
-Dual Bound         : +9.76109940748096e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3811.000000->61.733297, 	stpz=0.500000, 	solobj= 976109.940748, 	bestsol = 976109.940748)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761071e+05 | 9.761071e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.76107140635416e+05 (1 solutions)\
-Dual Bound         : +9.76107140635416e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3826.000000->61.854668, 	stpz=0.500000, 	solobj= 976107.140635, 	bestsol = 976109.940748)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.21\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761078e+05 | 9.761078e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.76107779999004e+05 (1 solutions)\
-Dual Bound         : +9.76107779999004e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3820.000000->61.806149, 	stpz=0.500000, 	solobj= 976107.779999, 	bestsol = 976109.940748)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.23\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761053e+05 | 9.761053e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.76105287152323e+05 (1 solutions)\
-Dual Bound         : +9.76105287152323e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3841.000000->61.975802, 	stpz=0.500000, 	solobj= 976105.287152, 	bestsol = 976109.940748)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761081e+05 | 9.761081e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.35\
-Solving Nodes      : 1\
-Primal Bound       : +9.76108105026906e+05 (1 solutions)\
-Dual Bound         : +9.76108105026906e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3810.000000->61.725197, 	stpz=0.500000, 	solobj= 976108.105027, 	bestsol = 976109.940748)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.25\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761062e+05 | 9.761062e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.36\
-Solving Nodes      : 1\
-Primal Bound       : +9.76106239618595e+05 (1 solutions)\
-Dual Bound         : +9.76106239618595e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3833.000000->61.911227, 	stpz=0.500000, 	solobj= 976106.239619, 	bestsol = 976109.940748)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761064e+05 | 9.761064e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.76106386873496e+05 (1 solutions)\
-Dual Bound         : +9.76106386873496e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3825.000000->61.846584, 	stpz=0.500000, 	solobj= 976106.386873, 	bestsol = 976109.940748)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.22\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761044e+05 | 9.761044e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.31\
-Solving Nodes      : 1\
-Primal Bound       : +9.76104388397407e+05 (1 solutions)\
-Dual Bound         : +9.76104388397407e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3867.000000->62.185207, 	stpz=0.500000, 	solobj= 976104.388397, 	bestsol = 976109.940748)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.20\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761067e+05 | 9.761067e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.30\
-Solving Nodes      : 1\
-Primal Bound       : +9.76106712425993e+05 (1 solutions)\
-Dual Bound         : +9.76106712425993e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3830.000000->61.886994, 	stpz=0.500000, 	solobj= 976106.712426, 	bestsol = 976109.940748)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.24\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761054e+05 | 9.761054e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.34\
-Solving Nodes      : 1\
-Primal Bound       : +9.76105392103425e+05 (1 solutions)\
-Dual Bound         : +9.76105392103425e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3825.000000->61.846584, 	stpz=0.500000, 	solobj= 976105.392103, 	bestsol = 976109.940748)\
-0.500000\
-\
-presolving:\
-(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\
-(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\
- 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\
- 0 implications, 0 cliques\
-presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\
-Presolving Time: 0.41\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761071e+05 | 9.761071e+05 |   0.00%| unknown\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 0.53\
-Solving Nodes      : 1\
-Primal Bound       : +9.76107106173124e+05 (1 solutions)\
-Dual Bound         : +9.76107106173124e+05\
-Gap                : 0.00 %\
-\
- upp 2814410.531664 	,sqsum =3812.000000->61.741396, 	stpz=0.500000, 	solobj= 976107.106173, 	bestsol = 976109.940748)\
-Solving Time (sec) : 399.141779\
-presolving:\
-(round 1, fast)       705 del vars, 1922 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 7222 clqs\
-(round 2, fast)       1280 del vars, 2067 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 7077 clqs\
-(round 3, exhaustive) 1280 del vars, 2067 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 7077 upgd conss, 0 impls, 7077 clqs\
-(round 4, fast)       1624 del vars, 2139 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 7077 upgd conss, 0 impls, 6983 clqs\
-(round 5, fast)       1735 del vars, 2252 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 7077 upgd conss, 0 impls, 6884 clqs\
-(round 6, fast)       1778 del vars, 2277 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 7077 upgd conss, 0 impls, 6863 clqs\
-(round 7, fast)       1792 del vars, 2287 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 7077 upgd conss, 0 impls, 6855 clqs\
-(round 8, fast)       1799 del vars, 2293 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 7077 upgd conss, 0 impls, 6851 clqs\
-(round 9, medium)     4890 del vars, 2345 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3037 chg coeffs, 7077 upgd conss, 0 impls, 6795 clqs\
-(round 10, fast)       5020 del vars, 2422 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3037 chg coeffs, 7077 upgd conss, 0 impls, 6718 clqs\
-(round 11, fast)       5049 del vars, 2440 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3037 chg coeffs, 7077 upgd conss, 0 impls, 6703 clqs\
-(round 12, medium)     5126 del vars, 2501 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3051 chg coeffs, 7077 upgd conss, 0 impls, 6642 clqs\
-(round 13, fast)       5141 del vars, 2508 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3051 chg coeffs, 7077 upgd conss, 0 impls, 6634 clqs\
-(round 14, medium)     5178 del vars, 2543 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3054 chg coeffs, 7077 upgd conss, 0 impls, 6600 clqs\
-(round 15, medium)     5208 del vars, 2566 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3060 chg coeffs, 7077 upgd conss, 0 impls, 6577 clqs\
-(round 16, medium)     5223 del vars, 2579 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3061 chg coeffs, 7077 upgd conss, 0 impls, 6564 clqs\
-(round 17, exhaustive) 5232 del vars, 2585 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3065 chg coeffs, 7077 upgd conss, 0 impls, 6558 clqs\
-(round 18, medium)     5241 del vars, 2592 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3066 chg coeffs, 7077 upgd conss, 0 impls, 6550 clqs\
-(round 19, medium)     5247 del vars, 2598 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3067 chg coeffs, 7077 upgd conss, 0 impls, 6545 clqs\
-(round 20, medium)     5254 del vars, 2605 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3067 chg coeffs, 7077 upgd conss, 0 impls, 6538 clqs\
-(round 21, exhaustive) 5313 del vars, 2610 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3067 chg coeffs, 7077 upgd conss, 0 impls, 6524 clqs\
-(round 22, fast)       5313 del vars, 2619 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3067 chg coeffs, 7077 upgd conss, 0 impls, 6524 clqs\
-(round 23, medium)     5320 del vars, 2625 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3068 chg coeffs, 7077 upgd conss, 0 impls, 6518 clqs\
-   (402.7s) probing: 51/18840 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes\
-   (402.7s) probing aborted: 50/50 successive totally useless probings\
-   Deactivated symmetry handling methods, since SCIP was built without symmetry detector (SYM=none).\
-presolving (24 rounds: 24 fast, 13 medium, 4 exhaustive):\
- 5765 deleted vars, 2896 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 2920 changed sides, 3069 changed coefficients\
- 0 implications, 6246 cliques\
-presolved problem has 18400 variables (18400 bin, 0 int, 0 impl, 0 cont) and 6247 constraints\
-   6247 constraints of type <setppc>\
-Presolving Time: 2.75\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-t 403s|     1 |     0 |     0 |     - | trivial|   0 |  18k|6246 |   0 |   0 |  0 |   0 |   0 |-1.422400e+08 | 2.351744e+07 |    Inf | unknown\
-p 404s|     1 |     0 |     0 |     - |  clique|   0 |  18k|6246 |6246 |   0 |  0 |   0 |   0 |-1.422400e+08 | 5.095676e+06 |    Inf | unknown\
-p 404s|     1 |     0 |     2 |     - | vbounds|   0 |  18k|6246 |6246 |   0 |  0 |   0 |   0 |-1.422400e+08 | 1.762319e+06 |    Inf | unknown\
-  412s|     1 |     0 | 21754 |     - |   235M |   0 |  18k|6246 |6246 |   0 |  0 |   0 |   0 | 1.523178e+06 | 1.762319e+06 |  15.70%| unknown\
-  417s|     1 |     0 | 22371 |     - |   270M |   0 |  18k|6246 |6259 |  13 |  1 |   0 |   0 | 1.523444e+06 | 1.762319e+06 |  15.68%| unknown\
-  420s|     1 |     0 | 22826 |     - |   295M |   0 |  18k|6246 |6270 |  24 |  2 |   0 |   0 | 1.523561e+06 | 1.762319e+06 |  15.67%| unknown\
-  423s|     1 |     0 | 23069 |     - |   323M |   0 |  18k|6246 |6282 |  36 |  3 |   0 |   0 | 1.523597e+06 | 1.762319e+06 |  15.67%| unknown\
-  425s|     1 |     0 | 23307 |     - |   332M |   0 |  18k|6246 |6292 |  46 |  4 |   0 |   0 | 1.523648e+06 | 1.762319e+06 |  15.66%| unknown\
-  429s|     1 |     0 | 23583 |     - |   363M |   0 |  18k|6246 |6304 |  58 |  5 |   0 |   0 | 1.523690e+06 | 1.762319e+06 |  15.66%| unknown\
-  430s|     1 |     0 | 23732 |     - |   364M |   0 |  18k|6246 |6314 |  68 |  6 |   0 |   0 | 1.523702e+06 | 1.762319e+06 |  15.66%| unknown\
-  431s|     1 |     0 | 23863 |     - |   365M |   0 |  18k|6246 |6324 |  78 |  7 |   0 |   0 | 1.523711e+06 | 1.762319e+06 |  15.66%| unknown\
-  432s|     1 |     0 | 23926 |     - |   367M |   0 |  18k|6246 |6330 |  84 |  8 |   0 |   0 | 1.523716e+06 | 1.762319e+06 |  15.66%| unknown\
-  433s|     1 |     0 | 24060 |     - |   368M |   0 |  18k|6246 |6337 |  91 |  9 |   0 |   0 | 1.523726e+06 | 1.762319e+06 |  15.66%| unknown\
-  435s|     1 |     0 | 24245 |     - |   389M |   0 |  18k|6246 |6343 |  97 | 10 |   0 |   0 | 1.523737e+06 | 1.762319e+06 |  15.66%| unknown\
-  437s|     1 |     0 | 24463 |     - |   402M |   0 |  18k|6246 |6350 | 104 | 11 |   0 |   0 | 1.523751e+06 | 1.762319e+06 |  15.66%| unknown\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-d 445s|     1 |     0 | 37440 |     - |farkasdi|   0 |  18k|6246 |6350 |   0 | 11 |   0 |   0 | 1.523751e+06 | 1.705960e+06 |  11.96%| unknown\
-d 445s|     1 |     0 | 37984 |     - |farkasdi|   0 |  18k|6246 |6350 |   0 | 11 |   0 |   0 | 1.523751e+06 | 1.647689e+06 |   8.13%| unknown\
-d 445s|     1 |     0 | 37997 |     - |farkasdi|   0 |  18k|6246 |6350 |   0 | 11 |   0 |   0 | 1.523751e+06 | 1.588092e+06 |   4.22%| unknown\
-d 445s|     1 |     0 | 38000 |     - |farkasdi|   0 |  18k|6246 |6350 |   0 | 11 |   0 |   0 | 1.523751e+06 | 1.555642e+06 |   2.09%| unknown\
-d 445s|     1 |     0 | 38100 |     - |farkasdi|   0 |  18k|6246 |6350 |   0 | 11 |   0 |   0 | 1.523751e+06 | 1.542851e+06 |   1.25%| unknown\
-L 451s|     1 |     0 | 38122 |     - |    rens|   0 |  18k|6246 |6350 | 104 | 11 |   0 |   0 | 1.523751e+06 | 1.541267e+06 |   1.15%| unknown\
-  453s|     1 |     0 | 38122 |     - |   427M |   0 |  18k|6246 |6350 | 104 | 11 |   0 |   0 | 1.523751e+06 | 1.541267e+06 |   1.15%| unknown\
-  453s|     1 |     0 | 38122 |     - |   428M |   0 |  18k|6246 |6346 | 104 | 11 |   0 |   0 | 1.523751e+06 | 1.541267e+06 |   1.15%| unknown\
-  454s|     1 |     0 | 38308 |     - |   428M |   0 |  18k|6242 |6351 | 109 | 12 |   0 |   0 | 1.523757e+06 | 1.541267e+06 |   1.15%| unknown\
-  454s|     1 |     0 | 38403 |     - |   428M |   0 |  18k|6242 |6354 | 112 | 13 |   0 |   0 | 1.523760e+06 | 1.541267e+06 |   1.15%| unknown\
-  464s|     1 |     2 | 38404 |     - |   428M |   0 |  18k|6242 |6354 | 112 | 13 |   0 |  43 | 1.523800e+06 | 1.541267e+06 |   1.15%| unknown\
-L 545s|    39 |    37 | 51988 | 717.0 |    alns|  32 |  18k|6242 |6332 | 117 |  1 |   0 | 536 | 1.523847e+06 | 1.528445e+06 |   0.30%| unknown\
-L 545s|    39 |    37 | 51988 | 717.0 |    alns|  32 |  18k|6242 |6332 | 117 |  1 |   0 | 536 | 1.523847e+06 | 1.528326e+06 |   0.29%| unknown\
-L 545s|    39 |    37 | 51988 | 717.0 |    alns|  32 |  18k|6242 |6332 | 117 |  1 |   0 | 536 | 1.523847e+06 | 1.528124e+06 |   0.28%| unknown\
-* 550s|    65 |    59 | 54201 | 460.3 |    LP  |  46 |  18k|6242 |6339 | 125 |  2 |   0 | 550 | 1.523847e+06 | 1.526781e+06 |   0.19%| unknown\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-* 550s|    69 |    59 | 54284 | 434.4 |    LP  |  48 |  18k|6242 |6339 | 125 |  2 |   0 | 550 | 1.523847e+06 | 1.526743e+06 |   0.19%| unknown\
-* 551s|    78 |    57 | 54400 | 385.2 |    LP  |  51 |  18k|6242 |6339 | 125 |  2 |   0 | 550 | 1.523847e+06 | 1.526718e+06 |   0.19%| unknown\
-* 551s|    86 |    59 | 54652 | 351.9 |    LP  |  51 |  18k|6242 |6339 | 125 |  2 |   0 | 550 | 1.523847e+06 | 1.526660e+06 |   0.18%| unknown\
-* 551s|    88 |    58 | 54676 | 344.1 |    LP  |  51 |  18k|6242 |6339 | 125 |  2 |   0 | 550 | 1.523847e+06 | 1.526637e+06 |   0.18%| unknown\
-* 552s|    92 |    56 | 54806 | 330.4 |    LP  |  51 |  18k|6242 |6339 | 125 |  2 |   0 | 550 | 1.523847e+06 | 1.526600e+06 |   0.18%| unknown\
-* 552s|    97 |    56 | 54949 | 314.7 |    LP  |  51 |  18k|6242 |6339 | 125 |  2 |   0 | 550 | 1.523847e+06 | 1.526566e+06 |   0.18%| unknown\
-* 552s|    98 |    55 | 54966 | 311.6 |    LP  |  51 |  18k|6242 |6339 | 125 |  2 |   0 | 550 | 1.523847e+06 | 1.526528e+06 |   0.18%| unknown\
-  552s|   100 |    55 | 55005 | 305.7 |   438M |  51 |  18k|6242 |6339 | 125 |  2 |   0 | 550 | 1.523847e+06 | 1.526528e+06 |   0.18%| unknown\
-* 552s|   108 |    55 | 55064 | 283.4 |    LP  |  51 |  18k|6242 |6339 | 125 |  2 |   0 | 550 | 1.523847e+06 | 1.526527e+06 |   0.18%| unknown\
-* 561s|   131 |    68 | 60241 | 273.1 |    LP  |  51 |  18k|6242 |6347 | 146 |  4 |   0 | 564 | 1.523853e+06 | 1.526523e+06 |   0.18%| unknown\
-* 561s|   132 |    67 | 60361 | 271.9 |    LP  |  51 |  18k|6242 |6349 | 148 |  3 |   0 | 564 | 1.523853e+06 | 1.526505e+06 |   0.17%| unknown\
-* 562s|   136 |    67 | 60873 | 267.6 |    LP  |  51 |  18k|6242 |6346 | 148 |  2 |   0 | 564 | 1.523853e+06 | 1.526497e+06 |   0.17%| unknown\
-* 564s|   161 |    64 | 63541 | 242.5 |    LP  |  51 |  18k|6242 |6339 | 150 |  2 |   0 | 564 | 1.523853e+06 | 1.526241e+06 |   0.16%| unknown\
-  569s|   200 |    71 | 65854 | 206.6 |   462M |  51 |  18k|6242 |6341 | 158 |  0 |   0 | 578 | 1.523853e+06 | 1.526241e+06 |   0.16%| unknown\
-  582s|   300 |    97 | 77608 | 176.8 |   477M |  51 |  18k|6251 |6337 | 175 |  1 |   9 | 592 | 1.523871e+06 | 1.526241e+06 |   0.16%| unknown\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-  592s|   400 |    99 | 83516 | 147.3 |   422M |  51 |  18k|6251 |6340 | 181 |  2 |   9 | 606 | 1.523871e+06 | 1.526241e+06 |   0.16%| unknown\
-* 592s|   405 |   102 | 83579 | 145.6 |    LP  |  51 |  18k|6251 |6339 | 181 |  2 |   9 | 606 | 1.523871e+06 | 1.526236e+06 |   0.16%| unknown\
-d 641s|   494 |   136 |161231 | 276.9 |pscostdi|  51 |  18k|6251 |6348 |   0 |  1 |   9 | 647 | 1.523876e+06 | 1.525717e+06 |   0.12%| unknown\
-  643s|   500 |   142 |164947 | 281.0 |   403M |  51 |  18k|6251 |6354 | 259 |  2 |   9 | 647 | 1.523876e+06 | 1.525717e+06 |   0.12%| unknown\
-* 657s|   551 |   183 |177655 | 278.0 |    LP  |  51 |  18k|6261 |6356 | 269 |  3 |  23 | 680 | 1.523878e+06 | 1.525620e+06 |   0.11%| unknown\
-* 657s|   556 |   176 |178096 | 276.3 |    LP  |  51 |  18k|6261 |6354 | 269 |  2 |  23 | 680 | 1.523878e+06 | 1.525415e+06 |   0.10%| unknown\
-* 662s|   578 |   177 |180030 | 269.1 |    LP  |  51 |  18k|6259 |6354 | 283 |  2 |  23 | 680 | 1.523878e+06 | 1.525319e+06 |   0.09%| unknown\
-  670s|   600 |   179 |182661 | 263.6 |   426M |  51 |  18k|6259 |6358 | 307 |  0 |  23 | 686 | 1.523878e+06 | 1.525319e+06 |   0.09%| unknown\
-* 670s|   607 |   178 |182956 | 261.1 |    LP  |  51 |  18k|6259 |6364 | 310 |  3 |  23 | 686 | 1.523878e+06 | 1.525308e+06 |   0.09%| unknown\
-  690s|   700 |   179 |191617 | 238.7 |   463M |  51 |  18k|6302 |6365 | 367 |  2 |  66 | 716 | 1.523898e+06 | 1.525308e+06 |   0.09%| unknown\
-L 705s|   767 |   182 |196954 | 224.8 |    alns|  51 |  18k|6315 |6384 | 422 |  7 |  79 | 722 | 1.523898e+06 | 1.525285e+06 |   0.09%| unknown\
-  713s|   800 |   183 |199071 | 218.2 |   493M |  51 |  18k|6377 |6377 | 442 |  0 | 141 | 751 | 1.523898e+06 | 1.525285e+06 |   0.09%| unknown\
-  735s|   900 |   193 |211571 | 207.8 |   495M |  51 |  18k|6397 |6365 | 504 |  2 | 161 | 791 | 1.523906e+06 | 1.525285e+06 |   0.09%| unknown\
-L 749s|   968 |   200 |226149 | 208.3 |    rins|  51 |  18k|6427 |6373 | 549 |  2 | 191 | 813 | 1.523906e+06 | 1.525268e+06 |   0.09%| unknown\
-  753s|  1000 |   206 |231137 | 206.6 |   482M |  51 |  18k|6427 |6369 | 550 |  2 | 191 | 813 | 1.523913e+06 | 1.525268e+06 |   0.09%| unknown\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-L 769s|  1068 |   204 |238512 | 200.3 |    gins|  51 |  18k|6427 |6381 | 587 |  0 | 191 | 826 | 1.523915e+06 | 1.525227e+06 |   0.09%| unknown\
-  784s|  1100 |   218 |251156 | 206.0 |   477M |  51 |  18k|6447 |6364 | 620 |  2 | 211 | 844 | 1.523921e+06 | 1.525227e+06 |   0.09%| unknown\
-* 801s|  1175 |   204 |262789 | 202.8 |    LP  |  51 |  18k|6447 |6361 | 670 |  2 | 211 | 881 | 1.523928e+06 | 1.524899e+06 |   0.06%| unknown\
-* 801s|  1176 |   203 |262793 | 202.6 |    LP  |  51 |  18k|6447 |6361 | 670 |  2 | 211 | 881 | 1.523928e+06 | 1.524889e+06 |   0.06%| unknown\
-* 801s|  1178 |   153 |263034 | 202.5 |    LP  |  51 |  18k|6447 |6361 | 671 |  2 | 211 | 881 | 1.523928e+06 | 1.524568e+06 |   0.04%|   2.46%\
-* 802s|  1190 |   150 |263853 | 201.1 |    LP  |  51 |  18k|6447 |6362 | 673 |  2 | 211 | 881 | 1.523928e+06 | 1.524519e+06 |   0.04%|   2.49%\
-  803s|  1200 |   152 |264329 | 199.8 |   478M |  51 |  18k|6447 |6362 | 673 |  0 | 211 | 881 | 1.523928e+06 | 1.524519e+06 |   0.04%|   2.58%\
-* 803s|  1203 |   151 |264380 | 199.4 |    LP  |  51 |  18k|6447 |6362 | 673 |  2 | 211 | 881 | 1.523928e+06 | 1.524517e+06 |   0.04%|   2.59%\
-* 804s|  1208 |   150 |264816 | 198.9 |    LP  |  51 |  18k|6447 |6362 | 673 |  2 | 211 | 881 | 1.523928e+06 | 1.524489e+06 |   0.04%|   2.59%\
-* 813s|  1239 |   157 |269369 | 197.6 |    LP  |  51 |  18k|6447 |6362 | 686 |  2 | 211 | 894 | 1.523929e+06 | 1.524481e+06 |   0.04%|   2.72%\
-* 815s|  1264 |   155 |270327 | 194.4 |    LP  |  51 |  18k|6447 |6363 | 687 |  2 | 211 | 894 | 1.523929e+06 | 1.524461e+06 |   0.03%|   2.79%\
-* 820s|  1286 |   146 |274460 | 194.3 |    LP  |  51 |  18k|6447 |6367 | 711 |  2 | 211 | 894 | 1.523932e+06 | 1.524429e+06 |   0.03%|   3.14%\
-* 820s|  1287 |   145 |274532 | 194.2 |    LP  |  51 |  18k|6447 |6361 | 711 |  2 | 211 | 894 | 1.523932e+06 | 1.524429e+06 |   0.03%|   3.14%\
-  822s|  1300 |   146 |276669 | 193.9 |   482M |  51 |  18k|6447 |6361 | 711 |  2 | 211 | 894 | 1.523932e+06 | 1.524429e+06 |   0.03%|   3.80%\
-Restart triggered after 50 consecutive estimations that the remaining tree will be large\
-(run 1, node 1367) performing user restart\
-\
-(restart) converted 114 cuts from the global cut pool into linear constraints\
-\
-presolving:\
-(round 1, fast)       1847 del vars, 220 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 35 chg coeffs, 0 upgd conss, 0 impls, 6071 clqs\
-(round 2, fast)       1883 del vars, 232 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 35 chg coeffs, 0 upgd conss, 0 impls, 6061 clqs\
-(round 3, medium)     1909 del vars, 250 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 40 chg coeffs, 0 upgd conss, 0 impls, 6043 clqs\
-(round 4, medium)     1922 del vars, 258 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 43 chg coeffs, 0 upgd conss, 0 impls, 6035 clqs\
-(round 5, exhaustive) 1927 del vars, 260 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 43 chg coeffs, 113 upgd conss, 0 impls, 6033 clqs\
-presolving (6 rounds: 6 fast, 4 medium, 2 exhaustive):\
- 2120 deleted vars, 348 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 49 changed coefficients\
- 0 implications, 5945 cliques\
-presolved problem has 16280 variables (16280 bin, 0 int, 0 impl, 0 cont) and 6223 constraints\
-     61 constraints of type <knapsack>\
-   5945 constraints of type <setppc>\
-      1 constraints of type <linear>\
-    216 constraints of type <logicor>\
-Presolving Time: 4.55\
-\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-  846s|     1 |     0 |310655 |     - |   515M |   0 |  16k|6223 |6007 |   0 |  0 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\
-  846s|     1 |     0 |310655 |     - |   515M |   0 |  16k|6223 |6000 |   0 |  0 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\
-  849s|     1 |     0 |310897 |     - |   517M |   0 |  16k|6216 |6006 |   9 |  1 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\
-  849s|     1 |     0 |310897 |     - |   517M |   0 |  16k|6216 |6006 |   9 |  1 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\
-  850s|     1 |     0 |311159 |     - |   518M |   0 |  16k|6213 |6013 |  16 |  2 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\
-  850s|     1 |     0 |311159 |     - |   518M |   0 |  16k|6213 |6013 |  16 |  2 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\
-  851s|     1 |     0 |311273 |     - |   519M |   0 |  16k|6213 |6020 |  23 |  3 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\
-  851s|     1 |     0 |311273 |     - |   519M |   0 |  16k|6213 |6020 |  23 |  3 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\
-  854s|     1 |     0 |311417 |     - |   524M |   0 |  16k|6213 |6025 |  28 |  4 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\
-  854s|     1 |     0 |311417 |     - |   524M |   0 |  16k|6213 |6025 |  28 |  4 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\
-  857s|     1 |     0 |311583 |     - |   537M |   0 |  16k|6213 |6029 |  32 |  5 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\
-  857s|     1 |     0 |311583 |     - |   537M |   0 |  16k|6213 |6029 |  32 |  5 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\
-  858s|     1 |     0 |311745 |     - |   538M |   0 |  16k|6213 |6034 |  37 |  6 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\
-  858s|     1 |     0 |311745 |     - |   538M |   0 |  16k|6213 |6032 |  37 |  6 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\
-  859s|     1 |     0 |311841 |     - |   538M |   0 |  16k|6211 |6037 |  42 |  7 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
-  859s|     1 |     0 |311841 |     - |   538M |   0 |  16k|6211 |6037 |  42 |  7 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\
-  860s|     1 |     0 |312002 |     - |   539M |   0 |  16k|6211 |6040 |  45 |  8 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\
-  860s|     1 |     0 |312002 |     - |   539M |   0 |  16k|6211 |6040 |  45 |  8 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\
-  861s|     1 |     0 |312115 |     - |   539M |   0 |  16k|6211 |6043 |  48 |  9 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\
-  861s|     1 |     0 |312115 |     - |   539M |   0 |  16k|6211 |6043 |  48 |  9 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\
-  862s|     1 |     0 |312148 |     - |   540M |   0 |  16k|6211 |6045 |  50 | 10 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\
-  862s|     1 |     0 |312148 |     - |   540M |   0 |  16k|6211 |6045 |  50 | 10 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\
-  863s|     1 |     0 |312249 |     - |   541M |   0 |  16k|6211 |6047 |  52 | 11 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\
-  863s|     1 |     0 |312249 |     - |   541M |   0 |  16k|6211 |6046 |  52 | 11 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\
-  875s|     1 |     2 |317221 |     - |   541M |   0 |  16k|6206 |6046 |  52 | 11 | 240 | 931 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\
-  939s|   100 |    69 |354887 | 210.0 |   574M |  18 |  16k|6232 |6016 | 120 |  2 | 266 | 987 | 1.523940e+06 | 1.524429e+06 |   0.03%|   0.60%\
-* 949s|   117 |    62 |360422 | 211.4 |    LP  |  18 |  16k|6277 |6016 | 131 |  2 | 311 | 999 | 1.523940e+06 | 1.524359e+06 |   0.03%|   0.63%\
-* 950s|   143 |    61 |361252 | 208.3 |    LP  |  23 |  16k|6277 |6016 | 131 |  2 | 311 | 999 | 1.523940e+06 | 1.524351e+06 |   0.03%|   0.68%\
-  965s|   200 |    66 |369837 | 206.2 |   578M |  25 |  16k|6287 |6016 | 140 |  2 | 321 |1020 | 1.523940e+06 | 1.524351e+06 |   0.03%|   3.04%\
- 1009s|   300 |    82 |395551 | 209.2 |   571M |  25 |  16k|6294 |6024 | 208 |  9 | 328 |1045 | 1.523942e+06 | 1.524351e+06 |   0.03%|   7.30%\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
- 1053s|   400 |   100 |416730 | 209.4 |   587M |  25 |  16k|6298 |6014 | 258 |  2 | 332 |1086 | 1.523952e+06 | 1.524351e+06 |   0.03%|   8.99%\
-L1071s|   494 |    84 |431559 | 206.8 |    rins|  29 |  16k|6306 |6014 | 260 |  2 | 340 |1103 | 1.523966e+06 | 1.524278e+06 |   0.02%|  10.67%\
- 1071s|   500 |    84 |432124 | 206.4 |   590M |  29 |  16k|6306 |6014 | 260 |  2 | 340 |1103 | 1.523966e+06 | 1.524278e+06 |   0.02%|  11.03%\
-*1072s|   514 |    90 |432773 | 205.2 |    LP  |  31 |  16k|6306 |6014 | 260 |  2 | 340 |1103 | 1.523966e+06 | 1.524278e+06 |   0.02%|  11.03%\
-*1073s|   542 |    90 |433732 | 202.7 |    LP  |  38 |  16k|6306 |6014 | 260 |  2 | 340 |1103 | 1.523966e+06 | 1.524277e+06 |   0.02%|  11.81%\
-*1074s|   545 |    86 |433861 | 202.5 |    LP  |  38 |  16k|6306 |6014 | 260 |  2 | 340 |1103 | 1.523966e+06 | 1.524265e+06 |   0.02%|  11.89%\
- 1079s|   600 |    89 |443917 | 201.9 |   592M |  38 |  16k|6306 |6014 | 260 |  2 | 340 |1103 | 1.523970e+06 | 1.524265e+06 |   0.02%|  13.95%\
-*1080s|   614 |    87 |444660 | 200.9 |    LP  |  38 |  16k|6306 |6014 | 260 |  2 | 340 |1103 | 1.523970e+06 | 1.524255e+06 |   0.02%|  13.95%\
-*1080s|   615 |    86 |444721 | 200.8 |    LP  |  38 |  16k|6306 |6014 | 260 |  2 | 340 |1103 | 1.523970e+06 | 1.524255e+06 |   0.02%|  13.95%\
- 1101s|   700 |    83 |458770 | 199.3 |   581M |  38 |  16k|6326 |6017 | 276 |  2 | 360 |1130 | 1.523970e+06 | 1.524255e+06 |   0.02%|  17.08%\
- 1123s|   800 |    77 |474739 | 197.5 |   586M |  38 |  16k|6337 |6023 | 313 |  2 | 372 |1149 | 1.523970e+06 | 1.524255e+06 |   0.02%|  21.89%\
-L1128s|   815 |    48 |476920 | 197.1 |    rins|  38 |  16k|6337 |6015 | 313 |  2 | 372 |1166 | 1.523970e+06 | 1.524190e+06 |   0.01%|  24.85%\
-*1129s|   823 |    48 |477435 | 196.6 |    LP  |  38 |  16k|6337 |6015 | 313 |  2 | 372 |1166 | 1.523970e+06 | 1.524190e+06 |   0.01%|  24.94%\
- 1159s|   900 |    49 |497132 | 198.7 |   585M |  38 |  16k|6334 |6011 | 351 |  2 | 385 |1188 | 1.523990e+06 | 1.524190e+06 |   0.01%|  28.79%\
-*1176s|   987 |    54 |508965 | 196.3 |    LP  |  38 |  16k|6345 |6018 | 359 |  2 | 397 |1212 | 1.523990e+06 | 1.524186e+06 |   0.01%|  29.23%\
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \
- 1177s|  1000 |    53 |510051 | 195.7 |   587M |  38 |  16k|6345 |6020 | 361 |  2 | 397 |1212 | 1.523990e+06 | 1.524186e+06 |   0.01%|  29.55%\
- 1207s|  1100 |    61 |537378 | 198.9 |   591M |  38 |  16k|6338 |6022 | 381 |  2 | 397 |1239 | 1.524011e+06 | 1.524186e+06 |   0.01%|  39.60%\
- 1247s|  1200 |    57 |555657 | 198.2 |   597M |  38 |  16k|6335 |6020 | 421 |  2 | 410 |1280 | 1.524021e+06 | 1.524186e+06 |   0.01%|  49.46%\
- 1273s|  1300 |    49 |571881 | 196.9 |   600M |  38 |  16k|6312 |6010 | 449 |  0 | 410 |1296 | 1.524051e+06 | 1.524186e+06 |   0.01%|  60.84%\
- 1356s|  1400 |    35 |590175 | 196.4 |   606M |  38 |  16k|6319 |6037 | 485 |  0 | 433 |1340 | 1.524080e+06 | 1.524186e+06 |   0.01%|  75.01%\
- 1393s|  1500 |     3 |605957 | 195.0 |   611M |  38 |  16k|6323 |6024 | 523 |  0 | 463 |1361 | 1.524147e+06 | 1.524186e+06 |   0.00%|  98.72%\
-\
-SCIP Status        : problem is solved [optimal solution found]\
-Solving Time (sec) : 1393.87\
-Solving Nodes      : 1505 (total of 2872 nodes in 2 runs)\
-Primal Bound       : +1.52418609832438e+06 (366 solutions)\
-Dual Bound         : +1.52418609832438e+06\
-Gap                : 0.00 %}
\ No newline at end of file
diff --git a/note b/note
deleted file mode 100644
index 4184b0baffdb0faa91fadcae6f0f87877bb90261..0000000000000000000000000000000000000000
--- a/note
+++ /dev/null
@@ -1,269 +0,0 @@
-cp -r values.txt /mnt/c/Users/Dawit\ Hailu/Desktop/analysis
-cp -r first.ipynb /mnt/c/Users/Dawit\ Hailu/Desktop/analysis
-April update
-Yesterday, I have made wonderful steps in starting my iteration. 
-
-Solving Time (sec) : 1620420765.296008
-presolving:
-(round 1, fast)       890 del vars, 2295 del conss, 0 add conss, 19 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 6803 clqs
-(round 2, fast)       1604 del vars, 2503 del conss, 0 add conss, 19 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 6595 clqs
-(round 3, exhaustive) 1604 del vars, 2506 del conss, 0 add conss, 19 chg bounds, 0 chg sides, 0 chg coeffs, 6595 upgd conss, 0 impls, 6595 clqs
-(round 4, fast)       2045 del vars, 2612 del conss, 0 add conss, 19 chg bounds, 0 chg sides, 0 chg coeffs, 6595 upgd conss, 0 impls, 6463 clqs
-(round 5, fast)       2181 del vars, 2748 del conss, 0 add conss, 19 chg bounds, 0 chg sides, 0 chg coeffs, 6595 upgd conss, 0 impls, 6347 clqs
-(round 6, fast)       2229 del vars, 2774 del conss, 0 add conss, 19 chg bounds, 0 chg sides, 0 chg coeffs, 6595 upgd conss, 0 impls, 6324 clqs
-(round 7, fast)       2240 del vars, 2782 del conss, 0 add conss, 19 chg bounds, 0 chg sides, 0 chg coeffs, 6595 upgd conss, 0 impls, 6318 clqs
-(round 8, medium)     5140 del vars, 2850 del conss, 0 add conss, 19 chg bounds, 2670 chg sides, 2830 chg coeffs, 6595 upgd conss, 0 impls, 6244 clqs
-(round 9, fast)       5332 del vars, 2974 del conss, 0 add conss, 19 chg bounds, 2670 chg sides, 2830 chg coeffs, 6595 upgd conss, 0 impls, 6123 clqs
-(round 10, fast)       5376 del vars, 3001 del conss, 0 add conss, 19 chg bounds, 2670 chg sides, 2830 chg coeffs, 6595 upgd conss, 0 impls, 6094 clqs
-(round 11, fast)       5392 del vars, 3016 del conss, 0 add conss, 19 chg bounds, 2670 chg sides, 2830 chg coeffs, 6595 upgd conss, 0 impls, 6085 clqs
-(round 12, medium)     5479 del vars, 3081 del conss, 0 add conss, 19 chg bounds, 2670 chg sides, 2851 chg coeffs, 6595 upgd conss, 0 impls, 6020 clqs
-(round 13, fast)       5491 del vars, 3089 del conss, 0 add conss, 19 chg bounds, 2670 chg sides, 2851 chg coeffs, 6595 upgd conss, 0 impls, 6012 clqs
-(round 14, fast)       5498 del vars, 3095 del conss, 0 add conss, 19 chg bounds, 2670 chg sides, 2851 chg coeffs, 6595 upgd conss, 0 impls, 6006 clqs
-(round 15, fast)       5504 del vars, 3100 del conss, 0 add conss, 19 chg bounds, 2670 chg sides, 2851 chg coeffs, 6595 upgd conss, 0 impls, 6000 clqs
-(round 16, fast)       5511 del vars, 3107 del conss, 0 add conss, 19 chg bounds, 2670 chg sides, 2851 chg coeffs, 6595 upgd conss, 0 impls, 5994 clqs
-(round 17, medium)     5554 del vars, 3140 del conss, 0 add conss, 19 chg bounds, 2670 chg sides, 2857 chg coeffs, 6595 upgd conss, 0 impls, 5961 clqs
-(round 18, medium)     5579 del vars, 3158 del conss, 0 add conss, 19 chg bounds, 2670 chg sides, 2862 chg coeffs, 6595 upgd conss, 0 impls, 5943 clqs
-(round 19, medium)     5600 del vars, 3175 del conss, 0 add conss, 19 chg bounds, 2670 chg sides, 2864 chg coeffs, 6595 upgd conss, 0 impls, 5926 clqs
-(round 20, medium)     5614 del vars, 3187 del conss, 0 add conss, 19 chg bounds, 2670 chg sides, 2864 chg coeffs, 6595 upgd conss, 0 impls, 5914 clqs
-(round 21, medium)     5622 del vars, 3194 del conss, 0 add conss, 19 chg bounds, 2670 chg sides, 2865 chg coeffs, 6595 upgd conss, 0 impls, 5907 clqs
-(round 22, medium)     5630 del vars, 3201 del conss, 0 add conss, 19 chg bounds, 2670 chg sides, 2866 chg coeffs, 6595 upgd conss, 0 impls, 5900 clqs
-(round 23, exhaustive) 5676 del vars, 3205 del conss, 0 add conss, 19 chg bounds, 2670 chg sides, 2866 chg coeffs, 6595 upgd conss, 0 impls, 5894 clqs
-(round 24, medium)     5682 del vars, 3213 del conss, 0 add conss, 19 chg bounds, 2670 chg sides, 2866 chg coeffs, 6595 upgd conss, 0 impls, 5888 clqs
-(round 25, medium)     5688 del vars, 3219 del conss, 0 add conss, 19 chg bounds, 2670 chg sides, 2866 chg coeffs, 6595 upgd conss, 0 impls, 5882 clqs
-   (14.0s) probing: 51/14908 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
-   (14.0s) probing aborted: 50/50 successive totally useless probings
-   Deactivated symmetry handling methods, since SCIP was built without symmetry detector (SYM=none).
-presolving (26 rounds: 26 fast, 13 medium, 3 exhaustive):
- 6080 deleted vars, 3448 deleted constraints, 0 added constraints, 19 tightened bounds, 0 added holes, 2670 changed sides, 2867 changed coefficients
- 0 implications, 5653 cliques
-presolved problem has 14522 variables (14522 bin, 0 int, 0 impl, 0 cont) and 5653 constraints
-   5653 constraints of type <setppc>
-Presolving Time: 0.22
-
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl.
-t14.1s|     1 |     0 |     0 |     - | trivial|   0 |  14k|5653 |   0 |   0 |  0 |   0 |   0 |-1.093046e+08 | 2.154307e+07 |    Inf | unknown
-p14.4s|     1 |     0 |     0 |     - |  clique|   0 |  14k|5653 |5653 |   0 |  0 |   0 |   0 |-1.093046e+08 | 4.776462e+06 |    Inf | unknown
-p14.7s|     1 |     0 |     0 |     - | vbounds|   0 |  14k|5653 |5653 |   0 |  0 |   0 |   0 |-1.093046e+08 | 1.536280e+06 |    Inf | unknown
- 17.9s|     1 |     0 | 17339 |     - |   104M |   0 |  14k|5653 |5653 |   0 |  0 |   0 |   0 | 1.522391e+06 | 1.536280e+06 |   0.91%| unknown
- 18.1s|     1 |     0 | 17339 |     - |   106M |   0 |  14k|5653 |5644 |   0 |  0 |   0 |   0 | 1.522391e+06 | 1.536280e+06 |   0.91%| unknown
- 19.1s|     1 |     0 | 17531 |     - |   130M |   0 |  14k|5644 |5652 |  12 |  1 |   0 |   0 | 1.522503e+06 | 1.536280e+06 |   0.90%| unknown
- 19.1s|     1 |     0 | 17531 |     - |   130M |   0 |  14k|5644 |5649 |  12 |  1 |   0 |   0 | 1.522503e+06 | 1.536280e+06 |   0.90%| unknown
- 19.9s|     1 |     0 | 17659 |     - |   153M |   0 |  14k|5637 |5659 |  22 |  2 |   0 |   0 | 1.522565e+06 | 1.536280e+06 |   0.90%| unknown
- 19.9s|     1 |     0 | 17659 |     - |   154M |   0 |  14k|5637 |5658 |  22 |  2 |   0 |   0 | 1.522565e+06 | 1.536280e+06 |   0.90%| unknown
- 20.8s|     1 |     0 | 18117 |     - |   171M |   0 |  14k|5636 |5673 |  37 |  3 |   0 |   0 | 1.522707e+06 | 1.536280e+06 |   0.89%| unknown
- 20.9s|     1 |     0 | 18117 |     - |   171M |   0 |  14k|5636 |5672 |  37 |  3 |   0 |   0 | 1.522707e+06 | 1.536280e+06 |   0.89%| unknown
- 21.7s|     1 |     0 | 18399 |     - |   194M |   0 |  14k|5635 |5684 |  49 |  4 |   0 |   0 | 1.522765e+06 | 1.536280e+06 |   0.89%| unknown
- 21.8s|     1 |     0 | 18399 |     - |   195M |   0 |  14k|5635 |5684 |  49 |  4 |   0 |   0 | 1.522765e+06 | 1.536280e+06 |   0.89%| unknown
- 22.3s|     1 |     0 | 18528 |     - |   201M |   0 |  14k|5635 |5694 |  59 |  5 |   0 |   0 | 1.522801e+06 | 1.536280e+06 |   0.89%| unknown
- 23.3s|     1 |     0 | 18681 |     - |   232M |   0 |  14k|5635 |5701 |  66 |  6 |   0 |   0 | 1.522823e+06 | 1.536280e+06 |   0.88%| unknown
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl.
- 23.6s|     1 |     0 | 18832 |     - |   235M |   0 |  14k|5635 |5711 |  76 |  7 |   0 |   0 | 1.522849e+06 | 1.536280e+06 |   0.88%| unknown
- 24.5s|     1 |     0 | 18941 |     - |   256M |   0 |  14k|5635 |5717 |  82 |  8 |   0 |   0 | 1.522857e+06 | 1.536280e+06 |   0.88%| unknown
- 25.4s|     1 |     0 | 19002 |     - |   280M |   0 |  14k|5635 |5721 |  86 |  9 |   0 |   0 | 1.522862e+06 | 1.536280e+06 |   0.88%| unknown
- 26.3s|     1 |     0 | 19121 |     - |   303M |   0 |  14k|5635 |5725 |  90 | 10 |   0 |   0 | 1.522873e+06 | 1.536280e+06 |   0.88%| unknown
- 26.7s|     1 |     0 | 19273 |     - |   310M |   0 |  14k|5635 |5730 |  95 | 11 |   0 |   0 | 1.522895e+06 | 1.536280e+06 |   0.88%| unknown
- 26.7s|     1 |     0 | 19273 |     - |   311M |   0 |  14k|5635 |5730 |  95 | 11 |   0 |   0 | 1.522895e+06 | 1.536280e+06 |   0.88%| unknown
- 31.3s|     1 |     2 | 27145 |     - |   331M |   0 |  14k|5631 |5730 |  95 | 11 |   0 |  22 | 1.522927e+06 | 1.536280e+06 |   0.88%| unknown
-d65.3s|    35 |    36 | 38013 | 551.2 |pscostdi|  19 |  14k|5631 |5720 |   0 |  1 |   0 | 530 | 1.522957e+06 | 1.531791e+06 |   0.58%| unknown
-*69.9s|    59 |    34 | 44070 | 427.5 |    LP  |  21 |  14k|5631 |5729 | 164 |  1 |   0 | 544 | 1.522957e+06 | 1.524300e+06 |   0.09%| unknown
- 74.4s|   100 |    45 | 48513 | 295.4 |   380M |  22 |  14k|5631 |5733 | 199 |  0 |   0 | 544 | 1.522957e+06 | 1.524300e+06 |   0.09%| unknown
-*99.1s|   194 |    98 | 95592 | 395.4 |    LP  |  24 |  14k|5637 |5742 | 317 |  2 |   6 | 600 | 1.522960e+06 | 1.524007e+06 |   0.07%|   1.06%
-*99.2s|   197 |    93 | 95762 | 390.2 |    LP  |  24 |  14k|5637 |5742 | 317 |  2 |   6 | 600 | 1.522960e+06 | 1.523983e+06 |   0.07%|   1.12%
- 99.3s|   200 |    94 | 95845 | 384.8 |   396M |  26 |  14k|5637 |5742 | 317 |  0 |   6 | 600 | 1.522960e+06 | 1.523983e+06 |   0.07%|   1.13%
-*99.4s|   205 |    91 | 96061 | 376.4 |    LP  |  26 |  14k|5637 |5742 | 317 |  2 |   6 | 600 | 1.522960e+06 | 1.523982e+06 |   0.07%|   1.14%
-*99.5s|   208 |    92 | 96176 | 371.5 |    LP  |  26 |  14k|5637 |5742 | 317 |  2 |   6 | 600 | 1.522960e+06 | 1.523980e+06 |   0.07%|   1.14%
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl.
-* 100s|   230 |    87 | 96950 | 339.2 |    LP  |  26 |  14k|5637 |5742 | 317 |  2 |   6 | 600 | 1.522960e+06 | 1.523868e+06 |   0.06%|   1.22%
-* 104s|   248 |   101 |104262 | 344.1 |    LP  |  26 |  14k|5644 |5742 | 354 |  2 |  13 | 609 | 1.522978e+06 | 1.523865e+06 |   0.06%|   1.30%
-* 107s|   265 |   100 |108802 | 339.1 |    LP  |  26 |  14k|5665 |5743 | 376 |  2 |  34 | 619 | 1.522996e+06 | 1.523840e+06 |   0.06%|   1.41%
-* 108s|   289 |    99 |109775 | 314.2 |    LP  |  27 |  14k|5665 |5742 | 376 |  2 |  34 | 619 | 1.522996e+06 | 1.523837e+06 |   0.06%|   1.46%
-* 108s|   291 |    92 |109840 | 312.3 |    LP  |  27 |  14k|5665 |5742 | 376 |  2 |  34 | 619 | 1.522996e+06 | 1.523824e+06 |   0.05%|   1.49%
-  108s|   300 |    91 |110194 | 304.1 |   334M |  27 |  14k|5665 |5743 | 377 |  2 |  34 | 619 | 1.522996e+06 | 1.523824e+06 |   0.05%|   1.51%
-* 109s|   316 |    89 |111008 | 291.2 |strongbr|  27 |  14k|5678 |5745 | 382 |  1 |  47 | 631 | 1.522996e+06 | 1.523773e+06 |   0.05%|   1.58%
-* 109s|   328 |    89 |111746 | 282.8 |    LP  |  27 |  14k|5678 |5745 | 382 |  2 |  47 | 637 | 1.522996e+06 | 1.523773e+06 |   0.05%|   1.73%
-* 110s|   336 |    89 |112110 | 277.1 |    LP  |  27 |  14k|5678 |5745 | 382 |  2 |  47 | 637 | 1.522996e+06 | 1.523765e+06 |   0.05%|   1.84%
-* 113s|   388 |    96 |116170 | 250.4 |    LP  |  27 |  14k|5678 |5752 | 404 |  2 |  47 | 650 | 1.523020e+06 | 1.523760e+06 |   0.05%|   2.38%
-  113s|   400 |    98 |116440 | 243.5 |   314M |  29 |  14k|5678 |5752 | 404 |  0 |  47 | 650 | 1.523020e+06 | 1.523760e+06 |   0.05%|   2.38%
-* 116s|   441 |   107 |122982 | 235.7 |    LP  |  29 |  14k|5678 |5754 | 406 |  2 |  47 | 650 | 1.523025e+06 | 1.523756e+06 |   0.05%|   3.09%
-* 116s|   450 |   106 |123222 | 231.5 |    LP  |  30 |  14k|5678 |5754 | 406 |  2 |  47 | 650 | 1.523025e+06 | 1.523743e+06 |   0.05%|   3.09%
-  118s|   500 |   100 |124873 | 211.6 |   311M |  30 |  14k|5684 |5761 | 406 |  2 |  53 | 663 | 1.523025e+06 | 1.523743e+06 |   0.05%|   3.58%
-* 119s|   524 |   104 |127763 | 207.4 |    LP  |  30 |  14k|5684 |5762 | 407 |  2 |  53 | 676 | 1.523032e+06 | 1.523713e+06 |   0.04%|   3.65%
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl.
-* 120s|   567 |   106 |129205 | 194.2 |    LP  |  32 |  14k|5684 |5767 | 413 |  2 |  53 | 676 | 1.523032e+06 | 1.523702e+06 |   0.04%|   3.88%
-  124s|   600 |   109 |134250 | 191.9 |   309M |  32 |  14k|5684 |5766 | 417 |  0 |  53 | 689 | 1.523049e+06 | 1.523702e+06 |   0.04%|   4.10%
-* 130s|   634 |    89 |141367 | 192.9 |    LP  |  32 |  14k|5658 |5772 | 479 |  1 |  53 | 702 | 1.523050e+06 | 1.523466e+06 |   0.03%|   5.59%
-* 131s|   640 |    86 |141723 | 191.6 |    LP  |  32 |  14k|5658 |5772 | 479 |  2 |  53 | 702 | 1.523050e+06 | 1.523445e+06 |   0.03%|   5.64%
-* 131s|   650 |    88 |142114 | 189.3 |    LP  |  32 |  14k|5658 |5772 | 480 |  2 |  53 | 702 | 1.523050e+06 | 1.523443e+06 |   0.03%|   5.65%
-* 132s|   664 |    87 |144378 | 188.7 |    LP  |  32 |  14k|5658 |5773 | 502 |  2 |  59 | 709 | 1.523052e+06 | 1.523434e+06 |   0.03%|   5.96%
-* 132s|   666 |    87 |144446 | 188.2 |    LP  |  32 |  14k|5658 |5773 | 502 |  2 |  59 | 709 | 1.523052e+06 | 1.523432e+06 |   0.02%|   5.97%
-  144s|   700 |    83 |151306 | 188.9 |   322M |  32 |  14k|5667 |5784 | 571 |  0 |  68 | 733 | 1.523052e+06 | 1.523432e+06 |   0.02%|   7.23%
-L 150s|   785 |    84 |163128 | 183.5 |    gins|  32 |  14k|5683 |5739 | 571 |  0 |  84 | 755 | 1.523059e+06 | 1.523432e+06 |   0.02%|   9.02%
-  153s|   800 |    87 |167522 | 185.5 |   325M |  32 |  14k|5683 |5740 | 571 |  1 |  84 | 768 | 1.523059e+06 | 1.523432e+06 |   0.02%|   9.87%
-  171s|   900 |   105 |185999 | 185.5 |   342M |  32 |  14k|5697 |5775 | 671 |  2 |  98 | 786 | 1.523078e+06 | 1.523432e+06 |   0.02%|  12.11%
-Restart triggered after 50 consecutive estimations that the remaining tree will be large
-(run 1, node 931) performing user restart
-
-(restart) converted 104 cuts from the global cut pool into linear constraints
-
-presolving:
-(round 1, fast)       2026 del vars, 350 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 6 chg coeffs, 0 upgd conss, 0 impls, 5277 clqs
-(round 2, fast)       2078 del vars, 378 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 6 chg coeffs, 0 upgd conss, 0 impls, 5254 clqs
-(round 3, fast)       2108 del vars, 395 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 6 chg coeffs, 0 upgd conss, 0 impls, 5241 clqs
-(round 4, fast)       2118 del vars, 403 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 6 chg coeffs, 0 upgd conss, 0 impls, 5235 clqs
-(round 5, medium)     2171 del vars, 433 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 28 chg coeffs, 0 upgd conss, 0 impls, 5204 clqs
-(round 6, medium)     2188 del vars, 445 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 32 chg coeffs, 0 upgd conss, 0 impls, 5192 clqs
-(round 7, exhaustive) 2197 del vars, 449 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 38 chg coeffs, 93 upgd conss, 0 impls, 5189 clqs
-presolving (8 rounds: 8 fast, 4 medium, 2 exhaustive):
- 3103 deleted vars, 872 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 49 changed coefficients
- 0 implications, 4767 cliques
-presolved problem has 11419 variables (11419 bin, 0 int, 0 impl, 0 cont) and 4942 constraints
-     55 constraints of type <knapsack>
-   4767 constraints of type <setppc>
-     11 constraints of type <linear>
-    109 constraints of type <logicor>
-Presolving Time: 0.63
-transformed 93/100 original solutions to the transformed problem space
-
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl.
-  177s|     1 |     0 |207700 |     - |   357M |   0 |  11k|4942 |4833 |   0 |  0 | 111 | 808 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  177s|     1 |     0 |207700 |     - |   357M |   0 |  11k|4942 |4795 |   0 |  0 | 111 | 808 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  178s|     1 |     0 |207894 |     - |   360M |   0 |  11k|4904 |4787 |   5 |  1 | 111 | 808 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  178s|     1 |     0 |207894 |     - |   360M |   0 |  11k|4904 |4787 |   5 |  1 | 111 | 808 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  179s|     1 |     0 |208013 |     - |   361M |   0 |  11k|4891 |4793 |  11 |  2 | 111 | 808 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  179s|     1 |     0 |208013 |     - |   361M |   0 |  11k|4891 |4793 |  11 |  2 | 111 | 808 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  180s|     1 |     0 |208048 |     - |   362M |   0 |  11k|4891 |4796 |  14 |  3 | 111 | 808 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  180s|     1 |     0 |208048 |     - |   362M |   0 |  11k|4891 |4796 |  14 |  3 | 111 | 808 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  180s|     1 |     0 |208132 |     - |   362M |   0 |  11k|4891 |4801 |  19 |  4 | 111 | 808 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  180s|     1 |     0 |208132 |     - |   362M |   0 |  11k|4891 |4801 |  19 |  4 | 111 | 808 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  181s|     1 |     0 |208474 |     - |   363M |   0 |  11k|4891 |4807 |  25 |  5 | 111 | 808 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  181s|     1 |     0 |208474 |     - |   363M |   0 |  11k|4891 |4807 |  25 |  5 | 111 | 808 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  182s|     1 |     0 |208567 |     - |   363M |   0 |  11k|4891 |4811 |  29 |  6 | 111 | 808 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  182s|     1 |     0 |208567 |     - |   363M |   0 |  11k|4891 |4811 |  29 |  6 | 111 | 808 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  182s|     1 |     0 |208627 |     - |   364M |   0 |  11k|4891 |4816 |  34 |  7 | 111 | 808 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl.
-  182s|     1 |     0 |208627 |     - |   364M |   0 |  11k|4891 |4815 |  34 |  7 | 111 | 808 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  183s|     1 |     0 |208736 |     - |   365M |   0 |  11k|4890 |4818 |  37 |  8 | 111 | 808 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  183s|     1 |     0 |208736 |     - |   365M |   0 |  11k|4890 |4818 |  37 |  8 | 111 | 808 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  184s|     1 |     0 |208908 |     - |   367M |   0 |  11k|4890 |4822 |  41 |  9 | 111 | 808 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  184s|     1 |     0 |208908 |     - |   367M |   0 |  11k|4890 |4822 |  41 |  9 | 111 | 808 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  184s|     1 |     0 |208935 |     - |   370M |   0 |  11k|4890 |4810 |  43 | 10 | 111 | 808 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  184s|     1 |     0 |208935 |     - |   370M |   0 |  11k|4890 |4810 |  43 | 10 | 111 | 808 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  185s|     1 |     0 |208979 |     - |   371M |   0 |  11k|4890 |4814 |  47 | 11 | 111 | 808 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  185s|     1 |     0 |208979 |     - |   371M |   0 |  11k|4890 |4814 |  47 | 11 | 111 | 808 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  189s|     1 |     2 |212190 |     - |   371M |   0 |  11k|4787 |4814 |  47 | 11 | 111 | 826 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-(run 2, node 1) restarting after 661 global fixings of integer variables
-
-(restart) converted 47 cuts from the global cut pool into linear constraints
-
-presolving:
-(round 1, fast)       728 del vars, 36 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 78 chg coeffs, 0 upgd conss, 0 impls, 4585 clqs
-(round 2, fast)       743 del vars, 46 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 78 chg coeffs, 0 upgd conss, 0 impls, 4578 clqs
-(round 3, fast)       759 del vars, 53 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 78 chg coeffs, 0 upgd conss, 0 impls, 4572 clqs
-(round 4, fast)       768 del vars, 57 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 78 chg coeffs, 0 upgd conss, 0 impls, 4568 clqs
-(round 5, fast)       776 del vars, 62 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 78 chg coeffs, 0 upgd conss, 0 impls, 4563 clqs
-(round 6, medium)     808 del vars, 77 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 88 chg coeffs, 0 upgd conss, 0 impls, 4548 clqs
-(round 7, medium)     825 del vars, 87 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 90 chg coeffs, 0 upgd conss, 0 impls, 4538 clqs
-(round 8, medium)     836 del vars, 90 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 92 chg coeffs, 0 upgd conss, 0 impls, 4534 clqs
-(round 9, medium)     844 del vars, 96 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 92 chg coeffs, 0 upgd conss, 0 impls, 4528 clqs
-(round 10, exhaustive) 845 del vars, 97 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 94 chg coeffs, 46 upgd conss, 0 impls, 4528 clqs
-presolving (11 rounds: 11 fast, 6 medium, 2 exhaustive):
- 1976 deleted vars, 593 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 97 changed coefficients
- 0 implications, 4033 cliques
-presolved problem has 9443 variables (9443 bin, 0 int, 0 impl, 0 cont) and 4240 constraints
-     87 constraints of type <knapsack>
-   4032 constraints of type <setppc>
-     12 constraints of type <linear>
-    109 constraints of type <logicor>
-Presolving Time: 0.88
-transformed 47/100 original solutions to the transformed problem space
-
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl.
-  192s|     1 |     0 |228579 |     - |   341M |   0 |9443 |4240 |4131 |   0 |  0 | 111 | 826 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  192s|     1 |     0 |228579 |     - |   341M |   0 |9443 |4240 |4119 |   0 |  0 | 111 | 826 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  193s|     1 |     0 |228632 |     - |   343M |   0 |9443 |4228 |4120 |   4 |  1 | 111 | 826 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  193s|     1 |     0 |228687 |     - |   344M |   0 |9443 |4225 |4123 |   7 |  2 | 111 | 826 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  193s|     1 |     0 |228687 |     - |   344M |   0 |9443 |4225 |4123 |   7 |  2 | 111 | 826 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  194s|     1 |     0 |228795 |     - |   348M |   0 |9443 |4225 |4127 |  11 |  3 | 111 | 826 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  194s|     1 |     0 |228795 |     - |   348M |   0 |9443 |4225 |4127 |  11 |  3 | 111 | 826 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  195s|     1 |     0 |228873 |     - |   350M |   0 |9443 |4225 |4131 |  15 |  4 | 111 | 826 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  195s|     1 |     0 |228873 |     - |   350M |   0 |9443 |4225 |4131 |  15 |  4 | 111 | 826 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  195s|     1 |     0 |228982 |     - |   355M |   0 |9443 |4225 |4134 |  19 |  5 | 111 | 826 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  195s|     1 |     0 |228982 |     - |   355M |   0 |9443 |4225 |4134 |  19 |  5 | 111 | 826 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  196s|     1 |     0 |229130 |     - |   359M |   0 |9443 |4224 |4139 |  24 |  6 | 111 | 826 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  196s|     1 |     0 |229130 |     - |   360M |   0 |9443 |4224 |4139 |  24 |  6 | 111 | 826 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  197s|     1 |     0 |229213 |     - |   364M |   0 |9443 |4224 |4143 |  28 |  7 | 111 | 826 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  197s|     1 |     0 |229213 |     - |   364M |   0 |9443 |4224 |4143 |  28 |  7 | 111 | 826 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl.
-  197s|     1 |     0 |229318 |     - |   364M |   0 |9443 |4224 |4148 |  33 |  8 | 111 | 826 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  197s|     1 |     0 |229318 |     - |   365M |   0 |9443 |4224 |4148 |  33 |  8 | 111 | 826 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  198s|     1 |     0 |229359 |     - |   368M |   0 |9443 |4224 |4152 |  37 |  9 | 111 | 826 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  198s|     1 |     0 |229359 |     - |   368M |   0 |9443 |4224 |4152 |  37 |  9 | 111 | 826 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  198s|     1 |     0 |229434 |     - |   372M |   0 |9443 |4224 |4155 |  40 | 10 | 111 | 826 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  198s|     1 |     0 |229434 |     - |   372M |   0 |9443 |4224 |4155 |  40 | 10 | 111 | 826 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  199s|     1 |     0 |229449 |     - |   372M |   0 |9443 |4224 |4158 |  43 | 11 | 111 | 826 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  204s|     1 |     2 |232387 |     - |   372M |   0 |9443 |4190 |4158 |  43 | 11 | 111 | 850 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-(run 3, node 1) restarting after 269 global fixings of integer variables
-
-(restart) converted 43 cuts from the global cut pool into linear constraints
-
-presolving:
-(round 1, fast)       283 del vars, 14 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 20 chg coeffs, 0 upgd conss, 0 impls, 3979 clqs
-(round 2, fast)       291 del vars, 17 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 20 chg coeffs, 0 upgd conss, 0 impls, 3977 clqs
-(round 3, exhaustive) 295 del vars, 20 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 22 chg coeffs, 38 upgd conss, 0 impls, 3974 clqs
-presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):
- 468 deleted vars, 118 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 24 changed coefficients
- 0 implications, 3879 cliques
-presolved problem has 8975 variables (8975 bin, 0 int, 0 impl, 0 cont) and 4115 constraints
-    113 constraints of type <knapsack>
-   3877 constraints of type <setppc>
-     17 constraints of type <linear>
-    108 constraints of type <logicor>
-Presolving Time: 1.04
-transformed 31/100 original solutions to the transformed problem space
-
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl.
-  207s|     1 |     0 |249371 |     - |   347M |   0 |8975 |4115 |4007 |   0 |  0 | 111 | 850 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  207s|     1 |     0 |249371 |     - |   347M |   0 |8975 |4115 |4002 |   0 |  0 | 111 | 850 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  208s|     1 |     0 |249502 |     - |   349M |   0 |8975 |4110 |4002 |   3 |  1 | 111 | 850 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  208s|     1 |     0 |249502 |     - |   349M |   0 |8975 |4110 |4002 |   3 |  1 | 111 | 850 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  208s|     1 |     0 |249546 |     - |   349M |   0 |8975 |4107 |4005 |   6 |  2 | 111 | 850 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  209s|     1 |     0 |249638 |     - |   353M |   0 |8975 |4107 |4009 |  10 |  3 | 111 | 850 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  209s|     1 |     0 |249638 |     - |   353M |   0 |8975 |4107 |4008 |  10 |  3 | 111 | 850 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  210s|     1 |     0 |249748 |     - |   358M |   0 |8975 |4106 |4010 |  12 |  4 | 111 | 850 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  211s|     1 |     0 |249812 |     - |   361M |   0 |8975 |4106 |4016 |  18 |  5 | 111 | 850 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  211s|     1 |     0 |249812 |     - |   361M |   0 |8975 |4106 |4016 |  18 |  5 | 111 | 850 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  211s|     1 |     0 |249882 |     - |   366M |   0 |8975 |4106 |4018 |  20 |  6 | 111 | 850 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  212s|     1 |     0 |249963 |     - |   371M |   0 |8975 |4106 |4024 |  26 |  7 | 111 | 850 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  213s|     1 |     0 |250069 |     - |   374M |   0 |8975 |4106 |4028 |  30 |  8 | 111 | 850 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  213s|     1 |     0 |250112 |     - |   377M |   0 |8975 |4106 |4031 |  33 |  9 | 111 | 850 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  214s|     1 |     0 |250251 |     - |   378M |   0 |8975 |4106 |4033 |  35 | 10 | 111 | 850 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl.
-  214s|     1 |     0 |250251 |     - |   378M |   0 |8975 |4106 |4033 |  35 | 10 | 111 | 850 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  214s|     1 |     0 |250354 |     - |   379M |   0 |8975 |4106 |4036 |  38 | 11 | 111 | 850 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  214s|     1 |     0 |250354 |     - |   379M |   0 |8975 |4106 |4036 |  38 | 11 | 111 | 850 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  221s|     1 |     2 |254909 |     - |   379M |   0 |8975 |4108 |4036 |  38 | 11 | 122 | 875 | 1.523078e+06 | 1.523432e+06 |   0.02%| unknown
-  241s|   100 |    29 |277438 | 198.3 |   403M |  20 |8975 |4125 |3958 |  96 |  0 | 139 | 947 | 1.523096e+06 | 1.523432e+06 |   0.02%|   3.96%
-  263s|   200 |    39 |332743 | 229.7 |   408M |  20 |8975 |4141 |3964 | 186 |  2 | 155 | 990 | 1.523106e+06 | 1.523432e+06 |   0.02%|   8.44%
-* 263s|   221 |    48 |334357 | 226.9 |    LP  |  24 |8975 |4141 |3964 | 186 |  2 | 155 | 990 | 1.523106e+06 | 1.523432e+06 |   0.02%|   8.45%
-* 263s|   222 |    47 |334360 | 226.7 |    LP  |  24 |8975 |4141 |3964 | 186 |  2 | 155 | 990 | 1.523106e+06 | 1.523411e+06 |   0.02%|   8.45%
-* 264s|   251 |    48 |336657 | 223.1 |strongbr|  24 |8975 |4146 |3964 | 187 |  2 | 160 | 992 | 1.523111e+06 | 1.523405e+06 |   0.02%|   9.62%
-* 264s|   257 |    42 |337061 | 222.3 |    LP  |  25 |8975 |4146 |3964 | 187 |  2 | 160 | 996 | 1.523111e+06 | 1.523363e+06 |   0.02%|   9.68%
-* 266s|   278 |    41 |339479 | 220.4 |    LP  |  25 |8975 |4146 |3964 | 188 |  2 | 160 |1013 | 1.523114e+06 | 1.523343e+06 |   0.02%|  11.39%
-  269s|   300 |    35 |342935 | 219.3 |   404M |  25 |8975 |4146 |3956 | 206 |  1 | 160 |1013 | 1.523114e+06 | 1.523343e+06 |   0.02%|  13.07%
-  279s|   400 |    39 |359111 | 215.0 |   396M |  25 |8975 |4151 |3963 | 253 |  4 | 165 |1031 | 1.523127e+06 | 1.523343e+06 |   0.01%|  19.66%
-  293s|   500 |    27 |377375 | 212.7 |   399M |  25 |8975 |4185 |3956 | 303 |  0 | 199 |1089 | 1.523127e+06 | 1.523343e+06 |   0.01%|  37.18%
-  307s|   600 |    33 |396836 | 211.5 |   402M |  25 |8975 |4222 |3963 | 362 |  0 | 236 |1131 | 1.523141e+06 | 1.523343e+06 |   0.01%|  44.37%
- time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl.
-  317s|   700 |    27 |410407 | 206.9 |   404M |  25 |8975 |4233 |3958 | 396 |  1 | 247 |1164 | 1.523148e+06 | 1.523343e+06 |   0.01%|  49.25%
-* 320s|   724 |    33 |413465 | 205.7 |    LP  |  25 |8975 |4233 |3949 | 402 |  2 | 247 |1164 | 1.523148e+06 | 1.523341e+06 |   0.01%|  51.19%
-  327s|   800 |    17 |425542 | 203.7 |   410M |  25 |8975 |4256 |3957 | 444 |  0 | 270 |1186 | 1.523150e+06 | 1.523341e+06 |   0.01%|  69.24%
-  342s|   900 |    13 |444058 | 202.7 |   414M |  25 |8975 |4273 |3960 | 520 |  0 | 287 |1231 | 1.523199e+06 | 1.523341e+06 |   0.01%|  91.11%
-
-SCIP Status        : problem is solved [optimal solution found]
-Solving Time (sec) : 345.54
-Solving Nodes      : 933 (total of 1866 nodes in 4 runs)
-Primal Bound       : +1.52334065774697e+06 (668 solutions)
-Dual Bound         : +1.52334065774697e+06
-Gap                : 0.00 %
-
-SCIP>
\ No newline at end of file
diff --git a/obj/static/O.linux.x86_64.gnu.opt/probdata_lagr.o b/obj/static/O.linux.x86_64.gnu.opt/probdata_lagr.o
index 9437d46c31b4c5123014ffe98dd32a71b0a57698..d9db5ea5b6a29b559d2874dba1291a8f1d60ca0e 100644
Binary files a/obj/static/O.linux.x86_64.gnu.opt/probdata_lagr.o and b/obj/static/O.linux.x86_64.gnu.opt/probdata_lagr.o differ
diff --git a/obj/static/O.linux.x86_64.gnu.opt/relax_lagr.o b/obj/static/O.linux.x86_64.gnu.opt/relax_lagr.o
index ab432e192c8bd4ab74d2abaf0452883a0ce18325..6998a129443a37cb20fd8cc91b7ff6b6e8e96525 100644
Binary files a/obj/static/O.linux.x86_64.gnu.opt/relax_lagr.o and b/obj/static/O.linux.x86_64.gnu.opt/relax_lagr.o differ
diff --git a/probdata.txt b/probdata.txt
index ca495deda450a17608b86ea98b6b0f60b82d9b6d..d5183888f7b7866d340590a1a9b1e2b4e3ea1951 100644
--- a/probdata.txt
+++ b/probdata.txt
@@ -1,39 +1,49 @@
 36 nslot conss 
-all = 99
- 2  2  2  2  2  2  2  2  2  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3 
- 2  4  6  8  10  12  14  16  18  21  24  27  30  33  36  39  42  45  48  51  54  57  60  63  66  69  72  75  78  81  84  87  90  93  96  99 t_x_{1}_{0} t_x_{2}_{0} 
-t_x_{1}_{15} t_x_{2}_{15} 
-t_x_{1}_{30} t_x_{2}_{30} 
-t_x_{1}_{45} t_x_{2}_{45} 
-t_x_{1}_{60} t_x_{2}_{60} 
-t_x_{1}_{75} t_x_{2}_{75} 
-t_x_{1}_{90} t_x_{2}_{90} 
-t_x_{1}_{105} t_x_{2}_{105} 
-t_x_{1}_{120} t_x_{2}_{120} 
-t_x_{2}_{0} t_x_{3}_{0} t_x_{4}_{0} 
-t_x_{2}_{15} t_x_{3}_{15} t_x_{4}_{15} 
-t_x_{2}_{30} t_x_{3}_{30} t_x_{4}_{30} 
-t_x_{2}_{45} t_x_{3}_{45} t_x_{4}_{45} 
-t_x_{2}_{60} t_x_{3}_{60} t_x_{4}_{60} 
-t_x_{2}_{75} t_x_{3}_{75} t_x_{4}_{75} 
-t_x_{2}_{90} t_x_{3}_{90} t_x_{4}_{90} 
-t_x_{2}_{105} t_x_{3}_{105} t_x_{4}_{105} 
-t_x_{2}_{120} t_x_{3}_{120} t_x_{4}_{120} 
-t_x_{1}_{0} t_x_{3}_{0} t_x_{5}_{0} 
-t_x_{1}_{15} t_x_{3}_{15} t_x_{5}_{15} 
-t_x_{1}_{30} t_x_{3}_{30} t_x_{5}_{30} 
-t_x_{1}_{45} t_x_{3}_{45} t_x_{5}_{45} 
-t_x_{1}_{60} t_x_{3}_{60} t_x_{5}_{60} 
-t_x_{1}_{75} t_x_{3}_{75} t_x_{5}_{75} 
-t_x_{1}_{90} t_x_{3}_{90} t_x_{5}_{90} 
-t_x_{1}_{105} t_x_{3}_{105} t_x_{5}_{105} 
-t_x_{1}_{120} t_x_{3}_{120} t_x_{5}_{120} 
-t_x_{4}_{0} t_x_{5}_{0} t_x_{6}_{0} 
-t_x_{4}_{15} t_x_{5}_{15} t_x_{6}_{15} 
-t_x_{4}_{30} t_x_{5}_{30} t_x_{6}_{30} 
-t_x_{4}_{45} t_x_{5}_{45} t_x_{6}_{45} 
-t_x_{4}_{60} t_x_{5}_{60} t_x_{6}_{60} 
-t_x_{4}_{75} t_x_{5}_{75} t_x_{6}_{75} 
-t_x_{4}_{90} t_x_{5}_{90} t_x_{6}_{90} 
-t_x_{4}_{105} t_x_{5}_{105} t_x_{6}_{105} 
-t_x_{4}_{120} t_x_{5}_{120} t_x_{6}_{120} 
+9 9 9 9 9 9 9 
+ 9 	 36 
+  9 	 37 
+  9 	 38 
+  9 	 39 
+  9 	 40 
+  9 	 41 
+  9 	 42 
+ all = 99
+ 2 t_x_{1}_{0} t_x_{2}_{0}  2 t_x_{1}_{15} t_x_{2}_{15}  2 t_x_{1}_{30} t_x_{2}_{30}  2 t_x_{1}_{45} t_x_{2}_{45}  2 t_x_{1}_{60} t_x_{2}_{60}  2 t_x_{1}_{75} t_x_{2}_{75}  2 t_x_{1}_{90} t_x_{2}_{90}  2 t_x_{1}_{105} t_x_{2}_{105}  2 t_x_{1}_{120} t_x_{2}_{120}  3 t_x_{2}_{0} t_x_{3}_{0} t_x_{4}_{0}  3 t_x_{2}_{15} t_x_{3}_{15} t_x_{4}_{15}  3 t_x_{2}_{30} t_x_{3}_{30} t_x_{4}_{30}  3 t_x_{2}_{45} t_x_{3}_{45} t_x_{4}_{45}  3 t_x_{2}_{60} t_x_{3}_{60} t_x_{4}_{60}  3 t_x_{2}_{75} t_x_{3}_{75} t_x_{4}_{75}  3 t_x_{2}_{90} t_x_{3}_{90} t_x_{4}_{90}  3 t_x_{2}_{105} t_x_{3}_{105} t_x_{4}_{105}  3 t_x_{2}_{120} t_x_{3}_{120} t_x_{4}_{120}  3 t_x_{1}_{0} t_x_{3}_{0} t_x_{5}_{0}  3 t_x_{1}_{15} t_x_{3}_{15} t_x_{5}_{15}  3 t_x_{1}_{30} t_x_{3}_{30} t_x_{5}_{30}  3 t_x_{1}_{45} t_x_{3}_{45} t_x_{5}_{45}  3 t_x_{1}_{60} t_x_{3}_{60} t_x_{5}_{60}  3 t_x_{1}_{75} t_x_{3}_{75} t_x_{5}_{75}  3 t_x_{1}_{90} t_x_{3}_{90} t_x_{5}_{90}  3 t_x_{1}_{105} t_x_{3}_{105} t_x_{5}_{105}  3 t_x_{1}_{120} t_x_{3}_{120} t_x_{5}_{120}  3 t_x_{4}_{0} t_x_{5}_{0} t_x_{6}_{0}  3 t_x_{4}_{15} t_x_{5}_{15} t_x_{6}_{15}  3 t_x_{4}_{30} t_x_{5}_{30} t_x_{6}_{30}  3 t_x_{4}_{45} t_x_{5}_{45} t_x_{6}_{45}  3 t_x_{4}_{60} t_x_{5}_{60} t_x_{6}_{60}  3 t_x_{4}_{75} t_x_{5}_{75} t_x_{6}_{75}  3 t_x_{4}_{90} t_x_{5}_{90} t_x_{6}_{90}  3 t_x_{4}_{105} t_x_{5}_{105} t_x_{6}_{105}  3 t_x_{4}_{120} t_x_{5}_{120} t_x_{6}_{120} 
+ Increasing order :
+
+ 2  4  6  8  10  12  14  16  18  21  24  27  30  33  36  39  42  45  48  51  54  57  60  63  66  69  72  75  78  81  84  87  90  93  96  99 t_x_{1}_{0} 0 t_x_{2}_{0} 9 
+t_x_{1}_{15} 1 t_x_{2}_{15} 10 
+t_x_{1}_{30} 2 t_x_{2}_{30} 11 
+t_x_{1}_{45} 3 t_x_{2}_{45} 12 
+t_x_{1}_{60} 4 t_x_{2}_{60} 13 
+t_x_{1}_{75} 5 t_x_{2}_{75} 14 
+t_x_{1}_{90} 6 t_x_{2}_{90} 15 
+t_x_{1}_{105} 7 t_x_{2}_{105} 16 
+t_x_{1}_{120} 8 t_x_{2}_{120} 17 
+t_x_{2}_{0} 9 t_x_{3}_{0} 18 t_x_{4}_{0} 27 
+t_x_{2}_{15} 10 t_x_{3}_{15} 19 t_x_{4}_{15} 28 
+t_x_{2}_{30} 11 t_x_{3}_{30} 20 t_x_{4}_{30} 29 
+t_x_{2}_{45} 12 t_x_{3}_{45} 21 t_x_{4}_{45} 30 
+t_x_{2}_{60} 13 t_x_{3}_{60} 22 t_x_{4}_{60} 31 
+t_x_{2}_{75} 14 t_x_{3}_{75} 23 t_x_{4}_{75} 32 
+t_x_{2}_{90} 15 t_x_{3}_{90} 24 t_x_{4}_{90} 33 
+t_x_{2}_{105} 16 t_x_{3}_{105} 25 t_x_{4}_{105} 34 
+t_x_{2}_{120} 17 t_x_{3}_{120} 26 t_x_{4}_{120} 35 
+t_x_{1}_{0} 0 t_x_{3}_{0} 18 t_x_{5}_{0} 36 
+t_x_{1}_{15} 1 t_x_{3}_{15} 19 t_x_{5}_{15} 37 
+t_x_{1}_{30} 2 t_x_{3}_{30} 20 t_x_{5}_{30} 38 
+t_x_{1}_{45} 3 t_x_{3}_{45} 21 t_x_{5}_{45} 39 
+t_x_{1}_{60} 4 t_x_{3}_{60} 22 t_x_{5}_{60} 40 
+t_x_{1}_{75} 5 t_x_{3}_{75} 23 t_x_{5}_{75} 41 
+t_x_{1}_{90} 6 t_x_{3}_{90} 24 t_x_{5}_{90} 42 
+t_x_{1}_{105} 7 t_x_{3}_{105} 25 t_x_{5}_{105} 43 
+t_x_{1}_{120} 8 t_x_{3}_{120} 26 t_x_{5}_{120} 44 
+t_x_{4}_{0} 27 t_x_{5}_{0} 36 t_x_{6}_{0} 45 
+t_x_{4}_{15} 28 t_x_{5}_{15} 37 t_x_{6}_{15} 46 
+t_x_{4}_{30} 29 t_x_{5}_{30} 38 t_x_{6}_{30} 47 
+t_x_{4}_{45} 30 t_x_{5}_{45} 39 t_x_{6}_{45} 48 
+t_x_{4}_{60} 31 t_x_{5}_{60} 40 t_x_{6}_{60} 49 
+t_x_{4}_{75} 32 t_x_{5}_{75} 41 t_x_{6}_{75} 50 
+t_x_{4}_{90} 33 t_x_{5}_{90} 42 t_x_{6}_{90} 51 
+t_x_{4}_{105} 34 t_x_{5}_{105} 43 t_x_{6}_{105} 52 
+t_x_{4}_{120} 35 t_x_{5}_{120} 44 t_x_{6}_{120} 53 
diff --git a/sol.txt b/sol.txt
deleted file mode 100644
index 43a672e5eccd4627927b0ddd3c8e2f65808428a9..0000000000000000000000000000000000000000
--- a/sol.txt
+++ /dev/null
@@ -1,190 +0,0 @@
- (t_x_{1}_{0} 0.000000 weight 1.000000) 
-  (t_x_{1}_{15} 0.000000 weight 15.000000) 
-  (t_x_{1}_{30} 1.000000 weight 30.000000) 
-  (t_x_{1}_{45} 0.000000 weight 45.000000) 
-  (t_x_{1}_{60} 0.000000 weight 60.000000) 
-  (t_x_{1}_{75} 0.000000 weight 75.000000) 
-  (t_x_{1}_{90} 0.000000 weight 90.000000) 
-  (t_x_{1}_{105} 0.000000 weight 105.000000) 
-  (t_x_{1}_{120} 0.000000 weight 120.000000) 
-  (t_x_{2}_{0} 0.000000 weight 0.000000) 
-  (t_x_{2}_{15} 1.000000 weight 15.000000) 
-  (t_x_{2}_{30} 0.000000 weight 30.000000) 
-  (t_x_{2}_{45} 0.000000 weight 45.000000) 
-  (t_x_{2}_{60} 0.000000 weight 60.000000) 
-  (t_x_{2}_{75} 0.000000 weight 75.000000) 
-  (t_x_{2}_{90} 0.000000 weight 90.000000) 
-  (t_x_{2}_{105} 0.000000 weight 105.000000) 
-  (t_x_{2}_{120} 0.000000 weight 120.000000) 
-  (t_x_{3}_{0} 1.000000 weight 0.000000) 
-  (t_x_{3}_{15} 0.000000 weight 15.000000) 
-  (t_x_{3}_{30} 0.000000 weight 30.000000) 
-  (t_x_{3}_{45} 0.000000 weight 45.000000) 
-  (t_x_{3}_{60} 0.000000 weight 60.000000) 
-  (t_x_{3}_{75} 0.000000 weight 75.000000) 
-  (t_x_{3}_{90} 0.000000 weight 90.000000) 
-  (t_x_{3}_{105} 0.000000 weight 105.000000) 
-  (t_x_{3}_{120} 0.000000 weight 120.000000) 
-  (t_x_{4}_{0} 0.000000 weight 0.000000) 
-  (t_x_{4}_{15} 0.000000 weight 15.000000) 
-  (t_x_{4}_{30} 1.000000 weight 30.000000) 
-  (t_x_{4}_{45} 0.000000 weight 45.000000) 
-  (t_x_{4}_{60} 0.000000 weight 60.000000) 
-  (t_x_{4}_{75} 0.000000 weight 75.000000) 
-  (t_x_{4}_{90} 0.000000 weight 90.000000) 
-  (t_x_{4}_{105} 0.000000 weight 105.000000) 
-  (t_x_{4}_{120} 0.000000 weight 120.000000) 
-  (t_x_{5}_{0} 0.000000 weight 0.000000) 
-  (t_x_{5}_{15} 1.000000 weight 15.000000) 
-  (t_x_{5}_{30} 0.000000 weight 30.000000) 
-  (t_x_{5}_{45} 0.000000 weight 45.000000) 
-  (t_x_{5}_{60} 0.000000 weight 60.000000) 
-  (t_x_{5}_{75} 0.000000 weight 75.000000) 
-  (t_x_{5}_{90} 0.000000 weight 90.000000) 
-  (t_x_{5}_{105} 0.000000 weight 105.000000) 
-  (t_x_{5}_{120} 0.000000 weight 120.000000) 
-  (t_x_{6}_{0} 1.000000 weight 0.000000) 
-  (t_x_{6}_{15} 0.000000 weight 15.000000) 
-  (t_x_{6}_{30} 0.000000 weight 30.000000) 
-  (t_x_{6}_{45} 0.000000 weight 45.000000) 
-  (t_x_{6}_{60} 0.000000 weight 60.000000) 
-  (t_x_{6}_{75} 0.000000 weight 75.000000) 
-  (t_x_{6}_{90} 0.000000 weight 90.000000) 
-  (t_x_{6}_{105} 0.000000 weight 105.000000) 
-  (t_x_{6}_{120} 0.000000 weight 120.000000) 
-  (t_x_{7}_{0} 1.000000 weight 0.000000) 
-  (t_x_{7}_{15} 0.000000 weight 15.000000) 
-  (t_x_{7}_{30} 0.000000 weight 30.000000) 
-  (t_x_{7}_{45} 0.000000 weight 45.000000) 
-  (t_x_{7}_{60} 0.000000 weight 60.000000) 
-  (t_x_{7}_{75} 0.000000 weight 75.000000) 
-  (t_x_{7}_{90} 0.000000 weight 90.000000) 
-  (t_x_{7}_{105} 0.000000 weight 105.000000) 
-  (t_x_{7}_{120} 0.000000 weight 120.000000) 
-  (t_x_{1}_{0} 1.000000 weight 1.000000) 
-  (t_x_{1}_{15} 0.000000 weight 15.000000) 
-  (t_x_{1}_{30} 0.000000 weight 30.000000) 
-  (t_x_{1}_{45} 0.000000 weight 45.000000) 
-  (t_x_{1}_{60} 0.000000 weight 60.000000) 
-  (t_x_{1}_{75} 0.000000 weight 75.000000) 
-  (t_x_{1}_{90} 0.000000 weight 90.000000) 
-  (t_x_{1}_{105} 0.000000 weight 105.000000) 
-  (t_x_{1}_{120} 0.000000 weight 120.000000) 
-  (t_x_{2}_{0} 0.000000 weight 0.000000) 
-  (t_x_{2}_{15} -1.000000 weight 15.000000) 
-  (t_x_{2}_{30} -1.000000 weight 30.000000) 
-  (t_x_{2}_{45} -1.000000 weight 45.000000) 
-  (t_x_{2}_{60} -1.000000 weight 60.000000) 
-  (t_x_{2}_{75} -1.000000 weight 75.000000) 
-  (t_x_{2}_{90} -1.000000 weight 90.000000) 
-  (t_x_{2}_{105} -1.000000 weight 105.000000) 
-  (t_x_{2}_{120} -1.000000 weight 120.000000) 
-  (t_x_{3}_{0} 0.000000 weight 0.000000) 
-  (t_x_{3}_{15} -1.000000 weight 15.000000) 
-  (t_x_{3}_{30} -1.000000 weight 30.000000) 
-  (t_x_{3}_{45} -1.000000 weight 45.000000) 
-  (t_x_{3}_{60} -1.000000 weight 60.000000) 
-  (t_x_{3}_{75} -1.000000 weight 75.000000) 
-  (t_x_{3}_{90} -1.000000 weight 90.000000) 
-  (t_x_{3}_{105} -1.000000 weight 105.000000) 
-  (t_x_{3}_{120} -1.000000 weight 120.000000) 
-  (t_x_{4}_{0} 1.000000 weight 0.000000) 
-  (t_x_{4}_{15} -1.000000 weight 15.000000) 
-  (t_x_{4}_{30} -1.000000 weight 30.000000) 
-  (t_x_{4}_{45} -1.000000 weight 45.000000) 
-  (t_x_{4}_{60} -1.000000 weight 60.000000) 
-  (t_x_{4}_{75} -1.000000 weight 75.000000) 
-  (t_x_{4}_{90} -1.000000 weight 90.000000) 
-  (t_x_{4}_{105} -1.000000 weight 105.000000) 
-  (t_x_{4}_{120} -1.000000 weight 120.000000) 
-  (t_x_{5}_{0} 0.000000 weight 0.000000) 
-  (t_x_{5}_{15} -1.000000 weight 15.000000) 
-  (t_x_{5}_{30} -1.000000 weight 30.000000) 
-  (t_x_{5}_{45} -1.000000 weight 45.000000) 
-  (t_x_{5}_{60} -1.000000 weight 60.000000) 
-  (t_x_{5}_{75} -1.000000 weight 75.000000) 
-  (t_x_{5}_{90} -1.000000 weight 90.000000) 
-  (t_x_{5}_{105} -1.000000 weight 105.000000) 
-  (t_x_{5}_{120} -1.000000 weight 120.000000) 
-  (t_x_{6}_{0} 1.000000 weight 0.000000) 
-  (t_x_{6}_{15} -1.000000 weight 15.000000) 
-  (t_x_{6}_{30} -1.000000 weight 30.000000) 
-  (t_x_{6}_{45} -1.000000 weight 45.000000) 
-  (t_x_{6}_{60} -1.000000 weight 60.000000) 
-  (t_x_{6}_{75} -1.000000 weight 75.000000) 
-  (t_x_{6}_{90} -1.000000 weight 90.000000) 
-  (t_x_{6}_{105} -1.000000 weight 105.000000) 
-  (t_x_{6}_{120} -1.000000 weight 120.000000) 
-  (t_x_{7}_{0} 1.000000 weight 0.000000) 
-  (t_x_{7}_{15} -1.000000 weight 15.000000) 
-  (t_x_{7}_{30} -1.000000 weight 30.000000) 
-  (t_x_{7}_{45} -1.000000 weight 45.000000) 
-  (t_x_{7}_{60} -1.000000 weight 60.000000) 
-  (t_x_{7}_{75} -1.000000 weight 75.000000) 
-  (t_x_{7}_{90} -1.000000 weight 90.000000) 
-  (t_x_{7}_{105} -1.000000 weight 105.000000) 
-  (t_x_{7}_{120} -1.000000 weight 120.000000) 
-  (t_x_{1}_{0} 0.000000 weight 1.000000) 
-  (t_x_{1}_{15} 0.000000 weight 15.000000) 
-  (t_x_{1}_{30} 1.000000 weight 30.000000) 
-  (t_x_{1}_{45} 0.000000 weight 45.000000) 
-  (t_x_{1}_{60} 0.000000 weight 60.000000) 
-  (t_x_{1}_{75} 0.000000 weight 75.000000) 
-  (t_x_{1}_{90} 0.000000 weight 90.000000) 
-  (t_x_{1}_{105} 0.000000 weight 105.000000) 
-  (t_x_{1}_{120} 0.000000 weight 120.000000) 
-  (t_x_{2}_{0} 0.000000 weight 0.000000) 
-  (t_x_{2}_{15} 1.000000 weight 15.000000) 
-  (t_x_{2}_{30} 0.000000 weight 30.000000) 
-  (t_x_{2}_{45} 0.000000 weight 45.000000) 
-  (t_x_{2}_{60} 0.000000 weight 60.000000) 
-  (t_x_{2}_{75} 0.000000 weight 75.000000) 
-  (t_x_{2}_{90} 0.000000 weight 90.000000) 
-  (t_x_{2}_{105} 0.000000 weight 105.000000) 
-  (t_x_{2}_{120} 0.000000 weight 120.000000) 
-  (t_x_{3}_{0} 1.000000 weight 0.000000) 
-  (t_x_{3}_{15} 0.000000 weight 15.000000) 
-  (t_x_{3}_{30} 0.000000 weight 30.000000) 
-  (t_x_{3}_{45} 0.000000 weight 45.000000) 
-  (t_x_{3}_{60} 0.000000 weight 60.000000) 
-  (t_x_{3}_{75} 0.000000 weight 75.000000) 
-  (t_x_{3}_{90} 0.000000 weight 90.000000) 
-  (t_x_{3}_{105} 0.000000 weight 105.000000) 
-  (t_x_{3}_{120} 0.000000 weight 120.000000) 
-  (t_x_{4}_{0} 0.000000 weight 0.000000) 
-  (t_x_{4}_{15} 0.000000 weight 15.000000) 
-  (t_x_{4}_{30} 1.000000 weight 30.000000) 
-  (t_x_{4}_{45} 0.000000 weight 45.000000) 
-  (t_x_{4}_{60} 0.000000 weight 60.000000) 
-  (t_x_{4}_{75} 0.000000 weight 75.000000) 
-  (t_x_{4}_{90} 0.000000 weight 90.000000) 
-  (t_x_{4}_{105} 0.000000 weight 105.000000) 
-  (t_x_{4}_{120} 0.000000 weight 120.000000) 
-  (t_x_{5}_{0} 0.000000 weight 0.000000) 
-  (t_x_{5}_{15} 1.000000 weight 15.000000) 
-  (t_x_{5}_{30} 0.000000 weight 30.000000) 
-  (t_x_{5}_{45} 0.000000 weight 45.000000) 
-  (t_x_{5}_{60} 0.000000 weight 60.000000) 
-  (t_x_{5}_{75} 0.000000 weight 75.000000) 
-  (t_x_{5}_{90} 0.000000 weight 90.000000) 
-  (t_x_{5}_{105} 0.000000 weight 105.000000) 
-  (t_x_{5}_{120} 0.000000 weight 120.000000) 
-  (t_x_{6}_{0} 1.000000 weight 0.000000) 
-  (t_x_{6}_{15} 0.000000 weight 15.000000) 
-  (t_x_{6}_{30} 0.000000 weight 30.000000) 
-  (t_x_{6}_{45} 0.000000 weight 45.000000) 
-  (t_x_{6}_{60} 0.000000 weight 60.000000) 
-  (t_x_{6}_{75} 0.000000 weight 75.000000) 
-  (t_x_{6}_{90} 0.000000 weight 90.000000) 
-  (t_x_{6}_{105} 0.000000 weight 105.000000) 
-  (t_x_{6}_{120} 0.000000 weight 120.000000) 
-  (t_x_{7}_{0} 1.000000 weight 0.000000) 
-  (t_x_{7}_{15} 0.000000 weight 15.000000) 
-  (t_x_{7}_{30} 0.000000 weight 30.000000) 
-  (t_x_{7}_{45} 0.000000 weight 45.000000) 
-  (t_x_{7}_{60} 0.000000 weight 60.000000) 
-  (t_x_{7}_{75} 0.000000 weight 75.000000) 
-  (t_x_{7}_{90} 0.000000 weight 90.000000) 
-  (t_x_{7}_{105} 0.000000 weight 105.000000) 
-  (t_x_{7}_{120} 0.000000 weight 120.000000) 
- 
\ No newline at end of file
diff --git a/src/mL.ipynb b/src/mL.ipynb
deleted file mode 100644
index 19eb804953ab7bbd082f6d354a8904eba2e0f603..0000000000000000000000000000000000000000
--- a/src/mL.ipynb
+++ /dev/null
@@ -1,91 +0,0 @@
-{
- "cells": [
-  {
-   "cell_type": "code",
-   "execution_count": 3,
-   "metadata": {},
-   "outputs": [],
-   "source": [
-    "# import torch\n",
-    "!pip install jupyter\n",
-    "import matplotlib\n",
-    "import matplotlib.pyplot as plt\n",
-    "from torchvision import datasets, transforms"
-   ]
-  },
-  {
-   "cell_type": "code",
-   "execution_count": 3,
-   "metadata": {},
-   "outputs": [
-    {
-     "data": {
-      "image/png": "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",
-      "text/plain": [
-       "<Figure size 1500x800 with 32 Axes>"
-      ]
-     },
-     "metadata": {},
-     "output_type": "display_data"
-    }
-   ],
-   "source": [
-    "batch_size = 32\n",
-    "\n",
-    "transform_train = transforms.Compose([\n",
-    "    transforms.ToTensor()\n",
-    "])\n",
-    "\n",
-    "transform_test = transforms.Compose([\n",
-    "    transforms.ToTensor()\n",
-    "])\n",
-    "\n",
-    "\n",
-    "# datasets (MNIST)\n",
-    "mnist_train = datasets.MNIST('../data', train=True, download=True, transform=transform_train)\n",
-    "mnist_test = datasets.MNIST('../data', train=False, download=True, transform=transform_test)\n",
-    "\n",
-    "# dataloaders\n",
-    "train_loader = torch.utils.data.DataLoader(mnist_train, batch_size=batch_size, shuffle=True, pin_memory=True)\n",
-    "test_loader = torch.utils.data.DataLoader(mnist_test, batch_size=batch_size, shuffle=False, pin_memory=True)\n",
-    "\n",
-    "\n",
-    "def visualize_batch(batch, labels, ncols=8):\n",
-    "    nrows = (batch.shape[0] + ncols - 1) // ncols\n",
-    "    plt.figure(figsize=(15, 2*nrows))\n",
-    "    for i in range(batch.shape[0]):\n",
-    "        plt.subplot(nrows, ncols, i+1)\n",
-    "        plt.imshow(batch[i].permute(1, 2, 0).squeeze(), interpolation='bilinear')\n",
-    "        plt.title(labels[i])\n",
-    "        plt.axis('off')\n",
-    "    plt.show()\n",
-    "batch, labels = next(iter(train_loader))\n",
-    "visualize_batch(batch, [str(int(lbl)) for lbl in labels]) \n"
-   ]
-  }
- ],
- "metadata": {
-  "interpreter": {
-   "hash": "38b34d0cb5915ebd706651697a9bad136b66d87bcc8c7f5d873fb1545f3d61bf"
-  },
-  "kernelspec": {
-   "display_name": "Python 3.7.11 64-bit ('scip': conda)",
-   "name": "python3"
-  },
-  "language_info": {
-   "codemirror_mode": {
-    "name": "ipython",
-    "version": 3
-   },
-   "file_extension": ".py",
-   "mimetype": "text/x-python",
-   "name": "python",
-   "nbconvert_exporter": "python",
-   "pygments_lexer": "ipython3",
-   "version": "3.7.11"
-  },
-  "orig_nbformat": 2
- },
- "nbformat": 4,
- "nbformat_minor": 2
-}
diff --git a/src/probdata_lagr.cpp b/src/probdata_lagr.cpp
index e578f50139e47d7e623214889156f95c24875f5a..a57669e34c30bc69b2af1c3e98d1251f87cb97c1 100644
--- a/src/probdata_lagr.cpp
+++ b/src/probdata_lagr.cpp
@@ -15,8 +15,7 @@ struct SCIP_ProbData
    SCIP_CONS**          StartConss;
    int*                 varids;                      /**<Ids for the variables found in the slot constraint*/
    int                  nSlotConss;                   // number of slot constraints.
-   int                  nStartConss;
-   SCIP_Real*           upperbound;
+   int                  nStartConss;                  // number of start constraints.
    int                  nbadconss;
    int                  ngoodconss;
    int*                 badconss;
@@ -25,6 +24,8 @@ struct SCIP_ProbData
    int*                 listnconsvars;
    int*                 listconsvarids;
    int*                 increasingorder;
+   int*                 storenconsvars;                   //will store the nconsvars in good constraints in an increasing order
+   int*                 arrangedgoodconss;                // will store the arranged cons ids(row numbers) according to the nconsvars
    
 
 };
@@ -34,37 +35,46 @@ SCIP_ProbData* probdata
 ){
     return probdata->varids;
  }
-
+/*list the number of variable each bad constraint has. ex. 2  2  2  2  2  2  2  2  2  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3 */
 int* SCIPlistnconsvars(
 SCIP_ProbData* probdata
 ){
     return probdata->listnconsvars;
  }
-
+ /*contains in order the list of varindexes found in each bad constraint: (non zero coloums in each row). Examples {0,10,1,11,2,12,...}*/
 int* SCIPlistconsvarids(
 SCIP_ProbData* probdata
 ){
     return probdata->listconsvarids;
  }
+/*will store the nconsvars in good constraints in an increasing order*/ 
+int* SCIPprobdataGetStorenconsvars(
+SCIP_ProbData* probdata
+){
+    return probdata->storenconsvars;
+ }
 
-int* SCIPlistincreasing(
+  /*will store the arranged cons ids(row numbers) according to the nconsvars*/
+int* SCIPprobdataGetArrangedgoodconss(
 SCIP_ProbData* probdata
 ){
-    return probdata->increasingorder;
+    return probdata->arrangedgoodconss;
  }
 
-SCIP_CONS** SCIPgetSlotConss(
+  /* puts the SCIPlistnconsvars in increasing order: ex. 2  4  6  8  10  12  14  16  18  21  24  27  30  33  36  39  42  45  48  51  54  57  60  63  66  69  72  75  78  81  84  87  90  93  96  99*/
+int* SCIPlistincreasing(
 SCIP_ProbData* probdata
 ){
-    return probdata->SlotConss;
+    return probdata->increasingorder;
  }
 
+/* Number of bad constrains. To change this, only change the sign of the condition. eg. 36*/
 int SCIPgetNSlotConss(
 SCIP_ProbData* probdata
 ){
     return probdata->nSlotConss;
  }
-
+/*sum of all nconsvars, used later for creating an array that collects the list of varids in each row. here all = 99*/
 int SCIPgetallnconsvars(
 SCIP_ProbData* probdata
 ){
@@ -171,18 +181,23 @@ SCIP_RETCODE probdataFree(
 SCIP_RETCODE SCIPcreateprobdata
 (   SCIP*                  relaxscip,
     SCIP_ProbData**        probdata,
-    SCIP_CONS**            conss,
-    SCIP_VAR**             vars,
     SCIP_VAR***            varbuffers,  
-    int**                   badconss
+    int**                   badconss,        //will contain the ids of those rows that will be relaxed. 
+    int**                  goodconss,        //will contain the number of variable in each row of the good constraints, i.e. those that won't be relaxed. 
+    int*                   saveindexes 
 )
 {
    FILE* prob;
    prob = fopen("probdata.txt","wr");
    int nconss = SCIPgetNConss(relaxscip);
-   int nvars = SCIPgetNVars(relaxscip);
+   
+
    int nSlotConss = 0;
+   int ngoodconss = 0;
    int id =0;
+   int nvars = SCIPgetNVars(relaxscip);
+   SCIP_VAR** vars = SCIPgetVars(relaxscip);
+   SCIP_CONS** conss = SCIPgetConss(relaxscip);
    SCIP_Bool success;
    for (int t=0; t<nconss; t++)                             /* (3) */
    {
@@ -191,16 +206,24 @@ SCIP_RETCODE SCIPcreateprobdata
       {
          ++nSlotConss;  
       }
+      else
+      {
+         ++ngoodconss;
+      }
    }
    fprintf(prob,"%d nslot conss \n",nSlotConss);
 
    int allnconsvars=0;
    int nconsvars=0;
    int counter = 0; 
-   int maxnconsvars = 0;
-
-
+   int goodcounter = 0;
+   int maxnconsvars = 0;            //to get the highest number of non-zero entries in the entire relaxed matrix. 
+   int* storenconsvars;
+   int* arrangedgoodconss;
    SCIP_CALL(SCIPallocBufferArray(relaxscip, badconss, nSlotConss));         //the badconss array will contain the row number of the bad conss  
+   SCIP_CALL(SCIPallocBufferArray(relaxscip, goodconss, ngoodconss));
+   SCIP_CALL(SCIPallocBufferArray(relaxscip, &storenconsvars, ngoodconss));
+   SCIP_CALL(SCIPallocBufferArray(relaxscip, &arrangedgoodconss, ngoodconss));
 
    /*
       we first get the row numbers of the bad conss, and save to the array: badconss.
@@ -217,8 +240,44 @@ SCIP_RETCODE SCIPcreateprobdata
          if(maxnconsvars<nconsvars){maxnconsvars=nconsvars;}
          allnconsvars+=nconsvars;
       }
+
+      else
+      {         
+         SCIP_CALL(SCIPgetConsNVars(relaxscip,cons,&nconsvars,&success));
+         storenconsvars[goodcounter]=nconsvars;
+         (*goodconss)[goodcounter]=r;
+         arrangedgoodconss[goodcounter]=r;
+         goodcounter++;
+         fprintf(prob, "%d ",nconsvars);
+      }
    }
+   fprintf(prob,"\n");
+
+   //we now arrange the array in an increasing order, which will help us later on in creating a feasible solution. 
+   for(int r = ngoodconss-1; r>=0; --r)
+   {
+      for(int t=0; t<r; ++t)
+      {
+         int temp = 0;
+         int locator = 0;
+         if(storenconsvars[t]>storenconsvars[t+1])
+         {
+            temp = storenconsvars[t];
+            storenconsvars[t]=storenconsvars[t+1];
+            storenconsvars[t+1]=temp;
 
+            locator = arrangedgoodconss[t];
+            arrangedgoodconss[t]=arrangedgoodconss[t+1];
+            arrangedgoodconss[t+1]=locator;
+         }
+      }
+   }    
+
+   for(int r = 0; r<ngoodconss; ++r)
+   {
+      fprintf(prob," %d \t %d \n ",storenconsvars[r], arrangedgoodconss[r]);
+
+   }
    /*
       Our first objective is to create an array, containing the non-zero variables 
       found in each bad conss. But instead of listing them in multiple rows, we list them just in one. 
@@ -237,15 +296,12 @@ SCIP_RETCODE SCIPcreateprobdata
    /*to not allocate buffer array over and over again, we create one, with
    size = maxnconsvars. and then we intialize it with the first few variables from vars. 
    */
-   SCIP_CALL(SCIPallocBufferArray(relaxscip, varbuffers, maxnconsvars)); 
+   SCIP_CALL(SCIPallocBufferArray(relaxscip, varbuffers, maxnconsvars));
    for (int v = 0; v < maxnconsvars; v++)
    {
       (*varbuffers)[v] =vars[v];
    }
-   // for (int v = 0; v < nvars; v++)
-   // {
-   //    fprintf(prob,"(%s %d)\t", SCIPvarGetName(vars[v]), SCIPvarGetIndex(vars[v]));
-   // }
+
    fprintf(prob,"all = %d\n",allnconsvars);
    
    counter=0;
@@ -253,7 +309,7 @@ SCIP_RETCODE SCIPcreateprobdata
    {
       nconsvars=0;
       id = (*badconss)[r];
-      SCIP_CONS* cons = SCIPgetConss(relaxscip)[id];
+      SCIP_CONS* cons = conss[id];
 
       // printf("%s \t",SCIPconsGetName(cons));
       SCIP_CALL(SCIPgetConsNVars(relaxscip, cons, &nconsvars, &success)); 
@@ -265,20 +321,23 @@ SCIP_RETCODE SCIPcreateprobdata
       for (int j = 0; j < nconsvars; ++j)                                            /* (8) */
       {
          SCIP_VAR* varx = (*varbuffers)[j];
-         int varbufindex = SCIPvarGetIndex(varx);
+         int varbufindex = SCIPvarGetIndex((*varbuffers)[j])-SCIPvarGetIndex(vars[0]);
          assert(varbufindex != NULL);
          listconsvarids[counter]=varbufindex;
+         fprintf(prob,"%s ",SCIPvarGetName((*varbuffers)[j]));
+         
          counter++;
       }
+   
    }
    
    int* increasingorder; //example {2,4,6,9,12,...}
    SCIP_CALL(SCIPallocBufferArray(relaxscip,&increasingorder,nSlotConss));
    increasingorder[0] = listnconsvars[0]; //listnconsvars[0];
+   fprintf(prob,"\n Increasing order :\n");
    for(int r=1; r<nSlotConss;r++)
    {
       increasingorder[r]=listnconsvars[r]+increasingorder[r-1];
-
    }
    fprintf(prob,"\n");
    //printing to prob.txt
@@ -291,88 +350,14 @@ SCIP_RETCODE SCIPcreateprobdata
    {
       for (int p = increasingorder[r]-listnconsvars[r]; p < increasingorder[r]; p++)
       {
+         // fprintf(prob,"%s ",SCIPvarGetName(vars[listconsvarids[p]]));
          fprintf(prob,"%s ",SCIPvarGetName(vars[listconsvarids[p]]));
+         fprintf(prob,"%d ",listconsvarids[p]);
       }
       fprintf(prob,"\n");
    }
-   
-   // for(int s=0;s<allnconsvars;s++)
-   // {
-   //    for(int p=2-NVarInBadConss; p<increasingorder[varids[t]]; ++p)
-   //    {
-   //       printf(" %d ",p);
-   //       // printf("%s,",SCIPvarGetName(SCIPgetVars(relaxscip)[listconsvarids[s]]));
-   //    }
-   // }
-
-   
-   // counter=0;
-   // for(int r=0; r<nSlotConss;++r)
-   // {
-   //    for(int s=counter;s<(counter+listnconsvars[r]);++s)
-   //    {
-   //       printf("%s->",SCIPvarGetName(vars[listconsvarids[s]]));
-   //    }
-   //    printf("\n");
-   //    counter += listnconsvars[r];
-   //    // printf("%d\n->",counter);
-   // }
-   int* listvarswconsid;
-   SCIP_CALL(SCIPallocBufferArray(relaxscip,&listvarswconsid,allnconsvars));
-
-   //* use the following to create an alternative way of varids*//
-   // int* listvarncons;
-   // SCIP_CALL(SCIPallocBufferArray(relaxscip,&listvarncons,nvars));
-
-   // int count;
-   // for(int v=0; v<nvars;++v)
-   // {
-   //    int varid = SCIPvarGetIndex(vars[v]);
-   //    counter=0;
-   //    count =0;
-      
-   //    // printf("%s->",SCIPvarGetName(vars[v]));
-   //    for(int r=0; r<nSlotConss;++r)
-   //    {
-         
-   //       id = (*badconss)[r];
-   //       SCIP_CONS* cons = SCIPgetConss(relaxscip)[id]; 
-   //       // printf("%s \t",SCIPconsGetName(cons));
-   //       for(int s=counter;s<(counter+listnconsvars[r]);++s)
-   //       {
-   //          // printf("(%d)",s);
-   //          if(varid==listconsvarids[s])
-   //          {
-   //             listvarswconsid[s]=id;
-   //             count++;
-   //             // printf("%s->",SCIPconsGetName(conss[listvarswconsid[s]]));
-   //          }
-   //       }
-   //       counter += listnconsvars[r];
-   //       // printf("%d\n->",counter);
-   //    }
-   //    listvarncons[v]=count;
-   //    // printf("\n");
-   // }
-   
 
 
-   // counter=0;
-   // for(int v=0; v<nvars;++v)
-   // {
-   //    SCIP_VAR* var = vars[v];
-   //    printf("%s,%d",SCIPvarGetName(var),listvarncons[v]);
-   //    //next step is a creation of an array that will tell in how many bad constraints a variable is found in. 
-   //    for(int s=counter;s<(counter+listvarncons[v]);++s)
-   //    {
-   //       // printf("%s->",SCIPconsGetName(conss[listconsvarids[s]]));
-   //       printf("%s,",SCIPconsGetName(conss[listconsvarids[s]]));
-   //    }
-   //    printf("\n");
-   //    counter += listvarncons[v];
-   // //    // printf("%d\n->",counter);
-   // }
-
    fclose(prob);
 
    SCIP_CALL(SCIPallocMemory(relaxscip,probdata));
@@ -381,6 +366,8 @@ SCIP_RETCODE SCIPcreateprobdata
    (*probdata)->listnconsvars = listnconsvars;
    (*probdata)->listconsvarids = listconsvarids;
    (*probdata)->increasingorder = increasingorder;
+   (*probdata)->arrangedgoodconss = arrangedgoodconss;
+   (*probdata)->storenconsvars = storenconsvars;
    return SCIP_OKAY;
 }
 
@@ -395,6 +382,7 @@ SCIP_Real SCIPconsGetMultiplier(SCIP* scip,SCIP_CONS** cons,SCIP_Real subgradien
    
    SCIP_Real min;
    SCIP_Bool success;
+  
    if(SCIPconsGetLhs(scip,*cons,&success)==-SCIPinfinity(scip))
    {
       if(firstiteration==true)
@@ -415,9 +403,11 @@ SCIP_Real SCIPconsGetMultiplier(SCIP* scip,SCIP_CONS** cons,SCIP_Real subgradien
          {
             min = 0;                     //to make sure that if the constraint doesn't have any variables, the dual will be 0. 
          }
+
          else
          {
-            SCIP_Real compare[nconsvars] = {0};
+            SCIP_Real* compare;
+            SCIP_CALL(SCIPallocBufferArray(scip, &compare, nconsvars));
             for(int j=0;j<nconsvars;j++)
             {
                SCIP_VAR* consvar= varbuffer[j];
@@ -454,6 +444,7 @@ SCIP_Real SCIPconsGetMultiplier(SCIP* scip,SCIP_CONS** cons,SCIP_Real subgradien
          }
       }
    }
+   return SCIP_OKAY;
 }
       
 
@@ -494,7 +485,7 @@ SCIP_Real SCIPgetSubgradients(
          SCIP_VAR* consvar = varbuffer[j];
          vardata = SCIPvarGetData(consvar);
          
-         const char * consvarname = SCIPvarGetName(consvar);
+         // const char * consvarname = SCIPvarGetName(consvar);
          //prinf("\t\t (%s,%f)\n",consvarname, solvals[SCIPvardataGetVarID(vardata)]);
          addsolval += solvals[SCIPvardataGetVarID(vardata)];   
          
@@ -638,30 +629,37 @@ SCIP_RETCODE SCIPsolveiteration(SCIP* scip,int nSlotConss,SCIP_Real** subgradien
 /*to get a feasible upperbound*/
 SCIP_RETCODE SCIPgetFeasUpperbound(
    SCIP* relaxscip,   
-   int nconsvars,
-   SCIP_VAR*** VARSinsidegoodconss,
-   SCIP_Real** feasol,
    SCIP_VARDATA** vardata,
+   SCIP_VAR*** VARSinsidegoodconss,
+   int** feasol,
+   int nSlotConss,
    int* increasingorder,
    int* listnconsvars,
    int* listconsvarids,
-   FILE** fromprob)
+   int* arrangedgoodconss,
+   FILE** fromprob,
+   SCIP_Real* weights,
+   SCIP_Real* objVal,                               //final objective value in original problem, when multiplied with the original weight. 
+   SCIP_SOL** mysol
+   )
 {
    SCIP_Bool valid;
    SCIP_VAR** vars=SCIPgetVars(relaxscip);
-   
+   int nvars = SCIPgetNVars(relaxscip);
+   int nconsvars = 0;
+   int nconss = SCIPgetNConss(relaxscip);
 
-   for(int r = 0; r<SCIPgetNConss(relaxscip);r++)
+   for(int r = 0; r<nconss-nSlotConss;r++)
    {
-      
-      SCIP_CONS* cons = SCIPgetConss(relaxscip)[r];  
+      int id = arrangedgoodconss[r];
+      SCIP_CONS* cons = SCIPgetConss(relaxscip)[id];  
+      fprintf((*fromprob),"\n %s, %d\n",SCIPconsGetName(cons), id);
       if(SCIPconsGetLhs(relaxscip,cons,&valid)==1)
       {
 
          SCIP_CALL(SCIPgetConsNVars(relaxscip, cons, &nconsvars, &valid));
          SCIP_CALL(SCIPgetConsVars(relaxscip, cons, (*VARSinsidegoodconss), nconsvars, &valid));
          if (!valid){abort(); }
-         fprintf((*fromprob),"\n %s\n",SCIPconsGetName(cons));
          for (int j = 0; j < nconsvars; ++j)                                            /* (8) */
          {
             SCIP_VAR* varx = ((*VARSinsidegoodconss))[j];
@@ -671,33 +669,25 @@ SCIP_RETCODE SCIPgetFeasUpperbound(
             assert(varbufindex != NULL);
             fprintf((*fromprob),"varbufindex %d\t",varbufindex);  
 
-            if ((*feasol)[varbufindex]==-1||(*feasol)[varbufindex]==2)
+            if ((*feasol)[varbufindex]!=0)         //if it is -1 or 2 or another thing, depending on what we assigned for it. 
             {
                
                (*feasol)[varbufindex]=1;
-               for(int s=j+1; s<nconsvars;++s)
-               {
-                  SCIP_VAR* varnext = ((*VARSinsidegoodconss))[s];
-                  *vardata = SCIPvarGetData(varnext);
-                  int varnextindex = SCIPvardatagetVarindex(*vardata);
-                  fprintf((*fromprob),"nextvarindex %d \t",varnextindex);
-                  (*feasol)[varnextindex]=0;
-               }
-
                *vardata=SCIPvarGetData(varx);
-               int* varids = SCIPvardataGetvarids(*vardata); 
+
+               int* varids = SCIPvardataGetconsscontainingvar(*vardata); 
                assert(varids=!NULL);
-               int NVarInBadConss = SCIPvardataGetNVarInBadConss(*vardata);
-               fprintf((*fromprob),"nvarincons = %d\t",NVarInBadConss);
+               int nbadconssVarisin = SCIPvardataGetnbadconssVarisin(*vardata);
+               fprintf((*fromprob),"nvarincons = %d\t",nbadconssVarisin);
 
-               if(NVarInBadConss==0)   //if the variable isnot constrained by any capacity, it will become 1. 
+               if(nbadconssVarisin==0)   //if the variable isnot constrained by any capacity, it will become 1. 
                {
                   (*feasol)[varbufindex]=1;
                }
 
                else
                {         
-                  for(int t=0;t<NVarInBadConss;t++)
+                  for(int t=0;t<nbadconssVarisin;t++)
                   {
             
                      fprintf((*fromprob),"(sid=%d, order=%d, nconsvars=%d,%d) \t",varids[t],increasingorder[varids[t]],listnconsvars[varids[t]],increasingorder[increasingorder[varids[t]]]);
@@ -706,28 +696,74 @@ SCIP_RETCODE SCIPgetFeasUpperbound(
                      for(int p=increasingorder[varids[t]]-listnconsvars[varids[t]]; p<increasingorder[varids[t]]; ++p)
                      {
 
-                        if(SCIPvarGetIndex(vars[listconsvarids[p]])!=varbufindex)//making sure we are not working on the same variable
+                        if(SCIPvarGetIndex(vars[listconsvarids[p]])-SCIPvarGetIndex(vars[0])!=varbufindex)//making sure we are not working on the same variable
                         {
                            fprintf((*fromprob),"var = %s\t",SCIPvarGetName(vars[listconsvarids[p]]));
                            if((*feasol)[listconsvarids[p]]==-1||(*feasol)[listconsvarids[p]]==2)
                            {
                               (*feasol)[listconsvarids[p]]=0;
                            }
+                           else
+                           {
+                              continue;
+                           }
                         }
                      }
                      fprintf((*fromprob),"\n");
                   }  
                }
+
+               for(int s=0; s<nconsvars;++s)
+               {
+                  if(s!=j)
+                  {
+                 
+                     SCIP_VAR* varnext = ((*VARSinsidegoodconss))[s];
+                     *vardata = SCIPvarGetData(varnext);
+                     int varnextindex = SCIPvardatagetVarindex(*vardata);
+                     fprintf((*fromprob),"nextvarindex %d \t",varnextindex);
+                     (*feasol)[varnextindex]=0;
+                  }
+               }
             }
                   
-            fprintf((*fromprob),"(%s,%d,%f)\n",SCIPvarGetName(varx), varbufindex,(*feasol)[varbufindex]);
+            fprintf((*fromprob),"(%s,%d,%d)\n",SCIPvarGetName(varx), varbufindex,(*feasol)[varbufindex]);
          }
          fprintf((*fromprob),"\n");
       }  
    }
 
- 
+   /*now we save this solution to the solution array given*/
+
+   (*objVal) = 0;
+   SCIP_CALL( SCIPcreateSol(relaxscip, mysol, NULL) );
 
+   for(int v=0;v<nvars;v++)
+   {
+      (*objVal) += weights[v]*((*feasol)[v]);
+      if((*feasol)[v]==-1){(*feasol)[v]=1;}
+      fprintf((*fromprob)," (%s %d weight %f) \n ", SCIPvarGetName(vars[v]),(*feasol)[v], weights[v]);
+      SCIPsetSolVal(relaxscip,(*mysol),vars[v],(*feasol)[v]);
+   }
+
+   fprintf((*fromprob),"objval  in original value will be: %f", (*objVal));
+
+   SCIP_CALL( SCIPtrySol(relaxscip,(*mysol),TRUE,TRUE, TRUE,TRUE, TRUE,&valid));
+   SCIP_CALL(SCIPprintSol(relaxscip,(*mysol),*fromprob,TRUE));
+   if( valid )
+   {
+      SCIP_CALL( SCIPsetObjlimit(relaxscip, (*objVal)));
+      printf("heuristic found a solutions in subproblem; solution %d feasible in original problem\n");
+      SCIPdebugMsg(relaxscip, "heuristic found a solutions in subproblem; solution %d feasible in original problem\n");
+      // SCIP_CALL( SCIPmarkRelaxSolValid(scip, relax, TRUE) );
+   }
+   else
+   {
+      /* free solution structure, since SCIPtranslateSubSol would recreate in the next round */
+      printf("didn't work");
+      SCIP_CALL( SCIPfreeSol(relaxscip, mysol ));
+      assert(mysol == NULL);
+   }
    return SCIP_OKAY;
 }
 
@@ -750,10 +786,10 @@ SCIP_RETCODE scipgetsolutions(SCIP* scip, SCIP_VAR** vars, SCIP_Real** solvals,
       sum =SCIPvarGetObj(var);
       
       vardata=SCIPvarGetData(var);
-      int* varids = SCIPvardataGetvarids(vardata); 
-      int NVarInBadConss = SCIPvardataGetNVarInBadConss(vardata);
+      int* varids = SCIPvardataGetconsscontainingvar(vardata); 
+      int nbadconssVarisin = SCIPvardataGetnbadconssVarisin(vardata);
 
-      for(int t=0;t<NVarInBadConss;t++)
+      for(int t=0;t<nbadconssVarisin;t++)
       {
          sum += dualmultipliers[varids[t]];
          fprintf(varobj,"{%d, %f, %f\t",varids[t], dualmultipliers[varids[t]],sum);
@@ -792,11 +828,13 @@ SCIP_RETCODE scipgetsolutions(SCIP* scip, SCIP_VAR** vars, SCIP_Real** solvals,
    fclose(varobj);
    fclose(solutions);
    fclose(problemstate);
+
+   return SCIP_OKAY;
 }
 
 SCIP_Real getnorm(SCIP_Real* array, int sizeofarray)
 {
-   SCIP_Real norm;
+   SCIP_Real norm = 0;
    for(int r=0; r<sizeofarray;++r)
    {
       norm += array[r]*array[r];
diff --git a/src/probdata_lagr.h b/src/probdata_lagr.h
index 13d0390c42387902dfaea43b868b6198e719641f..cfc75dd56c5c53d7c0fee95b63d647805e9490e1 100644
--- a/src/probdata_lagr.h
+++ b/src/probdata_lagr.h
@@ -15,13 +15,13 @@
 
 /*classifying and storing the slot and start constraints in PROBDATA
 create probdata*/
-SCIP_RETCODE SCIPcreateprobdata(
-    SCIP*                  scip,
-    SCIP_ProbData**        probdata,
-    SCIP_CONS**            conss,
-    SCIP_VAR**            vars,
-    SCIP_VAR***            varbuffers,
-    int**                   badconss
+SCIP_RETCODE SCIPcreateprobdata
+(   SCIP*                   relaxscip,
+    SCIP_ProbData**         probdata,
+    SCIP_VAR***             varbuffers,  
+    int**                   badconss,        //will contain the ids of those rows that will be relaxed. 
+    int**                   goodconss,         //will contain the number of variable in each row of the good constraints, i.e. those that won't be relaxed. 
+    int*                    saveindexes
 );
 
 int SCIPgetallnconsvars(
@@ -35,6 +35,17 @@ SCIP_RETCODE GetNGoodandNbad(
 
 );
 
+/*will store the nconsvars in good constraints in an increasing order*/ 
+int* SCIPprobdataGetStorenconsvars(
+SCIP_ProbData* probdata
+);
+
+/*will store the arranged cons ids(row numbers) according to the nconsvars*/
+int* SCIPprobdataGetArrangedgoodconss(
+SCIP_ProbData* probdata
+);
+
+
 /*get's the ids of the variables found in the slot constraints*/
 int* SCIPconsGetvarids(
     SCIP_ProbData* probdata
@@ -72,16 +83,23 @@ int SCIPgetNSlotConss(
 SCIP_ProbData* probdata
     );
 
+/*given an array of an initial solution array, this function will generate a feasible solution based on that array*/
 SCIP_RETCODE SCIPgetFeasUpperbound(
-   SCIP* scip, 
-   int nconsvars,
-   SCIP_VAR*** VARSinsidegoodconss,
-   SCIP_Real** feasol,
+   SCIP* relaxscip,   
    SCIP_VARDATA** vardata,
+   SCIP_VAR*** VARSinsidegoodconss,
+   int** feasol,
+   int nSlotConss,
    int* increasingorder,
    int* listnconsvars,
    int* listconsvarids,
-   FILE** fromprob);
+   int* arrangedgoodconss,
+   FILE** fromprob,
+   SCIP_Real* weights,
+   SCIP_Real* objVal,                               //final objective value in original problem, when multiplied with the original weight. 
+   SCIP_SOL** mysol
+   );
+
 /* here we create the probdata, which will be called for storage of values to the data*/
 SCIP_RETCODE probdataCreate(
    SCIP*                 scip,               /**< SCIP data structure */
diff --git a/src/re.cpp b/src/re.cpp
deleted file mode 100644
index 68f07c4c9ce78a5ffce3e1b6284bbec3f48815ca..0000000000000000000000000000000000000000
--- a/src/re.cpp
+++ /dev/null
@@ -1,1012 +0,0 @@
-/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/*                                                                           */
-/*                  This file is part of the program and library             */
-/*         SCIP --- Solving Constraint Integer Programs                      */
-/*                                                                           */
-/*    Copyright (C) 2002-2020 Konrad-Zuse-Zentrum                            */
-/*                            fuer Informationstechnik Berlin                */
-/*                                                                           */
-/*  SCIP is distributed under the terms of the ZIB Academic License.         */
-/*                                                                           */
-/*  You should have received a copy of the ZIB Academic License              */
-/*  along with SCIP; see the file COPYING. If not visit scipopt.org.         */
-/*                                                                           */
-/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-
-/**@file   relax_lagr.c
- * @ingroup OTHER_CFILES
- * @brief  lagr relaxator
- * @author Dawit Hailu  
- */
-
-/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
-//I'm gonna write this, just to check if it will upload right or not :) 
-//what's up bro, this is just to check if i can pull it on git. 
-//it worked buddy. now time to push it
-#include <assert.h>
-#include <string.h>
-#include <chrono>
-#include <iostream>
-#include <math.h>
-
-
-#include "relax_lagr.h"
-#include "scip/scipdefplugins.h"
-#include "scip/scip.h"
-#include "scip/cons_countsols.c"
-
-#include "probdata_lagr.h"
-#include "vardata_lagr.h"
-
-
-
-
-#define RELAX_NAME             "lagr"
-#define RELAX_DESC             "relaxator template"
-#define RELAX_PRIORITY         0
-#define RELAX_FREQ             0
-
-
-
-
-/*
- * Data structures
- */
-
-/* TODO: fill in the necessary relaxator data */
-
-/** relaxator data */
-struct SCIP_RelaxData
-
-{
-   SCIP_SOL* sol;         /**current solution(working solution)*/
-   SCIP_VARDATA* vardata;
-   SCIP_CONSDATA* consdata;
-   SCIP_Real* bestsolvals;
-   SCIP_Real* feasiblesol;
-   SCIP_Real* upperbound;
-};
-
-struct SCIP_VarData
-{
-   SCIP_VAR*                        var;
-   SCIP_CONS**                      VarConss;
-   int                              nVarConss;
-   SCIP_CONS**                      VarSlotConss;                   /**<contains all slot constraints containing the variable */
-   int                              NVarInBadConss;                 /**<number of slot constraints the variable is occuring in*/  
-   SCIP_Real                        varquotient;
-   int*                              consids;
-   int*                              varids;
-};
-
-
-/** destructor of relaxator to free user data (called when SCIP is exiting) */
-static
-SCIP_DECL_RELAXFREE(relaxFreelagr)
-{  /*lint --e{715}*/
-   SCIPerrorMessage("start executing lagr\n");
-   SCIP_RELAXDATA* relaxdata;
-   relaxdata = SCIPrelaxGetData(relax);
-   SCIPfreeBlockMemory(scip, &relaxdata);
-   SCIPrelaxSetData(relax,NULL);
-   
-   return SCIP_OKAY;
-}
-
-/** initialization method of relaxator (called after problem was transformed) */
-
-int SCIPvardataGetNVarInBadConss(
-	SCIP_VARDATA* vardata     /**< variable data */
-)
- {
-    return vardata->NVarInBadConss;
- }
-
-int* SCIPvardataGetvarids(
-	SCIP_VARDATA* vardata     /**< variable data */
-)
- {
-    return vardata->varids;
- }
-
-
-static
-SCIP_DECL_RELAXINIT(relaxInitlagr)
-{  /*lint --e{715}*/
-   
-   // SCIP* relaxscip;
-   // SCIP_HASHMAP* varmap;
-   // SCIP_HASHMAP* consmap;
-   // SCIP_CONS** conss;
-   // SCIP_PROBDATA* probdata;
-   // SCIP_VARDATA* vardata;
-
-   // SCIP_Real relaxval;
-   // SCIP_Bool valid;
-   // int nconss;
-   // int i;
-   // int counter;
-   // int id;
-
-
-   // // *lowerbound = -SCIPinfinity(scip);
-   // // *result = SCIP_DIDNOTRUN;
-
-   // /* we can only run if none of the present constraints expect their variables to be binary or integer during transformation */
-   // conss = SCIPgetConss(scip);
-   // nconss = SCIPgetNConss(scip);
-
-   // /* create the variable mapping hash map */
-   // SCIP_CALL( SCIPcreate(&relaxscip) );
-   // SCIP_CALL( SCIPhashmapCreate(&varmap, SCIPblkmem(relaxscip), SCIPgetNVars(scip)) );
-   // valid = FALSE;
-   // SCIP_CALL( SCIPcopy(scip, relaxscip, varmap, consmap, "relaxscip", FALSE, FALSE, FALSE, FALSE, &valid) );
-   
-   // /**************************************************************************************************************/
-   // /*First,                                                                                                      */
-   // //*the probdata: where we get to identify the bad constraint we want to formulate(in our case, the slot conss) */
-   // /***************************************************************************************************************/
-   // int nvars = SCIPgetNVars(relaxscip);
-   // SCIP_VAR** vars = SCIPgetVars(relaxscip);
-   // SCIP_VAR** varbuffers;
-   // int* badconss;
-   
-   // SCIPcreateprobdata(relaxscip,&probdata,SCIPgetConss(relaxscip),vars,&varbuffers,&badconss);     /*will be used to identify the # of slot(bad) constraints*/ 
-   // int nSlotConss = SCIPgetNSlotConss(probdata);         //number of bad(slot) constraint
-   // int allnconsvars = SCIPgetallnconsvars(probdata);    //sum of all nconsvars, used for creating later on an array to collect the list of varids in each row
-   // int* listnconsvars = SCIPlistnconsvars(probdata);
-   // int* listconsvarids = SCIPlistconsvarids(probdata);
-
-   // /* we then create the vardata function for each variable, to see at which constraint the variable is found*/
-   // FILE* TimeCollector;
-   // TimeCollector = fopen("time.txt","w");
-   // SCIP_CLOCK* varslottime;                 //to help us record the time
-   // SCIP_CALL( SCIPcreateClock(relaxscip, &varslottime) );                     //* start time counting*  
-   // SCIP_CALL(SCIPstartClock(relaxscip,varslottime)); 
-
-   // // int nconsvars=0;
-   // int* consids;
-
-   // SCIP_Real* weights;
-   // SCIP_CALL(SCIPallocBufferArray(relaxscip,&weights,nvars));   
-
-   // SCIP_CALL(SCIPallocBufferArray(relaxscip,&consids,nSlotConss));
-
-   // for (int v = 0; v < nvars; v++)
-   // {
-   //    SCIP_VAR* var = vars[v];
-   //    weights[v]=SCIPvarGetObj(var);
-   // }
-
-   // for (int v = 0; v < nvars; v++)
-   // { 
-   //    int* varids;
-   //    int NVarInBadConss=0;
-   //    int nconsvars = 0;
-   //    SCIP_VAR* var = vars[v];
-
-   //    int varindex = SCIPvarGetIndex(var);                                    /* (2) */
-   //    assert(varindex!= NULL);
-
-   //    // printf("%s****%d\n",SCIPvarGetName(var),varindex);
-   //    for (int r = 0; r < nSlotConss; ++r)
-   //    {
-   //       id = badconss[r];
-   //       SCIP_CONS* cons = SCIPgetConss(relaxscip)[id];
-   //       // printf("%s \t",SCIPconsGetName(cons));
-   //       SCIP_CALL(SCIPgetConsNVars(relaxscip, cons, &nconsvars, &valid)); 
-   //       SCIP_CALL(SCIPgetConsVars(relaxscip, cons, varbuffers, nconsvars, &valid));
-   //       if (!valid){
-   //       abort(); }
-
-   //       for (int j = 0; j < nconsvars; ++j)                                            /* (8) */
-   //       {
-   //          SCIP_VAR* varx = varbuffers[j];
-   //          int varbufindex = SCIPvarGetIndex(varx);
-   //          assert(varbufindex != NULL);
-   //          // printf("%s\t \t%d",SCIPvarGetName(varx),varbufindex);
-            
-            
-   //          /** if var[i] is in cons[c], write conspointer in VarConss and increase nVarConsscounter */
-   //          if (varindex == varbufindex)                                           /* (9) */
-   //          {
-               
-   //             // VarSlotConss[NVarInBadConss] = cons;
-   //             consids[NVarInBadConss]=id;
-   //             NVarInBadConss++;
-   //             // printf(" %s \t,",SCIPconsGetName(cons));
-   //          }
-   //       }
-   //    }
-
-   //    SCIP_CALL(SCIPallocBufferArray(relaxscip, &varids, NVarInBadConss));
-   //    for(int t=0;t<NVarInBadConss;t++)
-   //    {
-   //       varids[t]=consids[t];
-   //       // printf("%d \t",varids[t]);
-   //    }
-
-   //    // vardata=SCIPvarGetData(var);
-   //    SCIP_CALL(SCIPallocBlockMemory(scip , &vardata));     
-   //    SCIP_CALL(SCIPduplicateBlockMemoryArray(scip, &(vardata->varids), varids, NVarInBadConss));
-   //    vardata->NVarInBadConss = NVarInBadConss;  /**copy nVarConss to VarData */
-   //    vardata->varids = varids;
-   //    // /**set the variable data to the variable*/
-   //    SCIPvarSetData(var,vardata);  
-   // }
-
-   // // SCIP_CALL(SCIPstopClock(relaxscip,varslottime));
-   
-
-   // FILE* AfterPreProcessing;
-   // AfterPreProcessing = fopen("AfterPreProcessing.txt","w+");
-
-   // // SCIP_CALL(SCIPprintOrigProblem(relaxscip, AfterPreProcessing, "lp", FALSE));
-
-   // SCIPinfoMessage(relaxscip, TimeCollector, "\n row and column identified in (sec) : %f\n", SCIPgetClockTime(relaxscip, varslottime));
-   // for(int r=0;r<nSlotConss;r++)
-   // {
-   //    id = badconss[r];
-   //    SCIP_CONS* cons = SCIPgetConss(relaxscip)[id];
-   //    SCIP_CALL(SCIPdelCons(relaxscip,cons));
-   // }
-
-   // /******************************************************************************************************************/
-   // /*Next, we will do the initial iteration of finding the dual mulpliers of each slot conss, and their sum(dualsum) */
-   // /* In the end, we will subtract this sum from the objective of the function.                                      */
-   // /* It's initial, because while we would search for more dual multipliers to solve the Lagrangian relaxation       */
-   // /******************************************************************************************************************/
-   // SCIP_Real* dualmultipliers;
-   // SCIP_CALL(SCIPallocBufferArray(relaxscip,&dualmultipliers,nSlotConss));
-   
-   // SCIP_Real* subgradients;
-   // SCIP_CALL(SCIPallocBufferArray(relaxscip,&subgradients,nSlotConss));
-   // //initialize subgradients;
-   // SCIP_Real stepsize = 150.00000;
-   // SCIP_Real sumofduals=0;
-   // for ( int r = 0; r < nSlotConss; ++r)
-   // {
-   //    // id = badconss[r];
-   //    // SCIP_CONS* cons = SCIPgetConss(relaxscip)[id];
-   //    //if k=1 iteration//
-   //    dualmultipliers[r] = 0;
-   //    sumofduals+=dualmultipliers[r];                    //adds the negative of the minimum in each iteration
-      
-   // }
-
-
-
-   // /*******************************************************************************************************/
-   // /* The reformulation of the problem can be written as follows                                          */
-   // //*>>>>>>>>>>>>>>>>>> min sum { (w[i]+sum{dual[j]})}x[i]-sum{dual[r]} <<<<<<<<<<<<                     */
-   // /*where i is nvars, j is NVarInBadConss, and r is nSlotConss for our case *******************************/
-   // /****************************************************************************************************************/
-   // /* The following function will add the following to the obj(weight) of the variable,                            */
-   // //*  the obj(weight) of var + the sum of the dualmultipliers of bad constraints which contains this variable    */
-   // /****************************************************************************************************************/
-  
- 
-   // FILE* solutions;
-   // solutions = fopen("sol.txt","wr");
-   // FILE* dual;
-   // dual= fopen("dual.txt","wr");
-   // FILE* variableinfo; 
-   // variableinfo = fopen("var.txt","wr");
-   // FILE* subgrad;
-   // subgrad = fopen("subgrads.txt","wr");
-   // FILE* varobjects;
-   // varobjects=fopen("varobjs.txt","wr");
-   // FILE* lower;
-   // lower=fopen("lowerbounds.txt","wr");
-   
-
-   // int maxiter=125;
-   // fprintf(lower,"%d\n",maxiter);
-
-   // for(int iter=1;iter<=maxiter;iter++)
-   // {
-      
-   //    for(int v=0;v<nvars;v++)
-   //    {
-   //       SCIP_VAR* var = vars[v];
-   //       double sum =SCIPvarGetObj(var);
-         
-   //       vardata=SCIPvarGetData(var);
-   //       int* varids = SCIPvardataGetvarids(vardata); 
-   //       int NVarInBadConss = SCIPvardataGetNVarInBadConss(vardata);
-
-   //       // printf("\n");
-   //       for(int t=0;t<NVarInBadConss;t++)
-   //       {
-   //          // printf("sum = %f, varid %d, dual %f, ", sum, varids[t],dualmultipliers[varids[t]]);
-   //          sum += dualmultipliers[varids[t]];
-   //          // fprintf(varobjects,"{%d, %f, %f\t",varids[t], dualmultipliers[varids[t]],sum);
-   //       }
-   //       // fprintf(varobjects,"}\n\n");
-   //       SCIP_CALL(SCIPaddVarObj(relaxscip,var,sum));
-   //       // if(sum>weights[v]){printf("new weight %f",SCIPvarGetObj(var));}
-         
-   //    }
-   //    // printf("weight for v1 %f \t:= conss",solvals[1]);
-   //    // for(int s=0; s<listnconsvars[0];++s)
-   //    // {
-   //    //    int id = listconsvarids[s];
-      
-   //    //    printf("(%s, duals = %f) \t",SCIPconsGetName(SCIPgetConss(scip)[id]), dualmultipliers[id]);
-   //    // }
-      
-   //    SCIPinfoMessage(relaxscip, TimeCollector, "\n finished changing the variable's weight after (sec) : %f\n", SCIPgetClockTime(relaxscip, varslottime));
-      
-   //    SCIP_CALL(SCIPaddOrigObjoffset(relaxscip,-1*sumofduals));
-   //    // SCIP_CALL(SCIPprintOrigProblem(relaxscip, AfterPreProcessing, "lp", FALSE));
-   //    SCIPsetMessagehdlrQuiet(relaxscip, TRUE);
-   //    // fclose(AfterPreProcessing);
-
-   //    SCIP_CALL( SCIPtransformProb(relaxscip) );
-   //    SCIP_CALL( SCIPsolve(relaxscip) );
-   //    relaxval = SCIPgetPrimalbound(relaxscip);
-   //    // printf("\ndualbound %f, primalbound %f \n",SCIPgetDualbound(relaxscip),SCIPgetPrimalbound(relaxscip));
-   //    SCIPdebugMessage("relaxation bound = %e status = %d\n", relaxval, SCIPgetStatus(relaxscip));
-   //    /*get the best solution*/   
-   //    SCIP_SOL* bestsol = SCIPgetBestSol(relaxscip) ;
-   //    SCIP_SOL** sols = SCIPgetSols(relaxscip);
-   //    int nsols = SCIPgetNSols(relaxscip);
-
-   //    SCIP_Real* solvals;
-   //    SCIP_CALL(SCIPallocBufferArray(relaxscip,&solvals,nvars+1)); 
-   
-
-   //    /*text output*/
-   //    SCIPinfoMessage(relaxscip, TimeCollector, "\n first iteration: problem solved after (sec) : %f\n", SCIPgetClockTime(relaxscip, varslottime));
-   //    fprintf(solutions,"number of solutions %d, first iteration \t bound=%f, \t objsol=%f \n",nsols, SCIPgetPrimalbound(relaxscip),relaxval);
-   //    // SCIP_CALL(SCIPprintBestSol(relaxscip,solutions,FALSE));
-
-   //    /*store the solution in solvals so we can later export it to subgradient function*/
-   //    SCIP_Real lowerbound=0;
-   //    SCIPgetSolVals(relaxscip,bestsol,nvars,vars,solvals);
-   //    SCIP_CALL(SCIPprintSol(relaxscip,bestsol,dual,FALSE));
-
-   //    SCIP_Real compare=0;
-   //    for (int v = 0; v<nvars; ++v)
-   //    {
-   //       compare += solvals[v]*weights[v]; 
-   //    }
-
-   //    printf("compare value %f\n",compare);
-   //    // for(int s=0;s<nsols;s++)
-   //    // {
-   //    //    SCIPgetSolVals(relaxscip,sols[s],nvars,vars,solvals);
-   //    //    SCIP_CALL(SCIPprintSol(relaxscip,sols[s],dual,FALSE));
-   //    //    SCIP_Real compare=0;
-   //    //    for (int v = 0; v<nvars; ++v)
-   //    //    {
-   //    //       compare += solvals[v]*weights[v]; 
-   //    //    }
-         
-   //    //    printf("compare value %f\n",compare);
-   //    //    if(compare>lowerbound){lowerbound==compare;} 
-   //    // }
-   //    // fprintf(dual,"now comes the biggest one\n");
-
-   //    // for(int s=0;s<nsols;s++)
-   //    // {
-   //    //    SCIPgetSolVals(relaxscip,sols[s],nvars,vars,solvals);
-   //    //    SCIP_CALL(SCIPprintSol(relaxscip,sols[s],dual,FALSE));
-   //    //    SCIP_Real compare=0;
-   //    //    for (int v = 0; v<nvars; ++v)
-   //    //    {
-   //    //       compare += solvals[v]*weights[v]; 
-   //    //    }
-   //    //    if(compare==lowerbound){break;} 
-   //    // }
-      
-      
-
-   //    stepsize = 15000/double(iter+1); 
-   //    // fprintf(solutions, "\niteration %d\n",iter);
-   //    // fprintf(dual, "\niteration %d\n",iter);
-   //    // fprintf(variableinfo, "\niteration %d\n",iter);
-   //    // fprintf(varobjects, "\niteration %d\n",iter);
-
-   //    SCIP_CALL(SCIPaddOrigObjoffset(relaxscip,sumofduals));
-   //    // SCIP_CALL( SCIPfreeTransform(relaxscip) );
-   //    // SCIP_CALL( SCIPtransformProb(relaxscip) );
-
-   //    counter = 0;
-   //    int checker = 0;
-   //    for(int r=0; r<nSlotConss;++r)
-   //    {
-   //       id = badconss[r];
-   //       double ax=-1;
-   //       for(int s=counter;s<(counter+listnconsvars[r]);++s)
-   //       {
-   //          // printf("%s->",SCIPvarGetName(vars[listconsvarids[s]]));
-   //          ax+=SCIPgetSolVal(relaxscip,bestsol,vars[listconsvarids[s]]);
-   //          // fprintf(subgrad,"%s\t,%f\t, sum %f",SCIPvarGetName(vars[listconsvarids[s]]),SCIPgetSolVal(relaxscip,bestsol,vars[listconsvarids[s]]),ax);
-            
-   //       }
-         
-   //       counter += listnconsvars[r];
-   //       if(ax>0){checker++;}
-   //       subgradients[r]=ax;
-   //       // fprintf(subgrad, "\n subgrad = %f \t",subgradients[r]);
-         
-   //    }
-   //    if(checker==0){printf("#*#*#*result found\n"); break;}
-
-   //    SCIP_CALL( SCIPfreeTransform(relaxscip) );
-   //    SCIP_CALL( SCIPtransformProb(relaxscip) );
-   
-      
-
-      
-   //    for (int v = 0; v<nvars; ++v)
-   //    {
-   //       SCIP_VAR* var = vars[v];
-         
-   //       SCIP_CALL(SCIPchgVarObj(relaxscip,var,weights[v])); 
-   //       // fprintf(variableinfo,"(%s,%f,%f)->%f\n",SCIPvarGetName(var),solvals[v],SCIPvarGetObj(var), weights[v]);
-   //       lowerbound += solvals[v]*weights[v]; 
-   //    }
-   //    fprintf(dual,"dualbound = %f, lowerbound=%f, norm of subgrad %f\t",SCIPgetPrimalbound(relaxscip),lowerbound, getnorm(subgradients,nSlotConss,stepsize));
-   //    fprintf(lower,"%f\n",lowerbound);
-
-   //    // stepsize = (SCIPgetPrimalbound(relaxscip)-lowerbound)/getnorm(subgradients,nSlotConss,stepsize);
-   //    SCIP_CALL( SCIPfreeTransform(relaxscip) );
-   //    fprintf(solutions, "lowerbound = %f \n ", lowerbound);
-   //    SCIPinfoMessage(relaxscip, TimeCollector, "\n subgradients found after (sec) : %f\n, lowerbound = %f \n", SCIPgetClockTime(relaxscip, varslottime),lowerbound);
-      
-   //    //add back the sum of the duals we subtracted from the main obj function
-
-   //    int sum=0;
-   //    sumofduals = 0;
-
-   //    for(int r=0; r<nSlotConss;++r)
-   //    { 
-   //       dualmultipliers[r] += subgradients[r]*stepsize;
-   //       if(dualmultipliers[r]<0){dualmultipliers[r]=0;}
-         
-   //       sum+=dualmultipliers[r];
-   //       // fprintf(dual," then %f step size %f \n",dualmultipliers[r], stepsize);
-   //    }
-   //    sumofduals=sum;
-   //    // fprintf(dual,"iteration %d, sumofduals=%f\n",iter, sumofduals);
-   //    SCIPinfoMessage(relaxscip, TimeCollector, "\n new dual found after (sec) : %f\n", SCIPgetClockTime(relaxscip, varslottime));
-   //    // if(checker==0){printf("solution found in %d iterations\n",iter); break;}
-   // }
-   // SCIPfreeTransform(relaxscip);
-   // fclose(variableinfo);
-   // fclose(dual);
-   // fclose(subgrad);
-   // fclose(varobjects);
-   // fclose(solutions);
-   // fclose(lower);
-
-
-   /* free memory */
-   // SCIPhashmapFree(&varmap);
-   // SCIP_CALL( SCIPfree(&relaxscip) );
-
-   
-
-   return SCIP_OKAY;
-}
-
-
-
-
-/** deinitialization method of relaxator (called before transformed problem is freed) */
-#if 0
-static
-SCIP_DECL_RELAXEXIT(relaxExitlagr)
-{  /*lint --e{715}*/
-   SCIPerrorMessage("method of lagr relaxator not implemented yet\n");
-   SCIPABORT(); /*lint --e{527}*/
-
-   return SCIP_OKAY;
-}
-#else
-#define relaxExitlagr NULL
-#endif
-
-
-/** solving process initialization method of relaxator (called when branch and bound process is about to begin) */
-#if 0
-static
-SCIP_DECL_RELAXINITSOL(relaxInitsollagr)
-{  /*lint --e{715}*/
-   SCIPerrorMessage("method of lagr relaxator not implemented yet\n");
-   SCIPABORT(); /*lint --e{527}*/
-
-   return SCIP_OKAY;
-}
-#else
-#define relaxInitsollagr NULL
-#endif
-
-
-/** solving process deinitialization method of relaxator (called before branch and bound process data is freed) */
-#if 0
-static
-SCIP_DECL_RELAXEXITSOL(relaxExitsollagr)
-{  /*lint --e{715}*/
-   printf("hellow\n");
-
-   
-   return SCIP_OKAY;
-
-}
-#else
-#define relaxExitsollagr NULL
-#endif
-
-
-/** execution method of relaxator */
-static
-SCIP_DECL_RELAXEXEC(relaxExeclagr)
-{  
-   SCIP* relaxscip;
-   SCIP_HASHMAP* varmap;
-   SCIP_HASHMAP* consmap;
-   SCIP_CONS** conss;
-   SCIP_PROBDATA* probdata;
-   SCIP_VARDATA* vardata;
-
-   SCIP_Real relaxval;
-   SCIP_Bool valid;
-   int nconss;
-   int i;
-   int counter;
-   int id;
-
-
-   // *lowerbound = -SCIPinfinity(scip);
-   // *result = SCIP_DIDNOTRUN;
-
-   /* we can only run if none of the present constraints expect their variables to be binary or integer during transformation */
-   conss = SCIPgetConss(scip);
-   nconss = SCIPgetNConss(scip);
-
-   /* create the variable mapping hash map */
-   SCIP_CALL( SCIPcreate(&relaxscip) );
-   SCIP_CALL( SCIPhashmapCreate(&varmap, SCIPblkmem(relaxscip), SCIPgetNVars(scip)) );
-   valid = FALSE;
-   SCIP_CALL( SCIPcopy(scip, relaxscip, varmap, consmap, "relaxscip", FALSE, FALSE, FALSE, FALSE, &valid) );
-   
-   /**************************************************************************************************************/
-   /*First,                                                                                                      */
-   //*the probdata: where we get to identify the bad constraint we want to formulate(in our case, the slot conss) */
-   /***************************************************************************************************************/
-   int nvars = SCIPgetNVars(relaxscip);
-   SCIP_VAR** vars = SCIPgetVars(relaxscip);
-   SCIP_VAR** varbuffers;
-   int* badconss;
-   
-   SCIPcreateprobdata(relaxscip,&probdata,SCIPgetConss(relaxscip),vars,&varbuffers,&badconss);     /*will be used to identify the # of slot(bad) constraints*/ 
-   int nSlotConss = SCIPgetNSlotConss(probdata);         //number of bad(slot) constraint
-   int allnconsvars = SCIPgetallnconsvars(probdata);    //sum of all nconsvars, used for creating later on an array to collect the list of varids in each row
-   int* listnconsvars = SCIPlistnconsvars(probdata);
-   int* listconsvarids = SCIPlistconsvarids(probdata);
-
-   /* we then create the vardata function for each variable, to see at which constraint the variable is found*/
-   FILE* TimeCollector;
-   TimeCollector = fopen("time.txt","w");
-   SCIP_CLOCK* varslottime;                 //to help us record the time
-   SCIP_CALL( SCIPcreateClock(relaxscip, &varslottime) );                     //* start time counting*  
-   SCIP_CALL(SCIPstartClock(relaxscip,varslottime)); 
-
-   // int nconsvars=0;
-   int* consids;
-
-   SCIP_Real* weights;
-   SCIP_CALL(SCIPallocBufferArray(relaxscip,&weights,nvars));   
-
-   SCIP_CALL(SCIPallocBufferArray(relaxscip,&consids,nSlotConss));
-
-   for (int v = 0; v < nvars; v++)
-   {
-      SCIP_VAR* var = vars[v];
-      weights[v]=SCIPvarGetObj(var);
-   }
-
-   for (int v = 0; v < nvars; v++)
-   { 
-      int* varids;
-      int NVarInBadConss=0;
-      int nconsvars = 0;
-      SCIP_VAR* var = vars[v];
-
-      int varindex = SCIPvarGetIndex(var);                                    /* (2) */
-      assert(varindex!= NULL);
-
-      // printf("%s****%d\n",SCIPvarGetName(var),varindex);
-      for (int r = 0; r < nSlotConss; ++r)
-      {
-         id = badconss[r];
-         SCIP_CONS* cons = SCIPgetConss(relaxscip)[id];
-         // printf("%s \t",SCIPconsGetName(cons));
-         SCIP_CALL(SCIPgetConsNVars(relaxscip, cons, &nconsvars, &valid)); 
-         SCIP_CALL(SCIPgetConsVars(relaxscip, cons, varbuffers, nconsvars, &valid));
-         if (!valid){
-         abort(); }
-
-         for (int j = 0; j < nconsvars; ++j)                                            /* (8) */
-         {
-            SCIP_VAR* varx = varbuffers[j];
-            int varbufindex = SCIPvarGetIndex(varx);
-            assert(varbufindex != NULL);
-            // printf("%s\t \t%d",SCIPvarGetName(varx),varbufindex);
-            
-            
-            /** if var[i] is in cons[c], write conspointer in VarConss and increase nVarConsscounter */
-            if (varindex == varbufindex)                                           /* (9) */
-            {
-               
-               // VarSlotConss[NVarInBadConss] = cons;
-               consids[NVarInBadConss]=id;
-               NVarInBadConss++;
-               // printf(" %s \t,",SCIPconsGetName(cons));
-            }
-         }
-      }
-
-      SCIP_CALL(SCIPallocBufferArray(relaxscip, &varids, NVarInBadConss));
-      for(int t=0;t<NVarInBadConss;t++)
-      {
-         varids[t]=consids[t];
-         // printf("%d \t",varids[t]);
-      }
-
-      // vardata=SCIPvarGetData(var);
-      SCIP_CALL(SCIPallocBlockMemory(scip , &vardata));     
-      SCIP_CALL(SCIPduplicateBlockMemoryArray(scip, &(vardata->varids), varids, NVarInBadConss));
-      vardata->NVarInBadConss = NVarInBadConss;  /**copy nVarConss to VarData */
-      vardata->varids = varids;
-      // /**set the variable data to the variable*/
-      SCIPvarSetData(var,vardata);  
-   }
-
-   // SCIP_CALL(SCIPstopClock(relaxscip,varslottime));
-   
-
-   FILE* AfterPreProcessing;
-   AfterPreProcessing = fopen("AfterPreProcessing.txt","w+");
-
-   // SCIP_CALL(SCIPprintOrigProḅlem(relaxscip, AfterPreProcessing, "lp", FALSE));
-
-   SCIPinfoMessage(relaxscip, TimeCollector, "\n row and column identified in (sec) : %f\n", SCIPgetClockTime(relaxscip, varslottime));
-   for(int r=0;r<nSlotConss;r++)
-   {
-      id = badconss[r];
-      SCIP_CONS* cons = SCIPgetConss(relaxscip)[id];
-      SCIP_CALL(SCIPdelCons(relaxscip,cons));
-   }
-
-   /******************************************************************************************************************/
-   /*Next, we will do the initial iteration of finding the dual mulpliers of each slot conss, and their sum(dualsum) */
-   /* In the end, we will subtract this sum from the objective of the function.                                      */
-   /* It's initial, because while we would search for more dual multipliers to solve the Lagrangian relaxation       */
-   /******************************************************************************************************************/
-   SCIP_Real* dualmultipliers;
-   SCIP_CALL(SCIPallocBufferArray(relaxscip,&dualmultipliers,nSlotConss));
-   
-   SCIP_Real* subgradients;
-   SCIP_CALL(SCIPallocBufferArray(relaxscip,&subgradients,nSlotConss));
-   //initialize subgradients;
-   SCIP_Real stepsize = 1.00000;
-   SCIP_Real sumofduals=0;
-   for ( int r = 0; r < nSlotConss; ++r)
-   {
-
-      dualmultipliers[r] = 0;
-      sumofduals+=dualmultipliers[r];                    //adds the negative of the minimum in each iteration
-      
-   }
-
-
-
-   /*******************************************************************************************************/
-   /* The reformulation of the problem can be written as follows                                          */
-   //*>>>>>>>>>>>>>>>>>> min sum { (w[i]+sum{dual[j]})}x[i]-sum{dual[r]} <<<<<<<<<<<<                     */
-   /*where i is nvars, j is NVarInBadConss, and r is nSlotConss for our case *******************************/
-   /****************************************************************************************************************/
-   /* The following function will add the following to the obj(weight) of the variable,                            */
-   //*  the obj(weight) of var + the sum of the dualmultipliers of bad constraints which contains this variable    */
-   /****************************************************************************************************************/
-  
- 
-   FILE* solutions;
-   solutions = fopen("sol.txt","wr");
-   FILE* dual;
-   dual= fopen("dual.txt","wr");
-   FILE* variableinfo; 
-   variableinfo = fopen("var.txt","wr");
-   FILE* subgrad;
-   subgrad = fopen("subgrads.txt","wr");
-   FILE* varobjects;
-   varobjects=fopen("varobjs.txt","wr");
-   FILE* lower;
-   lower=fopen("lowerbounds.txt","wr");
-   
-
-   int maxiter=50;
-   fprintf(lower,"%d\n",maxiter);
-
-   for(int iter=1;iter<=maxiter;iter++)
-   {
-      
-      for(int v=0;v<nvars;v++)
-      {
-         SCIP_VAR* var = vars[v];
-         double sum =SCIPvarGetObj(var);
-         
-         vardata=SCIPvarGetData(var);
-         int* varids = SCIPvardataGetvarids(vardata); 
-         int NVarInBadConss = SCIPvardataGetNVarInBadConss(vardata);
-
-         // printf("\n");
-         for(int t=0;t<NVarInBadConss;t++)
-         {
-            // printf("sum = %f, varid %d, dual %f, ", sum, varids[t],dualmultipliers[varids[t]]);
-            sum += dualmultipliers[varids[t]];
-            // fprintf(varobjects,"{%d, %f, %f\t",varids[t], dualmultipliers[varids[t]],sum);
-         }
-         // fprintf(varobjects,"}\n\n");
-         SCIP_CALL(SCIPaddVarObj(relaxscip,var,sum));
-         // if(sum>weights[v]){printf("new weight %f",SCIPvarGetObj(var));}
-         
-      }
-      // printf("weight for v1 %f \t:= conss",solvals[1]);
-      // for(int s=0; s<listnconsvars[0];++s)
-      // {
-      //    int id = listconsvarids[s];
-      
-      //    printf("(%s, duals = %f) \t",SCIPconsGetName(SCIPgetConss(scip)[id]), dualmultipliers[id]);
-      // }
-      
-      SCIPinfoMessage(relaxscip, TimeCollector, "\n finished changing the variable's weight after (sec) : %f\n", SCIPgetClockTime(relaxscip, varslottime));
-      
-      SCIP_CALL(SCIPaddOrigObjoffset(relaxscip,-1*sumofduals));
-      // SCIP_CALL(SCIPprintOrigProblem(relaxscip, AfterPreProcessing, "lp", FALSE));
-      SCIPsetMessagehdlrQuiet(relaxscip, TRUE);
-      // fclose(AfterPreProcessing);
-
-      SCIP_CALL( SCIPtransformProb(relaxscip) );
-      SCIP_CALL( SCIPsolve(relaxscip) );
-      relaxval = SCIPgetPrimalbound(relaxscip);
-      // printf("\ndualbound %f, primalbound %f \n",SCIPgetDualbound(relaxscip),SCIPgetPrimalbound(relaxscip));
-      SCIPdebugMessage("relaxation bound = %e status = %d\n", relaxval, SCIPgetStatus(relaxscip));
-      /*get the best solution*/   
-      SCIP_SOL* bestsol = SCIPgetBestSol(relaxscip) ;
-      SCIP_SOL** sols = SCIPgetSols(relaxscip);
-      int nsols = SCIPgetNSols(relaxscip);
-
-      SCIP_Real* solvals;
-      SCIP_CALL(SCIPallocBufferArray(relaxscip,&solvals,nvars+1)); 
-   
-
-      /*text output*/
-      SCIPinfoMessage(relaxscip, TimeCollector, "\n first iteration: problem solved after (sec) : %f\n", SCIPgetClockTime(relaxscip, varslottime));
-      fprintf(solutions,"number of solutions %d, first iteration \t bound=%f, \t objsol=%f \n",nsols, SCIPgetPrimalbound(relaxscip),relaxval);
-      // SCIP_CALL(SCIPprintBestSol(relaxscip,solutions,FALSE));
-
-      /*store the solution in solvals so we can later export it to subgradient function*/
-      SCIP_Real lowerbound=0;
-      SCIPgetSolVals(relaxscip,bestsol,nvars,vars,solvals);
-      SCIP_CALL(SCIPprintSol(relaxscip,bestsol,dual,FALSE));
-
-      SCIP_Real compare=0;
-      for (int v = 0; v<nvars; ++v)
-      {
-         compare += solvals[v]*weights[v]; 
-      }
-
-      printf("compare value %f\n",compare);
-      // for(int s=0;s<nsols;s++)
-      // {
-      //    SCIPgetSolVals(relaxscip,sols[s],nvars,vars,solvals);
-      //    SCIP_CALL(SCIPprintSol(relaxscip,sols[s],dual,FALSE));
-      //    SCIP_Real compare=0;
-      //    for (int v = 0; v<nvars; ++v)
-      //    {
-      //       compare += solvals[v]*weights[v]; 
-      //    }
-         
-      //    printf("compare value %f\n",compare);
-      //    if(compare>lowerbound){lowerbound==compare;} 
-      // }
-      // fprintf(dual,"now comes the biggest one\n");
-
-      // for(int s=0;s<nsols;s++)
-      // {
-      //    SCIPgetSolVals(relaxscip,sols[s],nvars,vars,solvals);
-      //    SCIP_CALL(SCIPprintSol(relaxscip,sols[s],dual,FALSE));
-      //    SCIP_Real compare=0;
-      //    for (int v = 0; v<nvars; ++v)
-      //    {
-      //       compare += solvals[v]*weights[v]; 
-      //    }
-      //    if(compare==lowerbound){break;} 
-      // }
-      
-      
-
-      stepsize = 15000/double(iter+1); 
-      // fprintf(solutions, "\niteration %d\n",iter);
-      // fprintf(dual, "\niteration %d\n",iter);
-      // fprintf(variableinfo, "\niteration %d\n",iter);
-      // fprintf(varobjects, "\niteration %d\n",iter);
-
-      SCIP_CALL(SCIPaddOrigObjoffset(relaxscip,sumofduals));
-      // SCIP_CALL( SCIPfreeTransform(relaxscip) );
-      // SCIP_CALL( SCIPtransformProb(relaxscip) );
-
-      counter = 0;
-      int checker = 0;
-      for(int r=0; r<nSlotConss;++r)
-      {
-         id = badconss[r];
-         double ax=-1;
-         for(int s=counter;s<(counter+listnconsvars[r]);++s)
-         {
-            // printf("%s->",SCIPvarGetName(vars[listconsvarids[s]]));
-            ax+=SCIPgetSolVal(relaxscip,bestsol,vars[listconsvarids[s]]);
-            // fprintf(subgrad,"%s\t,%f\t, sum %f",SCIPvarGetName(vars[listconsvarids[s]]),SCIPgetSolVal(relaxscip,bestsol,vars[listconsvarids[s]]),ax);
-            
-         }
-         
-         counter += listnconsvars[r];
-         if(ax>0){checker++;}
-         subgradients[r]=ax;
-         // fprintf(subgrad, "\n subgrad = %f \t",subgradients[r]);
-         
-      }
-      if(checker==0){printf("#*#*#*result found\n"); break;}
-
-      SCIP_CALL( SCIPfreeTransform(relaxscip) );
-      SCIP_CALL( SCIPtransformProb(relaxscip) );
-   
-      
-
-      
-      for (int v = 0; v<nvars; ++v)
-      {
-         SCIP_VAR* var = vars[v];
-         
-         SCIP_CALL(SCIPchgVarObj(relaxscip,var,weights[v])); 
-         // fprintf(variableinfo,"(%s,%f,%f)->%f\n",SCIPvarGetName(var),solvals[v],SCIPvarGetObj(var), weights[v]);
-         lowerbound += solvals[v]*weights[v]; 
-      }
-      fprintf(dual,"dualbound = %f, lowerbound=%f, norm of subgrad %f\t",SCIPgetPrimalbound(relaxscip),lowerbound, getnorm(subgradients,nSlotConss,stepsize));
-      fprintf(lower,"%f\n",lowerbound);
-
-      // stepsize = (SCIPgetPrimalbound(relaxscip)-lowerbound)/getnorm(subgradients,nSlotConss,stepsize);
-      SCIP_CALL( SCIPfreeTransform(relaxscip) );
-      fprintf(solutions, "lowerbound = %f \n ", lowerbound);
-      SCIPinfoMessage(relaxscip, TimeCollector, "\n subgradients found after (sec) : %f\n, lowerbound = %f \n", SCIPgetClockTime(relaxscip, varslottime),lowerbound);
-      
-      //add back the sum of the duals we subtracted from the main obj function
-
-      int sum=0;
-      sumofduals = 0;
-
-      for(int r=0; r<nSlotConss;++r)
-      { 
-         dualmultipliers[r] += subgradients[r]*stepsize;
-         if(dualmultipliers[r]<0){dualmultipliers[r]=0;}
-         
-         sum+=dualmultipliers[r];
-         // fprintf(dual," then %f step size %f \n",dualmultipliers[r], stepsize);
-      }
-      sumofduals=sum;
-      // fprintf(dual,"iteration %d, sumofduals=%f\n",iter, sumofduals);
-      SCIPinfoMessage(relaxscip, TimeCollector, "\n new dual found after (sec) : %f\n", SCIPgetClockTime(relaxscip, varslottime));
-      // if(checker==0){printf("solution found in %d iterations\n",iter); break;}
-   }
-   SCIPfreeTransform(relaxscip);
-   fclose(variableinfo);
-   fclose(dual);
-   fclose(subgrad);
-   fclose(varobjects);
-   fclose(solutions);
-   fclose(lower);
-
-   if( SCIPgetStatus(relaxscip) == SCIP_STATUS_OPTIMAL )
-   {
-      /* store relaxation solution in original SCIP if it improves the best relaxation solution thus far */
-      if( (! SCIPisRelaxSolValid(scip)) || SCIPisGT(scip, relaxval, SCIPgetRelaxSolObj(scip)) )
-      {
-         SCIPdebugMsg(scip, "Setting LP relaxation solution, which improved upon earlier solution\n");
-
-
-         SCIP_CALL( SCIPclearRelaxSolVals(scip, relax) );
-
-         for( i = 0; i < SCIPgetNVars(scip); ++i )
-         {
-            SCIP_VAR* relaxvar;
-            SCIP_Real solval;
-
-            relaxvar = (SCIP_VAR*)SCIPhashmapGetImage(varmap, SCIPgetVars(scip)[i]);
-            assert(relaxvar != NULL);
-
-            solval = SCIPgetSolVal(relaxscip, SCIPgetBestSol(relaxscip), relaxvar);
-
-            SCIP_CALL( SCIPsetRelaxSolVal(scip, relax, SCIPgetVars(scip)[i], solval) );
-         }
-
-         /* mark relaxation solution to be valid and inform SCIP that the relaxation included all LP rows */
-         SCIP_CALL( SCIPmarkRelaxSolValid(scip, relax, TRUE) );
-      }
-
-      SCIPdebugMsg(scip, "LP lower bound = %g\n", relaxval);
-
-      *lowerbound = relaxval;
-      *result = SCIP_SUCCESS;
-   }
-   else if( SCIPgetStatus(relaxscip) == SCIP_STATUS_INFEASIBLE )
-   {
-      SCIPdebugMsg(scip, "cutting off node\n");
-      *result = SCIP_CUTOFF;
-   }
-
-   /* free memory */
-   SCIPhashmapFree(&varmap);
-   SCIP_CALL( SCIPfree(&relaxscip) );
-   return SCIP_OKAY;
-}
-
-
-
-
-
-
-/*
- * relaxator specific interface methods
- */
-
-/** creates the lagr relaxator and includes it in SCIP */
-SCIP_RETCODE SCIPincludeRelaxlagrangian(
-   SCIP*                 scip                /**< SCIP data structure */
-   )
-{
-   SCIP_RELAXDATA* relaxdata;
-   SCIP_RELAX* relax;
-
-   /* create lagr relaxator data */
-   SCIP_CALL(SCIPallocMemory(scip, &relaxdata));
-   relaxdata = NULL;
-   /* TODO: (optional) create relaxator specific data here */
-
-   relax = NULL;
-
-   /* include relaxator */
-#if 0
-   /* use SCIPincludeRelax() if you want to set all callbacks explicitly and realize (by getting compiler errors) when
-    * new callbacks are added in future SCIP versions
-    */
-   SCIP_CALL( SCIPincludeRelax(scip, RELAX_NAME, RELAX_DESC, RELAX_PRIORITY, RELAX_FREQ, RELAX_INCLUDESLP,
-         relaxCopylagr, relaxFreelagr, relaxInitlagr, relaxExitlagr, relaxInitsollagr, relaxExitsollagr, relaxExeclagr,
-         relaxdata) );
-#else
-   /* use SCIPincludeRelaxBasic() plus setter functions if you want to set callbacks one-by-one and your code should
-    * compile independent of new callbacks being added in future SCIP versions
-    */
-   SCIP_CALL( SCIPincludeRelaxBasic(scip, &relax, RELAX_NAME, RELAX_DESC, RELAX_PRIORITY, RELAX_FREQ,
-         relaxExeclagr, relaxdata) );
-
-   assert(relax != NULL);
-
-   /* set non fundamental callbacks via setter functions */
-   // SCIP_CALL( SCIPsetRelaxCopy(scip, relax, relaxCopylagr) );
-   SCIP_CALL( SCIPsetRelaxFree(scip, relax, relaxFreelagr) );
-   SCIP_CALL( SCIPsetRelaxInit(scip, relax, relaxInitlagr) );
-   SCIP_CALL( SCIPsetRelaxExit(scip, relax, relaxExitlagr) );
-   SCIP_CALL( SCIPsetRelaxInitsol(scip, relax, relaxInitsollagr) );
-   SCIP_CALL( SCIPsetRelaxExitsol(scip, relax, relaxExitsollagr) );
-#endif
-
-   /* add lagr relaxator parameters */
-   /* TODO: (optional) add relaxator specific parameters with SCIPaddTypeParam() here */
-
-   return SCIP_OKAY;
-}
diff --git a/src/relax_lagr.cpp b/src/relax_lagr.cpp
index 549ac1d951554ec3a9e243c3ff2bf2996d76a525..224dcac8ef7cf4b6ae25532e4f8353a04c4a4aee 100644
--- a/src/relax_lagr.cpp
+++ b/src/relax_lagr.cpp
@@ -72,16 +72,85 @@ struct SCIP_RelaxData
 struct SCIP_VarData
 {
    SCIP_VAR*                        var;
-   SCIP_CONS**                      VarConss;
    int                              nVarConss;
-   SCIP_CONS**                      VarSlotConss;                   /**<contains all slot constraints containing the variable */
-   int                              NVarInBadConss;                 /**<number of slot constraints the variable is occuring in*/  
+   int                              nbadconssVarisin;                 /**<number of slot constraints the variable is occuring in*/  
    SCIP_Real                        varquotient;
-   int*                              consids;
-   int*                              varids;
+   int*                             consscontainingvar;
+   int*                             varids;
    int                              varindex;
 };
 
+/*create the variable data, specifically the column of the bad constraint. i.e. non-zero entries of the relaxed constraint matrix. It also saves the var index with the variable.*/
+static
+SCIP_RETCODE SCIPcreateVarData(
+   SCIP* scip,
+   SCIP_VAR** vars,
+   SCIP_VAR** varbuffers, 
+   int nSlotConss,
+   int* badconss,
+   int* consids,
+   SCIP_VARDATA* vardata,
+   FILE* file
+)
+{
+   SCIP_Bool valid;
+   for (int v = 0; v < SCIPgetNVars(scip); v++)
+   { 
+      int id = 0;
+      int* consscontainingvar;
+      int nbadconssVarisin=0;                         //will contains in how many of the relaxed constraints, a variable is found. This can be thought of as the sum of the column matrix. 
+      int nconsvars = 0;
+      SCIP_VAR* var = SCIPgetVars(scip)[v];           //get the variable
+
+      int varindex = SCIPvarGetIndex(var)-SCIPvarGetIndex(vars[0]);             //get the index
+      assert(varindex!= NULL);
+
+      for (int r = 0; r < nSlotConss; ++r)            //nSlotConss is the number of rows of the relaxed constraint. it's found in the SCIPcreateprobdata function.
+      {
+         id = badconss[r];                            // this id is created in the case of presolving, just in case the constraints have been rearranged. We would like to save the ids of the relaxed conss in badconss
+         SCIP_CONS* cons = SCIPgetConss(scip)[id];  //This gets the relaxed constraint. 
+         //fprintf(file,"%s,%d \n",SCIPconsGetName(cons),r);
+         SCIP_CALL(SCIPgetConsNVars(scip, cons, &nconsvars, &valid));    //get the number of variables in that constraint and save it to nconsvars
+         SCIP_CALL(SCIPgetConsVars(scip, cons, varbuffers, nconsvars, &valid));   //get the variables themselves in the varbuffer array. 
+         if (!valid){abort(); }           //If the nconsvars=0, or if Varbuffers has not gotten those variables, about this iteration. 
+
+         for (int j = 0; j < nconsvars; ++j)             //create a loop of nconsvars to get all the variables in the constraint. 
+         {
+            SCIP_VAR* varx = varbuffers[j];              //remember that varbuffers contains all the variables in the constraint. 
+            int varbufindex = SCIPvarGetIndex(varx)-SCIPvarGetIndex(vars[0]);     //get the index of the variable
+            assert(varbufindex != NULL);
+            // fprintf(file, "%s\t \t%d",SCIPvarGetName(varx),varbufindex);
+            
+            
+            /**this is the main part. We check if vars[i] is in cons[id], and then save that constrain in consids. Remember that consids has been created outside this function with a size of the nslotconss. Meaning it is capable of saving all ids. */
+            if (varindex == varbufindex)                                           /* (9) */
+            {
+               consids[nbadconssVarisin]=r;
+               nbadconssVarisin++;
+               // fprintf(file, " %s \t,",SCIPconsGetName(cons));
+            }
+         }
+      }
+
+      SCIP_CALL(SCIPallocBufferArray(scip, &consscontainingvar, nbadconssVarisin));    /*for a better allocation of memory, we only create enough array to save the non-zero elements of the column. the size is nbadconssVarisin.*/
+      for(int t=0;t<nbadconssVarisin;t++)
+      {
+         consscontainingvar[t]=consids[t];
+         // fprintf(file, "%d \t",consscontainingvar[t]);
+      }
+      // fprintf(file,"\n");
+
+      SCIP_CALL(SCIPallocBlockMemory(scip , &vardata));     
+      SCIP_CALL(SCIPduplicateBlockMemoryArray(scip, &(vardata->consscontainingvar), consscontainingvar, nbadconssVarisin));
+      vardata->nbadconssVarisin = nbadconssVarisin;  /**saves the number of relaxeds constraints the variable was originally found it.*/
+      vardata->consscontainingvar = consscontainingvar;  /**saves the relaxed constraints in which this variable is found in.*/
+      vardata->varindex = varindex;                /**save the varindex, just for assurance, incase it changes. */
+      /**set the variable data to the variable*/
+      SCIPvarSetData(var,vardata);  
+                  
+   }
+   return SCIP_OKAY;
+}
 
 /** destructor of relaxator to free user data (called when SCIP is exiting) */
 static
@@ -99,18 +168,18 @@ SCIP_DECL_RELAXFREE(relaxFreelagr)
 
 /** initialization method of relaxator (called after problem was transformed) */
 
-int SCIPvardataGetNVarInBadConss(
+int SCIPvardataGetnbadconssVarisin(
 	SCIP_VARDATA* vardata     /**< variable data */
 )
  {
-    return vardata->NVarInBadConss;
+    return vardata->nbadconssVarisin;
  }
 
-int* SCIPvardataGetvarids(
+int* SCIPvardataGetconsscontainingvar(
 	SCIP_VARDATA* vardata     /**< variable data */
 )
  {
-    return vardata->varids;
+    return vardata->consscontainingvar;
  }
 
 int SCIPvardatagetVarindex(
@@ -124,542 +193,13 @@ static
 SCIP_DECL_RELAXINIT(relaxInitlagr)
 {  /*lint --e{715}*/
    
-   // SCIP* relaxscip;
-   // SCIP_HASHMAP* varmap;
-   // SCIP_HASHMAP* consmap;
-   // SCIP_CONS** conss;
-   // SCIP_PROBDATA* probdata;
-   // SCIP_VARDATA* vardata;
-
-   // SCIP_Real relaxval;
-   // SCIP_Bool valid;
-   // int nconss;
-   // int i;
-   // int counter;
-   // int id;
-
-
-   // // *lowerbound = -SCIPinfinity(scip);
-   // // *result = SCIP_DIDNOTRUN;
-
-   // /* we can only run if none of the present constraints expect their variables to be binary or integer during transformation */
-   // conss = SCIPgetConss(scip);
-   // nconss = SCIPgetNConss(scip);
-
-   // /* create the variable mapping hash map */
-   // SCIP_CALL( SCIPcreate(&relaxscip) );
-   // SCIP_CALL( SCIPhashmapCreate(&varmap, SCIPblkmem(relaxscip), SCIPgetNVars(scip)) );
-   // valid = FALSE;
-   // SCIP_CALL( SCIPcopy(scip, relaxscip, varmap, consmap, "relaxscip", FALSE, FALSE, FALSE, FALSE, &valid) );
- 
-   // /**************************************************************************************************************/
-   // /*First,                                                                                                      */
-   // //*the probdata: where we get to identify the bad constraint we want to formulate(in our case, the slot conss) */
-   // /***************************************************************************************************************/
-   // int nvars = SCIPgetNVars(relaxscip);
-   // SCIP_VAR** vars = SCIPgetVars(relaxscip);
-   // SCIP_VAR** varbuffers;
-   // int* badconss;
-
-   // SCIPcreateprobdata(relaxscip,&probdata,SCIPgetConss(relaxscip),vars,&varbuffers,&badconss);     /*will be used to identify the # of slot(bad) constraints*/ 
-   // int nSlotConss = SCIPgetNSlotConss(probdata);         //number of bad(slot) constraint
-   // int allnconsvars = SCIPgetallnconsvars(probdata);    //sum of all nconsvars, used for creating later on an array to collect the list of varids in each row
-   // int* listnconsvars = SCIPlistnconsvars(probdata);
-   // int* listconsvarids = SCIPlistconsvarids(probdata);
-   // int* increasingorder = SCIPlistincreasing(probdata);
-
-
-   // /* we then create the vardata function for each variable, to see at which constraint the variable is found*/
-   // FILE* TimeCollector;
-   // TimeCollector = fopen("time.txt","w");
-   // SCIP_CLOCK* varslottime;                 //to help us record the time
-   // SCIP_CALL( SCIPcreateClock(relaxscip, &varslottime) );                     //* start time counting*  
-   // SCIP_CALL(SCIPstartClock(relaxscip,varslottime)); 
-
-   // SCIP_CLOCK* totaliteration;                 //to help us record the time
-   // SCIP_CALL( SCIPcreateClock(relaxscip, &totaliteration) );                     //* start time counting*  
-
-
-
-   // int* consids;
-
-   // SCIP_Real* weights;
-   // SCIP_CALL(SCIPallocBufferArray(relaxscip,&weights,nvars));   
-
-   // SCIP_CALL(SCIPallocBufferArray(relaxscip,&consids,nSlotConss));
-
-   // SCIP_Real maxobj=0;
-   // for (int v = 0; v < nvars; v++)
-   // {
-   //    SCIP_VAR* var = vars[v];
-   //    weights[v]=SCIPvarGetObj(var);
-   //    if(maxobj<weights[v]){maxobj=weights[v];}
-   // }
-   
-   // for (int v = 0; v < nvars; v++)
-   // { 
-   //    int* varids;
-   //    int NVarInBadConss=0;
-   //    int nconsvars = 0;
-   //    SCIP_VAR* var = vars[v];
-
-   //    int varindex = SCIPvarGetIndex(var);                                    /* (2) */
-   //    assert(varindex!= NULL);
-
-   //    for (int r = 0; r < nSlotConss; ++r)
-   //    {
-   //       id = badconss[r];
-   //       SCIP_CONS* cons = SCIPgetConss(relaxscip)[id];
-   //       // printf("%s \t",SCIPconsGetName(cons));
-   //       SCIP_CALL(SCIPgetConsNVars(relaxscip, cons, &nconsvars, &valid)); 
-   //       SCIP_CALL(SCIPgetConsVars(relaxscip, cons, varbuffers, nconsvars, &valid));
-   //       if (!valid){abort(); }
-
-   //       for (int j = 0; j < nconsvars; ++j)                                            /* (8) */
-   //       {
-   //          SCIP_VAR* varx = varbuffers[j];
-   //          int varbufindex = SCIPvarGetIndex(varx);
-   //          assert(varbufindex != NULL);
-   //          // printf("%s\t \t%d",SCIPvarGetName(varx),varbufindex);
-            
-            
-   //          /** if var[i] is in cons[c], write conspointer in VarConss and increase nVarConsscounter */
-   //          if (varindex == varbufindex)                                           /* (9) */
-   //          {
-               
-   //             // VarSlotConss[NVarInBadConss] = cons;
-   //             consids[NVarInBadConss]=id;
-   //             NVarInBadConss++;
-   //             // printf(" %s \t,",SCIPconsGetName(cons));
-   //          }
-   //       }
-   //    }
-
-   //    SCIP_CALL(SCIPallocBufferArray(relaxscip, &varids, NVarInBadConss));
-   //    for(int t=0;t<NVarInBadConss;t++)
-   //    {
-   //       varids[t]=consids[t];
-   //       // printf("%d \t",varids[t]);
-   //    }
-   //    // printf("\n");
-   // //    // vardata=SCIPvarGetData(var);
-   //    SCIP_CALL(SCIPallocBlockMemory(scip , &vardata));     
-   //    SCIP_CALL(SCIPduplicateBlockMemoryArray(scip, &(vardata->varids), varids, NVarInBadConss));
-   //    vardata->NVarInBadConss = NVarInBadConss;  /**copy nVarConss to VarData */
-   //    vardata->varids = varids;
-   //    // /**set the variable data to the variable*/
-   //    SCIPvarSetData(var,vardata);  
-   // }
-
-   // SCIP_CALL(SCIPstopClock(relaxscip,varslottime));
-   
-
-   // FILE* AfterPreProcessing;
-   // AfterPreProcessing = fopen("AfterPreProcessing.txt","w+");
-
-   // // SCIP_CALL(SCIPprintOrigProblem(relaxscip, AfterPreProcessing, "lp", FALSE));
-
-   // SCIPinfoMessage(relaxscip, TimeCollector, "\n row and column identified in (sec) : %f\n", SCIPgetClockTime(relaxscip, varslottime));
-   // for(int r=0;r<nSlotConss;r++)
-   // {
-   //    id = badconss[r];
-   //    SCIP_CONS* cons = SCIPgetConss(relaxscip)[id];
-   //    SCIP_CALL(SCIPdelCons(relaxscip,cons));
-   // }
-
-   // /******************************************************************************************************************/
-   // /*Next, we will do the initial iteration of finding the dual mulpliers of each slot conss, and their sum(dualsum) */
-   // /* In the end, we will subtract this sum from the objective of the function.                                      */
-   // /* It's initial, because while we would search for more dual multipliers to solve the Lagrangian relaxation       */
-   // /******************************************************************************************************************/
-   // SCIP_Real* dualmultipliers;
-   // SCIP_CALL(SCIPallocBufferArray(relaxscip,&dualmultipliers,nSlotConss));
-   
-   // SCIP_Real* subgradients;
-   // SCIP_CALL(SCIPallocBufferArray(relaxscip,&subgradients,nSlotConss));
-   // //initialize subgradients;
-   // SCIP_Real stepsize = 15;
-   // SCIP_Real sumofduals=0;
-   // for ( int r = 0; r < nSlotConss; ++r)
-   // {
-   //    dualmultipliers[r] = 0;
-   //    sumofduals+=dualmultipliers[r];                    //adds the negative of the minimum in each iteration
-   // }
-
-
-
-   // // /*******************************************************************************************************/
-   // // /* The reformulation of the problem can be written as follows                                          */
-   // // //*>>>>>>>>>>>>>>>>>> min sum { (w[i]+sum{dual[j]})}x[i]-sum{dual[r]} <<<<<<<<<<<<                     */
-   // // /*where i is nvars, j is NVarInBadConss, and r is nSlotConss for our case *******************************/
-   // // /****************************************************************************************************************/
-   // // /* The following function will add the following to the obj(weight) of the variable,                            */
-   // // //*  the obj(weight) of var + the sum of the dualmultipliers of bad constraints which contains this variable    */
-   // // /****************************************************************************************************************/
-   
- 
-   // FILE* solutions;
-   // solutions = fopen("sol.txt","wr");
-   // FILE* dual;
-   // dual= fopen("dual.txt","wr");
-   // FILE* variableinfo; 
-   // variableinfo = fopen("var.txt","wr");
-   // FILE* subgrad;
-   // subgrad = fopen("subgrads.txt","wr");
-   // FILE* varobjects;
-   // varobjects=fopen("varobjs.txt","wr");
-   // FILE* lower;
-   // lower=fopen("lowerbounds.txt","wr");
-   // FILE* iter;
-   // iter=fopen("iter.txt","wr");
-
-
-   // //fprintf(lower, "hi");
-   // SCIP_Real* solvals;  
-   // SCIP_CALL(SCIPallocBufferArray(relaxscip,&solvals,nvars+2)); 
-   // solvals[nvars+1]=0;  //for last solutions
-   // solvals[nvars]=0; //for best solution
-
-   // int maxiter=2;
-
-   // int oscilatecounter=0;
-   // int improvementcounter = 0;
-   // SCIP_Real oscilator1=0;
-   // SCIP_Real oscilator2=0;
-   // SCIP_Real forcompare = -1000000000000000000;
-   // SCIP_CALL(SCIPstartClock(relaxscip,totaliteration)); 
-
-   // SCIP_Real* feasol;
-   // SCIP_CALL(SCIPallocBufferArray(relaxscip,&feasol,nvars));               //will containt a feasible solution for our problem.
-   // for(int v=0;v<nvars;v++)
-   // {
-   //    feasol[v]=-1;  //we assign initial values equal to -1, signifying that the variable's value hasn't been decided yet.
-   // }
-
-   // // for(int v=0;v<nvars;v++)
-   // // {
-   //    // printf(" %d ",feasol[v]);
-
-   // // }
-
-   
-
-   // int* nvarsingoodconss;
-   // SCIP_CALL(SCIPallocBufferArray(relaxscip,&nvarsingoodconss,SCIPgetNConss(relaxscip)));      //will contain {9,9,9,9,9,9} for the 6f4s problem.
-
-   // int maxnvarsingoodconss = 0; //max number of variables found in a start constraint
-   // int nconsvars = 0;            //number of vars in a startconss.
-
-   // for(int r = 0; r<SCIPgetNConss(relaxscip);r++)
-   // {
-   //    SCIP_CONS* cons = SCIPgetConss(relaxscip)[r];    
-   //    SCIP_CALL(SCIPgetConsNVars(relaxscip, cons, &nconsvars, &valid)); 
-   //    if(nconsvars>maxnvarsingoodconss){maxnvarsingoodconss=nconsvars;}
-   //    nvarsingoodconss[r]=nconsvars;
-   // }
-
-   // // printf("%d \n",maxnvarsingoodconss);
-   
-   // SCIP_VAR** VARSinsidegoodconss;             //will contain the variable in a start constraint
-   // SCIP_CALL(SCIPallocBufferArray(relaxscip, &VARSinsidegoodconss, maxnvarsingoodconss));          //the size is the max num a start constraint can hold. We do this not to allocate memory over and over again. 
-
-   // for(int r = 0; r<SCIPgetNConss(relaxscip);r++)
-   // {
-   //    SCIP_CONS* cons = SCIPgetConss(relaxscip)[r];    
-   //    SCIP_CALL(SCIPgetConsNVars(relaxscip, cons, &nconsvars, &valid));
-   //    SCIP_CALL(SCIPgetConsVars(relaxscip, cons, VARSinsidegoodconss, nconsvars, &valid));
-   //    if (!valid){abort(); }
-   //    // printf("\n %s\n",SCIPconsGetName(cons));
-   //    for (int j = 0; j < nconsvars; ++j)                                            /* (8) */
-   //    {
-   //       SCIP_VAR* varx = (VARSinsidegoodconss)[j];
-   //       // printf("%s\t",SCIPvarGetName(varx));
-   //       int varbufindex = SCIPvarGetIndex(varx);  //get the index, which will be used in assigning values to the feassol.
-   //       assert(varbufindex != NULL);
-   //       printf("%d\t",varbufindex);
-
-         
-
-   //       if (feasol[varbufindex]==-1)
-   //       {
-   //          feasol[varbufindex]=1;
-   //          for(int s=j+1; s<nconsvars;++s)
-   //          {
-   //             SCIP_VAR* varnext = (VARSinsidegoodconss)[s];
-   //             int varnextindex = SCIPvarGetIndex(varnext);
-   //             feasol[varnextindex]=0;
-   //          }
-
-   //          vardata=SCIPvarGetData(varx);
-   //          int* varids = SCIPvardataGetvarids(vardata); 
-   //          assert(varids=!NULL);
-   //          int NVarInBadConss = SCIPvardataGetNVarInBadConss(vardata);
-   //          printf("nvarincons = %d\t",NVarInBadConss);
-            
-   //          for(int t=0;t<NVarInBadConss;t++)
-   //          {
-   //             // printf("%d \t",varids[t]);
-   //             // varids[t] gives the constraint address. There we still would like to find out which variables are found.
-   //             for(int p=increasingorder[varids[t]]-listnconsvars[varids[t]]; p<increasingorder[varids[t]]; ++p)
-   //             {
-
-   //                if(SCIPvarGetIndex(vars[listconsvarids[p]])!=varbufindex)
-   //                {
-   //                   printf("var = %s\t",SCIPvarGetName(vars[listconsvarids[p]]));
-   //                   if(feasol[listconsvarids[p]]==-1)
-   //                   {
-   //                      feasol[listconsvarids[p]]=0;
-   //                   }
-   //                }
-   //             }
-   //          }
-   //          printf("\n");
-   //       }
-
-               
-   //       printf("(%s,%d,%d)\n",SCIPvarGetName(varx), varbufindex,feasol[varbufindex]);
-
-
-         
-
-   //    }
-   //    printf("\n");
-   // }
-
-   
-   // SCIP_Real upperbound=0;
-   // for(int v=0;v<nvars;v++)
-   // {
-   //    fprintf(solutions," (%s %f weight %f) \n ", SCIPvarGetName(vars[v]),feasol[v], weights[v]);
-   //    upperbound+=(feasol[v]*SCIPvarGetObj(vars[v]));
-   //    SCIP_CALL( SCIPsetRelaxSolVal(scip, relax, SCIPgetVars(scip)[i], feasol[v]) );
-   // }
-   // printf("upper bound  = %f\n", upperbound);
-   // SCIP_CALL( SCIPmarkRelaxSolValid(scip, relax, TRUE) );
-
-   
-
-
-
-
-
-
-
-
-
-
-
-   // for(int iter=1;iter<=maxiter;iter++)
-   // {
-      
-   //    for(int v=0;v<nvars;v++)
-   //    {
-   //       SCIP_VAR* var = vars[v];
-   //       double sum =0;
-         
-   //       vardata=SCIPvarGetData(var);
-   //       int* varids = SCIPvardataGetvarids(vardata); 
-   //       assert(varids=!NULL);
-   //       int NVarInBadConss = SCIPvardataGetNVarInBadConss(vardata);
-   //       // if(NVarInBadConss==0){SCIPsetSolVal(relaxscip,) break;}
-   //       // else
-   //       // {
-   //       // SCIP_CALL(SCIPprintOrigProblem(relaxscip, AfterPreProcessing, "lp", FALSE));
-   //       // fprintf(varobjects,"%s \n",SCIPvarGetName(var));
-   //       for(int t=0;t<NVarInBadConss;t++)
-   //       {
-   //          sum += dualmultipliers[varids[t]];
-   //          // fprintf(varobjects,"{id = %d, dual = %f, sum = %f\t",varids[t], dualmultipliers[varids[t]],sum);
-   //       }
-   //       // fprintf(varobjects,"}\n\n");
-   //       SCIP_CALL(SCIPaddVarObj(relaxscip,var,sum));
-
-   //       // }
-         
-         
-   //    }
-
-   //    SCIPinfoMessage(relaxscip, TimeCollector, "\n finished changing the variable's weight after (sec) : %f\n", SCIPgetClockTime(relaxscip, totaliteration));
-      
-   //    SCIP_CALL(SCIPaddOrigObjoffset(relaxscip,-1*sumofduals));
-   //    //SCIP_CALL(SCIPprintOrigProblem(relaxscip, AfterPreProcessing, "lp", FALSE));
-   //    SCIPsetMessagehdlrQuiet(relaxscip, TRUE);
-   //    // fclose(AfterPreProcessing);
-
-   //    SCIP_CALL( SCIPtransformProb(relaxscip) );
-   //    SCIP_CALL( SCIPsolve(relaxscip) );
-   //    relaxval = SCIPgetPrimalbound(relaxscip);
-   //    //printf("\ndualbound %f \n",SCIPgetDualbound(relaxscip));
-   //    fprintf(lower,"%f\n",SCIPgetPrimalbound(relaxscip));
-   //    SCIPdebugMessage("relaxation bound = %e status = %d\n", relaxval, SCIPgetStatus(relaxscip));
-
-   //    /*store the highest lower bound*/      
-   //    if(solvals[nvars]<SCIPgetPrimalbound(relaxscip)){solvals[nvars]=SCIPgetPrimalbound(relaxscip);}
-   //    fprintf(variableinfo,"%f\n",solvals[nvars]);
-
-      
-
-   //    /*make sure we're not oscilating by adding a counter, which checks the absolute value between the difference of the previous few steps and make sure it's not the same. */
-   //    oscilator2=abs(solvals[nvars+1]-SCIPgetPrimalbound(relaxscip));
-   //    if(oscilator1==oscilator2){oscilatecounter++;}
-   //    else{oscilator1=oscilator2; oscilatecounter==0;}
-   //    //if(oscilatecounter==5){printf("repetition"); break;}
-   //    //printf("dprev.sol=%f, current=%f, difference %f, coutner=%d, ",solvals[nvars+1],SCIPgetPrimalbound(relaxscip), oscilator2, oscilatecounter);
-      
-   //    /*store the solution on the last entry of solvals, so we can compare it in the next round for repetitions*/
-   //    solvals[nvars+1]=SCIPgetPrimalbound(relaxscip);
-
-   //    /*breaking criteria for iterations*/
-   //    if(solvals[nvars]>forcompare){forcompare=solvals[nvars]; improvementcounter=0;}
-   //    else{improvementcounter++;}
-   //    //if(improvementcounter==10){break; fprintf(variableinfo,"%d\n",iter);}
-   //    printf("terminator %d",improvementcounter);
-
-   //    /*get the best solution*/   
-   //    SCIP_SOL* bestsol = SCIPgetBestSol(relaxscip) ;
-   //    SCIP_SOL** sols = SCIPgetSols(relaxscip);
-   //    int nsols = SCIPgetNSols(relaxscip);
-      
-   //    //fprintf(lower,"%d iteration \n",iter);
-   //    for(int n=0; n<nsols; n++)
-   //    {
-   //       //SCIP_CALL(SCIPprintSol(relaxscip,sols[n],lower,FALSE));
-   //    }
-      
-
-   //    /*text output*/
-   //    //SCIPinfoMessage(relaxscip, TimeCollector, "\n first iteration: problem solved after (sec) : %f\n", SCIPgetClockTime(relaxscip, totaliteration));
-   //    fprintf(solutions,"number of solutions %d, first iteration \t bound=%f, \t objsol=%f \n",nsols, SCIPgetPrimalbound(relaxscip),relaxval);
-   //    // SCIP_CALL(SCIPprintBestSol(relaxscip,solutions,FALSE));
-
-   //    /*store the solution in solvals so we can later export it to subgradient function*/
-   //    SCIP_Real lowerbound=0;
-   //    SCIPgetSolVals(relaxscip,bestsol,nvars,vars,solvals);
-   //    //SCIP_CALL(SCIPprintSol(relaxscip,bestsol,dual,FALSE));
-
-   //    SCIP_Real compare=0;
-   //    for (int v = 0; v<nvars; ++v)
-   //    {
-   //       compare += solvals[v]*weights[v]; 
-   //    }
-
-
-
-   //    //stepsize = (stepsize+iter)/double(iter+1); 
-   //    // fprintf(solutions, "\niteration %d\n",iter);
-   //    // fprintf(dual, "\niteration %d\n",iter);
-   //    // fprintf(variableinfo, "\niteration %d\n",iter);
-   //    // fprintf(varobjects, "\niteration %d\n",iter);
-
-   //    SCIP_CALL(SCIPaddOrigObjoffset(relaxscip,sumofduals));
-   //    // SCIP_CALL( SCIPfreeTransform(relaxscip) );
-   //    // SCIP_CALL( SCIPtransformProb(relaxscip) );
-
-   //    counter = 0;
-   //    int checker = 0;
-   //    for(int r=0; r<nSlotConss;++r)
-   //    {
-   //       id = badconss[r];
-   //       double ax=-1;
-   //       for(int s=counter;s<(counter+listnconsvars[r]);++s)
-   //       {
-   //          // printf("%s->",SCIPvarGetName(vars[listconsvarids[s]]));
-   //          ax+=SCIPgetSolVal(relaxscip,bestsol,vars[listconsvarids[s]]);
-   //          // fprintf(subgrad,"%s\t,%f\t, sum %f",SCIPvarGetName(vars[listconsvarids[s]]),SCIPgetSolVal(relaxscip,bestsol,vars[listconsvarids[s]]),ax);
-            
-   //       }
-         
-   //       counter += listnconsvars[r];
-   //       if(ax>0){checker++;}
-   //       subgradients[r]=ax;
-   //       // fprintf(subgrad, "\n subgrad = %f \t",subgradients[r]);
-         
-   //    }
-   //    /*breaking condition on finding a feasible solution*/
-   //    if(checker==0){printf("#*#*#*result found\n"); break;}
-
-   //    SCIP_CALL( SCIPfreeTransform(relaxscip) );
-   //    SCIP_CALL( SCIPtransformProb(relaxscip) );
-   
-      
-
-      
-   //    for (int v = 0; v<nvars; ++v)
-   //    {
-   //       SCIP_VAR* var = vars[v];
-         
-   //       SCIP_CALL(SCIPchgVarObj(relaxscip,var,weights[v]));       
-         
-   //       // fprintf(variableinfo,"(%s,%f,%f)->%f\n",SCIPvarGetName(var),solvals[v],SCIPvarGetObj(var), weights[v]);
-   //       lowerbound += solvals[v]*weights[v]; 
-   //    }
-   //    // fprintf(dual,"dualbound = %f, lowerbound=%f, norm of subgrad %f\t",SCIPgetPrimalbound(relaxscip),lowerbound, getnorm(subgradients,nSlotConss));
-   //    // fprintf(lower,"%f\n",lowerbound);
-
-      
-   //    // SCIP_Real difference = 1000-SCIPgetPrimalbound(relaxscip);
-   //    // if(improvementcounter<5){stepsize = 0.25*(difference)/(getnorm(subgradients,nSlotConss,stepsize)*getnorm(subgradients,nSlotConss));}
-   //    // else{stepsize = 0.1*(difference)/(getnorm(subgradients,nSlotConss)*getnorm(subgradients,nSlotConss));}
-   //    //fprintf(dual,"dualbound = %f, lowerbound=%f, norm of subgrad %f\t = %f \n" ,SCIPgetPrimalbound(relaxscip),lowerbound, getnorm(subgradients,nSlotConss), stepsize);
-   //   stepsize =1;
-   //    SCIP_CALL( SCIPfreeTransform(relaxscip) );
-   //    //fprintf(solutions, "lowerbound = %f \n ", lowerbound);
-   //    //SCIPinfoMessage(relaxscip, TimeCollector, "\n subgradients found after (sec) : %f\n, lowerbound = %f \n", SCIPgetClockTime(relaxscip, varslottime),lowerbound);
-      
-   //    //add back the sum of the duals we subtracted from the main obj function
-
-   //    int sum=0;
-   //    sumofduals = 0;
-
-   //    for(int r=0; r<nSlotConss;++r)
-   //    { 
-   //       dualmultipliers[r] += subgradients[r]*stepsize;
-   //       if(dualmultipliers[r]<0){dualmultipliers[r]=0;}
-         
-   //       sumofduals+=dualmultipliers[r];
-   //       //fprintf(dual," then dual = %f step size %f, subgradient %f \n",dualmultipliers[r], stepsize,subgradients[r]);
-   //    }
-   //    // sumofduals=sum;
-   //    // fprintf(dual,"iteration %d, sumofduals=%f\n",iter, sumofduals);
-   //    SCIPinfoMessage(relaxscip, TimeCollector, "%f\n", SCIPgetClockTime(relaxscip, totaliteration));
-   //    // if(checker==0){printf("solution found in %d iterations\n",iter); break;}
-   // }
-   // SCIPfreeTransform(relaxscip);
-   // fclose(variableinfo);
-   // fclose(dual);
-   // fclose(subgrad);
-   // fclose(varobjects);
-   // fclose(solutions);
-   // fclose(lower);
-
-
-   // /* free memory */
-   // SCIPhashmapFree(&varmap);
-   // SCIP_CALL( SCIPfree(&relaxscip) );
-
    
-
-   return SCIP_OKAY;
+  return SCIP_OKAY;
 }
 
 
 
 
-/** deinitialization method of relaxator (called before transformed problem is freed) */
-#if 0
-static
-SCIP_DECL_RELAXEXIT(relaxExitlagr)
-{  /*lint --e{715}*/
-   SCIPerrorMessage("method of lagr relaxator not implemented yet\n");
-   SCIPABORT(); /*lint --e{527}*/
-
-   return SCIP_OKAY;
-}
-#else
-#define relaxExitlagr NULL
-#endif
-
-
 /** solving process initialization method of relaxator (called when branch and bound process is about to begin) */
 #if 0
 static
@@ -680,11 +220,11 @@ SCIP_DECL_RELAXINITSOL(relaxInitsollagr)
 static
 SCIP_DECL_RELAXEXITSOL(relaxExitsollagr)
 {  /*lint --e{715}*/
-   printf("hellow\n");
 
-   
-   return SCIP_OKAY;
+   SCIPerrorMessage("method of lagr relaxator not implemented yet\n");
+   SCIPABORT(); /*lint --e{527}*/
 
+   return SCIP_OKAY;
 }
 #else
 #define relaxExitsollagr NULL
@@ -695,620 +235,134 @@ SCIP_DECL_RELAXEXITSOL(relaxExitsollagr)
 static
 SCIP_DECL_RELAXEXEC(relaxExeclagr)
 {  
+   printf("hellow\n");
    SCIP* relaxscip;
    SCIP_HASHMAP* varmap;
    SCIP_HASHMAP* consmap;
-   SCIP_CONS** conss;
+
    SCIP_PROBDATA* probdata;
    SCIP_VARDATA* vardata;
    SCIP_RELAXDATA* relaxdata;
+   
    SCIP_Real relaxval;
    SCIP_Bool valid;
-   int nconss;
-   int i;
-   int counter;
-   int id;
+
+   // int i,r,t,s = 0;
+   // int counter;
+   // int id;
 
    /*initialize relaxdata*/
    SCIP_CALL( SCIPallocBlockMemory(scip, &relaxdata) );
 
-   *lowerbound = -SCIPinfinity(scip);
-   *result = SCIP_DIDNOTRUN;
+   *lowerbound = 80;
+   *result = SCIP_SUCCESS;
+   relaxval = 0;
 
    /* we can only run if none of the present constraints expect their variables to be binary or integer during transformation */
-   conss = SCIPgetConss(scip);
-   nconss = SCIPgetNConss(scip);
-
-   /* create the variable mapping hash map */
-   SCIP_CALL( SCIPcreate(&relaxscip) );
-   SCIP_CALL( SCIPhashmapCreate(&varmap, SCIPblkmem(relaxscip), SCIPgetNVars(scip)) );
-   valid = FALSE;
-   SCIP_CALL( SCIPcopy(scip, relaxscip, varmap, consmap, "relaxscip", FALSE, FALSE, FALSE, FALSE, &valid) );
- 
+   SCIP_CONS** conss = SCIPgetConss(scip);
+   int nconss = SCIPgetNConss(scip);
+
+   // /* create the variable mapping hash map */
+   // SCIP_CALL( SCIPcreate(&relaxscip) );
+   // SCIP_CALL( SCIPhashmapCreate(&varmap, SCIPblkmem(relaxscip), SCIPgetNVars(scip)));
+   // valid = FALSE;
+   // SCIP_CALL( SCIPcopy(scip, relaxscip, varmap, consmap, "relaxscip", FALSE, FALSE, FALSE, FALSE, &valid) );
+
    /**************************************************************************************************************/
    /*First,                                                                                                      */
    //*the probdata: where we get to identify the bad constraint we want to formulate(in our case, the slot conss) */
    /***************************************************************************************************************/
-   int nvars = SCIPgetNVars(relaxscip);
-   SCIP_VAR** vars = SCIPgetVars(relaxscip);
-   SCIP_VAR** varbuffers;
-   int* badconss;
-
-   SCIPcreateprobdata(relaxscip,&probdata,SCIPgetConss(relaxscip),vars,&varbuffers,&badconss);     /*will be used to identify the # of slot(bad) constraints*/ 
-   int nSlotConss = SCIPgetNSlotConss(probdata);         //number of bad(slot) constraint
-   int allnconsvars = SCIPgetallnconsvars(probdata);    //sum of all nconsvars, used for creating later on an array to collect the list of varids in each row
-   int* listnconsvars = SCIPlistnconsvars(probdata);
-   int* listconsvarids = SCIPlistconsvarids(probdata);
-   int* increasingorder = SCIPlistincreasing(probdata);
-
-
-   /* we then create the vardata function for each variable, to see at which constraint the variable is found*/
-   FILE* TimeCollector;
-   TimeCollector = fopen("time.txt","w");
-   FILE* solutions;
-   solutions = fopen("sol.txt","wr");
-   FILE* dual;
-   dual= fopen("dual.txt","wr");
-   FILE* variableinfo; 
-   variableinfo = fopen("var.txt","wr");
-   FILE* subgrad;
-   subgrad = fopen("subgrads.txt","wr");
-   FILE* varobjects;
-   varobjects=fopen("varobjs.txt","wr");
-   FILE* lower;
-   lower=fopen("lowerbounds.txt","wr");
-   FILE* iter;
-   iter=fopen("iter.txt","wr");
-   FILE* fromprob;
-   fromprob=fopen("fromprobdata.txt","wr");
-
-
-   SCIP_CLOCK* varslottime;                 //to help us record the time
-   SCIP_CALL( SCIPcreateClock(relaxscip, &varslottime) );                     //* start time counting*  
-   SCIP_CALL(SCIPstartClock(relaxscip,varslottime)); 
-
-   SCIP_CLOCK* totaliteration;                 //to help us record the time
-   SCIP_CALL( SCIPcreateClock(relaxscip, &totaliteration) );                     //* start time counting*  
-
-
-
-   int* consids;
-
-   SCIP_Real* weights;
-   SCIP_CALL(SCIPallocBufferArray(relaxscip,&weights,nvars)); 
-
-
-   SCIP_CALL(SCIPallocBufferArray(relaxscip,&consids,nSlotConss));
-
-   SCIP_Real maxobj=0;
-   for (int v = 0; v < nvars; v++)
+   SCIP_VAR** vars = SCIPgetVars(scip);
+   SCIP_VAR** varbuffers;  //will be used for saving the variables contained in a single constraint. The size will be determined using scipgetnconsvars. 
+   int* badconss;       //will be used for saving the rows that are to be relaxed.
+   int* goodconss;      //will be used for saving the rows that will remain as a constraint.
+   int nvars = SCIPgetNVars(scip);
+
+   int* saveindexes; 
+   SCIP_CALL(SCIPallocBufferArray(scip, &saveindexes, nvars));
+   for(int v = 0; v < nvars; v++)
    {
-      SCIP_VAR* var = SCIPgetVars(scip)[v];
-      weights[v]=SCIPvarGetObj(var);
-      if(maxobj<weights[v]){maxobj=weights[v];}
+      saveindexes[v]=SCIPvarGetIndex(vars[v])-SCIPvarGetIndex(vars[0]);
+      // printf("(%s %d)\n", SCIPvarGetName(vars[v]),saveindexes[v]);
    }
    
-   for (int v = 0; v < nvars; v++)
-   { 
-      int* varids;
-      int NVarInBadConss=0;
-      int nconsvars = 0;
-      SCIP_VAR* var = vars[v];
-
-      int varindex = SCIPvarGetIndex(var);                                    /* (2) */
-      
-      assert(varindex!= NULL);
-
-      for (int r = 0; r < nSlotConss; ++r)
-      {
-         id = badconss[r];
-         SCIP_CONS* cons = SCIPgetConss(relaxscip)[id];
-         //fprintf(solutions,"%s,%d \n",SCIPconsGetName(cons),r);
-         SCIP_CALL(SCIPgetConsNVars(relaxscip, cons, &nconsvars, &valid)); 
-         SCIP_CALL(SCIPgetConsVars(relaxscip, cons, varbuffers, nconsvars, &valid));
-         if (!valid){abort(); }
-
-         for (int j = 0; j < nconsvars; ++j)                                            /* (8) */
-         {
-            SCIP_VAR* varx = varbuffers[j];
-            int varbufindex = SCIPvarGetIndex(varx);
-            assert(varbufindex != NULL);
-            // printf("%s\t \t%d",SCIPvarGetName(varx),varbufindex);
-            
-            
-            /** if var[i] is in cons[c], write conspointer in VarConss and increase nVarConsscounter */
-            if (varindex == varbufindex)                                           /* (9) */
-            {
-               
-               // VarSlotConss[NVarInBadConss] = cons;
-               consids[NVarInBadConss]=r;
-               NVarInBadConss++;
-               // printf(" %s \t,",SCIPconsGetName(cons));
-            }
-         }
-      }
-
-      SCIP_CALL(SCIPallocBufferArray(relaxscip, &varids, NVarInBadConss));
-      for(int t=0;t<NVarInBadConss;t++)
-      {
-         varids[t]=consids[t];
-         // printf("%d \t",varids[t]);
-      }
-      // printf("\n");
-   //    // vardata=SCIPvarGetData(var);
-      SCIP_CALL(SCIPallocBlockMemory(scip , &vardata));     
-      SCIP_CALL(SCIPduplicateBlockMemoryArray(scip, &(vardata->varids), varids, NVarInBadConss));
-      vardata->NVarInBadConss = NVarInBadConss;  /**copy nVarConss to VarData */
-      vardata->varids = varids;
-      vardata->varindex = varindex;
-      // /**set the variable data to the variable*/
-      SCIPvarSetData(var,vardata);  
-   }
-
-   SCIP_CALL(SCIPstopClock(relaxscip,varslottime));
-   
-
-   FILE* AfterPreProcessing;
-   AfterPreProcessing = fopen("AfterPreProcessing.txt","w+");
-
-   SCIP_CALL(SCIPprintOrigProblem(relaxscip, AfterPreProcessing, "lp", FALSE));
-
-   SCIPinfoMessage(relaxscip, TimeCollector, "\n row and column identified in (sec) : %f\n", SCIPgetClockTime(relaxscip, varslottime));
-   for(int r=0;r<nSlotConss;r++)
-   {
-      id = badconss[r];
-      SCIP_CONS* cons = SCIPgetConss(relaxscip)[id];
-      SCIP_CALL(SCIPdelCons(relaxscip,cons));
-   }
-
-   /******************************************************************************************************************/
-   /*Next, we will do the initial iteration of finding the dual mulpliers of each slot conss, and their sum(dualsum) */
-   /* In the end, we will subtract this sum from the objective of the function.                                      */
-   /* It's initial, because while we would search for more dual multipliers to solve the Lagrangian relaxation       */
-   /******************************************************************************************************************/
-   SCIP_Real* dualmultipliers;
-   SCIP_CALL(SCIPallocBufferArray(relaxscip,&dualmultipliers,nSlotConss));
-   
-   SCIP_Real* subgradients;
-   SCIP_CALL(SCIPallocBufferArray(relaxscip,&subgradients,nSlotConss));
-   //initialize subgradients;
-   SCIP_Real stepsize = 15;
-   SCIP_Real sumofduals=0;
-   for ( int r = 0; r < nSlotConss; ++r)
-   {
-      dualmultipliers[r] = 0;
-      sumofduals+=dualmultipliers[r];                    //adds the negative of the minimum in each iteration
-   }
-
-
-
-   /*******************************************************************************************************/
-   /* The reformulation of the problem can be written as follows                                          */
-   //*>>>>>>>>>>>>>>>>>> min sum { (w[i]+sum{dual[j]})}x[i]-sum{dual[r]} <<<<<<<<<<<<                     */
-   /*where i is nvars, j is NVarInBadConss, and r is nSlotConss for our case *******************************/
-   /****************************************************************************************************************/
-   /* The following function will add the following to the obj(weight) of the variable,                            */
-   //*  the obj(weight) of var + the sum of the dualmultipliers of bad constraints which contains this variable    */
-   /****************************************************************************************************************/
-   
- 
 
+   SCIPcreateprobdata(scip,&probdata,&varbuffers,&badconss,&goodconss,saveindexes);     /*will be used to identify the # of slot(bad) constraints*/ 
+   int nSlotConss = SCIPgetNSlotConss(probdata);         // Number of bad constrains. To change this, only change the sign of the condition. eg. 36
+   int allnconsvars = SCIPgetallnconsvars(probdata);    //sum of all nconsvars, used later for creating an array that collects the list of varids in each row. here all = 99
+   int* listnconsvars = SCIPlistnconsvars(probdata);     // 2  2  2  2  2  2  2  2  2  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3  3 
+   int* listconsvarids = SCIPlistconsvarids(probdata);   //contains in order the list of varindexes found in each bad constraint: (non zero coloums in each row). Examples {0,10,1,11,2,12,...}
+   int* increasingorder = SCIPlistincreasing(probdata);  // 2  4  6  8  10  12  14  16  18  21  24  27  30  33  36  39  42  45  48  51  54  57  60  63  66  69  72  75  78  81  84  87  90  93  96  99
+   int* storenconsvars = SCIPprobdataGetStorenconsvars(probdata) ;                   //will store the nconsvars in good constraints in an increasing order, eg. 9 9 9 9 9 9 9 
+   int* arrangedgoodconss = SCIPprobdataGetArrangedgoodconss(probdata);                // will store the arranged cons ids(row numbers) according to the nconsvars. eg, 37,38,39,40,41,42,43
 
+   int* consids;
+   SCIP_CALL(SCIPallocBufferArray(scip,&consids,nSlotConss));  //consids can be considered the array containing non-zero entries in each column. 
 
-   //fprintf(lower, "hi");
-   SCIP_Real* solvals;  
-   SCIP_CALL(SCIPallocBufferArray(relaxscip,&solvals,nvars+2)); 
-   solvals[nvars+1]=0;  //for last solutions
-   solvals[nvars]=0; //for best solution
+   FILE* varobjects;
+   varobjects=fopen("varobjs.txt","wr");
 
+   /**************************************************************************************************************/
+   /*second, adding the vardata for each variable. This is the column information. The vardata contains informations like:*/
+   /*   - Where in the relaxed constraint is this variable found. ex. for var1, row 0 and 10.                     */
+   /*   - the index of each variable, just in case their original index was changed, and                          */
+   /*   - how many rows in total this variable is fund in                                                         */
+   /***************************************************************************************************************/
+   SCIPcreateVarData(scip,vars,varbuffers,nSlotConss,badconss,consids,vardata,varobjects);
 
 
-   int oscilatecounter=0;
-   int improvementcounter = 0;
-   SCIP_Real oscilator1=0;
-   SCIP_Real oscilator2=0;
-   SCIP_Real forcompare = -1000000000000000000;
-   SCIP_CALL(SCIPstartClock(relaxscip,totaliteration)); 
+   /*Next, we create a feasible solution so we can find an upperbound*/
+   int* feasol;
+   SCIP_CALL(SCIPallocBufferArray(scip,&feasol,nvars));               //will containt a feasible solution for our problem.
 
-   SCIP_Real* feasol;
-   SCIP_CALL(SCIPallocBufferArray(relaxscip,&feasol,nvars));               //will containt a feasible solution for our problem.
+   SCIP_Real* weights;
+   SCIP_CALL(SCIPallocBufferArray(scip,&weights,nvars));              //will contain the delay(weight) of each variable in the original problem.
    for(int v=0;v<nvars;v++)
    {
+      weights[v] = SCIPvarGetObj(vars[v]);
       feasol[v]=-1;  //we assign initial values equal to -1, signifying that the variable's value hasn't been decided yet.
    }
+   FILE* feasolfile;
+   feasolfile=fopen("feasol.txt","wr");
 
-   
-
-   int* nvarsingoodconss;
-   SCIP_CALL(SCIPallocBufferArray(relaxscip,&nvarsingoodconss,SCIPgetNConss(relaxscip)));      //will contain {9,9,9,9,9,9} for the 6f4s problem.
-
-   int maxnvarsingoodconss = 0; //max number of variables found in a start constraint
-   int nconsvars = 0;            //number of vars in a startconss.
-
-   for(int r = 0; r<SCIPgetNConss(relaxscip);r++)
-   {
-      SCIP_CONS* cons = SCIPgetConss(relaxscip)[r];  
-      if(SCIPconsGetLhs(relaxscip,cons,&valid)==1)
-      {  
-         SCIP_CALL(SCIPgetConsNVars(relaxscip, cons, &nconsvars, &valid)); 
-         if(nconsvars>maxnvarsingoodconss){maxnvarsingoodconss=nconsvars;}
-         nvarsingoodconss[r]=nconsvars;
-      }
-   }
-   // printf("%d \n",maxnvarsingoodconss);
-   
    SCIP_VAR** VARSinsidegoodconss;             //will contain the variable in a start constraint
-   SCIP_CALL(SCIPallocBufferArray(relaxscip, &VARSinsidegoodconss, maxnvarsingoodconss));          //the size is the max num a start constraint can hold. We do this not to allocate memory over and over again. 
+   SCIP_CALL(SCIPallocBufferArray(scip, &VARSinsidegoodconss, storenconsvars[nconss-nSlotConss-1]));          //the size is the max num a start constraint can hold. We do this not to allocate memory over and over again. 
+
    //initialize this allocation
-   for(int v=0; v<maxnvarsingoodconss; v++)
+   for(int v=0; v<storenconsvars[nconss-nSlotConss-1]; v++)
    {
-      VARSinsidegoodconss[v]=SCIPgetVars(relaxscip)[0];
+      VARSinsidegoodconss[v]=SCIPgetVars(scip)[0];
    }
 
-   //create a feasible solution
-   // SCIPinfoMessage(relaxscip, varobjects, "\n start of the heur solution generation : %f\n", SCIPgetClockTime(relaxscip, totaliteration));
-   // SCIP_Real beginheur = SCIPgetClockTime(relaxscip, totaliteration);
-   SCIPgetFeasUpperbound(relaxscip, nconsvars, &VARSinsidegoodconss, &feasol, &vardata, increasingorder, listnconsvars, listconsvarids,&fromprob);
-   // SCIP_Real endheur = SCIPgetClockTime(relaxscip, totaliteration);
-   // SCIPinfoMessage(relaxscip, varobjects, "\n end of the heur solution generation : %f\n", SCIPgetClockTime(relaxscip, totaliteration));
-   // fprintf(varobjects,"time it took:%f",endheur-beginheur);
-
-   SCIP_Real upperbound=0;
    SCIP_SOL* mysol;
+   SCIP_Real objval;
    SCIP_CALL(SCIPclearRelaxSolVals(scip,relax));
+   SCIP_CALL( SCIPcreateSol(scip, &relaxdata->sol, NULL) );
 
    /* create working solution */
-   SCIP_CALL( SCIPcreateSol(scip, &relaxdata->sol, NULL) );
+   SCIPgetFeasUpperbound(scip,&vardata, &VARSinsidegoodconss, &feasol, nSlotConss, increasingorder, listnconsvars, listconsvarids, arrangedgoodconss, &feasolfile, weights, &objval,&mysol);
 
    for(int v=0;v<nvars;v++)
    {
-      SCIP_VAR* var = SCIPgetVars(scip)[v];
-      
-      if(feasol[v]==-1){feasol[v]=1;}
-      fprintf(solutions," (%s %f weight %f) \n ", SCIPvarGetName(vars[v]),feasol[v], weights[v]);
-      SCIPsetSolVal(scip,relaxdata->sol,var,feasol[v]);
-      upperbound+=(feasol[v]*SCIPvarGetObj(vars[v]));
-      SCIP_CALL(SCIPsetRelaxSolVal(scip, relax, SCIPgetVars(scip)[i], feasol[v]) );  //setting the solutions found here for the main scip problem.
-   }
-   // SCIPsetSolVals(relaxscip,relaxdata->sol,nvars,vars,feasol);
-   printf("upper bound  = %f\n", upperbound);
-   SCIP_CALL(SCIPprintSol(scip,relaxdata->sol,varobjects,FALSE));
-   fprintf(varobjects,"heyyyyyyyyyyyyyyyyyyyy\n");
-
-   // SCIP_CALL( SCIPsetObjlimit(relaxscip, upperbound));
-   // SCIP_CALL( SCIPsetObjlimit(subscip, cutoff) );
-
-   SCIP_CALL( SCIPtranslateSubSol(scip, relaxscip, relaxdata->sol, NULL, SCIPgetVars(scip), &mysol) );
-   SCIP_CALL( SCIPtrySol(scip,mysol,TRUE,TRUE,TRUE,TRUE,TRUE,&valid));
-   SCIP_CALL( SCIPtrySolFree(scip, &mysol, FALSE, FALSE, TRUE, TRUE, TRUE, &valid) );
-
-   if( valid )
-   {
-      printf("heuristic found a solutions in subproblem; solution %d feasible in original problem\n");
-      SCIPdebugMsg(scip, "heuristic found a solutions in subproblem; solution %d feasible in original problem\n");
-   }
-   
-
-   // SCIP_CALL(SCIPsetRelaxSolVals(scip, relax, nvars, SCIPgetVars(scip),feasol,FALSE));
-  
-   SCIP_CALL( SCIPmarkRelaxSolValid(scip, relax, TRUE) );
-   *result = SCIP_SUCCESS;
-   
-   SCIP_Real change=0;//for saving the dual solution of previous. 
-   int maxiter=2;
-   int stopping = 0;
-
-   SCIP_Real lowfixer = -SCIPinfinity(scip);//used for fixing the lowerbounds. 
-
-   for(int iter=1;iter<=maxiter;iter++)
-   {
-      SCIP_Real* solgenerator;
-      SCIP_CALL(SCIPallocBufferArray(relaxscip,&solgenerator,nvars));               //will containt a feasible solution for our problem.
-      
-      SCIP_SOL* generatedsol;
-
-      for(int v=0;v<nvars;v++)
-      {
-         SCIP_VAR* var = vars[v];
-         double sum =0;
-         solgenerator[v]=-1;
-
-         vardata=SCIPvarGetData(var);
-         int* varids = SCIPvardataGetvarids(vardata); 
-         assert(varids=!NULL);
-         int NVarInBadConss = SCIPvardataGetNVarInBadConss(vardata);
-         // if(NVarInBadConss==0){SCIPsetSolVal(relaxscip,) break;}
-         // else
-         // {
-         // SCIP_CALL(SCIPprintOrigProblem(relaxscip, AfterPreProcessing, "lp", FALSE));
-         // fprintf(varobjects,"%s \n",SCIPvarGetName(var));
-         for(int t=0;t<NVarInBadConss;t++)
-         {
-            sum += dualmultipliers[varids[t]];
-            // fprintf(varobjects,"{id = %d, dual = %f, sum = %f\t",varids[t], dualmultipliers[varids[t]],sum);
-         }
-         // fprintf(varobjects,"}\n\n");
-         SCIP_CALL(SCIPaddVarObj(relaxscip,var,sum));
-
-         // }
-         
-         
-      }
-
-   //    SCIPinfoMessage(relaxscip, TimeCollector, "\n finished changing the variable's weight after (sec) : %f\n", SCIPgetClockTime(relaxscip, totaliteration));
-      
-      SCIP_CALL(SCIPaddOrigObjoffset(relaxscip,-1*sumofduals));
-      //SCIP_CALL(SCIPprintOrigProblem(relaxscip, AfterPreProcessing, "lp", FALSE));
-      SCIPsetMessagehdlrQuiet(relaxscip, TRUE);
-      // fclose(AfterPreProcessing);
-
-      SCIP_CALL( SCIPtransformProb(relaxscip) );
-      SCIP_CALL( SCIPsolve(relaxscip) );
-      // relaxval = SCIPgetPrimalbound(relaxscip);
-      //printf("\ndualbound %f \n",SCIPgetDualbound(relaxscip));
-      fprintf(lower,"%f\t",SCIPgetPrimalbound(relaxscip));
-      printf("relaxation bound = %e status = %d\n", relaxval, SCIPgetStatus(relaxscip));
-
-      /*store the highest lower bound*/      
-      if(solvals[nvars]<SCIPgetPrimalbound(relaxscip)){solvals[nvars]=SCIPgetPrimalbound(relaxscip);}
-      
-
       
-
-      /*make sure we're not oscilating by adding a counter, which checks the absolute value between the difference of the previous few steps and make sure it's not the same. */
-      oscilator2=abs(solvals[nvars+1]-SCIPgetPrimalbound(relaxscip));
-      if(oscilator1==oscilator2){oscilatecounter++;}
-      else{oscilator1=oscilator2; oscilatecounter==0;}
-      //if(oscilatecounter==5){printf("repetition"); break;}
-      //printf("dprev.sol=%f, current=%f, difference %f, coutner=%d, ",solvals[nvars+1],SCIPgetPrimalbound(relaxscip), oscilator2, oscilatecounter);
-      
-      /*store the solution on the last entry of solvals, so we can compare it in the next round for repetitions*/
-      solvals[nvars+1]=SCIPgetPrimalbound(relaxscip);
-
-      /*breaking criteria for iterations*/
-      if(solvals[nvars]>forcompare){forcompare=solvals[nvars]; improvementcounter=0;}
-      else{improvementcounter++;}
-      //if(improvementcounter==10){break; fprintf(variableinfo,"%d\n",iter);}
-      printf("terminator %d",improvementcounter);
-      if(improvementcounter==50){break;}
-
-      /*get the best solution*/   
-      SCIP_SOL* bestsol = SCIPgetBestSol(relaxscip) ;
-      SCIP_SOL** sols = SCIPgetSols(relaxscip);
-      int nsols = SCIPgetNSols(relaxscip);
-      
-      //fprintf(lower,"%d iteration \n",iter);
-      for(int n=0; n<nsols; n++)
-      {
-         SCIP_CALL(SCIPprintSol(relaxscip,sols[n],varobjects,FALSE));   
-      }
-      fprintf(varobjects,"Hey hey hey \n");
-
-      /*text output*/
-      //SCIPinfoMessage(relaxscip, TimeCollector, "\n first iteration: problem solved after (sec) : %f\n", SCIPgetClockTime(relaxscip, totaliteration));
-      //fprintf(solutions,"number of solutions %d, first iteration \t bound=%f, \t objsol=%f \n",nsols, SCIPgetPrimalbound(relaxscip),relaxval);
-      // SCIP_CALL(SCIPprintBestSol(relaxscip,solutions,FALSE));
-
-      /*store the solution in solvals so we can later export it to subgradient function*/
-      SCIPgetSolVals(relaxscip,bestsol,nvars,SCIPgetVars(relaxscip),solvals);
-      //SCIP_CALL(SCIPprintSol(relaxscip,bestsol,dual,FALSE));
-
-
-      for(int v=0;v<nvars;v++)
-      {
-         if(SCIPgetSolVal(relaxscip,bestsol,SCIPgetVars(relaxscip)[v])==1){solgenerator[v]=2;}
-         else{solgenerator[v]==-1;}
-      }
-      // printf("what's going on\n");
-
-      SCIPgetFeasUpperbound(relaxscip, nconsvars, &VARSinsidegoodconss, &solgenerator, &vardata, increasingorder, listnconsvars, listconsvarids,&subgrad);
-      
-      SCIP_Real compare=0;
-
-      for(int v=0;v<nvars;v++)
-      {
-         if(solgenerator[v]==2){solgenerator[v]=1;}
-         SCIP_VAR* var = SCIPgetVars(scip)[v];
-         fprintf(solutions," (%s %f weight %f) \n ", SCIPvarGetName(vars[v]),solgenerator[v], weights[v]);
-         
-         // printf("%s,%f,\n",solgenerator[v], SCIPvarGetName(vars[v]));
-         // SCIPsetSolVal(scip,relaxdata->sol,var,feasol[v]);
-         compare+=solgenerator[v]*weights[v];
-         // SCIP_CALL(SCIPsetRelaxSolVal(scip, relax, SCIPgetVars(scip)[i], feasol[v]) );  //setting the solutions found here for the main scip problem.
-      }
-      // fprintf(subgrad,"upper bound  = %f\n", compare);
-      // fprintf(solutions, "nextround");
-      // SCIP_CALL(SCIPprintSol(scip,relaxdata->sol,varobjects,FALSE));
-      // fprintf(varobjects,"heyyyyyyyyyyyyyyyyyyyy\n");
-      
-      if((*lowerbound)<SCIPgetLowerbound(relaxscip))
-      {
-         *lowerbound = SCIPgetLowerbound(relaxscip);
-
-         printf("lower bound %f %f \n",*lowerbound,SCIPgetLowerbound(relaxscip));
-      }
-      
-      if(compare>upperbound){upperbound = compare;}
-      // SCIP_CALL( SCIPsetObjlimit(relaxscip, upperbound) );
-
-
-      SCIP_CALL( SCIPtranslateSubSol(scip, relaxscip, relaxdata->sol, NULL, SCIPgetVars(scip), &generatedsol) );
-      SCIP_CALL( SCIPtrySol(scip,generatedsol,FALSE, FALSE, TRUE, TRUE, TRUE,&valid));
-      // SCIP_CALL( SCIPtrySolFree(scip, &generatedsol, FALSE, FALSE, TRUE, TRUE, TRUE, &valid) );
-
-      for(int v=0;v<nvars;v++)
-      {
-        
-         SCIP_VAR* var = SCIPgetVars(scip)[v];
-         printf("%s,%f,\n", SCIPvarGetName(vars[v]), SCIPgetSolVal(scip,generatedsol,var));
-
-
-      }
-      if( valid )
-      {
-         printf("KKKKK");
-         printf("heuristic found a solutions in subproblem; solution %d feasible in original problem\n");
-         SCIPdebugMsg(scip, "heuristic found a solutions in subproblem; solution %d feasible in original problem\n");
-      }
-      else{
-         printf("KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKK");
-      }
-
-
-      //stepsize = (stepsize+iter)/double(iter+1); 
-      // fprintf(solutions, "\niteration %d\n",iter);
-      // fprintf(dual, "\niteration %d\n",iter);
-      // fprintf(variableinfo, "\niteration %d\n",iter);
-      // fprintf(varobjects, "\niteration %d\n",iter);
-
-      SCIP_CALL(SCIPaddOrigObjoffset(relaxscip,sumofduals));
-      // SCIP_CALL( SCIPfreeTransform(relaxscip) );
-      // SCIP_CALL( SCIPtransformProb(relaxscip) );
-
-      counter = 0;
-      int checker = 0;
-      for(int r=0; r<nSlotConss;++r)
-      {
-         id = badconss[r];
-         double ax=-1;
-         for(int s=counter;s<(counter+listnconsvars[r]);++s)
-         {
-            // printf("%s->",SCIPvarGetName(vars[listconsvarids[s]]));
-            ax+=SCIPgetSolVal(relaxscip,bestsol,vars[listconsvarids[s]]);
-            // fprintf(subgrad,"%s\t,%f\t, sum %f",SCIPvarGetName(vars[listconsvarids[s]]),SCIPgetSolVal(relaxscip,bestsol,vars[listconsvarids[s]]),ax);
-            
-         }
-         
-         counter += listnconsvars[r];
-         if(ax>0){checker++;}
-         subgradients[r]=ax;
-         // fprintf(subgrad, "\n subgrad = %f \t",subgradients[r]);
-         
-      }
-      /*breaking condition on finding a feasible solution*/
-      if(checker==0){printf("#*#*#*result found\n"); break;}
-
-      SCIP_CALL( SCIPfreeTransform(relaxscip) );
-      SCIP_CALL( SCIPtransformProb(relaxscip) );
-   
-      
-
-      
-      for (int v = 0; v<nvars; ++v)
+      feasol[v]=-1;  //we assign initial values equal to -1, signifying that the variable's value hasn't been decided yet.
+      for(int j=0;j<8;j++) 
       {
-         SCIP_VAR* var = vars[v];
-         
-         SCIP_CALL(SCIPchgVarObj(relaxscip,var,weights[v]));       
-         
-         // fprintf(variableinfo,"(%s,%f,%f)->%f\n",SCIPvarGetName(var),solvals[v],SCIPvarGetObj(var), weights[v]);
-         *lowerbound += solvals[v]*weights[v]; 
+         feasol[9*j+2]=2;
       }
-      fprintf(dual,"dualbound = %f, lowerbound=%f, norm of subgrad %f\t",SCIPgetPrimalbound(relaxscip),&lowerbound, getnorm(subgradients,nSlotConss));
-      fprintf(lower,"\t %f",&lowerbound);
-
-
-      
-      SCIP_Real difference = 1500000-SCIPgetPrimalbound(relaxscip);
-      SCIP_Real progress = SCIPgetPrimalbound(relaxscip)-change;
-      printf("\t %f\n",progress);
-
-      // if(difference>1)
-      // {
-      //    if(improvementcounter<5){stepsize = -2*(difference)/(getnorm(subgradients,nSlotConss)*getnorm(subgradients,nSlotConss));}
-      //    else{stepsize =-1*(difference)/(getnorm(subgradients,nSlotConss)*getnorm(subgradients,nSlotConss));}
-      // }
-      // else{stepsize=1;}
-      if(progress<0.1){stepsize=stepsize/iter; stopping++;}
-      stepsize = 244.98198985280004;
-
-      // if(iter<2*int(maxiter/3)){stepsize = 55;}
-      // else if(2*int(maxiter/3)<=iter<=4*int(maxiter/5)){stepsize=75;}
-      // else{stepsize=40;}
-      // if(stopping==maxiter/4){ break;}
-      fprintf(dual,"dualbound = %f, lowerbound=%f, norm of subgrad %f\t stepsize= %f \n" ,SCIPgetPrimalbound(relaxscip),&lowerbound, getnorm(subgradients,nSlotConss), stepsize);
-      change = SCIPgetPrimalbound(relaxscip);
-      fprintf(variableinfo,"%f\n",solvals[nvars]);
-      fprintf(lower,"\t norm=%f\n",getnorm(subgradients,nSlotConss));
-      SCIP_CALL( SCIPfreeTransform(relaxscip) );
-      // fprintf(solutions, "lowerbound = %f \n ", lowerbound);
-      //SCIPinfoMessage(relaxscip, TimeCollector, "\n subgradients found after (sec) : %f\n, &lowerbound = %f \n", SCIPgetClockTime(relaxscip, varslottime),&lowerbound);
-      
-      //add back the sum of the duals we subtracted from the main obj function
-
-      int sum=0;
-      sumofduals = 0;
-
-      for(int r=0; r<nSlotConss;++r)
-      { 
-         dualmultipliers[r] += subgradients[r]*stepsize;
-         if(dualmultipliers[r]<0){dualmultipliers[r]=0;}
-         
-         sumofduals+=dualmultipliers[r];
-         //fprintf(dual," then dual = %f step size %f, subgradient %f \n",dualmultipliers[r], stepsize,subgradients[r]);
-      }
-      // sumofduals=sum;
-      // fprintf(dual,"iteration %d, sumofduals=%f\n",iter, sumofduals);
-      SCIPinfoMessage(relaxscip, TimeCollector, "%f\n", SCIPgetClockTime(relaxscip, totaliteration));
-      // if(checker==0){printf("solution found in %d iterations\n",iter); break;}
-      // SCIP_CALL( SCIPtrySolFree(scip, &generatedsol, FALSE, FALSE, TRUE, TRUE, TRUE, &valid) );
-      mysol = generatedsol;
    }
-   SCIPfreeTransform(relaxscip);
-   fclose(variableinfo);
-   fclose(dual);
-   fclose(subgrad);
-   fclose(varobjects);
-   fclose(solutions);
-   fclose(lower);
-   fclose(fromprob);
-   *lowerbound = solvals[nvars];
-   *result = SCIP_SUCCESS;
-   printf("\nis it solved %d\n",SCIPisRelaxSolValid(scip));
-   relaxval = solvals[nvars];
-   SCIPdebugMessage("relaxation bound = %e status = %d\n", relaxval, SCIPgetStatus(relaxscip));
-   SCIP_CALL( SCIPmarkRelaxSolValid(scip, relax, TRUE) );
-   
-   if( SCIPgetStatus(relaxscip) == SCIP_STATUS_OPTIMAL )
-   {
-      /* store relaxation solution in original SCIP if it improves the best relaxation solution thus far */
-      if( (! SCIPisRelaxSolValid(scip)) || SCIPisGT(scip, relaxval, SCIPgetRelaxSolObj(scip)) )
-      {
-         SCIPdebugMsg(scip, "Setting LP relaxation solution, which improved upon earlier solution\n");
-
 
-         SCIP_CALL( SCIPclearRelaxSolVals(scip, relax) );
-
-         for( i = 0; i < SCIPgetNVars(scip); ++i )
-         {
-            SCIP_VAR* relaxvar;
-            SCIP_Real solval;
-
-            relaxvar = (SCIP_VAR*)SCIPhashmapGetImage(varmap, SCIPgetVars(scip)[i]);
-            assert(relaxvar != NULL);
-
-            solval = SCIPgetSolVal(relaxscip, SCIPgetBestSol(relaxscip), relaxvar);
-
-            SCIP_CALL( SCIPsetRelaxSolVal(scip, relax, SCIPgetVars(scip)[i], solval) );
-         }
+   SCIP_SOL* anothersol;
+   SCIP_Real anotherobjval;
+   SCIPgetFeasUpperbound(scip,&vardata, &VARSinsidegoodconss, &feasol, nSlotConss, increasingorder, listnconsvars, listconsvarids, arrangedgoodconss, &feasolfile, weights, &anotherobjval,&anothersol);
 
-         /* mark relaxation solution to be valid and inform SCIP that the relaxation included all LP rows */
-         SCIP_CALL( SCIPmarkRelaxSolValid(scip, relax, TRUE) );
-   
-      }
-      SCIPdebugMsg(scip, "LP lower bound = %g\n", relaxval);
 
-      *lowerbound = relaxval;
-      *result = SCIP_SUCCESS;
-   }
-   else if( SCIPgetStatus(relaxscip) == SCIP_STATUS_INFEASIBLE )
-   {
-      SCIPdebugMsg(scip, "cutting off node\n");
-      *result = SCIP_CUTOFF;
-   }
+   fclose(feasolfile);   
+   fclose(varobjects);
 
-   /* free memory */
-   SCIPhashmapFree(&varmap);
-   SCIP_CALL( SCIPfree(&relaxscip) );
+   // /* free memory */
+   // SCIPhashmapFree(&varmap);
+   // SCIP_CALL( SCIPfree(&relaxscip) );
    return SCIP_OKAY;
 }
 
@@ -1347,7 +401,6 @@ SCIP_RETCODE SCIPincludeRelaxlagrangian(
    // SCIP_CALL( SCIPsetRelaxCopy(scip, relax, relaxCopylagr) );
    SCIP_CALL( SCIPsetRelaxFree(scip, relax, relaxFreelagr) );
    SCIP_CALL( SCIPsetRelaxInit(scip, relax, relaxInitlagr) );
-   SCIP_CALL( SCIPsetRelaxExit(scip, relax, relaxExitlagr) );
    SCIP_CALL( SCIPsetRelaxInitsol(scip, relax, relaxInitsollagr) );
    SCIP_CALL( SCIPsetRelaxExitsol(scip, relax, relaxExitsollagr) );
 
diff --git a/src/relax_lagr.h b/src/relax_lagr.h
index 4451d4e0a94f844be5d5b0576c3671cd8d09c296..cd661b5afbb78101628440f7798fac129e7acf1c 100644
--- a/src/relax_lagr.h
+++ b/src/relax_lagr.h
@@ -40,11 +40,11 @@ SCIP_RETCODE SCIPincludeRelaxlagrangian(
 #ifdef __cplusplus
 }
 
-int SCIPvardataGetNVarInBadConss(
+int SCIPvardataGetnbadconssVarisin(
 	SCIP_VARDATA* vardata     /**< variable data */
 );
 
-int* SCIPvardataGetvarids(
+int* SCIPvardataGetconsscontainingvar(
 	SCIP_VARDATA* vardata     /**< variable data */
 );
 int SCIPvardatagetVarindex(
diff --git a/subgrads.txt b/subgrads.txt
deleted file mode 100644
index 9057bc836d9f256a5538d33a40bce21a04f122ab..0000000000000000000000000000000000000000
--- a/subgrads.txt
+++ /dev/null
@@ -1,109 +0,0 @@
-
- F_1
-t_t_x_{1}_{0}	varbufindex 0	nextvarindex 1 	nextvarindex 2 	nextvarindex 3 	nextvarindex 4 	nextvarindex 5 	nextvarindex 6 	nextvarindex 7 	nextvarindex 8 	nvarincons = 2	(sid=0, order=2, nconsvars=2,6) 	var = t_t_x_{1}_{0}	var = t_t_x_{2}_{0}	
-(sid=18, order=48, nconsvars=3,0) 	var = t_t_x_{1}_{0}	var = t_t_x_{3}_{0}	var = t_t_x_{5}_{0}	
-(t_t_x_{1}_{0},0,1.000000)
-t_t_x_{1}_{15}	varbufindex 1	(t_t_x_{1}_{15},1,0.000000)
-t_t_x_{1}_{30}	varbufindex 2	(t_t_x_{1}_{30},2,0.000000)
-t_t_x_{1}_{45}	varbufindex 3	(t_t_x_{1}_{45},3,0.000000)
-t_t_x_{1}_{60}	varbufindex 4	(t_t_x_{1}_{60},4,0.000000)
-t_t_x_{1}_{75}	varbufindex 5	(t_t_x_{1}_{75},5,0.000000)
-t_t_x_{1}_{90}	varbufindex 6	(t_t_x_{1}_{90},6,0.000000)
-t_t_x_{1}_{105}	varbufindex 7	(t_t_x_{1}_{105},7,0.000000)
-t_t_x_{1}_{120}	varbufindex 8	(t_t_x_{1}_{120},8,0.000000)
-
-
- F_7
-t_t_x_{7}_{0}	varbufindex 54	nextvarindex 55 	nextvarindex 56 	nextvarindex 57 	nextvarindex 58 	nextvarindex 59 	nextvarindex 60 	nextvarindex 61 	nextvarindex 62 	nvarincons = 0	(t_t_x_{7}_{0},54,1.000000)
-t_t_x_{7}_{15}	varbufindex 55	(t_t_x_{7}_{15},55,0.000000)
-t_t_x_{7}_{30}	varbufindex 56	(t_t_x_{7}_{30},56,0.000000)
-t_t_x_{7}_{45}	varbufindex 57	(t_t_x_{7}_{45},57,0.000000)
-t_t_x_{7}_{60}	varbufindex 58	(t_t_x_{7}_{60},58,0.000000)
-t_t_x_{7}_{75}	varbufindex 59	(t_t_x_{7}_{75},59,0.000000)
-t_t_x_{7}_{90}	varbufindex 60	(t_t_x_{7}_{90},60,0.000000)
-t_t_x_{7}_{105}	varbufindex 61	(t_t_x_{7}_{105},61,0.000000)
-t_t_x_{7}_{120}	varbufindex 62	(t_t_x_{7}_{120},62,0.000000)
-
-
- F_6
-t_t_x_{6}_{0}	varbufindex 45	nextvarindex 46 	nextvarindex 47 	nextvarindex 48 	nextvarindex 49 	nextvarindex 50 	nextvarindex 51 	nextvarindex 52 	nextvarindex 53 	nvarincons = 1	(sid=27, order=75, nconsvars=3,0) 	var = t_t_x_{4}_{0}	var = t_t_x_{5}_{0}	var = t_t_x_{6}_{0}	
-(t_t_x_{6}_{0},45,1.000000)
-t_t_x_{6}_{15}	varbufindex 46	(t_t_x_{6}_{15},46,0.000000)
-t_t_x_{6}_{30}	varbufindex 47	(t_t_x_{6}_{30},47,0.000000)
-t_t_x_{6}_{45}	varbufindex 48	(t_t_x_{6}_{45},48,0.000000)
-t_t_x_{6}_{60}	varbufindex 49	(t_t_x_{6}_{60},49,0.000000)
-t_t_x_{6}_{75}	varbufindex 50	(t_t_x_{6}_{75},50,0.000000)
-t_t_x_{6}_{90}	varbufindex 51	(t_t_x_{6}_{90},51,0.000000)
-t_t_x_{6}_{105}	varbufindex 52	(t_t_x_{6}_{105},52,0.000000)
-t_t_x_{6}_{120}	varbufindex 53	(t_t_x_{6}_{120},53,0.000000)
-
-
- F_5
-t_t_x_{5}_{0}	varbufindex 36	(t_t_x_{5}_{0},36,0.000000)
-t_t_x_{5}_{15}	varbufindex 37	nextvarindex 38 	nextvarindex 39 	nextvarindex 40 	nextvarindex 41 	nextvarindex 42 	nextvarindex 43 	nextvarindex 44 	nvarincons = 2	(sid=19, order=51, nconsvars=3,0) 	var = t_t_x_{1}_{15}	var = t_t_x_{3}_{15}	var = t_t_x_{5}_{15}	
-(sid=28, order=78, nconsvars=3,0) 	var = t_t_x_{4}_{15}	var = t_t_x_{5}_{15}	var = t_t_x_{6}_{15}	
-(t_t_x_{5}_{15},37,1.000000)
-t_t_x_{5}_{30}	varbufindex 38	(t_t_x_{5}_{30},38,0.000000)
-t_t_x_{5}_{45}	varbufindex 39	(t_t_x_{5}_{45},39,0.000000)
-t_t_x_{5}_{60}	varbufindex 40	(t_t_x_{5}_{60},40,0.000000)
-t_t_x_{5}_{75}	varbufindex 41	(t_t_x_{5}_{75},41,0.000000)
-t_t_x_{5}_{90}	varbufindex 42	(t_t_x_{5}_{90},42,0.000000)
-t_t_x_{5}_{105}	varbufindex 43	(t_t_x_{5}_{105},43,0.000000)
-t_t_x_{5}_{120}	varbufindex 44	(t_t_x_{5}_{120},44,0.000000)
-
-
- F_4
-t_t_x_{4}_{0}	varbufindex 27	(t_t_x_{4}_{0},27,0.000000)
-t_t_x_{4}_{15}	varbufindex 28	(t_t_x_{4}_{15},28,0.000000)
-t_t_x_{4}_{30}	varbufindex 29	nextvarindex 30 	nextvarindex 31 	nextvarindex 32 	nextvarindex 33 	nextvarindex 34 	nextvarindex 35 	nvarincons = 2	(sid=11, order=27, nconsvars=3,75) 	var = t_t_x_{2}_{30}	var = t_t_x_{3}_{30}	var = t_t_x_{4}_{30}	
-(sid=29, order=81, nconsvars=3,0) 	var = t_t_x_{4}_{30}	var = t_t_x_{5}_{30}	var = t_t_x_{6}_{30}	
-(t_t_x_{4}_{30},29,1.000000)
-t_t_x_{4}_{45}	varbufindex 30	(t_t_x_{4}_{45},30,0.000000)
-t_t_x_{4}_{60}	varbufindex 31	(t_t_x_{4}_{60},31,0.000000)
-t_t_x_{4}_{75}	varbufindex 32	(t_t_x_{4}_{75},32,0.000000)
-t_t_x_{4}_{90}	varbufindex 33	(t_t_x_{4}_{90},33,0.000000)
-t_t_x_{4}_{105}	varbufindex 34	(t_t_x_{4}_{105},34,0.000000)
-t_t_x_{4}_{120}	varbufindex 35	(t_t_x_{4}_{120},35,0.000000)
-
-
- F_3
-t_t_x_{3}_{0}	varbufindex 18	nextvarindex 19 	nextvarindex 20 	nextvarindex 21 	nextvarindex 22 	nextvarindex 23 	nextvarindex 24 	nextvarindex 25 	nextvarindex 26 	nvarincons = 2	(sid=9, order=21, nconsvars=3,57) 	var = t_t_x_{2}_{0}	var = t_t_x_{3}_{0}	var = t_t_x_{4}_{0}	
-(sid=18, order=48, nconsvars=3,0) 	var = t_t_x_{1}_{0}	var = t_t_x_{3}_{0}	var = t_t_x_{5}_{0}	
-(t_t_x_{3}_{0},18,1.000000)
-t_t_x_{3}_{15}	varbufindex 19	(t_t_x_{3}_{15},19,0.000000)
-t_t_x_{3}_{30}	varbufindex 20	(t_t_x_{3}_{30},20,0.000000)
-t_t_x_{3}_{45}	varbufindex 21	(t_t_x_{3}_{45},21,0.000000)
-t_t_x_{3}_{60}	varbufindex 22	(t_t_x_{3}_{60},22,0.000000)
-t_t_x_{3}_{75}	varbufindex 23	(t_t_x_{3}_{75},23,0.000000)
-t_t_x_{3}_{90}	varbufindex 24	(t_t_x_{3}_{90},24,0.000000)
-t_t_x_{3}_{105}	varbufindex 25	(t_t_x_{3}_{105},25,0.000000)
-t_t_x_{3}_{120}	varbufindex 26	(t_t_x_{3}_{120},26,0.000000)
-
-
- F_2
-t_t_x_{2}_{0}	varbufindex 9	(t_t_x_{2}_{0},9,0.000000)
-t_t_x_{2}_{15}	varbufindex 10	nextvarindex 11 	nextvarindex 12 	nextvarindex 13 	nextvarindex 14 	nextvarindex 15 	nextvarindex 16 	nextvarindex 17 	nvarincons = 2	(sid=1, order=4, nconsvars=2,10) 	var = t_t_x_{1}_{15}	var = t_t_x_{2}_{15}	
-(sid=10, order=24, nconsvars=3,66) 	var = t_t_x_{2}_{15}	var = t_t_x_{3}_{15}	var = t_t_x_{4}_{15}	
-(t_t_x_{2}_{15},10,1.000000)
-t_t_x_{2}_{30}	varbufindex 11	(t_t_x_{2}_{30},11,0.000000)
-t_t_x_{2}_{45}	varbufindex 12	(t_t_x_{2}_{45},12,0.000000)
-t_t_x_{2}_{60}	varbufindex 13	(t_t_x_{2}_{60},13,0.000000)
-t_t_x_{2}_{75}	varbufindex 14	(t_t_x_{2}_{75},14,0.000000)
-t_t_x_{2}_{90}	varbufindex 15	(t_t_x_{2}_{90},15,0.000000)
-t_t_x_{2}_{105}	varbufindex 16	(t_t_x_{2}_{105},16,0.000000)
-t_t_x_{2}_{120}	varbufindex 17	(t_t_x_{2}_{120},17,0.000000)
-
-
- F_1
-t_t_x_{1}_{0}	varbufindex 0	(t_t_x_{1}_{0},0,0.000000)
-t_t_x_{1}_{15}	varbufindex 1	(t_t_x_{1}_{15},1,0.000000)
-t_t_x_{1}_{30}	varbufindex 2	nextvarindex 3 	nextvarindex 4 	nextvarindex 5 	nextvarindex 6 	nextvarindex 7 	nextvarindex 8 	nvarincons = 2	(sid=2, order=6, nconsvars=2,14) 	var = t_t_x_{1}_{30}	var = t_t_x_{2}_{30}	
-(sid=20, order=54, nconsvars=3,0) 	var = t_t_x_{1}_{30}	var = t_t_x_{3}_{30}	var = t_t_x_{5}_{30}	
-(t_t_x_{1}_{30},2,1.000000)
-t_t_x_{1}_{45}	varbufindex 3	(t_t_x_{1}_{45},3,0.000000)
-t_t_x_{1}_{60}	varbufindex 4	(t_t_x_{1}_{60},4,0.000000)
-t_t_x_{1}_{75}	varbufindex 5	(t_t_x_{1}_{75},5,0.000000)
-t_t_x_{1}_{90}	varbufindex 6	(t_t_x_{1}_{90},6,0.000000)
-t_t_x_{1}_{105}	varbufindex 7	(t_t_x_{1}_{105},7,0.000000)
-t_t_x_{1}_{120}	varbufindex 8	(t_t_x_{1}_{120},8,0.000000)
-
diff --git a/time analysis.ipynb b/time analysis.ipynb
deleted file mode 100644
index 0e88a72cfd1c84399135b406dad909fbb3cdc5e5..0000000000000000000000000000000000000000
--- a/time analysis.ipynb	
+++ /dev/null
@@ -1,62756 +0,0 @@
-{
- "cells": [
-  {
-   "cell_type": "code",
-   "execution_count": 1,
-   "metadata": {},
-   "outputs": [],
-   "source": [
-    "with open('new 2.txt') as f:\n",
-    "    lines = f.readlines()"
-   ]
-  },
-  {
-   "cell_type": "code",
-   "execution_count": 2,
-   "metadata": {},
-   "outputs": [
-    {
-     "ename": "NameError",
-     "evalue": "name 'myfile' is not defined",
-     "output_type": "error",
-     "traceback": [
-      "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
-      "\u001b[0;31mNameError\u001b[0m                                 Traceback (most recent call last)",
-      "\u001b[0;32m<ipython-input-2-d3178e098fec>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0mcontents\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mmyfile\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mread\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m",
-      "\u001b[0;31mNameError\u001b[0m: name 'myfile' is not defined"
-     ]
-    }
-   ],
-   "source": [
-    "contents = myfile.read()"
-   ]
-  },
-  {
-   "cell_type": "code",
-   "execution_count": 3,
-   "metadata": {},
-   "outputs": [],
-   "source": [
-    "myfile = open(\"new 2.txt\", \"rt\") # open lorem.txt for reading text\n",
-    "contents = myfile.read()         # read the entire file to string\n",
-    "myfile.close() "
-   ]
-  },
-  {
-   "cell_type": "code",
-   "execution_count": 5,
-   "metadata": {},
-   "outputs": [
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "{\\rtf1\\ansi\\ansicpg1252\\cocoartf2509\n",
-      "\\cocoatextscaling0\\cocoaplatform0{\\fonttbl\\f0\\fnil\\fcharset0 Menlo-Regular;}\n",
-      "{\\colortbl;\\red255\\green255\\blue255;\\red0\\green0\\blue0;}\n",
-      "{\\*\\expandedcolortbl;;\\csgray\\c0;}\n",
-      "\\margl1440\\margr1440\\vieww10800\\viewh8400\\viewkind0\n",
-      "\\pard\\tx560\\tx1120\\tx1680\\tx2240\\tx2800\\tx3360\\tx3920\\tx4480\\tx5040\\tx5600\\tx6160\\tx6720\\pardirnatural\\partightenfactor0\n",
-      "\n",
-      "\\f0\\fs28 \\cf2 \\CocoaLigature0 hellow\\\n",
-      "91445343309515430.0000000.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.36\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.695535e+05 | 9.695535e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.52\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.69553451655185e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.69553451655185e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "0, 0.000000\\\n",
-      "\t(t_t_x(262805,0),1.o,0.000000) with (t_t_x(263004,385)RQXSI04E,10.o,0.000000)\\\n",
-      "\t(t_t_x(262805,0),1.o,0.000000) with (t_t_x(263266,0),19.o,0.000000)\\\n",
-      "\t(t_t_x(262805,0),1.o,0.000000) with (t_t_x(263313,252)RFBRT04M,28.o,0.000000)\\\n",
-      "\t(t_t_x(262805,0),1.o,0.000000) with (t_t_x(263351,0),37.o,0.000000)\\\n",
-      "\t(t_t_x(262805,0),1.o,0.000000) with (t_t_x(263439,2429)YB3EH04A,46.o,0.000000)\\\n",
-      "0, 1.000000\\\n",
-      "\t(t_t_x(262806,0),2.o,1.000000) with (t_t_x(263012,0),11.o,0.000000)\\\n",
-      "\t(t_t_x(262806,0),2.o,1.000000) with (t_t_x(263276,0),20.o,0.000000)\\\n",
-      "\t(t_t_x(262806,0),2.o,1.000000) with (t_t_x(263316,0),29.o,0.000000)\\\n",
-      "\t(t_t_x(262806,0),2.o,1.000000) with (t_t_x(263367,181)RFBRT04M,38.o,0.000000)\\\n",
-      "\t(t_t_x(262806,0),2.o,1.000000) with (t_t_x(263463,740)LEBAS04A,47.o,0.000000)\\\n",
-      "0, 0.000000\\\n",
-      "\t(t_t_x(262808,0),3.o,0.000000) with (t_t_x(263107,22)BR204M,12.o,0.000000)\\\n",
-      "\t(t_t_x(262808,0),3.o,0.000000) with (t_t_x(263279,151)KFZ4404M,21.o,0.000000)\\\n",
-      "\t(t_t_x(262808,0),3.o,0.000000) with (t_t_x(263323,32)LEBAS04M,30.o,0.000000)\\\n",
-      "\t(t_t_x(262808,0),3.o,0.000000) with (t_t_x(263370,352)RFBRT04M,39.o,0.000000)\\\n",
-      "\t(t_t_x(262808,0),3.o,0.000000) with (t_t_x(263476,76)EBEEC04M,48.o,0.000000)\\\n",
-      "0, 0.000000\\\n",
-      "\t(t_t_x(262844,0),4.o,0.000000) with (t_t_x(263142,0),13.o,0.000000)\\\n",
-      "\t(t_t_x(262844,0),4.o,0.000000) with (t_t_x(263280,91)MM304,22.o,0.000000)\\\n",
-      "\t(t_t_x(262844,0),4.o,0.000000) with (t_t_x(263329,0),31.o,1.000000)\\\n",
-      "\t(t_t_x(262844,0),4.o,0.000000) with (t_t_x(263376,0),40.o,0.000000)\\\n",
-      "\t(t_t_x(262844,0),4.o,0.000000) with (t_t_x(263492,0),49.o,0.000000)\\\n",
-      "0, 0.000000\\\n",
-      "\t(t_t_x(262875,342)EBBRA04E,5.o,0.000000) with (t_t_x(263168,65)RFBRT04M,14.o,0.000000)\\\n",
-      "\t(t_t_x(262875,342)EBBRA04E,5.o,0.000000) with (t_t_x(263290,0),23.o,0.000000)\\\n",
-      "\t(t_t_x(262875,342)EBBRA04E,5.o,0.000000) with (t_t_x(263330,0),32.o,0.000000)\\\n",
-      "\t(t_t_x(262875,342)EBBRA04E,5.o,0.000000) with (t_t_x(263389,17)MM304,41.o,0.000000)\\\n",
-      "\t(t_t_x(262875,342)EBBRA04E,5.o,0.000000) with (t_t_x(263498,0),50.o,0.000000)\\\n",
-      "0, 0.000000\\\n",
-      "\t(t_t_x(262897,0),6.o,0.000000) with (t_t_x(263196,337)RQXSI04E,15.o,0.000000)\\\n",
-      "\t(t_t_x(262897,0),6.o,0.000000) with (t_t_x(263294,0),24.o,0.000000)\\\n",
-      "\t(t_t_x(262897,0),6.o,0.000000) with (t_t_x(263332,140)MM204,33.o,0.000000)\\\n",
-      "\t(t_t_x(262897,0),6.o,0.000000) with (t_t_x(263410,1535)LGKFN04,42.o,0.000000)\\\n",
-      "\t(t_t_x(262897,0),6.o,0.000000) with (t_t_x(263502,145)LEBAS04M,51.o,0.000000)\\\n",
-      "0, 0.000000\\\n",
-      "\t(t_t_x(262913,0),7.o,0.000000) with (t_t_x(263206,0),16.o,1.000000)\\\n",
-      "\t(t_t_x(262913,0),7.o,0.000000) with (t_t_x(263297,0),25.o,0.000000)\\\n",
-      "\t(t_t_x(262913,0),7.o,0.000000) with (t_t_x(263339,289)LCES004M,34.o,0.000000)\\\n",
-      "\t(t_t_x(262913,0),7.o,0.000000) with (t_t_x(263412,167)LCES004M,43.o,0.000000)\\\n",
-      "\t(t_t_x(262913,0),7.o,0.000000) with (t_t_x(263503,436)RNS04M,52.o,0.000000)\\\n",
-      "0, 1.000000\\\n",
-      "\t(t_t_x(262946,560)RQXSI04E,8.o,1.000000) with (t_t_x(263212,0),17.o,0.000000)\\\n",
-      "\t(t_t_x(262946,560)RQXSI04E,8.o,1.000000) with (t_t_x(263298,245)LELVL04M,26.o,0.000000)\\\n",
-      "\t(t_t_x(262946,560)RQXSI04E,8.o,1.000000) with (t_t_x(263346,0),35.o,0.000000)\\\n",
-      "\t(t_t_x(262946,560)RQXSI04E,8.o,1.000000) with (t_t_x(263418,751)$BKED1204,44.o,0.000000)\\\n",
-      "\t(t_t_x(262946,560)RQXSI04E,8.o,1.000000) with (t_t_x(263515,0),53.o,0.000000)\\\n",
-      "0, 0.000000\\\n",
-      "\t(t_t_x(263003,0),9.o,0.000000) with (t_t_x(263249,0),18.o,0.000000)\\\n",
-      "\t(t_t_x(263003,0),9.o,0.000000) with (t_t_x(263306,2040)LCES004,27.o,0.000000)\\\n",
-      "\t(t_t_x(263003,0),9.o,0.000000) with (t_t_x(263350,110)RFBRT04M,36.o,0.000000)\\\n",
-      "\t(t_t_x(263003,0),9.o,0.000000) with (t_t_x(263421,54)LCES004M,45.o,0.000000)\\\n",
-      "\t(t_t_x(263003,0),9.o,0.000000) with (t_t_x(263516,226)LEBAS04M,54.o,0.000000)\\\n",
-      "1, 0.000000\\\n",
-      "\t(t_t_x(263004,385)RQXSI04E,10.o,0.000000) with (t_t_x(263266,0),19.o,0.000000)\\\n",
-      "\t(t_t_x(263004,385)RQXSI04E,10.o,0.000000) with (t_t_x(263313,252)RFBRT04M,28.o,0.000000)\\\n",
-      "\t(t_t_x(263004,385)RQXSI04E,10.o,0.000000) with (t_t_x(263351,0),37.o,0.000000)\\\n",
-      "\t(t_t_x(263004,385)RQXSI04E,10.o,0.000000) with (t_t_x(263439,2429)YB3EH04A,46.o,0.000000)\\\n",
-      "1, 0.000000\\\n",
-      "\t(t_t_x(263012,0),11.o,0.000000) with (t_t_x(263276,0),20.o,0.000000)\\\n",
-      "\t(t_t_x(263012,0),11.o,0.000000) with (t_t_x(263316,0),29.o,0.000000)\\\n",
-      "\t(t_t_x(263012,0),11.o,0.000000) with (t_t_x(263367,181)RFBRT04M,38.o,0.000000)\\\n",
-      "\t(t_t_x(263012,0),11.o,0.000000) with (t_t_x(263463,740)LEBAS04A,47.o,0.000000)\\\n",
-      "1, 0.000000\\\n",
-      "\t(t_t_x(263107,22)BR204M,12.o,0.000000) with (t_t_x(263279,151)KFZ4404M,21.o,0.000000)\\\n",
-      "\t(t_t_x(263107,22)BR204M,12.o,0.000000) with (t_t_x(263323,32)LEBAS04M,30.o,0.000000)\\\n",
-      "\t(t_t_x(263107,22)BR204M,12.o,0.000000) with (t_t_x(263370,352)RFBRT04M,39.o,0.000000)\\\n",
-      "\t(t_t_x(263107,22)BR204M,12.o,0.000000) with (t_t_x(263476,76)EBEEC04M,48.o,0.000000)\\\n",
-      "1, 0.000000\\\n",
-      "\t(t_t_x(263142,0),13.o,0.000000) with (t_t_x(263280,91)MM304,22.o,0.000000)\\\n",
-      "\t(t_t_x(263142,0),13.o,0.000000) with (t_t_x(263329,0),31.o,1.000000)\\\n",
-      "\t(t_t_x(263142,0),13.o,0.000000) with (t_t_x(263376,0),40.o,0.000000)\\\n",
-      "\t(t_t_x(263142,0),13.o,0.000000) with (t_t_x(263492,0),49.o,0.000000)\\\n",
-      "1, 0.000000\\\n",
-      "\t(t_t_x(263168,65)RFBRT04M,14.o,0.000000) with (t_t_x(263290,0),23.o,0.000000)\\\n",
-      "\t(t_t_x(263168,65)RFBRT04M,14.o,0.000000) with (t_t_x(263330,0),32.o,0.000000)\\\n",
-      "\t(t_t_x(263168,65)RFBRT04M,14.o,0.000000) with (t_t_x(263389,17)MM304,41.o,0.000000)\\\n",
-      "\t(t_t_x(263168,65)RFBRT04M,14.o,0.000000) with (t_t_x(263498,0),50.o,0.000000)\\\n",
-      "1, 0.000000\\\n",
-      "\t(t_t_x(263196,337)RQXSI04E,15.o,0.000000) with (t_t_x(263294,0),24.o,0.000000)\\\n",
-      "\t(t_t_x(263196,337)RQXSI04E,15.o,0.000000) with (t_t_x(263332,140)MM204,33.o,0.000000)\\\n",
-      "\t(t_t_x(263196,337)RQXSI04E,15.o,0.000000) with (t_t_x(263410,1535)LGKFN04,42.o,0.000000)\\\n",
-      "\t(t_t_x(263196,337)RQXSI04E,15.o,0.000000) with (t_t_x(263502,145)LEBAS04M,51.o,0.000000)\\\n",
-      "1, 1.000000\\\n",
-      "\t(t_t_x(263206,0),16.o,1.000000) with (t_t_x(263297,0),25.o,0.000000)\\\n",
-      "\t(t_t_x(263206,0),16.o,1.000000) with (t_t_x(263339,289)LCES004M,34.o,0.000000)\\\n",
-      "\t(t_t_x(263206,0),16.o,1.000000) with (t_t_x(263412,167)LCES004M,43.o,0.000000)\\\n",
-      "\t(t_t_x(263206,0),16.o,1.000000) with (t_t_x(263503,436)RNS04M,52.o,0.000000)\\\n",
-      "1, 0.000000\\\n",
-      "\t(t_t_x(263212,0),17.o,0.000000) with (t_t_x(263298,245)LELVL04M,26.o,0.000000)\\\n",
-      "\t(t_t_x(263212,0),17.o,0.000000) with (t_t_x(263346,0),35.o,0.000000)\\\n",
-      "\t(t_t_x(263212,0),17.o,0.000000) with (t_t_x(263418,751)$BKED1204,44.o,0.000000)\\\n",
-      "\t(t_t_x(263212,0),17.o,0.000000) with (t_t_x(263515,0),53.o,0.000000)\\\n",
-      "1, 0.000000\\\n",
-      "\t(t_t_x(263249,0),18.o,0.000000) with (t_t_x(263306,2040)LCES004,27.o,0.000000)\\\n",
-      "\t(t_t_x(263249,0),18.o,0.000000) with (t_t_x(263350,110)RFBRT04M,36.o,0.000000)\\\n",
-      "\t(t_t_x(263249,0),18.o,0.000000) with (t_t_x(263421,54)LCES004M,45.o,0.000000)\\\n",
-      "\t(t_t_x(263249,0),18.o,0.000000) with (t_t_x(263516,226)LEBAS04M,54.o,0.000000)\\\n",
-      "2, 0.000000\\\n",
-      "\t(t_t_x(263266,0),19.o,0.000000) with (t_t_x(263313,252)RFBRT04M,28.o,0.000000)\\\n",
-      "\t(t_t_x(263266,0),19.o,0.000000) with (t_t_x(263351,0),37.o,0.000000)\\\n",
-      "\t(t_t_x(263266,0),19.o,0.000000) with (t_t_x(263439,2429)YB3EH04A,46.o,0.000000)\\\n",
-      "2, 0.000000\\\n",
-      "\t(t_t_x(263276,0),20.o,0.000000) with (t_t_x(263316,0),29.o,0.000000)\\\n",
-      "\t(t_t_x(263276,0),20.o,0.000000) with (t_t_x(263367,181)RFBRT04M,38.o,0.000000)\\\n",
-      "\t(t_t_x(263276,0),20.o,0.000000) with (t_t_x(263463,740)LEBAS04A,47.o,0.000000)\\\n",
-      "2, 0.000000\\\n",
-      "\t(t_t_x(263279,151)KFZ4404M,21.o,0.000000) with (t_t_x(263323,32)LEBAS04M,30.o,0.000000)\\\n",
-      "\t(t_t_x(263279,151)KFZ4404M,21.o,0.000000) with (t_t_x(263370,352)RFBRT04M,39.o,0.000000)\\\n",
-      "\t(t_t_x(263279,151)KFZ4404M,21.o,0.000000) with (t_t_x(263476,76)EBEEC04M,48.o,0.000000)\\\n",
-      "2, 0.000000\\\n",
-      "\t(t_t_x(263280,91)MM304,22.o,0.000000) with (t_t_x(263329,0),31.o,1.000000)\\\n",
-      "\t(t_t_x(263280,91)MM304,22.o,0.000000) with (t_t_x(263376,0),40.o,0.000000)\\\n",
-      "\t(t_t_x(263280,91)MM304,22.o,0.000000) with (t_t_x(263492,0),49.o,0.000000)\\\n",
-      "2, 0.000000\\\n",
-      "\t(t_t_x(263290,0),23.o,0.000000) with (t_t_x(263330,0),32.o,0.000000)\\\n",
-      "\t(t_t_x(263290,0),23.o,0.000000) with (t_t_x(263389,17)MM304,41.o,0.000000)\\\n",
-      "\t(t_t_x(263290,0),23.o,0.000000) with (t_t_x(263498,0),50.o,0.000000)\\\n",
-      "2, 0.000000\\\n",
-      "\t(t_t_x(263294,0),24.o,0.000000) with (t_t_x(263332,140)MM204,33.o,0.000000)\\\n",
-      "\t(t_t_x(263294,0),24.o,0.000000) with (t_t_x(263410,1535)LGKFN04,42.o,0.000000)\\\n",
-      "\t(t_t_x(263294,0),24.o,0.000000) with (t_t_x(263502,145)LEBAS04M,51.o,0.000000)\\\n",
-      "2, 0.000000\\\n",
-      "\t(t_t_x(263297,0),25.o,0.000000) with (t_t_x(263339,289)LCES004M,34.o,0.000000)\\\n",
-      "\t(t_t_x(263297,0),25.o,0.000000) with (t_t_x(263412,167)LCES004M,43.o,0.000000)\\\n",
-      "\t(t_t_x(263297,0),25.o,0.000000) with (t_t_x(263503,436)RNS04M,52.o,0.000000)\\\n",
-      "2, 0.000000\\\n",
-      "\t(t_t_x(263298,245)LELVL04M,26.o,0.000000) with (t_t_x(263346,0),35.o,0.000000)\\\n",
-      "\t(t_t_x(263298,245)LELVL04M,26.o,0.000000) with (t_t_x(263418,751)$BKED1204,44.o,0.000000)\\\n",
-      "\t(t_t_x(263298,245)LELVL04M,26.o,0.000000) with (t_t_x(263515,0),53.o,0.000000)\\\n",
-      "2, 0.000000\\\n",
-      "\t(t_t_x(263306,2040)LCES004,27.o,0.000000) with (t_t_x(263350,110)RFBRT04M,36.o,0.000000)\\\n",
-      "\t(t_t_x(263306,2040)LCES004,27.o,0.000000) with (t_t_x(263421,54)LCES004M,45.o,0.000000)\\\n",
-      "\t(t_t_x(263306,2040)LCES004,27.o,0.000000) with (t_t_x(263516,226)LEBAS04M,54.o,0.000000)\\\n",
-      "3, 0.000000\\\n",
-      "\t(t_t_x(263313,252)RFBRT04M,28.o,0.000000) with (t_t_x(263351,0),37.o,0.000000)\\\n",
-      "\t(t_t_x(263313,252)RFBRT04M,28.o,0.000000) with (t_t_x(263439,2429)YB3EH04A,46.o,0.000000)\\\n",
-      "3, 0.000000\\\n",
-      "\t(t_t_x(263316,0),29.o,0.000000) with (t_t_x(263367,181)RFBRT04M,38.o,0.000000)\\\n",
-      "\t(t_t_x(263316,0),29.o,0.000000) with (t_t_x(263463,740)LEBAS04A,47.o,0.000000)\\\n",
-      "3, 0.000000\\\n",
-      "\t(t_t_x(263323,32)LEBAS04M,30.o,0.000000) with (t_t_x(263370,352)RFBRT04M,39.o,0.000000)\\\n",
-      "\t(t_t_x(263323,32)LEBAS04M,30.o,0.000000) with (t_t_x(263476,76)EBEEC04M,48.o,0.000000)\\\n",
-      "3, 1.000000\\\n",
-      "\t(t_t_x(263329,0),31.o,1.000000) with (t_t_x(263376,0),40.o,0.000000)\\\n",
-      "\t(t_t_x(263329,0),31.o,1.000000) with (t_t_x(263492,0),49.o,0.000000)\\\n",
-      "3, 0.000000\\\n",
-      "\t(t_t_x(263330,0),32.o,0.000000) with (t_t_x(263389,17)MM304,41.o,0.000000)\\\n",
-      "\t(t_t_x(263330,0),32.o,0.000000) with (t_t_x(263498,0),50.o,0.000000)\\\n",
-      "3, 0.000000\\\n",
-      "\t(t_t_x(263332,140)MM204,33.o,0.000000) with (t_t_x(263410,1535)LGKFN04,42.o,0.000000)\\\n",
-      "\t(t_t_x(263332,140)MM204,33.o,0.000000) with (t_t_x(263502,145)LEBAS04M,51.o,0.000000)\\\n",
-      "3, 0.000000\\\n",
-      "\t(t_t_x(263339,289)LCES004M,34.o,0.000000) with (t_t_x(263412,167)LCES004M,43.o,0.000000)\\\n",
-      "\t(t_t_x(263339,289)LCES004M,34.o,0.000000) with (t_t_x(263503,436)RNS04M,52.o,0.000000)\\\n",
-      "3, 0.000000\\\n",
-      "\t(t_t_x(263346,0),35.o,0.000000) with (t_t_x(263418,751)$BKED1204,44.o,0.000000)\\\n",
-      "\t(t_t_x(263346,0),35.o,0.000000) with (t_t_x(263515,0),53.o,0.000000)\\\n",
-      "3, 0.000000\\\n",
-      "\t(t_t_x(263350,110)RFBRT04M,36.o,0.000000) with (t_t_x(263421,54)LCES004M,45.o,0.000000)\\\n",
-      "\t(t_t_x(263350,110)RFBRT04M,36.o,0.000000) with (t_t_x(263516,226)LEBAS04M,54.o,0.000000)\\\n",
-      "4, 0.000000\\\n",
-      "\t(t_t_x(263351,0),37.o,0.000000) with (t_t_x(263439,2429)YB3EH04A,46.o,0.000000)\\\n",
-      "4, 0.000000\\\n",
-      "\t(t_t_x(263367,181)RFBRT04M,38.o,0.000000) with (t_t_x(263463,740)LEBAS04A,47.o,0.000000)\\\n",
-      "4, 0.000000\\\n",
-      "\t(t_t_x(263370,352)RFBRT04M,39.o,0.000000) with (t_t_x(263476,76)EBEEC04M,48.o,0.000000)\\\n",
-      "4, 0.000000\\\n",
-      "\t(t_t_x(263376,0),40.o,0.000000) with (t_t_x(263492,0),49.o,0.000000)\\\n",
-      "4, 0.000000\\\n",
-      "\t(t_t_x(263389,17)MM304,41.o,0.000000) with (t_t_x(263498,0),50.o,0.000000)\\\n",
-      "4, 0.000000\\\n",
-      "\t(t_t_x(263410,1535)LGKFN04,42.o,0.000000) with (t_t_x(263502,145)LEBAS04M,51.o,0.000000)\\\n",
-      "4, 0.000000\\\n",
-      "\t(t_t_x(263412,167)LCES004M,43.o,0.000000) with (t_t_x(263503,436)RNS04M,52.o,0.000000)\\\n",
-      "4, 0.000000\\\n",
-      "\t(t_t_x(263418,751)$BKED1204,44.o,0.000000) with (t_t_x(263515,0),53.o,0.000000)\\\n",
-      "4, 0.000000\\\n",
-      "\t(t_t_x(263421,54)LCES004M,45.o,0.000000) with (t_t_x(263516,226)LEBAS04M,54.o,0.000000)\\\n",
-      "5, 0.000000\\\n",
-      "5, 0.000000\\\n",
-      "5, 0.000000\\\n",
-      "5, 0.000000\\\n",
-      "5, 0.000000\\\n",
-      "5, 0.000000\\\n",
-      "5, 0.000000\\\n",
-      "5, 0.000000\\\n",
-      "5, 0.000000\\\n",
-      "6, 0.000000\\\n",
-      "6, 1.000000\\\n",
-      "6, 0.000000\\\n",
-      "6, 0.000000\\\n",
-      "6, 0.000000\\\n",
-      "6, 0.000000\\\n",
-      "6, 0.000000\\\n",
-      "6, 0.000000\\\n",
-      "6, 1.000000\\\n",
-      "7, 0.000000\\\n",
-      "7, 0.000000\\\n",
-      "7, 0.000000\\\n",
-      "7, 0.000000\\\n",
-      "7, 0.000000\\\n",
-      "7, 0.000000\\\n",
-      "7, 0.000000\\\n",
-      "7, 0.000000\\\n",
-      "7, 1.000000\\\n",
-      "8, 0.000000\\\n",
-      "8, 0.000000\\\n",
-      "8, 0.000000\\\n",
-      "8, 0.000000\\\n",
-      "8, 0.000000\\\n",
-      "8, 0.000000\\\n",
-      "8, 0.000000\\\n",
-      "8, 1.000000\\\n",
-      "8, 0.000000\\\n",
-      "9, 0.000000\\\n",
-      "9, 0.000000\\\n",
-      "9, 0.000000\\\n",
-      "9, 0.000000\\\n",
-      "9, 0.000000\\\n",
-      "9, 1.000000\\\n",
-      "9, 0.000000\\\n",
-      "9, 0.000000\\\n",
-      "9, 0.000000\\\n",
-      "10, 0.000000\\\n",
-      "10, 0.000000\\\n",
-      "10, 0.000000\\\n",
-      "10, 0.000000\\\n",
-      "10, 0.000000\\\n",
-      "10, 0.000000\\\n",
-      "10, 0.000000\\\n",
-      "10, 0.000000\\\n",
-      "10, 0.000000\\\n",
-      "11, 0.000000\\\n",
-      "11, 0.000000\\\n",
-      "11, 1.000000\\\n",
-      "11, 0.000000\\\n",
-      "11, 0.000000\\\n",
-      "11, 0.000000\\\n",
-      "11, 0.000000\\\n",
-      "11, 0.000000\\\n",
-      "11, 1.000000\\\n",
-      "12, 0.000000\\\n",
-      "12, 1.000000\\\n",
-      "12, 0.000000\\\n",
-      "12, 0.000000\\\n",
-      "12, 0.000000\\\n",
-      "12, 0.000000\\\n",
-      "12, 0.000000\\\n",
-      "12, 0.000000\\\n",
-      "12, 0.000000\\\n",
-      "13, 0.000000\\\n",
-      "13, 0.000000\\\n",
-      "13, 0.000000\\\n",
-      "13, 0.000000\\\n",
-      "13, 0.000000\\\n",
-      "13, 0.000000\\\n",
-      "13, 1.000000\\\n",
-      "13, 0.000000\\\n",
-      "13, 0.000000\\\n",
-      "14, 0.000000\\\n",
-      "14, 0.000000\\\n",
-      "14, 0.000000\\\n",
-      "14, 0.000000\\\n",
-      "14, 0.000000\\\n",
-      "14, 0.000000\\\n",
-      "14, 0.000000\\\n",
-      "14, 0.000000\\\n",
-      "14, 0.000000\\\n",
-      "15, 0.000000\\\n",
-      "15, 0.000000\\\n",
-      "15, 0.000000\\\n",
-      "15, 0.000000\\\n",
-      "15, 1.000000\\\n",
-      "15, 0.000000\\\n",
-      "15, 0.000000\\\n",
-      "15, 1.000000\\\n",
-      "15, 0.000000\\\n",
-      "16, 0.000000\\\n",
-      "16, 0.000000\\\n",
-      "16, 0.000000\\\n",
-      "16, 0.000000\\\n",
-      "16, 0.000000\\\n",
-      "16, 1.000000\\\n",
-      "16, 0.000000\\\n",
-      "16, 0.000000\\\n",
-      "16, 1.000000\\\n",
-      "17, 0.000000\\\n",
-      "17, 0.000000\\\n",
-      "17, 0.000000\\\n",
-      "17, 0.000000\\\n",
-      "17, 0.000000\\\n",
-      "17, 0.000000\\\n",
-      "17, 1.000000\\\n",
-      "17, 0.000000\\\n",
-      "17, 0.000000\\\n",
-      "18, 0.000000\\\n",
-      "18, 0.000000\\\n",
-      "18, 1.000000\\\n",
-      "18, 0.000000\\\n",
-      "18, 0.000000\\\n",
-      "18, 0.000000\\\n",
-      "18, 0.000000\\\n",
-      "18, 0.000000\\\n",
-      "18, 0.000000\\\n",
-      "19, 1.000000\\\n",
-      "19, 0.000000\\\n",
-      "19, 1.000000\\\n",
-      "19, 0.000000\\\n",
-      "19, 0.000000\\\n",
-      "19, 0.000000\\\n",
-      "19, 1.000000\\\n",
-      "19, 0.000000\\\n",
-      "19, 0.000000\\\n",
-      "20, 0.000000\\\n",
-      "20, 0.000000\\\n",
-      "20, 1.000000\\\n",
-      "20, 0.000000\\\n",
-      "20, 0.000000\\\n",
-      "20, 0.000000\\\n",
-      "20, 1.000000\\\n",
-      "20, 0.000000\\\n",
-      "20, 0.000000\\\n",
-      "21, 0.000000\\\n",
-      "21, 0.000000\\\n",
-      "21, 0.000000\\\n",
-      "21, 0.000000\\\n",
-      "21, 0.000000\\\n",
-      "21, 0.000000\\\n",
-      "21, 0.000000\\\n",
-      "21, 1.000000\\\n",
-      "21, 0.000000\\\n",
-      "22, 0.000000\\\n",
-      "22, 1.000000\\\n",
-      "22, 0.000000\\\n",
-      "22, 0.000000\\\n",
-      "22, 0.000000\\\n",
-      "22, 0.000000\\\n",
-      "22, 0.000000\\\n",
-      "22, 0.000000\\\n",
-      "22, 0.000000\\\n",
-      "23, 0.000000\\\n",
-      "23, 0.000000\\\n",
-      "23, 0.000000\\\n",
-      "23, 1.000000\\\n",
-      "23, 0.000000\\\n",
-      "23, 0.000000\\\n",
-      "23, 0.000000\\\n",
-      "23, 0.000000\\\n",
-      "23, 0.000000\\\n",
-      "24, 0.000000\\\n",
-      "24, 0.000000\\\n",
-      "24, 0.000000\\\n",
-      "24, 0.000000\\\n",
-      "24, 0.000000\\\n",
-      "24, 0.000000\\\n",
-      "24, 0.000000\\\n",
-      "24, 1.000000\\\n",
-      "24, 0.000000\\\n",
-      "25, 0.000000\\\n",
-      "25, 0.000000\\\n",
-      "25, 0.000000\\\n",
-      "25, 0.000000\\\n",
-      "25, 0.000000\\\n",
-      "25, 0.000000\\\n",
-      "25, 0.000000\\\n",
-      "25, 0.000000\\\n",
-      "25, 0.000000\\\n",
-      "26, 0.000000\\\n",
-      "26, 0.000000\\\n",
-      "26, 0.000000\\\n",
-      "26, 1.000000\\\n",
-      "26, 0.000000\\\n",
-      "26, 0.000000\\\n",
-      "26, 0.000000\\\n",
-      "26, 0.000000\\\n",
-      "26, 0.000000\\\n",
-      "27, 0.000000\\\n",
-      "27, 0.000000\\\n",
-      "27, 0.000000\\\n",
-      "27, 0.000000\\\n",
-      "27, 1.000000\\\n",
-      "27, 0.000000\\\n",
-      "27, 0.000000\\\n",
-      "27, 0.000000\\\n",
-      "27, 0.000000\\\n",
-      "28, 0.000000\\\n",
-      "28, 0.000000\\\n",
-      "28, 0.000000\\\n",
-      "28, 0.000000\\\n",
-      "28, 0.000000\\\n",
-      "28, 0.000000\\\n",
-      "28, 0.000000\\\n",
-      "28, 0.000000\\\n",
-      "28, 0.000000\\\n",
-      "29, 0.000000\\\n",
-      "29, 1.000000\\\n",
-      "29, 0.000000\\\n",
-      "29, 0.000000\\\n",
-      "29, 0.000000\\\n",
-      "29, 0.000000\\\n",
-      "29, 0.000000\\\n",
-      "29, 0.000000\\\n",
-      "29, 1.000000\\\n",
-      "30, 0.000000\\\n",
-      "30, 0.000000\\\n",
-      "30, 0.000000\\\n",
-      "30, 0.000000\\\n",
-      "30, 0.000000\\\n",
-      "30, 0.000000\\\n",
-      "30, 1.000000\\\n",
-      "30, 0.000000\\\n",
-      "30, 0.000000\\\n",
-      "31, 0.000000\\\n",
-      "31, 0.000000\\\n",
-      "31, 0.000000\\\n",
-      "31, 1.000000\\\n",
-      "31, 0.000000\\\n",
-      "31, 0.000000\\\n",
-      "31, 0.000000\\\n",
-      "31, 1.000000\\\n",
-      "31, 0.000000\\\n",
-      "32, 0.000000\\\n",
-      "32, 0.000000\\\n",
-      "32, 1.000000\\\n",
-      "32, 0.000000\\\n",
-      "32, 0.000000\\\n",
-      "32, 0.000000\\\n",
-      "32, 0.000000\\\n",
-      "32, 0.000000\\\n",
-      "32, 0.000000\\\n",
-      "33, 0.000000\\\n",
-      "33, 0.000000\\\n",
-      "33, 0.000000\\\n",
-      "33, 0.000000\\\n",
-      "33, 0.000000\\\n",
-      "33, 1.000000\\\n",
-      "33, 0.000000\\\n",
-      "33, 0.000000\\\n",
-      "33, 0.000000\\\n",
-      "34, 0.000000\\\n",
-      "34, 0.000000\\\n",
-      "34, 0.000000\\\n",
-      "34, 0.000000\\\n",
-      "34, 1.000000\\\n",
-      "34, 0.000000\\\n",
-      "34, 0.000000\\\n",
-      "34, 0.000000\\\n",
-      "34, 0.000000\\\n",
-      "35, 0.000000\\\n",
-      "35, 0.000000\\\n",
-      "35, 0.000000\\\n",
-      "35, 0.000000\\\n",
-      "35, 0.000000\\\n",
-      "35, 0.000000\\\n",
-      "35, 0.000000\\\n",
-      "35, 0.000000\\\n",
-      "35, 1.000000\\\n",
-      "36, 0.000000\\\n",
-      "36, 0.000000\\\n",
-      "36, 0.000000\\\n",
-      "36, 0.000000\\\n",
-      "36, 0.000000\\\n",
-      "36, 0.000000\\\n",
-      "36, 0.000000\\\n",
-      "36, 0.000000\\\n",
-      "36, 0.000000\\\n",
-      "37, 1.000000\\\n",
-      "37, 0.000000\\\n",
-      "37, 0.000000\\\n",
-      "37, 0.000000\\\n",
-      "37, 0.000000\\\n",
-      "37, 0.000000\\\n",
-      "37, 0.000000\\\n",
-      "37, 0.000000\\\n",
-      "37, 0.000000\\\n",
-      "38, 0.000000\\\n",
-      "38, 0.000000\\\n",
-      "38, 0.000000\\\n",
-      "38, 0.000000\\\n",
-      "38, 0.000000\\\n",
-      "38, 0.000000\\\n",
-      "38, 0.000000\\\n",
-      "38, 0.000000\\\n",
-      "38, 0.000000\\\n",
-      "39, 0.000000\\\n",
-      "39, 0.000000\\\n",
-      "39, 0.000000\\\n",
-      "39, 0.000000\\\n",
-      "39, 0.000000\\\n",
-      "39, 0.000000\\\n",
-      "39, 0.000000\\\n",
-      "39, 0.000000\\\n",
-      "39, 0.000000\\\n",
-      "40, 0.000000\\\n",
-      "40, 0.000000\\\n",
-      "40, 1.000000\\\n",
-      "40, 0.000000\\\n",
-      "40, 0.000000\\\n",
-      "40, 0.000000\\\n",
-      "40, 0.000000\\\n",
-      "40, 0.000000\\\n",
-      "40, 0.000000\\\n",
-      "41, 0.000000\\\n",
-      "41, 0.000000\\\n",
-      "41, 0.000000\\\n",
-      "41, 1.000000\\\n",
-      "41, 0.000000\\\n",
-      "41, 0.000000\\\n",
-      "41, 0.000000\\\n",
-      "41, 0.000000\\\n",
-      "41, 0.000000\\\n",
-      "42, 0.000000\\\n",
-      "42, 1.000000\\\n",
-      "42, 0.000000\\\n",
-      "42, 0.000000\\\n",
-      "42, 0.000000\\\n",
-      "42, 0.000000\\\n",
-      "42, 0.000000\\\n",
-      "42, 0.000000\\\n",
-      "42, 0.000000\\\n",
-      "43, 0.000000\\\n",
-      "43, 0.000000\\\n",
-      "43, 0.000000\\\n",
-      "43, 0.000000\\\n",
-      "43, 0.000000\\\n",
-      "43, 0.000000\\\n",
-      "43, 0.000000\\\n",
-      "43, 1.000000\\\n",
-      "43, 0.000000\\\n",
-      "44, 0.000000\\\n",
-      "44, 0.000000\\\n",
-      "44, 0.000000\\\n",
-      "44, 0.000000\\\n",
-      "44, 0.000000\\\n",
-      "44, 0.000000\\\n",
-      "44, 0.000000\\\n",
-      "44, 1.000000\\\n",
-      "44, 0.000000\\\n",
-      "45, 1.000000\\\n",
-      "45, 0.000000\\\n",
-      "45, 0.000000\\\n",
-      "45, 0.000000\\\n",
-      "45, 0.000000\\\n",
-      "45, 0.000000\\\n",
-      "45, 0.000000\\\n",
-      "45, 0.000000\\\n",
-      "45, 0.000000\\\n",
-      "46, 0.000000\\\n",
-      "46, 0.000000\\\n",
-      "46, 0.000000\\\n",
-      "46, 0.000000\\\n",
-      "46, 0.000000\\\n",
-      "46, 0.000000\\\n",
-      "46, 0.000000\\\n",
-      "46, 0.000000\\\n",
-      "46, 0.000000\\\n",
-      "47, 0.000000\\\n",
-      "47, 0.000000\\\n",
-      "47, 0.000000\\\n",
-      "47, 0.000000\\\n",
-      "47, 0.000000\\\n",
-      "47, 0.000000\\\n",
-      "47, 0.000000\\\n",
-      "47, 0.000000\\\n",
-      "47, 1.000000\\\n",
-      "48, 0.000000\\\n",
-      "48, 0.000000\\\n",
-      "48, 0.000000\\\n",
-      "48, 0.000000\\\n",
-      "48, 0.000000\\\n",
-      "48, 0.000000\\\n",
-      "48, 0.000000\\\n",
-      "48, 0.000000\\\n",
-      "48, 0.000000\\\n",
-      "49, 0.000000\\\n",
-      "49, 0.000000\\\n",
-      "49, 0.000000\\\n",
-      "49, 0.000000\\\n",
-      "49, 0.000000\\\n",
-      "49, 0.000000\\\n",
-      "49, 0.000000\\\n",
-      "49, 0.000000\\\n",
-      "49, 0.000000\\\n",
-      "50, 0.000000\\\n",
-      "50, 0.000000\\\n",
-      "50, 0.000000\\\n",
-      "50, 0.000000\\\n",
-      "50, 1.000000\\\n",
-      "50, 0.000000\\\n",
-      "50, 0.000000\\\n",
-      "50, 0.000000\\\n",
-      "50, 0.000000\\\n",
-      "51, 0.000000\\\n",
-      "51, 0.000000\\\n",
-      "51, 0.000000\\\n",
-      "51, 0.000000\\\n",
-      "51, 0.000000\\\n",
-      "51, 0.000000\\\n",
-      "51, 0.000000\\\n",
-      "51, 0.000000\\\n",
-      "51, 0.000000\\\n",
-      "52, 1.000000\\\n",
-      "52, 0.000000\\\n",
-      "52, 0.000000\\\n",
-      "52, 0.000000\\\n",
-      "52, 0.000000\\\n",
-      "52, 0.000000\\\n",
-      "52, 0.000000\\\n",
-      "52, 0.000000\\\n",
-      "52, 1.000000\\\n",
-      "53, 0.000000\\\n",
-      "53, 0.000000\\\n",
-      "53, 0.000000\\\n",
-      "53, 0.000000\\\n",
-      "53, 0.000000\\\n",
-      "53, 0.000000\\\n",
-      "53, 0.000000\\\n",
-      "53, 0.000000\\\n",
-      "53, 1.000000\\\n",
-      "54, 0.000000\\\n",
-      "54, 0.000000\\\n",
-      "54, 0.000000\\\n",
-      "54, 0.000000\\\n",
-      "54, 0.000000\\\n",
-      "54, 0.000000\\\n",
-      "54, 1.000000\\\n",
-      "54, 0.000000\\\n",
-      "54, 0.000000\\\n",
-      "55, 0.000000\\\n",
-      "55, 0.000000\\\n",
-      "55, 0.000000\\\n",
-      "55, 0.000000\\\n",
-      "55, 0.000000\\\n",
-      "55, 0.000000\\\n",
-      "55, 1.000000\\\n",
-      "55, 0.000000\\\n",
-      "55, 0.000000\\\n",
-      "56, 0.000000\\\n",
-      "56, 1.000000\\\n",
-      "56, 0.000000\\\n",
-      "56, 0.000000\\\n",
-      "56, 0.000000\\\n",
-      "56, 0.000000\\\n",
-      "56, 0.000000\\\n",
-      "56, 0.000000\\\n",
-      "56, 0.000000\\\n",
-      "57, 0.000000\\\n",
-      "57, 1.000000\\\n",
-      "57, 0.000000\\\n",
-      "57, 0.000000\\\n",
-      "57, 0.000000\\\n",
-      "57, 0.000000\\\n",
-      "57, 0.000000\\\n",
-      "57, 1.000000\\\n",
-      "57, 0.000000\\\n",
-      "58, 1.000000\\\n",
-      "58, 0.000000\\\n",
-      "58, 0.000000\\\n",
-      "58, 0.000000\\\n",
-      "58, 0.000000\\\n",
-      "58, 0.000000\\\n",
-      "58, 1.000000\\\n",
-      "58, 0.000000\\\n",
-      "58, 1.000000\\\n",
-      "59, 0.000000\\\n",
-      "59, 1.000000\\\n",
-      "59, 0.000000\\\n",
-      "59, 0.000000\\\n",
-      "59, 0.000000\\\n",
-      "59, 0.000000\\\n",
-      "59, 0.000000\\\n",
-      "59, 0.000000\\\n",
-      "59, 0.000000\\\n",
-      "60, 1.000000\\\n",
-      "60, 0.000000\\\n",
-      "60, 0.000000\\\n",
-      "60, 0.000000\\\n",
-      "60, 0.000000\\\n",
-      "60, 0.000000\\\n",
-      "60, 0.000000\\\n",
-      "60, 0.000000\\\n",
-      "60, 0.000000\\\n",
-      "61, 0.000000\\\n",
-      "61, 0.000000\\\n",
-      "61, 0.000000\\\n",
-      "61, 0.000000\\\n",
-      "61, 0.000000\\\n",
-      "61, 0.000000\\\n",
-      "61, 0.000000\\\n",
-      "61, 0.000000\\\n",
-      "61, 0.000000\\\n",
-      "62, 0.000000\\\n",
-      "62, 0.000000\\\n",
-      "62, 0.000000\\\n",
-      "62, 0.000000\\\n",
-      "62, 0.000000\\\n",
-      "62, 0.000000\\\n",
-      "62, 0.000000\\\n",
-      "62, 0.000000\\\n",
-      "62, 0.000000\\\n",
-      "63, 0.000000\\\n",
-      "63, 0.000000\\\n",
-      "63, 0.000000\\\n",
-      "63, 0.000000\\\n",
-      "63, 1.000000\\\n",
-      "63, 0.000000\\\n",
-      "63, 0.000000\\\n",
-      "63, 1.000000\\\n",
-      "63, 0.000000\\\n",
-      "64, 0.000000\\\n",
-      "64, 0.000000\\\n",
-      "64, 0.000000\\\n",
-      "64, 0.000000\\\n",
-      "64, 1.000000\\\n",
-      "64, 0.000000\\\n",
-      "64, 0.000000\\\n",
-      "64, 0.000000\\\n",
-      "64, 1.000000\\\n",
-      "65, 0.000000\\\n",
-      "65, 0.000000\\\n",
-      "65, 0.000000\\\n",
-      "65, 0.000000\\\n",
-      "65, 0.000000\\\n",
-      "65, 0.000000\\\n",
-      "65, 0.000000\\\n",
-      "65, 1.000000\\\n",
-      "65, 0.000000\\\n",
-      "66, 0.000000\\\n",
-      "66, 0.000000\\\n",
-      "66, 0.000000\\\n",
-      "66, 0.000000\\\n",
-      "66, 0.000000\\\n",
-      "66, 0.000000\\\n",
-      "66, 1.000000\\\n",
-      "66, 0.000000\\\n",
-      "66, 0.000000\\\n",
-      "67, 0.000000\\\n",
-      "67, 0.000000\\\n",
-      "67, 0.000000\\\n",
-      "67, 0.000000\\\n",
-      "67, 0.000000\\\n",
-      "67, 0.000000\\\n",
-      "67, 1.000000\\\n",
-      "67, 0.000000\\\n",
-      "67, 0.000000\\\n",
-      "68, 0.000000\\\n",
-      "68, 0.000000\\\n",
-      "68, 0.000000\\\n",
-      "68, 0.000000\\\n",
-      "68, 0.000000\\\n",
-      "68, 0.000000\\\n",
-      "68, 1.000000\\\n",
-      "68, 0.000000\\\n",
-      "68, 0.000000\\\n",
-      "69, 0.000000\\\n",
-      "69, 1.000000\\\n",
-      "69, 0.000000\\\n",
-      "69, 0.000000\\\n",
-      "69, 0.000000\\\n",
-      "69, 0.000000\\\n",
-      "69, 1.000000\\\n",
-      "69, 0.000000\\\n",
-      "69, 0.000000\\\n",
-      "70, 0.000000\\\n",
-      "70, 0.000000\\\n",
-      "70, 0.000000\\\n",
-      "70, 0.000000\\\n",
-      "70, 1.000000\\\n",
-      "70, 0.000000\\\n",
-      "70, 1.000000\\\n",
-      "70, 0.000000\\\n",
-      "70, 0.000000\\\n",
-      "71, 0.000000\\\n",
-      "71, 0.000000\\\n",
-      "71, 0.000000\\\n",
-      "71, 1.000000\\\n",
-      "71, 0.000000\\\n",
-      "71, 0.000000\\\n",
-      "71, 0.000000\\\n",
-      "71, 0.000000\\\n",
-      "71, 0.000000\\\n",
-      "72, 0.000000\\\n",
-      "72, 0.000000\\\n",
-      "72, 0.000000\\\n",
-      "72, 0.000000\\\n",
-      "72, 0.000000\\\n",
-      "72, 1.000000\\\n",
-      "72, 0.000000\\\n",
-      "72, 0.000000\\\n",
-      "72, 0.000000\\\n",
-      "73, 0.000000\\\n",
-      "73, 0.000000\\\n",
-      "73, 0.000000\\\n",
-      "73, 0.000000\\\n",
-      "73, 1.000000\\\n",
-      "73, 0.000000\\\n",
-      "73, 0.000000\\\n",
-      "73, 0.000000\\\n",
-      "73, 0.000000\\\n",
-      "74, 1.000000\\\n",
-      "74, 0.000000\\\n",
-      "74, 0.000000\\\n",
-      "74, 1.000000\\\n",
-      "74, 0.000000\\\n",
-      "74, 0.000000\\\n",
-      "74, 1.000000\\\n",
-      "74, 0.000000\\\n",
-      "74, 0.000000\\\n",
-      "75, 0.000000\\\n",
-      "75, 0.000000\\\n",
-      "75, 1.000000\\\n",
-      "75, 0.000000\\\n",
-      "75, 0.000000\\\n",
-      "75, 1.000000\\\n",
-      "75, 0.000000\\\n",
-      "75, 0.000000\\\n",
-      "75, 0.000000\\\n",
-      "76, 0.000000\\\n",
-      "76, 0.000000\\\n",
-      "76, 0.000000\\\n",
-      "76, 0.000000\\\n",
-      "76, 0.000000\\\n",
-      "76, 0.000000\\\n",
-      "76, 1.000000\\\n",
-      "76, 0.000000\\\n",
-      "76, 0.000000\\\n",
-      "77, 0.000000\\\n",
-      "77, 0.000000\\\n",
-      "77, 0.000000\\\n",
-      "77, 0.000000\\\n",
-      "77, 1.000000\\\n",
-      "77, 0.000000\\\n",
-      "77, 0.000000\\\n",
-      "77, 0.000000\\\n",
-      "77, 0.000000\\\n",
-      "78, 0.000000\\\n",
-      "78, 0.000000\\\n",
-      "78, 0.000000\\\n",
-      "78, 0.000000\\\n",
-      "78, 0.000000\\\n",
-      "78, 0.000000\\\n",
-      "78, 0.000000\\\n",
-      "78, 0.000000\\\n",
-      "78, 0.000000\\\n",
-      "79, 0.000000\\\n",
-      "79, 0.000000\\\n",
-      "79, 0.000000\\\n",
-      "79, 0.000000\\\n",
-      "79, 0.000000\\\n",
-      "79, 0.000000\\\n",
-      "79, 1.000000\\\n",
-      "79, 0.000000\\\n",
-      "79, 1.000000\\\n",
-      "80, 0.000000\\\n",
-      "80, 0.000000\\\n",
-      "80, 0.000000\\\n",
-      "80, 1.000000\\\n",
-      "80, 0.000000\\\n",
-      "80, 1.000000\\\n",
-      "80, 0.000000\\\n",
-      "80, 1.000000\\\n",
-      "80, 0.000000\\\n",
-      "81, 0.000000\\\n",
-      "81, 0.000000\\\n",
-      "81, 1.000000\\\n",
-      "81, 0.000000\\\n",
-      "81, 1.000000\\\n",
-      "81, 0.000000\\\n",
-      "81, 1.000000\\\n",
-      "81, 0.000000\\\n",
-      "81, 0.000000\\\n",
-      "82, 1.000000\\\n",
-      "82, 0.000000\\\n",
-      "82, 0.000000\\\n",
-      "82, 1.000000\\\n",
-      "82, 0.000000\\\n",
-      "82, 0.000000\\\n",
-      "82, 0.000000\\\n",
-      "82, 1.000000\\\n",
-      "82, 0.000000\\\n",
-      "83, 0.000000\\\n",
-      "83, 0.000000\\\n",
-      "83, 0.000000\\\n",
-      "83, 0.000000\\\n",
-      "83, 0.000000\\\n",
-      "83, 0.000000\\\n",
-      "83, 0.000000\\\n",
-      "83, 1.000000\\\n",
-      "83, 0.000000\\\n",
-      "84, 0.000000\\\n",
-      "84, 1.000000\\\n",
-      "84, 0.000000\\\n",
-      "84, 0.000000\\\n",
-      "84, 1.000000\\\n",
-      "84, 0.000000\\\n",
-      "84, 1.000000\\\n",
-      "84, 0.000000\\\n",
-      "84, 0.000000\\\n",
-      "85, 0.000000\\\n",
-      "85, 0.000000\\\n",
-      "85, 0.000000\\\n",
-      "85, 1.000000\\\n",
-      "85, 0.000000\\\n",
-      "85, 0.000000\\\n",
-      "85, 0.000000\\\n",
-      "85, 1.000000\\\n",
-      "85, 0.000000\\\n",
-      "86, 0.000000\\\n",
-      "86, 1.000000\\\n",
-      "86, 0.000000\\\n",
-      "86, 0.000000\\\n",
-      "86, 0.000000\\\n",
-      "86, 1.000000\\\n",
-      "86, 0.000000\\\n",
-      "86, 0.000000\\\n",
-      "86, 0.000000\\\n",
-      "87, 0.000000\\\n",
-      "87, 0.000000\\\n",
-      "87, 0.000000\\\n",
-      "87, 1.000000\\\n",
-      "87, 0.000000\\\n",
-      "87, 0.000000\\\n",
-      "87, 0.000000\\\n",
-      "87, 0.000000\\\n",
-      "87, 0.000000\\\n",
-      "88, 0.000000\\\n",
-      "88, 1.000000\\\n",
-      "88, 0.000000\\\n",
-      "88, 0.000000\\\n",
-      "88, 0.000000\\\n",
-      "88, 0.000000\\\n",
-      "88, 1.000000\\\n",
-      "88, 0.000000\\\n",
-      "88, 1.000000\\\n",
-      "89, 0.000000\\\n",
-      "89, 0.000000\\\n",
-      "89, 0.000000\\\n",
-      "89, 1.000000\\\n",
-      "89, 0.000000\\\n",
-      "89, 0.000000\\\n",
-      "89, 0.000000\\\n",
-      "89, 0.000000\\\n",
-      "89, 0.000000\\\n",
-      "90, 1.000000\\\n",
-      "90, 0.000000\\\n",
-      "90, 1.000000\\\n",
-      "90, 0.000000\\\n",
-      "90, 0.000000\\\n",
-      "90, 1.000000\\\n",
-      "90, 0.000000\\\n",
-      "90, 1.000000\\\n",
-      "90, 0.000000\\\n",
-      "91, 0.000000\\\n",
-      "91, 0.000000\\\n",
-      "91, 0.000000\\\n",
-      "91, 0.000000\\\n",
-      "91, 1.000000\\\n",
-      "91, 0.000000\\\n",
-      "91, 1.000000\\\n",
-      "91, 0.000000\\\n",
-      "91, 0.000000\\\n",
-      "92, 0.000000\\\n",
-      "92, 0.000000\\\n",
-      "92, 0.000000\\\n",
-      "92, 1.000000\\\n",
-      "92, 0.000000\\\n",
-      "92, 0.000000\\\n",
-      "92, 0.000000\\\n",
-      "92, 0.000000\\\n",
-      "92, 0.000000\\\n",
-      "93, 0.000000\\\n",
-      "93, 0.000000\\\n",
-      "93, 0.000000\\\n",
-      "93, 0.000000\\\n",
-      "93, 0.000000\\\n",
-      "93, 0.000000\\\n",
-      "93, 0.000000\\\n",
-      "93, 0.000000\\\n",
-      "93, 0.000000\\\n",
-      "94, 0.000000\\\n",
-      "94, 1.000000\\\n",
-      "94, 0.000000\\\n",
-      "94, 0.000000\\\n",
-      "94, 0.000000\\\n",
-      "94, 0.000000\\\n",
-      "94, 0.000000\\\n",
-      "94, 0.000000\\\n",
-      "94, 0.000000\\\n",
-      "95, 1.000000\\\n",
-      "95, 0.000000\\\n",
-      "95, 0.000000\\\n",
-      "95, 0.000000\\\n",
-      "95, 0.000000\\\n",
-      "95, 0.000000\\\n",
-      "95, 0.000000\\\n",
-      "95, 0.000000\\\n",
-      "95, 0.000000\\\n",
-      "96, 0.000000\\\n",
-      "96, 0.000000\\\n",
-      "96, 1.000000\\\n",
-      "96, 0.000000\\\n",
-      "96, 0.000000\\\n",
-      "96, 0.000000\\\n",
-      "96, 0.000000\\\n",
-      "96, 0.000000\\\n",
-      "96, 0.000000\\\n",
-      "97, 0.000000\\\n",
-      "97, 0.000000\\\n",
-      "97, 0.000000\\\n",
-      "97, 0.000000\\\n",
-      "97, 1.000000\\\n",
-      "97, 0.000000\\\n",
-      "97, 0.000000\\\n",
-      "97, 0.000000\\\n",
-      "97, 0.000000\\\n",
-      "98, 0.000000\\\n",
-      "98, 0.000000\\\n",
-      "98, 0.000000\\\n",
-      "98, 1.000000\\\n",
-      "98, 0.000000\\\n",
-      "98, 1.000000\\\n",
-      "98, 0.000000\\\n",
-      "98, 0.000000\\\n",
-      "98, 0.000000\\\n",
-      "99, 1.000000\\\n",
-      "99, 0.000000\\\n",
-      "99, 0.000000\\\n",
-      "99, 0.000000\\\n",
-      "99, 0.000000\\\n",
-      "99, 0.000000\\\n",
-      "99, 0.000000\\\n",
-      "99, 0.000000\\\n",
-      "99, 0.000000\\\n",
-      "100, 0.000000\\\n",
-      "100, 0.000000\\\n",
-      "100, 0.000000\\\n",
-      "100, 0.000000\\\n",
-      "100, 0.000000\\\n",
-      "100, 0.000000\\\n",
-      "100, 0.000000\\\n",
-      "100, 0.000000\\\n",
-      "100, 0.000000\\\n",
-      "101, 0.000000\\\n",
-      "101, 0.000000\\\n",
-      "101, 0.000000\\\n",
-      "101, 0.000000\\\n",
-      "101, 0.000000\\\n",
-      "101, 0.000000\\\n",
-      "101, 0.000000\\\n",
-      "101, 0.000000\\\n",
-      "101, 1.000000\\\n",
-      "102, 0.000000\\\n",
-      "102, 0.000000\\\n",
-      "102, 0.000000\\\n",
-      "102, 1.000000\\\n",
-      "102, 0.000000\\\n",
-      "102, 0.000000\\\n",
-      "102, 0.000000\\\n",
-      "102, 0.000000\\\n",
-      "102, 1.000000\\\n",
-      "103, 0.000000\\\n",
-      "103, 0.000000\\\n",
-      "103, 0.000000\\\n",
-      "103, 0.000000\\\n",
-      "103, 1.000000\\\n",
-      "103, 0.000000\\\n",
-      "103, 0.000000\\\n",
-      "103, 0.000000\\\n",
-      "103, 0.000000\\\n",
-      "104, 0.000000\\\n",
-      "104, 0.000000\\\n",
-      "104, 0.000000\\\n",
-      "104, 0.000000\\\n",
-      "104, 0.000000\\\n",
-      "104, 0.000000\\\n",
-      "104, 0.000000\\\n",
-      "104, 0.000000\\\n",
-      "104, 1.000000\\\n",
-      "105, 0.000000\\\n",
-      "105, 0.000000\\\n",
-      "105, 0.000000\\\n",
-      "105, 0.000000\\\n",
-      "105, 1.000000\\\n",
-      "105, 0.000000\\\n",
-      "105, 1.000000\\\n",
-      "105, 0.000000\\\n",
-      "105, 0.000000\\\n",
-      "106, 0.000000\\\n",
-      "106, 0.000000\\\n",
-      "106, 0.000000\\\n",
-      "106, 0.000000\\\n",
-      "106, 0.000000\\\n",
-      "106, 0.000000\\\n",
-      "106, 0.000000\\\n",
-      "106, 0.000000\\\n",
-      "106, 0.000000\\\n",
-      "107, 0.000000\\\n",
-      "107, 1.000000\\\n",
-      "107, 0.000000\\\n",
-      "107, 0.000000\\\n",
-      "107, 0.000000\\\n",
-      "107, 0.000000\\\n",
-      "107, 0.000000\\\n",
-      "107, 0.000000\\\n",
-      "107, 0.000000\\\n",
-      "108, 0.000000\\\n",
-      "108, 0.000000\\\n",
-      "108, 0.000000\\\n",
-      "108, 0.000000\\\n",
-      "108, 0.000000\\\n",
-      "108, 0.000000\\\n",
-      "108, 0.000000\\\n",
-      "108, 0.000000\\\n",
-      "108, 0.000000\\\n",
-      "109, 0.000000\\\n",
-      "109, 0.000000\\\n",
-      "109, 0.000000\\\n",
-      "109, 0.000000\\\n",
-      "109, 0.000000\\\n",
-      "109, 0.000000\\\n",
-      "109, 1.000000\\\n",
-      "109, 0.000000\\\n",
-      "109, 0.000000\\\n",
-      "110, 0.000000\\\n",
-      "110, 0.000000\\\n",
-      "110, 1.000000\\\n",
-      "110, 0.000000\\\n",
-      "110, 0.000000\\\n",
-      "110, 0.000000\\\n",
-      "110, 0.000000\\\n",
-      "110, 0.000000\\\n",
-      "110, 0.000000\\\n",
-      "111, 0.000000\\\n",
-      "111, 0.000000\\\n",
-      "111, 0.000000\\\n",
-      "111, 0.000000\\\n",
-      "111, 1.000000\\\n",
-      "111, 0.000000\\\n",
-      "111, 0.000000\\\n",
-      "111, 0.000000\\\n",
-      "111, 1.000000\\\n",
-      "112, 0.000000\\\n",
-      "112, 0.000000\\\n",
-      "112, 0.000000\\\n",
-      "112, 0.000000\\\n",
-      "112, 0.000000\\\n",
-      "112, 0.000000\\\n",
-      "112, 0.000000\\\n",
-      "112, 1.000000\\\n",
-      "112, 0.000000\\\n",
-      "113, 0.000000\\\n",
-      "113, 0.000000\\\n",
-      "113, 0.000000\\\n",
-      "113, 0.000000\\\n",
-      "113, 0.000000\\\n",
-      "113, 0.000000\\\n",
-      "113, 1.000000\\\n",
-      "113, 0.000000\\\n",
-      "113, 0.000000\\\n",
-      "114, 0.000000\\\n",
-      "114, 0.000000\\\n",
-      "114, 0.000000\\\n",
-      "114, 0.000000\\\n",
-      "114, 0.000000\\\n",
-      "114, 0.000000\\\n",
-      "114, 1.000000\\\n",
-      "114, 0.000000\\\n",
-      "114, 0.000000\\\n",
-      "115, 0.000000\\\n",
-      "115, 0.000000\\\n",
-      "115, 0.000000\\\n",
-      "115, 0.000000\\\n",
-      "115, 0.000000\\\n",
-      "115, 0.000000\\\n",
-      "115, 1.000000\\\n",
-      "115, 0.000000\\\n",
-      "115, 0.000000\\\n",
-      "116, 0.000000\\\n",
-      "116, 0.000000\\\n",
-      "116, 0.000000\\\n",
-      "116, 0.000000\\\n",
-      "116, 0.000000\\\n",
-      "116, 0.000000\\\n",
-      "116, 0.000000\\\n",
-      "116, 0.000000\\\n",
-      "116, 0.000000\\\n",
-      "117, 1.000000\\\n",
-      "117, 0.000000\\\n",
-      "117, 0.000000\\\n",
-      "117, 0.000000\\\n",
-      "117, 0.000000\\\n",
-      "117, 0.000000\\\n",
-      "117, 0.000000\\\n",
-      "117, 0.000000\\\n",
-      "117, 0.000000\\\n",
-      "118, 0.000000\\\n",
-      "118, 0.000000\\\n",
-      "118, 1.000000\\\n",
-      "118, 0.000000\\\n",
-      "118, 0.000000\\\n",
-      "118, 0.000000\\\n",
-      "118, 0.000000\\\n",
-      "118, 0.000000\\\n",
-      "118, 1.000000\\\n",
-      "119, 0.000000\\\n",
-      "119, 0.000000\\\n",
-      "119, 0.000000\\\n",
-      "119, 0.000000\\\n",
-      "119, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "119, 0.000000\\\n",
-      "119, 0.000000\\\n",
-      "119, 0.000000\\\n",
-      "119, 0.000000\\\n",
-      "120, 0.000000\\\n",
-      "120, 0.000000\\\n",
-      "120, 0.000000\\\n",
-      "120, 0.000000\\\n",
-      "120, 0.000000\\\n",
-      "120, 0.000000\\\n",
-      "120, 0.000000\\\n",
-      "120, 0.000000\\\n",
-      "120, 1.000000\\\n",
-      "121, 0.000000\\\n",
-      "121, 0.000000\\\n",
-      "121, 0.000000\\\n",
-      "121, 1.000000\\\n",
-      "121, 0.000000\\\n",
-      "121, 0.000000\\\n",
-      "121, 0.000000\\\n",
-      "121, 0.000000\\\n",
-      "121, 0.000000\\\n",
-      "122, 0.000000\\\n",
-      "122, 0.000000\\\n",
-      "122, 0.000000\\\n",
-      "122, 0.000000\\\n",
-      "122, 0.000000\\\n",
-      "122, 0.000000\\\n",
-      "122, 0.000000\\\n",
-      "122, 0.000000\\\n",
-      "122, 1.000000\\\n",
-      "123, 0.000000\\\n",
-      "123, 0.000000\\\n",
-      "123, 0.000000\\\n",
-      "123, 0.000000\\\n",
-      "123, 0.000000\\\n",
-      "123, 1.000000\\\n",
-      "123, 0.000000\\\n",
-      "123, 0.000000\\\n",
-      "123, 0.000000\\\n",
-      "124, 0.000000\\\n",
-      "124, 0.000000\\\n",
-      "124, 0.000000\\\n",
-      "124, 0.000000\\\n",
-      "124, 0.000000\\\n",
-      "124, 0.000000\\\n",
-      "124, 0.000000\\\n",
-      "124, 0.000000\\\n",
-      "124, 1.000000\\\n",
-      "125, 0.000000\\\n",
-      "125, 0.000000\\\n",
-      "125, 0.000000\\\n",
-      "125, 1.000000\\\n",
-      "125, 0.000000\\\n",
-      "125, 0.000000\\\n",
-      "125, 0.000000\\\n",
-      "125, 0.000000\\\n",
-      "125, 0.000000\\\n",
-      "126, 0.000000\\\n",
-      "126, 0.000000\\\n",
-      "126, 0.000000\\\n",
-      "126, 0.000000\\\n",
-      "126, 0.000000\\\n",
-      "126, 1.000000\\\n",
-      "126, 0.000000\\\n",
-      "126, 0.000000\\\n",
-      "126, 0.000000\\\n",
-      "127, 1.000000\\\n",
-      "127, 0.000000\\\n",
-      "127, 0.000000\\\n",
-      "127, 0.000000\\\n",
-      "127, 0.000000\\\n",
-      "127, 0.000000\\\n",
-      "127, 0.000000\\\n",
-      "127, 0.000000\\\n",
-      "127, 0.000000\\\n",
-      "128, 0.000000\\\n",
-      "128, 0.000000\\\n",
-      "128, 0.000000\\\n",
-      "128, 0.000000\\\n",
-      "128, 0.000000\\\n",
-      "128, 0.000000\\\n",
-      "128, 0.000000\\\n",
-      "128, 0.000000\\\n",
-      "128, 0.000000\\\n",
-      "129, 0.000000\\\n",
-      "129, 0.000000\\\n",
-      "129, 1.000000\\\n",
-      "129, 0.000000\\\n",
-      "129, 0.000000\\\n",
-      "129, 0.000000\\\n",
-      "129, 0.000000\\\n",
-      "129, 0.000000\\\n",
-      "129, 0.000000\\\n",
-      "130, 0.000000\\\n",
-      "130, 0.000000\\\n",
-      "130, 0.000000\\\n",
-      "130, 0.000000\\\n",
-      "130, 0.000000\\\n",
-      "130, 0.000000\\\n",
-      "130, 0.000000\\\n",
-      "130, 0.000000\\\n",
-      "130, 0.000000\\\n",
-      "131, 0.000000\\\n",
-      "131, 0.000000\\\n",
-      "131, 0.000000\\\n",
-      "131, 0.000000\\\n",
-      "131, 0.000000\\\n",
-      "131, 0.000000\\\n",
-      "131, 0.000000\\\n",
-      "131, 0.000000\\\n",
-      "131, 0.000000\\\n",
-      "132, 0.000000\\\n",
-      "132, 0.000000\\\n",
-      "132, 0.000000\\\n",
-      "132, 0.000000\\\n",
-      "132, 0.000000\\\n",
-      "132, 1.000000\\\n",
-      "132, 0.000000\\\n",
-      "132, 1.000000\\\n",
-      "132, 0.000000\\\n",
-      "133, 0.000000\\\n",
-      "133, 0.000000\\\n",
-      "133, 1.000000\\\n",
-      "133, 0.000000\\\n",
-      "133, 0.000000\\\n",
-      "133, 0.000000\\\n",
-      "133, 0.000000\\\n",
-      "133, 0.000000\\\n",
-      "133, 0.000000\\\n",
-      "134, 0.000000\\\n",
-      "134, 0.000000\\\n",
-      "134, 0.000000\\\n",
-      "134, 1.000000\\\n",
-      "134, 0.000000\\\n",
-      "134, 1.000000\\\n",
-      "134, 0.000000\\\n",
-      "134, 0.000000\\\n",
-      "134, 0.000000\\\n",
-      "135, 0.000000\\\n",
-      "135, 0.000000\\\n",
-      "135, 0.000000\\\n",
-      "135, 0.000000\\\n",
-      "135, 0.000000\\\n",
-      "135, 0.000000\\\n",
-      "135, 0.000000\\\n",
-      "135, 0.000000\\\n",
-      "135, 0.000000\\\n",
-      "136, 0.000000\\\n",
-      "136, 0.000000\\\n",
-      "136, 0.000000\\\n",
-      "136, 0.000000\\\n",
-      "136, 0.000000\\\n",
-      "136, 0.000000\\\n",
-      "136, 0.000000\\\n",
-      "136, 0.000000\\\n",
-      "136, 0.000000\\\n",
-      "137, 1.000000\\\n",
-      "137, 0.000000\\\n",
-      "137, 0.000000\\\n",
-      "137, 0.000000\\\n",
-      "137, 0.000000\\\n",
-      "137, 0.000000\\\n",
-      "137, 1.000000\\\n",
-      "137, 0.000000\\\n",
-      "137, 0.000000\\\n",
-      "138, 0.000000\\\n",
-      "138, 0.000000\\\n",
-      "138, 0.000000\\\n",
-      "138, 0.000000\\\n",
-      "138, 0.000000\\\n",
-      "138, 0.000000\\\n",
-      "138, 0.000000\\\n",
-      "138, 0.000000\\\n",
-      "138, 0.000000\\\n",
-      "139, 0.000000\\\n",
-      "139, 0.000000\\\n",
-      "139, 0.000000\\\n",
-      "139, 0.000000\\\n",
-      "139, 0.000000\\\n",
-      "139, 0.000000\\\n",
-      "139, 0.000000\\\n",
-      "139, 0.000000\\\n",
-      "139, 0.000000\\\n",
-      "140, 0.000000\\\n",
-      "140, 1.000000\\\n",
-      "140, 0.000000\\\n",
-      "140, 0.000000\\\n",
-      "140, 0.000000\\\n",
-      "140, 0.000000\\\n",
-      "140, 1.000000\\\n",
-      "140, 0.000000\\\n",
-      "140, 0.000000\\\n",
-      "141, 0.000000\\\n",
-      "141, 0.000000\\\n",
-      "141, 0.000000\\\n",
-      "141, 0.000000\\\n",
-      "141, 0.000000\\\n",
-      "141, 0.000000\\\n",
-      "141, 0.000000\\\n",
-      "141, 0.000000\\\n",
-      "141, 0.000000\\\n",
-      "142, 0.000000\\\n",
-      "142, 0.000000\\\n",
-      "142, 0.000000\\\n",
-      "142, 0.000000\\\n",
-      "142, 0.000000\\\n",
-      "142, 0.000000\\\n",
-      "142, 0.000000\\\n",
-      "142, 0.000000\\\n",
-      "142, 0.000000\\\n",
-      "143, 0.000000\\\n",
-      "143, 0.000000\\\n",
-      "143, 0.000000\\\n",
-      "143, 0.000000\\\n",
-      "143, 0.000000\\\n",
-      "143, 0.000000\\\n",
-      "143, 0.000000\\\n",
-      "143, 0.000000\\\n",
-      "143, 0.000000\\\n",
-      "144, 0.000000\\\n",
-      "144, 0.000000\\\n",
-      "144, 0.000000\\\n",
-      "144, 0.000000\\\n",
-      "144, 0.000000\\\n",
-      "144, 0.000000\\\n",
-      "144, 0.000000\\\n",
-      "144, 0.000000\\\n",
-      "144, 0.000000\\\n",
-      "145, 1.000000\\\n",
-      "145, 0.000000\\\n",
-      "145, 0.000000\\\n",
-      "145, 0.000000\\\n",
-      "145, 0.000000\\\n",
-      "145, 0.000000\\\n",
-      "145, 0.000000\\\n",
-      "145, 0.000000\\\n",
-      "145, 0.000000\\\n",
-      "146, 0.000000\\\n",
-      "146, 0.000000\\\n",
-      "146, 0.000000\\\n",
-      "146, 0.000000\\\n",
-      "146, 0.000000\\\n",
-      "146, 0.000000\\\n",
-      "146, 0.000000\\\n",
-      "146, 1.000000\\\n",
-      "146, 0.000000\\\n",
-      "147, 0.000000\\\n",
-      "147, 0.000000\\\n",
-      "147, 1.000000\\\n",
-      "147, 0.000000\\\n",
-      "147, 1.000000\\\n",
-      "147, 0.000000\\\n",
-      "147, 0.000000\\\n",
-      "147, 0.000000\\\n",
-      "147, 0.000000\\\n",
-      "148, 0.000000\\\n",
-      "148, 0.000000\\\n",
-      "148, 0.000000\\\n",
-      "148, 1.000000\\\n",
-      "148, 0.000000\\\n",
-      "148, 0.000000\\\n",
-      "148, 0.000000\\\n",
-      "148, 0.000000\\\n",
-      "148, 0.000000\\\n",
-      "149, 0.000000\\\n",
-      "149, 0.000000\\\n",
-      "149, 1.000000\\\n",
-      "149, 0.000000\\\n",
-      "149, 0.000000\\\n",
-      "149, 0.000000\\\n",
-      "149, 0.000000\\\n",
-      "149, 0.000000\\\n",
-      "149, 0.000000\\\n",
-      "150, 0.000000\\\n",
-      "150, 0.000000\\\n",
-      "150, 1.000000\\\n",
-      "150, 0.000000\\\n",
-      "150, 0.000000\\\n",
-      "150, 0.000000\\\n",
-      "150, 0.000000\\\n",
-      "150, 0.000000\\\n",
-      "150, 0.000000\\\n",
-      "151, 0.000000\\\n",
-      "151, 0.000000\\\n",
-      "151, 0.000000\\\n",
-      "151, 0.000000\\\n",
-      "151, 0.000000\\\n",
-      "151, 1.000000\\\n",
-      "151, 0.000000\\\n",
-      "151, 0.000000\\\n",
-      "151, 0.000000\\\n",
-      "152, 0.000000\\\n",
-      "152, 0.000000\\\n",
-      "152, 0.000000\\\n",
-      "152, 0.000000\\\n",
-      "152, 0.000000\\\n",
-      "152, 0.000000\\\n",
-      "152, 0.000000\\\n",
-      "152, 0.000000\\\n",
-      "152, 0.000000\\\n",
-      "153, 1.000000\\\n",
-      "153, 0.000000\\\n",
-      "153, 0.000000\\\n",
-      "153, 0.000000\\\n",
-      "153, 0.000000\\\n",
-      "153, 0.000000\\\n",
-      "153, 1.000000\\\n",
-      "153, 0.000000\\\n",
-      "153, 0.000000\\\n",
-      "154, 0.000000\\\n",
-      "154, 0.000000\\\n",
-      "154, 0.000000\\\n",
-      "154, 0.000000\\\n",
-      "154, 0.000000\\\n",
-      "154, 0.000000\\\n",
-      "154, 0.000000\\\n",
-      "154, 0.000000\\\n",
-      "154, 0.000000\\\n",
-      "155, 0.000000\\\n",
-      "155, 0.000000\\\n",
-      "155, 0.000000\\\n",
-      "155, 1.000000\\\n",
-      "155, 0.000000\\\n",
-      "155, 0.000000\\\n",
-      "155, 0.000000\\\n",
-      "155, 1.000000\\\n",
-      "155, 0.000000\\\n",
-      "156, 0.000000\\\n",
-      "156, 0.000000\\\n",
-      "156, 0.000000\\\n",
-      "156, 0.000000\\\n",
-      "156, 0.000000\\\n",
-      "156, 0.000000\\\n",
-      "156, 0.000000\\\n",
-      "156, 1.000000\\\n",
-      "156, 0.000000\\\n",
-      "157, 0.000000\\\n",
-      "157, 0.000000\\\n",
-      "157, 0.000000\\\n",
-      "157, 0.000000\\\n",
-      "157, 0.000000\\\n",
-      "157, 1.000000\\\n",
-      "157, 0.000000\\\n",
-      "157, 0.000000\\\n",
-      "157, 1.000000\\\n",
-      "158, 0.000000\\\n",
-      "158, 0.000000\\\n",
-      "158, 0.000000\\\n",
-      "158, 1.000000\\\n",
-      "158, 0.000000\\\n",
-      "158, 0.000000\\\n",
-      "158, 0.000000\\\n",
-      "158, 0.000000\\\n",
-      "158, 0.000000\\\n",
-      "159, 0.000000\\\n",
-      "159, 0.000000\\\n",
-      "159, 0.000000\\\n",
-      "159, 0.000000\\\n",
-      "159, 0.000000\\\n",
-      "159, 0.000000\\\n",
-      "159, 0.000000\\\n",
-      "159, 0.000000\\\n",
-      "159, 0.000000\\\n",
-      "160, 0.000000\\\n",
-      "160, 1.000000\\\n",
-      "160, 0.000000\\\n",
-      "160, 0.000000\\\n",
-      "160, 0.000000\\\n",
-      "160, 0.000000\\\n",
-      "160, 1.000000\\\n",
-      "160, 0.000000\\\n",
-      "160, 0.000000\\\n",
-      "161, 0.000000\\\n",
-      "161, 0.000000\\\n",
-      "161, 0.000000\\\n",
-      "161, 0.000000\\\n",
-      "161, 0.000000\\\n",
-      "161, 0.000000\\\n",
-      "161, 0.000000\\\n",
-      "161, 0.000000\\\n",
-      "161, 0.000000\\\n",
-      "162, 0.000000\\\n",
-      "162, 0.000000\\\n",
-      "162, 0.000000\\\n",
-      "162, 0.000000\\\n",
-      "162, 0.000000\\\n",
-      "162, 0.000000\\\n",
-      "162, 0.000000\\\n",
-      "162, 0.000000\\\n",
-      "162, 0.000000\\\n",
-      "163, 0.000000\\\n",
-      "163, 0.000000\\\n",
-      "163, 1.000000\\\n",
-      "163, 0.000000\\\n",
-      "163, 0.000000\\\n",
-      "163, 0.000000\\\n",
-      "163, 0.000000\\\n",
-      "163, 0.000000\\\n",
-      "163, 0.000000\\\n",
-      "164, 0.000000\\\n",
-      "164, 0.000000\\\n",
-      "164, 0.000000\\\n",
-      "164, 0.000000\\\n",
-      "164, 0.000000\\\n",
-      "164, 0.000000\\\n",
-      "164, 0.000000\\\n",
-      "164, 0.000000\\\n",
-      "164, 1.000000\\\n",
-      "165, 0.000000\\\n",
-      "165, 0.000000\\\n",
-      "165, 0.000000\\\n",
-      "165, 0.000000\\\n",
-      "165, 0.000000\\\n",
-      "165, 1.000000\\\n",
-      "165, 0.000000\\\n",
-      "165, 0.000000\\\n",
-      "165, 0.000000\\\n",
-      "166, 0.000000\\\n",
-      "166, 0.000000\\\n",
-      "166, 1.000000\\\n",
-      "166, 0.000000\\\n",
-      "166, 0.000000\\\n",
-      "166, 0.000000\\\n",
-      "166, 0.000000\\\n",
-      "166, 0.000000\\\n",
-      "166, 0.000000\\\n",
-      "167, 0.000000\\\n",
-      "167, 0.000000\\\n",
-      "167, 0.000000\\\n",
-      "167, 0.000000\\\n",
-      "167, 0.000000\\\n",
-      "167, 0.000000\\\n",
-      "167, 0.000000\\\n",
-      "167, 0.000000\\\n",
-      "167, 0.000000\\\n",
-      "168, 0.000000\\\n",
-      "168, 0.000000\\\n",
-      "168, 0.000000\\\n",
-      "168, 0.000000\\\n",
-      "168, 0.000000\\\n",
-      "168, 0.000000\\\n",
-      "168, 0.000000\\\n",
-      "168, 0.000000\\\n",
-      "168, 0.000000\\\n",
-      "169, 0.000000\\\n",
-      "169, 0.000000\\\n",
-      "169, 0.000000\\\n",
-      "169, 0.000000\\\n",
-      "169, 0.000000\\\n",
-      "169, 0.000000\\\n",
-      "169, 0.000000\\\n",
-      "169, 0.000000\\\n",
-      "169, 0.000000\\\n",
-      "170, 0.000000\\\n",
-      "170, 0.000000\\\n",
-      "170, 0.000000\\\n",
-      "170, 0.000000\\\n",
-      "170, 0.000000\\\n",
-      "170, 0.000000\\\n",
-      "170, 0.000000\\\n",
-      "170, 0.000000\\\n",
-      "170, 0.000000\\\n",
-      "171, 0.000000\\\n",
-      "171, 0.000000\\\n",
-      "171, 0.000000\\\n",
-      "171, 0.000000\\\n",
-      "171, 1.000000\\\n",
-      "171, 0.000000\\\n",
-      "171, 0.000000\\\n",
-      "171, 0.000000\\\n",
-      "171, 0.000000\\\n",
-      "172, 0.000000\\\n",
-      "172, 0.000000\\\n",
-      "172, 0.000000\\\n",
-      "172, 0.000000\\\n",
-      "172, 0.000000\\\n",
-      "172, 0.000000\\\n",
-      "172, 0.000000\\\n",
-      "172, 0.000000\\\n",
-      "172, 0.000000\\\n",
-      "173, 0.000000\\\n",
-      "173, 0.000000\\\n",
-      "173, 0.000000\\\n",
-      "173, 0.000000\\\n",
-      "173, 0.000000\\\n",
-      "173, 0.000000\\\n",
-      "173, 0.000000\\\n",
-      "173, 0.000000\\\n",
-      "173, 0.000000\\\n",
-      "174, 0.000000\\\n",
-      "174, 0.000000\\\n",
-      "174, 0.000000\\\n",
-      "174, 0.000000\\\n",
-      "174, 0.000000\\\n",
-      "174, 0.000000\\\n",
-      "174, 0.000000\\\n",
-      "174, 1.000000\\\n",
-      "174, 0.000000\\\n",
-      "175, 0.000000\\\n",
-      "175, 0.000000\\\n",
-      "175, 0.000000\\\n",
-      "175, 0.000000\\\n",
-      "175, 1.000000\\\n",
-      "175, 0.000000\\\n",
-      "175, 0.000000\\\n",
-      "175, 0.000000\\\n",
-      "175, 0.000000\\\n",
-      "176, 0.000000\\\n",
-      "176, 0.000000\\\n",
-      "176, 0.000000\\\n",
-      "176, 0.000000\\\n",
-      "176, 0.000000\\\n",
-      "176, 0.000000\\\n",
-      "176, 0.000000\\\n",
-      "176, 0.000000\\\n",
-      "176, 0.000000\\\n",
-      "177, 0.000000\\\n",
-      "177, 0.000000\\\n",
-      "177, 0.000000\\\n",
-      "177, 0.000000\\\n",
-      "177, 1.000000\\\n",
-      "177, 0.000000\\\n",
-      "177, 0.000000\\\n",
-      "177, 0.000000\\\n",
-      "177, 0.000000\\\n",
-      "178, 0.000000\\\n",
-      "178, 0.000000\\\n",
-      "178, 0.000000\\\n",
-      "178, 0.000000\\\n",
-      "178, 0.000000\\\n",
-      "178, 0.000000\\\n",
-      "178, 1.000000\\\n",
-      "178, 0.000000\\\n",
-      "178, 0.000000\\\n",
-      "179, 0.000000\\\n",
-      "179, 0.000000\\\n",
-      "179, 0.000000\\\n",
-      "179, 0.000000\\\n",
-      "179, 0.000000\\\n",
-      "179, 0.000000\\\n",
-      "179, 0.000000\\\n",
-      "179, 1.000000\\\n",
-      "179, 0.000000\\\n",
-      "180, 0.000000\\\n",
-      "180, 1.000000\\\n",
-      "180, 0.000000\\\n",
-      "180, 0.000000\\\n",
-      "180, 0.000000\\\n",
-      "180, 0.000000\\\n",
-      "180, 0.000000\\\n",
-      "180, 0.000000\\\n",
-      "180, 0.000000\\\n",
-      "181, 0.000000\\\n",
-      "181, 0.000000\\\n",
-      "181, 0.000000\\\n",
-      "181, 0.000000\\\n",
-      "181, 0.000000\\\n",
-      "181, 0.000000\\\n",
-      "181, 0.000000\\\n",
-      "181, 0.000000\\\n",
-      "181, 0.000000\\\n",
-      "182, 0.000000\\\n",
-      "182, 0.000000\\\n",
-      "182, 0.000000\\\n",
-      "182, 0.000000\\\n",
-      "182, 0.000000\\\n",
-      "182, 1.000000\\\n",
-      "182, 0.000000\\\n",
-      "182, 0.000000\\\n",
-      "182, 0.000000\\\n",
-      "183, 0.000000\\\n",
-      "183, 0.000000\\\n",
-      "183, 0.000000\\\n",
-      "183, 0.000000\\\n",
-      "183, 0.000000\\\n",
-      "183, 0.000000\\\n",
-      "183, 0.000000\\\n",
-      "183, 0.000000\\\n",
-      "183, 0.000000\\\n",
-      "184, 0.000000\\\n",
-      "184, 0.000000\\\n",
-      "184, 0.000000\\\n",
-      "184, 0.000000\\\n",
-      "184, 0.000000\\\n",
-      "184, 0.000000\\\n",
-      "184, 0.000000\\\n",
-      "184, 0.000000\\\n",
-      "184, 0.000000\\\n",
-      "185, 0.000000\\\n",
-      "185, 0.000000\\\n",
-      "185, 0.000000\\\n",
-      "185, 0.000000\\\n",
-      "185, 0.000000\\\n",
-      "185, 0.000000\\\n",
-      "185, 0.000000\\\n",
-      "185, 0.000000\\\n",
-      "185, 0.000000\\\n",
-      "186, 0.000000\\\n",
-      "186, 0.000000\\\n",
-      "186, 0.000000\\\n",
-      "186, 0.000000\\\n",
-      "186, 0.000000\\\n",
-      "186, 0.000000\\\n",
-      "186, 0.000000\\\n",
-      "186, 0.000000\\\n",
-      "186, 0.000000\\\n",
-      "187, 0.000000\\\n",
-      "187, 0.000000\\\n",
-      "187, 0.000000\\\n",
-      "187, 0.000000\\\n",
-      "187, 0.000000\\\n",
-      "187, 0.000000\\\n",
-      "187, 1.000000\\\n",
-      "187, 0.000000\\\n",
-      "187, 0.000000\\\n",
-      "188, 0.000000\\\n",
-      "188, 1.000000\\\n",
-      "188, 0.000000\\\n",
-      "188, 0.000000\\\n",
-      "188, 0.000000\\\n",
-      "188, 0.000000\\\n",
-      "188, 1.000000\\\n",
-      "188, 0.000000\\\n",
-      "188, 0.000000\\\n",
-      "189, 0.000000\\\n",
-      "189, 1.000000\\\n",
-      "189, 0.000000\\\n",
-      "189, 0.000000\\\n",
-      "189, 0.000000\\\n",
-      "189, 0.000000\\\n",
-      "189, 0.000000\\\n",
-      "189, 0.000000\\\n",
-      "189, 0.000000\\\n",
-      "190, 0.000000\\\n",
-      "190, 0.000000\\\n",
-      "190, 0.000000\\\n",
-      "190, 0.000000\\\n",
-      "190, 0.000000\\\n",
-      "190, 0.000000\\\n",
-      "190, 0.000000\\\n",
-      "190, 0.000000\\\n",
-      "190, 0.000000\\\n",
-      "191, 0.000000\\\n",
-      "191, 1.000000\\\n",
-      "191, 0.000000\\\n",
-      "191, 0.000000\\\n",
-      "191, 0.000000\\\n",
-      "191, 0.000000\\\n",
-      "191, 0.000000\\\n",
-      "191, 1.000000\\\n",
-      "191, 0.000000\\\n",
-      "192, 0.000000\\\n",
-      "192, 0.000000\\\n",
-      "192, 0.000000\\\n",
-      "192, 0.000000\\\n",
-      "192, 1.000000\\\n",
-      "192, 0.000000\\\n",
-      "192, 0.000000\\\n",
-      "192, 1.000000\\\n",
-      "192, 0.000000\\\n",
-      "193, 0.000000\\\n",
-      "193, 1.000000\\\n",
-      "193, 0.000000\\\n",
-      "193, 0.000000\\\n",
-      "193, 1.000000\\\n",
-      "193, 0.000000\\\n",
-      "193, 0.000000\\\n",
-      "193, 0.000000\\\n",
-      "193, 0.000000\\\n",
-      "194, 0.000000\\\n",
-      "194, 1.000000\\\n",
-      "194, 0.000000\\\n",
-      "194, 1.000000\\\n",
-      "194, 0.000000\\\n",
-      "194, 0.000000\\\n",
-      "194, 0.000000\\\n",
-      "194, 1.000000\\\n",
-      "194, 0.000000\\\n",
-      "195, 0.000000\\\n",
-      "195, 0.000000\\\n",
-      "195, 0.000000\\\n",
-      "195, 0.000000\\\n",
-      "195, 0.000000\\\n",
-      "195, 0.000000\\\n",
-      "195, 1.000000\\\n",
-      "195, 0.000000\\\n",
-      "195, 0.000000\\\n",
-      "196, 0.000000\\\n",
-      "196, 0.000000\\\n",
-      "196, 1.000000\\\n",
-      "196, 0.000000\\\n",
-      "196, 0.000000\\\n",
-      "196, 0.000000\\\n",
-      "196, 0.000000\\\n",
-      "196, 0.000000\\\n",
-      "196, 0.000000\\\n",
-      "197, 0.000000\\\n",
-      "197, 0.000000\\\n",
-      "197, 0.000000\\\n",
-      "197, 0.000000\\\n",
-      "197, 0.000000\\\n",
-      "197, 0.000000\\\n",
-      "197, 0.000000\\\n",
-      "197, 0.000000\\\n",
-      "197, 0.000000\\\n",
-      "198, 0.000000\\\n",
-      "198, 1.000000\\\n",
-      "198, 0.000000\\\n",
-      "198, 0.000000\\\n",
-      "198, 0.000000\\\n",
-      "198, 1.000000\\\n",
-      "198, 0.000000\\\n",
-      "198, 0.000000\\\n",
-      "198, 0.000000\\\n",
-      "199, 0.000000\\\n",
-      "199, 0.000000\\\n",
-      "199, 1.000000\\\n",
-      "199, 0.000000\\\n",
-      "199, 0.000000\\\n",
-      "199, 0.000000\\\n",
-      "199, 0.000000\\\n",
-      "199, 0.000000\\\n",
-      "199, 0.000000\\\n",
-      "200, 0.000000\\\n",
-      "200, 0.000000\\\n",
-      "200, 0.000000\\\n",
-      "200, 0.000000\\\n",
-      "200, 0.000000\\\n",
-      "200, 1.000000\\\n",
-      "200, 0.000000\\\n",
-      "200, 0.000000\\\n",
-      "200, 0.000000\\\n",
-      "201, 0.000000\\\n",
-      "201, 0.000000\\\n",
-      "201, 0.000000\\\n",
-      "201, 0.000000\\\n",
-      "201, 0.000000\\\n",
-      "201, 0.000000\\\n",
-      "201, 0.000000\\\n",
-      "201, 0.000000\\\n",
-      "201, 0.000000\\\n",
-      "202, 0.000000\\\n",
-      "202, 0.000000\\\n",
-      "202, 0.000000\\\n",
-      "202, 0.000000\\\n",
-      "202, 1.000000\\\n",
-      "202, 0.000000\\\n",
-      "202, 0.000000\\\n",
-      "202, 0.000000\\\n",
-      "202, 0.000000\\\n",
-      "203, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "203, 0.000000\\\n",
-      "203, 0.000000\\\n",
-      "203, 0.000000\\\n",
-      "203, 0.000000\\\n",
-      "203, 0.000000\\\n",
-      "203, 0.000000\\\n",
-      "203, 0.000000\\\n",
-      "203, 1.000000\\\n",
-      "204, 0.000000\\\n",
-      "204, 0.000000\\\n",
-      "204, 0.000000\\\n",
-      "204, 0.000000\\\n",
-      "204, 0.000000\\\n",
-      "204, 0.000000\\\n",
-      "204, 0.000000\\\n",
-      "204, 0.000000\\\n",
-      "204, 0.000000\\\n",
-      "205, 0.000000\\\n",
-      "205, 0.000000\\\n",
-      "205, 0.000000\\\n",
-      "205, 0.000000\\\n",
-      "205, 0.000000\\\n",
-      "205, 0.000000\\\n",
-      "205, 0.000000\\\n",
-      "205, 0.000000\\\n",
-      "205, 0.000000\\\n",
-      "206, 0.000000\\\n",
-      "206, 0.000000\\\n",
-      "206, 0.000000\\\n",
-      "206, 1.000000\\\n",
-      "206, 0.000000\\\n",
-      "206, 1.000000\\\n",
-      "206, 0.000000\\\n",
-      "206, 1.000000\\\n",
-      "206, 0.000000\\\n",
-      "207, 0.000000\\\n",
-      "207, 0.000000\\\n",
-      "207, 1.000000\\\n",
-      "207, 0.000000\\\n",
-      "207, 1.000000\\\n",
-      "207, 0.000000\\\n",
-      "207, 0.000000\\\n",
-      "207, 0.000000\\\n",
-      "207, 0.000000\\\n",
-      "208, 0.000000\\\n",
-      "208, 1.000000\\\n",
-      "208, 0.000000\\\n",
-      "208, 0.000000\\\n",
-      "208, 0.000000\\\n",
-      "208, 0.000000\\\n",
-      "208, 0.000000\\\n",
-      "208, 0.000000\\\n",
-      "208, 0.000000\\\n",
-      "209, 0.000000\\\n",
-      "209, 0.000000\\\n",
-      "209, 0.000000\\\n",
-      "209, 0.000000\\\n",
-      "209, 0.000000\\\n",
-      "209, 0.000000\\\n",
-      "209, 0.000000\\\n",
-      "209, 0.000000\\\n",
-      "209, 0.000000\\\n",
-      "210, 0.000000\\\n",
-      "210, 0.000000\\\n",
-      "210, 0.000000\\\n",
-      "210, 0.000000\\\n",
-      "210, 0.000000\\\n",
-      "210, 0.000000\\\n",
-      "210, 0.000000\\\n",
-      "210, 0.000000\\\n",
-      "210, 0.000000\\\n",
-      "211, 0.000000\\\n",
-      "211, 0.000000\\\n",
-      "211, 0.000000\\\n",
-      "211, 0.000000\\\n",
-      "211, 0.000000\\\n",
-      "211, 0.000000\\\n",
-      "211, 0.000000\\\n",
-      "211, 0.000000\\\n",
-      "211, 0.000000\\\n",
-      "212, 0.000000\\\n",
-      "212, 0.000000\\\n",
-      "212, 0.000000\\\n",
-      "212, 0.000000\\\n",
-      "212, 0.000000\\\n",
-      "212, 0.000000\\\n",
-      "212, 1.000000\\\n",
-      "212, 0.000000\\\n",
-      "212, 0.000000\\\n",
-      "213, 0.000000\\\n",
-      "213, 0.000000\\\n",
-      "213, 1.000000\\\n",
-      "213, 0.000000\\\n",
-      "213, 0.000000\\\n",
-      "213, 1.000000\\\n",
-      "213, 0.000000\\\n",
-      "213, 0.000000\\\n",
-      "213, 0.000000\\\n",
-      "214, 0.000000\\\n",
-      "214, 0.000000\\\n",
-      "214, 0.000000\\\n",
-      "214, 0.000000\\\n",
-      "214, 0.000000\\\n",
-      "214, 0.000000\\\n",
-      "214, 0.000000\\\n",
-      "214, 0.000000\\\n",
-      "214, 0.000000\\\n",
-      "215, 0.000000\\\n",
-      "215, 0.000000\\\n",
-      "215, 0.000000\\\n",
-      "215, 0.000000\\\n",
-      "215, 0.000000\\\n",
-      "215, 0.000000\\\n",
-      "215, 1.000000\\\n",
-      "215, 0.000000\\\n",
-      "215, 0.000000\\\n",
-      "216, 0.000000\\\n",
-      "216, 0.000000\\\n",
-      "216, 0.000000\\\n",
-      "216, 0.000000\\\n",
-      "216, 0.000000\\\n",
-      "216, 0.000000\\\n",
-      "216, 0.000000\\\n",
-      "216, 0.000000\\\n",
-      "216, 0.000000\\\n",
-      "217, 0.000000\\\n",
-      "217, 0.000000\\\n",
-      "217, 0.000000\\\n",
-      "217, 1.000000\\\n",
-      "217, 0.000000\\\n",
-      "217, 0.000000\\\n",
-      "217, 0.000000\\\n",
-      "217, 0.000000\\\n",
-      "217, 1.000000\\\n",
-      "218, 0.000000\\\n",
-      "218, 0.000000\\\n",
-      "218, 0.000000\\\n",
-      "218, 0.000000\\\n",
-      "218, 0.000000\\\n",
-      "218, 0.000000\\\n",
-      "218, 0.000000\\\n",
-      "218, 1.000000\\\n",
-      "218, 0.000000\\\n",
-      "219, 0.000000\\\n",
-      "219, 1.000000\\\n",
-      "219, 0.000000\\\n",
-      "219, 0.000000\\\n",
-      "219, 0.000000\\\n",
-      "219, 0.000000\\\n",
-      "219, 0.000000\\\n",
-      "219, 0.000000\\\n",
-      "219, 0.000000\\\n",
-      "220, 0.000000\\\n",
-      "220, 0.000000\\\n",
-      "220, 1.000000\\\n",
-      "220, 0.000000\\\n",
-      "220, 0.000000\\\n",
-      "220, 0.000000\\\n",
-      "220, 0.000000\\\n",
-      "220, 0.000000\\\n",
-      "220, 0.000000\\\n",
-      "221, 0.000000\\\n",
-      "221, 1.000000\\\n",
-      "221, 0.000000\\\n",
-      "221, 0.000000\\\n",
-      "221, 0.000000\\\n",
-      "221, 0.000000\\\n",
-      "221, 0.000000\\\n",
-      "221, 0.000000\\\n",
-      "221, 0.000000\\\n",
-      "222, 0.000000\\\n",
-      "222, 0.000000\\\n",
-      "222, 0.000000\\\n",
-      "222, 0.000000\\\n",
-      "222, 0.000000\\\n",
-      "222, 0.000000\\\n",
-      "222, 0.000000\\\n",
-      "222, 0.000000\\\n",
-      "222, 0.000000\\\n",
-      "223, 0.000000\\\n",
-      "223, 0.000000\\\n",
-      "223, 0.000000\\\n",
-      "223, 0.000000\\\n",
-      "223, 0.000000\\\n",
-      "223, 0.000000\\\n",
-      "223, 0.000000\\\n",
-      "223, 0.000000\\\n",
-      "223, 0.000000\\\n",
-      "224, 0.000000\\\n",
-      "224, 0.000000\\\n",
-      "224, 0.000000\\\n",
-      "224, 0.000000\\\n",
-      "224, 0.000000\\\n",
-      "224, 0.000000\\\n",
-      "224, 0.000000\\\n",
-      "224, 1.000000\\\n",
-      "224, 0.000000\\\n",
-      "225, 0.000000\\\n",
-      "225, 0.000000\\\n",
-      "225, 0.000000\\\n",
-      "225, 0.000000\\\n",
-      "225, 0.000000\\\n",
-      "225, 0.000000\\\n",
-      "225, 1.000000\\\n",
-      "225, 0.000000\\\n",
-      "225, 0.000000\\\n",
-      "226, 0.000000\\\n",
-      "226, 0.000000\\\n",
-      "226, 0.000000\\\n",
-      "226, 1.000000\\\n",
-      "226, 0.000000\\\n",
-      "226, 0.000000\\\n",
-      "226, 0.000000\\\n",
-      "226, 1.000000\\\n",
-      "226, 0.000000\\\n",
-      "227, 0.000000\\\n",
-      "227, 0.000000\\\n",
-      "227, 0.000000\\\n",
-      "227, 0.000000\\\n",
-      "227, 0.000000\\\n",
-      "227, 0.000000\\\n",
-      "227, 0.000000\\\n",
-      "227, 1.000000\\\n",
-      "227, 0.000000\\\n",
-      "228, 0.000000\\\n",
-      "228, 0.000000\\\n",
-      "228, 0.000000\\\n",
-      "228, 0.000000\\\n",
-      "228, 0.000000\\\n",
-      "228, 0.000000\\\n",
-      "228, 0.000000\\\n",
-      "228, 0.000000\\\n",
-      "228, 0.000000\\\n",
-      "229, 1.000000\\\n",
-      "229, 0.000000\\\n",
-      "229, 0.000000\\\n",
-      "229, 0.000000\\\n",
-      "229, 0.000000\\\n",
-      "229, 0.000000\\\n",
-      "229, 0.000000\\\n",
-      "229, 0.000000\\\n",
-      "229, 0.000000\\\n",
-      "230, 0.000000\\\n",
-      "230, 0.000000\\\n",
-      "230, 0.000000\\\n",
-      "230, 0.000000\\\n",
-      "230, 0.000000\\\n",
-      "230, 0.000000\\\n",
-      "230, 1.000000\\\n",
-      "230, 0.000000\\\n",
-      "230, 0.000000\\\n",
-      "231, 0.000000\\\n",
-      "231, 0.000000\\\n",
-      "231, 0.000000\\\n",
-      "231, 0.000000\\\n",
-      "231, 0.000000\\\n",
-      "231, 0.000000\\\n",
-      "231, 0.000000\\\n",
-      "231, 0.000000\\\n",
-      "231, 0.000000\\\n",
-      "232, 0.000000\\\n",
-      "232, 0.000000\\\n",
-      "232, 0.000000\\\n",
-      "232, 0.000000\\\n",
-      "232, 0.000000\\\n",
-      "232, 0.000000\\\n",
-      "232, 0.000000\\\n",
-      "232, 0.000000\\\n",
-      "232, 0.000000\\\n",
-      "233, 0.000000\\\n",
-      "233, 1.000000\\\n",
-      "233, 0.000000\\\n",
-      "233, 0.000000\\\n",
-      "233, 0.000000\\\n",
-      "233, 0.000000\\\n",
-      "233, 0.000000\\\n",
-      "233, 0.000000\\\n",
-      "233, 0.000000\\\n",
-      "234, 0.000000\\\n",
-      "234, 0.000000\\\n",
-      "234, 0.000000\\\n",
-      "234, 0.000000\\\n",
-      "234, 0.000000\\\n",
-      "234, 0.000000\\\n",
-      "234, 0.000000\\\n",
-      "234, 0.000000\\\n",
-      "234, 0.000000\\\n",
-      "235, 0.000000\\\n",
-      "235, 0.000000\\\n",
-      "235, 0.000000\\\n",
-      "235, 0.000000\\\n",
-      "235, 0.000000\\\n",
-      "235, 0.000000\\\n",
-      "235, 0.000000\\\n",
-      "235, 0.000000\\\n",
-      "235, 0.000000\\\n",
-      "236, 0.000000\\\n",
-      "236, 0.000000\\\n",
-      "236, 0.000000\\\n",
-      "236, 0.000000\\\n",
-      "236, 0.000000\\\n",
-      "236, 1.000000\\\n",
-      "236, 0.000000\\\n",
-      "236, 0.000000\\\n",
-      "236, 0.000000\\\n",
-      "237, 0.000000\\\n",
-      "237, 0.000000\\\n",
-      "237, 0.000000\\\n",
-      "237, 0.000000\\\n",
-      "237, 0.000000\\\n",
-      "237, 0.000000\\\n",
-      "237, 0.000000\\\n",
-      "237, 0.000000\\\n",
-      "237, 0.000000\\\n",
-      "238, 0.000000\\\n",
-      "238, 1.000000\\\n",
-      "238, 0.000000\\\n",
-      "238, 0.000000\\\n",
-      "238, 0.000000\\\n",
-      "238, 0.000000\\\n",
-      "238, 0.000000\\\n",
-      "238, 0.000000\\\n",
-      "238, 0.000000\\\n",
-      "239, 0.000000\\\n",
-      "239, 0.000000\\\n",
-      "239, 0.000000\\\n",
-      "239, 0.000000\\\n",
-      "239, 1.000000\\\n",
-      "239, 0.000000\\\n",
-      "239, 0.000000\\\n",
-      "239, 0.000000\\\n",
-      "239, 0.000000\\\n",
-      "240, 0.000000\\\n",
-      "240, 0.000000\\\n",
-      "240, 0.000000\\\n",
-      "240, 0.000000\\\n",
-      "240, 0.000000\\\n",
-      "240, 0.000000\\\n",
-      "240, 0.000000\\\n",
-      "240, 0.000000\\\n",
-      "240, 0.000000\\\n",
-      "241, 0.000000\\\n",
-      "241, 0.000000\\\n",
-      "241, 0.000000\\\n",
-      "241, 0.000000\\\n",
-      "241, 0.000000\\\n",
-      "241, 0.000000\\\n",
-      "241, 0.000000\\\n",
-      "241, 0.000000\\\n",
-      "241, 0.000000\\\n",
-      "242, 0.000000\\\n",
-      "242, 1.000000\\\n",
-      "242, 0.000000\\\n",
-      "242, 0.000000\\\n",
-      "242, 0.000000\\\n",
-      "242, 0.000000\\\n",
-      "242, 0.000000\\\n",
-      "242, 0.000000\\\n",
-      "242, 0.000000\\\n",
-      "243, 0.000000\\\n",
-      "243, 0.000000\\\n",
-      "243, 0.000000\\\n",
-      "243, 0.000000\\\n",
-      "243, 0.000000\\\n",
-      "243, 0.000000\\\n",
-      "243, 0.000000\\\n",
-      "243, 0.000000\\\n",
-      "243, 0.000000\\\n",
-      "244, 0.000000\\\n",
-      "244, 0.000000\\\n",
-      "244, 0.000000\\\n",
-      "244, 0.000000\\\n",
-      "244, 0.000000\\\n",
-      "244, 0.000000\\\n",
-      "244, 0.000000\\\n",
-      "244, 0.000000\\\n",
-      "244, 0.000000\\\n",
-      "245, 0.000000\\\n",
-      "245, 0.000000\\\n",
-      "245, 0.000000\\\n",
-      "245, 0.000000\\\n",
-      "245, 0.000000\\\n",
-      "245, 0.000000\\\n",
-      "245, 0.000000\\\n",
-      "245, 0.000000\\\n",
-      "245, 0.000000\\\n",
-      "246, 0.000000\\\n",
-      "246, 0.000000\\\n",
-      "246, 0.000000\\\n",
-      "246, 0.000000\\\n",
-      "246, 0.000000\\\n",
-      "246, 0.000000\\\n",
-      "246, 0.000000\\\n",
-      "246, 0.000000\\\n",
-      "246, 0.000000\\\n",
-      "247, 0.000000\\\n",
-      "247, 0.000000\\\n",
-      "247, 0.000000\\\n",
-      "247, 0.000000\\\n",
-      "247, 0.000000\\\n",
-      "247, 1.000000\\\n",
-      "247, 0.000000\\\n",
-      "247, 0.000000\\\n",
-      "247, 0.000000\\\n",
-      "248, 0.000000\\\n",
-      "248, 0.000000\\\n",
-      "248, 0.000000\\\n",
-      "248, 0.000000\\\n",
-      "248, 0.000000\\\n",
-      "248, 0.000000\\\n",
-      "248, 0.000000\\\n",
-      "248, 0.000000\\\n",
-      "248, 0.000000\\\n",
-      "249, 0.000000\\\n",
-      "249, 1.000000\\\n",
-      "249, 0.000000\\\n",
-      "249, 0.000000\\\n",
-      "249, 0.000000\\\n",
-      "249, 0.000000\\\n",
-      "249, 0.000000\\\n",
-      "249, 0.000000\\\n",
-      "249, 0.000000\\\n",
-      "250, 1.000000\\\n",
-      "250, 0.000000\\\n",
-      "250, 0.000000\\\n",
-      "250, 0.000000\\\n",
-      "250, 1.000000\\\n",
-      "250, 0.000000\\\n",
-      "250, 0.000000\\\n",
-      "250, 0.000000\\\n",
-      "250, 0.000000\\\n",
-      "251, 0.000000\\\n",
-      "251, 0.000000\\\n",
-      "251, 0.000000\\\n",
-      "251, 0.000000\\\n",
-      "251, 0.000000\\\n",
-      "251, 0.000000\\\n",
-      "251, 0.000000\\\n",
-      "251, 0.000000\\\n",
-      "251, 0.000000\\\n",
-      "252, 0.000000\\\n",
-      "252, 0.000000\\\n",
-      "252, 0.000000\\\n",
-      "252, 0.000000\\\n",
-      "252, 0.000000\\\n",
-      "252, 0.000000\\\n",
-      "252, 0.000000\\\n",
-      "252, 1.000000\\\n",
-      "252, 0.000000\\\n",
-      "253, 0.000000\\\n",
-      "253, 0.000000\\\n",
-      "253, 0.000000\\\n",
-      "253, 0.000000\\\n",
-      "253, 0.000000\\\n",
-      "253, 0.000000\\\n",
-      "253, 0.000000\\\n",
-      "253, 0.000000\\\n",
-      "253, 1.000000\\\n",
-      "254, 0.000000\\\n",
-      "254, 0.000000\\\n",
-      "254, 0.000000\\\n",
-      "254, 0.000000\\\n",
-      "254, 1.000000\\\n",
-      "254, 0.000000\\\n",
-      "254, 1.000000\\\n",
-      "254, 0.000000\\\n",
-      "254, 0.000000\\\n",
-      "255, 0.000000\\\n",
-      "255, 0.000000\\\n",
-      "255, 0.000000\\\n",
-      "255, 0.000000\\\n",
-      "255, 0.000000\\\n",
-      "255, 0.000000\\\n",
-      "255, 0.000000\\\n",
-      "255, 0.000000\\\n",
-      "255, 0.000000\\\n",
-      "256, 0.000000\\\n",
-      "256, 0.000000\\\n",
-      "256, 0.000000\\\n",
-      "256, 0.000000\\\n",
-      "256, 0.000000\\\n",
-      "256, 0.000000\\\n",
-      "256, 1.000000\\\n",
-      "256, 0.000000\\\n",
-      "256, 0.000000\\\n",
-      "257, 0.000000\\\n",
-      "257, 0.000000\\\n",
-      "257, 0.000000\\\n",
-      "257, 0.000000\\\n",
-      "257, 1.000000\\\n",
-      "257, 0.000000\\\n",
-      "257, 0.000000\\\n",
-      "257, 0.000000\\\n",
-      "257, 0.000000\\\n",
-      "258, 0.000000\\\n",
-      "258, 0.000000\\\n",
-      "258, 0.000000\\\n",
-      "258, 0.000000\\\n",
-      "258, 0.000000\\\n",
-      "258, 0.000000\\\n",
-      "258, 0.000000\\\n",
-      "258, 0.000000\\\n",
-      "258, 0.000000\\\n",
-      "259, 0.000000\\\n",
-      "259, 0.000000\\\n",
-      "259, 0.000000\\\n",
-      "259, 0.000000\\\n",
-      "259, 0.000000\\\n",
-      "259, 0.000000\\\n",
-      "259, 0.000000\\\n",
-      "259, 0.000000\\\n",
-      "259, 0.000000\\\n",
-      "260, 0.000000\\\n",
-      "260, 0.000000\\\n",
-      "260, 0.000000\\\n",
-      "260, 0.000000\\\n",
-      "260, 0.000000\\\n",
-      "260, 0.000000\\\n",
-      "260, 0.000000\\\n",
-      "260, 0.000000\\\n",
-      "260, 1.000000\\\n",
-      "261, 0.000000\\\n",
-      "261, 0.000000\\\n",
-      "261, 0.000000\\\n",
-      "261, 1.000000\\\n",
-      "261, 0.000000\\\n",
-      "261, 0.000000\\\n",
-      "261, 1.000000\\\n",
-      "261, 0.000000\\\n",
-      "261, 0.000000\\\n",
-      "262, 1.000000\\\n",
-      "262, 0.000000\\\n",
-      "262, 0.000000\\\n",
-      "262, 1.000000\\\n",
-      "262, 0.000000\\\n",
-      "262, 0.000000\\\n",
-      "262, 0.000000\\\n",
-      "262, 0.000000\\\n",
-      "262, 0.000000\\\n",
-      "263, 0.000000\\\n",
-      "263, 1.000000\\\n",
-      "263, 0.000000\\\n",
-      "263, 0.000000\\\n",
-      "263, 0.000000\\\n",
-      "263, 0.000000\\\n",
-      "263, 0.000000\\\n",
-      "263, 0.000000\\\n",
-      "263, 0.000000\\\n",
-      "264, 0.000000\\\n",
-      "264, 0.000000\\\n",
-      "264, 0.000000\\\n",
-      "264, 1.000000\\\n",
-      "264, 0.000000\\\n",
-      "264, 0.000000\\\n",
-      "264, 0.000000\\\n",
-      "264, 0.000000\\\n",
-      "264, 0.000000\\\n",
-      "265, 0.000000\\\n",
-      "265, 0.000000\\\n",
-      "265, 0.000000\\\n",
-      "265, 0.000000\\\n",
-      "265, 0.000000\\\n",
-      "265, 0.000000\\\n",
-      "265, 0.000000\\\n",
-      "265, 0.000000\\\n",
-      "265, 0.000000\\\n",
-      "266, 0.000000\\\n",
-      "266, 0.000000\\\n",
-      "266, 0.000000\\\n",
-      "266, 0.000000\\\n",
-      "266, 0.000000\\\n",
-      "266, 0.000000\\\n",
-      "266, 0.000000\\\n",
-      "266, 0.000000\\\n",
-      "266, 0.000000\\\n",
-      "267, 0.000000\\\n",
-      "267, 0.000000\\\n",
-      "267, 0.000000\\\n",
-      "267, 0.000000\\\n",
-      "267, 0.000000\\\n",
-      "267, 1.000000\\\n",
-      "267, 0.000000\\\n",
-      "267, 0.000000\\\n",
-      "267, 0.000000\\\n",
-      "268, 0.000000\\\n",
-      "268, 0.000000\\\n",
-      "268, 0.000000\\\n",
-      "268, 0.000000\\\n",
-      "268, 0.000000\\\n",
-      "268, 0.000000\\\n",
-      "268, 0.000000\\\n",
-      "268, 0.000000\\\n",
-      "268, 0.000000\\\n",
-      "269, 1.000000\\\n",
-      "269, 0.000000\\\n",
-      "269, 0.000000\\\n",
-      "269, 0.000000\\\n",
-      "269, 0.000000\\\n",
-      "269, 0.000000\\\n",
-      "269, 0.000000\\\n",
-      "269, 0.000000\\\n",
-      "269, 0.000000\\\n",
-      "270, 0.000000\\\n",
-      "270, 0.000000\\\n",
-      "270, 0.000000\\\n",
-      "270, 0.000000\\\n",
-      "270, 0.000000\\\n",
-      "270, 0.000000\\\n",
-      "270, 0.000000\\\n",
-      "270, 0.000000\\\n",
-      "270, 0.000000\\\n",
-      "271, 0.000000\\\n",
-      "271, 0.000000\\\n",
-      "271, 1.000000\\\n",
-      "271, 0.000000\\\n",
-      "271, 0.000000\\\n",
-      "271, 0.000000\\\n",
-      "271, 0.000000\\\n",
-      "271, 0.000000\\\n",
-      "271, 0.000000\\\n",
-      "272, 1.000000\\\n",
-      "272, 0.000000\\\n",
-      "272, 0.000000\\\n",
-      "272, 0.000000\\\n",
-      "272, 0.000000\\\n",
-      "272, 0.000000\\\n",
-      "272, 1.000000\\\n",
-      "272, 0.000000\\\n",
-      "272, 0.000000\\\n",
-      "273, 0.000000\\\n",
-      "273, 0.000000\\\n",
-      "273, 0.000000\\\n",
-      "273, 0.000000\\\n",
-      "273, 0.000000\\\n",
-      "273, 0.000000\\\n",
-      "273, 0.000000\\\n",
-      "273, 0.000000\\\n",
-      "273, 0.000000\\\n",
-      "274, 0.000000\\\n",
-      "274, 0.000000\\\n",
-      "274, 0.000000\\\n",
-      "274, 0.000000\\\n",
-      "274, 0.000000\\\n",
-      "274, 0.000000\\\n",
-      "274, 1.000000\\\n",
-      "274, 0.000000\\\n",
-      "274, 0.000000\\\n",
-      "275, 0.000000\\\n",
-      "275, 0.000000\\\n",
-      "275, 0.000000\\\n",
-      "275, 1.000000\\\n",
-      "275, 0.000000\\\n",
-      "275, 0.000000\\\n",
-      "275, 0.000000\\\n",
-      "275, 0.000000\\\n",
-      "275, 0.000000\\\n",
-      "276, 0.000000\\\n",
-      "276, 0.000000\\\n",
-      "276, 0.000000\\\n",
-      "276, 0.000000\\\n",
-      "276, 0.000000\\\n",
-      "276, 0.000000\\\n",
-      "276, 0.000000\\\n",
-      "276, 0.000000\\\n",
-      "276, 0.000000\\\n",
-      "277, 0.000000\\\n",
-      "277, 0.000000\\\n",
-      "277, 0.000000\\\n",
-      "277, 0.000000\\\n",
-      "277, 0.000000\\\n",
-      "277, 0.000000\\\n",
-      "277, 0.000000\\\n",
-      "277, 0.000000\\\n",
-      "277, 0.000000\\\n",
-      "278, 0.000000\\\n",
-      "278, 0.000000\\\n",
-      "278, 0.000000\\\n",
-      "278, 0.000000\\\n",
-      "278, 0.000000\\\n",
-      "278, 0.000000\\\n",
-      "278, 0.000000\\\n",
-      "278, 0.000000\\\n",
-      "278, 0.000000\\\n",
-      "279, 0.000000\\\n",
-      "279, 0.000000\\\n",
-      "279, 0.000000\\\n",
-      "279, 0.000000\\\n",
-      "279, 0.000000\\\n",
-      "279, 0.000000\\\n",
-      "279, 1.000000\\\n",
-      "279, 0.000000\\\n",
-      "279, 0.000000\\\n",
-      "280, 0.000000\\\n",
-      "280, 0.000000\\\n",
-      "280, 0.000000\\\n",
-      "280, 0.000000\\\n",
-      "280, 0.000000\\\n",
-      "280, 0.000000\\\n",
-      "280, 0.000000\\\n",
-      "280, 0.000000\\\n",
-      "280, 0.000000\\\n",
-      "281, 0.000000\\\n",
-      "281, 0.000000\\\n",
-      "281, 0.000000\\\n",
-      "281, 0.000000\\\n",
-      "281, 0.000000\\\n",
-      "281, 1.000000\\\n",
-      "281, 0.000000\\\n",
-      "281, 0.000000\\\n",
-      "281, 0.000000\\\n",
-      "282, 0.000000\\\n",
-      "282, 0.000000\\\n",
-      "282, 0.000000\\\n",
-      "282, 0.000000\\\n",
-      "282, 0.000000\\\n",
-      "282, 0.000000\\\n",
-      "282, 0.000000\\\n",
-      "282, 0.000000\\\n",
-      "282, 0.000000\\\n",
-      "283, 0.000000\\\n",
-      "283, 0.000000\\\n",
-      "283, 0.000000\\\n",
-      "283, 0.000000\\\n",
-      "283, 0.000000\\\n",
-      "283, 0.000000\\\n",
-      "283, 0.000000\\\n",
-      "283, 0.000000\\\n",
-      "283, 0.000000\\\n",
-      "284, 0.000000\\\n",
-      "284, 0.000000\\\n",
-      "284, 0.000000\\\n",
-      "284, 0.000000\\\n",
-      "284, 0.000000\\\n",
-      "284, 0.000000\\\n",
-      "284, 0.000000\\\n",
-      "284, 0.000000\\\n",
-      "284, 0.000000\\\n",
-      "285, 0.000000\\\n",
-      "285, 0.000000\\\n",
-      "285, 0.000000\\\n",
-      "285, 0.000000\\\n",
-      "285, 0.000000\\\n",
-      "285, 0.000000\\\n",
-      "285, 0.000000\\\n",
-      "285, 0.000000\\\n",
-      "285, 0.000000\\\n",
-      "286, 0.000000\\\n",
-      "286, 0.000000\\\n",
-      "286, 0.000000\\\n",
-      "286, 0.000000\\\n",
-      "286, 0.000000\\\n",
-      "286, 0.000000\\\n",
-      "286, 0.000000\\\n",
-      "286, 1.000000\\\n",
-      "286, 0.000000\\\n",
-      "287, 0.000000\\\n",
-      "287, 0.000000\\\n",
-      "287, 0.000000\\\n",
-      "287, 0.000000\\\n",
-      "287, 0.000000\\\n",
-      "287, 0.000000\\\n",
-      "287, 1.000000\\\n",
-      "287, 0.000000\\\n",
-      "287, 0.000000\\\n",
-      "288, 0.000000\\\n",
-      "288, 0.000000\\\n",
-      "288, 0.000000\\\n",
-      "288, 0.000000\\\n",
-      "288, 1.000000\\\n",
-      "288, 0.000000\\\n",
-      "288, 0.000000\\\n",
-      "288, 0.000000\\\n",
-      "288, 0.000000\\\n",
-      "289, 0.000000\\\n",
-      "289, 0.000000\\\n",
-      "289, 0.000000\\\n",
-      "289, 0.000000\\\n",
-      "289, 0.000000\\\n",
-      "289, 0.000000\\\n",
-      "289, 0.000000\\\n",
-      "289, 0.000000\\\n",
-      "289, 1.000000\\\n",
-      "290, 0.000000\\\n",
-      "290, 0.000000\\\n",
-      "290, 0.000000\\\n",
-      "290, 0.000000\\\n",
-      "290, 1.000000\\\n",
-      "290, 0.000000\\\n",
-      "290, 0.000000\\\n",
-      "290, 0.000000\\\n",
-      "290, 0.000000\\\n",
-      "291, 0.000000\\\n",
-      "291, 0.000000\\\n",
-      "291, 0.000000\\\n",
-      "291, 1.000000\\\n",
-      "291, 0.000000\\\n",
-      "291, 0.000000\\\n",
-      "291, 0.000000\\\n",
-      "291, 0.000000\\\n",
-      "291, 0.000000\\\n",
-      "292, 1.000000\\\n",
-      "292, 0.000000\\\n",
-      "292, 0.000000\\\n",
-      "292, 0.000000\\\n",
-      "292, 0.000000\\\n",
-      "292, 0.000000\\\n",
-      "292, 0.000000\\\n",
-      "292, 1.000000\\\n",
-      "292, 0.000000\\\n",
-      "293, 0.000000\\\n",
-      "293, 0.000000\\\n",
-      "293, 0.000000\\\n",
-      "293, 0.000000\\\n",
-      "293, 0.000000\\\n",
-      "293, 0.000000\\\n",
-      "293, 0.000000\\\n",
-      "293, 1.000000\\\n",
-      "293, 0.000000\\\n",
-      "294, 0.000000\\\n",
-      "294, 0.000000\\\n",
-      "294, 0.000000\\\n",
-      "294, 0.000000\\\n",
-      "294, 0.000000\\\n",
-      "294, 0.000000\\\n",
-      "294, 0.000000\\\n",
-      "294, 0.000000\\\n",
-      "294, 0.000000\\\n",
-      "295, 0.000000\\\n",
-      "295, 0.000000\\\n",
-      "295, 0.000000\\\n",
-      "295, 0.000000\\\n",
-      "295, 0.000000\\\n",
-      "295, 0.000000\\\n",
-      "295, 0.000000\\\n",
-      "295, 0.000000\\\n",
-      "295, 0.000000\\\n",
-      "296, 0.000000\\\n",
-      "296, 0.000000\\\n",
-      "296, 0.000000\\\n",
-      "296, 0.000000\\\n",
-      "296, 0.000000\\\n",
-      "296, 0.000000\\\n",
-      "296, 0.000000\\\n",
-      "296, 0.000000\\\n",
-      "296, 0.000000\\\n",
-      "297, 1.000000\\\n",
-      "297, 0.000000\\\n",
-      "297, 0.000000\\\n",
-      "297, 0.000000\\\n",
-      "297, 0.000000\\\n",
-      "297, 0.000000\\\n",
-      "297, 0.000000\\\n",
-      "297, 0.000000\\\n",
-      "297, 0.000000\\\n",
-      "298, 0.000000\\\n",
-      "298, 0.000000\\\n",
-      "298, 0.000000\\\n",
-      "298, 0.000000\\\n",
-      "298, 0.000000\\\n",
-      "298, 0.000000\\\n",
-      "298, 1.000000\\\n",
-      "298, 0.000000\\\n",
-      "298, 0.000000\\\n",
-      "299, 0.000000\\\n",
-      "299, 0.000000\\\n",
-      "299, 0.000000\\\n",
-      "299, 0.000000\\\n",
-      "299, 0.000000\\\n",
-      "299, 0.000000\\\n",
-      "299, 0.000000\\\n",
-      "299, 0.000000\\\n",
-      "299, 0.000000\\\n",
-      "300, 0.000000\\\n",
-      "300, 0.000000\\\n",
-      "300, 0.000000\\\n",
-      "300, 0.000000\\\n",
-      "300, 0.000000\\\n",
-      "300, 0.000000\\\n",
-      "300, 0.000000\\\n",
-      "300, 0.000000\\\n",
-      "300, 0.000000\\\n",
-      "301, 0.000000\\\n",
-      "301, 0.000000\\\n",
-      "301, 0.000000\\\n",
-      "301, 0.000000\\\n",
-      "301, 0.000000\\\n",
-      "301, 0.000000\\\n",
-      "301, 0.000000\\\n",
-      "301, 0.000000\\\n",
-      "301, 0.000000\\\n",
-      "302, 0.000000\\\n",
-      "302, 0.000000\\\n",
-      "302, 0.000000\\\n",
-      "302, 1.000000\\\n",
-      "302, 0.000000\\\n",
-      "302, 0.000000\\\n",
-      "302, 1.000000\\\n",
-      "302, 0.000000\\\n",
-      "302, 0.000000\\\n",
-      "303, 0.000000\\\n",
-      "303, 0.000000\\\n",
-      "303, 0.000000\\\n",
-      "303, 0.000000\\\n",
-      "303, 0.000000\\\n",
-      "303, 0.000000\\\n",
-      "303, 0.000000\\\n",
-      "303, 0.000000\\\n",
-      "303, 0.000000\\\n",
-      "304, 0.000000\\\n",
-      "304, 0.000000\\\n",
-      "304, 0.000000\\\n",
-      "304, 0.000000\\\n",
-      "304, 0.000000\\\n",
-      "304, 1.000000\\\n",
-      "304, 0.000000\\\n",
-      "304, 0.000000\\\n",
-      "304, 0.000000\\\n",
-      "305, 0.000000\\\n",
-      "305, 0.000000\\\n",
-      "305, 0.000000\\\n",
-      "305, 0.000000\\\n",
-      "305, 0.000000\\\n",
-      "305, 0.000000\\\n",
-      "305, 0.000000\\\n",
-      "305, 0.000000\\\n",
-      "305, 0.000000\\\n",
-      "306, 0.000000\\\n",
-      "306, 0.000000\\\n",
-      "306, 0.000000\\\n",
-      "306, 0.000000\\\n",
-      "306, 0.000000\\\n",
-      "306, 0.000000\\\n",
-      "306, 0.000000\\\n",
-      "306, 0.000000\\\n",
-      "306, 1.000000\\\n",
-      "307, 0.000000\\\n",
-      "307, 0.000000\\\n",
-      "307, 0.000000\\\n",
-      "307, 0.000000\\\n",
-      "307, 0.000000\\\n",
-      "307, 0.000000\\\n",
-      "307, 0.000000\\\n",
-      "307, 0.000000\\\n",
-      "307, 0.000000\\\n",
-      "308, 0.000000\\\n",
-      "308, 0.000000\\\n",
-      "308, 0.000000\\\n",
-      "308, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "308, 0.000000\\\n",
-      "308, 0.000000\\\n",
-      "308, 0.000000\\\n",
-      "308, 0.000000\\\n",
-      "308, 0.000000\\\n",
-      "309, 0.000000\\\n",
-      "309, 0.000000\\\n",
-      "309, 0.000000\\\n",
-      "309, 0.000000\\\n",
-      "309, 0.000000\\\n",
-      "309, 0.000000\\\n",
-      "309, 0.000000\\\n",
-      "309, 0.000000\\\n",
-      "309, 0.000000\\\n",
-      "310, 0.000000\\\n",
-      "310, 0.000000\\\n",
-      "310, 0.000000\\\n",
-      "310, 0.000000\\\n",
-      "310, 0.000000\\\n",
-      "310, 0.000000\\\n",
-      "310, 0.000000\\\n",
-      "310, 0.000000\\\n",
-      "310, 0.000000\\\n",
-      "311, 0.000000\\\n",
-      "311, 0.000000\\\n",
-      "311, 0.000000\\\n",
-      "311, 0.000000\\\n",
-      "311, 0.000000\\\n",
-      "311, 1.000000\\\n",
-      "311, 0.000000\\\n",
-      "311, 0.000000\\\n",
-      "311, 0.000000\\\n",
-      "312, 0.000000\\\n",
-      "312, 0.000000\\\n",
-      "312, 0.000000\\\n",
-      "312, 0.000000\\\n",
-      "312, 1.000000\\\n",
-      "312, 0.000000\\\n",
-      "312, 0.000000\\\n",
-      "312, 0.000000\\\n",
-      "312, 0.000000\\\n",
-      "313, 0.000000\\\n",
-      "313, 0.000000\\\n",
-      "313, 0.000000\\\n",
-      "313, 0.000000\\\n",
-      "313, 1.000000\\\n",
-      "313, 0.000000\\\n",
-      "313, 0.000000\\\n",
-      "313, 0.000000\\\n",
-      "313, 0.000000\\\n",
-      "314, 0.000000\\\n",
-      "314, 0.000000\\\n",
-      "314, 0.000000\\\n",
-      "314, 0.000000\\\n",
-      "314, 0.000000\\\n",
-      "314, 0.000000\\\n",
-      "314, 1.000000\\\n",
-      "314, 0.000000\\\n",
-      "314, 0.000000\\\n",
-      "315, 0.000000\\\n",
-      "315, 1.000000\\\n",
-      "315, 0.000000\\\n",
-      "315, 0.000000\\\n",
-      "315, 0.000000\\\n",
-      "315, 0.000000\\\n",
-      "315, 0.000000\\\n",
-      "315, 0.000000\\\n",
-      "315, 0.000000\\\n",
-      "316, 1.000000\\\n",
-      "316, 0.000000\\\n",
-      "316, 0.000000\\\n",
-      "316, 0.000000\\\n",
-      "316, 0.000000\\\n",
-      "316, 0.000000\\\n",
-      "316, 0.000000\\\n",
-      "316, 0.000000\\\n",
-      "316, 0.000000\\\n",
-      "317, 0.000000\\\n",
-      "317, 0.000000\\\n",
-      "317, 0.000000\\\n",
-      "317, 0.000000\\\n",
-      "317, 0.000000\\\n",
-      "317, 0.000000\\\n",
-      "317, 0.000000\\\n",
-      "317, 0.000000\\\n",
-      "317, 0.000000\\\n",
-      "318, 0.000000\\\n",
-      "318, 0.000000\\\n",
-      "318, 0.000000\\\n",
-      "318, 0.000000\\\n",
-      "318, 0.000000\\\n",
-      "318, 0.000000\\\n",
-      "318, 0.000000\\\n",
-      "318, 0.000000\\\n",
-      "318, 0.000000\\\n",
-      "319, 0.000000\\\n",
-      "319, 1.000000\\\n",
-      "319, 0.000000\\\n",
-      "319, 0.000000\\\n",
-      "319, 0.000000\\\n",
-      "319, 0.000000\\\n",
-      "319, 0.000000\\\n",
-      "319, 0.000000\\\n",
-      "319, 0.000000\\\n",
-      "320, 0.000000\\\n",
-      "320, 0.000000\\\n",
-      "320, 0.000000\\\n",
-      "320, 0.000000\\\n",
-      "320, 0.000000\\\n",
-      "320, 0.000000\\\n",
-      "320, 0.000000\\\n",
-      "320, 0.000000\\\n",
-      "320, 1.000000\\\n",
-      "321, 0.000000\\\n",
-      "321, 0.000000\\\n",
-      "321, 0.000000\\\n",
-      "321, 0.000000\\\n",
-      "321, 0.000000\\\n",
-      "321, 0.000000\\\n",
-      "321, 0.000000\\\n",
-      "321, 0.000000\\\n",
-      "321, 0.000000\\\n",
-      "322, 1.000000\\\n",
-      "322, 0.000000\\\n",
-      "322, 0.000000\\\n",
-      "322, 0.000000\\\n",
-      "322, 0.000000\\\n",
-      "322, 0.000000\\\n",
-      "322, 0.000000\\\n",
-      "322, 0.000000\\\n",
-      "322, 0.000000\\\n",
-      "323, 0.000000\\\n",
-      "323, 1.000000\\\n",
-      "323, 0.000000\\\n",
-      "323, 0.000000\\\n",
-      "323, 1.000000\\\n",
-      "323, 0.000000\\\n",
-      "323, 0.000000\\\n",
-      "323, 0.000000\\\n",
-      "323, 0.000000\\\n",
-      "324, 0.000000\\\n",
-      "324, 0.000000\\\n",
-      "324, 0.000000\\\n",
-      "324, 0.000000\\\n",
-      "324, 0.000000\\\n",
-      "324, 0.000000\\\n",
-      "324, 0.000000\\\n",
-      "324, 0.000000\\\n",
-      "324, 0.000000\\\n",
-      "325, 0.000000\\\n",
-      "325, 0.000000\\\n",
-      "325, 0.000000\\\n",
-      "325, 0.000000\\\n",
-      "325, 0.000000\\\n",
-      "325, 0.000000\\\n",
-      "325, 0.000000\\\n",
-      "325, 0.000000\\\n",
-      "325, 0.000000\\\n",
-      "326, 0.000000\\\n",
-      "326, 0.000000\\\n",
-      "326, 1.000000\\\n",
-      "326, 0.000000\\\n",
-      "326, 0.000000\\\n",
-      "326, 1.000000\\\n",
-      "326, 0.000000\\\n",
-      "326, 0.000000\\\n",
-      "326, 0.000000\\\n",
-      "327, 0.000000\\\n",
-      "327, 0.000000\\\n",
-      "327, 0.000000\\\n",
-      "327, 0.000000\\\n",
-      "327, 0.000000\\\n",
-      "327, 0.000000\\\n",
-      "327, 0.000000\\\n",
-      "327, 0.000000\\\n",
-      "327, 0.000000\\\n",
-      "328, 0.000000\\\n",
-      "328, 0.000000\\\n",
-      "328, 0.000000\\\n",
-      "328, 0.000000\\\n",
-      "328, 0.000000\\\n",
-      "328, 0.000000\\\n",
-      "328, 0.000000\\\n",
-      "328, 0.000000\\\n",
-      "328, 0.000000\\\n",
-      "329, 0.000000\\\n",
-      "329, 0.000000\\\n",
-      "329, 1.000000\\\n",
-      "329, 0.000000\\\n",
-      "329, 0.000000\\\n",
-      "329, 0.000000\\\n",
-      "329, 0.000000\\\n",
-      "329, 0.000000\\\n",
-      "329, 0.000000\\\n",
-      "330, 0.000000\\\n",
-      "330, 1.000000\\\n",
-      "330, 0.000000\\\n",
-      "330, 0.000000\\\n",
-      "330, 0.000000\\\n",
-      "330, 0.000000\\\n",
-      "330, 0.000000\\\n",
-      "330, 0.000000\\\n",
-      "330, 1.000000\\\n",
-      "331, 0.000000\\\n",
-      "331, 0.000000\\\n",
-      "331, 0.000000\\\n",
-      "331, 0.000000\\\n",
-      "331, 0.000000\\\n",
-      "331, 0.000000\\\n",
-      "331, 0.000000\\\n",
-      "331, 0.000000\\\n",
-      "331, 0.000000\\\n",
-      "332, 0.000000\\\n",
-      "332, 0.000000\\\n",
-      "332, 0.000000\\\n",
-      "332, 0.000000\\\n",
-      "332, 0.000000\\\n",
-      "332, 0.000000\\\n",
-      "332, 0.000000\\\n",
-      "332, 0.000000\\\n",
-      "332, 0.000000\\\n",
-      "333, 0.000000\\\n",
-      "333, 0.000000\\\n",
-      "333, 1.000000\\\n",
-      "333, 0.000000\\\n",
-      "333, 0.000000\\\n",
-      "333, 1.000000\\\n",
-      "333, 0.000000\\\n",
-      "333, 0.000000\\\n",
-      "333, 0.000000\\\n",
-      "334, 0.000000\\\n",
-      "334, 0.000000\\\n",
-      "334, 0.000000\\\n",
-      "334, 1.000000\\\n",
-      "334, 0.000000\\\n",
-      "334, 0.000000\\\n",
-      "334, 0.000000\\\n",
-      "334, 0.000000\\\n",
-      "334, 0.000000\\\n",
-      "335, 0.000000\\\n",
-      "335, 1.000000\\\n",
-      "335, 0.000000\\\n",
-      "335, 0.000000\\\n",
-      "335, 1.000000\\\n",
-      "335, 0.000000\\\n",
-      "335, 0.000000\\\n",
-      "335, 0.000000\\\n",
-      "335, 0.000000\\\n",
-      "336, 0.000000\\\n",
-      "336, 0.000000\\\n",
-      "336, 0.000000\\\n",
-      "336, 0.000000\\\n",
-      "336, 0.000000\\\n",
-      "336, 0.000000\\\n",
-      "336, 0.000000\\\n",
-      "336, 0.000000\\\n",
-      "336, 0.000000\\\n",
-      "337, 0.000000\\\n",
-      "337, 0.000000\\\n",
-      "337, 0.000000\\\n",
-      "337, 0.000000\\\n",
-      "337, 0.000000\\\n",
-      "337, 0.000000\\\n",
-      "337, 0.000000\\\n",
-      "337, 0.000000\\\n",
-      "337, 0.000000\\\n",
-      "338, 0.000000\\\n",
-      "338, 0.000000\\\n",
-      "338, 0.000000\\\n",
-      "338, 0.000000\\\n",
-      "338, 0.000000\\\n",
-      "338, 0.000000\\\n",
-      "338, 0.000000\\\n",
-      "338, 0.000000\\\n",
-      "338, 0.000000\\\n",
-      "339, 0.000000\\\n",
-      "339, 0.000000\\\n",
-      "339, 0.000000\\\n",
-      "339, 0.000000\\\n",
-      "339, 1.000000\\\n",
-      "339, 0.000000\\\n",
-      "339, 0.000000\\\n",
-      "339, 0.000000\\\n",
-      "339, 0.000000\\\n",
-      "340, 0.000000\\\n",
-      "340, 0.000000\\\n",
-      "340, 0.000000\\\n",
-      "340, 0.000000\\\n",
-      "340, 0.000000\\\n",
-      "340, 0.000000\\\n",
-      "340, 0.000000\\\n",
-      "340, 0.000000\\\n",
-      "340, 0.000000\\\n",
-      "341, 0.000000\\\n",
-      "341, 0.000000\\\n",
-      "341, 0.000000\\\n",
-      "341, 0.000000\\\n",
-      "341, 0.000000\\\n",
-      "341, 0.000000\\\n",
-      "341, 0.000000\\\n",
-      "341, 0.000000\\\n",
-      "341, 0.000000\\\n",
-      "342, 0.000000\\\n",
-      "342, 0.000000\\\n",
-      "342, 0.000000\\\n",
-      "342, 0.000000\\\n",
-      "342, 1.000000\\\n",
-      "342, 0.000000\\\n",
-      "342, 0.000000\\\n",
-      "342, 0.000000\\\n",
-      "342, 0.000000\\\n",
-      "343, 0.000000\\\n",
-      "343, 0.000000\\\n",
-      "343, 0.000000\\\n",
-      "343, 0.000000\\\n",
-      "343, 0.000000\\\n",
-      "343, 0.000000\\\n",
-      "343, 0.000000\\\n",
-      "343, 1.000000\\\n",
-      "343, 0.000000\\\n",
-      "344, 0.000000\\\n",
-      "344, 0.000000\\\n",
-      "344, 0.000000\\\n",
-      "344, 0.000000\\\n",
-      "344, 1.000000\\\n",
-      "344, 0.000000\\\n",
-      "344, 0.000000\\\n",
-      "344, 0.000000\\\n",
-      "344, 0.000000\\\n",
-      "345, 0.000000\\\n",
-      "345, 0.000000\\\n",
-      "345, 0.000000\\\n",
-      "345, 0.000000\\\n",
-      "345, 0.000000\\\n",
-      "345, 1.000000\\\n",
-      "345, 0.000000\\\n",
-      "345, 0.000000\\\n",
-      "345, 0.000000\\\n",
-      "346, 1.000000\\\n",
-      "346, 0.000000\\\n",
-      "346, 0.000000\\\n",
-      "346, 0.000000\\\n",
-      "346, 0.000000\\\n",
-      "346, 0.000000\\\n",
-      "346, 0.000000\\\n",
-      "346, 0.000000\\\n",
-      "346, 0.000000\\\n",
-      "347, 0.000000\\\n",
-      "347, 0.000000\\\n",
-      "347, 1.000000\\\n",
-      "347, 0.000000\\\n",
-      "347, 0.000000\\\n",
-      "347, 0.000000\\\n",
-      "347, 0.000000\\\n",
-      "347, 0.000000\\\n",
-      "347, 1.000000\\\n",
-      "348, 0.000000\\\n",
-      "348, 0.000000\\\n",
-      "348, 0.000000\\\n",
-      "348, 0.000000\\\n",
-      "348, 0.000000\\\n",
-      "348, 0.000000\\\n",
-      "348, 0.000000\\\n",
-      "348, 0.000000\\\n",
-      "348, 0.000000\\\n",
-      "349, 0.000000\\\n",
-      "349, 0.000000\\\n",
-      "349, 0.000000\\\n",
-      "349, 0.000000\\\n",
-      "349, 1.000000\\\n",
-      "349, 0.000000\\\n",
-      "349, 0.000000\\\n",
-      "349, 0.000000\\\n",
-      "349, 0.000000\\\n",
-      "350, 1.000000\\\n",
-      "350, 0.000000\\\n",
-      "350, 0.000000\\\n",
-      "350, 0.000000\\\n",
-      "350, 0.000000\\\n",
-      "350, 0.000000\\\n",
-      "350, 0.000000\\\n",
-      "350, 0.000000\\\n",
-      "350, 0.000000\\\n",
-      "351, 0.000000\\\n",
-      "351, 0.000000\\\n",
-      "351, 0.000000\\\n",
-      "351, 1.000000\\\n",
-      "351, 0.000000\\\n",
-      "351, 0.000000\\\n",
-      "351, 0.000000\\\n",
-      "351, 0.000000\\\n",
-      "351, 0.000000\\\n",
-      "352, 0.000000\\\n",
-      "352, 0.000000\\\n",
-      "352, 0.000000\\\n",
-      "352, 0.000000\\\n",
-      "352, 0.000000\\\n",
-      "352, 0.000000\\\n",
-      "352, 0.000000\\\n",
-      "352, 0.000000\\\n",
-      "352, 0.000000\\\n",
-      "353, 0.000000\\\n",
-      "353, 0.000000\\\n",
-      "353, 0.000000\\\n",
-      "353, 0.000000\\\n",
-      "353, 0.000000\\\n",
-      "353, 0.000000\\\n",
-      "353, 0.000000\\\n",
-      "353, 0.000000\\\n",
-      "353, 0.000000\\\n",
-      "354, 0.000000\\\n",
-      "354, 0.000000\\\n",
-      "354, 0.000000\\\n",
-      "354, 0.000000\\\n",
-      "354, 0.000000\\\n",
-      "354, 0.000000\\\n",
-      "354, 0.000000\\\n",
-      "354, 0.000000\\\n",
-      "354, 0.000000\\\n",
-      "355, 0.000000\\\n",
-      "355, 0.000000\\\n",
-      "355, 0.000000\\\n",
-      "355, 0.000000\\\n",
-      "355, 0.000000\\\n",
-      "355, 0.000000\\\n",
-      "355, 0.000000\\\n",
-      "355, 0.000000\\\n",
-      "355, 0.000000\\\n",
-      "356, 0.000000\\\n",
-      "356, 1.000000\\\n",
-      "356, 0.000000\\\n",
-      "356, 0.000000\\\n",
-      "356, 0.000000\\\n",
-      "356, 0.000000\\\n",
-      "356, 0.000000\\\n",
-      "356, 0.000000\\\n",
-      "356, 0.000000\\\n",
-      "357, 0.000000\\\n",
-      "357, 0.000000\\\n",
-      "357, 1.000000\\\n",
-      "357, 0.000000\\\n",
-      "357, 0.000000\\\n",
-      "357, 0.000000\\\n",
-      "357, 0.000000\\\n",
-      "357, 0.000000\\\n",
-      "357, 1.000000\\\n",
-      "358, 0.000000\\\n",
-      "358, 0.000000\\\n",
-      "358, 0.000000\\\n",
-      "358, 0.000000\\\n",
-      "358, 0.000000\\\n",
-      "358, 0.000000\\\n",
-      "358, 0.000000\\\n",
-      "358, 0.000000\\\n",
-      "358, 0.000000\\\n",
-      "359, 0.000000\\\n",
-      "359, 0.000000\\\n",
-      "359, 0.000000\\\n",
-      "359, 0.000000\\\n",
-      "359, 0.000000\\\n",
-      "359, 1.000000\\\n",
-      "359, 0.000000\\\n",
-      "359, 0.000000\\\n",
-      "359, 0.000000\\\n",
-      "360, 1.000000\\\n",
-      "360, 0.000000\\\n",
-      "360, 0.000000\\\n",
-      "360, 0.000000\\\n",
-      "360, 0.000000\\\n",
-      "360, 0.000000\\\n",
-      "360, 0.000000\\\n",
-      "360, 0.000000\\\n",
-      "360, 0.000000\\\n",
-      "361, 0.000000\\\n",
-      "361, 0.000000\\\n",
-      "361, 0.000000\\\n",
-      "361, 0.000000\\\n",
-      "361, 0.000000\\\n",
-      "361, 0.000000\\\n",
-      "361, 0.000000\\\n",
-      "361, 0.000000\\\n",
-      "361, 0.000000\\\n",
-      "362, 1.000000\\\n",
-      "362, 0.000000\\\n",
-      "362, 0.000000\\\n",
-      "362, 0.000000\\\n",
-      "362, 0.000000\\\n",
-      "362, 0.000000\\\n",
-      "362, 0.000000\\\n",
-      "362, 0.000000\\\n",
-      "362, 0.000000\\\n",
-      "363, 0.000000\\\n",
-      "363, 0.000000\\\n",
-      "363, 0.000000\\\n",
-      "363, 0.000000\\\n",
-      "363, 0.000000\\\n",
-      "363, 0.000000\\\n",
-      "363, 0.000000\\\n",
-      "363, 0.000000\\\n",
-      "363, 0.000000\\\n",
-      "364, 1.000000\\\n",
-      "364, 0.000000\\\n",
-      "364, 0.000000\\\n",
-      "364, 0.000000\\\n",
-      "364, 0.000000\\\n",
-      "364, 0.000000\\\n",
-      "364, 0.000000\\\n",
-      "364, 0.000000\\\n",
-      "364, 0.000000\\\n",
-      "365, 0.000000\\\n",
-      "365, 0.000000\\\n",
-      "365, 0.000000\\\n",
-      "365, 0.000000\\\n",
-      "365, 0.000000\\\n",
-      "365, 0.000000\\\n",
-      "365, 0.000000\\\n",
-      "365, 0.000000\\\n",
-      "365, 0.000000\\\n",
-      "366, 0.000000\\\n",
-      "366, 0.000000\\\n",
-      "366, 0.000000\\\n",
-      "366, 0.000000\\\n",
-      "366, 0.000000\\\n",
-      "366, 0.000000\\\n",
-      "366, 0.000000\\\n",
-      "366, 0.000000\\\n",
-      "366, 0.000000\\\n",
-      "367, 0.000000\\\n",
-      "367, 0.000000\\\n",
-      "367, 0.000000\\\n",
-      "367, 0.000000\\\n",
-      "367, 0.000000\\\n",
-      "367, 0.000000\\\n",
-      "367, 0.000000\\\n",
-      "367, 0.000000\\\n",
-      "367, 0.000000\\\n",
-      "368, 0.000000\\\n",
-      "368, 0.000000\\\n",
-      "368, 0.000000\\\n",
-      "368, 0.000000\\\n",
-      "368, 0.000000\\\n",
-      "368, 0.000000\\\n",
-      "368, 0.000000\\\n",
-      "368, 1.000000\\\n",
-      "368, 0.000000\\\n",
-      "369, 0.000000\\\n",
-      "369, 0.000000\\\n",
-      "369, 0.000000\\\n",
-      "369, 0.000000\\\n",
-      "369, 0.000000\\\n",
-      "369, 0.000000\\\n",
-      "369, 0.000000\\\n",
-      "369, 0.000000\\\n",
-      "369, 0.000000\\\n",
-      "370, 0.000000\\\n",
-      "370, 0.000000\\\n",
-      "370, 0.000000\\\n",
-      "370, 0.000000\\\n",
-      "370, 0.000000\\\n",
-      "370, 0.000000\\\n",
-      "370, 0.000000\\\n",
-      "370, 0.000000\\\n",
-      "370, 0.000000\\\n",
-      "371, 0.000000\\\n",
-      "371, 0.000000\\\n",
-      "371, 0.000000\\\n",
-      "371, 0.000000\\\n",
-      "371, 0.000000\\\n",
-      "371, 0.000000\\\n",
-      "371, 0.000000\\\n",
-      "371, 0.000000\\\n",
-      "371, 0.000000\\\n",
-      "372, 0.000000\\\n",
-      "372, 0.000000\\\n",
-      "372, 0.000000\\\n",
-      "372, 0.000000\\\n",
-      "372, 0.000000\\\n",
-      "372, 0.000000\\\n",
-      "372, 0.000000\\\n",
-      "372, 0.000000\\\n",
-      "372, 0.000000\\\n",
-      "373, 0.000000\\\n",
-      "373, 1.000000\\\n",
-      "373, 0.000000\\\n",
-      "373, 0.000000\\\n",
-      "373, 0.000000\\\n",
-      "373, 0.000000\\\n",
-      "373, 0.000000\\\n",
-      "373, 0.000000\\\n",
-      "373, 0.000000\\\n",
-      "374, 0.000000\\\n",
-      "374, 0.000000\\\n",
-      "374, 0.000000\\\n",
-      "374, 0.000000\\\n",
-      "374, 0.000000\\\n",
-      "374, 0.000000\\\n",
-      "374, 0.000000\\\n",
-      "374, 0.000000\\\n",
-      "374, 0.000000\\\n",
-      "375, 0.000000\\\n",
-      "375, 0.000000\\\n",
-      "375, 0.000000\\\n",
-      "375, 0.000000\\\n",
-      "375, 0.000000\\\n",
-      "375, 0.000000\\\n",
-      "375, 0.000000\\\n",
-      "375, 0.000000\\\n",
-      "375, 0.000000\\\n",
-      "376, 0.000000\\\n",
-      "376, 0.000000\\\n",
-      "376, 0.000000\\\n",
-      "376, 0.000000\\\n",
-      "376, 0.000000\\\n",
-      "376, 0.000000\\\n",
-      "376, 0.000000\\\n",
-      "376, 1.000000\\\n",
-      "376, 0.000000\\\n",
-      "377, 0.000000\\\n",
-      "377, 0.000000\\\n",
-      "377, 0.000000\\\n",
-      "377, 0.000000\\\n",
-      "377, 0.000000\\\n",
-      "377, 0.000000\\\n",
-      "377, 0.000000\\\n",
-      "377, 1.000000\\\n",
-      "377, 0.000000\\\n",
-      "378, 0.000000\\\n",
-      "378, 0.000000\\\n",
-      "378, 0.000000\\\n",
-      "378, 0.000000\\\n",
-      "378, 0.000000\\\n",
-      "378, 0.000000\\\n",
-      "378, 0.000000\\\n",
-      "378, 0.000000\\\n",
-      "378, 0.000000\\\n",
-      "379, 0.000000\\\n",
-      "379, 0.000000\\\n",
-      "379, 0.000000\\\n",
-      "379, 0.000000\\\n",
-      "379, 0.000000\\\n",
-      "379, 0.000000\\\n",
-      "379, 0.000000\\\n",
-      "379, 0.000000\\\n",
-      "379, 0.000000\\\n",
-      "380, 0.000000\\\n",
-      "380, 0.000000\\\n",
-      "380, 0.000000\\\n",
-      "380, 0.000000\\\n",
-      "380, 1.000000\\\n",
-      "380, 0.000000\\\n",
-      "380, 0.000000\\\n",
-      "380, 0.000000\\\n",
-      "380, 0.000000\\\n",
-      "381, 0.000000\\\n",
-      "381, 0.000000\\\n",
-      "381, 0.000000\\\n",
-      "381, 0.000000\\\n",
-      "381, 0.000000\\\n",
-      "381, 0.000000\\\n",
-      "381, 1.000000\\\n",
-      "381, 0.000000\\\n",
-      "381, 0.000000\\\n",
-      "382, 0.000000\\\n",
-      "382, 1.000000\\\n",
-      "382, 0.000000\\\n",
-      "382, 0.000000\\\n",
-      "382, 0.000000\\\n",
-      "382, 0.000000\\\n",
-      "382, 0.000000\\\n",
-      "382, 0.000000\\\n",
-      "382, 0.000000\\\n",
-      "383, 0.000000\\\n",
-      "383, 0.000000\\\n",
-      "383, 1.000000\\\n",
-      "383, 0.000000\\\n",
-      "383, 0.000000\\\n",
-      "383, 0.000000\\\n",
-      "383, 0.000000\\\n",
-      "383, 0.000000\\\n",
-      "383, 0.000000\\\n",
-      "384, 0.000000\\\n",
-      "384, 1.000000\\\n",
-      "384, 0.000000\\\n",
-      "384, 0.000000\\\n",
-      "384, 0.000000\\\n",
-      "384, 0.000000\\\n",
-      "384, 0.000000\\\n",
-      "384, 0.000000\\\n",
-      "384, 0.000000\\\n",
-      "385, 0.000000\\\n",
-      "385, 0.000000\\\n",
-      "385, 0.000000\\\n",
-      "385, 0.000000\\\n",
-      "385, 1.000000\\\n",
-      "385, 0.000000\\\n",
-      "385, 0.000000\\\n",
-      "385, 0.000000\\\n",
-      "385, 1.000000\\\n",
-      "386, 0.000000\\\n",
-      "386, 0.000000\\\n",
-      "386, 0.000000\\\n",
-      "386, 0.000000\\\n",
-      "386, 0.000000\\\n",
-      "386, 0.000000\\\n",
-      "386, 0.000000\\\n",
-      "386, 0.000000\\\n",
-      "386, 0.000000\\\n",
-      "387, 0.000000\\\n",
-      "387, 0.000000\\\n",
-      "387, 0.000000\\\n",
-      "387, 0.000000\\\n",
-      "387, 0.000000\\\n",
-      "387, 0.000000\\\n",
-      "387, 0.000000\\\n",
-      "387, 0.000000\\\n",
-      "387, 0.000000\\\n",
-      "388, 0.000000\\\n",
-      "388, 0.000000\\\n",
-      "388, 0.000000\\\n",
-      "388, 0.000000\\\n",
-      "388, 0.000000\\\n",
-      "388, 0.000000\\\n",
-      "388, 0.000000\\\n",
-      "388, 0.000000\\\n",
-      "388, 0.000000\\\n",
-      "389, 1.000000\\\n",
-      "389, 0.000000\\\n",
-      "389, 0.000000\\\n",
-      "389, 0.000000\\\n",
-      "389, 1.000000\\\n",
-      "389, 0.000000\\\n",
-      "389, 0.000000\\\n",
-      "389, 0.000000\\\n",
-      "389, 0.000000\\\n",
-      "390, 1.000000\\\n",
-      "390, 0.000000\\\n",
-      "390, 0.000000\\\n",
-      "390, 0.000000\\\n",
-      "390, 0.000000\\\n",
-      "390, 0.000000\\\n",
-      "390, 0.000000\\\n",
-      "390, 0.000000\\\n",
-      "390, 0.000000\\\n",
-      "391, 0.000000\\\n",
-      "391, 0.000000\\\n",
-      "391, 1.000000\\\n",
-      "391, 0.000000\\\n",
-      "391, 0.000000\\\n",
-      "391, 0.000000\\\n",
-      "391, 0.000000\\\n",
-      "391, 0.000000\\\n",
-      "391, 0.000000\\\n",
-      "392, 0.000000\\\n",
-      "392, 0.000000\\\n",
-      "392, 0.000000\\\n",
-      "392, 0.000000\\\n",
-      "392, 0.000000\\\n",
-      "392, 0.000000\\\n",
-      "392, 0.000000\\\n",
-      "392, 0.000000\\\n",
-      "392, 1.000000\\\n",
-      "393, 0.000000\\\n",
-      "393, 0.000000\\\n",
-      "393, 0.000000\\\n",
-      "393, 0.000000\\\n",
-      "393, 0.000000\\\n",
-      "393, 0.000000\\\n",
-      "393, 0.000000\\\n",
-      "393, 0.000000\\\n",
-      "393, 0.000000\\\n",
-      "394, 0.000000\\\n",
-      "394, 0.000000\\\n",
-      "394, 0.000000\\\n",
-      "394, 0.000000\\\n",
-      "394, 0.000000\\\n",
-      "394, 0.000000\\\n",
-      "394, 0.000000\\\n",
-      "394, 0.000000\\\n",
-      "394, 0.000000\\\n",
-      "395, 0.000000\\\n",
-      "395, 0.000000\\\n",
-      "395, 0.000000\\\n",
-      "395, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "395, 0.000000\\\n",
-      "395, 0.000000\\\n",
-      "395, 0.000000\\\n",
-      "395, 0.000000\\\n",
-      "395, 0.000000\\\n",
-      "396, 0.000000\\\n",
-      "396, 0.000000\\\n",
-      "396, 0.000000\\\n",
-      "396, 0.000000\\\n",
-      "396, 0.000000\\\n",
-      "396, 0.000000\\\n",
-      "396, 0.000000\\\n",
-      "396, 0.000000\\\n",
-      "396, 0.000000\\\n",
-      "397, 1.000000\\\n",
-      "397, 0.000000\\\n",
-      "397, 0.000000\\\n",
-      "397, 0.000000\\\n",
-      "397, 0.000000\\\n",
-      "397, 0.000000\\\n",
-      "397, 0.000000\\\n",
-      "397, 0.000000\\\n",
-      "397, 0.000000\\\n",
-      "398, 0.000000\\\n",
-      "398, 1.000000\\\n",
-      "398, 0.000000\\\n",
-      "398, 0.000000\\\n",
-      "398, 0.000000\\\n",
-      "398, 0.000000\\\n",
-      "398, 0.000000\\\n",
-      "398, 0.000000\\\n",
-      "398, 0.000000\\\n",
-      "399, 1.000000\\\n",
-      "399, 0.000000\\\n",
-      "399, 0.000000\\\n",
-      "399, 0.000000\\\n",
-      "399, 0.000000\\\n",
-      "399, 0.000000\\\n",
-      "399, 0.000000\\\n",
-      "399, 0.000000\\\n",
-      "399, 0.000000\\\n",
-      "400, 0.000000\\\n",
-      "400, 0.000000\\\n",
-      "400, 0.000000\\\n",
-      "400, 0.000000\\\n",
-      "400, 0.000000\\\n",
-      "400, 0.000000\\\n",
-      "400, 0.000000\\\n",
-      "400, 0.000000\\\n",
-      "400, 0.000000\\\n",
-      "401, 0.000000\\\n",
-      "401, 0.000000\\\n",
-      "401, 0.000000\\\n",
-      "401, 0.000000\\\n",
-      "401, 0.000000\\\n",
-      "401, 0.000000\\\n",
-      "401, 0.000000\\\n",
-      "401, 0.000000\\\n",
-      "401, 0.000000\\\n",
-      "402, 0.000000\\\n",
-      "402, 0.000000\\\n",
-      "402, 0.000000\\\n",
-      "402, 0.000000\\\n",
-      "402, 0.000000\\\n",
-      "402, 0.000000\\\n",
-      "402, 0.000000\\\n",
-      "402, 0.000000\\\n",
-      "402, 0.000000\\\n",
-      "403, 1.000000\\\n",
-      "403, 0.000000\\\n",
-      "403, 0.000000\\\n",
-      "403, 0.000000\\\n",
-      "403, 0.000000\\\n",
-      "403, 0.000000\\\n",
-      "403, 0.000000\\\n",
-      "403, 1.000000\\\n",
-      "403, 0.000000\\\n",
-      "404, 0.000000\\\n",
-      "404, 0.000000\\\n",
-      "404, 0.000000\\\n",
-      "404, 0.000000\\\n",
-      "404, 0.000000\\\n",
-      "404, 0.000000\\\n",
-      "404, 0.000000\\\n",
-      "404, 0.000000\\\n",
-      "404, 1.000000\\\n",
-      "405, 0.000000\\\n",
-      "405, 0.000000\\\n",
-      "405, 0.000000\\\n",
-      "405, 0.000000\\\n",
-      "405, 0.000000\\\n",
-      "405, 0.000000\\\n",
-      "405, 0.000000\\\n",
-      "405, 0.000000\\\n",
-      "405, 0.000000\\\n",
-      "406, 0.000000\\\n",
-      "406, 0.000000\\\n",
-      "406, 0.000000\\\n",
-      "406, 1.000000\\\n",
-      "406, 0.000000\\\n",
-      "406, 0.000000\\\n",
-      "406, 0.000000\\\n",
-      "406, 0.000000\\\n",
-      "406, 0.000000\\\n",
-      "407, 0.000000\\\n",
-      "407, 0.000000\\\n",
-      "407, 0.000000\\\n",
-      "407, 0.000000\\\n",
-      "407, 0.000000\\\n",
-      "407, 1.000000\\\n",
-      "407, 0.000000\\\n",
-      "407, 0.000000\\\n",
-      "407, 0.000000\\\n",
-      "408, 0.000000\\\n",
-      "408, 0.000000\\\n",
-      "408, 0.000000\\\n",
-      "408, 0.000000\\\n",
-      "408, 0.000000\\\n",
-      "408, 0.000000\\\n",
-      "408, 0.000000\\\n",
-      "408, 0.000000\\\n",
-      "408, 0.000000\\\n",
-      "409, 0.000000\\\n",
-      "409, 0.000000\\\n",
-      "409, 0.000000\\\n",
-      "409, 0.000000\\\n",
-      "409, 0.000000\\\n",
-      "409, 0.000000\\\n",
-      "409, 0.000000\\\n",
-      "409, 0.000000\\\n",
-      "409, 0.000000\\\n",
-      "410, 0.000000\\\n",
-      "410, 0.000000\\\n",
-      "410, 0.000000\\\n",
-      "410, 0.000000\\\n",
-      "410, 0.000000\\\n",
-      "410, 0.000000\\\n",
-      "410, 0.000000\\\n",
-      "410, 0.000000\\\n",
-      "410, 0.000000\\\n",
-      "411, 1.000000\\\n",
-      "411, 0.000000\\\n",
-      "411, 0.000000\\\n",
-      "411, 0.000000\\\n",
-      "411, 0.000000\\\n",
-      "411, 1.000000\\\n",
-      "411, 0.000000\\\n",
-      "411, 0.000000\\\n",
-      "411, 0.000000\\\n",
-      "412, 0.000000\\\n",
-      "412, 1.000000\\\n",
-      "412, 0.000000\\\n",
-      "412, 0.000000\\\n",
-      "412, 0.000000\\\n",
-      "412, 0.000000\\\n",
-      "412, 0.000000\\\n",
-      "412, 0.000000\\\n",
-      "412, 0.000000\\\n",
-      "413, 0.000000\\\n",
-      "413, 0.000000\\\n",
-      "413, 0.000000\\\n",
-      "413, 0.000000\\\n",
-      "413, 1.000000\\\n",
-      "413, 0.000000\\\n",
-      "413, 0.000000\\\n",
-      "413, 0.000000\\\n",
-      "413, 0.000000\\\n",
-      "414, 0.000000\\\n",
-      "414, 0.000000\\\n",
-      "414, 1.000000\\\n",
-      "414, 0.000000\\\n",
-      "414, 0.000000\\\n",
-      "414, 0.000000\\\n",
-      "414, 0.000000\\\n",
-      "414, 0.000000\\\n",
-      "414, 1.000000\\\n",
-      "415, 0.000000\\\n",
-      "415, 0.000000\\\n",
-      "415, 0.000000\\\n",
-      "415, 0.000000\\\n",
-      "415, 0.000000\\\n",
-      "415, 0.000000\\\n",
-      "415, 0.000000\\\n",
-      "415, 0.000000\\\n",
-      "415, 0.000000\\\n",
-      "416, 0.000000\\\n",
-      "416, 0.000000\\\n",
-      "416, 0.000000\\\n",
-      "416, 0.000000\\\n",
-      "416, 0.000000\\\n",
-      "416, 0.000000\\\n",
-      "416, 0.000000\\\n",
-      "416, 0.000000\\\n",
-      "416, 0.000000\\\n",
-      "417, 0.000000\\\n",
-      "417, 0.000000\\\n",
-      "417, 0.000000\\\n",
-      "417, 0.000000\\\n",
-      "417, 0.000000\\\n",
-      "417, 0.000000\\\n",
-      "417, 0.000000\\\n",
-      "417, 0.000000\\\n",
-      "417, 0.000000\\\n",
-      "418, 0.000000\\\n",
-      "418, 0.000000\\\n",
-      "418, 0.000000\\\n",
-      "418, 0.000000\\\n",
-      "418, 0.000000\\\n",
-      "418, 0.000000\\\n",
-      "418, 0.000000\\\n",
-      "418, 0.000000\\\n",
-      "418, 0.000000\\\n",
-      "419, 0.000000\\\n",
-      "419, 0.000000\\\n",
-      "419, 0.000000\\\n",
-      "419, 1.000000\\\n",
-      "419, 0.000000\\\n",
-      "419, 0.000000\\\n",
-      "419, 1.000000\\\n",
-      "419, 0.000000\\\n",
-      "419, 0.000000\\\n",
-      "420, 0.000000\\\n",
-      "420, 1.000000\\\n",
-      "420, 0.000000\\\n",
-      "420, 0.000000\\\n",
-      "420, 0.000000\\\n",
-      "420, 0.000000\\\n",
-      "420, 0.000000\\\n",
-      "420, 0.000000\\\n",
-      "420, 0.000000\\\n",
-      "421, 0.000000\\\n",
-      "421, 1.000000\\\n",
-      "421, 0.000000\\\n",
-      "421, 0.000000\\\n",
-      "421, 0.000000\\\n",
-      "421, 0.000000\\\n",
-      "421, 0.000000\\\n",
-      "421, 1.000000\\\n",
-      "421, 0.000000\\\n",
-      "422, 0.000000\\\n",
-      "422, 0.000000\\\n",
-      "422, 1.000000\\\n",
-      "422, 0.000000\\\n",
-      "422, 0.000000\\\n",
-      "422, 0.000000\\\n",
-      "422, 0.000000\\\n",
-      "422, 0.000000\\\n",
-      "422, 0.000000\\\n",
-      "423, 0.000000\\\n",
-      "423, 0.000000\\\n",
-      "423, 0.000000\\\n",
-      "423, 0.000000\\\n",
-      "423, 0.000000\\\n",
-      "423, 0.000000\\\n",
-      "423, 0.000000\\\n",
-      "423, 0.000000\\\n",
-      "423, 0.000000\\\n",
-      "424, 1.000000\\\n",
-      "424, 0.000000\\\n",
-      "424, 0.000000\\\n",
-      "424, 0.000000\\\n",
-      "424, 0.000000\\\n",
-      "424, 0.000000\\\n",
-      "424, 0.000000\\\n",
-      "424, 0.000000\\\n",
-      "424, 0.000000\\\n",
-      "425, 0.000000\\\n",
-      "425, 1.000000\\\n",
-      "425, 0.000000\\\n",
-      "425, 0.000000\\\n",
-      "425, 0.000000\\\n",
-      "425, 0.000000\\\n",
-      "425, 0.000000\\\n",
-      "425, 0.000000\\\n",
-      "425, 0.000000\\\n",
-      "426, 0.000000\\\n",
-      "426, 0.000000\\\n",
-      "426, 0.000000\\\n",
-      "426, 1.000000\\\n",
-      "426, 0.000000\\\n",
-      "426, 0.000000\\\n",
-      "426, 0.000000\\\n",
-      "426, 0.000000\\\n",
-      "426, 0.000000\\\n",
-      "427, 0.000000\\\n",
-      "427, 0.000000\\\n",
-      "427, 0.000000\\\n",
-      "427, 0.000000\\\n",
-      "427, 0.000000\\\n",
-      "427, 0.000000\\\n",
-      "427, 1.000000\\\n",
-      "427, 0.000000\\\n",
-      "427, 0.000000\\\n",
-      "428, 0.000000\\\n",
-      "428, 0.000000\\\n",
-      "428, 0.000000\\\n",
-      "428, 0.000000\\\n",
-      "428, 0.000000\\\n",
-      "428, 0.000000\\\n",
-      "428, 0.000000\\\n",
-      "428, 0.000000\\\n",
-      "428, 0.000000\\\n",
-      "429, 0.000000\\\n",
-      "429, 0.000000\\\n",
-      "429, 0.000000\\\n",
-      "429, 0.000000\\\n",
-      "429, 0.000000\\\n",
-      "429, 0.000000\\\n",
-      "429, 0.000000\\\n",
-      "429, 0.000000\\\n",
-      "429, 0.000000\\\n",
-      "430, 0.000000\\\n",
-      "430, 0.000000\\\n",
-      "430, 0.000000\\\n",
-      "430, 0.000000\\\n",
-      "430, 0.000000\\\n",
-      "430, 0.000000\\\n",
-      "430, 0.000000\\\n",
-      "430, 0.000000\\\n",
-      "430, 0.000000\\\n",
-      "431, 0.000000\\\n",
-      "431, 0.000000\\\n",
-      "431, 0.000000\\\n",
-      "431, 1.000000\\\n",
-      "431, 0.000000\\\n",
-      "431, 0.000000\\\n",
-      "431, 0.000000\\\n",
-      "431, 0.000000\\\n",
-      "431, 0.000000\\\n",
-      "432, 0.000000\\\n",
-      "432, 1.000000\\\n",
-      "432, 0.000000\\\n",
-      "432, 0.000000\\\n",
-      "432, 0.000000\\\n",
-      "432, 0.000000\\\n",
-      "432, 0.000000\\\n",
-      "432, 1.000000\\\n",
-      "432, 0.000000\\\n",
-      "433, 0.000000\\\n",
-      "433, 0.000000\\\n",
-      "433, 0.000000\\\n",
-      "433, 0.000000\\\n",
-      "433, 0.000000\\\n",
-      "433, 0.000000\\\n",
-      "433, 0.000000\\\n",
-      "433, 0.000000\\\n",
-      "433, 0.000000\\\n",
-      "434, 0.000000\\\n",
-      "434, 0.000000\\\n",
-      "434, 0.000000\\\n",
-      "434, 0.000000\\\n",
-      "434, 0.000000\\\n",
-      "434, 0.000000\\\n",
-      "434, 1.000000\\\n",
-      "434, 0.000000\\\n",
-      "434, 0.000000\\\n",
-      "435, 1.000000\\\n",
-      "435, 0.000000\\\n",
-      "435, 0.000000\\\n",
-      "435, 0.000000\\\n",
-      "435, 0.000000\\\n",
-      "435, 0.000000\\\n",
-      "435, 0.000000\\\n",
-      "435, 0.000000\\\n",
-      "435, 0.000000\\\n",
-      "436, 0.000000\\\n",
-      "436, 0.000000\\\n",
-      "436, 0.000000\\\n",
-      "436, 0.000000\\\n",
-      "436, 0.000000\\\n",
-      "436, 0.000000\\\n",
-      "436, 0.000000\\\n",
-      "436, 0.000000\\\n",
-      "436, 0.000000\\\n",
-      "437, 0.000000\\\n",
-      "437, 0.000000\\\n",
-      "437, 0.000000\\\n",
-      "437, 0.000000\\\n",
-      "437, 0.000000\\\n",
-      "437, 0.000000\\\n",
-      "437, 0.000000\\\n",
-      "437, 0.000000\\\n",
-      "437, 0.000000\\\n",
-      "438, 0.000000\\\n",
-      "438, 0.000000\\\n",
-      "438, 0.000000\\\n",
-      "438, 0.000000\\\n",
-      "438, 0.000000\\\n",
-      "438, 0.000000\\\n",
-      "438, 0.000000\\\n",
-      "438, 0.000000\\\n",
-      "438, 0.000000\\\n",
-      "439, 0.000000\\\n",
-      "439, 0.000000\\\n",
-      "439, 0.000000\\\n",
-      "439, 0.000000\\\n",
-      "439, 0.000000\\\n",
-      "439, 0.000000\\\n",
-      "439, 0.000000\\\n",
-      "439, 0.000000\\\n",
-      "439, 0.000000\\\n",
-      "440, 0.000000\\\n",
-      "440, 0.000000\\\n",
-      "440, 0.000000\\\n",
-      "440, 0.000000\\\n",
-      "440, 0.000000\\\n",
-      "440, 0.000000\\\n",
-      "440, 0.000000\\\n",
-      "440, 0.000000\\\n",
-      "440, 0.000000\\\n",
-      "441, 0.000000\\\n",
-      "441, 0.000000\\\n",
-      "441, 0.000000\\\n",
-      "441, 0.000000\\\n",
-      "441, 0.000000\\\n",
-      "441, 0.000000\\\n",
-      "441, 0.000000\\\n",
-      "441, 0.000000\\\n",
-      "441, 0.000000\\\n",
-      "442, 0.000000\\\n",
-      "442, 0.000000\\\n",
-      "442, 0.000000\\\n",
-      "442, 0.000000\\\n",
-      "442, 0.000000\\\n",
-      "442, 0.000000\\\n",
-      "442, 0.000000\\\n",
-      "442, 1.000000\\\n",
-      "442, 0.000000\\\n",
-      "443, 0.000000\\\n",
-      "443, 0.000000\\\n",
-      "443, 0.000000\\\n",
-      "443, 0.000000\\\n",
-      "443, 0.000000\\\n",
-      "443, 0.000000\\\n",
-      "443, 0.000000\\\n",
-      "443, 0.000000\\\n",
-      "443, 0.000000\\\n",
-      "444, 0.000000\\\n",
-      "444, 0.000000\\\n",
-      "444, 0.000000\\\n",
-      "444, 0.000000\\\n",
-      "444, 0.000000\\\n",
-      "444, 0.000000\\\n",
-      "444, 0.000000\\\n",
-      "444, 0.000000\\\n",
-      "444, 0.000000\\\n",
-      "445, 0.000000\\\n",
-      "445, 0.000000\\\n",
-      "445, 0.000000\\\n",
-      "445, 0.000000\\\n",
-      "445, 0.000000\\\n",
-      "445, 0.000000\\\n",
-      "445, 0.000000\\\n",
-      "445, 0.000000\\\n",
-      "445, 0.000000\\\n",
-      "446, 0.000000\\\n",
-      "446, 0.000000\\\n",
-      "446, 0.000000\\\n",
-      "446, 0.000000\\\n",
-      "446, 0.000000\\\n",
-      "446, 0.000000\\\n",
-      "446, 0.000000\\\n",
-      "446, 0.000000\\\n",
-      "446, 0.000000\\\n",
-      "447, 0.000000\\\n",
-      "447, 0.000000\\\n",
-      "447, 0.000000\\\n",
-      "447, 0.000000\\\n",
-      "447, 0.000000\\\n",
-      "447, 0.000000\\\n",
-      "447, 0.000000\\\n",
-      "447, 0.000000\\\n",
-      "447, 0.000000\\\n",
-      "448, 0.000000\\\n",
-      "448, 0.000000\\\n",
-      "448, 0.000000\\\n",
-      "448, 0.000000\\\n",
-      "448, 0.000000\\\n",
-      "448, 0.000000\\\n",
-      "448, 0.000000\\\n",
-      "448, 1.000000\\\n",
-      "448, 0.000000\\\n",
-      "449, 0.000000\\\n",
-      "449, 1.000000\\\n",
-      "449, 0.000000\\\n",
-      "449, 0.000000\\\n",
-      "449, 0.000000\\\n",
-      "449, 0.000000\\\n",
-      "449, 0.000000\\\n",
-      "449, 0.000000\\\n",
-      "449, 0.000000\\\n",
-      "450, 0.000000\\\n",
-      "450, 0.000000\\\n",
-      "450, 0.000000\\\n",
-      "450, 0.000000\\\n",
-      "450, 0.000000\\\n",
-      "450, 0.000000\\\n",
-      "450, 0.000000\\\n",
-      "450, 0.000000\\\n",
-      "450, 0.000000\\\n",
-      "451, 0.000000\\\n",
-      "451, 0.000000\\\n",
-      "451, 0.000000\\\n",
-      "451, 0.000000\\\n",
-      "451, 0.000000\\\n",
-      "451, 0.000000\\\n",
-      "451, 0.000000\\\n",
-      "451, 0.000000\\\n",
-      "451, 0.000000\\\n",
-      "452, 0.000000\\\n",
-      "452, 1.000000\\\n",
-      "452, 0.000000\\\n",
-      "452, 0.000000\\\n",
-      "452, 0.000000\\\n",
-      "452, 0.000000\\\n",
-      "452, 0.000000\\\n",
-      "452, 0.000000\\\n",
-      "452, 0.000000\\\n",
-      "453, 0.000000\\\n",
-      "453, 0.000000\\\n",
-      "453, 0.000000\\\n",
-      "453, 0.000000\\\n",
-      "453, 0.000000\\\n",
-      "453, 0.000000\\\n",
-      "453, 0.000000\\\n",
-      "453, 0.000000\\\n",
-      "453, 0.000000\\\n",
-      "454, 0.000000\\\n",
-      "454, 0.000000\\\n",
-      "454, 0.000000\\\n",
-      "454, 1.000000\\\n",
-      "454, 0.000000\\\n",
-      "454, 0.000000\\\n",
-      "454, 0.000000\\\n",
-      "454, 0.000000\\\n",
-      "454, 0.000000\\\n",
-      "455, 0.000000\\\n",
-      "455, 0.000000\\\n",
-      "455, 0.000000\\\n",
-      "455, 0.000000\\\n",
-      "455, 0.000000\\\n",
-      "455, 0.000000\\\n",
-      "455, 0.000000\\\n",
-      "455, 0.000000\\\n",
-      "455, 0.000000\\\n",
-      "456, 1.000000\\\n",
-      "456, 0.000000\\\n",
-      "456, 0.000000\\\n",
-      "456, 0.000000\\\n",
-      "456, 0.000000\\\n",
-      "456, 0.000000\\\n",
-      "456, 0.000000\\\n",
-      "456, 1.000000\\\n",
-      "456, 0.000000\\\n",
-      "457, 1.000000\\\n",
-      "457, 0.000000\\\n",
-      "457, 0.000000\\\n",
-      "457, 1.000000\\\n",
-      "457, 0.000000\\\n",
-      "457, 0.000000\\\n",
-      "457, 1.000000\\\n",
-      "457, 0.000000\\\n",
-      "457, 0.000000\\\n",
-      "458, 0.000000\\\n",
-      "458, 0.000000\\\n",
-      "458, 1.000000\\\n",
-      "458, 0.000000\\\n",
-      "458, 1.000000\\\n",
-      "458, 0.000000\\\n",
-      "458, 0.000000\\\n",
-      "458, 0.000000\\\n",
-      "458, 0.000000\\\n",
-      "459, 0.000000\\\n",
-      "459, 0.000000\\\n",
-      "459, 0.000000\\\n",
-      "459, 0.000000\\\n",
-      "459, 0.000000\\\n",
-      "459, 0.000000\\\n",
-      "459, 0.000000\\\n",
-      "459, 0.000000\\\n",
-      "459, 0.000000\\\n",
-      "460, 1.000000\\\n",
-      "460, 0.000000\\\n",
-      "460, 0.000000\\\n",
-      "460, 0.000000\\\n",
-      "460, 0.000000\\\n",
-      "460, 0.000000\\\n",
-      "460, 0.000000\\\n",
-      "460, 1.000000\\\n",
-      "460, 0.000000\\\n",
-      "461, 0.000000\\\n",
-      "461, 0.000000\\\n",
-      "461, 0.000000\\\n",
-      "461, 0.000000\\\n",
-      "461, 0.000000\\\n",
-      "461, 0.000000\\\n",
-      "461, 0.000000\\\n",
-      "461, 0.000000\\\n",
-      "461, 0.000000\\\n",
-      "462, 0.000000\\\n",
-      "462, 0.000000\\\n",
-      "462, 0.000000\\\n",
-      "462, 0.000000\\\n",
-      "462, 0.000000\\\n",
-      "462, 0.000000\\\n",
-      "462, 1.000000\\\n",
-      "462, 0.000000\\\n",
-      "462, 0.000000\\\n",
-      "463, 0.000000\\\n",
-      "463, 0.000000\\\n",
-      "463, 0.000000\\\n",
-      "463, 0.000000\\\n",
-      "463, 0.000000\\\n",
-      "463, 0.000000\\\n",
-      "463, 0.000000\\\n",
-      "463, 0.000000\\\n",
-      "463, 0.000000\\\n",
-      "464, 0.000000\\\n",
-      "464, 0.000000\\\n",
-      "464, 1.000000\\\n",
-      "464, 0.000000\\\n",
-      "464, 0.000000\\\n",
-      "464, 0.000000\\\n",
-      "464, 0.000000\\\n",
-      "464, 1.000000\\\n",
-      "464, 0.000000\\\n",
-      "465, 0.000000\\\n",
-      "465, 0.000000\\\n",
-      "465, 0.000000\\\n",
-      "465, 0.000000\\\n",
-      "465, 0.000000\\\n",
-      "465, 0.000000\\\n",
-      "465, 1.000000\\\n",
-      "465, 0.000000\\\n",
-      "465, 0.000000\\\n",
-      "466, 0.000000\\\n",
-      "466, 0.000000\\\n",
-      "466, 0.000000\\\n",
-      "466, 0.000000\\\n",
-      "466, 0.000000\\\n",
-      "466, 0.000000\\\n",
-      "466, 0.000000\\\n",
-      "466, 0.000000\\\n",
-      "466, 0.000000\\\n",
-      "467, 0.000000\\\n",
-      "467, 0.000000\\\n",
-      "467, 1.000000\\\n",
-      "467, 0.000000\\\n",
-      "467, 0.000000\\\n",
-      "467, 0.000000\\\n",
-      "467, 0.000000\\\n",
-      "467, 1.000000\\\n",
-      "467, 0.000000\\\n",
-      "468, 0.000000\\\n",
-      "468, 0.000000\\\n",
-      "468, 0.000000\\\n",
-      "468, 0.000000\\\n",
-      "468, 0.000000\\\n",
-      "468, 0.000000\\\n",
-      "468, 0.000000\\\n",
-      "468, 0.000000\\\n",
-      "468, 0.000000\\\n",
-      "469, 1.000000\\\n",
-      "469, 0.000000\\\n",
-      "469, 0.000000\\\n",
-      "469, 0.000000\\\n",
-      "469, 0.000000\\\n",
-      "469, 0.000000\\\n",
-      "469, 0.000000\\\n",
-      "469, 1.000000\\\n",
-      "469, 0.000000\\\n",
-      "470, 0.000000\\\n",
-      "470, 0.000000\\\n",
-      "470, 0.000000\\\n",
-      "470, 0.000000\\\n",
-      "470, 0.000000\\\n",
-      "470, 0.000000\\\n",
-      "470, 0.000000\\\n",
-      "470, 0.000000\\\n",
-      "470, 0.000000\\\n",
-      "471, 0.000000\\\n",
-      "471, 0.000000\\\n",
-      "471, 0.000000\\\n",
-      "471, 0.000000\\\n",
-      "471, 0.000000\\\n",
-      "471, 0.000000\\\n",
-      "471, 0.000000\\\n",
-      "471, 1.000000\\\n",
-      "471, 0.000000\\\n",
-      "472, 0.000000\\\n",
-      "472, 0.000000\\\n",
-      "472, 0.000000\\\n",
-      "472, 0.000000\\\n",
-      "472, 0.000000\\\n",
-      "472, 0.000000\\\n",
-      "472, 0.000000\\\n",
-      "472, 0.000000\\\n",
-      "472, 0.000000\\\n",
-      "473, 0.000000\\\n",
-      "473, 1.000000\\\n",
-      "473, 0.000000\\\n",
-      "473, 0.000000\\\n",
-      "473, 0.000000\\\n",
-      "473, 0.000000\\\n",
-      "473, 0.000000\\\n",
-      "473, 0.000000\\\n",
-      "473, 0.000000\\\n",
-      "474, 0.000000\\\n",
-      "474, 0.000000\\\n",
-      "474, 0.000000\\\n",
-      "474, 0.000000\\\n",
-      "474, 0.000000\\\n",
-      "474, 0.000000\\\n",
-      "474, 0.000000\\\n",
-      "474, 0.000000\\\n",
-      "474, 0.000000\\\n",
-      "475, 0.000000\\\n",
-      "475, 0.000000\\\n",
-      "475, 0.000000\\\n",
-      "475, 0.000000\\\n",
-      "475, 0.000000\\\n",
-      "475, 0.000000\\\n",
-      "475, 0.000000\\\n",
-      "475, 0.000000\\\n",
-      "475, 0.000000\\\n",
-      "476, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "476, 0.000000\\\n",
-      "476, 0.000000\\\n",
-      "476, 0.000000\\\n",
-      "476, 1.000000\\\n",
-      "476, 0.000000\\\n",
-      "476, 0.000000\\\n",
-      "476, 0.000000\\\n",
-      "476, 0.000000\\\n",
-      "477, 0.000000\\\n",
-      "477, 0.000000\\\n",
-      "477, 0.000000\\\n",
-      "477, 0.000000\\\n",
-      "477, 0.000000\\\n",
-      "477, 0.000000\\\n",
-      "477, 0.000000\\\n",
-      "477, 0.000000\\\n",
-      "477, 0.000000\\\n",
-      "478, 0.000000\\\n",
-      "478, 0.000000\\\n",
-      "478, 0.000000\\\n",
-      "478, 0.000000\\\n",
-      "478, 0.000000\\\n",
-      "478, 0.000000\\\n",
-      "478, 0.000000\\\n",
-      "478, 0.000000\\\n",
-      "478, 0.000000\\\n",
-      "479, 0.000000\\\n",
-      "479, 0.000000\\\n",
-      "479, 0.000000\\\n",
-      "479, 0.000000\\\n",
-      "479, 0.000000\\\n",
-      "479, 0.000000\\\n",
-      "479, 0.000000\\\n",
-      "479, 0.000000\\\n",
-      "479, 0.000000\\\n",
-      "480, 1.000000\\\n",
-      "480, 0.000000\\\n",
-      "480, 0.000000\\\n",
-      "480, 0.000000\\\n",
-      "480, 0.000000\\\n",
-      "480, 0.000000\\\n",
-      "480, 0.000000\\\n",
-      "480, 0.000000\\\n",
-      "480, 0.000000\\\n",
-      "481, 1.000000\\\n",
-      "481, 0.000000\\\n",
-      "481, 1.000000\\\n",
-      "481, 0.000000\\\n",
-      "481, 0.000000\\\n",
-      "481, 1.000000\\\n",
-      "481, 0.000000\\\n",
-      "481, 0.000000\\\n",
-      "481, 0.000000\\\n",
-      "482, 0.000000\\\n",
-      "482, 0.000000\\\n",
-      "482, 0.000000\\\n",
-      "482, 0.000000\\\n",
-      "482, 0.000000\\\n",
-      "482, 0.000000\\\n",
-      "482, 0.000000\\\n",
-      "482, 0.000000\\\n",
-      "482, 0.000000\\\n",
-      "483, 0.000000\\\n",
-      "483, 0.000000\\\n",
-      "483, 1.000000\\\n",
-      "483, 0.000000\\\n",
-      "483, 0.000000\\\n",
-      "483, 0.000000\\\n",
-      "483, 0.000000\\\n",
-      "483, 0.000000\\\n",
-      "483, 0.000000\\\n",
-      "484, 0.000000\\\n",
-      "484, 0.000000\\\n",
-      "484, 0.000000\\\n",
-      "484, 0.000000\\\n",
-      "484, 0.000000\\\n",
-      "484, 0.000000\\\n",
-      "484, 1.000000\\\n",
-      "484, 0.000000\\\n",
-      "484, 0.000000\\\n",
-      "485, 0.000000\\\n",
-      "485, 0.000000\\\n",
-      "485, 0.000000\\\n",
-      "485, 0.000000\\\n",
-      "485, 0.000000\\\n",
-      "485, 0.000000\\\n",
-      "485, 0.000000\\\n",
-      "485, 0.000000\\\n",
-      "485, 0.000000\\\n",
-      "486, 0.000000\\\n",
-      "486, 0.000000\\\n",
-      "486, 0.000000\\\n",
-      "486, 0.000000\\\n",
-      "486, 0.000000\\\n",
-      "486, 0.000000\\\n",
-      "486, 0.000000\\\n",
-      "486, 0.000000\\\n",
-      "486, 0.000000\\\n",
-      "487, 0.000000\\\n",
-      "487, 0.000000\\\n",
-      "487, 0.000000\\\n",
-      "487, 0.000000\\\n",
-      "487, 0.000000\\\n",
-      "487, 0.000000\\\n",
-      "487, 0.000000\\\n",
-      "487, 0.000000\\\n",
-      "487, 0.000000\\\n",
-      "488, 0.000000\\\n",
-      "488, 0.000000\\\n",
-      "488, 1.000000\\\n",
-      "488, 0.000000\\\n",
-      "488, 0.000000\\\n",
-      "488, 0.000000\\\n",
-      "488, 0.000000\\\n",
-      "488, 0.000000\\\n",
-      "488, 0.000000\\\n",
-      "489, 0.000000\\\n",
-      "489, 0.000000\\\n",
-      "489, 0.000000\\\n",
-      "489, 0.000000\\\n",
-      "489, 0.000000\\\n",
-      "489, 0.000000\\\n",
-      "489, 0.000000\\\n",
-      "489, 0.000000\\\n",
-      "489, 0.000000\\\n",
-      "490, 0.000000\\\n",
-      "490, 0.000000\\\n",
-      "490, 0.000000\\\n",
-      "490, 0.000000\\\n",
-      "490, 0.000000\\\n",
-      "490, 0.000000\\\n",
-      "490, 0.000000\\\n",
-      "490, 1.000000\\\n",
-      "490, 0.000000\\\n",
-      "491, 0.000000\\\n",
-      "491, 0.000000\\\n",
-      "491, 0.000000\\\n",
-      "491, 0.000000\\\n",
-      "491, 0.000000\\\n",
-      "491, 0.000000\\\n",
-      "491, 0.000000\\\n",
-      "491, 0.000000\\\n",
-      "491, 0.000000\\\n",
-      "492, 0.000000\\\n",
-      "492, 0.000000\\\n",
-      "492, 0.000000\\\n",
-      "492, 0.000000\\\n",
-      "492, 0.000000\\\n",
-      "492, 0.000000\\\n",
-      "492, 0.000000\\\n",
-      "492, 0.000000\\\n",
-      "492, 0.000000\\\n",
-      "493, 0.000000\\\n",
-      "493, 1.000000\\\n",
-      "493, 0.000000\\\n",
-      "493, 0.000000\\\n",
-      "493, 0.000000\\\n",
-      "493, 0.000000\\\n",
-      "493, 1.000000\\\n",
-      "493, 0.000000\\\n",
-      "493, 0.000000\\\n",
-      "494, 0.000000\\\n",
-      "494, 0.000000\\\n",
-      "494, 1.000000\\\n",
-      "494, 0.000000\\\n",
-      "494, 0.000000\\\n",
-      "494, 0.000000\\\n",
-      "494, 0.000000\\\n",
-      "494, 0.000000\\\n",
-      "494, 0.000000\\\n",
-      "495, 0.000000\\\n",
-      "495, 0.000000\\\n",
-      "495, 0.000000\\\n",
-      "495, 0.000000\\\n",
-      "495, 0.000000\\\n",
-      "495, 1.000000\\\n",
-      "495, 0.000000\\\n",
-      "495, 0.000000\\\n",
-      "495, 0.000000\\\n",
-      "496, 0.000000\\\n",
-      "496, 0.000000\\\n",
-      "496, 1.000000\\\n",
-      "496, 0.000000\\\n",
-      "496, 0.000000\\\n",
-      "496, 0.000000\\\n",
-      "496, 0.000000\\\n",
-      "496, 0.000000\\\n",
-      "496, 0.000000\\\n",
-      "497, 0.000000\\\n",
-      "497, 0.000000\\\n",
-      "497, 0.000000\\\n",
-      "497, 1.000000\\\n",
-      "497, 0.000000\\\n",
-      "497, 0.000000\\\n",
-      "497, 0.000000\\\n",
-      "497, 0.000000\\\n",
-      "497, 0.000000\\\n",
-      "498, 0.000000\\\n",
-      "498, 0.000000\\\n",
-      "498, 0.000000\\\n",
-      "498, 0.000000\\\n",
-      "498, 0.000000\\\n",
-      "498, 0.000000\\\n",
-      "498, 0.000000\\\n",
-      "498, 0.000000\\\n",
-      "498, 0.000000\\\n",
-      "499, 0.000000\\\n",
-      "499, 0.000000\\\n",
-      "499, 0.000000\\\n",
-      "499, 0.000000\\\n",
-      "499, 0.000000\\\n",
-      "499, 0.000000\\\n",
-      "499, 0.000000\\\n",
-      "499, 0.000000\\\n",
-      "499, 0.000000\\\n",
-      "500, 0.000000\\\n",
-      "500, 0.000000\\\n",
-      "500, 0.000000\\\n",
-      "500, 0.000000\\\n",
-      "500, 0.000000\\\n",
-      "500, 0.000000\\\n",
-      "500, 0.000000\\\n",
-      "500, 1.000000\\\n",
-      "500, 0.000000\\\n",
-      "501, 0.000000\\\n",
-      "501, 0.000000\\\n",
-      "501, 0.000000\\\n",
-      "501, 0.000000\\\n",
-      "501, 0.000000\\\n",
-      "501, 0.000000\\\n",
-      "501, 0.000000\\\n",
-      "501, 0.000000\\\n",
-      "501, 0.000000\\\n",
-      "502, 0.000000\\\n",
-      "502, 0.000000\\\n",
-      "502, 0.000000\\\n",
-      "502, 0.000000\\\n",
-      "502, 0.000000\\\n",
-      "502, 0.000000\\\n",
-      "502, 0.000000\\\n",
-      "502, 0.000000\\\n",
-      "502, 0.000000\\\n",
-      "503, 0.000000\\\n",
-      "503, 0.000000\\\n",
-      "503, 0.000000\\\n",
-      "503, 0.000000\\\n",
-      "503, 0.000000\\\n",
-      "503, 0.000000\\\n",
-      "503, 0.000000\\\n",
-      "503, 0.000000\\\n",
-      "503, 0.000000\\\n",
-      "504, 0.000000\\\n",
-      "504, 0.000000\\\n",
-      "504, 0.000000\\\n",
-      "504, 0.000000\\\n",
-      "504, 0.000000\\\n",
-      "504, 0.000000\\\n",
-      "504, 0.000000\\\n",
-      "504, 0.000000\\\n",
-      "504, 0.000000\\\n",
-      "505, 0.000000\\\n",
-      "505, 0.000000\\\n",
-      "505, 0.000000\\\n",
-      "505, 0.000000\\\n",
-      "505, 0.000000\\\n",
-      "505, 0.000000\\\n",
-      "505, 0.000000\\\n",
-      "505, 0.000000\\\n",
-      "505, 0.000000\\\n",
-      "506, 0.000000\\\n",
-      "506, 0.000000\\\n",
-      "506, 0.000000\\\n",
-      "506, 0.000000\\\n",
-      "506, 0.000000\\\n",
-      "506, 0.000000\\\n",
-      "506, 0.000000\\\n",
-      "506, 0.000000\\\n",
-      "506, 0.000000\\\n",
-      "507, 0.000000\\\n",
-      "507, 0.000000\\\n",
-      "507, 0.000000\\\n",
-      "507, 0.000000\\\n",
-      "507, 0.000000\\\n",
-      "507, 0.000000\\\n",
-      "507, 0.000000\\\n",
-      "507, 0.000000\\\n",
-      "507, 0.000000\\\n",
-      "508, 0.000000\\\n",
-      "508, 0.000000\\\n",
-      "508, 0.000000\\\n",
-      "508, 0.000000\\\n",
-      "508, 0.000000\\\n",
-      "508, 0.000000\\\n",
-      "508, 0.000000\\\n",
-      "508, 0.000000\\\n",
-      "508, 0.000000\\\n",
-      "509, 0.000000\\\n",
-      "509, 0.000000\\\n",
-      "509, 0.000000\\\n",
-      "509, 0.000000\\\n",
-      "509, 0.000000\\\n",
-      "509, 0.000000\\\n",
-      "509, 0.000000\\\n",
-      "509, 0.000000\\\n",
-      "509, 0.000000\\\n",
-      "510, 0.000000\\\n",
-      "510, 0.000000\\\n",
-      "510, 0.000000\\\n",
-      "510, 0.000000\\\n",
-      "510, 0.000000\\\n",
-      "510, 0.000000\\\n",
-      "510, 0.000000\\\n",
-      "510, 0.000000\\\n",
-      "510, 0.000000\\\n",
-      "511, 0.000000\\\n",
-      "511, 0.000000\\\n",
-      "511, 0.000000\\\n",
-      "511, 0.000000\\\n",
-      "511, 0.000000\\\n",
-      "511, 0.000000\\\n",
-      "511, 0.000000\\\n",
-      "511, 0.000000\\\n",
-      "511, 1.000000\\\n",
-      "512, 0.000000\\\n",
-      "512, 0.000000\\\n",
-      "512, 0.000000\\\n",
-      "512, 0.000000\\\n",
-      "512, 0.000000\\\n",
-      "512, 0.000000\\\n",
-      "512, 0.000000\\\n",
-      "512, 0.000000\\\n",
-      "512, 0.000000\\\n",
-      "513, 0.000000\\\n",
-      "513, 0.000000\\\n",
-      "513, 0.000000\\\n",
-      "513, 0.000000\\\n",
-      "513, 0.000000\\\n",
-      "513, 0.000000\\\n",
-      "513, 0.000000\\\n",
-      "513, 0.000000\\\n",
-      "513, 0.000000\\\n",
-      "514, 0.000000\\\n",
-      "514, 0.000000\\\n",
-      "514, 0.000000\\\n",
-      "514, 0.000000\\\n",
-      "514, 0.000000\\\n",
-      "514, 0.000000\\\n",
-      "514, 0.000000\\\n",
-      "514, 0.000000\\\n",
-      "514, 0.000000\\\n",
-      "515, 0.000000\\\n",
-      "515, 0.000000\\\n",
-      "515, 0.000000\\\n",
-      "515, 0.000000\\\n",
-      "515, 0.000000\\\n",
-      "515, 0.000000\\\n",
-      "515, 0.000000\\\n",
-      "515, 0.000000\\\n",
-      "515, 0.000000\\\n",
-      "516, 0.000000\\\n",
-      "516, 0.000000\\\n",
-      "516, 0.000000\\\n",
-      "516, 0.000000\\\n",
-      "516, 0.000000\\\n",
-      "516, 0.000000\\\n",
-      "516, 0.000000\\\n",
-      "516, 0.000000\\\n",
-      "516, 0.000000\\\n",
-      "517, 0.000000\\\n",
-      "517, 0.000000\\\n",
-      "517, 0.000000\\\n",
-      "517, 0.000000\\\n",
-      "517, 0.000000\\\n",
-      "517, 0.000000\\\n",
-      "517, 0.000000\\\n",
-      "517, 0.000000\\\n",
-      "517, 0.000000\\\n",
-      "518, 0.000000\\\n",
-      "518, 0.000000\\\n",
-      "518, 0.000000\\\n",
-      "518, 0.000000\\\n",
-      "518, 0.000000\\\n",
-      "518, 0.000000\\\n",
-      "518, 0.000000\\\n",
-      "518, 0.000000\\\n",
-      "518, 0.000000\\\n",
-      "519, 0.000000\\\n",
-      "519, 0.000000\\\n",
-      "519, 0.000000\\\n",
-      "519, 0.000000\\\n",
-      "519, 0.000000\\\n",
-      "519, 0.000000\\\n",
-      "519, 0.000000\\\n",
-      "519, 0.000000\\\n",
-      "519, 0.000000\\\n",
-      "520, 0.000000\\\n",
-      "520, 0.000000\\\n",
-      "520, 0.000000\\\n",
-      "520, 0.000000\\\n",
-      "520, 0.000000\\\n",
-      "520, 0.000000\\\n",
-      "520, 0.000000\\\n",
-      "520, 0.000000\\\n",
-      "520, 0.000000\\\n",
-      "521, 0.000000\\\n",
-      "521, 0.000000\\\n",
-      "521, 0.000000\\\n",
-      "521, 0.000000\\\n",
-      "521, 0.000000\\\n",
-      "521, 0.000000\\\n",
-      "521, 0.000000\\\n",
-      "521, 0.000000\\\n",
-      "521, 0.000000\\\n",
-      "522, 0.000000\\\n",
-      "522, 0.000000\\\n",
-      "522, 0.000000\\\n",
-      "522, 0.000000\\\n",
-      "522, 0.000000\\\n",
-      "522, 0.000000\\\n",
-      "522, 0.000000\\\n",
-      "522, 0.000000\\\n",
-      "522, 0.000000\\\n",
-      "523, 0.000000\\\n",
-      "523, 0.000000\\\n",
-      "523, 0.000000\\\n",
-      "523, 0.000000\\\n",
-      "523, 0.000000\\\n",
-      "523, 0.000000\\\n",
-      "523, 0.000000\\\n",
-      "523, 0.000000\\\n",
-      "523, 0.000000\\\n",
-      "524, 0.000000\\\n",
-      "524, 0.000000\\\n",
-      "524, 0.000000\\\n",
-      "524, 0.000000\\\n",
-      "524, 0.000000\\\n",
-      "524, 0.000000\\\n",
-      "524, 0.000000\\\n",
-      "524, 0.000000\\\n",
-      "524, 0.000000\\\n",
-      "525, 0.000000\\\n",
-      "525, 0.000000\\\n",
-      "525, 0.000000\\\n",
-      "525, 0.000000\\\n",
-      "525, 0.000000\\\n",
-      "525, 0.000000\\\n",
-      "525, 0.000000\\\n",
-      "525, 0.000000\\\n",
-      "525, 0.000000\\\n",
-      "526, 0.000000\\\n",
-      "526, 0.000000\\\n",
-      "526, 0.000000\\\n",
-      "526, 0.000000\\\n",
-      "526, 0.000000\\\n",
-      "526, 0.000000\\\n",
-      "526, 0.000000\\\n",
-      "526, 0.000000\\\n",
-      "526, 0.000000\\\n",
-      "527, 0.000000\\\n",
-      "527, 0.000000\\\n",
-      "527, 0.000000\\\n",
-      "527, 0.000000\\\n",
-      "527, 0.000000\\\n",
-      "527, 0.000000\\\n",
-      "527, 0.000000\\\n",
-      "527, 0.000000\\\n",
-      "527, 0.000000\\\n",
-      "528, 0.000000\\\n",
-      "528, 0.000000\\\n",
-      "528, 0.000000\\\n",
-      "528, 0.000000\\\n",
-      "528, 1.000000\\\n",
-      "528, 0.000000\\\n",
-      "528, 0.000000\\\n",
-      "528, 0.000000\\\n",
-      "528, 0.000000\\\n",
-      "529, 0.000000\\\n",
-      "529, 0.000000\\\n",
-      "529, 0.000000\\\n",
-      "529, 0.000000\\\n",
-      "529, 0.000000\\\n",
-      "529, 0.000000\\\n",
-      "529, 0.000000\\\n",
-      "529, 0.000000\\\n",
-      "529, 0.000000\\\n",
-      "530, 0.000000\\\n",
-      "530, 0.000000\\\n",
-      "530, 0.000000\\\n",
-      "530, 0.000000\\\n",
-      "530, 0.000000\\\n",
-      "530, 0.000000\\\n",
-      "530, 0.000000\\\n",
-      "530, 0.000000\\\n",
-      "530, 0.000000\\\n",
-      "531, 0.000000\\\n",
-      "531, 0.000000\\\n",
-      "531, 0.000000\\\n",
-      "531, 0.000000\\\n",
-      "531, 0.000000\\\n",
-      "531, 0.000000\\\n",
-      "531, 0.000000\\\n",
-      "531, 0.000000\\\n",
-      "531, 0.000000\\\n",
-      "532, 0.000000\\\n",
-      "532, 0.000000\\\n",
-      "532, 0.000000\\\n",
-      "532, 0.000000\\\n",
-      "532, 0.000000\\\n",
-      "532, 0.000000\\\n",
-      "532, 0.000000\\\n",
-      "532, 0.000000\\\n",
-      "532, 0.000000\\\n",
-      "533, 0.000000\\\n",
-      "533, 0.000000\\\n",
-      "533, 0.000000\\\n",
-      "533, 0.000000\\\n",
-      "533, 1.000000\\\n",
-      "533, 0.000000\\\n",
-      "533, 0.000000\\\n",
-      "533, 0.000000\\\n",
-      "533, 0.000000\\\n",
-      "534, 0.000000\\\n",
-      "534, 0.000000\\\n",
-      "534, 0.000000\\\n",
-      "534, 0.000000\\\n",
-      "534, 0.000000\\\n",
-      "534, 0.000000\\\n",
-      "534, 0.000000\\\n",
-      "534, 0.000000\\\n",
-      "534, 0.000000\\\n",
-      "535, 0.000000\\\n",
-      "535, 0.000000\\\n",
-      "535, 0.000000\\\n",
-      "535, 0.000000\\\n",
-      "535, 0.000000\\\n",
-      "535, 0.000000\\\n",
-      "535, 0.000000\\\n",
-      "535, 0.000000\\\n",
-      "535, 0.000000\\\n",
-      "536, 0.000000\\\n",
-      "536, 0.000000\\\n",
-      "536, 0.000000\\\n",
-      "536, 0.000000\\\n",
-      "536, 0.000000\\\n",
-      "536, 0.000000\\\n",
-      "536, 0.000000\\\n",
-      "536, 0.000000\\\n",
-      "536, 0.000000\\\n",
-      "537, 0.000000\\\n",
-      "537, 0.000000\\\n",
-      "537, 0.000000\\\n",
-      "537, 0.000000\\\n",
-      "537, 0.000000\\\n",
-      "537, 1.000000\\\n",
-      "537, 0.000000\\\n",
-      "537, 0.000000\\\n",
-      "537, 0.000000\\\n",
-      "538, 0.000000\\\n",
-      "538, 0.000000\\\n",
-      "538, 0.000000\\\n",
-      "538, 0.000000\\\n",
-      "538, 0.000000\\\n",
-      "538, 0.000000\\\n",
-      "538, 0.000000\\\n",
-      "538, 0.000000\\\n",
-      "538, 0.000000\\\n",
-      "539, 0.000000\\\n",
-      "539, 0.000000\\\n",
-      "539, 0.000000\\\n",
-      "539, 0.000000\\\n",
-      "539, 0.000000\\\n",
-      "539, 0.000000\\\n",
-      "539, 0.000000\\\n",
-      "539, 0.000000\\\n",
-      "539, 0.000000\\\n",
-      "540, 0.000000\\\n",
-      "540, 0.000000\\\n",
-      "540, 0.000000\\\n",
-      "540, 0.000000\\\n",
-      "540, 0.000000\\\n",
-      "540, 0.000000\\\n",
-      "540, 0.000000\\\n",
-      "540, 0.000000\\\n",
-      "540, 0.000000\\\n",
-      "541, 0.000000\\\n",
-      "541, 0.000000\\\n",
-      "541, 0.000000\\\n",
-      "541, 0.000000\\\n",
-      "541, 0.000000\\\n",
-      "541, 0.000000\\\n",
-      "541, 0.000000\\\n",
-      "541, 0.000000\\\n",
-      "541, 0.000000\\\n",
-      "542, 0.000000\\\n",
-      "542, 0.000000\\\n",
-      "542, 0.000000\\\n",
-      "542, 0.000000\\\n",
-      "542, 0.000000\\\n",
-      "542, 0.000000\\\n",
-      "542, 0.000000\\\n",
-      "542, 0.000000\\\n",
-      "542, 0.000000\\\n",
-      "543, 0.000000\\\n",
-      "543, 0.000000\\\n",
-      "543, 0.000000\\\n",
-      "543, 0.000000\\\n",
-      "543, 0.000000\\\n",
-      "543, 0.000000\\\n",
-      "543, 0.000000\\\n",
-      "543, 0.000000\\\n",
-      "543, 0.000000\\\n",
-      "544, 0.000000\\\n",
-      "544, 0.000000\\\n",
-      "544, 0.000000\\\n",
-      "544, 0.000000\\\n",
-      "544, 0.000000\\\n",
-      "544, 0.000000\\\n",
-      "544, 0.000000\\\n",
-      "544, 0.000000\\\n",
-      "544, 0.000000\\\n",
-      "545, 0.000000\\\n",
-      "545, 0.000000\\\n",
-      "545, 0.000000\\\n",
-      "545, 0.000000\\\n",
-      "545, 0.000000\\\n",
-      "545, 0.000000\\\n",
-      "545, 0.000000\\\n",
-      "545, 0.000000\\\n",
-      "545, 0.000000\\\n",
-      "546, 0.000000\\\n",
-      "546, 0.000000\\\n",
-      "546, 0.000000\\\n",
-      "546, 0.000000\\\n",
-      "546, 0.000000\\\n",
-      "546, 0.000000\\\n",
-      "546, 0.000000\\\n",
-      "546, 0.000000\\\n",
-      "546, 0.000000\\\n",
-      "547, 0.000000\\\n",
-      "547, 0.000000\\\n",
-      "547, 0.000000\\\n",
-      "547, 0.000000\\\n",
-      "547, 0.000000\\\n",
-      "547, 0.000000\\\n",
-      "547, 0.000000\\\n",
-      "547, 0.000000\\\n",
-      "547, 0.000000\\\n",
-      "548, 0.000000\\\n",
-      "548, 0.000000\\\n",
-      "548, 0.000000\\\n",
-      "548, 0.000000\\\n",
-      "548, 0.000000\\\n",
-      "548, 0.000000\\\n",
-      "548, 0.000000\\\n",
-      "548, 0.000000\\\n",
-      "548, 0.000000\\\n",
-      "549, 0.000000\\\n",
-      "549, 0.000000\\\n",
-      "549, 1.000000\\\n",
-      "549, 0.000000\\\n",
-      "549, 1.000000\\\n",
-      "549, 0.000000\\\n",
-      "549, 0.000000\\\n",
-      "549, 0.000000\\\n",
-      "549, 0.000000\\\n",
-      "550, 0.000000\\\n",
-      "550, 0.000000\\\n",
-      "550, 0.000000\\\n",
-      "550, 0.000000\\\n",
-      "550, 0.000000\\\n",
-      "550, 0.000000\\\n",
-      "550, 0.000000\\\n",
-      "550, 0.000000\\\n",
-      "550, 0.000000\\\n",
-      "551, 1.000000\\\n",
-      "551, 0.000000\\\n",
-      "551, 0.000000\\\n",
-      "551, 0.000000\\\n",
-      "551, 0.000000\\\n",
-      "551, 0.000000\\\n",
-      "551, 0.000000\\\n",
-      "551, 0.000000\\\n",
-      "551, 0.000000\\\n",
-      "552, 0.000000\\\n",
-      "552, 0.000000\\\n",
-      "552, 0.000000\\\n",
-      "552, 0.000000\\\n",
-      "552, 0.000000\\\n",
-      "552, 0.000000\\\n",
-      "552, 0.000000\\\n",
-      "552, 0.000000\\\n",
-      "552, 1.000000\\\n",
-      "553, 0.000000\\\n",
-      "553, 0.000000\\\n",
-      "553, 0.000000\\\n",
-      "553, 0.000000\\\n",
-      "553, 0.000000\\\n",
-      "553, 0.000000\\\n",
-      "553, 0.000000\\\n",
-      "553, 0.000000\\\n",
-      "553, 0.000000\\\n",
-      "554, 0.000000\\\n",
-      "554, 0.000000\\\n",
-      "554, 0.000000\\\n",
-      "554, 0.000000\\\n",
-      "554, 0.000000\\\n",
-      "554, 0.000000\\\n",
-      "554, 0.000000\\\n",
-      "554, 0.000000\\\n",
-      "554, 0.000000\\\n",
-      "555, 0.000000\\\n",
-      "555, 0.000000\\\n",
-      "555, 0.000000\\\n",
-      "555, 1.000000\\\n",
-      "555, 0.000000\\\n",
-      "555, 0.000000\\\n",
-      "555, 0.000000\\\n",
-      "555, 0.000000\\\n",
-      "555, 0.000000\\\n",
-      "556, 0.000000\\\n",
-      "556, 0.000000\\\n",
-      "556, 0.000000\\\n",
-      "556, 0.000000\\\n",
-      "556, 1.000000\\\n",
-      "556, 0.000000\\\n",
-      "556, 0.000000\\\n",
-      "556, 0.000000\\\n",
-      "556, 0.000000\\\n",
-      "557, 0.000000\\\n",
-      "557, 0.000000\\\n",
-      "557, 0.000000\\\n",
-      "557, 0.000000\\\n",
-      "557, 0.000000\\\n",
-      "557, 0.000000\\\n",
-      "557, 0.000000\\\n",
-      "557, 0.000000\\\n",
-      "557, 0.000000\\\n",
-      "558, 0.000000\\\n",
-      "558, 0.000000\\\n",
-      "558, 0.000000\\\n",
-      "558, 0.000000\\\n",
-      "558, 0.000000\\\n",
-      "558, 0.000000\\\n",
-      "558, 0.000000\\\n",
-      "558, 0.000000\\\n",
-      "558, 0.000000\\\n",
-      "559, 0.000000\\\n",
-      "559, 0.000000\\\n",
-      "559, 0.000000\\\n",
-      "559, 0.000000\\\n",
-      "559, 0.000000\\\n",
-      "559, 0.000000\\\n",
-      "559, 0.000000\\\n",
-      "559, 0.000000\\\n",
-      "559, 0.000000\\\n",
-      "560, 0.000000\\\n",
-      "560, 0.000000\\\n",
-      "560, 0.000000\\\n",
-      "560, 0.000000\\\n",
-      "560, 0.000000\\\n",
-      "560, 0.000000\\\n",
-      "560, 0.000000\\\n",
-      "560, 0.000000\\\n",
-      "560, 0.000000\\\n",
-      "561, 0.000000\\\n",
-      "561, 0.000000\\\n",
-      "561, 0.000000\\\n",
-      "561, 0.000000\\\n",
-      "561, 0.000000\\\n",
-      "561, 0.000000\\\n",
-      "561, 0.000000\\\n",
-      "561, 0.000000\\\n",
-      "561, 0.000000\\\n",
-      "562, 0.000000\\\n",
-      "562, 0.000000\\\n",
-      "562, 0.000000\\\n",
-      "562, 0.000000\\\n",
-      "562, 0.000000\\\n",
-      "562, 0.000000\\\n",
-      "562, 1.000000\\\n",
-      "562, 0.000000\\\n",
-      "562, 0.000000\\\n",
-      "563, 0.000000\\\n",
-      "563, 0.000000\\\n",
-      "563, 0.000000\\\n",
-      "563, 0.000000\\\n",
-      "563, 0.000000\\\n",
-      "563, 0.000000\\\n",
-      "563, 0.000000\\\n",
-      "563, 0.000000\\\n",
-      "563, 0.000000\\\n",
-      "564, 0.000000\\\n",
-      "564, 0.000000\\\n",
-      "564, 0.000000\\\n",
-      "564, 0.000000\\\n",
-      "564, 0.000000\\\n",
-      "564, 0.000000\\\n",
-      "564, 0.000000\\\n",
-      "564, 0.000000\\\n",
-      "564, 0.000000\\\n",
-      "565, 0.000000\\\n",
-      "565, 0.000000\\\n",
-      "565, 0.000000\\\n",
-      "565, 0.000000\\\n",
-      "565, 0.000000\\\n",
-      "565, 0.000000\\\n",
-      "565, 0.000000\\\n",
-      "565, 0.000000\\\n",
-      "565, 0.000000\\\n",
-      "566, 0.000000\\\n",
-      "566, 0.000000\\\n",
-      "566, 0.000000\\\n",
-      "566, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "566, 0.000000\\\n",
-      "566, 0.000000\\\n",
-      "566, 0.000000\\\n",
-      "566, 0.000000\\\n",
-      "566, 0.000000\\\n",
-      "567, 0.000000\\\n",
-      "567, 0.000000\\\n",
-      "567, 0.000000\\\n",
-      "567, 0.000000\\\n",
-      "567, 0.000000\\\n",
-      "567, 0.000000\\\n",
-      "567, 0.000000\\\n",
-      "567, 0.000000\\\n",
-      "567, 0.000000\\\n",
-      "568, 0.000000\\\n",
-      "568, 1.000000\\\n",
-      "568, 0.000000\\\n",
-      "568, 0.000000\\\n",
-      "568, 0.000000\\\n",
-      "568, 1.000000\\\n",
-      "568, 0.000000\\\n",
-      "568, 0.000000\\\n",
-      "568, 0.000000\\\n",
-      "569, 0.000000\\\n",
-      "569, 0.000000\\\n",
-      "569, 0.000000\\\n",
-      "569, 0.000000\\\n",
-      "569, 0.000000\\\n",
-      "569, 0.000000\\\n",
-      "569, 0.000000\\\n",
-      "569, 0.000000\\\n",
-      "569, 0.000000\\\n",
-      "570, 0.000000\\\n",
-      "570, 0.000000\\\n",
-      "570, 0.000000\\\n",
-      "570, 0.000000\\\n",
-      "570, 0.000000\\\n",
-      "570, 0.000000\\\n",
-      "570, 0.000000\\\n",
-      "570, 1.000000\\\n",
-      "570, 0.000000\\\n",
-      "571, 1.000000\\\n",
-      "571, 0.000000\\\n",
-      "571, 0.000000\\\n",
-      "571, 1.000000\\\n",
-      "571, 0.000000\\\n",
-      "571, 1.000000\\\n",
-      "571, 0.000000\\\n",
-      "571, 0.000000\\\n",
-      "571, 0.000000\\\n",
-      "572, 0.000000\\\n",
-      "572, 0.000000\\\n",
-      "572, 0.000000\\\n",
-      "572, 0.000000\\\n",
-      "572, 0.000000\\\n",
-      "572, 0.000000\\\n",
-      "572, 0.000000\\\n",
-      "572, 0.000000\\\n",
-      "572, 1.000000\\\n",
-      "573, 0.000000\\\n",
-      "573, 0.000000\\\n",
-      "573, 0.000000\\\n",
-      "573, 0.000000\\\n",
-      "573, 0.000000\\\n",
-      "573, 0.000000\\\n",
-      "573, 0.000000\\\n",
-      "573, 0.000000\\\n",
-      "573, 1.000000\\\n",
-      "574, 0.000000\\\n",
-      "574, 0.000000\\\n",
-      "574, 0.000000\\\n",
-      "574, 0.000000\\\n",
-      "574, 0.000000\\\n",
-      "574, 1.000000\\\n",
-      "574, 0.000000\\\n",
-      "574, 0.000000\\\n",
-      "574, 0.000000\\\n",
-      "575, 0.000000\\\n",
-      "575, 1.000000\\\n",
-      "575, 0.000000\\\n",
-      "575, 0.000000\\\n",
-      "575, 0.000000\\\n",
-      "575, 0.000000\\\n",
-      "575, 1.000000\\\n",
-      "575, 0.000000\\\n",
-      "575, 1.000000\\\n",
-      "576, 0.000000\\\n",
-      "576, 0.000000\\\n",
-      "576, 0.000000\\\n",
-      "576, 0.000000\\\n",
-      "576, 0.000000\\\n",
-      "576, 0.000000\\\n",
-      "576, 0.000000\\\n",
-      "576, 0.000000\\\n",
-      "576, 0.000000\\\n",
-      "577, 0.000000\\\n",
-      "577, 0.000000\\\n",
-      "577, 0.000000\\\n",
-      "577, 0.000000\\\n",
-      "577, 0.000000\\\n",
-      "577, 0.000000\\\n",
-      "577, 0.000000\\\n",
-      "577, 0.000000\\\n",
-      "577, 0.000000\\\n",
-      "578, 0.000000\\\n",
-      "578, 0.000000\\\n",
-      "578, 0.000000\\\n",
-      "578, 0.000000\\\n",
-      "578, 0.000000\\\n",
-      "578, 1.000000\\\n",
-      "578, 0.000000\\\n",
-      "578, 0.000000\\\n",
-      "578, 1.000000\\\n",
-      "579, 0.000000\\\n",
-      "579, 0.000000\\\n",
-      "579, 0.000000\\\n",
-      "579, 1.000000\\\n",
-      "579, 0.000000\\\n",
-      "579, 0.000000\\\n",
-      "579, 0.000000\\\n",
-      "579, 1.000000\\\n",
-      "579, 0.000000\\\n",
-      "580, 0.000000\\\n",
-      "580, 0.000000\\\n",
-      "580, 0.000000\\\n",
-      "580, 0.000000\\\n",
-      "580, 0.000000\\\n",
-      "580, 0.000000\\\n",
-      "580, 1.000000\\\n",
-      "580, 0.000000\\\n",
-      "580, 0.000000\\\n",
-      "581, 0.000000\\\n",
-      "581, 0.000000\\\n",
-      "581, 0.000000\\\n",
-      "581, 0.000000\\\n",
-      "581, 1.000000\\\n",
-      "581, 0.000000\\\n",
-      "581, 0.000000\\\n",
-      "581, 0.000000\\\n",
-      "581, 0.000000\\\n",
-      "582, 0.000000\\\n",
-      "582, 0.000000\\\n",
-      "582, 1.000000\\\n",
-      "582, 0.000000\\\n",
-      "582, 1.000000\\\n",
-      "582, 0.000000\\\n",
-      "582, 0.000000\\\n",
-      "582, 0.000000\\\n",
-      "582, 0.000000\\\n",
-      "583, 0.000000\\\n",
-      "583, 0.000000\\\n",
-      "583, 0.000000\\\n",
-      "583, 0.000000\\\n",
-      "583, 0.000000\\\n",
-      "583, 0.000000\\\n",
-      "583, 0.000000\\\n",
-      "583, 0.000000\\\n",
-      "583, 0.000000\\\n",
-      "584, 0.000000\\\n",
-      "584, 0.000000\\\n",
-      "584, 0.000000\\\n",
-      "584, 0.000000\\\n",
-      "584, 0.000000\\\n",
-      "584, 0.000000\\\n",
-      "584, 0.000000\\\n",
-      "584, 0.000000\\\n",
-      "584, 0.000000\\\n",
-      "585, 0.000000\\\n",
-      "585, 0.000000\\\n",
-      "585, 0.000000\\\n",
-      "585, 0.000000\\\n",
-      "585, 0.000000\\\n",
-      "585, 0.000000\\\n",
-      "585, 0.000000\\\n",
-      "585, 0.000000\\\n",
-      "585, 0.000000\\\n",
-      "586, 0.000000\\\n",
-      "586, 0.000000\\\n",
-      "586, 0.000000\\\n",
-      "586, 0.000000\\\n",
-      "586, 1.000000\\\n",
-      "586, 0.000000\\\n",
-      "586, 0.000000\\\n",
-      "586, 0.000000\\\n",
-      "586, 1.000000\\\n",
-      "587, 0.000000\\\n",
-      "587, 0.000000\\\n",
-      "587, 0.000000\\\n",
-      "587, 0.000000\\\n",
-      "587, 0.000000\\\n",
-      "587, 0.000000\\\n",
-      "587, 0.000000\\\n",
-      "587, 0.000000\\\n",
-      "587, 0.000000\\\n",
-      "588, 0.000000\\\n",
-      "588, 0.000000\\\n",
-      "588, 0.000000\\\n",
-      "588, 0.000000\\\n",
-      "588, 0.000000\\\n",
-      "588, 1.000000\\\n",
-      "588, 0.000000\\\n",
-      "588, 0.000000\\\n",
-      "588, 1.000000\\\n",
-      "589, 0.000000\\\n",
-      "589, 0.000000\\\n",
-      "589, 0.000000\\\n",
-      "589, 0.000000\\\n",
-      "589, 0.000000\\\n",
-      "589, 0.000000\\\n",
-      "589, 1.000000\\\n",
-      "589, 0.000000\\\n",
-      "589, 0.000000\\\n",
-      "590, 1.000000\\\n",
-      "590, 0.000000\\\n",
-      "590, 0.000000\\\n",
-      "590, 0.000000\\\n",
-      "590, 1.000000\\\n",
-      "590, 0.000000\\\n",
-      "590, 0.000000\\\n",
-      "590, 0.000000\\\n",
-      "590, 0.000000\\\n",
-      "591, 0.000000\\\n",
-      "591, 0.000000\\\n",
-      "591, 1.000000\\\n",
-      "591, 0.000000\\\n",
-      "591, 0.000000\\\n",
-      "591, 0.000000\\\n",
-      "591, 0.000000\\\n",
-      "591, 1.000000\\\n",
-      "591, 0.000000\\\n",
-      "592, 0.000000\\\n",
-      "592, 0.000000\\\n",
-      "592, 0.000000\\\n",
-      "592, 0.000000\\\n",
-      "592, 0.000000\\\n",
-      "592, 0.000000\\\n",
-      "592, 0.000000\\\n",
-      "592, 0.000000\\\n",
-      "592, 0.000000\\\n",
-      "593, 0.000000\\\n",
-      "593, 0.000000\\\n",
-      "593, 1.000000\\\n",
-      "593, 0.000000\\\n",
-      "593, 0.000000\\\n",
-      "593, 0.000000\\\n",
-      "593, 0.000000\\\n",
-      "593, 0.000000\\\n",
-      "593, 0.000000\\\n",
-      "594, 0.000000\\\n",
-      "594, 0.000000\\\n",
-      "594, 0.000000\\\n",
-      "594, 0.000000\\\n",
-      "594, 1.000000\\\n",
-      "594, 0.000000\\\n",
-      "594, 0.000000\\\n",
-      "594, 0.000000\\\n",
-      "594, 1.000000\\\n",
-      "595, 0.000000\\\n",
-      "595, 0.000000\\\n",
-      "595, 0.000000\\\n",
-      "595, 0.000000\\\n",
-      "595, 0.000000\\\n",
-      "595, 0.000000\\\n",
-      "595, 0.000000\\\n",
-      "595, 0.000000\\\n",
-      "595, 0.000000\\\n",
-      "596, 0.000000\\\n",
-      "596, 0.000000\\\n",
-      "596, 0.000000\\\n",
-      "596, 0.000000\\\n",
-      "596, 1.000000\\\n",
-      "596, 0.000000\\\n",
-      "596, 0.000000\\\n",
-      "596, 0.000000\\\n",
-      "596, 0.000000\\\n",
-      "597, 0.000000\\\n",
-      "597, 0.000000\\\n",
-      "597, 0.000000\\\n",
-      "597, 0.000000\\\n",
-      "597, 0.000000\\\n",
-      "597, 0.000000\\\n",
-      "597, 0.000000\\\n",
-      "597, 0.000000\\\n",
-      "597, 0.000000\\\n",
-      "598, 0.000000\\\n",
-      "598, 0.000000\\\n",
-      "598, 0.000000\\\n",
-      "598, 0.000000\\\n",
-      "598, 0.000000\\\n",
-      "598, 1.000000\\\n",
-      "598, 0.000000\\\n",
-      "598, 0.000000\\\n",
-      "598, 0.000000\\\n",
-      "599, 0.000000\\\n",
-      "599, 0.000000\\\n",
-      "599, 0.000000\\\n",
-      "599, 0.000000\\\n",
-      "599, 0.000000\\\n",
-      "599, 1.000000\\\n",
-      "599, 0.000000\\\n",
-      "599, 1.000000\\\n",
-      "599, 0.000000\\\n",
-      "600, 1.000000\\\n",
-      "600, 0.000000\\\n",
-      "600, 0.000000\\\n",
-      "600, 0.000000\\\n",
-      "600, 0.000000\\\n",
-      "600, 0.000000\\\n",
-      "600, 0.000000\\\n",
-      "600, 0.000000\\\n",
-      "600, 0.000000\\\n",
-      "601, 0.000000\\\n",
-      "601, 0.000000\\\n",
-      "601, 0.000000\\\n",
-      "601, 0.000000\\\n",
-      "601, 0.000000\\\n",
-      "601, 0.000000\\\n",
-      "601, 0.000000\\\n",
-      "601, 0.000000\\\n",
-      "601, 0.000000\\\n",
-      "602, 0.000000\\\n",
-      "602, 0.000000\\\n",
-      "602, 0.000000\\\n",
-      "602, 1.000000\\\n",
-      "602, 0.000000\\\n",
-      "602, 0.000000\\\n",
-      "602, 0.000000\\\n",
-      "602, 0.000000\\\n",
-      "602, 0.000000\\\n",
-      "603, 0.000000\\\n",
-      "603, 0.000000\\\n",
-      "603, 0.000000\\\n",
-      "603, 0.000000\\\n",
-      "603, 0.000000\\\n",
-      "603, 0.000000\\\n",
-      "603, 0.000000\\\n",
-      "603, 0.000000\\\n",
-      "603, 0.000000\\\n",
-      "604, 0.000000\\\n",
-      "604, 0.000000\\\n",
-      "604, 0.000000\\\n",
-      "604, 0.000000\\\n",
-      "604, 0.000000\\\n",
-      "604, 0.000000\\\n",
-      "604, 0.000000\\\n",
-      "604, 0.000000\\\n",
-      "604, 0.000000\\\n",
-      "605, 0.000000\\\n",
-      "605, 0.000000\\\n",
-      "605, 0.000000\\\n",
-      "605, 0.000000\\\n",
-      "605, 0.000000\\\n",
-      "605, 0.000000\\\n",
-      "605, 1.000000\\\n",
-      "605, 0.000000\\\n",
-      "605, 0.000000\\\n",
-      "606, 0.000000\\\n",
-      "606, 0.000000\\\n",
-      "606, 1.000000\\\n",
-      "606, 0.000000\\\n",
-      "606, 0.000000\\\n",
-      "606, 0.000000\\\n",
-      "606, 1.000000\\\n",
-      "606, 0.000000\\\n",
-      "606, 0.000000\\\n",
-      "607, 0.000000\\\n",
-      "607, 1.000000\\\n",
-      "607, 0.000000\\\n",
-      "607, 0.000000\\\n",
-      "607, 0.000000\\\n",
-      "607, 0.000000\\\n",
-      "607, 0.000000\\\n",
-      "607, 0.000000\\\n",
-      "607, 0.000000\\\n",
-      "608, 1.000000\\\n",
-      "608, 0.000000\\\n",
-      "608, 0.000000\\\n",
-      "608, 0.000000\\\n",
-      "608, 0.000000\\\n",
-      "608, 0.000000\\\n",
-      "608, 0.000000\\\n",
-      "608, 0.000000\\\n",
-      "608, 0.000000\\\n",
-      "609, 0.000000\\\n",
-      "609, 1.000000\\\n",
-      "609, 0.000000\\\n",
-      "609, 0.000000\\\n",
-      "609, 0.000000\\\n",
-      "609, 1.000000\\\n",
-      "609, 0.000000\\\n",
-      "609, 0.000000\\\n",
-      "609, 1.000000\\\n",
-      "610, 0.000000\\\n",
-      "610, 0.000000\\\n",
-      "610, 0.000000\\\n",
-      "610, 0.000000\\\n",
-      "610, 0.000000\\\n",
-      "610, 0.000000\\\n",
-      "610, 1.000000\\\n",
-      "610, 0.000000\\\n",
-      "610, 0.000000\\\n",
-      "611, 0.000000\\\n",
-      "611, 1.000000\\\n",
-      "611, 0.000000\\\n",
-      "611, 0.000000\\\n",
-      "611, 1.000000\\\n",
-      "611, 0.000000\\\n",
-      "611, 0.000000\\\n",
-      "611, 1.000000\\\n",
-      "611, 0.000000\\\n",
-      "612, 0.000000\\\n",
-      "612, 1.000000\\\n",
-      "612, 0.000000\\\n",
-      "612, 0.000000\\\n",
-      "612, 1.000000\\\n",
-      "612, 0.000000\\\n",
-      "612, 0.000000\\\n",
-      "612, 0.000000\\\n",
-      "612, 1.000000\\\n",
-      "613, 0.000000\\\n",
-      "613, 1.000000\\\n",
-      "613, 0.000000\\\n",
-      "613, 0.000000\\\n",
-      "613, 1.000000\\\n",
-      "613, 0.000000\\\n",
-      "613, 0.000000\\\n",
-      "613, 0.000000\\\n",
-      "613, 1.000000\\\n",
-      "614, 0.000000\\\n",
-      "614, 0.000000\\\n",
-      "614, 0.000000\\\n",
-      "614, 0.000000\\\n",
-      "614, 0.000000\\\n",
-      "614, 0.000000\\\n",
-      "614, 0.000000\\\n",
-      "614, 0.000000\\\n",
-      "614, 1.000000\\\n",
-      "615, 0.000000\\\n",
-      "615, 0.000000\\\n",
-      "615, 0.000000\\\n",
-      "615, 0.000000\\\n",
-      "615, 0.000000\\\n",
-      "615, 0.000000\\\n",
-      "615, 1.000000\\\n",
-      "615, 0.000000\\\n",
-      "615, 0.000000\\\n",
-      "616, 0.000000\\\n",
-      "616, 1.000000\\\n",
-      "616, 0.000000\\\n",
-      "616, 0.000000\\\n",
-      "616, 1.000000\\\n",
-      "616, 0.000000\\\n",
-      "616, 0.000000\\\n",
-      "616, 0.000000\\\n",
-      "616, 1.000000\\\n",
-      "617, 0.000000\\\n",
-      "617, 0.000000\\\n",
-      "617, 0.000000\\\n",
-      "617, 1.000000\\\n",
-      "617, 0.000000\\\n",
-      "617, 0.000000\\\n",
-      "617, 0.000000\\\n",
-      "617, 0.000000\\\n",
-      "617, 0.000000\\\n",
-      "618, 0.000000\\\n",
-      "618, 0.000000\\\n",
-      "618, 1.000000\\\n",
-      "618, 0.000000\\\n",
-      "618, 0.000000\\\n",
-      "618, 0.000000\\\n",
-      "618, 0.000000\\\n",
-      "618, 0.000000\\\n",
-      "618, 0.000000\\\n",
-      "619, 0.000000\\\n",
-      "619, 0.000000\\\n",
-      "619, 0.000000\\\n",
-      "619, 0.000000\\\n",
-      "619, 1.000000\\\n",
-      "619, 0.000000\\\n",
-      "619, 1.000000\\\n",
-      "619, 0.000000\\\n",
-      "619, 0.000000\\\n",
-      "620, 0.000000\\\n",
-      "620, 0.000000\\\n",
-      "620, 0.000000\\\n",
-      "620, 0.000000\\\n",
-      "620, 0.000000\\\n",
-      "620, 0.000000\\\n",
-      "620, 0.000000\\\n",
-      "620, 0.000000\\\n",
-      "620, 0.000000\\\n",
-      "621, 0.000000\\\n",
-      "621, 0.000000\\\n",
-      "621, 0.000000\\\n",
-      "621, 0.000000\\\n",
-      "621, 1.000000\\\n",
-      "621, 0.000000\\\n",
-      "621, 0.000000\\\n",
-      "621, 0.000000\\\n",
-      "621, 0.000000\\\n",
-      "622, 0.000000\\\n",
-      "622, 0.000000\\\n",
-      "622, 1.000000\\\n",
-      "622, 0.000000\\\n",
-      "622, 0.000000\\\n",
-      "622, 0.000000\\\n",
-      "622, 0.000000\\\n",
-      "622, 0.000000\\\n",
-      "622, 0.000000\\\n",
-      "623, 1.000000\\\n",
-      "623, 0.000000\\\n",
-      "623, 0.000000\\\n",
-      "623, 0.000000\\\n",
-      "623, 0.000000\\\n",
-      "623, 0.000000\\\n",
-      "623, 0.000000\\\n",
-      "623, 0.000000\\\n",
-      "623, 0.000000\\\n",
-      "624, 0.000000\\\n",
-      "624, 0.000000\\\n",
-      "624, 0.000000\\\n",
-      "624, 0.000000\\\n",
-      "624, 0.000000\\\n",
-      "624, 0.000000\\\n",
-      "624, 0.000000\\\n",
-      "624, 0.000000\\\n",
-      "624, 0.000000\\\n",
-      "625, 0.000000\\\n",
-      "625, 0.000000\\\n",
-      "625, 0.000000\\\n",
-      "625, 0.000000\\\n",
-      "625, 1.000000\\\n",
-      "625, 0.000000\\\n",
-      "625, 0.000000\\\n",
-      "625, 0.000000\\\n",
-      "625, 0.000000\\\n",
-      "626, 0.000000\\\n",
-      "626, 0.000000\\\n",
-      "626, 0.000000\\\n",
-      "626, 0.000000\\\n",
-      "626, 0.000000\\\n",
-      "626, 0.000000\\\n",
-      "626, 0.000000\\\n",
-      "626, 0.000000\\\n",
-      "626, 0.000000\\\n",
-      "627, 0.000000\\\n",
-      "627, 0.000000\\\n",
-      "627, 0.000000\\\n",
-      "627, 0.000000\\\n",
-      "627, 0.000000\\\n",
-      "627, 0.000000\\\n",
-      "627, 0.000000\\\n",
-      "627, 0.000000\\\n",
-      "627, 1.000000\\\n",
-      "628, 0.000000\\\n",
-      "628, 0.000000\\\n",
-      "628, 0.000000\\\n",
-      "628, 0.000000\\\n",
-      "628, 0.000000\\\n",
-      "628, 0.000000\\\n",
-      "628, 0.000000\\\n",
-      "628, 0.000000\\\n",
-      "628, 0.000000\\\n",
-      "629, 0.000000\\\n",
-      "629, 0.000000\\\n",
-      "629, 0.000000\\\n",
-      "629, 0.000000\\\n",
-      "629, 1.000000\\\n",
-      "629, 0.000000\\\n",
-      "629, 0.000000\\\n",
-      "629, 0.000000\\\n",
-      "629, 0.000000\\\n",
-      "630, 0.000000\\\n",
-      "630, 0.000000\\\n",
-      "630, 0.000000\\\n",
-      "630, 0.000000\\\n",
-      "630, 0.000000\\\n",
-      "630, 0.000000\\\n",
-      "630, 0.000000\\\n",
-      "630, 0.000000\\\n",
-      "630, 0.000000\\\n",
-      "631, 0.000000\\\n",
-      "631, 0.000000\\\n",
-      "631, 0.000000\\\n",
-      "631, 0.000000\\\n",
-      "631, 0.000000\\\n",
-      "631, 1.000000\\\n",
-      "631, 0.000000\\\n",
-      "631, 0.000000\\\n",
-      "631, 0.000000\\\n",
-      "632, 0.000000\\\n",
-      "632, 0.000000\\\n",
-      "632, 0.000000\\\n",
-      "632, 0.000000\\\n",
-      "632, 0.000000\\\n",
-      "632, 0.000000\\\n",
-      "632, 0.000000\\\n",
-      "632, 0.000000\\\n",
-      "632, 0.000000\\\n",
-      "633, 0.000000\\\n",
-      "633, 1.000000\\\n",
-      "633, 0.000000\\\n",
-      "633, 1.000000\\\n",
-      "633, 0.000000\\\n",
-      "633, 0.000000\\\n",
-      "633, 0.000000\\\n",
-      "633, 0.000000\\\n",
-      "633, 0.000000\\\n",
-      "634, 0.000000\\\n",
-      "634, 0.000000\\\n",
-      "634, 0.000000\\\n",
-      "634, 0.000000\\\n",
-      "634, 0.000000\\\n",
-      "634, 0.000000\\\n",
-      "634, 0.000000\\\n",
-      "634, 0.000000\\\n",
-      "634, 1.000000\\\n",
-      "635, 0.000000\\\n",
-      "635, 0.000000\\\n",
-      "635, 0.000000\\\n",
-      "635, 0.000000\\\n",
-      "635, 0.000000\\\n",
-      "635, 0.000000\\\n",
-      "635, 0.000000\\\n",
-      "635, 0.000000\\\n",
-      "635, 0.000000\\\n",
-      "636, 0.000000\\\n",
-      "636, 0.000000\\\n",
-      "636, 0.000000\\\n",
-      "636, 0.000000\\\n",
-      "636, 0.000000\\\n",
-      "636, 0.000000\\\n",
-      "636, 1.000000\\\n",
-      "636, 0.000000\\\n",
-      "636, 0.000000\\\n",
-      "637, 0.000000\\\n",
-      "637, 0.000000\\\n",
-      "637, 1.000000\\\n",
-      "637, 0.000000\\\n",
-      "637, 0.000000\\\n",
-      "637, 0.000000\\\n",
-      "637, 0.000000\\\n",
-      "637, 0.000000\\\n",
-      "637, 1.000000\\\n",
-      "638, 0.000000\\\n",
-      "638, 0.000000\\\n",
-      "638, 0.000000\\\n",
-      "638, 0.000000\\\n",
-      "638, 0.000000\\\n",
-      "638, 0.000000\\\n",
-      "638, 1.000000\\\n",
-      "638, 0.000000\\\n",
-      "638, 0.000000\\\n",
-      "639, 0.000000\\\n",
-      "639, 0.000000\\\n",
-      "639, 1.000000\\\n",
-      "639, 0.000000\\\n",
-      "639, 0.000000\\\n",
-      "639, 1.000000\\\n",
-      "639, 0.000000\\\n",
-      "639, 0.000000\\\n",
-      "639, 0.000000\\\n",
-      "640, 0.000000\\\n",
-      "640, 0.000000\\\n",
-      "640, 0.000000\\\n",
-      "640, 0.000000\\\n",
-      "640, 0.000000\\\n",
-      "640, 0.000000\\\n",
-      "640, 0.000000\\\n",
-      "640, 0.000000\\\n",
-      "640, 0.000000\\\n",
-      "641, 0.000000\\\n",
-      "641, 0.000000\\\n",
-      "641, 1.000000\\\n",
-      "641, 0.000000\\\n",
-      "641, 1.000000\\\n",
-      "641, 0.000000\\\n",
-      "641, 0.000000\\\n",
-      "641, 0.000000\\\n",
-      "641, 1.000000\\\n",
-      "642, 0.000000\\\n",
-      "642, 0.000000\\\n",
-      "642, 1.000000\\\n",
-      "642, 0.000000\\\n",
-      "642, 0.000000\\\n",
-      "642, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "642, 1.000000\\\n",
-      "642, 0.000000\\\n",
-      "642, 0.000000\\\n",
-      "643, 1.000000\\\n",
-      "643, 0.000000\\\n",
-      "643, 0.000000\\\n",
-      "643, 0.000000\\\n",
-      "643, 0.000000\\\n",
-      "643, 0.000000\\\n",
-      "643, 0.000000\\\n",
-      "643, 0.000000\\\n",
-      "643, 0.000000\\\n",
-      "644, 0.000000\\\n",
-      "644, 1.000000\\\n",
-      "644, 0.000000\\\n",
-      "644, 0.000000\\\n",
-      "644, 1.000000\\\n",
-      "644, 0.000000\\\n",
-      "644, 0.000000\\\n",
-      "644, 0.000000\\\n",
-      "644, 0.000000\\\n",
-      "645, 1.000000\\\n",
-      "645, 0.000000\\\n",
-      "645, 0.000000\\\n",
-      "645, 0.000000\\\n",
-      "645, 0.000000\\\n",
-      "645, 0.000000\\\n",
-      "645, 0.000000\\\n",
-      "645, 0.000000\\\n",
-      "645, 0.000000\\\n",
-      "646, 0.000000\\\n",
-      "646, 0.000000\\\n",
-      "646, 0.000000\\\n",
-      "646, 0.000000\\\n",
-      "646, 0.000000\\\n",
-      "646, 0.000000\\\n",
-      "646, 0.000000\\\n",
-      "646, 0.000000\\\n",
-      "646, 0.000000\\\n",
-      "647, 0.000000\\\n",
-      "647, 0.000000\\\n",
-      "647, 0.000000\\\n",
-      "647, 1.000000\\\n",
-      "647, 0.000000\\\n",
-      "647, 0.000000\\\n",
-      "647, 0.000000\\\n",
-      "647, 0.000000\\\n",
-      "647, 1.000000\\\n",
-      "648, 0.000000\\\n",
-      "648, 0.000000\\\n",
-      "648, 1.000000\\\n",
-      "648, 0.000000\\\n",
-      "648, 0.000000\\\n",
-      "648, 0.000000\\\n",
-      "648, 0.000000\\\n",
-      "648, 1.000000\\\n",
-      "648, 0.000000\\\n",
-      "649, 0.000000\\\n",
-      "649, 0.000000\\\n",
-      "649, 0.000000\\\n",
-      "649, 0.000000\\\n",
-      "649, 0.000000\\\n",
-      "649, 1.000000\\\n",
-      "649, 0.000000\\\n",
-      "649, 0.000000\\\n",
-      "649, 0.000000\\\n",
-      "650, 0.000000\\\n",
-      "650, 0.000000\\\n",
-      "650, 0.000000\\\n",
-      "650, 0.000000\\\n",
-      "650, 0.000000\\\n",
-      "650, 1.000000\\\n",
-      "650, 0.000000\\\n",
-      "650, 0.000000\\\n",
-      "650, 0.000000\\\n",
-      "651, 0.000000\\\n",
-      "651, 0.000000\\\n",
-      "651, 0.000000\\\n",
-      "651, 0.000000\\\n",
-      "651, 0.000000\\\n",
-      "651, 0.000000\\\n",
-      "651, 0.000000\\\n",
-      "651, 1.000000\\\n",
-      "651, 0.000000\\\n",
-      "652, 0.000000\\\n",
-      "652, 0.000000\\\n",
-      "652, 0.000000\\\n",
-      "652, 1.000000\\\n",
-      "652, 0.000000\\\n",
-      "652, 0.000000\\\n",
-      "652, 0.000000\\\n",
-      "652, 0.000000\\\n",
-      "652, 0.000000\\\n",
-      "653, 1.000000\\\n",
-      "653, 0.000000\\\n",
-      "653, 0.000000\\\n",
-      "653, 1.000000\\\n",
-      "653, 0.000000\\\n",
-      "653, 0.000000\\\n",
-      "653, 1.000000\\\n",
-      "653, 0.000000\\\n",
-      "653, 0.000000\\\n",
-      "654, 0.000000\\\n",
-      "654, 1.000000\\\n",
-      "654, 0.000000\\\n",
-      "654, 0.000000\\\n",
-      "654, 0.000000\\\n",
-      "654, 0.000000\\\n",
-      "654, 0.000000\\\n",
-      "654, 0.000000\\\n",
-      "654, 0.000000\\\n",
-      "655, 0.000000\\\n",
-      "655, 0.000000\\\n",
-      "655, 0.000000\\\n",
-      "655, 0.000000\\\n",
-      "655, 1.000000\\\n",
-      "655, 0.000000\\\n",
-      "655, 0.000000\\\n",
-      "655, 1.000000\\\n",
-      "655, 0.000000\\\n",
-      "656, 0.000000\\\n",
-      "656, 0.000000\\\n",
-      "656, 0.000000\\\n",
-      "656, 0.000000\\\n",
-      "656, 0.000000\\\n",
-      "656, 0.000000\\\n",
-      "656, 0.000000\\\n",
-      "656, 0.000000\\\n",
-      "656, 0.000000\\\n",
-      "657, 0.000000\\\n",
-      "657, 1.000000\\\n",
-      "657, 0.000000\\\n",
-      "657, 0.000000\\\n",
-      "657, 0.000000\\\n",
-      "657, 1.000000\\\n",
-      "657, 0.000000\\\n",
-      "657, 0.000000\\\n",
-      "657, 0.000000\\\n",
-      "658, 0.000000\\\n",
-      "658, 0.000000\\\n",
-      "658, 0.000000\\\n",
-      "658, 0.000000\\\n",
-      "658, 0.000000\\\n",
-      "658, 0.000000\\\n",
-      "658, 0.000000\\\n",
-      "658, 0.000000\\\n",
-      "658, 0.000000\\\n",
-      "659, 0.000000\\\n",
-      "659, 0.000000\\\n",
-      "659, 0.000000\\\n",
-      "659, 0.000000\\\n",
-      "659, 1.000000\\\n",
-      "659, 0.000000\\\n",
-      "659, 0.000000\\\n",
-      "659, 0.000000\\\n",
-      "659, 0.000000\\\n",
-      "660, 0.000000\\\n",
-      "660, 0.000000\\\n",
-      "660, 0.000000\\\n",
-      "660, 0.000000\\\n",
-      "660, 0.000000\\\n",
-      "660, 0.000000\\\n",
-      "660, 0.000000\\\n",
-      "660, 1.000000\\\n",
-      "660, 0.000000\\\n",
-      "661, 0.000000\\\n",
-      "661, 0.000000\\\n",
-      "661, 0.000000\\\n",
-      "661, 1.000000\\\n",
-      "661, 0.000000\\\n",
-      "661, 0.000000\\\n",
-      "661, 0.000000\\\n",
-      "661, 1.000000\\\n",
-      "661, 0.000000\\\n",
-      "662, 0.000000\\\n",
-      "662, 0.000000\\\n",
-      "662, 0.000000\\\n",
-      "662, 0.000000\\\n",
-      "662, 0.000000\\\n",
-      "662, 0.000000\\\n",
-      "662, 0.000000\\\n",
-      "662, 0.000000\\\n",
-      "662, 0.000000\\\n",
-      "663, 1.000000\\\n",
-      "663, 0.000000\\\n",
-      "663, 0.000000\\\n",
-      "663, 0.000000\\\n",
-      "663, 1.000000\\\n",
-      "663, 0.000000\\\n",
-      "663, 0.000000\\\n",
-      "663, 1.000000\\\n",
-      "663, 0.000000\\\n",
-      "664, 0.000000\\\n",
-      "664, 0.000000\\\n",
-      "664, 0.000000\\\n",
-      "664, 0.000000\\\n",
-      "664, 0.000000\\\n",
-      "664, 0.000000\\\n",
-      "664, 0.000000\\\n",
-      "664, 0.000000\\\n",
-      "664, 0.000000\\\n",
-      "665, 0.000000\\\n",
-      "665, 0.000000\\\n",
-      "665, 0.000000\\\n",
-      "665, 0.000000\\\n",
-      "665, 0.000000\\\n",
-      "665, 0.000000\\\n",
-      "665, 0.000000\\\n",
-      "665, 0.000000\\\n",
-      "665, 0.000000\\\n",
-      "666, 0.000000\\\n",
-      "666, 0.000000\\\n",
-      "666, 0.000000\\\n",
-      "666, 0.000000\\\n",
-      "666, 0.000000\\\n",
-      "666, 0.000000\\\n",
-      "666, 0.000000\\\n",
-      "666, 0.000000\\\n",
-      "666, 0.000000\\\n",
-      "667, 0.000000\\\n",
-      "667, 0.000000\\\n",
-      "667, 0.000000\\\n",
-      "667, 1.000000\\\n",
-      "667, 0.000000\\\n",
-      "667, 0.000000\\\n",
-      "667, 0.000000\\\n",
-      "667, 0.000000\\\n",
-      "667, 0.000000\\\n",
-      "668, 1.000000\\\n",
-      "668, 0.000000\\\n",
-      "668, 0.000000\\\n",
-      "668, 0.000000\\\n",
-      "668, 0.000000\\\n",
-      "668, 0.000000\\\n",
-      "668, 0.000000\\\n",
-      "668, 0.000000\\\n",
-      "668, 0.000000\\\n",
-      "669, 0.000000\\\n",
-      "669, 0.000000\\\n",
-      "669, 0.000000\\\n",
-      "669, 0.000000\\\n",
-      "669, 0.000000\\\n",
-      "669, 0.000000\\\n",
-      "669, 0.000000\\\n",
-      "669, 0.000000\\\n",
-      "669, 0.000000\\\n",
-      "670, 0.000000\\\n",
-      "670, 1.000000\\\n",
-      "670, 0.000000\\\n",
-      "670, 0.000000\\\n",
-      "670, 0.000000\\\n",
-      "670, 0.000000\\\n",
-      "670, 1.000000\\\n",
-      "670, 0.000000\\\n",
-      "670, 0.000000\\\n",
-      "671, 0.000000\\\n",
-      "671, 0.000000\\\n",
-      "671, 0.000000\\\n",
-      "671, 0.000000\\\n",
-      "671, 0.000000\\\n",
-      "671, 0.000000\\\n",
-      "671, 0.000000\\\n",
-      "671, 0.000000\\\n",
-      "671, 0.000000\\\n",
-      "672, 0.000000\\\n",
-      "672, 0.000000\\\n",
-      "672, 0.000000\\\n",
-      "672, 0.000000\\\n",
-      "672, 0.000000\\\n",
-      "672, 0.000000\\\n",
-      "672, 0.000000\\\n",
-      "672, 0.000000\\\n",
-      "672, 0.000000\\\n",
-      "673, 0.000000\\\n",
-      "673, 0.000000\\\n",
-      "673, 0.000000\\\n",
-      "673, 0.000000\\\n",
-      "673, 0.000000\\\n",
-      "673, 0.000000\\\n",
-      "673, 0.000000\\\n",
-      "673, 0.000000\\\n",
-      "673, 0.000000\\\n",
-      "674, 0.000000\\\n",
-      "674, 0.000000\\\n",
-      "674, 0.000000\\\n",
-      "674, 0.000000\\\n",
-      "674, 0.000000\\\n",
-      "674, 0.000000\\\n",
-      "674, 0.000000\\\n",
-      "674, 0.000000\\\n",
-      "674, 0.000000\\\n",
-      "675, 0.000000\\\n",
-      "675, 0.000000\\\n",
-      "675, 0.000000\\\n",
-      "675, 0.000000\\\n",
-      "675, 0.000000\\\n",
-      "675, 0.000000\\\n",
-      "675, 0.000000\\\n",
-      "675, 1.000000\\\n",
-      "675, 0.000000\\\n",
-      "676, 0.000000\\\n",
-      "676, 0.000000\\\n",
-      "676, 0.000000\\\n",
-      "676, 0.000000\\\n",
-      "676, 0.000000\\\n",
-      "676, 0.000000\\\n",
-      "676, 0.000000\\\n",
-      "676, 0.000000\\\n",
-      "676, 0.000000\\\n",
-      "677, 0.000000\\\n",
-      "677, 0.000000\\\n",
-      "677, 0.000000\\\n",
-      "677, 0.000000\\\n",
-      "677, 0.000000\\\n",
-      "677, 0.000000\\\n",
-      "677, 0.000000\\\n",
-      "677, 0.000000\\\n",
-      "677, 0.000000\\\n",
-      "678, 0.000000\\\n",
-      "678, 0.000000\\\n",
-      "678, 0.000000\\\n",
-      "678, 0.000000\\\n",
-      "678, 0.000000\\\n",
-      "678, 0.000000\\\n",
-      "678, 0.000000\\\n",
-      "678, 0.000000\\\n",
-      "678, 0.000000\\\n",
-      "679, 0.000000\\\n",
-      "679, 0.000000\\\n",
-      "679, 0.000000\\\n",
-      "679, 0.000000\\\n",
-      "679, 0.000000\\\n",
-      "679, 0.000000\\\n",
-      "679, 1.000000\\\n",
-      "679, 0.000000\\\n",
-      "679, 0.000000\\\n",
-      "680, 0.000000\\\n",
-      "680, 1.000000\\\n",
-      "680, 0.000000\\\n",
-      "680, 0.000000\\\n",
-      "680, 0.000000\\\n",
-      "680, 1.000000\\\n",
-      "680, 0.000000\\\n",
-      "680, 0.000000\\\n",
-      "680, 0.000000\\\n",
-      "681, 0.000000\\\n",
-      "681, 1.000000\\\n",
-      "681, 0.000000\\\n",
-      "681, 0.000000\\\n",
-      "681, 0.000000\\\n",
-      "681, 0.000000\\\n",
-      "681, 0.000000\\\n",
-      "681, 0.000000\\\n",
-      "681, 0.000000\\\n",
-      "682, 0.000000\\\n",
-      "682, 0.000000\\\n",
-      "682, 1.000000\\\n",
-      "682, 0.000000\\\n",
-      "682, 0.000000\\\n",
-      "682, 0.000000\\\n",
-      "682, 0.000000\\\n",
-      "682, 0.000000\\\n",
-      "682, 0.000000\\\n",
-      "683, 0.000000\\\n",
-      "683, 0.000000\\\n",
-      "683, 0.000000\\\n",
-      "683, 0.000000\\\n",
-      "683, 0.000000\\\n",
-      "683, 0.000000\\\n",
-      "683, 0.000000\\\n",
-      "683, 0.000000\\\n",
-      "683, 0.000000\\\n",
-      "684, 0.000000\\\n",
-      "684, 0.000000\\\n",
-      "684, 0.000000\\\n",
-      "684, 0.000000\\\n",
-      "684, 0.000000\\\n",
-      "684, 0.000000\\\n",
-      "684, 0.000000\\\n",
-      "684, 0.000000\\\n",
-      "684, 0.000000\\\n",
-      "685, 0.000000\\\n",
-      "685, 0.000000\\\n",
-      "685, 0.000000\\\n",
-      "685, 0.000000\\\n",
-      "685, 0.000000\\\n",
-      "685, 0.000000\\\n",
-      "685, 0.000000\\\n",
-      "685, 0.000000\\\n",
-      "685, 0.000000\\\n",
-      "686, 0.000000\\\n",
-      "686, 0.000000\\\n",
-      "686, 0.000000\\\n",
-      "686, 0.000000\\\n",
-      "686, 0.000000\\\n",
-      "686, 0.000000\\\n",
-      "686, 0.000000\\\n",
-      "686, 0.000000\\\n",
-      "686, 0.000000\\\n",
-      "687, 0.000000\\\n",
-      "687, 0.000000\\\n",
-      "687, 0.000000\\\n",
-      "687, 0.000000\\\n",
-      "687, 0.000000\\\n",
-      "687, 0.000000\\\n",
-      "687, 0.000000\\\n",
-      "687, 0.000000\\\n",
-      "687, 0.000000\\\n",
-      "688, 0.000000\\\n",
-      "688, 1.000000\\\n",
-      "688, 0.000000\\\n",
-      "688, 0.000000\\\n",
-      "688, 0.000000\\\n",
-      "688, 0.000000\\\n",
-      "688, 0.000000\\\n",
-      "688, 0.000000\\\n",
-      "688, 0.000000\\\n",
-      "689, 0.000000\\\n",
-      "689, 0.000000\\\n",
-      "689, 0.000000\\\n",
-      "689, 0.000000\\\n",
-      "689, 0.000000\\\n",
-      "689, 0.000000\\\n",
-      "689, 1.000000\\\n",
-      "689, 0.000000\\\n",
-      "689, 0.000000\\\n",
-      "690, 1.000000\\\n",
-      "690, 0.000000\\\n",
-      "690, 0.000000\\\n",
-      "690, 1.000000\\\n",
-      "690, 0.000000\\\n",
-      "690, 0.000000\\\n",
-      "690, 0.000000\\\n",
-      "690, 0.000000\\\n",
-      "690, 0.000000\\\n",
-      "691, 0.000000\\\n",
-      "691, 0.000000\\\n",
-      "691, 0.000000\\\n",
-      "691, 1.000000\\\n",
-      "691, 0.000000\\\n",
-      "691, 0.000000\\\n",
-      "691, 0.000000\\\n",
-      "691, 0.000000\\\n",
-      "691, 0.000000\\\n",
-      "692, 0.000000\\\n",
-      "692, 0.000000\\\n",
-      "692, 0.000000\\\n",
-      "692, 0.000000\\\n",
-      "692, 0.000000\\\n",
-      "692, 0.000000\\\n",
-      "692, 0.000000\\\n",
-      "692, 0.000000\\\n",
-      "692, 0.000000\\\n",
-      "693, 0.000000\\\n",
-      "693, 0.000000\\\n",
-      "693, 0.000000\\\n",
-      "693, 0.000000\\\n",
-      "693, 0.000000\\\n",
-      "693, 0.000000\\\n",
-      "693, 0.000000\\\n",
-      "693, 0.000000\\\n",
-      "693, 0.000000\\\n",
-      "694, 0.000000\\\n",
-      "694, 0.000000\\\n",
-      "694, 0.000000\\\n",
-      "694, 0.000000\\\n",
-      "694, 0.000000\\\n",
-      "694, 0.000000\\\n",
-      "694, 0.000000\\\n",
-      "694, 0.000000\\\n",
-      "694, 0.000000\\\n",
-      "695, 0.000000\\\n",
-      "695, 0.000000\\\n",
-      "695, 0.000000\\\n",
-      "695, 0.000000\\\n",
-      "695, 1.000000\\\n",
-      "695, 0.000000\\\n",
-      "695, 1.000000\\\n",
-      "695, 0.000000\\\n",
-      "695, 0.000000\\\n",
-      "696, 0.000000\\\n",
-      "696, 0.000000\\\n",
-      "696, 1.000000\\\n",
-      "696, 0.000000\\\n",
-      "696, 0.000000\\\n",
-      "696, 0.000000\\\n",
-      "696, 0.000000\\\n",
-      "696, 0.000000\\\n",
-      "696, 0.000000\\\n",
-      "697, 0.000000\\\n",
-      "697, 0.000000\\\n",
-      "697, 0.000000\\\n",
-      "697, 0.000000\\\n",
-      "697, 0.000000\\\n",
-      "697, 0.000000\\\n",
-      "697, 0.000000\\\n",
-      "697, 0.000000\\\n",
-      "697, 0.000000\\\n",
-      "698, 0.000000\\\n",
-      "698, 0.000000\\\n",
-      "698, 0.000000\\\n",
-      "698, 0.000000\\\n",
-      "698, 0.000000\\\n",
-      "698, 1.000000\\\n",
-      "698, 0.000000\\\n",
-      "698, 0.000000\\\n",
-      "698, 0.000000\\\n",
-      "699, 0.000000\\\n",
-      "699, 0.000000\\\n",
-      "699, 0.000000\\\n",
-      "699, 0.000000\\\n",
-      "699, 0.000000\\\n",
-      "699, 0.000000\\\n",
-      "699, 0.000000\\\n",
-      "699, 0.000000\\\n",
-      "699, 0.000000\\\n",
-      "700, 1.000000\\\n",
-      "700, 0.000000\\\n",
-      "700, 0.000000\\\n",
-      "700, 0.000000\\\n",
-      "700, 0.000000\\\n",
-      "700, 0.000000\\\n",
-      "700, 0.000000\\\n",
-      "700, 0.000000\\\n",
-      "700, 0.000000\\\n",
-      "701, 0.000000\\\n",
-      "701, 0.000000\\\n",
-      "701, 1.000000\\\n",
-      "701, 0.000000\\\n",
-      "701, 0.000000\\\n",
-      "701, 0.000000\\\n",
-      "701, 0.000000\\\n",
-      "701, 0.000000\\\n",
-      "701, 0.000000\\\n",
-      "702, 0.000000\\\n",
-      "702, 0.000000\\\n",
-      "702, 0.000000\\\n",
-      "702, 0.000000\\\n",
-      "702, 0.000000\\\n",
-      "702, 0.000000\\\n",
-      "702, 0.000000\\\n",
-      "702, 0.000000\\\n",
-      "702, 0.000000\\\n",
-      "703, 0.000000\\\n",
-      "703, 0.000000\\\n",
-      "703, 0.000000\\\n",
-      "703, 0.000000\\\n",
-      "703, 0.000000\\\n",
-      "703, 0.000000\\\n",
-      "703, 0.000000\\\n",
-      "703, 0.000000\\\n",
-      "703, 0.000000\\\n",
-      "704, 0.000000\\\n",
-      "704, 0.000000\\\n",
-      "704, 0.000000\\\n",
-      "704, 0.000000\\\n",
-      "704, 0.000000\\\n",
-      "704, 0.000000\\\n",
-      "704, 0.000000\\\n",
-      "704, 0.000000\\\n",
-      "704, 0.000000\\\n",
-      "705, 1.000000\\\n",
-      "705, 0.000000\\\n",
-      "705, 0.000000\\\n",
-      "705, 0.000000\\\n",
-      "705, 0.000000\\\n",
-      "705, 0.000000\\\n",
-      "705, 0.000000\\\n",
-      "705, 0.000000\\\n",
-      "705, 0.000000\\\n",
-      "706, 0.000000\\\n",
-      "706, 0.000000\\\n",
-      "706, 0.000000\\\n",
-      "706, 0.000000\\\n",
-      "706, 0.000000\\\n",
-      "706, 1.000000\\\n",
-      "706, 0.000000\\\n",
-      "706, 0.000000\\\n",
-      "706, 0.000000\\\n",
-      "707, 0.000000\\\n",
-      "707, 1.000000\\\n",
-      "707, 0.000000\\\n",
-      "707, 0.000000\\\n",
-      "707, 0.000000\\\n",
-      "707, 0.000000\\\n",
-      "707, 0.000000\\\n",
-      "707, 0.000000\\\n",
-      "707, 0.000000\\\n",
-      "708, 0.000000\\\n",
-      "708, 0.000000\\\n",
-      "708, 0.000000\\\n",
-      "708, 0.000000\\\n",
-      "708, 0.000000\\\n",
-      "708, 0.000000\\\n",
-      "708, 1.000000\\\n",
-      "708, 0.000000\\\n",
-      "708, 0.000000\\\n",
-      "709, 0.000000\\\n",
-      "709, 1.000000\\\n",
-      "709, 0.000000\\\n",
-      "709, 0.000000\\\n",
-      "709, 0.000000\\\n",
-      "709, 0.000000\\\n",
-      "709, 0.000000\\\n",
-      "709, 0.000000\\\n",
-      "709, 0.000000\\\n",
-      "710, 1.000000\\\n",
-      "710, 0.000000\\\n",
-      "710, 0.000000\\\n",
-      "710, 0.000000\\\n",
-      "710, 0.000000\\\n",
-      "710, 0.000000\\\n",
-      "710, 0.000000\\\n",
-      "710, 0.000000\\\n",
-      "710, 0.000000\\\n",
-      "711, 0.000000\\\n",
-      "711, 0.000000\\\n",
-      "711, 0.000000\\\n",
-      "711, 0.000000\\\n",
-      "711, 0.000000\\\n",
-      "711, 0.000000\\\n",
-      "711, 0.000000\\\n",
-      "711, 0.000000\\\n",
-      "711, 0.000000\\\n",
-      "712, 0.000000\\\n",
-      "712, 0.000000\\\n",
-      "712, 1.000000\\\n",
-      "712, 0.000000\\\n",
-      "712, 0.000000\\\n",
-      "712, 0.000000\\\n",
-      "712, 0.000000\\\n",
-      "712, 0.000000\\\n",
-      "712, 0.000000\\\n",
-      "713, 0.000000\\\n",
-      "713, 0.000000\\\n",
-      "713, 0.000000\\\n",
-      "713, 0.000000\\\n",
-      "713, 0.000000\\\n",
-      "713, 0.000000\\\n",
-      "713, 0.000000\\\n",
-      "713, 0.000000\\\n",
-      "713, 0.000000\\\n",
-      "714, 0.000000\\\n",
-      "714, 0.000000\\\n",
-      "714, 0.000000\\\n",
-      "714, 0.000000\\\n",
-      "714, 0.000000\\\n",
-      "714, 0.000000\\\n",
-      "714, 0.000000\\\n",
-      "714, 0.000000\\\n",
-      "714, 0.000000\\\n",
-      "715, 0.000000\\\n",
-      "715, 1.000000\\\n",
-      "715, 0.000000\\\n",
-      "715, 0.000000\\\n",
-      "715, 0.000000\\\n",
-      "715, 0.000000\\\n",
-      "715, 0.000000\\\n",
-      "715, 1.000000\\\n",
-      "715, 0.000000\\\n",
-      "716, 0.000000\\\n",
-      "716, 0.000000\\\n",
-      "716, 0.000000\\\n",
-      "716, 0.000000\\\n",
-      "716, 0.000000\\\n",
-      "716, 0.000000\\\n",
-      "716, 0.000000\\\n",
-      "716, 0.000000\\\n",
-      "716, 0.000000\\\n",
-      "717, 0.000000\\\n",
-      "717, 0.000000\\\n",
-      "717, 0.000000\\\n",
-      "717, 0.000000\\\n",
-      "717, 0.000000\\\n",
-      "717, 0.000000\\\n",
-      "717, 0.000000\\\n",
-      "717, 0.000000\\\n",
-      "717, 0.000000\\\n",
-      "718, 0.000000\\\n",
-      "718, 0.000000\\\n",
-      "718, 1.000000\\\n",
-      "718, 0.000000\\\n",
-      "718, 0.000000\\\n",
-      "718, 0.000000\\\n",
-      "718, 1.000000\\\n",
-      "718, 0.000000\\\n",
-      "718, 0.000000\\\n",
-      "719, 0.000000\\\n",
-      "719, 0.000000\\\n",
-      "719, 0.000000\\\n",
-      "719, 0.000000\\\n",
-      "719, 0.000000\\\n",
-      "719, 0.000000\\\n",
-      "719, 0.000000\\\n",
-      "719, 0.000000\\\n",
-      "719, 0.000000\\\n",
-      "720, 0.000000\\\n",
-      "720, 0.000000\\\n",
-      "720, 0.000000\\\n",
-      "720, 0.000000\\\n",
-      "720, 0.000000\\\n",
-      "720, 0.000000\\\n",
-      "720, 0.000000\\\n",
-      "720, 0.000000\\\n",
-      "720, 0.000000\\\n",
-      "721, 0.000000\\\n",
-      "721, 0.000000\\\n",
-      "721, 0.000000\\\n",
-      "721, 0.000000\\\n",
-      "721, 0.000000\\\n",
-      "721, 1.000000\\\n",
-      "721, 0.000000\\\n",
-      "721, 0.000000\\\n",
-      "721, 0.000000\\\n",
-      "722, 0.000000\\\n",
-      "722, 0.000000\\\n",
-      "722, 0.000000\\\n",
-      "722, 0.000000\\\n",
-      "722, 0.000000\\\n",
-      "722, 0.000000\\\n",
-      "722, 1.000000\\\n",
-      "722, 0.000000\\\n",
-      "722, 0.000000\\\n",
-      "723, 0.000000\\\n",
-      "723, 0.000000\\\n",
-      "723, 0.000000\\\n",
-      "723, 0.000000\\\n",
-      "723, 0.000000\\\n",
-      "723, 0.000000\\\n",
-      "723, 0.000000\\\n",
-      "723, 0.000000\\\n",
-      "723, 0.000000\\\n",
-      "724, 0.000000\\\n",
-      "724, 0.000000\\\n",
-      "724, 0.000000\\\n",
-      "724, 0.000000\\\n",
-      "724, 0.000000\\\n",
-      "724, 0.000000\\\n",
-      "724, 1.000000\\\n",
-      "724, 0.000000\\\n",
-      "724, 0.000000\\\n",
-      "725, 0.000000\\\n",
-      "725, 0.000000\\\n",
-      "725, 0.000000\\\n",
-      "725, 0.000000\\\n",
-      "725, 0.000000\\\n",
-      "725, 0.000000\\\n",
-      "725, 0.000000\\\n",
-      "725, 0.000000\\\n",
-      "725, 0.000000\\\n",
-      "726, 0.000000\\\n",
-      "726, 1.000000\\\n",
-      "726, 0.000000\\\n",
-      "726, 0.000000\\\n",
-      "726, 0.000000\\\n",
-      "726, 0.000000\\\n",
-      "726, 1.000000\\\n",
-      "726, 0.000000\\\n",
-      "726, 0.000000\\\n",
-      "727, 0.000000\\\n",
-      "727, 0.000000\\\n",
-      "727, 0.000000\\\n",
-      "727, 0.000000\\\n",
-      "727, 1.000000\\\n",
-      "727, 0.000000\\\n",
-      "727, 0.000000\\\n",
-      "727, 0.000000\\\n",
-      "727, 1.000000\\\n",
-      "728, 0.000000\\\n",
-      "728, 0.000000\\\n",
-      "728, 0.000000\\\n",
-      "728, 0.000000\\\n",
-      "728, 0.000000\\\n",
-      "728, 0.000000\\\n",
-      "728, 0.000000\\\n",
-      "728, 0.000000\\\n",
-      "728, 0.000000\\\n",
-      "729, 0.000000\\\n",
-      "729, 0.000000\\\n",
-      "729, 0.000000\\\n",
-      "729, 0.000000\\\n",
-      "729, 0.000000\\\n",
-      "729, 0.000000\\\n",
-      "729, 0.000000\\\n",
-      "729, 0.000000\\\n",
-      "729, 0.000000\\\n",
-      "730, 0.000000\\\n",
-      "730, 0.000000\\\n",
-      "730, 0.000000\\\n",
-      "730, 0.000000\\\n",
-      "730, 0.000000\\\n",
-      "730, 0.000000\\\n",
-      "730, 0.000000\\\n",
-      "730, 0.000000\\\n",
-      "730, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "731, 0.000000\\\n",
-      "731, 0.000000\\\n",
-      "731, 0.000000\\\n",
-      "731, 0.000000\\\n",
-      "731, 0.000000\\\n",
-      "731, 0.000000\\\n",
-      "731, 0.000000\\\n",
-      "731, 1.000000\\\n",
-      "731, 0.000000\\\n",
-      "732, 0.000000\\\n",
-      "732, 0.000000\\\n",
-      "732, 0.000000\\\n",
-      "732, 0.000000\\\n",
-      "732, 0.000000\\\n",
-      "732, 0.000000\\\n",
-      "732, 0.000000\\\n",
-      "732, 0.000000\\\n",
-      "732, 0.000000\\\n",
-      "733, 0.000000\\\n",
-      "733, 0.000000\\\n",
-      "733, 0.000000\\\n",
-      "733, 0.000000\\\n",
-      "733, 0.000000\\\n",
-      "733, 1.000000\\\n",
-      "733, 0.000000\\\n",
-      "733, 0.000000\\\n",
-      "733, 0.000000\\\n",
-      "734, 0.000000\\\n",
-      "734, 0.000000\\\n",
-      "734, 0.000000\\\n",
-      "734, 0.000000\\\n",
-      "734, 0.000000\\\n",
-      "734, 0.000000\\\n",
-      "734, 0.000000\\\n",
-      "734, 0.000000\\\n",
-      "734, 0.000000\\\n",
-      "735, 0.000000\\\n",
-      "735, 0.000000\\\n",
-      "735, 0.000000\\\n",
-      "735, 0.000000\\\n",
-      "735, 0.000000\\\n",
-      "735, 0.000000\\\n",
-      "735, 0.000000\\\n",
-      "735, 0.000000\\\n",
-      "735, 0.000000\\\n",
-      "736, 0.000000\\\n",
-      "736, 0.000000\\\n",
-      "736, 0.000000\\\n",
-      "736, 0.000000\\\n",
-      "736, 0.000000\\\n",
-      "736, 0.000000\\\n",
-      "736, 0.000000\\\n",
-      "736, 0.000000\\\n",
-      "736, 0.000000\\\n",
-      "737, 0.000000\\\n",
-      "737, 0.000000\\\n",
-      "737, 0.000000\\\n",
-      "737, 0.000000\\\n",
-      "737, 0.000000\\\n",
-      "737, 0.000000\\\n",
-      "737, 0.000000\\\n",
-      "737, 0.000000\\\n",
-      "737, 0.000000\\\n",
-      "738, 0.000000\\\n",
-      "738, 0.000000\\\n",
-      "738, 0.000000\\\n",
-      "738, 0.000000\\\n",
-      "738, 0.000000\\\n",
-      "738, 0.000000\\\n",
-      "738, 0.000000\\\n",
-      "738, 0.000000\\\n",
-      "738, 0.000000\\\n",
-      "739, 1.000000\\\n",
-      "739, 0.000000\\\n",
-      "739, 0.000000\\\n",
-      "739, 0.000000\\\n",
-      "739, 0.000000\\\n",
-      "739, 0.000000\\\n",
-      "739, 0.000000\\\n",
-      "739, 0.000000\\\n",
-      "739, 0.000000\\\n",
-      "740, 0.000000\\\n",
-      "740, 0.000000\\\n",
-      "740, 0.000000\\\n",
-      "740, 0.000000\\\n",
-      "740, 0.000000\\\n",
-      "740, 1.000000\\\n",
-      "740, 0.000000\\\n",
-      "740, 0.000000\\\n",
-      "740, 0.000000\\\n",
-      "741, 0.000000\\\n",
-      "741, 1.000000\\\n",
-      "741, 0.000000\\\n",
-      "741, 0.000000\\\n",
-      "741, 0.000000\\\n",
-      "741, 0.000000\\\n",
-      "741, 0.000000\\\n",
-      "741, 0.000000\\\n",
-      "741, 0.000000\\\n",
-      "742, 0.000000\\\n",
-      "742, 0.000000\\\n",
-      "742, 0.000000\\\n",
-      "742, 0.000000\\\n",
-      "742, 0.000000\\\n",
-      "742, 0.000000\\\n",
-      "742, 0.000000\\\n",
-      "742, 0.000000\\\n",
-      "742, 0.000000\\\n",
-      "743, 0.000000\\\n",
-      "743, 0.000000\\\n",
-      "743, 0.000000\\\n",
-      "743, 0.000000\\\n",
-      "743, 0.000000\\\n",
-      "743, 1.000000\\\n",
-      "743, 0.000000\\\n",
-      "743, 0.000000\\\n",
-      "743, 0.000000\\\n",
-      "744, 0.000000\\\n",
-      "744, 0.000000\\\n",
-      "744, 0.000000\\\n",
-      "744, 1.000000\\\n",
-      "744, 0.000000\\\n",
-      "744, 0.000000\\\n",
-      "744, 0.000000\\\n",
-      "744, 0.000000\\\n",
-      "744, 0.000000\\\n",
-      "745, 0.000000\\\n",
-      "745, 0.000000\\\n",
-      "745, 0.000000\\\n",
-      "745, 0.000000\\\n",
-      "745, 0.000000\\\n",
-      "745, 0.000000\\\n",
-      "745, 0.000000\\\n",
-      "745, 0.000000\\\n",
-      "745, 0.000000\\\n",
-      "746, 0.000000\\\n",
-      "746, 0.000000\\\n",
-      "746, 0.000000\\\n",
-      "746, 0.000000\\\n",
-      "746, 0.000000\\\n",
-      "746, 0.000000\\\n",
-      "746, 0.000000\\\n",
-      "746, 0.000000\\\n",
-      "746, 0.000000\\\n",
-      "747, 0.000000\\\n",
-      "747, 0.000000\\\n",
-      "747, 0.000000\\\n",
-      "747, 0.000000\\\n",
-      "747, 0.000000\\\n",
-      "747, 0.000000\\\n",
-      "747, 0.000000\\\n",
-      "747, 1.000000\\\n",
-      "747, 0.000000\\\n",
-      "748, 0.000000\\\n",
-      "748, 0.000000\\\n",
-      "748, 0.000000\\\n",
-      "748, 0.000000\\\n",
-      "748, 0.000000\\\n",
-      "748, 0.000000\\\n",
-      "748, 0.000000\\\n",
-      "748, 0.000000\\\n",
-      "748, 0.000000\\\n",
-      "749, 1.000000\\\n",
-      "749, 0.000000\\\n",
-      "749, 0.000000\\\n",
-      "749, 0.000000\\\n",
-      "749, 0.000000\\\n",
-      "749, 0.000000\\\n",
-      "749, 0.000000\\\n",
-      "749, 0.000000\\\n",
-      "749, 0.000000\\\n",
-      "750, 0.000000\\\n",
-      "750, 1.000000\\\n",
-      "750, 0.000000\\\n",
-      "750, 0.000000\\\n",
-      "750, 0.000000\\\n",
-      "750, 1.000000\\\n",
-      "750, 0.000000\\\n",
-      "750, 0.000000\\\n",
-      "750, 0.000000\\\n",
-      "751, 0.000000\\\n",
-      "751, 0.000000\\\n",
-      "751, 0.000000\\\n",
-      "751, 1.000000\\\n",
-      "751, 0.000000\\\n",
-      "751, 0.000000\\\n",
-      "751, 0.000000\\\n",
-      "751, 0.000000\\\n",
-      "751, 1.000000\\\n",
-      "752, 0.000000\\\n",
-      "752, 1.000000\\\n",
-      "752, 0.000000\\\n",
-      "752, 0.000000\\\n",
-      "752, 0.000000\\\n",
-      "752, 0.000000\\\n",
-      "752, 0.000000\\\n",
-      "752, 0.000000\\\n",
-      "752, 0.000000\\\n",
-      "753, 0.000000\\\n",
-      "753, 0.000000\\\n",
-      "753, 0.000000\\\n",
-      "753, 0.000000\\\n",
-      "753, 0.000000\\\n",
-      "753, 0.000000\\\n",
-      "753, 0.000000\\\n",
-      "753, 0.000000\\\n",
-      "753, 0.000000\\\n",
-      "754, 0.000000\\\n",
-      "754, 0.000000\\\n",
-      "754, 1.000000\\\n",
-      "754, 0.000000\\\n",
-      "754, 0.000000\\\n",
-      "754, 0.000000\\\n",
-      "754, 0.000000\\\n",
-      "754, 0.000000\\\n",
-      "754, 0.000000\\\n",
-      "755, 0.000000\\\n",
-      "755, 0.000000\\\n",
-      "755, 0.000000\\\n",
-      "755, 0.000000\\\n",
-      "755, 0.000000\\\n",
-      "755, 0.000000\\\n",
-      "755, 0.000000\\\n",
-      "755, 0.000000\\\n",
-      "755, 0.000000\\\n",
-      "756, 0.000000\\\n",
-      "756, 0.000000\\\n",
-      "756, 0.000000\\\n",
-      "756, 0.000000\\\n",
-      "756, 0.000000\\\n",
-      "756, 0.000000\\\n",
-      "756, 0.000000\\\n",
-      "756, 0.000000\\\n",
-      "756, 0.000000\\\n",
-      "757, 0.000000\\\n",
-      "757, 0.000000\\\n",
-      "757, 0.000000\\\n",
-      "757, 0.000000\\\n",
-      "757, 1.000000\\\n",
-      "757, 0.000000\\\n",
-      "757, 0.000000\\\n",
-      "757, 0.000000\\\n",
-      "757, 0.000000\\\n",
-      "758, 0.000000\\\n",
-      "758, 0.000000\\\n",
-      "758, 0.000000\\\n",
-      "758, 0.000000\\\n",
-      "758, 0.000000\\\n",
-      "758, 0.000000\\\n",
-      "758, 0.000000\\\n",
-      "758, 0.000000\\\n",
-      "758, 0.000000\\\n",
-      "759, 0.000000\\\n",
-      "759, 0.000000\\\n",
-      "759, 1.000000\\\n",
-      "759, 0.000000\\\n",
-      "759, 0.000000\\\n",
-      "759, 0.000000\\\n",
-      "759, 0.000000\\\n",
-      "759, 0.000000\\\n",
-      "759, 0.000000\\\n",
-      "760, 0.000000\\\n",
-      "760, 0.000000\\\n",
-      "760, 0.000000\\\n",
-      "760, 0.000000\\\n",
-      "760, 0.000000\\\n",
-      "760, 0.000000\\\n",
-      "760, 0.000000\\\n",
-      "760, 0.000000\\\n",
-      "760, 0.000000\\\n",
-      "761, 0.000000\\\n",
-      "761, 0.000000\\\n",
-      "761, 0.000000\\\n",
-      "761, 0.000000\\\n",
-      "761, 0.000000\\\n",
-      "761, 0.000000\\\n",
-      "761, 0.000000\\\n",
-      "761, 0.000000\\\n",
-      "761, 0.000000\\\n",
-      "762, 0.000000\\\n",
-      "762, 0.000000\\\n",
-      "762, 0.000000\\\n",
-      "762, 0.000000\\\n",
-      "762, 0.000000\\\n",
-      "762, 1.000000\\\n",
-      "762, 0.000000\\\n",
-      "762, 0.000000\\\n",
-      "762, 0.000000\\\n",
-      "763, 0.000000\\\n",
-      "763, 0.000000\\\n",
-      "763, 0.000000\\\n",
-      "763, 0.000000\\\n",
-      "763, 0.000000\\\n",
-      "763, 0.000000\\\n",
-      "763, 0.000000\\\n",
-      "763, 0.000000\\\n",
-      "763, 0.000000\\\n",
-      "764, 0.000000\\\n",
-      "764, 0.000000\\\n",
-      "764, 0.000000\\\n",
-      "764, 0.000000\\\n",
-      "764, 0.000000\\\n",
-      "764, 0.000000\\\n",
-      "764, 0.000000\\\n",
-      "764, 0.000000\\\n",
-      "764, 0.000000\\\n",
-      "765, 0.000000\\\n",
-      "765, 1.000000\\\n",
-      "765, 0.000000\\\n",
-      "765, 0.000000\\\n",
-      "765, 0.000000\\\n",
-      "765, 0.000000\\\n",
-      "765, 0.000000\\\n",
-      "765, 0.000000\\\n",
-      "765, 0.000000\\\n",
-      "766, 0.000000\\\n",
-      "766, 0.000000\\\n",
-      "766, 0.000000\\\n",
-      "766, 0.000000\\\n",
-      "766, 0.000000\\\n",
-      "766, 0.000000\\\n",
-      "766, 0.000000\\\n",
-      "766, 0.000000\\\n",
-      "766, 0.000000\\\n",
-      "767, 0.000000\\\n",
-      "767, 1.000000\\\n",
-      "767, 0.000000\\\n",
-      "767, 0.000000\\\n",
-      "767, 0.000000\\\n",
-      "767, 0.000000\\\n",
-      "767, 1.000000\\\n",
-      "767, 0.000000\\\n",
-      "767, 0.000000\\\n",
-      "768, 0.000000\\\n",
-      "768, 0.000000\\\n",
-      "768, 1.000000\\\n",
-      "768, 0.000000\\\n",
-      "768, 0.000000\\\n",
-      "768, 0.000000\\\n",
-      "768, 0.000000\\\n",
-      "768, 0.000000\\\n",
-      "768, 0.000000\\\n",
-      "769, 0.000000\\\n",
-      "769, 0.000000\\\n",
-      "769, 0.000000\\\n",
-      "769, 0.000000\\\n",
-      "769, 0.000000\\\n",
-      "769, 0.000000\\\n",
-      "769, 0.000000\\\n",
-      "769, 0.000000\\\n",
-      "769, 0.000000\\\n",
-      "770, 0.000000\\\n",
-      "770, 0.000000\\\n",
-      "770, 0.000000\\\n",
-      "770, 0.000000\\\n",
-      "770, 0.000000\\\n",
-      "770, 0.000000\\\n",
-      "770, 0.000000\\\n",
-      "770, 0.000000\\\n",
-      "770, 0.000000\\\n",
-      "771, 0.000000\\\n",
-      "771, 0.000000\\\n",
-      "771, 0.000000\\\n",
-      "771, 0.000000\\\n",
-      "771, 0.000000\\\n",
-      "771, 0.000000\\\n",
-      "771, 1.000000\\\n",
-      "771, 0.000000\\\n",
-      "771, 0.000000\\\n",
-      "772, 0.000000\\\n",
-      "772, 0.000000\\\n",
-      "772, 0.000000\\\n",
-      "772, 0.000000\\\n",
-      "772, 0.000000\\\n",
-      "772, 0.000000\\\n",
-      "772, 0.000000\\\n",
-      "772, 0.000000\\\n",
-      "772, 0.000000\\\n",
-      "773, 0.000000\\\n",
-      "773, 0.000000\\\n",
-      "773, 0.000000\\\n",
-      "773, 0.000000\\\n",
-      "773, 0.000000\\\n",
-      "773, 0.000000\\\n",
-      "773, 0.000000\\\n",
-      "773, 0.000000\\\n",
-      "773, 0.000000\\\n",
-      "774, 0.000000\\\n",
-      "774, 0.000000\\\n",
-      "774, 0.000000\\\n",
-      "774, 0.000000\\\n",
-      "774, 1.000000\\\n",
-      "774, 0.000000\\\n",
-      "774, 0.000000\\\n",
-      "774, 0.000000\\\n",
-      "774, 0.000000\\\n",
-      "775, 0.000000\\\n",
-      "775, 0.000000\\\n",
-      "775, 0.000000\\\n",
-      "775, 0.000000\\\n",
-      "775, 1.000000\\\n",
-      "775, 0.000000\\\n",
-      "775, 0.000000\\\n",
-      "775, 0.000000\\\n",
-      "775, 0.000000\\\n",
-      "776, 0.000000\\\n",
-      "776, 0.000000\\\n",
-      "776, 0.000000\\\n",
-      "776, 0.000000\\\n",
-      "776, 0.000000\\\n",
-      "776, 0.000000\\\n",
-      "776, 0.000000\\\n",
-      "776, 0.000000\\\n",
-      "776, 0.000000\\\n",
-      "777, 0.000000\\\n",
-      "777, 0.000000\\\n",
-      "777, 0.000000\\\n",
-      "777, 0.000000\\\n",
-      "777, 0.000000\\\n",
-      "777, 0.000000\\\n",
-      "777, 0.000000\\\n",
-      "777, 0.000000\\\n",
-      "777, 0.000000\\\n",
-      "778, 0.000000\\\n",
-      "778, 0.000000\\\n",
-      "778, 0.000000\\\n",
-      "778, 0.000000\\\n",
-      "778, 0.000000\\\n",
-      "778, 0.000000\\\n",
-      "778, 0.000000\\\n",
-      "778, 0.000000\\\n",
-      "778, 0.000000\\\n",
-      "779, 0.000000\\\n",
-      "779, 0.000000\\\n",
-      "779, 0.000000\\\n",
-      "779, 0.000000\\\n",
-      "779, 0.000000\\\n",
-      "779, 0.000000\\\n",
-      "779, 1.000000\\\n",
-      "779, 0.000000\\\n",
-      "779, 1.000000\\\n",
-      "780, 0.000000\\\n",
-      "780, 0.000000\\\n",
-      "780, 0.000000\\\n",
-      "780, 0.000000\\\n",
-      "780, 0.000000\\\n",
-      "780, 0.000000\\\n",
-      "780, 0.000000\\\n",
-      "780, 1.000000\\\n",
-      "780, 0.000000\\\n",
-      "781, 0.000000\\\n",
-      "781, 0.000000\\\n",
-      "781, 0.000000\\\n",
-      "781, 0.000000\\\n",
-      "781, 0.000000\\\n",
-      "781, 0.000000\\\n",
-      "781, 0.000000\\\n",
-      "781, 1.000000\\\n",
-      "781, 0.000000\\\n",
-      "782, 0.000000\\\n",
-      "782, 0.000000\\\n",
-      "782, 0.000000\\\n",
-      "782, 1.000000\\\n",
-      "782, 0.000000\\\n",
-      "782, 0.000000\\\n",
-      "782, 0.000000\\\n",
-      "782, 0.000000\\\n",
-      "782, 0.000000\\\n",
-      "783, 0.000000\\\n",
-      "783, 0.000000\\\n",
-      "783, 0.000000\\\n",
-      "783, 1.000000\\\n",
-      "783, 0.000000\\\n",
-      "783, 0.000000\\\n",
-      "783, 0.000000\\\n",
-      "783, 0.000000\\\n",
-      "783, 0.000000\\\n",
-      "784, 0.000000\\\n",
-      "784, 1.000000\\\n",
-      "784, 0.000000\\\n",
-      "784, 0.000000\\\n",
-      "784, 0.000000\\\n",
-      "784, 0.000000\\\n",
-      "784, 0.000000\\\n",
-      "784, 1.000000\\\n",
-      "784, 0.000000\\\n",
-      "785, 0.000000\\\n",
-      "785, 0.000000\\\n",
-      "785, 0.000000\\\n",
-      "785, 0.000000\\\n",
-      "785, 1.000000\\\n",
-      "785, 0.000000\\\n",
-      "785, 0.000000\\\n",
-      "785, 0.000000\\\n",
-      "785, 0.000000\\\n",
-      "786, 1.000000\\\n",
-      "786, 0.000000\\\n",
-      "786, 0.000000\\\n",
-      "786, 0.000000\\\n",
-      "786, 0.000000\\\n",
-      "786, 0.000000\\\n",
-      "786, 1.000000\\\n",
-      "786, 0.000000\\\n",
-      "786, 0.000000\\\n",
-      "787, 0.000000\\\n",
-      "787, 0.000000\\\n",
-      "787, 0.000000\\\n",
-      "787, 0.000000\\\n",
-      "787, 0.000000\\\n",
-      "787, 0.000000\\\n",
-      "787, 0.000000\\\n",
-      "787, 0.000000\\\n",
-      "787, 0.000000\\\n",
-      "788, 0.000000\\\n",
-      "788, 0.000000\\\n",
-      "788, 0.000000\\\n",
-      "788, 1.000000\\\n",
-      "788, 0.000000\\\n",
-      "788, 0.000000\\\n",
-      "788, 1.000000\\\n",
-      "788, 0.000000\\\n",
-      "788, 0.000000\\\n",
-      "789, 0.000000\\\n",
-      "789, 0.000000\\\n",
-      "789, 1.000000\\\n",
-      "789, 0.000000\\\n",
-      "789, 0.000000\\\n",
-      "789, 0.000000\\\n",
-      "789, 0.000000\\\n",
-      "789, 0.000000\\\n",
-      "789, 1.000000\\\n",
-      "790, 0.000000\\\n",
-      "790, 0.000000\\\n",
-      "790, 0.000000\\\n",
-      "790, 0.000000\\\n",
-      "790, 0.000000\\\n",
-      "790, 0.000000\\\n",
-      "790, 0.000000\\\n",
-      "790, 1.000000\\\n",
-      "790, 0.000000\\\n",
-      "791, 0.000000\\\n",
-      "791, 0.000000\\\n",
-      "791, 0.000000\\\n",
-      "791, 0.000000\\\n",
-      "791, 0.000000\\\n",
-      "791, 0.000000\\\n",
-      "791, 0.000000\\\n",
-      "791, 0.000000\\\n",
-      "791, 0.000000\\\n",
-      "792, 0.000000\\\n",
-      "792, 0.000000\\\n",
-      "792, 0.000000\\\n",
-      "792, 0.000000\\\n",
-      "792, 0.000000\\\n",
-      "792, 0.000000\\\n",
-      "792, 0.000000\\\n",
-      "792, 0.000000\\\n",
-      "792, 0.000000\\\n",
-      "793, 0.000000\\\n",
-      "793, 0.000000\\\n",
-      "793, 0.000000\\\n",
-      "793, 0.000000\\\n",
-      "793, 0.000000\\\n",
-      "793, 0.000000\\\n",
-      "793, 0.000000\\\n",
-      "793, 0.000000\\\n",
-      "793, 0.000000\\\n",
-      "794, 0.000000\\\n",
-      "794, 0.000000\\\n",
-      "794, 0.000000\\\n",
-      "794, 0.000000\\\n",
-      "794, 0.000000\\\n",
-      "794, 0.000000\\\n",
-      "794, 0.000000\\\n",
-      "794, 0.000000\\\n",
-      "794, 0.000000\\\n",
-      "795, 0.000000\\\n",
-      "795, 0.000000\\\n",
-      "795, 0.000000\\\n",
-      "795, 0.000000\\\n",
-      "795, 0.000000\\\n",
-      "795, 0.000000\\\n",
-      "795, 0.000000\\\n",
-      "795, 0.000000\\\n",
-      "795, 0.000000\\\n",
-      "796, 0.000000\\\n",
-      "796, 1.000000\\\n",
-      "796, 0.000000\\\n",
-      "796, 0.000000\\\n",
-      "796, 0.000000\\\n",
-      "796, 0.000000\\\n",
-      "796, 0.000000\\\n",
-      "796, 0.000000\\\n",
-      "796, 0.000000\\\n",
-      "797, 0.000000\\\n",
-      "797, 0.000000\\\n",
-      "797, 0.000000\\\n",
-      "797, 0.000000\\\n",
-      "797, 0.000000\\\n",
-      "797, 1.000000\\\n",
-      "797, 0.000000\\\n",
-      "797, 0.000000\\\n",
-      "797, 0.000000\\\n",
-      "798, 0.000000\\\n",
-      "798, 0.000000\\\n",
-      "798, 0.000000\\\n",
-      "798, 0.000000\\\n",
-      "798, 0.000000\\\n",
-      "798, 0.000000\\\n",
-      "798, 0.000000\\\n",
-      "798, 0.000000\\\n",
-      "798, 1.000000\\\n",
-      "799, 0.000000\\\n",
-      "799, 0.000000\\\n",
-      "799, 0.000000\\\n",
-      "799, 0.000000\\\n",
-      "799, 0.000000\\\n",
-      "799, 0.000000\\\n",
-      "799, 1.000000\\\n",
-      "799, 0.000000\\\n",
-      "799, 0.000000\\\n",
-      "800, 0.000000\\\n",
-      "800, 0.000000\\\n",
-      "800, 0.000000\\\n",
-      "800, 0.000000\\\n",
-      "800, 1.000000\\\n",
-      "800, 0.000000\\\n",
-      "800, 0.000000\\\n",
-      "800, 0.000000\\\n",
-      "800, 0.000000\\\n",
-      "801, 0.000000\\\n",
-      "801, 1.000000\\\n",
-      "801, 0.000000\\\n",
-      "801, 0.000000\\\n",
-      "801, 0.000000\\\n",
-      "801, 0.000000\\\n",
-      "801, 0.000000\\\n",
-      "801, 0.000000\\\n",
-      "801, 0.000000\\\n",
-      "802, 0.000000\\\n",
-      "802, 0.000000\\\n",
-      "802, 0.000000\\\n",
-      "802, 0.000000\\\n",
-      "802, 0.000000\\\n",
-      "802, 0.000000\\\n",
-      "802, 0.000000\\\n",
-      "802, 0.000000\\\n",
-      "802, 0.000000\\\n",
-      "803, 0.000000\\\n",
-      "803, 0.000000\\\n",
-      "803, 1.000000\\\n",
-      "803, 0.000000\\\n",
-      "803, 0.000000\\\n",
-      "803, 0.000000\\\n",
-      "803, 0.000000\\\n",
-      "803, 0.000000\\\n",
-      "803, 0.000000\\\n",
-      "804, 0.000000\\\n",
-      "804, 0.000000\\\n",
-      "804, 0.000000\\\n",
-      "804, 1.000000\\\n",
-      "804, 0.000000\\\n",
-      "804, 0.000000\\\n",
-      "804, 0.000000\\\n",
-      "804, 0.000000\\\n",
-      "804, 0.000000\\\n",
-      "805, 0.000000\\\n",
-      "805, 0.000000\\\n",
-      "805, 0.000000\\\n",
-      "805, 0.000000\\\n",
-      "805, 0.000000\\\n",
-      "805, 0.000000\\\n",
-      "805, 0.000000\\\n",
-      "805, 0.000000\\\n",
-      "805, 0.000000\\\n",
-      "806, 0.000000\\\n",
-      "806, 0.000000\\\n",
-      "806, 0.000000\\\n",
-      "806, 0.000000\\\n",
-      "806, 0.000000\\\n",
-      "806, 0.000000\\\n",
-      "806, 0.000000\\\n",
-      "806, 0.000000\\\n",
-      "806, 0.000000\\\n",
-      "807, 0.000000\\\n",
-      "807, 1.000000\\\n",
-      "807, 0.000000\\\n",
-      "807, 0.000000\\\n",
-      "807, 0.000000\\\n",
-      "807, 0.000000\\\n",
-      "807, 0.000000\\\n",
-      "807, 0.000000\\\n",
-      "807, 0.000000\\\n",
-      "808, 0.000000\\\n",
-      "808, 0.000000\\\n",
-      "808, 0.000000\\\n",
-      "808, 0.000000\\\n",
-      "808, 0.000000\\\n",
-      "808, 0.000000\\\n",
-      "808, 0.000000\\\n",
-      "808, 0.000000\\\n",
-      "808, 0.000000\\\n",
-      "809, 0.000000\\\n",
-      "809, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "809, 1.000000\\\n",
-      "809, 0.000000\\\n",
-      "809, 0.000000\\\n",
-      "809, 0.000000\\\n",
-      "809, 0.000000\\\n",
-      "809, 0.000000\\\n",
-      "809, 0.000000\\\n",
-      "810, 0.000000\\\n",
-      "810, 0.000000\\\n",
-      "810, 0.000000\\\n",
-      "810, 1.000000\\\n",
-      "810, 0.000000\\\n",
-      "810, 0.000000\\\n",
-      "810, 0.000000\\\n",
-      "810, 0.000000\\\n",
-      "810, 0.000000\\\n",
-      "811, 0.000000\\\n",
-      "811, 0.000000\\\n",
-      "811, 0.000000\\\n",
-      "811, 0.000000\\\n",
-      "811, 0.000000\\\n",
-      "811, 0.000000\\\n",
-      "811, 0.000000\\\n",
-      "811, 0.000000\\\n",
-      "811, 0.000000\\\n",
-      "812, 0.000000\\\n",
-      "812, 1.000000\\\n",
-      "812, 0.000000\\\n",
-      "812, 1.000000\\\n",
-      "812, 0.000000\\\n",
-      "812, 0.000000\\\n",
-      "812, 1.000000\\\n",
-      "812, 0.000000\\\n",
-      "812, 0.000000\\\n",
-      "813, 0.000000\\\n",
-      "813, 0.000000\\\n",
-      "813, 0.000000\\\n",
-      "813, 0.000000\\\n",
-      "813, 1.000000\\\n",
-      "813, 0.000000\\\n",
-      "813, 0.000000\\\n",
-      "813, 0.000000\\\n",
-      "813, 0.000000\\\n",
-      "814, 0.000000\\\n",
-      "814, 1.000000\\\n",
-      "814, 0.000000\\\n",
-      "814, 1.000000\\\n",
-      "814, 0.000000\\\n",
-      "814, 0.000000\\\n",
-      "814, 0.000000\\\n",
-      "814, 0.000000\\\n",
-      "814, 0.000000\\\n",
-      "815, 0.000000\\\n",
-      "815, 0.000000\\\n",
-      "815, 0.000000\\\n",
-      "815, 0.000000\\\n",
-      "815, 0.000000\\\n",
-      "815, 0.000000\\\n",
-      "815, 0.000000\\\n",
-      "815, 0.000000\\\n",
-      "815, 0.000000\\\n",
-      "816, 0.000000\\\n",
-      "816, 0.000000\\\n",
-      "816, 1.000000\\\n",
-      "816, 0.000000\\\n",
-      "816, 0.000000\\\n",
-      "816, 0.000000\\\n",
-      "816, 1.000000\\\n",
-      "816, 0.000000\\\n",
-      "816, 1.000000\\\n",
-      "817, 0.000000\\\n",
-      "817, 0.000000\\\n",
-      "817, 0.000000\\\n",
-      "817, 0.000000\\\n",
-      "817, 0.000000\\\n",
-      "817, 1.000000\\\n",
-      "817, 0.000000\\\n",
-      "817, 0.000000\\\n",
-      "817, 0.000000\\\n",
-      "818, 0.000000\\\n",
-      "818, 0.000000\\\n",
-      "818, 0.000000\\\n",
-      "818, 0.000000\\\n",
-      "818, 0.000000\\\n",
-      "818, 0.000000\\\n",
-      "818, 0.000000\\\n",
-      "818, 0.000000\\\n",
-      "818, 0.000000\\\n",
-      "819, 0.000000\\\n",
-      "819, 0.000000\\\n",
-      "819, 0.000000\\\n",
-      "819, 0.000000\\\n",
-      "819, 0.000000\\\n",
-      "819, 0.000000\\\n",
-      "819, 0.000000\\\n",
-      "819, 0.000000\\\n",
-      "819, 0.000000\\\n",
-      "820, 1.000000\\\n",
-      "820, 0.000000\\\n",
-      "820, 0.000000\\\n",
-      "820, 0.000000\\\n",
-      "820, 0.000000\\\n",
-      "820, 0.000000\\\n",
-      "820, 1.000000\\\n",
-      "820, 0.000000\\\n",
-      "820, 0.000000\\\n",
-      "821, 0.000000\\\n",
-      "821, 0.000000\\\n",
-      "821, 1.000000\\\n",
-      "821, 0.000000\\\n",
-      "821, 0.000000\\\n",
-      "821, 0.000000\\\n",
-      "821, 0.000000\\\n",
-      "821, 0.000000\\\n",
-      "821, 1.000000\\\n",
-      "822, 0.000000\\\n",
-      "822, 0.000000\\\n",
-      "822, 1.000000\\\n",
-      "822, 0.000000\\\n",
-      "822, 0.000000\\\n",
-      "822, 1.000000\\\n",
-      "822, 0.000000\\\n",
-      "822, 0.000000\\\n",
-      "822, 0.000000\\\n",
-      "823, 0.000000\\\n",
-      "823, 0.000000\\\n",
-      "823, 0.000000\\\n",
-      "823, 0.000000\\\n",
-      "823, 1.000000\\\n",
-      "823, 0.000000\\\n",
-      "823, 0.000000\\\n",
-      "823, 0.000000\\\n",
-      "823, 0.000000\\\n",
-      "824, 0.000000\\\n",
-      "824, 0.000000\\\n",
-      "824, 0.000000\\\n",
-      "824, 0.000000\\\n",
-      "824, 0.000000\\\n",
-      "824, 0.000000\\\n",
-      "824, 0.000000\\\n",
-      "824, 0.000000\\\n",
-      "824, 0.000000\\\n",
-      "825, 0.000000\\\n",
-      "825, 0.000000\\\n",
-      "825, 0.000000\\\n",
-      "825, 0.000000\\\n",
-      "825, 0.000000\\\n",
-      "825, 0.000000\\\n",
-      "825, 0.000000\\\n",
-      "825, 0.000000\\\n",
-      "825, 0.000000\\\n",
-      "826, 0.000000\\\n",
-      "826, 0.000000\\\n",
-      "826, 0.000000\\\n",
-      "826, 0.000000\\\n",
-      "826, 0.000000\\\n",
-      "826, 0.000000\\\n",
-      "826, 0.000000\\\n",
-      "826, 0.000000\\\n",
-      "826, 0.000000\\\n",
-      "827, 0.000000\\\n",
-      "827, 0.000000\\\n",
-      "827, 0.000000\\\n",
-      "827, 0.000000\\\n",
-      "827, 0.000000\\\n",
-      "827, 0.000000\\\n",
-      "827, 0.000000\\\n",
-      "827, 0.000000\\\n",
-      "827, 0.000000\\\n",
-      "828, 0.000000\\\n",
-      "828, 0.000000\\\n",
-      "828, 0.000000\\\n",
-      "828, 0.000000\\\n",
-      "828, 0.000000\\\n",
-      "828, 0.000000\\\n",
-      "828, 1.000000\\\n",
-      "828, 0.000000\\\n",
-      "828, 0.000000\\\n",
-      "829, 0.000000\\\n",
-      "829, 0.000000\\\n",
-      "829, 1.000000\\\n",
-      "829, 0.000000\\\n",
-      "829, 0.000000\\\n",
-      "829, 0.000000\\\n",
-      "829, 0.000000\\\n",
-      "829, 0.000000\\\n",
-      "829, 0.000000\\\n",
-      "830, 1.000000\\\n",
-      "830, 0.000000\\\n",
-      "830, 1.000000\\\n",
-      "830, 0.000000\\\n",
-      "830, 0.000000\\\n",
-      "830, 0.000000\\\n",
-      "830, 0.000000\\\n",
-      "830, 0.000000\\\n",
-      "830, 0.000000\\\n",
-      "831, 0.000000\\\n",
-      "831, 0.000000\\\n",
-      "831, 0.000000\\\n",
-      "831, 0.000000\\\n",
-      "831, 0.000000\\\n",
-      "831, 0.000000\\\n",
-      "831, 0.000000\\\n",
-      "831, 0.000000\\\n",
-      "831, 0.000000\\\n",
-      "832, 0.000000\\\n",
-      "832, 1.000000\\\n",
-      "832, 0.000000\\\n",
-      "832, 0.000000\\\n",
-      "832, 1.000000\\\n",
-      "832, 0.000000\\\n",
-      "832, 1.000000\\\n",
-      "832, 0.000000\\\n",
-      "832, 0.000000\\\n",
-      "833, 0.000000\\\n",
-      "833, 0.000000\\\n",
-      "833, 0.000000\\\n",
-      "833, 0.000000\\\n",
-      "833, 0.000000\\\n",
-      "833, 0.000000\\\n",
-      "833, 1.000000\\\n",
-      "833, 0.000000\\\n",
-      "833, 0.000000\\\n",
-      "834, 0.000000\\\n",
-      "834, 0.000000\\\n",
-      "834, 0.000000\\\n",
-      "834, 0.000000\\\n",
-      "834, 1.000000\\\n",
-      "834, 0.000000\\\n",
-      "834, 0.000000\\\n",
-      "834, 1.000000\\\n",
-      "834, 0.000000\\\n",
-      "835, 0.000000\\\n",
-      "835, 0.000000\\\n",
-      "835, 0.000000\\\n",
-      "835, 0.000000\\\n",
-      "835, 0.000000\\\n",
-      "835, 0.000000\\\n",
-      "835, 0.000000\\\n",
-      "835, 0.000000\\\n",
-      "835, 0.000000\\\n",
-      "836, 0.000000\\\n",
-      "836, 0.000000\\\n",
-      "836, 0.000000\\\n",
-      "836, 1.000000\\\n",
-      "836, 0.000000\\\n",
-      "836, 0.000000\\\n",
-      "836, 0.000000\\\n",
-      "836, 1.000000\\\n",
-      "836, 0.000000\\\n",
-      "837, 0.000000\\\n",
-      "837, 0.000000\\\n",
-      "837, 0.000000\\\n",
-      "837, 0.000000\\\n",
-      "837, 0.000000\\\n",
-      "837, 0.000000\\\n",
-      "837, 0.000000\\\n",
-      "837, 0.000000\\\n",
-      "837, 0.000000\\\n",
-      "838, 1.000000\\\n",
-      "838, 0.000000\\\n",
-      "838, 0.000000\\\n",
-      "838, 1.000000\\\n",
-      "838, 0.000000\\\n",
-      "838, 0.000000\\\n",
-      "838, 1.000000\\\n",
-      "838, 0.000000\\\n",
-      "838, 0.000000\\\n",
-      "839, 0.000000\\\n",
-      "839, 1.000000\\\n",
-      "839, 0.000000\\\n",
-      "839, 0.000000\\\n",
-      "839, 0.000000\\\n",
-      "839, 0.000000\\\n",
-      "839, 1.000000\\\n",
-      "839, 0.000000\\\n",
-      "839, 0.000000\\\n",
-      "840, 0.000000\\\n",
-      "840, 0.000000\\\n",
-      "840, 0.000000\\\n",
-      "840, 0.000000\\\n",
-      "840, 0.000000\\\n",
-      "840, 1.000000\\\n",
-      "840, 0.000000\\\n",
-      "840, 1.000000\\\n",
-      "840, 0.000000\\\n",
-      "841, 1.000000\\\n",
-      "841, 0.000000\\\n",
-      "841, 0.000000\\\n",
-      "841, 0.000000\\\n",
-      "841, 0.000000\\\n",
-      "841, 0.000000\\\n",
-      "841, 0.000000\\\n",
-      "841, 0.000000\\\n",
-      "841, 1.000000\\\n",
-      "842, 0.000000\\\n",
-      "842, 0.000000\\\n",
-      "842, 0.000000\\\n",
-      "842, 0.000000\\\n",
-      "842, 0.000000\\\n",
-      "842, 1.000000\\\n",
-      "842, 0.000000\\\n",
-      "842, 0.000000\\\n",
-      "842, 0.000000\\\n",
-      "843, 0.000000\\\n",
-      "843, 0.000000\\\n",
-      "843, 0.000000\\\n",
-      "843, 0.000000\\\n",
-      "843, 0.000000\\\n",
-      "843, 0.000000\\\n",
-      "843, 0.000000\\\n",
-      "843, 0.000000\\\n",
-      "843, 1.000000\\\n",
-      "844, 0.000000\\\n",
-      "844, 0.000000\\\n",
-      "844, 0.000000\\\n",
-      "844, 0.000000\\\n",
-      "844, 0.000000\\\n",
-      "844, 0.000000\\\n",
-      "844, 0.000000\\\n",
-      "844, 0.000000\\\n",
-      "844, 0.000000\\\n",
-      "845, 0.000000\\\n",
-      "845, 0.000000\\\n",
-      "845, 0.000000\\\n",
-      "845, 0.000000\\\n",
-      "845, 0.000000\\\n",
-      "845, 0.000000\\\n",
-      "845, 0.000000\\\n",
-      "845, 0.000000\\\n",
-      "845, 0.000000\\\n",
-      "846, 0.000000\\\n",
-      "846, 0.000000\\\n",
-      "846, 0.000000\\\n",
-      "846, 0.000000\\\n",
-      "846, 0.000000\\\n",
-      "846, 0.000000\\\n",
-      "846, 0.000000\\\n",
-      "846, 0.000000\\\n",
-      "846, 0.000000\\\n",
-      "847, 0.000000\\\n",
-      "847, 0.000000\\\n",
-      "847, 0.000000\\\n",
-      "847, 0.000000\\\n",
-      "847, 0.000000\\\n",
-      "847, 0.000000\\\n",
-      "847, 0.000000\\\n",
-      "847, 0.000000\\\n",
-      "847, 0.000000\\\n",
-      "848, 0.000000\\\n",
-      "848, 0.000000\\\n",
-      "848, 0.000000\\\n",
-      "848, 0.000000\\\n",
-      "848, 0.000000\\\n",
-      "848, 0.000000\\\n",
-      "848, 0.000000\\\n",
-      "848, 0.000000\\\n",
-      "848, 0.000000\\\n",
-      "849, 0.000000\\\n",
-      "849, 0.000000\\\n",
-      "849, 0.000000\\\n",
-      "849, 0.000000\\\n",
-      "849, 0.000000\\\n",
-      "849, 0.000000\\\n",
-      "849, 0.000000\\\n",
-      "849, 0.000000\\\n",
-      "849, 0.000000\\\n",
-      "850, 0.000000\\\n",
-      "850, 1.000000\\\n",
-      "850, 0.000000\\\n",
-      "850, 0.000000\\\n",
-      "850, 0.000000\\\n",
-      "850, 0.000000\\\n",
-      "850, 0.000000\\\n",
-      "850, 1.000000\\\n",
-      "850, 0.000000\\\n",
-      "851, 0.000000\\\n",
-      "851, 0.000000\\\n",
-      "851, 0.000000\\\n",
-      "851, 0.000000\\\n",
-      "851, 0.000000\\\n",
-      "851, 0.000000\\\n",
-      "851, 0.000000\\\n",
-      "851, 0.000000\\\n",
-      "851, 0.000000\\\n",
-      "852, 0.000000\\\n",
-      "852, 0.000000\\\n",
-      "852, 1.000000\\\n",
-      "852, 0.000000\\\n",
-      "852, 0.000000\\\n",
-      "852, 0.000000\\\n",
-      "852, 0.000000\\\n",
-      "852, 0.000000\\\n",
-      "852, 0.000000\\\n",
-      "853, 1.000000\\\n",
-      "853, 0.000000\\\n",
-      "853, 0.000000\\\n",
-      "853, 0.000000\\\n",
-      "853, 0.000000\\\n",
-      "853, 1.000000\\\n",
-      "853, 0.000000\\\n",
-      "853, 0.000000\\\n",
-      "853, 0.000000\\\n",
-      "854, 0.000000\\\n",
-      "854, 0.000000\\\n",
-      "854, 0.000000\\\n",
-      "854, 0.000000\\\n",
-      "854, 0.000000\\\n",
-      "854, 0.000000\\\n",
-      "854, 0.000000\\\n",
-      "854, 0.000000\\\n",
-      "854, 0.000000\\\n",
-      "855, 0.000000\\\n",
-      "855, 0.000000\\\n",
-      "855, 0.000000\\\n",
-      "855, 0.000000\\\n",
-      "855, 0.000000\\\n",
-      "855, 0.000000\\\n",
-      "855, 0.000000\\\n",
-      "855, 0.000000\\\n",
-      "855, 0.000000\\\n",
-      "856, 0.000000\\\n",
-      "856, 0.000000\\\n",
-      "856, 0.000000\\\n",
-      "856, 0.000000\\\n",
-      "856, 0.000000\\\n",
-      "856, 0.000000\\\n",
-      "856, 1.000000\\\n",
-      "856, 0.000000\\\n",
-      "856, 0.000000\\\n",
-      "857, 0.000000\\\n",
-      "857, 0.000000\\\n",
-      "857, 1.000000\\\n",
-      "857, 0.000000\\\n",
-      "857, 1.000000\\\n",
-      "857, 0.000000\\\n",
-      "857, 1.000000\\\n",
-      "857, 0.000000\\\n",
-      "857, 0.000000\\\n",
-      "858, 0.000000\\\n",
-      "858, 0.000000\\\n",
-      "858, 0.000000\\\n",
-      "858, 0.000000\\\n",
-      "858, 0.000000\\\n",
-      "858, 0.000000\\\n",
-      "858, 0.000000\\\n",
-      "858, 0.000000\\\n",
-      "858, 0.000000\\\n",
-      "859, 0.000000\\\n",
-      "859, 0.000000\\\n",
-      "859, 0.000000\\\n",
-      "859, 0.000000\\\n",
-      "859, 0.000000\\\n",
-      "859, 0.000000\\\n",
-      "859, 0.000000\\\n",
-      "859, 0.000000\\\n",
-      "859, 0.000000\\\n",
-      "860, 0.000000\\\n",
-      "860, 0.000000\\\n",
-      "860, 0.000000\\\n",
-      "860, 1.000000\\\n",
-      "860, 0.000000\\\n",
-      "860, 0.000000\\\n",
-      "860, 0.000000\\\n",
-      "860, 1.000000\\\n",
-      "860, 0.000000\\\n",
-      "861, 0.000000\\\n",
-      "861, 1.000000\\\n",
-      "861, 0.000000\\\n",
-      "861, 0.000000\\\n",
-      "861, 0.000000\\\n",
-      "861, 1.000000\\\n",
-      "861, 0.000000\\\n",
-      "861, 0.000000\\\n",
-      "861, 0.000000\\\n",
-      "862, 1.000000\\\n",
-      "862, 0.000000\\\n",
-      "862, 0.000000\\\n",
-      "862, 0.000000\\\n",
-      "862, 1.000000\\\n",
-      "862, 0.000000\\\n",
-      "862, 1.000000\\\n",
-      "862, 0.000000\\\n",
-      "862, 0.000000\\\n",
-      "863, 0.000000\\\n",
-      "863, 0.000000\\\n",
-      "863, 0.000000\\\n",
-      "863, 0.000000\\\n",
-      "863, 0.000000\\\n",
-      "863, 0.000000\\\n",
-      "863, 0.000000\\\n",
-      "863, 0.000000\\\n",
-      "863, 1.000000\\\n",
-      "864, 0.000000\\\n",
-      "864, 0.000000\\\n",
-      "864, 0.000000\\\n",
-      "864, 0.000000\\\n",
-      "864, 1.000000\\\n",
-      "864, 0.000000\\\n",
-      "864, 0.000000\\\n",
-      "864, 1.000000\\\n",
-      "864, 0.000000\\\n",
-      "865, 0.000000\\\n",
-      "865, 1.000000\\\n",
-      "865, 0.000000\\\n",
-      "865, 1.000000\\\n",
-      "865, 0.000000\\\n",
-      "865, 0.000000\\\n",
-      "865, 1.000000\\\n",
-      "865, 0.000000\\\n",
-      "865, 1.000000\\\n",
-      "866, 0.000000\\\n",
-      "866, 0.000000\\\n",
-      "866, 0.000000\\\n",
-      "866, 1.000000\\\n",
-      "866, 0.000000\\\n",
-      "866, 0.000000\\\n",
-      "866, 0.000000\\\n",
-      "866, 0.000000\\\n",
-      "866, 0.000000\\\n",
-      "867, 1.000000\\\n",
-      "867, 0.000000\\\n",
-      "867, 0.000000\\\n",
-      "867, 0.000000\\\n",
-      "867, 0.000000\\\n",
-      "867, 0.000000\\\n",
-      "867, 1.000000\\\n",
-      "867, 0.000000\\\n",
-      "867, 0.000000\\\n",
-      "868, 0.000000\\\n",
-      "868, 0.000000\\\n",
-      "868, 1.000000\\\n",
-      "868, 0.000000\\\n",
-      "868, 0.000000\\\n",
-      "868, 1.000000\\\n",
-      "868, 0.000000\\\n",
-      "868, 0.000000\\\n",
-      "868, 0.000000\\\n",
-      "869, 0.000000\\\n",
-      "869, 0.000000\\\n",
-      "869, 0.000000\\\n",
-      "869, 1.000000\\\n",
-      "869, 0.000000\\\n",
-      "869, 0.000000\\\n",
-      "869, 0.000000\\\n",
-      "869, 0.000000\\\n",
-      "869, 0.000000\\\n",
-      "870, 0.000000\\\n",
-      "870, 0.000000\\\n",
-      "870, 1.000000\\\n",
-      "870, 0.000000\\\n",
-      "870, 0.000000\\\n",
-      "870, 1.000000\\\n",
-      "870, 0.000000\\\n",
-      "870, 0.000000\\\n",
-      "870, 0.000000\\\n",
-      "871, 0.000000\\\n",
-      "871, 0.000000\\\n",
-      "871, 1.000000\\\n",
-      "871, 0.000000\\\n",
-      "871, 0.000000\\\n",
-      "871, 0.000000\\\n",
-      "871, 0.000000\\\n",
-      "871, 0.000000\\\n",
-      "871, 0.000000\\\n",
-      "872, 0.000000\\\n",
-      "872, 0.000000\\\n",
-      "872, 0.000000\\\n",
-      "872, 0.000000\\\n",
-      "872, 0.000000\\\n",
-      "872, 0.000000\\\n",
-      "872, 1.000000\\\n",
-      "872, 0.000000\\\n",
-      "872, 0.000000\\\n",
-      "873, 0.000000\\\n",
-      "873, 0.000000\\\n",
-      "873, 1.000000\\\n",
-      "873, 0.000000\\\n",
-      "873, 1.000000\\\n",
-      "873, 0.000000\\\n",
-      "873, 1.000000\\\n",
-      "873, 0.000000\\\n",
-      "873, 1.000000\\\n",
-      "874, 0.000000\\\n",
-      "874, 0.000000\\\n",
-      "874, 0.000000\\\n",
-      "874, 0.000000\\\n",
-      "874, 0.000000\\\n",
-      "874, 0.000000\\\n",
-      "874, 1.000000\\\n",
-      "874, 0.000000\\\n",
-      "874, 0.000000\\\n",
-      "875, 1.000000\\\n",
-      "875, 0.000000\\\n",
-      "875, 0.000000\\\n",
-      "875, 0.000000\\\n",
-      "875, 0.000000\\\n",
-      "875, 0.000000\\\n",
-      "875, 0.000000\\\n",
-      "875, 0.000000\\\n",
-      "875, 0.000000\\\n",
-      "876, 1.000000\\\n",
-      "876, 0.000000\\\n",
-      "876, 0.000000\\\n",
-      "876, 0.000000\\\n",
-      "876, 0.000000\\\n",
-      "876, 0.000000\\\n",
-      "876, 0.000000\\\n",
-      "876, 1.000000\\\n",
-      "876, 0.000000\\\n",
-      "877, 0.000000\\\n",
-      "877, 0.000000\\\n",
-      "877, 0.000000\\\n",
-      "877, 0.000000\\\n",
-      "877, 1.000000\\\n",
-      "877, 0.000000\\\n",
-      "877, 0.000000\\\n",
-      "877, 0.000000\\\n",
-      "877, 1.000000\\\n",
-      "878, 0.000000\\\n",
-      "878, 0.000000\\\n",
-      "878, 0.000000\\\n",
-      "878, 0.000000\\\n",
-      "878, 1.000000\\\n",
-      "878, 0.000000\\\n",
-      "878, 0.000000\\\n",
-      "878, 1.000000\\\n",
-      "878, 0.000000\\\n",
-      "879, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "879, 0.000000\\\n",
-      "879, 0.000000\\\n",
-      "879, 0.000000\\\n",
-      "879, 1.000000\\\n",
-      "879, 0.000000\\\n",
-      "879, 0.000000\\\n",
-      "879, 1.000000\\\n",
-      "879, 0.000000\\\n",
-      "880, 0.000000\\\n",
-      "880, 0.000000\\\n",
-      "880, 1.000000\\\n",
-      "880, 0.000000\\\n",
-      "880, 1.000000\\\n",
-      "880, 0.000000\\\n",
-      "880, 0.000000\\\n",
-      "880, 0.000000\\\n",
-      "880, 0.000000\\\n",
-      "881, 0.000000\\\n",
-      "881, 0.000000\\\n",
-      "881, 1.000000\\\n",
-      "881, 0.000000\\\n",
-      "881, 0.000000\\\n",
-      "881, 0.000000\\\n",
-      "881, 0.000000\\\n",
-      "881, 0.000000\\\n",
-      "881, 0.000000\\\n",
-      "882, 0.000000\\\n",
-      "882, 0.000000\\\n",
-      "882, 1.000000\\\n",
-      "882, 0.000000\\\n",
-      "882, 0.000000\\\n",
-      "882, 1.000000\\\n",
-      "882, 0.000000\\\n",
-      "882, 0.000000\\\n",
-      "882, 0.000000\\\n",
-      "883, 0.000000\\\n",
-      "883, 1.000000\\\n",
-      "883, 0.000000\\\n",
-      "883, 0.000000\\\n",
-      "883, 1.000000\\\n",
-      "883, 0.000000\\\n",
-      "883, 0.000000\\\n",
-      "883, 0.000000\\\n",
-      "883, 0.000000\\\n",
-      "884, 0.000000\\\n",
-      "884, 1.000000\\\n",
-      "884, 0.000000\\\n",
-      "884, 1.000000\\\n",
-      "884, 0.000000\\\n",
-      "884, 0.000000\\\n",
-      "884, 0.000000\\\n",
-      "884, 1.000000\\\n",
-      "884, 0.000000\\\n",
-      "885, 0.000000\\\n",
-      "885, 0.000000\\\n",
-      "885, 0.000000\\\n",
-      "885, 0.000000\\\n",
-      "885, 0.000000\\\n",
-      "885, 1.000000\\\n",
-      "885, 0.000000\\\n",
-      "885, 0.000000\\\n",
-      "885, 0.000000\\\n",
-      "886, 1.000000\\\n",
-      "886, 0.000000\\\n",
-      "886, 0.000000\\\n",
-      "886, 0.000000\\\n",
-      "886, 0.000000\\\n",
-      "886, 1.000000\\\n",
-      "886, 0.000000\\\n",
-      "886, 0.000000\\\n",
-      "886, 0.000000\\\n",
-      "887, 0.000000\\\n",
-      "887, 0.000000\\\n",
-      "887, 1.000000\\\n",
-      "887, 0.000000\\\n",
-      "887, 0.000000\\\n",
-      "887, 0.000000\\\n",
-      "887, 0.000000\\\n",
-      "887, 0.000000\\\n",
-      "887, 0.000000\\\n",
-      "888, 1.000000\\\n",
-      "888, 0.000000\\\n",
-      "888, 0.000000\\\n",
-      "888, 1.000000\\\n",
-      "888, 0.000000\\\n",
-      "888, 0.000000\\\n",
-      "888, 0.000000\\\n",
-      "888, 0.000000\\\n",
-      "888, 1.000000\\\n",
-      "889, 0.000000\\\n",
-      "889, 0.000000\\\n",
-      "889, 1.000000\\\n",
-      "889, 0.000000\\\n",
-      "889, 0.000000\\\n",
-      "889, 0.000000\\\n",
-      "889, 0.000000\\\n",
-      "889, 0.000000\\\n",
-      "889, 0.000000\\\n",
-      "890, 0.000000\\\n",
-      "890, 0.000000\\\n",
-      "890, 0.000000\\\n",
-      "890, 0.000000\\\n",
-      "890, 0.000000\\\n",
-      "890, 0.000000\\\n",
-      "890, 1.000000\\\n",
-      "890, 0.000000\\\n",
-      "890, 0.000000\\\n",
-      "891, 0.000000\\\n",
-      "891, 0.000000\\\n",
-      "891, 1.000000\\\n",
-      "891, 0.000000\\\n",
-      "891, 0.000000\\\n",
-      "891, 0.000000\\\n",
-      "891, 0.000000\\\n",
-      "891, 0.000000\\\n",
-      "891, 0.000000\\\n",
-      "892, 0.000000\\\n",
-      "892, 0.000000\\\n",
-      "892, 0.000000\\\n",
-      "892, 0.000000\\\n",
-      "892, 0.000000\\\n",
-      "892, 0.000000\\\n",
-      "892, 0.000000\\\n",
-      "892, 1.000000\\\n",
-      "892, 0.000000\\\n",
-      "893, 0.000000\\\n",
-      "893, 0.000000\\\n",
-      "893, 0.000000\\\n",
-      "893, 0.000000\\\n",
-      "893, 1.000000\\\n",
-      "893, 0.000000\\\n",
-      "893, 0.000000\\\n",
-      "893, 1.000000\\\n",
-      "893, 0.000000\\\n",
-      "894, 0.000000\\\n",
-      "894, 0.000000\\\n",
-      "894, 0.000000\\\n",
-      "894, 1.000000\\\n",
-      "894, 0.000000\\\n",
-      "894, 0.000000\\\n",
-      "894, 0.000000\\\n",
-      "894, 0.000000\\\n",
-      "894, 1.000000\\\n",
-      "895, 0.000000\\\n",
-      "895, 0.000000\\\n",
-      "895, 0.000000\\\n",
-      "895, 0.000000\\\n",
-      "895, 0.000000\\\n",
-      "895, 0.000000\\\n",
-      "895, 1.000000\\\n",
-      "895, 0.000000\\\n",
-      "895, 1.000000\\\n",
-      "896, 0.000000\\\n",
-      "896, 0.000000\\\n",
-      "896, 1.000000\\\n",
-      "896, 0.000000\\\n",
-      "896, 0.000000\\\n",
-      "896, 0.000000\\\n",
-      "896, 0.000000\\\n",
-      "896, 0.000000\\\n",
-      "896, 0.000000\\\n",
-      "897, 0.000000\\\n",
-      "897, 0.000000\\\n",
-      "897, 0.000000\\\n",
-      "897, 1.000000\\\n",
-      "897, 0.000000\\\n",
-      "897, 0.000000\\\n",
-      "897, 0.000000\\\n",
-      "897, 0.000000\\\n",
-      "897, 1.000000\\\n",
-      "898, 0.000000\\\n",
-      "898, 0.000000\\\n",
-      "898, 0.000000\\\n",
-      "898, 0.000000\\\n",
-      "898, 0.000000\\\n",
-      "898, 1.000000\\\n",
-      "898, 0.000000\\\n",
-      "898, 0.000000\\\n",
-      "898, 1.000000\\\n",
-      "899, 0.000000\\\n",
-      "899, 0.000000\\\n",
-      "899, 0.000000\\\n",
-      "899, 1.000000\\\n",
-      "899, 0.000000\\\n",
-      "899, 1.000000\\\n",
-      "899, 0.000000\\\n",
-      "899, 0.000000\\\n",
-      "899, 0.000000\\\n",
-      "900, 0.000000\\\n",
-      "900, 0.000000\\\n",
-      "900, 0.000000\\\n",
-      "900, 0.000000\\\n",
-      "900, 0.000000\\\n",
-      "900, 0.000000\\\n",
-      "900, 0.000000\\\n",
-      "900, 1.000000\\\n",
-      "900, 0.000000\\\n",
-      "901, 1.000000\\\n",
-      "901, 0.000000\\\n",
-      "901, 0.000000\\\n",
-      "901, 0.000000\\\n",
-      "901, 1.000000\\\n",
-      "901, 0.000000\\\n",
-      "901, 1.000000\\\n",
-      "901, 0.000000\\\n",
-      "901, 0.000000\\\n",
-      "902, 0.000000\\\n",
-      "902, 1.000000\\\n",
-      "902, 0.000000\\\n",
-      "902, 0.000000\\\n",
-      "902, 1.000000\\\n",
-      "902, 0.000000\\\n",
-      "902, 1.000000\\\n",
-      "902, 0.000000\\\n",
-      "902, 0.000000\\\n",
-      "903, 0.000000\\\n",
-      "903, 1.000000\\\n",
-      "903, 0.000000\\\n",
-      "903, 0.000000\\\n",
-      "903, 0.000000\\\n",
-      "903, 0.000000\\\n",
-      "903, 0.000000\\\n",
-      "903, 0.000000\\\n",
-      "903, 0.000000\\\n",
-      "904, 0.000000\\\n",
-      "904, 0.000000\\\n",
-      "904, 0.000000\\\n",
-      "904, 0.000000\\\n",
-      "904, 1.000000\\\n",
-      "904, 0.000000\\\n",
-      "904, 0.000000\\\n",
-      "904, 0.000000\\\n",
-      "904, 0.000000\\\n",
-      "905, 1.000000\\\n",
-      "905, 0.000000\\\n",
-      "905, 0.000000\\\n",
-      "905, 0.000000\\\n",
-      "905, 0.000000\\\n",
-      "905, 0.000000\\\n",
-      "905, 0.000000\\\n",
-      "905, 0.000000\\\n",
-      "905, 0.000000\\\n",
-      "906, 0.000000\\\n",
-      "906, 0.000000\\\n",
-      "906, 1.000000\\\n",
-      "906, 0.000000\\\n",
-      "906, 1.000000\\\n",
-      "906, 0.000000\\\n",
-      "906, 1.000000\\\n",
-      "906, 0.000000\\\n",
-      "906, 0.000000\\\n",
-      "907, 1.000000\\\n",
-      "907, 0.000000\\\n",
-      "907, 0.000000\\\n",
-      "907, 0.000000\\\n",
-      "907, 0.000000\\\n",
-      "907, 0.000000\\\n",
-      "907, 0.000000\\\n",
-      "907, 0.000000\\\n",
-      "907, 0.000000\\\n",
-      "908, 0.000000\\\n",
-      "908, 1.000000\\\n",
-      "908, 0.000000\\\n",
-      "908, 0.000000\\\n",
-      "908, 0.000000\\\n",
-      "908, 0.000000\\\n",
-      "908, 0.000000\\\n",
-      "908, 0.000000\\\n",
-      "908, 0.000000\\\n",
-      "909, 0.000000\\\n",
-      "909, 0.000000\\\n",
-      "909, 0.000000\\\n",
-      "909, 0.000000\\\n",
-      "909, 0.000000\\\n",
-      "909, 0.000000\\\n",
-      "909, 0.000000\\\n",
-      "909, 0.000000\\\n",
-      "909, 0.000000\\\n",
-      "910, 0.000000\\\n",
-      "910, 1.000000\\\n",
-      "910, 0.000000\\\n",
-      "910, 0.000000\\\n",
-      "910, 0.000000\\\n",
-      "910, 0.000000\\\n",
-      "910, 0.000000\\\n",
-      "910, 0.000000\\\n",
-      "910, 0.000000\\\n",
-      "911, 0.000000\\\n",
-      "911, 0.000000\\\n",
-      "911, 0.000000\\\n",
-      "911, 0.000000\\\n",
-      "911, 1.000000\\\n",
-      "911, 0.000000\\\n",
-      "911, 0.000000\\\n",
-      "911, 0.000000\\\n",
-      "911, 0.000000\\\n",
-      "912, 0.000000\\\n",
-      "912, 0.000000\\\n",
-      "912, 0.000000\\\n",
-      "912, 0.000000\\\n",
-      "912, 0.000000\\\n",
-      "912, 0.000000\\\n",
-      "912, 0.000000\\\n",
-      "912, 0.000000\\\n",
-      "912, 0.000000\\\n",
-      "913, 0.000000\\\n",
-      "913, 0.000000\\\n",
-      "913, 0.000000\\\n",
-      "913, 0.000000\\\n",
-      "913, 0.000000\\\n",
-      "913, 0.000000\\\n",
-      "913, 0.000000\\\n",
-      "913, 0.000000\\\n",
-      "913, 1.000000\\\n",
-      "914, 0.000000\\\n",
-      "914, 0.000000\\\n",
-      "914, 0.000000\\\n",
-      "914, 0.000000\\\n",
-      "914, 0.000000\\\n",
-      "914, 0.000000\\\n",
-      "914, 0.000000\\\n",
-      "914, 0.000000\\\n",
-      "914, 0.000000\\\n",
-      "915, 0.000000\\\n",
-      "915, 1.000000\\\n",
-      "915, 0.000000\\\n",
-      "915, 0.000000\\\n",
-      "915, 0.000000\\\n",
-      "915, 0.000000\\\n",
-      "915, 0.000000\\\n",
-      "915, 0.000000\\\n",
-      "915, 1.000000\\\n",
-      "916, 0.000000\\\n",
-      "916, 0.000000\\\n",
-      "916, 0.000000\\\n",
-      "916, 0.000000\\\n",
-      "916, 1.000000\\\n",
-      "916, 0.000000\\\n",
-      "916, 1.000000\\\n",
-      "916, 0.000000\\\n",
-      "916, 0.000000\\\n",
-      "917, 0.000000\\\n",
-      "917, 0.000000\\\n",
-      "917, 0.000000\\\n",
-      "917, 0.000000\\\n",
-      "917, 1.000000\\\n",
-      "917, 0.000000\\\n",
-      "917, 0.000000\\\n",
-      "917, 0.000000\\\n",
-      "917, 0.000000\\\n",
-      "918, 0.000000\\\n",
-      "918, 0.000000\\\n",
-      "918, 0.000000\\\n",
-      "918, 0.000000\\\n",
-      "918, 0.000000\\\n",
-      "918, 0.000000\\\n",
-      "918, 0.000000\\\n",
-      "918, 0.000000\\\n",
-      "918, 0.000000\\\n",
-      "919, 0.000000\\\n",
-      "919, 0.000000\\\n",
-      "919, 0.000000\\\n",
-      "919, 0.000000\\\n",
-      "919, 0.000000\\\n",
-      "919, 1.000000\\\n",
-      "919, 0.000000\\\n",
-      "919, 0.000000\\\n",
-      "919, 0.000000\\\n",
-      "920, 0.000000\\\n",
-      "920, 0.000000\\\n",
-      "920, 0.000000\\\n",
-      "920, 0.000000\\\n",
-      "920, 0.000000\\\n",
-      "920, 0.000000\\\n",
-      "920, 0.000000\\\n",
-      "920, 0.000000\\\n",
-      "920, 0.000000\\\n",
-      "921, 0.000000\\\n",
-      "921, 0.000000\\\n",
-      "921, 0.000000\\\n",
-      "921, 0.000000\\\n",
-      "921, 0.000000\\\n",
-      "921, 0.000000\\\n",
-      "921, 1.000000\\\n",
-      "921, 0.000000\\\n",
-      "921, 0.000000\\\n",
-      "922, 0.000000\\\n",
-      "922, 0.000000\\\n",
-      "922, 0.000000\\\n",
-      "922, 0.000000\\\n",
-      "922, 0.000000\\\n",
-      "922, 0.000000\\\n",
-      "922, 0.000000\\\n",
-      "922, 0.000000\\\n",
-      "922, 0.000000\\\n",
-      "923, 0.000000\\\n",
-      "923, 0.000000\\\n",
-      "923, 0.000000\\\n",
-      "923, 0.000000\\\n",
-      "923, 0.000000\\\n",
-      "923, 0.000000\\\n",
-      "923, 0.000000\\\n",
-      "923, 0.000000\\\n",
-      "923, 0.000000\\\n",
-      "924, 0.000000\\\n",
-      "924, 0.000000\\\n",
-      "924, 1.000000\\\n",
-      "924, 0.000000\\\n",
-      "924, 0.000000\\\n",
-      "924, 0.000000\\\n",
-      "924, 0.000000\\\n",
-      "924, 1.000000\\\n",
-      "924, 0.000000\\\n",
-      "925, 0.000000\\\n",
-      "925, 0.000000\\\n",
-      "925, 0.000000\\\n",
-      "925, 0.000000\\\n",
-      "925, 0.000000\\\n",
-      "925, 0.000000\\\n",
-      "925, 0.000000\\\n",
-      "925, 0.000000\\\n",
-      "925, 0.000000\\\n",
-      "926, 0.000000\\\n",
-      "926, 1.000000\\\n",
-      "926, 0.000000\\\n",
-      "926, 0.000000\\\n",
-      "926, 0.000000\\\n",
-      "926, 0.000000\\\n",
-      "926, 0.000000\\\n",
-      "926, 0.000000\\\n",
-      "926, 0.000000\\\n",
-      "927, 0.000000\\\n",
-      "927, 0.000000\\\n",
-      "927, 0.000000\\\n",
-      "927, 0.000000\\\n",
-      "927, 0.000000\\\n",
-      "927, 0.000000\\\n",
-      "927, 0.000000\\\n",
-      "927, 0.000000\\\n",
-      "927, 0.000000\\\n",
-      "928, 0.000000\\\n",
-      "928, 0.000000\\\n",
-      "928, 0.000000\\\n",
-      "928, 0.000000\\\n",
-      "928, 0.000000\\\n",
-      "928, 0.000000\\\n",
-      "928, 0.000000\\\n",
-      "928, 0.000000\\\n",
-      "928, 0.000000\\\n",
-      "929, 0.000000\\\n",
-      "929, 0.000000\\\n",
-      "929, 0.000000\\\n",
-      "929, 0.000000\\\n",
-      "929, 0.000000\\\n",
-      "929, 0.000000\\\n",
-      "929, 0.000000\\\n",
-      "929, 0.000000\\\n",
-      "929, 0.000000\\\n",
-      "930, 0.000000\\\n",
-      "930, 0.000000\\\n",
-      "930, 0.000000\\\n",
-      "930, 0.000000\\\n",
-      "930, 0.000000\\\n",
-      "930, 0.000000\\\n",
-      "930, 0.000000\\\n",
-      "930, 0.000000\\\n",
-      "930, 0.000000\\\n",
-      "931, 1.000000\\\n",
-      "931, 0.000000\\\n",
-      "931, 0.000000\\\n",
-      "931, 0.000000\\\n",
-      "931, 0.000000\\\n",
-      "931, 0.000000\\\n",
-      "931, 0.000000\\\n",
-      "931, 0.000000\\\n",
-      "931, 0.000000\\\n",
-      "932, 0.000000\\\n",
-      "932, 0.000000\\\n",
-      "932, 0.000000\\\n",
-      "932, 0.000000\\\n",
-      "932, 0.000000\\\n",
-      "932, 0.000000\\\n",
-      "932, 0.000000\\\n",
-      "932, 0.000000\\\n",
-      "932, 0.000000\\\n",
-      "933, 0.000000\\\n",
-      "933, 0.000000\\\n",
-      "933, 0.000000\\\n",
-      "933, 0.000000\\\n",
-      "933, 0.000000\\\n",
-      "933, 0.000000\\\n",
-      "933, 0.000000\\\n",
-      "933, 0.000000\\\n",
-      "933, 0.000000\\\n",
-      "934, 0.000000\\\n",
-      "934, 0.000000\\\n",
-      "934, 0.000000\\\n",
-      "934, 0.000000\\\n",
-      "934, 0.000000\\\n",
-      "934, 0.000000\\\n",
-      "934, 0.000000\\\n",
-      "934, 0.000000\\\n",
-      "934, 0.000000\\\n",
-      "935, 0.000000\\\n",
-      "935, 0.000000\\\n",
-      "935, 0.000000\\\n",
-      "935, 0.000000\\\n",
-      "935, 0.000000\\\n",
-      "935, 0.000000\\\n",
-      "935, 0.000000\\\n",
-      "935, 0.000000\\\n",
-      "935, 0.000000\\\n",
-      "936, 0.000000\\\n",
-      "936, 0.000000\\\n",
-      "936, 0.000000\\\n",
-      "936, 0.000000\\\n",
-      "936, 0.000000\\\n",
-      "936, 0.000000\\\n",
-      "936, 0.000000\\\n",
-      "936, 0.000000\\\n",
-      "936, 0.000000\\\n",
-      "937, 0.000000\\\n",
-      "937, 0.000000\\\n",
-      "937, 0.000000\\\n",
-      "937, 0.000000\\\n",
-      "937, 0.000000\\\n",
-      "937, 0.000000\\\n",
-      "937, 0.000000\\\n",
-      "937, 0.000000\\\n",
-      "937, 0.000000\\\n",
-      "938, 1.000000\\\n",
-      "938, 0.000000\\\n",
-      "938, 0.000000\\\n",
-      "938, 0.000000\\\n",
-      "938, 0.000000\\\n",
-      "938, 0.000000\\\n",
-      "938, 0.000000\\\n",
-      "938, 1.000000\\\n",
-      "938, 0.000000\\\n",
-      "939, 0.000000\\\n",
-      "939, 0.000000\\\n",
-      "939, 0.000000\\\n",
-      "939, 0.000000\\\n",
-      "939, 0.000000\\\n",
-      "939, 0.000000\\\n",
-      "939, 0.000000\\\n",
-      "939, 0.000000\\\n",
-      "939, 0.000000\\\n",
-      "940, 0.000000\\\n",
-      "940, 0.000000\\\n",
-      "940, 0.000000\\\n",
-      "940, 0.000000\\\n",
-      "940, 0.000000\\\n",
-      "940, 0.000000\\\n",
-      "940, 0.000000\\\n",
-      "940, 0.000000\\\n",
-      "940, 0.000000\\\n",
-      "941, 0.000000\\\n",
-      "941, 0.000000\\\n",
-      "941, 0.000000\\\n",
-      "941, 0.000000\\\n",
-      "941, 0.000000\\\n",
-      "941, 0.000000\\\n",
-      "941, 0.000000\\\n",
-      "941, 0.000000\\\n",
-      "941, 0.000000\\\n",
-      "942, 0.000000\\\n",
-      "942, 0.000000\\\n",
-      "942, 0.000000\\\n",
-      "942, 0.000000\\\n",
-      "942, 0.000000\\\n",
-      "942, 0.000000\\\n",
-      "942, 0.000000\\\n",
-      "942, 0.000000\\\n",
-      "942, 0.000000\\\n",
-      "943, 0.000000\\\n",
-      "943, 0.000000\\\n",
-      "943, 0.000000\\\n",
-      "943, 0.000000\\\n",
-      "943, 0.000000\\\n",
-      "943, 0.000000\\\n",
-      "943, 0.000000\\\n",
-      "943, 0.000000\\\n",
-      "943, 0.000000\\\n",
-      "944, 0.000000\\\n",
-      "944, 0.000000\\\n",
-      "944, 0.000000\\\n",
-      "944, 0.000000\\\n",
-      "944, 1.000000\\\n",
-      "944, 0.000000\\\n",
-      "944, 0.000000\\\n",
-      "944, 0.000000\\\n",
-      "944, 0.000000\\\n",
-      "945, 0.000000\\\n",
-      "945, 0.000000\\\n",
-      "945, 0.000000\\\n",
-      "945, 0.000000\\\n",
-      "945, 0.000000\\\n",
-      "945, 0.000000\\\n",
-      "945, 0.000000\\\n",
-      "945, 0.000000\\\n",
-      "945, 0.000000\\\n",
-      "946, 0.000000\\\n",
-      "946, 0.000000\\\n",
-      "946, 0.000000\\\n",
-      "946, 0.000000\\\n",
-      "946, 0.000000\\\n",
-      "946, 0.000000\\\n",
-      "946, 0.000000\\\n",
-      "946, 0.000000\\\n",
-      "946, 0.000000\\\n",
-      "947, 0.000000\\\n",
-      "947, 0.000000\\\n",
-      "947, 0.000000\\\n",
-      "947, 0.000000\\\n",
-      "947, 0.000000\\\n",
-      "947, 0.000000\\\n",
-      "947, 0.000000\\\n",
-      "947, 0.000000\\\n",
-      "947, 0.000000\\\n",
-      "948, 0.000000\\\n",
-      "948, 0.000000\\\n",
-      "948, 0.000000\\\n",
-      "948, 0.000000\\\n",
-      "948, 0.000000\\\n",
-      "948, 0.000000\\\n",
-      "948, 0.000000\\\n",
-      "948, 0.000000\\\n",
-      "948, 0.000000\\\n",
-      "949, 0.000000\\\n",
-      "949, 0.000000\\\n",
-      "949, 0.000000\\\n",
-      "949, 0.000000\\\n",
-      "949, 1.000000\\\n",
-      "949, 0.000000\\\n",
-      "949, 0.000000\\\n",
-      "949, 0.000000\\\n",
-      "949, 0.000000\\\n",
-      "950, 0.000000\\\n",
-      "950, 0.000000\\\n",
-      "950, 0.000000\\\n",
-      "950, 0.000000\\\n",
-      "950, 0.000000\\\n",
-      "950, 0.000000\\\n",
-      "950, 0.000000\\\n",
-      "950, 0.000000\\\n",
-      "950, 0.000000\\\n",
-      "951, 0.000000\\\n",
-      "951, 0.000000\\\n",
-      "951, 0.000000\\\n",
-      "951, 0.000000\\\n",
-      "951, 0.000000\\\n",
-      "951, 0.000000\\\n",
-      "951, 0.000000\\\n",
-      "951, 0.000000\\\n",
-      "951, 0.000000\\\n",
-      "952, 0.000000\\\n",
-      "952, 0.000000\\\n",
-      "952, 0.000000\\\n",
-      "952, 0.000000\\\n",
-      "952, 0.000000\\\n",
-      "952, 0.000000\\\n",
-      "952, 0.000000\\\n",
-      "952, 0.000000\\\n",
-      "952, 0.000000\\\n",
-      "953, 0.000000\\\n",
-      "953, 0.000000\\\n",
-      "953, 0.000000\\\n",
-      "953, 0.000000\\\n",
-      "953, 0.000000\\\n",
-      "953, 0.000000\\\n",
-      "953, 0.000000\\\n",
-      "953, 0.000000\\\n",
-      "953, 0.000000\\\n",
-      "954, 0.000000\\\n",
-      "954, 0.000000\\\n",
-      "954, 0.000000\\\n",
-      "954, 0.000000\\\n",
-      "954, 0.000000\\\n",
-      "954, 0.000000\\\n",
-      "954, 0.000000\\\n",
-      "954, 1.000000\\\n",
-      "954, 0.000000\\\n",
-      "955, 0.000000\\\n",
-      "955, 0.000000\\\n",
-      "955, 0.000000\\\n",
-      "955, 0.000000\\\n",
-      "955, 0.000000\\\n",
-      "955, 0.000000\\\n",
-      "955, 0.000000\\\n",
-      "955, 0.000000\\\n",
-      "955, 0.000000\\\n",
-      "956, 0.000000\\\n",
-      "956, 0.000000\\\n",
-      "956, 0.000000\\\n",
-      "956, 0.000000\\\n",
-      "956, 0.000000\\\n",
-      "956, 0.000000\\\n",
-      "956, 0.000000\\\n",
-      "956, 0.000000\\\n",
-      "956, 0.000000\\\n",
-      "957, 0.000000\\\n",
-      "957, 0.000000\\\n",
-      "957, 0.000000\\\n",
-      "957, 0.000000\\\n",
-      "957, 0.000000\\\n",
-      "957, 0.000000\\\n",
-      "957, 0.000000\\\n",
-      "957, 0.000000\\\n",
-      "957, 0.000000\\\n",
-      "958, 0.000000\\\n",
-      "958, 0.000000\\\n",
-      "958, 0.000000\\\n",
-      "958, 0.000000\\\n",
-      "958, 0.000000\\\n",
-      "958, 0.000000\\\n",
-      "958, 0.000000\\\n",
-      "958, 0.000000\\\n",
-      "958, 0.000000\\\n",
-      "959, 0.000000\\\n",
-      "959, 0.000000\\\n",
-      "959, 0.000000\\\n",
-      "959, 0.000000\\\n",
-      "959, 0.000000\\\n",
-      "959, 0.000000\\\n",
-      "959, 0.000000\\\n",
-      "959, 0.000000\\\n",
-      "959, 0.000000\\\n",
-      "960, 0.000000\\\n",
-      "960, 0.000000\\\n",
-      "960, 0.000000\\\n",
-      "960, 0.000000\\\n",
-      "960, 0.000000\\\n",
-      "960, 0.000000\\\n",
-      "960, 0.000000\\\n",
-      "960, 0.000000\\\n",
-      "960, 0.000000\\\n",
-      "961, 0.000000\\\n",
-      "961, 0.000000\\\n",
-      "961, 0.000000\\\n",
-      "961, 0.000000\\\n",
-      "961, 0.000000\\\n",
-      "961, 0.000000\\\n",
-      "961, 0.000000\\\n",
-      "961, 0.000000\\\n",
-      "961, 0.000000\\\n",
-      "962, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "962, 0.000000\\\n",
-      "962, 0.000000\\\n",
-      "962, 0.000000\\\n",
-      "962, 0.000000\\\n",
-      "962, 0.000000\\\n",
-      "962, 0.000000\\\n",
-      "962, 0.000000\\\n",
-      "962, 0.000000\\\n",
-      "963, 0.000000\\\n",
-      "963, 0.000000\\\n",
-      "963, 0.000000\\\n",
-      "963, 0.000000\\\n",
-      "963, 0.000000\\\n",
-      "963, 0.000000\\\n",
-      "963, 0.000000\\\n",
-      "963, 0.000000\\\n",
-      "963, 0.000000\\\n",
-      "964, 0.000000\\\n",
-      "964, 0.000000\\\n",
-      "964, 0.000000\\\n",
-      "964, 0.000000\\\n",
-      "964, 0.000000\\\n",
-      "964, 0.000000\\\n",
-      "964, 0.000000\\\n",
-      "964, 0.000000\\\n",
-      "964, 0.000000\\\n",
-      "965, 0.000000\\\n",
-      "965, 0.000000\\\n",
-      "965, 0.000000\\\n",
-      "965, 0.000000\\\n",
-      "965, 0.000000\\\n",
-      "965, 0.000000\\\n",
-      "965, 0.000000\\\n",
-      "965, 0.000000\\\n",
-      "965, 0.000000\\\n",
-      "966, 0.000000\\\n",
-      "966, 0.000000\\\n",
-      "966, 0.000000\\\n",
-      "966, 0.000000\\\n",
-      "966, 0.000000\\\n",
-      "966, 0.000000\\\n",
-      "966, 0.000000\\\n",
-      "966, 0.000000\\\n",
-      "966, 0.000000\\\n",
-      "967, 0.000000\\\n",
-      "967, 0.000000\\\n",
-      "967, 0.000000\\\n",
-      "967, 0.000000\\\n",
-      "967, 0.000000\\\n",
-      "967, 0.000000\\\n",
-      "967, 0.000000\\\n",
-      "967, 0.000000\\\n",
-      "967, 0.000000\\\n",
-      "968, 0.000000\\\n",
-      "968, 0.000000\\\n",
-      "968, 0.000000\\\n",
-      "968, 0.000000\\\n",
-      "968, 0.000000\\\n",
-      "968, 0.000000\\\n",
-      "968, 0.000000\\\n",
-      "968, 0.000000\\\n",
-      "968, 0.000000\\\n",
-      "969, 0.000000\\\n",
-      "969, 0.000000\\\n",
-      "969, 0.000000\\\n",
-      "969, 0.000000\\\n",
-      "969, 0.000000\\\n",
-      "969, 0.000000\\\n",
-      "969, 0.000000\\\n",
-      "969, 0.000000\\\n",
-      "969, 0.000000\\\n",
-      "970, 0.000000\\\n",
-      "970, 0.000000\\\n",
-      "970, 0.000000\\\n",
-      "970, 0.000000\\\n",
-      "970, 0.000000\\\n",
-      "970, 0.000000\\\n",
-      "970, 1.000000\\\n",
-      "970, 0.000000\\\n",
-      "970, 0.000000\\\n",
-      "971, 0.000000\\\n",
-      "971, 0.000000\\\n",
-      "971, 0.000000\\\n",
-      "971, 0.000000\\\n",
-      "971, 0.000000\\\n",
-      "971, 0.000000\\\n",
-      "971, 0.000000\\\n",
-      "971, 0.000000\\\n",
-      "971, 0.000000\\\n",
-      "972, 0.000000\\\n",
-      "972, 0.000000\\\n",
-      "972, 0.000000\\\n",
-      "972, 0.000000\\\n",
-      "972, 0.000000\\\n",
-      "972, 0.000000\\\n",
-      "972, 0.000000\\\n",
-      "972, 0.000000\\\n",
-      "972, 0.000000\\\n",
-      "973, 0.000000\\\n",
-      "973, 0.000000\\\n",
-      "973, 0.000000\\\n",
-      "973, 0.000000\\\n",
-      "973, 0.000000\\\n",
-      "973, 0.000000\\\n",
-      "973, 0.000000\\\n",
-      "973, 0.000000\\\n",
-      "973, 0.000000\\\n",
-      "974, 0.000000\\\n",
-      "974, 0.000000\\\n",
-      "974, 0.000000\\\n",
-      "974, 0.000000\\\n",
-      "974, 0.000000\\\n",
-      "974, 0.000000\\\n",
-      "974, 0.000000\\\n",
-      "974, 0.000000\\\n",
-      "974, 0.000000\\\n",
-      "975, 0.000000\\\n",
-      "975, 1.000000\\\n",
-      "975, 0.000000\\\n",
-      "975, 0.000000\\\n",
-      "975, 0.000000\\\n",
-      "975, 0.000000\\\n",
-      "975, 0.000000\\\n",
-      "975, 0.000000\\\n",
-      "975, 0.000000\\\n",
-      "976, 0.000000\\\n",
-      "976, 0.000000\\\n",
-      "976, 0.000000\\\n",
-      "976, 0.000000\\\n",
-      "976, 0.000000\\\n",
-      "976, 0.000000\\\n",
-      "976, 0.000000\\\n",
-      "976, 0.000000\\\n",
-      "976, 0.000000\\\n",
-      "977, 0.000000\\\n",
-      "977, 0.000000\\\n",
-      "977, 0.000000\\\n",
-      "977, 0.000000\\\n",
-      "977, 0.000000\\\n",
-      "977, 0.000000\\\n",
-      "977, 0.000000\\\n",
-      "977, 0.000000\\\n",
-      "977, 0.000000\\\n",
-      "978, 0.000000\\\n",
-      "978, 0.000000\\\n",
-      "978, 0.000000\\\n",
-      "978, 0.000000\\\n",
-      "978, 0.000000\\\n",
-      "978, 0.000000\\\n",
-      "978, 0.000000\\\n",
-      "978, 0.000000\\\n",
-      "978, 0.000000\\\n",
-      "979, 0.000000\\\n",
-      "979, 0.000000\\\n",
-      "979, 0.000000\\\n",
-      "979, 0.000000\\\n",
-      "979, 0.000000\\\n",
-      "979, 0.000000\\\n",
-      "979, 0.000000\\\n",
-      "979, 0.000000\\\n",
-      "979, 0.000000\\\n",
-      "980, 1.000000\\\n",
-      "980, 0.000000\\\n",
-      "980, 0.000000\\\n",
-      "980, 0.000000\\\n",
-      "980, 0.000000\\\n",
-      "980, 0.000000\\\n",
-      "980, 0.000000\\\n",
-      "980, 0.000000\\\n",
-      "980, 0.000000\\\n",
-      "981, 0.000000\\\n",
-      "981, 0.000000\\\n",
-      "981, 0.000000\\\n",
-      "981, 0.000000\\\n",
-      "981, 1.000000\\\n",
-      "981, 0.000000\\\n",
-      "981, 0.000000\\\n",
-      "981, 0.000000\\\n",
-      "981, 0.000000\\\n",
-      "982, 0.000000\\\n",
-      "982, 0.000000\\\n",
-      "982, 0.000000\\\n",
-      "982, 0.000000\\\n",
-      "982, 0.000000\\\n",
-      "982, 0.000000\\\n",
-      "982, 0.000000\\\n",
-      "982, 0.000000\\\n",
-      "982, 0.000000\\\n",
-      "983, 0.000000\\\n",
-      "983, 0.000000\\\n",
-      "983, 0.000000\\\n",
-      "983, 0.000000\\\n",
-      "983, 0.000000\\\n",
-      "983, 0.000000\\\n",
-      "983, 0.000000\\\n",
-      "983, 0.000000\\\n",
-      "983, 0.000000\\\n",
-      "984, 0.000000\\\n",
-      "984, 0.000000\\\n",
-      "984, 0.000000\\\n",
-      "984, 0.000000\\\n",
-      "984, 0.000000\\\n",
-      "984, 0.000000\\\n",
-      "984, 0.000000\\\n",
-      "984, 0.000000\\\n",
-      "984, 0.000000\\\n",
-      "985, 0.000000\\\n",
-      "985, 0.000000\\\n",
-      "985, 0.000000\\\n",
-      "985, 0.000000\\\n",
-      "985, 0.000000\\\n",
-      "985, 0.000000\\\n",
-      "985, 0.000000\\\n",
-      "985, 0.000000\\\n",
-      "985, 1.000000\\\n",
-      "986, 0.000000\\\n",
-      "986, 0.000000\\\n",
-      "986, 0.000000\\\n",
-      "986, 0.000000\\\n",
-      "986, 0.000000\\\n",
-      "986, 0.000000\\\n",
-      "986, 0.000000\\\n",
-      "986, 0.000000\\\n",
-      "986, 0.000000\\\n",
-      "987, 0.000000\\\n",
-      "987, 0.000000\\\n",
-      "987, 0.000000\\\n",
-      "987, 0.000000\\\n",
-      "987, 1.000000\\\n",
-      "987, 0.000000\\\n",
-      "987, 0.000000\\\n",
-      "987, 0.000000\\\n",
-      "987, 0.000000\\\n",
-      "988, 0.000000\\\n",
-      "988, 0.000000\\\n",
-      "988, 0.000000\\\n",
-      "988, 0.000000\\\n",
-      "988, 0.000000\\\n",
-      "988, 0.000000\\\n",
-      "988, 0.000000\\\n",
-      "988, 0.000000\\\n",
-      "988, 0.000000\\\n",
-      "989, 0.000000\\\n",
-      "989, 0.000000\\\n",
-      "989, 0.000000\\\n",
-      "989, 0.000000\\\n",
-      "989, 0.000000\\\n",
-      "989, 0.000000\\\n",
-      "989, 0.000000\\\n",
-      "989, 0.000000\\\n",
-      "989, 0.000000\\\n",
-      "990, 0.000000\\\n",
-      "990, 0.000000\\\n",
-      "990, 0.000000\\\n",
-      "990, 0.000000\\\n",
-      "990, 0.000000\\\n",
-      "990, 0.000000\\\n",
-      "990, 0.000000\\\n",
-      "990, 0.000000\\\n",
-      "990, 0.000000\\\n",
-      "991, 0.000000\\\n",
-      "991, 0.000000\\\n",
-      "991, 0.000000\\\n",
-      "991, 0.000000\\\n",
-      "991, 0.000000\\\n",
-      "991, 0.000000\\\n",
-      "991, 0.000000\\\n",
-      "991, 0.000000\\\n",
-      "991, 0.000000\\\n",
-      "992, 0.000000\\\n",
-      "992, 0.000000\\\n",
-      "992, 0.000000\\\n",
-      "992, 0.000000\\\n",
-      "992, 0.000000\\\n",
-      "992, 0.000000\\\n",
-      "992, 0.000000\\\n",
-      "992, 0.000000\\\n",
-      "992, 0.000000\\\n",
-      "993, 0.000000\\\n",
-      "993, 0.000000\\\n",
-      "993, 1.000000\\\n",
-      "993, 0.000000\\\n",
-      "993, 0.000000\\\n",
-      "993, 0.000000\\\n",
-      "993, 0.000000\\\n",
-      "993, 0.000000\\\n",
-      "993, 0.000000\\\n",
-      "994, 0.000000\\\n",
-      "994, 0.000000\\\n",
-      "994, 0.000000\\\n",
-      "994, 0.000000\\\n",
-      "994, 0.000000\\\n",
-      "994, 0.000000\\\n",
-      "994, 0.000000\\\n",
-      "994, 0.000000\\\n",
-      "994, 0.000000\\\n",
-      "995, 0.000000\\\n",
-      "995, 0.000000\\\n",
-      "995, 0.000000\\\n",
-      "995, 0.000000\\\n",
-      "995, 0.000000\\\n",
-      "995, 0.000000\\\n",
-      "995, 0.000000\\\n",
-      "995, 0.000000\\\n",
-      "995, 0.000000\\\n",
-      "996, 0.000000\\\n",
-      "996, 0.000000\\\n",
-      "996, 0.000000\\\n",
-      "996, 0.000000\\\n",
-      "996, 0.000000\\\n",
-      "996, 0.000000\\\n",
-      "996, 0.000000\\\n",
-      "996, 0.000000\\\n",
-      "996, 0.000000\\\n",
-      "997, 0.000000\\\n",
-      "997, 0.000000\\\n",
-      "997, 0.000000\\\n",
-      "997, 0.000000\\\n",
-      "997, 0.000000\\\n",
-      "997, 0.000000\\\n",
-      "997, 0.000000\\\n",
-      "997, 0.000000\\\n",
-      "997, 0.000000\\\n",
-      "998, 0.000000\\\n",
-      "998, 0.000000\\\n",
-      "998, 0.000000\\\n",
-      "998, 0.000000\\\n",
-      "998, 0.000000\\\n",
-      "998, 0.000000\\\n",
-      "998, 0.000000\\\n",
-      "998, 1.000000\\\n",
-      "998, 0.000000\\\n",
-      "999, 0.000000\\\n",
-      "999, 0.000000\\\n",
-      "999, 0.000000\\\n",
-      "999, 0.000000\\\n",
-      "999, 0.000000\\\n",
-      "999, 0.000000\\\n",
-      "999, 0.000000\\\n",
-      "999, 0.000000\\\n",
-      "999, 0.000000\\\n",
-      "1000, 0.000000\\\n",
-      "1000, 0.000000\\\n",
-      "1000, 0.000000\\\n",
-      "1000, 0.000000\\\n",
-      "1000, 0.000000\\\n",
-      "1000, 0.000000\\\n",
-      "1000, 0.000000\\\n",
-      "1000, 0.000000\\\n",
-      "1000, 0.000000\\\n",
-      "1001, 0.000000\\\n",
-      "1001, 0.000000\\\n",
-      "1001, 0.000000\\\n",
-      "1001, 0.000000\\\n",
-      "1001, 0.000000\\\n",
-      "1001, 0.000000\\\n",
-      "1001, 0.000000\\\n",
-      "1001, 0.000000\\\n",
-      "1001, 0.000000\\\n",
-      "1002, 0.000000\\\n",
-      "1002, 0.000000\\\n",
-      "1002, 0.000000\\\n",
-      "1002, 0.000000\\\n",
-      "1002, 0.000000\\\n",
-      "1002, 0.000000\\\n",
-      "1002, 0.000000\\\n",
-      "1002, 0.000000\\\n",
-      "1002, 1.000000\\\n",
-      "1003, 0.000000\\\n",
-      "1003, 0.000000\\\n",
-      "1003, 0.000000\\\n",
-      "1003, 0.000000\\\n",
-      "1003, 0.000000\\\n",
-      "1003, 0.000000\\\n",
-      "1003, 0.000000\\\n",
-      "1003, 0.000000\\\n",
-      "1003, 0.000000\\\n",
-      "1004, 0.000000\\\n",
-      "1004, 0.000000\\\n",
-      "1004, 0.000000\\\n",
-      "1004, 0.000000\\\n",
-      "1004, 0.000000\\\n",
-      "1004, 0.000000\\\n",
-      "1004, 0.000000\\\n",
-      "1004, 0.000000\\\n",
-      "1004, 0.000000\\\n",
-      "1005, 0.000000\\\n",
-      "1005, 0.000000\\\n",
-      "1005, 0.000000\\\n",
-      "1005, 0.000000\\\n",
-      "1005, 0.000000\\\n",
-      "1005, 0.000000\\\n",
-      "1005, 0.000000\\\n",
-      "1005, 0.000000\\\n",
-      "1005, 0.000000\\\n",
-      "1006, 1.000000\\\n",
-      "1006, 0.000000\\\n",
-      "1006, 1.000000\\\n",
-      "1006, 0.000000\\\n",
-      "1006, 0.000000\\\n",
-      "1006, 0.000000\\\n",
-      "1006, 0.000000\\\n",
-      "1006, 0.000000\\\n",
-      "1006, 0.000000\\\n",
-      "1007, 0.000000\\\n",
-      "1007, 0.000000\\\n",
-      "1007, 0.000000\\\n",
-      "1007, 0.000000\\\n",
-      "1007, 0.000000\\\n",
-      "1007, 0.000000\\\n",
-      "1007, 0.000000\\\n",
-      "1007, 0.000000\\\n",
-      "1007, 0.000000\\\n",
-      "1008, 0.000000\\\n",
-      "1008, 0.000000\\\n",
-      "1008, 0.000000\\\n",
-      "1008, 0.000000\\\n",
-      "1008, 0.000000\\\n",
-      "1008, 0.000000\\\n",
-      "1008, 0.000000\\\n",
-      "1008, 0.000000\\\n",
-      "1008, 0.000000\\\n",
-      "1009, 0.000000\\\n",
-      "1009, 0.000000\\\n",
-      "1009, 0.000000\\\n",
-      "1009, 0.000000\\\n",
-      "1009, 0.000000\\\n",
-      "1009, 0.000000\\\n",
-      "1009, 0.000000\\\n",
-      "1009, 0.000000\\\n",
-      "1009, 0.000000\\\n",
-      "1010, 0.000000\\\n",
-      "1010, 0.000000\\\n",
-      "1010, 0.000000\\\n",
-      "1010, 0.000000\\\n",
-      "1010, 0.000000\\\n",
-      "1010, 0.000000\\\n",
-      "1010, 0.000000\\\n",
-      "1010, 0.000000\\\n",
-      "1010, 1.000000\\\n",
-      "1011, 0.000000\\\n",
-      "1011, 0.000000\\\n",
-      "1011, 0.000000\\\n",
-      "1011, 0.000000\\\n",
-      "1011, 0.000000\\\n",
-      "1011, 0.000000\\\n",
-      "1011, 0.000000\\\n",
-      "1011, 0.000000\\\n",
-      "1011, 0.000000\\\n",
-      "1012, 0.000000\\\n",
-      "1012, 0.000000\\\n",
-      "1012, 0.000000\\\n",
-      "1012, 1.000000\\\n",
-      "1012, 0.000000\\\n",
-      "1012, 0.000000\\\n",
-      "1012, 0.000000\\\n",
-      "1012, 0.000000\\\n",
-      "1012, 0.000000\\\n",
-      "1013, 1.000000\\\n",
-      "1013, 0.000000\\\n",
-      "1013, 0.000000\\\n",
-      "1013, 1.000000\\\n",
-      "1013, 0.000000\\\n",
-      "1013, 0.000000\\\n",
-      "1013, 1.000000\\\n",
-      "1013, 0.000000\\\n",
-      "1013, 0.000000\\\n",
-      "1014, 0.000000\\\n",
-      "1014, 1.000000\\\n",
-      "1014, 0.000000\\\n",
-      "1014, 1.000000\\\n",
-      "1014, 0.000000\\\n",
-      "1014, 1.000000\\\n",
-      "1014, 0.000000\\\n",
-      "1014, 1.000000\\\n",
-      "1014, 0.000000\\\n",
-      "1015, 0.000000\\\n",
-      "1015, 0.000000\\\n",
-      "1015, 0.000000\\\n",
-      "1015, 1.000000\\\n",
-      "1015, 0.000000\\\n",
-      "1015, 0.000000\\\n",
-      "1015, 0.000000\\\n",
-      "1015, 1.000000\\\n",
-      "1015, 0.000000\\\n",
-      "1016, 1.000000\\\n",
-      "1016, 0.000000\\\n",
-      "1016, 0.000000\\\n",
-      "1016, 0.000000\\\n",
-      "1016, 0.000000\\\n",
-      "1016, 0.000000\\\n",
-      "1016, 0.000000\\\n",
-      "1016, 1.000000\\\n",
-      "1016, 0.000000\\\n",
-      "1017, 0.000000\\\n",
-      "1017, 1.000000\\\n",
-      "1017, 0.000000\\\n",
-      "1017, 1.000000\\\n",
-      "1017, 0.000000\\\n",
-      "1017, 1.000000\\\n",
-      "1017, 0.000000\\\n",
-      "1017, 0.000000\\\n",
-      "1017, 0.000000\\\n",
-      "1018, 0.000000\\\n",
-      "1018, 0.000000\\\n",
-      "1018, 0.000000\\\n",
-      "1018, 0.000000\\\n",
-      "1018, 1.000000\\\n",
-      "1018, 0.000000\\\n",
-      "1018, 0.000000\\\n",
-      "1018, 1.000000\\\n",
-      "1018, 0.000000\\\n",
-      "1019, 0.000000\\\n",
-      "1019, 1.000000\\\n",
-      "1019, 0.000000\\\n",
-      "1019, 0.000000\\\n",
-      "1019, 0.000000\\\n",
-      "1019, 1.000000\\\n",
-      "1019, 0.000000\\\n",
-      "1019, 0.000000\\\n",
-      "1019, 1.000000\\\n",
-      "1020, 0.000000\\\n",
-      "1020, 0.000000\\\n",
-      "1020, 0.000000\\\n",
-      "1020, 0.000000\\\n",
-      "1020, 0.000000\\\n",
-      "1020, 0.000000\\\n",
-      "1020, 1.000000\\\n",
-      "1020, 0.000000\\\n",
-      "1020, 0.000000\\\n",
-      "1021, 0.000000\\\n",
-      "1021, 0.000000\\\n",
-      "1021, 0.000000\\\n",
-      "1021, 0.000000\\\n",
-      "1021, 0.000000\\\n",
-      "1021, 1.000000\\\n",
-      "1021, 0.000000\\\n",
-      "1021, 0.000000\\\n",
-      "1021, 1.000000\\\n",
-      "1022, 0.000000\\\n",
-      "1022, 0.000000\\\n",
-      "1022, 0.000000\\\n",
-      "1022, 0.000000\\\n",
-      "1022, 0.000000\\\n",
-      "1022, 0.000000\\\n",
-      "1022, 1.000000\\\n",
-      "1022, 0.000000\\\n",
-      "1022, 0.000000\\\n",
-      "1023, 0.000000\\\n",
-      "1023, 0.000000\\\n",
-      "1023, 0.000000\\\n",
-      "1023, 0.000000\\\n",
-      "1023, 1.000000\\\n",
-      "1023, 0.000000\\\n",
-      "1023, 1.000000\\\n",
-      "1023, 0.000000\\\n",
-      "1023, 0.000000\\\n",
-      "1024, 0.000000\\\n",
-      "1024, 0.000000\\\n",
-      "1024, 0.000000\\\n",
-      "1024, 1.000000\\\n",
-      "1024, 0.000000\\\n",
-      "1024, 0.000000\\\n",
-      "1024, 0.000000\\\n",
-      "1024, 1.000000\\\n",
-      "1024, 0.000000\\\n",
-      "1025, 1.000000\\\n",
-      "1025, 0.000000\\\n",
-      "1025, 1.000000\\\n",
-      "1025, 0.000000\\\n",
-      "1025, 0.000000\\\n",
-      "1025, 1.000000\\\n",
-      "1025, 0.000000\\\n",
-      "1025, 0.000000\\\n",
-      "1025, 0.000000\\\n",
-      "1026, 0.000000\\\n",
-      "1026, 0.000000\\\n",
-      "1026, 0.000000\\\n",
-      "1026, 0.000000\\\n",
-      "1026, 0.000000\\\n",
-      "1026, 0.000000\\\n",
-      "1026, 0.000000\\\n",
-      "1026, 1.000000\\\n",
-      "1026, 0.000000\\\n",
-      "1027, 0.000000\\\n",
-      "1027, 1.000000\\\n",
-      "1027, 0.000000\\\n",
-      "1027, 0.000000\\\n",
-      "1027, 0.000000\\\n",
-      "1027, 0.000000\\\n",
-      "1027, 0.000000\\\n",
-      "1027, 0.000000\\\n",
-      "1027, 0.000000\\\n",
-      "1028, 0.000000\\\n",
-      "1028, 1.000000\\\n",
-      "1028, 0.000000\\\n",
-      "1028, 0.000000\\\n",
-      "1028, 0.000000\\\n",
-      "1028, 0.000000\\\n",
-      "1028, 0.000000\\\n",
-      "1028, 0.000000\\\n",
-      "1028, 1.000000\\\n",
-      "1029, 0.000000\\\n",
-      "1029, 0.000000\\\n",
-      "1029, 0.000000\\\n",
-      "1029, 0.000000\\\n",
-      "1029, 0.000000\\\n",
-      "1029, 0.000000\\\n",
-      "1029, 0.000000\\\n",
-      "1029, 0.000000\\\n",
-      "1029, 1.000000\\\n",
-      "1030, 0.000000\\\n",
-      "1030, 0.000000\\\n",
-      "1030, 0.000000\\\n",
-      "1030, 1.000000\\\n",
-      "1030, 0.000000\\\n",
-      "1030, 0.000000\\\n",
-      "1030, 0.000000\\\n",
-      "1030, 0.000000\\\n",
-      "1030, 0.000000\\\n",
-      "1031, 0.000000\\\n",
-      "1031, 0.000000\\\n",
-      "1031, 1.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "1031, 0.000000\\\n",
-      "1031, 1.000000\\\n",
-      "1031, 0.000000\\\n",
-      "1031, 0.000000\\\n",
-      "1031, 0.000000\\\n",
-      "1031, 1.000000\\\n",
-      "1032, 0.000000\\\n",
-      "1032, 0.000000\\\n",
-      "1032, 0.000000\\\n",
-      "1032, 0.000000\\\n",
-      "1032, 0.000000\\\n",
-      "1032, 0.000000\\\n",
-      "1032, 0.000000\\\n",
-      "1032, 0.000000\\\n",
-      "1032, 0.000000\\\n",
-      "1033, 0.000000\\\n",
-      "1033, 0.000000\\\n",
-      "1033, 0.000000\\\n",
-      "1033, 0.000000\\\n",
-      "1033, 0.000000\\\n",
-      "1033, 0.000000\\\n",
-      "1033, 0.000000\\\n",
-      "1033, 0.000000\\\n",
-      "1033, 0.000000\\\n",
-      "1034, 0.000000\\\n",
-      "1034, 0.000000\\\n",
-      "1034, 0.000000\\\n",
-      "1034, 0.000000\\\n",
-      "1034, 0.000000\\\n",
-      "1034, 1.000000\\\n",
-      "1034, 0.000000\\\n",
-      "1034, 0.000000\\\n",
-      "1034, 0.000000\\\n",
-      "1035, 0.000000\\\n",
-      "1035, 0.000000\\\n",
-      "1035, 1.000000\\\n",
-      "1035, 0.000000\\\n",
-      "1035, 0.000000\\\n",
-      "1035, 0.000000\\\n",
-      "1035, 0.000000\\\n",
-      "1035, 0.000000\\\n",
-      "1035, 0.000000\\\n",
-      "1036, 0.000000\\\n",
-      "1036, 0.000000\\\n",
-      "1036, 0.000000\\\n",
-      "1036, 0.000000\\\n",
-      "1036, 0.000000\\\n",
-      "1036, 0.000000\\\n",
-      "1036, 0.000000\\\n",
-      "1036, 0.000000\\\n",
-      "1036, 0.000000\\\n",
-      "1037, 0.000000\\\n",
-      "1037, 0.000000\\\n",
-      "1037, 0.000000\\\n",
-      "1037, 0.000000\\\n",
-      "1037, 1.000000\\\n",
-      "1037, 0.000000\\\n",
-      "1037, 0.000000\\\n",
-      "1037, 0.000000\\\n",
-      "1037, 0.000000\\\n",
-      "1038, 0.000000\\\n",
-      "1038, 0.000000\\\n",
-      "1038, 0.000000\\\n",
-      "1038, 0.000000\\\n",
-      "1038, 0.000000\\\n",
-      "1038, 0.000000\\\n",
-      "1038, 0.000000\\\n",
-      "1038, 0.000000\\\n",
-      "1038, 0.000000\\\n",
-      "1039, 0.000000\\\n",
-      "1039, 0.000000\\\n",
-      "1039, 1.000000\\\n",
-      "1039, 0.000000\\\n",
-      "1039, 0.000000\\\n",
-      "1039, 0.000000\\\n",
-      "1039, 0.000000\\\n",
-      "1039, 1.000000\\\n",
-      "1039, 0.000000\\\n",
-      "1040, 0.000000\\\n",
-      "1040, 0.000000\\\n",
-      "1040, 1.000000\\\n",
-      "1040, 0.000000\\\n",
-      "1040, 0.000000\\\n",
-      "1040, 0.000000\\\n",
-      "1040, 0.000000\\\n",
-      "1040, 0.000000\\\n",
-      "1040, 0.000000\\\n",
-      "1041, 0.000000\\\n",
-      "1041, 0.000000\\\n",
-      "1041, 0.000000\\\n",
-      "1041, 1.000000\\\n",
-      "1041, 0.000000\\\n",
-      "1041, 0.000000\\\n",
-      "1041, 0.000000\\\n",
-      "1041, 0.000000\\\n",
-      "1041, 0.000000\\\n",
-      "1042, 0.000000\\\n",
-      "1042, 1.000000\\\n",
-      "1042, 0.000000\\\n",
-      "1042, 1.000000\\\n",
-      "1042, 0.000000\\\n",
-      "1042, 0.000000\\\n",
-      "1042, 0.000000\\\n",
-      "1042, 0.000000\\\n",
-      "1042, 1.000000\\\n",
-      "1043, 0.000000\\\n",
-      "1043, 0.000000\\\n",
-      "1043, 0.000000\\\n",
-      "1043, 0.000000\\\n",
-      "1043, 0.000000\\\n",
-      "1043, 0.000000\\\n",
-      "1043, 0.000000\\\n",
-      "1043, 0.000000\\\n",
-      "1043, 0.000000\\\n",
-      "1044, 0.000000\\\n",
-      "1044, 0.000000\\\n",
-      "1044, 0.000000\\\n",
-      "1044, 0.000000\\\n",
-      "1044, 0.000000\\\n",
-      "1044, 0.000000\\\n",
-      "1044, 0.000000\\\n",
-      "1044, 0.000000\\\n",
-      "1044, 1.000000\\\n",
-      "1045, 0.000000\\\n",
-      "1045, 0.000000\\\n",
-      "1045, 0.000000\\\n",
-      "1045, 0.000000\\\n",
-      "1045, 0.000000\\\n",
-      "1045, 0.000000\\\n",
-      "1045, 1.000000\\\n",
-      "1045, 0.000000\\\n",
-      "1045, 1.000000\\\n",
-      "1046, 0.000000\\\n",
-      "1046, 0.000000\\\n",
-      "1046, 0.000000\\\n",
-      "1046, 0.000000\\\n",
-      "1046, 0.000000\\\n",
-      "1046, 0.000000\\\n",
-      "1046, 0.000000\\\n",
-      "1046, 0.000000\\\n",
-      "1046, 0.000000\\\n",
-      "1047, 1.000000\\\n",
-      "1047, 0.000000\\\n",
-      "1047, 0.000000\\\n",
-      "1047, 0.000000\\\n",
-      "1047, 0.000000\\\n",
-      "1047, 0.000000\\\n",
-      "1047, 0.000000\\\n",
-      "1047, 0.000000\\\n",
-      "1047, 1.000000\\\n",
-      "1048, 0.000000\\\n",
-      "1048, 0.000000\\\n",
-      "1048, 0.000000\\\n",
-      "1048, 0.000000\\\n",
-      "1048, 0.000000\\\n",
-      "1048, 0.000000\\\n",
-      "1048, 0.000000\\\n",
-      "1048, 0.000000\\\n",
-      "1048, 0.000000\\\n",
-      "1049, 0.000000\\\n",
-      "1049, 0.000000\\\n",
-      "1049, 1.000000\\\n",
-      "1049, 0.000000\\\n",
-      "1049, 1.000000\\\n",
-      "1049, 0.000000\\\n",
-      "1049, 0.000000\\\n",
-      "1049, 0.000000\\\n",
-      "1049, 1.000000\\\n",
-      "1050, 0.000000\\\n",
-      "1050, 0.000000\\\n",
-      "1050, 0.000000\\\n",
-      "1050, 0.000000\\\n",
-      "1050, 0.000000\\\n",
-      "1050, 0.000000\\\n",
-      "1050, 0.000000\\\n",
-      "1050, 1.000000\\\n",
-      "1050, 0.000000\\\n",
-      "1051, 0.000000\\\n",
-      "1051, 0.000000\\\n",
-      "1051, 0.000000\\\n",
-      "1051, 0.000000\\\n",
-      "1051, 0.000000\\\n",
-      "1051, 0.000000\\\n",
-      "1051, 0.000000\\\n",
-      "1051, 0.000000\\\n",
-      "1051, 0.000000\\\n",
-      "1052, 0.000000\\\n",
-      "1052, 0.000000\\\n",
-      "1052, 0.000000\\\n",
-      "1052, 0.000000\\\n",
-      "1052, 1.000000\\\n",
-      "1052, 0.000000\\\n",
-      "1052, 0.000000\\\n",
-      "1052, 1.000000\\\n",
-      "1052, 0.000000\\\n",
-      "1053, 1.000000\\\n",
-      "1053, 0.000000\\\n",
-      "1053, 0.000000\\\n",
-      "1053, 0.000000\\\n",
-      "1053, 0.000000\\\n",
-      "1053, 0.000000\\\n",
-      "1053, 0.000000\\\n",
-      "1053, 0.000000\\\n",
-      "1053, 0.000000\\\n",
-      "1054, 0.000000\\\n",
-      "1054, 0.000000\\\n",
-      "1054, 1.000000\\\n",
-      "1054, 0.000000\\\n",
-      "1054, 0.000000\\\n",
-      "1054, 0.000000\\\n",
-      "1054, 0.000000\\\n",
-      "1054, 1.000000\\\n",
-      "1054, 0.000000\\\n",
-      "1055, 0.000000\\\n",
-      "1055, 0.000000\\\n",
-      "1055, 0.000000\\\n",
-      "1055, 0.000000\\\n",
-      "1055, 0.000000\\\n",
-      "1055, 0.000000\\\n",
-      "1055, 0.000000\\\n",
-      "1055, 0.000000\\\n",
-      "1055, 0.000000\\\n",
-      "1056, 0.000000\\\n",
-      "1056, 0.000000\\\n",
-      "1056, 1.000000\\\n",
-      "1056, 0.000000\\\n",
-      "1056, 0.000000\\\n",
-      "1056, 0.000000\\\n",
-      "1056, 0.000000\\\n",
-      "1056, 0.000000\\\n",
-      "1056, 0.000000\\\n",
-      "1057, 1.000000\\\n",
-      "1057, 0.000000\\\n",
-      "1057, 0.000000\\\n",
-      "1057, 0.000000\\\n",
-      "1057, 0.000000\\\n",
-      "1057, 0.000000\\\n",
-      "1057, 0.000000\\\n",
-      "1057, 0.000000\\\n",
-      "1057, 0.000000\\\n",
-      "1058, 1.000000\\\n",
-      "1058, 0.000000\\\n",
-      "1058, 0.000000\\\n",
-      "1058, 0.000000\\\n",
-      "1058, 0.000000\\\n",
-      "1058, 0.000000\\\n",
-      "1058, 0.000000\\\n",
-      "1058, 0.000000\\\n",
-      "1058, 0.000000\\\n",
-      "1059, 1.000000\\\n",
-      "1059, 0.000000\\\n",
-      "1059, 1.000000\\\n",
-      "1059, 0.000000\\\n",
-      "1059, 0.000000\\\n",
-      "1059, 0.000000\\\n",
-      "1059, 0.000000\\\n",
-      "1059, 1.000000\\\n",
-      "1059, 0.000000\\\n",
-      "1060, 0.000000\\\n",
-      "1060, 0.000000\\\n",
-      "1060, 0.000000\\\n",
-      "1060, 0.000000\\\n",
-      "1060, 0.000000\\\n",
-      "1060, 0.000000\\\n",
-      "1060, 1.000000\\\n",
-      "1060, 0.000000\\\n",
-      "1060, 0.000000\\\n",
-      "1061, 0.000000\\\n",
-      "1061, 0.000000\\\n",
-      "1061, 1.000000\\\n",
-      "1061, 0.000000\\\n",
-      "1061, 1.000000\\\n",
-      "1061, 0.000000\\\n",
-      "1061, 0.000000\\\n",
-      "1061, 0.000000\\\n",
-      "1061, 1.000000\\\n",
-      "1062, 0.000000\\\n",
-      "1062, 0.000000\\\n",
-      "1062, 0.000000\\\n",
-      "1062, 1.000000\\\n",
-      "1062, 0.000000\\\n",
-      "1062, 0.000000\\\n",
-      "1062, 0.000000\\\n",
-      "1062, 0.000000\\\n",
-      "1062, 0.000000\\\n",
-      "1063, 0.000000\\\n",
-      "1063, 0.000000\\\n",
-      "1063, 0.000000\\\n",
-      "1063, 0.000000\\\n",
-      "1063, 1.000000\\\n",
-      "1063, 0.000000\\\n",
-      "1063, 0.000000\\\n",
-      "1063, 0.000000\\\n",
-      "1063, 0.000000\\\n",
-      "1064, 0.000000\\\n",
-      "1064, 1.000000\\\n",
-      "1064, 0.000000\\\n",
-      "1064, 1.000000\\\n",
-      "1064, 0.000000\\\n",
-      "1064, 0.000000\\\n",
-      "1064, 0.000000\\\n",
-      "1064, 0.000000\\\n",
-      "1064, 0.000000\\\n",
-      "1065, 0.000000\\\n",
-      "1065, 0.000000\\\n",
-      "1065, 1.000000\\\n",
-      "1065, 0.000000\\\n",
-      "1065, 0.000000\\\n",
-      "1065, 0.000000\\\n",
-      "1065, 0.000000\\\n",
-      "1065, 1.000000\\\n",
-      "1065, 0.000000\\\n",
-      "1066, 0.000000\\\n",
-      "1066, 0.000000\\\n",
-      "1066, 0.000000\\\n",
-      "1066, 1.000000\\\n",
-      "1066, 0.000000\\\n",
-      "1066, 1.000000\\\n",
-      "1066, 0.000000\\\n",
-      "1066, 0.000000\\\n",
-      "1066, 0.000000\\\n",
-      "1067, 0.000000\\\n",
-      "1067, 0.000000\\\n",
-      "1067, 1.000000\\\n",
-      "1067, 0.000000\\\n",
-      "1067, 0.000000\\\n",
-      "1067, 0.000000\\\n",
-      "1067, 0.000000\\\n",
-      "1067, 0.000000\\\n",
-      "1067, 0.000000\\\n",
-      "1068, 0.000000\\\n",
-      "1068, 0.000000\\\n",
-      "1068, 0.000000\\\n",
-      "1068, 0.000000\\\n",
-      "1068, 0.000000\\\n",
-      "1068, 0.000000\\\n",
-      "1068, 1.000000\\\n",
-      "1068, 0.000000\\\n",
-      "1068, 1.000000\\\n",
-      "1069, 0.000000\\\n",
-      "1069, 0.000000\\\n",
-      "1069, 0.000000\\\n",
-      "1069, 1.000000\\\n",
-      "1069, 0.000000\\\n",
-      "1069, 0.000000\\\n",
-      "1069, 0.000000\\\n",
-      "1069, 1.000000\\\n",
-      "1069, 0.000000\\\n",
-      "1070, 0.000000\\\n",
-      "1070, 0.000000\\\n",
-      "1070, 0.000000\\\n",
-      "1070, 0.000000\\\n",
-      "1070, 0.000000\\\n",
-      "1070, 1.000000\\\n",
-      "1070, 0.000000\\\n",
-      "1070, 0.000000\\\n",
-      "1070, 0.000000\\\n",
-      "1071, 0.000000\\\n",
-      "1071, 0.000000\\\n",
-      "1071, 0.000000\\\n",
-      "1071, 0.000000\\\n",
-      "1071, 0.000000\\\n",
-      "1071, 0.000000\\\n",
-      "1071, 0.000000\\\n",
-      "1071, 0.000000\\\n",
-      "1071, 0.000000\\\n",
-      "1072, 0.000000\\\n",
-      "1072, 0.000000\\\n",
-      "1072, 0.000000\\\n",
-      "1072, 1.000000\\\n",
-      "1072, 0.000000\\\n",
-      "1072, 0.000000\\\n",
-      "1072, 1.000000\\\n",
-      "1072, 0.000000\\\n",
-      "1072, 0.000000\\\n",
-      "1073, 0.000000\\\n",
-      "1073, 0.000000\\\n",
-      "1073, 1.000000\\\n",
-      "1073, 0.000000\\\n",
-      "1073, 0.000000\\\n",
-      "1073, 0.000000\\\n",
-      "1073, 1.000000\\\n",
-      "1073, 0.000000\\\n",
-      "1073, 0.000000\\\n",
-      "1074, 0.000000\\\n",
-      "1074, 0.000000\\\n",
-      "1074, 1.000000\\\n",
-      "1074, 0.000000\\\n",
-      "1074, 0.000000\\\n",
-      "1074, 0.000000\\\n",
-      "1074, 0.000000\\\n",
-      "1074, 0.000000\\\n",
-      "1074, 0.000000\\\n",
-      "1075, 1.000000\\\n",
-      "1075, 0.000000\\\n",
-      "1075, 0.000000\\\n",
-      "1075, 0.000000\\\n",
-      "1075, 0.000000\\\n",
-      "1075, 0.000000\\\n",
-      "1075, 0.000000\\\n",
-      "1075, 0.000000\\\n",
-      "1075, 0.000000\\\n",
-      "1076, 1.000000\\\n",
-      "1076, 0.000000\\\n",
-      "1076, 0.000000\\\n",
-      "1076, 0.000000\\\n",
-      "1076, 0.000000\\\n",
-      "1076, 0.000000\\\n",
-      "1076, 0.000000\\\n",
-      "1076, 0.000000\\\n",
-      "1076, 0.000000\\\n",
-      "1077, 0.000000\\\n",
-      "1077, 0.000000\\\n",
-      "1077, 0.000000\\\n",
-      "1077, 0.000000\\\n",
-      "1077, 0.000000\\\n",
-      "1077, 0.000000\\\n",
-      "1077, 0.000000\\\n",
-      "1077, 0.000000\\\n",
-      "1077, 0.000000\\\n",
-      "1078, 1.000000\\\n",
-      "1078, 0.000000\\\n",
-      "1078, 0.000000\\\n",
-      "1078, 0.000000\\\n",
-      "1078, 0.000000\\\n",
-      "1078, 0.000000\\\n",
-      "1078, 0.000000\\\n",
-      "1078, 1.000000\\\n",
-      "1078, 0.000000\\\n",
-      "1079, 1.000000\\\n",
-      "1079, 0.000000\\\n",
-      "1079, 0.000000\\\n",
-      "1079, 0.000000\\\n",
-      "1079, 1.000000\\\n",
-      "1079, 0.000000\\\n",
-      "1079, 0.000000\\\n",
-      "1079, 0.000000\\\n",
-      "1079, 0.000000\\\n",
-      "1080, 0.000000\\\n",
-      "1080, 0.000000\\\n",
-      "1080, 0.000000\\\n",
-      "1080, 0.000000\\\n",
-      "1080, 0.000000\\\n",
-      "1080, 0.000000\\\n",
-      "1080, 1.000000\\\n",
-      "1080, 0.000000\\\n",
-      "1080, 0.000000\\\n",
-      "1081, 0.000000\\\n",
-      "1081, 0.000000\\\n",
-      "1081, 0.000000\\\n",
-      "1081, 0.000000\\\n",
-      "1081, 0.000000\\\n",
-      "1081, 0.000000\\\n",
-      "1081, 0.000000\\\n",
-      "1081, 0.000000\\\n",
-      "1081, 0.000000\\\n",
-      "1082, 0.000000\\\n",
-      "1082, 0.000000\\\n",
-      "1082, 0.000000\\\n",
-      "1082, 0.000000\\\n",
-      "1082, 0.000000\\\n",
-      "1082, 0.000000\\\n",
-      "1082, 0.000000\\\n",
-      "1082, 0.000000\\\n",
-      "1082, 0.000000\\\n",
-      "1083, 0.000000\\\n",
-      "1083, 0.000000\\\n",
-      "1083, 0.000000\\\n",
-      "1083, 0.000000\\\n",
-      "1083, 0.000000\\\n",
-      "1083, 1.000000\\\n",
-      "1083, 0.000000\\\n",
-      "1083, 1.000000\\\n",
-      "1083, 0.000000\\\n",
-      "1084, 0.000000\\\n",
-      "1084, 0.000000\\\n",
-      "1084, 0.000000\\\n",
-      "1084, 0.000000\\\n",
-      "1084, 0.000000\\\n",
-      "1084, 0.000000\\\n",
-      "1084, 0.000000\\\n",
-      "1084, 0.000000\\\n",
-      "1084, 0.000000\\\n",
-      "1085, 0.000000\\\n",
-      "1085, 0.000000\\\n",
-      "1085, 0.000000\\\n",
-      "1085, 0.000000\\\n",
-      "1085, 0.000000\\\n",
-      "1085, 0.000000\\\n",
-      "1085, 0.000000\\\n",
-      "1085, 0.000000\\\n",
-      "1085, 0.000000\\\n",
-      "1086, 0.000000\\\n",
-      "1086, 0.000000\\\n",
-      "1086, 1.000000\\\n",
-      "1086, 0.000000\\\n",
-      "1086, 0.000000\\\n",
-      "1086, 0.000000\\\n",
-      "1086, 0.000000\\\n",
-      "1086, 0.000000\\\n",
-      "1086, 0.000000\\\n",
-      "1087, 0.000000\\\n",
-      "1087, 0.000000\\\n",
-      "1087, 0.000000\\\n",
-      "1087, 0.000000\\\n",
-      "1087, 0.000000\\\n",
-      "1087, 0.000000\\\n",
-      "1087, 1.000000\\\n",
-      "1087, 0.000000\\\n",
-      "1087, 0.000000\\\n",
-      "1088, 0.000000\\\n",
-      "1088, 0.000000\\\n",
-      "1088, 1.000000\\\n",
-      "1088, 0.000000\\\n",
-      "1088, 1.000000\\\n",
-      "1088, 0.000000\\\n",
-      "1088, 0.000000\\\n",
-      "1088, 0.000000\\\n",
-      "1088, 0.000000\\\n",
-      "1089, 0.000000\\\n",
-      "1089, 0.000000\\\n",
-      "1089, 0.000000\\\n",
-      "1089, 0.000000\\\n",
-      "1089, 0.000000\\\n",
-      "1089, 0.000000\\\n",
-      "1089, 1.000000\\\n",
-      "1089, 0.000000\\\n",
-      "1089, 0.000000\\\n",
-      "1090, 0.000000\\\n",
-      "1090, 0.000000\\\n",
-      "1090, 0.000000\\\n",
-      "1090, 0.000000\\\n",
-      "1090, 0.000000\\\n",
-      "1090, 0.000000\\\n",
-      "1090, 0.000000\\\n",
-      "1090, 0.000000\\\n",
-      "1090, 0.000000\\\n",
-      "1091, 0.000000\\\n",
-      "1091, 0.000000\\\n",
-      "1091, 0.000000\\\n",
-      "1091, 0.000000\\\n",
-      "1091, 0.000000\\\n",
-      "1091, 0.000000\\\n",
-      "1091, 0.000000\\\n",
-      "1091, 0.000000\\\n",
-      "1091, 0.000000\\\n",
-      "1092, 0.000000\\\n",
-      "1092, 0.000000\\\n",
-      "1092, 1.000000\\\n",
-      "1092, 0.000000\\\n",
-      "1092, 0.000000\\\n",
-      "1092, 0.000000\\\n",
-      "1092, 0.000000\\\n",
-      "1092, 1.000000\\\n",
-      "1092, 0.000000\\\n",
-      "1093, 0.000000\\\n",
-      "1093, 0.000000\\\n",
-      "1093, 0.000000\\\n",
-      "1093, 0.000000\\\n",
-      "1093, 0.000000\\\n",
-      "1093, 0.000000\\\n",
-      "1093, 0.000000\\\n",
-      "1093, 0.000000\\\n",
-      "1093, 1.000000\\\n",
-      "1094, 0.000000\\\n",
-      "1094, 0.000000\\\n",
-      "1094, 0.000000\\\n",
-      "1094, 0.000000\\\n",
-      "1094, 0.000000\\\n",
-      "1094, 0.000000\\\n",
-      "1094, 0.000000\\\n",
-      "1094, 0.000000\\\n",
-      "1094, 0.000000\\\n",
-      "1095, 1.000000\\\n",
-      "1095, 0.000000\\\n",
-      "1095, 0.000000\\\n",
-      "1095, 0.000000\\\n",
-      "1095, 0.000000\\\n",
-      "1095, 0.000000\\\n",
-      "1095, 0.000000\\\n",
-      "1095, 0.000000\\\n",
-      "1095, 0.000000\\\n",
-      "1096, 0.000000\\\n",
-      "1096, 0.000000\\\n",
-      "1096, 0.000000\\\n",
-      "1096, 0.000000\\\n",
-      "1096, 0.000000\\\n",
-      "1096, 0.000000\\\n",
-      "1096, 0.000000\\\n",
-      "1096, 0.000000\\\n",
-      "1096, 0.000000\\\n",
-      "1097, 0.000000\\\n",
-      "1097, 0.000000\\\n",
-      "1097, 1.000000\\\n",
-      "1097, 0.000000\\\n",
-      "1097, 0.000000\\\n",
-      "1097, 0.000000\\\n",
-      "1097, 0.000000\\\n",
-      "1097, 0.000000\\\n",
-      "1097, 0.000000\\\n",
-      "1098, 0.000000\\\n",
-      "1098, 0.000000\\\n",
-      "1098, 0.000000\\\n",
-      "1098, 0.000000\\\n",
-      "1098, 0.000000\\\n",
-      "1098, 0.000000\\\n",
-      "1098, 0.000000\\\n",
-      "1098, 0.000000\\\n",
-      "1098, 0.000000\\\n",
-      "1099, 0.000000\\\n",
-      "1099, 0.000000\\\n",
-      "1099, 0.000000\\\n",
-      "1099, 0.000000\\\n",
-      "1099, 0.000000\\\n",
-      "1099, 0.000000\\\n",
-      "1099, 0.000000\\\n",
-      "1099, 0.000000\\\n",
-      "1099, 0.000000\\\n",
-      "1100, 0.000000\\\n",
-      "1100, 0.000000\\\n",
-      "1100, 0.000000\\\n",
-      "1100, 0.000000\\\n",
-      "1100, 0.000000\\\n",
-      "1100, 0.000000\\\n",
-      "1100, 0.000000\\\n",
-      "1100, 0.000000\\\n",
-      "1100, 0.000000\\\n",
-      "1101, 0.000000\\\n",
-      "1101, 0.000000\\\n",
-      "1101, 0.000000\\\n",
-      "1101, 0.000000\\\n",
-      "1101, 0.000000\\\n",
-      "1101, 0.000000\\\n",
-      "1101, 0.000000\\\n",
-      "1101, 0.000000\\\n",
-      "1101, 1.000000\\\n",
-      "1102, 0.000000\\\n",
-      "1102, 0.000000\\\n",
-      "1102, 0.000000\\\n",
-      "1102, 0.000000\\\n",
-      "1102, 0.000000\\\n",
-      "1102, 0.000000\\\n",
-      "1102, 0.000000\\\n",
-      "1102, 0.000000\\\n",
-      "1102, 0.000000\\\n",
-      "1103, 0.000000\\\n",
-      "1103, 0.000000\\\n",
-      "1103, 1.000000\\\n",
-      "1103, 0.000000\\\n",
-      "1103, 0.000000\\\n",
-      "1103, 0.000000\\\n",
-      "1103, 0.000000\\\n",
-      "1103, 0.000000\\\n",
-      "1103, 1.000000\\\n",
-      "1104, 0.000000\\\n",
-      "1104, 0.000000\\\n",
-      "1104, 0.000000\\\n",
-      "1104, 0.000000\\\n",
-      "1104, 0.000000\\\n",
-      "1104, 1.000000\\\n",
-      "1104, 0.000000\\\n",
-      "1104, 0.000000\\\n",
-      "1104, 0.000000\\\n",
-      "1105, 0.000000\\\n",
-      "1105, 0.000000\\\n",
-      "1105, 1.000000\\\n",
-      "1105, 0.000000\\\n",
-      "1105, 0.000000\\\n",
-      "1105, 1.000000\\\n",
-      "1105, 0.000000\\\n",
-      "1105, 0.000000\\\n",
-      "1105, 0.000000\\\n",
-      "1106, 0.000000\\\n",
-      "1106, 1.000000\\\n",
-      "1106, 0.000000\\\n",
-      "1106, 0.000000\\\n",
-      "1106, 0.000000\\\n",
-      "1106, 0.000000\\\n",
-      "1106, 1.000000\\\n",
-      "1106, 0.000000\\\n",
-      "1106, 0.000000\\\n",
-      "1107, 0.000000\\\n",
-      "1107, 0.000000\\\n",
-      "1107, 0.000000\\\n",
-      "1107, 0.000000\\\n",
-      "1107, 0.000000\\\n",
-      "1107, 0.000000\\\n",
-      "1107, 0.000000\\\n",
-      "1107, 1.000000\\\n",
-      "1107, 0.000000\\\n",
-      "1108, 0.000000\\\n",
-      "1108, 1.000000\\\n",
-      "1108, 0.000000\\\n",
-      "1108, 0.000000\\\n",
-      "1108, 0.000000\\\n",
-      "1108, 0.000000\\\n",
-      "1108, 0.000000\\\n",
-      "1108, 0.000000\\\n",
-      "1108, 0.000000\\\n",
-      "1109, 0.000000\\\n",
-      "1109, 0.000000\\\n",
-      "1109, 0.000000\\\n",
-      "1109, 0.000000\\\n",
-      "1109, 0.000000\\\n",
-      "1109, 1.000000\\\n",
-      "1109, 0.000000\\\n",
-      "1109, 0.000000\\\n",
-      "1109, 1.000000\\\n",
-      "1110, 0.000000\\\n",
-      "1110, 0.000000\\\n",
-      "1110, 0.000000\\\n",
-      "1110, 0.000000\\\n",
-      "1110, 0.000000\\\n",
-      "1110, 0.000000\\\n",
-      "1110, 0.000000\\\n",
-      "1110, 0.000000\\\n",
-      "1110, 0.000000\\\n",
-      "1111, 0.000000\\\n",
-      "1111, 0.000000\\\n",
-      "1111, 0.000000\\\n",
-      "1111, 0.000000\\\n",
-      "1111, 0.000000\\\n",
-      "1111, 0.000000\\\n",
-      "1111, 0.000000\\\n",
-      "1111, 0.000000\\\n",
-      "1111, 0.000000\\\n",
-      "1112, 0.000000\\\n",
-      "1112, 0.000000\\\n",
-      "1112, 0.000000\\\n",
-      "1112, 0.000000\\\n",
-      "1112, 0.000000\\\n",
-      "1112, 0.000000\\\n",
-      "1112, 0.000000\\\n",
-      "1112, 0.000000\\\n",
-      "1112, 0.000000\\\n",
-      "1113, 0.000000\\\n",
-      "1113, 0.000000\\\n",
-      "1113, 1.000000\\\n",
-      "1113, 0.000000\\\n",
-      "1113, 0.000000\\\n",
-      "1113, 0.000000\\\n",
-      "1113, 0.000000\\\n",
-      "1113, 0.000000\\\n",
-      "1113, 0.000000\\\n",
-      "1114, 0.000000\\\n",
-      "1114, 0.000000\\\n",
-      "1114, 0.000000\\\n",
-      "1114, 0.000000\\\n",
-      "1114, 0.000000\\\n",
-      "1114, 1.000000\\\n",
-      "1114, 0.000000\\\n",
-      "1114, 0.000000\\\n",
-      "1114, 0.000000\\\n",
-      "1115, 0.000000\\\n",
-      "1115, 0.000000\\\n",
-      "1115, 0.000000\\\n",
-      "1115, 0.000000\\\n",
-      "1115, 0.000000\\\n",
-      "1115, 0.000000\\\n",
-      "1115, 0.000000\\\n",
-      "1115, 0.000000\\\n",
-      "1115, 1.000000\\\n",
-      "1116, 0.000000\\\n",
-      "1116, 0.000000\\\n",
-      "1116, 0.000000\\\n",
-      "1116, 0.000000\\\n",
-      "1116, 1.000000\\\n",
-      "1116, 0.000000\\\n",
-      "1116, 0.000000\\\n",
-      "1116, 1.000000\\\n",
-      "1116, 0.000000\\\n",
-      "1117, 0.000000\\\n",
-      "1117, 0.000000\\\n",
-      "1117, 0.000000\\\n",
-      "1117, 0.000000\\\n",
-      "1117, 1.000000\\\n",
-      "1117, 0.000000\\\n",
-      "1117, 0.000000\\\n",
-      "1117, 0.000000\\\n",
-      "1117, 0.000000\\\n",
-      "1118, 0.000000\\\n",
-      "1118, 0.000000\\\n",
-      "1118, 0.000000\\\n",
-      "1118, 0.000000\\\n",
-      "1118, 0.000000\\\n",
-      "1118, 0.000000\\\n",
-      "1118, 0.000000\\\n",
-      "1118, 0.000000\\\n",
-      "1118, 0.000000\\\n",
-      "1119, 0.000000\\\n",
-      "1119, 0.000000\\\n",
-      "1119, 1.000000\\\n",
-      "1119, 0.000000\\\n",
-      "1119, 0.000000\\\n",
-      "1119, 1.000000\\\n",
-      "1119, 0.000000\\\n",
-      "1119, 0.000000\\\n",
-      "1119, 0.000000\\\n",
-      "1120, 0.000000\\\n",
-      "1120, 0.000000\\\n",
-      "1120, 0.000000\\\n",
-      "1120, 1.000000\\\n",
-      "1120, 0.000000\\\n",
-      "1120, 0.000000\\\n",
-      "1120, 0.000000\\\n",
-      "1120, 0.000000\\\n",
-      "1120, 0.000000\\\n",
-      "1121, 0.000000\\\n",
-      "1121, 0.000000\\\n",
-      "1121, 0.000000\\\n",
-      "1121, 0.000000\\\n",
-      "1121, 0.000000\\\n",
-      "1121, 0.000000\\\n",
-      "1121, 0.000000\\\n",
-      "1121, 0.000000\\\n",
-      "1121, 0.000000\\\n",
-      "1122, 1.000000\\\n",
-      "1122, 0.000000\\\n",
-      "1122, 0.000000\\\n",
-      "1122, 0.000000\\\n",
-      "1122, 0.000000\\\n",
-      "1122, 0.000000\\\n",
-      "1122, 0.000000\\\n",
-      "1122, 0.000000\\\n",
-      "1122, 0.000000\\\n",
-      "1123, 0.000000\\\n",
-      "1123, 0.000000\\\n",
-      "1123, 0.000000\\\n",
-      "1123, 0.000000\\\n",
-      "1123, 0.000000\\\n",
-      "1123, 0.000000\\\n",
-      "1123, 0.000000\\\n",
-      "1123, 0.000000\\\n",
-      "1123, 0.000000\\\n",
-      "1124, 0.000000\\\n",
-      "1124, 0.000000\\\n",
-      "1124, 0.000000\\\n",
-      "1124, 0.000000\\\n",
-      "1124, 0.000000\\\n",
-      "1124, 1.000000\\\n",
-      "1124, 0.000000\\\n",
-      "1124, 0.000000\\\n",
-      "1124, 0.000000\\\n",
-      "1125, 0.000000\\\n",
-      "1125, 0.000000\\\n",
-      "1125, 0.000000\\\n",
-      "1125, 0.000000\\\n",
-      "1125, 0.000000\\\n",
-      "1125, 0.000000\\\n",
-      "1125, 0.000000\\\n",
-      "1125, 0.000000\\\n",
-      "1125, 0.000000\\\n",
-      "1126, 0.000000\\\n",
-      "1126, 1.000000\\\n",
-      "1126, 0.000000\\\n",
-      "1126, 0.000000\\\n",
-      "1126, 1.000000\\\n",
-      "1126, 0.000000\\\n",
-      "1126, 0.000000\\\n",
-      "1126, 0.000000\\\n",
-      "1126, 0.000000\\\n",
-      "1127, 0.000000\\\n",
-      "1127, 0.000000\\\n",
-      "1127, 0.000000\\\n",
-      "1127, 0.000000\\\n",
-      "1127, 0.000000\\\n",
-      "1127, 0.000000\\\n",
-      "1127, 0.000000\\\n",
-      "1127, 0.000000\\\n",
-      "1127, 0.000000\\\n",
-      "1128, 0.000000\\\n",
-      "1128, 0.000000\\\n",
-      "1128, 0.000000\\\n",
-      "1128, 0.000000\\\n",
-      "1128, 1.000000\\\n",
-      "1128, 0.000000\\\n",
-      "1128, 0.000000\\\n",
-      "1128, 0.000000\\\n",
-      "1128, 0.000000\\\n",
-      "1129, 0.000000\\\n",
-      "1129, 0.000000\\\n",
-      "1129, 0.000000\\\n",
-      "1129, 0.000000\\\n",
-      "1129, 0.000000\\\n",
-      "1129, 0.000000\\\n",
-      "1129, 0.000000\\\n",
-      "1129, 0.000000\\\n",
-      "1129, 0.000000\\\n",
-      "1130, 0.000000\\\n",
-      "1130, 0.000000\\\n",
-      "1130, 0.000000\\\n",
-      "1130, 0.000000\\\n",
-      "1130, 0.000000\\\n",
-      "1130, 0.000000\\\n",
-      "1130, 0.000000\\\n",
-      "1130, 0.000000\\\n",
-      "1130, 0.000000\\\n",
-      "1131, 0.000000\\\n",
-      "1131, 0.000000\\\n",
-      "1131, 0.000000\\\n",
-      "1131, 0.000000\\\n",
-      "1131, 0.000000\\\n",
-      "1131, 1.000000\\\n",
-      "1131, 0.000000\\\n",
-      "1131, 0.000000\\\n",
-      "1131, 0.000000\\\n",
-      "1132, 0.000000\\\n",
-      "1132, 1.000000\\\n",
-      "1132, 0.000000\\\n",
-      "1132, 0.000000\\\n",
-      "1132, 0.000000\\\n",
-      "1132, 0.000000\\\n",
-      "1132, 0.000000\\\n",
-      "1132, 0.000000\\\n",
-      "1132, 1.000000\\\n",
-      "1133, 0.000000\\\n",
-      "1133, 0.000000\\\n",
-      "1133, 0.000000\\\n",
-      "1133, 0.000000\\\n",
-      "1133, 1.000000\\\n",
-      "1133, 0.000000\\\n",
-      "1133, 1.000000\\\n",
-      "1133, 0.000000\\\n",
-      "1133, 0.000000\\\n",
-      "1134, 0.000000\\\n",
-      "1134, 1.000000\\\n",
-      "1134, 0.000000\\\n",
-      "1134, 0.000000\\\n",
-      "1134, 0.000000\\\n",
-      "1134, 0.000000\\\n",
-      "1134, 0.000000\\\n",
-      "1134, 0.000000\\\n",
-      "1134, 0.000000\\\n",
-      "1135, 0.000000\\\n",
-      "1135, 0.000000\\\n",
-      "1135, 0.000000\\\n",
-      "1135, 1.000000\\\n",
-      "1135, 0.000000\\\n",
-      "1135, 1.000000\\\n",
-      "1135, 0.000000\\\n",
-      "1135, 0.000000\\\n",
-      "1135, 0.000000\\\n",
-      "1136, 1.000000\\\n",
-      "1136, 0.000000\\\n",
-      "1136, 0.000000\\\n",
-      "1136, 0.000000\\\n",
-      "1136, 0.000000\\\n",
-      "1136, 1.000000\\\n",
-      "1136, 0.000000\\\n",
-      "1136, 0.000000\\\n",
-      "1136, 0.000000\\\n",
-      "1137, 0.000000\\\n",
-      "1137, 0.000000\\\n",
-      "1137, 0.000000\\\n",
-      "1137, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "1137, 0.000000\\\n",
-      "1137, 0.000000\\\n",
-      "1137, 0.000000\\\n",
-      "1137, 0.000000\\\n",
-      "1137, 0.000000\\\n",
-      "1138, 0.000000\\\n",
-      "1138, 0.000000\\\n",
-      "1138, 0.000000\\\n",
-      "1138, 0.000000\\\n",
-      "1138, 0.000000\\\n",
-      "1138, 1.000000\\\n",
-      "1138, 0.000000\\\n",
-      "1138, 0.000000\\\n",
-      "1138, 0.000000\\\n",
-      "1139, 1.000000\\\n",
-      "1139, 0.000000\\\n",
-      "1139, 0.000000\\\n",
-      "1139, 1.000000\\\n",
-      "1139, 0.000000\\\n",
-      "1139, 0.000000\\\n",
-      "1139, 0.000000\\\n",
-      "1139, 0.000000\\\n",
-      "1139, 0.000000\\\n",
-      "1140, 0.000000\\\n",
-      "1140, 1.000000\\\n",
-      "1140, 0.000000\\\n",
-      "1140, 0.000000\\\n",
-      "1140, 0.000000\\\n",
-      "1140, 0.000000\\\n",
-      "1140, 0.000000\\\n",
-      "1140, 0.000000\\\n",
-      "1140, 0.000000\\\n",
-      "1141, 0.000000\\\n",
-      "1141, 0.000000\\\n",
-      "1141, 0.000000\\\n",
-      "1141, 0.000000\\\n",
-      "1141, 0.000000\\\n",
-      "1141, 0.000000\\\n",
-      "1141, 0.000000\\\n",
-      "1141, 0.000000\\\n",
-      "1141, 0.000000\\\n",
-      "1142, 0.000000\\\n",
-      "1142, 0.000000\\\n",
-      "1142, 0.000000\\\n",
-      "1142, 0.000000\\\n",
-      "1142, 0.000000\\\n",
-      "1142, 0.000000\\\n",
-      "1142, 0.000000\\\n",
-      "1142, 0.000000\\\n",
-      "1142, 0.000000\\\n",
-      "1143, 0.000000\\\n",
-      "1143, 0.000000\\\n",
-      "1143, 0.000000\\\n",
-      "1143, 0.000000\\\n",
-      "1143, 0.000000\\\n",
-      "1143, 0.000000\\\n",
-      "1143, 0.000000\\\n",
-      "1143, 0.000000\\\n",
-      "1143, 1.000000\\\n",
-      "1144, 0.000000\\\n",
-      "1144, 0.000000\\\n",
-      "1144, 0.000000\\\n",
-      "1144, 0.000000\\\n",
-      "1144, 1.000000\\\n",
-      "1144, 0.000000\\\n",
-      "1144, 0.000000\\\n",
-      "1144, 0.000000\\\n",
-      "1144, 0.000000\\\n",
-      "1145, 0.000000\\\n",
-      "1145, 1.000000\\\n",
-      "1145, 0.000000\\\n",
-      "1145, 0.000000\\\n",
-      "1145, 0.000000\\\n",
-      "1145, 1.000000\\\n",
-      "1145, 0.000000\\\n",
-      "1145, 0.000000\\\n",
-      "1145, 0.000000\\\n",
-      "1146, 0.000000\\\n",
-      "1146, 0.000000\\\n",
-      "1146, 0.000000\\\n",
-      "1146, 0.000000\\\n",
-      "1146, 0.000000\\\n",
-      "1146, 0.000000\\\n",
-      "1146, 0.000000\\\n",
-      "1146, 0.000000\\\n",
-      "1146, 0.000000\\\n",
-      "1147, 0.000000\\\n",
-      "1147, 0.000000\\\n",
-      "1147, 0.000000\\\n",
-      "1147, 0.000000\\\n",
-      "1147, 1.000000\\\n",
-      "1147, 0.000000\\\n",
-      "1147, 0.000000\\\n",
-      "1147, 0.000000\\\n",
-      "1147, 1.000000\\\n",
-      "1148, 0.000000\\\n",
-      "1148, 0.000000\\\n",
-      "1148, 0.000000\\\n",
-      "1148, 0.000000\\\n",
-      "1148, 0.000000\\\n",
-      "1148, 0.000000\\\n",
-      "1148, 0.000000\\\n",
-      "1148, 0.000000\\\n",
-      "1148, 1.000000\\\n",
-      "1149, 0.000000\\\n",
-      "1149, 0.000000\\\n",
-      "1149, 0.000000\\\n",
-      "1149, 0.000000\\\n",
-      "1149, 0.000000\\\n",
-      "1149, 0.000000\\\n",
-      "1149, 0.000000\\\n",
-      "1149, 0.000000\\\n",
-      "1149, 0.000000\\\n",
-      "1150, 0.000000\\\n",
-      "1150, 0.000000\\\n",
-      "1150, 0.000000\\\n",
-      "1150, 0.000000\\\n",
-      "1150, 0.000000\\\n",
-      "1150, 0.000000\\\n",
-      "1150, 0.000000\\\n",
-      "1150, 0.000000\\\n",
-      "1150, 0.000000\\\n",
-      "1151, 0.000000\\\n",
-      "1151, 0.000000\\\n",
-      "1151, 0.000000\\\n",
-      "1151, 0.000000\\\n",
-      "1151, 1.000000\\\n",
-      "1151, 0.000000\\\n",
-      "1151, 0.000000\\\n",
-      "1151, 1.000000\\\n",
-      "1151, 0.000000\\\n",
-      "1152, 0.000000\\\n",
-      "1152, 0.000000\\\n",
-      "1152, 1.000000\\\n",
-      "1152, 0.000000\\\n",
-      "1152, 0.000000\\\n",
-      "1152, 1.000000\\\n",
-      "1152, 0.000000\\\n",
-      "1152, 1.000000\\\n",
-      "1152, 0.000000\\\n",
-      "1153, 0.000000\\\n",
-      "1153, 0.000000\\\n",
-      "1153, 0.000000\\\n",
-      "1153, 0.000000\\\n",
-      "1153, 0.000000\\\n",
-      "1153, 0.000000\\\n",
-      "1153, 0.000000\\\n",
-      "1153, 0.000000\\\n",
-      "1153, 0.000000\\\n",
-      "1154, 0.000000\\\n",
-      "1154, 0.000000\\\n",
-      "1154, 0.000000\\\n",
-      "1154, 1.000000\\\n",
-      "1154, 0.000000\\\n",
-      "1154, 0.000000\\\n",
-      "1154, 0.000000\\\n",
-      "1154, 0.000000\\\n",
-      "1154, 0.000000\\\n",
-      "1155, 0.000000\\\n",
-      "1155, 1.000000\\\n",
-      "1155, 0.000000\\\n",
-      "1155, 0.000000\\\n",
-      "1155, 0.000000\\\n",
-      "1155, 0.000000\\\n",
-      "1155, 0.000000\\\n",
-      "1155, 1.000000\\\n",
-      "1155, 0.000000\\\n",
-      "1156, 0.000000\\\n",
-      "1156, 0.000000\\\n",
-      "1156, 0.000000\\\n",
-      "1156, 0.000000\\\n",
-      "1156, 0.000000\\\n",
-      "1156, 0.000000\\\n",
-      "1156, 0.000000\\\n",
-      "1156, 0.000000\\\n",
-      "1156, 0.000000\\\n",
-      "1157, 1.000000\\\n",
-      "1157, 0.000000\\\n",
-      "1157, 0.000000\\\n",
-      "1157, 0.000000\\\n",
-      "1157, 0.000000\\\n",
-      "1157, 0.000000\\\n",
-      "1157, 0.000000\\\n",
-      "1157, 0.000000\\\n",
-      "1157, 0.000000\\\n",
-      "1158, 0.000000\\\n",
-      "1158, 0.000000\\\n",
-      "1158, 1.000000\\\n",
-      "1158, 0.000000\\\n",
-      "1158, 0.000000\\\n",
-      "1158, 0.000000\\\n",
-      "1158, 0.000000\\\n",
-      "1158, 1.000000\\\n",
-      "1158, 0.000000\\\n",
-      "1159, 0.000000\\\n",
-      "1159, 0.000000\\\n",
-      "1159, 0.000000\\\n",
-      "1159, 0.000000\\\n",
-      "1159, 0.000000\\\n",
-      "1159, 0.000000\\\n",
-      "1159, 0.000000\\\n",
-      "1159, 0.000000\\\n",
-      "1159, 0.000000\\\n",
-      "1160, 0.000000\\\n",
-      "1160, 1.000000\\\n",
-      "1160, 0.000000\\\n",
-      "1160, 0.000000\\\n",
-      "1160, 0.000000\\\n",
-      "1160, 0.000000\\\n",
-      "1160, 0.000000\\\n",
-      "1160, 0.000000\\\n",
-      "1160, 0.000000\\\n",
-      "1161, 0.000000\\\n",
-      "1161, 0.000000\\\n",
-      "1161, 0.000000\\\n",
-      "1161, 0.000000\\\n",
-      "1161, 0.000000\\\n",
-      "1161, 0.000000\\\n",
-      "1161, 0.000000\\\n",
-      "1161, 0.000000\\\n",
-      "1161, 1.000000\\\n",
-      "1162, 0.000000\\\n",
-      "1162, 0.000000\\\n",
-      "1162, 0.000000\\\n",
-      "1162, 0.000000\\\n",
-      "1162, 1.000000\\\n",
-      "1162, 0.000000\\\n",
-      "1162, 1.000000\\\n",
-      "1162, 0.000000\\\n",
-      "1162, 0.000000\\\n",
-      "1163, 0.000000\\\n",
-      "1163, 0.000000\\\n",
-      "1163, 0.000000\\\n",
-      "1163, 0.000000\\\n",
-      "1163, 0.000000\\\n",
-      "1163, 0.000000\\\n",
-      "1163, 0.000000\\\n",
-      "1163, 0.000000\\\n",
-      "1163, 0.000000\\\n",
-      "1164, 1.000000\\\n",
-      "1164, 0.000000\\\n",
-      "1164, 0.000000\\\n",
-      "1164, 0.000000\\\n",
-      "1164, 0.000000\\\n",
-      "1164, 0.000000\\\n",
-      "1164, 1.000000\\\n",
-      "1164, 0.000000\\\n",
-      "1164, 0.000000\\\n",
-      "1165, 0.000000\\\n",
-      "1165, 0.000000\\\n",
-      "1165, 0.000000\\\n",
-      "1165, 0.000000\\\n",
-      "1165, 0.000000\\\n",
-      "1165, 0.000000\\\n",
-      "1165, 0.000000\\\n",
-      "1165, 0.000000\\\n",
-      "1165, 0.000000\\\n",
-      "1166, 1.000000\\\n",
-      "1166, 0.000000\\\n",
-      "1166, 1.000000\\\n",
-      "1166, 0.000000\\\n",
-      "1166, 0.000000\\\n",
-      "1166, 1.000000\\\n",
-      "1166, 0.000000\\\n",
-      "1166, 0.000000\\\n",
-      "1166, 0.000000\\\n",
-      "1167, 0.000000\\\n",
-      "1167, 0.000000\\\n",
-      "1167, 0.000000\\\n",
-      "1167, 0.000000\\\n",
-      "1167, 0.000000\\\n",
-      "1167, 1.000000\\\n",
-      "1167, 0.000000\\\n",
-      "1167, 0.000000\\\n",
-      "1167, 0.000000\\\n",
-      "1168, 0.000000\\\n",
-      "1168, 0.000000\\\n",
-      "1168, 0.000000\\\n",
-      "1168, 0.000000\\\n",
-      "1168, 0.000000\\\n",
-      "1168, 0.000000\\\n",
-      "1168, 0.000000\\\n",
-      "1168, 1.000000\\\n",
-      "1168, 0.000000\\\n",
-      "1169, 0.000000\\\n",
-      "1169, 1.000000\\\n",
-      "1169, 0.000000\\\n",
-      "1169, 0.000000\\\n",
-      "1169, 0.000000\\\n",
-      "1169, 1.000000\\\n",
-      "1169, 0.000000\\\n",
-      "1169, 0.000000\\\n",
-      "1169, 0.000000\\\n",
-      "1170, 0.000000\\\n",
-      "1170, 0.000000\\\n",
-      "1170, 0.000000\\\n",
-      "1170, 0.000000\\\n",
-      "1170, 0.000000\\\n",
-      "1170, 0.000000\\\n",
-      "1170, 0.000000\\\n",
-      "1170, 0.000000\\\n",
-      "1170, 0.000000\\\n",
-      "1171, 0.000000\\\n",
-      "1171, 0.000000\\\n",
-      "1171, 0.000000\\\n",
-      "1171, 0.000000\\\n",
-      "1171, 0.000000\\\n",
-      "1171, 0.000000\\\n",
-      "1171, 0.000000\\\n",
-      "1171, 0.000000\\\n",
-      "1171, 0.000000\\\n",
-      "1172, 0.000000\\\n",
-      "1172, 0.000000\\\n",
-      "1172, 0.000000\\\n",
-      "1172, 0.000000\\\n",
-      "1172, 0.000000\\\n",
-      "1172, 0.000000\\\n",
-      "1172, 0.000000\\\n",
-      "1172, 1.000000\\\n",
-      "1172, 0.000000\\\n",
-      "1173, 0.000000\\\n",
-      "1173, 0.000000\\\n",
-      "1173, 0.000000\\\n",
-      "1173, 0.000000\\\n",
-      "1173, 0.000000\\\n",
-      "1173, 0.000000\\\n",
-      "1173, 0.000000\\\n",
-      "1173, 0.000000\\\n",
-      "1173, 0.000000\\\n",
-      "1174, 0.000000\\\n",
-      "1174, 0.000000\\\n",
-      "1174, 0.000000\\\n",
-      "1174, 0.000000\\\n",
-      "1174, 0.000000\\\n",
-      "1174, 0.000000\\\n",
-      "1174, 0.000000\\\n",
-      "1174, 0.000000\\\n",
-      "1174, 0.000000\\\n",
-      "1175, 0.000000\\\n",
-      "1175, 0.000000\\\n",
-      "1175, 0.000000\\\n",
-      "1175, 0.000000\\\n",
-      "1175, 1.000000\\\n",
-      "1175, 0.000000\\\n",
-      "1175, 0.000000\\\n",
-      "1175, 0.000000\\\n",
-      "1175, 0.000000\\\n",
-      "1176, 0.000000\\\n",
-      "1176, 0.000000\\\n",
-      "1176, 0.000000\\\n",
-      "1176, 0.000000\\\n",
-      "1176, 0.000000\\\n",
-      "1176, 0.000000\\\n",
-      "1176, 0.000000\\\n",
-      "1176, 1.000000\\\n",
-      "1176, 0.000000\\\n",
-      "1177, 0.000000\\\n",
-      "1177, 0.000000\\\n",
-      "1177, 0.000000\\\n",
-      "1177, 0.000000\\\n",
-      "1177, 1.000000\\\n",
-      "1177, 0.000000\\\n",
-      "1177, 0.000000\\\n",
-      "1177, 1.000000\\\n",
-      "1177, 0.000000\\\n",
-      "1178, 0.000000\\\n",
-      "1178, 0.000000\\\n",
-      "1178, 0.000000\\\n",
-      "1178, 0.000000\\\n",
-      "1178, 1.000000\\\n",
-      "1178, 0.000000\\\n",
-      "1178, 0.000000\\\n",
-      "1178, 0.000000\\\n",
-      "1178, 0.000000\\\n",
-      "1179, 0.000000\\\n",
-      "1179, 0.000000\\\n",
-      "1179, 1.000000\\\n",
-      "1179, 0.000000\\\n",
-      "1179, 0.000000\\\n",
-      "1179, 0.000000\\\n",
-      "1179, 0.000000\\\n",
-      "1179, 0.000000\\\n",
-      "1179, 0.000000\\\n",
-      "1180, 1.000000\\\n",
-      "1180, 0.000000\\\n",
-      "1180, 0.000000\\\n",
-      "1180, 0.000000\\\n",
-      "1180, 1.000000\\\n",
-      "1180, 0.000000\\\n",
-      "1180, 0.000000\\\n",
-      "1180, 1.000000\\\n",
-      "1180, 0.000000\\\n",
-      "1181, 0.000000\\\n",
-      "1181, 0.000000\\\n",
-      "1181, 1.000000\\\n",
-      "1181, 0.000000\\\n",
-      "1181, 0.000000\\\n",
-      "1181, 0.000000\\\n",
-      "1181, 0.000000\\\n",
-      "1181, 0.000000\\\n",
-      "1181, 1.000000\\\n",
-      "1182, 0.000000\\\n",
-      "1182, 0.000000\\\n",
-      "1182, 0.000000\\\n",
-      "1182, 1.000000\\\n",
-      "1182, 0.000000\\\n",
-      "1182, 0.000000\\\n",
-      "1182, 0.000000\\\n",
-      "1182, 0.000000\\\n",
-      "1182, 0.000000\\\n",
-      "1183, 1.000000\\\n",
-      "1183, 0.000000\\\n",
-      "1183, 0.000000\\\n",
-      "1183, 0.000000\\\n",
-      "1183, 1.000000\\\n",
-      "1183, 0.000000\\\n",
-      "1183, 0.000000\\\n",
-      "1183, 1.000000\\\n",
-      "1183, 0.000000\\\n",
-      "1184, 0.000000\\\n",
-      "1184, 1.000000\\\n",
-      "1184, 0.000000\\\n",
-      "1184, 0.000000\\\n",
-      "1184, 0.000000\\\n",
-      "1184, 0.000000\\\n",
-      "1184, 0.000000\\\n",
-      "1184, 0.000000\\\n",
-      "1184, 1.000000\\\n",
-      "1185, 0.000000\\\n",
-      "1185, 0.000000\\\n",
-      "1185, 0.000000\\\n",
-      "1185, 1.000000\\\n",
-      "1185, 0.000000\\\n",
-      "1185, 0.000000\\\n",
-      "1185, 0.000000\\\n",
-      "1185, 0.000000\\\n",
-      "1185, 0.000000\\\n",
-      "1186, 0.000000\\\n",
-      "1186, 0.000000\\\n",
-      "1186, 0.000000\\\n",
-      "1186, 0.000000\\\n",
-      "1186, 0.000000\\\n",
-      "1186, 0.000000\\\n",
-      "1186, 0.000000\\\n",
-      "1186, 0.000000\\\n",
-      "1186, 0.000000\\\n",
-      "1187, 0.000000\\\n",
-      "1187, 1.000000\\\n",
-      "1187, 0.000000\\\n",
-      "1187, 0.000000\\\n",
-      "1187, 1.000000\\\n",
-      "1187, 0.000000\\\n",
-      "1187, 0.000000\\\n",
-      "1187, 0.000000\\\n",
-      "1187, 0.000000\\\n",
-      "1188, 1.000000\\\n",
-      "1188, 0.000000\\\n",
-      "1188, 1.000000\\\n",
-      "1188, 0.000000\\\n",
-      "1188, 0.000000\\\n",
-      "1188, 0.000000\\\n",
-      "1188, 0.000000\\\n",
-      "1188, 0.000000\\\n",
-      "1188, 1.000000\\\n",
-      "1189, 0.000000\\\n",
-      "1189, 0.000000\\\n",
-      "1189, 0.000000\\\n",
-      "1189, 0.000000\\\n",
-      "1189, 0.000000\\\n",
-      "1189, 0.000000\\\n",
-      "1189, 0.000000\\\n",
-      "1189, 0.000000\\\n",
-      "1189, 1.000000\\\n",
-      "1190, 0.000000\\\n",
-      "1190, 0.000000\\\n",
-      "1190, 0.000000\\\n",
-      "1190, 1.000000\\\n",
-      "1190, 0.000000\\\n",
-      "1190, 0.000000\\\n",
-      "1190, 0.000000\\\n",
-      "1190, 0.000000\\\n",
-      "1190, 1.000000\\\n",
-      "1191, 0.000000\\\n",
-      "1191, 0.000000\\\n",
-      "1191, 0.000000\\\n",
-      "1191, 0.000000\\\n",
-      "1191, 0.000000\\\n",
-      "1191, 0.000000\\\n",
-      "1191, 0.000000\\\n",
-      "1191, 1.000000\\\n",
-      "1191, 0.000000\\\n",
-      "1192, 0.000000\\\n",
-      "1192, 1.000000\\\n",
-      "1192, 0.000000\\\n",
-      "1192, 0.000000\\\n",
-      "1192, 0.000000\\\n",
-      "1192, 0.000000\\\n",
-      "1192, 0.000000\\\n",
-      "1192, 1.000000\\\n",
-      "1192, 0.000000\\\n",
-      "1193, 1.000000\\\n",
-      "1193, 0.000000\\\n",
-      "1193, 0.000000\\\n",
-      "1193, 0.000000\\\n",
-      "1193, 0.000000\\\n",
-      "1193, 0.000000\\\n",
-      "1193, 0.000000\\\n",
-      "1193, 0.000000\\\n",
-      "1193, 0.000000\\\n",
-      "1194, 0.000000\\\n",
-      "1194, 0.000000\\\n",
-      "1194, 0.000000\\\n",
-      "1194, 0.000000\\\n",
-      "1194, 0.000000\\\n",
-      "1194, 0.000000\\\n",
-      "1194, 1.000000\\\n",
-      "1194, 0.000000\\\n",
-      "1194, 0.000000\\\n",
-      "1195, 0.000000\\\n",
-      "1195, 1.000000\\\n",
-      "1195, 0.000000\\\n",
-      "1195, 0.000000\\\n",
-      "1195, 0.000000\\\n",
-      "1195, 0.000000\\\n",
-      "1195, 0.000000\\\n",
-      "1195, 0.000000\\\n",
-      "1195, 0.000000\\\n",
-      "1196, 0.000000\\\n",
-      "1196, 1.000000\\\n",
-      "1196, 0.000000\\\n",
-      "1196, 0.000000\\\n",
-      "1196, 0.000000\\\n",
-      "1196, 0.000000\\\n",
-      "1196, 1.000000\\\n",
-      "1196, 0.000000\\\n",
-      "1196, 0.000000\\\n",
-      "1197, 0.000000\\\n",
-      "1197, 0.000000\\\n",
-      "1197, 0.000000\\\n",
-      "1197, 0.000000\\\n",
-      "1197, 0.000000\\\n",
-      "1197, 0.000000\\\n",
-      "1197, 0.000000\\\n",
-      "1197, 0.000000\\\n",
-      "1197, 0.000000\\\n",
-      "1198, 0.000000\\\n",
-      "1198, 0.000000\\\n",
-      "1198, 0.000000\\\n",
-      "1198, 1.000000\\\n",
-      "1198, 0.000000\\\n",
-      "1198, 0.000000\\\n",
-      "1198, 0.000000\\\n",
-      "1198, 0.000000\\\n",
-      "1198, 0.000000\\\n",
-      "1199, 0.000000\\\n",
-      "1199, 0.000000\\\n",
-      "1199, 0.000000\\\n",
-      "1199, 0.000000\\\n",
-      "1199, 0.000000\\\n",
-      "1199, 0.000000\\\n",
-      "1199, 0.000000\\\n",
-      "1199, 0.000000\\\n",
-      "1199, 0.000000\\\n",
-      "1200, 0.000000\\\n",
-      "1200, 0.000000\\\n",
-      "1200, 0.000000\\\n",
-      "1200, 0.000000\\\n",
-      "1200, 0.000000\\\n",
-      "1200, 0.000000\\\n",
-      "1200, 0.000000\\\n",
-      "1200, 0.000000\\\n",
-      "1200, 0.000000\\\n",
-      "1201, 0.000000\\\n",
-      "1201, 0.000000\\\n",
-      "1201, 0.000000\\\n",
-      "1201, 0.000000\\\n",
-      "1201, 0.000000\\\n",
-      "1201, 0.000000\\\n",
-      "1201, 0.000000\\\n",
-      "1201, 0.000000\\\n",
-      "1201, 0.000000\\\n",
-      "1202, 0.000000\\\n",
-      "1202, 0.000000\\\n",
-      "1202, 0.000000\\\n",
-      "1202, 0.000000\\\n",
-      "1202, 0.000000\\\n",
-      "1202, 0.000000\\\n",
-      "1202, 0.000000\\\n",
-      "1202, 0.000000\\\n",
-      "1202, 0.000000\\\n",
-      "1203, 0.000000\\\n",
-      "1203, 0.000000\\\n",
-      "1203, 0.000000\\\n",
-      "1203, 0.000000\\\n",
-      "1203, 0.000000\\\n",
-      "1203, 0.000000\\\n",
-      "1203, 0.000000\\\n",
-      "1203, 0.000000\\\n",
-      "1203, 0.000000\\\n",
-      "1204, 0.000000\\\n",
-      "1204, 0.000000\\\n",
-      "1204, 0.000000\\\n",
-      "1204, 0.000000\\\n",
-      "1204, 0.000000\\\n",
-      "1204, 0.000000\\\n",
-      "1204, 0.000000\\\n",
-      "1204, 0.000000\\\n",
-      "1204, 0.000000\\\n",
-      "1205, 0.000000\\\n",
-      "1205, 0.000000\\\n",
-      "1205, 0.000000\\\n",
-      "1205, 0.000000\\\n",
-      "1205, 0.000000\\\n",
-      "1205, 0.000000\\\n",
-      "1205, 0.000000\\\n",
-      "1205, 0.000000\\\n",
-      "1205, 0.000000\\\n",
-      "1206, 0.000000\\\n",
-      "1206, 0.000000\\\n",
-      "1206, 0.000000\\\n",
-      "1206, 0.000000\\\n",
-      "1206, 0.000000\\\n",
-      "1206, 0.000000\\\n",
-      "1206, 0.000000\\\n",
-      "1206, 0.000000\\\n",
-      "1206, 0.000000\\\n",
-      "1207, 0.000000\\\n",
-      "1207, 0.000000\\\n",
-      "1207, 0.000000\\\n",
-      "1207, 0.000000\\\n",
-      "1207, 0.000000\\\n",
-      "1207, 0.000000\\\n",
-      "1207, 0.000000\\\n",
-      "1207, 0.000000\\\n",
-      "1207, 0.000000\\\n",
-      "1208, 0.000000\\\n",
-      "1208, 0.000000\\\n",
-      "1208, 0.000000\\\n",
-      "1208, 0.000000\\\n",
-      "1208, 0.000000\\\n",
-      "1208, 0.000000\\\n",
-      "1208, 0.000000\\\n",
-      "1208, 0.000000\\\n",
-      "1208, 0.000000\\\n",
-      "1209, 0.000000\\\n",
-      "1209, 0.000000\\\n",
-      "1209, 0.000000\\\n",
-      "1209, 0.000000\\\n",
-      "1209, 0.000000\\\n",
-      "1209, 0.000000\\\n",
-      "1209, 0.000000\\\n",
-      "1209, 0.000000\\\n",
-      "1209, 0.000000\\\n",
-      "1210, 0.000000\\\n",
-      "1210, 0.000000\\\n",
-      "1210, 0.000000\\\n",
-      "1210, 0.000000\\\n",
-      "1210, 0.000000\\\n",
-      "1210, 0.000000\\\n",
-      "1210, 0.000000\\\n",
-      "1210, 1.000000\\\n",
-      "1210, 0.000000\\\n",
-      "1211, 0.000000\\\n",
-      "1211, 0.000000\\\n",
-      "1211, 0.000000\\\n",
-      "1211, 0.000000\\\n",
-      "1211, 0.000000\\\n",
-      "1211, 0.000000\\\n",
-      "1211, 0.000000\\\n",
-      "1211, 0.000000\\\n",
-      "1211, 0.000000\\\n",
-      "1212, 0.000000\\\n",
-      "1212, 0.000000\\\n",
-      "1212, 0.000000\\\n",
-      "1212, 0.000000\\\n",
-      "1212, 0.000000\\\n",
-      "1212, 0.000000\\\n",
-      "1212, 0.000000\\\n",
-      "1212, 0.000000\\\n",
-      "1212, 0.000000\\\n",
-      "1213, 0.000000\\\n",
-      "1213, 0.000000\\\n",
-      "1213, 0.000000\\\n",
-      "1213, 0.000000\\\n",
-      "1213, 0.000000\\\n",
-      "1213, 0.000000\\\n",
-      "1213, 0.000000\\\n",
-      "1213, 0.000000\\\n",
-      "1213, 0.000000\\\n",
-      "1214, 0.000000\\\n",
-      "1214, 0.000000\\\n",
-      "1214, 0.000000\\\n",
-      "1214, 0.000000\\\n",
-      "1214, 0.000000\\\n",
-      "1214, 0.000000\\\n",
-      "1214, 0.000000\\\n",
-      "1214, 0.000000\\\n",
-      "1214, 0.000000\\\n",
-      "1215, 0.000000\\\n",
-      "1215, 0.000000\\\n",
-      "1215, 0.000000\\\n",
-      "1215, 0.000000\\\n",
-      "1215, 0.000000\\\n",
-      "1215, 0.000000\\\n",
-      "1215, 0.000000\\\n",
-      "1215, 0.000000\\\n",
-      "1215, 0.000000\\\n",
-      "1216, 0.000000\\\n",
-      "1216, 0.000000\\\n",
-      "1216, 0.000000\\\n",
-      "1216, 0.000000\\\n",
-      "1216, 0.000000\\\n",
-      "1216, 0.000000\\\n",
-      "1216, 0.000000\\\n",
-      "1216, 0.000000\\\n",
-      "1216, 0.000000\\\n",
-      "1217, 0.000000\\\n",
-      "1217, 0.000000\\\n",
-      "1217, 0.000000\\\n",
-      "1217, 0.000000\\\n",
-      "1217, 0.000000\\\n",
-      "1217, 0.000000\\\n",
-      "1217, 0.000000\\\n",
-      "1217, 0.000000\\\n",
-      "1217, 0.000000\\\n",
-      "1218, 0.000000\\\n",
-      "1218, 0.000000\\\n",
-      "1218, 0.000000\\\n",
-      "1218, 0.000000\\\n",
-      "1218, 0.000000\\\n",
-      "1218, 0.000000\\\n",
-      "1218, 0.000000\\\n",
-      "1218, 0.000000\\\n",
-      "1218, 0.000000\\\n",
-      "1219, 0.000000\\\n",
-      "1219, 0.000000\\\n",
-      "1219, 0.000000\\\n",
-      "1219, 0.000000\\\n",
-      "1219, 0.000000\\\n",
-      "1219, 0.000000\\\n",
-      "1219, 0.000000\\\n",
-      "1219, 0.000000\\\n",
-      "1219, 1.000000\\\n",
-      "1220, 0.000000\\\n",
-      "1220, 0.000000\\\n",
-      "1220, 0.000000\\\n",
-      "1220, 0.000000\\\n",
-      "1220, 0.000000\\\n",
-      "1220, 0.000000\\\n",
-      "1220, 0.000000\\\n",
-      "1220, 0.000000\\\n",
-      "1220, 0.000000\\\n",
-      "1221, 0.000000\\\n",
-      "1221, 0.000000\\\n",
-      "1221, 0.000000\\\n",
-      "1221, 0.000000\\\n",
-      "1221, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "1221, 0.000000\\\n",
-      "1221, 0.000000\\\n",
-      "1221, 0.000000\\\n",
-      "1221, 0.000000\\\n",
-      "1222, 0.000000\\\n",
-      "1222, 0.000000\\\n",
-      "1222, 0.000000\\\n",
-      "1222, 0.000000\\\n",
-      "1222, 0.000000\\\n",
-      "1222, 0.000000\\\n",
-      "1222, 1.000000\\\n",
-      "1222, 0.000000\\\n",
-      "1222, 0.000000\\\n",
-      "1223, 0.000000\\\n",
-      "1223, 0.000000\\\n",
-      "1223, 0.000000\\\n",
-      "1223, 0.000000\\\n",
-      "1223, 0.000000\\\n",
-      "1223, 0.000000\\\n",
-      "1223, 0.000000\\\n",
-      "1223, 0.000000\\\n",
-      "1223, 0.000000\\\n",
-      "1224, 0.000000\\\n",
-      "1224, 0.000000\\\n",
-      "1224, 0.000000\\\n",
-      "1224, 0.000000\\\n",
-      "1224, 0.000000\\\n",
-      "1224, 0.000000\\\n",
-      "1224, 0.000000\\\n",
-      "1224, 0.000000\\\n",
-      "1224, 0.000000\\\n",
-      "1225, 0.000000\\\n",
-      "1225, 0.000000\\\n",
-      "1225, 0.000000\\\n",
-      "1225, 0.000000\\\n",
-      "1225, 0.000000\\\n",
-      "1225, 0.000000\\\n",
-      "1225, 0.000000\\\n",
-      "1225, 0.000000\\\n",
-      "1225, 0.000000\\\n",
-      "1226, 0.000000\\\n",
-      "1226, 0.000000\\\n",
-      "1226, 0.000000\\\n",
-      "1226, 0.000000\\\n",
-      "1226, 0.000000\\\n",
-      "1226, 0.000000\\\n",
-      "1226, 0.000000\\\n",
-      "1226, 0.000000\\\n",
-      "1226, 0.000000\\\n",
-      "1227, 0.000000\\\n",
-      "1227, 0.000000\\\n",
-      "1227, 0.000000\\\n",
-      "1227, 0.000000\\\n",
-      "1227, 0.000000\\\n",
-      "1227, 0.000000\\\n",
-      "1227, 0.000000\\\n",
-      "1227, 0.000000\\\n",
-      "1227, 0.000000\\\n",
-      "1228, 0.000000\\\n",
-      "1228, 0.000000\\\n",
-      "1228, 0.000000\\\n",
-      "1228, 1.000000\\\n",
-      "1228, 0.000000\\\n",
-      "1228, 0.000000\\\n",
-      "1228, 0.000000\\\n",
-      "1228, 0.000000\\\n",
-      "1228, 0.000000\\\n",
-      "1229, 0.000000\\\n",
-      "1229, 0.000000\\\n",
-      "1229, 0.000000\\\n",
-      "1229, 0.000000\\\n",
-      "1229, 0.000000\\\n",
-      "1229, 0.000000\\\n",
-      "1229, 0.000000\\\n",
-      "1229, 0.000000\\\n",
-      "1229, 0.000000\\\n",
-      "1230, 0.000000\\\n",
-      "1230, 0.000000\\\n",
-      "1230, 0.000000\\\n",
-      "1230, 0.000000\\\n",
-      "1230, 0.000000\\\n",
-      "1230, 0.000000\\\n",
-      "1230, 0.000000\\\n",
-      "1230, 0.000000\\\n",
-      "1230, 0.000000\\\n",
-      "1231, 0.000000\\\n",
-      "1231, 0.000000\\\n",
-      "1231, 0.000000\\\n",
-      "1231, 0.000000\\\n",
-      "1231, 0.000000\\\n",
-      "1231, 0.000000\\\n",
-      "1231, 0.000000\\\n",
-      "1231, 0.000000\\\n",
-      "1231, 0.000000\\\n",
-      "1232, 0.000000\\\n",
-      "1232, 0.000000\\\n",
-      "1232, 0.000000\\\n",
-      "1232, 0.000000\\\n",
-      "1232, 0.000000\\\n",
-      "1232, 0.000000\\\n",
-      "1232, 0.000000\\\n",
-      "1232, 0.000000\\\n",
-      "1232, 0.000000\\\n",
-      "1233, 0.000000\\\n",
-      "1233, 1.000000\\\n",
-      "1233, 0.000000\\\n",
-      "1233, 0.000000\\\n",
-      "1233, 0.000000\\\n",
-      "1233, 0.000000\\\n",
-      "1233, 0.000000\\\n",
-      "1233, 0.000000\\\n",
-      "1233, 0.000000\\\n",
-      "1234, 0.000000\\\n",
-      "1234, 0.000000\\\n",
-      "1234, 0.000000\\\n",
-      "1234, 0.000000\\\n",
-      "1234, 0.000000\\\n",
-      "1234, 0.000000\\\n",
-      "1234, 0.000000\\\n",
-      "1234, 0.000000\\\n",
-      "1234, 0.000000\\\n",
-      "1235, 0.000000\\\n",
-      "1235, 0.000000\\\n",
-      "1235, 0.000000\\\n",
-      "1235, 0.000000\\\n",
-      "1235, 0.000000\\\n",
-      "1235, 0.000000\\\n",
-      "1235, 0.000000\\\n",
-      "1235, 0.000000\\\n",
-      "1235, 1.000000\\\n",
-      "1236, 0.000000\\\n",
-      "1236, 0.000000\\\n",
-      "1236, 0.000000\\\n",
-      "1236, 0.000000\\\n",
-      "1236, 0.000000\\\n",
-      "1236, 0.000000\\\n",
-      "1236, 0.000000\\\n",
-      "1236, 0.000000\\\n",
-      "1236, 0.000000\\\n",
-      "1237, 0.000000\\\n",
-      "1237, 0.000000\\\n",
-      "1237, 0.000000\\\n",
-      "1237, 0.000000\\\n",
-      "1237, 0.000000\\\n",
-      "1237, 0.000000\\\n",
-      "1237, 0.000000\\\n",
-      "1237, 0.000000\\\n",
-      "1237, 0.000000\\\n",
-      "1238, 0.000000\\\n",
-      "1238, 0.000000\\\n",
-      "1238, 0.000000\\\n",
-      "1238, 0.000000\\\n",
-      "1238, 0.000000\\\n",
-      "1238, 0.000000\\\n",
-      "1238, 0.000000\\\n",
-      "1238, 0.000000\\\n",
-      "1238, 0.000000\\\n",
-      "1239, 0.000000\\\n",
-      "1239, 0.000000\\\n",
-      "1239, 0.000000\\\n",
-      "1239, 0.000000\\\n",
-      "1239, 0.000000\\\n",
-      "1239, 0.000000\\\n",
-      "1239, 0.000000\\\n",
-      "1239, 0.000000\\\n",
-      "1239, 0.000000\\\n",
-      "1240, 0.000000\\\n",
-      "1240, 0.000000\\\n",
-      "1240, 0.000000\\\n",
-      "1240, 0.000000\\\n",
-      "1240, 0.000000\\\n",
-      "1240, 0.000000\\\n",
-      "1240, 0.000000\\\n",
-      "1240, 0.000000\\\n",
-      "1240, 0.000000\\\n",
-      "1241, 0.000000\\\n",
-      "1241, 0.000000\\\n",
-      "1241, 0.000000\\\n",
-      "1241, 0.000000\\\n",
-      "1241, 0.000000\\\n",
-      "1241, 0.000000\\\n",
-      "1241, 0.000000\\\n",
-      "1241, 0.000000\\\n",
-      "1241, 0.000000\\\n",
-      "1242, 0.000000\\\n",
-      "1242, 0.000000\\\n",
-      "1242, 0.000000\\\n",
-      "1242, 0.000000\\\n",
-      "1242, 0.000000\\\n",
-      "1242, 0.000000\\\n",
-      "1242, 0.000000\\\n",
-      "1242, 0.000000\\\n",
-      "1242, 0.000000\\\n",
-      "1243, 0.000000\\\n",
-      "1243, 1.000000\\\n",
-      "1243, 0.000000\\\n",
-      "1243, 0.000000\\\n",
-      "1243, 0.000000\\\n",
-      "1243, 0.000000\\\n",
-      "1243, 0.000000\\\n",
-      "1243, 0.000000\\\n",
-      "1243, 0.000000\\\n",
-      "1244, 0.000000\\\n",
-      "1244, 0.000000\\\n",
-      "1244, 0.000000\\\n",
-      "1244, 0.000000\\\n",
-      "1244, 0.000000\\\n",
-      "1244, 0.000000\\\n",
-      "1244, 0.000000\\\n",
-      "1244, 0.000000\\\n",
-      "1244, 0.000000\\\n",
-      "1245, 0.000000\\\n",
-      "1245, 0.000000\\\n",
-      "1245, 0.000000\\\n",
-      "1245, 0.000000\\\n",
-      "1245, 0.000000\\\n",
-      "1245, 0.000000\\\n",
-      "1245, 0.000000\\\n",
-      "1245, 0.000000\\\n",
-      "1245, 0.000000\\\n",
-      "1246, 0.000000\\\n",
-      "1246, 0.000000\\\n",
-      "1246, 0.000000\\\n",
-      "1246, 1.000000\\\n",
-      "1246, 0.000000\\\n",
-      "1246, 0.000000\\\n",
-      "1246, 0.000000\\\n",
-      "1246, 0.000000\\\n",
-      "1246, 0.000000\\\n",
-      "1247, 0.000000\\\n",
-      "1247, 0.000000\\\n",
-      "1247, 0.000000\\\n",
-      "1247, 0.000000\\\n",
-      "1247, 0.000000\\\n",
-      "1247, 0.000000\\\n",
-      "1247, 0.000000\\\n",
-      "1247, 0.000000\\\n",
-      "1247, 0.000000\\\n",
-      "1248, 0.000000\\\n",
-      "1248, 0.000000\\\n",
-      "1248, 0.000000\\\n",
-      "1248, 0.000000\\\n",
-      "1248, 0.000000\\\n",
-      "1248, 0.000000\\\n",
-      "1248, 0.000000\\\n",
-      "1248, 0.000000\\\n",
-      "1248, 0.000000\\\n",
-      "1249, 0.000000\\\n",
-      "1249, 0.000000\\\n",
-      "1249, 0.000000\\\n",
-      "1249, 0.000000\\\n",
-      "1249, 0.000000\\\n",
-      "1249, 0.000000\\\n",
-      "1249, 0.000000\\\n",
-      "1249, 0.000000\\\n",
-      "1249, 0.000000\\\n",
-      "1250, 0.000000\\\n",
-      "1250, 0.000000\\\n",
-      "1250, 0.000000\\\n",
-      "1250, 0.000000\\\n",
-      "1250, 0.000000\\\n",
-      "1250, 0.000000\\\n",
-      "1250, 0.000000\\\n",
-      "1250, 0.000000\\\n",
-      "1250, 0.000000\\\n",
-      "1251, 0.000000\\\n",
-      "1251, 0.000000\\\n",
-      "1251, 0.000000\\\n",
-      "1251, 0.000000\\\n",
-      "1251, 1.000000\\\n",
-      "1251, 0.000000\\\n",
-      "1251, 0.000000\\\n",
-      "1251, 0.000000\\\n",
-      "1251, 0.000000\\\n",
-      "1252, 0.000000\\\n",
-      "1252, 0.000000\\\n",
-      "1252, 0.000000\\\n",
-      "1252, 0.000000\\\n",
-      "1252, 0.000000\\\n",
-      "1252, 0.000000\\\n",
-      "1252, 0.000000\\\n",
-      "1252, 0.000000\\\n",
-      "1252, 0.000000\\\n",
-      "1253, 0.000000\\\n",
-      "1253, 0.000000\\\n",
-      "1253, 0.000000\\\n",
-      "1253, 0.000000\\\n",
-      "1253, 0.000000\\\n",
-      "1253, 0.000000\\\n",
-      "1253, 0.000000\\\n",
-      "1253, 0.000000\\\n",
-      "1253, 0.000000\\\n",
-      "1254, 0.000000\\\n",
-      "1254, 0.000000\\\n",
-      "1254, 0.000000\\\n",
-      "1254, 0.000000\\\n",
-      "1254, 0.000000\\\n",
-      "1254, 0.000000\\\n",
-      "1254, 0.000000\\\n",
-      "1254, 0.000000\\\n",
-      "1254, 0.000000\\\n",
-      "1255, 0.000000\\\n",
-      "1255, 0.000000\\\n",
-      "1255, 0.000000\\\n",
-      "1255, 0.000000\\\n",
-      "1255, 0.000000\\\n",
-      "1255, 0.000000\\\n",
-      "1255, 0.000000\\\n",
-      "1255, 0.000000\\\n",
-      "1255, 0.000000\\\n",
-      "1256, 0.000000\\\n",
-      "1256, 0.000000\\\n",
-      "1256, 0.000000\\\n",
-      "1256, 0.000000\\\n",
-      "1256, 0.000000\\\n",
-      "1256, 0.000000\\\n",
-      "1256, 0.000000\\\n",
-      "1256, 0.000000\\\n",
-      "1256, 0.000000\\\n",
-      "1257, 0.000000\\\n",
-      "1257, 0.000000\\\n",
-      "1257, 0.000000\\\n",
-      "1257, 0.000000\\\n",
-      "1257, 0.000000\\\n",
-      "1257, 0.000000\\\n",
-      "1257, 0.000000\\\n",
-      "1257, 0.000000\\\n",
-      "1257, 0.000000\\\n",
-      "1258, 0.000000\\\n",
-      "1258, 0.000000\\\n",
-      "1258, 0.000000\\\n",
-      "1258, 0.000000\\\n",
-      "1258, 0.000000\\\n",
-      "1258, 0.000000\\\n",
-      "1258, 0.000000\\\n",
-      "1258, 0.000000\\\n",
-      "1258, 0.000000\\\n",
-      "1259, 0.000000\\\n",
-      "1259, 0.000000\\\n",
-      "1259, 0.000000\\\n",
-      "1259, 0.000000\\\n",
-      "1259, 0.000000\\\n",
-      "1259, 0.000000\\\n",
-      "1259, 0.000000\\\n",
-      "1259, 0.000000\\\n",
-      "1259, 0.000000\\\n",
-      "1260, 0.000000\\\n",
-      "1260, 0.000000\\\n",
-      "1260, 0.000000\\\n",
-      "1260, 0.000000\\\n",
-      "1260, 0.000000\\\n",
-      "1260, 0.000000\\\n",
-      "1260, 0.000000\\\n",
-      "1260, 0.000000\\\n",
-      "1260, 0.000000\\\n",
-      "1261, 0.000000\\\n",
-      "1261, 0.000000\\\n",
-      "1261, 0.000000\\\n",
-      "1261, 0.000000\\\n",
-      "1261, 0.000000\\\n",
-      "1261, 0.000000\\\n",
-      "1261, 0.000000\\\n",
-      "1261, 0.000000\\\n",
-      "1261, 0.000000\\\n",
-      "1262, 0.000000\\\n",
-      "1262, 0.000000\\\n",
-      "1262, 0.000000\\\n",
-      "1262, 0.000000\\\n",
-      "1262, 0.000000\\\n",
-      "1262, 0.000000\\\n",
-      "1262, 0.000000\\\n",
-      "1262, 0.000000\\\n",
-      "1262, 0.000000\\\n",
-      "1263, 0.000000\\\n",
-      "1263, 0.000000\\\n",
-      "1263, 0.000000\\\n",
-      "1263, 0.000000\\\n",
-      "1263, 0.000000\\\n",
-      "1263, 0.000000\\\n",
-      "1263, 0.000000\\\n",
-      "1263, 0.000000\\\n",
-      "1263, 0.000000\\\n",
-      "1264, 0.000000\\\n",
-      "1264, 0.000000\\\n",
-      "1264, 0.000000\\\n",
-      "1264, 0.000000\\\n",
-      "1264, 0.000000\\\n",
-      "1264, 0.000000\\\n",
-      "1264, 0.000000\\\n",
-      "1264, 0.000000\\\n",
-      "1264, 0.000000\\\n",
-      "1265, 0.000000\\\n",
-      "1265, 0.000000\\\n",
-      "1265, 0.000000\\\n",
-      "1265, 0.000000\\\n",
-      "1265, 0.000000\\\n",
-      "1265, 0.000000\\\n",
-      "1265, 0.000000\\\n",
-      "1265, 0.000000\\\n",
-      "1265, 0.000000\\\n",
-      "1266, 0.000000\\\n",
-      "1266, 0.000000\\\n",
-      "1266, 0.000000\\\n",
-      "1266, 0.000000\\\n",
-      "1266, 0.000000\\\n",
-      "1266, 0.000000\\\n",
-      "1266, 0.000000\\\n",
-      "1266, 0.000000\\\n",
-      "1266, 0.000000\\\n",
-      "1267, 0.000000\\\n",
-      "1267, 0.000000\\\n",
-      "1267, 0.000000\\\n",
-      "1267, 0.000000\\\n",
-      "1267, 0.000000\\\n",
-      "1267, 0.000000\\\n",
-      "1267, 0.000000\\\n",
-      "1267, 0.000000\\\n",
-      "1267, 0.000000\\\n",
-      "1268, 0.000000\\\n",
-      "1268, 0.000000\\\n",
-      "1268, 0.000000\\\n",
-      "1268, 0.000000\\\n",
-      "1268, 0.000000\\\n",
-      "1268, 0.000000\\\n",
-      "1268, 0.000000\\\n",
-      "1268, 0.000000\\\n",
-      "1268, 0.000000\\\n",
-      "1269, 0.000000\\\n",
-      "1269, 0.000000\\\n",
-      "1269, 0.000000\\\n",
-      "1269, 0.000000\\\n",
-      "1269, 0.000000\\\n",
-      "1269, 0.000000\\\n",
-      "1269, 0.000000\\\n",
-      "1269, 0.000000\\\n",
-      "1269, 0.000000\\\n",
-      "1270, 0.000000\\\n",
-      "1270, 0.000000\\\n",
-      "1270, 0.000000\\\n",
-      "1270, 0.000000\\\n",
-      "1270, 0.000000\\\n",
-      "1270, 0.000000\\\n",
-      "1270, 0.000000\\\n",
-      "1270, 0.000000\\\n",
-      "1270, 0.000000\\\n",
-      "1271, 0.000000\\\n",
-      "1271, 0.000000\\\n",
-      "1271, 0.000000\\\n",
-      "1271, 0.000000\\\n",
-      "1271, 0.000000\\\n",
-      "1271, 1.000000\\\n",
-      "1271, 0.000000\\\n",
-      "1271, 0.000000\\\n",
-      "1271, 0.000000\\\n",
-      "1272, 0.000000\\\n",
-      "1272, 0.000000\\\n",
-      "1272, 0.000000\\\n",
-      "1272, 0.000000\\\n",
-      "1272, 0.000000\\\n",
-      "1272, 0.000000\\\n",
-      "1272, 0.000000\\\n",
-      "1272, 0.000000\\\n",
-      "1272, 0.000000\\\n",
-      "1273, 0.000000\\\n",
-      "1273, 0.000000\\\n",
-      "1273, 0.000000\\\n",
-      "1273, 0.000000\\\n",
-      "1273, 0.000000\\\n",
-      "1273, 0.000000\\\n",
-      "1273, 0.000000\\\n",
-      "1273, 0.000000\\\n",
-      "1273, 0.000000\\\n",
-      "1274, 0.000000\\\n",
-      "1274, 0.000000\\\n",
-      "1274, 0.000000\\\n",
-      "1274, 0.000000\\\n",
-      "1274, 0.000000\\\n",
-      "1274, 0.000000\\\n",
-      "1274, 0.000000\\\n",
-      "1274, 0.000000\\\n",
-      "1274, 0.000000\\\n",
-      "1275, 0.000000\\\n",
-      "1275, 0.000000\\\n",
-      "1275, 0.000000\\\n",
-      "1275, 0.000000\\\n",
-      "1275, 0.000000\\\n",
-      "1275, 0.000000\\\n",
-      "1275, 0.000000\\\n",
-      "1275, 0.000000\\\n",
-      "1275, 0.000000\\\n",
-      "1276, 0.000000\\\n",
-      "1276, 0.000000\\\n",
-      "1276, 0.000000\\\n",
-      "1276, 0.000000\\\n",
-      "1276, 0.000000\\\n",
-      "1276, 0.000000\\\n",
-      "1276, 0.000000\\\n",
-      "1276, 0.000000\\\n",
-      "1276, 0.000000\\\n",
-      "1277, 0.000000\\\n",
-      "1277, 0.000000\\\n",
-      "1277, 0.000000\\\n",
-      "1277, 0.000000\\\n",
-      "1277, 0.000000\\\n",
-      "1277, 0.000000\\\n",
-      "1277, 0.000000\\\n",
-      "1277, 0.000000\\\n",
-      "1277, 0.000000\\\n",
-      "1278, 0.000000\\\n",
-      "1278, 0.000000\\\n",
-      "1278, 0.000000\\\n",
-      "1278, 0.000000\\\n",
-      "1278, 0.000000\\\n",
-      "1278, 0.000000\\\n",
-      "1278, 0.000000\\\n",
-      "1278, 0.000000\\\n",
-      "1278, 0.000000\\\n",
-      "1279, 0.000000\\\n",
-      "1279, 0.000000\\\n",
-      "1279, 0.000000\\\n",
-      "1279, 0.000000\\\n",
-      "1279, 0.000000\\\n",
-      "1279, 0.000000\\\n",
-      "1279, 0.000000\\\n",
-      "1279, 0.000000\\\n",
-      "1279, 0.000000\\\n",
-      "1280, 0.000000\\\n",
-      "1280, 0.000000\\\n",
-      "1280, 0.000000\\\n",
-      "1280, 0.000000\\\n",
-      "1280, 0.000000\\\n",
-      "1280, 0.000000\\\n",
-      "1280, 0.000000\\\n",
-      "1280, 0.000000\\\n",
-      "1280, 0.000000\\\n",
-      "1281, 0.000000\\\n",
-      "1281, 0.000000\\\n",
-      "1281, 0.000000\\\n",
-      "1281, 0.000000\\\n",
-      "1281, 0.000000\\\n",
-      "1281, 1.000000\\\n",
-      "1281, 0.000000\\\n",
-      "1281, 0.000000\\\n",
-      "1281, 0.000000\\\n",
-      "1282, 0.000000\\\n",
-      "1282, 0.000000\\\n",
-      "1282, 0.000000\\\n",
-      "1282, 0.000000\\\n",
-      "1282, 0.000000\\\n",
-      "1282, 0.000000\\\n",
-      "1282, 0.000000\\\n",
-      "1282, 0.000000\\\n",
-      "1282, 0.000000\\\n",
-      "1283, 0.000000\\\n",
-      "1283, 0.000000\\\n",
-      "1283, 0.000000\\\n",
-      "1283, 0.000000\\\n",
-      "1283, 0.000000\\\n",
-      "1283, 0.000000\\\n",
-      "1283, 0.000000\\\n",
-      "1283, 0.000000\\\n",
-      "1283, 0.000000\\\n",
-      "1284, 0.000000\\\n",
-      "1284, 0.000000\\\n",
-      "1284, 0.000000\\\n",
-      "1284, 0.000000\\\n",
-      "1284, 0.000000\\\n",
-      "1284, 0.000000\\\n",
-      "1284, 0.000000\\\n",
-      "1284, 0.000000\\\n",
-      "1284, 0.000000\\\n",
-      "1285, 0.000000\\\n",
-      "1285, 0.000000\\\n",
-      "1285, 0.000000\\\n",
-      "1285, 0.000000\\\n",
-      "1285, 0.000000\\\n",
-      "1285, 0.000000\\\n",
-      "1285, 0.000000\\\n",
-      "1285, 0.000000\\\n",
-      "1285, 0.000000\\\n",
-      "1286, 0.000000\\\n",
-      "1286, 0.000000\\\n",
-      "1286, 0.000000\\\n",
-      "1286, 0.000000\\\n",
-      "1286, 0.000000\\\n",
-      "1286, 0.000000\\\n",
-      "1286, 0.000000\\\n",
-      "1286, 0.000000\\\n",
-      "1286, 0.000000\\\n",
-      "1287, 0.000000\\\n",
-      "1287, 0.000000\\\n",
-      "1287, 0.000000\\\n",
-      "1287, 0.000000\\\n",
-      "1287, 0.000000\\\n",
-      "1287, 0.000000\\\n",
-      "1287, 0.000000\\\n",
-      "1287, 0.000000\\\n",
-      "1287, 0.000000\\\n",
-      "1288, 0.000000\\\n",
-      "1288, 0.000000\\\n",
-      "1288, 0.000000\\\n",
-      "1288, 0.000000\\\n",
-      "1288, 0.000000\\\n",
-      "1288, 0.000000\\\n",
-      "1288, 0.000000\\\n",
-      "1288, 0.000000\\\n",
-      "1288, 0.000000\\\n",
-      "1289, 0.000000\\\n",
-      "1289, 0.000000\\\n",
-      "1289, 0.000000\\\n",
-      "1289, 0.000000\\\n",
-      "1289, 0.000000\\\n",
-      "1289, 0.000000\\\n",
-      "1289, 0.000000\\\n",
-      "1289, 1.000000\\\n",
-      "1289, 0.000000\\\n",
-      "1290, 0.000000\\\n",
-      "1290, 0.000000\\\n",
-      "1290, 0.000000\\\n",
-      "1290, 0.000000\\\n",
-      "1290, 0.000000\\\n",
-      "1290, 0.000000\\\n",
-      "1290, 0.000000\\\n",
-      "1290, 0.000000\\\n",
-      "1290, 0.000000\\\n",
-      "1291, 0.000000\\\n",
-      "1291, 0.000000\\\n",
-      "1291, 0.000000\\\n",
-      "1291, 0.000000\\\n",
-      "1291, 0.000000\\\n",
-      "1291, 0.000000\\\n",
-      "1291, 0.000000\\\n",
-      "1291, 0.000000\\\n",
-      "1291, 0.000000\\\n",
-      "1292, 0.000000\\\n",
-      "1292, 0.000000\\\n",
-      "1292, 0.000000\\\n",
-      "1292, 0.000000\\\n",
-      "1292, 0.000000\\\n",
-      "1292, 0.000000\\\n",
-      "1292, 0.000000\\\n",
-      "1292, 0.000000\\\n",
-      "1292, 0.000000\\\n",
-      "1293, 0.000000\\\n",
-      "1293, 0.000000\\\n",
-      "1293, 0.000000\\\n",
-      "1293, 0.000000\\\n",
-      "1293, 0.000000\\\n",
-      "1293, 0.000000\\\n",
-      "1293, 0.000000\\\n",
-      "1293, 0.000000\\\n",
-      "1293, 0.000000\\\n",
-      "1294, 0.000000\\\n",
-      "1294, 0.000000\\\n",
-      "1294, 0.000000\\\n",
-      "1294, 0.000000\\\n",
-      "1294, 0.000000\\\n",
-      "1294, 0.000000\\\n",
-      "1294, 0.000000\\\n",
-      "1294, 0.000000\\\n",
-      "1294, 0.000000\\\n",
-      "1295, 0.000000\\\n",
-      "1295, 0.000000\\\n",
-      "1295, 0.000000\\\n",
-      "1295, 0.000000\\\n",
-      "1295, 0.000000\\\n",
-      "1295, 0.000000\\\n",
-      "1295, 0.000000\\\n",
-      "1295, 0.000000\\\n",
-      "1295, 0.000000\\\n",
-      "1296, 0.000000\\\n",
-      "1296, 0.000000\\\n",
-      "1296, 0.000000\\\n",
-      "1296, 0.000000\\\n",
-      "1296, 1.000000\\\n",
-      "1296, 0.000000\\\n",
-      "1296, 0.000000\\\n",
-      "1296, 0.000000\\\n",
-      "1296, 0.000000\\\n",
-      "1297, 0.000000\\\n",
-      "1297, 0.000000\\\n",
-      "1297, 0.000000\\\n",
-      "1297, 0.000000\\\n",
-      "1297, 0.000000\\\n",
-      "1297, 0.000000\\\n",
-      "1297, 0.000000\\\n",
-      "1297, 0.000000\\\n",
-      "1297, 0.000000\\\n",
-      "1298, 0.000000\\\n",
-      "1298, 0.000000\\\n",
-      "1298, 0.000000\\\n",
-      "1298, 0.000000\\\n",
-      "1298, 0.000000\\\n",
-      "1298, 0.000000\\\n",
-      "1298, 0.000000\\\n",
-      "1298, 0.000000\\\n",
-      "1298, 0.000000\\\n",
-      "1299, 0.000000\\\n",
-      "1299, 0.000000\\\n",
-      "1299, 0.000000\\\n",
-      "1299, 0.000000\\\n",
-      "1299, 0.000000\\\n",
-      "1299, 0.000000\\\n",
-      "1299, 0.000000\\\n",
-      "1299, 0.000000\\\n",
-      "1299, 0.000000\\\n",
-      "1300, 0.000000\\\n",
-      "1300, 0.000000\\\n",
-      "1300, 0.000000\\\n",
-      "1300, 0.000000\\\n",
-      "1300, 0.000000\\\n",
-      "1300, 0.000000\\\n",
-      "1300, 0.000000\\\n",
-      "1300, 0.000000\\\n",
-      "1300, 0.000000\\\n",
-      "1301, 0.000000\\\n",
-      "1301, 0.000000\\\n",
-      "1301, 0.000000\\\n",
-      "1301, 0.000000\\\n",
-      "1301, 0.000000\\\n",
-      "1301, 0.000000\\\n",
-      "1301, 0.000000\\\n",
-      "1301, 0.000000\\\n",
-      "1301, 0.000000\\\n",
-      "1302, 0.000000\\\n",
-      "1302, 0.000000\\\n",
-      "1302, 0.000000\\\n",
-      "1302, 0.000000\\\n",
-      "1302, 0.000000\\\n",
-      "1302, 0.000000\\\n",
-      "1302, 0.000000\\\n",
-      "1302, 0.000000\\\n",
-      "1302, 0.000000\\\n",
-      "1303, 0.000000\\\n",
-      "1303, 0.000000\\\n",
-      "1303, 0.000000\\\n",
-      "1303, 0.000000\\\n",
-      "1303, 0.000000\\\n",
-      "1303, 0.000000\\\n",
-      "1303, 0.000000\\\n",
-      "1303, 0.000000\\\n",
-      "1303, 0.000000\\\n",
-      "1304, 0.000000\\\n",
-      "1304, 0.000000\\\n",
-      "1304, 0.000000\\\n",
-      "1304, 0.000000\\\n",
-      "1304, 0.000000\\\n",
-      "1304, 1.000000\\\n",
-      "1304, 0.000000\\\n",
-      "1304, 0.000000\\\n",
-      "1304, 0.000000\\\n",
-      "1305, 0.000000\\\n",
-      "1305, 0.000000\\\n",
-      "1305, 0.000000\\\n",
-      "1305, 0.000000\\\n",
-      "1305, 0.000000\\\n",
-      "1305, 0.000000\\\n",
-      "1305, 0.000000\\\n",
-      "1305, 0.000000\\\n",
-      "1305, 0.000000\\\n",
-      "1306, 0.000000\\\n",
-      "1306, 0.000000\\\n",
-      "1306, 0.000000\\\n",
-      "1306, 0.000000\\\n",
-      "1306, 0.000000\\\n",
-      "1306, 0.000000\\\n",
-      "1306, 0.000000\\\n",
-      "1306, 0.000000\\\n",
-      "1306, 0.000000\\\n",
-      "1307, 0.000000\\\n",
-      "1307, 0.000000\\\n",
-      "1307, 0.000000\\\n",
-      "1307, 0.000000\\\n",
-      "1307, 0.000000\\\n",
-      "1307, 0.000000\\\n",
-      "1307, 0.000000\\\n",
-      "1307, 0.000000\\\n",
-      "1307, 0.000000\\\n",
-      "1308, 0.000000\\\n",
-      "1308, 0.000000\\\n",
-      "1308, 0.000000\\\n",
-      "1308, 0.000000\\\n",
-      "1308, 0.000000\\\n",
-      "1308, 0.000000\\\n",
-      "1308, 0.000000\\\n",
-      "1308, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "1308, 0.000000\\\n",
-      "1309, 0.000000\\\n",
-      "1309, 0.000000\\\n",
-      "1309, 0.000000\\\n",
-      "1309, 0.000000\\\n",
-      "1309, 0.000000\\\n",
-      "1309, 0.000000\\\n",
-      "1309, 0.000000\\\n",
-      "1309, 0.000000\\\n",
-      "1309, 0.000000\\\n",
-      "1310, 0.000000\\\n",
-      "1310, 0.000000\\\n",
-      "1310, 0.000000\\\n",
-      "1310, 0.000000\\\n",
-      "1310, 0.000000\\\n",
-      "1310, 0.000000\\\n",
-      "1310, 0.000000\\\n",
-      "1310, 0.000000\\\n",
-      "1310, 0.000000\\\n",
-      "1311, 0.000000\\\n",
-      "1311, 0.000000\\\n",
-      "1311, 0.000000\\\n",
-      "1311, 0.000000\\\n",
-      "1311, 1.000000\\\n",
-      "1311, 0.000000\\\n",
-      "1311, 0.000000\\\n",
-      "1311, 0.000000\\\n",
-      "1311, 0.000000\\\n",
-      "1312, 1.000000\\\n",
-      "1312, 0.000000\\\n",
-      "1312, 0.000000\\\n",
-      "1312, 0.000000\\\n",
-      "1312, 0.000000\\\n",
-      "1312, 0.000000\\\n",
-      "1312, 0.000000\\\n",
-      "1312, 0.000000\\\n",
-      "1312, 0.000000\\\n",
-      "1313, 0.000000\\\n",
-      "1313, 0.000000\\\n",
-      "1313, 0.000000\\\n",
-      "1313, 0.000000\\\n",
-      "1313, 0.000000\\\n",
-      "1313, 0.000000\\\n",
-      "1313, 0.000000\\\n",
-      "1313, 0.000000\\\n",
-      "1313, 0.000000\\\n",
-      "1314, 0.000000\\\n",
-      "1314, 0.000000\\\n",
-      "1314, 0.000000\\\n",
-      "1314, 0.000000\\\n",
-      "1314, 0.000000\\\n",
-      "1314, 0.000000\\\n",
-      "1314, 0.000000\\\n",
-      "1314, 0.000000\\\n",
-      "1314, 0.000000\\\n",
-      "1315, 0.000000\\\n",
-      "1315, 0.000000\\\n",
-      "1315, 0.000000\\\n",
-      "1315, 0.000000\\\n",
-      "1315, 0.000000\\\n",
-      "1315, 0.000000\\\n",
-      "1315, 0.000000\\\n",
-      "1315, 0.000000\\\n",
-      "1315, 0.000000\\\n",
-      "1316, 0.000000\\\n",
-      "1316, 0.000000\\\n",
-      "1316, 0.000000\\\n",
-      "1316, 0.000000\\\n",
-      "1316, 0.000000\\\n",
-      "1316, 0.000000\\\n",
-      "1316, 0.000000\\\n",
-      "1316, 0.000000\\\n",
-      "1316, 0.000000\\\n",
-      "1317, 0.000000\\\n",
-      "1317, 0.000000\\\n",
-      "1317, 0.000000\\\n",
-      "1317, 0.000000\\\n",
-      "1317, 0.000000\\\n",
-      "1317, 0.000000\\\n",
-      "1317, 0.000000\\\n",
-      "1317, 0.000000\\\n",
-      "1317, 0.000000\\\n",
-      "1318, 0.000000\\\n",
-      "1318, 0.000000\\\n",
-      "1318, 0.000000\\\n",
-      "1318, 0.000000\\\n",
-      "1318, 0.000000\\\n",
-      "1318, 0.000000\\\n",
-      "1318, 0.000000\\\n",
-      "1318, 0.000000\\\n",
-      "1318, 0.000000\\\n",
-      "1319, 0.000000\\\n",
-      "1319, 0.000000\\\n",
-      "1319, 0.000000\\\n",
-      "1319, 0.000000\\\n",
-      "1319, 0.000000\\\n",
-      "1319, 0.000000\\\n",
-      "1319, 0.000000\\\n",
-      "1319, 0.000000\\\n",
-      "1319, 0.000000\\\n",
-      "1320, 0.000000\\\n",
-      "1320, 0.000000\\\n",
-      "1320, 0.000000\\\n",
-      "1320, 0.000000\\\n",
-      "1320, 0.000000\\\n",
-      "1320, 0.000000\\\n",
-      "1320, 0.000000\\\n",
-      "1320, 0.000000\\\n",
-      "1320, 0.000000\\\n",
-      "1321, 0.000000\\\n",
-      "1321, 0.000000\\\n",
-      "1321, 0.000000\\\n",
-      "1321, 0.000000\\\n",
-      "1321, 0.000000\\\n",
-      "1321, 0.000000\\\n",
-      "1321, 0.000000\\\n",
-      "1321, 0.000000\\\n",
-      "1321, 0.000000\\\n",
-      "1322, 0.000000\\\n",
-      "1322, 0.000000\\\n",
-      "1322, 0.000000\\\n",
-      "1322, 0.000000\\\n",
-      "1322, 0.000000\\\n",
-      "1322, 0.000000\\\n",
-      "1322, 0.000000\\\n",
-      "1322, 0.000000\\\n",
-      "1322, 0.000000\\\n",
-      "1323, 0.000000\\\n",
-      "1323, 0.000000\\\n",
-      "1323, 0.000000\\\n",
-      "1323, 0.000000\\\n",
-      "1323, 0.000000\\\n",
-      "1323, 0.000000\\\n",
-      "1323, 0.000000\\\n",
-      "1323, 0.000000\\\n",
-      "1323, 0.000000\\\n",
-      "1324, 0.000000\\\n",
-      "1324, 0.000000\\\n",
-      "1324, 0.000000\\\n",
-      "1324, 0.000000\\\n",
-      "1324, 0.000000\\\n",
-      "1324, 0.000000\\\n",
-      "1324, 0.000000\\\n",
-      "1324, 0.000000\\\n",
-      "1324, 0.000000\\\n",
-      "1325, 0.000000\\\n",
-      "1325, 0.000000\\\n",
-      "1325, 0.000000\\\n",
-      "1325, 0.000000\\\n",
-      "1325, 0.000000\\\n",
-      "1325, 0.000000\\\n",
-      "1325, 0.000000\\\n",
-      "1325, 0.000000\\\n",
-      "1325, 0.000000\\\n",
-      "1326, 0.000000\\\n",
-      "1326, 0.000000\\\n",
-      "1326, 0.000000\\\n",
-      "1326, 0.000000\\\n",
-      "1326, 0.000000\\\n",
-      "1326, 0.000000\\\n",
-      "1326, 0.000000\\\n",
-      "1326, 0.000000\\\n",
-      "1326, 0.000000\\\n",
-      "1327, 0.000000\\\n",
-      "1327, 0.000000\\\n",
-      "1327, 0.000000\\\n",
-      "1327, 0.000000\\\n",
-      "1327, 0.000000\\\n",
-      "1327, 0.000000\\\n",
-      "1327, 0.000000\\\n",
-      "1327, 0.000000\\\n",
-      "1327, 0.000000\\\n",
-      "1328, 0.000000\\\n",
-      "1328, 0.000000\\\n",
-      "1328, 0.000000\\\n",
-      "1328, 0.000000\\\n",
-      "1328, 0.000000\\\n",
-      "1328, 0.000000\\\n",
-      "1328, 0.000000\\\n",
-      "1328, 0.000000\\\n",
-      "1328, 0.000000\\\n",
-      "1329, 0.000000\\\n",
-      "1329, 0.000000\\\n",
-      "1329, 0.000000\\\n",
-      "1329, 0.000000\\\n",
-      "1329, 0.000000\\\n",
-      "1329, 0.000000\\\n",
-      "1329, 0.000000\\\n",
-      "1329, 0.000000\\\n",
-      "1329, 0.000000\\\n",
-      "1330, 0.000000\\\n",
-      "1330, 0.000000\\\n",
-      "1330, 0.000000\\\n",
-      "1330, 0.000000\\\n",
-      "1330, 0.000000\\\n",
-      "1330, 0.000000\\\n",
-      "1330, 0.000000\\\n",
-      "1330, 0.000000\\\n",
-      "1330, 0.000000\\\n",
-      "1331, 0.000000\\\n",
-      "1331, 0.000000\\\n",
-      "1331, 0.000000\\\n",
-      "1331, 0.000000\\\n",
-      "1331, 0.000000\\\n",
-      "1331, 0.000000\\\n",
-      "1331, 0.000000\\\n",
-      "1331, 0.000000\\\n",
-      "1331, 0.000000\\\n",
-      "1332, 0.000000\\\n",
-      "1332, 0.000000\\\n",
-      "1332, 0.000000\\\n",
-      "1332, 0.000000\\\n",
-      "1332, 0.000000\\\n",
-      "1332, 0.000000\\\n",
-      "1332, 0.000000\\\n",
-      "1332, 0.000000\\\n",
-      "1332, 0.000000\\\n",
-      "1333, 0.000000\\\n",
-      "1333, 0.000000\\\n",
-      "1333, 0.000000\\\n",
-      "1333, 0.000000\\\n",
-      "1333, 0.000000\\\n",
-      "1333, 0.000000\\\n",
-      "1333, 0.000000\\\n",
-      "1333, 0.000000\\\n",
-      "1333, 0.000000\\\n",
-      "1334, 0.000000\\\n",
-      "1334, 0.000000\\\n",
-      "1334, 0.000000\\\n",
-      "1334, 0.000000\\\n",
-      "1334, 0.000000\\\n",
-      "1334, 0.000000\\\n",
-      "1334, 0.000000\\\n",
-      "1334, 0.000000\\\n",
-      "1334, 0.000000\\\n",
-      "1335, 0.000000\\\n",
-      "1335, 0.000000\\\n",
-      "1335, 0.000000\\\n",
-      "1335, 0.000000\\\n",
-      "1335, 0.000000\\\n",
-      "1335, 0.000000\\\n",
-      "1335, 0.000000\\\n",
-      "1335, 0.000000\\\n",
-      "1335, 0.000000\\\n",
-      "1336, 0.000000\\\n",
-      "1336, 0.000000\\\n",
-      "1336, 0.000000\\\n",
-      "1336, 0.000000\\\n",
-      "1336, 0.000000\\\n",
-      "1336, 0.000000\\\n",
-      "1336, 0.000000\\\n",
-      "1336, 0.000000\\\n",
-      "1336, 0.000000\\\n",
-      "1337, 0.000000\\\n",
-      "1337, 0.000000\\\n",
-      "1337, 0.000000\\\n",
-      "1337, 0.000000\\\n",
-      "1337, 0.000000\\\n",
-      "1337, 0.000000\\\n",
-      "1337, 0.000000\\\n",
-      "1337, 0.000000\\\n",
-      "1337, 0.000000\\\n",
-      "1338, 0.000000\\\n",
-      "1338, 0.000000\\\n",
-      "1338, 0.000000\\\n",
-      "1338, 0.000000\\\n",
-      "1338, 0.000000\\\n",
-      "1338, 0.000000\\\n",
-      "1338, 0.000000\\\n",
-      "1338, 0.000000\\\n",
-      "1338, 0.000000\\\n",
-      "1339, 0.000000\\\n",
-      "1339, 0.000000\\\n",
-      "1339, 0.000000\\\n",
-      "1339, 0.000000\\\n",
-      "1339, 0.000000\\\n",
-      "1339, 0.000000\\\n",
-      "1339, 0.000000\\\n",
-      "1339, 0.000000\\\n",
-      "1339, 0.000000\\\n",
-      "1340, 0.000000\\\n",
-      "1340, 0.000000\\\n",
-      "1340, 0.000000\\\n",
-      "1340, 0.000000\\\n",
-      "1340, 0.000000\\\n",
-      "1340, 0.000000\\\n",
-      "1340, 0.000000\\\n",
-      "1340, 0.000000\\\n",
-      "1340, 0.000000\\\n",
-      "1341, 0.000000\\\n",
-      "1341, 0.000000\\\n",
-      "1341, 0.000000\\\n",
-      "1341, 0.000000\\\n",
-      "1341, 0.000000\\\n",
-      "1341, 0.000000\\\n",
-      "1341, 0.000000\\\n",
-      "1341, 0.000000\\\n",
-      "1341, 0.000000\\\n",
-      "1342, 0.000000\\\n",
-      "1342, 0.000000\\\n",
-      "1342, 0.000000\\\n",
-      "1342, 0.000000\\\n",
-      "1342, 0.000000\\\n",
-      "1342, 0.000000\\\n",
-      "1342, 0.000000\\\n",
-      "1342, 0.000000\\\n",
-      "1342, 0.000000\\\n",
-      "1343, 0.000000\\\n",
-      "1343, 1.000000\\\n",
-      "1343, 0.000000\\\n",
-      "1343, 0.000000\\\n",
-      "1343, 0.000000\\\n",
-      "1343, 0.000000\\\n",
-      "1343, 0.000000\\\n",
-      "1343, 0.000000\\\n",
-      "1343, 0.000000\\\n",
-      "1344, 0.000000\\\n",
-      "1344, 0.000000\\\n",
-      "1344, 0.000000\\\n",
-      "1344, 0.000000\\\n",
-      "1344, 0.000000\\\n",
-      "1344, 0.000000\\\n",
-      "1344, 0.000000\\\n",
-      "1344, 0.000000\\\n",
-      "1344, 0.000000\\\n",
-      "1345, 0.000000\\\n",
-      "1345, 0.000000\\\n",
-      "1345, 0.000000\\\n",
-      "1345, 0.000000\\\n",
-      "1345, 0.000000\\\n",
-      "1345, 0.000000\\\n",
-      "1345, 0.000000\\\n",
-      "1345, 0.000000\\\n",
-      "1345, 0.000000\\\n",
-      "1346, 0.000000\\\n",
-      "1346, 0.000000\\\n",
-      "1346, 0.000000\\\n",
-      "1346, 0.000000\\\n",
-      "1346, 0.000000\\\n",
-      "1346, 0.000000\\\n",
-      "1346, 0.000000\\\n",
-      "1346, 0.000000\\\n",
-      "1346, 0.000000\\\n",
-      "1347, 0.000000\\\n",
-      "1347, 0.000000\\\n",
-      "1347, 0.000000\\\n",
-      "1347, 0.000000\\\n",
-      "1347, 0.000000\\\n",
-      "1347, 0.000000\\\n",
-      "1347, 0.000000\\\n",
-      "1347, 0.000000\\\n",
-      "1347, 0.000000\\\n",
-      "1348, 0.000000\\\n",
-      "1348, 0.000000\\\n",
-      "1348, 0.000000\\\n",
-      "1348, 0.000000\\\n",
-      "1348, 0.000000\\\n",
-      "1348, 0.000000\\\n",
-      "1348, 0.000000\\\n",
-      "1348, 0.000000\\\n",
-      "1348, 0.000000\\\n",
-      "1349, 0.000000\\\n",
-      "1349, 0.000000\\\n",
-      "1349, 0.000000\\\n",
-      "1349, 0.000000\\\n",
-      "1349, 0.000000\\\n",
-      "1349, 0.000000\\\n",
-      "1349, 0.000000\\\n",
-      "1349, 0.000000\\\n",
-      "1349, 0.000000\\\n",
-      "1350, 0.000000\\\n",
-      "1350, 0.000000\\\n",
-      "1350, 0.000000\\\n",
-      "1350, 0.000000\\\n",
-      "1350, 0.000000\\\n",
-      "1350, 0.000000\\\n",
-      "1350, 0.000000\\\n",
-      "1350, 0.000000\\\n",
-      "1350, 0.000000\\\n",
-      "1351, 0.000000\\\n",
-      "1351, 0.000000\\\n",
-      "1351, 0.000000\\\n",
-      "1351, 0.000000\\\n",
-      "1351, 0.000000\\\n",
-      "1351, 0.000000\\\n",
-      "1351, 1.000000\\\n",
-      "1351, 0.000000\\\n",
-      "1351, 0.000000\\\n",
-      "1352, 0.000000\\\n",
-      "1352, 0.000000\\\n",
-      "1352, 0.000000\\\n",
-      "1352, 0.000000\\\n",
-      "1352, 0.000000\\\n",
-      "1352, 0.000000\\\n",
-      "1352, 0.000000\\\n",
-      "1352, 0.000000\\\n",
-      "1352, 0.000000\\\n",
-      "1353, 0.000000\\\n",
-      "1353, 0.000000\\\n",
-      "1353, 0.000000\\\n",
-      "1353, 0.000000\\\n",
-      "1353, 0.000000\\\n",
-      "1353, 0.000000\\\n",
-      "1353, 0.000000\\\n",
-      "1353, 0.000000\\\n",
-      "1353, 0.000000\\\n",
-      "1354, 0.000000\\\n",
-      "1354, 0.000000\\\n",
-      "1354, 0.000000\\\n",
-      "1354, 0.000000\\\n",
-      "1354, 0.000000\\\n",
-      "1354, 0.000000\\\n",
-      "1354, 0.000000\\\n",
-      "1354, 0.000000\\\n",
-      "1354, 0.000000\\\n",
-      "1355, 0.000000\\\n",
-      "1355, 0.000000\\\n",
-      "1355, 0.000000\\\n",
-      "1355, 0.000000\\\n",
-      "1355, 0.000000\\\n",
-      "1355, 0.000000\\\n",
-      "1355, 0.000000\\\n",
-      "1355, 0.000000\\\n",
-      "1355, 0.000000\\\n",
-      "1356, 0.000000\\\n",
-      "1356, 0.000000\\\n",
-      "1356, 0.000000\\\n",
-      "1356, 0.000000\\\n",
-      "1356, 0.000000\\\n",
-      "1356, 0.000000\\\n",
-      "1356, 0.000000\\\n",
-      "1356, 0.000000\\\n",
-      "1356, 0.000000\\\n",
-      "1357, 0.000000\\\n",
-      "1357, 0.000000\\\n",
-      "1357, 0.000000\\\n",
-      "1357, 0.000000\\\n",
-      "1357, 0.000000\\\n",
-      "1357, 0.000000\\\n",
-      "1357, 0.000000\\\n",
-      "1357, 0.000000\\\n",
-      "1357, 0.000000\\\n",
-      "1358, 0.000000\\\n",
-      "1358, 0.000000\\\n",
-      "1358, 0.000000\\\n",
-      "1358, 0.000000\\\n",
-      "1358, 0.000000\\\n",
-      "1358, 0.000000\\\n",
-      "1358, 0.000000\\\n",
-      "1358, 0.000000\\\n",
-      "1358, 0.000000\\\n",
-      "1359, 0.000000\\\n",
-      "1359, 0.000000\\\n",
-      "1359, 0.000000\\\n",
-      "1359, 0.000000\\\n",
-      "1359, 0.000000\\\n",
-      "1359, 0.000000\\\n",
-      "1359, 0.000000\\\n",
-      "1359, 0.000000\\\n",
-      "1359, 0.000000\\\n",
-      "1360, 0.000000\\\n",
-      "1360, 0.000000\\\n",
-      "1360, 0.000000\\\n",
-      "1360, 0.000000\\\n",
-      "1360, 0.000000\\\n",
-      "1360, 0.000000\\\n",
-      "1360, 0.000000\\\n",
-      "1360, 0.000000\\\n",
-      "1360, 0.000000\\\n",
-      "1361, 0.000000\\\n",
-      "1361, 0.000000\\\n",
-      "1361, 0.000000\\\n",
-      "1361, 0.000000\\\n",
-      "1361, 0.000000\\\n",
-      "1361, 0.000000\\\n",
-      "1361, 0.000000\\\n",
-      "1361, 0.000000\\\n",
-      "1361, 0.000000\\\n",
-      "1362, 0.000000\\\n",
-      "1362, 0.000000\\\n",
-      "1362, 0.000000\\\n",
-      "1362, 0.000000\\\n",
-      "1362, 0.000000\\\n",
-      "1362, 0.000000\\\n",
-      "1362, 0.000000\\\n",
-      "1362, 0.000000\\\n",
-      "1362, 0.000000\\\n",
-      "1363, 0.000000\\\n",
-      "1363, 0.000000\\\n",
-      "1363, 0.000000\\\n",
-      "1363, 0.000000\\\n",
-      "1363, 0.000000\\\n",
-      "1363, 0.000000\\\n",
-      "1363, 0.000000\\\n",
-      "1363, 0.000000\\\n",
-      "1363, 0.000000\\\n",
-      "1364, 0.000000\\\n",
-      "1364, 0.000000\\\n",
-      "1364, 0.000000\\\n",
-      "1364, 0.000000\\\n",
-      "1364, 0.000000\\\n",
-      "1364, 0.000000\\\n",
-      "1364, 0.000000\\\n",
-      "1364, 0.000000\\\n",
-      "1364, 0.000000\\\n",
-      "1365, 0.000000\\\n",
-      "1365, 0.000000\\\n",
-      "1365, 0.000000\\\n",
-      "1365, 0.000000\\\n",
-      "1365, 0.000000\\\n",
-      "1365, 0.000000\\\n",
-      "1365, 0.000000\\\n",
-      "1365, 0.000000\\\n",
-      "1365, 0.000000\\\n",
-      "1366, 0.000000\\\n",
-      "1366, 0.000000\\\n",
-      "1366, 0.000000\\\n",
-      "1366, 0.000000\\\n",
-      "1366, 0.000000\\\n",
-      "1366, 0.000000\\\n",
-      "1366, 0.000000\\\n",
-      "1366, 0.000000\\\n",
-      "1366, 0.000000\\\n",
-      "1367, 0.000000\\\n",
-      "1367, 0.000000\\\n",
-      "1367, 0.000000\\\n",
-      "1367, 0.000000\\\n",
-      "1367, 0.000000\\\n",
-      "1367, 0.000000\\\n",
-      "1367, 0.000000\\\n",
-      "1367, 0.000000\\\n",
-      "1367, 0.000000\\\n",
-      "1368, 0.000000\\\n",
-      "1368, 0.000000\\\n",
-      "1368, 0.000000\\\n",
-      "1368, 0.000000\\\n",
-      "1368, 0.000000\\\n",
-      "1368, 0.000000\\\n",
-      "1368, 0.000000\\\n",
-      "1368, 0.000000\\\n",
-      "1368, 0.000000\\\n",
-      "1369, 0.000000\\\n",
-      "1369, 0.000000\\\n",
-      "1369, 0.000000\\\n",
-      "1369, 0.000000\\\n",
-      "1369, 0.000000\\\n",
-      "1369, 0.000000\\\n",
-      "1369, 0.000000\\\n",
-      "1369, 0.000000\\\n",
-      "1369, 0.000000\\\n",
-      "1370, 0.000000\\\n",
-      "1370, 0.000000\\\n",
-      "1370, 0.000000\\\n",
-      "1370, 0.000000\\\n",
-      "1370, 0.000000\\\n",
-      "1370, 0.000000\\\n",
-      "1370, 0.000000\\\n",
-      "1370, 0.000000\\\n",
-      "1370, 0.000000\\\n",
-      "1371, 0.000000\\\n",
-      "1371, 0.000000\\\n",
-      "1371, 0.000000\\\n",
-      "1371, 0.000000\\\n",
-      "1371, 0.000000\\\n",
-      "1371, 0.000000\\\n",
-      "1371, 0.000000\\\n",
-      "1371, 0.000000\\\n",
-      "1371, 0.000000\\\n",
-      "1372, 0.000000\\\n",
-      "1372, 0.000000\\\n",
-      "1372, 0.000000\\\n",
-      "1372, 0.000000\\\n",
-      "1372, 0.000000\\\n",
-      "1372, 0.000000\\\n",
-      "1372, 0.000000\\\n",
-      "1372, 0.000000\\\n",
-      "1372, 0.000000\\\n",
-      "1373, 0.000000\\\n",
-      "1373, 0.000000\\\n",
-      "1373, 0.000000\\\n",
-      "1373, 0.000000\\\n",
-      "1373, 0.000000\\\n",
-      "1373, 0.000000\\\n",
-      "1373, 0.000000\\\n",
-      "1373, 0.000000\\\n",
-      "1373, 0.000000\\\n",
-      "1374, 0.000000\\\n",
-      "1374, 0.000000\\\n",
-      "1374, 0.000000\\\n",
-      "1374, 0.000000\\\n",
-      "1374, 0.000000\\\n",
-      "1374, 0.000000\\\n",
-      "1374, 0.000000\\\n",
-      "1374, 0.000000\\\n",
-      "1374, 0.000000\\\n",
-      "1375, 0.000000\\\n",
-      "1375, 0.000000\\\n",
-      "1375, 0.000000\\\n",
-      "1375, 0.000000\\\n",
-      "1375, 0.000000\\\n",
-      "1375, 0.000000\\\n",
-      "1375, 0.000000\\\n",
-      "1375, 0.000000\\\n",
-      "1375, 0.000000\\\n",
-      "1376, 0.000000\\\n",
-      "1376, 0.000000\\\n",
-      "1376, 0.000000\\\n",
-      "1376, 0.000000\\\n",
-      "1376, 0.000000\\\n",
-      "1376, 0.000000\\\n",
-      "1376, 0.000000\\\n",
-      "1376, 0.000000\\\n",
-      "1376, 1.000000\\\n",
-      "1377, 0.000000\\\n",
-      "1377, 0.000000\\\n",
-      "1377, 0.000000\\\n",
-      "1377, 0.000000\\\n",
-      "1377, 0.000000\\\n",
-      "1377, 0.000000\\\n",
-      "1377, 0.000000\\\n",
-      "1377, 0.000000\\\n",
-      "1377, 0.000000\\\n",
-      "1378, 0.000000\\\n",
-      "1378, 0.000000\\\n",
-      "1378, 0.000000\\\n",
-      "1378, 0.000000\\\n",
-      "1378, 0.000000\\\n",
-      "1378, 0.000000\\\n",
-      "1378, 0.000000\\\n",
-      "1378, 0.000000\\\n",
-      "1378, 0.000000\\\n",
-      "1379, 0.000000\\\n",
-      "1379, 0.000000\\\n",
-      "1379, 0.000000\\\n",
-      "1379, 0.000000\\\n",
-      "1379, 0.000000\\\n",
-      "1379, 0.000000\\\n",
-      "1379, 0.000000\\\n",
-      "1379, 0.000000\\\n",
-      "1379, 0.000000\\\n",
-      "1380, 0.000000\\\n",
-      "1380, 0.000000\\\n",
-      "1380, 0.000000\\\n",
-      "1380, 0.000000\\\n",
-      "1380, 0.000000\\\n",
-      "1380, 0.000000\\\n",
-      "1380, 0.000000\\\n",
-      "1380, 0.000000\\\n",
-      "1380, 0.000000\\\n",
-      "1381, 0.000000\\\n",
-      "1381, 0.000000\\\n",
-      "1381, 0.000000\\\n",
-      "1381, 0.000000\\\n",
-      "1381, 0.000000\\\n",
-      "1381, 0.000000\\\n",
-      "1381, 0.000000\\\n",
-      "1381, 0.000000\\\n",
-      "1381, 0.000000\\\n",
-      "1382, 0.000000\\\n",
-      "1382, 0.000000\\\n",
-      "1382, 0.000000\\\n",
-      "1382, 0.000000\\\n",
-      "1382, 0.000000\\\n",
-      "1382, 0.000000\\\n",
-      "1382, 0.000000\\\n",
-      "1382, 0.000000\\\n",
-      "1382, 0.000000\\\n",
-      "1383, 0.000000\\\n",
-      "1383, 0.000000\\\n",
-      "1383, 0.000000\\\n",
-      "1383, 0.000000\\\n",
-      "1383, 0.000000\\\n",
-      "1383, 0.000000\\\n",
-      "1383, 0.000000\\\n",
-      "1383, 0.000000\\\n",
-      "1383, 0.000000\\\n",
-      "1384, 0.000000\\\n",
-      "1384, 0.000000\\\n",
-      "1384, 1.000000\\\n",
-      "1384, 0.000000\\\n",
-      "1384, 0.000000\\\n",
-      "1384, 0.000000\\\n",
-      "1384, 0.000000\\\n",
-      "1384, 0.000000\\\n",
-      "1384, 0.000000\\\n",
-      "1385, 0.000000\\\n",
-      "1385, 0.000000\\\n",
-      "1385, 0.000000\\\n",
-      "1385, 0.000000\\\n",
-      "1385, 0.000000\\\n",
-      "1385, 0.000000\\\n",
-      "1385, 0.000000\\\n",
-      "1385, 0.000000\\\n",
-      "1385, 0.000000\\\n",
-      "1386, 0.000000\\\n",
-      "1386, 0.000000\\\n",
-      "1386, 0.000000\\\n",
-      "1386, 0.000000\\\n",
-      "1386, 0.000000\\\n",
-      "1386, 0.000000\\\n",
-      "1386, 0.000000\\\n",
-      "1386, 0.000000\\\n",
-      "1386, 0.000000\\\n",
-      "1387, 0.000000\\\n",
-      "1387, 0.000000\\\n",
-      "1387, 0.000000\\\n",
-      "1387, 0.000000\\\n",
-      "1387, 0.000000\\\n",
-      "1387, 0.000000\\\n",
-      "1387, 0.000000\\\n",
-      "1387, 0.000000\\\n",
-      "1387, 0.000000\\\n",
-      "1388, 0.000000\\\n",
-      "1388, 0.000000\\\n",
-      "1388, 0.000000\\\n",
-      "1388, 0.000000\\\n",
-      "1388, 0.000000\\\n",
-      "1388, 0.000000\\\n",
-      "1388, 0.000000\\\n",
-      "1388, 0.000000\\\n",
-      "1388, 0.000000\\\n",
-      "1389, 0.000000\\\n",
-      "1389, 0.000000\\\n",
-      "1389, 0.000000\\\n",
-      "1389, 0.000000\\\n",
-      "1389, 0.000000\\\n",
-      "1389, 0.000000\\\n",
-      "1389, 0.000000\\\n",
-      "1389, 0.000000\\\n",
-      "1389, 0.000000\\\n",
-      "1390, 0.000000\\\n",
-      "1390, 0.000000\\\n",
-      "1390, 0.000000\\\n",
-      "1390, 0.000000\\\n",
-      "1390, 0.000000\\\n",
-      "1390, 0.000000\\\n",
-      "1390, 0.000000\\\n",
-      "1390, 0.000000\\\n",
-      "1390, 0.000000\\\n",
-      "1391, 0.000000\\\n",
-      "1391, 0.000000\\\n",
-      "1391, 0.000000\\\n",
-      "1391, 0.000000\\\n",
-      "1391, 0.000000\\\n",
-      "1391, 0.000000\\\n",
-      "1391, 0.000000\\\n",
-      "1391, 0.000000\\\n",
-      "1391, 0.000000\\\n",
-      "1392, 0.000000\\\n",
-      "1392, 0.000000\\\n",
-      "1392, 0.000000\\\n",
-      "1392, 0.000000\\\n",
-      "1392, 0.000000\\\n",
-      "1392, 0.000000\\\n",
-      "1392, 0.000000\\\n",
-      "1392, 0.000000\\\n",
-      "1392, 0.000000\\\n",
-      "1393, 0.000000\\\n",
-      "1393, 0.000000\\\n",
-      "1393, 0.000000\\\n",
-      "1393, 0.000000\\\n",
-      "1393, 0.000000\\\n",
-      "1393, 0.000000\\\n",
-      "1393, 0.000000\\\n",
-      "1393, 0.000000\\\n",
-      "1393, 0.000000\\\n",
-      "1394, 0.000000\\\n",
-      "1394, 0.000000\\\n",
-      "1394, 0.000000\\\n",
-      "1394, 0.000000\\\n",
-      "1394, 0.000000\\\n",
-      "1394, 0.000000\\\n",
-      "1394, 0.000000\\\n",
-      "1394, 0.000000\\\n",
-      "1394, 0.000000\\\n",
-      "1395, 0.000000\\\n",
-      "1395, 0.000000\\\n",
-      "1395, 0.000000\\\n",
-      "1395, 0.000000\\\n",
-      "1395, 0.000000\\\n",
-      "1395, 0.000000\\\n",
-      "1395, 0.000000\\\n",
-      "1395, 0.000000\\\n",
-      "1395, 0.000000\\\n",
-      "1396, 0.000000\\\n",
-      "1396, 0.000000\\\n",
-      "1396, 0.000000\\\n",
-      "1396, 0.000000\\\n",
-      "1396, 0.000000\\\n",
-      "1396, 0.000000\\\n",
-      "1396, 0.000000\\\n",
-      "1396, 0.000000\\\n",
-      "1396, 0.000000\\\n",
-      "1397, 0.000000\\\n",
-      "1397, 0.000000\\\n",
-      "1397, 0.000000\\\n",
-      "1397, 0.000000\\\n",
-      "1397, 0.000000\\\n",
-      "1397, 0.000000\\\n",
-      "1397, 0.000000\\\n",
-      "1397, 0.000000\\\n",
-      "1397, 0.000000\\\n",
-      "1398, 0.000000\\\n",
-      "1398, 0.000000\\\n",
-      "1398, 0.000000\\\n",
-      "1398, 0.000000\\\n",
-      "1398, 0.000000\\\n",
-      "1398, 0.000000\\\n",
-      "1398, 0.000000\\\n",
-      "1398, 0.000000\\\n",
-      "1398, 0.000000\\\n",
-      "1399, 0.000000\\\n",
-      "1399, 0.000000\\\n",
-      "1399, 0.000000\\\n",
-      "1399, 0.000000\\\n",
-      "1399, 0.000000\\\n",
-      "1399, 0.000000\\\n",
-      "1399, 0.000000\\\n",
-      "1399, 0.000000\\\n",
-      "1399, 0.000000\\\n",
-      "1400, 0.000000\\\n",
-      "1400, 0.000000\\\n",
-      "1400, 0.000000\\\n",
-      "1400, 0.000000\\\n",
-      "1400, 0.000000\\\n",
-      "1400, 0.000000\\\n",
-      "1400, 0.000000\\\n",
-      "1400, 0.000000\\\n",
-      "1400, 0.000000\\\n",
-      "1401, 0.000000\\\n",
-      "1401, 0.000000\\\n",
-      "1401, 0.000000\\\n",
-      "1401, 0.000000\\\n",
-      "1401, 0.000000\\\n",
-      "1401, 0.000000\\\n",
-      "1401, 0.000000\\\n",
-      "1401, 0.000000\\\n",
-      "1401, 0.000000\\\n",
-      "1402, 0.000000\\\n",
-      "1402, 0.000000\\\n",
-      "1402, 0.000000\\\n",
-      "1402, 0.000000\\\n",
-      "1402, 0.000000\\\n",
-      "1402, 0.000000\\\n",
-      "1402, 0.000000\\\n",
-      "1402, 0.000000\\\n",
-      "1402, 0.000000\\\n",
-      "1403, 0.000000\\\n",
-      "1403, 0.000000\\\n",
-      "1403, 0.000000\\\n",
-      "1403, 0.000000\\\n",
-      "1403, 0.000000\\\n",
-      "1403, 0.000000\\\n",
-      "1403, 0.000000\\\n",
-      "1403, 0.000000\\\n",
-      "1403, 0.000000\\\n",
-      "1404, 0.000000\\\n",
-      "1404, 0.000000\\\n",
-      "1404, 0.000000\\\n",
-      "1404, 0.000000\\\n",
-      "1404, 0.000000\\\n",
-      "1404, 0.000000\\\n",
-      "1404, 0.000000\\\n",
-      "1404, 0.000000\\\n",
-      "1404, 0.000000\\\n",
-      "1405, 0.000000\\\n",
-      "1405, 0.000000\\\n",
-      "1405, 0.000000\\\n",
-      "1405, 0.000000\\\n",
-      "1405, 0.000000\\\n",
-      "1405, 0.000000\\\n",
-      "1405, 0.000000\\\n",
-      "1405, 0.000000\\\n",
-      "1405, 0.000000\\\n",
-      "1406, 0.000000\\\n",
-      "1406, 0.000000\\\n",
-      "1406, 0.000000\\\n",
-      "1406, 0.000000\\\n",
-      "1406, 0.000000\\\n",
-      "1406, 0.000000\\\n",
-      "1406, 0.000000\\\n",
-      "1406, 0.000000\\\n",
-      "1406, 0.000000\\\n",
-      "1407, 0.000000\\\n",
-      "1407, 0.000000\\\n",
-      "1407, 0.000000\\\n",
-      "1407, 0.000000\\\n",
-      "1407, 0.000000\\\n",
-      "1407, 0.000000\\\n",
-      "1407, 0.000000\\\n",
-      "1407, 0.000000\\\n",
-      "1407, 0.000000\\\n",
-      "1408, 0.000000\\\n",
-      "1408, 0.000000\\\n",
-      "1408, 0.000000\\\n",
-      "1408, 0.000000\\\n",
-      "1408, 0.000000\\\n",
-      "1408, 0.000000\\\n",
-      "1408, 0.000000\\\n",
-      "1408, 0.000000\\\n",
-      "1408, 0.000000\\\n",
-      "1409, 0.000000\\\n",
-      "1409, 0.000000\\\n",
-      "1409, 0.000000\\\n",
-      "1409, 0.000000\\\n",
-      "1409, 0.000000\\\n",
-      "1409, 0.000000\\\n",
-      "1409, 0.000000\\\n",
-      "1409, 0.000000\\\n",
-      "1409, 0.000000\\\n",
-      "1410, 0.000000\\\n",
-      "1410, 0.000000\\\n",
-      "1410, 0.000000\\\n",
-      "1410, 0.000000\\\n",
-      "1410, 0.000000\\\n",
-      "1410, 0.000000\\\n",
-      "1410, 0.000000\\\n",
-      "1410, 0.000000\\\n",
-      "1410, 0.000000\\\n",
-      "1411, 0.000000\\\n",
-      "1411, 0.000000\\\n",
-      "1411, 0.000000\\\n",
-      "1411, 0.000000\\\n",
-      "1411, 0.000000\\\n",
-      "1411, 0.000000\\\n",
-      "1411, 0.000000\\\n",
-      "1411, 0.000000\\\n",
-      "1411, 0.000000\\\n",
-      "1412, 0.000000\\\n",
-      "1412, 0.000000\\\n",
-      "1412, 0.000000\\\n",
-      "1412, 0.000000\\\n",
-      "1412, 0.000000\\\n",
-      "1412, 0.000000\\\n",
-      "1412, 0.000000\\\n",
-      "1412, 0.000000\\\n",
-      "1412, 0.000000\\\n",
-      "1413, 0.000000\\\n",
-      "1413, 0.000000\\\n",
-      "1413, 0.000000\\\n",
-      "1413, 0.000000\\\n",
-      "1413, 0.000000\\\n",
-      "1413, 0.000000\\\n",
-      "1413, 0.000000\\\n",
-      "1413, 0.000000\\\n",
-      "1413, 0.000000\\\n",
-      "1414, 0.000000\\\n",
-      "1414, 0.000000\\\n",
-      "1414, 0.000000\\\n",
-      "1414, 0.000000\\\n",
-      "1414, 0.000000\\\n",
-      "1414, 0.000000\\\n",
-      "1414, 0.000000\\\n",
-      "1414, 0.000000\\\n",
-      "1414, 0.000000\\\n",
-      "1415, 0.000000\\\n",
-      "1415, 0.000000\\\n",
-      "1415, 0.000000\\\n",
-      "1415, 0.000000\\\n",
-      "1415, 0.000000\\\n",
-      "1415, 0.000000\\\n",
-      "1415, 0.000000\\\n",
-      "1415, 0.000000\\\n",
-      "1415, 0.000000\\\n",
-      "1416, 0.000000\\\n",
-      "1416, 0.000000\\\n",
-      "1416, 0.000000\\\n",
-      "1416, 0.000000\\\n",
-      "1416, 0.000000\\\n",
-      "1416, 0.000000\\\n",
-      "1416, 0.000000\\\n",
-      "1416, 0.000000\\\n",
-      "1416, 0.000000\\\n",
-      "1417, 0.000000\\\n",
-      "1417, 0.000000\\\n",
-      "1417, 0.000000\\\n",
-      "1417, 0.000000\\\n",
-      "1417, 0.000000\\\n",
-      "1417, 0.000000\\\n",
-      "1417, 0.000000\\\n",
-      "1417, 0.000000\\\n",
-      "1417, 0.000000\\\n",
-      "1418, 0.000000\\\n",
-      "1418, 0.000000\\\n",
-      "1418, 0.000000\\\n",
-      "1418, 0.000000\\\n",
-      "1418, 0.000000\\\n",
-      "1418, 0.000000\\\n",
-      "1418, 0.000000\\\n",
-      "1418, 0.000000\\\n",
-      "1418, 0.000000\\\n",
-      "1419, 0.000000\\\n",
-      "1419, 0.000000\\\n",
-      "1419, 0.000000\\\n",
-      "1419, 0.000000\\\n",
-      "1419, 0.000000\\\n",
-      "1419, 0.000000\\\n",
-      "1419, 0.000000\\\n",
-      "1419, 0.000000\\\n",
-      "1419, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "1420, 0.000000\\\n",
-      "1420, 0.000000\\\n",
-      "1420, 0.000000\\\n",
-      "1420, 0.000000\\\n",
-      "1420, 0.000000\\\n",
-      "1420, 0.000000\\\n",
-      "1420, 0.000000\\\n",
-      "1420, 0.000000\\\n",
-      "1420, 0.000000\\\n",
-      "1421, 0.000000\\\n",
-      "1421, 0.000000\\\n",
-      "1421, 0.000000\\\n",
-      "1421, 0.000000\\\n",
-      "1421, 0.000000\\\n",
-      "1421, 0.000000\\\n",
-      "1421, 0.000000\\\n",
-      "1421, 0.000000\\\n",
-      "1421, 0.000000\\\n",
-      "1422, 0.000000\\\n",
-      "1422, 0.000000\\\n",
-      "1422, 0.000000\\\n",
-      "1422, 0.000000\\\n",
-      "1422, 0.000000\\\n",
-      "1422, 0.000000\\\n",
-      "1422, 0.000000\\\n",
-      "1422, 0.000000\\\n",
-      "1422, 0.000000\\\n",
-      "1423, 0.000000\\\n",
-      "1423, 0.000000\\\n",
-      "1423, 0.000000\\\n",
-      "1423, 0.000000\\\n",
-      "1423, 0.000000\\\n",
-      "1423, 0.000000\\\n",
-      "1423, 0.000000\\\n",
-      "1423, 0.000000\\\n",
-      "1423, 0.000000\\\n",
-      "1424, 0.000000\\\n",
-      "1424, 0.000000\\\n",
-      "1424, 0.000000\\\n",
-      "1424, 0.000000\\\n",
-      "1424, 0.000000\\\n",
-      "1424, 0.000000\\\n",
-      "1424, 0.000000\\\n",
-      "1424, 0.000000\\\n",
-      "1424, 0.000000\\\n",
-      "1425, 0.000000\\\n",
-      "1425, 0.000000\\\n",
-      "1425, 0.000000\\\n",
-      "1425, 0.000000\\\n",
-      "1425, 0.000000\\\n",
-      "1425, 1.000000\\\n",
-      "1425, 0.000000\\\n",
-      "1425, 0.000000\\\n",
-      "1425, 0.000000\\\n",
-      "1426, 0.000000\\\n",
-      "1426, 0.000000\\\n",
-      "1426, 0.000000\\\n",
-      "1426, 0.000000\\\n",
-      "1426, 0.000000\\\n",
-      "1426, 0.000000\\\n",
-      "1426, 0.000000\\\n",
-      "1426, 0.000000\\\n",
-      "1426, 0.000000\\\n",
-      "1427, 0.000000\\\n",
-      "1427, 0.000000\\\n",
-      "1427, 0.000000\\\n",
-      "1427, 0.000000\\\n",
-      "1427, 0.000000\\\n",
-      "1427, 0.000000\\\n",
-      "1427, 0.000000\\\n",
-      "1427, 0.000000\\\n",
-      "1427, 0.000000\\\n",
-      "1428, 0.000000\\\n",
-      "1428, 0.000000\\\n",
-      "1428, 0.000000\\\n",
-      "1428, 0.000000\\\n",
-      "1428, 0.000000\\\n",
-      "1428, 0.000000\\\n",
-      "1428, 0.000000\\\n",
-      "1428, 0.000000\\\n",
-      "1428, 0.000000\\\n",
-      "1429, 0.000000\\\n",
-      "1429, 0.000000\\\n",
-      "1429, 0.000000\\\n",
-      "1429, 0.000000\\\n",
-      "1429, 0.000000\\\n",
-      "1429, 0.000000\\\n",
-      "1429, 0.000000\\\n",
-      "1429, 0.000000\\\n",
-      "1429, 0.000000\\\n",
-      "1430, 0.000000\\\n",
-      "1430, 0.000000\\\n",
-      "1430, 0.000000\\\n",
-      "1430, 0.000000\\\n",
-      "1430, 0.000000\\\n",
-      "1430, 0.000000\\\n",
-      "1430, 0.000000\\\n",
-      "1430, 0.000000\\\n",
-      "1430, 0.000000\\\n",
-      "1431, 0.000000\\\n",
-      "1431, 0.000000\\\n",
-      "1431, 0.000000\\\n",
-      "1431, 0.000000\\\n",
-      "1431, 0.000000\\\n",
-      "1431, 0.000000\\\n",
-      "1431, 0.000000\\\n",
-      "1431, 0.000000\\\n",
-      "1431, 0.000000\\\n",
-      "1432, 0.000000\\\n",
-      "1432, 0.000000\\\n",
-      "1432, 0.000000\\\n",
-      "1432, 0.000000\\\n",
-      "1432, 0.000000\\\n",
-      "1432, 0.000000\\\n",
-      "1432, 0.000000\\\n",
-      "1432, 0.000000\\\n",
-      "1432, 0.000000\\\n",
-      "1433, 0.000000\\\n",
-      "1433, 0.000000\\\n",
-      "1433, 0.000000\\\n",
-      "1433, 0.000000\\\n",
-      "1433, 0.000000\\\n",
-      "1433, 0.000000\\\n",
-      "1433, 0.000000\\\n",
-      "1433, 0.000000\\\n",
-      "1433, 0.000000\\\n",
-      "1434, 0.000000\\\n",
-      "1434, 0.000000\\\n",
-      "1434, 0.000000\\\n",
-      "1434, 0.000000\\\n",
-      "1434, 0.000000\\\n",
-      "1434, 1.000000\\\n",
-      "1434, 0.000000\\\n",
-      "1434, 0.000000\\\n",
-      "1434, 0.000000\\\n",
-      "1435, 0.000000\\\n",
-      "1435, 1.000000\\\n",
-      "1435, 0.000000\\\n",
-      "1435, 0.000000\\\n",
-      "1435, 0.000000\\\n",
-      "1435, 0.000000\\\n",
-      "1435, 0.000000\\\n",
-      "1435, 0.000000\\\n",
-      "1435, 0.000000\\\n",
-      "1436, 0.000000\\\n",
-      "1436, 0.000000\\\n",
-      "1436, 0.000000\\\n",
-      "1436, 0.000000\\\n",
-      "1436, 0.000000\\\n",
-      "1436, 0.000000\\\n",
-      "1436, 0.000000\\\n",
-      "1436, 0.000000\\\n",
-      "1436, 0.000000\\\n",
-      "1437, 0.000000\\\n",
-      "1437, 0.000000\\\n",
-      "1437, 0.000000\\\n",
-      "1437, 0.000000\\\n",
-      "1437, 0.000000\\\n",
-      "1437, 0.000000\\\n",
-      "1437, 0.000000\\\n",
-      "1437, 0.000000\\\n",
-      "1437, 0.000000\\\n",
-      "1438, 0.000000\\\n",
-      "1438, 0.000000\\\n",
-      "1438, 0.000000\\\n",
-      "1438, 0.000000\\\n",
-      "1438, 0.000000\\\n",
-      "1438, 0.000000\\\n",
-      "1438, 0.000000\\\n",
-      "1438, 0.000000\\\n",
-      "1438, 0.000000\\\n",
-      "1439, 0.000000\\\n",
-      "1439, 0.000000\\\n",
-      "1439, 0.000000\\\n",
-      "1439, 0.000000\\\n",
-      "1439, 0.000000\\\n",
-      "1439, 0.000000\\\n",
-      "1439, 0.000000\\\n",
-      "1439, 0.000000\\\n",
-      "1439, 0.000000\\\n",
-      "1440, 0.000000\\\n",
-      "1440, 0.000000\\\n",
-      "1440, 0.000000\\\n",
-      "1440, 0.000000\\\n",
-      "1440, 0.000000\\\n",
-      "1440, 0.000000\\\n",
-      "1440, 0.000000\\\n",
-      "1440, 0.000000\\\n",
-      "1440, 0.000000\\\n",
-      "1441, 0.000000\\\n",
-      "1441, 0.000000\\\n",
-      "1441, 0.000000\\\n",
-      "1441, 0.000000\\\n",
-      "1441, 0.000000\\\n",
-      "1441, 0.000000\\\n",
-      "1441, 0.000000\\\n",
-      "1441, 1.000000\\\n",
-      "1441, 0.000000\\\n",
-      "1442, 0.000000\\\n",
-      "1442, 0.000000\\\n",
-      "1442, 0.000000\\\n",
-      "1442, 0.000000\\\n",
-      "1442, 0.000000\\\n",
-      "1442, 0.000000\\\n",
-      "1442, 0.000000\\\n",
-      "1442, 0.000000\\\n",
-      "1442, 0.000000\\\n",
-      "1443, 0.000000\\\n",
-      "1443, 0.000000\\\n",
-      "1443, 0.000000\\\n",
-      "1443, 0.000000\\\n",
-      "1443, 0.000000\\\n",
-      "1443, 0.000000\\\n",
-      "1443, 0.000000\\\n",
-      "1443, 0.000000\\\n",
-      "1443, 0.000000\\\n",
-      "1444, 0.000000\\\n",
-      "1444, 0.000000\\\n",
-      "1444, 0.000000\\\n",
-      "1444, 0.000000\\\n",
-      "1444, 0.000000\\\n",
-      "1444, 0.000000\\\n",
-      "1444, 1.000000\\\n",
-      "1444, 0.000000\\\n",
-      "1444, 0.000000\\\n",
-      "1445, 0.000000\\\n",
-      "1445, 0.000000\\\n",
-      "1445, 0.000000\\\n",
-      "1445, 0.000000\\\n",
-      "1445, 0.000000\\\n",
-      "1445, 0.000000\\\n",
-      "1445, 0.000000\\\n",
-      "1445, 0.000000\\\n",
-      "1445, 0.000000\\\n",
-      "1446, 0.000000\\\n",
-      "1446, 0.000000\\\n",
-      "1446, 0.000000\\\n",
-      "1446, 0.000000\\\n",
-      "1446, 0.000000\\\n",
-      "1446, 0.000000\\\n",
-      "1446, 0.000000\\\n",
-      "1446, 0.000000\\\n",
-      "1446, 0.000000\\\n",
-      "1447, 0.000000\\\n",
-      "1447, 0.000000\\\n",
-      "1447, 0.000000\\\n",
-      "1447, 0.000000\\\n",
-      "1447, 0.000000\\\n",
-      "1447, 0.000000\\\n",
-      "1447, 0.000000\\\n",
-      "1447, 0.000000\\\n",
-      "1447, 0.000000\\\n",
-      "1448, 0.000000\\\n",
-      "1448, 0.000000\\\n",
-      "1448, 0.000000\\\n",
-      "1448, 0.000000\\\n",
-      "1448, 0.000000\\\n",
-      "1448, 0.000000\\\n",
-      "1448, 0.000000\\\n",
-      "1448, 0.000000\\\n",
-      "1448, 0.000000\\\n",
-      "1449, 0.000000\\\n",
-      "1449, 0.000000\\\n",
-      "1449, 0.000000\\\n",
-      "1449, 0.000000\\\n",
-      "1449, 0.000000\\\n",
-      "1449, 0.000000\\\n",
-      "1449, 0.000000\\\n",
-      "1449, 0.000000\\\n",
-      "1449, 0.000000\\\n",
-      "1450, 0.000000\\\n",
-      "1450, 0.000000\\\n",
-      "1450, 0.000000\\\n",
-      "1450, 0.000000\\\n",
-      "1450, 0.000000\\\n",
-      "1450, 0.000000\\\n",
-      "1450, 0.000000\\\n",
-      "1450, 0.000000\\\n",
-      "1450, 0.000000\\\n",
-      "1451, 1.000000\\\n",
-      "1451, 0.000000\\\n",
-      "1451, 0.000000\\\n",
-      "1451, 0.000000\\\n",
-      "1451, 0.000000\\\n",
-      "1451, 0.000000\\\n",
-      "1451, 0.000000\\\n",
-      "1451, 0.000000\\\n",
-      "1451, 0.000000\\\n",
-      "1452, 0.000000\\\n",
-      "1452, 0.000000\\\n",
-      "1452, 0.000000\\\n",
-      "1452, 0.000000\\\n",
-      "1452, 0.000000\\\n",
-      "1452, 0.000000\\\n",
-      "1452, 0.000000\\\n",
-      "1452, 0.000000\\\n",
-      "1452, 0.000000\\\n",
-      "1453, 0.000000\\\n",
-      "1453, 0.000000\\\n",
-      "1453, 0.000000\\\n",
-      "1453, 0.000000\\\n",
-      "1453, 0.000000\\\n",
-      "1453, 0.000000\\\n",
-      "1453, 0.000000\\\n",
-      "1453, 0.000000\\\n",
-      "1453, 0.000000\\\n",
-      "1454, 0.000000\\\n",
-      "1454, 0.000000\\\n",
-      "1454, 0.000000\\\n",
-      "1454, 0.000000\\\n",
-      "1454, 0.000000\\\n",
-      "1454, 0.000000\\\n",
-      "1454, 0.000000\\\n",
-      "1454, 0.000000\\\n",
-      "1454, 0.000000\\\n",
-      "1455, 0.000000\\\n",
-      "1455, 0.000000\\\n",
-      "1455, 0.000000\\\n",
-      "1455, 0.000000\\\n",
-      "1455, 0.000000\\\n",
-      "1455, 0.000000\\\n",
-      "1455, 0.000000\\\n",
-      "1455, 0.000000\\\n",
-      "1455, 0.000000\\\n",
-      "1456, 0.000000\\\n",
-      "1456, 0.000000\\\n",
-      "1456, 0.000000\\\n",
-      "1456, 0.000000\\\n",
-      "1456, 0.000000\\\n",
-      "1456, 0.000000\\\n",
-      "1456, 0.000000\\\n",
-      "1456, 0.000000\\\n",
-      "1456, 0.000000\\\n",
-      "1457, 0.000000\\\n",
-      "1457, 0.000000\\\n",
-      "1457, 0.000000\\\n",
-      "1457, 0.000000\\\n",
-      "1457, 0.000000\\\n",
-      "1457, 0.000000\\\n",
-      "1457, 0.000000\\\n",
-      "1457, 0.000000\\\n",
-      "1457, 0.000000\\\n",
-      "1458, 0.000000\\\n",
-      "1458, 0.000000\\\n",
-      "1458, 0.000000\\\n",
-      "1458, 0.000000\\\n",
-      "1458, 0.000000\\\n",
-      "1458, 0.000000\\\n",
-      "1458, 0.000000\\\n",
-      "1458, 0.000000\\\n",
-      "1458, 0.000000\\\n",
-      "1459, 0.000000\\\n",
-      "1459, 0.000000\\\n",
-      "1459, 0.000000\\\n",
-      "1459, 0.000000\\\n",
-      "1459, 0.000000\\\n",
-      "1459, 0.000000\\\n",
-      "1459, 0.000000\\\n",
-      "1459, 0.000000\\\n",
-      "1459, 0.000000\\\n",
-      "1460, 0.000000\\\n",
-      "1460, 0.000000\\\n",
-      "1460, 0.000000\\\n",
-      "1460, 0.000000\\\n",
-      "1460, 0.000000\\\n",
-      "1460, 0.000000\\\n",
-      "1460, 0.000000\\\n",
-      "1460, 0.000000\\\n",
-      "1460, 0.000000\\\n",
-      "1461, 0.000000\\\n",
-      "1461, 0.000000\\\n",
-      "1461, 0.000000\\\n",
-      "1461, 0.000000\\\n",
-      "1461, 0.000000\\\n",
-      "1461, 0.000000\\\n",
-      "1461, 0.000000\\\n",
-      "1461, 0.000000\\\n",
-      "1461, 0.000000\\\n",
-      "1462, 0.000000\\\n",
-      "1462, 0.000000\\\n",
-      "1462, 0.000000\\\n",
-      "1462, 0.000000\\\n",
-      "1462, 0.000000\\\n",
-      "1462, 0.000000\\\n",
-      "1462, 0.000000\\\n",
-      "1462, 0.000000\\\n",
-      "1462, 0.000000\\\n",
-      "1463, 0.000000\\\n",
-      "1463, 0.000000\\\n",
-      "1463, 0.000000\\\n",
-      "1463, 0.000000\\\n",
-      "1463, 0.000000\\\n",
-      "1463, 0.000000\\\n",
-      "1463, 0.000000\\\n",
-      "1463, 0.000000\\\n",
-      "1463, 0.000000\\\n",
-      "1464, 0.000000\\\n",
-      "1464, 0.000000\\\n",
-      "1464, 0.000000\\\n",
-      "1464, 0.000000\\\n",
-      "1464, 0.000000\\\n",
-      "1464, 0.000000\\\n",
-      "1464, 0.000000\\\n",
-      "1464, 0.000000\\\n",
-      "1464, 0.000000\\\n",
-      "1465, 0.000000\\\n",
-      "1465, 0.000000\\\n",
-      "1465, 0.000000\\\n",
-      "1465, 0.000000\\\n",
-      "1465, 0.000000\\\n",
-      "1465, 0.000000\\\n",
-      "1465, 0.000000\\\n",
-      "1465, 0.000000\\\n",
-      "1465, 0.000000\\\n",
-      "1466, 1.000000\\\n",
-      "1466, 0.000000\\\n",
-      "1466, 0.000000\\\n",
-      "1466, 0.000000\\\n",
-      "1466, 0.000000\\\n",
-      "1466, 0.000000\\\n",
-      "1466, 0.000000\\\n",
-      "1466, 0.000000\\\n",
-      "1466, 0.000000\\\n",
-      "1467, 0.000000\\\n",
-      "1467, 0.000000\\\n",
-      "1467, 0.000000\\\n",
-      "1467, 0.000000\\\n",
-      "1467, 0.000000\\\n",
-      "1467, 0.000000\\\n",
-      "1467, 0.000000\\\n",
-      "1467, 0.000000\\\n",
-      "1467, 0.000000\\\n",
-      "1468, 0.000000\\\n",
-      "1468, 0.000000\\\n",
-      "1468, 0.000000\\\n",
-      "1468, 0.000000\\\n",
-      "1468, 0.000000\\\n",
-      "1468, 0.000000\\\n",
-      "1468, 0.000000\\\n",
-      "1468, 0.000000\\\n",
-      "1468, 0.000000\\\n",
-      "1469, 0.000000\\\n",
-      "1469, 0.000000\\\n",
-      "1469, 0.000000\\\n",
-      "1469, 0.000000\\\n",
-      "1469, 0.000000\\\n",
-      "1469, 0.000000\\\n",
-      "1469, 0.000000\\\n",
-      "1469, 0.000000\\\n",
-      "1469, 0.000000\\\n",
-      "1470, 0.000000\\\n",
-      "1470, 0.000000\\\n",
-      "1470, 0.000000\\\n",
-      "1470, 0.000000\\\n",
-      "1470, 0.000000\\\n",
-      "1470, 0.000000\\\n",
-      "1470, 0.000000\\\n",
-      "1470, 0.000000\\\n",
-      "1470, 0.000000\\\n",
-      "1471, 0.000000\\\n",
-      "1471, 0.000000\\\n",
-      "1471, 0.000000\\\n",
-      "1471, 0.000000\\\n",
-      "1471, 0.000000\\\n",
-      "1471, 0.000000\\\n",
-      "1471, 0.000000\\\n",
-      "1471, 0.000000\\\n",
-      "1471, 0.000000\\\n",
-      "1472, 0.000000\\\n",
-      "1472, 0.000000\\\n",
-      "1472, 0.000000\\\n",
-      "1472, 0.000000\\\n",
-      "1472, 0.000000\\\n",
-      "1472, 0.000000\\\n",
-      "1472, 0.000000\\\n",
-      "1472, 0.000000\\\n",
-      "1472, 0.000000\\\n",
-      "1473, 0.000000\\\n",
-      "1473, 0.000000\\\n",
-      "1473, 0.000000\\\n",
-      "1473, 0.000000\\\n",
-      "1473, 0.000000\\\n",
-      "1473, 0.000000\\\n",
-      "1473, 0.000000\\\n",
-      "1473, 0.000000\\\n",
-      "1473, 0.000000\\\n",
-      "1474, 0.000000\\\n",
-      "1474, 0.000000\\\n",
-      "1474, 0.000000\\\n",
-      "1474, 0.000000\\\n",
-      "1474, 0.000000\\\n",
-      "1474, 0.000000\\\n",
-      "1474, 0.000000\\\n",
-      "1474, 0.000000\\\n",
-      "1474, 0.000000\\\n",
-      "1475, 0.000000\\\n",
-      "1475, 0.000000\\\n",
-      "1475, 0.000000\\\n",
-      "1475, 0.000000\\\n",
-      "1475, 0.000000\\\n",
-      "1475, 0.000000\\\n",
-      "1475, 0.000000\\\n",
-      "1475, 0.000000\\\n",
-      "1475, 0.000000\\\n",
-      "1476, 0.000000\\\n",
-      "1476, 0.000000\\\n",
-      "1476, 0.000000\\\n",
-      "1476, 0.000000\\\n",
-      "1476, 0.000000\\\n",
-      "1476, 0.000000\\\n",
-      "1476, 0.000000\\\n",
-      "1476, 0.000000\\\n",
-      "1476, 0.000000\\\n",
-      "1477, 0.000000\\\n",
-      "1477, 0.000000\\\n",
-      "1477, 1.000000\\\n",
-      "1477, 0.000000\\\n",
-      "1477, 0.000000\\\n",
-      "1477, 0.000000\\\n",
-      "1477, 0.000000\\\n",
-      "1477, 0.000000\\\n",
-      "1477, 0.000000\\\n",
-      "1478, 0.000000\\\n",
-      "1478, 0.000000\\\n",
-      "1478, 0.000000\\\n",
-      "1478, 0.000000\\\n",
-      "1478, 0.000000\\\n",
-      "1478, 0.000000\\\n",
-      "1478, 0.000000\\\n",
-      "1478, 0.000000\\\n",
-      "1478, 0.000000\\\n",
-      "1479, 0.000000\\\n",
-      "1479, 0.000000\\\n",
-      "1479, 0.000000\\\n",
-      "1479, 0.000000\\\n",
-      "1479, 0.000000\\\n",
-      "1479, 0.000000\\\n",
-      "1479, 0.000000\\\n",
-      "1479, 0.000000\\\n",
-      "1479, 0.000000\\\n",
-      "1480, 0.000000\\\n",
-      "1480, 0.000000\\\n",
-      "1480, 0.000000\\\n",
-      "1480, 0.000000\\\n",
-      "1480, 0.000000\\\n",
-      "1480, 0.000000\\\n",
-      "1480, 0.000000\\\n",
-      "1480, 0.000000\\\n",
-      "1480, 0.000000\\\n",
-      "1481, 0.000000\\\n",
-      "1481, 0.000000\\\n",
-      "1481, 0.000000\\\n",
-      "1481, 0.000000\\\n",
-      "1481, 0.000000\\\n",
-      "1481, 0.000000\\\n",
-      "1481, 0.000000\\\n",
-      "1481, 0.000000\\\n",
-      "1481, 0.000000\\\n",
-      "1482, 0.000000\\\n",
-      "1482, 0.000000\\\n",
-      "1482, 0.000000\\\n",
-      "1482, 0.000000\\\n",
-      "1482, 0.000000\\\n",
-      "1482, 0.000000\\\n",
-      "1482, 0.000000\\\n",
-      "1482, 0.000000\\\n",
-      "1482, 0.000000\\\n",
-      "1483, 0.000000\\\n",
-      "1483, 0.000000\\\n",
-      "1483, 0.000000\\\n",
-      "1483, 0.000000\\\n",
-      "1483, 0.000000\\\n",
-      "1483, 0.000000\\\n",
-      "1483, 0.000000\\\n",
-      "1483, 0.000000\\\n",
-      "1483, 0.000000\\\n",
-      "1484, 0.000000\\\n",
-      "1484, 0.000000\\\n",
-      "1484, 0.000000\\\n",
-      "1484, 0.000000\\\n",
-      "1484, 0.000000\\\n",
-      "1484, 0.000000\\\n",
-      "1484, 0.000000\\\n",
-      "1484, 0.000000\\\n",
-      "1484, 0.000000\\\n",
-      "1485, 0.000000\\\n",
-      "1485, 0.000000\\\n",
-      "1485, 0.000000\\\n",
-      "1485, 0.000000\\\n",
-      "1485, 0.000000\\\n",
-      "1485, 0.000000\\\n",
-      "1485, 0.000000\\\n",
-      "1485, 0.000000\\\n",
-      "1485, 0.000000\\\n",
-      "1486, 0.000000\\\n",
-      "1486, 0.000000\\\n",
-      "1486, 0.000000\\\n",
-      "1486, 0.000000\\\n",
-      "1486, 0.000000\\\n",
-      "1486, 0.000000\\\n",
-      "1486, 0.000000\\\n",
-      "1486, 0.000000\\\n",
-      "1486, 0.000000\\\n",
-      "1487, 0.000000\\\n",
-      "1487, 0.000000\\\n",
-      "1487, 0.000000\\\n",
-      "1487, 0.000000\\\n",
-      "1487, 0.000000\\\n",
-      "1487, 0.000000\\\n",
-      "1487, 0.000000\\\n",
-      "1487, 0.000000\\\n",
-      "1487, 0.000000\\\n",
-      "1488, 0.000000\\\n",
-      "1488, 0.000000\\\n",
-      "1488, 0.000000\\\n",
-      "1488, 0.000000\\\n",
-      "1488, 0.000000\\\n",
-      "1488, 0.000000\\\n",
-      "1488, 0.000000\\\n",
-      "1488, 0.000000\\\n",
-      "1488, 0.000000\\\n",
-      "1489, 0.000000\\\n",
-      "1489, 0.000000\\\n",
-      "1489, 0.000000\\\n",
-      "1489, 0.000000\\\n",
-      "1489, 0.000000\\\n",
-      "1489, 0.000000\\\n",
-      "1489, 0.000000\\\n",
-      "1489, 0.000000\\\n",
-      "1489, 0.000000\\\n",
-      "1490, 0.000000\\\n",
-      "1490, 1.000000\\\n",
-      "1490, 0.000000\\\n",
-      "1490, 0.000000\\\n",
-      "1490, 0.000000\\\n",
-      "1490, 0.000000\\\n",
-      "1490, 0.000000\\\n",
-      "1490, 0.000000\\\n",
-      "1490, 0.000000\\\n",
-      "1491, 0.000000\\\n",
-      "1491, 0.000000\\\n",
-      "1491, 0.000000\\\n",
-      "1491, 0.000000\\\n",
-      "1491, 0.000000\\\n",
-      "1491, 0.000000\\\n",
-      "1491, 0.000000\\\n",
-      "1491, 0.000000\\\n",
-      "1491, 0.000000\\\n",
-      "1492, 0.000000\\\n",
-      "1492, 0.000000\\\n",
-      "1492, 0.000000\\\n",
-      "1492, 0.000000\\\n",
-      "1492, 0.000000\\\n",
-      "1492, 0.000000\\\n",
-      "1492, 0.000000\\\n",
-      "1492, 0.000000\\\n",
-      "1492, 0.000000\\\n",
-      "1493, 0.000000\\\n",
-      "1493, 0.000000\\\n",
-      "1493, 0.000000\\\n",
-      "1493, 0.000000\\\n",
-      "1493, 0.000000\\\n",
-      "1493, 0.000000\\\n",
-      "1493, 0.000000\\\n",
-      "1493, 0.000000\\\n",
-      "1493, 0.000000\\\n",
-      "1494, 0.000000\\\n",
-      "1494, 0.000000\\\n",
-      "1494, 0.000000\\\n",
-      "1494, 0.000000\\\n",
-      "1494, 0.000000\\\n",
-      "1494, 0.000000\\\n",
-      "1494, 0.000000\\\n",
-      "1494, 0.000000\\\n",
-      "1494, 0.000000\\\n",
-      "1495, 0.000000\\\n",
-      "1495, 0.000000\\\n",
-      "1495, 0.000000\\\n",
-      "1495, 0.000000\\\n",
-      "1495, 0.000000\\\n",
-      "1495, 0.000000\\\n",
-      "1495, 0.000000\\\n",
-      "1495, 0.000000\\\n",
-      "1495, 0.000000\\\n",
-      "1496, 0.000000\\\n",
-      "1496, 0.000000\\\n",
-      "1496, 0.000000\\\n",
-      "1496, 0.000000\\\n",
-      "1496, 0.000000\\\n",
-      "1496, 0.000000\\\n",
-      "1496, 0.000000\\\n",
-      "1496, 0.000000\\\n",
-      "1496, 0.000000\\\n",
-      "1497, 0.000000\\\n",
-      "1497, 0.000000\\\n",
-      "1497, 0.000000\\\n",
-      "1497, 0.000000\\\n",
-      "1497, 0.000000\\\n",
-      "1497, 0.000000\\\n",
-      "1497, 0.000000\\\n",
-      "1497, 0.000000\\\n",
-      "1497, 0.000000\\\n",
-      "1498, 0.000000\\\n",
-      "1498, 0.000000\\\n",
-      "1498, 0.000000\\\n",
-      "1498, 0.000000\\\n",
-      "1498, 0.000000\\\n",
-      "1498, 0.000000\\\n",
-      "1498, 0.000000\\\n",
-      "1498, 0.000000\\\n",
-      "1498, 0.000000\\\n",
-      "1499, 0.000000\\\n",
-      "1499, 0.000000\\\n",
-      "1499, 0.000000\\\n",
-      "1499, 0.000000\\\n",
-      "1499, 0.000000\\\n",
-      "1499, 0.000000\\\n",
-      "1499, 0.000000\\\n",
-      "1499, 0.000000\\\n",
-      "1499, 0.000000\\\n",
-      "1500, 0.000000\\\n",
-      "1500, 0.000000\\\n",
-      "1500, 0.000000\\\n",
-      "1500, 0.000000\\\n",
-      "1500, 0.000000\\\n",
-      "1500, 0.000000\\\n",
-      "1500, 0.000000\\\n",
-      "1500, 0.000000\\\n",
-      "1500, 0.000000\\\n",
-      "1501, 0.000000\\\n",
-      "1501, 0.000000\\\n",
-      "1501, 0.000000\\\n",
-      "1501, 0.000000\\\n",
-      "1501, 0.000000\\\n",
-      "1501, 0.000000\\\n",
-      "1501, 0.000000\\\n",
-      "1501, 0.000000\\\n",
-      "1501, 0.000000\\\n",
-      "1502, 0.000000\\\n",
-      "1502, 0.000000\\\n",
-      "1502, 0.000000\\\n",
-      "1502, 0.000000\\\n",
-      "1502, 0.000000\\\n",
-      "1502, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "1502, 0.000000\\\n",
-      "1502, 0.000000\\\n",
-      "1502, 0.000000\\\n",
-      "1503, 0.000000\\\n",
-      "1503, 0.000000\\\n",
-      "1503, 0.000000\\\n",
-      "1503, 0.000000\\\n",
-      "1503, 0.000000\\\n",
-      "1503, 0.000000\\\n",
-      "1503, 0.000000\\\n",
-      "1503, 0.000000\\\n",
-      "1503, 0.000000\\\n",
-      "1504, 0.000000\\\n",
-      "1504, 0.000000\\\n",
-      "1504, 0.000000\\\n",
-      "1504, 0.000000\\\n",
-      "1504, 0.000000\\\n",
-      "1504, 0.000000\\\n",
-      "1504, 0.000000\\\n",
-      "1504, 0.000000\\\n",
-      "1504, 0.000000\\\n",
-      "1505, 0.000000\\\n",
-      "1505, 0.000000\\\n",
-      "1505, 0.000000\\\n",
-      "1505, 0.000000\\\n",
-      "1505, 0.000000\\\n",
-      "1505, 0.000000\\\n",
-      "1505, 0.000000\\\n",
-      "1505, 0.000000\\\n",
-      "1505, 0.000000\\\n",
-      "1506, 0.000000\\\n",
-      "1506, 0.000000\\\n",
-      "1506, 0.000000\\\n",
-      "1506, 0.000000\\\n",
-      "1506, 0.000000\\\n",
-      "1506, 0.000000\\\n",
-      "1506, 0.000000\\\n",
-      "1506, 1.000000\\\n",
-      "1506, 0.000000\\\n",
-      "1507, 0.000000\\\n",
-      "1507, 0.000000\\\n",
-      "1507, 0.000000\\\n",
-      "1507, 0.000000\\\n",
-      "1507, 0.000000\\\n",
-      "1507, 0.000000\\\n",
-      "1507, 0.000000\\\n",
-      "1507, 0.000000\\\n",
-      "1507, 0.000000\\\n",
-      "1508, 0.000000\\\n",
-      "1508, 0.000000\\\n",
-      "1508, 0.000000\\\n",
-      "1508, 0.000000\\\n",
-      "1508, 0.000000\\\n",
-      "1508, 0.000000\\\n",
-      "1508, 0.000000\\\n",
-      "1508, 0.000000\\\n",
-      "1508, 0.000000\\\n",
-      "1509, 0.000000\\\n",
-      "1509, 1.000000\\\n",
-      "1509, 0.000000\\\n",
-      "1509, 0.000000\\\n",
-      "1509, 0.000000\\\n",
-      "1509, 0.000000\\\n",
-      "1509, 0.000000\\\n",
-      "1509, 0.000000\\\n",
-      "1509, 0.000000\\\n",
-      "1510, 0.000000\\\n",
-      "1510, 0.000000\\\n",
-      "1510, 0.000000\\\n",
-      "1510, 0.000000\\\n",
-      "1510, 0.000000\\\n",
-      "1510, 0.000000\\\n",
-      "1510, 0.000000\\\n",
-      "1510, 0.000000\\\n",
-      "1510, 0.000000\\\n",
-      "1511, 0.000000\\\n",
-      "1511, 0.000000\\\n",
-      "1511, 0.000000\\\n",
-      "1511, 0.000000\\\n",
-      "1511, 0.000000\\\n",
-      "1511, 0.000000\\\n",
-      "1511, 0.000000\\\n",
-      "1511, 0.000000\\\n",
-      "1511, 0.000000\\\n",
-      "1512, 0.000000\\\n",
-      "1512, 0.000000\\\n",
-      "1512, 0.000000\\\n",
-      "1512, 0.000000\\\n",
-      "1512, 0.000000\\\n",
-      "1512, 0.000000\\\n",
-      "1512, 0.000000\\\n",
-      "1512, 0.000000\\\n",
-      "1512, 0.000000\\\n",
-      "1513, 0.000000\\\n",
-      "1513, 0.000000\\\n",
-      "1513, 0.000000\\\n",
-      "1513, 0.000000\\\n",
-      "1513, 0.000000\\\n",
-      "1513, 0.000000\\\n",
-      "1513, 0.000000\\\n",
-      "1513, 0.000000\\\n",
-      "1513, 0.000000\\\n",
-      "1514, 0.000000\\\n",
-      "1514, 0.000000\\\n",
-      "1514, 0.000000\\\n",
-      "1514, 0.000000\\\n",
-      "1514, 0.000000\\\n",
-      "1514, 0.000000\\\n",
-      "1514, 0.000000\\\n",
-      "1514, 0.000000\\\n",
-      "1514, 0.000000\\\n",
-      "1515, 0.000000\\\n",
-      "1515, 0.000000\\\n",
-      "1515, 0.000000\\\n",
-      "1515, 0.000000\\\n",
-      "1515, 0.000000\\\n",
-      "1515, 0.000000\\\n",
-      "1515, 0.000000\\\n",
-      "1515, 0.000000\\\n",
-      "1515, 0.000000\\\n",
-      "1516, 0.000000\\\n",
-      "1516, 0.000000\\\n",
-      "1516, 0.000000\\\n",
-      "1516, 0.000000\\\n",
-      "1516, 0.000000\\\n",
-      "1516, 0.000000\\\n",
-      "1516, 0.000000\\\n",
-      "1516, 0.000000\\\n",
-      "1516, 0.000000\\\n",
-      "1517, 0.000000\\\n",
-      "1517, 0.000000\\\n",
-      "1517, 0.000000\\\n",
-      "1517, 0.000000\\\n",
-      "1517, 0.000000\\\n",
-      "1517, 0.000000\\\n",
-      "1517, 0.000000\\\n",
-      "1517, 0.000000\\\n",
-      "1517, 0.000000\\\n",
-      "1518, 0.000000\\\n",
-      "1518, 0.000000\\\n",
-      "1518, 0.000000\\\n",
-      "1518, 0.000000\\\n",
-      "1518, 0.000000\\\n",
-      "1518, 0.000000\\\n",
-      "1518, 0.000000\\\n",
-      "1518, 0.000000\\\n",
-      "1518, 0.000000\\\n",
-      "1519, 0.000000\\\n",
-      "1519, 0.000000\\\n",
-      "1519, 0.000000\\\n",
-      "1519, 0.000000\\\n",
-      "1519, 0.000000\\\n",
-      "1519, 0.000000\\\n",
-      "1519, 0.000000\\\n",
-      "1519, 0.000000\\\n",
-      "1519, 0.000000\\\n",
-      "1520, 0.000000\\\n",
-      "1520, 0.000000\\\n",
-      "1520, 0.000000\\\n",
-      "1520, 0.000000\\\n",
-      "1520, 0.000000\\\n",
-      "1520, 0.000000\\\n",
-      "1520, 0.000000\\\n",
-      "1520, 0.000000\\\n",
-      "1520, 0.000000\\\n",
-      "1521, 0.000000\\\n",
-      "1521, 0.000000\\\n",
-      "1521, 0.000000\\\n",
-      "1521, 0.000000\\\n",
-      "1521, 0.000000\\\n",
-      "1521, 0.000000\\\n",
-      "1521, 0.000000\\\n",
-      "1521, 0.000000\\\n",
-      "1521, 0.000000\\\n",
-      "1522, 0.000000\\\n",
-      "1522, 0.000000\\\n",
-      "1522, 0.000000\\\n",
-      "1522, 0.000000\\\n",
-      "1522, 0.000000\\\n",
-      "1522, 0.000000\\\n",
-      "1522, 0.000000\\\n",
-      "1522, 0.000000\\\n",
-      "1522, 0.000000\\\n",
-      "1523, 0.000000\\\n",
-      "1523, 0.000000\\\n",
-      "1523, 0.000000\\\n",
-      "1523, 0.000000\\\n",
-      "1523, 0.000000\\\n",
-      "1523, 0.000000\\\n",
-      "1523, 0.000000\\\n",
-      "1523, 0.000000\\\n",
-      "1523, 0.000000\\\n",
-      "1524, 0.000000\\\n",
-      "1524, 0.000000\\\n",
-      "1524, 0.000000\\\n",
-      "1524, 0.000000\\\n",
-      "1524, 0.000000\\\n",
-      "1524, 0.000000\\\n",
-      "1524, 0.000000\\\n",
-      "1524, 0.000000\\\n",
-      "1524, 0.000000\\\n",
-      "1525, 0.000000\\\n",
-      "1525, 0.000000\\\n",
-      "1525, 0.000000\\\n",
-      "1525, 0.000000\\\n",
-      "1525, 0.000000\\\n",
-      "1525, 0.000000\\\n",
-      "1525, 0.000000\\\n",
-      "1525, 0.000000\\\n",
-      "1525, 0.000000\\\n",
-      "1526, 1.000000\\\n",
-      "1526, 0.000000\\\n",
-      "1526, 0.000000\\\n",
-      "1526, 0.000000\\\n",
-      "1526, 0.000000\\\n",
-      "1526, 0.000000\\\n",
-      "1526, 0.000000\\\n",
-      "1526, 0.000000\\\n",
-      "1526, 0.000000\\\n",
-      "1527, 0.000000\\\n",
-      "1527, 0.000000\\\n",
-      "1527, 0.000000\\\n",
-      "1527, 0.000000\\\n",
-      "1527, 0.000000\\\n",
-      "1527, 0.000000\\\n",
-      "1527, 0.000000\\\n",
-      "1527, 0.000000\\\n",
-      "1527, 0.000000\\\n",
-      "1528, 0.000000\\\n",
-      "1528, 0.000000\\\n",
-      "1528, 0.000000\\\n",
-      "1528, 0.000000\\\n",
-      "1528, 0.000000\\\n",
-      "1528, 0.000000\\\n",
-      "1528, 0.000000\\\n",
-      "1528, 0.000000\\\n",
-      "1528, 0.000000\\\n",
-      "1529, 0.000000\\\n",
-      "1529, 0.000000\\\n",
-      "1529, 0.000000\\\n",
-      "1529, 0.000000\\\n",
-      "1529, 0.000000\\\n",
-      "1529, 0.000000\\\n",
-      "1529, 0.000000\\\n",
-      "1529, 0.000000\\\n",
-      "1529, 0.000000\\\n",
-      "1530, 0.000000\\\n",
-      "1530, 0.000000\\\n",
-      "1530, 0.000000\\\n",
-      "1530, 0.000000\\\n",
-      "1530, 0.000000\\\n",
-      "1530, 0.000000\\\n",
-      "1530, 0.000000\\\n",
-      "1530, 0.000000\\\n",
-      "1530, 0.000000\\\n",
-      "1531, 0.000000\\\n",
-      "1531, 0.000000\\\n",
-      "1531, 0.000000\\\n",
-      "1531, 0.000000\\\n",
-      "1531, 0.000000\\\n",
-      "1531, 0.000000\\\n",
-      "1531, 0.000000\\\n",
-      "1531, 0.000000\\\n",
-      "1531, 0.000000\\\n",
-      "1532, 0.000000\\\n",
-      "1532, 0.000000\\\n",
-      "1532, 0.000000\\\n",
-      "1532, 0.000000\\\n",
-      "1532, 0.000000\\\n",
-      "1532, 0.000000\\\n",
-      "1532, 0.000000\\\n",
-      "1532, 0.000000\\\n",
-      "1532, 0.000000\\\n",
-      "1533, 0.000000\\\n",
-      "1533, 0.000000\\\n",
-      "1533, 0.000000\\\n",
-      "1533, 0.000000\\\n",
-      "1533, 0.000000\\\n",
-      "1533, 0.000000\\\n",
-      "1533, 0.000000\\\n",
-      "1533, 0.000000\\\n",
-      "1533, 0.000000\\\n",
-      "1534, 0.000000\\\n",
-      "1534, 0.000000\\\n",
-      "1534, 0.000000\\\n",
-      "1534, 0.000000\\\n",
-      "1534, 0.000000\\\n",
-      "1534, 0.000000\\\n",
-      "1534, 0.000000\\\n",
-      "1534, 0.000000\\\n",
-      "1534, 0.000000\\\n",
-      "1535, 0.000000\\\n",
-      "1535, 0.000000\\\n",
-      "1535, 0.000000\\\n",
-      "1535, 0.000000\\\n",
-      "1535, 0.000000\\\n",
-      "1535, 0.000000\\\n",
-      "1535, 0.000000\\\n",
-      "1535, 0.000000\\\n",
-      "1535, 0.000000\\\n",
-      "1536, 0.000000\\\n",
-      "1536, 0.000000\\\n",
-      "1536, 0.000000\\\n",
-      "1536, 0.000000\\\n",
-      "1536, 0.000000\\\n",
-      "1536, 0.000000\\\n",
-      "1536, 0.000000\\\n",
-      "1536, 0.000000\\\n",
-      "1536, 0.000000\\\n",
-      "1537, 0.000000\\\n",
-      "1537, 0.000000\\\n",
-      "1537, 0.000000\\\n",
-      "1537, 0.000000\\\n",
-      "1537, 0.000000\\\n",
-      "1537, 0.000000\\\n",
-      "1537, 0.000000\\\n",
-      "1537, 0.000000\\\n",
-      "1537, 0.000000\\\n",
-      "1538, 0.000000\\\n",
-      "1538, 0.000000\\\n",
-      "1538, 0.000000\\\n",
-      "1538, 0.000000\\\n",
-      "1538, 0.000000\\\n",
-      "1538, 0.000000\\\n",
-      "1538, 0.000000\\\n",
-      "1538, 0.000000\\\n",
-      "1538, 0.000000\\\n",
-      "1539, 0.000000\\\n",
-      "1539, 0.000000\\\n",
-      "1539, 0.000000\\\n",
-      "1539, 0.000000\\\n",
-      "1539, 0.000000\\\n",
-      "1539, 0.000000\\\n",
-      "1539, 0.000000\\\n",
-      "1539, 0.000000\\\n",
-      "1539, 0.000000\\\n",
-      "1540, 0.000000\\\n",
-      "1540, 0.000000\\\n",
-      "1540, 0.000000\\\n",
-      "1540, 0.000000\\\n",
-      "1540, 0.000000\\\n",
-      "1540, 0.000000\\\n",
-      "1540, 0.000000\\\n",
-      "1540, 0.000000\\\n",
-      "1540, 0.000000\\\n",
-      "1541, 0.000000\\\n",
-      "1541, 0.000000\\\n",
-      "1541, 0.000000\\\n",
-      "1541, 0.000000\\\n",
-      "1541, 0.000000\\\n",
-      "1541, 0.000000\\\n",
-      "1541, 0.000000\\\n",
-      "1541, 0.000000\\\n",
-      "1541, 0.000000\\\n",
-      "1542, 0.000000\\\n",
-      "1542, 0.000000\\\n",
-      "1542, 0.000000\\\n",
-      "1542, 0.000000\\\n",
-      "1542, 0.000000\\\n",
-      "1542, 0.000000\\\n",
-      "1542, 0.000000\\\n",
-      "1542, 0.000000\\\n",
-      "1542, 0.000000\\\n",
-      "1543, 0.000000\\\n",
-      "1543, 0.000000\\\n",
-      "1543, 0.000000\\\n",
-      "1543, 0.000000\\\n",
-      "1543, 0.000000\\\n",
-      "1543, 0.000000\\\n",
-      "1543, 0.000000\\\n",
-      "1543, 0.000000\\\n",
-      "1543, 0.000000\\\n",
-      "1544, 0.000000\\\n",
-      "1544, 0.000000\\\n",
-      "1544, 0.000000\\\n",
-      "1544, 0.000000\\\n",
-      "1544, 0.000000\\\n",
-      "1544, 0.000000\\\n",
-      "1544, 0.000000\\\n",
-      "1544, 0.000000\\\n",
-      "1544, 0.000000\\\n",
-      "1545, 0.000000\\\n",
-      "1545, 0.000000\\\n",
-      "1545, 0.000000\\\n",
-      "1545, 0.000000\\\n",
-      "1545, 0.000000\\\n",
-      "1545, 0.000000\\\n",
-      "1545, 0.000000\\\n",
-      "1545, 0.000000\\\n",
-      "1545, 0.000000\\\n",
-      "1546, 0.000000\\\n",
-      "1546, 0.000000\\\n",
-      "1546, 0.000000\\\n",
-      "1546, 0.000000\\\n",
-      "1546, 0.000000\\\n",
-      "1546, 0.000000\\\n",
-      "1546, 0.000000\\\n",
-      "1546, 0.000000\\\n",
-      "1546, 0.000000\\\n",
-      "1547, 0.000000\\\n",
-      "1547, 0.000000\\\n",
-      "1547, 0.000000\\\n",
-      "1547, 0.000000\\\n",
-      "1547, 0.000000\\\n",
-      "1547, 0.000000\\\n",
-      "1547, 0.000000\\\n",
-      "1547, 0.000000\\\n",
-      "1547, 0.000000\\\n",
-      "1548, 0.000000\\\n",
-      "1548, 0.000000\\\n",
-      "1548, 0.000000\\\n",
-      "1548, 0.000000\\\n",
-      "1548, 0.000000\\\n",
-      "1548, 0.000000\\\n",
-      "1548, 0.000000\\\n",
-      "1548, 0.000000\\\n",
-      "1548, 0.000000\\\n",
-      "1549, 0.000000\\\n",
-      "1549, 0.000000\\\n",
-      "1549, 0.000000\\\n",
-      "1549, 0.000000\\\n",
-      "1549, 0.000000\\\n",
-      "1549, 0.000000\\\n",
-      "1549, 0.000000\\\n",
-      "1549, 0.000000\\\n",
-      "1549, 0.000000\\\n",
-      "1550, 0.000000\\\n",
-      "1550, 0.000000\\\n",
-      "1550, 0.000000\\\n",
-      "1550, 0.000000\\\n",
-      "1550, 0.000000\\\n",
-      "1550, 0.000000\\\n",
-      "1550, 0.000000\\\n",
-      "1550, 0.000000\\\n",
-      "1550, 0.000000\\\n",
-      "1551, 0.000000\\\n",
-      "1551, 0.000000\\\n",
-      "1551, 0.000000\\\n",
-      "1551, 0.000000\\\n",
-      "1551, 0.000000\\\n",
-      "1551, 0.000000\\\n",
-      "1551, 0.000000\\\n",
-      "1551, 0.000000\\\n",
-      "1551, 0.000000\\\n",
-      "1552, 0.000000\\\n",
-      "1552, 0.000000\\\n",
-      "1552, 0.000000\\\n",
-      "1552, 0.000000\\\n",
-      "1552, 0.000000\\\n",
-      "1552, 0.000000\\\n",
-      "1552, 0.000000\\\n",
-      "1552, 0.000000\\\n",
-      "1552, 0.000000\\\n",
-      "1553, 0.000000\\\n",
-      "1553, 0.000000\\\n",
-      "1553, 0.000000\\\n",
-      "1553, 0.000000\\\n",
-      "1553, 0.000000\\\n",
-      "1553, 0.000000\\\n",
-      "1553, 0.000000\\\n",
-      "1553, 0.000000\\\n",
-      "1553, 0.000000\\\n",
-      "1554, 0.000000\\\n",
-      "1554, 0.000000\\\n",
-      "1554, 0.000000\\\n",
-      "1554, 0.000000\\\n",
-      "1554, 0.000000\\\n",
-      "1554, 0.000000\\\n",
-      "1554, 0.000000\\\n",
-      "1554, 0.000000\\\n",
-      "1554, 0.000000\\\n",
-      "1555, 0.000000\\\n",
-      "1555, 0.000000\\\n",
-      "1555, 0.000000\\\n",
-      "1555, 0.000000\\\n",
-      "1555, 0.000000\\\n",
-      "1555, 0.000000\\\n",
-      "1555, 0.000000\\\n",
-      "1555, 0.000000\\\n",
-      "1555, 0.000000\\\n",
-      "1556, 0.000000\\\n",
-      "1556, 0.000000\\\n",
-      "1556, 0.000000\\\n",
-      "1556, 0.000000\\\n",
-      "1556, 0.000000\\\n",
-      "1556, 0.000000\\\n",
-      "1556, 0.000000\\\n",
-      "1556, 0.000000\\\n",
-      "1556, 0.000000\\\n",
-      "1557, 0.000000\\\n",
-      "1557, 0.000000\\\n",
-      "1557, 0.000000\\\n",
-      "1557, 0.000000\\\n",
-      "1557, 0.000000\\\n",
-      "1557, 0.000000\\\n",
-      "1557, 0.000000\\\n",
-      "1557, 0.000000\\\n",
-      "1557, 0.000000\\\n",
-      "1558, 0.000000\\\n",
-      "1558, 0.000000\\\n",
-      "1558, 0.000000\\\n",
-      "1558, 0.000000\\\n",
-      "1558, 0.000000\\\n",
-      "1558, 0.000000\\\n",
-      "1558, 0.000000\\\n",
-      "1558, 0.000000\\\n",
-      "1558, 0.000000\\\n",
-      "1559, 0.000000\\\n",
-      "1559, 0.000000\\\n",
-      "1559, 0.000000\\\n",
-      "1559, 0.000000\\\n",
-      "1559, 0.000000\\\n",
-      "1559, 0.000000\\\n",
-      "1559, 0.000000\\\n",
-      "1559, 0.000000\\\n",
-      "1559, 0.000000\\\n",
-      "1560, 0.000000\\\n",
-      "1560, 0.000000\\\n",
-      "1560, 0.000000\\\n",
-      "1560, 0.000000\\\n",
-      "1560, 0.000000\\\n",
-      "1560, 0.000000\\\n",
-      "1560, 0.000000\\\n",
-      "1560, 0.000000\\\n",
-      "1560, 0.000000\\\n",
-      "1561, 0.000000\\\n",
-      "1561, 0.000000\\\n",
-      "1561, 0.000000\\\n",
-      "1561, 0.000000\\\n",
-      "1561, 0.000000\\\n",
-      "1561, 0.000000\\\n",
-      "1561, 0.000000\\\n",
-      "1561, 0.000000\\\n",
-      "1561, 0.000000\\\n",
-      "1562, 0.000000\\\n",
-      "1562, 0.000000\\\n",
-      "1562, 0.000000\\\n",
-      "1562, 0.000000\\\n",
-      "1562, 0.000000\\\n",
-      "1562, 0.000000\\\n",
-      "1562, 0.000000\\\n",
-      "1562, 0.000000\\\n",
-      "1562, 0.000000\\\n",
-      "1563, 0.000000\\\n",
-      "1563, 0.000000\\\n",
-      "1563, 0.000000\\\n",
-      "1563, 0.000000\\\n",
-      "1563, 0.000000\\\n",
-      "1563, 0.000000\\\n",
-      "1563, 0.000000\\\n",
-      "1563, 0.000000\\\n",
-      "1563, 0.000000\\\n",
-      "1564, 0.000000\\\n",
-      "1564, 0.000000\\\n",
-      "1564, 0.000000\\\n",
-      "1564, 0.000000\\\n",
-      "1564, 0.000000\\\n",
-      "1564, 0.000000\\\n",
-      "1564, 0.000000\\\n",
-      "1564, 0.000000\\\n",
-      "1564, 0.000000\\\n",
-      "1565, 0.000000\\\n",
-      "1565, 0.000000\\\n",
-      "1565, 0.000000\\\n",
-      "1565, 0.000000\\\n",
-      "1565, 0.000000\\\n",
-      "1565, 0.000000\\\n",
-      "1565, 0.000000\\\n",
-      "1565, 0.000000\\\n",
-      "1565, 0.000000\\\n",
-      "1566, 0.000000\\\n",
-      "1566, 0.000000\\\n",
-      "1566, 0.000000\\\n",
-      "1566, 0.000000\\\n",
-      "1566, 0.000000\\\n",
-      "1566, 0.000000\\\n",
-      "1566, 0.000000\\\n",
-      "1566, 0.000000\\\n",
-      "1566, 0.000000\\\n",
-      "1567, 0.000000\\\n",
-      "1567, 0.000000\\\n",
-      "1567, 0.000000\\\n",
-      "1567, 0.000000\\\n",
-      "1567, 0.000000\\\n",
-      "1567, 0.000000\\\n",
-      "1567, 0.000000\\\n",
-      "1567, 0.000000\\\n",
-      "1567, 0.000000\\\n",
-      "1568, 0.000000\\\n",
-      "1568, 0.000000\\\n",
-      "1568, 0.000000\\\n",
-      "1568, 0.000000\\\n",
-      "1568, 0.000000\\\n",
-      "1568, 0.000000\\\n",
-      "1568, 0.000000\\\n",
-      "1568, 0.000000\\\n",
-      "1568, 0.000000\\\n",
-      "1569, 0.000000\\\n",
-      "1569, 0.000000\\\n",
-      "1569, 0.000000\\\n",
-      "1569, 0.000000\\\n",
-      "1569, 0.000000\\\n",
-      "1569, 0.000000\\\n",
-      "1569, 0.000000\\\n",
-      "1569, 0.000000\\\n",
-      "1569, 0.000000\\\n",
-      "1570, 0.000000\\\n",
-      "1570, 0.000000\\\n",
-      "1570, 0.000000\\\n",
-      "1570, 0.000000\\\n",
-      "1570, 0.000000\\\n",
-      "1570, 0.000000\\\n",
-      "1570, 0.000000\\\n",
-      "1570, 0.000000\\\n",
-      "1570, 0.000000\\\n",
-      "1571, 0.000000\\\n",
-      "1571, 0.000000\\\n",
-      "1571, 0.000000\\\n",
-      "1571, 0.000000\\\n",
-      "1571, 0.000000\\\n",
-      "1571, 0.000000\\\n",
-      "1571, 0.000000\\\n",
-      "1571, 0.000000\\\n",
-      "1571, 0.000000\\\n",
-      "1572, 0.000000\\\n",
-      "1572, 0.000000\\\n",
-      "1572, 0.000000\\\n",
-      "1572, 0.000000\\\n",
-      "1572, 0.000000\\\n",
-      "1572, 0.000000\\\n",
-      "1572, 0.000000\\\n",
-      "1572, 0.000000\\\n",
-      "1572, 0.000000\\\n",
-      "1573, 0.000000\\\n",
-      "1573, 0.000000\\\n",
-      "1573, 0.000000\\\n",
-      "1573, 0.000000\\\n",
-      "1573, 0.000000\\\n",
-      "1573, 0.000000\\\n",
-      "1573, 0.000000\\\n",
-      "1573, 0.000000\\\n",
-      "1573, 0.000000\\\n",
-      "1574, 0.000000\\\n",
-      "1574, 0.000000\\\n",
-      "1574, 0.000000\\\n",
-      "1574, 0.000000\\\n",
-      "1574, 0.000000\\\n",
-      "1574, 0.000000\\\n",
-      "1574, 0.000000\\\n",
-      "1574, 0.000000\\\n",
-      "1574, 0.000000\\\n",
-      "1575, 0.000000\\\n",
-      "1575, 0.000000\\\n",
-      "1575, 0.000000\\\n",
-      "1575, 0.000000\\\n",
-      "1575, 0.000000\\\n",
-      "1575, 0.000000\\\n",
-      "1575, 0.000000\\\n",
-      "1575, 0.000000\\\n",
-      "1575, 0.000000\\\n",
-      "1576, 0.000000\\\n",
-      "1576, 0.000000\\\n",
-      "1576, 0.000000\\\n",
-      "1576, 0.000000\\\n",
-      "1576, 0.000000\\\n",
-      "1576, 0.000000\\\n",
-      "1576, 0.000000\\\n",
-      "1576, 0.000000\\\n",
-      "1576, 0.000000\\\n",
-      "1577, 0.000000\\\n",
-      "1577, 0.000000\\\n",
-      "1577, 0.000000\\\n",
-      "1577, 0.000000\\\n",
-      "1577, 0.000000\\\n",
-      "1577, 0.000000\\\n",
-      "1577, 0.000000\\\n",
-      "1577, 0.000000\\\n",
-      "1577, 0.000000\\\n",
-      "1578, 0.000000\\\n",
-      "1578, 0.000000\\\n",
-      "1578, 0.000000\\\n",
-      "1578, 0.000000\\\n",
-      "1578, 0.000000\\\n",
-      "1578, 0.000000\\\n",
-      "1578, 0.000000\\\n",
-      "1578, 0.000000\\\n",
-      "1578, 0.000000\\\n",
-      "1579, 0.000000\\\n",
-      "1579, 0.000000\\\n",
-      "1579, 0.000000\\\n",
-      "1579, 0.000000\\\n",
-      "1579, 0.000000\\\n",
-      "1579, 0.000000\\\n",
-      "1579, 0.000000\\\n",
-      "1579, 0.000000\\\n",
-      "1579, 0.000000\\\n",
-      "1580, 0.000000\\\n",
-      "1580, 0.000000\\\n",
-      "1580, 0.000000\\\n",
-      "1580, 0.000000\\\n",
-      "1580, 0.000000\\\n",
-      "1580, 0.000000\\\n",
-      "1580, 0.000000\\\n",
-      "1580, 0.000000\\\n",
-      "1580, 0.000000\\\n",
-      "1581, 0.000000\\\n",
-      "1581, 0.000000\\\n",
-      "1581, 0.000000\\\n",
-      "1581, 0.000000\\\n",
-      "1581, 0.000000\\\n",
-      "1581, 0.000000\\\n",
-      "1581, 0.000000\\\n",
-      "1581, 0.000000\\\n",
-      "1581, 0.000000\\\n",
-      "1582, 0.000000\\\n",
-      "1582, 0.000000\\\n",
-      "1582, 0.000000\\\n",
-      "1582, 0.000000\\\n",
-      "1582, 0.000000\\\n",
-      "1582, 0.000000\\\n",
-      "1582, 0.000000\\\n",
-      "1582, 0.000000\\\n",
-      "1582, 0.000000\\\n",
-      "1583, 0.000000\\\n",
-      "1583, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "1583, 0.000000\\\n",
-      "1583, 0.000000\\\n",
-      "1583, 0.000000\\\n",
-      "1583, 0.000000\\\n",
-      "1583, 0.000000\\\n",
-      "1583, 0.000000\\\n",
-      "1583, 0.000000\\\n",
-      "1584, 0.000000\\\n",
-      "1584, 0.000000\\\n",
-      "1584, 0.000000\\\n",
-      "1584, 0.000000\\\n",
-      "1584, 0.000000\\\n",
-      "1584, 0.000000\\\n",
-      "1584, 0.000000\\\n",
-      "1584, 0.000000\\\n",
-      "1584, 0.000000\\\n",
-      "1585, 0.000000\\\n",
-      "1585, 0.000000\\\n",
-      "1585, 0.000000\\\n",
-      "1585, 0.000000\\\n",
-      "1585, 0.000000\\\n",
-      "1585, 0.000000\\\n",
-      "1585, 0.000000\\\n",
-      "1585, 0.000000\\\n",
-      "1585, 0.000000\\\n",
-      "1586, 0.000000\\\n",
-      "1586, 0.000000\\\n",
-      "1586, 0.000000\\\n",
-      "1586, 0.000000\\\n",
-      "1586, 0.000000\\\n",
-      "1586, 0.000000\\\n",
-      "1586, 0.000000\\\n",
-      "1586, 0.000000\\\n",
-      "1586, 0.000000\\\n",
-      "1587, 0.000000\\\n",
-      "1587, 0.000000\\\n",
-      "1587, 0.000000\\\n",
-      "1587, 0.000000\\\n",
-      "1587, 0.000000\\\n",
-      "1587, 0.000000\\\n",
-      "1587, 0.000000\\\n",
-      "1587, 0.000000\\\n",
-      "1587, 0.000000\\\n",
-      "1588, 0.000000\\\n",
-      "1588, 0.000000\\\n",
-      "1588, 0.000000\\\n",
-      "1588, 0.000000\\\n",
-      "1588, 0.000000\\\n",
-      "1588, 0.000000\\\n",
-      "1588, 0.000000\\\n",
-      "1588, 0.000000\\\n",
-      "1588, 0.000000\\\n",
-      "1589, 0.000000\\\n",
-      "1589, 0.000000\\\n",
-      "1589, 0.000000\\\n",
-      "1589, 0.000000\\\n",
-      "1589, 0.000000\\\n",
-      "1589, 0.000000\\\n",
-      "1589, 0.000000\\\n",
-      "1589, 0.000000\\\n",
-      "1589, 0.000000\\\n",
-      "1590, 0.000000\\\n",
-      "1590, 0.000000\\\n",
-      "1590, 0.000000\\\n",
-      "1590, 0.000000\\\n",
-      "1590, 0.000000\\\n",
-      "1590, 0.000000\\\n",
-      "1590, 0.000000\\\n",
-      "1590, 0.000000\\\n",
-      "1590, 0.000000\\\n",
-      "1591, 0.000000\\\n",
-      "1591, 0.000000\\\n",
-      "1591, 0.000000\\\n",
-      "1591, 0.000000\\\n",
-      "1591, 0.000000\\\n",
-      "1591, 0.000000\\\n",
-      "1591, 0.000000\\\n",
-      "1591, 0.000000\\\n",
-      "1591, 0.000000\\\n",
-      "1592, 0.000000\\\n",
-      "1592, 0.000000\\\n",
-      "1592, 0.000000\\\n",
-      "1592, 1.000000\\\n",
-      "1592, 0.000000\\\n",
-      "1592, 0.000000\\\n",
-      "1592, 0.000000\\\n",
-      "1592, 0.000000\\\n",
-      "1592, 0.000000\\\n",
-      "1593, 0.000000\\\n",
-      "1593, 0.000000\\\n",
-      "1593, 0.000000\\\n",
-      "1593, 0.000000\\\n",
-      "1593, 0.000000\\\n",
-      "1593, 0.000000\\\n",
-      "1593, 0.000000\\\n",
-      "1593, 0.000000\\\n",
-      "1593, 0.000000\\\n",
-      "1594, 0.000000\\\n",
-      "1594, 0.000000\\\n",
-      "1594, 0.000000\\\n",
-      "1594, 0.000000\\\n",
-      "1594, 0.000000\\\n",
-      "1594, 0.000000\\\n",
-      "1594, 0.000000\\\n",
-      "1594, 0.000000\\\n",
-      "1594, 0.000000\\\n",
-      "1595, 0.000000\\\n",
-      "1595, 0.000000\\\n",
-      "1595, 0.000000\\\n",
-      "1595, 0.000000\\\n",
-      "1595, 0.000000\\\n",
-      "1595, 0.000000\\\n",
-      "1595, 0.000000\\\n",
-      "1595, 0.000000\\\n",
-      "1595, 0.000000\\\n",
-      "1596, 0.000000\\\n",
-      "1596, 0.000000\\\n",
-      "1596, 0.000000\\\n",
-      "1596, 0.000000\\\n",
-      "1596, 0.000000\\\n",
-      "1596, 0.000000\\\n",
-      "1596, 0.000000\\\n",
-      "1596, 0.000000\\\n",
-      "1596, 0.000000\\\n",
-      "1597, 0.000000\\\n",
-      "1597, 0.000000\\\n",
-      "1597, 0.000000\\\n",
-      "1597, 0.000000\\\n",
-      "1597, 0.000000\\\n",
-      "1597, 0.000000\\\n",
-      "1597, 0.000000\\\n",
-      "1597, 0.000000\\\n",
-      "1597, 0.000000\\\n",
-      "1598, 0.000000\\\n",
-      "1598, 1.000000\\\n",
-      "1598, 0.000000\\\n",
-      "1598, 0.000000\\\n",
-      "1598, 0.000000\\\n",
-      "1598, 0.000000\\\n",
-      "1598, 0.000000\\\n",
-      "1598, 0.000000\\\n",
-      "1598, 0.000000\\\n",
-      "1599, 0.000000\\\n",
-      "1599, 0.000000\\\n",
-      "1599, 0.000000\\\n",
-      "1599, 0.000000\\\n",
-      "1599, 0.000000\\\n",
-      "1599, 0.000000\\\n",
-      "1599, 0.000000\\\n",
-      "1599, 0.000000\\\n",
-      "1599, 0.000000\\\n",
-      "1600, 0.000000\\\n",
-      "1600, 0.000000\\\n",
-      "1600, 0.000000\\\n",
-      "1600, 0.000000\\\n",
-      "1600, 0.000000\\\n",
-      "1600, 0.000000\\\n",
-      "1600, 0.000000\\\n",
-      "1600, 0.000000\\\n",
-      "1600, 0.000000\\\n",
-      "1601, 0.000000\\\n",
-      "1601, 0.000000\\\n",
-      "1601, 0.000000\\\n",
-      "1601, 0.000000\\\n",
-      "1601, 0.000000\\\n",
-      "1601, 0.000000\\\n",
-      "1601, 0.000000\\\n",
-      "1601, 0.000000\\\n",
-      "1601, 0.000000\\\n",
-      "1602, 0.000000\\\n",
-      "1602, 0.000000\\\n",
-      "1602, 0.000000\\\n",
-      "1602, 0.000000\\\n",
-      "1602, 0.000000\\\n",
-      "1602, 0.000000\\\n",
-      "1602, 1.000000\\\n",
-      "1602, 0.000000\\\n",
-      "1602, 0.000000\\\n",
-      "1603, 0.000000\\\n",
-      "1603, 0.000000\\\n",
-      "1603, 0.000000\\\n",
-      "1603, 0.000000\\\n",
-      "1603, 1.000000\\\n",
-      "1603, 0.000000\\\n",
-      "1603, 0.000000\\\n",
-      "1603, 0.000000\\\n",
-      "1603, 0.000000\\\n",
-      "1604, 0.000000\\\n",
-      "1604, 0.000000\\\n",
-      "1604, 0.000000\\\n",
-      "1604, 0.000000\\\n",
-      "1604, 0.000000\\\n",
-      "1604, 0.000000\\\n",
-      "1604, 0.000000\\\n",
-      "1604, 0.000000\\\n",
-      "1604, 0.000000\\\n",
-      "1605, 0.000000\\\n",
-      "1605, 0.000000\\\n",
-      "1605, 0.000000\\\n",
-      "1605, 0.000000\\\n",
-      "1605, 0.000000\\\n",
-      "1605, 0.000000\\\n",
-      "1605, 0.000000\\\n",
-      "1605, 0.000000\\\n",
-      "1605, 0.000000\\\n",
-      "1606, 0.000000\\\n",
-      "1606, 0.000000\\\n",
-      "1606, 0.000000\\\n",
-      "1606, 0.000000\\\n",
-      "1606, 0.000000\\\n",
-      "1606, 0.000000\\\n",
-      "1606, 0.000000\\\n",
-      "1606, 0.000000\\\n",
-      "1606, 0.000000\\\n",
-      "1607, 0.000000\\\n",
-      "1607, 0.000000\\\n",
-      "1607, 0.000000\\\n",
-      "1607, 0.000000\\\n",
-      "1607, 0.000000\\\n",
-      "1607, 0.000000\\\n",
-      "1607, 0.000000\\\n",
-      "1607, 0.000000\\\n",
-      "1607, 0.000000\\\n",
-      "1608, 0.000000\\\n",
-      "1608, 0.000000\\\n",
-      "1608, 0.000000\\\n",
-      "1608, 0.000000\\\n",
-      "1608, 0.000000\\\n",
-      "1608, 0.000000\\\n",
-      "1608, 0.000000\\\n",
-      "1608, 0.000000\\\n",
-      "1608, 0.000000\\\n",
-      "1609, 0.000000\\\n",
-      "1609, 0.000000\\\n",
-      "1609, 0.000000\\\n",
-      "1609, 0.000000\\\n",
-      "1609, 0.000000\\\n",
-      "1609, 0.000000\\\n",
-      "1609, 0.000000\\\n",
-      "1609, 0.000000\\\n",
-      "1609, 0.000000\\\n",
-      "1610, 0.000000\\\n",
-      "1610, 0.000000\\\n",
-      "1610, 0.000000\\\n",
-      "1610, 0.000000\\\n",
-      "1610, 0.000000\\\n",
-      "1610, 0.000000\\\n",
-      "1610, 0.000000\\\n",
-      "1610, 0.000000\\\n",
-      "1610, 0.000000\\\n",
-      "1611, 0.000000\\\n",
-      "1611, 0.000000\\\n",
-      "1611, 0.000000\\\n",
-      "1611, 0.000000\\\n",
-      "1611, 0.000000\\\n",
-      "1611, 0.000000\\\n",
-      "1611, 0.000000\\\n",
-      "1611, 0.000000\\\n",
-      "1611, 0.000000\\\n",
-      "1612, 0.000000\\\n",
-      "1612, 0.000000\\\n",
-      "1612, 0.000000\\\n",
-      "1612, 0.000000\\\n",
-      "1612, 0.000000\\\n",
-      "1612, 1.000000\\\n",
-      "1612, 0.000000\\\n",
-      "1612, 0.000000\\\n",
-      "1612, 0.000000\\\n",
-      "1613, 0.000000\\\n",
-      "1613, 0.000000\\\n",
-      "1613, 0.000000\\\n",
-      "1613, 0.000000\\\n",
-      "1613, 0.000000\\\n",
-      "1613, 0.000000\\\n",
-      "1613, 0.000000\\\n",
-      "1613, 0.000000\\\n",
-      "1613, 0.000000\\\n",
-      "1614, 0.000000\\\n",
-      "1614, 0.000000\\\n",
-      "1614, 0.000000\\\n",
-      "1614, 0.000000\\\n",
-      "1614, 0.000000\\\n",
-      "1614, 0.000000\\\n",
-      "1614, 0.000000\\\n",
-      "1614, 0.000000\\\n",
-      "1614, 0.000000\\\n",
-      "1615, 0.000000\\\n",
-      "1615, 0.000000\\\n",
-      "1615, 0.000000\\\n",
-      "1615, 0.000000\\\n",
-      "1615, 0.000000\\\n",
-      "1615, 0.000000\\\n",
-      "1615, 0.000000\\\n",
-      "1615, 0.000000\\\n",
-      "1615, 0.000000\\\n",
-      "1616, 0.000000\\\n",
-      "1616, 0.000000\\\n",
-      "1616, 0.000000\\\n",
-      "1616, 0.000000\\\n",
-      "1616, 0.000000\\\n",
-      "1616, 0.000000\\\n",
-      "1616, 0.000000\\\n",
-      "1616, 0.000000\\\n",
-      "1616, 0.000000\\\n",
-      "1617, 0.000000\\\n",
-      "1617, 0.000000\\\n",
-      "1617, 0.000000\\\n",
-      "1617, 0.000000\\\n",
-      "1617, 0.000000\\\n",
-      "1617, 0.000000\\\n",
-      "1617, 0.000000\\\n",
-      "1617, 0.000000\\\n",
-      "1617, 0.000000\\\n",
-      "1618, 0.000000\\\n",
-      "1618, 0.000000\\\n",
-      "1618, 0.000000\\\n",
-      "1618, 0.000000\\\n",
-      "1618, 0.000000\\\n",
-      "1618, 0.000000\\\n",
-      "1618, 0.000000\\\n",
-      "1618, 0.000000\\\n",
-      "1618, 0.000000\\\n",
-      "1619, 0.000000\\\n",
-      "1619, 0.000000\\\n",
-      "1619, 0.000000\\\n",
-      "1619, 0.000000\\\n",
-      "1619, 0.000000\\\n",
-      "1619, 0.000000\\\n",
-      "1619, 0.000000\\\n",
-      "1619, 0.000000\\\n",
-      "1619, 0.000000\\\n",
-      "1620, 0.000000\\\n",
-      "1620, 0.000000\\\n",
-      "1620, 0.000000\\\n",
-      "1620, 0.000000\\\n",
-      "1620, 0.000000\\\n",
-      "1620, 0.000000\\\n",
-      "1620, 0.000000\\\n",
-      "1620, 0.000000\\\n",
-      "1620, 0.000000\\\n",
-      "1621, 0.000000\\\n",
-      "1621, 0.000000\\\n",
-      "1621, 0.000000\\\n",
-      "1621, 0.000000\\\n",
-      "1621, 0.000000\\\n",
-      "1621, 0.000000\\\n",
-      "1621, 0.000000\\\n",
-      "1621, 0.000000\\\n",
-      "1621, 0.000000\\\n",
-      "1622, 0.000000\\\n",
-      "1622, 0.000000\\\n",
-      "1622, 0.000000\\\n",
-      "1622, 0.000000\\\n",
-      "1622, 0.000000\\\n",
-      "1622, 0.000000\\\n",
-      "1622, 0.000000\\\n",
-      "1622, 0.000000\\\n",
-      "1622, 0.000000\\\n",
-      "1623, 0.000000\\\n",
-      "1623, 0.000000\\\n",
-      "1623, 0.000000\\\n",
-      "1623, 0.000000\\\n",
-      "1623, 0.000000\\\n",
-      "1623, 0.000000\\\n",
-      "1623, 0.000000\\\n",
-      "1623, 0.000000\\\n",
-      "1623, 0.000000\\\n",
-      "1624, 0.000000\\\n",
-      "1624, 0.000000\\\n",
-      "1624, 0.000000\\\n",
-      "1624, 0.000000\\\n",
-      "1624, 0.000000\\\n",
-      "1624, 0.000000\\\n",
-      "1624, 0.000000\\\n",
-      "1624, 0.000000\\\n",
-      "1624, 1.000000\\\n",
-      "1625, 0.000000\\\n",
-      "1625, 0.000000\\\n",
-      "1625, 0.000000\\\n",
-      "1625, 0.000000\\\n",
-      "1625, 0.000000\\\n",
-      "1625, 0.000000\\\n",
-      "1625, 0.000000\\\n",
-      "1625, 0.000000\\\n",
-      "1625, 0.000000\\\n",
-      "1626, 0.000000\\\n",
-      "1626, 0.000000\\\n",
-      "1626, 0.000000\\\n",
-      "1626, 0.000000\\\n",
-      "1626, 0.000000\\\n",
-      "1626, 0.000000\\\n",
-      "1626, 0.000000\\\n",
-      "1626, 0.000000\\\n",
-      "1626, 0.000000\\\n",
-      "1627, 0.000000\\\n",
-      "1627, 0.000000\\\n",
-      "1627, 0.000000\\\n",
-      "1627, 0.000000\\\n",
-      "1627, 0.000000\\\n",
-      "1627, 0.000000\\\n",
-      "1627, 0.000000\\\n",
-      "1627, 0.000000\\\n",
-      "1627, 0.000000\\\n",
-      "1628, 0.000000\\\n",
-      "1628, 0.000000\\\n",
-      "1628, 0.000000\\\n",
-      "1628, 0.000000\\\n",
-      "1628, 0.000000\\\n",
-      "1628, 0.000000\\\n",
-      "1628, 0.000000\\\n",
-      "1628, 0.000000\\\n",
-      "1628, 0.000000\\\n",
-      "1629, 0.000000\\\n",
-      "1629, 0.000000\\\n",
-      "1629, 0.000000\\\n",
-      "1629, 0.000000\\\n",
-      "1629, 0.000000\\\n",
-      "1629, 0.000000\\\n",
-      "1629, 0.000000\\\n",
-      "1629, 0.000000\\\n",
-      "1629, 0.000000\\\n",
-      "1630, 0.000000\\\n",
-      "1630, 0.000000\\\n",
-      "1630, 0.000000\\\n",
-      "1630, 0.000000\\\n",
-      "1630, 0.000000\\\n",
-      "1630, 0.000000\\\n",
-      "1630, 0.000000\\\n",
-      "1630, 0.000000\\\n",
-      "1630, 0.000000\\\n",
-      "1631, 0.000000\\\n",
-      "1631, 0.000000\\\n",
-      "1631, 0.000000\\\n",
-      "1631, 0.000000\\\n",
-      "1631, 0.000000\\\n",
-      "1631, 0.000000\\\n",
-      "1631, 0.000000\\\n",
-      "1631, 0.000000\\\n",
-      "1631, 0.000000\\\n",
-      "1632, 0.000000\\\n",
-      "1632, 0.000000\\\n",
-      "1632, 0.000000\\\n",
-      "1632, 0.000000\\\n",
-      "1632, 0.000000\\\n",
-      "1632, 0.000000\\\n",
-      "1632, 0.000000\\\n",
-      "1632, 0.000000\\\n",
-      "1632, 0.000000\\\n",
-      "1633, 0.000000\\\n",
-      "1633, 0.000000\\\n",
-      "1633, 0.000000\\\n",
-      "1633, 0.000000\\\n",
-      "1633, 0.000000\\\n",
-      "1633, 0.000000\\\n",
-      "1633, 0.000000\\\n",
-      "1633, 0.000000\\\n",
-      "1633, 0.000000\\\n",
-      "1634, 0.000000\\\n",
-      "1634, 0.000000\\\n",
-      "1634, 0.000000\\\n",
-      "1634, 0.000000\\\n",
-      "1634, 0.000000\\\n",
-      "1634, 0.000000\\\n",
-      "1634, 0.000000\\\n",
-      "1634, 0.000000\\\n",
-      "1634, 0.000000\\\n",
-      "1635, 0.000000\\\n",
-      "1635, 0.000000\\\n",
-      "1635, 0.000000\\\n",
-      "1635, 0.000000\\\n",
-      "1635, 0.000000\\\n",
-      "1635, 0.000000\\\n",
-      "1635, 0.000000\\\n",
-      "1635, 0.000000\\\n",
-      "1635, 0.000000\\\n",
-      "1636, 0.000000\\\n",
-      "1636, 0.000000\\\n",
-      "1636, 0.000000\\\n",
-      "1636, 0.000000\\\n",
-      "1636, 0.000000\\\n",
-      "1636, 0.000000\\\n",
-      "1636, 0.000000\\\n",
-      "1636, 0.000000\\\n",
-      "1636, 0.000000\\\n",
-      "1637, 0.000000\\\n",
-      "1637, 0.000000\\\n",
-      "1637, 0.000000\\\n",
-      "1637, 0.000000\\\n",
-      "1637, 0.000000\\\n",
-      "1637, 0.000000\\\n",
-      "1637, 0.000000\\\n",
-      "1637, 0.000000\\\n",
-      "1637, 0.000000\\\n",
-      "1638, 0.000000\\\n",
-      "1638, 0.000000\\\n",
-      "1638, 0.000000\\\n",
-      "1638, 0.000000\\\n",
-      "1638, 0.000000\\\n",
-      "1638, 0.000000\\\n",
-      "1638, 0.000000\\\n",
-      "1638, 0.000000\\\n",
-      "1638, 0.000000\\\n",
-      "1639, 0.000000\\\n",
-      "1639, 0.000000\\\n",
-      "1639, 0.000000\\\n",
-      "1639, 0.000000\\\n",
-      "1639, 0.000000\\\n",
-      "1639, 0.000000\\\n",
-      "1639, 0.000000\\\n",
-      "1639, 0.000000\\\n",
-      "1639, 0.000000\\\n",
-      "1640, 0.000000\\\n",
-      "1640, 0.000000\\\n",
-      "1640, 0.000000\\\n",
-      "1640, 0.000000\\\n",
-      "1640, 0.000000\\\n",
-      "1640, 0.000000\\\n",
-      "1640, 0.000000\\\n",
-      "1640, 0.000000\\\n",
-      "1640, 0.000000\\\n",
-      "1641, 0.000000\\\n",
-      "1641, 0.000000\\\n",
-      "1641, 0.000000\\\n",
-      "1641, 0.000000\\\n",
-      "1641, 0.000000\\\n",
-      "1641, 0.000000\\\n",
-      "1641, 0.000000\\\n",
-      "1641, 0.000000\\\n",
-      "1641, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "1642, 0.000000\\\n",
-      "1642, 0.000000\\\n",
-      "1642, 0.000000\\\n",
-      "1642, 0.000000\\\n",
-      "1642, 0.000000\\\n",
-      "1642, 0.000000\\\n",
-      "1642, 0.000000\\\n",
-      "1642, 0.000000\\\n",
-      "1642, 0.000000\\\n",
-      "1643, 0.000000\\\n",
-      "1643, 0.000000\\\n",
-      "1643, 0.000000\\\n",
-      "1643, 0.000000\\\n",
-      "1643, 0.000000\\\n",
-      "1643, 0.000000\\\n",
-      "1643, 0.000000\\\n",
-      "1643, 0.000000\\\n",
-      "1643, 0.000000\\\n",
-      "1644, 0.000000\\\n",
-      "1644, 0.000000\\\n",
-      "1644, 0.000000\\\n",
-      "1644, 0.000000\\\n",
-      "1644, 0.000000\\\n",
-      "1644, 0.000000\\\n",
-      "1644, 0.000000\\\n",
-      "1644, 0.000000\\\n",
-      "1644, 0.000000\\\n",
-      "1645, 0.000000\\\n",
-      "1645, 0.000000\\\n",
-      "1645, 0.000000\\\n",
-      "1645, 0.000000\\\n",
-      "1645, 0.000000\\\n",
-      "1645, 0.000000\\\n",
-      "1645, 0.000000\\\n",
-      "1645, 0.000000\\\n",
-      "1645, 0.000000\\\n",
-      "1646, 0.000000\\\n",
-      "1646, 0.000000\\\n",
-      "1646, 0.000000\\\n",
-      "1646, 0.000000\\\n",
-      "1646, 0.000000\\\n",
-      "1646, 0.000000\\\n",
-      "1646, 0.000000\\\n",
-      "1646, 0.000000\\\n",
-      "1646, 0.000000\\\n",
-      "1647, 0.000000\\\n",
-      "1647, 0.000000\\\n",
-      "1647, 0.000000\\\n",
-      "1647, 0.000000\\\n",
-      "1647, 0.000000\\\n",
-      "1647, 0.000000\\\n",
-      "1647, 0.000000\\\n",
-      "1647, 0.000000\\\n",
-      "1647, 0.000000\\\n",
-      "1648, 0.000000\\\n",
-      "1648, 0.000000\\\n",
-      "1648, 0.000000\\\n",
-      "1648, 0.000000\\\n",
-      "1648, 0.000000\\\n",
-      "1648, 0.000000\\\n",
-      "1648, 0.000000\\\n",
-      "1648, 0.000000\\\n",
-      "1648, 0.000000\\\n",
-      "1649, 0.000000\\\n",
-      "1649, 0.000000\\\n",
-      "1649, 0.000000\\\n",
-      "1649, 0.000000\\\n",
-      "1649, 0.000000\\\n",
-      "1649, 0.000000\\\n",
-      "1649, 0.000000\\\n",
-      "1649, 0.000000\\\n",
-      "1649, 0.000000\\\n",
-      "1650, 0.000000\\\n",
-      "1650, 0.000000\\\n",
-      "1650, 0.000000\\\n",
-      "1650, 0.000000\\\n",
-      "1650, 0.000000\\\n",
-      "1650, 0.000000\\\n",
-      "1650, 0.000000\\\n",
-      "1650, 0.000000\\\n",
-      "1650, 0.000000\\\n",
-      "1651, 0.000000\\\n",
-      "1651, 0.000000\\\n",
-      "1651, 0.000000\\\n",
-      "1651, 0.000000\\\n",
-      "1651, 0.000000\\\n",
-      "1651, 0.000000\\\n",
-      "1651, 0.000000\\\n",
-      "1651, 0.000000\\\n",
-      "1651, 0.000000\\\n",
-      "1652, 0.000000\\\n",
-      "1652, 0.000000\\\n",
-      "1652, 0.000000\\\n",
-      "1652, 0.000000\\\n",
-      "1652, 0.000000\\\n",
-      "1652, 0.000000\\\n",
-      "1652, 0.000000\\\n",
-      "1652, 0.000000\\\n",
-      "1652, 0.000000\\\n",
-      "1653, 0.000000\\\n",
-      "1653, 0.000000\\\n",
-      "1653, 0.000000\\\n",
-      "1653, 0.000000\\\n",
-      "1653, 0.000000\\\n",
-      "1653, 0.000000\\\n",
-      "1653, 0.000000\\\n",
-      "1653, 0.000000\\\n",
-      "1653, 0.000000\\\n",
-      "1654, 0.000000\\\n",
-      "1654, 0.000000\\\n",
-      "1654, 0.000000\\\n",
-      "1654, 0.000000\\\n",
-      "1654, 0.000000\\\n",
-      "1654, 0.000000\\\n",
-      "1654, 0.000000\\\n",
-      "1654, 0.000000\\\n",
-      "1654, 0.000000\\\n",
-      "1655, 0.000000\\\n",
-      "1655, 0.000000\\\n",
-      "1655, 0.000000\\\n",
-      "1655, 0.000000\\\n",
-      "1655, 0.000000\\\n",
-      "1655, 0.000000\\\n",
-      "1655, 0.000000\\\n",
-      "1655, 0.000000\\\n",
-      "1655, 0.000000\\\n",
-      "1656, 0.000000\\\n",
-      "1656, 0.000000\\\n",
-      "1656, 0.000000\\\n",
-      "1656, 0.000000\\\n",
-      "1656, 0.000000\\\n",
-      "1656, 0.000000\\\n",
-      "1656, 0.000000\\\n",
-      "1656, 0.000000\\\n",
-      "1656, 0.000000\\\n",
-      "1657, 0.000000\\\n",
-      "1657, 0.000000\\\n",
-      "1657, 0.000000\\\n",
-      "1657, 0.000000\\\n",
-      "1657, 0.000000\\\n",
-      "1657, 0.000000\\\n",
-      "1657, 0.000000\\\n",
-      "1657, 0.000000\\\n",
-      "1657, 0.000000\\\n",
-      "1658, 0.000000\\\n",
-      "1658, 0.000000\\\n",
-      "1658, 0.000000\\\n",
-      "1658, 0.000000\\\n",
-      "1658, 0.000000\\\n",
-      "1658, 0.000000\\\n",
-      "1658, 0.000000\\\n",
-      "1658, 0.000000\\\n",
-      "1658, 0.000000\\\n",
-      "1659, 0.000000\\\n",
-      "1659, 0.000000\\\n",
-      "1659, 0.000000\\\n",
-      "1659, 0.000000\\\n",
-      "1659, 0.000000\\\n",
-      "1659, 0.000000\\\n",
-      "1659, 0.000000\\\n",
-      "1659, 0.000000\\\n",
-      "1659, 0.000000\\\n",
-      "1660, 0.000000\\\n",
-      "1660, 0.000000\\\n",
-      "1660, 0.000000\\\n",
-      "1660, 0.000000\\\n",
-      "1660, 0.000000\\\n",
-      "1660, 0.000000\\\n",
-      "1660, 0.000000\\\n",
-      "1660, 0.000000\\\n",
-      "1660, 0.000000\\\n",
-      "1661, 0.000000\\\n",
-      "1661, 0.000000\\\n",
-      "1661, 0.000000\\\n",
-      "1661, 0.000000\\\n",
-      "1661, 0.000000\\\n",
-      "1661, 0.000000\\\n",
-      "1661, 0.000000\\\n",
-      "1661, 0.000000\\\n",
-      "1661, 0.000000\\\n",
-      "1662, 0.000000\\\n",
-      "1662, 0.000000\\\n",
-      "1662, 0.000000\\\n",
-      "1662, 0.000000\\\n",
-      "1662, 0.000000\\\n",
-      "1662, 0.000000\\\n",
-      "1662, 0.000000\\\n",
-      "1662, 0.000000\\\n",
-      "1662, 0.000000\\\n",
-      "1663, 0.000000\\\n",
-      "1663, 0.000000\\\n",
-      "1663, 0.000000\\\n",
-      "1663, 0.000000\\\n",
-      "1663, 0.000000\\\n",
-      "1663, 0.000000\\\n",
-      "1663, 0.000000\\\n",
-      "1663, 0.000000\\\n",
-      "1663, 0.000000\\\n",
-      "1664, 0.000000\\\n",
-      "1664, 0.000000\\\n",
-      "1664, 0.000000\\\n",
-      "1664, 0.000000\\\n",
-      "1664, 0.000000\\\n",
-      "1664, 0.000000\\\n",
-      "1664, 0.000000\\\n",
-      "1664, 0.000000\\\n",
-      "1664, 0.000000\\\n",
-      "1665, 0.000000\\\n",
-      "1665, 0.000000\\\n",
-      "1665, 0.000000\\\n",
-      "1665, 0.000000\\\n",
-      "1665, 0.000000\\\n",
-      "1665, 0.000000\\\n",
-      "1665, 0.000000\\\n",
-      "1665, 0.000000\\\n",
-      "1665, 0.000000\\\n",
-      "1666, 0.000000\\\n",
-      "1666, 0.000000\\\n",
-      "1666, 0.000000\\\n",
-      "1666, 0.000000\\\n",
-      "1666, 0.000000\\\n",
-      "1666, 0.000000\\\n",
-      "1666, 0.000000\\\n",
-      "1666, 0.000000\\\n",
-      "1666, 0.000000\\\n",
-      "1667, 0.000000\\\n",
-      "1667, 0.000000\\\n",
-      "1667, 0.000000\\\n",
-      "1667, 0.000000\\\n",
-      "1667, 0.000000\\\n",
-      "1667, 0.000000\\\n",
-      "1667, 0.000000\\\n",
-      "1667, 0.000000\\\n",
-      "1667, 0.000000\\\n",
-      "1668, 0.000000\\\n",
-      "1668, 0.000000\\\n",
-      "1668, 0.000000\\\n",
-      "1668, 0.000000\\\n",
-      "1668, 0.000000\\\n",
-      "1668, 0.000000\\\n",
-      "1668, 0.000000\\\n",
-      "1668, 0.000000\\\n",
-      "1668, 0.000000\\\n",
-      "1669, 0.000000\\\n",
-      "1669, 0.000000\\\n",
-      "1669, 0.000000\\\n",
-      "1669, 0.000000\\\n",
-      "1669, 0.000000\\\n",
-      "1669, 0.000000\\\n",
-      "1669, 0.000000\\\n",
-      "1669, 0.000000\\\n",
-      "1669, 0.000000\\\n",
-      "1670, 0.000000\\\n",
-      "1670, 0.000000\\\n",
-      "1670, 0.000000\\\n",
-      "1670, 0.000000\\\n",
-      "1670, 0.000000\\\n",
-      "1670, 0.000000\\\n",
-      "1670, 0.000000\\\n",
-      "1670, 0.000000\\\n",
-      "1670, 0.000000\\\n",
-      "1671, 0.000000\\\n",
-      "1671, 0.000000\\\n",
-      "1671, 0.000000\\\n",
-      "1671, 0.000000\\\n",
-      "1671, 0.000000\\\n",
-      "1671, 0.000000\\\n",
-      "1671, 0.000000\\\n",
-      "1671, 0.000000\\\n",
-      "1671, 0.000000\\\n",
-      "1672, 0.000000\\\n",
-      "1672, 0.000000\\\n",
-      "1672, 0.000000\\\n",
-      "1672, 0.000000\\\n",
-      "1672, 0.000000\\\n",
-      "1672, 0.000000\\\n",
-      "1672, 0.000000\\\n",
-      "1672, 0.000000\\\n",
-      "1672, 0.000000\\\n",
-      "1673, 0.000000\\\n",
-      "1673, 0.000000\\\n",
-      "1673, 0.000000\\\n",
-      "1673, 0.000000\\\n",
-      "1673, 0.000000\\\n",
-      "1673, 0.000000\\\n",
-      "1673, 0.000000\\\n",
-      "1673, 0.000000\\\n",
-      "1673, 0.000000\\\n",
-      "1674, 0.000000\\\n",
-      "1674, 0.000000\\\n",
-      "1674, 0.000000\\\n",
-      "1674, 0.000000\\\n",
-      "1674, 0.000000\\\n",
-      "1674, 0.000000\\\n",
-      "1674, 0.000000\\\n",
-      "1674, 0.000000\\\n",
-      "1674, 0.000000\\\n",
-      "1675, 0.000000\\\n",
-      "1675, 0.000000\\\n",
-      "1675, 0.000000\\\n",
-      "1675, 0.000000\\\n",
-      "1675, 0.000000\\\n",
-      "1675, 0.000000\\\n",
-      "1675, 0.000000\\\n",
-      "1675, 0.000000\\\n",
-      "1675, 0.000000\\\n",
-      "1676, 0.000000\\\n",
-      "1676, 0.000000\\\n",
-      "1676, 0.000000\\\n",
-      "1676, 0.000000\\\n",
-      "1676, 0.000000\\\n",
-      "1676, 0.000000\\\n",
-      "1676, 0.000000\\\n",
-      "1676, 0.000000\\\n",
-      "1676, 0.000000\\\n",
-      "1677, 0.000000\\\n",
-      "1677, 0.000000\\\n",
-      "1677, 0.000000\\\n",
-      "1677, 0.000000\\\n",
-      "1677, 0.000000\\\n",
-      "1677, 0.000000\\\n",
-      "1677, 0.000000\\\n",
-      "1677, 0.000000\\\n",
-      "1677, 0.000000\\\n",
-      "1678, 0.000000\\\n",
-      "1678, 0.000000\\\n",
-      "1678, 0.000000\\\n",
-      "1678, 0.000000\\\n",
-      "1678, 0.000000\\\n",
-      "1678, 0.000000\\\n",
-      "1678, 0.000000\\\n",
-      "1678, 0.000000\\\n",
-      "1678, 0.000000\\\n",
-      "1679, 0.000000\\\n",
-      "1679, 0.000000\\\n",
-      "1679, 0.000000\\\n",
-      "1679, 0.000000\\\n",
-      "1679, 0.000000\\\n",
-      "1679, 0.000000\\\n",
-      "1679, 0.000000\\\n",
-      "1679, 0.000000\\\n",
-      "1679, 0.000000\\\n",
-      "1680, 0.000000\\\n",
-      "1680, 0.000000\\\n",
-      "1680, 0.000000\\\n",
-      "1680, 0.000000\\\n",
-      "1680, 0.000000\\\n",
-      "1680, 0.000000\\\n",
-      "1680, 0.000000\\\n",
-      "1680, 0.000000\\\n",
-      "1680, 0.000000\\\n",
-      "1681, 0.000000\\\n",
-      "1681, 0.000000\\\n",
-      "1681, 0.000000\\\n",
-      "1681, 0.000000\\\n",
-      "1681, 0.000000\\\n",
-      "1681, 0.000000\\\n",
-      "1681, 0.000000\\\n",
-      "1681, 0.000000\\\n",
-      "1681, 0.000000\\\n",
-      "1682, 0.000000\\\n",
-      "1682, 0.000000\\\n",
-      "1682, 0.000000\\\n",
-      "1682, 0.000000\\\n",
-      "1682, 0.000000\\\n",
-      "1682, 0.000000\\\n",
-      "1682, 0.000000\\\n",
-      "1682, 0.000000\\\n",
-      "1682, 0.000000\\\n",
-      "1683, 0.000000\\\n",
-      "1683, 0.000000\\\n",
-      "1683, 0.000000\\\n",
-      "1683, 0.000000\\\n",
-      "1683, 0.000000\\\n",
-      "1683, 0.000000\\\n",
-      "1683, 0.000000\\\n",
-      "1683, 0.000000\\\n",
-      "1683, 0.000000\\\n",
-      "1684, 0.000000\\\n",
-      "1684, 0.000000\\\n",
-      "1684, 0.000000\\\n",
-      "1684, 0.000000\\\n",
-      "1684, 0.000000\\\n",
-      "1684, 0.000000\\\n",
-      "1684, 0.000000\\\n",
-      "1684, 0.000000\\\n",
-      "1684, 0.000000\\\n",
-      "1685, 0.000000\\\n",
-      "1685, 0.000000\\\n",
-      "1685, 0.000000\\\n",
-      "1685, 0.000000\\\n",
-      "1685, 0.000000\\\n",
-      "1685, 0.000000\\\n",
-      "1685, 0.000000\\\n",
-      "1685, 0.000000\\\n",
-      "1685, 0.000000\\\n",
-      "1686, 0.000000\\\n",
-      "1686, 0.000000\\\n",
-      "1686, 0.000000\\\n",
-      "1686, 0.000000\\\n",
-      "1686, 0.000000\\\n",
-      "1686, 0.000000\\\n",
-      "1686, 0.000000\\\n",
-      "1686, 0.000000\\\n",
-      "1686, 0.000000\\\n",
-      "1687, 0.000000\\\n",
-      "1687, 0.000000\\\n",
-      "1687, 0.000000\\\n",
-      "1687, 0.000000\\\n",
-      "1687, 0.000000\\\n",
-      "1687, 0.000000\\\n",
-      "1687, 0.000000\\\n",
-      "1687, 0.000000\\\n",
-      "1687, 0.000000\\\n",
-      "1688, 0.000000\\\n",
-      "1688, 0.000000\\\n",
-      "1688, 0.000000\\\n",
-      "1688, 0.000000\\\n",
-      "1688, 0.000000\\\n",
-      "1688, 0.000000\\\n",
-      "1688, 0.000000\\\n",
-      "1688, 0.000000\\\n",
-      "1688, 0.000000\\\n",
-      "1689, 0.000000\\\n",
-      "1689, 0.000000\\\n",
-      "1689, 0.000000\\\n",
-      "1689, 0.000000\\\n",
-      "1689, 0.000000\\\n",
-      "1689, 0.000000\\\n",
-      "1689, 0.000000\\\n",
-      "1689, 0.000000\\\n",
-      "1689, 0.000000\\\n",
-      "1690, 0.000000\\\n",
-      "1690, 0.000000\\\n",
-      "1690, 0.000000\\\n",
-      "1690, 0.000000\\\n",
-      "1690, 0.000000\\\n",
-      "1690, 0.000000\\\n",
-      "1690, 0.000000\\\n",
-      "1690, 0.000000\\\n",
-      "1690, 0.000000\\\n",
-      "1691, 0.000000\\\n",
-      "1691, 0.000000\\\n",
-      "1691, 0.000000\\\n",
-      "1691, 0.000000\\\n",
-      "1691, 0.000000\\\n",
-      "1691, 0.000000\\\n",
-      "1691, 0.000000\\\n",
-      "1691, 0.000000\\\n",
-      "1691, 0.000000\\\n",
-      "1692, 0.000000\\\n",
-      "1692, 0.000000\\\n",
-      "1692, 0.000000\\\n",
-      "1692, 0.000000\\\n",
-      "1692, 0.000000\\\n",
-      "1692, 0.000000\\\n",
-      "1692, 0.000000\\\n",
-      "1692, 0.000000\\\n",
-      "1692, 0.000000\\\n",
-      "1693, 0.000000\\\n",
-      "1693, 0.000000\\\n",
-      "1693, 0.000000\\\n",
-      "1693, 0.000000\\\n",
-      "1693, 0.000000\\\n",
-      "1693, 0.000000\\\n",
-      "1693, 0.000000\\\n",
-      "1693, 0.000000\\\n",
-      "1693, 0.000000\\\n",
-      "1694, 0.000000\\\n",
-      "1694, 0.000000\\\n",
-      "1694, 0.000000\\\n",
-      "1694, 0.000000\\\n",
-      "1694, 0.000000\\\n",
-      "1694, 0.000000\\\n",
-      "1694, 0.000000\\\n",
-      "1694, 0.000000\\\n",
-      "1694, 0.000000\\\n",
-      "1695, 0.000000\\\n",
-      "1695, 0.000000\\\n",
-      "1695, 0.000000\\\n",
-      "1695, 0.000000\\\n",
-      "1695, 0.000000\\\n",
-      "1695, 0.000000\\\n",
-      "1695, 0.000000\\\n",
-      "1695, 0.000000\\\n",
-      "1695, 0.000000\\\n",
-      "1696, 0.000000\\\n",
-      "1696, 0.000000\\\n",
-      "1696, 0.000000\\\n",
-      "1696, 0.000000\\\n",
-      "1696, 0.000000\\\n",
-      "1696, 0.000000\\\n",
-      "1696, 0.000000\\\n",
-      "1696, 0.000000\\\n",
-      "1696, 0.000000\\\n",
-      "1697, 0.000000\\\n",
-      "1697, 0.000000\\\n",
-      "1697, 0.000000\\\n",
-      "1697, 0.000000\\\n",
-      "1697, 0.000000\\\n",
-      "1697, 0.000000\\\n",
-      "1697, 0.000000\\\n",
-      "1697, 0.000000\\\n",
-      "1697, 0.000000\\\n",
-      "1698, 0.000000\\\n",
-      "1698, 0.000000\\\n",
-      "1698, 0.000000\\\n",
-      "1698, 0.000000\\\n",
-      "1698, 0.000000\\\n",
-      "1698, 0.000000\\\n",
-      "1698, 0.000000\\\n",
-      "1698, 0.000000\\\n",
-      "1698, 0.000000\\\n",
-      "1699, 0.000000\\\n",
-      "1699, 0.000000\\\n",
-      "1699, 0.000000\\\n",
-      "1699, 0.000000\\\n",
-      "1699, 0.000000\\\n",
-      "1699, 0.000000\\\n",
-      "1699, 0.000000\\\n",
-      "1699, 0.000000\\\n",
-      "1699, 0.000000\\\n",
-      "1700, 0.000000\\\n",
-      "1700, 0.000000\\\n",
-      "1700, 0.000000\\\n",
-      "1700, 0.000000\\\n",
-      "1700, 0.000000\\\n",
-      "1700, 0.000000\\\n",
-      "1700, 0.000000\\\n",
-      "1700, 0.000000\\\n",
-      "1700, 0.000000\\\n",
-      "1701, 0.000000\\\n",
-      "1701, 0.000000\\\n",
-      "1701, 0.000000\\\n",
-      "1701, 0.000000\\\n",
-      "1701, 0.000000\\\n",
-      "1701, 0.000000\\\n",
-      "1701, 0.000000\\\n",
-      "1701, 0.000000\\\n",
-      "1701, 0.000000\\\n",
-      "1702, 0.000000\\\n",
-      "1702, 0.000000\\\n",
-      "1702, 0.000000\\\n",
-      "1702, 0.000000\\\n",
-      "1702, 0.000000\\\n",
-      "1702, 0.000000\\\n",
-      "1702, 0.000000\\\n",
-      "1702, 0.000000\\\n",
-      "1702, 0.000000\\\n",
-      "1703, 0.000000\\\n",
-      "1703, 0.000000\\\n",
-      "1703, 0.000000\\\n",
-      "1703, 0.000000\\\n",
-      "1703, 0.000000\\\n",
-      "1703, 0.000000\\\n",
-      "1703, 0.000000\\\n",
-      "1703, 0.000000\\\n",
-      "1703, 0.000000\\\n",
-      "1704, 0.000000\\\n",
-      "1704, 0.000000\\\n",
-      "1704, 0.000000\\\n",
-      "1704, 0.000000\\\n",
-      "1704, 0.000000\\\n",
-      "1704, 0.000000\\\n",
-      "1704, 0.000000\\\n",
-      "1704, 0.000000\\\n",
-      "1704, 0.000000\\\n",
-      "1705, 0.000000\\\n",
-      "1705, 0.000000\\\n",
-      "1705, 0.000000\\\n",
-      "1705, 0.000000\\\n",
-      "1705, 0.000000\\\n",
-      "1705, 0.000000\\\n",
-      "1705, 0.000000\\\n",
-      "1705, 0.000000\\\n",
-      "1705, 0.000000\\\n",
-      "1706, 0.000000\\\n",
-      "1706, 0.000000\\\n",
-      "1706, 0.000000\\\n",
-      "1706, 0.000000\\\n",
-      "1706, 0.000000\\\n",
-      "1706, 0.000000\\\n",
-      "1706, 0.000000\\\n",
-      "1706, 0.000000\\\n",
-      "1706, 0.000000\\\n",
-      "1707, 0.000000\\\n",
-      "1707, 0.000000\\\n",
-      "1707, 0.000000\\\n",
-      "1707, 0.000000\\\n",
-      "1707, 0.000000\\\n",
-      "1707, 0.000000\\\n",
-      "1707, 0.000000\\\n",
-      "1707, 0.000000\\\n",
-      "1707, 0.000000\\\n",
-      "1708, 0.000000\\\n",
-      "1708, 0.000000\\\n",
-      "1708, 0.000000\\\n",
-      "1708, 0.000000\\\n",
-      "1708, 0.000000\\\n",
-      "1708, 0.000000\\\n",
-      "1708, 0.000000\\\n",
-      "1708, 0.000000\\\n",
-      "1708, 0.000000\\\n",
-      "1709, 0.000000\\\n",
-      "1709, 0.000000\\\n",
-      "1709, 0.000000\\\n",
-      "1709, 0.000000\\\n",
-      "1709, 0.000000\\\n",
-      "1709, 0.000000\\\n",
-      "1709, 0.000000\\\n",
-      "1709, 0.000000\\\n",
-      "1709, 0.000000\\\n",
-      "1710, 0.000000\\\n",
-      "1710, 0.000000\\\n",
-      "1710, 0.000000\\\n",
-      "1710, 0.000000\\\n",
-      "1710, 0.000000\\\n",
-      "1710, 0.000000\\\n",
-      "1710, 0.000000\\\n",
-      "1710, 0.000000\\\n",
-      "1710, 0.000000\\\n",
-      "1711, 0.000000\\\n",
-      "1711, 0.000000\\\n",
-      "1711, 0.000000\\\n",
-      "1711, 0.000000\\\n",
-      "1711, 0.000000\\\n",
-      "1711, 0.000000\\\n",
-      "1711, 0.000000\\\n",
-      "1711, 0.000000\\\n",
-      "1711, 0.000000\\\n",
-      "1712, 0.000000\\\n",
-      "1712, 0.000000\\\n",
-      "1712, 0.000000\\\n",
-      "1712, 0.000000\\\n",
-      "1712, 0.000000\\\n",
-      "1712, 0.000000\\\n",
-      "1712, 0.000000\\\n",
-      "1712, 0.000000\\\n",
-      "1712, 0.000000\\\n",
-      "1713, 0.000000\\\n",
-      "1713, 0.000000\\\n",
-      "1713, 0.000000\\\n",
-      "1713, 0.000000\\\n",
-      "1713, 0.000000\\\n",
-      "1713, 0.000000\\\n",
-      "1713, 0.000000\\\n",
-      "1713, 0.000000\\\n",
-      "1713, 0.000000\\\n",
-      "1714, 0.000000\\\n",
-      "1714, 0.000000\\\n",
-      "1714, 0.000000\\\n",
-      "1714, 0.000000\\\n",
-      "1714, 0.000000\\\n",
-      "1714, 0.000000\\\n",
-      "1714, 0.000000\\\n",
-      "1714, 0.000000\\\n",
-      "1714, 0.000000\\\n",
-      "1715, 0.000000\\\n",
-      "1715, 0.000000\\\n",
-      "1715, 0.000000\\\n",
-      "1715, 0.000000\\\n",
-      "1715, 0.000000\\\n",
-      "1715, 0.000000\\\n",
-      "1715, 0.000000\\\n",
-      "1715, 0.000000\\\n",
-      "1715, 0.000000\\\n",
-      "1716, 0.000000\\\n",
-      "1716, 0.000000\\\n",
-      "1716, 0.000000\\\n",
-      "1716, 0.000000\\\n",
-      "1716, 0.000000\\\n",
-      "1716, 0.000000\\\n",
-      "1716, 0.000000\\\n",
-      "1716, 0.000000\\\n",
-      "1716, 0.000000\\\n",
-      "1717, 0.000000\\\n",
-      "1717, 0.000000\\\n",
-      "1717, 0.000000\\\n",
-      "1717, 0.000000\\\n",
-      "1717, 0.000000\\\n",
-      "1717, 0.000000\\\n",
-      "1717, 0.000000\\\n",
-      "1717, 0.000000\\\n",
-      "1717, 0.000000\\\n",
-      "1718, 0.000000\\\n",
-      "1718, 0.000000\\\n",
-      "1718, 0.000000\\\n",
-      "1718, 0.000000\\\n",
-      "1718, 0.000000\\\n",
-      "1718, 0.000000\\\n",
-      "1718, 0.000000\\\n",
-      "1718, 0.000000\\\n",
-      "1718, 0.000000\\\n",
-      "1719, 0.000000\\\n",
-      "1719, 0.000000\\\n",
-      "1719, 0.000000\\\n",
-      "1719, 0.000000\\\n",
-      "1719, 0.000000\\\n",
-      "1719, 0.000000\\\n",
-      "1719, 0.000000\\\n",
-      "1719, 0.000000\\\n",
-      "1719, 0.000000\\\n",
-      "1720, 0.000000\\\n",
-      "1720, 0.000000\\\n",
-      "1720, 0.000000\\\n",
-      "1720, 0.000000\\\n",
-      "1720, 0.000000\\\n",
-      "1720, 0.000000\\\n",
-      "1720, 0.000000\\\n",
-      "1720, 0.000000\\\n",
-      "1720, 0.000000\\\n",
-      "1721, 0.000000\\\n",
-      "1721, 0.000000\\\n",
-      "1721, 0.000000\\\n",
-      "1721, 0.000000\\\n",
-      "1721, 0.000000\\\n",
-      "1721, 0.000000\\\n",
-      "1721, 0.000000\\\n",
-      "1721, 0.000000\\\n",
-      "1721, 0.000000\\\n",
-      "1722, 0.000000\\\n",
-      "1722, 0.000000\\\n",
-      "1722, 0.000000\\\n",
-      "1722, 0.000000\\\n",
-      "1722, 0.000000\\\n",
-      "1722, 0.000000\\\n",
-      "1722, 0.000000\\\n",
-      "1722, 0.000000\\\n",
-      "1722, 0.000000\\\n",
-      "1723, 0.000000\\\n",
-      "1723, 0.000000\\\n",
-      "1723, 0.000000\\\n",
-      "1723, 0.000000\\\n",
-      "1723, 0.000000\\\n",
-      "1723, 0.000000\\\n",
-      "1723, 0.000000\\\n",
-      "1723, 0.000000\\\n",
-      "1723, 0.000000\\\n",
-      "1724, 0.000000\\\n",
-      "1724, 0.000000\\\n",
-      "1724, 0.000000\\\n",
-      "1724, 0.000000\\\n",
-      "1724, 0.000000\\\n",
-      "1724, 0.000000\\\n",
-      "1724, 0.000000\\\n",
-      "1724, 0.000000\\\n",
-      "1724, 0.000000\\\n",
-      "1725, 0.000000\\\n",
-      "1725, 0.000000\\\n",
-      "1725, 0.000000\\\n",
-      "1725, 0.000000\\\n",
-      "1725, 0.000000\\\n",
-      "1725, 0.000000\\\n",
-      "1725, 0.000000\\\n",
-      "1725, 0.000000\\\n",
-      "1725, 0.000000\\\n",
-      "1726, 0.000000\\\n",
-      "1726, 0.000000\\\n",
-      "1726, 0.000000\\\n",
-      "1726, 0.000000\\\n",
-      "1726, 0.000000\\\n",
-      "1726, 0.000000\\\n",
-      "1726, 0.000000\\\n",
-      "1726, 0.000000\\\n",
-      "1726, 0.000000\\\n",
-      "1727, 0.000000\\\n",
-      "1727, 0.000000\\\n",
-      "1727, 0.000000\\\n",
-      "1727, 0.000000\\\n",
-      "1727, 0.000000\\\n",
-      "1727, 0.000000\\\n",
-      "1727, 0.000000\\\n",
-      "1727, 0.000000\\\n",
-      "1727, 0.000000\\\n",
-      "1728, 0.000000\\\n",
-      "1728, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "1728, 0.000000\\\n",
-      "1728, 0.000000\\\n",
-      "1728, 0.000000\\\n",
-      "1728, 0.000000\\\n",
-      "1728, 0.000000\\\n",
-      "1728, 0.000000\\\n",
-      "1728, 0.000000\\\n",
-      "1729, 0.000000\\\n",
-      "1729, 0.000000\\\n",
-      "1729, 0.000000\\\n",
-      "1729, 0.000000\\\n",
-      "1729, 0.000000\\\n",
-      "1729, 0.000000\\\n",
-      "1729, 0.000000\\\n",
-      "1729, 0.000000\\\n",
-      "1729, 0.000000\\\n",
-      "1730, 0.000000\\\n",
-      "1730, 0.000000\\\n",
-      "1730, 0.000000\\\n",
-      "1730, 0.000000\\\n",
-      "1730, 0.000000\\\n",
-      "1730, 0.000000\\\n",
-      "1730, 0.000000\\\n",
-      "1730, 0.000000\\\n",
-      "1730, 0.000000\\\n",
-      "1731, 0.000000\\\n",
-      "1731, 0.000000\\\n",
-      "1731, 0.000000\\\n",
-      "1731, 0.000000\\\n",
-      "1731, 0.000000\\\n",
-      "1731, 0.000000\\\n",
-      "1731, 0.000000\\\n",
-      "1731, 0.000000\\\n",
-      "1731, 0.000000\\\n",
-      "1732, 0.000000\\\n",
-      "1732, 0.000000\\\n",
-      "1732, 0.000000\\\n",
-      "1732, 0.000000\\\n",
-      "1732, 0.000000\\\n",
-      "1732, 0.000000\\\n",
-      "1732, 0.000000\\\n",
-      "1732, 0.000000\\\n",
-      "1732, 0.000000\\\n",
-      "1733, 0.000000\\\n",
-      "1733, 0.000000\\\n",
-      "1733, 0.000000\\\n",
-      "1733, 0.000000\\\n",
-      "1733, 0.000000\\\n",
-      "1733, 0.000000\\\n",
-      "1733, 0.000000\\\n",
-      "1733, 0.000000\\\n",
-      "1733, 0.000000\\\n",
-      "1734, 0.000000\\\n",
-      "1734, 0.000000\\\n",
-      "1734, 0.000000\\\n",
-      "1734, 0.000000\\\n",
-      "1734, 0.000000\\\n",
-      "1734, 0.000000\\\n",
-      "1734, 0.000000\\\n",
-      "1734, 0.000000\\\n",
-      "1734, 0.000000\\\n",
-      "1735, 0.000000\\\n",
-      "1735, 1.000000\\\n",
-      "1735, 0.000000\\\n",
-      "1735, 0.000000\\\n",
-      "1735, 0.000000\\\n",
-      "1735, 0.000000\\\n",
-      "1735, 0.000000\\\n",
-      "1735, 0.000000\\\n",
-      "1735, 0.000000\\\n",
-      "1736, 0.000000\\\n",
-      "1736, 0.000000\\\n",
-      "1736, 0.000000\\\n",
-      "1736, 0.000000\\\n",
-      "1736, 0.000000\\\n",
-      "1736, 0.000000\\\n",
-      "1736, 0.000000\\\n",
-      "1736, 0.000000\\\n",
-      "1736, 0.000000\\\n",
-      "1737, 0.000000\\\n",
-      "1737, 0.000000\\\n",
-      "1737, 0.000000\\\n",
-      "1737, 0.000000\\\n",
-      "1737, 0.000000\\\n",
-      "1737, 0.000000\\\n",
-      "1737, 0.000000\\\n",
-      "1737, 0.000000\\\n",
-      "1737, 0.000000\\\n",
-      "1738, 0.000000\\\n",
-      "1738, 0.000000\\\n",
-      "1738, 0.000000\\\n",
-      "1738, 0.000000\\\n",
-      "1738, 0.000000\\\n",
-      "1738, 0.000000\\\n",
-      "1738, 0.000000\\\n",
-      "1738, 0.000000\\\n",
-      "1738, 0.000000\\\n",
-      "1739, 0.000000\\\n",
-      "1739, 0.000000\\\n",
-      "1739, 0.000000\\\n",
-      "1739, 0.000000\\\n",
-      "1739, 0.000000\\\n",
-      "1739, 0.000000\\\n",
-      "1739, 0.000000\\\n",
-      "1739, 0.000000\\\n",
-      "1739, 0.000000\\\n",
-      "1740, 0.000000\\\n",
-      "1740, 0.000000\\\n",
-      "1740, 0.000000\\\n",
-      "1740, 0.000000\\\n",
-      "1740, 0.000000\\\n",
-      "1740, 0.000000\\\n",
-      "1740, 0.000000\\\n",
-      "1740, 0.000000\\\n",
-      "1740, 0.000000\\\n",
-      "1741, 0.000000\\\n",
-      "1741, 0.000000\\\n",
-      "1741, 0.000000\\\n",
-      "1741, 0.000000\\\n",
-      "1741, 0.000000\\\n",
-      "1741, 0.000000\\\n",
-      "1741, 0.000000\\\n",
-      "1741, 0.000000\\\n",
-      "1741, 0.000000\\\n",
-      "1742, 0.000000\\\n",
-      "1742, 0.000000\\\n",
-      "1742, 0.000000\\\n",
-      "1742, 0.000000\\\n",
-      "1742, 0.000000\\\n",
-      "1742, 0.000000\\\n",
-      "1742, 0.000000\\\n",
-      "1742, 0.000000\\\n",
-      "1742, 0.000000\\\n",
-      "1743, 0.000000\\\n",
-      "1743, 0.000000\\\n",
-      "1743, 0.000000\\\n",
-      "1743, 0.000000\\\n",
-      "1743, 0.000000\\\n",
-      "1743, 0.000000\\\n",
-      "1743, 0.000000\\\n",
-      "1743, 0.000000\\\n",
-      "1743, 0.000000\\\n",
-      "1744, 0.000000\\\n",
-      "1744, 0.000000\\\n",
-      "1744, 0.000000\\\n",
-      "1744, 0.000000\\\n",
-      "1744, 0.000000\\\n",
-      "1744, 0.000000\\\n",
-      "1744, 0.000000\\\n",
-      "1744, 0.000000\\\n",
-      "1744, 0.000000\\\n",
-      "1745, 0.000000\\\n",
-      "1745, 0.000000\\\n",
-      "1745, 0.000000\\\n",
-      "1745, 0.000000\\\n",
-      "1745, 0.000000\\\n",
-      "1745, 0.000000\\\n",
-      "1745, 0.000000\\\n",
-      "1745, 0.000000\\\n",
-      "1745, 0.000000\\\n",
-      "1746, 0.000000\\\n",
-      "1746, 0.000000\\\n",
-      "1746, 0.000000\\\n",
-      "1746, 0.000000\\\n",
-      "1746, 0.000000\\\n",
-      "1746, 0.000000\\\n",
-      "1746, 0.000000\\\n",
-      "1746, 0.000000\\\n",
-      "1746, 0.000000\\\n",
-      "1747, 0.000000\\\n",
-      "1747, 0.000000\\\n",
-      "1747, 0.000000\\\n",
-      "1747, 0.000000\\\n",
-      "1747, 0.000000\\\n",
-      "1747, 0.000000\\\n",
-      "1747, 0.000000\\\n",
-      "1747, 0.000000\\\n",
-      "1747, 0.000000\\\n",
-      "1748, 0.000000\\\n",
-      "1748, 0.000000\\\n",
-      "1748, 0.000000\\\n",
-      "1748, 0.000000\\\n",
-      "1748, 0.000000\\\n",
-      "1748, 0.000000\\\n",
-      "1748, 0.000000\\\n",
-      "1748, 0.000000\\\n",
-      "1748, 0.000000\\\n",
-      "1749, 0.000000\\\n",
-      "1749, 0.000000\\\n",
-      "1749, 0.000000\\\n",
-      "1749, 0.000000\\\n",
-      "1749, 0.000000\\\n",
-      "1749, 0.000000\\\n",
-      "1749, 0.000000\\\n",
-      "1749, 0.000000\\\n",
-      "1749, 0.000000\\\n",
-      "1750, 0.000000\\\n",
-      "1750, 0.000000\\\n",
-      "1750, 0.000000\\\n",
-      "1750, 0.000000\\\n",
-      "1750, 0.000000\\\n",
-      "1750, 0.000000\\\n",
-      "1750, 0.000000\\\n",
-      "1750, 0.000000\\\n",
-      "1750, 0.000000\\\n",
-      "1751, 0.000000\\\n",
-      "1751, 0.000000\\\n",
-      "1751, 0.000000\\\n",
-      "1751, 0.000000\\\n",
-      "1751, 0.000000\\\n",
-      "1751, 0.000000\\\n",
-      "1751, 0.000000\\\n",
-      "1751, 0.000000\\\n",
-      "1751, 0.000000\\\n",
-      "1752, 0.000000\\\n",
-      "1752, 0.000000\\\n",
-      "1752, 0.000000\\\n",
-      "1752, 0.000000\\\n",
-      "1752, 0.000000\\\n",
-      "1752, 0.000000\\\n",
-      "1752, 0.000000\\\n",
-      "1752, 0.000000\\\n",
-      "1752, 0.000000\\\n",
-      "1753, 0.000000\\\n",
-      "1753, 0.000000\\\n",
-      "1753, 0.000000\\\n",
-      "1753, 0.000000\\\n",
-      "1753, 0.000000\\\n",
-      "1753, 0.000000\\\n",
-      "1753, 0.000000\\\n",
-      "1753, 0.000000\\\n",
-      "1753, 0.000000\\\n",
-      "1754, 0.000000\\\n",
-      "1754, 0.000000\\\n",
-      "1754, 0.000000\\\n",
-      "1754, 0.000000\\\n",
-      "1754, 0.000000\\\n",
-      "1754, 0.000000\\\n",
-      "1754, 0.000000\\\n",
-      "1754, 0.000000\\\n",
-      "1754, 0.000000\\\n",
-      "1755, 0.000000\\\n",
-      "1755, 0.000000\\\n",
-      "1755, 0.000000\\\n",
-      "1755, 0.000000\\\n",
-      "1755, 0.000000\\\n",
-      "1755, 1.000000\\\n",
-      "1755, 0.000000\\\n",
-      "1755, 0.000000\\\n",
-      "1755, 0.000000\\\n",
-      "1756, 0.000000\\\n",
-      "1756, 0.000000\\\n",
-      "1756, 0.000000\\\n",
-      "1756, 0.000000\\\n",
-      "1756, 0.000000\\\n",
-      "1756, 0.000000\\\n",
-      "1756, 0.000000\\\n",
-      "1756, 0.000000\\\n",
-      "1756, 0.000000\\\n",
-      "1757, 0.000000\\\n",
-      "1757, 0.000000\\\n",
-      "1757, 0.000000\\\n",
-      "1757, 0.000000\\\n",
-      "1757, 0.000000\\\n",
-      "1757, 0.000000\\\n",
-      "1757, 0.000000\\\n",
-      "1757, 0.000000\\\n",
-      "1757, 0.000000\\\n",
-      "1758, 0.000000\\\n",
-      "1758, 0.000000\\\n",
-      "1758, 0.000000\\\n",
-      "1758, 0.000000\\\n",
-      "1758, 0.000000\\\n",
-      "1758, 0.000000\\\n",
-      "1758, 0.000000\\\n",
-      "1758, 0.000000\\\n",
-      "1758, 0.000000\\\n",
-      "1759, 0.000000\\\n",
-      "1759, 0.000000\\\n",
-      "1759, 0.000000\\\n",
-      "1759, 0.000000\\\n",
-      "1759, 0.000000\\\n",
-      "1759, 0.000000\\\n",
-      "1759, 0.000000\\\n",
-      "1759, 0.000000\\\n",
-      "1759, 0.000000\\\n",
-      "1760, 0.000000\\\n",
-      "1760, 0.000000\\\n",
-      "1760, 0.000000\\\n",
-      "1760, 0.000000\\\n",
-      "1760, 0.000000\\\n",
-      "1760, 0.000000\\\n",
-      "1760, 0.000000\\\n",
-      "1760, 0.000000\\\n",
-      "1760, 0.000000\\\n",
-      "1761, 0.000000\\\n",
-      "1761, 0.000000\\\n",
-      "1761, 0.000000\\\n",
-      "1761, 0.000000\\\n",
-      "1761, 0.000000\\\n",
-      "1761, 0.000000\\\n",
-      "1761, 0.000000\\\n",
-      "1761, 0.000000\\\n",
-      "1761, 0.000000\\\n",
-      "1762, 0.000000\\\n",
-      "1762, 1.000000\\\n",
-      "1762, 0.000000\\\n",
-      "1762, 0.000000\\\n",
-      "1762, 0.000000\\\n",
-      "1762, 0.000000\\\n",
-      "1762, 0.000000\\\n",
-      "1762, 0.000000\\\n",
-      "1762, 0.000000\\\n",
-      "1763, 0.000000\\\n",
-      "1763, 0.000000\\\n",
-      "1763, 0.000000\\\n",
-      "1763, 0.000000\\\n",
-      "1763, 0.000000\\\n",
-      "1763, 0.000000\\\n",
-      "1763, 0.000000\\\n",
-      "1763, 0.000000\\\n",
-      "1763, 0.000000\\\n",
-      "1764, 0.000000\\\n",
-      "1764, 0.000000\\\n",
-      "1764, 0.000000\\\n",
-      "1764, 0.000000\\\n",
-      "1764, 0.000000\\\n",
-      "1764, 0.000000\\\n",
-      "1764, 0.000000\\\n",
-      "1764, 0.000000\\\n",
-      "1764, 0.000000\\\n",
-      "1765, 0.000000\\\n",
-      "1765, 0.000000\\\n",
-      "1765, 0.000000\\\n",
-      "1765, 0.000000\\\n",
-      "1765, 0.000000\\\n",
-      "1765, 0.000000\\\n",
-      "1765, 0.000000\\\n",
-      "1765, 0.000000\\\n",
-      "1765, 0.000000\\\n",
-      "1766, 0.000000\\\n",
-      "1766, 0.000000\\\n",
-      "1766, 0.000000\\\n",
-      "1766, 0.000000\\\n",
-      "1766, 0.000000\\\n",
-      "1766, 0.000000\\\n",
-      "1766, 0.000000\\\n",
-      "1766, 0.000000\\\n",
-      "1766, 0.000000\\\n",
-      "1767, 0.000000\\\n",
-      "1767, 0.000000\\\n",
-      "1767, 0.000000\\\n",
-      "1767, 0.000000\\\n",
-      "1767, 0.000000\\\n",
-      "1767, 0.000000\\\n",
-      "1767, 0.000000\\\n",
-      "1767, 0.000000\\\n",
-      "1767, 0.000000\\\n",
-      "1768, 0.000000\\\n",
-      "1768, 0.000000\\\n",
-      "1768, 0.000000\\\n",
-      "1768, 0.000000\\\n",
-      "1768, 0.000000\\\n",
-      "1768, 0.000000\\\n",
-      "1768, 0.000000\\\n",
-      "1768, 0.000000\\\n",
-      "1768, 0.000000\\\n",
-      "1769, 0.000000\\\n",
-      "1769, 0.000000\\\n",
-      "1769, 0.000000\\\n",
-      "1769, 0.000000\\\n",
-      "1769, 0.000000\\\n",
-      "1769, 0.000000\\\n",
-      "1769, 1.000000\\\n",
-      "1769, 0.000000\\\n",
-      "1769, 0.000000\\\n",
-      "1770, 0.000000\\\n",
-      "1770, 0.000000\\\n",
-      "1770, 0.000000\\\n",
-      "1770, 0.000000\\\n",
-      "1770, 0.000000\\\n",
-      "1770, 0.000000\\\n",
-      "1770, 0.000000\\\n",
-      "1770, 0.000000\\\n",
-      "1770, 0.000000\\\n",
-      "1771, 0.000000\\\n",
-      "1771, 0.000000\\\n",
-      "1771, 0.000000\\\n",
-      "1771, 0.000000\\\n",
-      "1771, 0.000000\\\n",
-      "1771, 0.000000\\\n",
-      "1771, 0.000000\\\n",
-      "1771, 0.000000\\\n",
-      "1771, 0.000000\\\n",
-      "1772, 0.000000\\\n",
-      "1772, 0.000000\\\n",
-      "1772, 0.000000\\\n",
-      "1772, 0.000000\\\n",
-      "1772, 0.000000\\\n",
-      "1772, 0.000000\\\n",
-      "1772, 0.000000\\\n",
-      "1772, 0.000000\\\n",
-      "1772, 0.000000\\\n",
-      "1773, 0.000000\\\n",
-      "1773, 1.000000\\\n",
-      "1773, 0.000000\\\n",
-      "1773, 0.000000\\\n",
-      "1773, 0.000000\\\n",
-      "1773, 0.000000\\\n",
-      "1773, 0.000000\\\n",
-      "1773, 0.000000\\\n",
-      "1773, 0.000000\\\n",
-      "1774, 0.000000\\\n",
-      "1774, 0.000000\\\n",
-      "1774, 0.000000\\\n",
-      "1774, 0.000000\\\n",
-      "1774, 0.000000\\\n",
-      "1774, 0.000000\\\n",
-      "1774, 0.000000\\\n",
-      "1774, 0.000000\\\n",
-      "1774, 0.000000\\\n",
-      "1775, 0.000000\\\n",
-      "1775, 0.000000\\\n",
-      "1775, 0.000000\\\n",
-      "1775, 0.000000\\\n",
-      "1775, 0.000000\\\n",
-      "1775, 0.000000\\\n",
-      "1775, 0.000000\\\n",
-      "1775, 0.000000\\\n",
-      "1775, 0.000000\\\n",
-      "1776, 0.000000\\\n",
-      "1776, 0.000000\\\n",
-      "1776, 0.000000\\\n",
-      "1776, 0.000000\\\n",
-      "1776, 0.000000\\\n",
-      "1776, 0.000000\\\n",
-      "1776, 0.000000\\\n",
-      "1776, 0.000000\\\n",
-      "1776, 0.000000\\\n",
-      "1777, 0.000000\\\n",
-      "1777, 0.000000\\\n",
-      "1777, 0.000000\\\n",
-      "1777, 0.000000\\\n",
-      "1777, 0.000000\\\n",
-      "1777, 0.000000\\\n",
-      "1777, 0.000000\\\n",
-      "1777, 0.000000\\\n",
-      "1777, 0.000000\\\n",
-      "1778, 0.000000\\\n",
-      "1778, 0.000000\\\n",
-      "1778, 0.000000\\\n",
-      "1778, 0.000000\\\n",
-      "1778, 0.000000\\\n",
-      "1778, 0.000000\\\n",
-      "1778, 0.000000\\\n",
-      "1778, 0.000000\\\n",
-      "1778, 0.000000\\\n",
-      "1779, 0.000000\\\n",
-      "1779, 0.000000\\\n",
-      "1779, 0.000000\\\n",
-      "1779, 0.000000\\\n",
-      "1779, 0.000000\\\n",
-      "1779, 0.000000\\\n",
-      "1779, 0.000000\\\n",
-      "1779, 0.000000\\\n",
-      "1779, 0.000000\\\n",
-      "1780, 0.000000\\\n",
-      "1780, 0.000000\\\n",
-      "1780, 0.000000\\\n",
-      "1780, 0.000000\\\n",
-      "1780, 0.000000\\\n",
-      "1780, 0.000000\\\n",
-      "1780, 0.000000\\\n",
-      "1780, 0.000000\\\n",
-      "1780, 0.000000\\\n",
-      "1781, 0.000000\\\n",
-      "1781, 0.000000\\\n",
-      "1781, 0.000000\\\n",
-      "1781, 0.000000\\\n",
-      "1781, 0.000000\\\n",
-      "1781, 0.000000\\\n",
-      "1781, 0.000000\\\n",
-      "1781, 0.000000\\\n",
-      "1781, 0.000000\\\n",
-      "1782, 0.000000\\\n",
-      "1782, 0.000000\\\n",
-      "1782, 0.000000\\\n",
-      "1782, 0.000000\\\n",
-      "1782, 0.000000\\\n",
-      "1782, 0.000000\\\n",
-      "1782, 0.000000\\\n",
-      "1782, 0.000000\\\n",
-      "1782, 0.000000\\\n",
-      "1783, 0.000000\\\n",
-      "1783, 0.000000\\\n",
-      "1783, 0.000000\\\n",
-      "1783, 0.000000\\\n",
-      "1783, 0.000000\\\n",
-      "1783, 0.000000\\\n",
-      "1783, 0.000000\\\n",
-      "1783, 0.000000\\\n",
-      "1783, 0.000000\\\n",
-      "1784, 0.000000\\\n",
-      "1784, 0.000000\\\n",
-      "1784, 0.000000\\\n",
-      "1784, 0.000000\\\n",
-      "1784, 0.000000\\\n",
-      "1784, 0.000000\\\n",
-      "1784, 0.000000\\\n",
-      "1784, 0.000000\\\n",
-      "1784, 0.000000\\\n",
-      "1785, 0.000000\\\n",
-      "1785, 0.000000\\\n",
-      "1785, 0.000000\\\n",
-      "1785, 0.000000\\\n",
-      "1785, 0.000000\\\n",
-      "1785, 0.000000\\\n",
-      "1785, 0.000000\\\n",
-      "1785, 0.000000\\\n",
-      "1785, 0.000000\\\n",
-      "1786, 0.000000\\\n",
-      "1786, 0.000000\\\n",
-      "1786, 0.000000\\\n",
-      "1786, 0.000000\\\n",
-      "1786, 0.000000\\\n",
-      "1786, 0.000000\\\n",
-      "1786, 0.000000\\\n",
-      "1786, 0.000000\\\n",
-      "1786, 0.000000\\\n",
-      "1787, 0.000000\\\n",
-      "1787, 0.000000\\\n",
-      "1787, 0.000000\\\n",
-      "1787, 0.000000\\\n",
-      "1787, 0.000000\\\n",
-      "1787, 0.000000\\\n",
-      "1787, 0.000000\\\n",
-      "1787, 0.000000\\\n",
-      "1787, 0.000000\\\n",
-      "1788, 0.000000\\\n",
-      "1788, 0.000000\\\n",
-      "1788, 0.000000\\\n",
-      "1788, 0.000000\\\n",
-      "1788, 0.000000\\\n",
-      "1788, 0.000000\\\n",
-      "1788, 0.000000\\\n",
-      "1788, 0.000000\\\n",
-      "1788, 0.000000\\\n",
-      "1789, 0.000000\\\n",
-      "1789, 0.000000\\\n",
-      "1789, 0.000000\\\n",
-      "1789, 0.000000\\\n",
-      "1789, 0.000000\\\n",
-      "1789, 0.000000\\\n",
-      "1789, 0.000000\\\n",
-      "1789, 0.000000\\\n",
-      "1789, 0.000000\\\n",
-      "1790, 0.000000\\\n",
-      "1790, 0.000000\\\n",
-      "1790, 0.000000\\\n",
-      "1790, 0.000000\\\n",
-      "1790, 0.000000\\\n",
-      "1790, 0.000000\\\n",
-      "1790, 0.000000\\\n",
-      "1790, 0.000000\\\n",
-      "1790, 0.000000\\\n",
-      "1791, 0.000000\\\n",
-      "1791, 0.000000\\\n",
-      "1791, 0.000000\\\n",
-      "1791, 0.000000\\\n",
-      "1791, 0.000000\\\n",
-      "1791, 0.000000\\\n",
-      "1791, 0.000000\\\n",
-      "1791, 0.000000\\\n",
-      "1791, 0.000000\\\n",
-      "1792, 0.000000\\\n",
-      "1792, 0.000000\\\n",
-      "1792, 0.000000\\\n",
-      "1792, 0.000000\\\n",
-      "1792, 0.000000\\\n",
-      "1792, 0.000000\\\n",
-      "1792, 0.000000\\\n",
-      "1792, 0.000000\\\n",
-      "1792, 0.000000\\\n",
-      "1793, 0.000000\\\n",
-      "1793, 0.000000\\\n",
-      "1793, 0.000000\\\n",
-      "1793, 0.000000\\\n",
-      "1793, 0.000000\\\n",
-      "1793, 0.000000\\\n",
-      "1793, 0.000000\\\n",
-      "1793, 0.000000\\\n",
-      "1793, 0.000000\\\n",
-      "1794, 0.000000\\\n",
-      "1794, 0.000000\\\n",
-      "1794, 0.000000\\\n",
-      "1794, 0.000000\\\n",
-      "1794, 0.000000\\\n",
-      "1794, 0.000000\\\n",
-      "1794, 0.000000\\\n",
-      "1794, 0.000000\\\n",
-      "1794, 0.000000\\\n",
-      "1795, 0.000000\\\n",
-      "1795, 0.000000\\\n",
-      "1795, 0.000000\\\n",
-      "1795, 0.000000\\\n",
-      "1795, 0.000000\\\n",
-      "1795, 0.000000\\\n",
-      "1795, 0.000000\\\n",
-      "1795, 0.000000\\\n",
-      "1795, 0.000000\\\n",
-      "1796, 0.000000\\\n",
-      "1796, 0.000000\\\n",
-      "1796, 0.000000\\\n",
-      "1796, 0.000000\\\n",
-      "1796, 0.000000\\\n",
-      "1796, 0.000000\\\n",
-      "1796, 0.000000\\\n",
-      "1796, 0.000000\\\n",
-      "1796, 0.000000\\\n",
-      "1797, 0.000000\\\n",
-      "1797, 0.000000\\\n",
-      "1797, 0.000000\\\n",
-      "1797, 0.000000\\\n",
-      "1797, 0.000000\\\n",
-      "1797, 0.000000\\\n",
-      "1797, 0.000000\\\n",
-      "1797, 0.000000\\\n",
-      "1797, 0.000000\\\n",
-      "1798, 0.000000\\\n",
-      "1798, 0.000000\\\n",
-      "1798, 0.000000\\\n",
-      "1798, 0.000000\\\n",
-      "1798, 1.000000\\\n",
-      "1798, 0.000000\\\n",
-      "1798, 0.000000\\\n",
-      "1798, 0.000000\\\n",
-      "1798, 0.000000\\\n",
-      "1799, 0.000000\\\n",
-      "1799, 0.000000\\\n",
-      "1799, 0.000000\\\n",
-      "1799, 0.000000\\\n",
-      "1799, 0.000000\\\n",
-      "1799, 0.000000\\\n",
-      "1799, 0.000000\\\n",
-      "1799, 0.000000\\\n",
-      "1799, 0.000000\\\n",
-      "1800, 0.000000\\\n",
-      "1800, 0.000000\\\n",
-      "1800, 0.000000\\\n",
-      "1800, 0.000000\\\n",
-      "1800, 0.000000\\\n",
-      "1800, 0.000000\\\n",
-      "1800, 0.000000\\\n",
-      "1800, 0.000000\\\n",
-      "1800, 0.000000\\\n",
-      "1801, 0.000000\\\n",
-      "1801, 0.000000\\\n",
-      "1801, 0.000000\\\n",
-      "1801, 0.000000\\\n",
-      "1801, 0.000000\\\n",
-      "1801, 0.000000\\\n",
-      "1801, 0.000000\\\n",
-      "1801, 0.000000\\\n",
-      "1801, 0.000000\\\n",
-      "1802, 0.000000\\\n",
-      "1802, 0.000000\\\n",
-      "1802, 0.000000\\\n",
-      "1802, 0.000000\\\n",
-      "1802, 0.000000\\\n",
-      "1802, 0.000000\\\n",
-      "1802, 0.000000\\\n",
-      "1802, 0.000000\\\n",
-      "1802, 0.000000\\\n",
-      "1803, 0.000000\\\n",
-      "1803, 0.000000\\\n",
-      "1803, 0.000000\\\n",
-      "1803, 0.000000\\\n",
-      "1803, 0.000000\\\n",
-      "1803, 0.000000\\\n",
-      "1803, 0.000000\\\n",
-      "1803, 0.000000\\\n",
-      "1803, 0.000000\\\n",
-      "1804, 0.000000\\\n",
-      "1804, 0.000000\\\n",
-      "1804, 0.000000\\\n",
-      "1804, 0.000000\\\n",
-      "1804, 0.000000\\\n",
-      "1804, 0.000000\\\n",
-      "1804, 0.000000\\\n",
-      "1804, 0.000000\\\n",
-      "1804, 0.000000\\\n",
-      "1805, 0.000000\\\n",
-      "1805, 0.000000\\\n",
-      "1805, 0.000000\\\n",
-      "1805, 0.000000\\\n",
-      "1805, 0.000000\\\n",
-      "1805, 0.000000\\\n",
-      "1805, 0.000000\\\n",
-      "1805, 0.000000\\\n",
-      "1805, 0.000000\\\n",
-      "1806, 0.000000\\\n",
-      "1806, 0.000000\\\n",
-      "1806, 0.000000\\\n",
-      "1806, 0.000000\\\n",
-      "1806, 0.000000\\\n",
-      "1806, 0.000000\\\n",
-      "1806, 0.000000\\\n",
-      "1806, 0.000000\\\n",
-      "1806, 0.000000\\\n",
-      "1807, 0.000000\\\n",
-      "1807, 0.000000\\\n",
-      "1807, 0.000000\\\n",
-      "1807, 0.000000\\\n",
-      "1807, 0.000000\\\n",
-      "1807, 0.000000\\\n",
-      "1807, 0.000000\\\n",
-      "1807, 0.000000\\\n",
-      "1807, 0.000000\\\n",
-      "1808, 0.000000\\\n",
-      "1808, 0.000000\\\n",
-      "1808, 0.000000\\\n",
-      "1808, 0.000000\\\n",
-      "1808, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "1808, 0.000000\\\n",
-      "1808, 0.000000\\\n",
-      "1808, 0.000000\\\n",
-      "1808, 0.000000\\\n",
-      "1809, 0.000000\\\n",
-      "1809, 0.000000\\\n",
-      "1809, 0.000000\\\n",
-      "1809, 0.000000\\\n",
-      "1809, 0.000000\\\n",
-      "1809, 0.000000\\\n",
-      "1809, 0.000000\\\n",
-      "1809, 0.000000\\\n",
-      "1809, 0.000000\\\n",
-      "1810, 0.000000\\\n",
-      "1810, 0.000000\\\n",
-      "1810, 0.000000\\\n",
-      "1810, 0.000000\\\n",
-      "1810, 0.000000\\\n",
-      "1810, 0.000000\\\n",
-      "1810, 0.000000\\\n",
-      "1810, 0.000000\\\n",
-      "1810, 0.000000\\\n",
-      "1811, 0.000000\\\n",
-      "1811, 0.000000\\\n",
-      "1811, 0.000000\\\n",
-      "1811, 0.000000\\\n",
-      "1811, 0.000000\\\n",
-      "1811, 0.000000\\\n",
-      "1811, 0.000000\\\n",
-      "1811, 0.000000\\\n",
-      "1811, 0.000000\\\n",
-      "1812, 0.000000\\\n",
-      "1812, 0.000000\\\n",
-      "1812, 0.000000\\\n",
-      "1812, 0.000000\\\n",
-      "1812, 0.000000\\\n",
-      "1812, 0.000000\\\n",
-      "1812, 0.000000\\\n",
-      "1812, 0.000000\\\n",
-      "1812, 0.000000\\\n",
-      "1813, 0.000000\\\n",
-      "1813, 0.000000\\\n",
-      "1813, 0.000000\\\n",
-      "1813, 0.000000\\\n",
-      "1813, 0.000000\\\n",
-      "1813, 0.000000\\\n",
-      "1813, 0.000000\\\n",
-      "1813, 0.000000\\\n",
-      "1813, 0.000000\\\n",
-      "1814, 0.000000\\\n",
-      "1814, 0.000000\\\n",
-      "1814, 0.000000\\\n",
-      "1814, 0.000000\\\n",
-      "1814, 0.000000\\\n",
-      "1814, 0.000000\\\n",
-      "1814, 0.000000\\\n",
-      "1814, 0.000000\\\n",
-      "1814, 0.000000\\\n",
-      "1815, 0.000000\\\n",
-      "1815, 0.000000\\\n",
-      "1815, 0.000000\\\n",
-      "1815, 0.000000\\\n",
-      "1815, 0.000000\\\n",
-      "1815, 0.000000\\\n",
-      "1815, 0.000000\\\n",
-      "1815, 0.000000\\\n",
-      "1815, 0.000000\\\n",
-      "1816, 0.000000\\\n",
-      "1816, 0.000000\\\n",
-      "1816, 0.000000\\\n",
-      "1816, 0.000000\\\n",
-      "1816, 0.000000\\\n",
-      "1816, 0.000000\\\n",
-      "1816, 0.000000\\\n",
-      "1816, 0.000000\\\n",
-      "1816, 0.000000\\\n",
-      "1817, 0.000000\\\n",
-      "1817, 0.000000\\\n",
-      "1817, 0.000000\\\n",
-      "1817, 0.000000\\\n",
-      "1817, 0.000000\\\n",
-      "1817, 0.000000\\\n",
-      "1817, 0.000000\\\n",
-      "1817, 0.000000\\\n",
-      "1817, 0.000000\\\n",
-      "1818, 0.000000\\\n",
-      "1818, 0.000000\\\n",
-      "1818, 0.000000\\\n",
-      "1818, 0.000000\\\n",
-      "1818, 0.000000\\\n",
-      "1818, 0.000000\\\n",
-      "1818, 0.000000\\\n",
-      "1818, 0.000000\\\n",
-      "1818, 0.000000\\\n",
-      "1819, 0.000000\\\n",
-      "1819, 0.000000\\\n",
-      "1819, 0.000000\\\n",
-      "1819, 0.000000\\\n",
-      "1819, 0.000000\\\n",
-      "1819, 0.000000\\\n",
-      "1819, 0.000000\\\n",
-      "1819, 0.000000\\\n",
-      "1819, 0.000000\\\n",
-      "1820, 0.000000\\\n",
-      "1820, 0.000000\\\n",
-      "1820, 0.000000\\\n",
-      "1820, 0.000000\\\n",
-      "1820, 0.000000\\\n",
-      "1820, 0.000000\\\n",
-      "1820, 0.000000\\\n",
-      "1820, 0.000000\\\n",
-      "1820, 0.000000\\\n",
-      "1821, 0.000000\\\n",
-      "1821, 0.000000\\\n",
-      "1821, 0.000000\\\n",
-      "1821, 0.000000\\\n",
-      "1821, 0.000000\\\n",
-      "1821, 0.000000\\\n",
-      "1821, 0.000000\\\n",
-      "1821, 0.000000\\\n",
-      "1821, 0.000000\\\n",
-      "1822, 0.000000\\\n",
-      "1822, 0.000000\\\n",
-      "1822, 0.000000\\\n",
-      "1822, 0.000000\\\n",
-      "1822, 0.000000\\\n",
-      "1822, 0.000000\\\n",
-      "1822, 0.000000\\\n",
-      "1822, 0.000000\\\n",
-      "1822, 0.000000\\\n",
-      "1823, 0.000000\\\n",
-      "1823, 0.000000\\\n",
-      "1823, 0.000000\\\n",
-      "1823, 0.000000\\\n",
-      "1823, 0.000000\\\n",
-      "1823, 0.000000\\\n",
-      "1823, 0.000000\\\n",
-      "1823, 0.000000\\\n",
-      "1823, 0.000000\\\n",
-      "1824, 0.000000\\\n",
-      "1824, 0.000000\\\n",
-      "1824, 0.000000\\\n",
-      "1824, 0.000000\\\n",
-      "1824, 0.000000\\\n",
-      "1824, 0.000000\\\n",
-      "1824, 0.000000\\\n",
-      "1824, 0.000000\\\n",
-      "1824, 0.000000\\\n",
-      "1825, 0.000000\\\n",
-      "1825, 0.000000\\\n",
-      "1825, 0.000000\\\n",
-      "1825, 0.000000\\\n",
-      "1825, 0.000000\\\n",
-      "1825, 0.000000\\\n",
-      "1825, 0.000000\\\n",
-      "1825, 0.000000\\\n",
-      "1825, 0.000000\\\n",
-      "1826, 0.000000\\\n",
-      "1826, 0.000000\\\n",
-      "1826, 0.000000\\\n",
-      "1826, 0.000000\\\n",
-      "1826, 0.000000\\\n",
-      "1826, 0.000000\\\n",
-      "1826, 0.000000\\\n",
-      "1826, 0.000000\\\n",
-      "1826, 0.000000\\\n",
-      "1827, 0.000000\\\n",
-      "1827, 0.000000\\\n",
-      "1827, 0.000000\\\n",
-      "1827, 0.000000\\\n",
-      "1827, 0.000000\\\n",
-      "1827, 0.000000\\\n",
-      "1827, 0.000000\\\n",
-      "1827, 0.000000\\\n",
-      "1827, 0.000000\\\n",
-      "1828, 0.000000\\\n",
-      "1828, 0.000000\\\n",
-      "1828, 0.000000\\\n",
-      "1828, 0.000000\\\n",
-      "1828, 0.000000\\\n",
-      "1828, 0.000000\\\n",
-      "1828, 0.000000\\\n",
-      "1828, 0.000000\\\n",
-      "1828, 0.000000\\\n",
-      "1829, 0.000000\\\n",
-      "1829, 0.000000\\\n",
-      "1829, 0.000000\\\n",
-      "1829, 0.000000\\\n",
-      "1829, 0.000000\\\n",
-      "1829, 0.000000\\\n",
-      "1829, 0.000000\\\n",
-      "1829, 0.000000\\\n",
-      "1829, 0.000000\\\n",
-      "1830, 0.000000\\\n",
-      "1830, 0.000000\\\n",
-      "1830, 0.000000\\\n",
-      "1830, 0.000000\\\n",
-      "1830, 0.000000\\\n",
-      "1830, 0.000000\\\n",
-      "1830, 0.000000\\\n",
-      "1830, 0.000000\\\n",
-      "1830, 0.000000\\\n",
-      "1831, 0.000000\\\n",
-      "1831, 0.000000\\\n",
-      "1831, 0.000000\\\n",
-      "1831, 0.000000\\\n",
-      "1831, 0.000000\\\n",
-      "1831, 0.000000\\\n",
-      "1831, 0.000000\\\n",
-      "1831, 0.000000\\\n",
-      "1831, 0.000000\\\n",
-      "1832, 0.000000\\\n",
-      "1832, 0.000000\\\n",
-      "1832, 0.000000\\\n",
-      "1832, 0.000000\\\n",
-      "1832, 0.000000\\\n",
-      "1832, 0.000000\\\n",
-      "1832, 0.000000\\\n",
-      "1832, 0.000000\\\n",
-      "1832, 0.000000\\\n",
-      "1833, 0.000000\\\n",
-      "1833, 0.000000\\\n",
-      "1833, 0.000000\\\n",
-      "1833, 0.000000\\\n",
-      "1833, 0.000000\\\n",
-      "1833, 0.000000\\\n",
-      "1833, 0.000000\\\n",
-      "1833, 0.000000\\\n",
-      "1833, 0.000000\\\n",
-      "1834, 0.000000\\\n",
-      "1834, 0.000000\\\n",
-      "1834, 0.000000\\\n",
-      "1834, 0.000000\\\n",
-      "1834, 0.000000\\\n",
-      "1834, 0.000000\\\n",
-      "1834, 0.000000\\\n",
-      "1834, 0.000000\\\n",
-      "1834, 0.000000\\\n",
-      "1835, 0.000000\\\n",
-      "1835, 0.000000\\\n",
-      "1835, 0.000000\\\n",
-      "1835, 0.000000\\\n",
-      "1835, 0.000000\\\n",
-      "1835, 0.000000\\\n",
-      "1835, 0.000000\\\n",
-      "1835, 0.000000\\\n",
-      "1835, 0.000000\\\n",
-      "1836, 0.000000\\\n",
-      "1836, 0.000000\\\n",
-      "1836, 1.000000\\\n",
-      "1836, 0.000000\\\n",
-      "1836, 0.000000\\\n",
-      "1836, 0.000000\\\n",
-      "1836, 0.000000\\\n",
-      "1836, 0.000000\\\n",
-      "1836, 0.000000\\\n",
-      "1837, 0.000000\\\n",
-      "1837, 0.000000\\\n",
-      "1837, 0.000000\\\n",
-      "1837, 0.000000\\\n",
-      "1837, 0.000000\\\n",
-      "1837, 0.000000\\\n",
-      "1837, 0.000000\\\n",
-      "1837, 0.000000\\\n",
-      "1837, 0.000000\\\n",
-      "1838, 0.000000\\\n",
-      "1838, 0.000000\\\n",
-      "1838, 0.000000\\\n",
-      "1838, 0.000000\\\n",
-      "1838, 0.000000\\\n",
-      "1838, 0.000000\\\n",
-      "1838, 0.000000\\\n",
-      "1838, 0.000000\\\n",
-      "1838, 0.000000\\\n",
-      "1839, 0.000000\\\n",
-      "1839, 0.000000\\\n",
-      "1839, 0.000000\\\n",
-      "1839, 0.000000\\\n",
-      "1839, 0.000000\\\n",
-      "1839, 0.000000\\\n",
-      "1839, 0.000000\\\n",
-      "1839, 1.000000\\\n",
-      "1839, 0.000000\\\n",
-      "1840, 0.000000\\\n",
-      "1840, 0.000000\\\n",
-      "1840, 0.000000\\\n",
-      "1840, 0.000000\\\n",
-      "1840, 0.000000\\\n",
-      "1840, 0.000000\\\n",
-      "1840, 0.000000\\\n",
-      "1840, 0.000000\\\n",
-      "1840, 0.000000\\\n",
-      "1841, 0.000000\\\n",
-      "1841, 0.000000\\\n",
-      "1841, 0.000000\\\n",
-      "1841, 0.000000\\\n",
-      "1841, 0.000000\\\n",
-      "1841, 0.000000\\\n",
-      "1841, 0.000000\\\n",
-      "1841, 0.000000\\\n",
-      "1841, 0.000000\\\n",
-      "1842, 0.000000\\\n",
-      "1842, 0.000000\\\n",
-      "1842, 0.000000\\\n",
-      "1842, 0.000000\\\n",
-      "1842, 0.000000\\\n",
-      "1842, 0.000000\\\n",
-      "1842, 0.000000\\\n",
-      "1842, 0.000000\\\n",
-      "1842, 0.000000\\\n",
-      "1843, 0.000000\\\n",
-      "1843, 0.000000\\\n",
-      "1843, 0.000000\\\n",
-      "1843, 0.000000\\\n",
-      "1843, 0.000000\\\n",
-      "1843, 0.000000\\\n",
-      "1843, 0.000000\\\n",
-      "1843, 0.000000\\\n",
-      "1843, 0.000000\\\n",
-      "1844, 0.000000\\\n",
-      "1844, 0.000000\\\n",
-      "1844, 0.000000\\\n",
-      "1844, 0.000000\\\n",
-      "1844, 0.000000\\\n",
-      "1844, 0.000000\\\n",
-      "1844, 0.000000\\\n",
-      "1844, 0.000000\\\n",
-      "1844, 0.000000\\\n",
-      "1845, 0.000000\\\n",
-      "1845, 0.000000\\\n",
-      "1845, 0.000000\\\n",
-      "1845, 0.000000\\\n",
-      "1845, 0.000000\\\n",
-      "1845, 0.000000\\\n",
-      "1845, 0.000000\\\n",
-      "1845, 0.000000\\\n",
-      "1845, 0.000000\\\n",
-      "1846, 0.000000\\\n",
-      "1846, 0.000000\\\n",
-      "1846, 0.000000\\\n",
-      "1846, 0.000000\\\n",
-      "1846, 0.000000\\\n",
-      "1846, 0.000000\\\n",
-      "1846, 0.000000\\\n",
-      "1846, 0.000000\\\n",
-      "1846, 0.000000\\\n",
-      "1847, 0.000000\\\n",
-      "1847, 0.000000\\\n",
-      "1847, 0.000000\\\n",
-      "1847, 0.000000\\\n",
-      "1847, 0.000000\\\n",
-      "1847, 0.000000\\\n",
-      "1847, 0.000000\\\n",
-      "1847, 0.000000\\\n",
-      "1847, 0.000000\\\n",
-      "1848, 0.000000\\\n",
-      "1848, 0.000000\\\n",
-      "1848, 0.000000\\\n",
-      "1848, 0.000000\\\n",
-      "1848, 0.000000\\\n",
-      "1848, 0.000000\\\n",
-      "1848, 0.000000\\\n",
-      "1848, 0.000000\\\n",
-      "1848, 0.000000\\\n",
-      "1849, 0.000000\\\n",
-      "1849, 0.000000\\\n",
-      "1849, 0.000000\\\n",
-      "1849, 0.000000\\\n",
-      "1849, 0.000000\\\n",
-      "1849, 0.000000\\\n",
-      "1849, 0.000000\\\n",
-      "1849, 0.000000\\\n",
-      "1849, 0.000000\\\n",
-      "1850, 0.000000\\\n",
-      "1850, 0.000000\\\n",
-      "1850, 0.000000\\\n",
-      "1850, 0.000000\\\n",
-      "1850, 0.000000\\\n",
-      "1850, 0.000000\\\n",
-      "1850, 0.000000\\\n",
-      "1850, 0.000000\\\n",
-      "1850, 0.000000\\\n",
-      "1851, 0.000000\\\n",
-      "1851, 0.000000\\\n",
-      "1851, 0.000000\\\n",
-      "1851, 0.000000\\\n",
-      "1851, 0.000000\\\n",
-      "1851, 0.000000\\\n",
-      "1851, 0.000000\\\n",
-      "1851, 0.000000\\\n",
-      "1851, 0.000000\\\n",
-      "1852, 0.000000\\\n",
-      "1852, 0.000000\\\n",
-      "1852, 0.000000\\\n",
-      "1852, 0.000000\\\n",
-      "1852, 0.000000\\\n",
-      "1852, 0.000000\\\n",
-      "1852, 0.000000\\\n",
-      "1852, 0.000000\\\n",
-      "1852, 1.000000\\\n",
-      "1853, 0.000000\\\n",
-      "1853, 0.000000\\\n",
-      "1853, 0.000000\\\n",
-      "1853, 0.000000\\\n",
-      "1853, 0.000000\\\n",
-      "1853, 0.000000\\\n",
-      "1853, 0.000000\\\n",
-      "1853, 0.000000\\\n",
-      "1853, 0.000000\\\n",
-      "1854, 0.000000\\\n",
-      "1854, 0.000000\\\n",
-      "1854, 0.000000\\\n",
-      "1854, 0.000000\\\n",
-      "1854, 0.000000\\\n",
-      "1854, 0.000000\\\n",
-      "1854, 0.000000\\\n",
-      "1854, 0.000000\\\n",
-      "1854, 0.000000\\\n",
-      "1855, 0.000000\\\n",
-      "1855, 0.000000\\\n",
-      "1855, 0.000000\\\n",
-      "1855, 0.000000\\\n",
-      "1855, 0.000000\\\n",
-      "1855, 0.000000\\\n",
-      "1855, 0.000000\\\n",
-      "1855, 0.000000\\\n",
-      "1855, 0.000000\\\n",
-      "1856, 0.000000\\\n",
-      "1856, 0.000000\\\n",
-      "1856, 0.000000\\\n",
-      "1856, 0.000000\\\n",
-      "1856, 0.000000\\\n",
-      "1856, 0.000000\\\n",
-      "1856, 0.000000\\\n",
-      "1856, 0.000000\\\n",
-      "1856, 0.000000\\\n",
-      "1857, 0.000000\\\n",
-      "1857, 0.000000\\\n",
-      "1857, 0.000000\\\n",
-      "1857, 0.000000\\\n",
-      "1857, 0.000000\\\n",
-      "1857, 0.000000\\\n",
-      "1857, 0.000000\\\n",
-      "1857, 0.000000\\\n",
-      "1857, 0.000000\\\n",
-      "1858, 0.000000\\\n",
-      "1858, 0.000000\\\n",
-      "1858, 0.000000\\\n",
-      "1858, 0.000000\\\n",
-      "1858, 0.000000\\\n",
-      "1858, 0.000000\\\n",
-      "1858, 0.000000\\\n",
-      "1858, 0.000000\\\n",
-      "1858, 0.000000\\\n",
-      "1859, 0.000000\\\n",
-      "1859, 0.000000\\\n",
-      "1859, 0.000000\\\n",
-      "1859, 0.000000\\\n",
-      "1859, 0.000000\\\n",
-      "1859, 0.000000\\\n",
-      "1859, 0.000000\\\n",
-      "1859, 0.000000\\\n",
-      "1859, 0.000000\\\n",
-      "1860, 0.000000\\\n",
-      "1860, 0.000000\\\n",
-      "1860, 0.000000\\\n",
-      "1860, 0.000000\\\n",
-      "1860, 0.000000\\\n",
-      "1860, 0.000000\\\n",
-      "1860, 0.000000\\\n",
-      "1860, 0.000000\\\n",
-      "1860, 0.000000\\\n",
-      "1861, 0.000000\\\n",
-      "1861, 0.000000\\\n",
-      "1861, 0.000000\\\n",
-      "1861, 0.000000\\\n",
-      "1861, 0.000000\\\n",
-      "1861, 0.000000\\\n",
-      "1861, 0.000000\\\n",
-      "1861, 0.000000\\\n",
-      "1861, 0.000000\\\n",
-      "1862, 0.000000\\\n",
-      "1862, 0.000000\\\n",
-      "1862, 0.000000\\\n",
-      "1862, 0.000000\\\n",
-      "1862, 0.000000\\\n",
-      "1862, 0.000000\\\n",
-      "1862, 0.000000\\\n",
-      "1862, 0.000000\\\n",
-      "1862, 0.000000\\\n",
-      "1863, 0.000000\\\n",
-      "1863, 0.000000\\\n",
-      "1863, 0.000000\\\n",
-      "1863, 0.000000\\\n",
-      "1863, 0.000000\\\n",
-      "1863, 0.000000\\\n",
-      "1863, 0.000000\\\n",
-      "1863, 0.000000\\\n",
-      "1863, 0.000000\\\n",
-      "1864, 0.000000\\\n",
-      "1864, 0.000000\\\n",
-      "1864, 0.000000\\\n",
-      "1864, 0.000000\\\n",
-      "1864, 0.000000\\\n",
-      "1864, 0.000000\\\n",
-      "1864, 0.000000\\\n",
-      "1864, 0.000000\\\n",
-      "1864, 0.000000\\\n",
-      "1865, 0.000000\\\n",
-      "1865, 0.000000\\\n",
-      "1865, 0.000000\\\n",
-      "1865, 0.000000\\\n",
-      "1865, 0.000000\\\n",
-      "1865, 0.000000\\\n",
-      "1865, 0.000000\\\n",
-      "1865, 0.000000\\\n",
-      "1865, 0.000000\\\n",
-      "1866, 0.000000\\\n",
-      "1866, 0.000000\\\n",
-      "1866, 0.000000\\\n",
-      "1866, 0.000000\\\n",
-      "1866, 0.000000\\\n",
-      "1866, 0.000000\\\n",
-      "1866, 0.000000\\\n",
-      "1866, 0.000000\\\n",
-      "1866, 0.000000\\\n",
-      "1867, 0.000000\\\n",
-      "1867, 0.000000\\\n",
-      "1867, 0.000000\\\n",
-      "1867, 0.000000\\\n",
-      "1867, 0.000000\\\n",
-      "1867, 0.000000\\\n",
-      "1867, 0.000000\\\n",
-      "1867, 0.000000\\\n",
-      "1867, 0.000000\\\n",
-      "1868, 0.000000\\\n",
-      "1868, 0.000000\\\n",
-      "1868, 0.000000\\\n",
-      "1868, 0.000000\\\n",
-      "1868, 0.000000\\\n",
-      "1868, 0.000000\\\n",
-      "1868, 0.000000\\\n",
-      "1868, 0.000000\\\n",
-      "1868, 0.000000\\\n",
-      "1869, 0.000000\\\n",
-      "1869, 0.000000\\\n",
-      "1869, 0.000000\\\n",
-      "1869, 0.000000\\\n",
-      "1869, 0.000000\\\n",
-      "1869, 0.000000\\\n",
-      "1869, 0.000000\\\n",
-      "1869, 0.000000\\\n",
-      "1869, 0.000000\\\n",
-      "1870, 0.000000\\\n",
-      "1870, 0.000000\\\n",
-      "1870, 0.000000\\\n",
-      "1870, 0.000000\\\n",
-      "1870, 0.000000\\\n",
-      "1870, 0.000000\\\n",
-      "1870, 0.000000\\\n",
-      "1870, 0.000000\\\n",
-      "1870, 0.000000\\\n",
-      "1871, 0.000000\\\n",
-      "1871, 0.000000\\\n",
-      "1871, 0.000000\\\n",
-      "1871, 0.000000\\\n",
-      "1871, 0.000000\\\n",
-      "1871, 0.000000\\\n",
-      "1871, 0.000000\\\n",
-      "1871, 0.000000\\\n",
-      "1871, 0.000000\\\n",
-      "1872, 0.000000\\\n",
-      "1872, 0.000000\\\n",
-      "1872, 0.000000\\\n",
-      "1872, 0.000000\\\n",
-      "1872, 0.000000\\\n",
-      "1872, 0.000000\\\n",
-      "1872, 0.000000\\\n",
-      "1872, 0.000000\\\n",
-      "1872, 0.000000\\\n",
-      "1873, 0.000000\\\n",
-      "1873, 0.000000\\\n",
-      "1873, 0.000000\\\n",
-      "1873, 0.000000\\\n",
-      "1873, 0.000000\\\n",
-      "1873, 0.000000\\\n",
-      "1873, 0.000000\\\n",
-      "1873, 0.000000\\\n",
-      "1873, 0.000000\\\n",
-      "1874, 0.000000\\\n",
-      "1874, 0.000000\\\n",
-      "1874, 0.000000\\\n",
-      "1874, 0.000000\\\n",
-      "1874, 0.000000\\\n",
-      "1874, 0.000000\\\n",
-      "1874, 0.000000\\\n",
-      "1874, 0.000000\\\n",
-      "1874, 0.000000\\\n",
-      "1875, 0.000000\\\n",
-      "1875, 0.000000\\\n",
-      "1875, 0.000000\\\n",
-      "1875, 0.000000\\\n",
-      "1875, 0.000000\\\n",
-      "1875, 0.000000\\\n",
-      "1875, 0.000000\\\n",
-      "1875, 0.000000\\\n",
-      "1875, 0.000000\\\n",
-      "1876, 0.000000\\\n",
-      "1876, 0.000000\\\n",
-      "1876, 0.000000\\\n",
-      "1876, 0.000000\\\n",
-      "1876, 0.000000\\\n",
-      "1876, 0.000000\\\n",
-      "1876, 0.000000\\\n",
-      "1876, 0.000000\\\n",
-      "1876, 0.000000\\\n",
-      "1877, 0.000000\\\n",
-      "1877, 0.000000\\\n",
-      "1877, 0.000000\\\n",
-      "1877, 0.000000\\\n",
-      "1877, 0.000000\\\n",
-      "1877, 0.000000\\\n",
-      "1877, 0.000000\\\n",
-      "1877, 0.000000\\\n",
-      "1877, 0.000000\\\n",
-      "1878, 0.000000\\\n",
-      "1878, 0.000000\\\n",
-      "1878, 0.000000\\\n",
-      "1878, 0.000000\\\n",
-      "1878, 0.000000\\\n",
-      "1878, 0.000000\\\n",
-      "1878, 0.000000\\\n",
-      "1878, 0.000000\\\n",
-      "1878, 0.000000\\\n",
-      "1879, 0.000000\\\n",
-      "1879, 0.000000\\\n",
-      "1879, 0.000000\\\n",
-      "1879, 0.000000\\\n",
-      "1879, 0.000000\\\n",
-      "1879, 0.000000\\\n",
-      "1879, 0.000000\\\n",
-      "1879, 0.000000\\\n",
-      "1879, 0.000000\\\n",
-      "1880, 0.000000\\\n",
-      "1880, 0.000000\\\n",
-      "1880, 0.000000\\\n",
-      "1880, 0.000000\\\n",
-      "1880, 0.000000\\\n",
-      "1880, 0.000000\\\n",
-      "1880, 0.000000\\\n",
-      "1880, 0.000000\\\n",
-      "1880, 0.000000\\\n",
-      "1881, 0.000000\\\n",
-      "1881, 0.000000\\\n",
-      "1881, 0.000000\\\n",
-      "1881, 0.000000\\\n",
-      "1881, 0.000000\\\n",
-      "1881, 0.000000\\\n",
-      "1881, 0.000000\\\n",
-      "1881, 0.000000\\\n",
-      "1881, 0.000000\\\n",
-      "1882, 0.000000\\\n",
-      "1882, 0.000000\\\n",
-      "1882, 0.000000\\\n",
-      "1882, 0.000000\\\n",
-      "1882, 0.000000\\\n",
-      "1882, 0.000000\\\n",
-      "1882, 0.000000\\\n",
-      "1882, 0.000000\\\n",
-      "1882, 0.000000\\\n",
-      "1883, 0.000000\\\n",
-      "1883, 0.000000\\\n",
-      "1883, 0.000000\\\n",
-      "1883, 0.000000\\\n",
-      "1883, 0.000000\\\n",
-      "1883, 0.000000\\\n",
-      "1883, 0.000000\\\n",
-      "1883, 0.000000\\\n",
-      "1883, 0.000000\\\n",
-      "1884, 0.000000\\\n",
-      "1884, 0.000000\\\n",
-      "1884, 0.000000\\\n",
-      "1884, 0.000000\\\n",
-      "1884, 0.000000\\\n",
-      "1884, 0.000000\\\n",
-      "1884, 0.000000\\\n",
-      "1884, 0.000000\\\n",
-      "1884, 0.000000\\\n",
-      "1885, 1.000000\\\n",
-      "1885, 0.000000\\\n",
-      "1885, 0.000000\\\n",
-      "1885, 0.000000\\\n",
-      "1885, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "1885, 0.000000\\\n",
-      "1885, 0.000000\\\n",
-      "1885, 0.000000\\\n",
-      "1885, 0.000000\\\n",
-      "1886, 0.000000\\\n",
-      "1886, 0.000000\\\n",
-      "1886, 0.000000\\\n",
-      "1886, 0.000000\\\n",
-      "1886, 0.000000\\\n",
-      "1886, 0.000000\\\n",
-      "1886, 0.000000\\\n",
-      "1886, 0.000000\\\n",
-      "1886, 0.000000\\\n",
-      "1887, 0.000000\\\n",
-      "1887, 0.000000\\\n",
-      "1887, 0.000000\\\n",
-      "1887, 0.000000\\\n",
-      "1887, 0.000000\\\n",
-      "1887, 0.000000\\\n",
-      "1887, 0.000000\\\n",
-      "1887, 0.000000\\\n",
-      "1887, 0.000000\\\n",
-      "1888, 0.000000\\\n",
-      "1888, 0.000000\\\n",
-      "1888, 0.000000\\\n",
-      "1888, 0.000000\\\n",
-      "1888, 0.000000\\\n",
-      "1888, 1.000000\\\n",
-      "1888, 0.000000\\\n",
-      "1888, 0.000000\\\n",
-      "1888, 0.000000\\\n",
-      "1889, 0.000000\\\n",
-      "1889, 0.000000\\\n",
-      "1889, 0.000000\\\n",
-      "1889, 0.000000\\\n",
-      "1889, 0.000000\\\n",
-      "1889, 0.000000\\\n",
-      "1889, 0.000000\\\n",
-      "1889, 0.000000\\\n",
-      "1889, 0.000000\\\n",
-      "1890, 0.000000\\\n",
-      "1890, 0.000000\\\n",
-      "1890, 0.000000\\\n",
-      "1890, 0.000000\\\n",
-      "1890, 0.000000\\\n",
-      "1890, 0.000000\\\n",
-      "1890, 0.000000\\\n",
-      "1890, 0.000000\\\n",
-      "1890, 0.000000\\\n",
-      "1891, 0.000000\\\n",
-      "1891, 0.000000\\\n",
-      "1891, 0.000000\\\n",
-      "1891, 0.000000\\\n",
-      "1891, 0.000000\\\n",
-      "1891, 0.000000\\\n",
-      "1891, 0.000000\\\n",
-      "1891, 0.000000\\\n",
-      "1891, 0.000000\\\n",
-      "1892, 0.000000\\\n",
-      "1892, 0.000000\\\n",
-      "1892, 0.000000\\\n",
-      "1892, 0.000000\\\n",
-      "1892, 0.000000\\\n",
-      "1892, 0.000000\\\n",
-      "1892, 0.000000\\\n",
-      "1892, 0.000000\\\n",
-      "1892, 0.000000\\\n",
-      "1893, 0.000000\\\n",
-      "1893, 0.000000\\\n",
-      "1893, 0.000000\\\n",
-      "1893, 0.000000\\\n",
-      "1893, 0.000000\\\n",
-      "1893, 0.000000\\\n",
-      "1893, 0.000000\\\n",
-      "1893, 0.000000\\\n",
-      "1893, 0.000000\\\n",
-      "1894, 0.000000\\\n",
-      "1894, 0.000000\\\n",
-      "1894, 0.000000\\\n",
-      "1894, 0.000000\\\n",
-      "1894, 0.000000\\\n",
-      "1894, 0.000000\\\n",
-      "1894, 0.000000\\\n",
-      "1894, 0.000000\\\n",
-      "1894, 0.000000\\\n",
-      "1895, 0.000000\\\n",
-      "1895, 0.000000\\\n",
-      "1895, 0.000000\\\n",
-      "1895, 0.000000\\\n",
-      "1895, 0.000000\\\n",
-      "1895, 0.000000\\\n",
-      "1895, 0.000000\\\n",
-      "1895, 0.000000\\\n",
-      "1895, 0.000000\\\n",
-      "1896, 0.000000\\\n",
-      "1896, 0.000000\\\n",
-      "1896, 0.000000\\\n",
-      "1896, 1.000000\\\n",
-      "1896, 0.000000\\\n",
-      "1896, 0.000000\\\n",
-      "1896, 0.000000\\\n",
-      "1896, 0.000000\\\n",
-      "1896, 0.000000\\\n",
-      "1897, 0.000000\\\n",
-      "1897, 0.000000\\\n",
-      "1897, 0.000000\\\n",
-      "1897, 0.000000\\\n",
-      "1897, 0.000000\\\n",
-      "1897, 0.000000\\\n",
-      "1897, 0.000000\\\n",
-      "1897, 0.000000\\\n",
-      "1897, 0.000000\\\n",
-      "1898, 0.000000\\\n",
-      "1898, 0.000000\\\n",
-      "1898, 0.000000\\\n",
-      "1898, 0.000000\\\n",
-      "1898, 0.000000\\\n",
-      "1898, 0.000000\\\n",
-      "1898, 0.000000\\\n",
-      "1898, 0.000000\\\n",
-      "1898, 0.000000\\\n",
-      "1899, 0.000000\\\n",
-      "1899, 0.000000\\\n",
-      "1899, 0.000000\\\n",
-      "1899, 0.000000\\\n",
-      "1899, 0.000000\\\n",
-      "1899, 0.000000\\\n",
-      "1899, 0.000000\\\n",
-      "1899, 0.000000\\\n",
-      "1899, 0.000000\\\n",
-      "1900, 0.000000\\\n",
-      "1900, 0.000000\\\n",
-      "1900, 0.000000\\\n",
-      "1900, 0.000000\\\n",
-      "1900, 0.000000\\\n",
-      "1900, 0.000000\\\n",
-      "1900, 0.000000\\\n",
-      "1900, 0.000000\\\n",
-      "1900, 0.000000\\\n",
-      "1901, 0.000000\\\n",
-      "1901, 0.000000\\\n",
-      "1901, 0.000000\\\n",
-      "1901, 0.000000\\\n",
-      "1901, 0.000000\\\n",
-      "1901, 0.000000\\\n",
-      "1901, 0.000000\\\n",
-      "1901, 0.000000\\\n",
-      "1901, 0.000000\\\n",
-      "1902, 0.000000\\\n",
-      "1902, 0.000000\\\n",
-      "1902, 0.000000\\\n",
-      "1902, 0.000000\\\n",
-      "1902, 0.000000\\\n",
-      "1902, 0.000000\\\n",
-      "1902, 0.000000\\\n",
-      "1902, 0.000000\\\n",
-      "1902, 0.000000\\\n",
-      "1903, 0.000000\\\n",
-      "1903, 0.000000\\\n",
-      "1903, 0.000000\\\n",
-      "1903, 0.000000\\\n",
-      "1903, 0.000000\\\n",
-      "1903, 0.000000\\\n",
-      "1903, 0.000000\\\n",
-      "1903, 0.000000\\\n",
-      "1903, 0.000000\\\n",
-      "1904, 0.000000\\\n",
-      "1904, 0.000000\\\n",
-      "1904, 0.000000\\\n",
-      "1904, 0.000000\\\n",
-      "1904, 0.000000\\\n",
-      "1904, 0.000000\\\n",
-      "1904, 0.000000\\\n",
-      "1904, 0.000000\\\n",
-      "1904, 0.000000\\\n",
-      "1905, 0.000000\\\n",
-      "1905, 0.000000\\\n",
-      "1905, 0.000000\\\n",
-      "1905, 0.000000\\\n",
-      "1905, 0.000000\\\n",
-      "1905, 0.000000\\\n",
-      "1905, 0.000000\\\n",
-      "1905, 0.000000\\\n",
-      "1905, 0.000000\\\n",
-      "1906, 0.000000\\\n",
-      "1906, 0.000000\\\n",
-      "1906, 0.000000\\\n",
-      "1906, 0.000000\\\n",
-      "1906, 0.000000\\\n",
-      "1906, 0.000000\\\n",
-      "1906, 0.000000\\\n",
-      "1906, 0.000000\\\n",
-      "1906, 0.000000\\\n",
-      "1907, 0.000000\\\n",
-      "1907, 0.000000\\\n",
-      "1907, 0.000000\\\n",
-      "1907, 0.000000\\\n",
-      "1907, 0.000000\\\n",
-      "1907, 0.000000\\\n",
-      "1907, 0.000000\\\n",
-      "1907, 0.000000\\\n",
-      "1907, 0.000000\\\n",
-      "1908, 0.000000\\\n",
-      "1908, 0.000000\\\n",
-      "1908, 0.000000\\\n",
-      "1908, 0.000000\\\n",
-      "1908, 0.000000\\\n",
-      "1908, 0.000000\\\n",
-      "1908, 0.000000\\\n",
-      "1908, 0.000000\\\n",
-      "1908, 0.000000\\\n",
-      "1909, 0.000000\\\n",
-      "1909, 0.000000\\\n",
-      "1909, 0.000000\\\n",
-      "1909, 0.000000\\\n",
-      "1909, 0.000000\\\n",
-      "1909, 0.000000\\\n",
-      "1909, 0.000000\\\n",
-      "1909, 0.000000\\\n",
-      "1909, 0.000000\\\n",
-      "1910, 0.000000\\\n",
-      "1910, 0.000000\\\n",
-      "1910, 0.000000\\\n",
-      "1910, 0.000000\\\n",
-      "1910, 0.000000\\\n",
-      "1910, 0.000000\\\n",
-      "1910, 0.000000\\\n",
-      "1910, 0.000000\\\n",
-      "1910, 0.000000\\\n",
-      "1911, 0.000000\\\n",
-      "1911, 0.000000\\\n",
-      "1911, 0.000000\\\n",
-      "1911, 0.000000\\\n",
-      "1911, 0.000000\\\n",
-      "1911, 0.000000\\\n",
-      "1911, 0.000000\\\n",
-      "1911, 0.000000\\\n",
-      "1911, 0.000000\\\n",
-      "1912, 0.000000\\\n",
-      "1912, 0.000000\\\n",
-      "1912, 0.000000\\\n",
-      "1912, 0.000000\\\n",
-      "1912, 0.000000\\\n",
-      "1912, 0.000000\\\n",
-      "1912, 0.000000\\\n",
-      "1912, 0.000000\\\n",
-      "1912, 0.000000\\\n",
-      "1913, 0.000000\\\n",
-      "1913, 0.000000\\\n",
-      "1913, 0.000000\\\n",
-      "1913, 0.000000\\\n",
-      "1913, 0.000000\\\n",
-      "1913, 0.000000\\\n",
-      "1913, 0.000000\\\n",
-      "1913, 0.000000\\\n",
-      "1913, 0.000000\\\n",
-      "1914, 0.000000\\\n",
-      "1914, 0.000000\\\n",
-      "1914, 0.000000\\\n",
-      "1914, 0.000000\\\n",
-      "1914, 0.000000\\\n",
-      "1914, 0.000000\\\n",
-      "1914, 0.000000\\\n",
-      "1914, 0.000000\\\n",
-      "1914, 0.000000\\\n",
-      "1915, 0.000000\\\n",
-      "1915, 0.000000\\\n",
-      "1915, 0.000000\\\n",
-      "1915, 0.000000\\\n",
-      "1915, 0.000000\\\n",
-      "1915, 0.000000\\\n",
-      "1915, 0.000000\\\n",
-      "1915, 0.000000\\\n",
-      "1915, 0.000000\\\n",
-      "1916, 0.000000\\\n",
-      "1916, 0.000000\\\n",
-      "1916, 0.000000\\\n",
-      "1916, 0.000000\\\n",
-      "1916, 0.000000\\\n",
-      "1916, 0.000000\\\n",
-      "1916, 0.000000\\\n",
-      "1916, 0.000000\\\n",
-      "1916, 0.000000\\\n",
-      "1917, 0.000000\\\n",
-      "1917, 0.000000\\\n",
-      "1917, 0.000000\\\n",
-      "1917, 0.000000\\\n",
-      "1917, 0.000000\\\n",
-      "1917, 0.000000\\\n",
-      "1917, 1.000000\\\n",
-      "1917, 0.000000\\\n",
-      "1917, 0.000000\\\n",
-      "1918, 0.000000\\\n",
-      "1918, 0.000000\\\n",
-      "1918, 0.000000\\\n",
-      "1918, 0.000000\\\n",
-      "1918, 0.000000\\\n",
-      "1918, 0.000000\\\n",
-      "1918, 0.000000\\\n",
-      "1918, 0.000000\\\n",
-      "1918, 0.000000\\\n",
-      "1919, 0.000000\\\n",
-      "1919, 0.000000\\\n",
-      "1919, 0.000000\\\n",
-      "1919, 0.000000\\\n",
-      "1919, 0.000000\\\n",
-      "1919, 0.000000\\\n",
-      "1919, 0.000000\\\n",
-      "1919, 0.000000\\\n",
-      "1919, 0.000000\\\n",
-      "1920, 0.000000\\\n",
-      "1920, 0.000000\\\n",
-      "1920, 0.000000\\\n",
-      "1920, 0.000000\\\n",
-      "1920, 0.000000\\\n",
-      "1920, 0.000000\\\n",
-      "1920, 0.000000\\\n",
-      "1920, 0.000000\\\n",
-      "1920, 0.000000\\\n",
-      "1921, 0.000000\\\n",
-      "1921, 0.000000\\\n",
-      "1921, 0.000000\\\n",
-      "1921, 0.000000\\\n",
-      "1921, 0.000000\\\n",
-      "1921, 0.000000\\\n",
-      "1921, 0.000000\\\n",
-      "1921, 0.000000\\\n",
-      "1921, 0.000000\\\n",
-      "1922, 0.000000\\\n",
-      "1922, 0.000000\\\n",
-      "1922, 0.000000\\\n",
-      "1922, 0.000000\\\n",
-      "1922, 0.000000\\\n",
-      "1922, 0.000000\\\n",
-      "1922, 0.000000\\\n",
-      "1922, 0.000000\\\n",
-      "1922, 0.000000\\\n",
-      "1923, 0.000000\\\n",
-      "1923, 0.000000\\\n",
-      "1923, 0.000000\\\n",
-      "1923, 0.000000\\\n",
-      "1923, 0.000000\\\n",
-      "1923, 0.000000\\\n",
-      "1923, 0.000000\\\n",
-      "1923, 0.000000\\\n",
-      "1923, 0.000000\\\n",
-      "1924, 0.000000\\\n",
-      "1924, 0.000000\\\n",
-      "1924, 0.000000\\\n",
-      "1924, 0.000000\\\n",
-      "1924, 0.000000\\\n",
-      "1924, 0.000000\\\n",
-      "1924, 0.000000\\\n",
-      "1924, 0.000000\\\n",
-      "1924, 0.000000\\\n",
-      "1925, 0.000000\\\n",
-      "1925, 0.000000\\\n",
-      "1925, 0.000000\\\n",
-      "1925, 0.000000\\\n",
-      "1925, 0.000000\\\n",
-      "1925, 0.000000\\\n",
-      "1925, 0.000000\\\n",
-      "1925, 0.000000\\\n",
-      "1925, 0.000000\\\n",
-      "1926, 0.000000\\\n",
-      "1926, 0.000000\\\n",
-      "1926, 0.000000\\\n",
-      "1926, 0.000000\\\n",
-      "1926, 0.000000\\\n",
-      "1926, 0.000000\\\n",
-      "1926, 0.000000\\\n",
-      "1926, 0.000000\\\n",
-      "1926, 0.000000\\\n",
-      "1927, 0.000000\\\n",
-      "1927, 0.000000\\\n",
-      "1927, 0.000000\\\n",
-      "1927, 0.000000\\\n",
-      "1927, 0.000000\\\n",
-      "1927, 0.000000\\\n",
-      "1927, 0.000000\\\n",
-      "1927, 0.000000\\\n",
-      "1927, 0.000000\\\n",
-      "1928, 0.000000\\\n",
-      "1928, 0.000000\\\n",
-      "1928, 0.000000\\\n",
-      "1928, 0.000000\\\n",
-      "1928, 0.000000\\\n",
-      "1928, 0.000000\\\n",
-      "1928, 0.000000\\\n",
-      "1928, 0.000000\\\n",
-      "1928, 0.000000\\\n",
-      "1929, 0.000000\\\n",
-      "1929, 0.000000\\\n",
-      "1929, 0.000000\\\n",
-      "1929, 0.000000\\\n",
-      "1929, 0.000000\\\n",
-      "1929, 0.000000\\\n",
-      "1929, 0.000000\\\n",
-      "1929, 0.000000\\\n",
-      "1929, 0.000000\\\n",
-      "1930, 0.000000\\\n",
-      "1930, 0.000000\\\n",
-      "1930, 0.000000\\\n",
-      "1930, 0.000000\\\n",
-      "1930, 0.000000\\\n",
-      "1930, 0.000000\\\n",
-      "1930, 0.000000\\\n",
-      "1930, 0.000000\\\n",
-      "1930, 0.000000\\\n",
-      "1931, 0.000000\\\n",
-      "1931, 0.000000\\\n",
-      "1931, 0.000000\\\n",
-      "1931, 0.000000\\\n",
-      "1931, 0.000000\\\n",
-      "1931, 0.000000\\\n",
-      "1931, 0.000000\\\n",
-      "1931, 0.000000\\\n",
-      "1931, 0.000000\\\n",
-      "1932, 1.000000\\\n",
-      "1932, 0.000000\\\n",
-      "1932, 0.000000\\\n",
-      "1932, 0.000000\\\n",
-      "1932, 0.000000\\\n",
-      "1932, 0.000000\\\n",
-      "1932, 0.000000\\\n",
-      "1932, 0.000000\\\n",
-      "1932, 0.000000\\\n",
-      "1933, 0.000000\\\n",
-      "1933, 0.000000\\\n",
-      "1933, 0.000000\\\n",
-      "1933, 0.000000\\\n",
-      "1933, 0.000000\\\n",
-      "1933, 0.000000\\\n",
-      "1933, 1.000000\\\n",
-      "1933, 0.000000\\\n",
-      "1933, 0.000000\\\n",
-      "1934, 0.000000\\\n",
-      "1934, 0.000000\\\n",
-      "1934, 0.000000\\\n",
-      "1934, 0.000000\\\n",
-      "1934, 0.000000\\\n",
-      "1934, 0.000000\\\n",
-      "1934, 0.000000\\\n",
-      "1934, 0.000000\\\n",
-      "1934, 0.000000\\\n",
-      "1935, 0.000000\\\n",
-      "1935, 0.000000\\\n",
-      "1935, 0.000000\\\n",
-      "1935, 0.000000\\\n",
-      "1935, 0.000000\\\n",
-      "1935, 0.000000\\\n",
-      "1935, 0.000000\\\n",
-      "1935, 0.000000\\\n",
-      "1935, 0.000000\\\n",
-      "1936, 0.000000\\\n",
-      "1936, 0.000000\\\n",
-      "1936, 0.000000\\\n",
-      "1936, 0.000000\\\n",
-      "1936, 0.000000\\\n",
-      "1936, 0.000000\\\n",
-      "1936, 0.000000\\\n",
-      "1936, 0.000000\\\n",
-      "1936, 0.000000\\\n",
-      "1937, 0.000000\\\n",
-      "1937, 0.000000\\\n",
-      "1937, 0.000000\\\n",
-      "1937, 0.000000\\\n",
-      "1937, 0.000000\\\n",
-      "1937, 0.000000\\\n",
-      "1937, 0.000000\\\n",
-      "1937, 0.000000\\\n",
-      "1937, 0.000000\\\n",
-      "1938, 0.000000\\\n",
-      "1938, 0.000000\\\n",
-      "1938, 0.000000\\\n",
-      "1938, 0.000000\\\n",
-      "1938, 0.000000\\\n",
-      "1938, 0.000000\\\n",
-      "1938, 0.000000\\\n",
-      "1938, 0.000000\\\n",
-      "1938, 0.000000\\\n",
-      "1939, 0.000000\\\n",
-      "1939, 0.000000\\\n",
-      "1939, 0.000000\\\n",
-      "1939, 0.000000\\\n",
-      "1939, 0.000000\\\n",
-      "1939, 0.000000\\\n",
-      "1939, 0.000000\\\n",
-      "1939, 0.000000\\\n",
-      "1939, 0.000000\\\n",
-      "1940, 0.000000\\\n",
-      "1940, 0.000000\\\n",
-      "1940, 0.000000\\\n",
-      "1940, 0.000000\\\n",
-      "1940, 0.000000\\\n",
-      "1940, 0.000000\\\n",
-      "1940, 0.000000\\\n",
-      "1940, 0.000000\\\n",
-      "1940, 0.000000\\\n",
-      "1941, 0.000000\\\n",
-      "1941, 0.000000\\\n",
-      "1941, 0.000000\\\n",
-      "1941, 0.000000\\\n",
-      "1941, 0.000000\\\n",
-      "1941, 0.000000\\\n",
-      "1941, 0.000000\\\n",
-      "1941, 0.000000\\\n",
-      "1941, 0.000000\\\n",
-      "1942, 0.000000\\\n",
-      "1942, 0.000000\\\n",
-      "1942, 0.000000\\\n",
-      "1942, 0.000000\\\n",
-      "1942, 0.000000\\\n",
-      "1942, 0.000000\\\n",
-      "1942, 0.000000\\\n",
-      "1942, 0.000000\\\n",
-      "1942, 0.000000\\\n",
-      "1943, 0.000000\\\n",
-      "1943, 0.000000\\\n",
-      "1943, 0.000000\\\n",
-      "1943, 0.000000\\\n",
-      "1943, 0.000000\\\n",
-      "1943, 0.000000\\\n",
-      "1943, 0.000000\\\n",
-      "1943, 0.000000\\\n",
-      "1943, 0.000000\\\n",
-      "1944, 0.000000\\\n",
-      "1944, 0.000000\\\n",
-      "1944, 0.000000\\\n",
-      "1944, 0.000000\\\n",
-      "1944, 0.000000\\\n",
-      "1944, 0.000000\\\n",
-      "1944, 0.000000\\\n",
-      "1944, 0.000000\\\n",
-      "1944, 0.000000\\\n",
-      "1945, 0.000000\\\n",
-      "1945, 0.000000\\\n",
-      "1945, 0.000000\\\n",
-      "1945, 0.000000\\\n",
-      "1945, 0.000000\\\n",
-      "1945, 0.000000\\\n",
-      "1945, 0.000000\\\n",
-      "1945, 0.000000\\\n",
-      "1945, 0.000000\\\n",
-      "1946, 0.000000\\\n",
-      "1946, 0.000000\\\n",
-      "1946, 0.000000\\\n",
-      "1946, 0.000000\\\n",
-      "1946, 0.000000\\\n",
-      "1946, 0.000000\\\n",
-      "1946, 0.000000\\\n",
-      "1946, 0.000000\\\n",
-      "1946, 0.000000\\\n",
-      "1947, 0.000000\\\n",
-      "1947, 0.000000\\\n",
-      "1947, 0.000000\\\n",
-      "1947, 0.000000\\\n",
-      "1947, 0.000000\\\n",
-      "1947, 0.000000\\\n",
-      "1947, 0.000000\\\n",
-      "1947, 0.000000\\\n",
-      "1947, 0.000000\\\n",
-      "1948, 0.000000\\\n",
-      "1948, 0.000000\\\n",
-      "1948, 0.000000\\\n",
-      "1948, 0.000000\\\n",
-      "1948, 0.000000\\\n",
-      "1948, 0.000000\\\n",
-      "1948, 0.000000\\\n",
-      "1948, 0.000000\\\n",
-      "1948, 0.000000\\\n",
-      "1949, 0.000000\\\n",
-      "1949, 0.000000\\\n",
-      "1949, 0.000000\\\n",
-      "1949, 0.000000\\\n",
-      "1949, 1.000000\\\n",
-      "1949, 0.000000\\\n",
-      "1949, 0.000000\\\n",
-      "1949, 0.000000\\\n",
-      "1949, 0.000000\\\n",
-      "1950, 0.000000\\\n",
-      "1950, 0.000000\\\n",
-      "1950, 0.000000\\\n",
-      "1950, 0.000000\\\n",
-      "1950, 0.000000\\\n",
-      "1950, 0.000000\\\n",
-      "1950, 0.000000\\\n",
-      "1950, 0.000000\\\n",
-      "1950, 0.000000\\\n",
-      "1951, 0.000000\\\n",
-      "1951, 0.000000\\\n",
-      "1951, 0.000000\\\n",
-      "1951, 0.000000\\\n",
-      "1951, 0.000000\\\n",
-      "1951, 0.000000\\\n",
-      "1951, 0.000000\\\n",
-      "1951, 0.000000\\\n",
-      "1951, 0.000000\\\n",
-      "1952, 0.000000\\\n",
-      "1952, 0.000000\\\n",
-      "1952, 0.000000\\\n",
-      "1952, 0.000000\\\n",
-      "1952, 0.000000\\\n",
-      "1952, 0.000000\\\n",
-      "1952, 0.000000\\\n",
-      "1952, 0.000000\\\n",
-      "1952, 0.000000\\\n",
-      "1953, 0.000000\\\n",
-      "1953, 0.000000\\\n",
-      "1953, 0.000000\\\n",
-      "1953, 0.000000\\\n",
-      "1953, 0.000000\\\n",
-      "1953, 0.000000\\\n",
-      "1953, 0.000000\\\n",
-      "1953, 0.000000\\\n",
-      "1953, 0.000000\\\n",
-      "1954, 0.000000\\\n",
-      "1954, 0.000000\\\n",
-      "1954, 0.000000\\\n",
-      "1954, 0.000000\\\n",
-      "1954, 0.000000\\\n",
-      "1954, 0.000000\\\n",
-      "1954, 0.000000\\\n",
-      "1954, 0.000000\\\n",
-      "1954, 0.000000\\\n",
-      "1955, 0.000000\\\n",
-      "1955, 0.000000\\\n",
-      "1955, 0.000000\\\n",
-      "1955, 0.000000\\\n",
-      "1955, 0.000000\\\n",
-      "1955, 0.000000\\\n",
-      "1955, 0.000000\\\n",
-      "1955, 0.000000\\\n",
-      "1955, 0.000000\\\n",
-      "1956, 0.000000\\\n",
-      "1956, 0.000000\\\n",
-      "1956, 0.000000\\\n",
-      "1956, 0.000000\\\n",
-      "1956, 0.000000\\\n",
-      "1956, 0.000000\\\n",
-      "1956, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "1956, 0.000000\\\n",
-      "1956, 0.000000\\\n",
-      "1957, 0.000000\\\n",
-      "1957, 0.000000\\\n",
-      "1957, 0.000000\\\n",
-      "1957, 0.000000\\\n",
-      "1957, 0.000000\\\n",
-      "1957, 0.000000\\\n",
-      "1957, 0.000000\\\n",
-      "1957, 0.000000\\\n",
-      "1957, 0.000000\\\n",
-      "1958, 0.000000\\\n",
-      "1958, 0.000000\\\n",
-      "1958, 0.000000\\\n",
-      "1958, 0.000000\\\n",
-      "1958, 0.000000\\\n",
-      "1958, 0.000000\\\n",
-      "1958, 0.000000\\\n",
-      "1958, 0.000000\\\n",
-      "1958, 0.000000\\\n",
-      "1959, 0.000000\\\n",
-      "1959, 0.000000\\\n",
-      "1959, 0.000000\\\n",
-      "1959, 0.000000\\\n",
-      "1959, 0.000000\\\n",
-      "1959, 0.000000\\\n",
-      "1959, 0.000000\\\n",
-      "1959, 0.000000\\\n",
-      "1959, 0.000000\\\n",
-      "1960, 0.000000\\\n",
-      "1960, 0.000000\\\n",
-      "1960, 0.000000\\\n",
-      "1960, 0.000000\\\n",
-      "1960, 0.000000\\\n",
-      "1960, 0.000000\\\n",
-      "1960, 0.000000\\\n",
-      "1960, 0.000000\\\n",
-      "1960, 0.000000\\\n",
-      "1961, 0.000000\\\n",
-      "1961, 0.000000\\\n",
-      "1961, 0.000000\\\n",
-      "1961, 0.000000\\\n",
-      "1961, 0.000000\\\n",
-      "1961, 0.000000\\\n",
-      "1961, 0.000000\\\n",
-      "1961, 0.000000\\\n",
-      "1961, 0.000000\\\n",
-      "1962, 0.000000\\\n",
-      "1962, 0.000000\\\n",
-      "1962, 0.000000\\\n",
-      "1962, 0.000000\\\n",
-      "1962, 0.000000\\\n",
-      "1962, 0.000000\\\n",
-      "1962, 0.000000\\\n",
-      "1962, 0.000000\\\n",
-      "1962, 0.000000\\\n",
-      "1963, 0.000000\\\n",
-      "1963, 0.000000\\\n",
-      "1963, 0.000000\\\n",
-      "1963, 0.000000\\\n",
-      "1963, 0.000000\\\n",
-      "1963, 0.000000\\\n",
-      "1963, 0.000000\\\n",
-      "1963, 0.000000\\\n",
-      "1963, 0.000000\\\n",
-      "1964, 0.000000\\\n",
-      "1964, 0.000000\\\n",
-      "1964, 0.000000\\\n",
-      "1964, 0.000000\\\n",
-      "1964, 0.000000\\\n",
-      "1964, 0.000000\\\n",
-      "1964, 0.000000\\\n",
-      "1964, 0.000000\\\n",
-      "1964, 0.000000\\\n",
-      "1965, 0.000000\\\n",
-      "1965, 0.000000\\\n",
-      "1965, 0.000000\\\n",
-      "1965, 0.000000\\\n",
-      "1965, 0.000000\\\n",
-      "1965, 0.000000\\\n",
-      "1965, 0.000000\\\n",
-      "1965, 0.000000\\\n",
-      "1965, 0.000000\\\n",
-      "1966, 0.000000\\\n",
-      "1966, 0.000000\\\n",
-      "1966, 0.000000\\\n",
-      "1966, 0.000000\\\n",
-      "1966, 0.000000\\\n",
-      "1966, 1.000000\\\n",
-      "1966, 0.000000\\\n",
-      "1966, 0.000000\\\n",
-      "1966, 0.000000\\\n",
-      "1967, 0.000000\\\n",
-      "1967, 0.000000\\\n",
-      "1967, 0.000000\\\n",
-      "1967, 0.000000\\\n",
-      "1967, 0.000000\\\n",
-      "1967, 0.000000\\\n",
-      "1967, 0.000000\\\n",
-      "1967, 0.000000\\\n",
-      "1967, 0.000000\\\n",
-      "1968, 0.000000\\\n",
-      "1968, 0.000000\\\n",
-      "1968, 0.000000\\\n",
-      "1968, 0.000000\\\n",
-      "1968, 0.000000\\\n",
-      "1968, 0.000000\\\n",
-      "1968, 0.000000\\\n",
-      "1968, 0.000000\\\n",
-      "1968, 0.000000\\\n",
-      "1969, 0.000000\\\n",
-      "1969, 0.000000\\\n",
-      "1969, 0.000000\\\n",
-      "1969, 0.000000\\\n",
-      "1969, 0.000000\\\n",
-      "1969, 0.000000\\\n",
-      "1969, 0.000000\\\n",
-      "1969, 0.000000\\\n",
-      "1969, 0.000000\\\n",
-      "1970, 0.000000\\\n",
-      "1970, 0.000000\\\n",
-      "1970, 0.000000\\\n",
-      "1970, 0.000000\\\n",
-      "1970, 0.000000\\\n",
-      "1970, 0.000000\\\n",
-      "1970, 0.000000\\\n",
-      "1970, 0.000000\\\n",
-      "1970, 0.000000\\\n",
-      "1971, 0.000000\\\n",
-      "1971, 0.000000\\\n",
-      "1971, 0.000000\\\n",
-      "1971, 0.000000\\\n",
-      "1971, 0.000000\\\n",
-      "1971, 0.000000\\\n",
-      "1971, 0.000000\\\n",
-      "1971, 0.000000\\\n",
-      "1971, 0.000000\\\n",
-      "1972, 0.000000\\\n",
-      "1972, 0.000000\\\n",
-      "1972, 0.000000\\\n",
-      "1972, 0.000000\\\n",
-      "1972, 0.000000\\\n",
-      "1972, 0.000000\\\n",
-      "1972, 0.000000\\\n",
-      "1972, 0.000000\\\n",
-      "1972, 0.000000\\\n",
-      "1973, 0.000000\\\n",
-      "1973, 0.000000\\\n",
-      "1973, 0.000000\\\n",
-      "1973, 0.000000\\\n",
-      "1973, 0.000000\\\n",
-      "1973, 0.000000\\\n",
-      "1973, 0.000000\\\n",
-      "1973, 0.000000\\\n",
-      "1973, 0.000000\\\n",
-      "1974, 0.000000\\\n",
-      "1974, 0.000000\\\n",
-      "1974, 0.000000\\\n",
-      "1974, 0.000000\\\n",
-      "1974, 0.000000\\\n",
-      "1974, 0.000000\\\n",
-      "1974, 0.000000\\\n",
-      "1974, 0.000000\\\n",
-      "1974, 0.000000\\\n",
-      "1975, 0.000000\\\n",
-      "1975, 0.000000\\\n",
-      "1975, 0.000000\\\n",
-      "1975, 0.000000\\\n",
-      "1975, 0.000000\\\n",
-      "1975, 0.000000\\\n",
-      "1975, 0.000000\\\n",
-      "1975, 0.000000\\\n",
-      "1975, 0.000000\\\n",
-      "1976, 0.000000\\\n",
-      "1976, 0.000000\\\n",
-      "1976, 0.000000\\\n",
-      "1976, 0.000000\\\n",
-      "1976, 0.000000\\\n",
-      "1976, 0.000000\\\n",
-      "1976, 0.000000\\\n",
-      "1976, 0.000000\\\n",
-      "1976, 0.000000\\\n",
-      "1977, 0.000000\\\n",
-      "1977, 0.000000\\\n",
-      "1977, 0.000000\\\n",
-      "1977, 0.000000\\\n",
-      "1977, 0.000000\\\n",
-      "1977, 0.000000\\\n",
-      "1977, 0.000000\\\n",
-      "1977, 0.000000\\\n",
-      "1977, 0.000000\\\n",
-      "1978, 0.000000\\\n",
-      "1978, 0.000000\\\n",
-      "1978, 0.000000\\\n",
-      "1978, 0.000000\\\n",
-      "1978, 0.000000\\\n",
-      "1978, 0.000000\\\n",
-      "1978, 0.000000\\\n",
-      "1978, 0.000000\\\n",
-      "1978, 0.000000\\\n",
-      "1979, 0.000000\\\n",
-      "1979, 0.000000\\\n",
-      "1979, 0.000000\\\n",
-      "1979, 0.000000\\\n",
-      "1979, 0.000000\\\n",
-      "1979, 0.000000\\\n",
-      "1979, 0.000000\\\n",
-      "1979, 0.000000\\\n",
-      "1979, 0.000000\\\n",
-      "1980, 0.000000\\\n",
-      "1980, 0.000000\\\n",
-      "1980, 0.000000\\\n",
-      "1980, 0.000000\\\n",
-      "1980, 0.000000\\\n",
-      "1980, 0.000000\\\n",
-      "1980, 0.000000\\\n",
-      "1980, 0.000000\\\n",
-      "1980, 0.000000\\\n",
-      "1981, 0.000000\\\n",
-      "1981, 0.000000\\\n",
-      "1981, 0.000000\\\n",
-      "1981, 0.000000\\\n",
-      "1981, 0.000000\\\n",
-      "1981, 0.000000\\\n",
-      "1981, 0.000000\\\n",
-      "1981, 0.000000\\\n",
-      "1981, 0.000000\\\n",
-      "1982, 0.000000\\\n",
-      "1982, 0.000000\\\n",
-      "1982, 0.000000\\\n",
-      "1982, 0.000000\\\n",
-      "1982, 0.000000\\\n",
-      "1982, 0.000000\\\n",
-      "1982, 0.000000\\\n",
-      "1982, 0.000000\\\n",
-      "1982, 0.000000\\\n",
-      "1983, 0.000000\\\n",
-      "1983, 0.000000\\\n",
-      "1983, 0.000000\\\n",
-      "1983, 0.000000\\\n",
-      "1983, 0.000000\\\n",
-      "1983, 0.000000\\\n",
-      "1983, 0.000000\\\n",
-      "1983, 0.000000\\\n",
-      "1983, 0.000000\\\n",
-      "1984, 0.000000\\\n",
-      "1984, 0.000000\\\n",
-      "1984, 0.000000\\\n",
-      "1984, 0.000000\\\n",
-      "1984, 0.000000\\\n",
-      "1984, 0.000000\\\n",
-      "1984, 0.000000\\\n",
-      "1984, 0.000000\\\n",
-      "1984, 0.000000\\\n",
-      "1985, 0.000000\\\n",
-      "1985, 0.000000\\\n",
-      "1985, 0.000000\\\n",
-      "1985, 0.000000\\\n",
-      "1985, 0.000000\\\n",
-      "1985, 0.000000\\\n",
-      "1985, 0.000000\\\n",
-      "1985, 0.000000\\\n",
-      "1985, 0.000000\\\n",
-      "1986, 0.000000\\\n",
-      "1986, 0.000000\\\n",
-      "1986, 0.000000\\\n",
-      "1986, 0.000000\\\n",
-      "1986, 0.000000\\\n",
-      "1986, 0.000000\\\n",
-      "1986, 0.000000\\\n",
-      "1986, 0.000000\\\n",
-      "1986, 0.000000\\\n",
-      "1987, 0.000000\\\n",
-      "1987, 0.000000\\\n",
-      "1987, 0.000000\\\n",
-      "1987, 0.000000\\\n",
-      "1987, 0.000000\\\n",
-      "1987, 0.000000\\\n",
-      "1987, 0.000000\\\n",
-      "1987, 0.000000\\\n",
-      "1987, 0.000000\\\n",
-      "1988, 0.000000\\\n",
-      "1988, 0.000000\\\n",
-      "1988, 0.000000\\\n",
-      "1988, 0.000000\\\n",
-      "1988, 0.000000\\\n",
-      "1988, 0.000000\\\n",
-      "1988, 0.000000\\\n",
-      "1988, 0.000000\\\n",
-      "1988, 0.000000\\\n",
-      "1989, 0.000000\\\n",
-      "1989, 0.000000\\\n",
-      "1989, 0.000000\\\n",
-      "1989, 0.000000\\\n",
-      "1989, 0.000000\\\n",
-      "1989, 0.000000\\\n",
-      "1989, 0.000000\\\n",
-      "1989, 0.000000\\\n",
-      "1989, 0.000000\\\n",
-      "1990, 0.000000\\\n",
-      "1990, 0.000000\\\n",
-      "1990, 0.000000\\\n",
-      "1990, 0.000000\\\n",
-      "1990, 0.000000\\\n",
-      "1990, 0.000000\\\n",
-      "1990, 0.000000\\\n",
-      "1990, 0.000000\\\n",
-      "1990, 0.000000\\\n",
-      "1991, 0.000000\\\n",
-      "1991, 0.000000\\\n",
-      "1991, 0.000000\\\n",
-      "1991, 0.000000\\\n",
-      "1991, 0.000000\\\n",
-      "1991, 0.000000\\\n",
-      "1991, 0.000000\\\n",
-      "1991, 0.000000\\\n",
-      "1991, 0.000000\\\n",
-      "1992, 0.000000\\\n",
-      "1992, 0.000000\\\n",
-      "1992, 0.000000\\\n",
-      "1992, 0.000000\\\n",
-      "1992, 0.000000\\\n",
-      "1992, 0.000000\\\n",
-      "1992, 0.000000\\\n",
-      "1992, 0.000000\\\n",
-      "1992, 0.000000\\\n",
-      "1993, 0.000000\\\n",
-      "1993, 0.000000\\\n",
-      "1993, 0.000000\\\n",
-      "1993, 0.000000\\\n",
-      "1993, 0.000000\\\n",
-      "1993, 0.000000\\\n",
-      "1993, 0.000000\\\n",
-      "1993, 0.000000\\\n",
-      "1993, 0.000000\\\n",
-      "1994, 0.000000\\\n",
-      "1994, 0.000000\\\n",
-      "1994, 0.000000\\\n",
-      "1994, 0.000000\\\n",
-      "1994, 0.000000\\\n",
-      "1994, 0.000000\\\n",
-      "1994, 0.000000\\\n",
-      "1994, 0.000000\\\n",
-      "1994, 0.000000\\\n",
-      "1995, 0.000000\\\n",
-      "1995, 0.000000\\\n",
-      "1995, 0.000000\\\n",
-      "1995, 0.000000\\\n",
-      "1995, 0.000000\\\n",
-      "1995, 0.000000\\\n",
-      "1995, 0.000000\\\n",
-      "1995, 0.000000\\\n",
-      "1995, 0.000000\\\n",
-      "1996, 0.000000\\\n",
-      "1996, 0.000000\\\n",
-      "1996, 0.000000\\\n",
-      "1996, 0.000000\\\n",
-      "1996, 0.000000\\\n",
-      "1996, 0.000000\\\n",
-      "1996, 0.000000\\\n",
-      "1996, 0.000000\\\n",
-      "1996, 0.000000\\\n",
-      "1997, 0.000000\\\n",
-      "1997, 0.000000\\\n",
-      "1997, 0.000000\\\n",
-      "1997, 0.000000\\\n",
-      "1997, 0.000000\\\n",
-      "1997, 0.000000\\\n",
-      "1997, 0.000000\\\n",
-      "1997, 0.000000\\\n",
-      "1997, 0.000000\\\n",
-      "1998, 0.000000\\\n",
-      "1998, 0.000000\\\n",
-      "1998, 0.000000\\\n",
-      "1998, 0.000000\\\n",
-      "1998, 0.000000\\\n",
-      "1998, 0.000000\\\n",
-      "1998, 0.000000\\\n",
-      "1998, 0.000000\\\n",
-      "1998, 0.000000\\\n",
-      "1999, 0.000000\\\n",
-      "1999, 0.000000\\\n",
-      "1999, 0.000000\\\n",
-      "1999, 0.000000\\\n",
-      "1999, 0.000000\\\n",
-      "1999, 0.000000\\\n",
-      "1999, 0.000000\\\n",
-      "1999, 0.000000\\\n",
-      "1999, 0.000000\\\n",
-      "2000, 0.000000\\\n",
-      "2000, 0.000000\\\n",
-      "2000, 0.000000\\\n",
-      "2000, 0.000000\\\n",
-      "2000, 0.000000\\\n",
-      "2000, 0.000000\\\n",
-      "2000, 0.000000\\\n",
-      "2000, 0.000000\\\n",
-      "2000, 0.000000\\\n",
-      "2001, 0.000000\\\n",
-      "2001, 0.000000\\\n",
-      "2001, 0.000000\\\n",
-      "2001, 0.000000\\\n",
-      "2001, 0.000000\\\n",
-      "2001, 0.000000\\\n",
-      "2001, 0.000000\\\n",
-      "2001, 0.000000\\\n",
-      "2001, 0.000000\\\n",
-      "2002, 0.000000\\\n",
-      "2002, 0.000000\\\n",
-      "2002, 0.000000\\\n",
-      "2002, 0.000000\\\n",
-      "2002, 0.000000\\\n",
-      "2002, 0.000000\\\n",
-      "2002, 0.000000\\\n",
-      "2002, 0.000000\\\n",
-      "2002, 0.000000\\\n",
-      "2003, 0.000000\\\n",
-      "2003, 0.000000\\\n",
-      "2003, 0.000000\\\n",
-      "2003, 0.000000\\\n",
-      "2003, 0.000000\\\n",
-      "2003, 0.000000\\\n",
-      "2003, 0.000000\\\n",
-      "2003, 0.000000\\\n",
-      "2003, 0.000000\\\n",
-      "2004, 0.000000\\\n",
-      "2004, 0.000000\\\n",
-      "2004, 0.000000\\\n",
-      "2004, 0.000000\\\n",
-      "2004, 0.000000\\\n",
-      "2004, 0.000000\\\n",
-      "2004, 0.000000\\\n",
-      "2004, 0.000000\\\n",
-      "2004, 0.000000\\\n",
-      "2005, 0.000000\\\n",
-      "2005, 0.000000\\\n",
-      "2005, 0.000000\\\n",
-      "2005, 0.000000\\\n",
-      "2005, 0.000000\\\n",
-      "2005, 0.000000\\\n",
-      "2005, 0.000000\\\n",
-      "2005, 0.000000\\\n",
-      "2005, 0.000000\\\n",
-      "2006, 0.000000\\\n",
-      "2006, 0.000000\\\n",
-      "2006, 0.000000\\\n",
-      "2006, 0.000000\\\n",
-      "2006, 0.000000\\\n",
-      "2006, 0.000000\\\n",
-      "2006, 0.000000\\\n",
-      "2006, 0.000000\\\n",
-      "2006, 0.000000\\\n",
-      "2007, 0.000000\\\n",
-      "2007, 0.000000\\\n",
-      "2007, 0.000000\\\n",
-      "2007, 0.000000\\\n",
-      "2007, 0.000000\\\n",
-      "2007, 0.000000\\\n",
-      "2007, 0.000000\\\n",
-      "2007, 0.000000\\\n",
-      "2007, 0.000000\\\n",
-      "2008, 0.000000\\\n",
-      "2008, 0.000000\\\n",
-      "2008, 0.000000\\\n",
-      "2008, 0.000000\\\n",
-      "2008, 0.000000\\\n",
-      "2008, 0.000000\\\n",
-      "2008, 0.000000\\\n",
-      "2008, 0.000000\\\n",
-      "2008, 0.000000\\\n",
-      "2009, 0.000000\\\n",
-      "2009, 0.000000\\\n",
-      "2009, 0.000000\\\n",
-      "2009, 0.000000\\\n",
-      "2009, 0.000000\\\n",
-      "2009, 0.000000\\\n",
-      "2009, 0.000000\\\n",
-      "2009, 0.000000\\\n",
-      "2009, 0.000000\\\n",
-      "2010, 0.000000\\\n",
-      "2010, 0.000000\\\n",
-      "2010, 0.000000\\\n",
-      "2010, 0.000000\\\n",
-      "2010, 0.000000\\\n",
-      "2010, 0.000000\\\n",
-      "2010, 0.000000\\\n",
-      "2010, 0.000000\\\n",
-      "2010, 0.000000\\\n",
-      "2011, 0.000000\\\n",
-      "2011, 0.000000\\\n",
-      "2011, 0.000000\\\n",
-      "2011, 0.000000\\\n",
-      "2011, 0.000000\\\n",
-      "2011, 0.000000\\\n",
-      "2011, 0.000000\\\n",
-      "2011, 0.000000\\\n",
-      "2011, 0.000000\\\n",
-      "2012, 0.000000\\\n",
-      "2012, 0.000000\\\n",
-      "2012, 0.000000\\\n",
-      "2012, 0.000000\\\n",
-      "2012, 0.000000\\\n",
-      "2012, 0.000000\\\n",
-      "2012, 0.000000\\\n",
-      "2012, 0.000000\\\n",
-      "2012, 0.000000\\\n",
-      "2013, 0.000000\\\n",
-      "2013, 0.000000\\\n",
-      "2013, 0.000000\\\n",
-      "2013, 0.000000\\\n",
-      "2013, 0.000000\\\n",
-      "2013, 0.000000\\\n",
-      "2013, 0.000000\\\n",
-      "2013, 0.000000\\\n",
-      "2013, 0.000000\\\n",
-      "2014, 0.000000\\\n",
-      "2014, 0.000000\\\n",
-      "2014, 0.000000\\\n",
-      "2014, 0.000000\\\n",
-      "2014, 0.000000\\\n",
-      "2014, 0.000000\\\n",
-      "2014, 0.000000\\\n",
-      "2014, 1.000000\\\n",
-      "2014, 0.000000\\\n",
-      "2015, 0.000000\\\n",
-      "2015, 0.000000\\\n",
-      "2015, 0.000000\\\n",
-      "2015, 0.000000\\\n",
-      "2015, 0.000000\\\n",
-      "2015, 0.000000\\\n",
-      "2015, 0.000000\\\n",
-      "2015, 0.000000\\\n",
-      "2015, 0.000000\\\n",
-      "2016, 0.000000\\\n",
-      "2016, 0.000000\\\n",
-      "2016, 0.000000\\\n",
-      "2016, 0.000000\\\n",
-      "2016, 0.000000\\\n",
-      "2016, 0.000000\\\n",
-      "2016, 0.000000\\\n",
-      "2016, 0.000000\\\n",
-      "2016, 0.000000\\\n",
-      "2017, 0.000000\\\n",
-      "2017, 0.000000\\\n",
-      "2017, 0.000000\\\n",
-      "2017, 0.000000\\\n",
-      "2017, 0.000000\\\n",
-      "2017, 0.000000\\\n",
-      "2017, 0.000000\\\n",
-      "2017, 0.000000\\\n",
-      "2017, 0.000000\\\n",
-      "2018, 0.000000\\\n",
-      "2018, 0.000000\\\n",
-      "2018, 0.000000\\\n",
-      "2018, 0.000000\\\n",
-      "2018, 0.000000\\\n",
-      "2018, 0.000000\\\n",
-      "2018, 0.000000\\\n",
-      "2018, 0.000000\\\n",
-      "2018, 0.000000\\\n",
-      "2019, 0.000000\\\n",
-      "2019, 0.000000\\\n",
-      "2019, 0.000000\\\n",
-      "2019, 0.000000\\\n",
-      "2019, 0.000000\\\n",
-      "2019, 0.000000\\\n",
-      "2019, 0.000000\\\n",
-      "2019, 0.000000\\\n",
-      "2019, 0.000000\\\n",
-      "2020, 0.000000\\\n",
-      "2020, 0.000000\\\n",
-      "2020, 0.000000\\\n",
-      "2020, 0.000000\\\n",
-      "2020, 0.000000\\\n",
-      "2020, 0.000000\\\n",
-      "2020, 0.000000\\\n",
-      "2020, 0.000000\\\n",
-      "2020, 0.000000\\\n",
-      "2021, 0.000000\\\n",
-      "2021, 0.000000\\\n",
-      "2021, 0.000000\\\n",
-      "2021, 0.000000\\\n",
-      "2021, 0.000000\\\n",
-      "2021, 0.000000\\\n",
-      "2021, 0.000000\\\n",
-      "2021, 0.000000\\\n",
-      "2021, 0.000000\\\n",
-      "2022, 0.000000\\\n",
-      "2022, 0.000000\\\n",
-      "2022, 0.000000\\\n",
-      "2022, 0.000000\\\n",
-      "2022, 0.000000\\\n",
-      "2022, 0.000000\\\n",
-      "2022, 0.000000\\\n",
-      "2022, 0.000000\\\n",
-      "2022, 0.000000\\\n",
-      "2023, 0.000000\\\n",
-      "2023, 0.000000\\\n",
-      "2023, 0.000000\\\n",
-      "2023, 0.000000\\\n",
-      "2023, 0.000000\\\n",
-      "2023, 0.000000\\\n",
-      "2023, 0.000000\\\n",
-      "2023, 0.000000\\\n",
-      "2023, 0.000000\\\n",
-      "2024, 0.000000\\\n",
-      "2024, 0.000000\\\n",
-      "2024, 0.000000\\\n",
-      "2024, 0.000000\\\n",
-      "2024, 0.000000\\\n",
-      "2024, 0.000000\\\n",
-      "2024, 0.000000\\\n",
-      "2024, 0.000000\\\n",
-      "2024, 0.000000\\\n",
-      "2025, 0.000000\\\n",
-      "2025, 0.000000\\\n",
-      "2025, 0.000000\\\n",
-      "2025, 0.000000\\\n",
-      "2025, 0.000000\\\n",
-      "2025, 0.000000\\\n",
-      "2025, 0.000000\\\n",
-      "2025, 0.000000\\\n",
-      "2025, 0.000000\\\n",
-      "2026, 0.000000\\\n",
-      "2026, 0.000000\\\n",
-      "2026, 0.000000\\\n",
-      "2026, 0.000000\\\n",
-      "2026, 0.000000\\\n",
-      "2026, 0.000000\\\n",
-      "2026, 0.000000\\\n",
-      "2026, 0.000000\\\n",
-      "2026, 0.000000\\\n",
-      "2027, 0.000000\\\n",
-      "2027, 0.000000\\\n",
-      "2027, 1.000000\\\n",
-      "2027, 0.000000\\\n",
-      "2027, 0.000000\\\n",
-      "2027, 0.000000\\\n",
-      "2027, 0.000000\\\n",
-      "2027, 0.000000\\\n",
-      "2027, 0.000000\\\n",
-      "2028, 0.000000\\\n",
-      "2028, 0.000000\\\n",
-      "2028, 0.000000\\\n",
-      "2028, 0.000000\\\n",
-      "2028, 0.000000\\\n",
-      "2028, 0.000000\\\n",
-      "2028, 0.000000\\\n",
-      "2028, 0.000000\\\n",
-      "2028, 0.000000\\\n",
-      "2029, 0.000000\\\n",
-      "2029, 0.000000\\\n",
-      "2029, 0.000000\\\n",
-      "2029, 0.000000\\\n",
-      "2029, 0.000000\\\n",
-      "2029, 0.000000\\\n",
-      "2029, 0.000000\\\n",
-      "2029, 0.000000\\\n",
-      "2029, 0.000000\\\n",
-      "2030, 0.000000\\\n",
-      "2030, 0.000000\\\n",
-      "2030, 0.000000\\\n",
-      "2030, 0.000000\\\n",
-      "2030, 0.000000\\\n",
-      "2030, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "2030, 0.000000\\\n",
-      "2030, 0.000000\\\n",
-      "2030, 0.000000\\\n",
-      "2031, 0.000000\\\n",
-      "2031, 0.000000\\\n",
-      "2031, 0.000000\\\n",
-      "2031, 1.000000\\\n",
-      "2031, 0.000000\\\n",
-      "2031, 0.000000\\\n",
-      "2031, 0.000000\\\n",
-      "2031, 0.000000\\\n",
-      "2031, 0.000000\\\n",
-      "2032, 0.000000\\\n",
-      "2032, 0.000000\\\n",
-      "2032, 0.000000\\\n",
-      "2032, 1.000000\\\n",
-      "2032, 0.000000\\\n",
-      "2032, 0.000000\\\n",
-      "2032, 0.000000\\\n",
-      "2032, 0.000000\\\n",
-      "2032, 0.000000\\\n",
-      "2033, 0.000000\\\n",
-      "2033, 0.000000\\\n",
-      "2033, 0.000000\\\n",
-      "2033, 0.000000\\\n",
-      "2033, 0.000000\\\n",
-      "2033, 0.000000\\\n",
-      "2033, 0.000000\\\n",
-      "2033, 0.000000\\\n",
-      "2033, 0.000000\\\n",
-      "2034, 0.000000\\\n",
-      "2034, 0.000000\\\n",
-      "2034, 0.000000\\\n",
-      "2034, 0.000000\\\n",
-      "2034, 0.000000\\\n",
-      "2034, 0.000000\\\n",
-      "2034, 0.000000\\\n",
-      "2034, 0.000000\\\n",
-      "2034, 0.000000\\\n",
-      "2035, 0.000000\\\n",
-      "2035, 0.000000\\\n",
-      "2035, 0.000000\\\n",
-      "2035, 0.000000\\\n",
-      "2035, 0.000000\\\n",
-      "2035, 0.000000\\\n",
-      "2035, 0.000000\\\n",
-      "2035, 0.000000\\\n",
-      "2035, 0.000000\\\n",
-      "2036, 0.000000\\\n",
-      "2036, 0.000000\\\n",
-      "2036, 0.000000\\\n",
-      "2036, 0.000000\\\n",
-      "2036, 0.000000\\\n",
-      "2036, 0.000000\\\n",
-      "2036, 0.000000\\\n",
-      "2036, 0.000000\\\n",
-      "2036, 0.000000\\\n",
-      "2037, 1.000000\\\n",
-      "2037, 0.000000\\\n",
-      "2037, 0.000000\\\n",
-      "2037, 0.000000\\\n",
-      "2037, 0.000000\\\n",
-      "2037, 0.000000\\\n",
-      "2037, 0.000000\\\n",
-      "2037, 0.000000\\\n",
-      "2037, 0.000000\\\n",
-      "2038, 0.000000\\\n",
-      "2038, 0.000000\\\n",
-      "2038, 0.000000\\\n",
-      "2038, 0.000000\\\n",
-      "2038, 0.000000\\\n",
-      "2038, 0.000000\\\n",
-      "2038, 0.000000\\\n",
-      "2038, 0.000000\\\n",
-      "2038, 0.000000\\\n",
-      "2039, 0.000000\\\n",
-      "2039, 0.000000\\\n",
-      "2039, 0.000000\\\n",
-      "2039, 0.000000\\\n",
-      "2039, 0.000000\\\n",
-      "2039, 0.000000\\\n",
-      "2039, 0.000000\\\n",
-      "2039, 0.000000\\\n",
-      "2039, 0.000000\\\n",
-      "2040, 0.000000\\\n",
-      "2040, 0.000000\\\n",
-      "2040, 0.000000\\\n",
-      "2040, 0.000000\\\n",
-      "2040, 0.000000\\\n",
-      "2040, 0.000000\\\n",
-      "2040, 0.000000\\\n",
-      "2040, 0.000000\\\n",
-      "2040, 0.000000\\\n",
-      "2041, 0.000000\\\n",
-      "2041, 0.000000\\\n",
-      "2041, 0.000000\\\n",
-      "2041, 0.000000\\\n",
-      "2041, 0.000000\\\n",
-      "2041, 0.000000\\\n",
-      "2041, 0.000000\\\n",
-      "2041, 0.000000\\\n",
-      "2041, 0.000000\\\n",
-      "2042, 0.000000\\\n",
-      "2042, 0.000000\\\n",
-      "2042, 0.000000\\\n",
-      "2042, 0.000000\\\n",
-      "2042, 0.000000\\\n",
-      "2042, 0.000000\\\n",
-      "2042, 0.000000\\\n",
-      "2042, 0.000000\\\n",
-      "2042, 0.000000\\\n",
-      "2043, 0.000000\\\n",
-      "2043, 0.000000\\\n",
-      "2043, 0.000000\\\n",
-      "2043, 0.000000\\\n",
-      "2043, 0.000000\\\n",
-      "2043, 0.000000\\\n",
-      "2043, 0.000000\\\n",
-      "2043, 0.000000\\\n",
-      "2043, 0.000000\\\n",
-      "2044, 0.000000\\\n",
-      "2044, 0.000000\\\n",
-      "2044, 0.000000\\\n",
-      "2044, 0.000000\\\n",
-      "2044, 0.000000\\\n",
-      "2044, 0.000000\\\n",
-      "2044, 0.000000\\\n",
-      "2044, 0.000000\\\n",
-      "2044, 0.000000\\\n",
-      "2045, 0.000000\\\n",
-      "2045, 0.000000\\\n",
-      "2045, 0.000000\\\n",
-      "2045, 0.000000\\\n",
-      "2045, 0.000000\\\n",
-      "2045, 0.000000\\\n",
-      "2045, 0.000000\\\n",
-      "2045, 0.000000\\\n",
-      "2045, 0.000000\\\n",
-      "2046, 0.000000\\\n",
-      "2046, 0.000000\\\n",
-      "2046, 0.000000\\\n",
-      "2046, 0.000000\\\n",
-      "2046, 0.000000\\\n",
-      "2046, 0.000000\\\n",
-      "2046, 0.000000\\\n",
-      "2046, 0.000000\\\n",
-      "2046, 0.000000\\\n",
-      "2047, 0.000000\\\n",
-      "2047, 0.000000\\\n",
-      "2047, 0.000000\\\n",
-      "2047, 1.000000\\\n",
-      "2047, 0.000000\\\n",
-      "2047, 0.000000\\\n",
-      "2047, 0.000000\\\n",
-      "2047, 0.000000\\\n",
-      "2047, 0.000000\\\n",
-      "2048, 0.000000\\\n",
-      "2048, 0.000000\\\n",
-      "2048, 0.000000\\\n",
-      "2048, 0.000000\\\n",
-      "2048, 0.000000\\\n",
-      "2048, 0.000000\\\n",
-      "2048, 0.000000\\\n",
-      "2048, 0.000000\\\n",
-      "2048, 0.000000\\\n",
-      "2049, 0.000000\\\n",
-      "2049, 0.000000\\\n",
-      "2049, 0.000000\\\n",
-      "2049, 0.000000\\\n",
-      "2049, 0.000000\\\n",
-      "2049, 0.000000\\\n",
-      "2049, 0.000000\\\n",
-      "2049, 0.000000\\\n",
-      "2049, 0.000000\\\n",
-      "2050, 0.000000\\\n",
-      "2050, 0.000000\\\n",
-      "2050, 0.000000\\\n",
-      "2050, 0.000000\\\n",
-      "2050, 0.000000\\\n",
-      "2050, 0.000000\\\n",
-      "2050, 0.000000\\\n",
-      "2050, 0.000000\\\n",
-      "2050, 0.000000\\\n",
-      "2051, 0.000000\\\n",
-      "2051, 0.000000\\\n",
-      "2051, 0.000000\\\n",
-      "2051, 0.000000\\\n",
-      "2051, 0.000000\\\n",
-      "2051, 0.000000\\\n",
-      "2051, 0.000000\\\n",
-      "2051, 0.000000\\\n",
-      "2051, 0.000000\\\n",
-      "2052, 0.000000\\\n",
-      "2052, 0.000000\\\n",
-      "2052, 0.000000\\\n",
-      "2052, 0.000000\\\n",
-      "2052, 0.000000\\\n",
-      "2052, 0.000000\\\n",
-      "2052, 0.000000\\\n",
-      "2052, 0.000000\\\n",
-      "2052, 0.000000\\\n",
-      "2053, 0.000000\\\n",
-      "2053, 0.000000\\\n",
-      "2053, 0.000000\\\n",
-      "2053, 0.000000\\\n",
-      "2053, 0.000000\\\n",
-      "2053, 0.000000\\\n",
-      "2053, 0.000000\\\n",
-      "2053, 0.000000\\\n",
-      "2053, 0.000000\\\n",
-      "2054, 0.000000\\\n",
-      "2054, 0.000000\\\n",
-      "2054, 0.000000\\\n",
-      "2054, 0.000000\\\n",
-      "2054, 0.000000\\\n",
-      "2054, 0.000000\\\n",
-      "2054, 0.000000\\\n",
-      "2054, 0.000000\\\n",
-      "2054, 0.000000\\\n",
-      "2055, 0.000000\\\n",
-      "2055, 0.000000\\\n",
-      "2055, 0.000000\\\n",
-      "2055, 0.000000\\\n",
-      "2055, 0.000000\\\n",
-      "2055, 0.000000\\\n",
-      "2055, 0.000000\\\n",
-      "2055, 0.000000\\\n",
-      "2055, 0.000000\\\n",
-      "2056, 0.000000\\\n",
-      "2056, 0.000000\\\n",
-      "2056, 0.000000\\\n",
-      "2056, 0.000000\\\n",
-      "2056, 0.000000\\\n",
-      "2056, 0.000000\\\n",
-      "2056, 0.000000\\\n",
-      "2056, 0.000000\\\n",
-      "2056, 0.000000\\\n",
-      "2057, 0.000000\\\n",
-      "2057, 0.000000\\\n",
-      "2057, 0.000000\\\n",
-      "2057, 0.000000\\\n",
-      "2057, 0.000000\\\n",
-      "2057, 0.000000\\\n",
-      "2057, 0.000000\\\n",
-      "2057, 0.000000\\\n",
-      "2057, 0.000000\\\n",
-      "2058, 0.000000\\\n",
-      "2058, 0.000000\\\n",
-      "2058, 0.000000\\\n",
-      "2058, 0.000000\\\n",
-      "2058, 0.000000\\\n",
-      "2058, 0.000000\\\n",
-      "2058, 0.000000\\\n",
-      "2058, 0.000000\\\n",
-      "2058, 0.000000\\\n",
-      "2059, 0.000000\\\n",
-      "2059, 0.000000\\\n",
-      "2059, 0.000000\\\n",
-      "2059, 0.000000\\\n",
-      "2059, 0.000000\\\n",
-      "2059, 0.000000\\\n",
-      "2059, 0.000000\\\n",
-      "2059, 0.000000\\\n",
-      "2059, 0.000000\\\n",
-      "2060, 0.000000\\\n",
-      "2060, 0.000000\\\n",
-      "2060, 0.000000\\\n",
-      "2060, 0.000000\\\n",
-      "2060, 0.000000\\\n",
-      "2060, 0.000000\\\n",
-      "2060, 0.000000\\\n",
-      "2060, 0.000000\\\n",
-      "2060, 0.000000\\\n",
-      "2061, 0.000000\\\n",
-      "2061, 0.000000\\\n",
-      "2061, 0.000000\\\n",
-      "2061, 0.000000\\\n",
-      "2061, 0.000000\\\n",
-      "2061, 0.000000\\\n",
-      "2061, 0.000000\\\n",
-      "2061, 0.000000\\\n",
-      "2061, 0.000000\\\n",
-      "2062, 0.000000\\\n",
-      "2062, 0.000000\\\n",
-      "2062, 0.000000\\\n",
-      "2062, 0.000000\\\n",
-      "2062, 0.000000\\\n",
-      "2062, 0.000000\\\n",
-      "2062, 0.000000\\\n",
-      "2062, 0.000000\\\n",
-      "2062, 0.000000\\\n",
-      "2063, 0.000000\\\n",
-      "2063, 0.000000\\\n",
-      "2063, 0.000000\\\n",
-      "2063, 0.000000\\\n",
-      "2063, 0.000000\\\n",
-      "2063, 0.000000\\\n",
-      "2063, 0.000000\\\n",
-      "2063, 0.000000\\\n",
-      "2063, 0.000000\\\n",
-      "2064, 0.000000\\\n",
-      "2064, 0.000000\\\n",
-      "2064, 0.000000\\\n",
-      "2064, 0.000000\\\n",
-      "2064, 0.000000\\\n",
-      "2064, 0.000000\\\n",
-      "2064, 0.000000\\\n",
-      "2064, 0.000000\\\n",
-      "2064, 0.000000\\\n",
-      "2065, 0.000000\\\n",
-      "2065, 0.000000\\\n",
-      "2065, 0.000000\\\n",
-      "2065, 0.000000\\\n",
-      "2065, 0.000000\\\n",
-      "2065, 0.000000\\\n",
-      "2065, 0.000000\\\n",
-      "2065, 0.000000\\\n",
-      "2065, 0.000000\\\n",
-      "2066, 0.000000\\\n",
-      "2066, 0.000000\\\n",
-      "2066, 0.000000\\\n",
-      "2066, 0.000000\\\n",
-      "2066, 0.000000\\\n",
-      "2066, 0.000000\\\n",
-      "2066, 0.000000\\\n",
-      "2066, 0.000000\\\n",
-      "2066, 0.000000\\\n",
-      "2067, 0.000000\\\n",
-      "2067, 0.000000\\\n",
-      "2067, 0.000000\\\n",
-      "2067, 0.000000\\\n",
-      "2067, 0.000000\\\n",
-      "2067, 0.000000\\\n",
-      "2067, 0.000000\\\n",
-      "2067, 0.000000\\\n",
-      "2067, 0.000000\\\n",
-      "2068, 0.000000\\\n",
-      "2068, 0.000000\\\n",
-      "2068, 0.000000\\\n",
-      "2068, 0.000000\\\n",
-      "2068, 0.000000\\\n",
-      "2068, 0.000000\\\n",
-      "2068, 0.000000\\\n",
-      "2068, 0.000000\\\n",
-      "2068, 0.000000\\\n",
-      "2069, 0.000000\\\n",
-      "2069, 0.000000\\\n",
-      "2069, 0.000000\\\n",
-      "2069, 0.000000\\\n",
-      "2069, 0.000000\\\n",
-      "2069, 0.000000\\\n",
-      "2069, 0.000000\\\n",
-      "2069, 0.000000\\\n",
-      "2069, 0.000000\\\n",
-      "2070, 0.000000\\\n",
-      "2070, 0.000000\\\n",
-      "2070, 0.000000\\\n",
-      "2070, 0.000000\\\n",
-      "2070, 0.000000\\\n",
-      "2070, 0.000000\\\n",
-      "2070, 0.000000\\\n",
-      "2070, 0.000000\\\n",
-      "2070, 0.000000\\\n",
-      "2071, 0.000000\\\n",
-      "2071, 0.000000\\\n",
-      "2071, 0.000000\\\n",
-      "2071, 0.000000\\\n",
-      "2071, 0.000000\\\n",
-      "2071, 0.000000\\\n",
-      "2071, 0.000000\\\n",
-      "2071, 0.000000\\\n",
-      "2071, 0.000000\\\n",
-      "2072, 0.000000\\\n",
-      "2072, 0.000000\\\n",
-      "2072, 0.000000\\\n",
-      "2072, 0.000000\\\n",
-      "2072, 0.000000\\\n",
-      "2072, 0.000000\\\n",
-      "2072, 0.000000\\\n",
-      "2072, 0.000000\\\n",
-      "2072, 0.000000\\\n",
-      "2073, 0.000000\\\n",
-      "2073, 0.000000\\\n",
-      "2073, 0.000000\\\n",
-      "2073, 0.000000\\\n",
-      "2073, 0.000000\\\n",
-      "2073, 0.000000\\\n",
-      "2073, 0.000000\\\n",
-      "2073, 0.000000\\\n",
-      "2073, 0.000000\\\n",
-      "2074, 0.000000\\\n",
-      "2074, 0.000000\\\n",
-      "2074, 0.000000\\\n",
-      "2074, 0.000000\\\n",
-      "2074, 0.000000\\\n",
-      "2074, 0.000000\\\n",
-      "2074, 0.000000\\\n",
-      "2074, 0.000000\\\n",
-      "2074, 0.000000\\\n",
-      "2075, 0.000000\\\n",
-      "2075, 0.000000\\\n",
-      "2075, 0.000000\\\n",
-      "2075, 0.000000\\\n",
-      "2075, 0.000000\\\n",
-      "2075, 0.000000\\\n",
-      "2075, 0.000000\\\n",
-      "2075, 0.000000\\\n",
-      "2075, 0.000000\\\n",
-      "2076, 0.000000\\\n",
-      "2076, 0.000000\\\n",
-      "2076, 0.000000\\\n",
-      "2076, 0.000000\\\n",
-      "2076, 0.000000\\\n",
-      "2076, 0.000000\\\n",
-      "2076, 0.000000\\\n",
-      "2076, 0.000000\\\n",
-      "2076, 0.000000\\\n",
-      "2077, 0.000000\\\n",
-      "2077, 0.000000\\\n",
-      "2077, 0.000000\\\n",
-      "2077, 0.000000\\\n",
-      "2077, 0.000000\\\n",
-      "2077, 0.000000\\\n",
-      "2077, 0.000000\\\n",
-      "2077, 0.000000\\\n",
-      "2077, 0.000000\\\n",
-      "2078, 0.000000\\\n",
-      "2078, 0.000000\\\n",
-      "2078, 0.000000\\\n",
-      "2078, 0.000000\\\n",
-      "2078, 0.000000\\\n",
-      "2078, 0.000000\\\n",
-      "2078, 0.000000\\\n",
-      "2078, 0.000000\\\n",
-      "2078, 0.000000\\\n",
-      "2079, 0.000000\\\n",
-      "2079, 0.000000\\\n",
-      "2079, 0.000000\\\n",
-      "2079, 0.000000\\\n",
-      "2079, 0.000000\\\n",
-      "2079, 0.000000\\\n",
-      "2079, 0.000000\\\n",
-      "2079, 0.000000\\\n",
-      "2079, 0.000000\\\n",
-      "2080, 0.000000\\\n",
-      "2080, 0.000000\\\n",
-      "2080, 0.000000\\\n",
-      "2080, 0.000000\\\n",
-      "2080, 0.000000\\\n",
-      "2080, 0.000000\\\n",
-      "2080, 0.000000\\\n",
-      "2080, 0.000000\\\n",
-      "2080, 0.000000\\\n",
-      "2081, 0.000000\\\n",
-      "2081, 0.000000\\\n",
-      "2081, 0.000000\\\n",
-      "2081, 0.000000\\\n",
-      "2081, 0.000000\\\n",
-      "2081, 0.000000\\\n",
-      "2081, 0.000000\\\n",
-      "2081, 0.000000\\\n",
-      "2081, 0.000000\\\n",
-      "2082, 0.000000\\\n",
-      "2082, 0.000000\\\n",
-      "2082, 0.000000\\\n",
-      "2082, 0.000000\\\n",
-      "2082, 0.000000\\\n",
-      "2082, 0.000000\\\n",
-      "2082, 0.000000\\\n",
-      "2082, 0.000000\\\n",
-      "2082, 0.000000\\\n",
-      "2083, 0.000000\\\n",
-      "2083, 0.000000\\\n",
-      "2083, 0.000000\\\n",
-      "2083, 0.000000\\\n",
-      "2083, 0.000000\\\n",
-      "2083, 0.000000\\\n",
-      "2083, 0.000000\\\n",
-      "2083, 0.000000\\\n",
-      "2083, 0.000000\\\n",
-      "2084, 0.000000\\\n",
-      "2084, 0.000000\\\n",
-      "2084, 0.000000\\\n",
-      "2084, 0.000000\\\n",
-      "2084, 0.000000\\\n",
-      "2084, 0.000000\\\n",
-      "2084, 0.000000\\\n",
-      "2084, 0.000000\\\n",
-      "2084, 0.000000\\\n",
-      "2085, 0.000000\\\n",
-      "2085, 0.000000\\\n",
-      "2085, 0.000000\\\n",
-      "2085, 0.000000\\\n",
-      "2085, 0.000000\\\n",
-      "2085, 0.000000\\\n",
-      "2085, 0.000000\\\n",
-      "2085, 0.000000\\\n",
-      "2085, 0.000000\\\n",
-      "2086, 0.000000\\\n",
-      "2086, 0.000000\\\n",
-      "2086, 0.000000\\\n",
-      "2086, 0.000000\\\n",
-      "2086, 0.000000\\\n",
-      "2086, 0.000000\\\n",
-      "2086, 0.000000\\\n",
-      "2086, 0.000000\\\n",
-      "2086, 0.000000\\\n",
-      "2087, 0.000000\\\n",
-      "2087, 0.000000\\\n",
-      "2087, 0.000000\\\n",
-      "2087, 0.000000\\\n",
-      "2087, 0.000000\\\n",
-      "2087, 0.000000\\\n",
-      "2087, 0.000000\\\n",
-      "2087, 0.000000\\\n",
-      "2087, 0.000000\\\n",
-      "2088, 0.000000\\\n",
-      "2088, 0.000000\\\n",
-      "2088, 0.000000\\\n",
-      "2088, 0.000000\\\n",
-      "2088, 0.000000\\\n",
-      "2088, 0.000000\\\n",
-      "2088, 0.000000\\\n",
-      "2088, 0.000000\\\n",
-      "2088, 0.000000\\\n",
-      "2089, 0.000000\\\n",
-      "2089, 0.000000\\\n",
-      "2089, 0.000000\\\n",
-      "2089, 0.000000\\\n",
-      "2089, 0.000000\\\n",
-      "2089, 0.000000\\\n",
-      "2089, 0.000000\\\n",
-      "2089, 0.000000\\\n",
-      "2089, 0.000000\\\n",
-      "2090, 0.000000\\\n",
-      "2090, 0.000000\\\n",
-      "2090, 0.000000\\\n",
-      "2090, 0.000000\\\n",
-      "2090, 0.000000\\\n",
-      "2090, 0.000000\\\n",
-      "2090, 0.000000\\\n",
-      "2090, 0.000000\\\n",
-      "2090, 0.000000\\\n",
-      "2091, 0.000000\\\n",
-      "2091, 0.000000\\\n",
-      "2091, 0.000000\\\n",
-      "2091, 0.000000\\\n",
-      "2091, 0.000000\\\n",
-      "2091, 0.000000\\\n",
-      "2091, 0.000000\\\n",
-      "2091, 0.000000\\\n",
-      "2091, 0.000000\\\n",
-      "2092, 0.000000\\\n",
-      "2092, 0.000000\\\n",
-      "2092, 0.000000\\\n",
-      "2092, 0.000000\\\n",
-      "2092, 0.000000\\\n",
-      "2092, 0.000000\\\n",
-      "2092, 0.000000\\\n",
-      "2092, 0.000000\\\n",
-      "2092, 0.000000\\\n",
-      "2093, 0.000000\\\n",
-      "2093, 0.000000\\\n",
-      "2093, 0.000000\\\n",
-      "2093, 0.000000\\\n",
-      "2093, 0.000000\\\n",
-      "2093, 0.000000\\\n",
-      "2093, 0.000000\\\n",
-      "2093, 0.000000\\\n",
-      "2093, 0.000000\\\n",
-      "2094, 0.000000\\\n",
-      "2094, 0.000000\\\n",
-      "2094, 0.000000\\\n",
-      "2094, 0.000000\\\n",
-      "2094, 0.000000\\\n",
-      "2094, 0.000000\\\n",
-      "2094, 0.000000\\\n",
-      "2094, 0.000000\\\n",
-      "2094, 0.000000\\\n",
-      "2095, 0.000000\\\n",
-      "2095, 0.000000\\\n",
-      "2095, 0.000000\\\n",
-      "2095, 0.000000\\\n",
-      "2095, 0.000000\\\n",
-      "2095, 0.000000\\\n",
-      "2095, 0.000000\\\n",
-      "2095, 0.000000\\\n",
-      "2095, 0.000000\\\n",
-      "2096, 0.000000\\\n",
-      "2096, 0.000000\\\n",
-      "2096, 0.000000\\\n",
-      "2096, 0.000000\\\n",
-      "2096, 0.000000\\\n",
-      "2096, 0.000000\\\n",
-      "2096, 0.000000\\\n",
-      "2096, 0.000000\\\n",
-      "2096, 0.000000\\\n",
-      "2097, 0.000000\\\n",
-      "2097, 0.000000\\\n",
-      "2097, 0.000000\\\n",
-      "2097, 0.000000\\\n",
-      "2097, 0.000000\\\n",
-      "2097, 0.000000\\\n",
-      "2097, 0.000000\\\n",
-      "2097, 0.000000\\\n",
-      "2097, 0.000000\\\n",
-      "2098, 0.000000\\\n",
-      "2098, 0.000000\\\n",
-      "2098, 0.000000\\\n",
-      "2098, 0.000000\\\n",
-      "2098, 0.000000\\\n",
-      "2098, 0.000000\\\n",
-      "2098, 0.000000\\\n",
-      "2098, 0.000000\\\n",
-      "2098, 0.000000\\\n",
-      "2099, 0.000000\\\n",
-      "2099, 0.000000\\\n",
-      "2099, 0.000000\\\n",
-      "2099, 0.000000\\\n",
-      "2099, 0.000000\\\n",
-      "2099, 0.000000\\\n",
-      "2099, 0.000000\\\n",
-      "2099, 0.000000\\\n",
-      "2099, 0.000000\\\n",
-      "2100, 0.000000\\\n",
-      "2100, 0.000000\\\n",
-      "2100, 0.000000\\\n",
-      "2100, 0.000000\\\n",
-      "2100, 0.000000\\\n",
-      "2100, 0.000000\\\n",
-      "2100, 0.000000\\\n",
-      "2100, 0.000000\\\n",
-      "2100, 0.000000\\\n",
-      "2101, 0.000000\\\n",
-      "2101, 0.000000\\\n",
-      "2101, 0.000000\\\n",
-      "2101, 0.000000\\\n",
-      "2101, 0.000000\\\n",
-      "2101, 0.000000\\\n",
-      "2101, 0.000000\\\n",
-      "2101, 0.000000\\\n",
-      "2101, 0.000000\\\n",
-      "2102, 0.000000\\\n",
-      "2102, 0.000000\\\n",
-      "2102, 0.000000\\\n",
-      "2102, 0.000000\\\n",
-      "2102, 0.000000\\\n",
-      "2102, 0.000000\\\n",
-      "2102, 0.000000\\\n",
-      "2102, 0.000000\\\n",
-      "2102, 0.000000\\\n",
-      "2103, 0.000000\\\n",
-      "2103, 0.000000\\\n",
-      "2103, 0.000000\\\n",
-      "2103, 0.000000\\\n",
-      "2103, 0.000000\\\n",
-      "2103, 0.000000\\\n",
-      "2103, 0.000000\\\n",
-      "2103, 0.000000\\\n",
-      "2103, 0.000000\\\n",
-      "2104, 0.000000\\\n",
-      "2104, 0.000000\\\n",
-      "2104, 0.000000\\\n",
-      "2104, 0.000000\\\n",
-      "2104, 0.000000\\\n",
-      "2104, 0.000000\\\n",
-      "2104, 0.000000\\\n",
-      "2104, 0.000000\\\n",
-      "2104, 0.000000\\\n",
-      "2105, 0.000000\\\n",
-      "2105, 0.000000\\\n",
-      "2105, 0.000000\\\n",
-      "2105, 0.000000\\\n",
-      "2105, 0.000000\\\n",
-      "2105, 0.000000\\\n",
-      "2105, 0.000000\\\n",
-      "2105, 0.000000\\\n",
-      "2105, 0.000000\\\n",
-      "2106, 0.000000\\\n",
-      "2106, 0.000000\\\n",
-      "2106, 0.000000\\\n",
-      "2106, 0.000000\\\n",
-      "2106, 0.000000\\\n",
-      "2106, 0.000000\\\n",
-      "2106, 0.000000\\\n",
-      "2106, 0.000000\\\n",
-      "2106, 0.000000\\\n",
-      "2107, 0.000000\\\n",
-      "2107, 0.000000\\\n",
-      "2107, 0.000000\\\n",
-      "2107, 0.000000\\\n",
-      "2107, 0.000000\\\n",
-      "2107, 0.000000\\\n",
-      "2107, 0.000000\\\n",
-      "2107, 0.000000\\\n",
-      "2107, 0.000000\\\n",
-      "2108, 0.000000\\\n",
-      "2108, 0.000000\\\n",
-      "2108, 0.000000\\\n",
-      "2108, 0.000000\\\n",
-      "2108, 0.000000\\\n",
-      "2108, 0.000000\\\n",
-      "2108, 0.000000\\\n",
-      "2108, 0.000000\\\n",
-      "2108, 0.000000\\\n",
-      "2109, 0.000000\\\n",
-      "2109, 0.000000\\\n",
-      "2109, 0.000000\\\n",
-      "2109, 0.000000\\\n",
-      "2109, 0.000000\\\n",
-      "2109, 0.000000\\\n",
-      "2109, 0.000000\\\n",
-      "2109, 0.000000\\\n",
-      "2109, 0.000000\\\n",
-      "2110, 0.000000\\\n",
-      "2110, 0.000000\\\n",
-      "2110, 0.000000\\\n",
-      "2110, 0.000000\\\n",
-      "2110, 0.000000\\\n",
-      "2110, 0.000000\\\n",
-      "2110, 0.000000\\\n",
-      "2110, 0.000000\\\n",
-      "2110, 0.000000\\\n",
-      "2111, 0.000000\\\n",
-      "2111, 0.000000\\\n",
-      "2111, 0.000000\\\n",
-      "2111, 0.000000\\\n",
-      "2111, 0.000000\\\n",
-      "2111, 0.000000\\\n",
-      "2111, 0.000000\\\n",
-      "2111, 0.000000\\\n",
-      "2111, 0.000000\\\n",
-      "2112, 0.000000\\\n",
-      "2112, 0.000000\\\n",
-      "2112, 0.000000\\\n",
-      "2112, 0.000000\\\n",
-      "2112, 0.000000\\\n",
-      "2112, 0.000000\\\n",
-      "2112, 0.000000\\\n",
-      "2112, 0.000000\\\n",
-      "2112, 0.000000\\\n",
-      "2113, 0.000000\\\n",
-      "2113, 0.000000\\\n",
-      "2113, 0.000000\\\n",
-      "2113, 0.000000\\\n",
-      "2113, 0.000000\\\n",
-      "2113, 0.000000\\\n",
-      "2113, 0.000000\\\n",
-      "2113, 0.000000\\\n",
-      "2113, 0.000000\\\n",
-      "2114, 0.000000\\\n",
-      "2114, 0.000000\\\n",
-      "2114, 0.000000\\\n",
-      "2114, 0.000000\\\n",
-      "2114, 0.000000\\\n",
-      "2114, 0.000000\\\n",
-      "2114, 0.000000\\\n",
-      "2114, 0.000000\\\n",
-      "2114, 0.000000\\\n",
-      "2115, 0.000000\\\n",
-      "2115, 0.000000\\\n",
-      "2115, 0.000000\\\n",
-      "2115, 0.000000\\\n",
-      "2115, 0.000000\\\n",
-      "2115, 0.000000\\\n",
-      "2115, 0.000000\\\n",
-      "2115, 0.000000\\\n",
-      "2115, 0.000000\\\n",
-      "2116, 0.000000\\\n",
-      "2116, 0.000000\\\n",
-      "2116, 0.000000\\\n",
-      "2116, 0.000000\\\n",
-      "2116, 0.000000\\\n",
-      "2116, 0.000000\\\n",
-      "2116, 0.000000\\\n",
-      "2116, 0.000000\\\n",
-      "2116, 0.000000\\\n",
-      "2117, 0.000000\\\n",
-      "2117, 0.000000\\\n",
-      "2117, 0.000000\\\n",
-      "2117, 0.000000\\\n",
-      "2117, 0.000000\\\n",
-      "2117, 0.000000\\\n",
-      "2117, 0.000000\\\n",
-      "2117, 0.000000\\\n",
-      "2117, 0.000000\\\n",
-      "2118, 0.000000\\\n",
-      "2118, 0.000000\\\n",
-      "2118, 0.000000\\\n",
-      "2118, 0.000000\\\n",
-      "2118, 0.000000\\\n",
-      "2118, 0.000000\\\n",
-      "2118, 0.000000\\\n",
-      "2118, 0.000000\\\n",
-      "2118, 0.000000\\\n",
-      "2119, 0.000000\\\n",
-      "2119, 0.000000\\\n",
-      "2119, 0.000000\\\n",
-      "2119, 0.000000\\\n",
-      "2119, 0.000000\\\n",
-      "2119, 0.000000\\\n",
-      "2119, 0.000000\\\n",
-      "2119, 0.000000\\\n",
-      "2119, 0.000000\\\n",
-      "2120, 0.000000\\\n",
-      "2120, 0.000000\\\n",
-      "2120, 0.000000\\\n",
-      "2120, 0.000000\\\n",
-      "2120, 0.000000\\\n",
-      "2120, 0.000000\\\n",
-      "2120, 0.000000\\\n",
-      "2120, 0.000000\\\n",
-      "2120, 0.000000\\\n",
-      "2121, 0.000000\\\n",
-      "2121, 0.000000\\\n",
-      "2121, 0.000000\\\n",
-      "2121, 0.000000\\\n",
-      "2121, 0.000000\\\n",
-      "2121, 0.000000\\\n",
-      "2121, 0.000000\\\n",
-      "2121, 0.000000\\\n",
-      "2121, 0.000000\\\n",
-      "2122, 0.000000\\\n",
-      "2122, 0.000000\\\n",
-      "2122, 0.000000\\\n",
-      "2122, 0.000000\\\n",
-      "2122, 0.000000\\\n",
-      "2122, 0.000000\\\n",
-      "2122, 0.000000\\\n",
-      "2122, 0.000000\\\n",
-      "2122, 0.000000\\\n",
-      "2123, 0.000000\\\n",
-      "2123, 0.000000\\\n",
-      "2123, 0.000000\\\n",
-      "2123, 0.000000\\\n",
-      "2123, 0.000000\\\n",
-      "2123, 0.000000\\\n",
-      "2123, 0.000000\\\n",
-      "2123, 0.000000\\\n",
-      "2123, 0.000000\\\n",
-      "2124, 0.000000\\\n",
-      "2124, 0.000000\\\n",
-      "2124, 0.000000\\\n",
-      "2124, 0.000000\\\n",
-      "2124, 0.000000\\\n",
-      "2124, 0.000000\\\n",
-      "2124, 0.000000\\\n",
-      "2124, 0.000000\\\n",
-      "2124, 0.000000\\\n",
-      "2125, 0.000000\\\n",
-      "2125, 0.000000\\\n",
-      "2125, 0.000000\\\n",
-      "2125, 0.000000\\\n",
-      "2125, 0.000000\\\n",
-      "2125, 0.000000\\\n",
-      "2125, 0.000000\\\n",
-      "2125, 0.000000\\\n",
-      "2125, 0.000000\\\n",
-      "2126, 0.000000\\\n",
-      "2126, 0.000000\\\n",
-      "2126, 0.000000\\\n",
-      "2126, 0.000000\\\n",
-      "2126, 0.000000\\\n",
-      "2126, 0.000000\\\n",
-      "2126, 0.000000\\\n",
-      "2126, 0.000000\\\n",
-      "2126, 0.000000\\\n",
-      "2127, 0.000000\\\n",
-      "2127, 0.000000\\\n",
-      "2127, 0.000000\\\n",
-      "2127, 0.000000\\\n",
-      "2127, 0.000000\\\n",
-      "2127, 0.000000\\\n",
-      "2127, 0.000000\\\n",
-      "2127, 0.000000\\\n",
-      "2127, 0.000000\\\n",
-      "2128, 0.000000\\\n",
-      "2128, 0.000000\\\n",
-      "2128, 0.000000\\\n",
-      "2128, 0.000000\\\n",
-      "2128, 0.000000\\\n",
-      "2128, 0.000000\\\n",
-      "2128, 0.000000\\\n",
-      "2128, 0.000000\\\n",
-      "2128, 0.000000\\\n",
-      "2129, 0.000000\\\n",
-      "2129, 0.000000\\\n",
-      "2129, 0.000000\\\n",
-      "2129, 0.000000\\\n",
-      "2129, 0.000000\\\n",
-      "2129, 0.000000\\\n",
-      "2129, 0.000000\\\n",
-      "2129, 0.000000\\\n",
-      "2129, 0.000000\\\n",
-      "2130, 0.000000\\\n",
-      "2130, 0.000000\\\n",
-      "2130, 0.000000\\\n",
-      "2130, 0.000000\\\n",
-      "2130, 0.000000\\\n",
-      "2130, 0.000000\\\n",
-      "2130, 0.000000\\\n",
-      "2130, 0.000000\\\n",
-      "2130, 0.000000\\\n",
-      "2131, 0.000000\\\n",
-      "2131, 0.000000\\\n",
-      "2131, 0.000000\\\n",
-      "2131, 0.000000\\\n",
-      "2131, 0.000000\\\n",
-      "2131, 0.000000\\\n",
-      "2131, 0.000000\\\n",
-      "2131, 0.000000\\\n",
-      "2131, 0.000000\\\n",
-      "2132, 0.000000\\\n",
-      "2132, 0.000000\\\n",
-      "2132, 0.000000\\\n",
-      "2132, 0.000000\\\n",
-      "2132, 0.000000\\\n",
-      "2132, 0.000000\\\n",
-      "2132, 0.000000\\\n",
-      "2132, 0.000000\\\n",
-      "2132, 0.000000\\\n",
-      "2133, 0.000000\\\n",
-      "2133, 0.000000\\\n",
-      "2133, 0.000000\\\n",
-      "2133, 0.000000\\\n",
-      "2133, 0.000000\\\n",
-      "2133, 0.000000\\\n",
-      "2133, 0.000000\\\n",
-      "2133, 0.000000\\\n",
-      "2133, 0.000000\\\n",
-      "2134, 0.000000\\\n",
-      "2134, 0.000000\\\n",
-      "2134, 0.000000\\\n",
-      "2134, 0.000000\\\n",
-      "2134, 0.000000\\\n",
-      "2134, 0.000000\\\n",
-      "2134, 0.000000\\\n",
-      "2134, 0.000000\\\n",
-      "2134, 0.000000\\\n",
-      "2135, 0.000000\\\n",
-      "2135, 0.000000\\\n",
-      "2135, 0.000000\\\n",
-      "2135, 0.000000\\\n",
-      "2135, 0.000000\\\n",
-      "2135, 0.000000\\\n",
-      "2135, 0.000000\\\n",
-      "2135, 0.000000\\\n",
-      "2135, 0.000000\\\n",
-      "2136, 0.000000\\\n",
-      "2136, 0.000000\\\n",
-      "2136, 0.000000\\\n",
-      "2136, 0.000000\\\n",
-      "2136, 0.000000\\\n",
-      "2136, 0.000000\\\n",
-      "2136, 0.000000\\\n",
-      "2136, 0.000000\\\n",
-      "2136, 0.000000\\\n",
-      "2137, 0.000000\\\n",
-      "2137, 0.000000\\\n",
-      "2137, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "2137, 0.000000\\\n",
-      "2137, 0.000000\\\n",
-      "2137, 0.000000\\\n",
-      "2137, 0.000000\\\n",
-      "2137, 0.000000\\\n",
-      "2137, 0.000000\\\n",
-      "2138, 0.000000\\\n",
-      "2138, 0.000000\\\n",
-      "2138, 0.000000\\\n",
-      "2138, 0.000000\\\n",
-      "2138, 0.000000\\\n",
-      "2138, 0.000000\\\n",
-      "2138, 0.000000\\\n",
-      "2138, 0.000000\\\n",
-      "2138, 0.000000\\\n",
-      "2139, 0.000000\\\n",
-      "2139, 0.000000\\\n",
-      "2139, 1.000000\\\n",
-      "2139, 0.000000\\\n",
-      "2139, 0.000000\\\n",
-      "2139, 0.000000\\\n",
-      "2139, 0.000000\\\n",
-      "2139, 0.000000\\\n",
-      "2139, 0.000000\\\n",
-      "2140, 0.000000\\\n",
-      "2140, 0.000000\\\n",
-      "2140, 0.000000\\\n",
-      "2140, 0.000000\\\n",
-      "2140, 0.000000\\\n",
-      "2140, 0.000000\\\n",
-      "2140, 0.000000\\\n",
-      "2140, 0.000000\\\n",
-      "2140, 0.000000\\\n",
-      "2141, 0.000000\\\n",
-      "2141, 0.000000\\\n",
-      "2141, 0.000000\\\n",
-      "2141, 0.000000\\\n",
-      "2141, 0.000000\\\n",
-      "2141, 0.000000\\\n",
-      "2141, 0.000000\\\n",
-      "2141, 0.000000\\\n",
-      "2141, 0.000000\\\n",
-      "2142, 0.000000\\\n",
-      "2142, 0.000000\\\n",
-      "2142, 0.000000\\\n",
-      "2142, 0.000000\\\n",
-      "2142, 0.000000\\\n",
-      "2142, 0.000000\\\n",
-      "2142, 0.000000\\\n",
-      "2142, 0.000000\\\n",
-      "2142, 0.000000\\\n",
-      "2143, 0.000000\\\n",
-      "2143, 0.000000\\\n",
-      "2143, 0.000000\\\n",
-      "2143, 0.000000\\\n",
-      "2143, 0.000000\\\n",
-      "2143, 0.000000\\\n",
-      "2143, 0.000000\\\n",
-      "2143, 0.000000\\\n",
-      "2143, 0.000000\\\n",
-      "2144, 0.000000\\\n",
-      "2144, 0.000000\\\n",
-      "2144, 0.000000\\\n",
-      "2144, 0.000000\\\n",
-      "2144, 0.000000\\\n",
-      "2144, 0.000000\\\n",
-      "2144, 0.000000\\\n",
-      "2144, 0.000000\\\n",
-      "2144, 0.000000\\\n",
-      "2145, 0.000000\\\n",
-      "2145, 0.000000\\\n",
-      "2145, 0.000000\\\n",
-      "2145, 0.000000\\\n",
-      "2145, 0.000000\\\n",
-      "2145, 0.000000\\\n",
-      "2145, 0.000000\\\n",
-      "2145, 0.000000\\\n",
-      "2145, 0.000000\\\n",
-      "2146, 0.000000\\\n",
-      "2146, 0.000000\\\n",
-      "2146, 0.000000\\\n",
-      "2146, 0.000000\\\n",
-      "2146, 0.000000\\\n",
-      "2146, 0.000000\\\n",
-      "2146, 0.000000\\\n",
-      "2146, 0.000000\\\n",
-      "2146, 0.000000\\\n",
-      "2147, 0.000000\\\n",
-      "2147, 0.000000\\\n",
-      "2147, 0.000000\\\n",
-      "2147, 0.000000\\\n",
-      "2147, 0.000000\\\n",
-      "2147, 0.000000\\\n",
-      "2147, 0.000000\\\n",
-      "2147, 0.000000\\\n",
-      "2147, 0.000000\\\n",
-      "2148, 0.000000\\\n",
-      "2148, 0.000000\\\n",
-      "2148, 0.000000\\\n",
-      "2148, 0.000000\\\n",
-      "2148, 0.000000\\\n",
-      "2148, 0.000000\\\n",
-      "2148, 0.000000\\\n",
-      "2148, 0.000000\\\n",
-      "2148, 0.000000\\\n",
-      "2149, 0.000000\\\n",
-      "2149, 0.000000\\\n",
-      "2149, 0.000000\\\n",
-      "2149, 0.000000\\\n",
-      "2149, 0.000000\\\n",
-      "2149, 0.000000\\\n",
-      "2149, 0.000000\\\n",
-      "2149, 0.000000\\\n",
-      "2149, 0.000000\\\n",
-      "2150, 0.000000\\\n",
-      "2150, 0.000000\\\n",
-      "2150, 0.000000\\\n",
-      "2150, 0.000000\\\n",
-      "2150, 0.000000\\\n",
-      "2150, 0.000000\\\n",
-      "2150, 0.000000\\\n",
-      "2150, 0.000000\\\n",
-      "2150, 0.000000\\\n",
-      "2151, 0.000000\\\n",
-      "2151, 0.000000\\\n",
-      "2151, 0.000000\\\n",
-      "2151, 0.000000\\\n",
-      "2151, 0.000000\\\n",
-      "2151, 0.000000\\\n",
-      "2151, 0.000000\\\n",
-      "2151, 0.000000\\\n",
-      "2151, 0.000000\\\n",
-      "2152, 0.000000\\\n",
-      "2152, 0.000000\\\n",
-      "2152, 0.000000\\\n",
-      "2152, 0.000000\\\n",
-      "2152, 0.000000\\\n",
-      "2152, 0.000000\\\n",
-      "2152, 0.000000\\\n",
-      "2152, 0.000000\\\n",
-      "2152, 0.000000\\\n",
-      "2153, 0.000000\\\n",
-      "2153, 0.000000\\\n",
-      "2153, 0.000000\\\n",
-      "2153, 0.000000\\\n",
-      "2153, 0.000000\\\n",
-      "2153, 0.000000\\\n",
-      "2153, 0.000000\\\n",
-      "2153, 0.000000\\\n",
-      "2153, 0.000000\\\n",
-      "2154, 0.000000\\\n",
-      "2154, 0.000000\\\n",
-      "2154, 0.000000\\\n",
-      "2154, 0.000000\\\n",
-      "2154, 0.000000\\\n",
-      "2154, 0.000000\\\n",
-      "2154, 0.000000\\\n",
-      "2154, 0.000000\\\n",
-      "2154, 0.000000\\\n",
-      "2155, 0.000000\\\n",
-      "2155, 0.000000\\\n",
-      "2155, 0.000000\\\n",
-      "2155, 0.000000\\\n",
-      "2155, 0.000000\\\n",
-      "2155, 0.000000\\\n",
-      "2155, 0.000000\\\n",
-      "2155, 0.000000\\\n",
-      "2155, 0.000000\\\n",
-      "2156, 0.000000\\\n",
-      "2156, 0.000000\\\n",
-      "2156, 0.000000\\\n",
-      "2156, 0.000000\\\n",
-      "2156, 0.000000\\\n",
-      "2156, 0.000000\\\n",
-      "2156, 0.000000\\\n",
-      "2156, 0.000000\\\n",
-      "2156, 0.000000\\\n",
-      "2157, 0.000000\\\n",
-      "2157, 0.000000\\\n",
-      "2157, 0.000000\\\n",
-      "2157, 0.000000\\\n",
-      "2157, 0.000000\\\n",
-      "2157, 0.000000\\\n",
-      "2157, 0.000000\\\n",
-      "2157, 0.000000\\\n",
-      "2157, 0.000000\\\n",
-      "2158, 0.000000\\\n",
-      "2158, 0.000000\\\n",
-      "2158, 0.000000\\\n",
-      "2158, 0.000000\\\n",
-      "2158, 0.000000\\\n",
-      "2158, 0.000000\\\n",
-      "2158, 0.000000\\\n",
-      "2158, 0.000000\\\n",
-      "2158, 0.000000\\\n",
-      "2159, 0.000000\\\n",
-      "2159, 0.000000\\\n",
-      "2159, 0.000000\\\n",
-      "2159, 0.000000\\\n",
-      "2159, 0.000000\\\n",
-      "2159, 0.000000\\\n",
-      "2159, 0.000000\\\n",
-      "2159, 0.000000\\\n",
-      "2159, 0.000000\\\n",
-      "2160, 0.000000\\\n",
-      "2160, 0.000000\\\n",
-      "2160, 0.000000\\\n",
-      "2160, 0.000000\\\n",
-      "2160, 0.000000\\\n",
-      "2160, 0.000000\\\n",
-      "2160, 0.000000\\\n",
-      "2160, 0.000000\\\n",
-      "2160, 0.000000\\\n",
-      "2161, 0.000000\\\n",
-      "2161, 0.000000\\\n",
-      "2161, 0.000000\\\n",
-      "2161, 0.000000\\\n",
-      "2161, 0.000000\\\n",
-      "2161, 0.000000\\\n",
-      "2161, 0.000000\\\n",
-      "2161, 0.000000\\\n",
-      "2161, 0.000000\\\n",
-      "2162, 0.000000\\\n",
-      "2162, 0.000000\\\n",
-      "2162, 0.000000\\\n",
-      "2162, 0.000000\\\n",
-      "2162, 0.000000\\\n",
-      "2162, 0.000000\\\n",
-      "2162, 0.000000\\\n",
-      "2162, 0.000000\\\n",
-      "2162, 0.000000\\\n",
-      "2163, 0.000000\\\n",
-      "2163, 0.000000\\\n",
-      "2163, 0.000000\\\n",
-      "2163, 0.000000\\\n",
-      "2163, 0.000000\\\n",
-      "2163, 0.000000\\\n",
-      "2163, 0.000000\\\n",
-      "2163, 0.000000\\\n",
-      "2163, 0.000000\\\n",
-      "2164, 0.000000\\\n",
-      "2164, 0.000000\\\n",
-      "2164, 0.000000\\\n",
-      "2164, 0.000000\\\n",
-      "2164, 0.000000\\\n",
-      "2164, 0.000000\\\n",
-      "2164, 0.000000\\\n",
-      "2164, 0.000000\\\n",
-      "2164, 0.000000\\\n",
-      "2165, 0.000000\\\n",
-      "2165, 0.000000\\\n",
-      "2165, 0.000000\\\n",
-      "2165, 0.000000\\\n",
-      "2165, 0.000000\\\n",
-      "2165, 0.000000\\\n",
-      "2165, 0.000000\\\n",
-      "2165, 0.000000\\\n",
-      "2165, 0.000000\\\n",
-      "2166, 0.000000\\\n",
-      "2166, 0.000000\\\n",
-      "2166, 0.000000\\\n",
-      "2166, 0.000000\\\n",
-      "2166, 0.000000\\\n",
-      "2166, 0.000000\\\n",
-      "2166, 0.000000\\\n",
-      "2166, 0.000000\\\n",
-      "2166, 0.000000\\\n",
-      "2167, 0.000000\\\n",
-      "2167, 0.000000\\\n",
-      "2167, 0.000000\\\n",
-      "2167, 0.000000\\\n",
-      "2167, 0.000000\\\n",
-      "2167, 0.000000\\\n",
-      "2167, 0.000000\\\n",
-      "2167, 0.000000\\\n",
-      "2167, 0.000000\\\n",
-      "2168, 0.000000\\\n",
-      "2168, 0.000000\\\n",
-      "2168, 0.000000\\\n",
-      "2168, 0.000000\\\n",
-      "2168, 0.000000\\\n",
-      "2168, 0.000000\\\n",
-      "2168, 0.000000\\\n",
-      "2168, 0.000000\\\n",
-      "2168, 0.000000\\\n",
-      "2169, 0.000000\\\n",
-      "2169, 0.000000\\\n",
-      "2169, 0.000000\\\n",
-      "2169, 0.000000\\\n",
-      "2169, 0.000000\\\n",
-      "2169, 0.000000\\\n",
-      "2169, 0.000000\\\n",
-      "2169, 0.000000\\\n",
-      "2169, 0.000000\\\n",
-      "2170, 0.000000\\\n",
-      "2170, 0.000000\\\n",
-      "2170, 0.000000\\\n",
-      "2170, 0.000000\\\n",
-      "2170, 0.000000\\\n",
-      "2170, 0.000000\\\n",
-      "2170, 0.000000\\\n",
-      "2170, 0.000000\\\n",
-      "2170, 0.000000\\\n",
-      "2171, 0.000000\\\n",
-      "2171, 0.000000\\\n",
-      "2171, 0.000000\\\n",
-      "2171, 0.000000\\\n",
-      "2171, 0.000000\\\n",
-      "2171, 0.000000\\\n",
-      "2171, 0.000000\\\n",
-      "2171, 0.000000\\\n",
-      "2171, 0.000000\\\n",
-      "2172, 0.000000\\\n",
-      "2172, 0.000000\\\n",
-      "2172, 0.000000\\\n",
-      "2172, 0.000000\\\n",
-      "2172, 0.000000\\\n",
-      "2172, 0.000000\\\n",
-      "2172, 0.000000\\\n",
-      "2172, 0.000000\\\n",
-      "2172, 0.000000\\\n",
-      "2173, 0.000000\\\n",
-      "2173, 0.000000\\\n",
-      "2173, 0.000000\\\n",
-      "2173, 0.000000\\\n",
-      "2173, 0.000000\\\n",
-      "2173, 0.000000\\\n",
-      "2173, 0.000000\\\n",
-      "2173, 0.000000\\\n",
-      "2173, 0.000000\\\n",
-      "2174, 0.000000\\\n",
-      "2174, 0.000000\\\n",
-      "2174, 0.000000\\\n",
-      "2174, 0.000000\\\n",
-      "2174, 0.000000\\\n",
-      "2174, 0.000000\\\n",
-      "2174, 0.000000\\\n",
-      "2174, 0.000000\\\n",
-      "2174, 0.000000\\\n",
-      "2175, 0.000000\\\n",
-      "2175, 0.000000\\\n",
-      "2175, 0.000000\\\n",
-      "2175, 0.000000\\\n",
-      "2175, 0.000000\\\n",
-      "2175, 0.000000\\\n",
-      "2175, 0.000000\\\n",
-      "2175, 0.000000\\\n",
-      "2175, 0.000000\\\n",
-      "2176, 0.000000\\\n",
-      "2176, 0.000000\\\n",
-      "2176, 0.000000\\\n",
-      "2176, 0.000000\\\n",
-      "2176, 0.000000\\\n",
-      "2176, 0.000000\\\n",
-      "2176, 0.000000\\\n",
-      "2176, 0.000000\\\n",
-      "2176, 0.000000\\\n",
-      "2177, 0.000000\\\n",
-      "2177, 0.000000\\\n",
-      "2177, 0.000000\\\n",
-      "2177, 0.000000\\\n",
-      "2177, 0.000000\\\n",
-      "2177, 0.000000\\\n",
-      "2177, 0.000000\\\n",
-      "2177, 0.000000\\\n",
-      "2177, 0.000000\\\n",
-      "2178, 0.000000\\\n",
-      "2178, 0.000000\\\n",
-      "2178, 0.000000\\\n",
-      "2178, 0.000000\\\n",
-      "2178, 0.000000\\\n",
-      "2178, 0.000000\\\n",
-      "2178, 0.000000\\\n",
-      "2178, 0.000000\\\n",
-      "2178, 0.000000\\\n",
-      "2179, 0.000000\\\n",
-      "2179, 0.000000\\\n",
-      "2179, 0.000000\\\n",
-      "2179, 0.000000\\\n",
-      "2179, 0.000000\\\n",
-      "2179, 0.000000\\\n",
-      "2179, 0.000000\\\n",
-      "2179, 0.000000\\\n",
-      "2179, 0.000000\\\n",
-      "2180, 0.000000\\\n",
-      "2180, 0.000000\\\n",
-      "2180, 0.000000\\\n",
-      "2180, 0.000000\\\n",
-      "2180, 0.000000\\\n",
-      "2180, 0.000000\\\n",
-      "2180, 0.000000\\\n",
-      "2180, 0.000000\\\n",
-      "2180, 0.000000\\\n",
-      "2181, 0.000000\\\n",
-      "2181, 0.000000\\\n",
-      "2181, 0.000000\\\n",
-      "2181, 0.000000\\\n",
-      "2181, 0.000000\\\n",
-      "2181, 0.000000\\\n",
-      "2181, 0.000000\\\n",
-      "2181, 0.000000\\\n",
-      "2181, 0.000000\\\n",
-      "2182, 0.000000\\\n",
-      "2182, 0.000000\\\n",
-      "2182, 0.000000\\\n",
-      "2182, 0.000000\\\n",
-      "2182, 0.000000\\\n",
-      "2182, 0.000000\\\n",
-      "2182, 0.000000\\\n",
-      "2182, 0.000000\\\n",
-      "2182, 0.000000\\\n",
-      "2183, 0.000000\\\n",
-      "2183, 0.000000\\\n",
-      "2183, 0.000000\\\n",
-      "2183, 0.000000\\\n",
-      "2183, 0.000000\\\n",
-      "2183, 0.000000\\\n",
-      "2183, 0.000000\\\n",
-      "2183, 0.000000\\\n",
-      "2183, 0.000000\\\n",
-      "2184, 0.000000\\\n",
-      "2184, 0.000000\\\n",
-      "2184, 0.000000\\\n",
-      "2184, 0.000000\\\n",
-      "2184, 0.000000\\\n",
-      "2184, 0.000000\\\n",
-      "2184, 0.000000\\\n",
-      "2184, 0.000000\\\n",
-      "2184, 0.000000\\\n",
-      "2185, 0.000000\\\n",
-      "2185, 0.000000\\\n",
-      "2185, 0.000000\\\n",
-      "2185, 0.000000\\\n",
-      "2185, 0.000000\\\n",
-      "2185, 0.000000\\\n",
-      "2185, 0.000000\\\n",
-      "2185, 0.000000\\\n",
-      "2185, 0.000000\\\n",
-      "2186, 0.000000\\\n",
-      "2186, 0.000000\\\n",
-      "2186, 0.000000\\\n",
-      "2186, 0.000000\\\n",
-      "2186, 0.000000\\\n",
-      "2186, 0.000000\\\n",
-      "2186, 0.000000\\\n",
-      "2186, 0.000000\\\n",
-      "2186, 0.000000\\\n",
-      "2187, 0.000000\\\n",
-      "2187, 0.000000\\\n",
-      "2187, 0.000000\\\n",
-      "2187, 0.000000\\\n",
-      "2187, 0.000000\\\n",
-      "2187, 0.000000\\\n",
-      "2187, 0.000000\\\n",
-      "2187, 0.000000\\\n",
-      "2187, 0.000000\\\n",
-      "2188, 0.000000\\\n",
-      "2188, 0.000000\\\n",
-      "2188, 0.000000\\\n",
-      "2188, 0.000000\\\n",
-      "2188, 0.000000\\\n",
-      "2188, 0.000000\\\n",
-      "2188, 0.000000\\\n",
-      "2188, 0.000000\\\n",
-      "2188, 0.000000\\\n",
-      "2189, 0.000000\\\n",
-      "2189, 0.000000\\\n",
-      "2189, 0.000000\\\n",
-      "2189, 0.000000\\\n",
-      "2189, 0.000000\\\n",
-      "2189, 0.000000\\\n",
-      "2189, 0.000000\\\n",
-      "2189, 0.000000\\\n",
-      "2189, 0.000000\\\n",
-      "2190, 0.000000\\\n",
-      "2190, 0.000000\\\n",
-      "2190, 0.000000\\\n",
-      "2190, 0.000000\\\n",
-      "2190, 0.000000\\\n",
-      "2190, 0.000000\\\n",
-      "2190, 0.000000\\\n",
-      "2190, 0.000000\\\n",
-      "2190, 0.000000\\\n",
-      "2191, 0.000000\\\n",
-      "2191, 0.000000\\\n",
-      "2191, 0.000000\\\n",
-      "2191, 0.000000\\\n",
-      "2191, 0.000000\\\n",
-      "2191, 0.000000\\\n",
-      "2191, 0.000000\\\n",
-      "2191, 0.000000\\\n",
-      "2191, 0.000000\\\n",
-      "2192, 0.000000\\\n",
-      "2192, 0.000000\\\n",
-      "2192, 0.000000\\\n",
-      "2192, 0.000000\\\n",
-      "2192, 0.000000\\\n",
-      "2192, 0.000000\\\n",
-      "2192, 1.000000\\\n",
-      "2192, 0.000000\\\n",
-      "2192, 0.000000\\\n",
-      "2193, 0.000000\\\n",
-      "2193, 0.000000\\\n",
-      "2193, 0.000000\\\n",
-      "2193, 0.000000\\\n",
-      "2193, 0.000000\\\n",
-      "2193, 0.000000\\\n",
-      "2193, 0.000000\\\n",
-      "2193, 0.000000\\\n",
-      "2193, 0.000000\\\n",
-      "2194, 0.000000\\\n",
-      "2194, 0.000000\\\n",
-      "2194, 0.000000\\\n",
-      "2194, 0.000000\\\n",
-      "2194, 0.000000\\\n",
-      "2194, 0.000000\\\n",
-      "2194, 0.000000\\\n",
-      "2194, 0.000000\\\n",
-      "2194, 0.000000\\\n",
-      "2195, 0.000000\\\n",
-      "2195, 0.000000\\\n",
-      "2195, 0.000000\\\n",
-      "2195, 0.000000\\\n",
-      "2195, 0.000000\\\n",
-      "2195, 0.000000\\\n",
-      "2195, 0.000000\\\n",
-      "2195, 0.000000\\\n",
-      "2195, 0.000000\\\n",
-      "2196, 0.000000\\\n",
-      "2196, 0.000000\\\n",
-      "2196, 0.000000\\\n",
-      "2196, 0.000000\\\n",
-      "2196, 0.000000\\\n",
-      "2196, 0.000000\\\n",
-      "2196, 0.000000\\\n",
-      "2196, 0.000000\\\n",
-      "2196, 0.000000\\\n",
-      "2197, 0.000000\\\n",
-      "2197, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "2197, 0.000000\\\n",
-      "2197, 0.000000\\\n",
-      "2197, 0.000000\\\n",
-      "2197, 0.000000\\\n",
-      "2197, 0.000000\\\n",
-      "2197, 0.000000\\\n",
-      "2197, 0.000000\\\n",
-      "2198, 0.000000\\\n",
-      "2198, 0.000000\\\n",
-      "2198, 0.000000\\\n",
-      "2198, 0.000000\\\n",
-      "2198, 0.000000\\\n",
-      "2198, 0.000000\\\n",
-      "2198, 0.000000\\\n",
-      "2198, 0.000000\\\n",
-      "2198, 0.000000\\\n",
-      "2199, 0.000000\\\n",
-      "2199, 0.000000\\\n",
-      "2199, 0.000000\\\n",
-      "2199, 0.000000\\\n",
-      "2199, 0.000000\\\n",
-      "2199, 0.000000\\\n",
-      "2199, 0.000000\\\n",
-      "2199, 0.000000\\\n",
-      "2199, 0.000000\\\n",
-      "2200, 0.000000\\\n",
-      "2200, 0.000000\\\n",
-      "2200, 0.000000\\\n",
-      "2200, 0.000000\\\n",
-      "2200, 0.000000\\\n",
-      "2200, 0.000000\\\n",
-      "2200, 0.000000\\\n",
-      "2200, 0.000000\\\n",
-      "2200, 0.000000\\\n",
-      "2201, 0.000000\\\n",
-      "2201, 0.000000\\\n",
-      "2201, 0.000000\\\n",
-      "2201, 0.000000\\\n",
-      "2201, 0.000000\\\n",
-      "2201, 0.000000\\\n",
-      "2201, 0.000000\\\n",
-      "2201, 0.000000\\\n",
-      "2201, 0.000000\\\n",
-      "2202, 0.000000\\\n",
-      "2202, 0.000000\\\n",
-      "2202, 0.000000\\\n",
-      "2202, 0.000000\\\n",
-      "2202, 0.000000\\\n",
-      "2202, 0.000000\\\n",
-      "2202, 0.000000\\\n",
-      "2202, 0.000000\\\n",
-      "2202, 0.000000\\\n",
-      "2203, 0.000000\\\n",
-      "2203, 0.000000\\\n",
-      "2203, 0.000000\\\n",
-      "2203, 0.000000\\\n",
-      "2203, 0.000000\\\n",
-      "2203, 0.000000\\\n",
-      "2203, 0.000000\\\n",
-      "2203, 0.000000\\\n",
-      "2203, 0.000000\\\n",
-      "2204, 0.000000\\\n",
-      "2204, 0.000000\\\n",
-      "2204, 0.000000\\\n",
-      "2204, 0.000000\\\n",
-      "2204, 0.000000\\\n",
-      "2204, 0.000000\\\n",
-      "2204, 0.000000\\\n",
-      "2204, 0.000000\\\n",
-      "2204, 0.000000\\\n",
-      "2205, 0.000000\\\n",
-      "2205, 0.000000\\\n",
-      "2205, 0.000000\\\n",
-      "2205, 0.000000\\\n",
-      "2205, 0.000000\\\n",
-      "2205, 0.000000\\\n",
-      "2205, 0.000000\\\n",
-      "2205, 0.000000\\\n",
-      "2205, 0.000000\\\n",
-      "2206, 0.000000\\\n",
-      "2206, 0.000000\\\n",
-      "2206, 0.000000\\\n",
-      "2206, 0.000000\\\n",
-      "2206, 0.000000\\\n",
-      "2206, 0.000000\\\n",
-      "2206, 0.000000\\\n",
-      "2206, 0.000000\\\n",
-      "2206, 0.000000\\\n",
-      "2207, 0.000000\\\n",
-      "2207, 0.000000\\\n",
-      "2207, 0.000000\\\n",
-      "2207, 0.000000\\\n",
-      "2207, 0.000000\\\n",
-      "2207, 0.000000\\\n",
-      "2207, 0.000000\\\n",
-      "2207, 0.000000\\\n",
-      "2207, 0.000000\\\n",
-      "2208, 0.000000\\\n",
-      "2208, 0.000000\\\n",
-      "2208, 0.000000\\\n",
-      "2208, 0.000000\\\n",
-      "2208, 0.000000\\\n",
-      "2208, 0.000000\\\n",
-      "2208, 0.000000\\\n",
-      "2208, 0.000000\\\n",
-      "2208, 0.000000\\\n",
-      "2209, 0.000000\\\n",
-      "2209, 0.000000\\\n",
-      "2209, 0.000000\\\n",
-      "2209, 0.000000\\\n",
-      "2209, 0.000000\\\n",
-      "2209, 0.000000\\\n",
-      "2209, 0.000000\\\n",
-      "2209, 0.000000\\\n",
-      "2209, 0.000000\\\n",
-      "2210, 0.000000\\\n",
-      "2210, 0.000000\\\n",
-      "2210, 0.000000\\\n",
-      "2210, 0.000000\\\n",
-      "2210, 0.000000\\\n",
-      "2210, 0.000000\\\n",
-      "2210, 0.000000\\\n",
-      "2210, 0.000000\\\n",
-      "2210, 0.000000\\\n",
-      "2211, 0.000000\\\n",
-      "2211, 0.000000\\\n",
-      "2211, 0.000000\\\n",
-      "2211, 0.000000\\\n",
-      "2211, 0.000000\\\n",
-      "2211, 0.000000\\\n",
-      "2211, 0.000000\\\n",
-      "2211, 0.000000\\\n",
-      "2211, 0.000000\\\n",
-      "2212, 0.000000\\\n",
-      "2212, 0.000000\\\n",
-      "2212, 0.000000\\\n",
-      "2212, 0.000000\\\n",
-      "2212, 1.000000\\\n",
-      "2212, 0.000000\\\n",
-      "2212, 0.000000\\\n",
-      "2212, 0.000000\\\n",
-      "2212, 0.000000\\\n",
-      "2213, 0.000000\\\n",
-      "2213, 0.000000\\\n",
-      "2213, 0.000000\\\n",
-      "2213, 0.000000\\\n",
-      "2213, 0.000000\\\n",
-      "2213, 0.000000\\\n",
-      "2213, 0.000000\\\n",
-      "2213, 0.000000\\\n",
-      "2213, 0.000000\\\n",
-      "2214, 0.000000\\\n",
-      "2214, 0.000000\\\n",
-      "2214, 0.000000\\\n",
-      "2214, 0.000000\\\n",
-      "2214, 0.000000\\\n",
-      "2214, 0.000000\\\n",
-      "2214, 0.000000\\\n",
-      "2214, 0.000000\\\n",
-      "2214, 0.000000\\\n",
-      "2215, 0.000000\\\n",
-      "2215, 0.000000\\\n",
-      "2215, 0.000000\\\n",
-      "2215, 0.000000\\\n",
-      "2215, 0.000000\\\n",
-      "2215, 0.000000\\\n",
-      "2215, 0.000000\\\n",
-      "2215, 0.000000\\\n",
-      "2215, 0.000000\\\n",
-      "2216, 0.000000\\\n",
-      "2216, 0.000000\\\n",
-      "2216, 0.000000\\\n",
-      "2216, 0.000000\\\n",
-      "2216, 0.000000\\\n",
-      "2216, 0.000000\\\n",
-      "2216, 0.000000\\\n",
-      "2216, 0.000000\\\n",
-      "2216, 0.000000\\\n",
-      "2217, 0.000000\\\n",
-      "2217, 0.000000\\\n",
-      "2217, 0.000000\\\n",
-      "2217, 0.000000\\\n",
-      "2217, 0.000000\\\n",
-      "2217, 0.000000\\\n",
-      "2217, 0.000000\\\n",
-      "2217, 0.000000\\\n",
-      "2217, 0.000000\\\n",
-      "2218, 0.000000\\\n",
-      "2218, 0.000000\\\n",
-      "2218, 0.000000\\\n",
-      "2218, 0.000000\\\n",
-      "2218, 0.000000\\\n",
-      "2218, 0.000000\\\n",
-      "2218, 0.000000\\\n",
-      "2218, 0.000000\\\n",
-      "2218, 0.000000\\\n",
-      "2219, 0.000000\\\n",
-      "2219, 0.000000\\\n",
-      "2219, 0.000000\\\n",
-      "2219, 0.000000\\\n",
-      "2219, 0.000000\\\n",
-      "2219, 0.000000\\\n",
-      "2219, 0.000000\\\n",
-      "2219, 0.000000\\\n",
-      "2219, 0.000000\\\n",
-      "2220, 0.000000\\\n",
-      "2220, 0.000000\\\n",
-      "2220, 0.000000\\\n",
-      "2220, 0.000000\\\n",
-      "2220, 0.000000\\\n",
-      "2220, 0.000000\\\n",
-      "2220, 0.000000\\\n",
-      "2220, 0.000000\\\n",
-      "2220, 0.000000\\\n",
-      "2221, 0.000000\\\n",
-      "2221, 0.000000\\\n",
-      "2221, 0.000000\\\n",
-      "2221, 0.000000\\\n",
-      "2221, 0.000000\\\n",
-      "2221, 0.000000\\\n",
-      "2221, 0.000000\\\n",
-      "2221, 0.000000\\\n",
-      "2221, 0.000000\\\n",
-      "2222, 0.000000\\\n",
-      "2222, 0.000000\\\n",
-      "2222, 0.000000\\\n",
-      "2222, 0.000000\\\n",
-      "2222, 0.000000\\\n",
-      "2222, 0.000000\\\n",
-      "2222, 0.000000\\\n",
-      "2222, 0.000000\\\n",
-      "2222, 0.000000\\\n",
-      "2223, 0.000000\\\n",
-      "2223, 0.000000\\\n",
-      "2223, 0.000000\\\n",
-      "2223, 0.000000\\\n",
-      "2223, 0.000000\\\n",
-      "2223, 0.000000\\\n",
-      "2223, 0.000000\\\n",
-      "2223, 0.000000\\\n",
-      "2223, 0.000000\\\n",
-      "2224, 0.000000\\\n",
-      "2224, 0.000000\\\n",
-      "2224, 0.000000\\\n",
-      "2224, 0.000000\\\n",
-      "2224, 0.000000\\\n",
-      "2224, 0.000000\\\n",
-      "2224, 0.000000\\\n",
-      "2224, 0.000000\\\n",
-      "2224, 0.000000\\\n",
-      "2225, 0.000000\\\n",
-      "2225, 0.000000\\\n",
-      "2225, 0.000000\\\n",
-      "2225, 0.000000\\\n",
-      "2225, 0.000000\\\n",
-      "2225, 0.000000\\\n",
-      "2225, 0.000000\\\n",
-      "2225, 0.000000\\\n",
-      "2225, 0.000000\\\n",
-      "2226, 0.000000\\\n",
-      "2226, 0.000000\\\n",
-      "2226, 0.000000\\\n",
-      "2226, 0.000000\\\n",
-      "2226, 0.000000\\\n",
-      "2226, 0.000000\\\n",
-      "2226, 0.000000\\\n",
-      "2226, 0.000000\\\n",
-      "2226, 0.000000\\\n",
-      "2227, 0.000000\\\n",
-      "2227, 0.000000\\\n",
-      "2227, 0.000000\\\n",
-      "2227, 0.000000\\\n",
-      "2227, 0.000000\\\n",
-      "2227, 0.000000\\\n",
-      "2227, 0.000000\\\n",
-      "2227, 0.000000\\\n",
-      "2227, 0.000000\\\n",
-      "2228, 0.000000\\\n",
-      "2228, 0.000000\\\n",
-      "2228, 0.000000\\\n",
-      "2228, 0.000000\\\n",
-      "2228, 0.000000\\\n",
-      "2228, 0.000000\\\n",
-      "2228, 0.000000\\\n",
-      "2228, 0.000000\\\n",
-      "2228, 0.000000\\\n",
-      "2229, 0.000000\\\n",
-      "2229, 0.000000\\\n",
-      "2229, 0.000000\\\n",
-      "2229, 0.000000\\\n",
-      "2229, 0.000000\\\n",
-      "2229, 0.000000\\\n",
-      "2229, 0.000000\\\n",
-      "2229, 0.000000\\\n",
-      "2229, 0.000000\\\n",
-      "2230, 0.000000\\\n",
-      "2230, 0.000000\\\n",
-      "2230, 0.000000\\\n",
-      "2230, 0.000000\\\n",
-      "2230, 0.000000\\\n",
-      "2230, 0.000000\\\n",
-      "2230, 0.000000\\\n",
-      "2230, 0.000000\\\n",
-      "2230, 0.000000\\\n",
-      "2231, 0.000000\\\n",
-      "2231, 0.000000\\\n",
-      "2231, 0.000000\\\n",
-      "2231, 0.000000\\\n",
-      "2231, 0.000000\\\n",
-      "2231, 0.000000\\\n",
-      "2231, 0.000000\\\n",
-      "2231, 0.000000\\\n",
-      "2231, 0.000000\\\n",
-      "2232, 0.000000\\\n",
-      "2232, 0.000000\\\n",
-      "2232, 0.000000\\\n",
-      "2232, 0.000000\\\n",
-      "2232, 0.000000\\\n",
-      "2232, 0.000000\\\n",
-      "2232, 0.000000\\\n",
-      "2232, 0.000000\\\n",
-      "2232, 0.000000\\\n",
-      "2233, 0.000000\\\n",
-      "2233, 0.000000\\\n",
-      "2233, 0.000000\\\n",
-      "2233, 0.000000\\\n",
-      "2233, 0.000000\\\n",
-      "2233, 0.000000\\\n",
-      "2233, 0.000000\\\n",
-      "2233, 0.000000\\\n",
-      "2233, 0.000000\\\n",
-      "2234, 0.000000\\\n",
-      "2234, 0.000000\\\n",
-      "2234, 0.000000\\\n",
-      "2234, 0.000000\\\n",
-      "2234, 0.000000\\\n",
-      "2234, 0.000000\\\n",
-      "2234, 0.000000\\\n",
-      "2234, 0.000000\\\n",
-      "2234, 0.000000\\\n",
-      "2235, 0.000000\\\n",
-      "2235, 0.000000\\\n",
-      "2235, 0.000000\\\n",
-      "2235, 0.000000\\\n",
-      "2235, 0.000000\\\n",
-      "2235, 0.000000\\\n",
-      "2235, 0.000000\\\n",
-      "2235, 0.000000\\\n",
-      "2235, 0.000000\\\n",
-      "2236, 0.000000\\\n",
-      "2236, 0.000000\\\n",
-      "2236, 0.000000\\\n",
-      "2236, 0.000000\\\n",
-      "2236, 0.000000\\\n",
-      "2236, 0.000000\\\n",
-      "2236, 0.000000\\\n",
-      "2236, 0.000000\\\n",
-      "2236, 0.000000\\\n",
-      "2237, 0.000000\\\n",
-      "2237, 0.000000\\\n",
-      "2237, 0.000000\\\n",
-      "2237, 0.000000\\\n",
-      "2237, 0.000000\\\n",
-      "2237, 0.000000\\\n",
-      "2237, 0.000000\\\n",
-      "2237, 0.000000\\\n",
-      "2237, 0.000000\\\n",
-      "2238, 0.000000\\\n",
-      "2238, 0.000000\\\n",
-      "2238, 0.000000\\\n",
-      "2238, 0.000000\\\n",
-      "2238, 0.000000\\\n",
-      "2238, 0.000000\\\n",
-      "2238, 0.000000\\\n",
-      "2238, 0.000000\\\n",
-      "2238, 0.000000\\\n",
-      "2239, 0.000000\\\n",
-      "2239, 0.000000\\\n",
-      "2239, 0.000000\\\n",
-      "2239, 0.000000\\\n",
-      "2239, 0.000000\\\n",
-      "2239, 0.000000\\\n",
-      "2239, 0.000000\\\n",
-      "2239, 0.000000\\\n",
-      "2239, 0.000000\\\n",
-      "2240, 0.000000\\\n",
-      "2240, 0.000000\\\n",
-      "2240, 0.000000\\\n",
-      "2240, 0.000000\\\n",
-      "2240, 0.000000\\\n",
-      "2240, 0.000000\\\n",
-      "2240, 0.000000\\\n",
-      "2240, 0.000000\\\n",
-      "2240, 0.000000\\\n",
-      "2241, 0.000000\\\n",
-      "2241, 0.000000\\\n",
-      "2241, 0.000000\\\n",
-      "2241, 0.000000\\\n",
-      "2241, 0.000000\\\n",
-      "2241, 0.000000\\\n",
-      "2241, 0.000000\\\n",
-      "2241, 0.000000\\\n",
-      "2241, 0.000000\\\n",
-      "2242, 0.000000\\\n",
-      "2242, 0.000000\\\n",
-      "2242, 0.000000\\\n",
-      "2242, 0.000000\\\n",
-      "2242, 0.000000\\\n",
-      "2242, 0.000000\\\n",
-      "2242, 0.000000\\\n",
-      "2242, 0.000000\\\n",
-      "2242, 0.000000\\\n",
-      "2243, 0.000000\\\n",
-      "2243, 0.000000\\\n",
-      "2243, 0.000000\\\n",
-      "2243, 0.000000\\\n",
-      "2243, 0.000000\\\n",
-      "2243, 0.000000\\\n",
-      "2243, 0.000000\\\n",
-      "2243, 0.000000\\\n",
-      "2243, 0.000000\\\n",
-      "2244, 0.000000\\\n",
-      "2244, 0.000000\\\n",
-      "2244, 0.000000\\\n",
-      "2244, 0.000000\\\n",
-      "2244, 0.000000\\\n",
-      "2244, 0.000000\\\n",
-      "2244, 0.000000\\\n",
-      "2244, 0.000000\\\n",
-      "2244, 0.000000\\\n",
-      "2245, 0.000000\\\n",
-      "2245, 0.000000\\\n",
-      "2245, 0.000000\\\n",
-      "2245, 0.000000\\\n",
-      "2245, 0.000000\\\n",
-      "2245, 0.000000\\\n",
-      "2245, 0.000000\\\n",
-      "2245, 0.000000\\\n",
-      "2245, 0.000000\\\n",
-      "2246, 0.000000\\\n",
-      "2246, 0.000000\\\n",
-      "2246, 0.000000\\\n",
-      "2246, 0.000000\\\n",
-      "2246, 0.000000\\\n",
-      "2246, 0.000000\\\n",
-      "2246, 0.000000\\\n",
-      "2246, 0.000000\\\n",
-      "2246, 0.000000\\\n",
-      "2247, 0.000000\\\n",
-      "2247, 0.000000\\\n",
-      "2247, 0.000000\\\n",
-      "2247, 0.000000\\\n",
-      "2247, 0.000000\\\n",
-      "2247, 0.000000\\\n",
-      "2247, 0.000000\\\n",
-      "2247, 0.000000\\\n",
-      "2247, 0.000000\\\n",
-      "2248, 0.000000\\\n",
-      "2248, 0.000000\\\n",
-      "2248, 0.000000\\\n",
-      "2248, 0.000000\\\n",
-      "2248, 0.000000\\\n",
-      "2248, 0.000000\\\n",
-      "2248, 0.000000\\\n",
-      "2248, 0.000000\\\n",
-      "2248, 0.000000\\\n",
-      "2249, 0.000000\\\n",
-      "2249, 0.000000\\\n",
-      "2249, 0.000000\\\n",
-      "2249, 0.000000\\\n",
-      "2249, 0.000000\\\n",
-      "2249, 0.000000\\\n",
-      "2249, 0.000000\\\n",
-      "2249, 0.000000\\\n",
-      "2249, 0.000000\\\n",
-      "2250, 0.000000\\\n",
-      "2250, 0.000000\\\n",
-      "2250, 0.000000\\\n",
-      "2250, 0.000000\\\n",
-      "2250, 0.000000\\\n",
-      "2250, 0.000000\\\n",
-      "2250, 0.000000\\\n",
-      "2250, 0.000000\\\n",
-      "2250, 0.000000\\\n",
-      "2251, 0.000000\\\n",
-      "2251, 0.000000\\\n",
-      "2251, 0.000000\\\n",
-      "2251, 0.000000\\\n",
-      "2251, 0.000000\\\n",
-      "2251, 0.000000\\\n",
-      "2251, 0.000000\\\n",
-      "2251, 0.000000\\\n",
-      "2251, 0.000000\\\n",
-      "2252, 0.000000\\\n",
-      "2252, 0.000000\\\n",
-      "2252, 0.000000\\\n",
-      "2252, 0.000000\\\n",
-      "2252, 0.000000\\\n",
-      "2252, 0.000000\\\n",
-      "2252, 0.000000\\\n",
-      "2252, 0.000000\\\n",
-      "2252, 0.000000\\\n",
-      "2253, 0.000000\\\n",
-      "2253, 0.000000\\\n",
-      "2253, 0.000000\\\n",
-      "2253, 0.000000\\\n",
-      "2253, 0.000000\\\n",
-      "2253, 0.000000\\\n",
-      "2253, 0.000000\\\n",
-      "2253, 0.000000\\\n",
-      "2253, 0.000000\\\n",
-      "2254, 0.000000\\\n",
-      "2254, 0.000000\\\n",
-      "2254, 0.000000\\\n",
-      "2254, 0.000000\\\n",
-      "2254, 0.000000\\\n",
-      "2254, 0.000000\\\n",
-      "2254, 0.000000\\\n",
-      "2254, 0.000000\\\n",
-      "2254, 0.000000\\\n",
-      "2255, 0.000000\\\n",
-      "2255, 0.000000\\\n",
-      "2255, 0.000000\\\n",
-      "2255, 0.000000\\\n",
-      "2255, 0.000000\\\n",
-      "2255, 0.000000\\\n",
-      "2255, 0.000000\\\n",
-      "2255, 0.000000\\\n",
-      "2255, 0.000000\\\n",
-      "2256, 0.000000\\\n",
-      "2256, 0.000000\\\n",
-      "2256, 0.000000\\\n",
-      "2256, 0.000000\\\n",
-      "2256, 0.000000\\\n",
-      "2256, 0.000000\\\n",
-      "2256, 0.000000\\\n",
-      "2256, 0.000000\\\n",
-      "2256, 0.000000\\\n",
-      "2257, 0.000000\\\n",
-      "2257, 0.000000\\\n",
-      "2257, 0.000000\\\n",
-      "2257, 0.000000\\\n",
-      "2257, 0.000000\\\n",
-      "2257, 0.000000\\\n",
-      "2257, 0.000000\\\n",
-      "2257, 0.000000\\\n",
-      "2257, 0.000000\\\n",
-      "2258, 0.000000\\\n",
-      "2258, 0.000000\\\n",
-      "2258, 0.000000\\\n",
-      "2258, 0.000000\\\n",
-      "2258, 0.000000\\\n",
-      "2258, 0.000000\\\n",
-      "2258, 0.000000\\\n",
-      "2258, 0.000000\\\n",
-      "2258, 0.000000\\\n",
-      "2259, 0.000000\\\n",
-      "2259, 0.000000\\\n",
-      "2259, 0.000000\\\n",
-      "2259, 0.000000\\\n",
-      "2259, 0.000000\\\n",
-      "2259, 0.000000\\\n",
-      "2259, 0.000000\\\n",
-      "2259, 0.000000\\\n",
-      "2259, 0.000000\\\n",
-      "2260, 0.000000\\\n",
-      "2260, 0.000000\\\n",
-      "2260, 0.000000\\\n",
-      "2260, 0.000000\\\n",
-      "2260, 0.000000\\\n",
-      "2260, 0.000000\\\n",
-      "2260, 0.000000\\\n",
-      "2260, 0.000000\\\n",
-      "2260, 0.000000\\\n",
-      "2261, 0.000000\\\n",
-      "2261, 0.000000\\\n",
-      "2261, 0.000000\\\n",
-      "2261, 0.000000\\\n",
-      "2261, 0.000000\\\n",
-      "2261, 0.000000\\\n",
-      "2261, 0.000000\\\n",
-      "2261, 0.000000\\\n",
-      "2261, 0.000000\\\n",
-      "2262, 0.000000\\\n",
-      "2262, 0.000000\\\n",
-      "2262, 0.000000\\\n",
-      "2262, 0.000000\\\n",
-      "2262, 0.000000\\\n",
-      "2262, 0.000000\\\n",
-      "2262, 0.000000\\\n",
-      "2262, 0.000000\\\n",
-      "2262, 0.000000\\\n",
-      "2263, 0.000000\\\n",
-      "2263, 0.000000\\\n",
-      "2263, 0.000000\\\n",
-      "2263, 0.000000\\\n",
-      "2263, 0.000000\\\n",
-      "2263, 0.000000\\\n",
-      "2263, 0.000000\\\n",
-      "2263, 1.000000\\\n",
-      "2263, 0.000000\\\n",
-      "2264, 0.000000\\\n",
-      "2264, 0.000000\\\n",
-      "2264, 0.000000\\\n",
-      "2264, 0.000000\\\n",
-      "2264, 0.000000\\\n",
-      "2264, 0.000000\\\n",
-      "2264, 0.000000\\\n",
-      "2264, 0.000000\\\n",
-      "2264, 0.000000\\\n",
-      "2265, 0.000000\\\n",
-      "2265, 0.000000\\\n",
-      "2265, 0.000000\\\n",
-      "2265, 0.000000\\\n",
-      "2265, 0.000000\\\n",
-      "2265, 0.000000\\\n",
-      "2265, 0.000000\\\n",
-      "2265, 0.000000\\\n",
-      "2265, 0.000000\\\n",
-      "2266, 0.000000\\\n",
-      "2266, 0.000000\\\n",
-      "2266, 0.000000\\\n",
-      "2266, 0.000000\\\n",
-      "2266, 0.000000\\\n",
-      "2266, 0.000000\\\n",
-      "2266, 0.000000\\\n",
-      "2266, 0.000000\\\n",
-      "2266, 0.000000\\\n",
-      "2267, 0.000000\\\n",
-      "2267, 0.000000\\\n",
-      "2267, 0.000000\\\n",
-      "2267, 0.000000\\\n",
-      "2267, 0.000000\\\n",
-      "2267, 0.000000\\\n",
-      "2267, 0.000000\\\n",
-      "2267, 0.000000\\\n",
-      "2267, 0.000000\\\n",
-      "2268, 0.000000\\\n",
-      "2268, 0.000000\\\n",
-      "2268, 0.000000\\\n",
-      "2268, 0.000000\\\n",
-      "2268, 0.000000\\\n",
-      "2268, 0.000000\\\n",
-      "2268, 0.000000\\\n",
-      "2268, 0.000000\\\n",
-      "2268, 0.000000\\\n",
-      "2269, 0.000000\\\n",
-      "2269, 0.000000\\\n",
-      "2269, 0.000000\\\n",
-      "2269, 0.000000\\\n",
-      "2269, 0.000000\\\n",
-      "2269, 0.000000\\\n",
-      "2269, 0.000000\\\n",
-      "2269, 0.000000\\\n",
-      "2269, 0.000000\\\n",
-      "2270, 0.000000\\\n",
-      "2270, 0.000000\\\n",
-      "2270, 0.000000\\\n",
-      "2270, 0.000000\\\n",
-      "2270, 0.000000\\\n",
-      "2270, 0.000000\\\n",
-      "2270, 0.000000\\\n",
-      "2270, 0.000000\\\n",
-      "2270, 0.000000\\\n",
-      "2271, 0.000000\\\n",
-      "2271, 0.000000\\\n",
-      "2271, 0.000000\\\n",
-      "2271, 0.000000\\\n",
-      "2271, 0.000000\\\n",
-      "2271, 0.000000\\\n",
-      "2271, 0.000000\\\n",
-      "2271, 0.000000\\\n",
-      "2271, 0.000000\\\n",
-      "2272, 0.000000\\\n",
-      "2272, 0.000000\\\n",
-      "2272, 0.000000\\\n",
-      "2272, 0.000000\\\n",
-      "2272, 0.000000\\\n",
-      "2272, 0.000000\\\n",
-      "2272, 0.000000\\\n",
-      "2272, 0.000000\\\n",
-      "2272, 0.000000\\\n",
-      "2273, 0.000000\\\n",
-      "2273, 0.000000\\\n",
-      "2273, 0.000000\\\n",
-      "2273, 0.000000\\\n",
-      "2273, 0.000000\\\n",
-      "2273, 0.000000\\\n",
-      "2273, 0.000000\\\n",
-      "2273, 0.000000\\\n",
-      "2273, 0.000000\\\n",
-      "2274, 0.000000\\\n",
-      "2274, 0.000000\\\n",
-      "2274, 0.000000\\\n",
-      "2274, 0.000000\\\n",
-      "2274, 0.000000\\\n",
-      "2274, 0.000000\\\n",
-      "2274, 0.000000\\\n",
-      "2274, 0.000000\\\n",
-      "2274, 0.000000\\\n",
-      "2275, 0.000000\\\n",
-      "2275, 0.000000\\\n",
-      "2275, 0.000000\\\n",
-      "2275, 0.000000\\\n",
-      "2275, 0.000000\\\n",
-      "2275, 0.000000\\\n",
-      "2275, 0.000000\\\n",
-      "2275, 0.000000\\\n",
-      "2275, 0.000000\\\n",
-      "2276, 0.000000\\\n",
-      "2276, 0.000000\\\n",
-      "2276, 0.000000\\\n",
-      "2276, 0.000000\\\n",
-      "2276, 0.000000\\\n",
-      "2276, 0.000000\\\n",
-      "2276, 0.000000\\\n",
-      "2276, 0.000000\\\n",
-      "2276, 0.000000\\\n",
-      "2277, 0.000000\\\n",
-      "2277, 0.000000\\\n",
-      "2277, 0.000000\\\n",
-      "2277, 0.000000\\\n",
-      "2277, 0.000000\\\n",
-      "2277, 0.000000\\\n",
-      "2277, 0.000000\\\n",
-      "2277, 0.000000\\\n",
-      "2277, 0.000000\\\n",
-      "2278, 0.000000\\\n",
-      "2278, 0.000000\\\n",
-      "2278, 0.000000\\\n",
-      "2278, 0.000000\\\n",
-      "2278, 0.000000\\\n",
-      "2278, 0.000000\\\n",
-      "2278, 0.000000\\\n",
-      "2278, 0.000000\\\n",
-      "2278, 0.000000\\\n",
-      "2279, 0.000000\\\n",
-      "2279, 0.000000\\\n",
-      "2279, 0.000000\\\n",
-      "2279, 0.000000\\\n",
-      "2279, 0.000000\\\n",
-      "2279, 0.000000\\\n",
-      "2279, 0.000000\\\n",
-      "2279, 0.000000\\\n",
-      "2279, 0.000000\\\n",
-      "2280, 0.000000\\\n",
-      "2280, 0.000000\\\n",
-      "2280, 0.000000\\\n",
-      "2280, 0.000000\\\n",
-      "2280, 0.000000\\\n",
-      "2280, 0.000000\\\n",
-      "2280, 0.000000\\\n",
-      "2280, 0.000000\\\n",
-      "2280, 0.000000\\\n",
-      "2281, 0.000000\\\n",
-      "2281, 0.000000\\\n",
-      "2281, 0.000000\\\n",
-      "2281, 0.000000\\\n",
-      "2281, 0.000000\\\n",
-      "2281, 0.000000\\\n",
-      "2281, 0.000000\\\n",
-      "2281, 0.000000\\\n",
-      "2281, 0.000000\\\n",
-      "2282, 0.000000\\\n",
-      "2282, 0.000000\\\n",
-      "2282, 0.000000\\\n",
-      "2282, 0.000000\\\n",
-      "2282, 0.000000\\\n",
-      "2282, 0.000000\\\n",
-      "2282, 0.000000\\\n",
-      "2282, 0.000000\\\n",
-      "2282, 0.000000\\\n",
-      "2283, 0.000000\\\n",
-      "2283, 0.000000\\\n",
-      "2283, 0.000000\\\n",
-      "2283, 0.000000\\\n",
-      "2283, 0.000000\\\n",
-      "2283, 0.000000\\\n",
-      "2283, 0.000000\\\n",
-      "2283, 0.000000\\\n",
-      "2283, 0.000000\\\n",
-      "2284, 0.000000\\\n",
-      "2284, 0.000000\\\n",
-      "2284, 0.000000\\\n",
-      "2284, 0.000000\\\n",
-      "2284, 0.000000\\\n",
-      "2284, 0.000000\\\n",
-      "2284, 0.000000\\\n",
-      "2284, 0.000000\\\n",
-      "2284, 0.000000\\\n",
-      "2285, 0.000000\\\n",
-      "2285, 0.000000\\\n",
-      "2285, 0.000000\\\n",
-      "2285, 0.000000\\\n",
-      "2285, 0.000000\\\n",
-      "2285, 0.000000\\\n",
-      "2285, 0.000000\\\n",
-      "2285, 0.000000\\\n",
-      "2285, 0.000000\\\n",
-      "2286, 0.000000\\\n",
-      "2286, 0.000000\\\n",
-      "2286, 0.000000\\\n",
-      "2286, 0.000000\\\n",
-      "2286, 0.000000\\\n",
-      "2286, 0.000000\\\n",
-      "2286, 0.000000\\\n",
-      "2286, 0.000000\\\n",
-      "2286, 0.000000\\\n",
-      "2287, 0.000000\\\n",
-      "2287, 0.000000\\\n",
-      "2287, 0.000000\\\n",
-      "2287, 0.000000\\\n",
-      "2287, 0.000000\\\n",
-      "2287, 0.000000\\\n",
-      "2287, 0.000000\\\n",
-      "2287, 0.000000\\\n",
-      "2287, 0.000000\\\n",
-      "2288, 1.000000\\\n",
-      "2288, 0.000000\\\n",
-      "2288, 0.000000\\\n",
-      "2288, 0.000000\\\n",
-      "2288, 0.000000\\\n",
-      "2288, 0.000000\\\n",
-      "2288, 0.000000\\\n",
-      "2288, 0.000000\\\n",
-      "2288, 0.000000\\\n",
-      "2289, 0.000000\\\n",
-      "2289, 0.000000\\\n",
-      "2289, 0.000000\\\n",
-      "2289, 0.000000\\\n",
-      "2289, 0.000000\\\n",
-      "2289, 0.000000\\\n",
-      "2289, 0.000000\\\n",
-      "2289, 0.000000\\\n",
-      "2289, 0.000000\\\n",
-      "2290, 0.000000\\\n",
-      "2290, 0.000000\\\n",
-      "2290, 0.000000\\\n",
-      "2290, 0.000000\\\n",
-      "2290, 0.000000\\\n",
-      "2290, 0.000000\\\n",
-      "2290, 0.000000\\\n",
-      "2290, 0.000000\\\n",
-      "2290, 0.000000\\\n",
-      "2291, 0.000000\\\n",
-      "2291, 0.000000\\\n",
-      "2291, 0.000000\\\n",
-      "2291, 0.000000\\\n",
-      "2291, 0.000000\\\n",
-      "2291, 0.000000\\\n",
-      "2291, 0.000000\\\n",
-      "2291, 0.000000\\\n",
-      "2291, 0.000000\\\n",
-      "2292, 1.000000\\\n",
-      "2292, 0.000000\\\n",
-      "2292, 0.000000\\\n",
-      "2292, 0.000000\\\n",
-      "2292, 0.000000\\\n",
-      "2292, 0.000000\\\n",
-      "2292, 0.000000\\\n",
-      "2292, 0.000000\\\n",
-      "2292, 0.000000\\\n",
-      "2293, 0.000000\\\n",
-      "2293, 0.000000\\\n",
-      "2293, 0.000000\\\n",
-      "2293, 0.000000\\\n",
-      "2293, 0.000000\\\n",
-      "2293, 0.000000\\\n",
-      "2293, 0.000000\\\n",
-      "2293, 0.000000\\\n",
-      "2293, 0.000000\\\n",
-      "2294, 0.000000\\\n",
-      "2294, 0.000000\\\n",
-      "2294, 0.000000\\\n",
-      "2294, 0.000000\\\n",
-      "2294, 0.000000\\\n",
-      "2294, 0.000000\\\n",
-      "2294, 0.000000\\\n",
-      "2294, 0.000000\\\n",
-      "2294, 0.000000\\\n",
-      "2295, 0.000000\\\n",
-      "2295, 0.000000\\\n",
-      "2295, 0.000000\\\n",
-      "2295, 0.000000\\\n",
-      "2295, 0.000000\\\n",
-      "2295, 0.000000\\\n",
-      "2295, 0.000000\\\n",
-      "2295, 0.000000\\\n",
-      "2295, 0.000000\\\n",
-      "2296, 0.000000\\\n",
-      "2296, 0.000000\\\n",
-      "2296, 0.000000\\\n",
-      "2296, 0.000000\\\n",
-      "2296, 0.000000\\\n",
-      "2296, 0.000000\\\n",
-      "2296, 0.000000\\\n",
-      "2296, 0.000000\\\n",
-      "2296, 0.000000\\\n",
-      "2297, 0.000000\\\n",
-      "2297, 0.000000\\\n",
-      "2297, 0.000000\\\n",
-      "2297, 0.000000\\\n",
-      "2297, 0.000000\\\n",
-      "2297, 0.000000\\\n",
-      "2297, 0.000000\\\n",
-      "2297, 0.000000\\\n",
-      "2297, 0.000000\\\n",
-      "2298, 1.000000\\\n",
-      "2298, 0.000000\\\n",
-      "2298, 0.000000\\\n",
-      "2298, 0.000000\\\n",
-      "2298, 0.000000\\\n",
-      "2298, 0.000000\\\n",
-      "2298, 0.000000\\\n",
-      "2298, 0.000000\\\n",
-      "2298, 0.000000\\\n",
-      "2299, 0.000000\\\n",
-      "2299, 0.000000\\\n",
-      "2299, 0.000000\\\n",
-      "2299, 0.000000\\\n",
-      "2299, 0.000000\\\n",
-      "2299, 0.000000\\\n",
-      "2299, 0.000000\\\n",
-      "2299, 0.000000\\\n",
-      "2299, 0.000000\\\n",
-      "2300, 0.000000\\\n",
-      "2300, 0.000000\\\n",
-      "2300, 0.000000\\\n",
-      "2300, 0.000000\\\n",
-      "2300, 0.000000\\\n",
-      "2300, 0.000000\\\n",
-      "2300, 0.000000\\\n",
-      "2300, 0.000000\\\n",
-      "2300, 0.000000\\\n",
-      "2301, 0.000000\\\n",
-      "2301, 0.000000\\\n",
-      "2301, 0.000000\\\n",
-      "2301, 0.000000\\\n",
-      "2301, 0.000000\\\n",
-      "2301, 0.000000\\\n",
-      "2301, 0.000000\\\n",
-      "2301, 0.000000\\\n",
-      "2301, 0.000000\\\n",
-      "2302, 0.000000\\\n",
-      "2302, 0.000000\\\n",
-      "2302, 0.000000\\\n",
-      "2302, 0.000000\\\n",
-      "2302, 0.000000\\\n",
-      "2302, 0.000000\\\n",
-      "2302, 0.000000\\\n",
-      "2302, 0.000000\\\n",
-      "2302, 0.000000\\\n",
-      "2303, 0.000000\\\n",
-      "2303, 0.000000\\\n",
-      "2303, 0.000000\\\n",
-      "2303, 0.000000\\\n",
-      "2303, 0.000000\\\n",
-      "2303, 0.000000\\\n",
-      "2303, 0.000000\\\n",
-      "2303, 0.000000\\\n",
-      "2303, 0.000000\\\n",
-      "2304, 0.000000\\\n",
-      "2304, 0.000000\\\n",
-      "2304, 0.000000\\\n",
-      "2304, 0.000000\\\n",
-      "2304, 0.000000\\\n",
-      "2304, 0.000000\\\n",
-      "2304, 0.000000\\\n",
-      "2304, 0.000000\\\n",
-      "2304, 0.000000\\\n",
-      "2305, 0.000000\\\n",
-      "2305, 0.000000\\\n",
-      "2305, 0.000000\\\n",
-      "2305, 0.000000\\\n",
-      "2305, 0.000000\\\n",
-      "2305, 0.000000\\\n",
-      "2305, 0.000000\\\n",
-      "2305, 0.000000\\\n",
-      "2305, 0.000000\\\n",
-      "2306, 0.000000\\\n",
-      "2306, 0.000000\\\n",
-      "2306, 0.000000\\\n",
-      "2306, 0.000000\\\n",
-      "2306, 0.000000\\\n",
-      "2306, 0.000000\\\n",
-      "2306, 0.000000\\\n",
-      "2306, 0.000000\\\n",
-      "2306, 0.000000\\\n",
-      "2307, 0.000000\\\n",
-      "2307, 0.000000\\\n",
-      "2307, 0.000000\\\n",
-      "2307, 0.000000\\\n",
-      "2307, 0.000000\\\n",
-      "2307, 0.000000\\\n",
-      "2307, 0.000000\\\n",
-      "2307, 0.000000\\\n",
-      "2307, 0.000000\\\n",
-      "2308, 0.000000\\\n",
-      "2308, 0.000000\\\n",
-      "2308, 0.000000\\\n",
-      "2308, 0.000000\\\n",
-      "2308, 0.000000\\\n",
-      "2308, 0.000000\\\n",
-      "2308, 0.000000\\\n",
-      "2308, 0.000000\\\n",
-      "2308, 0.000000\\\n",
-      "2309, 0.000000\\\n",
-      "2309, 0.000000\\\n",
-      "2309, 0.000000\\\n",
-      "2309, 0.000000\\\n",
-      "2309, 0.000000\\\n",
-      "2309, 0.000000\\\n",
-      "2309, 0.000000\\\n",
-      "2309, 0.000000\\\n",
-      "2309, 0.000000\\\n",
-      "2310, 0.000000\\\n",
-      "2310, 0.000000\\\n",
-      "2310, 0.000000\\\n",
-      "2310, 0.000000\\\n",
-      "2310, 0.000000\\\n",
-      "2310, 0.000000\\\n",
-      "2310, 0.000000\\\n",
-      "2310, 0.000000\\\n",
-      "2310, 0.000000\\\n",
-      "2311, 0.000000\\\n",
-      "2311, 0.000000\\\n",
-      "2311, 0.000000\\\n",
-      "2311, 0.000000\\\n",
-      "2311, 0.000000\\\n",
-      "2311, 0.000000\\\n",
-      "2311, 0.000000\\\n",
-      "2311, 0.000000\\\n",
-      "2311, 0.000000\\\n",
-      "2312, 0.000000\\\n",
-      "2312, 0.000000\\\n",
-      "2312, 0.000000\\\n",
-      "2312, 0.000000\\\n",
-      "2312, 0.000000\\\n",
-      "2312, 0.000000\\\n",
-      "2312, 0.000000\\\n",
-      "2312, 0.000000\\\n",
-      "2312, 0.000000\\\n",
-      "2313, 0.000000\\\n",
-      "2313, 0.000000\\\n",
-      "2313, 0.000000\\\n",
-      "2313, 0.000000\\\n",
-      "2313, 0.000000\\\n",
-      "2313, 0.000000\\\n",
-      "2313, 0.000000\\\n",
-      "2313, 0.000000\\\n",
-      "2313, 0.000000\\\n",
-      "2314, 0.000000\\\n",
-      "2314, 0.000000\\\n",
-      "2314, 0.000000\\\n",
-      "2314, 0.000000\\\n",
-      "2314, 0.000000\\\n",
-      "2314, 0.000000\\\n",
-      "2314, 0.000000\\\n",
-      "2314, 0.000000\\\n",
-      "2314, 0.000000\\\n",
-      "2315, 0.000000\\\n",
-      "2315, 0.000000\\\n",
-      "2315, 0.000000\\\n",
-      "2315, 0.000000\\\n",
-      "2315, 0.000000\\\n",
-      "2315, 0.000000\\\n",
-      "2315, 0.000000\\\n",
-      "2315, 0.000000\\\n",
-      "2315, 0.000000\\\n",
-      "2316, 0.000000\\\n",
-      "2316, 1.000000\\\n",
-      "2316, 0.000000\\\n",
-      "2316, 0.000000\\\n",
-      "2316, 0.000000\\\n",
-      "2316, 0.000000\\\n",
-      "2316, 0.000000\\\n",
-      "2316, 0.000000\\\n",
-      "2316, 0.000000\\\n",
-      "2317, 0.000000\\\n",
-      "2317, 0.000000\\\n",
-      "2317, 0.000000\\\n",
-      "2317, 0.000000\\\n",
-      "2317, 0.000000\\\n",
-      "2317, 0.000000\\\n",
-      "2317, 0.000000\\\n",
-      "2317, 0.000000\\\n",
-      "2317, 0.000000\\\n",
-      "2318, 0.000000\\\n",
-      "2318, 0.000000\\\n",
-      "2318, 0.000000\\\n",
-      "2318, 0.000000\\\n",
-      "2318, 0.000000\\\n",
-      "2318, 0.000000\\\n",
-      "2318, 0.000000\\\n",
-      "2318, 0.000000\\\n",
-      "2318, 0.000000\\\n",
-      "2319, 0.000000\\\n",
-      "2319, 0.000000\\\n",
-      "2319, 0.000000\\\n",
-      "2319, 0.000000\\\n",
-      "2319, 0.000000\\\n",
-      "2319, 0.000000\\\n",
-      "2319, 0.000000\\\n",
-      "2319, 0.000000\\\n",
-      "2319, 0.000000\\\n",
-      "2320, 0.000000\\\n",
-      "2320, 0.000000\\\n",
-      "2320, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "2320, 0.000000\\\n",
-      "2320, 0.000000\\\n",
-      "2320, 0.000000\\\n",
-      "2320, 0.000000\\\n",
-      "2320, 0.000000\\\n",
-      "2320, 0.000000\\\n",
-      "2321, 0.000000\\\n",
-      "2321, 0.000000\\\n",
-      "2321, 0.000000\\\n",
-      "2321, 0.000000\\\n",
-      "2321, 0.000000\\\n",
-      "2321, 0.000000\\\n",
-      "2321, 0.000000\\\n",
-      "2321, 0.000000\\\n",
-      "2321, 0.000000\\\n",
-      "2322, 0.000000\\\n",
-      "2322, 0.000000\\\n",
-      "2322, 0.000000\\\n",
-      "2322, 0.000000\\\n",
-      "2322, 0.000000\\\n",
-      "2322, 0.000000\\\n",
-      "2322, 0.000000\\\n",
-      "2322, 0.000000\\\n",
-      "2322, 0.000000\\\n",
-      "2323, 0.000000\\\n",
-      "2323, 0.000000\\\n",
-      "2323, 0.000000\\\n",
-      "2323, 0.000000\\\n",
-      "2323, 0.000000\\\n",
-      "2323, 0.000000\\\n",
-      "2323, 0.000000\\\n",
-      "2323, 0.000000\\\n",
-      "2323, 0.000000\\\n",
-      "2324, 0.000000\\\n",
-      "2324, 0.000000\\\n",
-      "2324, 0.000000\\\n",
-      "2324, 0.000000\\\n",
-      "2324, 0.000000\\\n",
-      "2324, 0.000000\\\n",
-      "2324, 0.000000\\\n",
-      "2324, 0.000000\\\n",
-      "2324, 0.000000\\\n",
-      "2325, 0.000000\\\n",
-      "2325, 0.000000\\\n",
-      "2325, 0.000000\\\n",
-      "2325, 0.000000\\\n",
-      "2325, 0.000000\\\n",
-      "2325, 0.000000\\\n",
-      "2325, 0.000000\\\n",
-      "2325, 0.000000\\\n",
-      "2325, 0.000000\\\n",
-      "2326, 0.000000\\\n",
-      "2326, 0.000000\\\n",
-      "2326, 0.000000\\\n",
-      "2326, 0.000000\\\n",
-      "2326, 0.000000\\\n",
-      "2326, 0.000000\\\n",
-      "2326, 0.000000\\\n",
-      "2326, 0.000000\\\n",
-      "2326, 0.000000\\\n",
-      "2327, 0.000000\\\n",
-      "2327, 0.000000\\\n",
-      "2327, 0.000000\\\n",
-      "2327, 0.000000\\\n",
-      "2327, 0.000000\\\n",
-      "2327, 0.000000\\\n",
-      "2327, 0.000000\\\n",
-      "2327, 0.000000\\\n",
-      "2327, 0.000000\\\n",
-      "2328, 0.000000\\\n",
-      "2328, 0.000000\\\n",
-      "2328, 0.000000\\\n",
-      "2328, 0.000000\\\n",
-      "2328, 0.000000\\\n",
-      "2328, 0.000000\\\n",
-      "2328, 0.000000\\\n",
-      "2328, 0.000000\\\n",
-      "2328, 0.000000\\\n",
-      "2329, 0.000000\\\n",
-      "2329, 0.000000\\\n",
-      "2329, 0.000000\\\n",
-      "2329, 0.000000\\\n",
-      "2329, 0.000000\\\n",
-      "2329, 0.000000\\\n",
-      "2329, 0.000000\\\n",
-      "2329, 0.000000\\\n",
-      "2329, 0.000000\\\n",
-      "2330, 0.000000\\\n",
-      "2330, 0.000000\\\n",
-      "2330, 0.000000\\\n",
-      "2330, 0.000000\\\n",
-      "2330, 0.000000\\\n",
-      "2330, 0.000000\\\n",
-      "2330, 0.000000\\\n",
-      "2330, 0.000000\\\n",
-      "2330, 0.000000\\\n",
-      "2331, 0.000000\\\n",
-      "2331, 0.000000\\\n",
-      "2331, 0.000000\\\n",
-      "2331, 0.000000\\\n",
-      "2331, 0.000000\\\n",
-      "2331, 0.000000\\\n",
-      "2331, 0.000000\\\n",
-      "2331, 0.000000\\\n",
-      "2331, 0.000000\\\n",
-      "2332, 0.000000\\\n",
-      "2332, 0.000000\\\n",
-      "2332, 0.000000\\\n",
-      "2332, 0.000000\\\n",
-      "2332, 0.000000\\\n",
-      "2332, 0.000000\\\n",
-      "2332, 0.000000\\\n",
-      "2332, 0.000000\\\n",
-      "2332, 0.000000\\\n",
-      "2333, 0.000000\\\n",
-      "2333, 0.000000\\\n",
-      "2333, 0.000000\\\n",
-      "2333, 0.000000\\\n",
-      "2333, 0.000000\\\n",
-      "2333, 0.000000\\\n",
-      "2333, 0.000000\\\n",
-      "2333, 0.000000\\\n",
-      "2333, 0.000000\\\n",
-      "2334, 0.000000\\\n",
-      "2334, 0.000000\\\n",
-      "2334, 0.000000\\\n",
-      "2334, 0.000000\\\n",
-      "2334, 0.000000\\\n",
-      "2334, 0.000000\\\n",
-      "2334, 0.000000\\\n",
-      "2334, 0.000000\\\n",
-      "2334, 0.000000\\\n",
-      "2335, 0.000000\\\n",
-      "2335, 0.000000\\\n",
-      "2335, 0.000000\\\n",
-      "2335, 0.000000\\\n",
-      "2335, 0.000000\\\n",
-      "2335, 0.000000\\\n",
-      "2335, 0.000000\\\n",
-      "2335, 0.000000\\\n",
-      "2335, 0.000000\\\n",
-      "2336, 0.000000\\\n",
-      "2336, 0.000000\\\n",
-      "2336, 0.000000\\\n",
-      "2336, 0.000000\\\n",
-      "2336, 0.000000\\\n",
-      "2336, 0.000000\\\n",
-      "2336, 0.000000\\\n",
-      "2336, 0.000000\\\n",
-      "2336, 0.000000\\\n",
-      "2337, 0.000000\\\n",
-      "2337, 0.000000\\\n",
-      "2337, 0.000000\\\n",
-      "2337, 0.000000\\\n",
-      "2337, 0.000000\\\n",
-      "2337, 0.000000\\\n",
-      "2337, 0.000000\\\n",
-      "2337, 0.000000\\\n",
-      "2337, 0.000000\\\n",
-      "2338, 0.000000\\\n",
-      "2338, 0.000000\\\n",
-      "2338, 0.000000\\\n",
-      "2338, 0.000000\\\n",
-      "2338, 0.000000\\\n",
-      "2338, 0.000000\\\n",
-      "2338, 0.000000\\\n",
-      "2338, 0.000000\\\n",
-      "2338, 0.000000\\\n",
-      "2339, 0.000000\\\n",
-      "2339, 0.000000\\\n",
-      "2339, 0.000000\\\n",
-      "2339, 0.000000\\\n",
-      "2339, 0.000000\\\n",
-      "2339, 0.000000\\\n",
-      "2339, 0.000000\\\n",
-      "2339, 0.000000\\\n",
-      "2339, 0.000000\\\n",
-      "2340, 0.000000\\\n",
-      "2340, 0.000000\\\n",
-      "2340, 0.000000\\\n",
-      "2340, 0.000000\\\n",
-      "2340, 0.000000\\\n",
-      "2340, 0.000000\\\n",
-      "2340, 0.000000\\\n",
-      "2340, 0.000000\\\n",
-      "2340, 0.000000\\\n",
-      "2341, 0.000000\\\n",
-      "2341, 0.000000\\\n",
-      "2341, 0.000000\\\n",
-      "2341, 0.000000\\\n",
-      "2341, 0.000000\\\n",
-      "2341, 0.000000\\\n",
-      "2341, 0.000000\\\n",
-      "2341, 0.000000\\\n",
-      "2341, 0.000000\\\n",
-      "2342, 0.000000\\\n",
-      "2342, 0.000000\\\n",
-      "2342, 0.000000\\\n",
-      "2342, 0.000000\\\n",
-      "2342, 0.000000\\\n",
-      "2342, 0.000000\\\n",
-      "2342, 0.000000\\\n",
-      "2342, 0.000000\\\n",
-      "2342, 0.000000\\\n",
-      "2343, 0.000000\\\n",
-      "2343, 0.000000\\\n",
-      "2343, 0.000000\\\n",
-      "2343, 0.000000\\\n",
-      "2343, 0.000000\\\n",
-      "2343, 0.000000\\\n",
-      "2343, 0.000000\\\n",
-      "2343, 0.000000\\\n",
-      "2343, 0.000000\\\n",
-      "2344, 0.000000\\\n",
-      "2344, 0.000000\\\n",
-      "2344, 0.000000\\\n",
-      "2344, 0.000000\\\n",
-      "2344, 0.000000\\\n",
-      "2344, 0.000000\\\n",
-      "2344, 0.000000\\\n",
-      "2344, 0.000000\\\n",
-      "2344, 0.000000\\\n",
-      "2345, 0.000000\\\n",
-      "2345, 0.000000\\\n",
-      "2345, 0.000000\\\n",
-      "2345, 0.000000\\\n",
-      "2345, 0.000000\\\n",
-      "2345, 0.000000\\\n",
-      "2345, 0.000000\\\n",
-      "2345, 0.000000\\\n",
-      "2345, 0.000000\\\n",
-      "2346, 0.000000\\\n",
-      "2346, 0.000000\\\n",
-      "2346, 0.000000\\\n",
-      "2346, 0.000000\\\n",
-      "2346, 0.000000\\\n",
-      "2346, 0.000000\\\n",
-      "2346, 0.000000\\\n",
-      "2346, 0.000000\\\n",
-      "2346, 0.000000\\\n",
-      "2347, 0.000000\\\n",
-      "2347, 0.000000\\\n",
-      "2347, 0.000000\\\n",
-      "2347, 0.000000\\\n",
-      "2347, 0.000000\\\n",
-      "2347, 0.000000\\\n",
-      "2347, 0.000000\\\n",
-      "2347, 0.000000\\\n",
-      "2347, 0.000000\\\n",
-      "2348, 0.000000\\\n",
-      "2348, 0.000000\\\n",
-      "2348, 0.000000\\\n",
-      "2348, 0.000000\\\n",
-      "2348, 0.000000\\\n",
-      "2348, 0.000000\\\n",
-      "2348, 0.000000\\\n",
-      "2348, 0.000000\\\n",
-      "2348, 0.000000\\\n",
-      "2349, 0.000000\\\n",
-      "2349, 0.000000\\\n",
-      "2349, 0.000000\\\n",
-      "2349, 0.000000\\\n",
-      "2349, 0.000000\\\n",
-      "2349, 0.000000\\\n",
-      "2349, 0.000000\\\n",
-      "2349, 0.000000\\\n",
-      "2349, 0.000000\\\n",
-      "2350, 0.000000\\\n",
-      "2350, 0.000000\\\n",
-      "2350, 0.000000\\\n",
-      "2350, 0.000000\\\n",
-      "2350, 0.000000\\\n",
-      "2350, 0.000000\\\n",
-      "2350, 0.000000\\\n",
-      "2350, 0.000000\\\n",
-      "2350, 0.000000\\\n",
-      "2351, 0.000000\\\n",
-      "2351, 0.000000\\\n",
-      "2351, 0.000000\\\n",
-      "2351, 0.000000\\\n",
-      "2351, 0.000000\\\n",
-      "2351, 0.000000\\\n",
-      "2351, 0.000000\\\n",
-      "2351, 0.000000\\\n",
-      "2351, 0.000000\\\n",
-      "2352, 0.000000\\\n",
-      "2352, 0.000000\\\n",
-      "2352, 0.000000\\\n",
-      "2352, 0.000000\\\n",
-      "2352, 0.000000\\\n",
-      "2352, 0.000000\\\n",
-      "2352, 0.000000\\\n",
-      "2352, 0.000000\\\n",
-      "2352, 0.000000\\\n",
-      "2353, 0.000000\\\n",
-      "2353, 0.000000\\\n",
-      "2353, 0.000000\\\n",
-      "2353, 0.000000\\\n",
-      "2353, 0.000000\\\n",
-      "2353, 0.000000\\\n",
-      "2353, 0.000000\\\n",
-      "2353, 0.000000\\\n",
-      "2353, 0.000000\\\n",
-      "2354, 0.000000\\\n",
-      "2354, 0.000000\\\n",
-      "2354, 0.000000\\\n",
-      "2354, 0.000000\\\n",
-      "2354, 0.000000\\\n",
-      "2354, 0.000000\\\n",
-      "2354, 0.000000\\\n",
-      "2354, 0.000000\\\n",
-      "2354, 0.000000\\\n",
-      "2355, 0.000000\\\n",
-      "2355, 0.000000\\\n",
-      "2355, 0.000000\\\n",
-      "2355, 0.000000\\\n",
-      "2355, 0.000000\\\n",
-      "2355, 0.000000\\\n",
-      "2355, 0.000000\\\n",
-      "2355, 0.000000\\\n",
-      "2355, 0.000000\\\n",
-      "2356, 0.000000\\\n",
-      "2356, 0.000000\\\n",
-      "2356, 0.000000\\\n",
-      "2356, 0.000000\\\n",
-      "2356, 0.000000\\\n",
-      "2356, 0.000000\\\n",
-      "2356, 0.000000\\\n",
-      "2356, 0.000000\\\n",
-      "2356, 0.000000\\\n",
-      "2357, 0.000000\\\n",
-      "2357, 0.000000\\\n",
-      "2357, 0.000000\\\n",
-      "2357, 0.000000\\\n",
-      "2357, 0.000000\\\n",
-      "2357, 0.000000\\\n",
-      "2357, 0.000000\\\n",
-      "2357, 0.000000\\\n",
-      "2357, 0.000000\\\n",
-      "2358, 0.000000\\\n",
-      "2358, 0.000000\\\n",
-      "2358, 0.000000\\\n",
-      "2358, 0.000000\\\n",
-      "2358, 0.000000\\\n",
-      "2358, 0.000000\\\n",
-      "2358, 0.000000\\\n",
-      "2358, 0.000000\\\n",
-      "2358, 0.000000\\\n",
-      "2359, 0.000000\\\n",
-      "2359, 0.000000\\\n",
-      "2359, 0.000000\\\n",
-      "2359, 0.000000\\\n",
-      "2359, 0.000000\\\n",
-      "2359, 0.000000\\\n",
-      "2359, 0.000000\\\n",
-      "2359, 0.000000\\\n",
-      "2359, 0.000000\\\n",
-      "2360, 0.000000\\\n",
-      "2360, 0.000000\\\n",
-      "2360, 0.000000\\\n",
-      "2360, 0.000000\\\n",
-      "2360, 0.000000\\\n",
-      "2360, 0.000000\\\n",
-      "2360, 0.000000\\\n",
-      "2360, 0.000000\\\n",
-      "2360, 0.000000\\\n",
-      "2361, 0.000000\\\n",
-      "2361, 0.000000\\\n",
-      "2361, 0.000000\\\n",
-      "2361, 0.000000\\\n",
-      "2361, 0.000000\\\n",
-      "2361, 0.000000\\\n",
-      "2361, 0.000000\\\n",
-      "2361, 0.000000\\\n",
-      "2361, 0.000000\\\n",
-      "2362, 0.000000\\\n",
-      "2362, 0.000000\\\n",
-      "2362, 0.000000\\\n",
-      "2362, 0.000000\\\n",
-      "2362, 0.000000\\\n",
-      "2362, 0.000000\\\n",
-      "2362, 0.000000\\\n",
-      "2362, 0.000000\\\n",
-      "2362, 0.000000\\\n",
-      "2363, 0.000000\\\n",
-      "2363, 0.000000\\\n",
-      "2363, 0.000000\\\n",
-      "2363, 0.000000\\\n",
-      "2363, 0.000000\\\n",
-      "2363, 0.000000\\\n",
-      "2363, 0.000000\\\n",
-      "2363, 0.000000\\\n",
-      "2363, 0.000000\\\n",
-      "2364, 0.000000\\\n",
-      "2364, 0.000000\\\n",
-      "2364, 0.000000\\\n",
-      "2364, 0.000000\\\n",
-      "2364, 0.000000\\\n",
-      "2364, 0.000000\\\n",
-      "2364, 0.000000\\\n",
-      "2364, 0.000000\\\n",
-      "2364, 0.000000\\\n",
-      "2365, 0.000000\\\n",
-      "2365, 0.000000\\\n",
-      "2365, 0.000000\\\n",
-      "2365, 0.000000\\\n",
-      "2365, 0.000000\\\n",
-      "2365, 0.000000\\\n",
-      "2365, 0.000000\\\n",
-      "2365, 0.000000\\\n",
-      "2365, 1.000000\\\n",
-      "2366, 0.000000\\\n",
-      "2366, 0.000000\\\n",
-      "2366, 0.000000\\\n",
-      "2366, 0.000000\\\n",
-      "2366, 0.000000\\\n",
-      "2366, 0.000000\\\n",
-      "2366, 0.000000\\\n",
-      "2366, 0.000000\\\n",
-      "2366, 0.000000\\\n",
-      "2367, 0.000000\\\n",
-      "2367, 0.000000\\\n",
-      "2367, 0.000000\\\n",
-      "2367, 0.000000\\\n",
-      "2367, 0.000000\\\n",
-      "2367, 0.000000\\\n",
-      "2367, 0.000000\\\n",
-      "2367, 0.000000\\\n",
-      "2367, 0.000000\\\n",
-      "2368, 0.000000\\\n",
-      "2368, 0.000000\\\n",
-      "2368, 0.000000\\\n",
-      "2368, 0.000000\\\n",
-      "2368, 0.000000\\\n",
-      "2368, 0.000000\\\n",
-      "2368, 0.000000\\\n",
-      "2368, 0.000000\\\n",
-      "2368, 0.000000\\\n",
-      "2369, 0.000000\\\n",
-      "2369, 0.000000\\\n",
-      "2369, 0.000000\\\n",
-      "2369, 0.000000\\\n",
-      "2369, 0.000000\\\n",
-      "2369, 0.000000\\\n",
-      "2369, 0.000000\\\n",
-      "2369, 0.000000\\\n",
-      "2369, 0.000000\\\n",
-      "2370, 0.000000\\\n",
-      "2370, 0.000000\\\n",
-      "2370, 0.000000\\\n",
-      "2370, 0.000000\\\n",
-      "2370, 0.000000\\\n",
-      "2370, 0.000000\\\n",
-      "2370, 0.000000\\\n",
-      "2370, 0.000000\\\n",
-      "2370, 0.000000\\\n",
-      "2371, 0.000000\\\n",
-      "2371, 0.000000\\\n",
-      "2371, 0.000000\\\n",
-      "2371, 0.000000\\\n",
-      "2371, 0.000000\\\n",
-      "2371, 0.000000\\\n",
-      "2371, 0.000000\\\n",
-      "2371, 0.000000\\\n",
-      "2371, 0.000000\\\n",
-      "2372, 0.000000\\\n",
-      "2372, 0.000000\\\n",
-      "2372, 0.000000\\\n",
-      "2372, 0.000000\\\n",
-      "2372, 0.000000\\\n",
-      "2372, 0.000000\\\n",
-      "2372, 0.000000\\\n",
-      "2372, 0.000000\\\n",
-      "2372, 0.000000\\\n",
-      "2373, 0.000000\\\n",
-      "2373, 0.000000\\\n",
-      "2373, 0.000000\\\n",
-      "2373, 0.000000\\\n",
-      "2373, 0.000000\\\n",
-      "2373, 0.000000\\\n",
-      "2373, 0.000000\\\n",
-      "2373, 0.000000\\\n",
-      "2373, 0.000000\\\n",
-      "2374, 0.000000\\\n",
-      "2374, 0.000000\\\n",
-      "2374, 0.000000\\\n",
-      "2374, 0.000000\\\n",
-      "2374, 0.000000\\\n",
-      "2374, 0.000000\\\n",
-      "2374, 0.000000\\\n",
-      "2374, 0.000000\\\n",
-      "2374, 0.000000\\\n",
-      "2375, 0.000000\\\n",
-      "2375, 0.000000\\\n",
-      "2375, 0.000000\\\n",
-      "2375, 0.000000\\\n",
-      "2375, 0.000000\\\n",
-      "2375, 0.000000\\\n",
-      "2375, 0.000000\\\n",
-      "2375, 0.000000\\\n",
-      "2375, 0.000000\\\n",
-      "2376, 0.000000\\\n",
-      "2376, 0.000000\\\n",
-      "2376, 0.000000\\\n",
-      "2376, 0.000000\\\n",
-      "2376, 0.000000\\\n",
-      "2376, 0.000000\\\n",
-      "2376, 0.000000\\\n",
-      "2376, 0.000000\\\n",
-      "2376, 0.000000\\\n",
-      "2377, 0.000000\\\n",
-      "2377, 0.000000\\\n",
-      "2377, 0.000000\\\n",
-      "2377, 0.000000\\\n",
-      "2377, 0.000000\\\n",
-      "2377, 0.000000\\\n",
-      "2377, 0.000000\\\n",
-      "2377, 0.000000\\\n",
-      "2377, 0.000000\\\n",
-      "2378, 0.000000\\\n",
-      "2378, 0.000000\\\n",
-      "2378, 0.000000\\\n",
-      "2378, 0.000000\\\n",
-      "2378, 0.000000\\\n",
-      "2378, 0.000000\\\n",
-      "2378, 0.000000\\\n",
-      "2378, 0.000000\\\n",
-      "2378, 0.000000\\\n",
-      "2379, 0.000000\\\n",
-      "2379, 0.000000\\\n",
-      "2379, 0.000000\\\n",
-      "2379, 0.000000\\\n",
-      "2379, 0.000000\\\n",
-      "2379, 0.000000\\\n",
-      "2379, 0.000000\\\n",
-      "2379, 0.000000\\\n",
-      "2379, 0.000000\\\n",
-      "2380, 0.000000\\\n",
-      "2380, 0.000000\\\n",
-      "2380, 0.000000\\\n",
-      "2380, 0.000000\\\n",
-      "2380, 0.000000\\\n",
-      "2380, 0.000000\\\n",
-      "2380, 0.000000\\\n",
-      "2380, 0.000000\\\n",
-      "2380, 0.000000\\\n",
-      "2381, 0.000000\\\n",
-      "2381, 0.000000\\\n",
-      "2381, 0.000000\\\n",
-      "2381, 0.000000\\\n",
-      "2381, 0.000000\\\n",
-      "2381, 0.000000\\\n",
-      "2381, 0.000000\\\n",
-      "2381, 0.000000\\\n",
-      "2381, 0.000000\\\n",
-      "2382, 0.000000\\\n",
-      "2382, 0.000000\\\n",
-      "2382, 0.000000\\\n",
-      "2382, 0.000000\\\n",
-      "2382, 0.000000\\\n",
-      "2382, 0.000000\\\n",
-      "2382, 0.000000\\\n",
-      "2382, 0.000000\\\n",
-      "2382, 0.000000\\\n",
-      "2383, 0.000000\\\n",
-      "2383, 0.000000\\\n",
-      "2383, 0.000000\\\n",
-      "2383, 0.000000\\\n",
-      "2383, 0.000000\\\n",
-      "2383, 0.000000\\\n",
-      "2383, 0.000000\\\n",
-      "2383, 0.000000\\\n",
-      "2383, 0.000000\\\n",
-      "2384, 0.000000\\\n",
-      "2384, 0.000000\\\n",
-      "2384, 0.000000\\\n",
-      "2384, 0.000000\\\n",
-      "2384, 0.000000\\\n",
-      "2384, 0.000000\\\n",
-      "2384, 0.000000\\\n",
-      "2384, 0.000000\\\n",
-      "2384, 0.000000\\\n",
-      "2385, 0.000000\\\n",
-      "2385, 0.000000\\\n",
-      "2385, 0.000000\\\n",
-      "2385, 0.000000\\\n",
-      "2385, 0.000000\\\n",
-      "2385, 0.000000\\\n",
-      "2385, 0.000000\\\n",
-      "2385, 0.000000\\\n",
-      "2385, 0.000000\\\n",
-      "2386, 0.000000\\\n",
-      "2386, 0.000000\\\n",
-      "2386, 0.000000\\\n",
-      "2386, 0.000000\\\n",
-      "2386, 0.000000\\\n",
-      "2386, 0.000000\\\n",
-      "2386, 0.000000\\\n",
-      "2386, 0.000000\\\n",
-      "2386, 0.000000\\\n",
-      "2387, 0.000000\\\n",
-      "2387, 0.000000\\\n",
-      "2387, 0.000000\\\n",
-      "2387, 0.000000\\\n",
-      "2387, 0.000000\\\n",
-      "2387, 0.000000\\\n",
-      "2387, 0.000000\\\n",
-      "2387, 0.000000\\\n",
-      "2387, 0.000000\\\n",
-      "2388, 0.000000\\\n",
-      "2388, 0.000000\\\n",
-      "2388, 0.000000\\\n",
-      "2388, 0.000000\\\n",
-      "2388, 0.000000\\\n",
-      "2388, 0.000000\\\n",
-      "2388, 0.000000\\\n",
-      "2388, 0.000000\\\n",
-      "2388, 0.000000\\\n",
-      "2389, 0.000000\\\n",
-      "2389, 0.000000\\\n",
-      "2389, 0.000000\\\n",
-      "2389, 0.000000\\\n",
-      "2389, 0.000000\\\n",
-      "2389, 0.000000\\\n",
-      "2389, 0.000000\\\n",
-      "2389, 0.000000\\\n",
-      "2389, 0.000000\\\n",
-      "2390, 0.000000\\\n",
-      "2390, 0.000000\\\n",
-      "2390, 0.000000\\\n",
-      "2390, 0.000000\\\n",
-      "2390, 0.000000\\\n",
-      "2390, 0.000000\\\n",
-      "2390, 0.000000\\\n",
-      "2390, 0.000000\\\n",
-      "2390, 0.000000\\\n",
-      "2391, 0.000000\\\n",
-      "2391, 0.000000\\\n",
-      "2391, 0.000000\\\n",
-      "2391, 0.000000\\\n",
-      "2391, 0.000000\\\n",
-      "2391, 0.000000\\\n",
-      "2391, 0.000000\\\n",
-      "2391, 0.000000\\\n",
-      "2391, 0.000000\\\n",
-      "2392, 0.000000\\\n",
-      "2392, 0.000000\\\n",
-      "2392, 0.000000\\\n",
-      "2392, 0.000000\\\n",
-      "2392, 0.000000\\\n",
-      "2392, 0.000000\\\n",
-      "2392, 0.000000\\\n",
-      "2392, 0.000000\\\n",
-      "2392, 0.000000\\\n",
-      "2393, 0.000000\\\n",
-      "2393, 0.000000\\\n",
-      "2393, 0.000000\\\n",
-      "2393, 0.000000\\\n",
-      "2393, 0.000000\\\n",
-      "2393, 0.000000\\\n",
-      "2393, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "2393, 0.000000\\\n",
-      "2393, 0.000000\\\n",
-      "2394, 0.000000\\\n",
-      "2394, 0.000000\\\n",
-      "2394, 0.000000\\\n",
-      "2394, 0.000000\\\n",
-      "2394, 0.000000\\\n",
-      "2394, 0.000000\\\n",
-      "2394, 0.000000\\\n",
-      "2394, 0.000000\\\n",
-      "2394, 0.000000\\\n",
-      "2395, 0.000000\\\n",
-      "2395, 0.000000\\\n",
-      "2395, 0.000000\\\n",
-      "2395, 0.000000\\\n",
-      "2395, 0.000000\\\n",
-      "2395, 0.000000\\\n",
-      "2395, 0.000000\\\n",
-      "2395, 0.000000\\\n",
-      "2395, 0.000000\\\n",
-      "2396, 0.000000\\\n",
-      "2396, 0.000000\\\n",
-      "2396, 0.000000\\\n",
-      "2396, 0.000000\\\n",
-      "2396, 0.000000\\\n",
-      "2396, 0.000000\\\n",
-      "2396, 0.000000\\\n",
-      "2396, 0.000000\\\n",
-      "2396, 0.000000\\\n",
-      "2397, 0.000000\\\n",
-      "2397, 0.000000\\\n",
-      "2397, 0.000000\\\n",
-      "2397, 0.000000\\\n",
-      "2397, 0.000000\\\n",
-      "2397, 0.000000\\\n",
-      "2397, 0.000000\\\n",
-      "2397, 0.000000\\\n",
-      "2397, 0.000000\\\n",
-      "2398, 0.000000\\\n",
-      "2398, 0.000000\\\n",
-      "2398, 0.000000\\\n",
-      "2398, 0.000000\\\n",
-      "2398, 0.000000\\\n",
-      "2398, 0.000000\\\n",
-      "2398, 0.000000\\\n",
-      "2398, 0.000000\\\n",
-      "2398, 0.000000\\\n",
-      "2399, 0.000000\\\n",
-      "2399, 0.000000\\\n",
-      "2399, 0.000000\\\n",
-      "2399, 0.000000\\\n",
-      "2399, 0.000000\\\n",
-      "2399, 0.000000\\\n",
-      "2399, 0.000000\\\n",
-      "2399, 0.000000\\\n",
-      "2399, 0.000000\\\n",
-      "2400, 0.000000\\\n",
-      "2400, 0.000000\\\n",
-      "2400, 0.000000\\\n",
-      "2400, 0.000000\\\n",
-      "2400, 0.000000\\\n",
-      "2400, 0.000000\\\n",
-      "2400, 0.000000\\\n",
-      "2400, 0.000000\\\n",
-      "2400, 0.000000\\\n",
-      "2401, 0.000000\\\n",
-      "2401, 1.000000\\\n",
-      "2401, 0.000000\\\n",
-      "2401, 0.000000\\\n",
-      "2401, 0.000000\\\n",
-      "2401, 0.000000\\\n",
-      "2401, 0.000000\\\n",
-      "2401, 0.000000\\\n",
-      "2401, 0.000000\\\n",
-      "2402, 0.000000\\\n",
-      "2402, 0.000000\\\n",
-      "2402, 0.000000\\\n",
-      "2402, 0.000000\\\n",
-      "2402, 0.000000\\\n",
-      "2402, 0.000000\\\n",
-      "2402, 0.000000\\\n",
-      "2402, 0.000000\\\n",
-      "2402, 0.000000\\\n",
-      "2403, 0.000000\\\n",
-      "2403, 0.000000\\\n",
-      "2403, 0.000000\\\n",
-      "2403, 0.000000\\\n",
-      "2403, 0.000000\\\n",
-      "2403, 0.000000\\\n",
-      "2403, 0.000000\\\n",
-      "2403, 0.000000\\\n",
-      "2403, 0.000000\\\n",
-      "2404, 0.000000\\\n",
-      "2404, 0.000000\\\n",
-      "2404, 0.000000\\\n",
-      "2404, 0.000000\\\n",
-      "2404, 0.000000\\\n",
-      "2404, 0.000000\\\n",
-      "2404, 0.000000\\\n",
-      "2404, 0.000000\\\n",
-      "2404, 0.000000\\\n",
-      "2405, 0.000000\\\n",
-      "2405, 0.000000\\\n",
-      "2405, 0.000000\\\n",
-      "2405, 0.000000\\\n",
-      "2405, 0.000000\\\n",
-      "2405, 0.000000\\\n",
-      "2405, 0.000000\\\n",
-      "2405, 0.000000\\\n",
-      "2405, 0.000000\\\n",
-      "2406, 0.000000\\\n",
-      "2406, 0.000000\\\n",
-      "2406, 0.000000\\\n",
-      "2406, 0.000000\\\n",
-      "2406, 0.000000\\\n",
-      "2406, 0.000000\\\n",
-      "2406, 0.000000\\\n",
-      "2406, 0.000000\\\n",
-      "2406, 0.000000\\\n",
-      "2407, 0.000000\\\n",
-      "2407, 0.000000\\\n",
-      "2407, 0.000000\\\n",
-      "2407, 0.000000\\\n",
-      "2407, 0.000000\\\n",
-      "2407, 0.000000\\\n",
-      "2407, 0.000000\\\n",
-      "2407, 0.000000\\\n",
-      "2407, 0.000000\\\n",
-      "2408, 0.000000\\\n",
-      "2408, 0.000000\\\n",
-      "2408, 0.000000\\\n",
-      "2408, 0.000000\\\n",
-      "2408, 0.000000\\\n",
-      "2408, 0.000000\\\n",
-      "2408, 0.000000\\\n",
-      "2408, 0.000000\\\n",
-      "2408, 0.000000\\\n",
-      "2409, 0.000000\\\n",
-      "2409, 0.000000\\\n",
-      "2409, 0.000000\\\n",
-      "2409, 0.000000\\\n",
-      "2409, 0.000000\\\n",
-      "2409, 0.000000\\\n",
-      "2409, 0.000000\\\n",
-      "2409, 0.000000\\\n",
-      "2409, 0.000000\\\n",
-      "2410, 0.000000\\\n",
-      "2410, 0.000000\\\n",
-      "2410, 0.000000\\\n",
-      "2410, 0.000000\\\n",
-      "2410, 0.000000\\\n",
-      "2410, 0.000000\\\n",
-      "2410, 0.000000\\\n",
-      "2410, 0.000000\\\n",
-      "2410, 0.000000\\\n",
-      "2411, 0.000000\\\n",
-      "2411, 0.000000\\\n",
-      "2411, 0.000000\\\n",
-      "2411, 0.000000\\\n",
-      "2411, 0.000000\\\n",
-      "2411, 0.000000\\\n",
-      "2411, 0.000000\\\n",
-      "2411, 0.000000\\\n",
-      "2411, 0.000000\\\n",
-      "2412, 0.000000\\\n",
-      "2412, 0.000000\\\n",
-      "2412, 0.000000\\\n",
-      "2412, 0.000000\\\n",
-      "2412, 0.000000\\\n",
-      "2412, 0.000000\\\n",
-      "2412, 0.000000\\\n",
-      "2412, 0.000000\\\n",
-      "2412, 0.000000\\\n",
-      "2413, 0.000000\\\n",
-      "2413, 0.000000\\\n",
-      "2413, 0.000000\\\n",
-      "2413, 0.000000\\\n",
-      "2413, 0.000000\\\n",
-      "2413, 0.000000\\\n",
-      "2413, 0.000000\\\n",
-      "2413, 0.000000\\\n",
-      "2413, 0.000000\\\n",
-      "2414, 0.000000\\\n",
-      "2414, 0.000000\\\n",
-      "2414, 0.000000\\\n",
-      "2414, 0.000000\\\n",
-      "2414, 0.000000\\\n",
-      "2414, 0.000000\\\n",
-      "2414, 0.000000\\\n",
-      "2414, 0.000000\\\n",
-      "2414, 0.000000\\\n",
-      "2415, 0.000000\\\n",
-      "2415, 0.000000\\\n",
-      "2415, 0.000000\\\n",
-      "2415, 0.000000\\\n",
-      "2415, 0.000000\\\n",
-      "2415, 0.000000\\\n",
-      "2415, 0.000000\\\n",
-      "2415, 0.000000\\\n",
-      "2415, 0.000000\\\n",
-      "2416, 0.000000\\\n",
-      "2416, 0.000000\\\n",
-      "2416, 0.000000\\\n",
-      "2416, 0.000000\\\n",
-      "2416, 0.000000\\\n",
-      "2416, 0.000000\\\n",
-      "2416, 0.000000\\\n",
-      "2416, 0.000000\\\n",
-      "2416, 0.000000\\\n",
-      "2417, 0.000000\\\n",
-      "2417, 0.000000\\\n",
-      "2417, 0.000000\\\n",
-      "2417, 0.000000\\\n",
-      "2417, 0.000000\\\n",
-      "2417, 0.000000\\\n",
-      "2417, 0.000000\\\n",
-      "2417, 0.000000\\\n",
-      "2417, 0.000000\\\n",
-      "2418, 0.000000\\\n",
-      "2418, 0.000000\\\n",
-      "2418, 0.000000\\\n",
-      "2418, 0.000000\\\n",
-      "2418, 0.000000\\\n",
-      "2418, 0.000000\\\n",
-      "2418, 0.000000\\\n",
-      "2418, 0.000000\\\n",
-      "2418, 0.000000\\\n",
-      "2419, 0.000000\\\n",
-      "2419, 0.000000\\\n",
-      "2419, 0.000000\\\n",
-      "2419, 0.000000\\\n",
-      "2419, 0.000000\\\n",
-      "2419, 0.000000\\\n",
-      "2419, 0.000000\\\n",
-      "2419, 0.000000\\\n",
-      "2419, 0.000000\\\n",
-      "2420, 0.000000\\\n",
-      "2420, 0.000000\\\n",
-      "2420, 0.000000\\\n",
-      "2420, 0.000000\\\n",
-      "2420, 0.000000\\\n",
-      "2420, 0.000000\\\n",
-      "2420, 0.000000\\\n",
-      "2420, 0.000000\\\n",
-      "2420, 0.000000\\\n",
-      "2421, 0.000000\\\n",
-      "2421, 0.000000\\\n",
-      "2421, 0.000000\\\n",
-      "2421, 0.000000\\\n",
-      "2421, 0.000000\\\n",
-      "2421, 0.000000\\\n",
-      "2421, 0.000000\\\n",
-      "2421, 0.000000\\\n",
-      "2421, 0.000000\\\n",
-      "2422, 0.000000\\\n",
-      "2422, 0.000000\\\n",
-      "2422, 0.000000\\\n",
-      "2422, 0.000000\\\n",
-      "2422, 0.000000\\\n",
-      "2422, 0.000000\\\n",
-      "2422, 0.000000\\\n",
-      "2422, 0.000000\\\n",
-      "2422, 0.000000\\\n",
-      "2423, 0.000000\\\n",
-      "2423, 0.000000\\\n",
-      "2423, 0.000000\\\n",
-      "2423, 0.000000\\\n",
-      "2423, 0.000000\\\n",
-      "2423, 0.000000\\\n",
-      "2423, 0.000000\\\n",
-      "2423, 0.000000\\\n",
-      "2423, 0.000000\\\n",
-      "2424, 0.000000\\\n",
-      "2424, 0.000000\\\n",
-      "2424, 0.000000\\\n",
-      "2424, 0.000000\\\n",
-      "2424, 0.000000\\\n",
-      "2424, 0.000000\\\n",
-      "2424, 0.000000\\\n",
-      "2424, 0.000000\\\n",
-      "2424, 0.000000\\\n",
-      "2425, 0.000000\\\n",
-      "2425, 0.000000\\\n",
-      "2425, 0.000000\\\n",
-      "2425, 0.000000\\\n",
-      "2425, 0.000000\\\n",
-      "2425, 0.000000\\\n",
-      "2425, 0.000000\\\n",
-      "2425, 0.000000\\\n",
-      "2425, 0.000000\\\n",
-      "2426, 0.000000\\\n",
-      "2426, 0.000000\\\n",
-      "2426, 0.000000\\\n",
-      "2426, 0.000000\\\n",
-      "2426, 0.000000\\\n",
-      "2426, 0.000000\\\n",
-      "2426, 0.000000\\\n",
-      "2426, 0.000000\\\n",
-      "2426, 0.000000\\\n",
-      "2427, 0.000000\\\n",
-      "2427, 0.000000\\\n",
-      "2427, 0.000000\\\n",
-      "2427, 0.000000\\\n",
-      "2427, 0.000000\\\n",
-      "2427, 0.000000\\\n",
-      "2427, 0.000000\\\n",
-      "2427, 0.000000\\\n",
-      "2427, 0.000000\\\n",
-      "2428, 0.000000\\\n",
-      "2428, 0.000000\\\n",
-      "2428, 0.000000\\\n",
-      "2428, 0.000000\\\n",
-      "2428, 0.000000\\\n",
-      "2428, 0.000000\\\n",
-      "2428, 0.000000\\\n",
-      "2428, 0.000000\\\n",
-      "2428, 0.000000\\\n",
-      "2429, 0.000000\\\n",
-      "2429, 0.000000\\\n",
-      "2429, 0.000000\\\n",
-      "2429, 0.000000\\\n",
-      "2429, 0.000000\\\n",
-      "2429, 0.000000\\\n",
-      "2429, 0.000000\\\n",
-      "2429, 0.000000\\\n",
-      "2429, 0.000000\\\n",
-      "2430, 0.000000\\\n",
-      "2430, 0.000000\\\n",
-      "2430, 0.000000\\\n",
-      "2430, 0.000000\\\n",
-      "2430, 0.000000\\\n",
-      "2430, 0.000000\\\n",
-      "2430, 0.000000\\\n",
-      "2430, 0.000000\\\n",
-      "2430, 0.000000\\\n",
-      "2431, 0.000000\\\n",
-      "2431, 0.000000\\\n",
-      "2431, 0.000000\\\n",
-      "2431, 0.000000\\\n",
-      "2431, 0.000000\\\n",
-      "2431, 0.000000\\\n",
-      "2431, 0.000000\\\n",
-      "2431, 0.000000\\\n",
-      "2431, 0.000000\\\n",
-      "2432, 0.000000\\\n",
-      "2432, 0.000000\\\n",
-      "2432, 0.000000\\\n",
-      "2432, 0.000000\\\n",
-      "2432, 0.000000\\\n",
-      "2432, 0.000000\\\n",
-      "2432, 0.000000\\\n",
-      "2432, 0.000000\\\n",
-      "2432, 0.000000\\\n",
-      "2433, 0.000000\\\n",
-      "2433, 0.000000\\\n",
-      "2433, 0.000000\\\n",
-      "2433, 0.000000\\\n",
-      "2433, 0.000000\\\n",
-      "2433, 0.000000\\\n",
-      "2433, 0.000000\\\n",
-      "2433, 0.000000\\\n",
-      "2433, 0.000000\\\n",
-      "2434, 0.000000\\\n",
-      "2434, 0.000000\\\n",
-      "2434, 0.000000\\\n",
-      "2434, 0.000000\\\n",
-      "2434, 0.000000\\\n",
-      "2434, 0.000000\\\n",
-      "2434, 0.000000\\\n",
-      "2434, 0.000000\\\n",
-      "2434, 0.000000\\\n",
-      "2435, 0.000000\\\n",
-      "2435, 0.000000\\\n",
-      "2435, 0.000000\\\n",
-      "2435, 0.000000\\\n",
-      "2435, 0.000000\\\n",
-      "2435, 0.000000\\\n",
-      "2435, 0.000000\\\n",
-      "2435, 0.000000\\\n",
-      "2435, 0.000000\\\n",
-      "2436, 0.000000\\\n",
-      "2436, 0.000000\\\n",
-      "2436, 0.000000\\\n",
-      "2436, 0.000000\\\n",
-      "2436, 0.000000\\\n",
-      "2436, 0.000000\\\n",
-      "2436, 0.000000\\\n",
-      "2436, 0.000000\\\n",
-      "2436, 0.000000\\\n",
-      "2437, 0.000000\\\n",
-      "2437, 0.000000\\\n",
-      "2437, 0.000000\\\n",
-      "2437, 0.000000\\\n",
-      "2437, 0.000000\\\n",
-      "2437, 0.000000\\\n",
-      "2437, 0.000000\\\n",
-      "2437, 0.000000\\\n",
-      "2437, 0.000000\\\n",
-      "2438, 0.000000\\\n",
-      "2438, 0.000000\\\n",
-      "2438, 0.000000\\\n",
-      "2438, 0.000000\\\n",
-      "2438, 0.000000\\\n",
-      "2438, 0.000000\\\n",
-      "2438, 0.000000\\\n",
-      "2438, 0.000000\\\n",
-      "2438, 0.000000\\\n",
-      "2439, 0.000000\\\n",
-      "2439, 0.000000\\\n",
-      "2439, 0.000000\\\n",
-      "2439, 0.000000\\\n",
-      "2439, 0.000000\\\n",
-      "2439, 0.000000\\\n",
-      "2439, 0.000000\\\n",
-      "2439, 0.000000\\\n",
-      "2439, 0.000000\\\n",
-      "2440, 0.000000\\\n",
-      "2440, 0.000000\\\n",
-      "2440, 0.000000\\\n",
-      "2440, 0.000000\\\n",
-      "2440, 1.000000\\\n",
-      "2440, 0.000000\\\n",
-      "2440, 0.000000\\\n",
-      "2440, 0.000000\\\n",
-      "2440, 0.000000\\\n",
-      "2441, 0.000000\\\n",
-      "2441, 0.000000\\\n",
-      "2441, 0.000000\\\n",
-      "2441, 0.000000\\\n",
-      "2441, 0.000000\\\n",
-      "2441, 0.000000\\\n",
-      "2441, 0.000000\\\n",
-      "2441, 0.000000\\\n",
-      "2441, 0.000000\\\n",
-      "2442, 0.000000\\\n",
-      "2442, 0.000000\\\n",
-      "2442, 0.000000\\\n",
-      "2442, 0.000000\\\n",
-      "2442, 0.000000\\\n",
-      "2442, 0.000000\\\n",
-      "2442, 0.000000\\\n",
-      "2442, 0.000000\\\n",
-      "2442, 0.000000\\\n",
-      "2443, 0.000000\\\n",
-      "2443, 0.000000\\\n",
-      "2443, 0.000000\\\n",
-      "2443, 0.000000\\\n",
-      "2443, 0.000000\\\n",
-      "2443, 0.000000\\\n",
-      "2443, 0.000000\\\n",
-      "2443, 0.000000\\\n",
-      "2443, 0.000000\\\n",
-      "2444, 0.000000\\\n",
-      "2444, 0.000000\\\n",
-      "2444, 0.000000\\\n",
-      "2444, 0.000000\\\n",
-      "2444, 0.000000\\\n",
-      "2444, 0.000000\\\n",
-      "2444, 0.000000\\\n",
-      "2444, 0.000000\\\n",
-      "2444, 0.000000\\\n",
-      "2445, 0.000000\\\n",
-      "2445, 0.000000\\\n",
-      "2445, 0.000000\\\n",
-      "2445, 0.000000\\\n",
-      "2445, 0.000000\\\n",
-      "2445, 0.000000\\\n",
-      "2445, 0.000000\\\n",
-      "2445, 0.000000\\\n",
-      "2445, 0.000000\\\n",
-      "2446, 0.000000\\\n",
-      "2446, 0.000000\\\n",
-      "2446, 0.000000\\\n",
-      "2446, 0.000000\\\n",
-      "2446, 0.000000\\\n",
-      "2446, 0.000000\\\n",
-      "2446, 0.000000\\\n",
-      "2446, 0.000000\\\n",
-      "2446, 0.000000\\\n",
-      "2447, 0.000000\\\n",
-      "2447, 0.000000\\\n",
-      "2447, 0.000000\\\n",
-      "2447, 0.000000\\\n",
-      "2447, 0.000000\\\n",
-      "2447, 0.000000\\\n",
-      "2447, 0.000000\\\n",
-      "2447, 0.000000\\\n",
-      "2447, 0.000000\\\n",
-      "2448, 0.000000\\\n",
-      "2448, 0.000000\\\n",
-      "2448, 0.000000\\\n",
-      "2448, 0.000000\\\n",
-      "2448, 0.000000\\\n",
-      "2448, 0.000000\\\n",
-      "2448, 0.000000\\\n",
-      "2448, 0.000000\\\n",
-      "2448, 0.000000\\\n",
-      "2449, 0.000000\\\n",
-      "2449, 0.000000\\\n",
-      "2449, 0.000000\\\n",
-      "2449, 0.000000\\\n",
-      "2449, 0.000000\\\n",
-      "2449, 0.000000\\\n",
-      "2449, 0.000000\\\n",
-      "2449, 0.000000\\\n",
-      "2449, 0.000000\\\n",
-      "2450, 0.000000\\\n",
-      "2450, 0.000000\\\n",
-      "2450, 0.000000\\\n",
-      "2450, 0.000000\\\n",
-      "2450, 0.000000\\\n",
-      "2450, 0.000000\\\n",
-      "2450, 0.000000\\\n",
-      "2450, 0.000000\\\n",
-      "2450, 0.000000\\\n",
-      "2451, 0.000000\\\n",
-      "2451, 0.000000\\\n",
-      "2451, 0.000000\\\n",
-      "2451, 0.000000\\\n",
-      "2451, 0.000000\\\n",
-      "2451, 0.000000\\\n",
-      "2451, 0.000000\\\n",
-      "2451, 0.000000\\\n",
-      "2451, 0.000000\\\n",
-      "2452, 0.000000\\\n",
-      "2452, 0.000000\\\n",
-      "2452, 0.000000\\\n",
-      "2452, 0.000000\\\n",
-      "2452, 0.000000\\\n",
-      "2452, 0.000000\\\n",
-      "2452, 0.000000\\\n",
-      "2452, 0.000000\\\n",
-      "2452, 0.000000\\\n",
-      "2453, 0.000000\\\n",
-      "2453, 0.000000\\\n",
-      "2453, 0.000000\\\n",
-      "2453, 0.000000\\\n",
-      "2453, 0.000000\\\n",
-      "2453, 0.000000\\\n",
-      "2453, 0.000000\\\n",
-      "2453, 0.000000\\\n",
-      "2453, 0.000000\\\n",
-      "2454, 0.000000\\\n",
-      "2454, 0.000000\\\n",
-      "2454, 0.000000\\\n",
-      "2454, 0.000000\\\n",
-      "2454, 0.000000\\\n",
-      "2454, 0.000000\\\n",
-      "2454, 0.000000\\\n",
-      "2454, 0.000000\\\n",
-      "2454, 0.000000\\\n",
-      "2455, 0.000000\\\n",
-      "2455, 0.000000\\\n",
-      "2455, 0.000000\\\n",
-      "2455, 0.000000\\\n",
-      "2455, 0.000000\\\n",
-      "2455, 0.000000\\\n",
-      "2455, 0.000000\\\n",
-      "2455, 0.000000\\\n",
-      "2455, 0.000000\\\n",
-      "2456, 0.000000\\\n",
-      "2456, 0.000000\\\n",
-      "2456, 0.000000\\\n",
-      "2456, 0.000000\\\n",
-      "2456, 0.000000\\\n",
-      "2456, 0.000000\\\n",
-      "2456, 0.000000\\\n",
-      "2456, 0.000000\\\n",
-      "2456, 0.000000\\\n",
-      "2457, 0.000000\\\n",
-      "2457, 0.000000\\\n",
-      "2457, 0.000000\\\n",
-      "2457, 0.000000\\\n",
-      "2457, 0.000000\\\n",
-      "2457, 0.000000\\\n",
-      "2457, 0.000000\\\n",
-      "2457, 0.000000\\\n",
-      "2457, 0.000000\\\n",
-      "2458, 0.000000\\\n",
-      "2458, 0.000000\\\n",
-      "2458, 0.000000\\\n",
-      "2458, 0.000000\\\n",
-      "2458, 0.000000\\\n",
-      "2458, 0.000000\\\n",
-      "2458, 0.000000\\\n",
-      "2458, 0.000000\\\n",
-      "2458, 0.000000\\\n",
-      "2459, 0.000000\\\n",
-      "2459, 0.000000\\\n",
-      "2459, 0.000000\\\n",
-      "2459, 0.000000\\\n",
-      "2459, 0.000000\\\n",
-      "2459, 0.000000\\\n",
-      "2459, 0.000000\\\n",
-      "2459, 0.000000\\\n",
-      "2459, 0.000000\\\n",
-      "2460, 0.000000\\\n",
-      "2460, 0.000000\\\n",
-      "2460, 0.000000\\\n",
-      "2460, 0.000000\\\n",
-      "2460, 0.000000\\\n",
-      "2460, 0.000000\\\n",
-      "2460, 0.000000\\\n",
-      "2460, 0.000000\\\n",
-      "2460, 0.000000\\\n",
-      "2461, 0.000000\\\n",
-      "2461, 0.000000\\\n",
-      "2461, 0.000000\\\n",
-      "2461, 0.000000\\\n",
-      "2461, 0.000000\\\n",
-      "2461, 0.000000\\\n",
-      "2461, 0.000000\\\n",
-      "2461, 0.000000\\\n",
-      "2461, 0.000000\\\n",
-      "2462, 0.000000\\\n",
-      "2462, 0.000000\\\n",
-      "2462, 0.000000\\\n",
-      "2462, 0.000000\\\n",
-      "2462, 0.000000\\\n",
-      "2462, 0.000000\\\n",
-      "2462, 0.000000\\\n",
-      "2462, 0.000000\\\n",
-      "2462, 0.000000\\\n",
-      "2463, 0.000000\\\n",
-      "2463, 0.000000\\\n",
-      "2463, 0.000000\\\n",
-      "2463, 0.000000\\\n",
-      "2463, 0.000000\\\n",
-      "2463, 0.000000\\\n",
-      "2463, 0.000000\\\n",
-      "2463, 0.000000\\\n",
-      "2463, 0.000000\\\n",
-      "2464, 0.000000\\\n",
-      "2464, 0.000000\\\n",
-      "2464, 0.000000\\\n",
-      "2464, 0.000000\\\n",
-      "2464, 0.000000\\\n",
-      "2464, 0.000000\\\n",
-      "2464, 0.000000\\\n",
-      "2464, 0.000000\\\n",
-      "2464, 0.000000\\\n",
-      "2465, 0.000000\\\n",
-      "2465, 0.000000\\\n",
-      "2465, 0.000000\\\n",
-      "2465, 0.000000\\\n",
-      "2465, 0.000000\\\n",
-      "2465, 0.000000\\\n",
-      "2465, 0.000000\\\n",
-      "2465, 0.000000\\\n",
-      "2465, 0.000000\\\n",
-      "2466, 0.000000\\\n",
-      "2466, 0.000000\\\n",
-      "2466, 0.000000\\\n",
-      "2466, 0.000000\\\n",
-      "2466, 0.000000\\\n",
-      "2466, 0.000000\\\n",
-      "2466, 0.000000\\\n",
-      "2466, 0.000000\\\n",
-      "2466, 0.000000\\\n",
-      "2467, 0.000000\\\n",
-      "2467, 0.000000\\\n",
-      "2467, 0.000000\\\n",
-      "2467, 0.000000\\\n",
-      "2467, 0.000000\\\n",
-      "2467, 0.000000\\\n",
-      "2467, 0.000000\\\n",
-      "2467, 0.000000\\\n",
-      "2467, 0.000000\\\n",
-      "2468, 0.000000\\\n",
-      "2468, 0.000000\\\n",
-      "2468, 0.000000\\\n",
-      "2468, 0.000000\\\n",
-      "2468, 0.000000\\\n",
-      "2468, 0.000000\\\n",
-      "2468, 0.000000\\\n",
-      "2468, 0.000000\\\n",
-      "2468, 0.000000\\\n",
-      "2469, 0.000000\\\n",
-      "2469, 0.000000\\\n",
-      "2469, 0.000000\\\n",
-      "2469, 0.000000\\\n",
-      "2469, 0.000000\\\n",
-      "2469, 0.000000\\\n",
-      "2469, 0.000000\\\n",
-      "2469, 0.000000\\\n",
-      "2469, 0.000000\\\n",
-      "2470, 0.000000\\\n",
-      "2470, 0.000000\\\n",
-      "2470, 0.000000\\\n",
-      "2470, 0.000000\\\n",
-      "2470, 0.000000\\\n",
-      "2470, 0.000000\\\n",
-      "2470, 0.000000\\\n",
-      "2470, 0.000000\\\n",
-      "2470, 0.000000\\\n",
-      "2471, 0.000000\\\n",
-      "2471, 0.000000\\\n",
-      "2471, 0.000000\\\n",
-      "2471, 0.000000\\\n",
-      "2471, 0.000000\\\n",
-      "2471, 0.000000\\\n",
-      "2471, 0.000000\\\n",
-      "2471, 0.000000\\\n",
-      "2471, 0.000000\\\n",
-      "2472, 0.000000\\\n",
-      "2472, 0.000000\\\n",
-      "2472, 0.000000\\\n",
-      "2472, 0.000000\\\n",
-      "2472, 0.000000\\\n",
-      "2472, 0.000000\\\n",
-      "2472, 0.000000\\\n",
-      "2472, 0.000000\\\n",
-      "2472, 0.000000\\\n",
-      "2473, 0.000000\\\n",
-      "2473, 0.000000\\\n",
-      "2473, 0.000000\\\n",
-      "2473, 0.000000\\\n",
-      "2473, 0.000000\\\n",
-      "2473, 0.000000\\\n",
-      "2473, 0.000000\\\n",
-      "2473, 0.000000\\\n",
-      "2473, 0.000000\\\n",
-      "2474, 0.000000\\\n",
-      "2474, 0.000000\\\n",
-      "2474, 0.000000\\\n",
-      "2474, 0.000000\\\n",
-      "2474, 0.000000\\\n",
-      "2474, 0.000000\\\n",
-      "2474, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "2474, 0.000000\\\n",
-      "2474, 0.000000\\\n",
-      "2475, 0.000000\\\n",
-      "2475, 0.000000\\\n",
-      "2475, 0.000000\\\n",
-      "2475, 0.000000\\\n",
-      "2475, 0.000000\\\n",
-      "2475, 0.000000\\\n",
-      "2475, 0.000000\\\n",
-      "2475, 0.000000\\\n",
-      "2475, 0.000000\\\n",
-      "2476, 0.000000\\\n",
-      "2476, 0.000000\\\n",
-      "2476, 0.000000\\\n",
-      "2476, 0.000000\\\n",
-      "2476, 0.000000\\\n",
-      "2476, 0.000000\\\n",
-      "2476, 0.000000\\\n",
-      "2476, 0.000000\\\n",
-      "2476, 0.000000\\\n",
-      "2477, 0.000000\\\n",
-      "2477, 0.000000\\\n",
-      "2477, 0.000000\\\n",
-      "2477, 0.000000\\\n",
-      "2477, 0.000000\\\n",
-      "2477, 0.000000\\\n",
-      "2477, 0.000000\\\n",
-      "2477, 0.000000\\\n",
-      "2477, 0.000000\\\n",
-      "2478, 0.000000\\\n",
-      "2478, 0.000000\\\n",
-      "2478, 0.000000\\\n",
-      "2478, 0.000000\\\n",
-      "2478, 0.000000\\\n",
-      "2478, 0.000000\\\n",
-      "2478, 0.000000\\\n",
-      "2478, 0.000000\\\n",
-      "2478, 0.000000\\\n",
-      "2479, 0.000000\\\n",
-      "2479, 0.000000\\\n",
-      "2479, 0.000000\\\n",
-      "2479, 0.000000\\\n",
-      "2479, 0.000000\\\n",
-      "2479, 0.000000\\\n",
-      "2479, 0.000000\\\n",
-      "2479, 0.000000\\\n",
-      "2479, 0.000000\\\n",
-      "2480, 0.000000\\\n",
-      "2480, 0.000000\\\n",
-      "2480, 0.000000\\\n",
-      "2480, 0.000000\\\n",
-      "2480, 0.000000\\\n",
-      "2480, 0.000000\\\n",
-      "2480, 0.000000\\\n",
-      "2480, 0.000000\\\n",
-      "2480, 0.000000\\\n",
-      "2481, 0.000000\\\n",
-      "2481, 0.000000\\\n",
-      "2481, 0.000000\\\n",
-      "2481, 0.000000\\\n",
-      "2481, 0.000000\\\n",
-      "2481, 0.000000\\\n",
-      "2481, 0.000000\\\n",
-      "2481, 0.000000\\\n",
-      "2481, 0.000000\\\n",
-      "2482, 0.000000\\\n",
-      "2482, 0.000000\\\n",
-      "2482, 0.000000\\\n",
-      "2482, 0.000000\\\n",
-      "2482, 0.000000\\\n",
-      "2482, 0.000000\\\n",
-      "2482, 0.000000\\\n",
-      "2482, 0.000000\\\n",
-      "2482, 0.000000\\\n",
-      "2483, 0.000000\\\n",
-      "2483, 0.000000\\\n",
-      "2483, 0.000000\\\n",
-      "2483, 0.000000\\\n",
-      "2483, 0.000000\\\n",
-      "2483, 0.000000\\\n",
-      "2483, 0.000000\\\n",
-      "2483, 0.000000\\\n",
-      "2483, 0.000000\\\n",
-      "2484, 0.000000\\\n",
-      "2484, 0.000000\\\n",
-      "2484, 0.000000\\\n",
-      "2484, 0.000000\\\n",
-      "2484, 0.000000\\\n",
-      "2484, 0.000000\\\n",
-      "2484, 0.000000\\\n",
-      "2484, 0.000000\\\n",
-      "2484, 0.000000\\\n",
-      "2485, 0.000000\\\n",
-      "2485, 0.000000\\\n",
-      "2485, 0.000000\\\n",
-      "2485, 0.000000\\\n",
-      "2485, 0.000000\\\n",
-      "2485, 0.000000\\\n",
-      "2485, 0.000000\\\n",
-      "2485, 0.000000\\\n",
-      "2485, 0.000000\\\n",
-      "2486, 0.000000\\\n",
-      "2486, 0.000000\\\n",
-      "2486, 0.000000\\\n",
-      "2486, 0.000000\\\n",
-      "2486, 0.000000\\\n",
-      "2486, 0.000000\\\n",
-      "2486, 0.000000\\\n",
-      "2486, 0.000000\\\n",
-      "2486, 0.000000\\\n",
-      "2487, 0.000000\\\n",
-      "2487, 0.000000\\\n",
-      "2487, 0.000000\\\n",
-      "2487, 0.000000\\\n",
-      "2487, 0.000000\\\n",
-      "2487, 0.000000\\\n",
-      "2487, 0.000000\\\n",
-      "2487, 0.000000\\\n",
-      "2487, 0.000000\\\n",
-      "2488, 0.000000\\\n",
-      "2488, 0.000000\\\n",
-      "2488, 0.000000\\\n",
-      "2488, 0.000000\\\n",
-      "2488, 0.000000\\\n",
-      "2488, 0.000000\\\n",
-      "2488, 0.000000\\\n",
-      "2488, 0.000000\\\n",
-      "2488, 0.000000\\\n",
-      "2489, 0.000000\\\n",
-      "2489, 0.000000\\\n",
-      "2489, 0.000000\\\n",
-      "2489, 0.000000\\\n",
-      "2489, 0.000000\\\n",
-      "2489, 0.000000\\\n",
-      "2489, 0.000000\\\n",
-      "2489, 0.000000\\\n",
-      "2489, 0.000000\\\n",
-      "2490, 0.000000\\\n",
-      "2490, 0.000000\\\n",
-      "2490, 0.000000\\\n",
-      "2490, 0.000000\\\n",
-      "2490, 0.000000\\\n",
-      "2490, 0.000000\\\n",
-      "2490, 0.000000\\\n",
-      "2490, 0.000000\\\n",
-      "2490, 0.000000\\\n",
-      "2491, 0.000000\\\n",
-      "2491, 0.000000\\\n",
-      "2491, 0.000000\\\n",
-      "2491, 0.000000\\\n",
-      "2491, 0.000000\\\n",
-      "2491, 0.000000\\\n",
-      "2491, 0.000000\\\n",
-      "2491, 0.000000\\\n",
-      "2491, 0.000000\\\n",
-      "2492, 0.000000\\\n",
-      "2492, 0.000000\\\n",
-      "2492, 0.000000\\\n",
-      "2492, 0.000000\\\n",
-      "2492, 0.000000\\\n",
-      "2492, 0.000000\\\n",
-      "2492, 0.000000\\\n",
-      "2492, 0.000000\\\n",
-      "2492, 0.000000\\\n",
-      "2493, 0.000000\\\n",
-      "2493, 0.000000\\\n",
-      "2493, 0.000000\\\n",
-      "2493, 0.000000\\\n",
-      "2493, 0.000000\\\n",
-      "2493, 0.000000\\\n",
-      "2493, 0.000000\\\n",
-      "2493, 0.000000\\\n",
-      "2493, 0.000000\\\n",
-      "2494, 0.000000\\\n",
-      "2494, 0.000000\\\n",
-      "2494, 0.000000\\\n",
-      "2494, 0.000000\\\n",
-      "2494, 0.000000\\\n",
-      "2494, 0.000000\\\n",
-      "2494, 0.000000\\\n",
-      "2494, 0.000000\\\n",
-      "2494, 0.000000\\\n",
-      "2495, 0.000000\\\n",
-      "2495, 0.000000\\\n",
-      "2495, 0.000000\\\n",
-      "2495, 0.000000\\\n",
-      "2495, 0.000000\\\n",
-      "2495, 0.000000\\\n",
-      "2495, 0.000000\\\n",
-      "2495, 0.000000\\\n",
-      "2495, 0.000000\\\n",
-      "2496, 0.000000\\\n",
-      "2496, 0.000000\\\n",
-      "2496, 0.000000\\\n",
-      "2496, 0.000000\\\n",
-      "2496, 0.000000\\\n",
-      "2496, 0.000000\\\n",
-      "2496, 0.000000\\\n",
-      "2496, 0.000000\\\n",
-      "2496, 0.000000\\\n",
-      "2497, 0.000000\\\n",
-      "2497, 0.000000\\\n",
-      "2497, 0.000000\\\n",
-      "2497, 0.000000\\\n",
-      "2497, 0.000000\\\n",
-      "2497, 0.000000\\\n",
-      "2497, 0.000000\\\n",
-      "2497, 0.000000\\\n",
-      "2497, 0.000000\\\n",
-      "2498, 0.000000\\\n",
-      "2498, 0.000000\\\n",
-      "2498, 0.000000\\\n",
-      "2498, 0.000000\\\n",
-      "2498, 0.000000\\\n",
-      "2498, 0.000000\\\n",
-      "2498, 0.000000\\\n",
-      "2498, 0.000000\\\n",
-      "2498, 0.000000\\\n",
-      "2499, 0.000000\\\n",
-      "2499, 0.000000\\\n",
-      "2499, 0.000000\\\n",
-      "2499, 0.000000\\\n",
-      "2499, 0.000000\\\n",
-      "2499, 0.000000\\\n",
-      "2499, 0.000000\\\n",
-      "2499, 0.000000\\\n",
-      "2499, 0.000000\\\n",
-      "2500, 0.000000\\\n",
-      "2500, 0.000000\\\n",
-      "2500, 0.000000\\\n",
-      "2500, 0.000000\\\n",
-      "2500, 0.000000\\\n",
-      "2500, 0.000000\\\n",
-      "2500, 0.000000\\\n",
-      "2500, 0.000000\\\n",
-      "2500, 0.000000\\\n",
-      "2501, 0.000000\\\n",
-      "2501, 0.000000\\\n",
-      "2501, 0.000000\\\n",
-      "2501, 0.000000\\\n",
-      "2501, 0.000000\\\n",
-      "2501, 0.000000\\\n",
-      "2501, 0.000000\\\n",
-      "2501, 0.000000\\\n",
-      "2501, 0.000000\\\n",
-      "2502, 0.000000\\\n",
-      "2502, 0.000000\\\n",
-      "2502, 0.000000\\\n",
-      "2502, 0.000000\\\n",
-      "2502, 0.000000\\\n",
-      "2502, 0.000000\\\n",
-      "2502, 0.000000\\\n",
-      "2502, 0.000000\\\n",
-      "2502, 0.000000\\\n",
-      "2503, 0.000000\\\n",
-      "2503, 0.000000\\\n",
-      "2503, 0.000000\\\n",
-      "2503, 0.000000\\\n",
-      "2503, 0.000000\\\n",
-      "2503, 0.000000\\\n",
-      "2503, 0.000000\\\n",
-      "2503, 0.000000\\\n",
-      "2503, 0.000000\\\n",
-      "2504, 0.000000\\\n",
-      "2504, 0.000000\\\n",
-      "2504, 0.000000\\\n",
-      "2504, 0.000000\\\n",
-      "2504, 0.000000\\\n",
-      "2504, 0.000000\\\n",
-      "2504, 0.000000\\\n",
-      "2504, 0.000000\\\n",
-      "2504, 0.000000\\\n",
-      "2505, 0.000000\\\n",
-      "2505, 0.000000\\\n",
-      "2505, 0.000000\\\n",
-      "2505, 0.000000\\\n",
-      "2505, 0.000000\\\n",
-      "2505, 0.000000\\\n",
-      "2505, 0.000000\\\n",
-      "2505, 0.000000\\\n",
-      "2505, 0.000000\\\n",
-      "2506, 0.000000\\\n",
-      "2506, 0.000000\\\n",
-      "2506, 0.000000\\\n",
-      "2506, 0.000000\\\n",
-      "2506, 0.000000\\\n",
-      "2506, 0.000000\\\n",
-      "2506, 0.000000\\\n",
-      "2506, 0.000000\\\n",
-      "2506, 0.000000\\\n",
-      "2507, 0.000000\\\n",
-      "2507, 0.000000\\\n",
-      "2507, 0.000000\\\n",
-      "2507, 0.000000\\\n",
-      "2507, 0.000000\\\n",
-      "2507, 0.000000\\\n",
-      "2507, 0.000000\\\n",
-      "2507, 0.000000\\\n",
-      "2507, 0.000000\\\n",
-      "2508, 0.000000\\\n",
-      "2508, 0.000000\\\n",
-      "2508, 0.000000\\\n",
-      "2508, 0.000000\\\n",
-      "2508, 0.000000\\\n",
-      "2508, 0.000000\\\n",
-      "2508, 0.000000\\\n",
-      "2508, 0.000000\\\n",
-      "2508, 0.000000\\\n",
-      "2509, 0.000000\\\n",
-      "2509, 0.000000\\\n",
-      "2509, 0.000000\\\n",
-      "2509, 0.000000\\\n",
-      "2509, 0.000000\\\n",
-      "2509, 0.000000\\\n",
-      "2509, 0.000000\\\n",
-      "2509, 0.000000\\\n",
-      "2509, 0.000000\\\n",
-      "2510, 0.000000\\\n",
-      "2510, 0.000000\\\n",
-      "2510, 0.000000\\\n",
-      "2510, 0.000000\\\n",
-      "2510, 0.000000\\\n",
-      "2510, 0.000000\\\n",
-      "2510, 0.000000\\\n",
-      "2510, 0.000000\\\n",
-      "2510, 0.000000\\\n",
-      "2511, 0.000000\\\n",
-      "2511, 0.000000\\\n",
-      "2511, 0.000000\\\n",
-      "2511, 0.000000\\\n",
-      "2511, 0.000000\\\n",
-      "2511, 0.000000\\\n",
-      "2511, 0.000000\\\n",
-      "2511, 0.000000\\\n",
-      "2511, 0.000000\\\n",
-      "2512, 0.000000\\\n",
-      "2512, 0.000000\\\n",
-      "2512, 0.000000\\\n",
-      "2512, 0.000000\\\n",
-      "2512, 0.000000\\\n",
-      "2512, 0.000000\\\n",
-      "2512, 0.000000\\\n",
-      "2512, 0.000000\\\n",
-      "2512, 0.000000\\\n",
-      "2513, 0.000000\\\n",
-      "2513, 0.000000\\\n",
-      "2513, 0.000000\\\n",
-      "2513, 0.000000\\\n",
-      "2513, 0.000000\\\n",
-      "2513, 0.000000\\\n",
-      "2513, 0.000000\\\n",
-      "2513, 0.000000\\\n",
-      "2513, 0.000000\\\n",
-      "2514, 0.000000\\\n",
-      "2514, 0.000000\\\n",
-      "2514, 0.000000\\\n",
-      "2514, 0.000000\\\n",
-      "2514, 0.000000\\\n",
-      "2514, 0.000000\\\n",
-      "2514, 0.000000\\\n",
-      "2514, 0.000000\\\n",
-      "2514, 0.000000\\\n",
-      "2515, 0.000000\\\n",
-      "2515, 0.000000\\\n",
-      "2515, 0.000000\\\n",
-      "2515, 0.000000\\\n",
-      "2515, 0.000000\\\n",
-      "2515, 0.000000\\\n",
-      "2515, 0.000000\\\n",
-      "2515, 0.000000\\\n",
-      "2515, 0.000000\\\n",
-      "2516, 0.000000\\\n",
-      "2516, 0.000000\\\n",
-      "2516, 0.000000\\\n",
-      "2516, 0.000000\\\n",
-      "2516, 0.000000\\\n",
-      "2516, 0.000000\\\n",
-      "2516, 0.000000\\\n",
-      "2516, 0.000000\\\n",
-      "2516, 0.000000\\\n",
-      "2517, 0.000000\\\n",
-      "2517, 0.000000\\\n",
-      "2517, 0.000000\\\n",
-      "2517, 0.000000\\\n",
-      "2517, 0.000000\\\n",
-      "2517, 0.000000\\\n",
-      "2517, 0.000000\\\n",
-      "2517, 0.000000\\\n",
-      "2517, 0.000000\\\n",
-      "2518, 0.000000\\\n",
-      "2518, 0.000000\\\n",
-      "2518, 0.000000\\\n",
-      "2518, 0.000000\\\n",
-      "2518, 0.000000\\\n",
-      "2518, 0.000000\\\n",
-      "2518, 0.000000\\\n",
-      "2518, 0.000000\\\n",
-      "2518, 0.000000\\\n",
-      "2519, 0.000000\\\n",
-      "2519, 0.000000\\\n",
-      "2519, 0.000000\\\n",
-      "2519, 0.000000\\\n",
-      "2519, 0.000000\\\n",
-      "2519, 0.000000\\\n",
-      "2519, 0.000000\\\n",
-      "2519, 0.000000\\\n",
-      "2519, 0.000000\\\n",
-      "2520, 0.000000\\\n",
-      "2520, 0.000000\\\n",
-      "2520, 0.000000\\\n",
-      "2520, 0.000000\\\n",
-      "2520, 0.000000\\\n",
-      "2520, 0.000000\\\n",
-      "2520, 0.000000\\\n",
-      "2520, 0.000000\\\n",
-      "2520, 0.000000\\\n",
-      "2521, 0.000000\\\n",
-      "2521, 0.000000\\\n",
-      "2521, 0.000000\\\n",
-      "2521, 0.000000\\\n",
-      "2521, 0.000000\\\n",
-      "2521, 0.000000\\\n",
-      "2521, 0.000000\\\n",
-      "2521, 0.000000\\\n",
-      "2521, 0.000000\\\n",
-      "2522, 0.000000\\\n",
-      "2522, 0.000000\\\n",
-      "2522, 0.000000\\\n",
-      "2522, 0.000000\\\n",
-      "2522, 0.000000\\\n",
-      "2522, 0.000000\\\n",
-      "2522, 0.000000\\\n",
-      "2522, 0.000000\\\n",
-      "2522, 0.000000\\\n",
-      "2523, 0.000000\\\n",
-      "2523, 0.000000\\\n",
-      "2523, 0.000000\\\n",
-      "2523, 0.000000\\\n",
-      "2523, 0.000000\\\n",
-      "2523, 0.000000\\\n",
-      "2523, 0.000000\\\n",
-      "2523, 0.000000\\\n",
-      "2523, 0.000000\\\n",
-      "2524, 0.000000\\\n",
-      "2524, 0.000000\\\n",
-      "2524, 0.000000\\\n",
-      "2524, 0.000000\\\n",
-      "2524, 0.000000\\\n",
-      "2524, 0.000000\\\n",
-      "2524, 0.000000\\\n",
-      "2524, 0.000000\\\n",
-      "2524, 0.000000\\\n",
-      "2525, 0.000000\\\n",
-      "2525, 0.000000\\\n",
-      "2525, 0.000000\\\n",
-      "2525, 0.000000\\\n",
-      "2525, 0.000000\\\n",
-      "2525, 0.000000\\\n",
-      "2525, 0.000000\\\n",
-      "2525, 0.000000\\\n",
-      "2525, 0.000000\\\n",
-      "2526, 0.000000\\\n",
-      "2526, 0.000000\\\n",
-      "2526, 0.000000\\\n",
-      "2526, 0.000000\\\n",
-      "2526, 0.000000\\\n",
-      "2526, 0.000000\\\n",
-      "2526, 0.000000\\\n",
-      "2526, 0.000000\\\n",
-      "2526, 0.000000\\\n",
-      "2527, 0.000000\\\n",
-      "2527, 0.000000\\\n",
-      "2527, 0.000000\\\n",
-      "2527, 0.000000\\\n",
-      "2527, 0.000000\\\n",
-      "2527, 0.000000\\\n",
-      "2527, 0.000000\\\n",
-      "2527, 0.000000\\\n",
-      "2527, 0.000000\\\n",
-      "2528, 0.000000\\\n",
-      "2528, 0.000000\\\n",
-      "2528, 0.000000\\\n",
-      "2528, 0.000000\\\n",
-      "2528, 0.000000\\\n",
-      "2528, 0.000000\\\n",
-      "2528, 0.000000\\\n",
-      "2528, 0.000000\\\n",
-      "2528, 0.000000\\\n",
-      "2529, 0.000000\\\n",
-      "2529, 0.000000\\\n",
-      "2529, 0.000000\\\n",
-      "2529, 0.000000\\\n",
-      "2529, 0.000000\\\n",
-      "2529, 0.000000\\\n",
-      "2529, 0.000000\\\n",
-      "2529, 0.000000\\\n",
-      "2529, 0.000000\\\n",
-      "2530, 0.000000\\\n",
-      "2530, 0.000000\\\n",
-      "2530, 0.000000\\\n",
-      "2530, 0.000000\\\n",
-      "2530, 0.000000\\\n",
-      "2530, 0.000000\\\n",
-      "2530, 0.000000\\\n",
-      "2530, 0.000000\\\n",
-      "2530, 0.000000\\\n",
-      "2531, 0.000000\\\n",
-      "2531, 0.000000\\\n",
-      "2531, 0.000000\\\n",
-      "2531, 0.000000\\\n",
-      "2531, 0.000000\\\n",
-      "2531, 0.000000\\\n",
-      "2531, 0.000000\\\n",
-      "2531, 0.000000\\\n",
-      "2531, 0.000000\\\n",
-      "2532, 0.000000\\\n",
-      "2532, 0.000000\\\n",
-      "2532, 0.000000\\\n",
-      "2532, 0.000000\\\n",
-      "2532, 0.000000\\\n",
-      "2532, 0.000000\\\n",
-      "2532, 0.000000\\\n",
-      "2532, 0.000000\\\n",
-      "2532, 0.000000\\\n",
-      "2533, 0.000000\\\n",
-      "2533, 0.000000\\\n",
-      "2533, 0.000000\\\n",
-      "2533, 0.000000\\\n",
-      "2533, 0.000000\\\n",
-      "2533, 0.000000\\\n",
-      "2533, 0.000000\\\n",
-      "2533, 0.000000\\\n",
-      "2533, 0.000000\\\n",
-      "2534, 0.000000\\\n",
-      "2534, 0.000000\\\n",
-      "2534, 0.000000\\\n",
-      "2534, 0.000000\\\n",
-      "2534, 0.000000\\\n",
-      "2534, 0.000000\\\n",
-      "2534, 0.000000\\\n",
-      "2534, 0.000000\\\n",
-      "2534, 0.000000\\\n",
-      "2535, 0.000000\\\n",
-      "2535, 0.000000\\\n",
-      "2535, 0.000000\\\n",
-      "2535, 0.000000\\\n",
-      "2535, 0.000000\\\n",
-      "2535, 0.000000\\\n",
-      "2535, 0.000000\\\n",
-      "2535, 0.000000\\\n",
-      "2535, 0.000000\\\n",
-      "2536, 0.000000\\\n",
-      "2536, 0.000000\\\n",
-      "2536, 0.000000\\\n",
-      "2536, 0.000000\\\n",
-      "2536, 0.000000\\\n",
-      "2536, 0.000000\\\n",
-      "2536, 0.000000\\\n",
-      "2536, 0.000000\\\n",
-      "2536, 0.000000\\\n",
-      "2537, 0.000000\\\n",
-      "2537, 0.000000\\\n",
-      "2537, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "2537, 0.000000\\\n",
-      "2537, 0.000000\\\n",
-      "2537, 0.000000\\\n",
-      "2537, 0.000000\\\n",
-      "2537, 0.000000\\\n",
-      "2537, 0.000000\\\n",
-      "2538, 0.000000\\\n",
-      "2538, 0.000000\\\n",
-      "2538, 0.000000\\\n",
-      "2538, 0.000000\\\n",
-      "2538, 0.000000\\\n",
-      "2538, 0.000000\\\n",
-      "2538, 0.000000\\\n",
-      "2538, 0.000000\\\n",
-      "2538, 0.000000\\\n",
-      "2539, 0.000000\\\n",
-      "2539, 0.000000\\\n",
-      "2539, 0.000000\\\n",
-      "2539, 0.000000\\\n",
-      "2539, 0.000000\\\n",
-      "2539, 0.000000\\\n",
-      "2539, 0.000000\\\n",
-      "2539, 0.000000\\\n",
-      "2539, 0.000000\\\n",
-      "2540, 0.000000\\\n",
-      "2540, 0.000000\\\n",
-      "2540, 0.000000\\\n",
-      "2540, 0.000000\\\n",
-      "2540, 0.000000\\\n",
-      "2540, 0.000000\\\n",
-      "2540, 0.000000\\\n",
-      "2540, 0.000000\\\n",
-      "2540, 0.000000\\\n",
-      "2541, 0.000000\\\n",
-      "2541, 0.000000\\\n",
-      "2541, 0.000000\\\n",
-      "2541, 0.000000\\\n",
-      "2541, 0.000000\\\n",
-      "2541, 0.000000\\\n",
-      "2541, 0.000000\\\n",
-      "2541, 0.000000\\\n",
-      "2541, 0.000000\\\n",
-      "2542, 0.000000\\\n",
-      "2542, 0.000000\\\n",
-      "2542, 0.000000\\\n",
-      "2542, 0.000000\\\n",
-      "2542, 0.000000\\\n",
-      "2542, 0.000000\\\n",
-      "2542, 0.000000\\\n",
-      "2542, 0.000000\\\n",
-      "2542, 0.000000\\\n",
-      "2543, 0.000000\\\n",
-      "2543, 0.000000\\\n",
-      "2543, 0.000000\\\n",
-      "2543, 0.000000\\\n",
-      "2543, 0.000000\\\n",
-      "2543, 0.000000\\\n",
-      "2543, 0.000000\\\n",
-      "2543, 0.000000\\\n",
-      "2543, 0.000000\\\n",
-      "2544, 0.000000\\\n",
-      "2544, 0.000000\\\n",
-      "2544, 0.000000\\\n",
-      "2544, 0.000000\\\n",
-      "2544, 0.000000\\\n",
-      "2544, 0.000000\\\n",
-      "2544, 0.000000\\\n",
-      "2544, 0.000000\\\n",
-      "2544, 0.000000\\\n",
-      "2545, 0.000000\\\n",
-      "2545, 0.000000\\\n",
-      "2545, 0.000000\\\n",
-      "2545, 0.000000\\\n",
-      "2545, 0.000000\\\n",
-      "2545, 0.000000\\\n",
-      "2545, 0.000000\\\n",
-      "2545, 0.000000\\\n",
-      "2545, 0.000000\\\n",
-      "2546, 0.000000\\\n",
-      "2546, 0.000000\\\n",
-      "2546, 0.000000\\\n",
-      "2546, 0.000000\\\n",
-      "2546, 0.000000\\\n",
-      "2546, 0.000000\\\n",
-      "2546, 0.000000\\\n",
-      "2546, 0.000000\\\n",
-      "2546, 0.000000\\\n",
-      "2547, 0.000000\\\n",
-      "2547, 0.000000\\\n",
-      "2547, 0.000000\\\n",
-      "2547, 0.000000\\\n",
-      "2547, 0.000000\\\n",
-      "2547, 0.000000\\\n",
-      "2547, 0.000000\\\n",
-      "2547, 0.000000\\\n",
-      "2547, 0.000000\\\n",
-      "2548, 0.000000\\\n",
-      "2548, 0.000000\\\n",
-      "2548, 0.000000\\\n",
-      "2548, 0.000000\\\n",
-      "2548, 0.000000\\\n",
-      "2548, 0.000000\\\n",
-      "2548, 0.000000\\\n",
-      "2548, 0.000000\\\n",
-      "2548, 0.000000\\\n",
-      "2549, 0.000000\\\n",
-      "2549, 0.000000\\\n",
-      "2549, 0.000000\\\n",
-      "2549, 0.000000\\\n",
-      "2549, 0.000000\\\n",
-      "2549, 0.000000\\\n",
-      "2549, 0.000000\\\n",
-      "2549, 0.000000\\\n",
-      "2549, 0.000000\\\n",
-      "2550, 0.000000\\\n",
-      "2550, 0.000000\\\n",
-      "2550, 0.000000\\\n",
-      "2550, 0.000000\\\n",
-      "2550, 0.000000\\\n",
-      "2550, 0.000000\\\n",
-      "2550, 0.000000\\\n",
-      "2550, 0.000000\\\n",
-      "2550, 0.000000\\\n",
-      "2551, 0.000000\\\n",
-      "2551, 0.000000\\\n",
-      "2551, 0.000000\\\n",
-      "2551, 0.000000\\\n",
-      "2551, 0.000000\\\n",
-      "2551, 0.000000\\\n",
-      "2551, 0.000000\\\n",
-      "2551, 0.000000\\\n",
-      "2551, 0.000000\\\n",
-      "2552, 0.000000\\\n",
-      "2552, 0.000000\\\n",
-      "2552, 0.000000\\\n",
-      "2552, 0.000000\\\n",
-      "2552, 0.000000\\\n",
-      "2552, 0.000000\\\n",
-      "2552, 0.000000\\\n",
-      "2552, 0.000000\\\n",
-      "2552, 0.000000\\\n",
-      "2553, 0.000000\\\n",
-      "2553, 0.000000\\\n",
-      "2553, 0.000000\\\n",
-      "2553, 0.000000\\\n",
-      "2553, 0.000000\\\n",
-      "2553, 0.000000\\\n",
-      "2553, 0.000000\\\n",
-      "2553, 0.000000\\\n",
-      "2553, 0.000000\\\n",
-      "2554, 0.000000\\\n",
-      "2554, 0.000000\\\n",
-      "2554, 0.000000\\\n",
-      "2554, 0.000000\\\n",
-      "2554, 0.000000\\\n",
-      "2554, 0.000000\\\n",
-      "2554, 0.000000\\\n",
-      "2554, 0.000000\\\n",
-      "2554, 0.000000\\\n",
-      "2555, 0.000000\\\n",
-      "2555, 0.000000\\\n",
-      "2555, 0.000000\\\n",
-      "2555, 0.000000\\\n",
-      "2555, 0.000000\\\n",
-      "2555, 0.000000\\\n",
-      "2555, 0.000000\\\n",
-      "2555, 0.000000\\\n",
-      "2555, 0.000000\\\n",
-      "2556, 0.000000\\\n",
-      "2556, 0.000000\\\n",
-      "2556, 0.000000\\\n",
-      "2556, 0.000000\\\n",
-      "2556, 0.000000\\\n",
-      "2556, 0.000000\\\n",
-      "2556, 0.000000\\\n",
-      "2556, 0.000000\\\n",
-      "2556, 0.000000\\\n",
-      "2557, 0.000000\\\n",
-      "2557, 0.000000\\\n",
-      "2557, 0.000000\\\n",
-      "2557, 0.000000\\\n",
-      "2557, 0.000000\\\n",
-      "2557, 0.000000\\\n",
-      "2557, 0.000000\\\n",
-      "2557, 0.000000\\\n",
-      "2557, 0.000000\\\n",
-      "2558, 0.000000\\\n",
-      "2558, 0.000000\\\n",
-      "2558, 0.000000\\\n",
-      "2558, 0.000000\\\n",
-      "2558, 0.000000\\\n",
-      "2558, 0.000000\\\n",
-      "2558, 0.000000\\\n",
-      "2558, 0.000000\\\n",
-      "2558, 0.000000\\\n",
-      "2559, 0.000000\\\n",
-      "2559, 0.000000\\\n",
-      "2559, 0.000000\\\n",
-      "2559, 0.000000\\\n",
-      "2559, 0.000000\\\n",
-      "2559, 0.000000\\\n",
-      "2559, 0.000000\\\n",
-      "2559, 0.000000\\\n",
-      "2559, 0.000000\\\n",
-      "2560, 0.000000\\\n",
-      "2560, 0.000000\\\n",
-      "2560, 0.000000\\\n",
-      "2560, 0.000000\\\n",
-      "2560, 0.000000\\\n",
-      "2560, 0.000000\\\n",
-      "2560, 0.000000\\\n",
-      "2560, 0.000000\\\n",
-      "2560, 0.000000\\\n",
-      "2561, 0.000000\\\n",
-      "2561, 0.000000\\\n",
-      "2561, 0.000000\\\n",
-      "2561, 0.000000\\\n",
-      "2561, 0.000000\\\n",
-      "2561, 0.000000\\\n",
-      "2561, 0.000000\\\n",
-      "2561, 0.000000\\\n",
-      "2561, 0.000000\\\n",
-      "2562, 0.000000\\\n",
-      "2562, 0.000000\\\n",
-      "2562, 0.000000\\\n",
-      "2562, 0.000000\\\n",
-      "2562, 0.000000\\\n",
-      "2562, 0.000000\\\n",
-      "2562, 0.000000\\\n",
-      "2562, 0.000000\\\n",
-      "2562, 0.000000\\\n",
-      "2563, 0.000000\\\n",
-      "2563, 0.000000\\\n",
-      "2563, 0.000000\\\n",
-      "2563, 0.000000\\\n",
-      "2563, 0.000000\\\n",
-      "2563, 0.000000\\\n",
-      "2563, 0.000000\\\n",
-      "2563, 0.000000\\\n",
-      "2563, 0.000000\\\n",
-      "2564, 0.000000\\\n",
-      "2564, 0.000000\\\n",
-      "2564, 0.000000\\\n",
-      "2564, 0.000000\\\n",
-      "2564, 0.000000\\\n",
-      "2564, 0.000000\\\n",
-      "2564, 0.000000\\\n",
-      "2564, 0.000000\\\n",
-      "2564, 0.000000\\\n",
-      "2565, 0.000000\\\n",
-      "2565, 0.000000\\\n",
-      "2565, 0.000000\\\n",
-      "2565, 0.000000\\\n",
-      "2565, 0.000000\\\n",
-      "2565, 0.000000\\\n",
-      "2565, 0.000000\\\n",
-      "2565, 0.000000\\\n",
-      "2565, 0.000000\\\n",
-      "2566, 0.000000\\\n",
-      "2566, 0.000000\\\n",
-      "2566, 0.000000\\\n",
-      "2566, 0.000000\\\n",
-      "2566, 0.000000\\\n",
-      "2566, 0.000000\\\n",
-      "2566, 0.000000\\\n",
-      "2566, 0.000000\\\n",
-      "2566, 0.000000\\\n",
-      "2567, 0.000000\\\n",
-      "2567, 0.000000\\\n",
-      "2567, 0.000000\\\n",
-      "2567, 0.000000\\\n",
-      "2567, 0.000000\\\n",
-      "2567, 0.000000\\\n",
-      "2567, 0.000000\\\n",
-      "2567, 0.000000\\\n",
-      "2567, 0.000000\\\n",
-      "2568, 0.000000\\\n",
-      "2568, 0.000000\\\n",
-      "2568, 0.000000\\\n",
-      "2568, 0.000000\\\n",
-      "2568, 0.000000\\\n",
-      "2568, 0.000000\\\n",
-      "2568, 0.000000\\\n",
-      "2568, 0.000000\\\n",
-      "2568, 0.000000\\\n",
-      "2569, 0.000000\\\n",
-      "2569, 0.000000\\\n",
-      "2569, 0.000000\\\n",
-      "2569, 0.000000\\\n",
-      "2569, 0.000000\\\n",
-      "2569, 0.000000\\\n",
-      "2569, 0.000000\\\n",
-      "2569, 0.000000\\\n",
-      "2569, 0.000000\\\n",
-      "2570, 0.000000\\\n",
-      "2570, 0.000000\\\n",
-      "2570, 0.000000\\\n",
-      "2570, 0.000000\\\n",
-      "2570, 0.000000\\\n",
-      "2570, 0.000000\\\n",
-      "2570, 0.000000\\\n",
-      "2570, 0.000000\\\n",
-      "2570, 0.000000\\\n",
-      "2571, 0.000000\\\n",
-      "2571, 0.000000\\\n",
-      "2571, 0.000000\\\n",
-      "2571, 0.000000\\\n",
-      "2571, 0.000000\\\n",
-      "2571, 0.000000\\\n",
-      "2571, 0.000000\\\n",
-      "2571, 0.000000\\\n",
-      "2571, 0.000000\\\n",
-      "2572, 0.000000\\\n",
-      "2572, 0.000000\\\n",
-      "2572, 0.000000\\\n",
-      "2572, 0.000000\\\n",
-      "2572, 0.000000\\\n",
-      "2572, 0.000000\\\n",
-      "2572, 0.000000\\\n",
-      "2572, 0.000000\\\n",
-      "2572, 0.000000\\\n",
-      "2573, 0.000000\\\n",
-      "2573, 0.000000\\\n",
-      "2573, 0.000000\\\n",
-      "2573, 0.000000\\\n",
-      "2573, 0.000000\\\n",
-      "2573, 0.000000\\\n",
-      "2573, 0.000000\\\n",
-      "2573, 0.000000\\\n",
-      "2573, 0.000000\\\n",
-      "2574, 0.000000\\\n",
-      "2574, 0.000000\\\n",
-      "2574, 0.000000\\\n",
-      "2574, 1.000000\\\n",
-      "2574, 0.000000\\\n",
-      "2574, 0.000000\\\n",
-      "2574, 0.000000\\\n",
-      "2574, 0.000000\\\n",
-      "2574, 0.000000\\\n",
-      "2575, 0.000000\\\n",
-      "2575, 0.000000\\\n",
-      "2575, 0.000000\\\n",
-      "2575, 0.000000\\\n",
-      "2575, 0.000000\\\n",
-      "2575, 0.000000\\\n",
-      "2575, 0.000000\\\n",
-      "2575, 0.000000\\\n",
-      "2575, 0.000000\\\n",
-      "2576, 0.000000\\\n",
-      "2576, 0.000000\\\n",
-      "2576, 0.000000\\\n",
-      "2576, 0.000000\\\n",
-      "2576, 0.000000\\\n",
-      "2576, 0.000000\\\n",
-      "2576, 0.000000\\\n",
-      "2576, 0.000000\\\n",
-      "2576, 0.000000\\\n",
-      "2577, 0.000000\\\n",
-      "2577, 0.000000\\\n",
-      "2577, 0.000000\\\n",
-      "2577, 0.000000\\\n",
-      "2577, 0.000000\\\n",
-      "2577, 0.000000\\\n",
-      "2577, 0.000000\\\n",
-      "2577, 0.000000\\\n",
-      "2577, 0.000000\\\n",
-      "2578, 0.000000\\\n",
-      "2578, 0.000000\\\n",
-      "2578, 0.000000\\\n",
-      "2578, 0.000000\\\n",
-      "2578, 0.000000\\\n",
-      "2578, 0.000000\\\n",
-      "2578, 0.000000\\\n",
-      "2578, 0.000000\\\n",
-      "2578, 0.000000\\\n",
-      "2579, 0.000000\\\n",
-      "2579, 0.000000\\\n",
-      "2579, 0.000000\\\n",
-      "2579, 0.000000\\\n",
-      "2579, 0.000000\\\n",
-      "2579, 0.000000\\\n",
-      "2579, 0.000000\\\n",
-      "2579, 0.000000\\\n",
-      "2579, 0.000000\\\n",
-      "2580, 0.000000\\\n",
-      "2580, 0.000000\\\n",
-      "2580, 0.000000\\\n",
-      "2580, 0.000000\\\n",
-      "2580, 0.000000\\\n",
-      "2580, 0.000000\\\n",
-      "2580, 0.000000\\\n",
-      "2580, 0.000000\\\n",
-      "2580, 0.000000\\\n",
-      "2581, 0.000000\\\n",
-      "2581, 0.000000\\\n",
-      "2581, 0.000000\\\n",
-      "2581, 0.000000\\\n",
-      "2581, 0.000000\\\n",
-      "2581, 0.000000\\\n",
-      "2581, 0.000000\\\n",
-      "2581, 0.000000\\\n",
-      "2581, 0.000000\\\n",
-      "2582, 0.000000\\\n",
-      "2582, 0.000000\\\n",
-      "2582, 0.000000\\\n",
-      "2582, 0.000000\\\n",
-      "2582, 0.000000\\\n",
-      "2582, 0.000000\\\n",
-      "2582, 0.000000\\\n",
-      "2582, 0.000000\\\n",
-      "2582, 0.000000\\\n",
-      "2583, 0.000000\\\n",
-      "2583, 0.000000\\\n",
-      "2583, 0.000000\\\n",
-      "2583, 0.000000\\\n",
-      "2583, 0.000000\\\n",
-      "2583, 0.000000\\\n",
-      "2583, 0.000000\\\n",
-      "2583, 0.000000\\\n",
-      "2583, 0.000000\\\n",
-      "2584, 0.000000\\\n",
-      "2584, 0.000000\\\n",
-      "2584, 0.000000\\\n",
-      "2584, 0.000000\\\n",
-      "2584, 0.000000\\\n",
-      "2584, 0.000000\\\n",
-      "2584, 0.000000\\\n",
-      "2584, 0.000000\\\n",
-      "2584, 0.000000\\\n",
-      "2585, 0.000000\\\n",
-      "2585, 0.000000\\\n",
-      "2585, 0.000000\\\n",
-      "2585, 0.000000\\\n",
-      "2585, 0.000000\\\n",
-      "2585, 0.000000\\\n",
-      "2585, 0.000000\\\n",
-      "2585, 0.000000\\\n",
-      "2585, 0.000000\\\n",
-      "2586, 0.000000\\\n",
-      "2586, 0.000000\\\n",
-      "2586, 0.000000\\\n",
-      "2586, 0.000000\\\n",
-      "2586, 0.000000\\\n",
-      "2586, 0.000000\\\n",
-      "2586, 0.000000\\\n",
-      "2586, 0.000000\\\n",
-      "2586, 0.000000\\\n",
-      "2587, 0.000000\\\n",
-      "2587, 0.000000\\\n",
-      "2587, 0.000000\\\n",
-      "2587, 0.000000\\\n",
-      "2587, 0.000000\\\n",
-      "2587, 0.000000\\\n",
-      "2587, 0.000000\\\n",
-      "2587, 0.000000\\\n",
-      "2587, 0.000000\\\n",
-      "2588, 0.000000\\\n",
-      "2588, 0.000000\\\n",
-      "2588, 0.000000\\\n",
-      "2588, 0.000000\\\n",
-      "2588, 0.000000\\\n",
-      "2588, 0.000000\\\n",
-      "2588, 0.000000\\\n",
-      "2588, 0.000000\\\n",
-      "2588, 0.000000\\\n",
-      "2589, 0.000000\\\n",
-      "2589, 0.000000\\\n",
-      "2589, 0.000000\\\n",
-      "2589, 0.000000\\\n",
-      "2589, 0.000000\\\n",
-      "2589, 0.000000\\\n",
-      "2589, 0.000000\\\n",
-      "2589, 0.000000\\\n",
-      "2589, 0.000000\\\n",
-      "2590, 0.000000\\\n",
-      "2590, 0.000000\\\n",
-      "2590, 0.000000\\\n",
-      "2590, 0.000000\\\n",
-      "2590, 0.000000\\\n",
-      "2590, 0.000000\\\n",
-      "2590, 0.000000\\\n",
-      "2590, 0.000000\\\n",
-      "2590, 0.000000\\\n",
-      "2591, 0.000000\\\n",
-      "2591, 0.000000\\\n",
-      "2591, 0.000000\\\n",
-      "2591, 0.000000\\\n",
-      "2591, 0.000000\\\n",
-      "2591, 0.000000\\\n",
-      "2591, 0.000000\\\n",
-      "2591, 0.000000\\\n",
-      "2591, 0.000000\\\n",
-      "2592, 0.000000\\\n",
-      "2592, 0.000000\\\n",
-      "2592, 0.000000\\\n",
-      "2592, 0.000000\\\n",
-      "2592, 0.000000\\\n",
-      "2592, 0.000000\\\n",
-      "2592, 0.000000\\\n",
-      "2592, 0.000000\\\n",
-      "2592, 0.000000\\\n",
-      "2593, 0.000000\\\n",
-      "2593, 0.000000\\\n",
-      "2593, 0.000000\\\n",
-      "2593, 0.000000\\\n",
-      "2593, 0.000000\\\n",
-      "2593, 0.000000\\\n",
-      "2593, 0.000000\\\n",
-      "2593, 0.000000\\\n",
-      "2593, 0.000000\\\n",
-      "2594, 0.000000\\\n",
-      "2594, 0.000000\\\n",
-      "2594, 0.000000\\\n",
-      "2594, 0.000000\\\n",
-      "2594, 0.000000\\\n",
-      "2594, 0.000000\\\n",
-      "2594, 0.000000\\\n",
-      "2594, 0.000000\\\n",
-      "2594, 0.000000\\\n",
-      "2595, 0.000000\\\n",
-      "2595, 0.000000\\\n",
-      "2595, 0.000000\\\n",
-      "2595, 0.000000\\\n",
-      "2595, 0.000000\\\n",
-      "2595, 0.000000\\\n",
-      "2595, 0.000000\\\n",
-      "2595, 0.000000\\\n",
-      "2595, 0.000000\\\n",
-      "2596, 0.000000\\\n",
-      "2596, 0.000000\\\n",
-      "2596, 0.000000\\\n",
-      "2596, 0.000000\\\n",
-      "2596, 0.000000\\\n",
-      "2596, 0.000000\\\n",
-      "2596, 0.000000\\\n",
-      "2596, 0.000000\\\n",
-      "2596, 0.000000\\\n",
-      "2597, 0.000000\\\n",
-      "2597, 0.000000\\\n",
-      "2597, 0.000000\\\n",
-      "2597, 0.000000\\\n",
-      "2597, 0.000000\\\n",
-      "2597, 0.000000\\\n",
-      "2597, 0.000000\\\n",
-      "2597, 0.000000\\\n",
-      "2597, 0.000000\\\n",
-      "2598, 0.000000\\\n",
-      "2598, 0.000000\\\n",
-      "2598, 0.000000\\\n",
-      "2598, 0.000000\\\n",
-      "2598, 0.000000\\\n",
-      "2598, 0.000000\\\n",
-      "2598, 0.000000\\\n",
-      "2598, 0.000000\\\n",
-      "2598, 0.000000\\\n",
-      "2599, 0.000000\\\n",
-      "2599, 0.000000\\\n",
-      "2599, 0.000000\\\n",
-      "2599, 0.000000\\\n",
-      "2599, 0.000000\\\n",
-      "2599, 0.000000\\\n",
-      "2599, 0.000000\\\n",
-      "2599, 0.000000\\\n",
-      "2599, 0.000000\\\n",
-      "2600, 0.000000\\\n",
-      "2600, 0.000000\\\n",
-      "2600, 0.000000\\\n",
-      "2600, 0.000000\\\n",
-      "2600, 0.000000\\\n",
-      "2600, 0.000000\\\n",
-      "2600, 0.000000\\\n",
-      "2600, 0.000000\\\n",
-      "2600, 0.000000\\\n",
-      "2601, 0.000000\\\n",
-      "2601, 0.000000\\\n",
-      "2601, 0.000000\\\n",
-      "2601, 0.000000\\\n",
-      "2601, 0.000000\\\n",
-      "2601, 0.000000\\\n",
-      "2601, 0.000000\\\n",
-      "2601, 0.000000\\\n",
-      "2601, 0.000000\\\n",
-      "2602, 0.000000\\\n",
-      "2602, 0.000000\\\n",
-      "2602, 0.000000\\\n",
-      "2602, 0.000000\\\n",
-      "2602, 0.000000\\\n",
-      "2602, 0.000000\\\n",
-      "2602, 0.000000\\\n",
-      "2602, 0.000000\\\n",
-      "2602, 0.000000\\\n",
-      "2603, 0.000000\\\n",
-      "2603, 0.000000\\\n",
-      "2603, 0.000000\\\n",
-      "2603, 0.000000\\\n",
-      "2603, 0.000000\\\n",
-      "2603, 0.000000\\\n",
-      "2603, 0.000000\\\n",
-      "2603, 0.000000\\\n",
-      "2603, 0.000000\\\n",
-      "2604, 0.000000\\\n",
-      "2604, 0.000000\\\n",
-      "2604, 0.000000\\\n",
-      "2604, 0.000000\\\n",
-      "2604, 0.000000\\\n",
-      "2604, 0.000000\\\n",
-      "2604, 0.000000\\\n",
-      "2604, 0.000000\\\n",
-      "2604, 0.000000\\\n",
-      "2605, 0.000000\\\n",
-      "2605, 0.000000\\\n",
-      "2605, 0.000000\\\n",
-      "2605, 0.000000\\\n",
-      "2605, 0.000000\\\n",
-      "2605, 0.000000\\\n",
-      "2605, 0.000000\\\n",
-      "2605, 0.000000\\\n",
-      "2605, 0.000000\\\n",
-      "2606, 0.000000\\\n",
-      "2606, 0.000000\\\n",
-      "2606, 0.000000\\\n",
-      "2606, 0.000000\\\n",
-      "2606, 0.000000\\\n",
-      "2606, 0.000000\\\n",
-      "2606, 0.000000\\\n",
-      "2606, 0.000000\\\n",
-      "2606, 0.000000\\\n",
-      "2607, 0.000000\\\n",
-      "2607, 0.000000\\\n",
-      "2607, 0.000000\\\n",
-      "2607, 0.000000\\\n",
-      "2607, 0.000000\\\n",
-      "2607, 0.000000\\\n",
-      "2607, 0.000000\\\n",
-      "2607, 0.000000\\\n",
-      "2607, 0.000000\\\n",
-      "2608, 0.000000\\\n",
-      "2608, 0.000000\\\n",
-      "2608, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "2608, 0.000000\\\n",
-      "2608, 0.000000\\\n",
-      "2608, 0.000000\\\n",
-      "2608, 0.000000\\\n",
-      "2608, 0.000000\\\n",
-      "2608, 0.000000\\\n",
-      "2609, 0.000000\\\n",
-      "2609, 0.000000\\\n",
-      "2609, 0.000000\\\n",
-      "2609, 0.000000\\\n",
-      "2609, 0.000000\\\n",
-      "2609, 0.000000\\\n",
-      "2609, 0.000000\\\n",
-      "2609, 0.000000\\\n",
-      "2609, 0.000000\\\n",
-      "2610, 0.000000\\\n",
-      "2610, 0.000000\\\n",
-      "2610, 0.000000\\\n",
-      "2610, 0.000000\\\n",
-      "2610, 0.000000\\\n",
-      "2610, 0.000000\\\n",
-      "2610, 0.000000\\\n",
-      "2610, 0.000000\\\n",
-      "2610, 0.000000\\\n",
-      "2611, 0.000000\\\n",
-      "2611, 0.000000\\\n",
-      "2611, 0.000000\\\n",
-      "2611, 0.000000\\\n",
-      "2611, 0.000000\\\n",
-      "2611, 0.000000\\\n",
-      "2611, 0.000000\\\n",
-      "2611, 0.000000\\\n",
-      "2611, 0.000000\\\n",
-      "2612, 0.000000\\\n",
-      "2612, 0.000000\\\n",
-      "2612, 0.000000\\\n",
-      "2612, 0.000000\\\n",
-      "2612, 0.000000\\\n",
-      "2612, 0.000000\\\n",
-      "2612, 0.000000\\\n",
-      "2612, 0.000000\\\n",
-      "2612, 0.000000\\\n",
-      "2613, 0.000000\\\n",
-      "2613, 0.000000\\\n",
-      "2613, 0.000000\\\n",
-      "2613, 0.000000\\\n",
-      "2613, 0.000000\\\n",
-      "2613, 0.000000\\\n",
-      "2613, 0.000000\\\n",
-      "2613, 0.000000\\\n",
-      "2613, 0.000000\\\n",
-      "2614, 0.000000\\\n",
-      "2614, 0.000000\\\n",
-      "2614, 0.000000\\\n",
-      "2614, 0.000000\\\n",
-      "2614, 0.000000\\\n",
-      "2614, 0.000000\\\n",
-      "2614, 0.000000\\\n",
-      "2614, 0.000000\\\n",
-      "2614, 0.000000\\\n",
-      "2615, 0.000000\\\n",
-      "2615, 0.000000\\\n",
-      "2615, 0.000000\\\n",
-      "2615, 0.000000\\\n",
-      "2615, 0.000000\\\n",
-      "2615, 0.000000\\\n",
-      "2615, 0.000000\\\n",
-      "2615, 0.000000\\\n",
-      "2615, 0.000000\\\n",
-      "2616, 0.000000\\\n",
-      "2616, 0.000000\\\n",
-      "2616, 0.000000\\\n",
-      "2616, 0.000000\\\n",
-      "2616, 0.000000\\\n",
-      "2616, 0.000000\\\n",
-      "2616, 0.000000\\\n",
-      "2616, 0.000000\\\n",
-      "2616, 0.000000\\\n",
-      "2617, 0.000000\\\n",
-      "2617, 0.000000\\\n",
-      "2617, 0.000000\\\n",
-      "2617, 0.000000\\\n",
-      "2617, 0.000000\\\n",
-      "2617, 0.000000\\\n",
-      "2617, 0.000000\\\n",
-      "2617, 0.000000\\\n",
-      "2617, 0.000000\\\n",
-      "2618, 0.000000\\\n",
-      "2618, 0.000000\\\n",
-      "2618, 0.000000\\\n",
-      "2618, 0.000000\\\n",
-      "2618, 0.000000\\\n",
-      "2618, 0.000000\\\n",
-      "2618, 0.000000\\\n",
-      "2618, 0.000000\\\n",
-      "2618, 0.000000\\\n",
-      "2619, 0.000000\\\n",
-      "2619, 0.000000\\\n",
-      "2619, 0.000000\\\n",
-      "2619, 0.000000\\\n",
-      "2619, 0.000000\\\n",
-      "2619, 0.000000\\\n",
-      "2619, 0.000000\\\n",
-      "2619, 0.000000\\\n",
-      "2619, 0.000000\\\n",
-      "2620, 0.000000\\\n",
-      "2620, 0.000000\\\n",
-      "2620, 0.000000\\\n",
-      "2620, 0.000000\\\n",
-      "2620, 0.000000\\\n",
-      "2620, 0.000000\\\n",
-      "2620, 0.000000\\\n",
-      "2620, 0.000000\\\n",
-      "2620, 0.000000\\\n",
-      "2621, 0.000000\\\n",
-      "2621, 0.000000\\\n",
-      "2621, 0.000000\\\n",
-      "2621, 0.000000\\\n",
-      "2621, 0.000000\\\n",
-      "2621, 0.000000\\\n",
-      "2621, 0.000000\\\n",
-      "2621, 0.000000\\\n",
-      "2621, 0.000000\\\n",
-      "2622, 0.000000\\\n",
-      "2622, 0.000000\\\n",
-      "2622, 0.000000\\\n",
-      "2622, 0.000000\\\n",
-      "2622, 0.000000\\\n",
-      "2622, 0.000000\\\n",
-      "2622, 0.000000\\\n",
-      "2622, 0.000000\\\n",
-      "2622, 0.000000\\\n",
-      "2623, 0.000000\\\n",
-      "2623, 0.000000\\\n",
-      "2623, 0.000000\\\n",
-      "2623, 0.000000\\\n",
-      "2623, 0.000000\\\n",
-      "2623, 0.000000\\\n",
-      "2623, 0.000000\\\n",
-      "2623, 0.000000\\\n",
-      "2623, 0.000000\\\n",
-      "2624, 0.000000\\\n",
-      "2624, 0.000000\\\n",
-      "2624, 0.000000\\\n",
-      "2624, 0.000000\\\n",
-      "2624, 0.000000\\\n",
-      "2624, 0.000000\\\n",
-      "2624, 0.000000\\\n",
-      "2624, 0.000000\\\n",
-      "2624, 0.000000\\\n",
-      "2625, 0.000000\\\n",
-      "2625, 0.000000\\\n",
-      "2625, 0.000000\\\n",
-      "2625, 0.000000\\\n",
-      "2625, 0.000000\\\n",
-      "2625, 0.000000\\\n",
-      "2625, 0.000000\\\n",
-      "2625, 0.000000\\\n",
-      "2625, 0.000000\\\n",
-      "2626, 0.000000\\\n",
-      "2626, 0.000000\\\n",
-      "2626, 0.000000\\\n",
-      "2626, 0.000000\\\n",
-      "2626, 0.000000\\\n",
-      "2626, 0.000000\\\n",
-      "2626, 0.000000\\\n",
-      "2626, 0.000000\\\n",
-      "2626, 0.000000\\\n",
-      "2627, 0.000000\\\n",
-      "2627, 1.000000\\\n",
-      "2627, 0.000000\\\n",
-      "2627, 0.000000\\\n",
-      "2627, 0.000000\\\n",
-      "2627, 0.000000\\\n",
-      "2627, 0.000000\\\n",
-      "2627, 0.000000\\\n",
-      "2627, 0.000000\\\n",
-      "2628, 0.000000\\\n",
-      "2628, 0.000000\\\n",
-      "2628, 0.000000\\\n",
-      "2628, 0.000000\\\n",
-      "2628, 0.000000\\\n",
-      "2628, 0.000000\\\n",
-      "2628, 0.000000\\\n",
-      "2628, 0.000000\\\n",
-      "2628, 0.000000\\\n",
-      "2629, 0.000000\\\n",
-      "2629, 0.000000\\\n",
-      "2629, 0.000000\\\n",
-      "2629, 0.000000\\\n",
-      "2629, 0.000000\\\n",
-      "2629, 0.000000\\\n",
-      "2629, 0.000000\\\n",
-      "2629, 0.000000\\\n",
-      "2629, 0.000000\\\n",
-      "2630, 0.000000\\\n",
-      "2630, 0.000000\\\n",
-      "2630, 0.000000\\\n",
-      "2630, 0.000000\\\n",
-      "2630, 0.000000\\\n",
-      "2630, 0.000000\\\n",
-      "2630, 0.000000\\\n",
-      "2630, 0.000000\\\n",
-      "2630, 0.000000\\\n",
-      "2631, 0.000000\\\n",
-      "2631, 0.000000\\\n",
-      "2631, 0.000000\\\n",
-      "2631, 0.000000\\\n",
-      "2631, 0.000000\\\n",
-      "2631, 0.000000\\\n",
-      "2631, 0.000000\\\n",
-      "2631, 0.000000\\\n",
-      "2631, 0.000000\\\n",
-      "2632, 0.000000\\\n",
-      "2632, 0.000000\\\n",
-      "2632, 0.000000\\\n",
-      "2632, 0.000000\\\n",
-      "2632, 0.000000\\\n",
-      "2632, 0.000000\\\n",
-      "2632, 0.000000\\\n",
-      "2632, 0.000000\\\n",
-      "2632, 0.000000\\\n",
-      "2633, 0.000000\\\n",
-      "2633, 0.000000\\\n",
-      "2633, 0.000000\\\n",
-      "2633, 0.000000\\\n",
-      "2633, 0.000000\\\n",
-      "2633, 0.000000\\\n",
-      "2633, 0.000000\\\n",
-      "2633, 0.000000\\\n",
-      "2633, 0.000000\\\n",
-      "2634, 0.000000\\\n",
-      "2634, 0.000000\\\n",
-      "2634, 0.000000\\\n",
-      "2634, 0.000000\\\n",
-      "2634, 0.000000\\\n",
-      "2634, 0.000000\\\n",
-      "2634, 0.000000\\\n",
-      "2634, 0.000000\\\n",
-      "2634, 0.000000\\\n",
-      "2635, 0.000000\\\n",
-      "2635, 0.000000\\\n",
-      "2635, 0.000000\\\n",
-      "2635, 0.000000\\\n",
-      "2635, 0.000000\\\n",
-      "2635, 0.000000\\\n",
-      "2635, 0.000000\\\n",
-      "2635, 0.000000\\\n",
-      "2635, 0.000000\\\n",
-      "2636, 0.000000\\\n",
-      "2636, 0.000000\\\n",
-      "2636, 0.000000\\\n",
-      "2636, 0.000000\\\n",
-      "2636, 0.000000\\\n",
-      "2636, 0.000000\\\n",
-      "2636, 0.000000\\\n",
-      "2636, 0.000000\\\n",
-      "2636, 0.000000\\\n",
-      "2637, 0.000000\\\n",
-      "2637, 0.000000\\\n",
-      "2637, 0.000000\\\n",
-      "2637, 0.000000\\\n",
-      "2637, 0.000000\\\n",
-      "2637, 0.000000\\\n",
-      "2637, 0.000000\\\n",
-      "2637, 0.000000\\\n",
-      "2637, 0.000000\\\n",
-      "2638, 0.000000\\\n",
-      "2638, 0.000000\\\n",
-      "2638, 0.000000\\\n",
-      "2638, 0.000000\\\n",
-      "2638, 0.000000\\\n",
-      "2638, 0.000000\\\n",
-      "2638, 0.000000\\\n",
-      "2638, 0.000000\\\n",
-      "2638, 0.000000\\\n",
-      "2639, 0.000000\\\n",
-      "2639, 0.000000\\\n",
-      "2639, 0.000000\\\n",
-      "2639, 0.000000\\\n",
-      "2639, 0.000000\\\n",
-      "2639, 0.000000\\\n",
-      "2639, 0.000000\\\n",
-      "2639, 0.000000\\\n",
-      "2639, 0.000000\\\n",
-      "2640, 0.000000\\\n",
-      "2640, 0.000000\\\n",
-      "2640, 0.000000\\\n",
-      "2640, 0.000000\\\n",
-      "2640, 0.000000\\\n",
-      "2640, 0.000000\\\n",
-      "2640, 0.000000\\\n",
-      "2640, 0.000000\\\n",
-      "2640, 0.000000\\\n",
-      "2641, 0.000000\\\n",
-      "2641, 0.000000\\\n",
-      "2641, 0.000000\\\n",
-      "2641, 0.000000\\\n",
-      "2641, 0.000000\\\n",
-      "2641, 0.000000\\\n",
-      "2641, 0.000000\\\n",
-      "2641, 0.000000\\\n",
-      "2641, 0.000000\\\n",
-      "2642, 0.000000\\\n",
-      "2642, 0.000000\\\n",
-      "2642, 0.000000\\\n",
-      "2642, 0.000000\\\n",
-      "2642, 0.000000\\\n",
-      "2642, 0.000000\\\n",
-      "2642, 0.000000\\\n",
-      "2642, 0.000000\\\n",
-      "2642, 0.000000\\\n",
-      "2643, 0.000000\\\n",
-      "2643, 0.000000\\\n",
-      "2643, 0.000000\\\n",
-      "2643, 0.000000\\\n",
-      "2643, 0.000000\\\n",
-      "2643, 0.000000\\\n",
-      "2643, 0.000000\\\n",
-      "2643, 0.000000\\\n",
-      "2643, 0.000000\\\n",
-      "2644, 0.000000\\\n",
-      "2644, 0.000000\\\n",
-      "2644, 0.000000\\\n",
-      "2644, 0.000000\\\n",
-      "2644, 0.000000\\\n",
-      "2644, 0.000000\\\n",
-      "2644, 0.000000\\\n",
-      "2644, 0.000000\\\n",
-      "2644, 0.000000\\\n",
-      "2645, 0.000000\\\n",
-      "2645, 0.000000\\\n",
-      "2645, 0.000000\\\n",
-      "2645, 0.000000\\\n",
-      "2645, 0.000000\\\n",
-      "2645, 0.000000\\\n",
-      "2645, 0.000000\\\n",
-      "2645, 0.000000\\\n",
-      "2645, 0.000000\\\n",
-      "2646, 0.000000\\\n",
-      "2646, 0.000000\\\n",
-      "2646, 0.000000\\\n",
-      "2646, 0.000000\\\n",
-      "2646, 0.000000\\\n",
-      "2646, 0.000000\\\n",
-      "2646, 0.000000\\\n",
-      "2646, 0.000000\\\n",
-      "2646, 0.000000\\\n",
-      "2647, 0.000000\\\n",
-      "2647, 0.000000\\\n",
-      "2647, 0.000000\\\n",
-      "2647, 0.000000\\\n",
-      "2647, 0.000000\\\n",
-      "2647, 0.000000\\\n",
-      "2647, 0.000000\\\n",
-      "2647, 0.000000\\\n",
-      "2647, 0.000000\\\n",
-      "2648, 0.000000\\\n",
-      "2648, 0.000000\\\n",
-      "2648, 0.000000\\\n",
-      "2648, 0.000000\\\n",
-      "2648, 0.000000\\\n",
-      "2648, 0.000000\\\n",
-      "2648, 0.000000\\\n",
-      "2648, 0.000000\\\n",
-      "2648, 0.000000\\\n",
-      "2649, 0.000000\\\n",
-      "2649, 0.000000\\\n",
-      "2649, 0.000000\\\n",
-      "2649, 0.000000\\\n",
-      "2649, 0.000000\\\n",
-      "2649, 0.000000\\\n",
-      "2649, 0.000000\\\n",
-      "2649, 0.000000\\\n",
-      "2649, 0.000000\\\n",
-      "2650, 0.000000\\\n",
-      "2650, 0.000000\\\n",
-      "2650, 0.000000\\\n",
-      "2650, 0.000000\\\n",
-      "2650, 0.000000\\\n",
-      "2650, 0.000000\\\n",
-      "2650, 0.000000\\\n",
-      "2650, 0.000000\\\n",
-      "2650, 0.000000\\\n",
-      "2651, 0.000000\\\n",
-      "2651, 0.000000\\\n",
-      "2651, 0.000000\\\n",
-      "2651, 0.000000\\\n",
-      "2651, 0.000000\\\n",
-      "2651, 0.000000\\\n",
-      "2651, 0.000000\\\n",
-      "2651, 0.000000\\\n",
-      "2651, 0.000000\\\n",
-      "2652, 0.000000\\\n",
-      "2652, 0.000000\\\n",
-      "2652, 0.000000\\\n",
-      "2652, 0.000000\\\n",
-      "2652, 0.000000\\\n",
-      "2652, 0.000000\\\n",
-      "2652, 0.000000\\\n",
-      "2652, 0.000000\\\n",
-      "2652, 0.000000\\\n",
-      "2653, 0.000000\\\n",
-      "2653, 0.000000\\\n",
-      "2653, 0.000000\\\n",
-      "2653, 0.000000\\\n",
-      "2653, 0.000000\\\n",
-      "2653, 0.000000\\\n",
-      "2653, 0.000000\\\n",
-      "2653, 0.000000\\\n",
-      "2653, 0.000000\\\n",
-      "2654, 0.000000\\\n",
-      "2654, 0.000000\\\n",
-      "2654, 0.000000\\\n",
-      "2654, 0.000000\\\n",
-      "2654, 0.000000\\\n",
-      "2654, 0.000000\\\n",
-      "2654, 0.000000\\\n",
-      "2654, 0.000000\\\n",
-      "2654, 0.000000\\\n",
-      "2655, 0.000000\\\n",
-      "2655, 0.000000\\\n",
-      "2655, 0.000000\\\n",
-      "2655, 0.000000\\\n",
-      "2655, 0.000000\\\n",
-      "2655, 0.000000\\\n",
-      "2655, 0.000000\\\n",
-      "2655, 0.000000\\\n",
-      "2655, 0.000000\\\n",
-      "2656, 0.000000\\\n",
-      "2656, 0.000000\\\n",
-      "2656, 0.000000\\\n",
-      "2656, 0.000000\\\n",
-      "2656, 0.000000\\\n",
-      "2656, 0.000000\\\n",
-      "2656, 0.000000\\\n",
-      "2656, 0.000000\\\n",
-      "2656, 0.000000\\\n",
-      "2657, 0.000000\\\n",
-      "2657, 0.000000\\\n",
-      "2657, 0.000000\\\n",
-      "2657, 0.000000\\\n",
-      "2657, 0.000000\\\n",
-      "2657, 0.000000\\\n",
-      "2657, 0.000000\\\n",
-      "2657, 0.000000\\\n",
-      "2657, 0.000000\\\n",
-      "2658, 0.000000\\\n",
-      "2658, 0.000000\\\n",
-      "2658, 0.000000\\\n",
-      "2658, 0.000000\\\n",
-      "2658, 0.000000\\\n",
-      "2658, 0.000000\\\n",
-      "2658, 0.000000\\\n",
-      "2658, 0.000000\\\n",
-      "2658, 0.000000\\\n",
-      "2659, 0.000000\\\n",
-      "2659, 0.000000\\\n",
-      "2659, 0.000000\\\n",
-      "2659, 0.000000\\\n",
-      "2659, 0.000000\\\n",
-      "2659, 0.000000\\\n",
-      "2659, 0.000000\\\n",
-      "2659, 0.000000\\\n",
-      "2659, 0.000000\\\n",
-      "2660, 0.000000\\\n",
-      "2660, 0.000000\\\n",
-      "2660, 0.000000\\\n",
-      "2660, 0.000000\\\n",
-      "2660, 0.000000\\\n",
-      "2660, 0.000000\\\n",
-      "2660, 0.000000\\\n",
-      "2660, 0.000000\\\n",
-      "2660, 0.000000\\\n",
-      "2661, 0.000000\\\n",
-      "2661, 0.000000\\\n",
-      "2661, 0.000000\\\n",
-      "2661, 0.000000\\\n",
-      "2661, 0.000000\\\n",
-      "2661, 0.000000\\\n",
-      "2661, 0.000000\\\n",
-      "2661, 0.000000\\\n",
-      "2661, 0.000000\\\n",
-      "2662, 0.000000\\\n",
-      "2662, 0.000000\\\n",
-      "2662, 0.000000\\\n",
-      "2662, 0.000000\\\n",
-      "2662, 0.000000\\\n",
-      "2662, 0.000000\\\n",
-      "2662, 0.000000\\\n",
-      "2662, 0.000000\\\n",
-      "2662, 0.000000\\\n",
-      "2663, 0.000000\\\n",
-      "2663, 0.000000\\\n",
-      "2663, 0.000000\\\n",
-      "2663, 0.000000\\\n",
-      "2663, 0.000000\\\n",
-      "2663, 0.000000\\\n",
-      "2663, 0.000000\\\n",
-      "2663, 0.000000\\\n",
-      "2663, 0.000000\\\n",
-      "2664, 0.000000\\\n",
-      "2664, 0.000000\\\n",
-      "2664, 0.000000\\\n",
-      "2664, 0.000000\\\n",
-      "2664, 0.000000\\\n",
-      "2664, 0.000000\\\n",
-      "2664, 0.000000\\\n",
-      "2664, 0.000000\\\n",
-      "2664, 0.000000\\\n",
-      "2665, 0.000000\\\n",
-      "2665, 0.000000\\\n",
-      "2665, 0.000000\\\n",
-      "2665, 0.000000\\\n",
-      "2665, 0.000000\\\n",
-      "2665, 0.000000\\\n",
-      "2665, 0.000000\\\n",
-      "2665, 0.000000\\\n",
-      "2665, 0.000000\\\n",
-      "2666, 0.000000\\\n",
-      "2666, 0.000000\\\n",
-      "2666, 0.000000\\\n",
-      "2666, 0.000000\\\n",
-      "2666, 0.000000\\\n",
-      "2666, 0.000000\\\n",
-      "2666, 0.000000\\\n",
-      "2666, 0.000000\\\n",
-      "2666, 0.000000\\\n",
-      "2667, 0.000000\\\n",
-      "2667, 0.000000\\\n",
-      "2667, 0.000000\\\n",
-      "2667, 0.000000\\\n",
-      "2667, 0.000000\\\n",
-      "2667, 0.000000\\\n",
-      "2667, 0.000000\\\n",
-      "2667, 0.000000\\\n",
-      "2667, 0.000000\\\n",
-      "2668, 0.000000\\\n",
-      "2668, 0.000000\\\n",
-      "2668, 0.000000\\\n",
-      "2668, 0.000000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "2668, 0.000000\\\n",
-      "2668, 0.000000\\\n",
-      "2668, 0.000000\\\n",
-      "2668, 0.000000\\\n",
-      "2668, 0.000000\\\n",
-      "2669, 0.000000\\\n",
-      "2669, 0.000000\\\n",
-      "2669, 0.000000\\\n",
-      "2669, 0.000000\\\n",
-      "2669, 0.000000\\\n",
-      "2669, 0.000000\\\n",
-      "2669, 0.000000\\\n",
-      "2669, 0.000000\\\n",
-      "2669, 0.000000\\\n",
-      "2670, 0.000000\\\n",
-      "2670, 0.000000\\\n",
-      "2670, 0.000000\\\n",
-      "2670, 0.000000\\\n",
-      "2670, 0.000000\\\n",
-      "2670, 0.000000\\\n",
-      "2670, 0.000000\\\n",
-      "2670, 0.000000\\\n",
-      "2670, 0.000000\\\n",
-      "2671, 0.000000\\\n",
-      "2671, 0.000000\\\n",
-      "2671, 0.000000\\\n",
-      "2671, 0.000000\\\n",
-      "2671, 0.000000\\\n",
-      "2671, 0.000000\\\n",
-      "2671, 0.000000\\\n",
-      "2671, 0.000000\\\n",
-      "2671, 0.000000\\\n",
-      "2672, 0.000000\\\n",
-      "2672, 0.000000\\\n",
-      "2672, 0.000000\\\n",
-      "2672, 0.000000\\\n",
-      "2672, 0.000000\\\n",
-      "2672, 0.000000\\\n",
-      "2672, 0.000000\\\n",
-      "2672, 0.000000\\\n",
-      "2672, 0.000000\\\n",
-      "2673, 0.000000\\\n",
-      "2673, 0.000000\\\n",
-      "2673, 0.000000\\\n",
-      "2673, 0.000000\\\n",
-      "2673, 0.000000\\\n",
-      "2673, 0.000000\\\n",
-      "2673, 0.000000\\\n",
-      "2673, 0.000000\\\n",
-      "2673, 0.000000\\\n",
-      "2674, 0.000000\\\n",
-      "2674, 0.000000\\\n",
-      "2674, 0.000000\\\n",
-      "2674, 0.000000\\\n",
-      "2674, 0.000000\\\n",
-      "2674, 0.000000\\\n",
-      "2674, 0.000000\\\n",
-      "2674, 0.000000\\\n",
-      "2674, 0.000000\\\n",
-      "2675, 0.000000\\\n",
-      "2675, 0.000000\\\n",
-      "2675, 0.000000\\\n",
-      "2675, 0.000000\\\n",
-      "2675, 0.000000\\\n",
-      "2675, 0.000000\\\n",
-      "2675, 0.000000\\\n",
-      "2675, 0.000000\\\n",
-      "2675, 0.000000\\\n",
-      "2676, 0.000000\\\n",
-      "2676, 0.000000\\\n",
-      "2676, 0.000000\\\n",
-      "2676, 0.000000\\\n",
-      "2676, 0.000000\\\n",
-      "2676, 0.000000\\\n",
-      "2676, 0.000000\\\n",
-      "2676, 0.000000\\\n",
-      "2676, 0.000000\\\n",
-      "2677, 0.000000\\\n",
-      "2677, 0.000000\\\n",
-      "2677, 0.000000\\\n",
-      "2677, 0.000000\\\n",
-      "2677, 0.000000\\\n",
-      "2677, 0.000000\\\n",
-      "2677, 0.000000\\\n",
-      "2677, 0.000000\\\n",
-      "2677, 0.000000\\\n",
-      "2678, 0.000000\\\n",
-      "2678, 0.000000\\\n",
-      "2678, 0.000000\\\n",
-      "2678, 0.000000\\\n",
-      "2678, 0.000000\\\n",
-      "2678, 0.000000\\\n",
-      "2678, 0.000000\\\n",
-      "2678, 0.000000\\\n",
-      "2678, 0.000000\\\n",
-      "2679, 0.000000\\\n",
-      "2679, 0.000000\\\n",
-      "2679, 0.000000\\\n",
-      "2679, 0.000000\\\n",
-      "2679, 0.000000\\\n",
-      "2679, 0.000000\\\n",
-      "2679, 0.000000\\\n",
-      "2679, 0.000000\\\n",
-      "2679, 0.000000\\\n",
-      "2680, 0.000000\\\n",
-      "2680, 0.000000\\\n",
-      "2680, 0.000000\\\n",
-      "2680, 0.000000\\\n",
-      "2680, 0.000000\\\n",
-      "2680, 0.000000\\\n",
-      "2680, 0.000000\\\n",
-      "2680, 0.000000\\\n",
-      "2680, 0.000000\\\n",
-      "2681, 0.000000\\\n",
-      "2681, 0.000000\\\n",
-      "2681, 0.000000\\\n",
-      "2681, 0.000000\\\n",
-      "2681, 0.000000\\\n",
-      "2681, 0.000000\\\n",
-      "2681, 0.000000\\\n",
-      "2681, 0.000000\\\n",
-      "2681, 0.000000\\\n",
-      "2682, 0.000000\\\n",
-      "2682, 0.000000\\\n",
-      "2682, 0.000000\\\n",
-      "2682, 0.000000\\\n",
-      "2682, 0.000000\\\n",
-      "2682, 0.000000\\\n",
-      "2682, 0.000000\\\n",
-      "2682, 0.000000\\\n",
-      "2682, 0.000000\\\n",
-      "2683, 0.000000\\\n",
-      "2683, 0.000000\\\n",
-      "2683, 0.000000\\\n",
-      "2683, 0.000000\\\n",
-      "2683, 0.000000\\\n",
-      "2683, 0.000000\\\n",
-      "2683, 0.000000\\\n",
-      "2683, 0.000000\\\n",
-      "2683, 0.000000\\\n",
-      "2684, 0.000000\\\n",
-      "2684, 0.000000\\\n",
-      "2684, 0.000000\\\n",
-      "2684, 0.000000\\\n",
-      "2684, 0.000000\\\n",
-      "2684, 0.000000\\\n",
-      "2684, 0.000000\\\n",
-      "2684, 0.000000\\\n",
-      "2684, 0.000000\\\n",
-      "\t\t\t0.000000\t(t_t_x(262805,0),1.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(262806,0),2.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(262808,0),3.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(262844,0),4.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(262875,342)EBBRA04E,5.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(262897,0),6.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(262913,0),7.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(262946,560)RQXSI04E,8.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263003,0),9.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263004,385)RQXSI04E,10.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263012,0),11.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263107,22)BR204M,12.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263142,0),13.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263168,65)RFBRT04M,14.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263196,337)RQXSI04E,15.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(263206,0),16.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263212,0),17.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263249,0),18.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263266,0),19.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263276,0),20.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263279,151)KFZ4404M,21.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263280,91)MM304,22.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263290,0),23.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263294,0),24.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263297,0),25.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263298,245)LELVL04M,26.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263306,2040)LCES004,27.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263313,252)RFBRT04M,28.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263316,0),29.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263323,32)LEBAS04M,30.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(263329,0),31.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263330,0),32.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263332,140)MM204,33.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263339,289)LCES004M,34.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263346,0),35.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263350,110)RFBRT04M,36.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263351,0),37.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263367,181)RFBRT04M,38.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263370,352)RFBRT04M,39.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263376,0),40.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263389,17)MM304,41.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263410,1535)LGKFN04,42.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263412,167)LCES004M,43.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263418,751)$BKED1204,44.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263421,54)LCES004M,45.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263439,2429)YB3EH04A,46.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263463,740)LEBAS04A,47.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263476,76)EBEEC04M,48.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263492,0),49.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263498,0),50.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263502,145)LEBAS04M,51.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263503,436)RNS04M,52.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263515,0),53.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263516,226)LEBAS04M,54.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263558,0),55.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(263563,0),56.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263570,60)LELVU04,57.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263574,0),58.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263580,2953)LCES004,59.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263584,180)LEBAS04A,60.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263587,1255)LCES004M,61.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263593,3270)KWUR1C04,62.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(263594,2105)LCES004M,63.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263601,136)YB3EH04A,64.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263602,2907)LCES004,65.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263607,498)LCES004M,66.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263612,2281)LCES004,67.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263613,206)$BKED1204,68.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263621,189)RMZSI04,69.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263638,373)LEBAS04A,70.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263640,375)LCES004,71.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(263646,0),72.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263649,0),73.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263659,0),74.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263662,0),75.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263699,175)$RMZSI04,76.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263700,68)LEBAS04A,77.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263713,0),78.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263733,0),79.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(263743,565)LEBAS04A,80.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263793,0),81.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263797,17)KFUL1U04,82.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263800,0),83.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263814,175)LEBAS04A,84.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263816,473)RMZU04,85.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263820,0),86.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(263840,0),87.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263859,124)LEBAS04A,88.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263860,2155)LCES004,89.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263862,2642)LCES004,90.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263866,2862)LCES004,91.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263868,3534)LCES004,92.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263905,0),93.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263921,3022)LCES004,94.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263922,0),95.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263926,0),96.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263931,62)MYY04A,97.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263958,1783)LCES004,98.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263962,2074)LCES004,99.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263986,0),100.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(264011,3115)LCES004,101.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(264013,0),102.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(264033,0),103.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(267696,0),104.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(267735,120)$KSPE1P04,105.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(267745,140)EBBRA04E,106.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(268974,7)KHVL104E,107.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(269231,219)YBOLN04M,108.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(269531,0),109.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(269558,0),110.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(269712,0),111.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(269731,270)EBBRA04E,112.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(269896,0),113.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(270314,0),114.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(270327,0),115.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(270468,194)YBOLN04M,116.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(270609,20)KHVL104E,117.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(270762,150)YB5WH04M,118.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(271099,93)YB5WH04M,119.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(271199,181)RMZU04E,120.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(271211,378)RQXSI04E,121.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(271214,507)YB3EH04E,122.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(271412,114)RMZU04E,123.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(271428,0),124.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(271601,1510)RASI04M,125.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(271616,0),126.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(272204,61)YBOLN04M,127.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(272234,0),128.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(272249,40)EGNOR04M,129.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(272266,2813)RQXSI04E,130.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(272287,0),131.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(272507,0),132.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(272695,12)RQXSI04E,133.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(272849,1203)LGKFN04,134.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(272894,1)RMZU04E,135.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273004,366)EGNOR04M,136.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273032,556)RQXSI04E,137.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273048,936)RQXU04E,138.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273072,0),139.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(273386,667)EGNOR04M,140.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273540,36)LOW304M,141.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273545,580)LFPND04,142.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(273554,0),143.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273555,0),144.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273572,1293)LGZAA04M,145.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273599,0),146.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273793,10)RQXSI04E,147.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273960,31)EGNOR04M,148.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273980,514)PMXX04M,149.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(274216,0),150.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(274389,1316)LFPND04,151.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(274564,168)RQXSI04E,152.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(274577,0),153.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(274596,39)RQXSI04E,154.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(274616,63)RQXSI04E,155.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(274643,0),156.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(274901,0),157.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(274934,0),158.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(274996,0),159.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(275011,415)MT4AT04E,160.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(275027,184)LGZAA04M,161.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(275135,58)LGSRA04,162.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(275270,14)RASI04M,163.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(275272,41)EGNOR04M,164.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(275277,1386)RQXSI04E,165.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(275338,126)FUJ04M,166.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(275522,0),167.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(275587,0),168.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(275682,200)RFBRT04M,169.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(275809,70)YD5WH04M,170.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(275864,376)LFPND04,171.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(275987,0),172.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276076,0),173.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(276122,1733)EG11G04M,174.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276210,171)KHVL104E,175.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276300,114)LCES004M,176.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276307,978)LGKFN04,177.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(276383,135)$LCS12W03,178.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276531,374)KHVL104E,179.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276534,153)KHVL104E,180.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276588,1025)LGZAA04M,181.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276611,417)RQXSI04E,182.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(276662,44)EBEEC04M,183.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276745,19)$KCHI104M,184.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276830,79)LEBAS04M,185.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276837,0),186.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(276838,0),187.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276911,0),188.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276925,0),189.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276959,561)PMXX04M,190.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276966,0),191.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276972,0),192.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276989,0),193.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276991,59)MM204,194.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277031,61)$LGRPA04M,195.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277112,0),196.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(277127,965)LGKFN04,197.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277129,0),198.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277167,0),199.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(277190,341)EG11G04M,200.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277197,29)EG11G04M,201.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277201,534)KHVL104E,202.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277232,0),203.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277243,0),204.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277278,0),205.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277284,398)EBBRA04E,206.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277296,0),207.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277313,5)YBOLN04M,208.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277361,1848)LFPND04,209.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277366,0),210.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(277387,5)YB3EH04E,211.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277424,46)EHAMA04,212.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277425,0),213.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277434,680)EG11G04M,214.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277445,0),215.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277463,642)LGKFN04,216.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277472,325)EG11G04M,217.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277484,46)YB3EH04E,218.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277533,0),219.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277562,518)YH5MH04M,220.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277591,0),221.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277598,0),222.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277602,0),223.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(277703,206)KHVL104E,224.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277744,0),225.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277803,337)$YH5MH04M,226.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277826,88)RJIU04M,227.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277829,0),228.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277917,0),229.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277924,9)YBOLN04M,230.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277936,1127)LGKFN04,231.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278026,24)YD5WH04M,232.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278036,0),233.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278037,332)YD5WH04M,234.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278067,1219)EG11G04M,235.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278123,1327)EGNOR04M,236.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278149,454)EGNOR04M,237.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(278154,0),238.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278158,30)YB3EH04M,239.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278162,0),240.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278185,0),241.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278209,73)KHVL104E,242.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278261,0),243.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278295,105)RNI04M,244.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278320,0),245.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278322,0),246.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278386,0),247.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(278487,181)YH5MH04M,248.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278529,2)KSLN04M,249.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278554,61)GL4W04M,250.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278555,0),251.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278562,276)YB5KL04E,252.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278564,0),253.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278565,409)LELVU04,254.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278590,368)EHAMA04,255.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278592,0),256.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278598,72)EHAMA04,257.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278603,572)EHAMA04,258.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278607,0),259.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278647,908)EHAMA04,260.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278651,0),261.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278663,114)EHAMA04,262.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(278669,598)EHAMA04,263.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278681,1427)EHAMA04,264.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278783,0),265.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278814,0),266.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278830,0),267.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278839,122)EBEEC04M,268.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278855,741)KHVL104E,269.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(278862,0),270.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278871,434)KWUR404E,271.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278872,356)EG11G04M,272.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278885,0),273.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278889,228)KHVL104E,274.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278911,0),275.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278920,0),276.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(278940,0),277.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278945,1189)LFMDA04A,278.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279006,227)BKED1204,279.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279011,2210)LGKFN04,280.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279048,371)KHVL104E,281.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279142,0),282.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(279160,0),283.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279163,0),284.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279186,15)YB3EH04A,285.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279192,0),286.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(279193,2097)$YH5MH04M,287.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279241,0),288.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279243,342)KSPE1P04,289.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279250,132)KSPE1P04,290.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(279259,204)YH5MH04M,291.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279261,1470)LGSRA04,292.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279279,0),293.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279300,103)LCS12W03,294.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279312,22)KSPE1P04,295.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279318,0),296.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279339,0),297.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279340,6)YB5WH04M,298.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279347,429)KSPE1P04,299.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279349,0),300.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279386,107)$YH5MH04M,301.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279395,0),302.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(279398,214)YH5MH04M,303.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279403,12)KSPE1P04,304.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279405,0),305.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279409,811)YH5MH04M,306.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279411,905)KSPE1P04,307.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279431,0),308.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279450,0),309.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279467,417)YH5MH04M,310.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(279482,384)YBOLN04M,311.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279485,780)KHVL104E,312.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279494,0),313.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279524,0),314.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279544,40)RFBRT04M,315.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279552,362)EBBRA04E,316.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279592,0),317.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279621,719)YH5MH04M,318.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279622,0),319.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279627,578)EGPFA04,320.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279642,566)KHVL104E,321.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279651,0),322.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279652,30)KHVL104E,323.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(279686,72)YBOLN04M,324.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279687,766)LGRPA04M,325.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279690,1030)EGPFA04,326.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279693,364)YH5MH04M,327.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279716,370)LELVU04,328.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279721,296)EHAMA04,329.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279734,123)$RMZSI04M,330.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279735,441)$KHVL104E,331.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279756,175)KHVL104E,332.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279791,1113)EHAMA04,333.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(279801,1216)EHAMA04,334.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279804,540)KHVL104E,335.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279817,269)EGNOR04M,336.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279827,0),337.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279832,0),338.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279834,0),339.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279845,226)$KHVL104E,340.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279882,0),341.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279885,970)EHAMA04,342.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279887,3147)LGSRA04,343.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279893,1254)EHAMA04,344.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279896,290)RASI04M,345.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279899,0),346.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279900,0),347.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279930,2)LGKFN04,348.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279946,0),349.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279962,0),350.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279965,119)LEBAS04M,351.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279969,426)RFBRT04M,352.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280002,0),353.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280018,54)FUJ04M,354.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280021,0),355.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280033,26)EHAMA04,356.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280088,0),357.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280103,204)KSPE104D,358.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280104,2348)LFMDA04A,359.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280115,0),360.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280122,0),361.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280142,1021)EHAMA04,362.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(280143,0),363.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280153,210)LCES004M,364.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280157,0),365.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280174,0),366.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280192,294)YH5MH04M,367.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280203,42)RMZU04,368.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280212,7420)LGSRA04,369.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280221,0),370.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280245,35)RQXI04E,371.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280252,3)RQXSI04E,372.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(280263,0),373.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280274,45)RQXI04E,374.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280277,139)RVKWS04,375.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280278,1058)EHAMA04,376.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280283,398)YH5MH04M,377.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280319,0),378.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280331,51)RQXU04E,379.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(280365,16)LELVL04M,380.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280374,30)YBOLN04M,381.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280391,0),382.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280396,11)YBOLN04M,383.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280411,0),384.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280428,0),385.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280430,0),386.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280453,316)EBBRA04E,387.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280458,36)EBEEC04M,388.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280474,0),389.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280491,0),390.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280578,55)RQXU04E,391.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280579,116)EGNOR04M,392.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280587,1961)$RVKWU04M,393.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280607,0),394.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(280608,0),395.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280645,0),396.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280666,54)KSLN04A,397.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280667,402)LGSRA04,398.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280671,1848)LFMDA04A,399.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280706,459)RQXI04E,400.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280744,0),401.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280754,0),402.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280768,128)MM204,403.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(280779,0),404.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280781,0),405.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(280791,194)KCHI104M,406.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280798,0),407.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280804,4)RMZU04E,408.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280807,0),409.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280810,0),410.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280815,121)KSPE104D,411.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280825,42)LGKFN04,412.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280871,0),413.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280888,9110)$YB3EH04E,414.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280895,0),415.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280928,113)KFZ4404M,416.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281048,1089)LGKFN04,417.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281058,0),418.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281059,0),419.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281074,37)RMZU04E,420.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281090,0),421.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281091,151)YB3EH04A,422.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281143,431)LGKFN04,423.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281148,659)LGRPA04M,424.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281160,0),425.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281174,0),426.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281185,0),427.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281238,95)$LFMDA04A,428.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281253,523)LGSRA04,429.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281256,398)RMZU04,430.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281290,0),431.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(281293,0),432.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281297,163)EHAMA04,433.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281301,456)LFPND04,434.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281304,0),435.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281334,902)RVKWU04M,436.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281346,0),437.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281348,206)KFZ4404M,438.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281349,336)RQXSI04E,439.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281359,1717)PMXX04M,440.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281372,1155)LGSRA04,441.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281447,0),442.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281466,5)EGNOR04M,443.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281483,0),444.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281485,205)LELVU04,445.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281487,0),446.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281511,586)LGSRA04,447.o,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_t_x(281523,195)EHAMA04,448.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281534,495)LGRPA04M,449.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281596,0),450.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281599,190)RQXU04E,451.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281613,0),452.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281643,0),453.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281674,0),454.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(281690,0),455.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281715,552)LGRPA04,456.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281723,0),457.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281749,0),458.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281755,0),459.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281774,0),460.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281776,2508)LGSRA04,461.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281815,266)$MT4AT04E,462.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281824,1430)RVKWU04M,463.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281854,680)$KWUR404E,464.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281881,0),465.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281887,54)LELVL04M,466.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281891,0),467.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281894,0),468.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(281905,645)YH5MH04M,469.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281910,28)KSLN04M,470.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281915,0),471.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281922,0),472.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281923,0),473.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281925,0),474.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281946,0),475.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281951,0),476.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(281962,1098)PMXX04M,477.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281983,269)YB5KL04E,478.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281989,556)KHVL104E,479.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282046,0),480.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282057,0),481.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282070,157)RQXU04E,482.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282085,0),483.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282090,8)LELVL04M,484.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282099,2484)EG11G04M,485.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(282115,0),486.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282121,0),487.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282129,1156)LGZAA04M,488.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282158,425)LGRPA04M,489.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282176,217)RMZU04E,490.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282205,745)YB5WH04M,491.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282259,155)YB5WH04M,492.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(282278,0),493.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282283,0),494.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282303,100)YBOLN04M,495.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282313,1753)RQXSI04E,496.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282374,302)RVKWU04M,497.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282416,216)RASI04M,498.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282417,0),499.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282430,339)EBBRA04E,500.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282460,0),501.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(282467,0),502.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282480,415)RQXSI04E,503.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282492,92)RQXSI04E,504.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282505,143)RFBRT04M,505.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(282514,996)RQXSI04E,506.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282582,0),507.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282583,380)PMXX04M,508.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282589,512)$RMZSI04,509.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282592,212)LEBAS04A,510.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282606,727)LEBAS04A,511.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282620,238)YB3EH04A,512.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282623,0),513.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282645,162)YB5WH04M,514.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(282648,0),515.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282657,0),516.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282660,402)PMXX04M,517.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282665,1445)LGSRA04,518.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282677,1532)YB3EH04E,519.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282696,0),520.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(282720,160)KWUR404E,521.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282727,214)LGKFN04,522.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(282752,333)KSLN04A,523.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282755,628)KWUR404E,524.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282784,61)RQXSI04E,525.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282785,51)YB3EH04E,526.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282807,108)LGKFN04,527.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282822,0),528.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(282837,162)KSLN04M,529.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282854,0),530.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(282859,126)RQXSI04E,531.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282860,16)YBOLN04M,532.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(282868,621)$KWUR404E,533.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282878,9)YBOLN04M,534.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282882,11)KWUR404E,535.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282890,775)EGNOR04M,536.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282894,0),537.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282904,0),538.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282912,0),539.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282924,0),540.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(282933,103)RASI04M,541.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282954,69)RQXSI04E,542.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282961,0),543.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282964,3652)LGSRA04,544.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282986,0),545.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283000,0),546.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283005,0),547.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283036,70)LEBAS04M,548.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283037,3595)LGZAA04M,549.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283042,1669)LGKFN04,550.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283045,4)RASI04M,551.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283050,0),552.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283072,386)RASI04M,553.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283087,0),554.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283092,0),555.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283094,30)YB3EH04E,556.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283102,0),557.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283115,1)RMZU04,558.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283117,0),559.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283123,127)KCHI104M,560.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283128,195)YB3EH04E,561.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283139,0),562.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283140,0),563.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283194,1076)PMXX04M,564.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283209,138)RMZU04E,565.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283211,88)RMZU04E,566.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283232,0),567.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283233,180)RVKWU04M,568.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283253,449)RASI04M,569.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283254,4)EGNOR04M,570.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283256,186)EGNOR04M,571.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(283258,245)RMZU04E,572.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283259,457)EGNOR04M,573.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283272,363)RQXSI04E,574.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(283288,0),575.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283289,83)RMZU04,576.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283302,21)YB3EH04E,577.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283305,425)KSLN04A,578.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283333,0),579.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283343,0),580.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(283356,0),581.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283373,0),582.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283389,828)RQXSI04E,583.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283392,312)RQXSI04E,584.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(283414,257)YB5WH04M,585.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283432,0),586.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283444,1825)LGZAA04M,587.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283452,425)RMZU04,588.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283458,746)RMZSI04,589.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283464,112)YB3EH04A,590.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283468,0),591.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283489,914)RVKWU04M,592.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(283495,618)$LGRPA04,593.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283510,5)RMZU04E,594.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283526,518)YB3EH04E,595.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283544,1339)LGZAA04M,596.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283549,1)YB5WH04M,597.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283558,0),598.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283559,1158)LGKFN04,599.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283561,2055)LGZAA04M,600.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(283562,1614)PMXX04M,601.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283584,536)KWUR404E,602.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283593,0),603.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283605,38)RASI04M,604.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283607,712)PMXX04M,605.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283663,0),606.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283667,10)YB3EH04E,607.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283688,15)RQXI04E,608.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283706,40)YB3EH04E,609.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(283711,62)LELVL104,610.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283716,40)LEBAS04A,611.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283734,67)KSLN04M,612.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283735,0),613.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283746,98)RNS04M,614.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283748,648)$MT4AT04E,615.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283750,420)EG11G04M,616.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283751,237)RQXI04E,617.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283760,473)FUJ04M,618.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(283795,542)RVKWU04M,619.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283812,218)RMZU04E,620.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283821,0),621.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283823,0),622.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(283829,63)YB5WH04M,623.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283853,0),624.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283862,716)RASI04M,625.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283872,0),626.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283889,0),627.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(283895,0),628.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283921,31)EGNOR04M,629.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283941,0),630.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283943,1704)LGSRA04,631.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283954,0),632.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283958,0),633.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283965,0),634.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(283998,688)RQXSI04E,635.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284008,0),636.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(284028,0),637.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284038,19)LELVL04M,638.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284063,0),639.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284082,36)RASI04M,640.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284085,1184)RVKWU04M,641.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284094,186)EBBRA04E,642.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(284100,0),643.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284104,522)YD5WH04M,644.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284106,204)RQXSI04E,645.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284107,0),646.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284109,0),647.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284114,0),648.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284125,496)RMZSI04,649.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284141,20)KSAL1204,650.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284154,59)RQXSI04E,651.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284165,1463)RVKWU04M,652.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284170,21)RASI04M,653.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(284183,265)LOVN1504,654.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284184,132)RMZSI04,655.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284185,0),656.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284190,201)PMXX04M,657.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284195,0),658.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284206,504)RMZU04,659.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284224,1003)RMZSI04,660.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284228,0),661.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(284242,0),662.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284247,0),663.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284250,63)RMZU04E,664.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284260,519)RASI04M,665.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284261,29)KSLN04M,666.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(284275,14)KFZ4404M,667.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284283,971)RVKWU04M,668.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284287,573)PMXX04M,669.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(284291,0),670.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284297,1266)$RQXSI04E,671.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284313,955)RQXSI04E,672.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(284316,216)YD5WH04M,673.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284318,0),674.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284341,0),675.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284344,85)YB3EH04E,676.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284346,466)LGKFN04,677.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(284349,0),678.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284350,0),679.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284357,1420)RVKWU04M,680.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(284372,94)BR204M,681.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284380,0),682.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284393,0),683.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284399,0),684.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284417,174)EGNOR04M,685.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284418,0),686.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284438,0),687.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284450,244)KSLN04M,688.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284467,252)RMZU04E,689.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284504,876)$RQXSI04E,690.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(284550,117)LELVL04M,691.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284562,382)KFZ4404M,692.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284566,349)YB3EH04A,693.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284595,859)RQXSI04E,694.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284601,14)LEBAS04A,695.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284631,660)RQXSI04E,696.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284641,0),697.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(284700,452)YB3EH04E,698.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284722,193)RJIU04M,699.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284723,0),700.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284738,164)BKED1204,701.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284781,0),702.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284786,0),703.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284797,0),704.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284809,241)LGAVA04,705.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284810,7980)$RQXSI04E,706.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284839,229)RASI04M,707.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284856,12)YB3EH04E,708.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284860,1979)RVKWU04M,709.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284868,330)KSLN04M,710.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284876,0),711.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284880,91)EG11G04M,712.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284894,610)PMXX04M,713.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284911,256)KFZ4404M,714.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284925,1003)LGRPA04M,715.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284929,4)KCHI104M,716.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284933,75)RQXSI04E,717.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(284981,0),718.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285040,58)RASI04M,719.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285042,0),720.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285070,371)RMZU04E,721.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285076,458)LGRPA04M,722.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285084,0),723.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285112,6)KSLN04M,724.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285123,435)LGKFN04,725.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285128,25)EG11G04M,726.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285148,41)KSLN04M,727.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285157,0),728.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285163,203)MM304,729.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285171,0),730.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285178,0),731.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285187,0),732.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285189,1232)RVKWU04M,733.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285193,0),734.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285209,104)PMXX04M,735.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285230,0),736.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285241,3588)LGKFN04,737.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285254,0),738.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285291,0),739.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285292,201)RASI04M,740.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285296,149)LCES004M,741.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285300,0),742.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285308,15)GL4W04M,743.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285328,0),744.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285360,0),745.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285368,207)LGRPA04M,746.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285372,454)YB3EH04E,747.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285379,75)FUJ04M,748.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285383,0),749.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285393,28)YB5WH04M,750.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285395,0),751.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285431,12)LCES004M,752.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285432,0),753.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285451,0),754.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285458,0),755.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285459,2699)LCES004,756.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285470,0),757.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285474,0),758.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285482,914)PMXX04M,759.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285483,40)YB5WH04M,760.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285506,0),761.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285521,1)YB3EH04M,762.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285525,47)KFZ4404M,763.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285540,0),764.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285553,0),765.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285563,225)LCES004M,766.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285575,192)RQXSI04E,767.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285583,760)LGAVA04,768.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285585,26)MGY04,769.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285590,76)LGRPA04M,770.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285593,928)LCES004M,771.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285599,11)EBBRA04E,772.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285611,0),773.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285624,285)YD5WH04M,774.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285656,98)PMXX04M,775.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285658,0),776.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285662,0),777.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285664,2196)LCES004,778.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285671,0),779.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285672,0),780.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285674,0),781.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285675,94)$YB3EH04E,782.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285688,986)RQXSI04E,783.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285693,224)YB3EH04E,784.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285704,0),785.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285711,0),786.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285718,0),787.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285723,350)EHAMA04,788.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285724,111)BR404M,789.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285733,3158)LCES004,790.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285747,165)RNI04M,791.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285758,0),792.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285766,169)RQXSI04E,793.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285772,0),794.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285782,3069)RQXSI04E,795.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285792,519)BR404M,796.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285794,1095)RQXSI04E,797.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285818,0),798.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285820,18)YD5WH04M,799.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285826,1081)YB5WH04M,800.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285835,0),801.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285840,242)LELVL04M,802.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285843,21)LELVL04M,803.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285850,0),804.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285862,0),805.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285863,2115)KHVL104E,806.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285870,2015)$RVKWU04M,807.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285875,0),808.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285878,0),809.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285895,0),810.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285899,0),811.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285938,1012)RMZSI04,812.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285949,0),813.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285972,62)KSLN04M,814.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285980,335)LCES004M,815.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285981,155)KFZ4404M,816.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285984,0),817.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285990,0),818.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286022,0),819.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286031,0),820.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286067,0),821.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286071,534)EDGG704,822.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286082,25)LELVU04,823.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(286095,0),824.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286109,0),825.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(286122,39)KSLN04M,826.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286126,0),827.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286141,0),828.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286143,36)KFZ4404M,829.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286160,29)YB3EH04E,830.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286180,2889)$KWUR404E,831.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(286185,0),832.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286199,0),833.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286221,0),834.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286224,207)KFZ4404M,835.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286238,0),836.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286277,12)PMXX04M,837.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286313,0),838.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286317,0),839.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286328,0),840.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286329,194)EBBRA04E,841.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286347,84)MM204,842.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286404,335)PMXX04M,843.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286415,0),844.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286416,0),845.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286439,0),846.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286461,2)YB3EH04E,847.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(286485,0),848.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286486,0),849.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286494,0),850.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286499,31)YBOLN04M,851.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286506,84)LELVL04M,852.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286516,26)GL4W04M,853.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286568,0),854.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286569,438)EBBRA04E,855.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(286575,222)LELVL04M,856.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286582,975)PMXX04M,857.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286590,467)YB3EH04E,858.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286600,1168)KCHI104M,859.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286616,1215)RVKWU04M,860.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286621,0),861.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286625,2358)PMXX04M,862.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286627,0),863.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286628,538)RMZU04E,864.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286638,554)RNS04M,865.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286639,240)LFPND04,866.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(286658,95)YBOLN04M,867.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286678,0),868.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286682,515)EBBRA04E,869.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286685,975)RQXSI04E,870.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286690,1319)EHAMA04,871.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286706,84)$YB5WH04M,872.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286712,0),873.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286713,620)LFPND04,874.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286715,0),875.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286726,657)YB5WH04M,876.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286733,11)KWUR1C04,877.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(286743,1168)LGKFN04,878.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286753,219)LELVL04M,879.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286757,0),880.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286762,2)RJIU04M,881.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286763,447)RASI04M,882.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286771,0),883.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286774,151)RASI04M,884.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286777,0),885.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(286781,36)MM204,886.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286791,2)EBBRA04E,887.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(286793,0),888.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286841,358)KSAL1204,889.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286844,512)KSPE104D,890.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286853,255)KSLN04M,891.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(286855,30)KSPE104D,892.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286857,0),893.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286877,138)ZM56704,894.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286894,0),895.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286896,0),896.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286897,464)RQXSI04E,897.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286902,0),898.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286912,30)KFZ4404M,899.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286952,290)YBOLN04M,900.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286963,896)RQXSI04E,901.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286968,0),902.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286969,521)RASI04M,903.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286988,161)GL4W04M,904.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286989,0),905.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287011,280)RMZU04E,906.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287014,0),907.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287016,0),908.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287018,2500)$RQXSI04E,909.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287020,273)RNS04M,910.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287027,851)LCES004M,911.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287040,23)RNI04M,912.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287044,0),913.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287045,0),914.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287050,375)LFKFA04,915.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287051,0),916.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287076,34)KFZ4404M,917.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(287081,865)LGSRA04,918.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287111,1165)EGNOR04M,919.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287119,45)RNI04M,920.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287126,0),921.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(287128,0),922.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287132,0),923.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287140,2322)RVKWU04M,924.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287143,13)RQXU04E,925.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287155,0),926.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(287156,0),927.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287158,0),928.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287179,0),929.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287182,8)RMZU04E,930.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287185,91)YH5MH04M,931.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(287193,762)RQXSI04E,932.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287194,942)RQXSI04E,933.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287195,464)RFBRT04M,934.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287200,0),935.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287201,0),936.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287205,0),937.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287217,0),938.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287222,218)RQXSI04E,939.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287235,923)PMXX04M,940.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287240,285)LGRPA04M,941.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287241,32)MAB1204A,942.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287243,1650)GL4W04M,943.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287244,18)YB5WH04M,944.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(287253,29)YB3EH04E,945.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287279,232)RASI04M,946.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287286,377)EHAMA04,947.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287287,414)RMZU04E,948.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287288,802)KHVL104E,949.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(287290,600)$MT4AT04E,950.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287302,2887)$LFMDA04A,951.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(287314,0),952.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287319,0),953.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287329,977)YB5WH04M,954.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287335,0),955.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287337,40)KFZ4404M,956.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287343,1018)LGIRA04,957.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287347,791)MGY04,958.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287358,0),959.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287367,385)EBBRA04E,960.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287372,414)KSPE1P04,961.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287402,494)PMXX04M,962.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287409,33)EGNOR04M,963.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287413,0),964.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(287426,0),965.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287433,767)YBOLN04M,966.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287438,1033)RNI04M,967.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287468,85)GL4W04M,968.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287476,175)$KFZ4404L,969.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287489,0),970.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287515,321)KFZ4404M,971.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287518,55)YB5WH04M,972.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287524,315)LGKFN04,973.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287527,351)KHVL104E,974.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287528,0),975.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287536,914)LELVL04M,976.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287541,0),977.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287544,3)BR404M,978.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287579,686)RQXSI04E,979.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287580,87)MEK04,980.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287581,0),981.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287595,347)KWUR1C04,982.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287604,687)PMXX04M,983.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287623,0),984.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287631,287)LELVL04M,985.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287660,1024)EG11G04M,986.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287677,0),987.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(287690,72)LCS12W03,988.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287696,627)RMZSI04,989.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287700,2246)LGZAA04M,990.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287702,0),991.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287703,0),992.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(287704,0),993.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287722,235)BKED1204,994.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287736,1137)PMXX04M,995.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287749,2354)LGZAA04M,996.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287767,0),997.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287785,2178)KFZ4404M,998.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287796,0),999.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287799,60)KFZ4404M,1000.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287817,450)LGKFN04,1001.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287819,63)PMXX04M,1002.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287821,471)RMZU04E,1003.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(287828,0),1004.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287829,0),1005.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287849,0),1006.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287855,205)RNS04M,1007.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(287882,716)LGIRA04,1008.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287887,0),1009.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287891,0),1010.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287895,717)PMXX04M,1011.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287899,140)KFZ4404M,1012.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287902,0),1013.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287904,613)LGKFN04,1014.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287908,1004)LGKFN04,1015.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(287918,53)GL4W04M,1016.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287924,0),1017.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287934,33)YB3EH04M,1018.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287937,0),1019.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287944,0),1020.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287946,0),1021.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287954,0),1022.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287971,0),1023.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(287978,651)$YH5MH04M,1024.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287980,56)RQXSI04E,1025.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287993,35)KSPE104D,1026.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288004,330)KWUR1C04,1027.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288008,245)YB3EH04A,1028.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288023,231)LELVL04M,1029.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288046,29)LEBAS04M,1030.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288059,0),1031.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288078,391)EBBRA04E,1032.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(288079,0),1033.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288089,0),1034.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288101,347)KSPE104D,1035.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288104,165)KSPE104D,1036.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288107,0),1037.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288110,253)$LCES004M,1038.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288113,0),1039.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288115,22)GL34W04,1040.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288139,2)KFZ4404M,1041.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(288145,33)YB3EH04E,1042.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288154,524)PMXX04M,1043.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288160,279)LFMDA04A,1044.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288162,80)YB3EH04M,1045.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288163,0),1046.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288187,0),1047.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288191,551)KSPE1P04,1048.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288221,0),1049.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288224,0),1050.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288227,37)LCS12W03,1051.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288242,585)PMXX04M,1052.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288247,126)RMZU04E,1053.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(288250,0),1054.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288252,0),1055.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288253,263)RNI04M,1056.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288256,0),1057.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288261,0),1058.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288279,213)YB3EH04E,1059.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288284,357)KSPE104D,1060.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288292,0),1061.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288302,0),1062.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288339,206)KFZ4404M,1063.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288341,205)KWUR1C04,1064.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(288353,0),1065.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288358,666)$KWUR404E,1066.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288361,894)PMXX04M,1067.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288366,0),1068.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288377,797)RVKWU04M,1069.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288381,0),1070.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(288392,4)$LEBAS04M,1071.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288401,21)EGNOR04M,1072.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288402,0),1073.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288404,162)YBOLN04M,1074.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288405,1000)PMXX04M,1075.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288411,0),1076.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288421,0),1077.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288428,565)RVKWU04M,1078.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288431,114)$YB3EH04M,1079.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288445,339)KFZ4404M,1080.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288468,0),1081.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288483,159)LGRPA04M,1082.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288498,0),1083.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288501,867)LEBAS04M,1084.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288508,61)GL4W04M,1085.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288513,25)RQXU04E,1086.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288519,21)YB5WH04M,1087.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288522,42)YB3EH04E,1088.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(288529,22)RNI04M,1089.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288555,0),1090.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288568,87)RQXSI04E,1091.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288588,0),1092.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(288599,436)RMZU04E,1093.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288601,783)LGKFN04,1094.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288623,284)$KCHI104M,1095.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288631,0),1096.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288647,268)LEMDAT04,1097.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288684,722)$YH5MH04M,1098.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288692,0),1099.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288693,4708)RJIU04M,1100.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288694,54)KCHI104M,1101.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288696,310)RNI04M,1102.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288702,0),1103.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288713,0),1104.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288720,34)PMXX04M,1105.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288723,0),1106.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(288725,61)LEMDAT04,1107.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288728,0),1108.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288740,814)$RQXSI04E,1109.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288756,99)YB3EH04A,1110.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288765,19)RQXSI04E,1111.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288768,0),1112.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(288792,0),1113.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288800,224)KFZ4404M,1114.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288838,83)BR204M,1115.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288846,10)YB3EH04M,1116.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288849,827)LGRPA04M,1117.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288859,0),1118.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288879,273)RASI04M,1119.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288911,150)KSPE104D,1120.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288914,22)MEK04,1121.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288915,23)MEK04,1122.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288918,134)RQXSI04E,1123.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288927,317)PMXX04M,1124.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(288930,0),1125.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288940,111)EG11G04M,1126.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288941,0),1127.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288954,47)KHVL104E,1128.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(288957,566)$LEMDAT04,1129.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288966,0),1130.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288970,21)YB5WH04M,1131.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288982,72)YB3EH04E,1132.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288987,0),1133.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288989,2441)LGSRA04,1134.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288992,0),1135.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288999,156)$LEMDAT04,1136.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289007,0),1137.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289013,10)MEK04,1138.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289024,962)$YB5WH04M,1139.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(289028,143)KFZ4404M,1140.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289045,531)RNS04M,1141.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289049,0),1142.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289076,4364)RMZU04,1143.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(289099,181)LGAVA04,1144.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289110,0),1145.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289114,16)$YB3EH04M,1146.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289131,0),1147.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289136,387)RJIU04M,1148.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289158,839)RVKWU04M,1149.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289160,0),1150.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289164,5094)RJIU04M,1151.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289170,160)LELVL104,1152.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289171,29)EG11G04M,1153.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289172,202)LEMDAT04,1154.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289175,44)KFZ4404M,1155.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289192,95)ZM56704,1156.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289194,2643)LGZAA04M,1157.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289201,0),1158.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289215,0),1159.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289224,0),1160.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289232,0),1161.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289238,419)EGNOR04M,1162.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289240,0),1163.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(289241,72)LELVL104,1164.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289249,419)PMXX04M,1165.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289276,178)RNS04M,1166.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289277,0),1167.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289280,1822)LFMDA04A,1168.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289283,880)LEMDAT04,1169.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289288,0),1170.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289297,105)RASI04M,1171.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289309,0),1172.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289314,0),1173.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289315,0),1174.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289318,0),1175.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289328,0),1176.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289330,480)KSAL1204,1177.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289347,710)MRAE04,1178.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289354,0),1179.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289361,0),1180.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289367,0),1181.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289376,99)LGRPA04M,1182.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289392,0),1183.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289397,1100)LGKFN04,1184.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289403,0),1185.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289405,317)KSLN04M,1186.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289436,0),1187.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289440,28)MEK04,1188.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289455,0),1189.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289457,20)RJIU04M,1190.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289463,96)RASI04M,1191.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289464,50)RNI04M,1192.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289472,4299)LGZAA04M,1193.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(289490,215)BR204M,1194.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289499,0),1195.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(289502,1447)EG11G04M,1196.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289514,0),1197.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289519,0),1198.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289531,31)KSPE104D,1199.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(289533,0),1200.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289563,0),1201.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289566,1209)LGKFN04,1202.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289584,0),1203.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289587,708)PMXX04M,1204.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289595,0),1205.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289605,0),1206.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289613,438)KSLN04A,1207.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289618,607)YB5WH04M,1208.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289649,5)YB5KL04E,1209.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(289655,490)RJIU04M,1210.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289665,0),1211.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(289673,284)MEK04,1212.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289675,108)KSPE1P04,1213.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289683,0),1214.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289684,228)EDGG704,1215.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289689,0),1216.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289705,30)YB3EH04E,1217.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289716,1222)LGKFN04,1218.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289752,0),1219.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289758,0),1220.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289759,422)EDGG704,1221.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289768,87)RJIU04M,1222.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289782,0),1223.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289783,249)KSAL1204,1224.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289805,83)YBOLN04M,1225.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289828,9)MYY04A,1226.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289832,0),1227.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289843,0),1228.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289862,61)BKED1204,1229.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289863,1897)MGY04,1230.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289866,0),1231.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289868,3016)LCES004,1232.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289872,1297)KFZ4404M,1233.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(289894,2265)LCES004,1234.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289901,726)$RQXSI04E,1235.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289907,0),1236.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289911,1389)PMXX04M,1237.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289913,45)EGNOR04M,1238.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289932,0),1239.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(289945,1020)LGKFN04,1240.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289950,0),1241.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289961,200)KSPE104D,1242.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289972,525)YBOLN04M,1243.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289978,964)RJIU04M,1244.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289980,0),1245.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289989,1492)EDGG704,1246.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289999,611)PMXX04M,1247.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290009,0),1248.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290012,0),1249.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290015,13)YD5WH04M,1250.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290019,211)KWUR1C04,1251.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290022,94)RQXU04E,1252.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290037,0),1253.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290041,231)KFZ4404M,1254.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290047,475)RASI04M,1255.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290055,26)YBOLN04M,1256.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290061,7816)MRAE04,1257.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290063,0),1258.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290076,0),1259.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290077,275)$LCS12W03,1260.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290082,179)RNI04M,1261.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(290090,1046)EDGG704,1262.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290093,0),1263.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290110,0),1264.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290112,0),1265.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290116,345)EDGG704,1266.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(290137,19)YD5WH04M,1267.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290158,904)PMXX04M,1268.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290166,240)RNS04M,1269.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290174,0),1270.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290208,504)LGRPA04M,1271.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290215,0),1272.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290219,12)MGY04,1273.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290247,0),1274.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290258,0),1275.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290261,0),1276.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290272,321)LEMDAT04,1277.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290283,592)LGAVA04,1278.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290302,0),1279.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290315,0),1280.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290335,0),1281.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290342,817)RJIU04M,1282.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290343,471)RJIU04M,1283.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290352,0),1284.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290362,15)YB5WH04M,1285.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290367,697)MRAE04,1286.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290378,168)YD5WH04M,1287.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290395,1146)PMXX04M,1288.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290396,0),1289.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290406,0),1290.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290407,938)LFMDA04A,1291.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290428,0),1292.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290429,0),1293.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290433,45)YD5WH04M,1294.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290436,0),1295.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290447,199)LEBAS04M,1296.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290454,0),1297.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290455,0),1298.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290468,50)LEBAS04M,1299.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290480,359)RJIU04M,1300.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290491,0),1301.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290499,0),1302.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290501,0),1303.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290513,0),1304.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290517,0),1305.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(290527,0),1306.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290528,274)YBOLN04M,1307.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290535,315)YBOLN04M,1308.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290539,390)LGRPA04M,1309.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290550,454)MGY04,1310.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290553,583)LEMDAT04,1311.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290555,0),1312.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290566,477)ZM56704,1313.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290567,84)YB3EH04E,1314.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290568,0),1315.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290573,104)EBBRA04E,1316.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290574,0),1317.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290578,0),1318.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290583,0),1319.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290584,68)LELVL104,1320.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290624,67)LEBAS04A,1321.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(290633,197)RJIU04M,1322.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290635,1176)RQXI04E,1323.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290646,0),1324.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290650,500)PMXX04M,1325.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(290661,0),1326.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290666,128)MAB04,1327.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(290667,33)GL34W04,1328.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290676,277)RFBRT04M,1329.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290680,2314)LGSRA04,1330.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290681,427)YBOLN04M,1331.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290696,630)RNS04M,1332.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290702,0),1333.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290712,0),1334.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290738,0),1335.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(290752,0),1336.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290760,0),1337.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290761,0),1338.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290766,0),1339.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290776,95)RJIU04M,1340.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290803,282)KHVL104E,1341.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290808,37)YB3EH04A,1342.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290819,349)GL34W04,1343.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(290832,0),1344.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290849,0),1345.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290858,0),1346.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290863,660)$RVKWU04M,1347.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290866,0),1348.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290867,0),1349.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290871,0),1350.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290883,0),1351.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290892,621)YB5WH04M,1352.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(290904,282)RASI04M,1353.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290924,0),1354.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290928,696)LGSRA04,1355.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290939,0),1356.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290967,55)RJIU04M,1357.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290985,0),1358.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290996,273)GL4W04M,1359.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291002,12)FUJ04M,1360.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291007,0),1361.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291009,1396)RQXSI04E,1362.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291013,0),1363.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291014,810)LCES004M,1364.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291018,0),1365.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291019,0),1366.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291024,205)RQXI04E,1367.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291027,1731)YBOLN04M,1368.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291031,2884)EG11G04M,1369.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291038,949)EDGG704,1370.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291040,0),1371.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291046,0),1372.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291048,323)LEMDAT04,1373.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291052,0),1374.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291060,0),1375.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291078,108)YB5KL04E,1376.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291082,1786)LFMDA04A,1377.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291096,0),1378.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291100,5)RQXSI04E,1379.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291104,3055)LCES004,1380.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291114,0),1381.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291115,0),1382.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291117,166)KSPE104D,1383.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291127,88)PMXX04M,1384.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291128,0),1385.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291159,0),1386.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291164,14)RQXU04E,1387.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291171,0),1388.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291178,29)KHVL104E,1389.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291187,18)KWUR404E,1390.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291189,1299)RVKWU04M,1391.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291193,0),1392.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291204,0),1393.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291206,338)RMZU04E,1394.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291212,10)RVKWS04,1395.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291218,65)RQXSI04E,1396.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291223,640)EGPFA04,1397.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291224,0),1398.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291226,799)RQXSI04E,1399.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291238,37)YH5MH04M,1400.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291241,86)GL4W04M,1401.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291257,846)EDGG704,1402.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291264,1285)PMXX04M,1403.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291267,811)RNS04M,1404.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291287,0),1405.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291292,101)EBEEC04M,1406.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291296,0),1407.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291299,88)KSPE104D,1408.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291305,1168)EDGG704,1409.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291309,317)MT4AT04E,1410.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291312,1526)LGKFN04,1411.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291314,31)LELVL04M,1412.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291317,0),1413.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291320,0),1414.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291323,44)YBOLN04M,1415.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291326,0),1416.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291337,0),1417.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291341,229)KFZ4404M,1418.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291353,598)RQXI04E,1419.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291359,272)KCHI104M,1420.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291367,297)YD5WH04M,1421.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291377,1183)EG11G04M,1422.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291407,0),1423.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291417,0),1424.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291420,0),1425.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291444,0),1426.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291447,0),1427.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291455,0),1428.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291464,0),1429.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291470,0),1430.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291480,287)KSLN04M,1431.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291484,0),1432.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291491,80)ZM56704,1433.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291494,111)YH5MH04M,1434.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291499,260)LELVL04M,1435.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291514,229)YB3EH04E,1436.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291515,299)KSLN04M,1437.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291519,0),1438.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291521,124)LELVL04M,1439.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291523,34)PMXX04M,1440.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291528,235)YB3EH04E,1441.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291534,7)FUJ04M,1442.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291538,0),1443.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291539,324)KSLN04M,1444.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291547,9)KSLN04A,1445.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291554,125)YH5MH04M,1446.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291559,204)RFBRT04M,1447.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291566,0),1448.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291571,0),1449.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291572,0),1450.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291575,11)KSLN04M,1451.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291577,573)EGNOR04M,1452.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291579,0),1453.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291594,982)EG11G04M,1454.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291603,59)EG11G04M,1455.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291612,143)KFZ4404E,1456.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291615,14)YB5WH04M,1457.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291639,231)YB3EH04A,1458.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291640,30)BKED1204,1459.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291645,1536)$LGSRA04,1460.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291649,270)LEMDAT04,1461.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291652,213)LEBAS04M,1462.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291656,297)YH5MH04M,1463.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291660,0),1464.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291679,282)RNS04M,1465.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291695,0),1466.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291697,0),1467.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291719,0),1468.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291724,19)YB3EH04E,1469.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291727,0),1470.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291739,494)KSLN04A,1471.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291761,109)RNS04M,1472.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291796,0),1473.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291798,67)RMZU04,1474.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291812,0),1475.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291819,19)EGNOR04M,1476.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291826,6)GL4W04M,1477.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291836,0),1478.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291843,134)LELVL04M,1479.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291845,0),1480.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291847,0),1481.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291859,0),1482.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291874,157)MM304,1483.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291887,19)YD5WH04M,1484.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291891,872)LGKFN04,1485.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291906,2409)RVKWU04M,1486.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291917,123)RJIU04M,1487.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291918,2278)LGZAA04M,1488.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291951,0),1489.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291957,25)RQXSI04E,1490.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291959,0),1491.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291968,0),1492.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291971,0),1493.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291994,196)YB5KL04E,1494.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291995,0),1495.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292003,0),1496.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292006,43)RVKWS04,1497.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292026,1436)LELVL04M,1498.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292032,0),1499.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292050,426)RJIU04M,1500.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292051,0),1501.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292068,0),1502.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292069,556)YD5WH04M,1503.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292088,136)LEBAS04M,1504.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292091,181)LOVN1504,1505.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292092,241)KSLN04M,1506.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292094,136)LELVL04M,1507.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292099,55)EGNOR04M,1508.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292100,599)PMXX04M,1509.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292105,0),1510.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292107,56)RQXSI04E,1511.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292111,1312)LGKFN04,1512.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292112,463)KWUR404E,1513.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292120,0),1514.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292130,0),1515.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292152,0),1516.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292153,153)YB5WH04M,1517.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292154,411)$LGRPA04M,1518.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292178,23)EGNOR04M,1519.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292186,551)YB3EH04M,1520.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292187,222)KSPE104D,1521.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292188,0),1522.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292189,40)YB3EH04E,1523.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292197,0),1524.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292211,376)LGRPA04M,1525.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292214,0),1526.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292217,0),1527.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292231,2989)EG11G04M,1528.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292232,619)LGAVA04,1529.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292233,0),1530.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292245,0),1531.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292251,9)YB3EH04A,1532.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292255,2)KFUL1U04,1533.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292257,1740)RQXI04E,1534.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292258,0),1535.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292264,0),1536.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292265,0),1537.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292270,0),1538.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292278,0),1539.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292286,16)RVKWS04,1540.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292287,81)KSPE104D,1541.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292297,500)RJIU04M,1542.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292319,300)$KSPE1P04,1543.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292327,130)YB3EH04A,1544.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292330,282)KSPE1P04,1545.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292354,243)RMZU04,1546.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292365,0),1547.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292366,14)GL4W04M,1548.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292383,1697)EDGG704,1549.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292388,780)RQXU04E,1550.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292405,0),1551.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292408,185)BKED1204,1552.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292413,1017)KWUR404E,1553.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292417,0),1554.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292423,2039)EDGG704,1555.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292436,335)YD5WH04M,1556.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292439,7)KSLN04M,1557.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292442,420)RQXU04E,1558.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292446,281)BR204M,1559.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292451,0),1560.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292453,0),1561.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292457,135)LEBAS04M,1562.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292466,124)LGZAA04M,1563.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292483,501)RVKWU04M,1564.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292487,0),1565.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292494,7)LELVL04M,1566.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292500,0),1567.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292507,306)LGSRA04,1568.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292515,0),1569.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292533,1275)RNI04M,1570.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292534,296)YB3EH04A,1571.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292544,197)YD5WH04M,1572.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292550,67)RJIU04M,1573.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292565,85)KFZ4404E,1574.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292569,0),1575.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292574,0),1576.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292587,0),1577.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292613,79)MM304,1578.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292614,0),1579.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292627,0),1580.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292629,40)LCES004M,1581.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292635,140)GL4W04M,1582.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292653,0),1583.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292656,0),1584.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292666,281)LGSRA04,1585.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292667,50)KSPE104D,1586.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292670,0),1587.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292672,102)RQXU04E,1588.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292676,0),1589.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292683,360)YBOLN04M,1590.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292688,0),1591.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292693,0),1592.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292700,209)GL4W04M,1593.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292710,434)KSPE1P04,1594.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292713,0),1595.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292714,862)RMZU04E,1596.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292716,0),1597.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292734,0),1598.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292735,131)GL4W04M,1599.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292738,18)KFZ4404M,1600.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292739,27)LEBAS04M,1601.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292748,0),1602.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292753,0),1603.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292762,12)BKED1204,1604.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292778,0),1605.o,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_t_x(292783,0),1606.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292791,821)EGPFA04,1607.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292796,3138)LCES004,1608.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292801,793)PMXX04M,1609.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292803,452)YB3EH04A,1610.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292805,40)RVKWS04,1611.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292808,22)RJIU04M,1612.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292823,0),1613.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292825,0),1614.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292837,101)KFZ4404M,1615.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292859,73)KSLN04M,1616.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292872,222)KSAL1204,1617.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292875,579)LELVL04M,1618.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292876,0),1619.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292901,0),1620.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292908,10)EG11G04M,1621.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292911,0),1622.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292917,324)LELVL04M,1623.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292933,0),1624.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292934,47)MM304,1625.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292935,19)YB3EH04E,1626.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292940,1498)EDGG704,1627.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292941,0),1628.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292946,0),1629.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292947,508)KSLN04M,1630.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292967,413)RNS04M,1631.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292968,0),1632.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292969,71)KSLN04M,1633.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292977,0),1634.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292989,540)YB5KL04E,1635.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292991,182)YD5WH04M,1636.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292992,3438)EG11G04M,1637.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292993,0),1638.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293006,181)KSPE1P04,1639.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293009,119)RQXU04E,1640.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293021,0),1641.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293036,0),1642.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293045,737)RMZU04E,1643.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293048,139)LELVL04M,1644.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293049,15)LELVU04,1645.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293050,197)RQXU04E,1646.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293070,684)RNS04M,1647.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293071,367)RASI04M,1648.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293072,0),1649.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293074,565)RQXU04E,1650.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293090,0),1651.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293092,332)RASI04M,1652.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293096,1)YB3EH04E,1653.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293116,2214)LELVL04M,1654.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293126,0),1655.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293132,6)RASI04M,1656.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293139,140)RNS04M,1657.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293142,0),1658.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293146,4)KSPE104D,1659.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293150,0),1660.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293156,77)RQXU04E,1661.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293166,203)MM304,1662.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293168,5)RMZU04E,1663.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293177,1779)EG11G04M,1664.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293178,0),1665.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293188,0),1666.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293191,28)RASI04M,1667.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293196,0),1668.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293200,34)RJIU04M,1669.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293206,0),1670.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293207,0),1671.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293229,0),1672.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293240,0),1673.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293241,0),1674.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293250,734)YB5WH04M,1675.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293252,1058)RNI04M,1676.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293268,0),1677.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293271,0),1678.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293300,0),1679.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293305,0),1680.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293326,0),1681.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293340,0),1682.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293354,0),1683.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293362,171)RNI04M,1684.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293371,0),1685.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293377,0),1686.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293382,0),1687.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293416,19)EGNOR04M,1688.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293429,157)$LEBAS04M,1689.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293430,557)RQXU04E,1690.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293444,1417)YB5WH04M,1691.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293445,1141)RNI04M,1692.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293451,42)MM304,1693.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293452,0),1694.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293468,0),1695.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293473,0),1696.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293491,187)RVKWS04,1697.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293498,640)PMXX04M,1698.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293502,0),1699.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293511,0),1700.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293520,336)RFBRT04M,1701.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293521,607)LELVL04M,1702.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293522,17)YB3EH04E,1703.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293524,0),1704.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293530,0),1705.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293531,105)GL4W04M,1706.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293533,300)RFBRT04M,1707.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293534,0),1708.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293537,247)KFZ4404M,1709.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293539,1575)RVKWU04M,1710.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293540,284)KFZ4404M,1711.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293544,668)RQXSI04E,1712.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293545,0),1713.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293549,574)RQXU04E,1714.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293552,82)KSPE104D,1715.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293560,563)RVKWU04M,1716.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293561,655)RVKWU04M,1717.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293565,313)RNI04M,1718.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293566,411)RNI04M,1719.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293567,0),1720.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293569,0),1721.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293570,803)YB5WH04M,1722.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293571,66)RQXU04E,1723.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293576,68)RMZU04E,1724.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293580,0),1725.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293585,97)YB3EH04A,1726.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293587,2194)LCES004,1727.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293601,68)YB5KL04E,1728.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293621,0),1729.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293622,0),1730.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293626,122)LELVL04M,1731.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293640,8)YB3EH04E,1732.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293647,0),1733.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293650,793)EGPFA04,1734.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293657,1091)YD5WH04M,1735.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293680,212)LELVL104,1736.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293687,0),1737.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293693,0),1738.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293695,128)BR404M,1739.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293710,1899)EDGG704,1740.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293718,821)EGPFA04,1741.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293737,20)LEBAS04A,1742.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293757,988)EG11G04M,1743.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293780,39)KSPE104D,1744.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293790,202)KSPE104D,1745.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293802,113)EGPFA04,1746.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293804,494)KSAL1204,1747.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293814,3)EBEEC04M,1748.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293817,0),1749.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293821,0),1750.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293834,0),1751.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293857,1488)LGSRA04,1752.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293858,0),1753.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293869,341)FUJ04M,1754.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293879,71)RASI04M,1755.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293880,0),1756.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293881,0),1757.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293884,279)KWUR404E,1758.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293889,0),1759.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293892,0),1760.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293894,76)RASI04M,1761.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293898,0),1762.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293901,486)PMXX04M,1763.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293909,28)EBEEC04M,1764.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293924,0),1765.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293927,240)YB5KL04E,1766.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293929,687)RVKWU04M,1767.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293957,1022)RNI04M,1768.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293959,0),1769.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293962,0),1770.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293964,357)RMZU04E,1771.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293965,325)RNS04M,1772.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293986,0),1773.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294001,4004)EGPFA04,1774.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294004,1358)YB5WH04M,1775.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294005,453)RJIU04M,1776.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294010,25)LEMDAT04,1777.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294023,0),1778.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294025,334)RQXU04E,1779.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294030,100)RNS04M,1780.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294045,0),1781.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294047,1560)RVKWU04M,1782.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294048,375)RMZU04E,1783.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294049,557)RVKWU04M,1784.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294056,96)LGAVA04,1785.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294065,53)RASI04M,1786.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294068,42)RVKWU04M,1787.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294089,662)LEMDAT04,1788.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294097,0),1789.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294101,186)LGZAA04M,1790.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294107,0),1791.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294111,564)LELVU04,1792.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294112,1126)EG11G04M,1793.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294119,144)LCS12W03,1794.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294120,371)PMXX04M,1795.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294121,332)RNS04M,1796.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294125,25)RQXU04E,1797.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294126,0),1798.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294133,254)RJIU04M,1799.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294135,236)LELVL04M,1800.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294148,60)RQXU04E,1801.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294156,218)KWUR404E,1802.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294158,58)YB3EH04A,1803.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294164,239)BR404M,1804.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294193,506)LGKFN04,1805.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294200,1927)RQXSI04E,1806.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294211,455)EG11G04M,1807.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294231,0),1808.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294274,70)RASI04M,1809.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294276,17)RQXI04E,1810.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294284,0),1811.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294288,18)LEBAS04A,1812.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294303,2608)EG11G04M,1813.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294327,120)RJIU04M,1814.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294362,8)EGNOR04M,1815.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294364,12)KWUR404E,1816.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294365,0),1817.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294370,332)KSPE104D,1818.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294377,0),1819.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294406,277)RQXSI04E,1820.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294418,0),1821.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294421,324)RVKWU04M,1822.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294433,694)RVKWU04M,1823.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294442,295)LOVN1504,1824.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294448,38)MM304,1825.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294449,507)BR404M,1826.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294460,947)PMXX04M,1827.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294462,0),1828.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294472,4715)$RVKWU04M,1829.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294473,60)RJIU04M,1830.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294490,0),1831.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294496,0),1832.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294500,306)RASI04M,1833.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294501,19)EBEEC04M,1834.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294503,0),1835.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294518,1169)EG11G04M,1836.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294523,0),1837.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294530,276)RVKWU04M,1838.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294531,0),1839.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294541,564)RJIU04M,1840.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294546,686)LOVN1504,1841.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294548,989)MGY04,1842.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294552,180)RVKWU04M,1843.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294553,0),1844.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294556,339)RJIU04M,1845.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294560,370)EG11G04M,1846.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294571,0),1847.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294580,1020)MAB04,1848.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294594,0),1849.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294595,0),1850.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294601,0),1851.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294603,72)YB3EH04A,1852.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294610,94)RQXU04E,1853.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294611,254)EGNOR04M,1854.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294613,2700)RQXSI04E,1855.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294615,0),1856.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294633,0),1857.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294637,6)LELVL04M,1858.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294642,22)YB3EH04A,1859.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294654,440)LELVL04M,1860.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294656,0),1861.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294670,0),1862.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294672,645)RQXSI04E,1863.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294674,0),1864.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294685,92)LELVU04,1865.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294686,16)YB3EH04E,1866.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294690,885)RVKWU04M,1867.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294696,22)RASI04M,1868.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294701,0),1869.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294706,893)MM304,1870.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294715,0),1871.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294725,6)GL4W04M,1872.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294727,0),1873.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294736,61)RQXI04E,1874.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294740,0),1875.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294749,1914)EGNOR04M,1876.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294750,0),1877.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294752,19)YB3EH04E,1878.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294756,306)RJIU04M,1879.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294770,25)YB3EH04E,1880.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294773,2039)RMZU04E,1881.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294779,153)RNS04M,1882.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294782,0),1883.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294788,0),1884.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294791,359)LELVL04M,1885.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294792,0),1886.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294795,60)LCES004M,1887.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294802,0),1888.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294807,1520)LCES004M,1889.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294815,384)RMZU04,1890.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294816,1035)YB5KL04E,1891.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294817,0),1892.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294819,512)RNS04M,1893.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294841,27)CPGSE04,1894.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294845,282)KFZ4404M,1895.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294847,124)MM304,1896.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294848,9)EGNOR04M,1897.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294857,294)YBOLN04M,1898.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294876,905)PMXX04M,1899.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294878,139)KSPE104D,1900.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294888,0),1901.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294899,857)PMXX04M,1902.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294900,140)RMZU04E,1903.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294908,213)YBOLN04M,1904.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294910,0),1905.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294912,163)RNS04M,1906.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294913,0),1907.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294925,2280)$RVKWU04M,1908.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294926,0),1909.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294938,0),1910.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294940,1238)BR404M,1911.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294944,380)RQXU04E,1912.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294947,0),1913.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294950,220)RNS04M,1914.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294985,0),1915.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294986,351)LGKFN04,1916.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294990,0),1917.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294992,0),1918.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294997,0),1919.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295003,0),1920.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295004,0),1921.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295005,203)KSPE104D,1922.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295018,73)LEBAS04A,1923.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295023,52)KSLN04A,1924.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295025,0),1925.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295034,337)RNS04M,1926.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295047,256)EGPFA04,1927.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295049,0),1928.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295053,0),1929.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295054,0),1930.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295063,0),1931.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295064,0),1932.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295070,0),1933.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295071,0),1934.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295077,0),1935.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295082,0),1936.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295083,0),1937.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295098,1440)$YB5KL04E,1938.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295104,0),1939.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295116,445)RQXU04E,1940.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295127,0),1941.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295129,120)YB3EH04E,1942.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295131,1980)YBOLN04M,1943.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295147,0),1944.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295152,0),1945.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295153,0),1946.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295156,16)YB3EH04E,1947.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295157,0),1948.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295162,111)RVKWS04,1949.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295168,275)BR204M,1950.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295174,673)LELVU04,1951.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295180,1321)RASI04M,1952.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295183,0),1953.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295205,0),1954.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295216,122)YB3EH04E,1955.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295224,0),1956.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295231,284)LOVN1504,1957.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295234,0),1958.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295238,847)RJIU04M,1959.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295258,0),1960.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295264,67)$BR204M,1961.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295273,200)EG11G04M,1962.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295274,1402)RNI04M,1963.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295279,0),1964.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295282,0),1965.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295283,54)MGY04,1966.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295287,660)RQXSI04E,1967.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295288,285)KSLN04M,1968.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295292,0),1969.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295295,0),1970.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295296,2100)RQXSI04E,1971.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295297,50)LEBAS04M,1972.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295298,81)BR204M,1973.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295300,0),1974.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295306,30)RJIU04M,1975.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295308,7)YB3EH04A,1976.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295310,0),1977.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295319,453)RJIU04M,1978.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295328,3060)RQXSI04E,1979.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295329,887)YBOLN04M,1980.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295333,78)RMZU04,1981.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295339,2105)$RVKWU04M,1982.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295341,54)YB5WH04M,1983.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295343,996)RVKWU04M,1984.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295356,0),1985.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295367,0),1986.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295369,0),1987.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295371,982)RQXSI04E,1988.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295372,365)YB3EH04A,1989.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295376,0),1990.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295381,8)YB3EH04A,1991.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295384,19)KFZ4404M,1992.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295393,0),1993.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295407,297)RJIU04M,1994.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295408,0),1995.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295409,0),1996.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295413,288)RFBRT04M,1997.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295416,1500)EGNOR04M,1998.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295418,53)GL4W04M,1999.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295428,0),2000.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295433,0),2001.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295437,0),2002.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295446,0),2003.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295447,0),2004.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295448,0),2005.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295456,1620)$RVKWU04M,2006.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295458,31)KSLN04A,2007.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295463,84)KALP2C04,2008.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295473,1273)LELVU04,2009.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295496,7)YD5WH04M,2010.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295497,915)PMXX04M,2011.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295499,0),2012.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295501,155)LEBAS04M,2013.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295503,1512)RVKWU04M,2014.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295508,2655)MAB04,2015.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295511,23)YD5WH04M,2016.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295514,50)YB3EH04A,2017.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295516,133)RJIU04M,2018.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295519,370)YB3EH04A,2019.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295521,0),2020.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295522,394)PMXX04M,2021.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295528,822)RQXSI04E,2022.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295532,710)RJIU04M,2023.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295534,236)KFZ4404M,2024.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295545,0),2025.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295546,44)EGNOR04M,2026.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295547,614)YB5WH04M,2027.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295550,269)LELVU04,2028.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295551,0),2029.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295558,0),2030.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295562,256)RQXSI04E,2031.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295569,0),2032.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295571,37)YB3EH04E,2033.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295579,0),2034.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295585,750)YB3EH04A,2035.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295587,818)YBOLN04M,2036.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295594,172)RNS04M,2037.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295595,0),2038.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295599,0),2039.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295608,58)EGNOR04M,2040.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295609,360)RASI04M,2041.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295620,1812)$RVKWU04M,2042.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295628,0),2043.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295634,0),2044.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295656,2700)RQXSI04E,2045.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295667,0),2046.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295688,117)BKED1204,2047.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295691,282)RMZU04,2048.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295700,2280)RQXSI04E,2049.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295708,0),2050.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295711,702)LGAVA04,2051.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295715,0),2052.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295723,2322)RVKWU04M,2053.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295726,0),2054.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295728,401)YB5WH04M,2055.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295730,253)LEMDAT04,2056.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295732,269)LEMDAT04,2057.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295733,283)LEMDAT04,2058.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295734,914)LEMDAT04,2059.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295738,0),2060.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295745,296)RNS04M,2061.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295747,151)YB3EH04A,2062.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295752,538)LEMDAT04,2063.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295754,1242)LEMDAT04,2064.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295761,68)KSPE104D,2065.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295780,0),2066.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295790,672)$LEMDAT04,2067.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295794,1588)LEMDAT04,2068.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295795,176)$LEMDAT04,2069.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295800,0),2070.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295809,321)RNS04M,2071.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295817,0),2072.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295819,821)$RVKWU04M,2073.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295822,925)LEMDAT04,2074.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295833,98)$BKED1204,2075.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295844,29)KSLN04M,2076.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295847,0),2077.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295850,54)RJIU04M,2078.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295862,488)RFBRT04M,2079.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295870,92)YB3EH04A,2080.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295875,0),2081.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295877,81)RFBRT04M,2082.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295879,73)RNS04M,2083.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295882,0),2084.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295885,144)RQXSI04E,2085.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295886,1128)EG11G04M,2086.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295887,0),2087.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295891,0),2088.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295893,1304)LEMDAT04,2089.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295897,0),2090.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295905,40)RJIU04M,2091.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295912,131)EGNOR04M,2092.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295915,322)LEMDAT04,2093.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295917,0),2094.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295920,48)RMZU04,2095.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295922,173)KFZ4404M,2096.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295923,102)RFBRT04M,2097.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295927,410)RJIU04M,2098.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295929,1026)RVKWU04M,2099.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295932,135)RNS04M,2100.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295936,7)YBOLN04M,2101.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295939,0),2102.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295941,0),2103.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295942,0),2104.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295946,1)LGAVA04,2105.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295952,315)RQXSI04E,2106.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295961,0),2107.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295965,0),2108.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295966,2907)YB3EH04E,2109.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295980,208)RNS04M,2110.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295984,240)RASI04M,2111.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296001,0),2112.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296022,156)MM204,2113.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296031,137)MM204,2114.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296035,836)LELVL04M,2115.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296039,302)LEMDAT04,2116.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296046,0),2117.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296059,30)KFUL1U04,2118.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296062,3517)RQXSI04E,2119.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296087,8)RVKWU04M,2120.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296092,0),2121.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296095,3)KFZ4404M,2122.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296104,344)$KFUL1U04,2123.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296107,46)LELVL04M,2124.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296109,0),2125.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296112,0),2126.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296113,0),2127.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296126,127)LGAVA04,2128.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296131,159)RASI04M,2129.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296133,1381)$RVKWU04M,2130.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296135,162)RQXU04E,2131.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296137,2374)LGSRA04,2132.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296145,111)EGPFA04,2133.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296147,0),2134.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296148,317)LGIRA04,2135.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296153,0),2136.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296155,66)LELVL04M,2137.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296157,0),2138.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296158,0),2139.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296164,757)RQXSI04E,2140.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296165,0),2141.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296180,278)RMZU04,2142.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296181,0),2143.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296188,0),2144.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296190,30)YB3EH04E,2145.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296192,0),2146.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296194,119)MYY04A,2147.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296209,0),2148.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296212,369)KSLN04A,2149.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296217,0),2150.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296218,67)LGAVA04,2151.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296221,0),2152.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296227,136)LGAVA04,2153.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296232,0),2154.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296238,487)RJIU04M,2155.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296240,0),2156.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296241,12)YD5WH04M,2157.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296248,6)GL4W04M,2158.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296249,0),2159.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296253,58)MEK04,2160.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296260,0),2161.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296261,436)KWUR404E,2162.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296263,0),2163.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296265,0),2164.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296267,42)RQXU04E,2165.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296289,166)KWUR1C04,2166.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296295,0),2167.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296303,14)KWUR404E,2168.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296304,0),2169.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296307,1144)RNI04M,2170.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296317,0),2171.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296334,0),2172.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296337,0),2173.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296338,44)RASI04M,2174.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296342,2580)EGNOR04M,2175.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296343,0),2176.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296345,52)LEBAS04M,2177.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296346,45)EG11G04M,2178.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296350,268)RQXSI04E,2179.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296356,0),2180.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296365,496)LGAVA04,2181.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296368,0),2182.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296392,228)KSLN04A,2183.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296393,0),2184.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296394,0),2185.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296401,0),2186.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296406,105)RJIU04M,2187.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296407,140)YB3EH04A,2188.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296439,45)YB3EH04E,2189.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296449,674)BKED1204,2190.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296450,46)YBOLN04M,2191.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296463,14)LEBAS04A,2192.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296465,111)KSAL1204,2193.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296473,1554)LCES004,2194.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296477,255)YB3EH04A,2195.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296481,0),2196.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296521,118)KFUL1U04,2197.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296549,418)YB5WH04M,2198.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296550,126)YB3EH04A,2199.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296552,0),2200.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296553,0),2201.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296560,19)PMXX04M,2202.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296563,769)$KWUR404E,2203.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296565,243)RNI04M,2204.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296585,311)LGIRA04,2205.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296614,0),2206.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296619,0),2207.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296635,45)MM204,2208.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296640,330)KSAL1204,2209.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296641,0),2210.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296644,0),2211.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296646,450)LCES004,2212.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296649,0),2213.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296668,150)YB3EH04A,2214.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296672,106)RASI04M,2215.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296675,66)FUJ04M,2216.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296685,0),2217.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296688,0),2218.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296700,87)LELVU04,2219.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296707,0),2220.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296720,0),2221.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296721,0),2222.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296736,164)$KCHI104M,2223.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296754,1137)LGKFN04,2224.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296755,630)LGIRA04,2225.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296772,0),2226.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296778,300)RASI04M,2227.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296781,0),2228.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296792,0),2229.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296798,0),2230.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296811,0),2231.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296814,0),2232.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296824,0),2233.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296828,0),2234.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296836,0),2235.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296840,70)YB3EH04A,2236.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296847,0),2237.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296850,13)FUJ04M,2238.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296851,0),2239.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296857,187)BR204M,2240.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296864,3)RMZSI04M,2241.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296867,0),2242.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296878,190)BR204M,2243.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296885,0),2244.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296895,1953)YB3EH04E,2245.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296896,3734)LGZAA04M,2246.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296907,133)YD5WH04M,2247.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296918,0),2248.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296922,1074)LGKFN04,2249.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296923,900)$YB3EH04E,2250.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296928,441)LGIRA04,2251.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296934,0),2252.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296936,1832)LGZAA04M,2253.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296939,129)YB3EH04A,2254.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296946,0),2255.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296950,0),2256.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296953,2490)LCES004,2257.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296955,284)KSAL1204,2258.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296960,52)MRAEE04,2259.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296963,0),2260.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296970,417)KFZ4404M,2261.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296978,50)YB3EH04A,2262.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296992,40)YB3EH04E,2263.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296997,201)KSLN04M,2264.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297002,649)LGRPA04,2265.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297011,0),2266.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297035,0),2267.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297037,148)LEBAS04A,2268.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297050,187)LGIRA04,2269.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297057,414)$KCHI104M,2270.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297060,0),2271.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297061,0),2272.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297062,80)YB3EH04E,2273.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297075,0),2274.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297076,23)KSPE104D,2275.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(297079,88)RMZU04,2276.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297080,3)KFZ4404E,2277.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297087,833)LGKFN04,2278.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297097,0),2279.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297111,0),2280.o,0.000000)\\\n",
-      "\t\t\t0.000000\t\t(t_t_x(297113,628)RJIU04M,2281.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297119,15)LOW304M,2282.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297125,46)YB3EH04E,2283.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297126,0),2284.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297129,67)YB3EH04A,2285.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(297135,0),2286.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297145,239)LOVN1504,2287.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297154,0),2288.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297157,1156)LGKFN04,2289.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297158,0),2290.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(297164,65)RNI04M,2291.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297168,0),2292.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(297185,47)KSLN04A,2293.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297189,463)LGRPA04,2294.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297207,0),2295.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297216,718)LGRPA04,2296.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297218,0),2297.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297219,0),2298.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297224,456)LGRPA04M,2299.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297228,6)YB3EH04A,2300.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297232,414)RNI04M,2301.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297233,0),2302.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297234,152)YD5WH04M,2303.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297250,0),2304.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297275,0),2305.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297277,0),2306.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297278,0),2307.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297288,402)YB3EH04A,2308.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297293,82)GL4W04M,2309.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297313,0),2310.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(297334,0),2311.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297335,840)BR404M,2312.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297343,0),2313.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297344,0),2314.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297346,542)EGPFA04,2315.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297347,0),2316.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297350,0),2317.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(297356,81)LGAVA04,2318.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297362,578)RNI04M,2319.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297368,260)LGAVA04,2320.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297370,302)YB3EH04A,2321.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297374,77)RQXSI04E,2322.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297376,0),2323.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297382,2122)LGSRA04,2324.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297384,0),2325.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297388,30)LELVL04M,2326.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297393,0),2327.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297398,73)BR204M,2328.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297402,2764)KSPE104D,2329.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297403,0),2330.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297407,494)BKED1204,2331.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297411,0),2332.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297424,133)BR204M,2333.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297427,701)$RMZSI04,2334.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297433,485)EGPFA04,2335.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297436,286)FUJ04M,2336.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297442,1790)$YD5WH04M,2337.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297452,0),2338.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297456,9)KSLN04A,2339.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297482,0),2340.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297500,670)LEBAS04A,2341.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297504,0),2342.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297505,1480)$RQXSI04E,2343.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297507,0),2344.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297519,357)FUJ04M,2345.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297546,536)LGKFN04,2346.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297554,57)$EBEEC04M,2347.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297571,87)LELVU04,2348.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(297572,872)RVKWU04M,2349.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297590,0),2350.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297596,947)BR404M,2351.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297613,1192)$RQXSI04E,2352.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(297616,2026)LGSRA04,2353.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297622,3309)EG11G04M,2354.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297636,1290)YB5WH04M,2355.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(297670,84)MEK04,2356.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297679,99)KWUR1C04,2357.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297680,959)RMZSI04,2358.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(297682,56)$LOVN1504,2359.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297685,60)LCES004M,2360.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297697,69)KSLN2C04,2361.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(297702,520)RMZSI04,2362.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297708,80)KFZ4404M,2363.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297721,49)KSLN04A,2364.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297726,27)KFZ4404M,2365.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297744,493)LOVN1504,2366.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297746,40)LOVN1504,2367.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297762,177)LEBAS04M,2368.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(297773,81)$YB3EH04A,2369.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297781,287)YB3EH04A,2370.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297818,36)MYY04A,2371.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297821,0),2372.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297827,174)MM304,2373.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297830,0),2374.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297842,937)YB3EH04E,2375.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297845,0),2376.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297851,14)LEBAS04M,2377.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297852,441)RJIU04M,2378.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297867,0),2379.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(297904,462)LOVN1504,2380.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297922,0),2381.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297927,127)RVKWS04,2382.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297928,0),2383.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297929,1279)EGNOR04M,2384.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297934,0),2385.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297940,755)$MT4AT04E,2386.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297958,15)$LEBAS04A,2387.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297966,0),2388.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297974,278)YB3EH04A,2389.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297977,108)EGNOR04M,2390.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297984,2240)KSLN04A,2391.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298005,0),2392.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298006,38)BR404M,2393.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298009,237)BR204M,2394.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298038,423)EDGG704,2395.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298060,60)LCES004M,2396.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298064,0),2397.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298079,0),2398.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298080,0),2399.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298082,57)LELVL104,2400.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298089,0),2401.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298090,14)YB3EH04A,2402.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298093,0),2403.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298114,89)LGAVA04,2404.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298115,40)MM304,2405.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298116,33)RJIU04M,2406.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298128,0),2407.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298130,0),2408.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(298160,401)KSAL1204,2409.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298171,29)LELVU04,2410.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298177,0),2411.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298180,2771)RNI04M,2412.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298183,311)YB3EH04A,2413.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298207,0),2414.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298212,143)RMZU04,2415.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298217,0),2416.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298218,61)RMZU04,2417.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298222,0),2418.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298237,14)KFUL1U04,2419.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298246,289)RFBRT04M,2420.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298249,329)RNS04M,2421.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(298255,240)$YD5WH04M,2422.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298263,21)KWUR404E,2423.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298266,3004)LGKFN04,2424.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298297,68)LOVN1504,2425.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298300,0),2426.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298306,39)LOVN1504,2427.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298312,83)$BR204M,2428.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298318,99)KSPE104D,2429.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298321,378)LEBAS04A,2430.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298329,25)EGNOR04M,2431.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298333,299)KSPE104D,2432.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298349,0),2433.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298358,0),2434.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298368,498)LOVN1504,2435.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298378,51)KFZ4404M,2436.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298384,64)LGAVA04,2437.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298396,187)$RMZSI04,2438.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298397,284)YB3EH04A,2439.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298402,818)LCES004M,2440.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298415,0),2441.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(298417,0),2442.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298418,0),2443.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298426,843)LCES004M,2444.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298434,1927)LCES004,2445.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298447,0),2446.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298471,7290)LGKFN04,2447.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298477,539)RMZSI04,2448.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(298480,467)RMZU04,2449.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298488,53)LEBAS04A,2450.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298501,2)KFZ4404M,2451.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298502,124)YB3EH04A,2452.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298503,0),2453.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298514,300)$EBEEC04M,2454.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(298517,0),2455.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298519,765)YB3EH04A,2456.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298527,0),2457.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298528,2885)LCES004,2458.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298533,0),2459.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298536,1644)LFPND04,2460.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298562,0),2461.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298564,83)MM304,2462.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298574,8972)KSLN04M,2463.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298577,0),2464.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298578,0),2465.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298588,328)LGKFN04,2466.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298590,85)ZM56704,2467.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298592,231)RMZU04,2468.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298610,100)$YB3EH04M,2469.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298611,134)LGIRA04,2470.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298617,0),2471.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298619,423)RNS04M,2472.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(298630,0),2473.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298646,1212)LGKFN04,2474.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298660,177)$KCHI104M,2475.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298677,13)YB3EH04A,2476.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298692,0),2477.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298697,12)YB3EH04E,2478.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(298698,59)KSLN04M,2479.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298700,409)LGKFN04,2480.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298704,19)MRAE04,2481.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298706,323)KSAL1204,2482.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298710,0),2483.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298713,0),2484.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298715,25)KFZ4404M,2485.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300045,260)KSPE104D,2486.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300046,22)MEK04,2487.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300050,874)LGKFN04,2488.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300052,188)$YB5WH04M,2489.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300058,111)RQXU04E,2490.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300064,221)RJIU04M,2491.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300072,89)KSLN04A,2492.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300096,77)RQXU04E,2493.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300097,1817)RJIU04M,2494.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300133,660)$RQXSI04E,2495.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300137,0),2496.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300140,0),2497.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300142,0),2498.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300146,923)LGKFN04,2499.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300155,0),2500.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300174,40)RMZU04,2501.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300178,0),2502.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300185,148)$YB3EH04M,2503.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300204,207)EG11G04M,2504.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300222,7)KWUR1C04,2505.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300231,0),2506.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300232,0),2507.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300237,11)YB3EH04M,2508.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300256,391)LOVN1504,2509.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300281,11)BR204M,2510.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300287,256)RNS04M,2511.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300290,0),2512.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300322,824)MT4AT04E,2513.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300332,310)EG11G04M,2514.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300345,0),2515.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300354,0),2516.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300356,630)RJIU04M,2517.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(300366,0),2518.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300369,0),2519.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300396,766)LGSRA04,2520.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300414,134)YB3EH04A,2521.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300421,111)EG11G04M,2522.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300422,242)KSAL1204,2523.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300424,0),2524.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300425,0),2525.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300428,0),2526.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300430,840)RNI04M,2527.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300435,171)LGKFN04,2528.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300445,2502)LCES004,2529.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300455,586)LCES004M,2530.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300464,42)MAB3404A,2531.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300476,0),2532.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300487,190)YB3EH04A,2533.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300504,803)LGKFN04,2534.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(300521,200)GL34W04,2535.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300532,0),2536.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300538,333)KSPE104D,2537.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300571,189)ZM56704,2538.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300578,0),2539.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300582,88)KWUR404E,2540.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300590,284)EG11G04M,2541.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300619,0),2542.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300621,2783)LCES004,2543.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300629,0),2544.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300631,3386)EG11G04M,2545.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300642,2600)MGY04,2546.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300666,946)LCES004,2547.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300671,276)YB3EH04A,2548.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300715,0),2549.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300727,59)EGNOR04M,2550.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300750,140)EG11G04M,2551.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300762,300)EDGG704,2552.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300765,101)YB3EH04E,2553.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300774,0),2554.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300786,720)LCES004M,2555.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300809,16)GL4W04M,2556.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300815,1132)LCES004M,2557.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300836,0),2558.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300840,119)KFZ4404M,2559.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300848,23)LEBAS04M,2560.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300850,352)LELVU04,2561.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300851,0),2562.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300866,10)RMZU04,2563.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300883,33)LEBAS04A,2564.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300884,0),2565.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300885,344)RMZSI04,2566.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300896,495)GL34W04,2567.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300900,0),2568.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300931,241)KSPE104D,2569.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300956,0),2570.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300959,30)YB3EH04E,2571.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300964,634)LGKFN04,2572.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300988,2580)$LCES004,2573.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301003,331)RMZU04,2574.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301010,105)RNS04M,2575.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301035,0),2576.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301041,221)BKED1204,2577.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301058,1080)LCES004M,2578.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301059,217)GL34W04,2579.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301070,688)EDGG704,2580.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301072,0),2581.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(301074,1317)LGKFN04,2582.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301088,1511)LEMDAT04,2583.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301101,110)MM204,2584.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301132,83)RNI04M,2585.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301138,0),2586.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301139,930)LCES004M,2587.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301142,1071)MEK04,2588.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301145,388)YB3EH04A,2589.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(301149,63)BKED1204,2590.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301161,0),2591.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301168,0),2592.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301195,0),2593.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301219,346)LGIRA04,2594.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301224,0),2595.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301238,169)LELVL104,2596.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(301242,0),2597.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301243,70)FUJ04M,2598.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301257,691)RMZU04,2599.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301260,55)MEK04,2600.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301272,2460)LGKFN04,2601.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301285,0),2602.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301287,543)BKED1204,2603.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301294,0),2604.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301295,743)$LGSRA04,2605.o,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_t_x(301297,0),2606.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301299,253)YB3EH04A,2607.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301303,0),2608.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301329,0),2609.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(301342,1710)LCES004M,2610.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301346,0),2611.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301350,1087)RMZU04,2612.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301353,152)KSPE104D,2613.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301360,240)LCES004M,2614.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(301365,29)ZM56704,2615.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301367,281)YB3EH04A,2616.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301391,355)RMZSI04,2617.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301404,0),2618.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301417,325)LGKFN04,2619.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301420,407)LELVL104,2620.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301431,515)EGNOR04M,2621.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301455,0),2622.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(301461,93)YB3EH04A,2623.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301477,859)MRAE04,2624.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301496,52)KWUR1C04,2625.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301501,2004)LCES004,2626.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301514,0),2627.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301524,662)MAB3404A,2628.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(301540,3)KFUL1U04,2629.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301556,0),2630.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301566,302)$LCES004M,2631.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301576,0),2632.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301582,0),2633.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301590,370)LGKFN04,2634.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301601,514)$LOVN1504,2635.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(301621,357)RNS04M,2636.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301656,99)RNS04M,2637.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301673,150)LCES004M,2638.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301680,0),2639.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301687,207)LEBAS04A,2640.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301699,50)LELVL104,2641.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301707,121)KSLN04A,2642.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301709,1969)LCES004M,2643.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301711,0),2644.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(301719,169)LELVL104,2645.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301721,1265)LGKFN04,2646.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301722,24)LEBAS04M,2647.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301726,128)LELVL104,2648.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301727,821)LGKFN04,2649.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301736,0),2650.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301749,175)KSLN04A,2651.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301757,0),2652.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301759,4015)LGKFN04,2653.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301760,523)MGY04,2654.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301783,0),2655.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301785,0),2656.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301796,0),2657.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301815,92)GL4W04M,2658.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301819,29)YB3EH04A,2659.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301843,6490)LGZAA04M,2660.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301867,1177)YB3EH04A,2661.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301879,270)LELVL104,2662.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301888,146)KWUR1C04,2663.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301907,0),2664.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301924,0),2665.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301949,420)LCES004M,2666.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301957,162)RNS04M,2667.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301968,1781)EG11G04M,2668.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301972,552)LGAVA04,2669.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301984,0),2670.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301987,510)LCES004M,2671.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302006,36)GL34W04,2672.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302033,486)LOVN1504,2673.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(302044,2219)MGY04,2674.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302047,239)MAB1204A,2675.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302055,0),2676.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302060,1230)EG11G04M,2677.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302073,0),2678.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302084,0),2679.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302096,39)LOVN1504,2680.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302107,0),2681.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302132,1440)$LOVN1504,2682.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302135,0),2683.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302136,0),2684.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302138,1462)MYY04A,2685.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302162,963)LCES004M,2686.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302177,0),2687.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302179,181)KWUR1C04,2688.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(302180,18)YB3EH04A,2689.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302209,70)RMZU04,2690.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302218,0),2691.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302224,384)LELVL104,2692.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302247,0),2693.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302262,19)LEBAS04M,2694.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302293,6)LELVL104,2695.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302300,1)LEMDAT04,2696.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302301,366)MAB1204A,2697.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302310,401)LGKFN04,2698.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302317,2647)LGKFN04,2699.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302341,0),2700.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302346,0),2701.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302351,0),2702.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302356,938)BR404M,2703.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302361,1249)MRAEE04,2704.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302365,1028)RMZSI04,2705.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302366,0),2706.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302387,0),2707.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302390,303)RMZSI04,2708.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302424,0),2709.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302426,0),2710.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302434,0),2711.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302456,403)$MM204,2712.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302457,204)RJIU04M,2713.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302470,54)KSAL1204,2714.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302474,170)LELVL04M,2715.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302506,0),2716.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302516,660)$LCES004M,2717.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302527,0),2718.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302528,0),2719.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302530,0),2720.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302531,680)RJIU04M,2721.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(302536,196)RMZU04,2722.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302552,49)KFUL1U04,2723.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302571,0),2724.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(302572,289)RVKWS04,2725.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302575,26)RJIU04M,2726.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302576,0),2727.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302591,203)BKED1204,2728.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302592,180)YD5WH04M,2729.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302611,0),2730.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302616,0),2731.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302632,0),2732.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302643,288)EG11G04M,2733.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302650,0),2734.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302661,859)EG11G04M,2735.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302665,410)GL34W04,2736.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302667,260)LGAVA04,2737.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302670,232)RMZSI04,2738.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302679,0),2739.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302685,0),2740.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302686,558)EGPFA04,2741.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(302690,0),2742.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302705,0),2743.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302709,0),2744.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302711,68)MYY04A,2745.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302725,174)LEMDAT04,2746.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302731,32)LCES004M,2747.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302741,621)RMZSI04,2748.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302751,0),2749.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302758,79)RNI04M,2750.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302769,95)MAB04,2751.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302774,675)$RMZSI04,2752.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302777,306)LELVL104,2753.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302792,0),2754.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302798,0),2755.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302801,0),2756.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302830,413)$RMZSI04,2757.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302833,0),2758.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302840,556)RMZU04,2759.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302841,0),2760.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302843,0),2761.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302844,0),2762.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(302852,0),2763.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302863,1456)LEBAS04M,2764.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302874,107)MAB1204A,2765.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302875,601)LELVU04,2766.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302879,53)MAB1204A,2767.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302890,329)LELVL104,2768.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302903,0),2769.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302920,557)LELVL104,2770.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302924,87)LELVL104,2771.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302940,227)KFZ4404M,2772.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302944,996)RMZSI04,2773.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302953,0),2774.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302955,39)MAB04,2775.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302966,0),2776.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302970,0),2777.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302986,881)LEBAS04A,2778.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303001,60)$YB3EH04M,2779.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303013,0),2780.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303017,0),2781.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303018,0),2782.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303029,300)$MT4AT04E,2783.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303035,152)KWUR1C04,2784.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303049,0),2785.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303061,337)BKED1204,2786.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303077,263)ZM56704,2787.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303088,0),2788.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303103,0),2789.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303128,0),2790.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303139,0),2791.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303148,0),2792.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303152,683)LEBAS04A,2793.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303155,0),2794.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303156,424)EG11G04M,2795.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303164,234)KSPE104D,2796.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303173,145)EG11G04M,2797.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303194,0),2798.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303195,953)MRAE04,2799.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303200,0),2800.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303203,3081)LCES004,2801.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303208,0),2802.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303209,316)LEBAS04A,2803.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303215,62)RMZU04,2804.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(303216,19)MEK04,2805.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303224,27)LEBAS04M,2806.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303227,426)LELVL104,2807.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303235,486)EGPFA04,2808.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303247,104)RJIU04M,2809.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303253,80)GL34W04,2810.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303263,27)MGY04,2811.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303270,0),2812.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(303282,165)LEMDAT04,2813.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303285,0),2814.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303297,250)KSLN04M,2815.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303314,296)EG11G04M,2816.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303341,1097)LCES004M,2817.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303350,0),2818.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303351,534)LELVU04,2819.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303377,6)MAB1204A,2820.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303409,12)KSLN04M,2821.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(303416,197)MGY04,2822.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303423,400)EDGG704,2823.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303445,0),2824.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303451,0),2825.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303471,1042)PMXX04M,2826.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303476,60)LCES004M,2827.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303485,528)LELVL104,2828.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303489,0),2829.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303491,0),2830.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303503,238)KSLN04A,2831.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303505,0),2832.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(303506,2580)LCES004,2833.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303517,592)RMZSI04,2834.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303525,0),2835.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303529,708)EDGG704,2836.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(303534,4146)LGZAA04M,2837.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303550,1018)LGKFN04,2838.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303580,192)EG11G04M,2839.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303592,0),2840.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303604,250)LELVL104,2841.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303612,11844)LCES004,2842.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303617,173)KSLN04A,2843.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303627,0),2844.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(303644,0),2845.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303652,0),2846.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303662,225)KSPE104D,2847.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303664,360)LGAVA04,2848.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303665,3155)LCES004,2849.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303666,70)YB3EH04A,2850.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303670,0),2851.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303680,0),2852.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303684,87)MRAEE04,2853.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303685,0),2854.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303692,604)LGKFN04,2855.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303716,0),2856.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303717,35)LGZAA04M,2857.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303728,3)YB5WH04M,2858.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303741,0),2859.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303747,375)KSAL1204,2860.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303771,0),2861.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303783,0),2862.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303784,111)KSPE104D,2863.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303790,201)LOVN1504,2864.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303810,69)KSPE104D,2865.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303814,1073)EDGG704,2866.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303818,497)MAB04,2867.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303829,236)LOVN1504,2868.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303832,0),2869.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303842,700)LELVU04,2870.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303850,148)LOVN1504,2871.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303854,23)LEBAS04M,2872.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(303868,720)LEMDAT04,2873.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303874,0),2874.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303900,29)BR204M,2875.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303911,0),2876.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303929,2303)LGKFN04,2877.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303930,304)YB3EH04A,2878.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303939,0),2879.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303959,3315)LGZAA04M,2880.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303971,136)ZM56704,2881.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303978,0),2882.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303979,0),2883.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303992,655)LGKFN04,2884.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304001,293)LEBAS04A,2885.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304007,496)EG11G04M,2886.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304041,0),2887.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304051,626)MYY04A,2888.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(304054,3)ZM56704,2889.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304074,290)KSPE104D,2890.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304100,0),2891.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304109,0),2892.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304114,3032)MGY04,2893.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304139,333)LELVL104,2894.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304148,0),2895.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304161,333)LELVL104,2896.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304182,381)LELVL104,2897.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304230,797)EDGG704,2898.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(304239,471)LELVL104,2899.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304242,19)YD5WH04M,2900.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304245,0),2901.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304253,1247)LCES004M,2902.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304254,18)KWUR1C04,2903.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304258,849)MAB04,2904.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304260,87)MEK04,2905.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304261,503)RJIU04M,2906.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304262,3)MGY04,2907.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304263,426)LELVL104,2908.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(304315,540)RMZU04,2909.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304335,625)LELVL104,2910.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304336,51)MAB3404A,2911.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(304351,1205)LLBGA04L,2912.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304356,1112)LFPND04,2913.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304357,245)LELVL104,2914.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304361,0),2915.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304362,2486)LGZAA04M,2916.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304372,330)RMZU04,2917.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304380,51)MEK04,2918.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304414,160)LEMDAT04,2919.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304422,2174)MRAEE04,2920.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304433,185)LELVU04,2921.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304435,828)LELVU04,2922.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304443,0),2923.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304446,80)LELVL104,2924.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304450,10560)$MRAE04,2925.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304453,0),2926.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304456,530)RJIU04M,2927.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304458,181)LCES004M,2928.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304463,920)RMZSI04,2929.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304483,1405)LCES004,2930.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304486,558)LELVU04,2931.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304488,0),2932.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304502,0),2933.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304529,0),2934.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304552,0),2935.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304555,96)MM304,2936.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(304557,95)LEMDAT04,2937.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304568,307)ZM56704,2938.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304570,0),2939.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(304579,0),2940.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304583,604)MRAE04,2941.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304586,0),2942.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304592,0),2943.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304606,273)KFUL1U04,2944.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304615,537)MRAEE04,2945.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304629,221)RVKWS04,2946.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304631,0),2947.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304690,61)LOVN1504,2948.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304696,43)MGY04,2949.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304701,55)LGAVA04,2950.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304713,0),2951.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304722,2580)$MAB1204A,2952.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304734,0),2953.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304739,49)GL34W04,2954.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304753,730)LGKFN04,2955.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304761,17)MAB1204A,2956.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304765,61)LELVL104,2957.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304778,283)RNS04M,2958.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304780,196)KWUR1C04,2959.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304797,0),2960.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304798,0),2961.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304803,0),2962.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304811,0),2963.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(304825,1776)LEMDAT04,2964.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304830,0),2965.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304838,0),2966.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304857,329)KSAL1204,2967.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304861,0),2968.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304862,150)MGY04,2969.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304871,30)MRAEE04,2970.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304873,0),2971.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(304880,1042)LGZAA04M,2972.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304882,278)LLBGA04L,2973.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304895,78)LOVN1504,2974.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304925,0),2975.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304944,23)MAB1204A,2976.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304979,0),2977.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304980,0),2978.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(305011,2278)LEMDAT04,2979.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305013,510)LCES004M,2980.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305019,554)RNS04M,2981.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305030,0),2982.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305039,0),2983.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305074,66)ZM56704,2984.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305101,0),2985.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305104,75)KSPE104D,2986.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305112,0),2987.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305122,279)LEBAS04A,2988.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305154,120)LELVL104,2989.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305171,0),2990.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305214,0),2991.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305224,34)RNS04M,2992.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305270,0),2993.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305276,0),2994.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305282,0),2995.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305283,458)LGKFN04,2996.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305292,0),2997.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305314,15)KSPE104D,2998.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305315,0),2999.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(305354,546)MEK04,3000.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305363,195)KWUR1C04,3001.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305370,0),3002.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(305375,18)ZM56704,3003.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305384,0),3004.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305385,0),3005.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305425,997)MGY04,3006.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305432,88)RMZSI04,3007.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305446,412)LELVL104,3008.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305448,303)LFMDA04A,3009.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(305458,0),3010.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305462,846)EDGG704,3011.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305469,78)KSLN04A,3012.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305491,228)YB3EH04A,3013.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305510,0),3014.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305522,272)KSPE104D,3015.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305532,0),3016.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(305535,77)RMZU04,3017.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305538,913)RMZSI04,3018.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305542,8899)$MRAE04,3019.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(305548,160)LEMDAT04,3020.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305557,3090)LCES004,3021.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305560,0),3022.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305573,24)YB3EH04A,3023.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305584,34)MGY04,3024.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305585,0),3025.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305593,52)YB3EH04A,3026.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305597,220)$LOVN1504,3027.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305599,0),3028.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305601,862)LLBGA04L,3029.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305604,232)KFZ4404M,3030.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305609,0),3031.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305621,27)LELVL104,3032.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305622,0),3033.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305634,9)MEK04,3034.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305661,20)LOVN1504,3035.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305671,407)LELVU04,3036.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305686,129)LEMDAT04,3037.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305689,609)LEMDAT04,3038.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305696,0),3039.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305697,1581)LEMDAT04,3040.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305711,0),3041.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305716,76)KWUR1C04,3042.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305728,260)ZM56704,3043.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305730,689)LGIRA04,3044.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305745,195)RVKWS04,3045.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305753,137)KSPE104D,3046.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305754,169)MGY04,3047.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305764,0),3048.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305775,0),3049.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305780,81)LELVL104,3050.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305783,114)LELVL104,3051.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305791,39)KWUR1C04,3052.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305798,1050)LCES004,3053.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305802,2133)EDGG704,3054.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305803,189)KWUR1C04,3055.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(305806,241)LELVL104,3056.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305811,94)KWUR1C04,3057.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305816,0),3058.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305823,0),3059.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305828,946)LCES004,3060.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305830,0),3061.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305834,85)LCES004M,3062.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305837,165)$KFZ4404L,3063.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305845,0),3064.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305851,35)MAB1204A,3065.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305867,1913)EDGG704,3066.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305873,0),3067.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305887,3814)LCES004,3068.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305896,208)LELVL104,3069.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305899,535)LEBAS04A,3070.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305915,0),3071.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305923,144)LELVL104,3072.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305929,729)LCES004M,3073.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305950,0),3074.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305962,847)LEMDAT04,3075.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305967,214)LELVL104,3076.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306007,114)YB3EH04A,3077.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306012,126)LELVL104,3078.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306044,186)LELVL104,3079.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306051,61)KSPE104D,3080.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306054,463)LGRPA04,3081.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306066,0),3082.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(306069,44)MGY04,3083.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306095,0),3084.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306120,34)MEK04,3085.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306139,550)$LOVN1504,3086.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306149,69)KSAL1A04,3087.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306171,0),3088.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306187,507)LOVN1504,3089.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306188,849)$LFMDA04A,3090.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306190,47)YB3EH04A,3091.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306197,208)LEBAS04A,3092.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306201,0),3093.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306204,57)ZM56704,3094.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(306206,67)KWUR1C04,3095.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306207,1945)LCES004M,3096.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306241,2)$BKED1204,3097.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306242,0),3098.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306243,0),3099.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306251,728)RMZU04,3100.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(306253,12)YB3EH04A,3101.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306269,314)MRAE04,3102.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306270,182)LELVL104,3103.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306272,135)KSPE104D,3104.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306283,0),3105.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306287,142)RVKWS04,3106.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306304,0),3107.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306307,680)RMZU04,3108.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306308,267)KWUR1C04,3109.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306331,260)KSAL1204,3110.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(306346,2638)LCES004,3111.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306358,293)RMZSI04,3112.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306384,420)LELVU04,3113.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306386,0),3114.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(306388,68)MAB3404A,3115.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306397,63)KWUR1C04,3116.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306405,912)EDGG704,3117.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306413,1157)LGKFN04,3118.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306439,20)MAB04,3119.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306449,718)LEBAS04A,3120.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306459,0),3121.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306490,988)LFPND04,3122.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306491,180)LCES004M,3123.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306499,30)MGY04,3124.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306530,15)MGY04,3125.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(306542,102)RNS04M,3126.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306563,36)MGY04,3127.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306570,364)YB3EH04A,3128.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306577,390)LELVL104,3129.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306583,436)$LGRPA04,3130.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306590,0),3131.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(306597,0),3132.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306612,13)MAB1204A,3133.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306617,50)$KFUL1U04,3134.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306630,12)KSPE104D,3135.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306667,59)ZM56704,3136.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306669,495)MRAE04,3137.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306677,2)MGY04,3138.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306685,95)KSAL1204,3139.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306698,1880)EDGG704,3140.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306710,606)LOVN1504,3141.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306718,139)LOVN1504,3142.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306743,462)RMZSI04,3143.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306751,229)KWUR1C04,3144.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306756,66)LELVL104,3145.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(306769,315)MAB1204A,3146.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306801,711)RMZU04,3147.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306803,0),3148.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306810,17)MAB3404A,3149.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306829,2245)MGY04,3150.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(306830,0),3151.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306846,225)KWUR1C04,3152.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306848,0),3153.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306862,508)KSAL1204,3154.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306868,478)KSLN04A,3155.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306902,1966)MRAEE04,3156.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306918,85)BKED1204,3157.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306920,56)LGKFN04,3158.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306922,397)LOVN1504,3159.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306943,0),3160.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306951,53)MRAEE04,3161.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306962,0),3162.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(306964,0),3163.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306995,220)YB3EH04A,3164.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307018,721)RMZSI04,3165.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307021,358)LEBAS04A,3166.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307025,526)YB3EH04A,3167.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307028,0),3168.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307040,0),3169.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307044,0),3170.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307055,324)YB3EH04A,3171.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307060,0),3172.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307068,277)LEBAS04A,3173.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307087,38)KWUR1C04,3174.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307091,0),3175.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307095,983)LEBAS04A,3176.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307103,0),3177.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307105,2831)LGZAA04M,3178.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307107,63)ZM56704,3179.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307108,0),3180.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307135,124)EDGG704,3181.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307140,0),3182.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307142,361)KSPE104D,3183.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307145,178)KSAL1204,3184.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307148,0),3185.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307153,2511)LCES004,3186.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307154,834)LGIRA04,3187.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307158,0),3188.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307174,0),3189.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307182,1609)EDGG704,3190.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307186,0),3191.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307190,1318)LGKFN04,3192.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307217,1033)RMZSI04,3193.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307218,363)ZM56704,3194.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307231,10)MGY04,3195.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307258,0),3196.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307260,0),3197.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307264,2510)LCES004,3198.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307265,627)LEBAS04A,3199.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307285,1134)MGY04,3200.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307304,135)MRAE04,3201.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307309,0),3202.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307311,0),3203.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307317,0),3204.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307323,0),3205.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(307355,0),3206.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307359,512)LELVL104,3207.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307388,0),3208.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307394,107)KWUR1C04,3209.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307410,0),3210.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307418,12)YB3EH04A,3211.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307440,37)KWUR1C04,3212.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307441,173)$BKED1204,3213.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307460,0),3214.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307461,402)RJIU04M,3215.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(307470,715)LGIRA04,3216.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307472,59)KWUR1C04,3217.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307481,0),3218.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307482,0),3219.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307494,0),3220.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307498,3319)LCES004,3221.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(307532,0),3222.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307547,224)LEBAS04A,3223.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307576,132)YB3EH04A,3224.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307581,0),3225.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307617,47)LELVU04,3226.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307626,718)MRAE04,3227.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307650,0),3228.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307658,554)RMZU04,3229.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307672,18)RMZU04,3230.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307674,0),3231.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307679,2333)LCES004,3232.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307696,8103)$MRAE04,3233.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307707,98)BKED1204,3234.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307712,483)EDGG704,3235.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307716,0),3236.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(307726,2144)MGY04,3237.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307727,0),3238.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307728,1400)MAB1204A,3239.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307730,0),3240.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(307733,494)LELVL104,3241.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307740,1971)LGSRA04,3242.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307745,0),3243.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307752,429)LGAVA04,3244.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307779,0),3245.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307791,186)ZM56704,3246.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307805,393)LOVN1504,3247.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307831,0),3248.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307833,0),3249.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307845,0),3250.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307846,529)RMZU04,3251.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307860,279)YB3EH04A,3252.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307867,0),3253.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307870,9)MAB1204A,3254.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307875,1)KSLN04A,3255.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307878,286)KWUR1C04,3256.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307887,8)YB3EH04A,3257.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307897,1202)LCES004M,3258.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(307899,0),3259.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307902,0),3260.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307914,0),3261.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307919,0),3262.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307926,0),3263.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307935,67)ZM56704,3264.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307961,133)KWUR1C04,3265.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307977,0),3266.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307979,0),3267.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307985,412)RMZU04,3268.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307987,408)LELVL104,3269.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307990,702)EDGG704,3270.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307992,2435)LGZAA04M,3271.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307997,0),3272.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307998,0),3273.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308003,434)YB3EH04A,3274.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308004,142)ZM56704,3275.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308021,0),3276.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(308058,0),3277.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308064,756)LEBAS04A,3278.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308077,665)EDGG704,3279.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308093,0),3280.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308103,914)LEBAS04A,3281.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308125,2101)LCES004,3282.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308133,0),3283.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308136,126)LELVL104,3284.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308144,963)MAB04,3285.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308210,175)LEBAS04A,3286.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308221,169)KSLN04A,3287.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308225,661)RMZSI04,3288.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308239,231)KWUR1C04,3289.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308248,335)YB3EH04A,3290.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308251,3082)LCES004,3291.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308268,173)RMZU04,3292.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308281,172)RMZU04,3293.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308294,607)LGIRA04,3294.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308308,311)YB3EH04A,3295.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308325,1206)LGKFN04,3296.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308334,130)EBEEC04M,3297.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308336,60)MGY04,3298.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308351,300)$RMZSI04,3299.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308352,0),3300.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308362,0),3301.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308366,0),3302.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308371,408)ZM56704,3303.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308386,0),3304.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308402,391)LELVL104,3305.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308410,1151)RMZU04,3306.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308418,0),3307.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308432,364)RMZU04,3308.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308449,926)MRAE04,3309.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308460,8)YB3EH04A,3310.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308475,16)KFUL1U04,3311.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308479,0),3312.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308482,157)KSAL1204,3313.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308485,700)$LGIRA04,3314.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308505,0),3315.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308507,450)LCES004,3316.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308511,28)ZM56704,3317.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308515,0),3318.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308533,357)EDGG704,3319.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(308550,213)RVKWS04,3320.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308582,2154)EDGG704,3321.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308593,320)RMZU04,3322.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308597,0),3323.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308602,183)$LOVN1504,3324.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308611,0),3325.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308619,1978)LGZAA04M,3326.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308622,2538)LCES004,3327.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308624,383)LCES004,3328.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308629,0),3329.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308647,1392)MRAE04,3330.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308677,385)RMZSI04,3331.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308700,23)LEBAS04A,3332.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308705,360)$LCES004M,3333.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308717,120)$KFUL1U04,3334.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308733,48)MAB04,3335.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308743,845)EDGG704,3336.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308751,0),3337.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308759,24)KSPE104D,3338.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308769,285)MRAE04,3339.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308780,0),3340.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308836,83)YB3EH04A,3341.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308855,324)YB3EH04A,3342.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308892,0),3343.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308908,284)ZM56704,3344.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308914,29)MAB3404A,3345.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308941,0),3346.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308945,856)EDGG704,3347.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308947,0),3348.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308966,0),3349.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309000,32)KSLN04A,3350.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309006,36)ZM56704,3351.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309011,815)MRAE04,3352.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309016,61)MGY04,3353.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309049,324)$RMZSI04,3354.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309061,65)EGPFA04,3355.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309070,220)EDGG704,3356.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309072,0),3357.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309098,984)RMZSI04,3358.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(309099,673)MRAEE04,3359.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309103,1026)GL34W04,3360.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309119,19)ZM56704,3361.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309127,309)LGZAA04M,3362.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309142,0),3363.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309143,23)RMZU04,3364.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309144,0),3365.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309172,1583)EDGG704,3366.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309174,0),3367.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309188,56)MGY04,3368.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309190,0),3369.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309200,1413)LCES004M,3370.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309203,409)YB3EH04A,3371.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309207,0),3372.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309208,0),3373.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309210,891)EDGG704,3374.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309267,46)RMZSI04,3375.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309270,0),3376.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309271,0),3377.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309281,38)ZM56704,3378.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309283,2154)LGSRA04,3379.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309284,2356)LFMDA04A,3380.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309298,184)EDGG704,3381.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309311,0),3382.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309313,0),3383.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309316,80)LGIRA04,3384.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309317,725)MGY04,3385.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309321,509)LGIRA04,3386.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309324,1056)RMZSI04,3387.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309331,116)RMZU04,3388.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309347,0),3389.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309349,0),3390.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309374,368)LGIRA04,3391.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(309385,0),3392.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309386,0),3393.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309400,0),3394.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309414,3019)LCES004,3395.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309437,0),3396.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309442,49)MYY04A,3397.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309449,0),3398.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309461,0),3399.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309462,308)LOVN1504,3400.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(309465,1639)LGZAA04M,3401.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309473,355)LOVN1504,3402.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309492,0),3403.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309498,684)RMZSI04,3404.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309507,0),3405.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309508,721)LGRPA04,3406.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309520,0),3407.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309536,0),3408.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309547,293)LEBAS04A,3409.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309557,679)EDGG704,3410.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309560,0),3411.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309573,2915)LCES004,3412.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309577,1716)MRAEE04,3413.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309583,2890)MGY04,3414.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309588,0),3415.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309594,57)KWUR1C04,3416.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309597,113)KFUL1U04,3417.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309599,90)YB3EH04A,3418.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309602,143)LEBAS04A,3419.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309625,1783)MGY04,3420.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309641,0),3421.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309684,50)MAB3404A,3422.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309693,195)MAB3404A,3423.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309695,62)MEK04,3424.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(309709,1192)LFPND04,3425.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309711,1578)MGY04,3426.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309721,13)YB3EH04A,3427.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309724,0),3428.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309725,0),3429.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309735,0),3430.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309780,300)LCES004,3431.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309790,106)YB3EH04A,3432.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309806,299)LGRPA04,3433.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309822,142)ZM56704,3434.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309872,0),3435.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(309887,0),3436.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309890,254)KWUR1C04,3437.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309899,0),3438.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309911,0),3439.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(309920,62)LELVL104,3440.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309940,365)LELVL104,3441.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309941,0),3442.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309953,41)LOVN1504,3443.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309959,986)MRAEE04,3444.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309965,203)LEBAS04A,3445.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309978,913)YB3EH04A,3446.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309981,303)MAB04,3447.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309986,0),3448.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310005,616)EDGG704,3449.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(310024,84)RMZU04,3450.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310042,0),3451.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310043,0),3452.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310058,0),3453.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310080,115)LEBAS04A,3454.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310081,0),3455.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310082,288)EDGG704,3456.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310087,0),3457.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(310096,180)MEK04,3458.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310117,25)YB3EH04A,3459.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310120,452)LGIRA04,3460.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310127,0),3461.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310158,2901)LCES004,3462.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310175,0),3463.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310199,0),3464.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310219,2087)EDGG704,3465.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310235,1)GL34W04,3466.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310238,0),3467.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310256,0),3468.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310272,847)LOVN1504,3469.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(310282,0),3470.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310287,332)LCES004,3471.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310303,1303)RMZU04,3472.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310311,0),3473.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(310381,0),3474.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310384,62)KWUR1C04,3475.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310386,0),3476.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310388,0),3477.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310392,0),3478.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310398,232)KFUL1U04,3479.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310417,0),3480.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310438,1136)EDGG704,3481.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310475,2250)LCES004,3482.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310502,1870)MGY04,3483.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310512,374)LOVN1504,3484.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310522,0),3485.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310533,0),3486.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310535,436)LELVL104,3487.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310539,354)YB3EH04A,3488.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310560,2037)LCES004,3489.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310570,51)KSLN04A,3490.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310580,135)EDGG704,3491.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310593,0),3492.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310594,148)LELVL104,3493.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310599,0),3494.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310618,3598)EDGG704,3495.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310635,0),3496.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310647,667)GL34W04,3497.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310665,0),3498.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310668,0),3499.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310671,612)LELVL104,3500.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310674,1140)MRAEE04,3501.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(310692,0),3502.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310719,0),3503.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310724,53)MGY04,3504.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310732,3016)LCES004,3505.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(310734,756)$RMZSI04,3506.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310742,119)KSLN04A,3507.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310743,0),3508.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310753,0),3509.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310755,0),3510.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(310759,0),3511.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310761,493)EDGG704,3512.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310774,0),3513.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310792,0),3514.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310795,299)LELVL104,3515.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310853,264)LELVL104,3516.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310899,0),3517.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310901,414)YB3EH04A,3518.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310913,0),3519.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310943,0),3520.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310951,0),3521.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(310982,0),3522.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310983,2072)EDGG704,3523.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311032,1404)$LOVN1504,3524.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311042,0),3525.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311049,233)$LGRPA04,3526.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311070,0),3527.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311071,86)EDGG704,3528.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311073,1080)LCES004,3529.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311074,224)GL34W04,3530.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311108,1590)LCES004,3531.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311119,261)RMZSI04,3532.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311138,0),3533.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311142,55)ZM56704,3534.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311143,129)RNS04M,3535.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311151,35)MAB1204A,3536.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(311155,2476)LCES004,3537.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311161,0),3538.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311168,67)KSAL1204,3539.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311203,0),3540.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311242,0),3541.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311253,501)LFMDA04A,3542.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311255,193)MAB1204A,3543.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311256,235)YB3EH04A,3544.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311257,0),3545.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311260,0),3546.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311265,2884)LCES004,3547.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311272,82)LELVL104,3548.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311284,2187)LCES004,3549.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311285,2211)LCES004,3550.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311291,75)LELVL104,3551.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311293,0),3552.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311300,42)LEBAS04A,3553.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311312,37)MEK04,3554.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311314,465)LELVL104,3555.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311315,210)LEBAS04A,3556.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311329,1194)MEK04,3557.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311344,361)LELVL104,3558.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311351,133)LOVN1504,3559.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311402,42)KSAL1A04,3560.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311412,167)KSLN04A,3561.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311413,31)ZM56704,3562.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311440,381)MGY04,3563.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311443,746)EDGG704,3564.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311447,865)LGKFN04,3565.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311462,233)LELVL104,3566.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311478,461)LELVL104,3567.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311496,0),3568.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311520,0),3569.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311542,656)LCES004,3570.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311548,168)LELVL104,3571.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311549,542)LELVL104,3572.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311550,0),3573.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(311552,1245)$LFMDA04A,3574.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311636,268)LELVL104,3575.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311650,1938)MEK04,3576.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311680,285)LELVL104,3577.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311697,1760)EDGG704,3578.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311706,723)MEK04,3579.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311727,23)MAB04,3580.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311733,0),3581.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311757,2790)LCES004,3582.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311813,183)LELVL104,3583.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(311825,1072)$LGIRA04,3584.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311838,1458)LCES004,3585.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311840,1740)LCES004,3586.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311845,49)YB3EH04A,3587.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311850,8)MYY04A,3588.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311856,2045)MEK04,3589.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311863,32)YB3EH04A,3590.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311876,360)$LCES004,3591.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(311878,1618)MGY04,3592.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311882,277)LELVL104,3593.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311886,690)LCES004,3594.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311949,0),3595.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311954,347)MRAE04,3596.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311988,0),3597.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311993,0),3598.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311998,31)MEK04,3599.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312009,1203)LLBGA04L,3600.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312011,0),3601.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312015,1950)LCES004,3602.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312017,0),3603.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312020,148)MGY04,3604.o,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_t_x(312034,13)MAB1204A,3605.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312036,537)MYY04A,3606.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312051,0),3607.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312066,1280)MRAE04,3608.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312085,409)MEK04,3609.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312091,513)KSLN04A,3610.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312097,1969)LCES004,3611.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312192,691)ZM56704,3612.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312199,3220)LCES004,3613.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312231,1564)LGSRA04,3614.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312302,0),3615.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312325,29)YB3EH04A,3616.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312349,0),3617.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312354,420)MAB1204A,3618.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312369,21)MAB3404A,3619.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312414,184)$LOVN1504,3620.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312417,0),3621.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312436,0),3622.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312442,249)LEBAS04A,3623.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312456,75)YB3EH04A,3624.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312494,625)LOVN1504,3625.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312497,106)LEBAS04A,3626.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312503,191)MEK04,3627.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(312532,466)LELVL104,3628.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312565,594)LCES004,3629.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312583,3008)LCES004,3630.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312641,0),3631.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312648,24)MAB3404A,3632.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312659,0),3633.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312674,2271)LCES004,3634.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(312682,442)MRAE04,3635.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312707,649)MRAE04,3636.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312715,0),3637.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312731,0),3638.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312746,104)LEBAS04A,3639.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312762,316)MRAE04,3640.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312773,2121)$GL34W04,3641.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312792,533)LEBAS04A,3642.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312800,1580)EDGG704,3643.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312825,2801)LCES004,3644.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(312879,3092)LCES004,3645.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312881,4513)MGY04,3646.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312895,3180)LCES004,3647.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312912,1248)MAB1204A,3648.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312938,0),3649.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312950,0),3650.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312956,1879)EDGG704,3651.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312975,275)ZM56704,3652.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312999,608)EDGG704,3653.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313002,0),3654.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313003,937)MRAE04,3655.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313034,0),3656.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313050,1138)$LCES004M,3657.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(313054,504)MYY04A,3658.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313068,2556)LCES004,3659.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313100,9)RMZU04,3660.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313102,1393)LCES004,3661.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313119,39)LOVN1504,3662.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313135,122)KWUR1C04,3663.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313202,5)KWUR1C04,3664.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313298,275)GL34W04,3665.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313302,1445)LCES004,3666.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313344,430)MRAE04,3667.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313354,613)LEBAS04A,3668.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(313372,377)MGY04,3669.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313410,328)LEBAS04A,3670.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313433,847)MRAE04,3671.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313526,0),3672.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313536,0),3673.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313540,2900)LCES004,3674.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313563,0),3675.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313569,3169)LCES004,3676.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313590,325)KWUR1C04,3677.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313638,628)EDGG704,3678.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313701,66)MRAE04,3679.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313717,1052)MRAEE04,3680.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313758,3019)LCES004,3681.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313874,0),3682.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313875,60)LCES004,3683.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313899,859)KSAL1204,3684.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313994,0),3685.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314075,84)MAB04,3686.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314104,0),3687.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314108,2712)LCES004,3688.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314131,35)MYY04A,3689.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314172,690)EDGG704,3690.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314186,425)MGY04,3691.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314191,0),3692.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314198,0),3693.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314223,2653)LCES004,3694.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314225,1111)MGY04,3695.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314236,1440)LCES004,3696.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314330,56)KWUR1C04,3697.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314402,9)MGY04,3698.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314450,0),3699.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(314457,0),3700.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314530,0),3701.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314538,1650)EDGG704,3702.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314563,7531)MRAE04,3703.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314573,1100)EDGG704,3704.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(314600,2890)MRAE04,3705.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314699,2866)LCES004,3706.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314705,16)KSLN04A,3707.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314730,377)MAB04,3708.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314736,450)EDGG704,3709.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(314808,627)MRAEE04,3710.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314816,2191)EDGG704,3711.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314823,114)MGY04,3712.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314847,588)MGY04,3713.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314889,1173)EDGG704,3714.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314986,0),3715.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314999,270)EDGG704,3716.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315019,1536)EDGG704,3717.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315040,128)LELVL104,3718.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315081,660)LCES004,3719.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315138,1032)LCES004,3720.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315209,64)MAB1204A,3721.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(315232,1759)LCES004,3722.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315366,38)MGY04,3723.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315428,622)LELVL104,3724.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315544,1610)EDGG704,3725.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315618,1903)EDGG704,3726.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315692,623)LLBGA04L,3727.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315748,779)EDGG704,3728.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(315763,1511)EDGG704,3729.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315779,207)LCES004,3730.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315788,46)LELVL104,3731.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315895,0),3732.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315991,670)EDGG704,3733.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316029,1787)EDGG704,3734.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(316061,911)LLBGA04L,3735.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316090,2590)LCES004,3736.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316213,0),3737.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316285,76)KWUR1C04,3738.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316289,401)LELVL104,3739.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316298,2025)EDGG704,3740.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316314,262)KWUR1C04,3741.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316391,1770)EDGG704,3742.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316430,534)LCES004,3743.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316446,66)MYY04A,3744.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316476,1958)EDGG704,3745.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316499,1937)EDGG704,3746.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316531,720)$LCES004,3747.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316538,1320)EDGG704,3748.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316618,1052)LLBGA04L,3749.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316626,0),3750.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316914,65)MGY04,3751.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316916,749)EDGG704,3752.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316925,0),3753.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317001,0),3754.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317008,13)MAB04,3755.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317048,2713)LCES004,3756.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317067,561)LLBGA04L,3757.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317111,967)EDGG704,3758.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317116,491)MRAE04,3759.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317153,2037)EDGG704,3760.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317216,21)EDGG704,3761.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317222,1816)EDGG704,3762.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317300,366)EDGG704,3763.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317357,1053)LGRPA04,3764.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317358,82)EDGG704,3765.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317360,45)MRAEE04,3766.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317443,712)MRAE04,3767.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317538,360)MAB1204A,3768.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317603,1269)LLBGA04L,3769.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317621,0),3770.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317644,0),3771.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317675,0),3772.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317851,1540)EDGG704,3773.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317908,1913)EDGG704,3774.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(317920,1716)EDGG704,3775.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317924,337)MRAE04,3776.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317978,2132)EDGG704,3777.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(317991,622)EDGG704,3778.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317994,59)MRAE04,3779.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(318112,21)MGY04,3780.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(318119,900)$LCES004,3781.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(318187,18)MRAEE04,3782.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(318401,534)EDGG704,3783.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(318435,1920)EDGG704,3784.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(318473,1310)LLBGA04L,3785.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(318516,59)MAB04,3786.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(318565,477)LELVL104,3787.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(318660,994)EDGG704,3788.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(318832,42)MGY04,3789.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(319008,1990)EDGG704,3790.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(319288,772)MRAE04,3791.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(319337,1800)EDGG704,3792.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(319782,0),3793.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(320054,116)EDGG704,3794.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(320214,1179)MRAE04,3795.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(320591,0),3796.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(320734,168)EDGG704,3797.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(321498,1650)EDGG704,3798.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(322722,889)EDGG704,3799.o,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(323044,930)MRAE04,3800.o,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(323790,0),3801.o,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(262805,807)$MRAE04,3802,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(262806,507)$MRAE04,3803,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(262808,2084)$MRAE04,3804,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(262844,4523)$LCS12W03,3805,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(262875,4021)$EBBRA04E,3806,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(262897,1873)$EBBRA04E,3807,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(262913,11486)$RQXSI04E,3808,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(262946,6155)$RQXSI04E,3809,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263003,13871)$KFZ4404M,3810,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263004,3985)$RQXSI04E,3811,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263012,11592)$RQXSI04E,3812,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263107,3107)$BR204M,3813,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263142,3139)$RFBRT04M,3814,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263168,2183)$RFBRT04M,3815,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263196,2137)$RQXSI04E,3816,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(263206,8504)$LELVL04M,3817,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263212,3306)$RFBRT04M,3818,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263249,3505)$RFBRT04M,3819,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263266,1690)$MM204,3820,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263276,6640)$LCES004M,3821,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263279,12686)$KFZ4404M,3822,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263280,9060)$LEBAS04M,3823,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263290,9600)$LGKFN04,3824,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263294,12180)$LEBAS04M,3825,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263297,480)$YB3EH04M,3826,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(263298,3858)$LELVL04M,3827,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263306,17760)$LCES004,3828,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263313,1629)$RFBRT04M,3829,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263316,1071)$LEBAS04M,3830,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263323,7092)$BKED1204,3831,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263329,4487)$LELVU04,3832,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263330,3217)$BR204M,3833,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263332,2184)$MM204,3834,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263339,1339)$LCES004M,3835,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263346,897)$GL4W04M,3836,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263350,534)$RFBRT04M,3837,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(263351,2806)$RFBRT04M,3838,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263367,2723)$RFBRT04M,3839,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263370,1200)$RFBRT04M,3840,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263376,5280)$LEBAS04M,3841,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263389,6780)$LEBAS04M,3842,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263410,27392)$LCES004,3843,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263412,11117)$LCES004M,3844,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263421,804)$LCES004M,3845,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263439,15320)$LCES004,3846,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263463,7551)$RMZSI04,3847,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263476,2031)$EBEEC04M,3848,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263492,2530)$MM204,3849,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(263498,5050)$BKED1204,3850,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263502,3653)$LEBAS04M,3851,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263503,3436)$RNS04M,3852,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263515,26109)$LCES004,3853,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263516,3180)$LEBAS04M,3854,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263558,2284)$RNS04M,3855,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263563,7038)$LEBAS04A,3856,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263570,2520)$LELVU04,3857,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263574,1789)$RNS04M,3858,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263580,19273)$LCES004,3859,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263584,6457)$LEBAS04A,3860,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263587,5455)$LCES004M,3861,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263593,21512)$LCES004,3862,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263594,4505)$LCES004M,3863,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263601,5725)$YB3EH04A,3864,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263602,9780)$LCES004,3865,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263607,798)$LCES004M,3866,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263612,17401)$LCES004,3867,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263621,2847)$RMZSI04,3868,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263638,5820)$LEBAS04A,3869,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263640,20595)$LCES004,3870,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263646,2003)$LEBAS04A,3871,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263649,1320)$CPRFBR04,3872,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263659,743)$CPRFBR04,3873,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263662,645)$CPRFBR04,3874,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263700,438)$LEBAS04A,3875,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263713,7809)$LEBAS04A,3876,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263733,231)$LEBAS04A,3877,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263743,9601)$KSLN04A,3878,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263793,3362)$KSAL1204,3879,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263797,2701)$KFUL1U04,3880,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263800,3572)$LEBAS04A,3881,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263814,6360)$LEBAS04A,3882,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(263816,3773)$RMZU04,3883,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263820,4547)$LGAVA04,3884,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263840,496)$CPRFBR04,3885,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263859,1140)$LEBAS04A,3886,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263860,6279)$LCES004,3887,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263862,16560)$LCES004,3888,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263866,14546)$LCES004,3889,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(263868,9720)$LCES004,3890,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263905,3122)$MAB1204A,3891,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263921,13160)$LCES004,3892,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263922,3528)$GL34W04,3893,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263926,12598)$MGY04,3894,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263931,15286)$MRAE04,3895,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(263958,4533)$LCES004,3896,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263962,5339)$LCES004,3897,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263986,4372)$MAB3404A,3898,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(264011,8614)$LCES004,3899,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(264013,2569)$MAB3404A,3900,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(264033,14236)$MGY04,3901,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(267696,6291)$YBOLN04M,3902,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(267745,4210)$EBBRA04E,3903,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(268974,861)$KSPE1P04,3904,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(269231,6219)$YBOLN04M,3905,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(269531,3569)$EBBRA04E,3906,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(269558,8039)$RVKWU04M,3907,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(269712,5872)$EBBRA04E,3908,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(269731,4027)$EBBRA04E,3909,0.000000)\\\n",
-      "\t\t\t0.000000\t\t(t_t_x(269896,1872)$EBBRA04E,3910,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(270314,7480)$EGNOR04M,3911,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(270327,918)$EBBRA04E,3912,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(270468,9064)$YB3EH04E,3913,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(270609,2004)$KHVL104E,3914,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(270762,2903)$YB5WH04M,3915,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(271099,10918)$YB3EH04E,3916,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(271199,1019)$RMZU04E,3917,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(271211,4091)$RQXSI04E,3918,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(271214,7401)$RQXU04E,3919,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(271412,10073)$LELVL04M,3920,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(271428,2331)$KHVL104E,3921,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(271601,2654)$RASI04M,3922,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(271616,6708)$RQXSI04E,3923,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(272204,13036)$YB3EH04E,3924,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(272234,7976)$RQXU04E,3925,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(272249,3389)$EGNOR04M,3926,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(272266,8797)$RQXSI04E,3927,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(272287,12409)$YB3EH04E,3928,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(272507,1459)$MT4AT04E,3929,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(272695,9402)$RQXSI04E,3930,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(272849,7399)$LGKFN04,3931,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(272894,8602)$RQXU04E,3932,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273004,4273)$EGNOR04M,3933,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273032,6054)$RQXSI04E,3934,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273048,10680)$YD5WH04M,3935,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273072,8912)$RQXSI04E,3936,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273386,3598)$EGNOR04M,3937,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273540,111)$LOW304M,3938,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273545,13260)$LFPND04,3939,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273554,3615)$EBEEC04M,3940,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273555,2892)$MT4AT04E,3941,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273572,51693)$LGZAA04M,3942,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273599,53420)$LGZAA04M,3943,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273793,15859)$LELVL04M,3944,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273960,4985)$EGNOR04M,3945,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273980,2983)$PMXX04M,3946,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(274216,8632)$EG11G04M,3947,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(274389,11460)$LFPND04,3948,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(274564,2418)$RQXSI04E,3949,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(274577,7211)$YD5WH04M,3950,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(274596,8054)$YD5WH04M,3951,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(274616,14213)$LELVL04M,3952,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(274643,5978)$EGNOR04M,3953,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(274901,3910)$YD5WH04M,3954,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(274934,172)$KSLN2C04,3955,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(274996,3176)$RFBRT04M,3956,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(275011,1390)$MT4AT04E,3957,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(275027,44584)$LGZAA04M,3958,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(275135,45028)$LGSRA04,3959,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(275270,10169)$YB3EH04E,3960,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(275272,1297)$EGNOR04M,3961,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(275277,7454)$YD5WH04M,3962,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(275338,2726)$FUJ04M,3963,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(275522,9966)$GL4W04M,3964,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(275587,6160)$EBBRA04E,3965,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(275682,2106)$RFBRT04M,3966,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(275809,780)$YD5WH04M,3967,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(275864,16860)$LFPND04,3968,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(275987,5767)$MM204,3969,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276076,11675)$KFZ4404M,3970,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276122,5196)$EG11G04M,3971,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276210,2155)$KHVL104E,3972,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276300,9264)$LCES004M,3973,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276307,7844)$LGKFN04,3974,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276531,815)$KHVL104E,3975,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276534,2211)$KHVL104E,3976,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276588,44225)$LGZAA04M,3977,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276611,5255)$RQXSI04E,3978,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276662,456)$EBEEC04M,3979,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276830,2664)$LEBAS04M,3980,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276837,7637)$RJIU04M,3981,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276838,455)$KSLN04M,3982,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276911,2759)$RNS04M,3983,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276925,12463)$RQXU04E,3984,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276959,2824)$PMXX04M,3985,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(276966,9317)$EG11G04M,3986,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276972,6061)$LELVL04M,3987,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276989,10317)$LGKFN04,3988,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276991,4032)$MM204,3989,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277112,12498)$RQXU04E,3990,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277127,6407)$LGKFN04,3991,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277129,1268)$KCHI104M,3992,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277167,1105)$KSPE1P04,3993,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277190,6951)$EG11G04M,3994,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277197,12290)$RJIU04M,3995,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277201,1416)$KHVL104E,3996,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277232,5696)$LEBAS04M,3997,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277243,1020)$KSPE1P04,3998,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277278,2534)$RASI04M,3999,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277284,3764)$EBBRA04E,4000,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277296,3869)$MM204,4001,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277313,9867)$YB3EH04E,4002,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277361,13260)$LFPND04,4003,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277366,10000)$LFPNA04,4004,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277387,7055)$YB3EH04E,4005,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277424,9253)$EGNOR04M,4006,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277425,3191)$KFZ4404M,4007,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277434,3671)$EG11G04M,4008,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277445,6620)$LEMDAT04,4009,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277463,7842)$LGKFN04,4010,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277472,7171)$EG11G04M,4011,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277484,496)$YB3EH04E,4012,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277533,2760)$KSPE1P04,4013,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277562,961)$YH5MH04M,4014,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277591,10169)$RQXU04E,4015,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277598,8860)$KSLN04M,4016,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277602,54847)$LGZAA04M,4017,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277703,1676)$KHVL104E,4018,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277744,3242)$GL4W04M,4019,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277826,7552)$RJIU04M,4020,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277829,27618)$LGSRA04,4021,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277917,458)$BR404M,4022,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277924,9465)$YB3EH04E,4023,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277936,7407)$LGKFN04,4024,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278026,1661)$YD5WH04M,4025,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278036,10450)$RJIU04M,4026,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278037,660)$YD5WH04M,4027,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278067,5547)$EG11G04M,4028,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278123,3560)$EGNOR04M,4029,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278149,3803)$EGNOR04M,4030,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278154,4136)$YH5MH04M,4031,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278158,280)$YB3EH04M,4032,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278162,12323)$YB3EH04E,4033,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278185,13320)$YB3EH04E,4034,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278209,3600)$KHVL104E,4035,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278261,6450)$KFZ4404M,4036,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278295,7040)$RNI04M,4037,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278320,6298)$EGNOR04M,4038,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278322,2211)$YH5MH04M,4039,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(278386,7190)$EGNOR04M,4040,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278487,1129)$YH5MH04M,4041,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278529,7187)$LELVU04,4042,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(278554,731)$GL4W04M,4043,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278555,7557)$KFZ4404M,4044,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278562,2668)$YBOLN04M,4045,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278564,6773)$EGPFA04,4046,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278565,3360)$LELVU04,4047,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278590,8846)$EGNOR04M,4048,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278592,6162)$LELVU04,4049,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278598,8921)$EGNOR04M,4050,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278603,8150)$EGNOR04M,4051,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278607,472)$MM304,4052,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278647,4676)$EHAMA04,4053,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278651,1852)$YB5KL04E,4054,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278663,8145)$EGNOR04M,4055,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278669,2831)$EHAMA04,4056,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278681,4358)$EHAMA04,4057,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278783,2938)$YB5KL04E,4058,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278814,8718)$YB3EH04E,4059,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278830,11819)$RQXU04E,4060,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278839,3002)$EBEEC04M,4061,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278855,2332)$YH5MH04M,4062,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278862,285)$KFZ4404E,4063,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278871,4560)$YB3EH04E,4064,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278872,2402)$EG11G04M,4065,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278885,10501)$RQXU04E,4066,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278889,1477)$KHVL104E,4067,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278911,1818)$KFZ4404E,4068,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278920,12508)$YB3EH04E,4069,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(278940,3060)$GL4W04M,4070,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278945,4069)$LFMDA04A,4071,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279006,1335)$BKED1204,4072,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279011,26356)$LGZAA04M,4073,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279048,739)$KHVL104E,4074,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279142,10783)$RQXU04E,4075,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279160,2137)$EBEEC04M,4076,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279163,3121)$YH5MH04M,4077,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279186,9577)$YB3EH04A,4078,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279192,132)$MM204,4079,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279241,2937)$EGNOR04M,4080,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279243,2640)$KSPE1P04,4081,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279250,975)$KSPE1P04,4082,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279259,1278)$YH5MH04M,4083,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279261,36717)$LGSRA04,4084,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279279,11503)$YB3EH04E,4085,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279300,3968)$LCS12W03,4086,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279312,3240)$KSPE1P04,4087,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279318,3300)$LCES004M,4088,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279339,5252)$YBOLN04M,4089,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(279340,6720)$YB3EH04E,4090,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279347,583)$KSPE1P04,4091,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279349,3159)$YH5MH04M,4092,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279395,9296)$YB3EH04E,4093,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279398,1667)$YH5MH04M,4094,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279403,3000)$KSPE1P04,4095,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279405,440)$KFZ4404E,4096,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279409,875)$YH5MH04M,4097,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279411,2820)$KSPE1P04,4098,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279431,10729)$YB3EH04E,4099,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279450,3439)$MT4AT04E,4100,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279467,1554)$YH5MH04M,4101,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279482,9975)$YB3EH04E,4102,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279485,1368)$KHVL104E,4103,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279494,7905)$EGPFA04,4104,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(279524,1097)$KFZ4404E,4105,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279544,2370)$RFBRT04M,4106,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279552,3336)$EBBRA04E,4107,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279592,1972)$YH5MH04M,4108,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279621,1225)$YH5MH04M,4109,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279622,6436)$EGPFA04,4110,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279627,5078)$EGPFA04,4111,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(279642,1375)$KHVL104E,4112,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279651,9956)$YB3EH04E,4113,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(279652,2337)$KSPE1P04,4114,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279686,8400)$YB3EH04E,4115,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279687,2926)$LGRPA04M,4116,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(279690,4630)$EGPFA04,4117,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279693,1122)$YH5MH04M,4118,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279716,3420)$LELVU04,4119,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(279721,9335)$EGNOR04M,4120,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279734,12307)$YB3EH04E,4121,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279735,1036)$KSPE1P04,4122,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279756,2939)$KSPE1P04,4123,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279791,5020)$EHAMA04,4124,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(279801,4007)$EHAMA04,4125,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279804,2024)$YH5MH04M,4126,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(279817,6060)$EGNOR04M,4127,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279827,12860)$KFZ4404M,4128,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279832,4223)$YB5KL04E,4129,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279834,1116)$KFZ4404E,4130,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279882,2502)$LCS12W03,4131,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279885,9166)$EGNOR04M,4132,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279887,35963)$LGSRA04,4133,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279893,3766)$EHAMA04,4134,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279896,2370)$RASI04M,4135,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279899,423)$KFZ4404E,4136,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279900,2560)$KFZ4404E,4137,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279930,1091)$LGKFN04,4138,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279946,5207)$EHAMA04,4139,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279962,6337)$LGRPA04M,4140,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(279965,3535)$LEBAS04M,4141,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279969,1168)$RFBRT04M,4142,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280002,4080)$LELVU04,4143,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280018,2854)$FUJ04M,4144,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280021,5965)$EGNOR04M,4145,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280033,5189)$EHAMA04,4146,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280088,3227)$RMZSI04,4147,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(280103,3731)$KSPE104D,4148,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280104,7388)$LFMDA04A,4149,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280115,2556)$KWUR1C04,4150,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280122,2534)$KWUR404E,4151,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280142,5068)$EHAMA04,4152,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280143,11751)$YB3EH04E,4153,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280153,9060)$LCES004M,4154,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280157,6982)$RMZU04E,4155,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280174,7409)$KSPE1P04,4156,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280192,989)$YH5MH04M,4157,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280203,5796)$RMZU04,4158,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280212,25651)$LGSRA04,4159,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280221,10308)$YB3EH04E,4160,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280245,10200)$RQXSI04E,4161,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280252,10560)$RQXSI04E,4162,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280263,2949)$KWUR404E,4163,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280274,10440)$RQXSI04E,4164,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(280277,1380)$RVKWS04,4165,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280278,8871)$EGNOR04M,4166,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280283,967)$YH5MH04M,4167,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280319,6180)$LELVU04,4168,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280331,9480)$RQXU04E,4169,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280365,9616)$LELVL04M,4170,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280374,12405)$YB3EH04E,4171,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280391,6661)$RMZU04E,4172,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280396,3485)$YBOLN04M,4173,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280411,46791)$LGZAA04M,4174,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280428,11582)$YB3EH04E,4175,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280430,27033)$LGZAA04M,4176,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280453,3447)$EBBRA04E,4177,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280458,1168)$EBEEC04M,4178,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(280474,8808)$LGKFN04,4179,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280491,172)$RASI04M,4180,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280578,1084)$RQXU04E,4181,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280579,2349)$EGNOR04M,4182,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280607,6060)$YB5WH04M,4183,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(280608,16011)$KFZ4404M,4184,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280645,10771)$YB3EH04E,4185,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280666,3894)$KSLN04A,4186,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280667,17418)$LGSRA04,4187,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280671,4008)$LFMDA04A,4188,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280706,8820)$RQXSI04E,4189,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280744,6864)$LEBAS04A,4190,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280754,5367)$KSLN04M,4191,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(280768,9297)$KFZ4404M,4192,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280779,4332)$KSAL1204,4193,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280781,8563)$LGKFN04,4194,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280791,522)$KCHI104M,4195,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280798,11671)$YB3EH04A,4196,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280804,4274)$RMZU04E,4197,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280807,10068)$KFZ4404M,4198,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280810,6509)$RMZU04,4199,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280815,6660)$KSPE104D,4200,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280825,8100)$LGKFN04,4201,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280871,5136)$LELVU04,4202,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280895,6877)$RVKWU04M,4203,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280928,7247)$KFZ4404M,4204,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281048,7787)$LGKFN04,4205,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(281058,4205)$KFZ4404M,4206,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281059,10054)$YB3EH04E,4207,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281074,3386)$RMZU04E,4208,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281090,252)$EBBRA04E,4209,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281091,5509)$YB3EH04A,4210,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(281143,7974)$LGKFN04,4211,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281148,3539)$LGRPA04M,4212,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281160,9260)$KWUR404E,4213,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281174,8952)$YB3EH04E,4214,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281185,7200)$EGNOR04M,4215,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281253,2954)$LGSRA04,4216,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281256,5222)$RMZU04,4217,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281290,10448)$RQXU04E,4218,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281293,1773)$KFZ4404E,4219,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281297,1698)$EHAMA04,4220,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281301,4260)$LFPND04,4221,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(281304,3673)$KSPE1P04,4222,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281334,5702)$RVKWU04M,4223,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281346,7020)$RQXSI04E,4224,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281348,12811)$KFZ4404M,4225,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281349,9920)$RQXSI04E,4226,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281359,4700)$PMXX04M,4227,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281372,44909)$LGSRA04,4228,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(281447,9137)$YB3EH04A,4229,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281466,4261)$EGNOR04M,4230,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281483,4483)$EGNOR04M,4231,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281485,3648)$LELVU04,4232,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281487,3982)$RMZU04E,4233,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281511,26110)$LGSRA04,4234,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281523,1591)$EHAMA04,4235,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281534,4095)$LGRPA04M,4236,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281596,3767)$YB5KL04E,4237,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281599,7390)$RQXU04E,4238,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281613,884)$CPRFBR04,4239,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281643,1901)$YB5KL04E,4240,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281674,2758)$KSPE1P04,4241,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281690,3307)$KWUR404E,4242,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281715,2352)$LGRPA04,4243,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281723,8719)$LELVL04M,4244,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281749,10560)$YB3EH04E,4245,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281755,11253)$YB3EH04A,4246,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(281774,12818)$RQXSI04E,4247,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281776,42616)$LGSRA04,4248,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281824,3000)$RVKWU04M,4249,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281881,2759)$RMZSI04,4250,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281887,2945)$LELVL04M,4251,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281891,2392)$KWUR404E,4252,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281894,4087)$KSPE1P04,4253,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281905,898)$YH5MH04M,4254,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281910,4490)$KSLN04M,4255,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281915,2039)$LCS12W03,4256,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281922,2793)$YB5KL04E,4257,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281923,9637)$YB3EH04A,4258,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(281925,4781)$EBBRA04E,4259,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281946,2458)$KSPE1P04,4260,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281951,12321)$RQXSI04E,4261,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281962,5110)$PMXX04M,4262,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281983,11611)$YB3EH04E,4263,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281989,3146)$YH5MH04M,4264,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282046,7053)$YB3EH04E,4265,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282057,2344)$KWUR404E,4266,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282070,2129)$RQXU04E,4267,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282085,1292)$CPGSE04,4268,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282090,4860)$LELVL04M,4269,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282099,4845)$EG11G04M,4270,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282115,5918)$RMZU04,4271,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282121,4972)$KSPE104D,4272,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282129,11423)$LGZAA04M,4273,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282158,1145)$LGRPA04M,4274,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282176,971)$RMZU04E,4275,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282205,5549)$YB3EH04E,4276,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282259,5397)$YB5WH04M,4277,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282278,3010)$YH5MH04M,4278,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282283,10443)$RMZU04,4279,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282303,1725)$YBOLN04M,4280,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282313,10753)$RQXSI04E,4281,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282374,6856)$RVKWU04M,4282,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282416,1256)$RASI04M,4283,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282417,10469)$RQXU04E,4284,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282430,4174)$EBBRA04E,4285,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282460,1841)$EBBRA04E,4286,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282467,3314)$KWUR404E,4287,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282480,9415)$RQXSI04E,4288,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(282492,11931)$LELVL04M,4289,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282505,1626)$RFBRT04M,4290,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282514,2121)$RQXSI04E,4291,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282582,1838)$KWUR404E,4292,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282583,6860)$PMXX04M,4293,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282592,6305)$LEBAS04A,4294,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282606,5435)$LEBAS04A,4295,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282620,4904)$YB3EH04A,4296,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282623,1817)$CPGSE04,4297,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282645,9934)$RQXU04E,4298,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282648,2503)$MT4AT04E,4299,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282657,12042)$YB3EH04E,4300,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282660,8682)$GL4W04M,4301,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282665,43984)$LGSRA04,4302,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282677,8132)$YB3EH04E,4303,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282696,23)$KFZ4404E,4304,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282720,922)$KWUR404E,4305,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282727,8100)$LGKFN04,4306,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282752,2032)$KSLN04A,4307,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282755,1528)$KWUR404E,4308,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282784,7505)$RQXSI04E,4309,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282785,3501)$YB3EH04E,4310,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282807,1029)$LGKFN04,4311,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282822,12)$PMXX04M,4312,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282837,5071)$LEBAS04M,4313,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282854,12528)$RQXSI04E,4314,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282859,10197)$RQXSI04E,4315,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282860,12576)$YB3EH04E,4316,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282878,12378)$YB3EH04E,4317,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282882,980)$LOW304M,4318,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282890,4962)$EGNOR04M,4319,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282894,1562)$YB3EH04E,4320,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(282904,944)$EGNOR04M,4321,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282912,9300)$RQXU04E,4322,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282924,6963)$RASI04M,4323,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282933,7487)$RASI04M,4324,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282954,8972)$RQXSI04E,4325,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282961,1044)$KFZ4404E,4326,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282964,42545)$LGSRA04,4327,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282986,4589)$YB3EH04E,4328,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283000,2176)$EBEEC04M,4329,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(283005,8040)$RVKWU04M,4330,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283036,8696)$KFZ4404M,4331,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(283037,18529)$LGZAA04M,4332,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283042,25010)$LGZAA04M,4333,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283045,6556)$RASI04M,4334,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(283050,437)$CPRFBR04,4335,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283072,6002)$RASI04M,4336,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283087,1113)$CPRFBR04,4337,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283092,821)$KFZ4404E,4338,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283094,6180)$YB3EH04E,4339,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283102,9889)$YB3EH04E,4340,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283115,16360)$LELVL104,4341,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283117,10489)$YB3EH04E,4342,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283123,537)$KCHI104M,4343,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283128,3295)$YB3EH04E,4344,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283139,215)$RMZSI04M,4345,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283140,10910)$YB3EH04E,4346,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283194,4985)$PMXX04M,4347,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283209,5999)$RMZU04E,4348,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283211,5698)$RMZU04E,4349,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(283232,7997)$RVKWU04M,4350,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283233,7380)$RVKWU04M,4351,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283253,6169)$RASI04M,4352,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283254,5237)$EGNOR04M,4353,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283256,4931)$EGNOR04M,4354,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283258,1418)$RMZU04E,4355,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283259,4923)$EGNOR04M,4356,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283272,9947)$RQXSI04E,4357,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283288,1569)$KSLN04A,4358,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283289,1437)$RMZU04,4359,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283302,5071)$YB3EH04E,4360,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283305,2198)$KSLN04A,4361,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_t_x(283333,11503)$YB3EH04E,4362,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(283343,10983)$YB3EH04E,4363,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283356,7003)$MM304,4364,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283373,3095)$KWUR404E,4365,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283389,2066)$RQXSI04E,4366,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283392,6549)$RQXU04E,4367,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283414,6276)$YB3EH04E,4368,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283432,7560)$RVKWU04M,4369,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283444,51025)$LGZAA04M,4370,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283452,3810)$RMZU04,4371,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283458,2032)$RMZSI04,4372,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283464,5239)$YB3EH04A,4373,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283468,7488)$RQXSI04E,4374,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283489,5807)$RVKWU04M,4375,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283510,5699)$RMZU04E,4376,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283526,13213)$KFZ4404M,4377,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283544,33739)$LGZAA04M,4378,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283549,19294)$KFZ4404M,4379,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283558,469)$YB3EH04E,4380,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283559,7772)$LGKFN04,4381,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283561,44055)$LGZAA04M,4382,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283562,4494)$PMXX04M,4383,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283584,5760)$YB3EH04E,4384,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283593,13600)$KFZ4404M,4385,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283605,5238)$RASI04M,4386,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283607,6011)$EBEEC04M,4387,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283663,1953)$RQXSI04E,4388,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283667,1610)$YB3EH04E,4389,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283688,8364)$RQXSI04E,4390,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283706,14684)$KFZ4404M,4391,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283711,10200)$LELVL104,4392,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283716,225)$LEBAS04A,4393,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283734,10134)$EG11G04M,4394,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(283735,9391)$EG11G04M,4395,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283746,2698)$RNS04M,4396,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283750,6420)$EG11G04M,4397,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283751,8618)$RQXSI04E,4398,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283760,2473)$FUJ04M,4399,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283795,6542)$RVKWU04M,4400,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283812,6068)$RQXU04E,4401,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283821,1446)$KWUR404E,4402,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283823,5160)$YB3EH04E,4403,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283829,8081)$YB3EH04E,4404,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283853,4979)$RMZU04E,4405,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283862,1028)$RASI04M,4406,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283872,12540)$LELVL04M,4407,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283889,6194)$LELVL04M,4408,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283895,8480)$EG11G04M,4409,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283921,5264)$EGNOR04M,4410,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283941,1190)$CPRFBR04,4411,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283943,10212)$LGSRA04,4412,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283954,12582)$RQXU04E,4413,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283958,1483)$CPGSE04,4414,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283965,14321)$RJIU04M,4415,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283998,9140)$YD5WH04M,4416,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284008,4337)$RASI04M,4417,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(284028,6840)$RQXSI04E,4418,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284038,14049)$RJIU04M,4419,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284063,2249)$RMZU04E,4420,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284082,3260)$RASI04M,4421,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284085,3308)$RVKWU04M,4422,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284094,3004)$EBBRA04E,4423,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284100,11710)$RQXSI04E,4424,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284104,5880)$EG11G04M,4425,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284106,6383)$RQXSI04E,4426,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284107,3903)$RASI04M,4427,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284109,10707)$RQXU04E,4428,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284114,3943)$RASI04M,4429,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284125,2554)$RMZSI04,4430,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284141,4315)$KSAL1204,4431,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284154,7795)$RQXSI04E,4432,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284165,2940)$RVKWU04M,4433,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284170,3037)$RASI04M,4434,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284183,1908)$LOVN1504,4435,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284184,3132)$RMZSI04,4436,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284185,4241)$KSLN04M,4437,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284190,7093)$PMXX04M,4438,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(284195,3564)$RMZSI04,4439,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284206,3212)$RMZU04,4440,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284224,1432)$RMZSI04,4441,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284228,4421)$BKED1204,4442,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284242,4540)$LEMDAT04,4443,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(284247,10507)$KFZ4404M,4444,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284250,2240)$RMZU04E,4445,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284260,2911)$RASI04M,4446,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284261,3953)$KSLN04M,4447,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284275,8740)$KFZ4404M,4448,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(284283,5125)$RVKWU04M,4449,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284287,1396)$PMXX04M,4450,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284291,5629)$EGNOR04M,4451,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284313,3880)$RQXSI04E,4452,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284316,2289)$YD5WH04M,4453,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284318,8935)$KFZ4404M,4454,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284341,3755)$KSLN04M,4455,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284344,5035)$YB3EH04E,4456,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284346,8266)$LGKFN04,4457,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284349,1620)$RQXU04E,4458,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284350,764)$YBOLN04M,4459,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284357,3913)$RVKWU04M,4460,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(284372,1637)$BR204M,4461,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284380,5122)$EGNOR04M,4462,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284393,6204)$YB3EH04E,4463,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284399,1654)$LEBAS04A,4464,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284417,3733)$EGNOR04M,4465,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284418,3484)$RMZU04E,4466,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(284438,11998)$RQXSI04E,4467,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284450,3398)$KSLN04M,4468,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284467,1173)$RMZU04E,4469,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284550,7550)$LELVL04M,4470,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284562,12363)$KFZ4404M,4471,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284566,673)$YB3EH04A,4472,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284595,5922)$RQXSI04E,4473,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284601,6938)$LEBAS04A,4474,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284631,4260)$RQXSI04E,4475,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284641,16817)$MGY04,4476,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(284700,6452)$YB3EH04E,4477,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284722,4496)$RJIU04M,4478,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284723,6249)$YB3EH04E,4479,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284738,4411)$BKED1204,4480,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284781,5637)$GL4W04M,4481,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284786,7567)$YD5WH04M,4482,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284797,3080)$YB3EH04E,4483,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284809,2218)$LGAVA04,4484,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284839,1789)$RASI04M,4485,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284856,7217)$PMXX04M,4486,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284860,2626)$RVKWU04M,4487,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284868,3715)$KSLN04M,4488,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284876,7268)$LFPNA04,4489,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284880,1980)$EG11G04M,4490,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284894,6576)$PMXX04M,4491,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284911,12584)$KFZ4404M,4492,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284925,3523)$LGRPA04M,4493,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284929,1150)$KCHI104M,4494,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284933,4847)$LELVL04M,4495,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284981,7177)$PMXX04M,4496,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285040,1410)$RASI04M,4497,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285042,4971)$LELVL04M,4498,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285070,874)$RMZU04E,4499,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285076,1538)$LGRPA04M,4500,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285084,840)$KALP2C04,4501,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285112,5458)$KCHI104M,4502,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285123,2277)$LGKFN04,4503,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285128,7737)$EG11G04M,4504,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285148,1657)$KSLN04M,4505,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285157,981)$LELVU04,4506,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285163,6053)$MM304,4507,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285171,1812)$KFZ4404E,4508,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285178,11301)$GL4W04M,4509,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285187,12763)$YB3EH04E,4510,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285189,3448)$RVKWU04M,4511,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285193,6306)$BR404M,4512,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285209,7099)$PMXX04M,4513,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285230,11187)$KFZ4404M,4514,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285241,32958)$LGZAA04M,4515,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285254,1446)$YD5WH04M,4516,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285291,539)$EBEEC04M,4517,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285292,6545)$RASI04M,4518,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285296,11399)$LCES004M,4519,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285300,3841)$YB3EH04E,4520,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285308,3892)$GL4W04M,4521,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285328,9343)$KFZ4404M,4522,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285360,6015)$BR404M,4523,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285368,4167)$LGRPA04M,4524,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285372,5254)$YB3EH04E,4525,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285379,8040)$RNS04M,4526,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285383,12366)$RJIU04M,4527,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285393,12956)$LGKFN04,4528,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285395,9205)$KFZ4404M,4529,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285431,10204)$LGKFN04,4530,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285432,2934)$FUJ04M,4531,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285451,561)$KFZ4404L,4532,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285458,62)$RMZU04E,4533,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285459,12321)$LCES004,4534,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285470,7465)$PMXX04M,4535,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285474,1351)$KCHI104M,4536,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285482,5132)$PMXX04M,4537,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285483,16413)$KFZ4404M,4538,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285506,5110)$YB5WH04M,4539,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285521,351)$YB3EH04M,4540,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285525,5934)$KFZ4404M,4541,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285540,10260)$LGKFN04,4542,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285553,422)$CPGSE04,4543,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285563,675)$LCES004M,4544,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285575,9969)$LELVL04M,4545,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285583,2031)$LGAVA04,4546,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285585,12705)$MRAE04,4547,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285590,5116)$LGRPA04M,4548,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285593,10678)$LCES004M,4549,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285599,4316)$EBBRA04E,4550,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285611,2823)$LCS12W03,4551,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285624,1158)$YD5WH04M,4552,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285656,6033)$EBEEC04M,4553,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285658,4617)$YB5WH04M,4554,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285662,6949)$RNS04M,4555,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285664,20016)$LCES004,4556,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285671,10286)$RJIU04M,4557,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285672,9300)$LGKFN04,4558,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285674,9194)$KFZ4404M,4559,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285688,2899)$RQXSI04E,4560,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285693,1374)$YB3EH04E,4561,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285704,8520)$EG11G04M,4562,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285711,714)$KCHI104M,4563,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285718,3305)$BR404M,4564,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285723,2304)$EHAMA04,4565,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285724,3561)$BR404M,4566,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285733,15014)$LCES004,4567,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285747,7296)$RNI04M,4568,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285758,113)$LOW304M,4569,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285766,8488)$RQXSI04E,4570,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285772,200)$YB3EH04E,4571,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285782,8469)$RQXSI04E,4572,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285792,2244)$BR404M,4573,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285794,2895)$RQXSI04E,4574,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285818,3805)$YBOLN04M,4575,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285820,128)$YD5WH04M,4576,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285826,9513)$YB3EH04E,4577,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285835,11610)$RMZU04,4578,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285840,7984)$LELVL04M,4579,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285843,8280)$LELVL04M,4580,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285850,9512)$EG11G04M,4581,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285862,4039)$RMZU04E,4582,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285863,10645)$RQXSI04E,4583,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285875,3200)$EBEEC04M,4584,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285878,8700)$LGKFN04,4585,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285895,10155)$PMXX04M,4586,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285899,622)$BR404M,4587,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285938,1527)$RMZSI04,4588,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285949,10271)$RQXSI04E,4589,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285972,1755)$KSLN04M,4590,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285980,6485)$LCES004M,4591,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285981,7912)$KFZ4404M,4592,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285984,7814)$RNI04M,4593,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285990,1317)$EBEEC04M,4594,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286022,5341)$RASI04M,4595,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286031,8400)$LGKFN04,4596,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286067,316)$BR404M,4597,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286071,17534)$EDGG704,4598,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286082,3960)$LELVU04,4599,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286095,714)$EBBRA04E,4600,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286109,1588)$FUJ04M,4601,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286122,1578)$KSLN04M,4602,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286126,1748)$CPGSE04,4603,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286141,2141)$KWUR404E,4604,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286143,7100)$KFZ4404M,4605,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286160,11035)$LGKFN04,4606,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286185,8160)$LGKFN04,4607,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(286199,6812)$RASI04M,4608,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286221,6227)$LELVL04M,4609,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286224,5817)$KFZ4404M,4610,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286238,4172)$LEBAS04M,4611,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286277,11272)$KFZ4404M,4612,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286313,10829)$KSLN04A,4613,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286317,5935)$KWUR404E,4614,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286328,4583)$YB3EH04E,4615,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286329,4186)$EBBRA04E,4616,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286347,5760)$MM204,4617,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286404,3936)$KCHI104M,4618,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286415,745)$EBEEC04M,4619,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286416,1900)$MM304,4620,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286439,5406)$EBBRA04E,4621,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286461,952)$YB3EH04E,4622,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286485,8294)$YB3EH04E,4623,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286486,9268)$RNI04M,4624,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286494,5978)$KWUR404E,4625,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286499,6574)$KWUR404E,4626,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286506,3284)$LELVL04M,4627,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286516,11725)$EGPFA04,4628,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286568,4456)$EBBRA04E,4629,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286569,10609)$RQXSI04E,4630,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286575,5693)$LELVL04M,4631,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286582,11639)$KFZ4404M,4632,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286590,6467)$YB3EH04E,4633,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286600,7140)$LGKFN04,4634,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286616,3800)$RVKWU04M,4635,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286621,784)$KFZ4404M,4636,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286625,3490)$PMXX04M,4637,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286627,7369)$YB3EH04E,4638,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286628,873)$RMZU04E,4639,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286638,3954)$RNS04M,4640,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286639,11811)$BKED1204,4641,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286658,6201)$EBBRA04E,4642,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286678,4323)$EBBRA04E,4643,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286682,4742)$EBBRA04E,4644,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286685,3563)$RQXSI04E,4645,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286690,4389)$EHAMA04,4646,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286712,7164)$MM304,4647,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286713,6960)$LFPND04,4648,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286715,19222)$KFZ4404M,4649,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286726,8050)$YB3EH04E,4650,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286733,1957)$KWUR1C04,4651,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286743,4601)$LGKFN04,4652,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286753,7445)$LELVL04M,4653,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286757,3722)$LEBAS04M,4654,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286762,9116)$LELVU04,4655,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286763,2943)$RASI04M,4656,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286771,14007)$MRAE04,4657,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286774,5143)$RASI04M,4658,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286777,6970)$YB3EH04A,4659,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286781,11611)$KFZ4404M,4660,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286791,4463)$EBBRA04E,4661,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286793,5536)$EBBRA04E,4662,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286841,4148)$KSAL1204,4663,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286844,7390)$KSAL1204,4664,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286853,3563)$KSLN04M,4665,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286855,5100)$KSPE104D,4666,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286857,14220)$KFZ4404M,4667,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286877,4062)$ZM56704,4668,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286894,1440)$LCS12W03,4669,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286896,6786)$EBBRA04E,4670,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286897,10048)$RQXSI04E,4671,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286902,6053)$YBOLN04M,4672,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286912,4186)$KFZ4404M,4673,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286952,12290)$YB3EH04E,4674,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286963,3709)$RQXSI04E,4675,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286968,96)$FUJ04M,4676,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286969,2289)$RASI04M,4677,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286988,6352)$MM204,4678,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286989,8677)$KSAL1204,4679,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287011,1536)$RMZU04E,4680,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287014,4947)$KSLN04M,4681,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287016,5177)$EBBRA04E,4682,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287020,4673)$RNS04M,4683,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287027,10751)$LCES004M,4684,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287040,12761)$RJIU04M,4685,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287044,5220)$KSPE104D,4686,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287045,485)$LEBAS04A,4687,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287050,7575)$LFKFA04,4688,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287051,61)$BR204M,4689,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287076,13193)$KFZ4404M,4690,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287081,20312)$LGSRA04,4691,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287111,2770)$EGNOR04M,4692,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287119,6028)$RJIU04M,4693,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287126,1642)$YB3EH04E,4694,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287128,8521)$EGNOR04M,4695,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287132,13069)$KFZ4404M,4696,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287140,2507)$RVKWU04M,4697,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287143,3956)$RQXU04E,4698,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287155,4420)$EBBRA04E,4699,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287156,66)$KFZ4404M,4700,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287158,11134)$YB3EH04E,4701,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287179,8295)$LGKFN04,4702,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287182,7380)$YB5WH04M,4703,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287185,3565)$YH5MH04M,4704,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287193,4250)$RQXSI04E,4705,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287194,4205)$RQXSI04E,4706,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287195,2468)$BR204M,4707,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287200,4019)$GL4W04M,4708,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287201,7413)$YB3EH04E,4709,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287205,11828)$YB3EH04E,4710,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287217,919)$FUJ04M,4711,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287222,6218)$RQXSI04E,4712,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287235,5655)$PMXX04M,4713,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287240,7125)$LGRPA04M,4714,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287241,2580)$MAB1204A,4715,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287243,6960)$LGKFN04,4716,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287244,5929)$YB3EH04E,4717,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287253,629)$YB3EH04E,4718,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287279,6472)$RASI04M,4719,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287286,7275)$EGNOR04M,4720,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287287,666)$RMZU04E,4721,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287288,2162)$KSPE1P04,4722,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287314,1380)$LCS12W03,4723,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287319,3157)$EBEEC04M,4724,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287329,6377)$YB5WH04M,4725,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287335,900)$LCS12W03,4726,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287337,7935)$KFZ4404M,4727,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287343,1388)$LGIRA04,4728,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287347,14800)$MRAE04,4729,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287358,7690)$RQXSI04E,4730,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287367,3985)$EBBRA04E,4731,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287372,874)$KSPE1P04,4732,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287402,8926)$LELVL04M,4733,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287409,1987)$EGNOR04M,4734,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287413,205)$FUJ04M,4735,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287426,2100)$GL4W04M,4736,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287433,3767)$EBBRA04E,4737,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287438,11331)$RJIU04M,4738,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287468,504)$GL4W04M,4739,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287489,5498)$YB3EH04A,4740,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287515,5446)$KFZ4404M,4741,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287518,6412)$YB3EH04E,4742,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287524,4920)$LGKFN04,4743,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287527,1789)$KSPE1P04,4744,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287528,5255)$KFZ4404M,4745,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287536,5596)$BR404M,4746,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287541,5973)$RNS04M,4747,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287544,1278)$BR404M,4748,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287579,2149)$RQXSI04E,4749,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287580,14393)$MRAE04,4750,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287581,6071)$KWUR1C04,4751,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287595,4863)$KWUR1C04,4752,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287604,1099)$PMXX04M,4753,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287623,3342)$LELVL04M,4754,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287631,4417)$LELVL04M,4755,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287660,4723)$EG11G04M,4756,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(287677,11961)$RQXSI04E,4757,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287690,447)$LCS12W03,4758,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287696,2342)$RMZSI04,4759,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287700,43046)$LGZAA04M,4760,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287702,2979)$GL4W04M,4761,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287703,405)$RNI04M,4762,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287704,8672)$KSLN04M,4763,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287722,420)$BKED1204,4764,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287736,3915)$PMXX04M,4765,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287749,41954)$LGZAA04M,4766,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287767,4133)$RASI04M,4767,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287785,10627)$KFZ4404M,4768,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287796,2638)$GL4W04M,4769,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287799,1792)$KFZ4404M,4770,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287817,5390)$LGKFN04,4771,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287819,1092)$PMXX04M,4772,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287821,4825)$RMZU04E,4773,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287828,7217)$YB3EH04E,4774,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287829,475)$KFZ4404M,4775,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287849,5421)$EBBRA04E,4776,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287855,905)$RNS04M,4777,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287882,6993)$LGIRA04,4778,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287887,835)$KFUL1U04,4779,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287891,6773)$RJIU04M,4780,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287895,5757)$PMXX04M,4781,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287899,6304)$KFZ4404M,4782,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287902,672)$EG11G04M,4783,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287904,4800)$LGKFN04,4784,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287908,10846)$YB3EH04A,4785,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287918,4058)$LEMDAT04,4786,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287924,7518)$RNI04M,4787,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287934,183)$YB3EH04M,4788,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287937,11527)$RJIU04M,4789,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287944,12136)$KFZ4404M,4790,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287946,10057)$GL4W04M,4791,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287954,2125)$KFZ4404M,4792,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287971,6433)$MM204,4793,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287980,11002)$RQXSI04E,4794,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287993,7089)$KSPE104D,4795,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288004,4916)$KWUR1C04,4796,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288008,6415)$RMZU04,4797,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288023,6140)$RVKWS04,4798,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288046,954)$MM304,4799,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288059,1909)$KFZ4404M,4800,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288078,3444)$EBBRA04E,4801,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(288079,9260)$MRAEE04,4802,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288089,8223)$RVKWU04M,4803,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288101,3360)$KSPE104D,4804,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288104,4353)$KSPE104D,4805,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288107,975)$KWUR404E,4806,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288113,136)$EG11G04M,4807,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288115,1972)$GL34W04,4808,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288139,4296)$KFZ4404M,4809,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288145,2933)$YB3EH04E,4810,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288154,1244)$PMXX04M,4811,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288160,8919)$LFMDA04A,4812,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288162,180)$YB3EH04M,4813,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288163,5230)$LEBAS04M,4814,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288187,5277)$EBBRA04E,4815,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288191,781)$KSPE1P04,4816,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288221,11822)$RQXSI04E,4817,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288224,6825)$RNS04M,4818,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288227,2406)$LCS12W03,4819,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288242,6860)$PMXX04M,4820,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288247,7302)$LELVL04M,4821,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288250,129)$YB3EH04E,4822,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288252,8711)$YB3EH04A,4823,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288253,7003)$RNI04M,4824,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288256,6180)$LELVU04,4825,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288261,2281)$KFZ4404M,4826,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288279,3263)$YB3EH04E,4827,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288284,4031)$KSPE104D,4828,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288292,15069)$KFZ4404M,4829,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288302,10565)$RJIU04M,4830,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288339,6232)$KFZ4404M,4831,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288341,3540)$KWUR1C04,4832,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288353,1449)$LELVL04M,4833,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288361,5729)$PMXX04M,4834,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288366,1668)$GL4W04M,4835,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288377,5136)$RVKWU04M,4836,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288381,5580)$EG11G04M,4837,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288401,4347)$EGNOR04M,4838,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(288402,4169)$LELVU04,4839,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288404,10656)$YB3EH04E,4840,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288405,3675)$PMXX04M,4841,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288411,5751)$EBBRA04E,4842,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288421,11391)$YB3EH04E,4843,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288428,5827)$RVKWU04M,4844,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288445,12736)$KFZ4404M,4845,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288468,1632)$EBBRA04E,4846,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288483,5919)$LGRPA04M,4847,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288498,2704)$KFZ4404M,4848,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288501,6798)$LELVU04,4849,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288508,2489)$GL4W04M,4850,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288513,7740)$RQXU04E,4851,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288519,657)$YB5WH04M,4852,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288522,1792)$YB3EH04E,4853,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288529,11563)$RJIU04M,4854,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288555,6627)$KFZ4404M,4855,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288568,987)$RQXSI04E,4856,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288588,2964)$YBOLN04M,4857,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288599,1860)$RMZU04E,4858,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288601,5974)$LGKFN04,4859,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288623,6677)$KFZ4404M,4860,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288631,11241)$YB3EH04E,4861,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288647,3180)$LEMDAT04,4862,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288692,8520)$YB3EH04E,4863,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288693,8835)$RJIU04M,4864,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288694,545)$KCHI104M,4865,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288696,11383)$RJIU04M,4866,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288702,3263)$RMZSI04,4867,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288713,1213)$EBBRA04E,4868,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288720,7311)$EBEEC04M,4869,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288723,6632)$RMZU04,4870,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288725,3366)$LEMDAT04,4871,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288728,3051)$EBEEC04M,4872,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288756,9060)$YB3EH04A,4873,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288765,11355)$RQXSI04E,4874,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288768,4789)$RMZU04E,4875,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288792,4982)$YB5WH04M,4876,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288800,7912)$KFZ4404M,4877,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288838,1082)$BR204M,4878,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288846,210)$YB3EH04M,4879,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288849,4067)$LGRPA04M,4880,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288859,4526)$KSLN04A,4881,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288879,5785)$RASI04M,4882,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288911,2281)$KSPE104D,4883,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288914,11864)$MRAE04,4884,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288915,11865)$MRAE04,4885,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288918,6605)$RQXSI04E,4886,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288927,11102)$KFZ4404M,4887,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288930,2268)$KFZ4404M,4888,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288940,1843)$EG11G04M,4889,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288941,12135)$RQXSI04E,4890,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288954,3960)$KSPE1P04,4891,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288966,6522)$LCES004M,4892,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288970,2245)$YB5WH04M,4893,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288982,3072)$YB3EH04E,4894,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288987,5508)$KFZ4404M,4895,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288989,40118)$LGSRA04,4896,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288992,9894)$RJIU04M,4897,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288999,2688)$BKED1204,4898,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289007,4249)$RQXU04E,4899,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289013,12421)$MRAE04,4900,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289024,5212)$YB3EH04E,4901,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289028,12194)$KFZ4404M,4902,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289045,5280)$RVKWS04,4903,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289049,3120)$BR204M,4904,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289076,10284)$LGZAA04M,4905,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289099,2299)$LGAVA04,4906,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289110,1916)$KWUR404E,4907,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289131,3534)$KFZ4404M,4908,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289136,4953)$RJIU04M,4909,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289158,5824)$RVKWU04M,4910,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289160,788)$ZM56704,4911,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289164,8694)$RJIU04M,4912,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289170,6471)$LELVL104,4913,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289171,2941)$EG11G04M,4914,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289172,3586)$LEMDAT04,4915,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289175,3092)$KFZ4404M,4916,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289192,11494)$MRAE04,4917,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289194,41643)$LGZAA04M,4918,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289201,1861)$RNI04M,4919,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289215,4613)$KFZ4404M,4920,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_t_x(289224,1645)$LCES004M,4921,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289232,8125)$RJIU04M,4922,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289238,3419)$EGNOR04M,4923,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289240,4092)$EG11G04M,4924,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289241,3383)$LELVL104,4925,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289249,13591)$KFZ4404M,4926,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289276,778)$RNS04M,4927,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289277,11000)$YB3EH04E,4928,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289280,3262)$LFMDA04A,4929,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289283,2140)$LEMDAT04,4930,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289288,10244)$GL4W04M,4931,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289297,3017)$RASI04M,4932,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289309,4104)$KSLN04M,4933,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289314,9839)$YB3EH04E,4934,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289315,2708)$GL4W04M,4935,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289318,8541)$RJIU04M,4936,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289328,1530)$KCHI104M,4937,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289330,3007)$KSAL1204,4938,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289347,6785)$MRAE04,4939,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289354,8428)$RJIU04M,4940,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289361,623)$EBBRA04E,4941,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289367,3348)$RQXSI04E,4942,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289376,1899)$LGRPA04M,4943,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(289392,1312)$CPRFBR04,4944,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289397,3780)$LGKFN04,4945,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(289403,100)$RQXU04E,4946,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289405,2548)$KSLN04M,4947,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289436,374)$KSLN2C04,4948,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289440,9407)$MRAE04,4949,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289455,11310)$LELVU04,4950,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289457,7572)$RJIU04M,4951,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289463,1032)$RASI04M,4952,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289464,6000)$RVKWS04,4953,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289472,42099)$LGZAA04M,4954,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289490,2756)$BR204M,4955,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289499,6350)$EGNOR04M,4956,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289502,6720)$EG11G04M,4957,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289514,10868)$LELVL104,4958,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289519,6001)$RMZU04E,4959,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(289531,1501)$KSPE104D,4960,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289533,8396)$EG11G04M,4961,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289563,8925)$RJIU04M,4962,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289566,7740)$LGKFN04,4963,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289584,3359)$KFZ4404M,4964,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289587,6468)$PMXX04M,4965,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289595,352)$YBOLN04M,4966,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289605,1515)$LCES004M,4967,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289613,2654)$KSLN04A,4968,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289618,4910)$YB3EH04E,4969,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289649,7670)$YB3EH04E,4970,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289655,4881)$RJIU04M,4971,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289665,6095)$KSPE104D,4972,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289673,11084)$MRAE04,4973,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289675,2560)$KSPE1P04,4974,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289683,4512)$ZM56704,4975,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289684,17728)$EDGG704,4976,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(289689,109)$KSLN2C04,4977,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289705,1380)$YB3EH04E,4978,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289716,4571)$LGKFN04,4979,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289752,8035)$BKED1204,4980,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289758,8454)$LELVL04M,4981,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289759,18122)$EDGG704,4982,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289768,2370)$RJIU04M,4983,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289782,572)$KCHI104M,4984,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289783,3955)$KSAL1204,4985,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289805,12083)$YB3EH04E,4986,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289828,13174)$MRAE04,4987,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289832,5597)$KSPE104D,4988,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289843,8616)$MRAE04,4989,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289862,2831)$BKED1204,4990,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289863,11915)$MRAE04,4991,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289866,2012)$RVKWS04,4992,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289868,10576)$LCES004,4993,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289872,10785)$KFZ4404M,4994,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289894,7420)$LCES004,4995,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289907,609)$MM304,4996,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289911,7474)$EBEEC04M,4997,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289913,6420)$EGNOR04M,4998,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(289932,621)$BR204M,4999,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289945,7802)$LGKFN04,5000,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289950,266)$YB5WH04M,5001,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289961,4168)$KSPE104D,5002,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289972,7816)$YB3EH04E,5003,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289978,7901)$RJIU04M,5004,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289980,4194)$KSPE104D,5005,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289989,15092)$EDGG704,5006,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289999,2977)$PMXX04M,5007,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290009,6249)$RNS04M,5008,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(290012,1103)$RJIU04M,5009,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290015,2937)$BR204M,5010,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290019,3824)$KWUR1C04,5011,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290022,9180)$RQXU04E,5012,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290037,7623)$EGPFA04,5013,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290041,5772)$KFZ4404M,5014,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290047,2347)$RASI04M,5015,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290055,9798)$YB3EH04E,5016,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290061,16320)$EDGG704,5017,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290063,7539)$RASI04M,5018,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290076,9138)$RJIU04M,5019,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290082,7212)$RNI04M,5020,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290090,16146)$EDGG704,5021,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290093,45199)$LGZAA04M,5022,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290110,4465)$KFZ4404M,5023,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290112,1964)$YB3EH04E,5024,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290116,17945)$EDGG704,5025,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290137,1983)$YD5WH04M,5026,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290158,6047)$PMXX04M,5027,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290166,5440)$RNS04M,5028,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290174,780)$LGKFN04,5029,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290208,864)$LGRPA04M,5030,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290215,11384)$RJIU04M,5031,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290219,9717)$MRAE04,5032,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290247,10380)$YB3EH04E,5033,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290258,1349)$RQXU04E,5034,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290261,4134)$MM204,5035,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290272,2761)$LEMDAT04,5036,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290283,1722)$LGAVA04,5037,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290302,2191)$YB3EH04E,5038,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290315,60)$MM304,5039,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290335,9592)$LELVU04,5040,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290342,5559)$RJIU04M,5041,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290343,4950)$RJIU04M,5042,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290352,1170)$KSPE104D,5043,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290362,12490)$LGKFN04,5044,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290367,5985)$MRAE04,5045,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290378,987)$YD5WH04M,5046,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290395,4952)$PMXX04M,5047,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290396,9374)$BR404M,5048,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290406,10741)$LELVU04,5049,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290407,7418)$LFMDA04A,5050,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290428,11150)$YB3EH04A,5051,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290429,2111)$BKED1204,5052,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290433,1955)$YD5WH04M,5053,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290436,13522)$KFZ4404M,5054,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290447,3246)$LEBAS04M,5055,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290454,1998)$RNS04M,5056,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290455,4154)$RNS04M,5057,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290468,420)$LEBAS04M,5058,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290480,5364)$RJIU04M,5059,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290491,5163)$RNS04M,5060,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290499,3219)$YD5WH04M,5061,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290501,119)$LGKFN04,5062,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290513,2037)$LELVL04M,5063,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290517,8433)$LELVU04,5064,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(290527,15926)$MGY04,5065,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290528,11805)$YB3EH04E,5066,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290535,361)$YBOLN04M,5067,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290539,1830)$LGRPA04M,5068,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290550,11254)$MRAE04,5069,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290553,2551)$LEMDAT04,5070,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290555,658)$KFZ4404M,5071,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290566,11852)$MRAE04,5072,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290567,3034)$YB3EH04E,5073,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290568,6063)$LELVU04,5074,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290573,5191)$EBBRA04E,5075,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290574,9132)$RJIU04M,5076,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290578,7433)$RNI04M,5077,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290583,1243)$YD5WH04M,5078,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290584,2862)$LELVL104,5079,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290624,6898)$LEBAS04A,5080,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290633,3622)$RJIU04M,5081,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290635,11341)$RQXSI04E,5082,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290646,1270)$KCHI104M,5083,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290650,6464)$GL4W04M,5084,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290661,729)$LCS12W03,5085,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290666,9694)$MRAE04,5086,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290667,1908)$GL34W04,5087,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290676,807)$RFBRT04M,5088,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290680,22976)$LGSRA04,5089,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290681,8779)$YB3EH04E,5090,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290696,4430)$RNS04M,5091,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290702,5600)$EBBRA04E,5092,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290712,836)$KCHI104M,5093,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290738,5977)$EG11G04M,5094,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290752,12979)$LGKFN04,5095,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290760,11448)$YB3EH04A,5096,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290761,1243)$YD5WH04M,5097,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290766,4404)$KFZ4404M,5098,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290776,7383)$RJIU04M,5099,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290803,1899)$KHVL104E,5100,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290808,11677)$RMZU04,5101,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290819,1849)$GL34W04,5102,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290832,505)$BR204M,5103,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290849,3087)$BKED1204,5104,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290858,7628)$RNS04M,5105,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290866,1811)$YBOLN04M,5106,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290867,12109)$YB3EH04A,5107,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290871,10082)$KFZ4404M,5108,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290883,2479)$YD5WH04M,5109,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290892,3269)$YB5WH04M,5110,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290904,6418)$RASI04M,5111,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290924,2639)$BR204M,5112,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290928,37158)$LGSRA04,5113,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(290939,7353)$MM204,5114,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290967,4973)$RJIU04M,5115,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290985,2033)$KSPE104D,5116,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290996,4335)$GL4W04M,5117,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291002,3512)$FUJ04M,5118,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291007,10787)$YB3EH04A,5119,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291009,10980)$RQXSI04E,5120,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291013,1497)$BR404M,5121,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291014,10860)$LCES004M,5122,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291018,13534)$MGY04,5123,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291019,7831)$LELVL04M,5124,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291024,11005)$RQXSI04E,5125,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291027,11819)$YB3EH04E,5126,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291031,5245)$EG11G04M,5127,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291038,16149)$EDGG704,5128,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291040,1349)$YD5WH04M,5129,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291046,1551)$MM204,5130,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291048,2842)$LEMDAT04,5131,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291052,1833)$RNS04M,5132,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291060,851)$RJIU04M,5133,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291078,2040)$YB5KL04E,5134,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291082,7786)$LFMDA04A,5135,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291096,1627)$KCHI104M,5136,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291100,10660)$RQXSI04E,5137,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291104,14224)$LCES004,5138,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291114,4798)$MM304,5139,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291115,1087)$EBBRA04E,5140,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291117,3620)$KSPE104D,5141,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291127,500)$PMXX04M,5142,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291128,8011)$KFZ4404M,5143,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291159,9804)$KFZ4404M,5144,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291164,1860)$RQXSI04E,5145,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291171,6808)$YB3EH04A,5146,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291178,7505)$EBBRA04E,5147,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291187,2303)$KWUR404E,5148,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291189,3976)$RVKWU04M,5149,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291193,11852)$YB3EH04E,5150,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291204,3839)$KSLN04M,5151,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291206,10065)$RQXU04E,5152,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291212,1920)$RVKWS04,5153,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291218,11109)$RQXSI04E,5154,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291223,2140)$EGPFA04,5155,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291224,7289)$LEMDAT04,5156,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291226,2149)$RQXSI04E,5157,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291238,2185)$YH5MH04M,5158,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291241,840)$GL4W04M,5159,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291257,15846)$EDGG704,5160,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291264,4885)$PMXX04M,5161,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291267,4311)$RNS04M,5162,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291287,9107)$LELVL04M,5163,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291292,307)$EBEEC04M,5164,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291296,5755)$KSLN04M,5165,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291299,6848)$KSPE104D,5166,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291305,15168)$EDGG704,5167,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291309,2267)$MT4AT04E,5168,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291312,23697)$LGSRA04,5169,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291314,5709)$LELVL04M,5170,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291317,6140)$RNS04M,5171,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291320,280)$BR204M,5172,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291323,6886)$YB3EH04E,5173,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291326,6844)$YB3EH04A,5174,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291337,1727)$EGNOR04M,5175,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291341,11933)$KFZ4404M,5176,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291353,9598)$RQXSI04E,5177,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291359,518)$KCHI104M,5178,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291367,4020)$EG11G04M,5179,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291377,5669)$EG11G04M,5180,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291407,724)$KCHI104M,5181,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291417,6148)$RMZU04E,5182,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291420,3672)$LELVL104,5183,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291444,1462)$KSAL1204,5184,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291447,5700)$KSPE104D,5185,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291455,5426)$YBOLN04M,5186,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291464,3654)$KFZ4404M,5187,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291470,289)$YB3EH04E,5188,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291480,2441)$KSLN04M,5189,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291484,4788)$RNS04M,5190,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291491,4388)$ZM56704,5191,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291494,1690)$YH5MH04M,5192,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291499,4080)$LELVL04M,5193,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291514,3379)$YB3EH04E,5194,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291515,2376)$KSLN04M,5195,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291519,8341)$MRAEE04,5196,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291521,4666)$LELVL04M,5197,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291523,1680)$PMXX04M,5198,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291528,6835)$YB3EH04E,5199,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291534,1707)$FUJ04M,5200,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291538,2730)$KSPE1P04,5201,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291539,3324)$KSLN04M,5202,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291547,3406)$KSLN04A,5203,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291554,1136)$YH5MH04M,5204,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291559,2004)$RFBRT04M,5205,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291566,4022)$KFZ4404M,5206,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291571,10562)$KFZ4404M,5207,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291572,11207)$YB3EH04A,5208,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291575,5346)$YB3EH04M,5209,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291577,4341)$EGNOR04M,5210,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291579,9786)$RJIU04M,5211,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291594,5782)$EG11G04M,5212,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291603,1476)$EG11G04M,5213,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291612,1412)$KFZ4404E,5214,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291615,5874)$YB3EH04E,5215,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291639,278)$YB3EH04A,5216,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291640,3907)$BKED1204,5217,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291649,2804)$RVKWS04,5218,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291652,2521)$LEBAS04M,5219,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291656,3076)$YH5MH04M,5220,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291660,9142)$EG11G04M,5221,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291679,5382)$RNS04M,5222,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291695,13800)$YB3EH04E,5223,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291697,3896)$GL4W04M,5224,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291719,179)$EG11G04M,5225,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291724,4923)$KSLN04M,5226,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291727,717)$EBEEC04M,5227,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291739,2414)$KSLN04A,5228,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291761,1509)$RNS04M,5229,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291796,2198)$YH5MH04M,5230,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291798,6329)$RMZU04,5231,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291812,12071)$RQXSI04E,5232,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291819,2880)$EGNOR04M,5233,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291826,2518)$GL4W04M,5234,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291836,7086)$RMZU04E,5235,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291843,10183)$RJIU04M,5236,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291845,760)$CPRFBR04,5237,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291847,6702)$YB5WH04M,5238,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291859,216)$EHAMA04,5239,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291874,6457)$MM304,5240,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291887,2801)$YD5WH04M,5241,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291891,7905)$LGKFN04,5242,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291906,4600)$EGNOR04M,5243,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291917,3811)$RJIU04M,5244,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291918,20278)$LGZAA04M,5245,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291951,3600)$RMZU04E,5246,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291957,11361)$RQXSI04E,5247,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291959,2614)$RJIU04M,5248,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291968,7140)$EG11G04M,5249,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291971,3420)$KSLN04A,5250,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291994,10658)$YB3EH04E,5251,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291995,8204)$RQXU04E,5252,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292003,7058)$GL4W04M,5253,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292006,1380)$RVKWS04,5254,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292026,7940)$LELVL04M,5255,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292032,480)$EGNOR04M,5256,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292050,10767)$LELVU04,5257,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292051,2141)$GL4W04M,5258,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292068,6871)$YB3EH04A,5259,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292069,7756)$EG11G04M,5260,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292088,3090)$LEBAS04M,5261,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292091,2753)$LOVN1504,5262,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292092,3011)$KSLN04M,5263,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292094,7466)$LELVL04M,5264,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292099,4381)$EGNOR04M,5265,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292100,2657)$PMXX04M,5266,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292105,4628)$KSLN04M,5267,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292107,11197)$RQXSI04E,5268,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292111,4243)$LGKFN04,5269,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292112,1320)$LOW304M,5270,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292120,7013)$YB3EH04E,5271,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292130,8157)$YB3EH04A,5272,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292152,1787)$BR404M,5273,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292153,11129)$YD5WH04M,5274,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292178,5117)$EGNOR04M,5275,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292186,23775)$LGSRA04,5276,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292187,2280)$KSPE104D,5277,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292188,13680)$KFZ4404M,5278,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292189,5640)$YB3EH04E,5279,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292197,1899)$KSLN04M,5280,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292211,5056)$LGRPA04M,5281,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292214,10734)$RQXU04E,5282,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292217,3160)$BR204M,5283,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292231,6452)$EG11G04M,5284,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292232,2172)$LGAVA04,5285,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292233,2757)$KFUL1U04,5286,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292245,9615)$RJIU04M,5287,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292251,5321)$YB3EH04A,5288,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292255,1536)$KFUL1U04,5289,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292257,10737)$LELVL04M,5290,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292258,1867)$KFZ4404M,5291,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292264,5630)$KSLN04M,5292,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292265,13054)$LELVU04,5293,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292270,6521)$YBOLN04M,5294,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292278,8209)$LELVL04M,5295,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292286,780)$RVKWS04,5296,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292287,1698)$KSPE104D,5297,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292297,6822)$RJIU04M,5298,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292327,7890)$YB3EH04A,5299,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292330,1738)$KSPE1P04,5300,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292354,5236)$RMZU04,5301,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292365,909)$KCHI104M,5302,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292366,1605)$GL4W04M,5303,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292383,14897)$EDGG704,5304,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292388,7380)$RQXU04E,5305,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292405,7477)$RQXU04E,5306,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292408,2032)$BKED1204,5307,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292413,1920)$LOW304M,5308,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292417,21175)$LCES004,5309,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292423,13139)$EDGG704,5310,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292436,4576)$EG11G04M,5311,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292439,1511)$EBEEC04M,5312,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292442,5820)$RQXU04E,5313,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292446,2187)$BR204M,5314,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292451,11356)$YB3EH04E,5315,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292453,7978)$KFZ4404M,5316,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292457,3881)$MM304,5317,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292466,1058)$LGZAA04M,5318,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292483,5948)$RVKWU04M,5319,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292487,5004)$KSLN04M,5320,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292494,7749)$LELVL04M,5321,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292500,4004)$YB3EH04A,5322,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292507,11245)$LGSRA04,5323,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292515,7948)$LELVU04,5324,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292533,6257)$RNI04M,5325,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292534,4500)$YB3EH04A,5326,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292544,3780)$EG11G04M,5327,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292550,8467)$RJIU04M,5328,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292565,790)$KFZ4404E,5329,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292569,6237)$RJIU04M,5330,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292574,298)$YB3EH04M,5331,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292587,2401)$ZM56704,5332,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292613,3513)$EBEEC04M,5333,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292614,776)$KFUL1U04,5334,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292627,5460)$KSPE104D,5335,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292629,6490)$LCES004M,5336,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292635,1061)$GL4W04M,5337,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292653,2559)$EBBRA04E,5338,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292656,593)$KALP2C04,5339,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292666,41605)$LGSRA04,5340,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292667,1740)$KSPE104D,5341,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292670,7560)$RQXU04E,5342,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292672,7560)$RQXU04E,5343,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292676,198)$RFBRT04M,5344,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292683,12360)$YB3EH04E,5345,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292688,2332)$BR404M,5346,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292693,13025)$KFZ4404M,5347,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292700,1298)$GL4W04M,5348,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292710,511)$KSPE1P04,5349,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292713,7577)$RASI04M,5350,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292714,10097)$YD5WH04M,5351,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292716,2555)$KSLN04M,5352,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292734,8476)$KSAL1204,5353,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292735,1387)$GL4W04M,5354,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292738,1681)$KFZ4404M,5355,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292739,5197)$LEBAS04M,5356,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292748,1899)$GL4W04M,5357,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292753,5460)$YB5WH04M,5358,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292762,2043)$BKED1204,5359,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292778,2205)$YB3EH04A,5360,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292783,8760)$YB3EH04A,5361,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292791,5021)$EGPFA04,5362,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292796,13619)$LCES004,5363,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292801,6348)$PMXX04M,5364,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292803,11389)$KSLN04A,5365,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292805,1472)$RVKWS04,5366,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292808,12859)$LELVU04,5367,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292823,1600)$KCHI104M,5368,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292825,1535)$RJIU04M,5369,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292837,5573)$KFZ4404M,5370,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292859,3835)$EBEEC04M,5371,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292872,2580)$KSAL1204,5372,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292875,8218)$LELVL04M,5373,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292876,8353)$EDGG704,5374,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292901,2096)$EBEEC04M,5375,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292908,4653)$EG11G04M,5376,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292911,7581)$YB3EH04A,5377,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292917,4970)$LELVL04M,5378,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292933,5712)$YBOLN04M,5379,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292934,6460)$MM304,5380,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292935,4945)$KSLN04M,5381,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292940,11998)$EDGG704,5382,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292941,779)$KSPE104D,5383,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292946,5040)$YB3EH04E,5384,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292947,12601)$KFZ4404M,5385,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292967,5113)$RNS04M,5386,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292968,1938)$RVKWS04,5387,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292969,5519)$MM304,5388,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292977,1828)$KFZ4404M,5389,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292989,10975)$YB3EH04E,5390,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292991,2201)$YD5WH04M,5391,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292992,7530)$EG11G04M,5392,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292993,4503)$KSLN04M,5393,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293006,1101)$KSPE1P04,5394,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293009,11057)$YD5WH04M,5395,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293021,1411)$CPGSE04,5396,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293036,4289)$MM304,5397,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293045,5632)$RQXU04E,5398,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293048,13290)$RJIU04M,5399,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293049,4737)$LELVU04,5400,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293050,10140)$RQXU04E,5401,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293070,4384)$RNS04M,5402,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293071,2967)$RASI04M,5403,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293072,6360)$EGNOR04M,5404,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293074,7080)$RQXU04E,5405,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293090,10207)$YB3EH04A,5406,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293092,2516)$RASI04M,5407,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_t_x(293096,6147)$RQXU04E,5408,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293116,6137)$LELVL04M,5409,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293126,6127)$EGPFA04,5410,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293132,7494)$RASI04M,5411,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293139,1440)$RNS04M,5412,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293142,2345)$MM204,5413,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293146,4560)$KSPE104D,5414,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293150,9631)$YB3EH04A,5415,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293156,8039)$LELVL04M,5416,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293166,6166)$MM304,5417,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293168,15898)$LELVL04M,5418,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293177,7052)$EG11G04M,5419,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293178,516)$LEBAS04M,5420,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293188,6556)$RJIU04M,5421,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293191,3668)$RASI04M,5422,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293196,179)$KSPE104D,5423,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293200,1527)$RJIU04M,5424,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293206,5954)$LEBAS04M,5425,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293207,13778)$KFZ4404M,5426,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293229,8925)$KFZ4404M,5427,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293240,13904)$KFZ4404M,5428,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293241,11685)$YB3EH04A,5429,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293250,16183)$LELVL04M,5430,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293252,6821)$RNI04M,5431,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293268,12248)$RMZU04,5432,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293271,420)$KALP2C04,5433,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293300,7357)$KFZ4404M,5434,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293305,13774)$MRAE04,5435,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293326,2241)$RNI04M,5436,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293340,820)$EG11G04M,5437,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293354,10367)$YB3EH04E,5438,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293362,12482)$RJIU04M,5439,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293371,9962)$RJIU04M,5440,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293377,7007)$RASI04M,5441,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293382,3474)$YB3EH04E,5442,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293416,5880)$EGNOR04M,5443,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293430,7500)$RQXU04E,5444,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293444,10439)$YB3EH04E,5445,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293445,12118)$RJIU04M,5446,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293451,5667)$MM304,5447,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293452,6646)$RASI04M,5448,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293468,10034)$RJIU04M,5449,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293473,11748)$KSLN04A,5450,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293491,1333)$RVKWS04,5451,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293498,2492)$PMXX04M,5452,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293502,7771)$EG11G04M,5453,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293511,7698)$RVKWU04M,5454,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293520,972)$RFBRT04M,5455,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293521,11717)$RJIU04M,5456,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293522,11832)$PMXX04M,5457,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293524,7860)$RVKWU04M,5458,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293530,11049)$RJIU04M,5459,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293531,1445)$GL4W04M,5460,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293533,1359)$RFBRT04M,5461,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293534,9512)$RJIU04M,5462,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293537,5996)$KFZ4404M,5463,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293539,3883)$RVKWU04M,5464,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293540,5756)$KFZ4404M,5465,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293544,1568)$RQXSI04E,5466,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293545,9487)$LELVL04M,5467,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293549,6660)$RQXU04E,5468,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293552,7198)$KSAL1204,5469,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293560,6840)$RVKWU04M,5470,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293561,6840)$RVKWU04M,5471,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293565,9302)$RJIU04M,5472,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293566,4123)$RNI04M,5473,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293567,11494)$YB3EH04A,5474,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293569,2568)$RJIU04M,5475,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293570,9764)$YB3EH04E,5476,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293571,3838)$RQXU04E,5477,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293576,10509)$LELVL04M,5478,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293580,7779)$RQXU04E,5479,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293585,12060)$YB3EH04A,5480,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293587,6146)$LCES004,5481,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293601,420)$YB5KL04E,5482,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293621,10154)$YB3EH04A,5483,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293622,7338)$KFZ4404M,5484,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293626,4922)$LELVL04M,5485,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293640,3408)$YB3EH04E,5486,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293647,11641)$LELVU04,5487,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293650,4093)$EGPFA04,5488,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293657,6480)$EG11G04M,5489,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293680,7350)$LELVL104,5490,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293687,7800)$RQXU04E,5491,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293693,6725)$YB3EH04A,5492,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293695,353)$BR404M,5493,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293710,14099)$EDGG704,5494,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293718,4721)$EGPFA04,5495,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293737,2790)$LEBAS04A,5496,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293757,7202)$KFZ4404M,5497,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293780,7166)$KSPE104D,5498,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293790,2700)$KSPE104D,5499,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293802,5513)$EGPFA04,5500,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293804,2516)$KSAL1204,5501,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293814,2061)$EBEEC04M,5502,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293817,1560)$YD5WH04M,5503,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293821,5766)$KFUL1U04,5504,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293834,10053)$LELVU04,5505,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293857,17288)$LGSRA04,5506,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293858,1361)$LELVL04M,5507,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293869,6545)$GL4W04M,5508,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293879,3815)$RASI04M,5509,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293880,4980)$RQXU04E,5510,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293881,5062)$EGNOR04M,5511,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293884,5738)$EGNOR04M,5512,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293889,9790)$RJIU04M,5513,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293892,6891)$EGPFA04,5514,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293894,3196)$RASI04M,5515,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293898,2524)$RJIU04M,5516,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293901,5460)$RQXU04E,5517,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293909,3114)$EBEEC04M,5518,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293924,8409)$LELVL04M,5519,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293927,9466)$YB3EH04E,5520,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293929,6780)$RVKWU04M,5521,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293957,12089)$RJIU04M,5522,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293959,4788)$KFZ4404M,5523,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293962,5340)$EGNOR04M,5524,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293964,1697)$RMZU04E,5525,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293965,1525)$RNS04M,5526,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293986,10622)$KFZ4404M,5527,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294001,10725)$LELVU04,5528,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294004,10379)$YB3EH04E,5529,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294005,9585)$RJIU04M,5530,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294010,4511)$LEMDAT04,5531,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294023,6240)$LELVL04M,5532,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294025,5820)$RQXU04E,5533,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294030,600)$RNS04M,5534,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294045,6636)$LCES004M,5535,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294047,4393)$LELVL04M,5536,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294048,1380)$RMZU04E,5537,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294049,5911)$RVKWU04M,5538,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294056,2355)$LGAVA04,5539,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294065,5149)$RASI04M,5540,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294068,7150)$RVKWU04M,5541,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294089,2472)$LEMDAT04,5542,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294097,4147)$LELVU04,5543,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294101,51786)$LGZAA04M,5544,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294107,6937)$EGNOR04M,5545,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294111,2040)$LELVU04,5546,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294112,5769)$EG11G04M,5547,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294119,643)$LCS12W03,5548,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294120,5580)$RQXU04E,5549,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294121,3332)$RNS04M,5550,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294125,10140)$RQXU04E,5551,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294126,9180)$RQXU04E,5552,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294133,4469)$RJIU04M,5553,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294135,5036)$LELVL04M,5554,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294148,5428)$LELVL04M,5555,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294156,10708)$KSLN04M,5556,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294158,6202)$YB3EH04A,5557,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294164,2264)$BR404M,5558,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294193,5279)$LGKFN04,5559,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294200,2040)$RQXSI04E,5560,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294211,2580)$EG11G04M,5561,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294231,12822)$RJIU04M,5562,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294274,4750)$RASI04M,5563,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294276,10500)$RQXSI04E,5564,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294284,14292)$MGY04,5565,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294288,480)$LEBAS04A,5566,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294303,5520)$EG11G04M,5567,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294327,8520)$RJIU04M,5568,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294362,5032)$EGNOR04M,5569,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294364,15709)$LGKFN04,5570,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294365,721)$RNI04M,5571,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294370,3418)$KSPE104D,5572,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294377,2520)$LCES004M,5573,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294406,4440)$RQXSI04E,5574,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294418,3111)$BR404M,5575,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294421,6232)$RVKWU04M,5576,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294433,4387)$RVKWU04M,5577,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294442,2510)$LOVN1504,5578,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294448,9811)$LELVU04,5579,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294449,2157)$BR404M,5580,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294460,5370)$PMXX04M,5581,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294462,4709)$KSPE104D,5582,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294473,3046)$RJIU04M,5583,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294490,6648)$RNS04M,5584,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294496,894)$EHAMA04,5585,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294500,3010)$RASI04M,5586,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294501,1665)$EBEEC04M,5587,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294503,5847)$RNS04M,5588,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294518,6992)$EG11G04M,5589,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294523,748)$EBEEC04M,5590,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294530,6000)$RVKWU04M,5591,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294531,10288)$RJIU04M,5592,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294541,10164)$RJIU04M,5593,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294546,758)$LOVN1504,5594,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294548,11789)$MRAE04,5595,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294552,6033)$EGNOR04M,5596,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294553,3880)$LGAVA04,5597,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294556,6310)$RJIU04M,5598,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294560,3203)$EG11G04M,5599,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294571,3577)$YB3EH04A,5600,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294580,10596)$MRAE04,5601,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294594,3301)$KSAL1204,5602,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294595,5466)$LOW304M,5603,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294601,12523)$RMZU04,5604,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294603,9079)$YB3EH04A,5605,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294610,3780)$RQXU04E,5606,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294611,3254)$EGNOR04M,5607,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294613,3585)$LELVL04M,5608,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294615,638)$LELVL04M,5609,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294633,6882)$KFZ4404M,5610,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294637,5890)$LELVL04M,5611,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294642,6720)$YB3EH04A,5612,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294654,7640)$LELVL04M,5613,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294656,201)$BR404M,5614,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294670,2940)$RQXU04E,5615,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294672,2220)$RQXSI04E,5616,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294674,1260)$EBEEC04M,5617,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294685,3929)$LELVU04,5618,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294686,1666)$YB3EH04E,5619,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294690,5593)$RVKWU04M,5620,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294696,4806)$RASI04M,5621,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294701,3225)$KSAL1204,5622,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294706,2131)$MM304,5623,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294715,7076)$YB3EH04A,5624,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294725,7570)$LELVU04,5625,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294727,11507)$YB3EH04A,5626,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294736,10200)$RQXSI04E,5627,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294740,1200)$YB3EH04E,5628,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294749,4147)$EGNOR04M,5629,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294750,4539)$MM304,5630,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294752,2869)$YB3EH04E,5631,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294756,5399)$RJIU04M,5632,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294770,2675)$YB3EH04E,5633,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294773,2694)$YBOLN04M,5634,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294779,5753)$RNS04M,5635,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294782,438)$EBEEC04M,5636,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294788,6540)$YB3EH04A,5637,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294791,5624)$LELVL04M,5638,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294792,4627)$KSAL1204,5639,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294795,7560)$LCES004M,5640,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294802,2520)$RQXU04E,5641,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294807,5270)$LCES004M,5642,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294815,4531)$RMZU04,5643,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294816,12300)$YB3EH04E,5644,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294817,3349)$RASI04M,5645,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294819,5938)$EGPFA04,5646,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294841,1167)$CPGSE04,5647,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294845,5961)$KFZ4404M,5648,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294847,3387)$MM304,5649,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294848,2940)$EGNOR04M,5650,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294857,4016)$KWUR404E,5651,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294876,6254)$PMXX04M,5652,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294878,1682)$KSPE104D,5653,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294888,1763)$LEBAS04A,5654,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294899,2297)$PMXX04M,5655,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294900,6420)$RMZU04E,5656,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294908,10969)$YB3EH04E,5657,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294910,3582)$BR204M,5658,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294912,1263)$RNS04M,5659,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294913,1440)$RASI04M,5660,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294926,3360)$RQXU04E,5661,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294938,3008)$BR404M,5662,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294940,5296)$RNS04M,5663,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294944,11285)$YD5WH04M,5664,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294947,7871)$EG11G04M,5665,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294950,5220)$RNS04M,5666,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294985,1555)$KFZ4404M,5667,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294986,7980)$LGKFN04,5668,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294990,3017)$YD5WH04M,5669,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294992,2755)$RQXU04E,5670,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294997,4320)$RMZU04E,5671,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295003,6982)$RVKWU04M,5672,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295004,1995)$RMZU04E,5673,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295005,4318)$KSPE104D,5674,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295018,720)$LEBAS04A,5675,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295023,3376)$KSLN04A,5676,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295025,5944)$KSLN04M,5677,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295034,1237)$RNS04M,5678,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295047,5356)$EGPFA04,5679,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295049,3340)$GL4W04M,5680,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295053,5880)$RQXU04E,5681,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295054,8373)$RVKWU04M,5682,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295063,11197)$YB3EH04E,5683,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295064,10020)$KSAL1204,5684,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295070,10606)$YB3EH04A,5685,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295071,6097)$YB3EH04A,5686,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295077,350)$KFZ4404M,5687,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295082,3535)$KSAL1204,5688,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295083,1799)$EBEEC04M,5689,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295104,1806)$MM304,5690,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295116,7560)$RQXU04E,5691,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295127,11375)$YB3EH04A,5692,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295129,2520)$YB3EH04E,5693,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295131,10980)$YB3EH04E,5694,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295147,900)$KSPE104D,5695,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295152,7064)$YB3EH04A,5696,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295153,10986)$YB3EH04E,5697,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295156,1266)$YB3EH04E,5698,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295157,4449)$LEBAS04M,5699,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295162,780)$RVKWS04,5700,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295168,2725)$BR204M,5701,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295174,3204)$BKED1204,5702,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295180,5169)$RASI04M,5703,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295183,7910)$YB3EH04A,5704,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295205,2552)$EBBRA04E,5705,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295216,1222)$YB3EH04E,5706,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295224,10601)$LELVL04M,5707,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295231,1356)$LOVN1504,5708,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295234,1653)$GL4W04M,5709,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295238,5589)$RJIU04M,5710,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295258,2298)$YD5WH04M,5711,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295273,2640)$EG11G04M,5712,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295274,6579)$RNI04M,5713,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295279,5355)$MAB1204A,5714,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295282,8121)$YB3EH04A,5715,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295283,14586)$MRAE04,5716,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295287,7860)$RQXSI04E,5717,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295288,3132)$KSLN04M,5718,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295292,5244)$YB3EH04A,5719,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295295,3059)$KFUL1U04,5720,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295296,2700)$RQXSI04E,5721,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295297,1620)$LEBAS04M,5722,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295298,1533)$BR204M,5723,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295300,4892)$LFKFA04,5724,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295306,2489)$RJIU04M,5725,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295308,9984)$YB3EH04A,5726,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295310,4245)$GL4W04M,5727,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295319,10188)$EGPFA04,5728,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295328,3660)$RQXSI04E,5729,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295329,12127)$YB3EH04E,5730,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295333,1009)$RMZU04,5731,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295341,3209)$RQXU04E,5732,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295343,4320)$RVKWU04M,5733,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295356,8880)$RQXU04E,5734,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295367,4557)$GL4W04M,5735,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295369,6348)$EGNOR04M,5736,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295371,4132)$RQXSI04E,5737,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295372,4707)$YB3EH04A,5738,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295376,4316)$KFZ4404M,5739,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295381,6475)$YB3EH04A,5740,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295384,13178)$KFZ4404M,5741,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295393,4620)$RQXU04E,5742,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295407,4424)$RJIU04M,5743,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295408,3655)$RMZSI04,5744,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295409,3744)$LGAVA04,5745,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295413,1241)$RFBRT04M,5746,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295416,3900)$EGNOR04M,5747,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295418,6544)$MM304,5748,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295428,7823)$EGPFA04,5749,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295433,1072)$CPGSE04,5750,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295437,7814)$LCES004M,5751,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295446,4361)$RMZU04E,5752,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295447,6222)$YB3EH04M,5753,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295448,1920)$RMZU04E,5754,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295458,4093)$KSLN04A,5755,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295463,534)$KALP2C04,5756,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295473,3044)$LELVU04,5757,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295496,1807)$YD5WH04M,5758,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295497,3487)$PMXX04M,5759,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295499,2940)$YB3EH04A,5760,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295501,2094)$LEBAS04M,5761,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295503,2805)$RVKWU04M,5762,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295508,11460)$MRAE04,5763,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295511,1878)$YD5WH04M,5764,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295514,6147)$YB3EH04A,5765,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295516,3733)$RJIU04M,5766,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295519,5128)$YB3EH04A,5767,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295521,10776)$YB3EH04A,5768,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295522,7080)$PMXX04M,5769,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295528,9141)$RQXSI04E,5770,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295532,8822)$RJIU04M,5771,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295534,12956)$KFZ4404M,5772,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295545,4101)$LEMDAT04,5773,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295546,3812)$EGNOR04M,5774,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295547,8879)$YB3EH04E,5775,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295550,2040)$LELVU04,5776,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295551,3489)$RASI04M,5777,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295558,1140)$RQXU04E,5778,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295562,9840)$RQXSI04E,5779,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295569,9660)$YB3EH04A,5780,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295571,4587)$YB3EH04E,5781,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295579,6846)$EBEEC04M,5782,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295585,3059)$LGIRA04,5783,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295587,12218)$YB3EH04E,5784,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295594,5472)$RNS04M,5785,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295595,9489)$YB3EH04A,5786,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295599,7075)$LEMDAT04,5787,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295608,3128)$EGNOR04M,5788,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295609,2024)$RASI04M,5789,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295628,1086)$CPRFBR04,5790,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295634,10066)$YB3EH04A,5791,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295656,8100)$RQXSI04E,5792,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295667,6654)$RASI04M,5793,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295688,1594)$BKED1204,5794,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295691,2906)$RMZU04,5795,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295700,7680)$RQXSI04E,5796,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295708,1165)$BR204M,5797,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295711,2114)$LGAVA04,5798,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295715,301)$CPGSE04,5799,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295723,2599)$RVKWU04M,5800,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295726,6838)$KFUL1U04,5801,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295728,2996)$YB5WH04M,5802,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295730,3244)$LEMDAT04,5803,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295732,2866)$LEMDAT04,5804,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295733,3038)$LEMDAT04,5805,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295734,2095)$LEMDAT04,5806,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295738,531)$EGNOR04M,5807,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295745,1496)$RNS04M,5808,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295747,5971)$YB3EH04A,5809,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295752,2584)$LEMDAT04,5810,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295754,2029)$LEMDAT04,5811,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295761,5211)$KSPE104D,5812,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295780,6672)$KSPE104D,5813,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295794,1903)$LEMDAT04,5814,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295800,2688)$RJIU04M,5815,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295809,5721)$RNS04M,5816,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295817,7920)$RQXU04E,5817,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295822,1004)$LEMDAT04,5818,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295844,7927)$MM204,5819,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295847,3540)$YB3EH04A,5820,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295850,3128)$RJIU04M,5821,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295862,1759)$RFBRT04M,5822,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295870,9376)$YB3EH04A,5823,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295875,5247)$YB3EH04E,5824,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295877,2305)$RFBRT04M,5825,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295879,5873)$RNS04M,5826,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295882,2400)$RVKWS04,5827,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295885,6420)$RQXSI04E,5828,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295886,5220)$EG11G04M,5829,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295887,2850)$YB3EH04A,5830,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295891,2230)$BR204M,5831,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295893,2013)$LEMDAT04,5832,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295897,4381)$LGAVA04,5833,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295905,3289)$RJIU04M,5834,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295912,480)$EGNOR04M,5835,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295915,2604)$LEMDAT04,5836,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295917,6220)$YB3EH04A,5837,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295920,6225)$RMZU04,5838,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295922,12293)$KFZ4404M,5839,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295923,2220)$RFBRT04M,5840,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295927,7084)$RJIU04M,5841,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295929,6629)$RASI04M,5842,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295932,4735)$RNS04M,5843,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295936,20928)$KFZ4404M,5844,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295939,1920)$KFUL1U04,5845,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295941,314)$EG11G04M,5846,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295942,646)$KCHI104M,5847,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295946,3672)$LGAVA04,5848,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295952,5040)$RQXSI04E,5849,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295961,1357)$YD5WH04M,5850,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295965,2340)$RQXU04E,5851,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295966,10067)$YB3EH04E,5852,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295980,4708)$RNS04M,5853,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295984,5040)$RASI04M,5854,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296001,3507)$YB3EH04E,5855,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296022,2086)$MM204,5856,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296031,4678)$MM204,5857,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296035,2695)$LELVL04M,5858,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296039,2978)$LEMDAT04,5859,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296046,8037)$KFZ4404M,5860,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296059,1410)$KFUL1U04,5861,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296062,4080)$RQXSI04E,5862,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296087,7393)$RVKWU04M,5863,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296092,3295)$RMZSI04,5864,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296095,1804)$KFZ4404M,5865,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296107,2524)$LELVL04M,5866,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296109,3473)$RMZU04E,5867,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296112,7064)$YB3EH04E,5868,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296113,1740)$RQXU04E,5869,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296126,3092)$LGAVA04,5870,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296131,1407)$RASI04M,5871,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296135,2220)$RQXU04E,5872,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296137,36405)$LGSRA04,5873,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296145,6111)$EGPFA04,5874,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296147,3442)$LELVU04,5875,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296148,5117)$LGIRA04,5876,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296153,1920)$RNI04M,5877,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296155,8428)$LELVL04M,5878,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296157,6780)$RQXSI04E,5879,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296158,6300)$YB5WH04M,5880,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296164,3120)$RQXSI04E,5881,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296165,6044)$BR204M,5882,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296180,5440)$RMZU04,5883,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296181,7660)$GL4W04M,5884,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296188,4798)$LELVU04,5885,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296190,1630)$YB3EH04E,5886,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296192,873)$KSPE104D,5887,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296194,12133)$MRAE04,5888,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296209,6127)$KSPE104D,5889,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296212,2659)$KSLN04A,5890,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296217,2915)$YB3EH04E,5891,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296218,491)$LGAVA04,5892,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296221,391)$KSPE104D,5893,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296227,3525)$LGAVA04,5894,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296232,3551)$RMZU04,5895,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296238,9268)$RJIU04M,5896,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296240,191)$BR204M,5897,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296241,7922)$EG11G04M,5898,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296248,844)$GL4W04M,5899,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296249,517)$CPGSE04,5900,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296253,11332)$MRAE04,5901,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296260,2845)$KSAL1204,5902,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296261,7597)$YB3EH04E,5903,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296263,6552)$YB3EH04A,5904,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296265,1027)$LELVU04,5905,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296267,6879)$LELVL04M,5906,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296289,4196)$KWUR1C04,5907,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296295,2640)$YB3EH04E,5908,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296303,14527)$LGKFN04,5909,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296304,6913)$MM204,5910,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296307,6614)$RNI04M,5911,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296317,1795)$YB3EH04A,5912,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296334,2160)$YB3EH04E,5913,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296337,1424)$BR404M,5914,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296338,7740)$RASI04M,5915,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296342,4980)$EGNOR04M,5916,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296343,8589)$RNI04M,5917,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296345,9961)$LELVU04,5918,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296346,8308)$EG11G04M,5919,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296350,4768)$RQXSI04E,5920,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296356,247)$KSPE104D,5921,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296365,2191)$LGAVA04,5922,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296368,545)$LGAVA04,5923,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296392,2813)$KSLN04A,5924,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296393,7370)$YB3EH04A,5925,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296394,8269)$YB3EH04A,5926,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296401,730)$BR404M,5927,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296406,7832)$RJIU04M,5928,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296407,6053)$YB3EH04A,5929,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296439,15518)$KFZ4404M,5930,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296449,1228)$BKED1204,5931,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296450,7968)$YB3EH04E,5932,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296463,6753)$LEBAS04A,5933,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296465,3480)$KSAL1204,5934,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296473,2757)$LCES004,5935,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296477,1364)$YB3EH04A,5936,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296481,14548)$KFZ4404M,5937,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296521,425)$KFUL1U04,5938,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296549,8209)$YB3EH04E,5939,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296550,5992)$YB3EH04A,5940,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296552,4719)$KSLN04A,5941,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296553,4651)$KSLN04A,5942,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296560,1562)$PMXX04M,5943,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296565,3076)$RNI04M,5944,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296585,1788)$LGIRA04,5945,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296614,3381)$KFUL1U04,5946,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296619,11074)$YB3EH04A,5947,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296635,3678)$MM204,5948,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296640,2520)$KSAL1204,5949,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296641,632)$KSLN04A,5950,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296644,786)$RJIU04M,5951,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296646,20520)$LCES004,5952,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296649,8520)$YB3EH04A,5953,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296668,289)$YB3EH04A,5954,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296672,6554)$RASI04M,5955,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296675,2766)$FUJ04M,5956,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296685,1980)$YB3EH04E,5957,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296688,2359)$YD5WH04M,5958,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296700,1268)$LELVU04,5959,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296707,1437)$CPGSE04,5960,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296720,240)$YB5KL04E,5961,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296721,3604)$LEBAS04A,5962,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296754,7500)$LGKFN04,5963,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296755,9123)$LGIRA04,5964,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296772,7380)$MAB1204A,5965,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296778,6332)$RASI04M,5966,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296781,3482)$KFZ4404M,5967,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296792,9939)$LGKFN04,5968,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296798,4275)$RASI04M,5969,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296811,8969)$LGKFN04,5970,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296814,4407)$KSLN04A,5971,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296824,2176)$YB3EH04A,5972,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296828,2909)$KSLN04A,5973,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296836,1426)$MM304,5974,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296840,5244)$YB3EH04A,5975,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296847,6392)$EBBRA04E,5976,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296850,3213)$FUJ04M,5977,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296851,11711)$YB3EH04A,5978,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296857,3000)$BR204M,5979,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296864,89)$RMZSI04M,5980,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296867,3720)$LGAVA04,5981,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296878,2550)$BR204M,5982,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296885,15368)$MGY04,5983,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296895,33678)$LGSRA04,5984,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296896,37334)$LGZAA04M,5985,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296907,13162)$KFZ4404M,5986,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296918,4009)$RQXU04E,5987,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296922,6600)$LGKFN04,5988,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296928,1549)$LGIRA04,5989,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296934,11496)$YB3EH04A,5990,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296936,37832)$LGZAA04M,5991,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296939,5765)$YB3EH04A,5992,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296946,2529)$MM304,5993,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296950,2874)$YB3EH04A,5994,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296953,15205)$LCES004,5995,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296955,1800)$KSAL1204,5996,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296960,8452)$MRAE04,5997,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296963,2308)$CPGSE04,5998,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296970,12537)$KFZ4404M,5999,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296978,12060)$YB3EH04A,6000,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296992,1140)$YB3EH04E,6001,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296997,6959)$LEMDAT04,6002,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297002,2089)$LGRPA04,6003,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297011,4379)$KSPE104D,6004,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297035,7002)$LEBAS04A,6005,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297037,6518)$LEBAS04A,6006,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(297050,3511)$LGIRA04,6007,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297060,9995)$LGKFN04,6008,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297061,545)$GL4W04M,6009,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297062,1080)$YB3EH04E,6010,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297075,4305)$YB3EH04E,6011,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297076,1860)$KSPE104D,6012,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(297079,2204)$RMZU04,6013,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297080,2753)$KFZ4404E,6014,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297087,5940)$LGKFN04,6015,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297097,4343)$LGAVA04,6016,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297111,2142)$LELVL04M,6017,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297113,5897)$RJIU04M,6018,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297119,18334)$KFZ4404M,6019,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297125,1046)$YB3EH04E,6020,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297126,8827)$EG11G04M,6021,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297129,9120)$YB3EH04A,6022,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297135,3000)$RNI04M,6023,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297145,2739)$LOVN1504,6024,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297154,9666)$KFZ4404M,6025,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297157,7603)$LGKFN04,6026,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297158,4620)$KSAL1204,6027,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297164,7586)$RNI04M,6028,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297168,2813)$RFBRT04M,6029,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297185,3814)$KSLN04A,6030,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297189,2623)$LGRPA04,6031,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(297207,3501)$YB3EH04A,6032,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297216,1078)$LGRPA04,6033,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297218,5284)$GL4W04M,6034,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297219,2897)$FUJ04M,6035,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297224,5856)$LGRPA04M,6036,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(297228,9798)$YB3EH04A,6037,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297232,6959)$RNI04M,6038,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297233,1242)$CPGSE04,6039,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297234,916)$YD5WH04M,6040,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297250,2761)$GL4W04M,6041,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297275,718)$CPGSE04,6042,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297277,5195)$KWUR1C04,6043,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297278,8856)$YB3EH04A,6044,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297288,1234)$YB3EH04A,6045,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297293,417)$GL4W04M,6046,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297313,10232)$KFZ4404M,6047,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297334,6591)$RNS04M,6048,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297335,9406)$EGPFA04,6049,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297343,4200)$RQXU04E,6050,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297344,3338)$FUJ04M,6051,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297346,7339)$LELVU04,6052,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297347,3453)$FUJ04M,6053,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297350,2026)$BR204M,6054,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297356,3611)$LGAVA04,6055,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297362,4974)$RNI04M,6056,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297368,3366)$LGAVA04,6057,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297370,4552)$YB3EH04A,6058,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297374,1090)$RQXSI04E,6059,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297376,9355)$LGIRA04,6060,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297382,32722)$LGSRA04,6061,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297384,660)$RQXU04E,6062,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297388,2611)$LELVL04M,6063,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297393,2592)$BR404M,6064,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297398,2795)$BR204M,6065,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297402,18217)$LCES004,6066,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297403,3764)$KSLN04M,6067,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297407,1418)$BKED1204,6068,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297411,3561)$FUJ04M,6069,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297424,1767)$BR204M,6070,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297433,2885)$EGPFA04,6071,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297436,2586)$FUJ04M,6072,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297442,5400)$EG11G04M,6073,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297452,5215)$KSLN04A,6074,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297456,1486)$KSLN04A,6075,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297482,6954)$KFZ4404M,6076,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297500,5286)$LEBAS04A,6077,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297504,10421)$YB3EH04A,6078,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297507,7155)$RQXSI04E,6079,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297519,2257)$FUJ04M,6080,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297546,4806)$LGKFN04,6081,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297554,902)$RNI04M,6082,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(297571,2055)$LELVU04,6083,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297572,4380)$RVKWU04M,6084,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297590,1718)$KCHI104M,6085,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297596,2147)$BR404M,6086,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297616,8103)$LGSRA04,6087,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297622,6909)$EG11G04M,6088,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297636,7894)$YB3EH04E,6089,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297670,13632)$MRAE04,6090,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297679,4337)$KWUR1C04,6091,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297680,1817)$RMZSI04,6092,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297685,10860)$LCES004M,6093,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297697,327)$KSLN2C04,6094,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297702,778)$RMZSI04,6095,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297708,3058)$KFZ4404M,6096,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297721,2856)$KSLN04A,6097,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297726,6814)$KFZ4404M,6098,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297744,1351)$LOVN1504,6099,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297746,1040)$LOVN1504,6100,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297762,2577)$LEBAS04M,6101,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297781,888)$YB3EH04A,6102,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_t_x(297818,12954)$MRAE04,6103,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297821,11635)$KFZ4404M,6104,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297827,3324)$MM304,6105,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297830,568)$KFZ4404M,6106,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297842,6937)$YB3EH04E,6107,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297845,6746)$YB3EH04A,6108,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297851,2230)$LEBAS04M,6109,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297852,6441)$RJIU04M,6110,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297867,9814)$LELVU04,6111,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297904,1748)$LOVN1504,6112,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297922,1502)$KSLN04A,6113,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297927,318)$RVKWS04,6114,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297928,561)$EGNOR04M,6115,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297929,4140)$EGNOR04M,6116,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297934,19718)$EDGG704,6117,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(297966,3844)$KSLN04M,6118,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297974,5174)$YB3EH04A,6119,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297977,4295)$EGNOR04M,6120,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297984,9509)$LCES004,6121,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(298005,878)$BR204M,6122,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298006,12239)$LELVU04,6123,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298009,1508)$BR204M,6124,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298038,18223)$EDGG704,6125,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(298060,10860)$LCES004M,6126,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298064,4512)$LGAVA04,6127,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298079,8250)$LEBAS04A,6128,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298080,4380)$RQXU04E,6129,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298082,11747)$LELVL104,6130,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(298089,891)$CPGSE04,6131,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298090,10361)$YB3EH04A,6132,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298093,2860)$RFBRT04M,6133,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298114,2631)$LGAVA04,6134,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298115,5479)$EBEEC04M,6135,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298116,6619)$RJIU04M,6136,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298128,2895)$KFZ4404M,6137,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298130,2630)$KSLN04A,6138,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298160,3401)$KSAL1204,6139,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298171,3669)$LELVU04,6140,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(298177,1083)$RMZU04,6141,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298180,7571)$RNI04M,6142,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298183,5716)$YB3EH04A,6143,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298207,545)$FUJ04M,6144,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298212,1328)$RMZU04,6145,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298217,6224)$YB3EH04A,6146,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298218,1331)$RMZU04,6147,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298222,2028)$KFUL1U04,6148,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298237,1854)$KFUL1U04,6149,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298246,1454)$RFBRT04M,6150,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298249,4629)$RNS04M,6151,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298263,14446)$LGKFN04,6152,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298266,27545)$LGSRA04,6153,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298297,1926)$LOVN1504,6154,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298300,1020)$KSAL1204,6155,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298306,2825)$LOVN1504,6156,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298318,1495)$KSPE104D,6157,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298321,4348)$LEBAS04A,6158,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298329,1560)$EGNOR04M,6159,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298333,2871)$KSPE104D,6160,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298349,4411)$LGAVA04,6161,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298358,11505)$LGKFN04,6162,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298368,998)$LOVN1504,6163,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298378,6007)$KFZ4404M,6164,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298384,912)$LGAVA04,6165,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298397,4903)$YB3EH04A,6166,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298402,6068)$LCES004M,6167,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298415,393)$LELVU04,6168,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298417,2340)$LEBAS04A,6169,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298418,2503)$YBOLN04M,6170,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298426,10443)$LCES004M,6171,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298434,17497)$LCES004,6172,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298447,723)$KSLN04A,6173,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298471,32715)$LGZAA04M,6174,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298477,2511)$RMZSI04,6175,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298480,4952)$RMZU04,6176,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298488,1715)$LEBAS04A,6177,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298501,4920)$KFZ4404M,6178,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298502,5852)$YB3EH04A,6179,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298503,4859)$KSPE104D,6180,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298514,7656)$KFZ4404M,6181,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298517,6879)$KSPE104D,6182,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298519,10788)$YB3EH04A,6183,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298527,3397)$FUJ04M,6184,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298528,15600)$LCES004,6185,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298533,4267)$KSLN04A,6186,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298536,16860)$LFPND04,6187,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298562,5883)$RMZU04,6188,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298564,3121)$MM304,6189,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298574,35947)$LGZAA04M,6190,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298577,5716)$RMZU04,6191,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298578,8060)$MRAE04,6192,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298588,4849)$LGKFN04,6193,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(298590,6370)$MAB3404A,6194,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298592,2516)$RMZU04,6195,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298611,3088)$LGIRA04,6196,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298617,2527)$KWUR404E,6197,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298619,3723)$RNS04M,6198,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298630,191)$KSAL1A04,6199,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298646,4310)$LGKFN04,6200,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298677,6203)$YB3EH04A,6201,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298692,4128)$KSLN04A,6202,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298697,5612)$YB3EH04E,6203,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298698,2623)$YB3EH04M,6204,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298700,7476)$YB3EH04A,6205,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298704,7332)$MRAE04,6206,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298706,2260)$KSAL1204,6207,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(298710,14402)$MGY04,6208,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298713,3701)$YB3EH04E,6209,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298715,6743)$KFZ4404M,6210,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(300045,3420)$KSPE104D,6211,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300046,13380)$MRAE04,6212,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300050,31411)$LGZAA04M,6213,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(300052,4548)$YB3EH04E,6214,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300058,2340)$RQXU04E,6215,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300064,5402)$RJIU04M,6216,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300072,3634)$KSLN04A,6217,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300096,2220)$RQXU04E,6218,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300097,6017)$RJIU04M,6219,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300137,6342)$RMZU04,6220,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300140,5518)$RMZU04,6221,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300142,917)$RNI04M,6222,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(300146,4607)$LGKFN04,6223,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300155,8398)$LCES004M,6224,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300174,5440)$RMZU04,6225,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300178,1933)$KFUL1U04,6226,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300204,2726)$EG11G04M,6227,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300222,5635)$KWUR1C04,6228,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300231,7387)$KFZ4404M,6229,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300232,2208)$YB3EH04A,6230,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300237,461)$YB3EH04M,6231,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300256,2677)$LOVN1504,6232,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300281,2371)$BR204M,6233,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300287,1256)$RNS04M,6234,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300290,3900)$YB3EH04A,6235,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300322,1312)$MT4AT04E,6236,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300332,3065)$EG11G04M,6237,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300345,7950)$YB3EH04A,6238,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300354,8212)$MRAEE04,6239,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300356,6689)$RJIU04M,6240,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300366,4247)$LELVL104,6241,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300369,9643)$KFZ4404M,6242,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300396,27505)$LGSRA04,6243,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300414,9049)$YB3EH04A,6244,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300421,1685)$EG11G04M,6245,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300422,4200)$KSAL1204,6246,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300424,4666)$KFZ4404M,6247,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300425,4073)$LEBAS04M,6248,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300428,6627)$KFZ4404M,6249,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300430,5627)$RNI04M,6250,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300435,3688)$LGKFN04,6251,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300445,17107)$LCES004,6252,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300455,6286)$LCES004M,6253,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300464,3300)$MAB3404A,6254,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300476,76)$YD5WH04M,6255,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300487,283)$YB3EH04A,6256,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300504,7920)$LGKFN04,6257,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300521,1625)$GL34W04,6258,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300532,2196)$EG11G04M,6259,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(300538,4080)$KSPE104D,6260,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300571,3420)$ZM56704,6261,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(300578,8990)$MRAEE04,6262,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300582,1819)$KWUR404E,6263,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300590,2252)$EG11G04M,6264,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300619,12352)$LCES004M,6265,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300621,16529)$LCES004,6266,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(300629,596)$YB3EH04M,6267,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300631,6986)$EG11G04M,6268,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300642,6200)$MRAE04,6269,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300666,20266)$LCES004,6270,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300671,10396)$LGSRA04,6271,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300715,6935)$BKED1204,6272,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300727,4943)$EGNOR04M,6273,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300750,1636)$EG11G04M,6274,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300762,17700)$EDGG704,6275,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300765,2551)$YB3EH04E,6276,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300774,2308)$KFZ4404M,6277,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300786,10020)$LCES004M,6278,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300809,1021)$GL4W04M,6279,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300815,5482)$LCES004M,6280,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300836,3163)$YB3EH04A,6281,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300840,5937)$KFZ4404M,6282,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300848,7406)$LELVU04,6283,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300850,3205)$LELVU04,6284,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300851,2171)$KFZ4404M,6285,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300866,5764)$RMZU04,6286,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300883,218)$LEBAS04A,6287,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(300884,8992)$YB3EH04A,6288,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300885,2744)$RMZSI04,6289,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300896,2520)$GL34W04,6290,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300900,3999)$KFZ4404M,6291,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300931,3548)$KSPE104D,6292,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300956,3163)$GL4W04M,6293,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300959,3230)$YB3EH04E,6294,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300964,7920)$LGKFN04,6295,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301003,7511)$YB3EH04A,6296,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301010,5605)$RNS04M,6297,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301035,729)$EG11G04M,6298,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301041,4283)$BKED1204,6299,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301058,5580)$LCES004M,6300,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(301059,1867)$GL34W04,6301,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301070,17288)$EDGG704,6302,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301072,9809)$EGPFA04,6303,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301074,4080)$LGKFN04,6304,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301088,1905)$LEMDAT04,6305,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301101,6467)$MM204,6306,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301132,3111)$RNI04M,6307,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301138,16626)$MGY04,6308,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301139,10380)$LCES004M,6309,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301142,13008)$MRAE04,6310,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301145,1266)$YB3EH04A,6311,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(301149,3571)$BKED1204,6312,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301161,13728)$MGY04,6313,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301168,102)$RJIU04M,6314,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301195,2282)$LEBAS04A,6315,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301219,7731)$LGIRA04,6316,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301224,13489)$MRAE04,6317,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301238,9480)$LELVL104,6318,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301242,3793)$KFZ4404M,6319,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301243,2470)$FUJ04M,6320,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301257,1707)$RMZU04,6321,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301260,11992)$MRAE04,6322,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301272,9302)$LEBAS04M,6323,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301285,240)$KSAL1204,6324,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301287,1282)$BKED1204,6325,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301294,6475)$KWUR1C04,6326,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301297,11692)$MRAE04,6327,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301299,900)$YB3EH04A,6328,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301303,14190)$MGY04,6329,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301329,7874)$MM204,6330,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301342,4860)$LCES004M,6331,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301346,4673)$LEBAS04M,6332,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301350,2611)$RMZU04,6333,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301353,2357)$KSPE104D,6334,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301360,11340)$LCES004M,6335,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301365,4492)$MAB3404A,6336,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301367,697)$YB3EH04A,6337,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301391,2670)$RMZSI04,6338,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301404,11760)$LELVL104,6339,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301417,8040)$LGKFN04,6340,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301420,8270)$LELVL104,6341,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301431,3515)$EGNOR04M,6342,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301455,1857)$KFZ4404M,6343,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301461,1433)$YB3EH04A,6344,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301477,5022)$MRAE04,6345,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(301496,2067)$KWUR1C04,6346,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301501,5441)$LCES004,6347,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301514,656)$KSAL1204,6348,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301524,12111)$MGY04,6349,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301540,770)$KFUL1U04,6350,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301556,15145)$MRAE04,6351,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301576,7620)$EG11G04M,6352,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301582,3555)$RNI04M,6353,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301590,5059)$LGKFN04,6354,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301621,3957)$RNS04M,6355,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301656,2099)$RNS04M,6356,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301673,4200)$LCES004M,6357,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301680,4655)$KWUR1C04,6358,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301687,1500)$LEBAS04A,6359,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(301699,11223)$LELVL104,6360,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301707,3371)$KSLN04A,6361,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301709,5269)$LCES004M,6362,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301711,2714)$LCES004M,6363,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301719,11652)$LELVL104,6364,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(301721,4112)$LGKFN04,6365,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301722,9279)$LELVU04,6366,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301726,2197)$LELVL104,6367,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301727,3417)$LGKFN04,6368,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301736,4616)$KSLN04M,6369,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301749,3794)$KSLN04A,6370,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301757,1294)$KSAL1204,6371,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301759,7615)$LGKFN04,6372,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301760,14760)$MRAE04,6373,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301783,11715)$YB3EH04A,6374,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301785,4451)$BKED1204,6375,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301796,10311)$LELVL104,6376,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301815,1516)$GL4W04M,6377,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301819,9960)$YB3EH04A,6378,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(301843,26290)$LGZAA04M,6379,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301867,5612)$YB3EH04A,6380,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301879,1822)$LELVL104,6381,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301888,3273)$KWUR1C04,6382,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(301907,10827)$LELVL104,6383,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301924,8519)$MRAEE04,6384,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301949,1020)$LCES004M,6385,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301957,1762)$RNS04M,6386,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301968,6660)$EG11G04M,6387,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301972,5690)$YB3EH04A,6388,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301984,4357)$MAB1204A,6389,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301987,6360)$LCES004M,6390,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(302006,12978)$MRAE04,6391,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302033,2886)$LOVN1504,6392,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302044,12393)$MRAE04,6393,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302047,815)$MAB1204A,6394,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302055,5628)$ZM56704,6395,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302060,6660)$EG11G04M,6396,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302073,8217)$MM204,6397,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302084,5205)$KWUR1C04,6398,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302096,2182)$LOVN1504,6399,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302107,149)$KSPE104D,6400,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302135,7620)$EG11G04M,6401,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302136,1068)$BR404M,6402,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302138,12815)$MRAE04,6403,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302162,10033)$LGKFN04,6404,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302177,6780)$LELVU04,6405,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302179,3238)$KWUR1C04,6406,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302180,12074)$YB3EH04A,6407,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302209,15006)$LELVL104,6408,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302218,1427)$YB3EH04A,6409,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302224,6902)$LELVL104,6410,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(302247,6016)$KWUR1C04,6411,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302262,4635)$LEBAS04M,6412,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302293,10248)$LELVL104,6413,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302300,4251)$LEMDAT04,6414,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302301,3341)$MAB3404A,6415,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302310,2160)$LGKFN04,6416,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302317,6834)$LGKFN04,6417,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302341,888)$CPGSE04,6418,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302346,6540)$RVKWS04,6419,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302351,2771)$GL34W04,6420,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302356,9185)$BKED1204,6421,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302361,10849)$MRAE04,6422,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302365,1800)$RMZSI04,6423,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302366,12568)$MGY04,6424,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302387,1253)$YB3EH04A,6425,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302390,2789)$RMZSI04,6426,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302424,14674)$MRAE04,6427,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302426,7583)$LCES004M,6428,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302434,8450)$MRAEE04,6429,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302456,3961)$LELVU04,6430,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302457,3541)$RJIU04M,6431,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302470,3676)$KSAL1204,6432,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302474,3887)$LELVL04M,6433,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302506,8684)$LGKFN04,6434,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302527,9445)$LGRPA04,6435,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302528,8140)$YB3EH04A,6436,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(302530,839)$LEBAS04M,6437,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302531,6300)$RJIU04M,6438,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302536,5527)$RMZU04,6439,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302552,433)$KFUL1U04,6440,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302571,2880)$LEBAS04A,6441,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302572,671)$RVKWS04,6442,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(302575,3187)$RJIU04M,6443,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302576,162)$MM304,6444,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302591,1865)$BKED1204,6445,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302592,780)$YD5WH04M,6446,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302611,4776)$LEMDAT04,6447,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302616,9301)$MRAE04,6448,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302632,225)$ZM56704,6449,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302643,7056)$EG11G04M,6450,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302650,899)$KSLN04A,6451,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302661,6840)$EG11G04M,6452,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302665,2660)$GL34W04,6453,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302667,3508)$LGAVA04,6454,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302670,2975)$RMZSI04,6455,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302679,1248)$KWUR1C04,6456,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302685,2764)$ZM56704,6457,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302686,2358)$EGPFA04,6458,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302690,4531)$ZM56704,6459,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302705,2235)$KFUL1U04,6460,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302709,8515)$KFZ4404M,6461,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302711,12904)$MRAE04,6462,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302725,3774)$MM204,6463,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302731,2432)$LCES004M,6464,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(302741,2507)$RMZSI04,6465,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302751,1433)$KWUR1C04,6466,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302758,11587)$RJIU04M,6467,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302769,9671)$MRAE04,6468,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(302777,8996)$LELVL104,6469,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302792,128)$KSLN04A,6470,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302798,1500)$LGKFN04,6471,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302801,1239)$KSLN04A,6472,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302833,16460)$MGY04,6473,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302840,5126)$RMZU04,6474,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302841,7685)$LCES004M,6475,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302843,6912)$MM204,6476,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302844,13114)$MRAE04,6477,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302852,3120)$YB3EH04A,6478,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302863,6321)$LELVU04,6479,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302874,14130)$MRAE04,6480,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302875,3601)$LELVU04,6481,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302879,14118)$MRAE04,6482,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302890,9329)$LELVL104,6483,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302903,8262)$KFZ4404M,6484,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302920,1178)$LELVL104,6485,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302924,9501)$LELVL104,6486,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302940,5214)$KFZ4404M,6487,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302944,2025)$RMZSI04,6488,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302953,13113)$LELVL104,6489,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302955,8319)$MRAE04,6490,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302966,9761)$BKED1204,6491,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302970,2843)$LOVN1504,6492,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302986,5220)$LEBAS04A,6493,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303013,11720)$YB3EH04A,6494,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(303017,3666)$LEBAS04M,6495,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303018,10680)$LELVU04,6496,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303035,4112)$KWUR1C04,6497,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303049,4829)$MAB3404A,6498,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303061,707)$BKED1204,6499,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303077,2340)$ZM56704,6500,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303088,584)$LELVL04M,6501,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303103,6179)$RNS04M,6502,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303128,1140)$LGKFN04,6503,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303139,252)$GL34W04,6504,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(303148,7312)$MRAE04,6505,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303152,4930)$LEBAS04A,6506,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303155,11624)$YB3EH04A,6507,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303156,7585)$EG11G04M,6508,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303164,2218)$KSPE104D,6509,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303173,2742)$EG11G04M,6510,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303194,5)$GL4W04M,6511,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303195,5453)$MRAE04,6512,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303200,13833)$MGY04,6513,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303203,13391)$LCES004,6514,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303208,13155)$MRAE04,6515,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303209,6132)$LEBAS04A,6516,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303215,909)$RMZU04,6517,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303216,14514)$MRAE04,6518,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303224,212)$LEBAS04M,6519,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303227,8185)$LELVL104,6520,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303235,5286)$EGPFA04,6521,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303247,2300)$RJIU04M,6522,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(303253,1130)$GL34W04,6523,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303263,12001)$MRAE04,6524,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303270,7879)$EG11G04M,6525,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303282,4493)$LEMDAT04,6526,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303285,4173)$GL4W04M,6527,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303297,2250)$KSLN04M,6528,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303314,6985)$EG11G04M,6529,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303341,6047)$LCES004M,6530,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303350,13403)$MRAE04,6531,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303351,3780)$LELVU04,6532,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303377,2742)$MAB3404A,6533,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303409,2551)$KSLN04M,6534,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303416,11545)$MRAE04,6535,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(303423,18600)$EDGG704,6536,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303445,1251)$CPRFBR04,6537,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303451,4793)$KWUR1C04,6538,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303471,2174)$PMXX04M,6539,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303476,9060)$LCES004M,6540,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(303485,8908)$LELVL104,6541,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303489,7386)$YB3EH04A,6542,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303491,3362)$LGRPA04,6543,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303503,3340)$KSLN04A,6544,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303505,7392)$YB3EH04A,6545,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303506,19500)$LCES004,6546,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303517,2392)$RMZSI04,6547,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(303525,6448)$RNS04M,6548,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303529,17008)$EDGG704,6549,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303534,20013)$LGZAA04M,6550,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303550,23206)$LGZAA04M,6551,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(303580,7589)$EG11G04M,6552,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303592,14191)$MRAE04,6553,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303604,7802)$LELVL104,6554,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303612,16140)$LCES004,6555,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303617,2684)$KSLN04A,6556,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303627,1389)$RJIU04M,6557,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303644,3444)$RMZSI04,6558,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303652,1345)$ZM56704,6559,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303662,2944)$KSPE104D,6560,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303664,2196)$LGAVA04,6561,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303665,13980)$LCES004,6562,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303666,11987)$YB3EH04A,6563,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303670,5384)$KSPE104D,6564,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303680,2427)$MM304,6565,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303684,8949)$MRAE04,6566,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303685,11400)$LCES004M,6567,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303692,7135)$LGKFN04,6568,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303716,4322)$KSPE104D,6569,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303717,20435)$LGZAA04M,6570,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303728,5648)$YB3EH04E,6571,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303741,4698)$MAB1204A,6572,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303747,3407)$KSAL1204,6573,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303771,1317)$LELVU04,6574,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303783,9841)$MRAE04,6575,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303784,6577)$KSPE104D,6576,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303790,1916)$LOVN1504,6577,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303810,2494)$KSPE104D,6578,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303814,15473)$EDGG704,6579,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303818,11225)$MRAE04,6580,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303829,1451)$LOVN1504,6581,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303832,307)$KFZ4404M,6582,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303842,2963)$LELVU04,6583,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303850,720)$LOVN1504,6584,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303854,3900)$LEBAS04M,6585,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303868,3840)$RVKWS04,6586,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(303874,716)$KSLN04A,6587,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303900,1935)$BR204M,6588,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303911,1610)$YB3EH04A,6589,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303929,6307)$YB3EH04M,6590,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303930,5154)$YB3EH04A,6591,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303939,1250)$KFZ4404M,6592,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303959,20115)$LGZAA04M,6593,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303971,3906)$ZM56704,6594,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303978,5231)$KWUR1C04,6595,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303979,4618)$KSPE104D,6596,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303992,3000)$LGKFN04,6597,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304001,6201)$LEBAS04A,6598,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304007,7500)$EG11G04M,6599,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304041,6252)$KWUR1C04,6600,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304051,13803)$MGY04,6601,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304054,14929)$MRAE04,6602,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(304074,4111)$KSPE104D,6603,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304100,12093)$YB3EH04A,6604,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304109,1696)$MRAE04,6605,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304114,12580)$MRAE04,6606,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304139,7058)$LELVL104,6607,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304148,5343)$MAB1204A,6608,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304161,540)$LELVL104,6609,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304182,7209)$LELVL104,6610,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304230,16397)$EDGG704,6611,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304239,1299)$LELVL104,6612,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304242,1547)$YD5WH04M,6613,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304245,2623)$MRAE04,6614,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304253,5897)$LCES004M,6615,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304254,2172)$KWUR1C04,6616,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304258,9840)$MRAE04,6617,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304260,13256)$MRAE04,6618,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304261,4279)$RJIU04M,6619,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304262,9003)$MRAE04,6620,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304263,6840)$LELVL104,6621,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304315,4094)$RMZU04,6622,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304335,8798)$LELVL104,6623,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304336,909)$MAB3404A,6624,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304351,3905)$LLBGA04L,6625,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304356,15060)$LFPND04,6626,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304357,2625)$LELVL104,6627,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304361,4388)$LELVL104,6628,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304362,9020)$LGZAA04M,6629,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304372,2700)$RMZU04,6630,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304380,11230)$MRAE04,6631,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304414,3308)$LEMDAT04,6632,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304422,11128)$MRAE04,6633,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304433,3530)$LELVU04,6634,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304435,9019)$RMZU04,6635,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304443,288)$KFZ4404L,6636,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304446,1839)$LELVL104,6637,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304453,919)$RVKWS04,6638,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304456,7291)$RJIU04M,6639,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304458,8731)$LCES004M,6640,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304463,3720)$RMZU04,6641,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304483,2436)$LCES004,6642,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304486,3116)$LELVU04,6643,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304488,10882)$LELVL104,6644,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304502,5159)$KSLN04A,6645,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304529,1362)$CPGSE04,6646,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304552,3835)$LEMDAT04,6647,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304555,771)$MM304,6648,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304557,3636)$LEMDAT04,6649,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304568,4384)$ZM56704,6650,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304570,2820)$LCES004M,6651,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(304579,937)$KWUR1C04,6652,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304583,6004)$MRAE04,6653,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304586,4259)$LELVL104,6654,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304592,1752)$LEBAS04M,6655,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304606,350)$KFUL1U04,6656,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304615,9491)$MRAE04,6657,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304629,508)$RVKWS04,6658,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304631,2580)$EBEEC04M,6659,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304690,2990)$LOVN1504,6660,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304696,10609)$MRAE04,6661,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304701,2455)$LGAVA04,6662,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304713,1872)$KWUR1C04,6663,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304734,5549)$KSPE104D,6664,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304739,2674)$GL34W04,6665,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(304753,2656)$LGKFN04,6666,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304761,1826)$MAB1204A,6667,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304765,6268)$LELVL104,6668,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304778,3283)$RNS04M,6669,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304780,3879)$KWUR1C04,6670,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(304797,15319)$MGY04,6671,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304798,757)$LEBAS04M,6672,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304803,9420)$YB3EH04A,6673,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304811,4023)$LELVL104,6674,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304825,2957)$LEMDAT04,6675,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304830,2204)$YB3EH04A,6676,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304838,12060)$LCES004M,6677,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304857,3277)$KSAL1204,6678,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304861,11819)$LELVL104,6679,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304862,14394)$MRAE04,6680,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304871,9169)$MRAE04,6681,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304873,5040)$KSLN04A,6682,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304880,15042)$LGZAA04M,6683,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304882,1109)$LLBGA04L,6684,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304895,2078)$LOVN1504,6685,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304925,2779)$KFUL1U04,6686,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304944,2325)$MAB1204A,6687,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304979,10721)$YB3EH04A,6688,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304980,9867)$YB3EH04A,6689,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305011,2829)$LEMDAT04,6690,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305013,10860)$LCES004M,6691,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305019,3654)$RNS04M,6692,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(305030,22311)$EDGG704,6693,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305039,5526)$LELVL104,6694,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305074,1990)$ZM56704,6695,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305101,14774)$MGY04,6696,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305104,7055)$KSPE104D,6697,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305112,2460)$LEBAS04A,6698,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305122,6003)$LEBAS04A,6699,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(305154,6120)$LELVL104,6700,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305171,6444)$RMZU04,6701,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305214,4830)$KSPE104D,6702,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305224,334)$RNS04M,6703,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305270,199)$KSLN04A,6704,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305276,14176)$MGY04,6705,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305282,1215)$CPGSE04,6706,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305283,4812)$LGKFN04,6707,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305292,9682)$LELVL104,6708,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305314,5379)$KSPE104D,6709,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305315,3850)$LELVL104,6710,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305354,12483)$MRAE04,6711,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305363,4642)$KWUR1C04,6712,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_t_x(305370,3835)$LEMDAT04,6713,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305375,480)$ZM56704,6714,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305384,178)$LELVU04,6715,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305385,2399)$KFUL1U04,6716,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305425,12971)$MRAE04,6717,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305432,3174)$RMZSI04,6718,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305446,516)$LELVL104,6719,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305448,13992)$YB3EH04A,6720,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305458,320)$KSAL1A04,6721,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305462,16246)$EDGG704,6722,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305469,2510)$YB3EH04A,6723,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305491,459)$YB3EH04A,6724,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305510,10610)$MRAE04,6725,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305522,3505)$KSPE104D,6726,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305532,10664)$YB3EH04A,6727,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305535,6170)$RMZU04,6728,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305538,2028)$RMZSI04,6729,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305548,3623)$LEMDAT04,6730,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(305557,8760)$LCES004,6731,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305560,14242)$MRAE04,6732,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305573,1364)$YB3EH04A,6733,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305584,9504)$MRAE04,6734,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305585,12379)$MRAE04,6735,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305593,10306)$YB3EH04A,6736,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305599,10004)$YB3EH04A,6737,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305601,2524)$LLBGA04L,6738,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305604,5288)$KFZ4404M,6739,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305609,269)$KSAL1A04,6740,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305621,9648)$LELVL104,6741,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(305622,900)$CPRFBR04,6742,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305634,14220)$MRAE04,6743,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305661,1020)$LOVN1504,6744,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305671,2473)$LELVU04,6745,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305686,3356)$LEMDAT04,6746,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305689,2498)$LEMDAT04,6747,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305696,60)$KSAL1A04,6748,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305697,1739)$LEMDAT04,6749,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305711,16784)$MGY04,6750,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305716,5148)$KWUR1C04,6751,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(305728,4260)$ZM56704,6752,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305730,1428)$LGIRA04,6753,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305745,673)$RVKWS04,6754,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305753,6750)$KSPE104D,6755,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(305754,3926)$MRAE04,6756,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305764,814)$LELVU04,6757,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305775,8485)$YB3EH04A,6758,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305780,3081)$LELVL104,6759,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305783,2390)$LELVL104,6760,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305791,2332)$KWUR1C04,6761,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305798,20220)$LCES004,6762,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(305802,10683)$EDGG704,6763,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305803,3385)$KWUR1C04,6764,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305806,2724)$LELVL104,6765,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305811,4888)$KWUR1C04,6766,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305816,937)$MAB1204A,6767,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(305823,10653)$MRAE04,6768,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305828,3180)$LCES004,6769,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(305830,430)$CPGSE04,6770,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305834,1735)$LCES004M,6771,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305837,5756)$KWUR1C04,6772,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305845,10740)$LELVL104,6773,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305851,1668)$MAB3404A,6774,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305867,10763)$EDGG704,6775,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305873,2884)$LELVL104,6776,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305887,9656)$LCES004,6777,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305896,9002)$LELVL104,6778,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305899,5520)$LEBAS04A,6779,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305915,2520)$YB3EH04A,6780,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305923,2834)$LELVL104,6781,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305929,6279)$LCES004M,6782,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305950,3953)$YB3EH04A,6783,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305962,2185)$LEMDAT04,6784,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305967,7456)$LELVL104,6785,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306007,7920)$YB3EH04A,6786,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306012,11713)$LELVL104,6787,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306044,9083)$LELVL104,6788,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(306051,4470)$KSPE104D,6789,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306054,2983)$LGRPA04,6790,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306066,6255)$YB3EH04A,6791,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306069,11471)$MRAE04,6792,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306095,6600)$YB3EH04A,6793,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306120,14141)$MRAE04,6794,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306149,412)$KSAL1A04,6795,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306171,757)$LOVN1504,6796,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306187,936)$LOVN1504,6797,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306190,6468)$YB3EH04A,6798,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306197,6208)$LEBAS04A,6799,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306201,2149)$KSAL1204,6800,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306204,3779)$MAB3404A,6801,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306206,4931)$KWUR1C04,6802,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306207,4645)$LCES004M,6803,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306242,2617)$KWUR1C04,6804,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306243,8460)$LGKFN04,6805,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306251,4367)$RMZU04,6806,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306253,7680)$YB3EH04A,6807,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306269,7402)$MRAE04,6808,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306270,1838)$LELVL104,6809,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306272,2487)$KSPE104D,6810,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306283,1331)$KSAL1204,6811,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306287,715)$RVKWS04,6812,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306304,1468)$MAB3404A,6813,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306307,4404)$RMZU04,6814,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306308,4089)$KWUR1C04,6815,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306331,3437)$KSLN04A,6816,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306346,18658)$LCES004,6817,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(306358,3122)$RMZSI04,6818,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306384,3175)$LELVU04,6819,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306386,840)$RVKWS04,6820,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306388,1268)$MAB3404A,6821,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306397,4371)$KWUR1C04,6822,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306405,15512)$EDGG704,6823,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306413,7185)$LGKFN04,6824,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306439,10172)$MRAE04,6825,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306449,5518)$LEBAS04A,6826,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306459,1657)$RJIU04M,6827,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306490,6060)$LFPND04,6828,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306491,1380)$LCES004M,6829,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306499,12552)$MRAE04,6830,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306530,12018)$MRAE04,6831,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306542,302)$RNS04M,6832,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306563,8410)$MRAE04,6833,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(306570,6134)$KFUL1U04,6834,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306577,804)$LELVL104,6835,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306590,3659)$MAB1204A,6836,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306597,3137)$YB3EH04A,6837,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306612,4534)$MAB1204A,6838,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306630,2878)$KSPE104D,6839,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306667,4444)$ZM56704,6840,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306669,7020)$MRAE04,6841,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306677,11820)$MRAE04,6842,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306685,4306)$KSAL1204,6843,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306698,14680)$EDGG704,6844,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306710,892)$LOVN1504,6845,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306718,2068)$LOVN1504,6846,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306743,2605)$RMZSI04,6847,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306751,3773)$KWUR1C04,6848,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306756,6170)$LELVL104,6849,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306769,14355)$MGY04,6850,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306801,4519)$RMZU04,6851,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306803,1465)$KWUR1C04,6852,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306810,4560)$MAB3404A,6853,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306829,13045)$MRAE04,6854,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306830,421)$RMZU04,6855,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306846,3977)$KWUR1C04,6856,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306848,3785)$LGIRA04,6857,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306862,3203)$KSAL1204,6858,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306868,2472)$KSLN04A,6859,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306902,12120)$MRAE04,6860,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306918,2116)$BKED1204,6861,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306920,1061)$LGKFN04,6862,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306922,1755)$LOVN1504,6863,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(306943,1933)$RJIU04M,6864,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306951,8177)$MRAE04,6865,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306962,5785)$MAB3404A,6866,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306964,7990)$KFUL1U04,6867,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306995,5209)$YB3EH04A,6868,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307018,2093)$RMZSI04,6869,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307021,4420)$LEBAS04A,6870,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307025,5566)$YB3EH04A,6871,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307028,1440)$YB3EH04A,6872,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307040,21686)$LCES004,6873,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307044,10496)$LELVL104,6874,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307055,4620)$YB3EH04A,6875,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307060,4260)$LELVU04,6876,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307068,4431)$LEBAS04A,6877,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307087,5180)$KWUR1C04,6878,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307091,1503)$RMZU04,6879,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307095,8713)$KSLN04A,6880,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307103,3740)$MAB3404A,6881,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307105,11231)$LGZAA04M,6882,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307107,3602)$ZM56704,6883,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307108,2460)$LFPND04,6884,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307135,18724)$EDGG704,6885,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307140,661)$KSLN04A,6886,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(307142,3300)$KSPE104D,6887,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307145,2621)$KSAL1204,6888,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307148,5899)$LEBAS04M,6889,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307153,19731)$LCES004,6890,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307154,2681)$LGIRA04,6891,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307158,10278)$MRAE04,6892,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307174,4624)$LELVL104,6893,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307182,15409)$EDGG704,6894,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307186,10198)$MRAE04,6895,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307190,4500)$LGKFN04,6896,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307217,1376)$RMZSI04,6897,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307218,3148)$MAB3404A,6898,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307231,7080)$MRAE04,6899,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307258,20167)$EDGG704,6900,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307260,7533)$YB3EH04A,6901,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307264,19280)$LCES004,6902,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307265,5520)$LEBAS04A,6903,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307285,10682)$MRAE04,6904,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(307304,7560)$MRAE04,6905,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307309,265)$KWUR1C04,6906,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307311,1008)$KWUR1C04,6907,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307317,734)$KWUR1C04,6908,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307323,9217)$YB3EH04A,6909,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(307355,5256)$MAB3404A,6910,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307359,8581)$LELVL104,6911,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307388,1500)$LCES004M,6912,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307394,4276)$KWUR1C04,6913,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307410,10110)$MRAE04,6914,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(307418,6525)$YB3EH04A,6915,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307440,5943)$KWUR1C04,6916,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307460,8285)$MRAE04,6917,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307461,4354)$RJIU04M,6918,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307470,6623)$LGIRA04,6919,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307472,6521)$KWUR1C04,6920,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307481,14203)$MRAE04,6921,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307482,608)$LGKFN04,6922,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307494,19544)$EDGG704,6923,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307498,13972)$LCES004,6924,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307532,9189)$LGIRA04,6925,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307547,1055)$LEBAS04A,6926,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307576,6507)$YB3EH04A,6927,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307581,6031)$KWUR1C04,6928,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307617,4080)$LELVU04,6929,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307626,5781)$MRAE04,6930,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307650,23393)$EDGG704,6931,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307658,5208)$RMZU04,6932,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307672,5857)$RMZU04,6933,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307674,1560)$YB3EH04A,6934,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307679,21653)$LCES004,6935,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307707,1391)$BKED1204,6936,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307712,18383)$EDGG704,6937,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307716,6712)$MAB3404A,6938,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307726,12944)$MRAE04,6939,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307727,131)$KWUR1C04,6940,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307728,2551)$MAB1204A,6941,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307730,146)$KSPE104D,6942,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307733,1736)$LELVL104,6943,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307740,9264)$LGSRA04,6944,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307745,3240)$GL34W04,6945,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(307752,1418)$LGAVA04,6946,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307779,12362)$MRAE04,6947,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307791,2340)$ZM56704,6948,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307805,1108)$LOVN1504,6949,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307831,660)$ZM56704,6950,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307833,3453)$YB3EH04A,6951,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307845,8966)$MRAE04,6952,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307846,3660)$RMZU04,6953,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307860,4991)$YB3EH04A,6954,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307867,3466)$LELVL104,6955,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307870,2886)$MAB1204A,6956,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307875,2881)$KSLN04A,6957,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307878,3760)$KWUR1C04,6958,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307887,1440)$YB3EH04A,6959,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307897,6002)$LCES004M,6960,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307899,3305)$LEBAS04A,6961,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307902,21689)$EDGG704,6962,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307914,1438)$KSPE104D,6963,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307919,192)$KWUR1C04,6964,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307926,307)$KWUR1C04,6965,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307935,2760)$ZM56704,6966,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307961,4232)$KWUR1C04,6967,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307977,722)$ZM56704,6968,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307979,13086)$MRAE04,6969,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307985,2866)$RMZU04,6970,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(307987,1340)$LELVL104,6971,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307990,16802)$EDGG704,6972,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307992,9902)$LGZAA04M,6973,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307997,4620)$ZM56704,6974,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307998,350)$CPRFBR04,6975,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308003,4822)$YB3EH04A,6976,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308004,1989)$ZM56704,6977,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308021,14034)$MRAE04,6978,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308058,9227)$LFMDA04A,6979,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(308064,5280)$LEBAS04A,6980,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308077,17165)$EDGG704,6981,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308093,1895)$YB3EH04A,6982,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308103,6486)$RMZSI04,6983,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308125,6569)$LCES004,6984,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308133,2853)$YB3EH04A,6985,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308136,11402)$LELVL104,6986,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308144,11150)$MRAE04,6987,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308210,1560)$LEBAS04A,6988,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308221,2828)$KSLN04A,6989,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308225,2290)$RMZSI04,6990,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308239,3636)$KWUR1C04,6991,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308248,1352)$YB3EH04A,6992,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308251,10471)$LCES004,6993,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308268,2120)$RMZU04,6994,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308281,2203)$RMZU04,6995,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308294,7254)$LGIRA04,6996,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308308,1004)$YB3EH04A,6997,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308325,6900)$LGKFN04,6998,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308334,1159)$EBEEC04M,6999,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308336,12504)$MRAE04,7000,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308352,22620)$LCES004,7001,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308362,2344)$KWUR1C04,7002,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308366,1580)$YB3EH04A,7003,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308371,12408)$MRAE04,7004,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308386,5407)$LELVL104,7005,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308402,8978)$LELVL104,7006,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308410,4751)$RMZU04,7007,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308418,66)$KSLN04A,7008,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308432,4680)$RMZU04,7009,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308449,5651)$MRAE04,7010,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308460,7769)$LGIRA04,7011,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308475,1550)$KFUL1U04,7012,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308479,19670)$EDGG704,7013,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308482,4200)$KSAL1204,7014,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308505,1704)$YB3EH04A,7015,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308507,20820)$LCES004,7016,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308511,11891)$MRAE04,7017,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(308515,13712)$MGY04,7018,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308533,18657)$EDGG704,7019,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(308550,309)$RVKWS04,7020,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308582,13854)$EDGG704,7021,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308593,4551)$RMZU04,7022,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308597,10590)$YB3EH04A,7023,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308611,39)$KSLN04A,7024,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308619,11312)$LGZAA04M,7025,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308622,10958)$LCES004,7026,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308624,21053)$LCES004,7027,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(308629,8536)$MRAE04,7028,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308647,4992)$MRAE04,7029,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308677,2614)$RMZSI04,7030,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308700,2700)$LEBAS04A,7031,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308733,8760)$MRAE04,7032,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308743,18245)$EDGG704,7033,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308751,10405)$MRAE04,7034,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308759,2008)$KSPE104D,7035,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308769,7260)$MRAE04,7036,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(308780,3982)$KSLN04A,7037,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308836,7936)$YB3EH04A,7038,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308855,694)$YB3EH04A,7039,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308892,12726)$MGY04,7040,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308908,3361)$ZM56704,7041,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(308914,12403)$MRAE04,7042,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308941,1777)$YB3EH04A,7043,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308945,16156)$EDGG704,7044,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308947,1703)$YB3EH04A,7045,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308966,1746)$KWUR1C04,7046,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309000,1214)$KSLN04A,7047,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309006,2639)$MAB3404A,7048,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309011,5653)$MRAE04,7049,0.000000)\\\n",
-      "\t\t\t\t0.000000\t(t_t_x(309016,8040)$MRAE04,7050,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(309061,3065)$EGPFA04,7051,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309070,18720)$EDGG704,7052,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309072,20013)$EDGG704,7053,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309098,1670)$RMZSI04,7054,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309099,10827)$MRAE04,7055,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309103,12420)$MRAE04,7056,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309119,3635)$ZM56704,7057,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(309127,11509)$LGZAA04M,7058,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309142,2820)$LEBAS04A,7059,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309143,14430)$LELVL104,7060,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309144,1581)$RMZU04,7061,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309172,11933)$EDGG704,7062,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309174,9720)$LELVL104,7063,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(309188,22080)$EDGG704,7064,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309190,9377)$MRAE04,7065,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309200,3813)$LCES004M,7066,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309203,871)$YB3EH04A,7067,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309207,2490)$KFUL1U04,7068,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309208,5527)$LELVL104,7069,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(309210,15791)$EDGG704,7070,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309267,3218)$RMZSI04,7071,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309270,21101)$EDGG704,7072,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309271,495)$KSAL1204,7073,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309281,4500)$ZM56704,7074,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(309283,7016)$LGSRA04,7075,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309284,3076)$LFMDA04A,7076,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309298,19084)$EDGG704,7077,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309311,8514)$YB3EH04A,7078,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309313,2492)$LEBAS04A,7079,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309316,5250)$LGIRA04,7080,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(309317,7925)$MRAE04,7081,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309321,8633)$LGIRA04,7082,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309324,1999)$RMZSI04,7083,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309331,1978)$RMZU04,7084,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309347,12951)$LGZAA04M,7085,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309349,1296)$KFUL1U04,7086,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309374,7384)$LGIRA04,7087,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309385,2023)$MRAE04,7088,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309386,22024)$LCES004,7089,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309400,5807)$MAB3404A,7090,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309414,11610)$LCES004,7091,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309437,120)$ZM56704,7092,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309442,13885)$MGY04,7093,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309449,7602)$LEBAS04A,7094,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309461,1894)$KFUL1U04,7095,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(309462,1451)$LOVN1504,7096,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309465,6306)$LGZAA04M,7097,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309473,2713)$LOVN1504,7098,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(309492,1025)$KWUR1C04,7099,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309498,2227)$RMZSI04,7100,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309507,7678)$LEBAS04A,7101,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309508,1801)$LGRPA04,7102,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309520,10171)$MRAE04,7103,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(309536,5417)$LELVU04,7104,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309547,5832)$LEBAS04A,7105,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309557,17079)$EDGG704,7106,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309560,2624)$YB3EH04A,7107,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309573,9960)$LCES004,7108,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309577,12332)$MRAE04,7109,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(309583,6960)$MRAE04,7110,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309588,6111)$MRAE04,7111,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309594,2142)$KWUR1C04,7112,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309597,1800)$KFUL1U04,7113,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309599,4247)$YB3EH04A,7114,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309602,1620)$LEBAS04A,7115,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309625,11957)$MRAE04,7116,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309641,579)$KFUL1U04,7117,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(309684,1679)$MAB3404A,7118,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309693,13376)$MRAE04,7119,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309695,11336)$MRAE04,7120,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309709,2460)$LFPND04,7121,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309711,11752)$MRAE04,7122,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309721,706)$YB3EH04A,7123,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309724,285)$RMZU04,7124,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309725,11752)$LELVL104,7125,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309735,1230)$KSPE104D,7126,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309780,21120)$LCES004,7127,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309790,5880)$YB3EH04A,7128,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309806,3539)$LGRPA04,7129,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309822,3835)$ZM56704,7130,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309872,6038)$KSAL1204,7131,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309887,256)$LGKFN04,7132,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309890,4631)$KWUR1C04,7133,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309899,11321)$YB3EH04A,7134,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309911,1923)$RJIU04M,7135,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309920,11442)$LELVL104,7136,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309940,1814)$LELVL104,7137,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309941,8520)$MRAEE04,7138,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309953,1684)$LOVN1504,7139,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309959,10586)$MRAE04,7140,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309965,3527)$LEBAS04A,7141,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309978,5948)$YB3EH04A,7142,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309981,14832)$EDGG704,7143,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309986,2213)$LEBAS04A,7144,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310005,16516)$EDGG704,7145,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310024,761)$RMZU04,7146,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310042,235)$KFZ4404L,7147,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310043,5071)$ZM56704,7148,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310058,276)$KSLN04A,7149,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310080,6577)$LEBAS04A,7150,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310081,670)$KFUL1U04,7151,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310082,18688)$EDGG704,7152,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310087,168)$EGPFA04,7153,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310096,12686)$MRAE04,7154,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310117,6076)$YB3EH04A,7155,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310120,5991)$LGIRA04,7156,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310127,970)$YB3EH04A,7157,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310158,12180)$LCES004,7158,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310175,4205)$LELVL104,7159,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310199,8292)$MRAE04,7160,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310219,13487)$EDGG704,7161,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310235,939)$MAB3404A,7162,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310238,3651)$LELVL104,7163,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310256,660)$KSAL1204,7164,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310272,20820)$LCES004,7165,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(310282,21663)$LCES004,7166,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310287,1020)$LCES004,7167,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310303,3503)$RMZU04,7168,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310311,9504)$LELVL104,7169,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310381,2395)$KFUL1U04,7170,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310384,5065)$KWUR1C04,7171,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310386,1678)$EDGG704,7172,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310388,300)$KSAL1204,7173,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310392,21555)$LCES004,7174,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310398,386)$KFUL1U04,7175,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310417,1799)$KFUL1U04,7176,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310438,15236)$EDGG704,7177,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310475,19920)$LCES004,7178,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(310502,11418)$MRAE04,7179,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310512,1803)$LOVN1504,7180,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310522,10432)$LELVL104,7181,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310533,14932)$MRAE04,7182,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310535,8092)$LELVL104,7183,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310539,5389)$YB3EH04A,7184,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310560,7020)$LCES004,7185,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310570,3079)$KSLN04A,7186,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310580,19235)$EDGG704,7187,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310593,3596)$LELVL104,7188,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310594,2114)$LELVL104,7189,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310599,255)$KFZ4404L,7190,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(310618,12898)$EDGG704,7191,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310635,5289)$ZM56704,7192,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310647,14325)$MRAE04,7193,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310665,7035)$YB3EH04A,7194,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310668,2847)$GL34W04,7195,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310671,8888)$LELVL104,7196,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310674,10740)$MRAE04,7197,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(310692,17101)$MGY04,7198,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310719,3892)$LELVL104,7199,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310724,13853)$MRAE04,7200,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310732,10920)$LCES004,7201,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310742,2852)$KSLN04A,7202,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310743,3408)$LELVL104,7203,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310753,5940)$RMZU04,7204,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(310755,5421)$ZM56704,7205,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310759,13269)$MRAE04,7206,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310761,17593)$EDGG704,7207,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310774,9670)$LELVL104,7208,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310792,531)$MAB1204A,7209,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310795,9403)$LELVL104,7210,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(310853,9471)$LELVL104,7211,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310899,3908)$KSLN04A,7212,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310901,1200)$YB3EH04A,7213,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310913,15483)$MGY04,7214,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310943,7289)$LEBAS04A,7215,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310951,921)$KWUR1C04,7216,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310982,3574)$YB3EH04A,7217,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310983,14072)$EDGG704,7218,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311042,2139)$KSAL1204,7219,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311070,1270)$CPRFBR04,7220,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311071,18786)$EDGG704,7221,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311073,16800)$LCES004,7222,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311074,899)$GL34W04,7223,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311108,20160)$LCES004,7224,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311119,2833)$RMZSI04,7225,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311138,2206)$KWUR1C04,7226,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311142,3239)$MAB3404A,7227,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311143,229)$RNS04M,7228,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311151,13219)$MRAE04,7229,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(311155,19546)$LCES004,7230,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311161,232)$MRAE04,7231,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311168,4446)$KSAL1204,7232,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311203,4446)$LELVL104,7233,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311242,5101)$LELVL104,7234,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311253,4101)$LFMDA04A,7235,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311255,12744)$MRAE04,7236,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311256,420)$YB3EH04A,7237,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311257,2601)$KFUL1U04,7238,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311260,15939)$MGY04,7239,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(311265,11647)$LCES004,7240,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311272,10117)$LELVL104,7241,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311284,16620)$LCES004,7242,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311285,5820)$LCES004,7243,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311291,2248)$LELVL104,7244,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311293,2677)$LGAVA04,7245,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311300,6689)$LEBAS04A,7246,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311312,13680)$MRAE04,7247,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311314,776)$LELVL104,7248,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311315,4087)$LEBAS04A,7249,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311329,11994)$MRAE04,7250,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311344,8327)$LELVL104,7251,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311351,1919)$LOVN1504,7252,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311402,300)$KSAL1A04,7253,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311412,2531)$KSLN04A,7254,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311413,3239)$MAB3404A,7255,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311440,6955)$MRAE04,7256,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311443,17446)$EDGG704,7257,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311447,4800)$LGKFN04,7258,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311462,2096)$LELVL104,7259,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311478,1806)$LELVL104,7260,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311496,54)$CPGSE04,7261,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311520,5089)$LELVL104,7262,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311542,20276)$LCES004,7263,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311548,7617)$LELVL104,7264,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(311549,1680)$LELVL104,7265,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311550,841)$KSLN04A,7266,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311636,7613)$LELVL104,7267,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311650,12900)$MRAE04,7268,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311680,7320)$LELVL104,7269,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311697,14860)$EDGG704,7270,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311706,12660)$MRAE04,7271,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311727,8159)$MRAE04,7272,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311733,16840)$MGY04,7273,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311757,18960)$LCES004,7274,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311813,2770)$LELVL104,7275,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311825,1728)$RMZU04,7276,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311838,20178)$LCES004,7277,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311840,20160)$LCES004,7278,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311845,7948)$YB3EH04A,7279,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311850,12691)$MGY04,7280,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311856,14808)$MRAE04,7281,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311863,6165)$KSLN04A,7282,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311878,10618)$MRAE04,7283,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(311882,7209)$LELVL104,7284,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311886,20460)$LCES004,7285,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311949,5388)$MAB1204A,7286,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311954,7097)$MRAE04,7287,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311988,6061)$MAB3404A,7288,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311993,1652)$CPRFBR04,7289,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311998,11400)$MRAE04,7290,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312009,3696)$LLBGA04L,7291,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312011,1951)$YB3EH04A,7292,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312015,17820)$LCES004,7293,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(312017,22800)$LCES004,7294,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312020,8300)$MRAE04,7295,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312034,2890)$MAB1204A,7296,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312036,14337)$MGY04,7297,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312051,1828)$YB3EH04A,7298,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312066,10002)$EDGG704,7299,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312085,13746)$MRAE04,7300,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312091,2360)$KSLN04A,7301,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312097,6780)$LCES004,7302,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312192,8520)$MRAEE04,7303,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312199,15420)$LCES004,7304,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312231,2780)$LGSRA04,7305,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312302,22740)$LCES004,7306,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312325,4469)$YB3EH04A,7307,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312349,5321)$KWUR1C04,7308,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312354,1620)$MAB1204A,7309,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(312369,13005)$MRAE04,7310,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312417,177)$KFZ4404L,7311,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(312436,15812)$MGY04,7312,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312442,5880)$LEBAS04A,7313,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312456,4270)$KFUL1U04,7314,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(312494,840)$LOVN1504,7315,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312497,6660)$LEBAS04A,7316,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312503,13661)$MRAE04,7317,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312532,1191)$LELVL104,7318,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312565,3000)$LCES004,7319,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312583,14520)$LCES004,7320,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312641,300)$LCES004,7321,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(312648,20861)$EDGG704,7322,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312659,10800)$MRAE04,7323,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312674,17220)$LCES004,7324,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312682,7080)$MRAE04,7325,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312707,5824)$MRAE04,7326,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312715,14813)$MGY04,7327,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(312731,3018)$GL34W04,7328,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312746,1674)$LEBAS04A,7329,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(312762,6054)$MRAE04,7330,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312792,5703)$LEBAS04A,7331,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312800,15080)$EDGG704,7332,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312825,11736)$LCES004,7333,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312879,15120)$LCES004,7334,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312881,13513)$MRAE04,7335,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312895,14520)$LCES004,7336,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312912,2448)$MAB1204A,7337,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312938,4860)$LCES004,7338,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312950,8640)$MRAE04,7339,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312956,14579)$EDGG704,7340,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312975,3583)$ZM56704,7341,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312999,17508)$EDGG704,7342,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313002,16635)$MGY04,7343,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313003,5325)$MRAE04,7344,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313034,2693)$GL34W04,7345,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313054,13704)$MGY04,7346,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(313068,15786)$LCES004,7347,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313100,1786)$RMZU04,7348,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313102,2940)$LCES004,7349,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313119,1468)$LOVN1504,7350,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(313135,3040)$KWUR1C04,7351,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313202,4938)$KWUR1C04,7352,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(313298,1850)$GL34W04,7353,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313302,2820)$LCES004,7354,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313344,6280)$MRAE04,7355,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313354,5690)$LEBAS04A,7356,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313372,14177)$MRAE04,7357,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313410,1436)$LEBAS04A,7358,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(313433,5460)$MRAE04,7359,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313526,10614)$LELVL104,7360,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313536,5535)$KWUR1C04,7361,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313540,10632)$LCES004,7362,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313563,938)$MAB1204A,7363,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313569,15540)$LCES004,7364,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313590,2549)$KWUR1C04,7365,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313638,16628)$EDGG704,7366,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313701,4866)$MRAE04,7367,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313717,11206)$MRAE04,7368,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313758,9720)$LCES004,7369,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313874,3540)$MAB1204A,7370,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313875,3840)$LCES004,7371,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313899,2659)$KSAL1204,7372,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313994,5641)$EDGG704,7373,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314075,7860)$MRAE04,7374,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314104,434)$KFUL1U04,7375,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314108,12678)$LCES004,7376,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314131,15012)$MRAE04,7377,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314172,17490)$EDGG704,7378,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314186,11773)$MRAE04,7379,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314191,8158)$MRAEE04,7380,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(314198,4834)$MAB1204A,7381,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314223,7980)$LCES004,7382,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314225,14911)$MRAE04,7383,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314236,4018)$LCES004,7384,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314330,2905)$KWUR1C04,7385,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314402,12895)$MRAE04,7386,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(314450,1493)$KWUR1C04,7387,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314457,19492)$EDGG704,7388,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314530,2683)$GL34W04,7389,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314538,11400)$EDGG704,7390,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314563,9331)$MRAE04,7391,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(314573,15300)$EDGG704,7392,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314600,12138)$EDGG704,7393,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314699,12660)$LCES004,7394,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314705,1567)$KSLN04A,7395,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_t_x(314730,10025)$MRAE04,7396,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314736,8400)$EDGG704,7397,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(314808,9627)$MRAE04,7398,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314816,14041)$EDGG704,7399,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314823,12714)$MRAE04,7400,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(314847,14388)$MRAE04,7401,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314889,15473)$EDGG704,7402,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314986,1418)$KWUR1C04,7403,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(314999,19070)$EDGG704,7404,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315019,11436)$EDGG704,7405,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315040,3232)$LELVL104,7406,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315081,2580)$LCES004,7407,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315138,1892)$LCES004,7408,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315209,5160)$MAB1204A,7409,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315232,4680)$LCES004,7410,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315366,8725)$MRAE04,7411,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(315428,1140)$LELVL104,7412,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315544,14910)$EDGG704,7413,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315618,14503)$EDGG704,7414,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315692,1870)$LLBGA04L,7415,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315748,16279)$EDGG704,7416,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315763,11711)$EDGG704,7417,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315779,3300)$LCES004,7418,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315788,3253)$LELVL104,7419,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315895,15300)$MRAE04,7420,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315991,16470)$EDGG704,7421,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316029,14787)$EDGG704,7422,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316061,2781)$LLBGA04L,7423,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316090,15649)$LCES004,7424,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316213,5469)$EDGG704,7425,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316285,2855)$KWUR1C04,7426,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316289,7022)$LELVL104,7427,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316298,12675)$EDGG704,7428,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316314,3528)$KWUR1C04,7429,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316391,12720)$EDGG704,7430,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316430,2940)$LCES004,7431,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316446,13819)$MGY04,7432,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316476,14458)$EDGG704,7433,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316499,14337)$EDGG704,7434,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316538,15120)$EDGG704,7435,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316618,2506)$LLBGA04L,7436,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316626,6589)$KWUR1C04,7437,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316914,8439)$MRAE04,7438,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316916,16449)$EDGG704,7439,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316925,4575)$EDGG704,7440,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317001,6047)$EDGG704,7441,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317008,8136)$MRAE04,7442,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317048,11820)$LCES004,7443,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317067,1600)$LLBGA04L,7444,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317111,15667)$EDGG704,7445,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317116,6454)$MRAE04,7446,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317153,13287)$EDGG704,7447,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317216,19321)$EDGG704,7448,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317222,14716)$EDGG704,7449,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317300,18466)$EDGG704,7450,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317357,1773)$LGRPA04,7451,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317358,19482)$EDGG704,7452,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317360,10384)$MRAE04,7453,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317443,5662)$MRAE04,7454,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317538,960)$MAB1204A,7455,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317603,3346)$LLBGA04L,7456,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317621,6943)$EDGG704,7457,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317644,8400)$MRAE04,7458,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(317675,5573)$EDGG704,7459,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317851,14940)$EDGG704,7460,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317908,11063)$EDGG704,7461,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317920,11166)$EDGG704,7462,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317924,8100)$MRAE04,7463,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(317978,13682)$EDGG704,7464,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317991,16822)$EDGG704,7465,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317994,1972)$MRAE04,7466,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(318112,8161)$MRAE04,7467,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(318187,10080)$MRAE04,7468,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(318401,8634)$EDGG704,7469,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(318435,12720)$EDGG704,7470,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(318473,3595)$LLBGA04L,7471,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(318516,8757)$MRAE04,7472,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(318565,1512)$LELVL104,7473,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(318660,9244)$EDGG704,7474,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(318832,2156)$MRAE04,7475,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(319008,14090)$EDGG704,7476,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(319288,6960)$MRAE04,7477,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(319337,14100)$EDGG704,7478,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(319782,1369)$MRAE04,7479,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(320054,19316)$EDGG704,7480,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(320214,4442)$MRAE04,7481,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(320591,2598)$EDGG704,7482,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(320734,19168)$EDGG704,7483,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(321498,11700)$EDGG704,7484,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(322722,15689)$EDGG704,7485,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(323044,4080)$MRAE04,7486,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(323790,7800)$EDGG704,7487,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(262808,0),7488,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(262875,29)EBBRA04E,7489,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(262946,0),7490,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263142,0),7491,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263279,12)KFZ4404M,7492,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(263297,0),7493,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263298,0),7494,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(263306,1590)LCES004,7495,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263332,0),7496,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263350,4)RFBRT04M,7497,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263367,0),7498,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263370,0),7499,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263502,0),7500,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263503,0),7501,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263516,0),7502,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263580,2203)LCES004,7503,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(263584,87)LEBAS04A,7504,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263587,1105)LCES004M,7505,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263594,905)LCES004M,7506,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263601,0),7507,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263602,1189)LCES004,7508,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263612,1531)LCES004,7509,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263613,0),7510,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(263638,281)LEBAS04A,7511,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263646,0),7512,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263713,0),7513,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(263814,83)LEBAS04A,7514,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263816,0),7515,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263860,437)LCES004,7516,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263862,1290)LCES004,7517,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263866,1659)LCES004,7518,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263868,1816)LCES004,7519,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263921,1648)LCES004,7520,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263958,0),7521,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(263962,184)LCES004,7522,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(264011,1225)LCES004,7523,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(267735,0),7524,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(267745,0),7525,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(269731,0),7526,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(270327,0),7527,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(271199,0),7528,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(272849,701)LGKFN04,7529,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273032,0),7530,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(273960,0),7531,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(273980,0),7532,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(274216,0),7533,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(275587,0),7534,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(275682,0),7535,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(275809,0),7536,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276210,24)KHVL104E,7537,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276300,0),7538,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276307,472)LGKFN04,7539,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276531,0),7540,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276534,6)KHVL104E,7541,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276611,0),7542,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(276830,0),7543,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276838,0),7544,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276911,0),7545,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(276959,46)PMXX04M,7546,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276972,0),7547,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(276991,0),7548,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(277127,44)LGKFN04,7549,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277129,0),7550,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277190,105)EG11G04M,7551,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277201,0),7552,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(277284,0),7553,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277425,0),7554,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277434,0),7555,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277472,89)EG11G04M,7556,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277562,76)YH5MH04M,7557,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(277703,0),7558,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277744,0),7559,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277803,0),7560,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277826,0),7561,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(277936,625)LGKFN04,7562,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278026,0),7563,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278067,0),7564,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278158,0),7565,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(278209,0),7566,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278261,0),7567,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(278295,0),7568,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278320,0),7569,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(278487,0),7570,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278555,0),7571,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278565,15)LELVU04,7572,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278647,210)EHAMA04,7573,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278669,0),7574,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278681,311)EHAMA04,7575,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278839,0),7576,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278872,0),7577,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(278889,0),7578,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(278940,0),7579,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279048,0),7580,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279186,0),7581,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279250,0),7582,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279259,0),7583,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(279347,0),7584,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279349,0),7585,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279386,0),7586,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279398,0),7587,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279409,117)YH5MH04M,7588,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279467,0),7589,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279485,0),7590,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279544,0),7591,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279552,0),7592,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279627,278)EGPFA04,7593,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279642,0),7594,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279690,730)EGPFA04,7595,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(279693,48)YH5MH04M,7596,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279716,0),7597,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279791,415)EHAMA04,7598,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279801,100)EHAMA04,7599,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279827,0),7600,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279845,0),7601,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279887,1932)LGSRA04,7602,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279893,0),7603,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279896,0),7604,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279965,27)LEBAS04M,7605,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(279969,3)RFBRT04M,7606,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280103,0),7607,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280104,908)LFMDA04A,7608,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280115,0),7609,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280142,323)EHAMA04,7610,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280153,60)LCES004M,7611,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280192,0),7612,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280277,43)RVKWS04,7613,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280283,19)YH5MH04M,7614,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280331,0),7615,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280396,0),7616,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280453,0),7617,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280578,0),7618,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280579,0),7619,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280587,668)RVKWU04M,7620,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280607,0),7621,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280666,0),7622,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280791,112)KCHI104M,7623,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280804,0),7624,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280815,47)KSPE104D,7625,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(280928,0),7626,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281048,587)LGKFN04,7627,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281074,0),7628,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281091,0),7629,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281143,259)LGKFN04,7630,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281256,0),7631,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281348,0),7632,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281359,0),7633,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281485,0),7634,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281487,0),7635,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281723,0),7636,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281776,1292)LGSRA04,7637,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281824,415)RVKWU04M,7638,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281905,76)YH5MH04M,7639,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281910,0),7640,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281922,0),7641,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281923,0),7642,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281946,0),7643,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(281962,0),7644,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282121,0),7645,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282176,0),7646,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282259,0),7647,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282303,10)YBOLN04M,7648,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282416,0),7649,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282430,26)EBBRA04E,7650,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282582,0),7651,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(282583,71)PMXX04M,7652,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282592,120)LEBAS04A,7653,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282606,450)LEBAS04A,7654,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282620,0),7655,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282720,0),7656,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282727,128)LGKFN04,7657,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(282752,0),7658,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282755,0),7659,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282785,0),7660,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282822,0),7661,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282868,0),7662,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282912,0),7663,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282933,0),7664,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282964,2437)LGSRA04,7665,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(282986,0),7666,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283037,2662)LGZAA04M,7667,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283072,282)RASI04M,7668,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283123,46)KCHI104M,7669,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283128,0),7670,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(283139,0),7671,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283194,0),7672,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283209,0),7673,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283211,0),7674,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283253,241)RASI04M,7675,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283254,0),7676,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283256,0),7677,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(283259,39)EGNOR04M,7678,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283288,0),7679,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283289,0),7680,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283305,56)KSLN04A,7681,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283389,41)RQXSI04E,7682,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(283452,0),7683,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283458,489)RMZSI04,7684,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283464,0),7685,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283510,0),7686,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283559,655)LGKFN04,7687,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283562,0),7688,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283593,0),7689,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283746,0),7690,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283760,73)FUJ04M,7691,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283853,0),7692,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(283943,488)LGSRA04,7693,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284082,0),7694,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284085,631)RVKWU04M,7695,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284094,0),7696,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284106,0),7697,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284125,325)RMZSI04,7698,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284141,0),7699,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284154,0),7700,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284165,447)RVKWU04M,7701,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284170,0),7702,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284183,50)LOVN1504,7703,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284185,0),7704,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284190,98)PMXX04M,7705,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284206,0),7706,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284224,574)RMZSI04,7707,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284228,0),7708,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284247,0),7709,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284260,311)RASI04M,7710,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(284283,786)RVKWU04M,7711,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284287,0),7712,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284291,0),7713,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284297,0),7714,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284313,0),7715,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(284316,0),7716,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284341,0),7717,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(284344,0),7718,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284349,0),7719,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(284350,0),7720,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284357,405)RVKWU04M,7721,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284372,0),7722,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284380,0),7723,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284450,0),7724,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284467,0),7725,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284550,0),7726,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284562,0),7727,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284566,26)YB3EH04A,7728,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284595,0),7729,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284601,0),7730,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284631,0),7731,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284722,0),7732,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284738,0),7733,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284809,100)LGAVA04,7734,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284839,21)RASI04M,7735,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284860,410)RVKWU04M,7736,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284868,0),7737,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284880,0),7738,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284894,0),7739,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(284911,0),7740,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285040,0),7741,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285070,0),7742,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285123,0),7743,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285148,0),7744,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285157,0),7745,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285163,0),7746,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285189,401)RVKWU04M,7747,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285209,1)PMXX04M,7748,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285254,0),7749,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285300,0),7750,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285308,0),7751,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285328,0),7752,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285395,0),7753,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285458,0),7754,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285459,1496)LCES004,7755,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285474,0),7756,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285482,0),7757,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285521,0),7758,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285583,619)LGAVA04,7759,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285593,778)LCES004M,7760,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285599,0),7761,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285624,0),7762,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285664,1446)LCES004,7763,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285672,0),7764,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285688,0),7765,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285704,0),7766,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285711,0),7767,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285723,71)EHAMA04,7768,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285724,36)BR404M,7769,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285733,1955)LCES004,7770,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285747,0),7771,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285766,0),7772,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285792,0),7773,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285794,82)RQXSI04E,7774,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285840,0),7775,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285843,0),7776,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285862,0),7777,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285875,0),7778,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285899,0),7779,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285938,584)RMZSI04,7780,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(285972,0),7781,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(285990,0),7782,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286071,434)EDGG704,7783,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(286082,0),7784,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286095,0),7785,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286109,0),7786,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(286122,0),7787,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286141,0),7788,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(286143,0),7789,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286221,0),7790,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286224,0),7791,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(286329,0),7792,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286439,0),7793,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(286506,0),7794,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286568,0),7795,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286575,0),7796,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286628,0),7797,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(286638,54)RNS04M,7798,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286678,0),7799,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286685,0),7800,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286690,63)EHAMA04,7801,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286733,0),7802,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286743,0),7803,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(286753,0),7804,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286757,0),7805,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286763,239)RASI04M,7806,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286841,105)KSAL1204,7807,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286853,0),7808,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286855,0),7809,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(286877,0),7810,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286896,0),7811,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286963,0),7812,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(286969,209)RASI04M,7813,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287011,29)RMZU04E,7814,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(287020,173)RNS04M,7815,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287027,701)LCES004M,7816,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287140,937)RVKWU04M,7817,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(287143,0),7818,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287155,0),7819,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287185,28)YH5MH04M,7820,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287193,0),7821,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287194,0),7822,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287235,0),7823,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287240,0),7824,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(287287,0),7825,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287319,0),7826,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287337,0),7827,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287343,649)LGIRA04,7828,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287468,1)GL4W04M,7829,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287476,0),7830,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287515,0),7831,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287524,0),7832,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(287579,0),7833,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287581,0),7834,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287595,69)KWUR1C04,7835,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(287604,0),7836,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287623,0),7837,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287631,0),7838,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287660,0),7839,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287696,456)RMZSI04,7840,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287722,0),7841,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(287736,0),7842,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287796,0),7843,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287817,0),7844,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287855,5)RNS04M,7845,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287882,346)LGIRA04,7846,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287895,0),7847,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287899,0),7848,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287904,0),7849,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287934,0),7850,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(287978,19)YH5MH04M,7851,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288004,52)KWUR1C04,7852,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288078,0),7853,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288101,127)KSPE104D,7854,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(288104,0),7855,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288113,0),7856,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288115,0),7857,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288145,0),7858,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288154,0),7859,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(288162,0),7860,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288163,0),7861,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(288191,0),7862,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288224,0),7863,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(288242,174)PMXX04M,7864,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288252,0),7865,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(288253,0),7866,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288261,0),7867,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288279,0),7868,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288284,137)KSPE104D,7869,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288339,0),7870,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288341,0),7871,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288358,0),7872,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(288361,0),7873,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288377,520)RVKWU04M,7874,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288392,0),7875,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(288405,0),7876,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288431,14)YB3EH04M,7877,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288508,0),7878,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288599,0),7879,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288601,0),7880,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288647,32)LEMDAT04,7881,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288684,27)YH5MH04M,7882,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288694,0),7883,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288725,0),7884,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(288756,0),7885,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288792,0),7886,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288800,17)KFZ4404M,7887,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288838,0),7888,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288846,0),7889,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288879,169)RASI04M,7890,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288911,3)KSPE104D,7891,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(288918,0),7892,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288930,0),7893,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288940,0),7894,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288957,15)LEMDAT04,7895,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(288970,0),7896,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289099,40)LGAVA04,7897,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(289136,0),7898,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289160,0),7899,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289170,57)LELVL104,7900,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289172,45)LEMDAT04,7901,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(289175,0),7902,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289201,0),7903,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289215,0),7904,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289276,0),7905,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289283,94)LEMDAT04,7906,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(289297,1)RASI04M,7907,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289315,0),7908,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289330,0),7909,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(289347,35)MRAE04,7910,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289361,0),7911,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289397,0),7912,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289405,0),7913,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289457,0),7914,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289463,0),7915,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(289490,0),7916,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289499,0),7917,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289519,0),7918,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(289566,707)LGKFN04,7919,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289584,0),7920,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289587,0),7921,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289613,217)KSLN04A,7922,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(289655,0),7923,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289665,0),7924,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(289716,50)LGKFN04,7925,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289758,0),7926,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289768,0),7927,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289783,0),7928,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289862,0),7929,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289868,1469)LCES004,7930,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289894,375)LCES004,7931,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(289901,0),7932,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289907,0),7933,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289945,516)LGKFN04,7934,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289961,0),7935,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289989,1092)EDGG704,7936,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(289999,97)PMXX04M,7937,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290019,0),7938,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290022,0),7939,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290041,23)KFZ4404M,7940,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(290047,163)RASI04M,7941,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290063,0),7942,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290082,0),7943,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(290090,946)EDGG704,7944,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290110,0),7945,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290112,0),7946,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290137,0),7947,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290158,0),7948,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(290166,40)RNS04M,7949,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290258,0),7950,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290272,6)LEMDAT04,7951,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(290283,451)LGAVA04,7952,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290302,0),7953,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290343,0),7954,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290367,0),7955,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290378,114)YD5WH04M,7956,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290395,0),7957,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(290407,218)LFMDA04A,7958,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290429,0),7959,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(290433,0),7960,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290436,0),7961,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290447,0),7962,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290468,0),7963,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(290480,95)RJIU04M,7964,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290499,0),7965,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290501,0),7966,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290513,0),7967,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290535,0),7968,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290553,32)LEMDAT04,7969,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290567,0),7970,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(290573,0),7971,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290578,0),7972,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290583,0),7973,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290624,0),7974,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(290633,0),7975,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290646,0),7976,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290667,0),7977,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290676,0),7978,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290680,0),7979,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(290696,130)RNS04M,7980,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290761,0),7981,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290766,0),7982,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290776,0),7983,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290803,0),7984,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290819,0),7985,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(290863,290)RVKWU04M,7986,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290866,0),7987,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290867,0),7988,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290871,0),7989,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290883,0),7990,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290892,0),7991,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(290967,0),7992,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291009,0),7993,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291013,0),7994,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291014,660)LCES004M,7995,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291038,849)EDGG704,7996,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291040,0),7997,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291048,9)LEMDAT04,7998,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291078,0),7999,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291104,1853)LCES004,8000,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291117,0),8001,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291128,0),8002,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291159,0),8003,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291189,376)RVKWU04M,8004,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291204,0),8005,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291223,40)EGPFA04,8006,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291226,11)RQXSI04E,8007,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291238,0),8008,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291241,0),8009,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291257,746)EDGG704,8010,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291264,0),8011,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291267,311)RNS04M,8012,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291292,0),8013,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291299,15)KSPE104D,8014,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291305,968)EDGG704,8015,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291309,0),8016,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291314,0),8017,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291317,0),8018,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291326,0),8019,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291341,0),8020,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291359,190)KCHI104M,8021,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291377,0),8022,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291417,0),8023,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291447,0),8024,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291455,0),8025,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291480,0),8026,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291491,3)ZM56704,8027,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291494,0),8028,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291499,0),8029,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291515,0),8030,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291521,0),8031,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291534,0),8032,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291539,0),8033,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291547,0),8034,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291554,0),8035,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291577,0),8036,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291579,0),8037,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291594,0),8038,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291603,0),8039,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291612,0),8040,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291639,0),8041,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291640,0),8042,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291645,320)LGSRA04,8043,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291652,0),8044,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291679,82)RNS04M,8045,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291697,0),8046,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291719,0),8047,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291739,124)KSLN04A,8048,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291798,0),8049,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291826,0),8050,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291859,0),8051,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291874,44)MM304,8052,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291891,447)LGKFN04,8053,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291917,0),8054,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(291918,1078)LGZAA04M,8055,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(291959,0),8056,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292006,0),8057,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292091,0),8058,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292092,0),8059,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292099,0),8060,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292100,0),8061,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292111,0),8062,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292130,0),8063,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292187,75)KSPE104D,8064,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292197,0),8065,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292232,477)LGAVA04,8066,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292251,0),8067,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292286,111)RVKWS04,8068,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292319,0),8069,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292327,37)YB3EH04A,8070,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292330,0),8071,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292354,0),8072,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292383,1397)EDGG704,8073,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292388,94)RQXU04E,8074,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292408,1)BKED1204,8075,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292423,1589)EDGG704,8076,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292442,0),8077,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292453,0),8078,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292500,0),8079,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292533,0),8080,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292534,0),8081,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292565,0),8082,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292574,0),8083,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292587,0),8084,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292614,0),8085,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292627,0),8086,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292635,0),8087,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292672,17)RQXU04E,8088,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292676,0),8089,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292700,42)GL4W04M,8090,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292710,0),8091,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292713,0),8092,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292716,0),8093,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292735,47)GL4W04M,8094,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292739,0),8095,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292748,0),8096,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292762,0),8097,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292778,0),8098,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292783,0),8099,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292791,521)EGPFA04,8100,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292796,1763)LCES004,8101,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_t_x(292801,0),8102,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292805,0),8103,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292837,0),8104,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292872,0),8105,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292917,0),8106,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292934,0),8107,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292940,1048)EDGG704,8108,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(292946,0),8109,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(292991,0),8110,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293036,0),8111,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293050,25)RQXU04E,8112,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293070,284)RNS04M,8113,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293071,159)RASI04M,8114,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293072,0),8115,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293074,0),8116,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293090,0),8117,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293092,20)RASI04M,8118,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293132,0),8119,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293146,0),8120,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293150,0),8121,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293166,0),8122,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293191,0),8123,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293241,0),8124,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293252,0),8125,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293300,0),8126,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293340,0),8127,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293371,0),8128,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293416,0),8129,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293429,0),8130,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293430,128)RQXU04E,8131,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293451,0),8132,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293491,92)RVKWS04,8133,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293498,0),8134,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293520,0),8135,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293531,21)GL4W04M,8136,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293533,0),8137,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293537,40)KFZ4404M,8138,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293539,559)RVKWU04M,8139,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293549,0),8140,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293566,20)RNI04M,8141,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293569,0),8142,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293571,0),8143,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293585,50)YB3EH04A,8144,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293587,476)LCES004,8145,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293601,0),8146,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293621,0),8147,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293622,0),8148,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293640,0),8149,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293650,493)EGPFA04,8150,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293680,108)LELVL104,8151,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293710,1599)EDGG704,8152,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293718,521)EGPFA04,8153,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293737,0),8154,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293790,0),8155,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293802,0),8156,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293804,0),8157,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293817,0),8158,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293879,0),8159,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293880,0),8160,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293894,0),8161,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293898,0),8162,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293909,0),8163,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(293964,0),8164,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(293986,0),8165,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294005,0),8166,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294010,0),8167,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294025,0),8168,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294030,0),8169,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294048,0),8170,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294056,0),8171,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294089,190)LEMDAT04,8172,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294111,0),8173,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294112,0),8174,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294125,0),8175,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294126,0),8176,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294133,0),8177,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294164,0),8178,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294193,0),8179,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294200,127)RQXSI04E,8180,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294211,0),8181,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294362,0),8182,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294365,0),8183,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294370,111)KSPE104D,8184,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294406,0),8185,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294418,0),8186,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294433,140)RVKWU04M,8187,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294442,152)LOVN1504,8188,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294449,0),8189,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294460,0),8190,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294473,0),8191,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294490,0),8192,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294500,98)RASI04M,8193,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294501,0),8194,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294546,0),8195,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294556,0),8196,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294560,0),8197,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294603,0),8198,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294610,8)RQXU04E,8199,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294615,0),8200,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294633,0),8201,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294637,0),8202,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294656,0),8203,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294672,0),8204,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294674,0),8205,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294685,0),8206,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294750,0),8207,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294752,0),8208,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294756,0),8209,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294779,53)RNS04M,8210,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294791,0),8211,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294807,1070)LCES004M,8212,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294815,0),8213,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294841,0),8214,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294845,74)KFZ4404M,8215,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294847,0),8216,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294876,0),8217,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294899,0),8218,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294900,0),8219,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294912,63)RNS04M,8220,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294913,0),8221,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294925,803)RVKWU04M,8222,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294926,0),8223,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294938,0),8224,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294950,20)RNS04M,8225,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(294986,180)LGKFN04,8226,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294990,0),8227,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(294997,0),8228,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295005,0),8229,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295018,0),8230,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295023,0),8231,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295034,237)RNS04M,8232,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295047,0),8233,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295049,0),8234,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295116,102)RQXU04E,8235,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295129,0),8236,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295157,0),8237,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295162,16)RVKWS04,8238,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295168,3)BR204M,8239,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295205,0),8240,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295231,0),8241,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295273,0),8242,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295274,0),8243,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295282,0),8244,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295288,0),8245,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295292,0),8246,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295297,0),8247,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295298,0),8248,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295308,0),8249,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295333,0),8250,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295339,720)RVKWU04M,8251,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295343,627)RVKWU04M,8252,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295369,0),8253,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295371,0),8254,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295372,0),8255,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295393,0),8256,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295407,0),8257,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295413,0),8258,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295448,0),8259,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295456,789)RVKWU04M,8260,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295458,0),8261,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295463,0),8262,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295496,0),8263,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295497,0),8264,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295501,0),8265,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295503,497)RVKWU04M,8266,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295511,0),8267,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295516,0),8268,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295519,1)YB3EH04A,8269,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295521,0),8270,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295522,188)PMXX04M,8271,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295550,0),8272,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295569,0),8273,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295571,0),8274,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295594,0),8275,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295595,0),8276,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295609,152)RASI04M,8277,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295620,888)RVKWU04M,8278,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295634,0),8279,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295688,0),8280,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295691,29)RMZU04,8281,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295708,0),8282,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295711,561)LGAVA04,8283,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295723,475)RVKWU04M,8284,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295728,0),8285,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295730,17)LEMDAT04,8286,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295732,0),8287,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295733,0),8288,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295734,127)LEMDAT04,8289,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295747,58)YB3EH04A,8290,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295752,0),8291,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295754,140)LEMDAT04,8292,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295761,0),8293,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295790,0),8294,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295794,250)LEMDAT04,8295,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295795,0),8296,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295800,0),8297,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295817,0),8298,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295819,174)RVKWU04M,8299,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295822,0),8300,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295850,0),8301,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295862,0),8302,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295870,0),8303,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295875,0),8304,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295877,0),8305,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295885,0),8306,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295886,0),8307,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295887,0),8308,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295893,203)LEMDAT04,8309,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295905,0),8310,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295912,0),8311,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295915,0),8312,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295920,0),8313,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295923,0),8314,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295927,0),8315,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295932,35)RNS04M,8316,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295939,0),8317,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295941,0),8318,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(295942,0),8319,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295952,0),8320,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295961,0),8321,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(295980,108)RNS04M,8322,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296022,0),8323,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296031,23)MM204,8324,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296039,0),8325,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296046,0),8326,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296104,267)KFUL1U04,8327,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296131,0),8328,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296145,0),8329,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296153,0),8330,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296155,0),8331,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296158,0),8332,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296164,0),8333,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296180,0),8334,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296209,0),8335,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296212,148)KSLN04A,8336,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296238,0),8337,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296248,0),8338,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296289,0),8339,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296295,0),8340,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296307,0),8341,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296317,0),8342,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296334,0),8343,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296337,0),8344,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296350,0),8345,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296365,355)LGAVA04,8346,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296392,154)KSLN04A,8347,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296394,0),8348,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296401,0),8349,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296406,0),8350,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296407,48)YB3EH04A,8351,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296463,0),8352,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296465,0),8353,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296473,7)LCES004,8354,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296477,24)YB3EH04A,8355,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296521,41)KFUL1U04,8356,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296550,33)YB3EH04A,8357,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296563,0),8358,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296565,0),8359,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296585,0),8360,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296635,0),8361,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296640,0),8362,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296641,0),8363,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296649,0),8364,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296668,0),8365,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296685,0),8366,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296721,0),8367,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296754,634)LGKFN04,8368,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296755,0),8369,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296792,0),8370,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296824,0),8371,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296840,0),8372,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296850,0),8373,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296851,0),8374,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296857,5)BR204M,8375,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296864,0),8376,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296878,0),8377,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296918,0),8378,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296922,153)LGKFN04,8379,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(296928,72)LGIRA04,8380,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296939,0),8381,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296955,0),8382,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(296978,4)YB3EH04A,8383,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297011,0),8384,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297035,0),8385,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297037,56)LEBAS04A,8386,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297057,168)KCHI104M,8387,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297075,0),8388,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297076,0),8389,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297079,0),8390,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297080,0),8391,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297087,0),8392,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297113,0),8393,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297129,0),8394,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297145,24)LOVN1504,8395,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297157,654)LGKFN04,8396,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297158,0),8397,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297185,0),8398,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297207,0),8399,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297228,0),8400,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297232,24)RNI04M,8401,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297250,0),8402,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297288,171)YB3EH04A,8403,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297293,0),8404,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297313,0),8405,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297350,0),8406,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297362,0),8407,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297370,0),8408,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297384,0),8409,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297393,0),8410,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297398,0),8411,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297403,0),8412,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297407,0),8413,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297424,0),8414,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297427,186)RMZSI04,8415,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297433,0),8416,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297436,86)FUJ04M,8417,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297482,0),8418,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297500,393)LEBAS04A,8419,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297505,0),8420,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297519,0),8421,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297546,0),8422,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297571,0),8423,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297572,226)RVKWU04M,8424,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297613,0),8425,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297616,810)LGSRA04,8426,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297679,0),8427,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297680,617)RMZSI04,8428,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297682,0),8429,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297702,92)RMZSI04,8430,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297708,10)KFZ4404M,8431,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297721,0),8432,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297726,0),8433,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297744,0),8434,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297762,0),8435,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297773,0),8436,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297781,10)YB3EH04A,8437,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297827,0),8438,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297851,0),8439,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297904,105)LOVN1504,8440,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297922,0),8441,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297929,0),8442,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(297958,0),8443,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(297974,0),8444,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298009,0),8445,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298080,0),8446,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298089,0),8447,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298090,0),8448,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298114,0),8449,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(298116,0),8450,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298128,0),8451,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298171,0),8452,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298177,0),8453,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298183,80)YB3EH04A,8454,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298212,0),8455,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298218,0),8456,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298237,0),8457,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298246,0),8458,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298249,229)RNS04M,8459,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298297,0),8460,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298300,0),8461,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298306,0),8462,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298321,9)LEBAS04A,8463,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298333,5)KSPE104D,8464,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298368,0),8465,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298378,0),8466,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298384,0),8467,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298397,0),8468,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298402,668)LCES004M,8469,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298426,693)LCES004M,8470,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298434,1477)LCES004,8471,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298447,0),8472,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298477,368)RMZSI04,8473,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298480,0),8474,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298488,0),8475,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298501,0),8476,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298502,32)YB3EH04A,8477,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298503,0),8478,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298528,1167)LCES004,8479,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298564,0),8480,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298588,0),8481,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298592,0),8482,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298619,0),8483,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298646,0),8484,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298660,13)KCHI104M,8485,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298706,0),8486,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298713,0),8487,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(298715,0),8488,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300045,40)KSPE104D,8489,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300064,0),8490,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300072,15)KSLN04A,8491,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300133,0),8492,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300137,0),8493,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300146,0),8494,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300185,0),8495,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300204,0),8496,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300231,0),8497,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300232,0),8498,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300237,0),8499,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300256,177)LOVN1504,8500,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(300287,156)RNS04M,8501,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300290,0),8502,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300332,0),8503,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300414,0),8504,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300421,0),8505,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300422,0),8506,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300424,0),8507,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300428,0),8508,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300430,0),8509,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300445,1537)LCES004,8510,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300487,0),8511,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300504,377)LGKFN04,8512,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300521,0),8513,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300538,112)KSPE104D,8514,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300571,0),8515,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300582,0),8516,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300590,0),8517,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300621,1409)LCES004,8518,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300666,646)LCES004,8519,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300727,0),8520,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300750,62)EG11G04M,8521,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300765,0),8522,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300774,0),8523,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300786,570)LCES004M,8524,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300815,982)LCES004M,8525,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300850,0),8526,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300851,0),8527,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300885,172)RMZSI04,8528,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300896,0),8529,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300931,21)KSPE104D,8530,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300956,0),8531,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(300964,291)LGKFN04,8532,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301010,5)RNS04M,8533,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301035,0),8534,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301041,36)BKED1204,8535,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301058,930)LCES004M,8536,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301059,0),8537,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301070,588)EDGG704,8538,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301074,61)LGKFN04,8539,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301088,173)LEMDAT04,8540,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301101,0),8541,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301139,780)LCES004M,8542,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301145,157)YB3EH04A,8543,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301219,0),8544,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301285,0),8545,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(301287,0),8546,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301299,0),8547,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301329,0),8548,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301342,960)LCES004M,8549,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301346,0),8550,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301353,5)KSPE104D,8551,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301367,0),8552,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301391,184)RMZSI04,8553,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301417,154)LGKFN04,8554,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301420,304)LELVL104,8555,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301461,47)YB3EH04A,8556,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301477,184)MRAE04,8557,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301496,0),8558,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301501,114)LCES004,8559,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301540,0),8560,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301590,0),8561,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301601,0),8562,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301687,115)LEBAS04A,8563,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301707,0),8564,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301709,1219)LCES004M,8565,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301721,0),8566,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301727,0),8567,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301749,27)KSLN04A,8568,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301757,0),8569,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301783,0),8570,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301785,0),8571,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301815,9)GL4W04M,8572,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301819,0),8573,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301888,0),8574,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(301968,50)EG11G04M,8575,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302060,0),8576,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302073,0),8577,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302096,0),8578,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302136,0),8579,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302179,0),8580,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302180,0),8581,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302224,281)LELVL104,8582,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302247,0),8583,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302262,0),8584,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302300,0),8585,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302310,0),8586,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302341,0),8587,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302351,0),8588,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302365,685)RMZSI04,8589,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302390,131)RMZSI04,8590,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302457,0),8591,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302470,0),8592,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302474,0),8593,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(302528,0),8594,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302530,0),8595,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302531,0),8596,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302536,0),8597,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302552,0),8598,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302575,0),8599,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302591,18)BKED1204,8600,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302632,0),8601,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302643,52)EG11G04M,8602,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302650,0),8603,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302661,72)EG11G04M,8604,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302665,35)GL34W04,8605,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302670,146)RMZSI04,8606,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302679,0),8607,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302686,0),8608,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302705,0),8609,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302741,449)RMZSI04,8610,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302774,246)RMZSI04,8611,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302798,0),8612,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302801,0),8613,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302830,70)RMZSI04,8614,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302840,49)RMZU04,8615,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302940,0),8616,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302944,653)RMZSI04,8617,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302970,0),8618,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(302986,512)LEBAS04A,8619,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303013,0),8620,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303017,0),8621,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303035,0),8622,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303061,0),8623,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303077,0),8624,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303139,0),8625,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303152,314)LEBAS04A,8626,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303156,266)EG11G04M,8627,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303164,87)KSPE104D,8628,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303173,0),8629,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303194,0),8630,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303195,390)MRAE04,8631,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303203,1707)LCES004,8632,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303209,224)LEBAS04A,8633,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303215,0),8634,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303224,0),8635,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303227,322)LELVL104,8636,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303235,186)EGPFA04,8637,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303247,0),8638,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303253,0),8639,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303270,0),8640,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303282,7)LEMDAT04,8641,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303297,0),8642,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303314,60)EG11G04M,8643,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303341,797)LCES004M,8644,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303409,0),8645,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303471,0),8646,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303476,0),8647,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303485,425)LELVL104,8648,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303503,16)KSLN04A,8649,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303506,1830)LCES004,8650,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303517,420)RMZSI04,8651,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303529,608)EDGG704,8652,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303534,3213)LGZAA04M,8653,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303604,146)LELVL104,8654,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303617,99)KSLN04A,8655,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303652,0),8656,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303662,5)KSPE104D,8657,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303664,219)LGAVA04,8658,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303665,1780)LCES004,8659,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303666,24)YB3EH04A,8660,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303747,38)KSAL1204,8661,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303771,0),8662,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303784,38)KSPE104D,8663,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303790,0),8664,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303810,0),8665,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303814,873)EDGG704,8666,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303829,0),8667,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303832,0),8668,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303842,12)LELVU04,8669,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303874,0),8670,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303900,0),8671,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303911,0),8672,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303930,0),8673,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303959,2115)LGZAA04M,8674,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303971,0),8675,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303979,0),8676,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(303992,0),8677,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304001,201)LEBAS04A,8678,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304007,339)EG11G04M,8679,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304041,0),8680,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304074,0),8681,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304100,0),8682,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304139,230)LELVL104,8683,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304182,277)LELVL104,8684,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304230,697)EDGG704,8685,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304242,0),8686,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304245,0),8687,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304253,1097)LCES004M,8688,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304254,0),8689,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304261,0),8690,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304263,322)LELVL104,8691,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304315,0),8692,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304335,522)LELVL104,8693,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304362,1553)LGZAA04M,8694,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304414,3)LEMDAT04,8695,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304433,0),8696,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304443,0),8697,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304453,0),8698,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304456,0),8699,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304458,0),8700,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304483,30)LCES004,8701,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304486,66)LELVU04,8702,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304529,0),8703,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304552,0),8704,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304557,0),8705,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304568,76)ZM56704,8706,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304583,0),8707,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304606,196)KFUL1U04,8708,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304631,0),8709,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304701,0),8710,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304713,0),8711,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304734,0),8712,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304739,0),8713,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304753,0),8714,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304765,0),8715,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304780,0),8716,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304798,0),8717,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304803,0),8718,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304857,0),8719,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304895,0),8720,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304979,0),8721,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(304980,0),8722,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305019,0),8723,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305039,0),8724,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305074,0),8725,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305112,0),8726,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305122,187)LEBAS04A,8727,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305154,16)LELVL104,8728,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305224,0),8729,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305283,0),8730,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305363,0),8731,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305375,0),8732,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305462,746)EDGG704,8733,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305491,0),8734,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305522,51)KSPE104D,8735,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305532,0),8736,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(305535,0),8737,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305538,570)RMZSI04,8738,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305548,0),8739,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305557,1200)LCES004,8740,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305593,0),8741,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305597,0),8742,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305599,0),8743,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305604,0),8744,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305671,0),8745,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305686,0),8746,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305689,58)LEMDAT04,8747,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305696,0),8748,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305697,322)LEMDAT04,8749,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305716,6)KWUR1C04,8750,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305728,29)ZM56704,8751,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305730,320)LGIRA04,8752,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305753,0),8753,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305764,0),8754,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305791,0),8755,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305798,900)LCES004,8756,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305802,1083)EDGG704,8757,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305803,0),8758,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305828,0),8759,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305867,1013)EDGG704,8760,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305887,1924)LCES004,8761,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305899,258)LEBAS04A,8762,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305915,0),8763,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305950,0),8764,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305962,60)LEMDAT04,8765,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(305967,111)LELVL104,8766,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306007,21)YB3EH04A,8767,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306066,0),8768,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306149,0),8769,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306187,0),8770,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306197,115)LEBAS04A,8771,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306206,0),8772,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306207,895)LCES004M,8773,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306242,0),8774,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306243,0),8775,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306251,51)RMZU04,8776,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(306253,0),8777,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306272,0),8778,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306283,0),8779,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306307,4)RMZU04,8780,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306308,0),8781,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306346,1888)LCES004,8782,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306358,207)RMZSI04,8783,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306384,27)LELVU04,8784,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306397,0),8785,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306405,812)EDGG704,8786,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306413,571)LGKFN04,8787,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306449,441)LEBAS04A,8788,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306542,0),8789,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306667,0),8790,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306669,45)MRAE04,8791,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306685,0),8792,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306698,1580)EDGG704,8793,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306710,0),8794,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306718,0),8795,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306743,290)RMZSI04,8796,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306751,0),8797,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306756,0),8798,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306801,34)RMZU04,8799,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306846,0),8800,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306862,3)KSAL1204,8801,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306868,108)KSLN04A,8802,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306922,40)LOVN1504,8803,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306943,0),8804,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(306995,0),8805,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307018,464)RMZSI04,8806,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307021,0),8807,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307055,0),8808,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307060,0),8809,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307068,0),8810,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307091,0),8811,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307105,1897)LGZAA04M,8812,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307107,0),8813,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307140,0),8814,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307142,140)KSPE104D,8815,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307145,0),8816,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307153,1611)LCES004,8817,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307154,465)LGIRA04,8818,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307190,62)LGKFN04,8819,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307217,604)RMZSI04,8820,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(307260,0),8821,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307264,2060)LCES004,8822,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307265,350)LEBAS04A,8823,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307359,408)LELVL104,8824,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307394,0),8825,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307440,0),8826,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307441,0),8827,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307461,0),8828,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307470,346)LGIRA04,8829,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307472,0),8830,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307498,1944)LCES004,8831,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307547,0),8832,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307617,0),8833,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(307626,0),8834,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307658,46)RMZU04,8835,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307674,0),8836,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307740,756)LGSRA04,8837,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307752,288)LGAVA04,8838,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307791,32)ZM56704,8839,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307805,0),8840,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307831,0),8841,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307833,0),8842,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307846,0),8843,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307860,0),8844,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307878,8)KWUR1C04,8845,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307897,1052)LCES004M,8846,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307935,0),8847,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307961,0),8848,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307977,0),8849,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307985,73)RMZU04,8850,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307990,602)EDGG704,8851,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(307992,1502)LGZAA04M,8852,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308003,0),8853,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308004,0),8854,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308064,480)LEBAS04A,8855,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308077,565)EDGG704,8856,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308125,383)LCES004,8857,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308133,0),8858,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308210,83)LEBAS04A,8859,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308221,95)KSLN04A,8860,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308225,490)RMZSI04,8861,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308239,0),8862,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308248,151)YB3EH04A,8863,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308251,1536)LCES004,8864,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308268,0),8865,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308281,0),8866,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308294,238)LGIRA04,8867,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308308,34)YB3EH04A,8868,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308325,369)LGKFN04,8869,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308351,214)RMZSI04,8870,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308366,0),8871,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308386,0),8872,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308418,0),8873,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(308432,0),8874,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308449,363)MRAE04,8875,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308482,0),8876,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308485,330)LGIRA04,8877,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308505,0),8878,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308582,1754)EDGG704,8879,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308593,0),8880,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308602,0),8881,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308619,1045)LGZAA04M,8882,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308622,1164)LCES004,8883,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308647,267)MRAE04,8884,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308677,214)RMZSI04,8885,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308700,0),8886,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308780,0),8887,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(308836,0),8888,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308855,1)YB3EH04A,8889,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308908,0),8890,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308941,0),8891,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308945,756)EDGG704,8892,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(308947,0),8893,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309000,0),8894,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309011,253)MRAE04,8895,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309049,66)RMZSI04,8896,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309061,0),8897,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309098,641)RMZSI04,8898,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309119,0),8899,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309144,0),8900,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309172,1133)EDGG704,8901,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309203,39)YB3EH04A,8902,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309208,0),8903,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309210,791)EDGG704,8904,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309281,0),8905,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309283,939)LGSRA04,8906,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309311,0),8907,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309313,0),8908,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309321,0),8909,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309324,713)RMZSI04,8910,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309331,0),8911,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309374,0),8912,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309385,0),8913,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309414,1644)LCES004,8914,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309437,0),8915,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309461,0),8916,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309465,0),8917,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309473,141)LOVN1504,8918,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309498,512)RMZSI04,8919,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309536,0),8920,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309547,201)LEBAS04A,8921,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309557,579)EDGG704,8922,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309573,1197)LCES004,8923,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309594,0),8924,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309597,0),8925,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309599,0),8926,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309602,50)LEBAS04A,8927,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309641,0),8928,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309735,0),8929,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309790,14)YB3EH04A,8930,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309806,0),8931,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309822,0),8932,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309890,0),8933,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309911,0),8934,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309965,19)LEBAS04A,8935,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(309986,0),8936,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310005,516)EDGG704,8937,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310024,0),8938,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310043,0),8939,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(310080,23)LEBAS04A,8940,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310081,0),8941,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310087,0),8942,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310120,83)LGIRA04,8943,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310158,1527)LCES004,8944,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310219,1637)EDGG704,8945,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310256,0),8946,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310287,0),8947,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310384,0),8948,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310398,79)KFUL1U04,8949,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310438,936)EDGG704,8950,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310475,1500)LCES004,8951,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310512,17)LOVN1504,8952,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310535,333)LELVL104,8953,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310560,147)LCES004,8954,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310570,0),8955,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310599,0),8956,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310671,508)LELVL104,8957,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310732,1298)LCES004,8958,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310734,156)RMZSI04,8959,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310742,45)KSLN04A,8960,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310755,0),8961,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310761,393)EDGG704,8962,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310899,0),8963,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310901,183)YB3EH04A,8964,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(310983,1772)EDGG704,8965,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311074,0),8966,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311108,1290)LCES004,8967,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311119,90)RMZSI04,8968,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311138,0),8969,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311155,1726)LCES004,8970,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311168,0),8971,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311265,1509)LCES004,8972,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311284,1200)LCES004,8973,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311285,321)LCES004,8974,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311293,0),8975,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311300,0),8976,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311315,0),8977,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311344,258)LELVL104,8978,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311351,0),8979,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311402,0),8980,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311443,646)EDGG704,8981,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311447,27)LGKFN04,8982,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311542,506)LCES004,8983,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_t_x(311548,65)LELVL104,8984,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311550,0),8985,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311636,164)LELVL104,8986,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311680,182)LELVL104,8987,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311697,1460)EDGG704,8988,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311757,2040)LCES004,8989,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(311838,1008)LCES004,8990,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311840,1440)LCES004,8991,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311845,0),8992,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311882,174)LELVL104,8993,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311886,540)LCES004,8994,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(311954,0),8995,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312011,0),8996,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312015,1500)LCES004,8997,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312051,0),8998,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312091,144)KSLN04A,8999,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312097,79)LCES004,9000,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312199,1674)LCES004,9001,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312414,0),9002,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312417,0),9003,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312442,156)LEBAS04A,9004,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312494,0),9005,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312497,13)LEBAS04A,9006,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312583,1805)LCES004,9007,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312674,1500)LCES004,9008,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312682,0),9009,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312707,0),9010,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312731,0),9011,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312746,12)LEBAS04A,9012,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312762,0),9013,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312792,256)LEBAS04A,9014,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312800,1280)EDGG704,9015,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312825,1426)LCES004,9016,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312879,1890)LCES004,9017,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312895,1977)LCES004,9018,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312956,1579)EDGG704,9019,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312975,0),9020,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(312999,508)EDGG704,9021,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313003,375)MRAE04,9022,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313034,0),9023,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313068,837)LCES004,9024,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313100,0),9025,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313102,0),9026,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(313135,0),9027,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313202,0),9028,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313298,0),9029,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313302,0),9030,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313344,0),9031,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313354,336)LEBAS04A,9032,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313410,143)LEBAS04A,9033,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313433,285)MRAE04,9034,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313536,0),9035,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313540,1353)LCES004,9036,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313569,1622)LCES004,9037,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313638,528)EDGG704,9038,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(313758,1300)LCES004,9039,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314104,0),9040,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314108,1338)LCES004,9041,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314172,590)EDGG704,9042,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314223,763)LCES004,9043,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314236,0),9044,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314330,0),9045,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314530,0),9046,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314538,1200)EDGG704,9047,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314573,900)EDGG704,9048,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314699,1491)LCES004,9049,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314736,0),9050,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314816,1841)EDGG704,9051,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314889,973)EDGG704,9052,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(314986,0),9053,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315019,1086)EDGG704,9054,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(315138,2)LCES004,9055,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315232,0),9056,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_t_x(315544,1310)EDGG704,9057,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315618,1603)EDGG704,9058,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315748,679)EDGG704,9059,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315763,1061)EDGG704,9060,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(315991,570)EDGG704,9061,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316029,1487)EDGG704,9062,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316090,1044)LCES004,9063,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316285,0),9064,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316289,297)LELVL104,9065,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316298,1575)EDGG704,9066,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316314,0),9067,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316391,1320)EDGG704,9068,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316476,1658)EDGG704,9069,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316499,1637)EDGG704,9070,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316531,32)LCES004,9071,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316538,1020)EDGG704,9072,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(316916,649)EDGG704,9073,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317048,1339)LCES004,9074,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317111,867)EDGG704,9075,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317116,0),9076,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317153,1587)EDGG704,9077,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317222,1516)EDGG704,9078,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317443,0),9079,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317851,1240)EDGG704,9080,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317908,1163)EDGG704,9081,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317920,1116)EDGG704,9082,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317978,1682)EDGG704,9083,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317991,522)EDGG704,9084,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(317994,0),9085,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(318119,0),9086,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(318401,0),9087,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(318435,1470)EDGG704,9088,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(318660,0),9089,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(319008,1690)EDGG704,9090,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(319288,97)MRAE04,9091,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(319337,1500)EDGG704,9092,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(319782,0),9093,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(320214,0),9094,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(321498,1200)EDGG704,9095,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(322722,789)EDGG704,9096,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_t_x(323044,0),9097,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304450,2)MGY04,9098.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(263593,179)LOVN1504,9099.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307679,207)LOVN1504,9100.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280888,15)YBOLN04M,9101.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310272,275)LOVN1504,9102.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311886,90)LCES004,9103.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311542,56)LCES004,9104.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300666,46)LCES004,9105.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307696,3)MRAE04,9106.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305798,0),9107.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311838,108)LCES004,9108.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311840,90)LCES004,9109.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311108,90)LCES004,9110.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314563,17)MGY04,9111.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(284810,342)RQXSI04E,9112.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305542,37)MRAEE04,9113.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303612,3557)KSPE104D,9114.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298574,3)YB3EH04E,9115.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308743,44)MAB3404A,9116.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289164,1)RJIU04M,9117.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(301843,1008)LGKFN04,9118.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310761,93)EDGG704,9119.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286071,34)EDGG704,9120.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(312999,8)EDGG704,9121.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314172,90)EDGG704,9122.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311443,46)EDGG704,9123.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(288693,25)BR404M,9124.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280212,19)LGKFN04,9125.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312881,183)MYY04A,9126.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290061,787)MGY04,9127.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294472,7)RVKWU04M,9128.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294001,638)RJIU04M,9129.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(285782,25)RQXI04E,9130.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298471,258)LGKFN04,9131.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(292992,87)YD5WH04M,9132.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295656,52)RQXI04E,9133.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(295966,5)YB5KL04E,9134.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282129,223)LGZAA04M,9135.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296062,367)RQXSI04E,9136.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298180,147)RNI04M,9137.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304114,35)MAB3404A,9138.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(286180,35)YB5KL04E,9139.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301759,833)LGKFN04,9140.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308619,112)LGZAA04M,9141.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272266,8)RQXI04E,9142.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(293116,46)LELVL04M,9143.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296342,26)EGNOR04M,9144.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(281776,77)LGSRA04,9145.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304722,32)MAB1204A,9146.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295929,77)RASI04M,9147.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309583,307)MGY04,9148.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307105,31)LGZAA04M,9149.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295508,28)MGY04,9150.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306829,45)MYY04A,9151.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(292026,94)LELVL04M,9152.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295328,285)RQXSI04E,9153.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298519,26)YB3EH04A,9154.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294773,30)RMZU04E,9155.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302317,522)KSLN04M,9156.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(285863,56)RQXI04E,9157.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307726,26)MYY04A,9158.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(288377,151)RVKWU04M,9159.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279193,50)KHVL104E,9160.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282964,6)LGSRA04,9161.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295131,14)YB5KL04E,9162.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284283,140)RVKWU04M,9163.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311650,43)MEK04,9164.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295700,42)RQXSI04E,9165.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297622,1400)EG11G04M,9166.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294613,37)RQXSI04E,9167.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300631,1477)EG11G04M,9168.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295180,52)RVKWU04M,9169.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(289472,99)LGZAA04M,9170.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309317,20)MGY04,9171.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312773,60)MAB1204A,9172.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(287018,25)RQXSI04E,9173.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263958,65)LCES004,9174.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298402,218)LCES004M,9175.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303341,197)LCES004M,9176.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294552,33)EGNOR04M,9177.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312938,392)LCES004,9178.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304422,2)MGY04,9179.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(291031,130)EG11G04M,9180.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306902,88)MEK04,9181.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307897,152)LCES004M,9182.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288445,131)KFZ4404M,9183.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311856,14)MAB1204A,9184.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298266,1078)LGKFN04,9185.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289587,399)PMXX04M,9186.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(292231,867)YD5WH04M,9187.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300642,330)MGY04,9188.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282313,1)RQXSI04E,9189.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303929,7)YB3EH04E,9190.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284313,167)RQXSI04E,9191.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304253,47)LCES004M,9192.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282727,42)LGKFN04,9193.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285241,417)LGKFN04,9194.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(286625,95)PMXX04M,9195.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301272,380)LGKFN04,9196.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302044,27)MGY04,9197.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(291027,17)YBOLN04M,9198.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312097,1797)LCES004,9199.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313758,2847)LCES004,9200.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284933,511)LELVL04M,9201.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282677,16)YB5KL04E,9202.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308622,2367)LCES004,9203.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306358,36)RMZSI04,9204.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294940,188)BR404M,9205.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301058,30)LCES004M,9206.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282583,791)PMXX04M,9207.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287235,100)PMXX04M,9208.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(264011,1741)LCES004,9209.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305011,198)GL4W04M,9210.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309577,16)MEK04,9211.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(263410,272)LCES004M,9212.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291104,2884)LCES004,9213.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(287908,37)YB3EH04A,9214.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315232,212)LCES004,9215.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296137,1158)LGSRA04,9216.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300988,328)LOVN1504,9217.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314699,2694)LCES004,9218.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295296,0),9219.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(287785,31)KFZ4404M,9220.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303203,2051)LCES004,9221.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308251,1880)LCES004,9222.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313569,2997)LCES004,9223.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294303,11)EG11G04M,9224.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312825,1770)LCES004,9225.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294749,100)EGNOR04M,9226.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263866,2003)LCES004,9227.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(289863,19)MGY04,9228.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263439,2706)YB3EH04A,9229.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293444,13)YB5KL04E,9230.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(295098,35)YB5KL04E,9231.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282099,202)EG11G04M,9232.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285688,199)RQXSI04E,9233.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(319288,322)MRAE04,9234.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311954,9)MRAE04,9235.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274577,327)RQXSI04E,9236.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309625,27)MYY04A,9237.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311285,837)LCES004,9238.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286963,334)RQXSI04E,9239.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300097,12)RNI04M,9240.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295585,473)YB3EH04A,9241.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294004,11)YB5KL04E,9242.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307728,3)MAB1204A,9243.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292666,2656)YB5KL04E,9244.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(278855,6)KHVL104E,9245.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289347,147)MRAE04,9246.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287736,6)PMXX04M,9247.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283562,71)PMXX04M,9248.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302138,58)MGY04,9249.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307231,402)MGY04,9250.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297636,178)YB5WH04M,9251.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286277,260)KFZ4404M,9252.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277127,127)LGKFN04,9253.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(292257,69)RQXSI04E,9254.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276307,558)LGKFN04,9255.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291009,34)RQXSI04E,9256.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308769,172)MRAE04,9257.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296754,718)LGKFN04,9258.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297984,2757)KSLN04A,9259.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312231,207)YB3EH04A,9260.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(279887,716)LGSRA04,9261.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306669,382)MRAE04,9262.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284346,208)LGKFN04,9263.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290635,103)RQXSI04E,9264.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293126,330)RJIU04M,9265.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292069,10)YD5WH04M,9266.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287302,7)LFMDA04A,9267.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294580,12)MAB04,9268.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293250,12)RQXU04E,9269.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(289024,9)YB5WH04M,9270.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310502,8)GL34W04,9271.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296896,134)LGZAA04M,9272.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314225,16)MYY04A,9273.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(293362,45)RNI04M,9274.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302132,82)LOVN1504,9275.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287243,646)GL4W04M,9276.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311878,6)MYY04A,9277.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304825,45)LEMDAT04,9278.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291957,123)RQXSI04E,9279.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281359,277)PMXX04M,9280.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282890,144)KWUR404E,9281.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(291014,60)LCES004M,9282.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303485,11)LELVL104,9283.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(289911,52)PMXX04M,9284.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285794,195)RQXSI04E,9285.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291264,50)PMXX04M,9286.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287944,85)KFZ4404M,9287.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(311032,46)LOVN1504,9288.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263862,4017)LCES004,9289.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310671,94)LELVL104,9290.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295274,132)RNI04M,9291.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314223,1107)LCES004,9292.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276611,80)RQXSI04E,9293.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296473,179)LCES004,9294.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289894,547)LCES004,9295.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281962,275)PMXX04M,9296.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275522,474)PMXX04M,9297.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263921,1820)LCES004,9298.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309573,1369)LCES004,9299.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304335,4)LELVL104,9300.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295416,62)EGNOR04M,9301.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294876,185)PMXX04M,9302.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312583,1977)LCES004,9303.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283688,432)PMXX04M,9304.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305425,43)GL34W04,9305.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311329,57)MEK04,9306.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311265,1681)LCES004,9307.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309072,0),9308.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263962,356)LCES004,9309.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301142,29)MEK04,9310.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284894,507)PMXX04M,9311.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294816,17)KFZ4404E,9312.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309284,196)LFMDA04A,9313.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285178,1082)PMXX04M,9314.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294200,465)RQXSI04E,9315.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285826,12)YBOLN04M,9316.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287329,24)YB5WH04M,9317.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(287027,401)LCES004M,9318.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298528,3057)LCES004,9319.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316430,362)LCES004,9320.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301501,458)LCES004,9321.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300504,634)LGKFN04,9322.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296923,0),9323.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301417,240)LGKFN04,9324.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290158,389)PMXX04M,9325.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281143,345)LGKFN04,9326.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305557,1887)LCES004,9327.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283559,990)LGKFN04,9328.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306413,905)LGKFN04,9329.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290578,9)RNI04M,9330.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302361,11)MAB04,9331.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300174,24)RMZU04,9332.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298060,20)LOW304M,9333.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309711,69)MYY04A,9334.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280203,42)RMZU04,9335.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313540,2041)LCES004,9336.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285593,328)LCES004M,9337.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(289978,21)BR404M,9338.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302536,27)RMZU04,9339.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282205,4)YB5WH04M,9340.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303156,188)EG11G04M,9341.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305887,2783)LCES004,9342.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279318,0),9343.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315779,35)LCES004,9344.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307498,2632)LCES004,9345.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312912,64)MAB1204A,9346.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304483,202)LCES004,9347.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312879,2577)LCES004,9348.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302840,218)RMZU04,9349.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287895,99)PMXX04M,9350.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304007,103)EG11G04M,9351.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289868,1985)LCES004,9352.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308410,97)RMZU04,9353.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(292413,24)KWUR404E,9354.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310158,2214)LCES004,9355.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288242,791)PMXX04M,9356.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276959,355)PMXX04M,9357.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292796,2279)LCES004,9358.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(296145,411)EGPFA04,9359.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283526,18)YB3EH04E,9360.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314600,438)EDGG704,9361.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301576,223)EG11G04M,9362.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(278123,1)EGNOR04M,9363.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285383,56)RNI04M,9364.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317048,1854)LCES004,9365.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297842,37)YB3EH04E,9366.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285747,68)RNI04M,9367.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296307,167)RNI04M,9368.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285733,2471)LCES004,9369.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313899,48)KSAL1204,9370.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311073,1680)LCES004,9371.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313102,362)LCES004,9372.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(292967,13)RNS04M,9373.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280871,207)LEMDAT04,9374.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302456,26)LELVU04,9375.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297382,47)YB3EH04E,9376.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298426,93)LCES004M,9377.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289076,2502)RMZU04,9378.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287347,64)MAB1204A,9379.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(288989,1130)RMZU04E,9380.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297087,79)LGKFN04,9381.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(301972,163)LGAVA04,9382.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314236,66)LCES004,9383.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295473,289)LELVU04,9384.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290568,259)LELVU04,9385.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303471,14)PMXX04M,9386.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(295329,34)YBOLN04M,9387.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292875,63)LELVL04M,9388.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305697,401)LEMDAT04,9389.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297402,1809)KSPE104D,9390.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290752,2)LELVU04,9391.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295104,310)LEMDAT04,9392.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298480,44)RMZU04,9393.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288601,113)LGKFN04,9394.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275277,148)RQXSI04E,9395.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292111,391)LGKFN04,9396.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263594,1205)LCES004M,9397.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297442,262)YD5WH04M,9398.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273048,23)YB5WH04M,9399.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280671,408)LFMDA04A,9400.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310674,10)MAB04,9401.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313050,88)LCES004M,9402.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295952,90)RQXSI04E,9403.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301139,30)LCES004M,9404.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(289280,382)LFMDA04A,9405.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278681,730)EHAMA04,9406.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292714,77)YB5WH04M,9407.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293587,1163)LCES004,9408.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295587,10)YBOLN04M,9409.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313717,27)MEK04,9410.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298646,458)LGKFN04,9411.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(293177,103)YD5WH04M,9412.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304583,154)MRAE04,9413.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(277361,580)LFPND04,9414.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288253,556)RNI04M,9415.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280104,1628)LFMDA04A,9416.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307285,6)$GL34W04,9417.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292354,328)RMZU04,9418.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289502,1143)YD5WH04M,9419.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302356,113)BR404M,9420.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301867,531)YB3EH04A,9421.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301477,522)MRAE04,9422.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292533,5)RNI04M,9423.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(295794,565)LEMDAT04,9424.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301088,567)LEMDAT04,9425.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283444,625)LGZAA04M,9426.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297929,93)EGNOR04M,9427.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316090,3106)LCES004,9428.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297505,17)RQXSI04E,9429.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296895,703)YB3EH04E,9430.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287433,10)EBBRA04E,9431.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(293570,37)YBOLN04M,9432.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317116,154)MRAE04,9433.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313302,242)LCES004,9434.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313068,3243)LCES004,9435.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283663,378)RQXSI04E,9436.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295522,1011)PMXX04M,9437.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279011,703)LGKFN04,9438.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298536,376)LFPND04,9439.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309011,590)MRAE04,9440.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304258,4)MGY04,9441.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290367,135)MRAE04,9442.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297335,15)BR404M,9443.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(276122,81)EG11G04M,9444.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287817,115)LGKFN04,9445.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(287536,88)LELVL04M,9446.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283389,491)RQXSI04E,9447.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280252,1125)PMXX04M,9448.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289618,10)YB3EH04E,9449.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(287111,49)EGNOR04M,9450.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297232,512)RNI04M,9451.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310732,2329)LCES004,9452.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263860,1296)LCES004,9453.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304051,50)MYY04A,9454.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288599,18)RMZU04E,9455.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293168,24)YB5WH04M,9456.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311440,302)MGY04,9457.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(302863,517)LELVU04,9458.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287193,537)RQXSI04E,9459.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272234,4)RQXU04E,9460.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289455,10)RNI04M,9461.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297546,117)LGKFN04,9462.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314808,27)MRAEE04,9463.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290892,39)YB5WH04M,9464.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296350,493)RQXSI04E,9465.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294556,75)RJIU04M,9466.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308647,492)MRAE04,9467.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295448,78)RMZU04E,9468.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(320214,54)MRAE04,9469.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279259,14)YH5MH04M,9470.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294406,165)RQXSI04E,9471.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285431,1461)LGKFN04,9472.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(293884,17)EGNOR04M,9473.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309981,1797)MRAE04,9474.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279261,255)LGSRA04,9475.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(279411,25)KHVL104E,9476.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308449,588)MRAE04,9477.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(291906,274)EGNOR04M,9478.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282665,230)LGSRA04,9479.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263868,2847)LCES004,9480.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294815,300)RMZU04,9481.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284190,1024)PMXX04M,9482.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312192,24)MAB3404A,9483.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301760,40)MYY04A,9484.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293252,374)RNI04M,9485.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309978,1)RMZU04,9486.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303351,140)LELVU04,9487.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290395,117)PMXX04M,9488.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(289872,173)PMXX04M,9489.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309200,513)LCES004M,9490.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287040,316)RNI04M,9491.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296549,16)YBOLN04M,9492.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309103,51)GL34W04,9493.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(286726,22)YB5WH04M,9494.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312707,86)MRAE04,9495.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297596,19)LELVL04M,9496.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305283,123)LGKFN04,9497.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274596,264)RQXSI04E,9498.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314847,66)MGY04,9499.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309465,706)LGZAA04M,9500.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313433,397)MRAE04,9501.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305802,1383)EDGG704,9502.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282755,4)KWUR404E,9503.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291494,237)YH5MH04M,9504.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286141,64)KWUR404E,9505.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280021,244)EGNOR04M,9506.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(274389,48)LFPND04,9507.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309959,3)MGY04,9508.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280142,742)EHAMA04,9509.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304615,17)MEK04,9510.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283194,150)PMXX04M,9511.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295514,3)YB3EH04A,9512.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311706,60)MEK04,9513.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(273572,93)LGZAA04M,9514.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303665,2640)LCES004,9515.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295734,757)LEMDAT04,9516.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288405,177)PMXX04M,9517.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296563,7)KWUR404E,9518.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298116,297)RJIU04M,9519.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296261,2)YB5KL04E,9520.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300582,157)KWUR404E,9521.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286897,33)EBBRA04E,9522.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(292989,22)YB5WH04M,9523.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283584,37)YB5WH04M,9524.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312199,2877)LCES004,9525.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290553,426)LEMDAT04,9526.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297113,101)RJIU04M,9527.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293445,694)RNI04M,9528.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282514,546)RQXSI04E,9529.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310303,372)RMZU04,9530.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279893,138)EHAMA04,9531.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(289194,0),9532.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301524,3)MEK04,9533.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(287821,41)RMZSI04M,9534.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285459,2355)LCES004,9535.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279243,112)KSPE1P04,9536.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291594,273)EG11G04M,9537.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(323044,30)MRAE04,9538.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(301074,228)LGKFN04,9539.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306207,1345)LCES004M,9540.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278295,593)RNI04M,9541.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312036,7)MYY04A,9542.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286682,202)EBBRA04E,9543.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315081,2)LCES004,9544.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295532,41)RJIU04M,9545.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284297,366)RQXSI04E,9546.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(289675,32)KSPE1P04,9547.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291048,245)LEMDAT04,9548.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318660,94)EDGG704,9549.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295893,675)LEMDAT04,9550.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287011,196)RMZU04E,9551.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(287700,1046)LGZAA04M,9552.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301721,260)LGKFN04,9553.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(287438,56)RNI04M,9554.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295886,105)EG11G04M,9555.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278590,787)EHAMA04,9556.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285372,4)YB3EH04E,9557.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(286590,17)YB3EH04E,9558.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281891,107)KWUR404E,9559.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279279,8)YH5MH04M,9560.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295238,17)RNI04M,9561.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(295174,250)BKED1204,9562.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306801,288)RMZU04,9563.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297613,292)RQXSI04E,9564.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295497,92)PMXX04M,9565.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279467,101)YH5MH04M,9566.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263196,562)RQXSI04E,9567.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279801,379)EHAMA04,9568.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311284,1500)LCES004,9569.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304315,370)RMZU04,9570.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293957,575)RNI04M,9571.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(293965,27)RVKWS04,9572.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288302,28)RJIU04M,9573.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300430,59)RNI04M,9574.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294089,347)LEMDAT04,9575.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283561,855)LGZAA04M,9576.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284631,547)RQXSI04E,9577.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294518,57)$KSLN04M,9578.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274616,176)RQXSI04E,9579.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(287288,17)KSPE1P04,9580.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286600,841)KCHI104M,9581.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285656,98)PMXX04M,9582.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292801,279)PMXX04M,9583.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316618,13)LLBGA04L,9584.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306269,9)MGY04,9585.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301461,1)YB3EH04A,9586.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263515,333)LGKFN04,9587.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(295754,691)LEMDAT04,9588.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303451,207)KWUR1C04,9589.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301968,1151)EG11G04M,9590.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290407,1658)LFMDA04A,9591.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306862,171)KSAL1204,9592.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(296180,24)RMZU04,9593.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288104,18)KSPE104D,9594.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295371,419)RQXSI04E,9595.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311552,525)LFMDA04A,9596.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289397,12)LGKFN04,9597.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(290342,27)RJIU04M,9598.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309890,45)KWUR1C04,9599.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(287195,18)BR204M,9600.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290076,6)RJIU04M,9601.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307576,14)RMZU04,9602.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297011,44)KSPE104D,9603.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295822,59)LEMDAT04,9604.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305689,373)LEMDAT04,9605.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(278945,469)LFMDA04A,9606.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279485,45)KHVL104E,9607.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294193,4)LGKFN04,9608.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288361,71)PMXX04M,9609.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292255,8)YB3EH04A,9610.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277472,246)EG11G04M,9611.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294701,193)KSAL1204,9612.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278647,1048)EHAMA04,9613.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283258,78)RMZU04E,9614.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289172,123)LEMDAT04,9615.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298562,44)RMZU04,9616.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286690,761)EHAMA04,9617.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263418,12)BKED1204,9618.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294706,668)MM304,9619.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295915,479)LEMDAT04,9620.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294548,128)MGY04,9621.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289999,508)PMXX04M,9622.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305354,72)MEK04,9623.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296039,66)LEMDAT04,9624.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(291559,98)RFBRT04M,9625.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317357,333)LGRPA04,9626.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294048,40)RMZU04E,9627.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281854,56)KWUR404E,9628.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(296164,82)RQXSI04E,9629.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304557,173)LEMDAT04,9630.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317603,646)LLBGA04L,9631.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295730,96)LEMDAT04,9632.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288720,239)PMXX04M,9633.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295528,43)RQXSI04E,9634.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305686,51)LEMDAT04,9635.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(284925,283)LGRPA04M,9636.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294807,1220)LCES004M,9637.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277190,262)EG11G04M,9638.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285209,1030)PMXX04M,9639.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310512,231)LOVN1504,9640.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285482,297)PMXX04M,9641.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295733,126)LEMDAT04,9642.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311447,948)LGKFN04,9643.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289249,986)KFZ4404M,9644.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304435,80)LELVU04,9645.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316061,81)LLBGA04L,9646.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308125,1586)LCES004,9647.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317920,1866)EDGG704,9648.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318119,40)LCES004,9649.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301673,900)LCES004M,9650.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296407,2)YB3EH04A,9651.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(290681,0),9652.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287595,277)KWUR1C04,9653.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263587,1405)LCES004M,9654.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(288501,118)LEMDAT04,9655.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311863,32)YB3EH04A,9656.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307190,648)LGKFN04,9657.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293006,61)YH5MH04M,9658.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287749,1154)LGZAA04M,9659.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(310647,3)MGY04,9660.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314730,17)MAB04,9661.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287194,492)RQXSI04E,9662.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308144,27)MAB04,9663.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(279735,0),9664.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290680,1099)LGSRA04,9665.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290272,164)LEMDAT04,9666.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290082,765)RNI04M,9667.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284504,88)RQXSI04E,9668.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(286582,142)KFZ4404M,9669.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293889,43)RJIU04M,9670.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305601,31)LLBGA04L,9671.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284595,35)RQXSI04E,9672.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281989,42)KHVL104E,9673.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292091,38)LOVN1504,9674.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300356,15)RJIU04M,9675.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(279804,50)KHVL104E,9676.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296922,320)LGKFN04,9677.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295005,56)KSPE104D,9678.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304552,136)LEMDAT04,9679.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288381,26)YD5WH04M,9680.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278067,38)EG11G04M,9681.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300815,1432)LCES004M,9682.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294899,137)PMXX04M,9683.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284206,81)RMZU04,9684.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(295287,24)RQXI04E,9685.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291377,160)EG11G04M,9686.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288358,42)KWUR404E,9687.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308325,620)LGKFN04,9688.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306188,129)LFMDA04A,9689.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297744,65)LOVN1504,9690.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304778,30)RVKWS04,9691.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284467,84)RMZU04E,9692.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313054,33)MYY04A,9693.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294442,224)LOVN1504,9694.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309473,213)LOVN1504,9695.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298306,110)LOVN1504,9696.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310287,160)LCES004,9697.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291891,619)LGKFN04,9698.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300896,45)GL34W04,9699.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294005,102)RJIU04M,9700.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277703,353)KHVL104E,9701.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288740,26)RQXSI04E,9702.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(288849,107)LGRPA04M,9703.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276534,80)KHVL104E,9704.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296238,136)RJIU04M,9705.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305811,302)KWUR1C04,9706.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284797,180)YB3EH04E,9707.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302643,131)EG11G04M,9708.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290803,62)KHVL104E,9709.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(287372,31)KSPE1P04,9710.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289309,24)YB3EH04E,9711.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(293045,232)RQXU04E,9712.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287604,70)PMXX04M,9713.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305867,1463)EDGG704,9714.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287904,111)LGKFN04,9715.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(293857,272)LGSRA04,9716.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302661,151)EG11G04M,9717.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312066,702)EDGG704,9718.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293549,60)RQXU04E,9719.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281485,8)LELVU04,9720.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315138,345)LCES004,9721.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307182,1179)MRAEE04,9722.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288339,68)KFZ4404M,9723.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304456,3)RJIU04M,9724.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297679,29)KWUR1C04,9725.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289566,958)LGKFN04,9726.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(279687,46)LGRPA04M,9727.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286685,188)RQXSI04E,9728.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308432,26)RMZU04,9729.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277826,0),9730.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283489,83)RVKWU04M,9731.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302725,28)MM204,9732.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288191,15)KSPE1P04,9733.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311351,204)LOVN1504,9734.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279409,432)YH5MH04M,9735.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281881,252)YB3EH04A,9736.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291577,15)EGNOR04M,9737.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303992,153)LGKFN04,9738.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302970,128)LOVN1504,9739.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276837,75)BR404M,9740.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302665,185)GL34W04,9741.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294097,15)LELVU04,9742.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297157,821)LGKFN04,9743.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279693,237)YH5MH04M,9744.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296449,304)BKED1204,9745.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(321498,1350)EDGG704,9746.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289901,51)RQXSI04E,9747.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292940,1198)EDGG704,9748.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309508,1)LGRPA04,9749.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294460,535)PMXX04M,9750.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286628,119)RMZU04E,9751.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293901,60)RQXU04E,9752.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(295319,14)RJIU04M,9753.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294112,260)EG11G04M,9754.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(297119,90)LOW304M,9755.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290858,623)RNI04M,9756.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282430,104)EBBRA04E,9757.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295547,35)YB5KL04E,9758.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318401,84)EDGG704,9759.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293146,225)KSPE104D,9760.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289716,719)LGKFN04,9761.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306251,136)RMZU04,9762.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278565,212)LELVU04,9763.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296936,632)LGZAA04M,9764.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318473,895)LLBGA04L,9765.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288555,117)KFZ4404M,9766.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303842,208)LELVU04,9767.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304895,149)LOVN1504,9768.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285671,12)RJIU04M,9769.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281334,255)RVKWU04M,9770.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289655,51)RJIU04M,9771.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283998,17)YB5WH04M,9772.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300322,337)MT4AT04E,9773.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312085,30)MEK04,9774.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305828,602)LCES004,9775.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286844,144)KSPE104D,9776.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(289158,100)RVKWU04M,9777.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316391,1470)EDGG704,9778.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277284,7)EBBRA04E,9779.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297362,90)RNI04M,9780.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302531,65)RJIU04M,9781.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307658,300)RMZU04,9782.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305363,56)KWUR1C04,9783.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290343,120)RJIU04M,9784.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294111,72)LELVU04,9785.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290406,92)RJIU04M,9786.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317851,1340)EDGG704,9787.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290967,143)RJIU04M,9788.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311697,1560)EDGG704,9789.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294541,66)RJIU04M,9790.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297940,267)MT4AT04E,9791.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301680,69)KWUR1C04,9792.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309099,27)MEK04,9793.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295231,70)LOVN1504,9794.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(263463,278)LEBAS04A,9795.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302516,60)LCES004M,9796.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(292683,45)YB5KL04E,9797.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310219,1787)EDGG704,9798.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291178,103)KHVL104E,9799.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304753,60)LGKFN04,9800.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292330,52)KSPE1P04,9801.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300133,97)RQXSI04E,9802.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314816,1941)EDGG704,9803.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298700,132)YB3EH04A,9804.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306698,1680)EDGG704,9805.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277278,38)RASI04M,9806.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293710,1699)EDGG704,9807.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(316476,1758)EDGG704,9808.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292876,74)MRAE04,9809.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306307,173)RMZU04,9810.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313119,110)LOVN1504,9811.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300445,1987)LCES004,9812.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293566,118)RNI04M,9813.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297374,190)RQXSI04E,9814.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287660,80)EG11G04M,9815.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290535,0),9816.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304739,199)GL34W04,9817.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283253,33)RASI04M,9818.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315692,0),9819.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292388,351)RQXU04E,9820.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287287,79)RMZU04E,9821.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284357,866)RVKWU04M,9822.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306171,42)LOVN1504,9823.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294546,43)LOVN1504,9824.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292003,61)FUJ04M,9825.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288684,279)YH5MH04M,9826.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282868,67)KWUR404E,9827.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295116,531)RQXU04E,9828.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307153,1911)LCES004,9829.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283748,160)MT4AT04E,9830.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294690,146)RVKWU04M,9831.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292917,15)LELVL04M,9832.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294503,47)RNS04M,9833.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283042,78)LGKFN04,9834.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286743,749)LGKFN04,9835.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(292297,20)RNI04M,9836.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306346,2338)LCES004,9837.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288279,13)YB3EH04E,9838.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287978,208)YH5MH04M,9839.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284868,176)KSLN04M,9840.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296970,71)KFZ4404M,9841.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306769,25)MYY04A,9842.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287290,112)MT4AT04E,9843.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293539,836)RVKWU04M,9844.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293757,207)KFZ4404M,9845.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(285693,24)YB3EH04E,9846.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287918,304)GL4W04M,9847.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314736,150)EDGG704,9848.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314538,2100)EDGG704,9849.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307264,2210)LCES004,9850.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304372,76)RMZU04,9851.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284562,35)KFZ4404M,9852.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310618,898)EDGG704,9853.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289464,148)RNI04M,9854.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300435,4)LGKFN04,9855.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(314889,1073)EDGG704,9856.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306710,177)LOVN1504,9857.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294148,145)RQXU04E,9858.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278669,40)EHAMA04,9859.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295790,278)LEMDAT04,9860.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284165,816)RVKWU04M,9861.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287367,223)YBOLN04M,9862.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310127,92)YB3EH04A,9863.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273386,39)EGNOR04M,9864.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297433,185)EGPFA04,9865.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310438,1036)EDGG704,9866.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303850,5)LOVN1504,9867.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317978,1982)EDGG704,9868.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304880,108)LGZAA04M,9869.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298434,1627)LCES004,9870.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292423,1889)EDGG704,9871.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304433,382)LELVU04,9872.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294925,2003)RVKWU04M,9873.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301727,68)LGKFN04,9874.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279791,1392)EHAMA04,9875.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(293929,226)RVKWU04M,9876.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297216,358)LGRPA04,9877.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302033,171)LOVN1504,9878.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295288,55)KSLN04M,9879.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316538,1120)EDGG704,9880.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312800,1480)EDGG704,9881.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263503,36)RNS04M,9882.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310983,1972)EDGG704,9883.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292383,1597)EDGG704,9884.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307846,21)RMZU04,9885.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292672,188)RQXU04E,9886.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281148,299)LGRPA04M,9887.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317067,146)LLBGA04L,9888.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303979,283)KSPE104D,9889.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(319337,1700)EDGG704,9890.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313590,6)LLBGA04L,9891.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297002,289)LGRPA04,9892.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317222,1716)EDGG704,9893.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277201,93)KHVL104E,9894.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315618,1803)EDGG704,9895.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295339,1828)RVKWU04M,9896.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290574,30)BR404M,9897.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(268974,18)KSPE1P04,9898.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285870,1738)RVKWU04M,9899.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316298,1875)EDGG704,9900.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280587,1684)RVKWU04M,9901.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287891,12)RJIU04M,9902.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288957,172)LEMDAT04,9903.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295620,1535)RVKWU04M,9904.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305019,154)RNS04M,9905.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283495,258)LGRPA04,9906.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290480,534)RJIU04M,9907.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291164,285)RQXSI04E,9908.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292186,1898)LGSRA04,9909.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295456,1343)RVKWU04M,9910.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271199,265)RMZU04E,9911.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293657,927)YD5WH04M,9912.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295927,59)RJIU04M,9913.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305013,60)LCES004M,9914.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312494,125)LOVN1504,9915.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291224,36)KSLN04M,9916.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305929,129)LCES004M,9917.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(296133,1104)RVKWU04M,9918.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280103,57)KSPE104D,9919.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279642,52)KHVL104E,9920.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313034,218)GL34W04,9921.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315763,1361)EDGG704,9922.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304463,234)RMZSI04,9923.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307218,55)ZM56704,9924.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292153,418)YB5WH04M,9925.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300332,74)EG11G04M,9926.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293074,51)RQXU04E,9927.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298588,160)LGKFN04,9928.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281715,192)LGRPA04,9929.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(291206,36)RQXU04E,9930.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293804,73)KSAL1204,9931.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295726,81)KSAL1204,9932.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284287,58)PMXX04M,9933.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285792,144)BR404M,9934.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300538,186)KSPE104D,9935.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294049,3)RVKWU04M,9936.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303491,122)LGRPA04,9937.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292872,53)KSAL1204,9938.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277434,51)EG11G04M,9939.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278598,1189)EHAMA04,9940.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279652,115)KSPE1P04,9941.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294857,32)YBOLN04M,9942.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307712,83)EDGG704,9943.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305661,305)LOVN1504,9944.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263816,49)RMZU04,9945.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315428,2)LELVL104,9946.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314530,208)GL34W04,9947.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(293561,286)RVKWU04M,9948.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304555,278)LEMDAT04,9949.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263793,330)KSAL1204,9950.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(290208,144)LGRPA04M,9951.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295343,720)RVKWU04M,9952.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284700,2)YB3EH04E,9953.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295819,544)RVKWU04M,9954.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281534,135)LGRPA04M,9955.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(290566,4)MYY04A,9956.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283115,86)RMZU04,9957.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292112,186)KWUR404E,9958.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263279,220)KFZ4404M,9959.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297572,780)RVKWU04M,9960.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(291353,14)RQXSI04E,9961.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289330,59)KSAL1204,9962.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291341,21)KFZ4404M,9963.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309061,365)EGPFA04,9964.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309462,93)LOVN1504,9965.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283750,868)YD5WH04M,9966.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293521,91)LELVL04M,9967.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317924,0),9968.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297189,103)LGRPA04,9969.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304690,275)LOVN1504,9970.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(293565,20)RNI04M,9971.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288154,9)PMXX04M,9972.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290863,383)RVKWU04M,9973.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(285076,98)LGRPA04M,9974.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294449,57)BR404M,9975.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297224,96)LGRPA04M,9976.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298368,283)LOVN1504,9977.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294433,787)RVKWU04M,9978.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289961,274)KSPE104D,9979.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293498,23)PMXX04M,9980.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283259,109)EGNOR04M,9981.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294654,85)RQXSI04E,9982.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280192,104)YH5MH04M,9983.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306187,221)LOVN1504,9984.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285070,120)RMZU04E,9985.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306583,76)LGRPA04,9986.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(292947,273)KFZ4404M,9987.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295780,59)KSPE104D,9988.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306272,62)KSPE104D,9989.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(292483,40)RVKWU04M,9990.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291523,137)PMXX04M,9991.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282158,65)LGRPA04M,9992.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288723,99)YB3EH04A,9993.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285949,3)EBBRA04E,9994.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(262946,73)RQXSI04E,9995.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283452,86)RMZU04,9996.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287524,231)LGKFN04,9997.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283607,94)PMXX04M,9998.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308003,110)YB3EH04A,9999.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292442,77)RQXU04E,10000.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292154,51)LGRPA04M,10001.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300727,129)EGNOR04M,10002.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302920,40)LELVL104,10003.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312674,2100)LCES004,10004.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293070,484)RNS04M,10005.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293537,178)KFZ4404M,10006.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303423,0),10007.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293640,108)YB3EH04E,10008.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295728,31)YB5WH04M,10009.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306331,176)KSAL1204,10010.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302301,119)MAB1204A,10011.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309143,192)RMZU04,10012.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289136,123)RJIU04M,10013.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304074,217)KSPE104D,10014.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311549,24)LELVL104,10015.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271601,1614)RASI04M,10016.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284104,304)YD5WH04M,10017.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311757,2640)LCES004,10018.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307025,69)YB3EH04A,10019.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(290539,30)LGRPA04M,10020.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310475,2100)LCES004,10021.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296955,31)KSAL1204,10022.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298514,94)EBEEC04M,10023.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301556,321)GL34W04,10024.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297852,119)RJIU04M,10025.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307461,51)RJIU04M,10026.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294211,61)EG11G04M,10027.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290491,32)RNI04M,10028.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303506,2430)LCES004,10029.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312009,996)LLBGA04L,10030.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292211,16)LGRPA04M,10031.p,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t1.000000\t(t_x(278871,10)YB3EH04E,10032.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289828,26)MGY04,10033.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287155,37)EBBRA04E,10034.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276076,40)KFZ4404M,10035.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292911,6)YB3EH04A,10036.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307142,214)KSPE104D,10037.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295519,93)YB3EH04A,10038.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296338,148)RASI04M,10039.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308908,53)ZM56704,10040.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308914,115)MAB3404A,10041.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300455,136)LCES004M,10042.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304261,64)RJIU04M,10043.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(288428,103)RVKWU04M,10044.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297680,788)RMZSI04,10045.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263306,1890)LCES004,10046.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275270,221)RQXSI04E,10047.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295534,5)KFZ4404M,10048.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(282752,38)KSLN04A,10049.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288292,9)YB3EH04E,10050.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283544,139)LGZAA04M,10051.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(293560,286)RVKWU04M,10052.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281905,455)YH5MH04M,10053.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295745,24)RNI04M,10054.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286853,24)KSLN04M,10055.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292100,188)PMXX04M,10056.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301621,457)RNS04M,10057.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(286569,20)RQXI04E,10058.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311042,117)KSAL1204,10059.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286877,62)ZM56704,10060.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317300,66)EDGG704,10061.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295503,681)RVKWU04M,10062.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292734,285)KSPE104D,10063.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283795,265)RVKWU04M,10064.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313372,11)MGY04,10065.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296878,9)BR204M,10066.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300045,113)KSPE104D,10067.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284224,746)RMZSI04,10068.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308705,60)LCES004M,10069.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292092,11)KSLN04M,10070.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298378,189)KFZ4404M,10071.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308533,57)EDGG704,10072.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285123,100)LGKFN04,10073.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(293869,41)FUJ04M,10074.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307304,0),10075.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298038,23)EDGG704,10076.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(289759,22)EDGG704,10077.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306139,121)LOVN1504,10078.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302351,296)GL34W04,10079.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307733,80)LELVL104,10080.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292405,418)RMZU04E,10081.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290041,162)KFZ4404M,10082.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277803,21)YH5MH04M,10083.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(279482,17)YB5WH04M,10084.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281824,876)RVKWU04M,10085.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307985,242)RMZU04,10086.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307961,63)KWUR1C04,10087.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290985,49)KSPE104D,10088.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303818,66)MRAEE04,10089.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317538,55)MAB1204A,10090.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297974,139)YB3EH04A,10091.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298592,62)RMZU04,10092.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288078,157)EBBRA04E,10093.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283305,204)KSLN04A,10094.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318565,63)LELVL104,10095.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290924,98)BR204M,10096.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293166,91)MM304,10097.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300064,572)RJIU04M,10098.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(293544,105)RQXSI04E,10099.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291554,251)YH5MH04M,10100.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295862,64)RFBRT04M,10101.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306630,159)KSPE104D,10102.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279621,88)YH5MH04M,10103.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304239,57)LELVL104,10104.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307095,613)LEBAS04A,10105.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285525,116)KFZ4404M,10106.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307899,28)CPGSE04,10107.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281091,12)YB3EH04A,10108.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298212,58)RMZU04,10109.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307355,14)ZM56704,10110.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295372,41)YB3EH04A,10111.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273032,167)RQXSI04E,10112.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306677,55)MYY04A,10113.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298183,219)YB3EH04A,10114.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312532,53)LELVL104,10115.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311314,51)LELVL104,10116.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300885,258)RMZSI04,10117.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289405,9)KSLN04M,10118.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306570,87)YB3EH04A,10119.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301601,85)LOVN1504,10120.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311478,47)LELVL104,10121.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(286952,37)YBOLN04M,10122.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302365,771)RMZSI04,10123.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312354,58)MAB1204A,10124.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283464,204)YB3EH04A,10125.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291223,340)EGPFA04,10126.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296640,77)KSAL1204,10127.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289613,290)KSLN04A,10128.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300052,29)YB5WH04M,10129.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297746,325)LOVN1504,10130.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283862,508)RASI04M,10131.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296022,42)MM204,10132.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293156,248)RQXU04E,10133.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305446,102)LELVL104,10134.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306308,129)KWUR1C04,10135.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(263607,48)LCES004M,10136.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298706,70)KSAL1204,10137.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305538,656)RMZSI04,10138.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(289972,62)PMXX04M,10139.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302953,22)RMZU04,10140.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298619,223)RNS04M,10141.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316531,548)LCES004,10142.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280706,14)RQXSI04E,10143.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290567,34)YB3EH04E,10144.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301566,2)LCES004M,10145.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277591,106)YB5KL04E,10146.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311119,175)RMZSI04,10147.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300848,115)LEBAS04M,10148.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283128,45)YB3EH04E,10149.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284380,28)EGNOR04M,10150.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294845,143)KFZ4404M,10151.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284125,411)RMZSI04,10152.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309324,970)RMZSI04,10153.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303930,119)YB3EH04A,10154.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308677,299)RMZSI04,10155.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285938,841)RMZSI04,10156.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(292050,75)RJIU04M,10157.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279552,49)EBBRA04E,10158.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297407,125)BKED1204,10159.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302572,2)RVKWS04,10160.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301350,664)RMZU04,10161.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297519,157)FUJ04M,10162.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300621,3986)LCES004,10163.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301342,1560)LCES004M,10164.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294362,78)EGNOR04M,10165.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311074,74)GL34W04,10166.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284399,84)LEBAS04A,10167.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302310,150)LGKFN04,10168.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283458,660)RMZSI04,10169.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279347,200)KSPE1P04,10170.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292319,70)KSPE1P04,10171.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301003,203)CPRFBR04,10172.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307217,690)RMZSI04,10173.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288498,3)KFZ4404M,10174.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291612,2)KFZ4404E,10175.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283812,42)YBOLN04M,10176.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302741,535)RMZSI04,10177.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291887,220)BR404M,10178.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282606,635)LEBAS04A,10179.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286416,37)MM204,10180.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310539,77)YB3EH04A,10181.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292710,128)KSPE1P04,10182.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309498,598)RMZSI04,10183.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302986,696)LEBAS04A,10184.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(278562,6)YBOLN04M,10185.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287696,542)RMZSI04,10186.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305671,13)LELVU04,10187.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294791,49)LELVL04M,10188.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294560,55)EG11G04M,10189.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294047,367)LELVL04M,10190.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309321,140)LGIRA04,10191.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291226,574)RQXSI04E,10192.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279716,272)LELVU04,10193.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287631,81)LELVL04M,10194.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300884,123)YB3EH04A,10195.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308507,0),10196.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(263743,195)LEBAS04A,10197.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305899,443)LEBAS04A,10198.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317908,1763)EDGG704,10199.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289783,81)KSAL1204,10200.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304857,245)KSAL1204,10201.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(301987,210)LCES004M,10202.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295885,241)RQXSI04E,10203.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(290650,89)PMXX04M,10204.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273004,17)EGNOR04M,10205.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278885,43)RMZU04E,10206.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283414,26)YB3EH04E,10207.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(290116,45)EDGG704,10208.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311876,188)LCES004,10209.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303049,194)ZM56704,10210.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310082,88)EDGG704,10211.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296997,30)GL4W04M,10212.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296939,268)YB3EH04A,10213.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303550,14)LGKFN04,10214.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314186,139)GL34W04,10215.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307987,98)LELVL104,10216.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301431,166)EGNOR04M,10217.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292803,128)LGKFN04,10218.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294121,29)RVKWS04,10219.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307055,1)YB3EH04A,10220.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(312091,366)KSLN04A,10221.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314999,70)EDGG704,10222.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290455,354)RNS04M,10223.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290022,8)RQXU04E,10224.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(309693,23)MAB3404A,10225.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292991,19)YD5WH04M,10226.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285163,90)MM304,10227.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290676,65)RFBRT04M,10228.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308402,81)LELVL104,10229.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(293927,10)YBOLN04M,10230.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306577,79)LELVL104,10231.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263376,18)LEBAS04M,10232.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291652,28)LEBAS04M,10233.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282480,25)RQXSI04E,10234.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298130,266)KSLN04A,10235.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287016,11)EBBRA04E,10236.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291539,93)KSLN04M,10237.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304486,361)LELVU04,10238.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278872,120)EG11G04M,10239.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279721,715)EHAMA04,10240.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280245,129)RQXSI04E,10241.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291514,79)YB3EH04E,10242.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303377,70)GL34W04,10243.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298321,101)LEBAS04A,10244.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297904,176)LOVN1504,10245.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276531,6)KHVL104E,10246.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280453,160)EBBRA04E,10247.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(278149,35)EGNOR04M,10248.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291267,411)RNS04M,10249.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279048,4)KHVL104E,10250.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301367,188)YB3EH04A,10251.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(287527,69)KHVL104E,10252.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287515,113)KFZ4404M,10253.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295292,209)YB3EH04A,10254.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(292446,9)BR204M,10255.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292908,27)YD5WH04M,10256.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280278,919)EHAMA04,10257.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289232,11)RNI04M,10258.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301287,358)BKED1204,10259.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312565,422)LCES004,10260.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309940,55)LELVL104,10261.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(286616,1123)RVKWU04M,10262.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296755,261)LGIRA04,10263.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303747,122)KSAL1204,10264.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279845,5)KHVL104E,10265.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297424,43)BR204M,10266.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292534,19)YB3EH04A,10267.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300146,755)LGKFN04,10268.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309965,111)LEBAS04A,10269.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296035,1739)RVKWU04M,10270.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280768,17)KFZ4404M,10271.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285254,27)YD5WH04M,10272.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306751,90)KWUR1C04,10273.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293520,124)RFBRT04M,10274.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283760,373)FUJ04M,10275.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305491,89)YB3EH04A,10276.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309070,20)EDGG704,10277.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297370,71)YB3EH04A,10278.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290573,25)EBBRA04E,10279.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284316,107)YD5WH04M,10280.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304629,30)RVKWS04,10281.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263601,228)YB3EH04A,10282.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296840,209)YB3EH04A,10283.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295463,9)KALP2C04,10284.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298255,76)YD5WH04M,10285.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300850,57)LELVU04,10286.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291040,39)YD5WH04M,10287.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295516,45)RJIU04M,10288.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290819,124)GL34W04,10289.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288110,103)LCES004M,10290.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308550,22)RVKWS04,10291.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289171,29)EG11G04M,10292.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271214,354)RMZU04E,10293.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279524,39)KFZ4404E,10294.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293050,111)RQXU04E,10295.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294135,3)YB5WH04M,10296.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297288,310)YB3EH04A,10297.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291314,134)LELVL04M,10298.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296289,27)KWUR1C04,10299.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301360,90)LCES004M,10300.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(290528,3)YBOLN04M,10301.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307068,184)LEBAS04A,10302.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304161,22)LELVL104,10303.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286712,54)RFBRT04M,10304.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316314,123)KWUR1C04,10305.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293071,263)RASI04M,10306.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294421,47)RVKWU04M,10307.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302890,18)LELVL104,10308.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284911,118)KFZ4404M,10309.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308371,24)ZM56704,10310.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(278037,5)YD5WH04M,10311.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296646,150)LCES004,10312.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300765,1)YB3EH04E,10313.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285718,5)BR404M,10314.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(270314,251)EBBRA04E,10315.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284260,415)RASI04M,10316.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293817,32)YD5WH04M,10317.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285840,35)LELVL04M,10318.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298246,183)RFBRT04M,10319.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304862,72)MGY04,10320.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306846,17)KWUR1C04,10321.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302670,317)RMZSI04,10322.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305745,4)RVKWS04,10323.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286329,116)EBBRA04E,10324.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305597,77)LOVN1504,10325.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285189,771)RVKWU04M,10326.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280798,31)YB3EH04A,10327.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(289238,70)EGNOR04M,10328.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291515,68)KSLN04M,10329.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293533,88)RFBRT04M,10330.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287076,173)KFZ4404M,10331.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(291994,29)YBOLN04M,10332.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293430,471)RQXU04E,10333.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297185,269)KSLN04A,10334.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284183,336)LOVN1504,10335.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284860,502)RVKWU04M,10336.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295550,72)LELVU04,10337.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298160,116)KSAL1204,10338.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300571,35)ZM56704,10339.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286638,454)RNS04M,10340.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(290550,101)MAB04,10341.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284094,30)EBBRA04E,10342.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307021,173)LEBAS04A,10343.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294594,269)KSAL1204,10344.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287140,2230)RVKWU04M,10345.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300762,0),10346.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294025,77)RQXU04E,10347.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300590,127)EG11G04M,10348.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291480,133)KSLN04M,10349.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305604,24)KFZ4404M,10350.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303900,120)BR204M,10351.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309203,178)YB3EH04A,10352.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280283,82)YH5MH04M,10353.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310901,276)YB3EH04A,10354.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312414,41)LOVN1504,10355.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298093,1)RFBRT04M,10356.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308602,40)LOVN1504,10357.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295795,18)LEMDAT04,10358.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282912,42)RQXU04E,10359.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312975,198)ZM56704,10360.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284839,125)RASI04M,10361.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287476,25)KFZ4404L,10362.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296212,295)KSLN04A,10363.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(293552,8)KSPE104D,10364.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279006,411)BKED1204,10365.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281048,1005)LGKFN04,10366.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(288982,22)YB3EH04E,10367.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296565,48)RNI04M,10368.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298009,56)BR204M,10369.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281290,48)RMZU04E,10370.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(263412,17)LCES004M,10371.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295407,121)RJIU04M,10372.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305837,15)KFZ4404L,10373.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(291024,26)EBBRA04E,10374.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302777,99)LELVL104,10375.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(288008,199)YB3EH04A,10376.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263346,59)GL4W04M,10377.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283209,54)RMZU04E,10378.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281983,27)YB5WH04M,10379.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282837,85)KSLN04M,10380.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311256,50)YB3EH04A,10381.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291639,93)YB3EH04A,10382.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310795,92)LELVL104,10383.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306499,108)MGY04,10384.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303868,582)LEMDAT04,10385.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309331,31)RMZU04,10386.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306922,183)LOVN1504,10387.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296260,234)KSAL1204,10388.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300715,54)BR404M,10389.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(289684,28)EDGG704,10390.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286969,417)RASI04M,10391.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313003,825)MRAE04,10392.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298590,8)ZM56704,10393.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303077,109)ZM56704,10394.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303503,90)KSLN04A,10395.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277424,1163)EHAMA04,10396.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(290904,74)RASI04M,10397.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281256,314)RMZU04,10398.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263367,75)RFBRT04M,10399.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283272,71)RQXSI04E,10400.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304882,70)LLBGA04L,10401.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279969,320)RFBRT04M,10402.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(291528,42)YB5WH04M,10403.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307547,131)LEBAS04A,10404.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295183,104)YB3EH04A,10405.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309298,84)EDGG704,10406.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282416,8)RASI04M,10407.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301879,63)LELVL104,10408.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298333,152)KSPE104D,10409.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302769,23)MAB04,10410.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301949,270)LCES004M,10411.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272849,1119)LGKFN04,10412.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292565,14)KFZ4404E,10413.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(285980,35)LCES004M,10414.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313298,125)GL34W04,10415.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310853,57)LELVL104,10416.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294756,569)RJIU04M,10417.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(320734,68)EDGG704,10418.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293540,146)KFZ4404M,10419.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300185,48)YB3EH04M,10420.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300532,71)EG11G04M,10421.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(262875,264)EBBRA04E,10422.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286706,31)YB5WH04M,10423.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287579,574)RQXSI04E,10424.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294530,0),10425.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291739,420)KSLN04A,10426.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289283,802)LEMDAT04,10427.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305728,183)ZM56704,10428.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282660,94)PMXX04M,10429.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(290996,31)PMXX04M,10430.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298630,19)KSAL1A04,10431.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279405,17)KFZ4404E,10432.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290447,15)LEBAS04M,10433.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291189,929)RVKWU04M,10434.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287402,977)LELVL04M,10435.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317443,599)MRAE04,10436.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296778,92)RASI04M,10437.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296465,195)KSAL1204,10438.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302457,28)RJIU04M,10439.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286841,274)KSAL1204,10440.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280666,349)KSLN04A,10441.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(277463,556)LGKFN04,10442.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304357,38)LELVL104,10443.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303297,19)KSLN04M,10444.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310734,413)RMZSI04,10445.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295752,459)LEMDAT04,10446.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295413,182)RFBRT04M,10447.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312503,1)MEK04,10448.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308268,89)RMZU04,10449.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306287,46)RVKWS04,10450.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305806,34)LELVL104,10451.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278154,19)KHVL104E,10452.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289519,56)RMZU04E,10453.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310580,35)EDGG704,10454.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278487,244)YH5MH04M,10455.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279896,186)RASI04M,10456.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287286,150)EGNOR04M,10457.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(278603,433)EHAMA04,10458.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311143,29)RNS04M,10459.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284566,164)YB3EH04A,10460.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311462,27)LELVL104,10461.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303164,160)KSPE104D,10462.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(287279,24)RASI04M,10463.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281349,44)RQXSI04E,10464.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294120,8)RQXU04E,10465.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283965,98)LELVL04M,10466.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307145,10)KSAL1204,10467.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306685,11)KSAL1204,10468.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297927,31)RVKWS04,10469.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307135,24)EDGG704,10470.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283392,117)RQXSI04E,10471.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302940,89)KFZ4404M,10472.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303282,86)LEMDAT04,10473.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295984,48)RASI04M,10474.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278839,19)EBEEC04M,10475.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300422,326)KSAL1204,10476.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(295922,35)KFZ4404M,10477.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294030,0),10478.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297427,358)RMZSI04,10479.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298177,67)RMZU04,10480.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288341,135)KWUR1C04,10481.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295168,184)BR204M,10482.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294156,39)YB3EH04E,10483.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(269231,115)YH5MH04M,10484.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292006,234)RVKWS04,10485.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(320054,16)EDGG704,10486.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288911,76)KSPE104D,10487.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308624,233)LCES004,10488.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302774,332)RMZSI04,10489.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302060,1151)EG11G04M,10490.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311315,25)LEBAS04A,10491.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293858,9)RQXU04E,10492.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291971,23)KSLN04A,10493.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263640,225)LCES004,10494.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(263313,146)RFBRT04M,10495.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305522,198)KSPE104D,10496.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(288696,17)RNI04M,10497.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294950,120)RNS04M,10498.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263298,38)LELVL04M,10499.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(286404,26)PMXX04M,10500.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287855,105)RNS04M,10501.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263516,133)LEBAS04M,10502.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301294,13)KWUR1C04,10503.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301722,117)LEBAS04M,10504.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(267735,43)KSPE1P04,10505.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305896,2)LELVL104,10506.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303617,320)KSLN04A,10507.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281523,56)EHAMA04,10508.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(310899,363)KSLN04A,10509.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302875,110)LEBAS04M,10510.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282807,24)LGKFN04,10511.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295912,61)EGNOR04M,10512.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306542,2)RNS04M,10513.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273554,15)EBEEC04M,10514.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303247,17)RJIU04M,10515.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294792,248)KSAL1204,10516.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307878,77)KWUR1C04,10517.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295129,70)YB3EH04E,10518.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308855,185)YB3EH04A,10519.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(288023,24)LELVL04M,10520.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278814,16)YB5WH04M,10521.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302179,42)KWUR1C04,10522.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(291649,34)LEMDAT04,10523.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279312,99)KSPE1P04,10524.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309790,60)YB3EH04A,10525.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294908,2)YB5WH04M,10526.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(289673,94)MEK04,10527.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298397,191)YB3EH04A,10528.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308248,428)YB3EH04A,10529.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307791,109)ZM56704,10530.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300487,98)YB3EH04A,10531.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288046,54)MM304,10532.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297827,61)MM304,10533.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287722,50)BKED1204,10534.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301059,142)GL34W04,10535.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288101,274)KSPE104D,10536.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290019,141)KWUR1C04,10537.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291117,93)KSPE104D,10538.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310096,86)MEK04,10539.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297762,84)LEBAS04M,10540.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309119,96)ZM56704,10541.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287528,130)KFZ4404M,10542.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302047,75)MAB1204A,10543.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286753,12)LELVL04M,10544.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271099,18)YBOLN04M,10545.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303829,93)LOVN1504,10546.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282785,201)YB3EH04E,10547.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300414,42)YB3EH04A,10548.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279386,43)YH5MH04M,10549.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301719,65)LELVL104,10550.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292656,68)KALP2C04,10551.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288800,155)KFZ4404M,10552.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293790,128)KSPE104D,10553.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290696,530)RNS04M,10554.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288927,8)PMXX04M,10555.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(292457,88)LEBAS04M,10556.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287934,83)YB3EH04M,10557.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297057,250)KCHI104M,10558.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263339,139)LCES004M,10559.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308308,80)YB3EH04A,10560.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291241,2)GL4W04M,10561.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295688,301)BKED1204,10562.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302162,1718)LGKFN04,10563.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292327,84)YB3EH04A,10564.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277167,6)KHVL104E,10565.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306995,174)YB3EH04A,10566.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286575,118)LELVL04M,10567.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292635,56)GL4W04M,10568.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296135,77)RQXU04E,10569.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296907,78)YD5WH04M,10570.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283751,7)RQXSI04E,10571.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295023,126)KSLN04A,10572.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295501,63)LEBAS04M,10573.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297079,4)RMZU04,10574.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283921,170)EGNOR04M,10575.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282070,71)RQXU04E,10576.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285843,125)LELVL04M,10577.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298488,145)LEBAS04A,10578.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284450,167)KSLN04M,10579.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(295216,72)YB3EH04E,10580.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286771,18)MYY04A,10581.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285379,175)FUJ04M,10582.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313135,52)KWUR1C04,10583.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297368,118)LGAVA04,10584.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263004,272)RQXSI04E,10585.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291499,54)LELVL04M,10586.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294276,123)RQXI04E,10587.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302667,119)LGAVA04,10588.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297781,195)YB3EH04A,10589.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292859,227)KSLN04M,10590.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275682,94)RFBRT04M,10591.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(285292,97)RASI04M,10592.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282589,254)RMZSI04,10593.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294125,111)RQXU04E,10594.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300521,50)GL34W04,10595.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305104,1)KSPE104D,10596.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295273,43)EG11G04M,10597.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(296181,88)YB3EH04E,10598.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311845,142)YB3EH04A,10599.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285675,44)YB3EH04E,10600.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(279734,37)RMZSI04M,10601.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309822,65)ZM56704,10602.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290633,109)RJIU04M,10603.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280744,33)LEBAS04A,10604.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(270468,14)YBOLN04M,10605.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296550,79)YB3EH04A,10606.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294878,65)KSPE104D,10607.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291359,354)KCHI104M,10608.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284344,35)YB3EH04E,10609.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284184,46)RMZSI04,10610.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306044,83)LELVL104,10611.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292032,61)EGNOR04M,10612.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282303,55)YBOLN04M,10613.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(295562,16)RQXI04E,10614.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311813,80)LELVL104,10615.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303152,406)LEBAS04A,10616.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306270,79)LELVL104,10617.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301145,342)YB3EH04A,10618.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283256,117)EGNOR04M,10619.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294448,151)MM304,10620.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(295341,1)YB5WH04M,10621.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279651,4)YBOLN04M,10622.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286313,1)YB3EH04A,10623.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298502,355)YB3EH04A,10624.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(275338,26)FUJ04M,10625.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288756,7)YB3EH04A,10626.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308136,22)LELVL104,10627.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(293695,53)BR404M,10628.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297773,34)YB3EH04A,10629.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301257,164)RMZSI04,10630.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306012,23)LELVL104,10631.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(285563,75)LCES004M,10632.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293601,10)YB5KL04E,10633.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294010,104)LEMDAT04,10634.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294164,164)BR404M,10635.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301238,66)LELVL104,10636.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288999,77)LEMDAT04,10637.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(287222,39)RQXSI04E,10638.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278889,154)KHVL104E,10639.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(270762,12)$YBOLN04M,10640.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282645,3)YB5WH04M,10641.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(286988,29)KSLN04M,10642.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301299,207)YB3EH04A,10643.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294133,166)RJIU04M,10644.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289175,114)KFZ4404M,10645.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285040,162)RASI04M,10646.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311255,28)MAB1204A,10647.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(274564,55)RQXSI04E,10648.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294637,109)LELVL04M,10649.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290015,124)BR204M,10650.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308836,130)YB3EH04A,10651.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(290666,56)MAB04,10652.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287899,1)KFZ4404M,10653.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310594,45)LELVL104,10654.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(291367,133)YD5WH04M,10655.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296406,17)RJIU04M,10656.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305923,40)LELVL104,10657.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(285575,6)RQXI04E,10658.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286989,44)KSPE104D,10659.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288728,68)EBEEC04M,10660.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301888,77)KWUR1C04,10661.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312762,204)MRAE04,10662.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298318,25)KSPE104D,10663.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293139,40)RNS04M,10664.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(292436,90)EG11G04M,10665.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302592,16)YD5WH04M,10666.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282259,49)YB5WH04M,10667.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302474,67)LELVL04M,10668.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294611,114)EGNOR04M,10669.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300204,129)EG11G04M,10670.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290166,140)RNS04M,10671.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306491,30)LCES004M,10672.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279885,942)EHAMA04,10673.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296857,96)BR204M,10674.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294819,312)RNS04M,10675.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296668,104)YB3EH04A,10676.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308334,27)EBEEC04M,10677.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318832,18)MRAE04,10678.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287337,178)KFZ4404M,10679.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301726,24)LELVL104,10680.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312020,14)MAB04,10681.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315040,25)LELVL104,10682.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282620,192)YB3EH04A,10683.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291917,35)RJIU04M,10684.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(295418,19)MM304,10685.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283211,4)RMZU04E,10686.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305432,2)RMZSI04,10687.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(286774,47)RASI04M,10688.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302830,155)RMZSI04,10689.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271412,30)RMZU04E,10690.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305754,12)MGY04,10691.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308004,65)ZM56704,10692.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(279756,14)YH5MH04M,10693.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278261,78)KFZ4404M,10694.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(292287,8)KSPE104D,10695.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282283,16)YB3EH04A,10696.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263389,17)MM304,10697.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305783,10)LELVL104,10698.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282720,91)KWUR404E,10699.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316285,6)KWUR1C04,10700.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(292094,33)LELVL04M,10701.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276911,59)RNS04M,10702.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301365,183)ZM56704,10703.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303790,344)LOVN1504,10704.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304568,153)ZM56704,10705.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294603,26)YB3EH04A,10706.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263859,32)LEBAS04A,10707.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293821,17)KSAL1204,10708.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307860,2)YB3EH04A,10709.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(291843,31)LELVL04M,10710.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285766,71)RQXSI04E,10711.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296672,2)RASI04M,10712.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303416,40)MGY04,10713.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(292544,2)EG11G04M,10714.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295595,20)YB3EH04A,10715.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300671,230)YB3EH04A,10716.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(269531,282)EBBRA04E,10717.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285521,51)YB3EH04M,10718.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(292088,43)LEBAS04M,10719.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314075,12)MAB04,10720.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291078,49)YB5KL04E,10721.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285393,49)YB3EH04E,10722.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297500,486)LEBAS04A,10723.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284550,14)LELVL04M,10724.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294900,57)RMZU04E,10725.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263613,21)BKED1204,10726.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294158,12)YB3EH04A,10727.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309588,241)MGY04,10728.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286658,18)EBBRA04E,10729.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(293048,87)LELVL04M,10730.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302874,32)MGY04,10731.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283094,5)$KWUR404E,10732.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294847,12)MM304,10733.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306388,13)ZM56704,10734.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303061,153)BKED1204,10735.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(288247,35)YB5WH04M,10736.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312456,29)YB3EH04A,10737.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(287518,2)YB5WH04M,10738.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314823,35)MGY04,10739.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313354,520)LEBAS04A,10740.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309599,43)YB3EH04A,10741.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288404,107)YH5MH04M,10742.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308239,162)KWUR1C04,10743.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305803,50)KWUR1C04,10744.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304362,3420)LGZAA04M,10745.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286781,114)KFZ4404M,10746.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297922,25)KSLN04A,10747.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292837,240)KFZ4404M,10748.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291819,19)EGNOR04M,10749.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290776,7)RJIU04M,10750.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298698,59)KSLN04M,10751.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297554,22)RNI04M,10752.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(289192,18)ZM56704,10753.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297234,97)YD5WH04M,10754.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297977,39)EGNOR04M,10755.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289805,10)YBOLN04M,10756.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(293626,70)LELVL04M,10757.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284880,12)EG11G04M,10758.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301709,1369)LCES004M,10759.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308460,239)YB3EH04A,10760.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301656,58)RNI04M,10761.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294752,119)YB3EH04E,10762.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283829,10)YB5WH04M,10763.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295594,72)RNS04M,10764.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296194,6)MEK04,10765.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(291323,36)YB3EH04E,10766.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306190,1)YB3EH04A,10767.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306204,7)MAB3404A,10768.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300883,33)LEBAS04A,10769.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291679,182)RNS04M,10770.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294327,90)RJIU04M,10771.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307265,443)LEBAS04A,10772.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297702,435)RMZSI04,10773.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309016,9)MRAEE04,10774.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297436,186)FUJ04M,10775.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306449,625)LEBAS04A,10776.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307626,43)MRAE04,10777.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315019,2136)EDGG704,10778.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287623,38)LELVL04M,10779.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292805,326)RVKWS04,10780.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308511,73)MGY04,10781.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275809,16)YD5WH04M,10782.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310724,0),10783.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279686,53)YB5WH04M,10784.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292550,25)BR404M,10785.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(292969,54)GL4W04M,10786.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295708,76)BR204M,10787.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307679,136)LOVN1504,10788.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289472,1299)LGZAA04M,10789.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283561,3255)LGZAA04M,10790.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276588,3425)LGZAA04M,10791.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304450,117)MAB04,10792.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310282,93)LCES004,10793.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295936,34)YB5WH04M,10794.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280888,132)YB5WH04M,10795.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296896,1334)LGZAA04M,10796.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309190,220)MGY04,10797.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310502,65)MYY04A,10798.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306069,123)MGY04,10799.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302361,418)MRAEE04,10800.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312020,69)MGY04,10801.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307696,66)MAB04,10802.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298471,2143)LGKFN04,10803.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314563,174)MGY04,10804.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305510,179)MRAEE04,10805.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284810,439)RQXSI04E,10806.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283544,3215)LGKFN04,10807.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302138,136)MGY04,10808.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297818,271)GL34W04,10809.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304258,55)MRAEE04,10810.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311151,137)MGY04,10811.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305542,129)MRAEE04,10812.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303612,1280)KSPE104D,10813.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317644,0),10814.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301760,444)MGY04,10815.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308144,99)MAB04,10816.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310082,188)EDGG704,10817.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304114,121)MAB3404A,10818.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307135,224)EDGG704,10819.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296953,1975)LCES004,10820.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311071,286)EDGG704,10821.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308743,445)EDGG704,10822.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298574,103)YB3EH04E,10823.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271214,605)RMZU04E,10824.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295508,135)MAB04,10825.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289759,322)EDGG704,10826.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289684,128)EDGG704,10827.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317300,166)EDGG704,10828.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300762,100)EDGG704,10829.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290574,88)RJIU04M,10830.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293468,24)RJIU04M,10831.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294005,189)RJIU04M,10832.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289164,89)RJIU04M,10833.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293889,473)BR404M,10834.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290076,94)RJIU04M,10835.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283468,44)RQXSI04E,10836.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301843,1846)LGKFN04,10837.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296238,224)RJIU04M,10838.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279339,14)YB5KL04E,10839.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295587,55)YBOLN04M,10840.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303423,100)EDGG704,10841.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288693,230)RJIU04M,10842.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295319,717)RJIU04M,10843.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296303,15)YB3EH04E,10844.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312881,259)GL34W04,10845.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282954,77)RQXI04E,10846.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285782,130)RQXI04E,10847.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295131,125)YBOLN04M,10848.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291218,65)RQXSI04E,10849.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291027,376)YH5MH04M,10850.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291009,131)RQXSI04E,10851.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293565,784)RJIU04M,10852.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289863,306)ZM56704,10853.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294421,139)RVKWU04M,10854.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289913,109)YH5MH04M,10855.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293566,216)RNI04M,10856.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293561,747)RVKWU04M,10857.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280212,1275)LGKFN04,10858.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289464,246)RNI04M,10859.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291957,220)RQXSI04E,10860.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288765,214)RQXSI04E,10861.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282374,763)RVKWU04M,10862.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294690,239)RVKWU04M,10863.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293657,1036)YD5WH04M,10864.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292483,594)RVKWU04M,10865.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308892,34)MEK04,10866.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285241,2388)LGKFN04,10867.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287347,146)MAB1204A,10868.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295700,139)RQXSI04E,10869.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277313,50)YBOLN04M,10870.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263593,965)LOVN1504,10871.p,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_x(281290,158)YBOLN04M,10872.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290061,1805)MGY04,10873.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311413,108)ZM56704,10874.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307304,72)MAB04,10875.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280252,611)PMXX04M,10876.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294947,76)YD5WH04M,10877.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292069,123)EG11G04M,10878.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306269,87)MGY04,10879.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291353,68)RQXI04E,10880.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281511,1802)LGSRA04,10881.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286771,141)GL34W04,10882.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314847,144)MGY04,10883.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289288,110)PMXX04M,10884.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283795,449)RVKWU04M,10885.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283751,104)RQXSI04E,10886.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293560,747)RVKWU04M,10887.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292569,58)RNI04M,10888.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295656,158)RQXI04E,10889.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302531,153)RJIU04M,10890.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283954,26)YBOLN04M,10891.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289805,34)YB5KL04E,10892.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290406,227)RNI04M,10893.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292989,75)YB5WH04M,10894.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287891,623)RNI04M,10895.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288428,473)RVKWU04M,10896.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295966,160)YBOLN04M,10897.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294001,104)EGPFA04,10898.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292297,675)RJIU04M,10899.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294773,77)YBOLN04M,10900.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294530,646)RVKWU04M,10901.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286180,88)YBOLN04M,10902.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285949,298)RQXSI04E,10903.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280645,7)YBOLN04M,10904.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289945,602)LGKFN04,10905.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301759,917)LGKFN04,10906.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291994,74)YBOLN04M,10907.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300964,720)LGKFN04,10908.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272266,74)YB5WH04M,10909.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292178,233)EGNOR04M,10910.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296062,930)RQXSI04E,10911.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293444,128)YB5WH04M,10912.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294986,780)LGKFN04,10913.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304054,156)ZM56704,10914.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271211,941)RQXSI04E,10915.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292417,505)LCES004,10916.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294004,69)YB5WH04M,10917.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296342,96)EGNOR04M,10918.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296688,13)YD5WH04M,10919.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303049,114)MAB3404A,10920.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273960,101)EGNOR04M,10921.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289318,108)RNI04M,10922.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286582,212)KFZ4404M,10923.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304722,278)MAB1204A,10924.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293116,540)RVKWU04M,10925.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291519,140)MEK04,10926.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308507,150)LCES004,10927.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292801,382)PMXX04M,10928.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304568,230)ZM56704,10929.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309780,450)LCES004,10930.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294460,1050)PMXX04M,10931.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288361,689)PMXX04M,10932.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291491,234)ZM56704,10933.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317008,36)MRAE04,10934.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287402,511)PMXX04M,10935.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301142,218)MEK04,10936.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306667,290)ZM56704,10937.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303208,81)MEK04,10938.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292992,196)YD5WH04M,10939.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310560,1178)LCES004,10940.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275277,711)RQXSI04E,10941.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288720,857)PMXX04M,10942.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301272,464)LGKFN04,10943.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309281,346)ZM56704,10944.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310647,129)GL34W04,10945.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283489,453)RVKWU04M,10946.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277936,709)LGKFN04,10947.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263602,2048)LCES004,10948.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295929,472)RVKWU04M,10949.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285656,613)PMXX04M,10950.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314108,2025)LCES004,10951.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309414,2331)LCES004,10952.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284316,161)YD5WH04M,10953.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287946,857)PMXX04M,10954.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289158,470)RVKWU04M,10955.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298180,50)RNI04M,10956.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295328,510)RQXSI04E,10957.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293587,2022)LCES004,10958.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312895,2492)LCES004,10959.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305557,2918)LCES004,10960.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311108,1440)LCES004,10961.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285664,1596)LCES004,10962.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311155,1876)LCES004,10963.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263612,1681)LCES004,10964.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263580,2353)LCES004,10965.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312015,1650)LCES004,10966.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287785,169)KFZ4404M,10967.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307153,2061)LCES004,10968.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300445,2158)LCES004,10969.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311856,178)MAB1204A,10970.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294613,150)RQXSI04E,10971.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306346,2488)LCES004,10972.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307355,456)MAB3404A,10973.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287194,42)RQXSI04E,10974.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307264,2360)LCES004,10975.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298434,1777)LCES004,10976.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289683,358)ZM56704,10977.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294276,40)RQXSI04E,10978.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297164,65)RNI04M,10979.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(302317,599)KSLN04M,10980.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306829,360)GL34W04,10981.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294472,561)RVKWU04M,10982.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296646,300)LCES004,10983.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317048,2541)LCES004,10984.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297402,1295)KSPE104D,10985.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285863,162)RQXI04E,10986.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289868,2844)LCES004,10987.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292796,2966)LCES004,10988.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263962,1215)LCES004,10989.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295180,145)RVKWU04M,10990.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314236,238)LCES004,10991.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263004,835)RQXSI04E,10992.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316090,2419)LCES004,10993.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285733,2986)LCES004,10994.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289828,489)ZM56704,10995.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307726,256)GL34W04,10996.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288377,336)RVKWU04M,10997.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274616,288)RQXSI04E,10998.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312503,96)MEK04,10999.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302006,299)MGY04,11000.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290566,246)ZM56704,11001.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303350,245)MAB1204A,11002.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284283,325)RVKWU04M,11003.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289894,1578)LCES004,11004.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(300256,319)LOVN1504,11005.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309577,110)MEK04,11006.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297145,167)LOVN1504,11007.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312369,192)MAB3404A,11008.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312682,105)MRAE04,11009.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302665,260)GL34W04,11010.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309583,386)MGY04,11011.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306530,42)MAB1204A,11012.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296772,54)LOVN1504,11013.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311650,232)MEK04,11014.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298266,660)LGKFN04,11015.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309317,98)MGY04,11016.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303077,32)ZM56704,11017.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304739,274)GL34W04,11018.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276611,192)RQXSI04E,11019.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289192,302)MGY04,11020.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(264013,83)MAB3404A,11021.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312773,143)MAB1204A,11022.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291024,156)RQXSI04E,11023.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313034,293)GL34W04,11024.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290550,219)MGY04,11025.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281359,380)PMXX04M,11026.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298402,368)LCES004M,11027.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314530,283)GL34W04,11028.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282313,98)RQXSI04E,11029.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294552,172)EGNOR04M,11030.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263958,409)LCES004,11031.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302351,371)GL34W04,11032.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311284,1671)LCES004,11033.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282677,86)YB5WH04M,11034.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303341,347)LCES004M,11035.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291031,208)EG11G04M,11036.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296194,37)MYY04A,11037.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308751,74)MGY04,11038.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289024,62)YB5WH04M,11039.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304422,158)MGY04,11040.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282205,38)KSLN2C04,11041.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293096,51)YB3EH04E,11042.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300631,1915)LGKFN04,11043.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298697,112)YB3EH04E,11044.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301987,660)LCES004M,11045.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300621,1580)LCES004,11046.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307897,302)LCES004M,11047.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294857,77)YBOLN04M,11048.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279592,140)YH5MH04M,11049.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309573,2228)LCES004,11050.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306902,277)MEK04,11051.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297622,1870)YD5WH04M,11052.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263921,2507)LCES004,11053.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311265,2368)LCES004,11054.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301556,471)GL34W04,11055.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(279193,12)YH5MH04M,11056.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285980,785)LCES004M,11057.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312938,736)LCES004,11058.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287243,729)GL4W04M,11059.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298528,2370)LCES004,11060.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308125,727)LCES004,11061.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312583,2492)LCES004,11062.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304253,197)LCES004M,11063.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311285,1696)LCES004,11064.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292231,1022)EG11G04M,11065.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294303,74)YD5WH04M,11066.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289587,502)PMXX04M,11067.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290491,129)RNI04M,11068.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292629,790)LCES004M,11069.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(264011,2772)LCES004,11070.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310732,1641)LCES004,11071.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302044,106)MGY04,11072.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305929,579)LCES004M,11073.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286625,301)PMXX04M,11074.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312199,2190)LCES004,11075.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263868,1988)LCES004,11076.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287018,362)RQXSI04E,11077.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295532,193)RNI04M,11078.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308511,43)MYY04A,11079.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287235,615)PMXX04M,11080.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282583,277)PMXX04M,11081.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292487,4)KSLN04M,11082.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283194,665)PMXX04M,11083.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290738,508)YD5WH04M,11084.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285459,1668)LCES004,11085.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306358,122)RMZSI04,11086.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311329,151)MEK04,11087.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(270468,222)KWUR404E,11088.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285042,105)RQXSI04E,11089.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303665,1952)LCES004,11090.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305432,174)RMZSI04,11091.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312825,2457)LCES004,11092.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285693,74)YB3EH04E,11093.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294876,288)PMXX04M,11094.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303203,2738)LCES004,11095.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284313,730)RQXSI04E,11096.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308251,2739)LCES004,11097.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285482,812)PMXX04M,11098.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(286600,432)KCHI104M,11099.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263866,2518)LCES004,11100.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292026,198)LELVL04M,11101.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309267,218)RMZSI04,11102.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291679,382)RNS04M,11103.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294940,263)BR404M,11104.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295296,112)RQXSI04E,11105.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294548,206)MGY04,11106.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290166,440)RNS04M,11107.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263439,2090)LCES004,11108.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288242,277)PMXX04M,11109.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294749,240)EGNOR04M,11110.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315232,556)LCES004,11111.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282099,571)YD5WH04M,11112.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305851,39)MAB3404A,11113.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290158,81)PMXX04M,11114.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308371,121)MGY04,11115.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283829,116)YB5WH04M,11116.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295098,93)YB5KL04E,11117.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295594,472)RNS04M,11118.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295522,497)PMXX04M,11119.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281466,354)EGNOR04M,11120.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283607,506)PMXX04M,11121.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278322,0),11122.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284190,510)PMXX04M,11123.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(303929,54)LGKFN04,11124.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292405,586)RMZU04E,11125.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294908,55)YB5WH04M,11126.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286726,232)YB5KL04E,11127.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286715,6)YBOLN04M,11128.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309625,109)MYY04A,11129.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297977,388)EGNOR04M,11130.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285688,311)RQXSI04E,11131.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286485,11)YBOLN04M,11132.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273048,76)YB5WH04M,11133.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293430,300)RQXU04E,11134.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287944,570)KFZ4404M,11135.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301010,605)RNS04M,11136.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313344,317)MRAE04,11137.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295585,519)YB3EH04A,11138.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289367,198)RQXSI04E,11139.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311412,241)KSLN04A,11140.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294327,266)RJIU04M,11141.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279395,14)YB5WH04M,11142.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294944,358)YB5WH04M,11143.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274577,552)RQXSI04E,11144.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287736,109)PMXX04M,11145.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300988,1256)LOVN1504,11146.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309953,469)LOVN1504,11147.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286963,559)RQXSI04E,11148.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292666,2712)LGSRA04,11149.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283562,174)PMXX04M,11150.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285826,87)YB5KL04E,11151.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300642,237)MRAE04,11152.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289232,109)RNI04M,11153.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263410,949)LGKFN04,11154.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284933,98)LELVL04M,11155.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307728,249)MAB1204A,11156.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277127,211)LGKFN04,11157.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286277,399)KFZ4404M,11158.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280430,52)LGKFN04,11159.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287193,87)RQXSI04E,11160.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289872,466)KFZ4404M,11161.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296350,43)RQXSI04E,11162.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302424,26)MYY04A,11163.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285209,516)PMXX04M,11164.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287076,311)KFZ4404M,11165.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292257,167)RQXSI04E,11166.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300848,289)LEMDAT04,11167.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280245,419)RQXU04E,11168.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305011,114)GL4W04M,11169.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309284,916)LFMDA04A,11170.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296164,532)RQXSI04E,11171.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295732,190)LEMDAT04,11172.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297087,246)LGKFN04,11173.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314225,99)MYY04A,11174.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281348,414)KFZ4404M,11175.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311440,430)MRAE04,11176.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281887,442)RQXSI04E,11177.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278871,560)YB3EH04E,11178.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297393,42)BR404M,11179.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312097,938)LCES004,11180.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296180,193)RMZU04,11181.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307658,384)RMZU04,11182.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288647,189)LEMDAT04,11183.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302890,122)LELVL104,11184.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276307,644)LGKFN04,11185.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290635,200)RQXSI04E,11186.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304414,81)LEMDAT04,11187.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277445,47)BR404M,11188.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(288445,32)LGKFN04,11189.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296754,802)LGKFN04,11190.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285178,568)PMXX04M,11191.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313102,878)LCES004,11192.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298480,128)RMZU04,11193.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288725,139)LEMDAT04,11194.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305548,82)LEMDAT04,11195.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292967,113)RNS04M,11196.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280825,900)LGKFN04,11197.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294779,753)RNS04M,11198.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301673,1050)LCES004M,11199.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301238,273)LELVL104,11200.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302356,188)BR404M,11201.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293250,97)RQXU04E,11202.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300097,305)RNI04M,11203.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294580,65)MRAEE04,11204.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303790,416)LOVN1504,11205.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311878,52)MGY04,11206.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300140,271)RMZU04,11207.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304456,354)RJIU04M,11208.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287288,153)KHVL104E,11209.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302924,294)LELVL104,11210.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307992,3368)LGZAA04M,11211.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306718,68)LOVN1504,11212.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302132,225)LOVN1504,11213.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291656,360)YH5MH04M,11214.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287302,727)LFMDA04A,11215.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307576,86)YB3EH04A,11216.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298519,949)YB3EH04A,11217.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(284104,413)YD5WH04M,11218.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302096,182)LOVN1504,11219.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285794,307)RQXSI04E,11220.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290776,446)RJIU04M,11221.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292354,412)RMZU04,11222.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311032,189)LOVN1504,11223.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294503,847)RNS04M,11224.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303485,321)LELVL104,11225.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301972,22)LGAVA04,11226.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297119,204)EGNOR04M,11227.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302536,280)RMZU04,11228.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287489,93)YB3EH04A,11229.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306922,540)LOVN1504,11230.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307103,54)MAB3404A,11231.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310671,301)LELVL104,11232.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305425,118)GL34W04,11233.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283688,920)RQXSI04E,11234.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292991,73)YD5WH04M,11235.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287937,312)RNI04M,11236.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308914,272)MGY04,11237.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288501,197)LEMDAT04,11238.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283998,70)YB5WH04M,11239.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295274,230)RNI04M,11240.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304335,211)LELVL104,11241.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309072,103)LELVL104,11242.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301003,444)YB3EH04A,11243.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278920,4)YB5WH04M,11244.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301867,161)YB3EH04A,11245.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291264,565)PMXX04M,11246.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282890,75)KWUR404E,11247.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292533,103)RNI04M,11248.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283584,160)YB3EH04E,11249.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295879,873)RNS04M,11250.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263862,1611)LCES004,11251.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294112,339)EG11G04M,11252.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291082,158)LELVU04,11253.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283256,47)EGNOR04M,11254.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297442,1072)EG11G04M,11255.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280871,513)LELVU04,11256.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277826,615)RJIU04M,11257.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286569,125)EBBRA04E,11258.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302840,302)RMZU04,11259.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295927,147)RJIU04M,11260.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287329,77)YB5WH04M,11261.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305896,415)LELVL104,11262.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283117,74)YB5KL04E,11263.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(296992,40)YB3EH04E,11264.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290037,181)RJIU04M,11265.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302777,409)LELVL104,11266.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296923,50)YB3EH04E,11267.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298577,469)RMZU04,11268.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278855,58)YH5MH04M,11269.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296473,695)LCES004,11270.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291577,434)EGNOR04M,11271.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297554,120)RNI04M,11272.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313758,1988)LCES004,11273.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293881,38)EGNOR04M,11274.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294816,182)YBOLN04M,11275.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288529,120)RNI04M,11276.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312912,146)MAB1204A,11277.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302879,144)MGY04,11278.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294672,82)RQXSI04E,11279.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289502,1252)YD5WH04M,11280.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272894,30)RQXU04E,11281.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309711,152)MYY04A,11282.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306044,496)LELVL104,11283.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294200,690)RQXSI04E,11284.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292808,110)RJIU04M,11285.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289457,635)RJIU04M,11286.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297842,187)YB3EH04E,11287.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279318,150)LCES004M,11288.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300504,720)LGKFN04,11289.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306413,989)LGKFN04,11290.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283559,1074)LGKFN04,11291.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304483,374)LCES004,11292.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277598,8)YB5WH04M,11293.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277591,282)YB5KL04E,11294.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308622,1679)LCES004,11295.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315779,379)LCES004,11296.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297636,68)YB5KL04E,11297.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308336,80)MYY04A,11298.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300174,193)RMZU04,11299.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293445,792)RNI04M,11300.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310618,287)MAB04,11301.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283750,977)YD5WH04M,11302.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281143,774)LGKFN04,11303.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286678,18)EBBRA04E,11304.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297232,610)RNI04M,11305.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281962,790)PMXX04M,11306.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295428,695)RJIU04M,11307.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297382,97)YB3EH04E,11308.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309462,236)LOVN1504,11309.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314699,2007)LCES004,11310.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313569,2310)LCES004,11311.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315081,518)LCES004,11312.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279642,126)KHVL104E,11313.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289605,15)LCES004M,11314.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292908,845)YD5WH04M,11315.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304825,281)LEMDAT04,11316.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296895,753)YB3EH04E,11317.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295546,672)EGNOR04M,11318.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285624,448)YD5WH04M,11319.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288849,467)LGRPA04M,11320.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293957,673)RNI04M,11321.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303471,116)PMXX04M,11322.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300866,517)RMZU04,11323.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306251,305)RMZU04,11324.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273980,308)PMXX04M,11325.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298713,51)YB3EH04E,11326.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305962,1162)LEMDAT04,11327.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295886,183)EG11G04M,11328.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301709,2119)LCES004M,11329.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287438,154)RNI04M,11330.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295329,124)YBOLN04M,11331.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296307,265)RNI04M,11332.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301088,882)LEMDAT04,11333.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292099,474)EGNOR04M,11334.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283549,312)YB3EH04E,11335.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287155,115)EBBRA04E,11336.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311073,1781)MEK04,11337.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295473,388)LELVU04,11338.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279652,251)KHVL104E,11339.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290752,235)LEBAS04M,11340.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291104,2196)LCES004,11341.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276959,149)PMXX04M,11342.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288989,1213)RMZU04E,11343.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310117,210)YB3EH04A,11344.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301417,840)LGKFN04,11345.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295104,625)LEMDAT04,11346.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278123,420)EGNOR04M,11347.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276837,700)RJIU04M,11348.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305697,716)LEMDAT04,11349.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295416,760)EGNOR04M,11350.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288601,280)LGKFN04,11351.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306384,519)LELVU04,11352.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290761,533)YD5WH04M,11353.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305828,1118)LCES004,11354.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296253,58)MEK04,11355.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292875,166)LELVL04M,11356.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278663,253)EHAMA04,11357.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316430,878)LCES004,11358.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313717,121)MEK04,11359.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316618,221)LLBGA04L,11360.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311863,217)YB3EH04A,11361.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278945,1909)LFMDA04A,11362.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308593,489)RMZU04,11363.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317357,693)LGRPA04,11364.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306801,457)RMZU04,11365.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307285,116)MGY04,11366.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302863,286)LEBAS04M,11367.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310674,298)MAB04,11368.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280203,549)RMZU04,11369.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290583,533)YD5WH04M,11370.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318660,394)EDGG704,11371.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281483,17)EGNOR04M,11372.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288513,111)RQXU04E,11373.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298093,76)BR204M,11374.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290055,30)RMZU04E,11375.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297929,233)EGNOR04M,11376.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297505,130)RQXSI04E,11377.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282727,900)LGKFN04,11378.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301721,679)LGKFN04,11379.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307846,190)RMZU04,11380.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284417,593)EGNOR04M,11381.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287433,84)YBOLN04M,11382.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289238,349)EGNOR04M,11383.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278295,691)RNI04M,11384.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315138,517)LCES004,11385.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279801,518)EHAMA04,11386.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278681,869)EHAMA04,11387.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296147,196)LELVU04,11388.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283209,305)RMZU04E,11389.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263594,1355)LCES004M,11390.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289160,18)ZM56704,11391.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263351,53)RFBRT04M,11392.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263793,246)KSAL1204,11393.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(269731,35)EBBRA04E,11394.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289249,1053)PMXX04M,11395.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276122,152)YD5WH04M,11396.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287579,11)RQXSI04E,11397.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293570,82)YBOLN04M,11398.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282090,111)LELVL04M,11399.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308432,618)RMZU04,11400.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287111,188)EGNOR04M,11401.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306307,342)RMZU04,11402.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307672,610)RMZU04,11403.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289618,110)YB3EH04E,11404.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312085,203)MAB3404A,11405.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293544,218)RQXSI04E,11406.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293626,173)LELVL04M,11407.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287536,191)LELVL04M,11408.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274564,280)RQXSI04E,11409.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292050,250)RJIU04M,11410.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294594,437)KSAL1204,11411.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296406,895)RJIU04M,11412.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283663,603)RQXSI04E,11413.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314600,3265)MRAE04,11414.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289455,108)RNI04M,11415.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313899,132)KSAL1204,11416.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292111,810)LGKFN04,11417.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(320214,167)MRAE04,11418.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294556,163)RJIU04M,11419.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297852,294)RJIU04M,11420.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290892,92)YB5WH04M,11421.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279411,139)KSPE1P04,11422.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278149,663)EGNOR04M,11423.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301477,747)MRAE04,11424.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288253,654)RNI04M,11425.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301501,1317)LCES004,11426.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296549,47)YB5WH04M,11427.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317908,1313)EDGG704,11428.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309172,1283)EDGG704,11429.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(267745,218)EBBRA04E,11430.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289519,307)RMZU04E,11431.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315019,1236)EDGG704,11432.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309103,126)GL34W04,11433.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289716,1138)LGKFN04,11434.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289283,1117)LEMDAT04,11435.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297596,122)LELVL04M,11436.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279893,277)EHAMA04,11437.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283389,716)RQXSI04E,11438.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285585,105)MGY04,11439.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318435,1620)EDGG704,11440.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305802,1833)EDGG704,11441.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279398,340)YH5MH04M,11442.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316029,1587)EDGG704,11443.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298588,244)LGKFN04,11444.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(312956,1679)EDGG704,11445.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316499,1737)EDGG704,11446.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307805,36)LOVN1504,11447.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317153,1737)EDGG704,11448.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308582,1854)EDGG704,11449.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(319008,1790)EDGG704,11450.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315544,1410)EDGG704,11451.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295794,880)LEMDAT04,11452.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289989,1292)EDGG704,11453.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312009,1411)LLBGA04L,11454.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297335,315)BR404M,11455.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263515,417)LGKFN04,11456.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291305,1068)EDGG704,11457.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298646,877)LGKFN04,11458.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291494,363)YH5MH04M,11459.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309959,155)MAB04,11460.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298562,636)RMZU04,11461.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313003,1050)MRAE04,11462.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303195,1178)MRAE04,11463.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316061,496)LLBGA04L,11464.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307707,283)BKED1204,11465.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314573,1000)EDGG704,11466.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301590,454)LGKFN04,11467.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286897,75)RQXSI04E,11468.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296563,76)KWUR404E,11469.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280021,325)YH5MH04M,11470.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304615,75)MRAEE04,11471.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303814,973)EDGG704,11472.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309684,216)ZM56704,11473.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311549,128)LELVL104,11474.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279756,181)KSPE1P04,11475.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311706,154)MEK04,11476.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283526,331)KFZ4404M,11477.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309200,663)LCES004M,11478.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306405,1012)EDGG704,11479.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298160,285)KSAL1204,11480.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297113,189)RJIU04M,11481.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295446,7)RMZU04E,11482.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286141,133)KWUR404E,11483.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292388,522)RQXU04E,11484.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301524,58)MGY04,11485.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308647,717)MRAE04,11486.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288692,220)YB5WH04M,11487.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300356,539)RNI04M,11488.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282720,229)KWUR404E,11489.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272234,176)RQXU04E,11490.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287817,199)LGKFN04,11491.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273793,302)RQXSI04E,11492.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317111,1167)EDGG704,11493.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313302,758)LCES004,11494.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(269231,178)YH5MH04M,11495.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291594,352)EG11G04M,11496.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304051,214)MYY04A,11497.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292245,266)LELVL04M,11498.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304315,32)RMZU04,11499.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314808,211)MRAEE04,11500.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301727,151)LGKFN04,11501.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287904,195)LGKFN04,11502.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297984,1723)KSLN04A,11503.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300435,255)LGKFN04,11504.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304351,1620)LLBGA04L,11505.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289280,1102)LFMDA04A,11506.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297407,310)BKED1204,11507.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293252,472)RNI04M,11508.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312036,72)MAB3404A,11509.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285368,567)LGRPA04M,11510.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297002,1009)LGRPA04,11511.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306270,286)LELVL104,11512.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(323044,142)MRAE04,11513.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(322722,1189)EDGG704,11514.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278555,146)KFZ4404M,11515.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310303,456)RMZU04,11516.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277424,1302)EHAMA04,11517.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291906,655)RVKWU04M,11518.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312192,183)ZM56704,11519.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310272,132)LOVN1504,11520.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279279,62)YBOLN04M,11521.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286590,42)YB5WH04M,11522.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303747,291)KSAL1204,11523.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(264033,71)MYY04A,11524.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279243,238)YH5MH04M,11525.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288405,486)PMXX04M,11526.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297546,201)LGKFN04,11527.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284206,165)RMZU04,11528.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298514,245)KFZ4404M,11529.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313050,688)LCES004M,11530.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309210,1291)EDGG704,11531.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288302,85)RNI04M,11532.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304446,287)LELVL104,11533.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293521,194)LELVL04M,11534.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(292714,24)YB5WH04M,11535.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294815,469)RMZU04,11536.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288519,127)YB5WH04M,11537.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283821,753)KWUR404E,11538.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295238,115)RNI04M,11539.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295822,138)LEMDAT04,11540.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295174,378)LELVU04,11541.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316446,230)MYY04A,11542.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295497,298)PMXX04M,11543.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300430,157)RNI04M,11544.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287244,29)YB3EH04E,11545.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290568,1370)LEBAS04M,11546.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282046,321)YB5WH04M,11547.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289436,3)$LOW304M,11548.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279163,215)YH5MH04M,11549.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314223,2138)LCES004,11550.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277562,455)YH5MH04M,11551.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302162,1375)LGKFN04,11552.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282514,771)RQXSI04E,11553.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281293,433)KFZ4404E,11554.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308533,157)EDGG704,11555.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287821,127)RMZSI04M,11556.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279467,227)YH5MH04M,11557.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291257,1346)EDGG704,11558.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279485,119)KHVL104E,11559.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298116,472)RJIU04M,11560.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292153,259)YB5WH04M,11561.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296465,364)KSAL1204,11562.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277434,444)EG11G04M,11563.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307105,4697)LGZAA04M,11564.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293126,242)RJIU04M,11565.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305283,207)LGKFN04,11566.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308308,126)YB3EH04A,11567.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290395,632)PMXX04M,11568.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280142,602)EHAMA04,11569.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282057,177)YBOLN04M,11570.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294791,153)LELVL04M,11571.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286082,222)LELVU04,11572.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295752,302)LEMDAT04,11573.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314730,89)MAB04,11574.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301074,647)LGKFN04,11575.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306207,1495)LCES004M,11576.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301968,1230)EG11G04M,11577.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302456,175)MM204,11578.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303783,49)MAB04,11579.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290090,1646)EDGG704,11580.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272695,51)RMZSI04M,11581.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279312,183)KHVL104E,11582.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289397,347)LGKFN04,11583.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285372,138)YB5WH04M,11584.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309143,277)RMZU04,11585.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309981,1599)MAB04,11586.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282882,150)KWUR404E,11587.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308855,93)YB3EH04A,11588.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296970,140)KFZ4404M,11589.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292940,1348)EDGG704,11590.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317920,1416)EDGG704,11591.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290681,38)YB5WH04M,11592.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287924,1166)LELVL04M,11593.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307182,1087)MRAEE04,11594.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290342,115)RJIU04M,11595.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(321498,1500)EDGG704,11596.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295528,201)RQXI04E,11597.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279409,369)YH5MH04M,11598.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312231,253)YB3EH04A,11599.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293965,218)$RVKWS04,11600.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300146,2)LGKFN04,11601.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281854,195)KWUR404E,11602.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286568,151)EBBRA04E,11603.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313433,1185)MRAE04,11604.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286791,158)EBBRA04E,11605.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263196,787)RQXSI04E,11606.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301287,174)BKED1204,11607.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292968,28)RVKWS04,11608.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(312532,156)LELVL104,11609.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284595,132)RQXSI04E,11610.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284038,226)LELVL04M,11611.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293901,145)RQXU04E,11612.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289194,1507)RMZU04E,11613.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278067,117)EG11G04M,11614.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291038,1649)EDGG704,11615.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295691,367)RMZU04,11616.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278590,647)EHAMA04,11617.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288381,135)YD5WH04M,11618.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304778,125)RVKWS04,11619.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288284,284)KSPE104D,11620.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278647,1187)EHAMA04,11621.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291018,28)MYY04A,11622.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316391,1620)EDGG704,11623.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291377,239)EG11G04M,11624.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279259,141)YH5MH04M,11625.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283042,497)LGKFN04,11626.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297744,136)LOVN1504,11627.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295287,124)RQXSI04E,11628.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307985,327)RMZU04,11629.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313054,79)MAB1204A,11630.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263339,889)LCES004M,11631.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279011,1792)LGKFN04,11632.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296922,404)LGKFN04,11633.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305601,239)LLBGA04L,11634.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309011,1378)MRAE04,11635.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309721,105)YB3EH04A,11636.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294899,239)PMXX04M,11637.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279834,552)KFZ4404E,11638.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286690,900)EHAMA04,11639.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317851,1440)EDGG704,11640.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311697,1660)EDGG704,11641.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308449,1376)MRAE04,11642.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288358,181)KWUR404E,11643.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295688,486)BKED1204,11644.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306698,1780)EDGG704,11645.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316476,1858)EDGG704,11646.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300896,120)GL34W04,11647.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310219,1937)EDGG704,11648.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314816,2041)EDGG704,11649.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291314,238)LELVL04M,11650.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293710,1799)EDGG704,11651.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295734,1072)LEMDAT04,11652.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285981,501)KFZ4404M,11653.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287604,173)PMXX04M,11654.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283115,678)RMZU04,11655.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279693,174)YH5MH04M,11656.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288954,194)KHVL104E,11657.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279791,1531)EHAMA04,11658.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293549,145)RQXU04E,11659.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308325,704)LGKFN04,11660.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284297,816)RQXSI04E,11661.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289999,302)PMXX04M,11662.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293804,242)KSAL1204,11663.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297613,742)RQXSI04E,11664.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294120,94)RQXU04E,11665.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308945,1656)EDGG704,11666.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292413,93)KWUR404E,11667.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281891,245)KWUR404E,11668.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294654,1)LELVL04M,11669.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291761,209)RNS04M,11670.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285383,935)RNI04M,11671.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305354,261)MEK04,11672.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304380,145)MEK04,11673.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289673,189)MEK04,11674.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303992,237)LGKFN04,11675.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290696,330)RNS04M,11676.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285360,127)LELVL04M,11677.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282480,75)RMZSI04M,11678.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294193,88)LGKFN04,11679.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304435,178)LELVU04,11680.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295547,93)YB5KL04E,11681.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306862,339)KSAL1204,11682.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317443,1387)MRAE04,11683.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297904,533)LOVN1504,11684.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309978,763)RMZU04,11685.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305745,100)RVKWS04,11686.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284797,30)YB3EH04E,11687.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283392,463)RQXU04E,11688.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294370,185)KSPE104D,11689.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290455,454)RNS04M,11690.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284911,187)KFZ4404M,11691.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295005,130)KSPE104D,11692.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300931,94)KSPE104D,11693.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277703,427)KHVL104E,11694.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304074,143)KSPE104D,11695.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285671,100)RJIU04M,11696.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281715,1272)LGRPA04,11697.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302033,100)LOVN1504,11698.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284504,426)RQXSI04E,11699.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307142,287)KSPE104D,11700.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295893,990)LEMDAT04,11701.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300045,187)KSPE104D,11702.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315428,105)LELVL104,11703.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288800,501)KFZ4404M,11704.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291040,639)YD5WH04M,11705.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277284,85)EBBRA04E,11706.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291891,705)LGKFN04,11707.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303351,42)LELVU04,11708.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288740,364)RQXSI04E,11709.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286685,413)RQXSI04E,11710.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290650,191)PMXX04M,11711.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286628,203)RMZU04E,11712.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276534,227)KHVL104E,11713.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303842,307)LELVU04,11714.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281334,348)RVKWU04M,11715.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303716,134)KSPE104D,11716.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314402,80)MAB1204A,11717.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295231,141)LOVN1504,11718.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285431,1289)LGKFN04,11719.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294148,231)RQXU04E,11720.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305462,1746)EDGG704,11721.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302387,375)YB3EH04A,11722.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307626,1506)MRAE04,11723.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307733,184)LELVL104,11724.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289901,276)RQXSI04E,11725.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287367,306)EBBRA04E,11726.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295745,196)RNS04M,11727.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297362,187)RNI04M,11728.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287660,159)EG11G04M,11729.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291206,179)YBOLN04M,11730.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289566,1042)LGKFN04,11731.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294111,171)LELVU04,11732.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298249,529)RNS04M,11733.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295754,1006)LEMDAT04,11734.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284028,175)RQXSI04E,11735.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280103,277)KSPE104D,11736.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294701,361)KSAL1204,11737.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291267,611)RNS04M,11738.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297157,905)LGKFN04,11739.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306491,630)LCES004M,11740.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297219,97)FUJ04M,11741.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(291312,437)LGKFN04,11742.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283253,137)RASI04M,11743.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300133,210)RQXSI04E,11744.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302516,210)LCES004M,11745.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282868,136)KWUR404E,11746.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290904,178)RASI04M,11747.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292917,221)LELVL04M,11748.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283734,67)KSLN04M,11749.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289980,6)KSPE104D,11750.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277278,142)RASI04M,11751.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288568,537)RQXSI04E,11752.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293757,350)$YD5WH04M,11753.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293168,118)RQXU04E,11754.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282430,182)EBBRA04E,11755.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300332,232)EG11G04M,11756.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282176,301)RMZU04E,11757.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286682,470)YH5MH04M,11758.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297571,186)LELVU04,11759.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291843,261)RJIU04M,11760.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292876,186)MRAE04,11761.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293858,508)RQXSI04E,11762.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312354,222)MAB1204A,11763.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288684,343)YH5MH04M,11764.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315692,208)LLBGA04L,11765.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279687,406)LGRPA04M,11766.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289911,155)PMXX04M,11767.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294211,140)EG11G04M,11768.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293177,1194)YD5WH04M,11769.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300884,400)YB3EH04A,11770.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287287,163)RMZU04E,11771.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291539,170)KSLN04M,11772.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302661,1410)EG11G04M,11773.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287978,272)YH5MH04M,11774.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278565,114)LELVU04,11775.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307617,342)LELVU04,11776.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295064,37)KSPE104D,11777.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295862,276)RFBRT04M,11778.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311447,195)LGKFN04,11779.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303662,152)KSPE104D,11780.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286844,218)KSPE104D,11781.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289330,143)KSAL1204,11782.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294706,988)LEMDAT04,11783.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285292,305)RASI04M,11784.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292286,207)RVKWS04,11785.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263607,348)LCES004M,11786.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307145,347)KSAL1204,11787.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306577,183)LELVL104,11788.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315748,1779)EDGG704,11789.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304372,161)RMZU04,11790.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287337,524)KFZ4404M,11791.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313119,253)LOVN1504,11792.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300204,286)EG11G04M,11793.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313590,117)KWUR1C04,11794.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279621,277)YH5MH04M,11795.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298171,226)LELVU04,11796.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292003,161)FUJ04M,11797.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306769,68)MAB1204A,11798.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263503,136)RNS04M,11799.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295961,647)YD5WH04M,11800.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297278,33)YB3EH04A,11801.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294500,202)RASI04M,11802.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317067,353)LLBGA04L,11803.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(263621,104)RMZSI04,11804.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302390,217)RMZSI04,11805.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290082,863)RNI04M,11806.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294685,191)LELVU04,11807.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(319288,435)MRAE04,11808.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(296449,109)LELVU04,11809.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304629,126)RVKWS04,11810.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295790,357)LEMDAT04,11811.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277201,167)KHVL104E,11812.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285747,947)RNI04M,11813.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286763,343)RASI04M,11814.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303173,302)EG11G04M,11815.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284631,97)RQXSI04E,11816.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288191,321)KSPE1P04,11817.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263421,354)LCES004M,11818.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311954,122)MRAE04,11819.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279827,48)KFZ4404M,11820.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295723,1029)RVKWU04M,11821.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286486,361)LELVL04M,11822.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295116,360)RQXU04E,11823.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286762,266)RJIU04M,11824.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304433,284)LELVU04,11825.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284700,52)YB3EH04E,11826.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288957,251)LEMDAT04,11827.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263418,197)BKED1204,11828.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296640,246)KSAL1204,11829.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307218,132)ZM56704,11830.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296997,122)GL4W04M,11831.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310127,138)YB3EH04A,11832.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275270,708)RQXSI04E,11833.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281881,160)YB3EH04A,11834.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295534,74)KFZ4404M,11835.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284085,1092)RVKWU04M,11836.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279552,127)EBBRA04E,11837.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296672,314)RASI04M,11838.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309940,262)LELVL104,11839.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302218,87)YB3EH04A,11840.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294807,2120)LCES004M,11841.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289297,209)RASI04M,11842.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286781,45)KFZ4404M,11843.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292446,100)BR204M,11844.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284868,99)KSLN04M,11845.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309099,396)MRAEE04,11846.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300281,102)BR204M,11847.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285792,219)BR404M,11848.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304555,321)MM304,11849.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284467,168)RMZU04E,11850.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284341,139)KSLN04M,11851.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311253,1941)LFMDA04A,11852.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289655,315)RJIU04M,11853.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296560,122)PMXX04M,11854.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293074,222)RQXU04E,11855.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286638,254)RNS04M,11856.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294449,132)BR404M,11857.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281989,115)KHVL104E,11858.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317924,69)MRAEE04,11859.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284562,105)KFZ4404M,11860.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312762,91)MRAE04,11861.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307025,161)YB3EH04A,11862.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307190,1067)LGKFN04,11863.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284165,724)RVKWU04M,11864.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308410,181)RMZU04,11865.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287971,76)MM204,11866.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292672,360)RQXU04E,11867.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279721,575)EHAMA04,11868.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297403,148)KSLN04M,11869.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293045,317)RQXU04E,11870.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306630,86)KSPE104D,11871.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309588,148)MRAE04,11872.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289045,531)RNS04M,11873.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287631,184)LELVL04M,11874.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310512,588)LOVN1504,11875.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317603,1061)LLBGA04L,11876.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284183,693)LOVN1504,11877.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306187,436)LOVN1504,11878.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291048,166)LEMDAT04,11879.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304261,415)RJIU04M,11880.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302920,143)LELVL104,11881.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303580,270)EG11G04M,11882.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289595,126)YBOLN04M,11883.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304857,413)KSAL1204,11884.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287703,111)RNI04M,11885.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294925,1633)RVKWU04M,11886.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284722,17)RJIU04M,11887.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303971,213)ZM56704,11888.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311256,96)YB3EH04A,11889.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291523,240)PMXX04M,11890.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291341,90)KFZ4404M,11891.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285112,390)KSLN04M,11892.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290535,135)YBOLN04M,11893.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289347,260)MRAE04,11894.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304583,41)MRAE04,11895.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295728,137)YB5WH04M,11896.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290858,721)RNI04M,11897.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295339,1920)RVKWU04M,11898.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285870,1830)RVKWU04M,11899.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280587,1776)RVKWU04M,11900.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305560,1)MAB1204A,11901.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295620,1627)RVKWU04M,11902.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293964,273)RMZU04E,11903.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293884,348)KWUR404E,11904.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285772,0),11905.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314736,300)EDGG704,11906.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295456,1435)RVKWU04M,11907.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280002,323)MM204,11908.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296133,1196)RVKWU04M,11909.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307860,141)YB3EH04A,11910.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288004,191)KWUR1C04,11911.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281905,392)YH5MH04M,11912.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295780,133)KSPE104D,11913.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277190,1521)EG11G04M,11914.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287020,573)RNS04M,11915.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291178,250)KHVL104E,11916.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313372,90)MGY04,11917.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304463,320)RMZSI04,11918.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285254,736)YD5WH04M,11919.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279651,49)YBOLN04M,11920.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292453,567)KFZ4404M,11921.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295819,636)RVKWU04M,11922.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285070,204)RMZU04E,11923.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292587,93)ZM56704,11924.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305019,354)RNS04M,11925.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282752,112)KSLN04A,11926.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291444,30)KSAL1204,11927.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296878,100)BR204M,11928.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306139,50)LOVN1504,11929.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279482,68)YBOLN04M,11930.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301365,260)ZM56704,11931.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278669,319)EHAMA04,11932.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288292,59)YB3EH04E,11933.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290863,475)RVKWU04M,11934.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292683,242)YBOLN04M,11935.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271199,349)RMZU04E,11936.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277803,84)YH5MH04M,11937.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298246,77)RFBRT04M,11938.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287527,333)KSPE1P04,11939.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286224,138)KFZ4404M,11940.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306171,257)LOVN1504,11941.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294546,258)LOVN1504,11942.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302591,757)BKED1204,11943.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298592,146)RMZU04,11944.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284357,1328)RVKWU04M,11945.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292803,175)YB3EH04A,11946.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280192,483)YH5MH04M,11947.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293539,1298)RVKWU04M,11948.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287195,199)BR204M,11949.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301350,749)RMZU04,11950.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306868,182)KSLN04A,11951.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306995,35)YB3EH04A,11952.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289675,262)KSPE1P04,11953.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283045,316)RASI04M,11954.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290553,269)LEMDAT04,11955.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263279,289)KFZ4404M,11956.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287908,961)YB3EH04A,11957.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307231,89)MGY04,11958.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295288,132)KSLN04M,11959.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291968,136)EG11G04M,11960.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295162,207)RVKWS04,11961.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302592,70)YD5WH04M,11962.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287011,112)RMZU04E,11963.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284287,470)PMXX04M,11964.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301601,14)LOVN1504,11965.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277197,423)EG11G04M,11966.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290041,93)KFZ4404M,11967.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289490,34)BR204M,11968.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318565,167)LELVL104,11969.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293869,141)FUJ04M,11970.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297374,640)RQXSI04E,11971.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310761,193)EDGG704,11972.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291189,1391)RVKWU04M,11973.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292911,52)YB3EH04A,11974.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317538,138)MAB1204A,11975.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306846,86)KWUR1C04,11976.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311314,155)LELVL104,11977.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280706,111)RQXSI04E,11978.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263587,2305)LCES004M,11979.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312975,121)ZM56704,11980.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308908,130)ZM56704,11981.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294518,224)EG11G04M,11982.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291559,521)RFBRT04M,11983.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304925,19)KFUL1U04,11984.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294595,46)YB3EH04E,11985.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301582,38)RNI04M,11986.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283965,408)LELVL04M,11987.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311042,202)KSAL1204,11988.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291164,510)RQXSI04E,11989.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263816,303)RMZU04,11990.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304230,1897)EDGG704,11991.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288154,318)PMXX04M,11992.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292112,324)KWUR404E,11993.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294133,342)RJIU04M,11994.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283812,68)RQXU04E,11995.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263370,247)RFBRT04M,11996.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292442,248)RQXU04E,11997.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300840,258)KFZ4404M,11998.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273032,264)RQXSI04E,11999.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306677,220)MYY04A,12000.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290967,407)RJIU04M,12001.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278562,41)YB5KL04E,12002.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284170,229)RASI04M,12003.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263376,175)MM204,12004.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286952,118)YB5KL04E,12005.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290015,177)YD5WH04M,12006.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300064,309)RJIU04M,12007.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298700,224)YB3EH04A,12008.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279686,159)YB5WH04M,12009.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297234,206)YD5WH04M,12010.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307899,74)LEBAS04A,12011.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303850,220)LOVN1504,12012.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290924,189)BR204M,12013.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306206,206)KWUR1C04,12014.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302572,98)RVKWS04,12015.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308281,87)RMZU04,12016.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295923,208)RFBRT04M,12017.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287595,208)KWUR1C04,12018.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278598,1328)EHAMA04,12019.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292251,55)YB3EH04A,12020.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294560,134)EG11G04M,12021.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300052,82)YB5WH04M,12022.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303818,251)MRAEE04,12023.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293537,109)KFZ4404M,12024.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288078,235)EBBRA04E,12025.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289405,86)KSLN04M,12026.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304780,57)KWUR1C04,12027.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297746,182)LOVN1504,12028.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305446,205)LELVL104,12029.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277472,167)EG11G04M,12030.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292710,357)KSPE1P04,12031.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286877,369)ZM56704,12032.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279969,215)RFBRT04M,12033.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283305,278)KSLN04A,12034.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273386,458)EGNOR04M,12035.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303409,89)KSLN04M,12036.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(262946,365)RQXSI04E,12037.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287515,44)KFZ4404M,12038.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285840,138)LELVL04M,12039.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314186,152)KWUR1C04,12040.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297697,69)KSLN2C04,12041.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277924,54)YBOLN04M,12042.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276076,109)KFZ4404M,12043.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293498,434)PMXX04M,12044.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303314,1555)EG11G04M,12045.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288723,7)YB3EH04A,12046.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306570,134)YB3EH04A,12047.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308003,18)YB3EH04A,12048.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278885,108)YB5KL04E,12049.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298378,120)KFZ4404M,12050.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290985,122)KSPE104D,12051.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292319,146)KSPE1P04,12052.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301367,96)YB3EH04A,12053.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284109,54)KHVL104E,12054.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290367,22)MRAE04,12055.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300231,46)KFZ4404M,12056.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304239,264)LELVL104,12057.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279048,77)KHVL104E,12058.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307217,776)RMZSI04,12059.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311478,254)LELVL104,12060.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290116,145)EDGG704,12061.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294121,124)RVKWS04,12062.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302310,234)LGKFN04,12063.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271601,1713)RVKWU04M,12064.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263743,288)LEBAS04A,12065.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283414,76)YB3EH04E,12066.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312066,1152)EDGG704,12067.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290378,277)YD5WH04M,12068.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291554,188)YH5MH04M,12069.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303377,145)GL34W04,12070.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296407,187)YB3EH04A,12071.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292534,65)YB3EH04A,12072.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302874,151)MYY04A,12073.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292947,343)KFZ4404M,12074.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310901,322)YB3EH04A,12075.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293927,100)YBOLN04M,12076.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306710,392)LOVN1504,12077.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303035,221)KWUR1C04,12078.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296046,626)KFZ4404M,12079.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283128,95)YB3EH04E,12080.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282620,100)YB3EH04A,12081.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305728,106)ZM56704,12082.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279845,79)KHVL104E,12083.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305811,233)KWUR1C04,12084.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291652,121)LEBAS04M,12085.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297111,17)RQXU04E,12086.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278037,47)BR404M,12087.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276531,153)KHVL104E,12088.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(297346,170)RJIU04M,12089.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289171,108)EG11G04M,12090.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303152,499)LEBAS04A,12091.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312792,441)LEBAS04A,12092.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307878,147)KWUR1C04,12093.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296955,200)KSAL1204,12094.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286071,134)EDGG704,12095.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291639,139)YB3EH04A,12096.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287128,65)EBBRA04E,12097.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292457,181)LEBAS04M,12098.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307018,550)RMZSI04,12099.p,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_x(281824,784)RVKWU04M,12100.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305491,135)YB3EH04A,12101.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295503,589)RVKWU04M,12102.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275522,577)PMXX04M,12103.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263332,27)MM204,12104.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303517,506)RMZSI04,12105.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308225,575)RMZSI04,12106.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290528,93)YBOLN04M,12107.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309098,1070)RMZSI04,12108.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305122,372)LEBAS04A,12109.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279735,367)KHVL104E,12110.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279817,333)YH5MH04M,12111.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288987,106)KFZ4404M,12112.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302944,739)RMZSI04,12113.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290676,171)RFBRT04M,12114.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313354,428)LEBAS04A,12115.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287016,76)YBOLN04M,12116.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291514,194)$KSLN2C04,12117.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295980,608)RNS04M,12118.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282278,95)KSPE1P04,12119.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292872,306)KSAL1204,12120.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298477,453)RMZSI04,12121.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279347,123)KSPE1P04,12122.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302365,857)RMZSI04,12123.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311074,149)GL34W04,12124.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301391,270)RMZSI04,12125.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298397,99)YB3EH04A,12126.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308268,4)RMZU04,12127.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286988,69)GL4W04M,12128.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297519,257)FUJ04M,12129.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304753,311)LGKFN04,12130.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282837,8)KSLN04M,12131.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289613,364)KSLN04A,12132.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298255,130)YD5WH04M,12133.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282785,1)YB3EH04E,12134.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283862,612)RASI04M,12135.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296289,97)KWUR1C04,12136.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306499,65)GL34W04,12137.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313298,50)GL34W04,12138.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306743,376)RMZSI04,12139.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282283,62)YB3EH04A,12140.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290819,199)GL34W04,12141.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316916,1949)EDGG704,12142.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302686,258)EGPFA04,12143.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305597,5)LOVN1504,12144.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305538,742)RMZSI04,12145.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312494,340)LOVN1504,12146.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298333,79)KSPE104D,12147.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314999,170)EDGG704,12148.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280365,60)RQXU04E,12149.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288279,63)YB3EH04E,12150.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297370,117)YB3EH04A,12151.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297288,356)YB3EH04A,12152.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307107,140)ZM56704,12153.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283452,340)RMZU04,12154.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286416,100)MM304,12155.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286712,156)BR204M,12156.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304242,837)YD5WH04M,12157.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284224,832)RMZSI04,12158.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281983,80)YB5WH04M,12159.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295545,9)LEMDAT04,12160.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278529,47)MM304,12161.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308248,243)YB3EH04A,12162.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305837,59)KWUR1C04,12163.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291499,157)LELVL04M,12164.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291612,72)KFZ4404E,12165.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(293540,77)KFZ4404M,12166.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309203,224)YB3EH04A,12167.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296035,1456)LELVL04M,12168.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293092,124)RASI04M,12169.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311886,240)LCES004,12170.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308239,92)KWUR1C04,12171.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281091,104)YB3EH04A,12172.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292278,157)LELVL04M,12173.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280453,238)EBBRA04E,12174.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294727,52)YB3EH04A,12175.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309872,88)LEBAS04A,12176.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309386,4)LCES004,12177.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312091,440)KSLN04A,12178.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292092,318)KSLN04M,12179.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307055,185)YB3EH04A,12180.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303297,96)KSLN04M,12181.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308064,849)LEBAS04A,12182.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304486,460)LELVU04,12183.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307265,535)LEBAS04A,12184.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318119,212)LCES004,12185.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298297,140)LOVN1504,12186.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307095,706)LEBAS04A,12187.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295519,278)YB3EH04A,12188.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279716,174)LELVU04,12189.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304357,142)LELVL104,12190.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285123,351)LGKFN04,12191.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280283,461)YH5MH04M,12192.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293271,45)KALP2C04,12193.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301680,0),12194.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300590,206)EG11G04M,12195.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298130,340)KSLN04A,12196.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303503,164)KSLN04A,12197.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301161,138)MAB3404A,12198.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277167,226)KHVL104E,12199.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300414,88)YB3EH04A,12200.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280798,77)YB3EH04A,12201.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290996,88)GL4W04M,12202.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284094,108)EBBRA04E,12203.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282755,835)KWUR404E,12204.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298009,147)BR204M,12205.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307987,305)LELVL104,12206.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306449,533)LEBAS04A,12207.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290480,271)RJIU04M,12208.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287476,100)KFZ4404L,12209.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295550,171)LELVU04,12210.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312414,112)LOVN1504,12211.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308602,111)LOVN1504,12212.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281349,238)RQXSI04E,12213.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300815,2332)LCES004M,12214.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(270314,172)EBBRA04E,12215.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301621,257)RNS04M,12216.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296565,145)RNI04M,12217.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313202,213)KWUR1C04,12218.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302457,116)RJIU04M,12219.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263463,463)LEBAS04A,12220.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282660,197)PMXX04M,12221.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295183,57)YB3EH04A,12222.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263638,558)LEBAS04A,12223.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283464,65)YB3EH04A,12224.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295372,272)YB3EH04A,12225.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304161,229)LELVL104,12226.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288008,292)YB3EH04A,12227.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301257,335)RMZSI04,12228.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307021,266)LEBAS04A,12229.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285525,255)KFZ4404M,12230.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300532,150)EG11G04M,12231.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295298,172)BR204M,12232.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310795,196)LELVL104,12233.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291014,510)LCES004M,12234.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273554,103)KSLN04M,12235.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286853,409)KSLN04M,12236.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290272,85)LEMDAT04,12237.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289972,435)YBOLN04M,12238.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284399,177)LEBAS04A,12239.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312999,108)EDGG704,12240.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286160,79)YB3EH04E,12241.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312707,1549)MRAE04,12242.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307394,177)KWUR1C04,12243.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289276,78)RNS04M,12244.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295371,532)RQXSI04E,12245.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286404,129)PMXX04M,12246.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286902,26)KFZ4404E,12247.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300715,129)BR404M,12248.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297189,1543)LGRPA04,12249.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291515,222)KSLN04M,12250.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307323,71)YB3EH04A,12251.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292700,125)GL4W04M,12252.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286841,190)KSAL1204,12253.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305363,126)KWUR1C04,12254.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287372,261)KSPE1P04,12255.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290343,384)RJIU04M,12256.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311462,130)LELVL104,12257.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294025,248)RQXU04E,12258.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295733,47)LEMDAT04,12259.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301707,195)KSLN04A,12260.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288339,345)KFZ4404M,12261.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288498,72)KFZ4404M,12262.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294603,118)YB3EH04A,12263.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301431,375)EGNOR04M,12264.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306308,198)KWUR1C04,12265.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288162,30)YB3EH04M,12266.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284860,1056)RVKWU04M,12267.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297680,874)RMZSI04,12268.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291649,112)LEMDAT04,12269.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288927,90)KFZ4404M,12270.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301353,79)KSPE104D,12271.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295384,158)KFZ4404M,12272.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298630,105)KSAL1A04,12273.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294156,125)KWUR404E,12274.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288023,128)LELVL04M,12275.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309119,173)ZM56704,12276.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295609,256)RASI04M,12277.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285938,927)RMZSI04,12278.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296939,37)YB3EH04A,12279.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311315,117)LEBAS04A,12280.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283760,173)FUJ04M,12281.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282416,112)RASI04M,12282.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289783,165)KSAL1204,12283.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311143,83)$RVKWS04,12284.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298321,194)LEBAS04A,12285.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281185,130)KFZ4404E,12286.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301132,180)RNI04M,12287.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302940,158)KFZ4404M,12288.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283272,265)RQXSI04E,12289.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294433,233)RVKWU04M,12290.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292969,221)GL4W04M,12291.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278814,69)YB5WH04M,12292.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296439,95)YB3EH04E,12293.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307547,39)LEBAS04A,12294.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288918,37)RQXSI04E,12295.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306007,67)YB3EH04A,12296.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284106,107)RQXSI04E,12297.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297500,578)LEBAS04A,12298.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290047,267)RASI04M,12299.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301059,67)GL34W04,12300.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286753,115)LELVL04M,12301.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302986,789)LEBAS04A,12302.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297129,20)YB3EH04A,12303.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291480,56)KSLN04M,12304.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302179,111)KWUR1C04,12305.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305803,119)KWUR1C04,12306.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285718,139)LELVL04M,12307.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293006,125)$YH5MH04M,12308.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296131,55)RASI04M,12309.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307581,37)KFZ4404L,12310.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295877,293)RFBRT04M,12311.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298183,127)YB3EH04A,12312.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293362,1022)RNI04M,12313.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295795,97)LEMDAT04,12314.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291528,185)YB3EH04E,12315.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305689,216)LEMDAT04,12316.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302047,157)MAB1204A,12317.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288696,212)RNI04M,12318.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(270762,44)YB5WH04M,12319.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308550,118)RVKWS04,12320.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292006,139)RVKWS04,12321.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300487,144)YB3EH04A,12322.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282645,56)YB5WH04M,12323.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295562,122)RQXI04E,12324.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295726,165)KSAL1204,12325.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281447,37)YB3EH04A,12326.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278872,198)EG11G04M,12327.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281174,15)YB5WH04M,12328.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300521,125)GL34W04,12329.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297974,0),12330.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294126,94)RQXU04E,12331.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290396,190)LELVL04M,12332.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287140,1860)RVKWU04M,12333.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284566,211)YB3EH04A,12334.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282505,249)RFBRT04M,12335.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309547,570)LEBAS04A,12336.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307712,583)EDGG704,12337.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292187,149)KSPE104D,12338.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296338,62)RQXSI04E,12339.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311813,287)LELVL104,12340.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294637,419)LELVL04M,12341.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311845,3)YB3EH04A,12342.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307461,227)RJIU04M,12343.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278261,9)KFZ4404M,12344.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291367,187)YD5WH04M,12345.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310734,498)RMZSI04,12346.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309790,152)YB3EH04A,12347.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311255,111)MAB1204A,12348.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303209,501)LEBAS04A,12349.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296232,234)LEBAS04A,12350.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305661,162)LOVN1504,12351.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290019,2)KWUR1C04,12352.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294089,583)LEMDAT04,12353.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303854,207)LEBAS04M,12354.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292436,225)YD5WH04M,12355.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289752,104)LEBAS04M,12356.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295747,105)YB3EH04A,12357.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295341,37)RQXU04E,12358.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306751,160)KWUR1C04,12359.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297427,443)RMZSI04,12360.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263323,124)LEBAS04M,12361.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303451,65)KFZ4404L,12362.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297781,241)YB3EH04A,12363.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311727,23)MAB04,12364.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315991,1970)EDGG704,12365.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284393,4)YB3EH04E,12366.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282259,102)YB5WH04M,12367.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310539,123)YB3EH04A,12368.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295292,70)YB3EH04A,12369.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294048,207)RMZU04E,12370.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311351,419)LOVN1504,12371.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302774,417)RMZSI04,12372.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305754,91)MGY04,12373.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294611,184)EGNOR04M,12374.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292544,81)EG11G04M,12375.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293522,17)YB3EH04E,12376.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297424,224)BR204M,12377.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294913,88)RASI04M,12378.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290247,15)YB5WH04M,12379.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282859,224)RQXSI04E,12380.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308705,210)LCES004M,12381.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301299,22)YB3EH04A,12382.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273072,9)RQXSI04E,12383.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292494,60)$RQXI04E,12384.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287528,199)KFZ4404M,12385.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302953,192)RMZU04,12386.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293382,24)YB3EH04E,12387.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300850,155)LELVU04,12388.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304830,17)KSLN04A,12389.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294782,26)EBEEC04M,12390.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288247,76)LELVL04M,12391.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291819,89)EGNOR04M,12392.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(287918,44)LEMDAT04,12393.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295343,812)RVKWU04M,12394.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292500,31)YB3EH04A,12395.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(320734,268)EDGG704,12396.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286658,67)YBOLN04M,12397.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292255,79)KFUL1U04,12398.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291874,269)MM304,12399.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301566,152)LCES004M,12400.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305030,71)KWUR1C04,12401.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295063,27)YBOLN04M,12402.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288846,60)YB3EH04M,12403.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302474,274)LELVL04M,12404.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285189,863)RVKWU04M,12405.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301726,231)LELVL104,12406.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294047,1144)RVKWU04M,12407.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282589,426)RMZSI04,12408.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284550,220)LELVL04M,12409.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290219,169)MGY04,12410.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302830,327)RMZSI04,12411.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307068,92)LEBAS04A,12412.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286313,93)YB3EH04A,12413.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291204,223)KSLN04M,12414.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282121,49)KSPE104D,12415.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301949,570)LCES004M,12416.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271099,146)YB5WH04M,12417.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305671,210)LELVU04,12418.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295936,166)YB5KL04E,12419.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302138,606)MGY04,12420.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308511,592)MAB04,12421.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297818,40)MGY04,12422.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302711,695)MGY04,12423.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295508,639)MAB04,12424.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289805,93)YB5KL04E,12425.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306677,530)GL34W04,12426.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306530,327)MYY04A,12427.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289192,343)MAB04,12428.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308144,171)MAB04,12429.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304450,189)MAB04,12430.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307158,31)MRAEE04,12431.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289472,2364)KWUR404E,12432.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303263,730)MYY04A,12433.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287700,3446)LGZAA04M,12434.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290666,200)MAB04,12435.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290219,247)MGY04,12436.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292265,1772)RJIU04M,12437.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305823,244)MGY04,12438.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294548,519)MGY04,12439.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283561,4455)LGZAA04M,12440.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280888,376)YBOLN04M,12441.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307285,195)MGY04,12442.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302361,507)MGY04,12443.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278814,281)YB5WH04M,12444.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286485,43)YB5KL04E,12445.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276588,4625)LGZAA04M,12446.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309190,377)MGY04,12447.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310502,147)MYY04A,12448.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306069,201)MGY04,12449.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303416,275)MGY04,12450.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311151,607)MGY04,12451.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272287,19)RMZU04E,12452.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278920,110)YB5WH04M,12453.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307696,138)MAB04,12454.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283954,207)YBOLN04M,12455.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279734,325)YBOLN04M,12456.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292683,374)YB5WH04M,12457.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310199,353)MRAEE04,12458.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(292875,0),12459.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279395,65)YBOLN04M,12460.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298578,72)MRAE04,12461.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296450,361)YBOLN04M,12462.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314563,331)MGY04,12463.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305510,271)MRAEE04,12464.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292670,17)RQXU04E,12465.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288513,197)RQXU04E,12466.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286627,204)YB5WH04M,12467.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297636,919)YB5WH04M,12468.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304258,129)MAB04,12469.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316914,143)MGY04,12470.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292494,11)RQXSI04E,12471.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294327,1654)RNI04M,12472.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285949,1021)EBBRA04E,12473.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284810,1085)PMXX04M,12474.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292257,822)RQXI04E,12475.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280245,882)RQXI04E,12476.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282859,905)RQXSI04E,12477.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294736,908)RQXI04E,12478.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281346,63)RQXSI04E,12479.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292153,683)YB5WH04M,12480.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280252,1845)PMXX04M,12481.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295329,405)YB5WH04M,12482.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287329,380)RMZU04E,12483.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280274,1104)RQXI04E,12484.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294276,1182)RQXI04E,12485.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273072,187)YB5WH04M,12486.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290566,548)MAB04,12487.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287937,410)RNI04M,12488.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290550,312)MYY04A,12489.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290215,336)RNI04M,12490.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280607,77)YB5WH04M,12491.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305542,222)MRAEE04,12492.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302758,470)RNI04M,12493.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293252,765)RNI04M,12494.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300050,3811)LGZAA04M,12495.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296158,317)YB5WH04M,12496.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286494,63)YBOLN04M,12497.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286897,736)RMZSI04M,12498.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291353,280)RQXI04E,12499.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298471,4946)LGKFN04,12500.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295131,216)YBOLN04M,12501.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281749,66)YBOLN04M,12502.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293445,1085)RNI04M,12503.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280221,536)YBOLN04M,12504.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283751,396)RQXSI04E,12505.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281349,602)RQXI04E,12506.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285575,472)LELVL04M,12507.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293521,297)LELVL04M,12508.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286569,1286)RMZSI04M,12509.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293444,234)YB5WH04M,12510.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282657,174)RMZU04E,12511.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291009,1688)RQXSI04E,12512.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291994,97)YB5WH04M,12513.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290858,1014)RNI04M,12514.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301760,170)MEK04,12515.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292533,201)RNI04M,12516.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296960,513)MRAEE04,12517.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317644,461)MRAEE04,12518.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283117,717)YBOLN04M,12519.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287980,1691)RQXI04E,12520.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288529,413)RNI04M,12521.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295656,264)RQXI04E,12522.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304114,365)GL34W04,12523.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284393,76)YB5WH04M,12524.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279339,64)YBOLN04M,12525.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288692,56)YBOLN04M,12526.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291218,1791)RQXI04E,12527.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295587,232)YB5KL04E,12528.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291843,340)LELVL04M,12529.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297232,903)RNI04M,12530.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292107,1879)RQXI04E,12531.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294541,329)RJIU04M,12532.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307679,493)LOVN1504,12533.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285863,1353)RQXSI04E,12534.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283468,142)RQXSI04E,12535.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282492,1999)RQXI04E,12536.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278295,984)RNI04M,12537.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287358,344)RQXSI04E,12538.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290574,614)RJIU04M,12539.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290635,2023)RQXI04E,12540.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296307,558)RNI04M,12541.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285826,192)YBOLN04M,12542.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288765,2022)YBOLN04M,12543.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293534,961)BR404M,12544.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291957,2050)YBOLN04M,12545.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290076,620)RJIU04M,12546.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288253,947)RNI04M,12547.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285383,1228)RNI04M,12548.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283544,5352)LGKFN04,12549.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303612,2222)LCES004,12550.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289288,1138)PMXX04M,12551.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289232,1276)RJIU04M,12552.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285747,1240)RNI04M,12553.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317008,373)MAB04,12554.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277197,1210)EG11G04M,12555.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263612,2131)LCES004,12556.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312674,1950)LCES004,12557.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263306,2490)LCES004,12558.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310392,285)LCES004,12559.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312015,2550)LCES004,12560.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293957,966)RNI04M,12561.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288693,317)RJIU04M,12562.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279011,2964)LGKFN04,12563.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273048,129)YB5WH04M,12564.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295547,208)YB5WH04M,12565.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311757,3690)LCES004,12566.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296953,2318)LCES004,12567.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263580,4003)LCES004,12568.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313068,1868)LCES004,12569.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290082,1156)RNI04M,12570.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300430,450)RNI04M,12571.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301843,3018)LGKFN04,12572.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296238,750)RJIU04M,12573.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275522,1605)PMXX04M,12574.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303506,4230)LCES004,12575.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294005,1067)RJIU04M,12576.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272266,114)RQXI04E,12577.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285782,236)RQXI04E,12578.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284894,301)PMXX04M,12579.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290578,107)RNI04M,12580.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282954,263)RQXSI04E,12581.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285766,266)RQXSI04E,12582.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297164,1530)RNI04M,12583.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288302,182)RNI04M,12584.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311155,4276)LCES004,12585.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293889,1272)RJIU04M,12586.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298574,7587)KSLN04M,12587.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285664,1896)LCES004,12588.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310475,1800)LCES004,12589.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308336,295)MGY04,12590.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311840,2040)LCES004,12591.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312881,101)MYY04A,12592.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311108,2040)LCES004,12593.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293468,187)BR404M,12594.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289649,109)YBOLN04M,12595.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311838,2058)LCES004,12596.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282046,109)YB5WH04M,12597.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291847,80)YB5KL04E,12598.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305798,2100)LCES004,12599.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293566,313)RNI04M,12600.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295319,804)RJIU04M,12601.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285241,5105)LGKFN04,12602.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300666,2146)LCES004,12603.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289863,614)ZM56704,12604.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289464,343)RNI04M,12605.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289945,853)LGKFN04,12606.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287040,414)RNI04M,12607.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310647,279)GL34W04,12608.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277463,893)LGKFN04,12609.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298266,911)LGKFN04,12610.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300504,971)LGKFN04,12611.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290681,356)YB5WH04M,12612.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300964,971)LGKFN04,12613.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311542,2156)LCES004,12614.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293657,1522)EG11G04M,12615.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286715,408)YB5WH04M,12616.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291027,107)YBOLN04M,12617.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281143,1025)LGKFN04,12618.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308371,199)MGY04,12619.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294986,1031)LGKFN04,12620.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311886,2340)LCES004,12621.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301417,1091)LGKFN04,12622.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303580,507)EG11G04M,12623.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286185,1211)LGKFN04,12624.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282727,1151)LGKFN04,12625.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301576,520)YD5WH04M,12626.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288445,1398)LGKFN04,12627.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277313,95)YBOLN04M,12628.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280825,1151)LGKFN04,12629.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289164,1816)RNI04M,12630.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283102,98)YB5WH04M,12631.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295700,334)RQXSI04E,12632.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295532,96)RNI04M,12633.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304054,346)MAB1204A,12634.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279651,184)YBOLN04M,12635.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280212,2698)LGKFN04,12636.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279482,203)YBOLN04M,12637.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289354,1579)RJIU04M,12638.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310272,2700)LCES004,12639.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289318,1670)RNI04M,12640.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311856,657)MGY04,12641.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281059,282)YBOLN04M,12642.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296646,2400)LCES004,12643.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263640,2475)LCES004,12644.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301161,304)MYY04A,12645.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304051,379)MYY04A,12646.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283812,302)RMZU04E,12647.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316446,393)GL34W04,12648.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293096,301)YB3EH04E,12649.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308624,2933)LCES004,12650.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308507,2700)LCES004,12651.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292992,448)EG11G04M,12652.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311850,91)MYY04A,12653.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308892,126)MYY04A,12654.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286952,294)YB5KL04E,12655.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309780,3000)LCES004,12656.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287347,235)MYY04A,12657.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312369,596)MEK04,12658.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290061,709)MGY04,12659.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301272,548)LGKFN04,12660.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287243,813)GL4W04M,12661.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312020,361)MRAEE04,12662.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301759,1479)KCHI104M,12663.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306413,1073)LGKFN04,12664.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272849,1287)LGKFN04,12665.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277936,1295)LGKFN04,12666.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301132,278)RNI04M,12667.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281048,838)LGKFN04,12668.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292405,670)RMZU04E,12669.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279340,20)YB3EH04E,12670.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271214,657)YB3EH04E,12671.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292417,3055)LCES004,12672.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282205,99)YB3EH04E,12673.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292989,181)YB5WH04M,12674.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307870,174)GL34W04,12675.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283559,823)LGKFN04,12676.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293430,728)RQXU04E,12677.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294944,93)YB5WH04M,12678.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308325,788)LGKFN04,12679.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289563,189)RNI04M,12680.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286180,179)YBOLN04M,12681.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296896,8951)LGKFN04,12682.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294773,198)RMZU04E,12683.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273793,384)YB5WH04M,12684.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289013,10)MEK04,12685.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281290,933)RQXU04E,12686.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307304,216)MAB04,12687.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289566,1628)LGKFN04,12688.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285372,32)YB5WH04M,12689.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293565,960)RJIU04M,12690.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291891,956)LGKFN04,12691.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295966,454)YB5WH04M,12692.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307481,37)MGY04,12693.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286771,216)GL34W04,12694.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288601,448)LGKFN04,12695.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296549,77)YB5KL04E,12696.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294004,175)YB5WH04M,12697.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283302,71)YB3EH04E,12698.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292178,687)KSPE1P04,12699.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304944,105)MAB1204A,12700.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302317,722)LGKFN04,12701.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283272,613)RQXI04E,12702.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304722,360)MAB1204A,12703.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263602,2563)LCES004,12704.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305585,170)MGY04,12705.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300727,547)EGNOR04M,12706.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294654,183)RQXSI04E,12707.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305887,2439)LCES004,12708.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284104,904)YD5WH04M,12709.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313540,3415)LCES004,12710.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295258,225)YD5WH04M,12711.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294819,412)RNS04M,12712.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296688,286)YD5WH04M,12713.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302006,60)MYY04A,12714.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292808,198)RJIU04M,12715.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296342,584)EGNOR04M,12716.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286582,835)KFZ4404M,12717.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283889,45)RQXSI04E,12718.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273960,589)EGNOR04M,12719.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283998,123)YB5WH04M,12720.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284380,726)EGNOR04M,12721.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284595,230)RQXSI04E,12722.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284631,435)RQXSI04E,12723.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273032,362)RQXSI04E,12724.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286404,232)PMXX04M,12725.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295885,47)RQXSI04E,12726.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284283,878)RVKWU04M,12727.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289828,247)MAB3404A,12728.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285042,429)LELVL04M,12729.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284106,10)RQXSI04E,12730.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271211,266)RQXSI04E,12731.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310560,1693)LCES004,12732.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288377,889)RVKWU04M,12733.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294472,468)RVKWU04M,12734.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283921,868)EGNOR04M,12735.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294362,636)EGNOR04M,12736.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287785,287)PMXX04M,12737.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309414,4393)LCES004,12738.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288918,232)RQXSI04E,12739.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283392,206)RQXU04E,12740.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301524,192)MEK04,12741.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295371,307)RQXSI04E,12742.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296338,252)RASI04M,12743.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284346,1317)LGKFN04,12744.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294001,1077)RJIU04M,12745.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290395,1249)PMXX04M,12746.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295929,909)RASI04M,12747.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263860,952)LCES004,12748.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295952,202)RQXSI04E,12749.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313875,403)LCES004,12750.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305557,1543)LCES004,12751.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294406,615)RQXSI04E,12752.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293881,666)EGNOR04M,12753.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282099,831)EG11G04M,12754.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298704,132)$MRAEE04,12755.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314236,581)LCES004,12756.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274596,39)RQXSI04E,12757.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281334,809)RVKWU04M,12758.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293587,819)LCES004,12759.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296062,255)RQXSI04E,12760.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283194,1282)PMXX04M,12761.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306829,127)MYY04A,12762.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296936,9431)LGKFN04,12763.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306269,202)$MRAEE04,12764.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287524,482)LGKFN04,12765.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292653,54)EBBRA04E,12766.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289158,931)RVKWU04M,12767.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290491,325)RNI04M,12768.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263868,2503)LCES004,12769.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301590,286)LGKFN04,12770.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289868,3359)LCES004,12771.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310158,4963)LCES004,12772.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312682,330)MRAE04,12773.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294690,1346)RVKWU04M,12774.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306669,270)MRAE04,12775.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318112,125)MAB04,12776.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309317,162)MRAE04,12777.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293570,150)YB5WH04M,12778.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308769,60)$MRAEE04,12779.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286625,404)PMXX04M,12780.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302665,335)GL34W04,12781.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308125,1242)LCES004,12782.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315232,1243)LCES004,12783.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285128,104)EG11G04M,12784.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293126,727)EGPFA04,12785.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298180,245)RNI04M,12786.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309583,210)MRAE04,12787.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283254,841)EGNOR04M,12788.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304739,349)GL34W04,12789.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294049,1018)RVKWU04M,12790.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313034,368)GL34W04,12791.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288361,791)PMXX04M,12792.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311706,249)MEK04,12793.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291031,287)EG11G04M,12794.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294112,811)EG11G04M,12795.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287895,819)PMXX04M,12796.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289911,1183)PMXX04M,12797.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310096,275)MEK04,12798.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304422,232)MAB04,12799.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294857,122)YBOLN04M,12800.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(264013,426)MAB3404A,12801.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290738,1019)EG11G04M,12802.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291796,50)YH5MH04M,12803.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311998,410)MEK04,12804.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290055,342)YBOLN04M,12805.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302351,446)GL34W04,12806.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314530,358)GL34W04,12807.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292483,1055)RVKWU04M,12808.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296194,372)MAB04,12809.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301556,745)MYY04A,12810.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281185,60)KFZ4404E,12811.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290528,221)YH5MH04M,12812.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294950,320)RNS04M,12813.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292908,791)YD5WH04M,12814.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310732,3703)LCES004,12815.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306902,372)MEK04,12816.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291679,482)RNS04M,12817.p,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_x(312097,1453)LCES004,12818.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263962,1902)LCES004,12819.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294460,432)PMXX04M,12820.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289894,2093)LCES004,12821.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292231,1494)EG11G04M,12822.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312773,471)MAB1204A,12823.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291519,46)MEK04,12824.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311413,67)MAB3404A,12825.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288720,959)PMXX04M,12826.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290166,540)RNS04M,12827.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314108,5461)LCES004,12828.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312879,2233)LCES004,12829.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302044,184)MGY04,12830.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(297622,63)EG11G04M,12831.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287946,959)PMXX04M,12832.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301142,597)MEK04,12833.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281359,997)PMXX04M,12834.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294303,562)EG11G04M,12835.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302060,1702)EG11G04M,12836.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307726,734)MAB3404A,12837.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263958,1096)LCES004,12838.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296039,223)LEMDAT04,12839.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304825,196)EBEEC04M,12840.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309573,2743)LCES004,12841.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295594,572)RNS04M,12842.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302366,328)MEK04,12843.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294530,1107)RVKWU04M,12844.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312895,2149)LCES004,12845.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303314,139)EG11G04M,12846.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304007,418)EG11G04M,12847.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294940,396)RNS04M,12848.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285656,715)PMXX04M,12849.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313758,2503)LCES004,12850.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291968,293)YD5WH04M,12851.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288647,425)LEMDAT04,12852.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283750,1462)EG11G04M,12853.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303156,503)EG11G04M,12854.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314847,222)MGY04,12855.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304862,228)MGY04,12856.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307935,298)ZM56704,12857.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298006,1025)RJIU04M,12858.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307498,2288)LCES004,12859.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295730,489)LEMDAT04,12860.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290158,1109)PMXX04M,12861.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282303,191)YBOLN04M,12862.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301010,705)RNS04M,12863.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311650,327)MEK04,12864.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(270468,468)YB5WH04M,12865.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294421,1339)RVKWU04M,12866.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303208,744)MEK04,12867.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311255,231)MEK04,12868.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304456,442)RJIU04M,12869.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311329,246)MEK04,12870.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312503,461)MAB3404A,12871.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300631,376)EG11G04M,12872.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289076,1826)RMZU04,12873.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289978,1052)RJIU04M,12874.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304414,553)LEMDAT04,12875.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303350,648)MEK04,12876.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(264011,1397)LCES004,12877.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312938,1423)LCES004,12878.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308914,350)ZM56704,12879.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295098,152)YB5KL04E,12880.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308629,184)MAB04,12881.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279756,457)YH5MH04M,12882.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290776,534)RJIU04M,12883.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309577,584)MEK04,12884.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305686,601)LEMDAT04,12885.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314402,478)MGY04,12886.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303929,222)LGKFN04,12887.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317048,4603)LCES004,12888.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287119,408)RJIU04M,12889.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281983,133)YB5WH04M,12890.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295514,28)RMZU04,12891.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278322,63)YH5MH04M,12892.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294908,242)YB5KL04E,12893.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283607,609)PMXX04M,12894.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294779,853)RNS04M,12895.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279279,197)YBOLN04M,12896.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311285,493)LCES004,12897.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305851,198)GL34W04,12898.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292803,296)LGKFN04,12899.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308251,3254)LCES004,12900.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293929,1887)RVKWU04M,12901.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294158,105)YB3EH04A,12902.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307979,675)MEK04,12903.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287194,380)RQXSI04E,12904.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295927,235)RJIU04M,12905.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277127,295)LGKFN04,12906.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288725,611)LEMDAT04,12907.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290037,269)RJIU04M,12908.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283562,791)PMXX04M,12909.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298677,106)YB3EH04A,12910.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311412,315)KSLN04A,12911.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(289502,107)YD5WH04M,12912.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293074,308)RQXU04E,12913.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287736,212)PMXX04M,12914.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277826,703)RJIU04M,12915.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296212,222)KSLN04A,12916.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(275277,36)RQXSI04E,12917.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283795,1649)RVKWU04M,12918.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297087,414)LGKFN04,12919.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295585,611)YB3EH04A,12920.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288588,31)YBOLN04M,12921.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303617,247)KSLN04A,12922.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307779,614)MEK04,12923.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286600,677)KCHI104M,12924.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292388,608)RQXU04E,12925.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309684,136)MAB3404A,12926.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289172,831)LEMDAT04,12927.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293561,1947)RVKWU04M,12928.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292666,2773)YB5KL04E,12929.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294503,947)RNS04M,12930.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286277,468)KFZ4404M,12931.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296392,376)KSLN04A,12932.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289872,535)KFZ4404M,12933.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302424,109)MYY04A,12934.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308622,3741)LCES004,12935.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300642,95)MGY04,12936.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302844,703)MEK04,12937.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289457,723)RJIU04M,12938.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309588,6)MGY04,12939.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288405,589)PMXX04M,12940.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302890,225)LELVL104,12941.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307728,331)MAB1204A,12942.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308221,391)KSLN04A,12943.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287018,475)RQXSI04E,12944.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305548,868)LEMDAT04,12945.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310853,367)LELVL104,12946.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292967,213)RNS04M,12947.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292245,1092)LELVL04M,12948.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294613,487)RQXSI04E,12949.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296754,1388)LGKFN04,12950.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295732,111)LEMDAT04,12951.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289249,294)KFZ4404M,12952.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295879,973)RNS04M,12953.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305011,74)LEMDAT04,12954.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287235,717)PMXX04M,12955.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293250,151)YB5WH04M,12956.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297393,192)BR404M,12957.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295328,847)RQXSI04E,12958.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317116,379)MRAE04,12959.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309625,686)MYY04A,12960.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295428,783)RJIU04M,12961.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311878,131)MGY04,12962.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292801,1410)PMXX04M,12963.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292487,29)YB3EH04E,12964.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(269231,241)YH5MH04M,12965.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304557,881)LEMDAT04,12966.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301238,376)LELVL104,12967.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293116,1078)LELVL04M,12968.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288522,92)YB3EH04E,12969.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313344,205)MRAE04,12970.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300848,1038)LEBAS04M,12971.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282374,1963)RVKWU04M,12972.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293560,1947)RVKWU04M,12973.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310742,415)KSLN04A,12974.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279193,564)KHVL104E,12975.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302924,397)LELVL104,12976.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(263004,160)RQXSI04E,12977.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263410,1022)LCES004M,12978.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281483,56)EHAMA04,12979.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311265,4430)LCES004,12980.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279804,824)YH5MH04M,12981.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287489,140)YB3EH04A,12982.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276307,895)LGKFN04,12983.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279592,203)YH5MH04M,12984.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276837,788)RJIU04M,12985.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306499,343)MGY04,12986.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309981,1684)MRAE04,12987.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285693,124)YB3EH04E,12988.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289913,235)YH5MH04M,12989.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302356,338)BR404M,12990.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297721,419)KSLN04A,12991.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277445,197)BR404M,12992.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281962,1407)PMXX04M,12993.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282677,461)KWUR404E,12994.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314225,346)MYY04A,12995.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285459,5104)LCES004,12996.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289705,130)YB3EH04E,12997.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301972,332)YB3EH04A,12998.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283259,527)EGNOR04M,12999.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297119,240)LOW304M,13000.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305425,268)GL34W04,13001.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298183,358)YB3EH04A,13002.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(287402,48)LELVL04M,13003.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300256,605)LOVN1504,13004.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263601,367)YB3EH04A,13005.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310618,4184)MRAE04,13006.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296145,711)EGPFA04,13007.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300097,397)RJIU04M,13008.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285482,1429)PMXX04M,13009.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309473,641)LOVN1504,13010.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301867,789)RMZU04,13011.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284933,305)LELVL04M,13012.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307875,444)KSLN04A,13013.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296939,407)YB3EH04A,13014.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280430,3736)LGKFN04,13015.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311440,205)MRAE04,13016.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279467,354)YH5MH04M,13017.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296406,983)RJIU04M,13018.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285483,199)YB5WH04M,13019.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297062,80)YB3EH04E,13020.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309284,1636)LFMDA04A,13021.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298697,262)YB3EH04E,13022.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297145,667)LOVN1504,13023.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281466,74)EGNOR04M,13024.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273004,86)EGNOR04M,13025.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287944,1193)KFZ4404M,13026.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296923,100)YB3EH04E,13027.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298502,494)YB3EH04A,13028.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276122,207)YD5WH04M,13029.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296992,140)YB3EH04E,13030.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295274,523)RNI04M,13031.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295283,470)MEK04,13032.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282890,560)KWUR404E,13033.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312912,228)MAB1204A,13034.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287302,1447)LFMDA04A,13035.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302879,223)MGY04,13036.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286726,115)YB5KL04E,13037.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297842,237)YB3EH04E,13038.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279398,467)YH5MH04M,13039.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283829,593)YB5WH04M,13040.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278855,153)KHVL104E,13041.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274616,626)RQXSI04E,13042.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289024,262)YB3EH04E,13043.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294749,1147)EGNOR04M,13044.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309953,255)LOVN1504,13045.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283256,535)EGNOR04M,13046.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279318,300)LCES004M,13047.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288501,497)LEBAS04M,13048.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295216,222)YB3EH04E,13049.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297977,108)EGNOR04M,13050.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309790,522)YB3EH04A,13051.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309711,458)MAB04,13052.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306922,326)LOVN1504,13053.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292091,681)LOVN1504,13054.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281485,107)LELVU04,13055.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290752,483)LEMDAT04,13056.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280871,758)LEMDAT04,13057.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298171,128)LELVU04,13058.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288428,934)RVKWU04M,13059.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(291082,60)LELVU04,13060.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298519,1209)LGKFN04,13061.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314823,505)MGY04,13062.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301673,1200)LCES004M,13063.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313119,39)LOVN1504,13064.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296232,141)LEBAS04A,13065.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303829,22)LOVN1504,13066.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297442,1386)EG11G04M,13067.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312825,4519)LCES004,13068.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286743,163)LGKFN04,13069.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273980,411)PMXX04M,13070.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304552,1080)LEMDAT04,13071.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307846,275)RMZU04,13072.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279312,403)KHVL104E,13073.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285733,2643)LCES004,13074.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263593,242)LCES004,13075.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291594,824)EG11G04M,13076.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278067,589)EG11G04M,13077.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301342,1860)LCES004M,13078.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272894,84)RMZU04E,13079.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263816,388)RMZU04,13080.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292991,128)YD5WH04M,13081.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303471,219)PMXX04M,13082.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292796,2450)LCES004,13083.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287918,1303)LEMDAT04,13084.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295886,262)EG11G04M,13085.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292100,85)PMXX04M,13086.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287288,226)KHVL104E,13087.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298306,753)LOVN1504,13088.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288381,622)EG11G04M,13089.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304690,1561)LOVN1504,13090.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302132,511)LOVN1504,13091.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301074,898)LGKFN04,13092.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287438,252)RNI04M,13093.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281887,555)RQXSI04E,13094.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295747,613)YB3EH04A,13095.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272249,389)EGNOR04M,13096.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303790,487)LOVN1504,13097.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278889,301)KHVL104E,13098.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314600,3377)MRAE04,13099.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289455,205)RNI04M,13100.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283584,249)YB5WH04M,13101.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278386,199)YH5MH04M,13102.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281511,3017)LGSRA04,13103.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305867,2063)EDGG704,13104.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305601,447)LLBGA04L,13105.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292026,1230)LELVL04M,13106.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301721,930)LGKFN04,13107.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306384,322)LELVU04,13108.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281881,437)YB3EH04A,13109.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276959,252)PMXX04M,13110.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303351,239)LELVU04,13111.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311032,475)LOVN1504,13112.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311351,490)LOVN1504,13113.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316090,2762)LCES004,13114.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296550,634)YB3EH04A,13115.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300445,1837)LCES004,13116.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295296,641)RQXU04E,13117.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291656,457)KHVL104E,13118.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292069,665)YD5WH04M,13119.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291206,360)YBOLN04M,13120.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295546,812)EGNOR04M,13121.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295473,486)LELVU04,13122.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278663,393)EHAMA04,13123.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278123,560)EGNOR04M,13124.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305802,1983)EDGG704,13125.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287660,316)EG11G04M,13126.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279893,417)EHAMA04,13127.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310674,370)MAB04,13128.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295608,128)EGNOR04M,13129.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316618,429)LLBGA04L,13130.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282645,196)RMZU04E,13131.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294685,388)LELVU04,13132.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287891,187)RJIU04M,13133.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289989,1392)EDGG704,13134.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288915,300)MAB1204A,13135.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298434,2227)LCES004,13136.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306331,335)KSLN04A,13137.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312800,1380)EDGG704,13138.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316538,1420)EDGG704,13139.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292436,553)YD5WH04M,13140.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289238,419)EGNOR04M,13141.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315544,1510)EDGG704,13142.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291100,1342)RQXI04E,13143.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312199,2533)LCES004,13144.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292383,1497)EDGG704,13145.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295416,900)EGNOR04M,13146.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316029,1687)EDGG704,13147.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263793,162)KSAL1204,13148.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316061,704)LLBGA04L,13149.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291615,24)YB3EH04E,13150.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296407,695)YB3EH04A,13151.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305962,375)LEMDAT04,13152.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317222,1616)EDGG704,13153.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291305,1468)EDGG704,13154.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312956,1779)EDGG704,13155.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294611,254)EGNOR04M,13156.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315618,1703)EDGG704,13157.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288989,1548)RMZU04E,13158.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306251,982)RMZU04,13159.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316499,1837)EDGG704,13160.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318660,544)EDGG704,13161.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284316,325)YD5WH04M,13162.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294364,139)EGNOR04M,13163.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283688,1667)PMXX04M,13164.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294997,50)RMZU04E,13165.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(319337,1600)EDGG704,13166.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(319008,1890)EDGG704,13167.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291164,700)RQXU04E,13168.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287111,258)EGNOR04M,13169.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311142,209)ZM56704,13170.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293576,319)RMZU04E,13171.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289330,228)KSAL1204,13172.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310983,1872)EDGG704,13173.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308582,2004)EDGG704,13174.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279801,658)EHAMA04,13175.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302970,771)LOVN1504,13176.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284417,733)EGNOR04M,13177.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309103,201)GL34W04,13178.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318473,1518)LLBGA04L,13179.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317978,1832)EDGG704,13180.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271412,281)RMZU04E,13181.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302209,154)RMZU04,13182.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301709,2269)LCES004M,13183.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280671,2568)LFMDA04A,13184.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317153,1887)EDGG704,13185.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282090,318)LELVL04M,13186.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310438,1536)EDGG704,13187.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301727,235)LGKFN04,13188.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310117,718)YB3EH04A,13189.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289283,330)LEMDAT04,13190.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295104,861)LEMDAT04,13191.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303665,2296)LCES004,13192.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292423,1739)EDGG704,13193.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313102,534)LCES004,13194.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(279621,24)KHVL104E,13195.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289618,160)YB3EH04E,13196.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286082,419)LELVU04,13197.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278681,1009)EHAMA04,13198.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291264,1182)PMXX04M,13199.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287904,362)LGKFN04,13200.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294594,101)KSAL1204,13201.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295915,164)LEMDAT04,13202.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306307,1019)RMZU04,13203.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304857,77)KSAL1204,13204.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300621,2611)LCES004,13205.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295794,1116)LEMDAT04,13206.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305697,952)LEMDAT04,13207.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310303,287)RMZU04,13208.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294365,232)RNI04M,13209.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301088,1118)LEMDAT04,13210.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289716,133)LGKFN04,13211.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314573,1600)EDGG704,13212.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302875,18)LEBAS04M,13213.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294672,532)RQXSI04E,13214.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292111,1061)LGKFN04,13215.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298646,1128)LGKFN04,13216.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295752,144)LEMDAT04,13217.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318435,1770)EDGG704,13218.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263594,1505)LCES004M,13219.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291226,461)RQXSI04E,13220.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316298,1725)EDGG704,13221.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294899,342)PMXX04M,13222.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297596,225)LELVL04M,13223.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279411,292)KSPE1P04,13224.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304435,375)LELVU04,13225.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300435,506)LGKFN04,13226.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298588,411)LGKFN04,13227.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309978,1440)RMZU04,13228.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293626,380)LELVL04M,13229.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314538,2700)EDGG704,13230.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309959,227)MAB04,13231.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300885,429)RMZSI04,13232.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302863,193)LEBAS04M,13233.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297382,1297)YB3EH04E,13234.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272695,84)RQXI04E,13235.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288404,207)YBOLN04M,13236.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304463,491)RMZSI04,13237.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306346,3388)LCES004,13238.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289440,83)MRAEE04,13239.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280021,362)KSPE1P04,13240.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307218,286)ZM56704,13241.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306718,639)LOVN1504,13242.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278149,803)EGNOR04M,13243.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294200,915)RQXSI04E,13244.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307805,179)LOVN1504,13245.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279885,1221)EHAMA04,13246.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303747,207)KSAL1204,13247.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289999,405)PMXX04M,13248.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309172,1433)EDGG704,13249.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314889,1773)EDGG704,13250.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282313,1461)RQXSI04E,13251.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278562,96)YBOLN04M,13252.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311863,725)YB3EH04A,13253.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286682,594)EBBRA04E,13254.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289587,1530)PMXX04M,13255.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304315,709)RMZU04,13256.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315763,1211)EDGG704,13257.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312192,106)ZM56704,13258.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297335,390)BR404M,13259.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283211,339)RMZU04E,13260.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300988,1542)LOVN1504,13261.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279716,567)LELVU04,13262.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305283,374)LGKFN04,13263.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296147,589)LELVU04,13264.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263515,584)LGKFN04,13265.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(267745,62)EBBRA04E,13266.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304351,1828)LLBGA04L,13267.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302390,474)RMZSI04,13268.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303814,1773)EDGG704,13269.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(323044,255)MRAE04,13270.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292587,16)ZM56704,13271.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300356,103)RJIU04M,13272.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295231,427)LOVN1504,13273.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297904,319)LOVN1504,13274.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297546,368)LGKFN04,13275.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295809,821)RNS04M,13276.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283510,340)RMZU04E,13277.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(269731,192)EBBRA04E,13278.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305560,468)MGY04,13279.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303992,320)LGKFN04,13280.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286141,202)KWUR404E,13281.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304615,167)MRAEE04,13282.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272234,28)RMZU04E,13283.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287433,167)EBBRA04E,13284.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291538,125)KSPE1P04,13285.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309200,813)LCES004M,13286.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296465,280)KSAL1204,13287.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286329,38)EBBRA04E,13288.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275809,234)YD5WH04M,13289.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304895,649)LOVN1504,13290.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276210,244)KHVL104E,13291.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287536,294)LELVL04M,13292.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295180,697)RASI04M,13293.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(320214,617)MRAE04,13294.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298160,201)KSAL1204,13295.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(287367,133)YBOLN04M,13296.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263921,5943)LCES004,13297.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301303,107)MYY04A,13298.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311119,518)RMZSI04,13299.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306801,1134)RMZU04,13300.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285688,874)RQXSI04E,13301.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295174,434)BKED1204,13302.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286685,750)RQXSI04E,13303.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288954,267)KHVL104E,13304.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295497,401)PMXX04M,13305.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306405,1812)EDGG704,13306.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295822,217)LEMDAT04,13307.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295528,413)RQXI04E,13308.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295446,91)RMZU04E,13309.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296563,353)KWUR404E,13310.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291577,154)EGNOR04M,13311.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312009,1619)LLBGA04L,13312.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304262,3)MGY04,13313.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313899,301)KSAL1204,13314.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291377,711)EG11G04M,13315.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301145,249)YB3EH04A,13316.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313302,414)LCES004,13317.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310127,184)YB3EH04A,13318.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287201,77)YBOLN04M,13319.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309462,22)LOVN1504,13320.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263621,503)CPRFBR04,13321.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297288,217)YB3EH04A,13322.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288519,180)YB5WH04M,13323.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296477,163)YB3EH04A,13324.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308308,218)YB3EH04A,13325.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302096,110)LOVN1504,13326.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314808,303)MRAEE04,13327.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285599,168)EBBRA04E,13328.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284313,55)RQXSI04E,13329.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300146,169)LGKFN04,13330.p,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_x(292714,342)YB5WH04M,13331.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284183,479)LOVN1504,13332.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(264033,153)MYY04A,13333.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314699,5443)LCES004,13334.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283821,546)KWUR404E,13335.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289007,278)YB5WH04M,13336.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294876,1316)PMXX04M,13337.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317111,1967)EDGG704,13338.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297234,316)YD5WH04M,13339.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294135,476)RMZU04E,13340.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302661,230)EG11G04M,13341.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294284,209)MYY04A,13342.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302643,210)EG11G04M,13343.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277562,392)YH5MH04M,13344.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301299,114)YB3EH04A,13345.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313717,216)MEK04,13346.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290378,387)YD5WH04M,13347.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317908,2363)EDGG704,13348.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302920,246)LELVL104,13349.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276534,300)KHVL104E,13350.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277591,702)RMZU04E,13351.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282882,219)KWUR404E,13352.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279485,339)KHVL104E,13353.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292099,194)EGNOR04M,13354.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307617,539)LELVU04,13355.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285585,496)MGY04,13356.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278598,1468)EHAMA04,13357.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307186,46)MAB04,13358.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297781,102)YB3EH04A,13359.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279163,315)KHVL104E,13360.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301461,232)YB3EH04A,13361.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312036,243)MAB3404A,13362.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285624,558)YD5WH04M,13363.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278647,1327)EHAMA04,13364.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318565,270)LELVL104,13365.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283526,118)YB3EH04E,13366.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278871,360)YB3EH04E,13367.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286678,175)EBBRA04E,13368.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293901,231)RQXU04E,13369.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312565,594)LCES004,13370.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281854,264)KWUR404E,13371.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281256,145)RMZU04,13372.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290892,198)YB5WH04M,13373.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291018,78)MAB3404A,13374.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312532,259)LELVL104,13375.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277424,1442)EHAMA04,13376.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303783,121)MAB04,13377.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302670,660)RMZSI04,13378.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297505,355)RQXSI04E,13379.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296772,911)LOVN1504,13380.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(322722,1989)EDGG704,13381.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293188,34)RNI04M,13382.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287821,212)RMZSI04M,13383.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314730,161)MAB04,13384.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311549,438)LELVL104,13385.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315779,550)LCES004,13386.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311727,167)MAB04,13387.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297554,413)RNI04M,13388.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282720,506)KWUR404E,13389.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287817,31)LGKFN04,13390.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308432,110)RMZU04,13391.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296253,342)MEK04,13392.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296922,488)LGKFN04,13393.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294807,2270)LCES004M,13394.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290568,614)LEMDAT04,13395.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307658,131)RMZU04,13396.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308593,1166)RMZU04,13397.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297867,281)RJIU04M,13398.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305573,115)KSLN04A,13399.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314075,97)MRAE04,13400.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311478,564)LELVL104,13401.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287527,410)KSPE1P04,13402.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289397,598)LGKFN04,13403.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290650,294)PMXX04M,13404.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288358,250)KWUR404E,13405.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279409,306)YH5MH04M,13406.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294120,180)RQXU04E,13407.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294442,438)LOVN1504,13408.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306358,807)RMZSI04,13409.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308855,278)YB3EH04A,13410.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294518,146)EG11G04M,13411.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(309695,346)MEK04,13412.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312583,2149)LCES004,13413.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302387,236)YB3EH04A,13414.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304778,183)RNS04M,13415.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291212,106)RVKWS04,13416.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295082,335)KSAL1204,13417.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300896,195)GL34W04,13418.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298528,2713)LCES004,13419.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280018,154)FUJ04M,13420.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309210,2091)EDGG704,13421.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290761,588)YD5WH04M,13422.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293549,231)RQXU04E,13423.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298480,382)RMZU04,13424.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306207,1645)LCES004M,13425.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296180,363)RMZU04,13426.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291906,1809)EGNOR04M,13427.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289950,54)YB5WH04M,13428.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279259,78)YH5MH04M,13429.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285189,1140)RVKWU04M,13430.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296164,870)RQXSI04E,13431.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288107,75)KWUR404E,13432.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293544,443)RQXSI04E,13433.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285431,1032)LGKFN04,13434.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284085,1000)RVKWU04M,13435.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315428,208)LELVL104,13436.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313054,243)MAB1204A,13437.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279834,520)YH5MH04M,13438.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298402,518)LCES004M,13439.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297113,14)RJIU04M,13440.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295238,408)RNI04M,13441.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291189,652)RVKWU04M,13442.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290455,554)RNS04M,13443.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287193,425)RQXSI04E,13444.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288599,353)RMZU04E,13445.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307264,4010)LCES004,13446.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280002,539)LELVU04,13447.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287579,461)RQXSI04E,13448.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284297,928)RQXSI04E,13449.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288914,299)MAB1204A,13450.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285360,334)LELVL04M,13451.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295448,413)RMZU04E,13452.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297613,854)RQXSI04E,13453.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263587,2455)LCES004M,13454.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291178,305)EBBRA04E,13455.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309940,572)LELVL104,13456.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291312,521)LGKFN04,13457.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308743,130)MAB3404A,13458.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290583,588)YD5WH04M,13459.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303341,497)LCES004M,13460.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303842,405)LELVU04,13461.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283823,703)KWUR404E,13462.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294791,462)LELVL04M,13463.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292297,236)RJIU04M,13464.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301879,580)LELVL104,13465.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293070,784)RNS04M,13466.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286690,1040)EHAMA04,13467.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282583,174)PMXX04M,13468.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297219,197)FUJ04M,13469.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282868,205)KWUR404E,13470.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281824,692)RVKWU04M,13471.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279642,346)KHVL104E,13472.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291257,2146)EDGG704,13473.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284504,538)RQXSI04E,13474.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302531,417)RJIU04M,13475.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302725,822)MM204,13476.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301477,1197)MRAE04,13477.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287604,276)PMXX04M,13478.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288740,476)RQXSI04E,13479.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263439,2891)YB3EH04A,13480.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284450,90)KSLN04M,13481.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293964,190)RMZU04E,13482.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308093,1)YB3EH04A,13483.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278487,118)YH5MH04M,13484.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294148,317)RQXU04E,13485.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309721,290)YB3EH04A,13486.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295691,198)RMZU04,13487.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313701,998)MGY04,13488.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279693,111)YH5MH04M,13489.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297362,285)RNI04M,13490.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294111,269)LELVU04,13491.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284184,817)RMZSI04,13492.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289901,388)RQXSI04E,13493.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290342,359)RNI04M,13494.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283115,170)RMZU04,13495.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298038,123)EDGG704,13496.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300455,736)LCES004M,13497.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290866,277)YBOLN04M,13498.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281905,329)YH5MH04M,13499.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300133,322)RQXSI04E,13500.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292003,261)FUJ04M,13501.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295393,77)RQXU04E,13502.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283663,828)RQXSI04E,13503.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294556,427)RJIU04M,13504.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280474,65)LGKFN04,13505.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296649,21)YB3EH04A,13506.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318401,234)EDGG704,13507.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291267,711)RNS04M,13508.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292354,159)RMZU04,13509.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307887,239)YB3EH04A,13510.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290090,2446)EDGG704,13511.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293858,609)$RQXU04E,13512.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307231,323)MGY04,13513.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315019,1386)EDGG704,13514.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286616,1492)RVKWU04M,13515.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303423,200)EDGG704,13516.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296473,351)LCES004,13517.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312354,304)MAB1204A,13518.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300884,447)YB3EH04A,13519.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286568,308)EBBRA04E,13520.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292783,30)YB3EH04A,13521.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283258,162)RMZU04E,13522.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286791,315)EBBRA04E,13523.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307897,452)LCES004M,13524.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292050,514)RJIU04M,13525.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301350,834)RMZU04,13526.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298297,497)LOVN1504,13527.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295723,1306)RVKWU04M,13528.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307103,140)MAB3404A,13529.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315138,689)LCES004,13530.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280142,463)EHAMA04,13531.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308647,1167)MRAE04,13532.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294097,606)LELVU04,13533.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309143,108)RMZU04,13534.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300140,441)RMZU04,13535.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288568,649)RQXSI04E,13536.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297278,80)YB3EH04A,13537.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284154,449)RQXSI04E,13538.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309203,85)YB3EH04A,13539.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290696,830)RNS04M,13540.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284700,95)KWUR404E,13541.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312051,26)YB3EH04A,13542.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278320,73)EGNOR04M,13543.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295790,199)LEMDAT04,13544.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286575,531)LELVL04M,13545.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284860,1333)RVKWU04M,13546.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297350,29)BR204M,13547.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294048,124)RMZU04E,13548.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287155,272)EBBRA04E,13549.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307985,158)RMZU04,13550.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291539,16)KSLN04M,13551.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289367,535)RQXSI04E,13552.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303930,258)YB3EH04A,13553.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284723,99)YB3EH04E,13554.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282176,133)RMZU04E,13555.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297571,284)LELVU04,13556.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291547,82)KSLN04A,13557.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311284,1350)LCES004,13558.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278590,508)EHAMA04,13559.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287372,337)KSPE1P04,13560.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287287,247)RMZU04E,13561.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(296970,2)KFZ4404M,13562.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300815,2482)LCES004M,13563.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263418,381)BKED1204,13564.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307860,95)YB3EH04A,13565.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277284,164)EBBRA04E,13566.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279006,596)BKED1204,13567.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292693,5)KFZ4404M,13568.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279552,205)EBBRA04E,13569.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289194,1590)RMZU04E,13570.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307626,606)MRAE04,13571.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282480,123)RQXSI04E,13572.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291024,1713)RQXSI04E,13573.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284925,643)LGRPA04M,13574.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312011,57)YB3EH04A,13575.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279791,1671)EHAMA04,13576.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288957,329)LEMDAT04,13577.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297185,343)KSLN04A,13578.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295882,37)RNI04M,13579.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296449,797)LELVU04,13580.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286590,95)YB5WH04M,13581.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298368,69)LOVN1504,13582.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(291514,22)KSLN2C04,13583.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303451,290)$KFZ4404L,13584.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284797,127)BR204M,13585.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285070,36)RMZU04E,13586.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292446,190)BR204M,13587.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302162,1547)LGKFN04,13588.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302218,226)YB3EH04A,13589.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291038,2449)EDGG704,13590.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289136,211)RJIU04M,13591.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288684,153)YH5MH04M,13592.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303662,78)KSPE104D,13593.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295369,123)EGNOR04M,13594.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304753,395)LGKFN04,13595.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303195,840)MRAE04,13596.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305828,774)LCES004,13597.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297929,1140)EGNOR04M,13598.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297129,113)YB3EH04A,13599.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298619,123)RNS04M,13600.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304555,199)LEMDAT04,13601.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313003,1500)MRAE04,13602.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288191,244)KSPE1P04,13603.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317924,161)MRAEE04,13604.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303868,1133)LEMDAT04,13605.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293168,546)RQXU04E,13606.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310539,31)YB3EH04A,13607.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296840,117)YB3EH04A,13608.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287140,1214)RVKWU04M,13609.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291971,81)YB3EH04A,13610.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306868,256)KSLN04A,13611.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303592,25)MGY04,13612.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304261,239)RJIU04M,13613.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277703,133)KHVL104E,13614.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300464,42)MAB3404A,13615.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309070,320)EDGG704,13616.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306201,127)KSAL1204,13617.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283209,640)RMZU04E,13618.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285772,50)YB3EH04E,13619.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286638,354)RNS04M,13620.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278565,507)LELVU04,13621.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304253,347)LCES004M,13622.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295287,514)RQXSI04E,13623.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285230,37)KFZ4404M,13624.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283389,941)RQXSI04E,13625.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305432,859)RMZSI04,13626.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301987,810)LCES004M,13627.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274564,730)RQXSI04E,13628.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285794,870)RQXSI04E,13629.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280666,423)KSLN04A,13630.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292544,252)$YD5WH04M,13631.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288723,32)RMZU04,13632.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279250,55)KSPE1P04,13633.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309099,488)MRAEE04,13634.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295728,190)YB5WH04M,13635.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286160,29)YB3EH04E,13636.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306995,82)YB3EH04A,13637.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295734,993)LEMDAT04,13638.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285563,375)LCES004M,13639.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311447,362)LGKFN04,13640.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294815,1146)RMZU04,13641.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308003,64)YB3EH04A,13642.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294449,282)BR404M,13643.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287978,82)YH5MH04M,13644.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295292,117)YB3EH04A,13645.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287703,209)RNI04M,13646.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277434,366)EG11G04M,13647.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317443,487)MRAE04,13648.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286781,149)MM204,13649.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301003,23)CPRFBR04,13650.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310899,437)KSLN04A,13651.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289490,124)BR204M,13652.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305584,34)MGY04,13653.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289595,171)YBOLN04M,13654.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313050,388)LCES004M,13655.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282057,403)YBOLN04M,13656.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282505,461)RFBRT04M,13657.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312442,341)LEBAS04A,13658.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(262875,421)EBBRA04E,13659.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294756,218)RJIU04M,13660.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263503,336)RNS04M,13661.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(268974,324)KSPE1P04,13662.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297402,2911)KSPE104D,13663.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286762,90)RJIU04M,13664.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277243,100)KSPE1P04,13665.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290535,180)YBOLN04M,13666.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291739,198)KSLN04A,13667.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295965,111)RQXU04E,13668.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285895,15)YB3EH04E,13669.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281447,130)YB3EH04A,13670.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286317,275)EBBRA04E,13671.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311314,258)LELVL104,13672.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317920,2466)EDGG704,13673.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281348,137)KFZ4404M,13674.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282752,185)KSLN04A,13675.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312231,346)YB3EH04A,13676.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295891,233)BR204M,13677.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295168,93)BR204M,13678.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306171,471)LOVN1504,13679.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294546,472)LOVN1504,13680.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297744,422)LOVN1504,13681.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307142,434)KSPE104D,13682.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285792,369)BR404M,13683.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306051,61)KSPE104D,13684.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307025,208)YB3EH04A,13685.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277201,387)KHVL104E,13686.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309011,478)MRAE04,13687.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294211,219)EG11G04M,13688.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307707,467)BKED1204,13689.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303173,66)EG11G04M,13690.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291048,87)LEMDAT04,13691.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292876,403)EDGG704,13692.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300072,163)KSLN04A,13693.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284566,257)YB3EH04A,13694.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273554,180)KSLN04M,13695.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297157,1491)LGKFN04,13696.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290343,208)RJIU04M,13697.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292251,194)YB3EH04A,13698.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263421,504)LCES004M,13699.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284911,49)KFZ4404M,13700.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306139,264)LOVN1504,13701.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308402,288)LELVL104,13702.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298249,1029)RNS04M,13703.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300204,50)EG11G04M,13704.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279652,324)KHVL104E,13705.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301680,139)KWUR1C04,13706.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293552,155)KSPE104D,13707.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284038,535)LELVL04M,13708.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296640,162)KSAL1204,13709.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301749,323)KSLN04A,13710.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292917,428)LELVL04M,13711.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282837,316)KSLN04M,13712.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(319288,210)MRAE04,13713.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295273,279)EG11G04M,13714.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305604,163)KFZ4404M,13715.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303203,6174)LCES004,13716.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301601,228)LOVN1504,13717.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279142,6)YB5KL04E,13718.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289499,125)EGNOR04M,13719.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295407,384)RJIU04M,13720.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297852,520)RNI04M,13721.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301582,234)RNI04M,13722.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284165,632)RVKWU04M,13723.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306187,7)LOVN1504,13724.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294164,389)BR404M,13725.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292413,440)KWUR404E,13726.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309006,113)ZM56704,13727.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293640,58)YB3EH04E,13728.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306577,286)LELVL104,13729.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307153,4461)LCES004,13730.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285178,53)PMXX04M,13731.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283414,108)KWUR404E,13732.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313569,2653)LCES004,13733.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296997,399)GL4W04M,13734.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(306270,596)LELVL104,13735.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285112,467)KSLN04M,13736.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279347,46)KSPE1P04,13737.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311256,189)YB3EH04A,13738.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288104,91)KSPE104D,13739.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309016,193)MRAEE04,13740.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288101,494)KSPE104D,13741.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308945,2456)EDGG704,13742.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283094,30)YB3EH04E,13743.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295893,911)LEMDAT04,13744.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271601,1805)RVKWU04M,13745.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293757,830)EG11G04M,13746.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303485,218)LELVL104,13747.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294133,429)RJIU04M,13748.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290480,183)RJIU04M,13749.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297398,163)BR204M,13750.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297746,111)LOVN1504,13751.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304483,1233)LCES004,13752.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293533,194)RFBRT04M,13753.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286628,454)RMZU04E,13754.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290553,111)LEMDAT04,13755.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304446,597)LELVL104,13756.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293072,135)EGNOR04M,13757.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289961,53)KSPE104D,13758.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300281,11)BR204M,13759.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285525,185)KFZ4404M,13760.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280192,420)YH5MH04M,13761.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294925,987)RVKWU04M,13762.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291341,159)KFZ4404M,13763.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310042,10)KFZ4404L,13764.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293804,158)KSAL1204,13765.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290362,38)YB3EH04E,13766.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306283,67)KSAL1204,13767.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283734,297)KSLN04M,13768.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307712,283)EDGG704,13769.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300538,259)KSPE104D,13770.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263313,464)RFBRT04M,13771.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309508,361)LGRPA04,13772.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288004,122)KWUR1C04,13773.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292968,124)RVKWS04,13774.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300840,188)KFZ4404M,13775.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296668,58)YB3EH04A,13776.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306630,12)KSPE104D,13777.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284261,92)YB3EH04E,13778.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263463,555)LEBAS04A,13779.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294595,96)YB3EH04E,13780.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300571,266)ZM56704,13781.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287924,1462)RNI04M,13782.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295339,2012)RVKWU04M,13783.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285870,1922)RVKWU04M,13784.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280587,1868)RVKWU04M,13785.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295620,1719)RVKWU04M,13786.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293522,67)YB3EH04E,13787.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295456,1527)RVKWU04M,13788.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296133,1288)RVKWU04M,13789.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294531,69)RNI04M,13790.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279686,252)YBOLN04M,13791.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293927,125)KWUR404E,13792.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293869,241)FUJ04M,13793.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303818,343)MRAEE04,13794.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284562,312)KFZ4404M,13795.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295819,728)RVKWU04M,13796.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308908,207)ZM56704,13797.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278037,122)$BR404M,13798.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315692,416)LLBGA04L,13799.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290863,567)RVKWU04M,13800.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278885,167)YB5KL04E,13801.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292534,158)YB3EH04A,13802.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294816,918)YB5KL04E,13803.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291528,285)YB3EH04E,13804.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278872,41)EG11G04M,13805.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277924,144)YBOLN04M,13806.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291639,47)YB3EH04A,13807.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289655,139)RJIU04M,13808.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302944,825)RMZSI04,13809.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282620,146)YB3EH04A,13810.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263743,380)LEBAS04A,13811.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294845,212)KFZ4404M,13812.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287528,268)KFZ4404M,13813.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306769,233)MAB1204A,13814.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281989,177)YH5MH04M,13815.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302874,233)MYY04A,13816.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286224,68)KFZ4404M,13817.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308533,257)EDGG704,13818.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300931,168)KSPE104D,13819.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305122,464)LEBAS04A,13820.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291444,114)KSAL1204,13821.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303035,82)KWUR1C04,13822.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283305,351)KSLN04A,13823.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285291,127)EBEEC04M,13824.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288284,210)KSPE104D,13825.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294370,552)KSPE104D,13826.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301968,1702)EG11G04M,13827.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292442,334)RQXU04E,13828.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307145,263)KSAL1204,13829.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292947,550)KFZ4404M,13830.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284722,456)RJIU04M,13831.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307394,38)KWUR1C04,13832.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292092,395)KSLN04M,13833.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303049,29)MAB3404A,13834.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310671,198)LELVL104,13835.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282278,294)YH5MH04M,13836.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297011,117)KSPE104D,13837.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306206,137)KWUR1C04,13838.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292969,119)MM304,13839.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295413,76)RFBRT04M,13840.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279048,224)KHVL104E,13841.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306204,179)MAB3404A,13842.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297374,752)RQXSI04E,13843.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309324,799)RMZSI04,13844.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308780,511)KSLN04A,13845.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283458,832)RMZSI04,13846.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305446,309)LELVL104,13847.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294121,220)RVKWS04,13848.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288154,421)PMXX04M,13849.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298514,176)KFZ4404M,13850.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289673,468)MRAEE04,13851.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288078,313)EBBRA04E,13852.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309331,201)RMZU04,13853.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312494,554)LOVN1504,13854.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293139,240)RNS04M,13855.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296614,56)KSAL1204,13856.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293540,215)KFZ4404M,13857.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263339,589)LCES004M,13858.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295127,12)YB3EH04A,13859.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297984,4160)KSLN04A,13860.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295004,488)RMZU04E,13861.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305522,125)KSPE104D,13862.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285980,935)LCES004M,13863.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306308,59)KWUR1C04,13864.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289519,642)RMZU04E,13865.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(262946,463)RQXSI04E,13866.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292613,118)EBEEC04M,13867.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263866,2175)LCES004,13868.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304239,367)LELVL104,13869.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293498,537)PMXX04M,13870.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307461,314)RJIU04M,13871.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298397,145)YB3EH04A,13872.p,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_x(287195,108)BR204M,13873.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291117,240)KSPE104D,13874.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263986,0),13875.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291104,2540)LCES004,13876.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279845,152)KHVL104E,13877.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302310,318)LGKFN04,13878.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309098,812)RMZSI04,13879.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317538,220)MAB1204A,13880.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309072,513)EDGG704,13881.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302516,360)LCES004M,13882.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305538,828)RMZSI04,13883.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307018,893)RMZSI04,13884.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304780,127)KWUR1C04,13885.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292278,43)RMZU04E,13886.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306862,424)KSAL1204,13887.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308449,476)MRAE04,13888.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290967,231)RJIU04M,13889.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273386,598)EGNOR04M,13890.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293146,151)KSPE104D,13891.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302365,942)RMZSI04,13892.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295288,208)KSLN04M,13893.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281891,453)KWUR404E,13894.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297370,210)YB3EH04A,13895.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302592,234)YD5WH04M,13896.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292569,254)RNI04M,13897.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303850,434)LOVN1504,13898.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307217,947)RMZSI04,13899.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305030,141)KWUR1C04,13900.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298255,185)YD5WH04M,13901.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300222,77)KWUR1C04,13902.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309267,903)RMZSI04,13903.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294910,5)RFBRT04M,13904.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305462,2546)EDGG704,13905.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295754,927)LEMDAT04,13906.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298577,46)RMZU04,13907.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302572,193)RVKWS04,13908.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295519,232)YB3EH04A,13909.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307899,88)CPGSE04,13910.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304372,246)RMZU04,13911.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303297,173)KSLN04M,13912.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303209,593)LEBAS04A,13913.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287128,143)EBBRA04E,13914.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290633,22)RJIU04M,13915.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291480,210)KSLN04M,13916.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274577,889)RQXSI04E,13917.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292837,32)KFZ4404M,13918.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290116,245)EDGG704,13919.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276531,300)KHVL104E,13920.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312975,44)ZM56704,13921.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263370,35)RFBRT04M,13922.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303152,591)LEBAS04A,13923.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290019,72)KWUR1C04,13924.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300332,389)EG11G04M,13925.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314186,499)KWUR1C04,13926.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300532,228)EG11G04M,13927.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298321,286)LEBAS04A,13928.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290517,0),13929.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298706,238)KSAL1204,13930.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288008,322)RMZU04,13931.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290015,286)YD5WH04M,13932.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292710,281)KSPE1P04,13933.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284868,407)KSLN04M,13934.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293520,230)RFBRT04M,13935.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300476,21)YD5WH04M,13936.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308064,664)LEBAS04A,13937.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295372,88)YB3EH04A,13938.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294560,291)EG11G04M,13939.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284109,128)KHVL104E,13940.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291292,204)EBEEC04M,13941.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277278,350)RASI04M,13942.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295961,47)YD5WH04M,13943.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290819,274)GL34W04,13944.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271099,178)$KFZ4404E,13945.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282514,433)RQXSI04E,13946.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305896,312)LELVL104,13947.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306044,393)LELVL104,13948.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285938,669)RMZSI04,13949.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309498,769)RMZSI04,13950.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297346,433)RJIU04M,13951.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284357,589)RVKWU04M,13952.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307135,324)EDGG704,13953.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293884,141)KWUR404E,13954.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295356,51)RQXU04E,13955.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286963,221)RQXSI04E,13956.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297821,0),13957.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304242,74)YD5WH04M,13958.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304583,716)MRAE04,13959.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302986,604)LEBAS04A,13960.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296778,196)RASI04M,13961.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300959,80)YB3EH04E,13962.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307055,278)YB3EH04A,13963.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277167,153)KHVL104E,13964.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309890,184)KWUR1C04,13965.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280103,351)KSPE104D,13966.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292859,150)KSLN04M,13967.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316314,193)KWUR1C04,13968.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289347,597)MRAE04,13969.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300422,157)KSAL1204,13970.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301257,850)$RMZSI04,13971.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288927,214)PMXX04M,13972.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303077,186)ZM56704,13973.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313590,534)KWUR1C04,13974.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304486,263)LELVU04,13975.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305806,137)LELVL104,13976.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290803,356)KHVL104E,13977.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293300,16)KFZ4404M,13978.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280365,119)LELVL04M,13979.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263298,141)LELVL04M,13980.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291494,490)YH5MH04M,13981.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300762,200)EDGG704,13982.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283760,573)FUJ04M,13983.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307878,216)KWUR1C04,13984.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304335,108)LELVL104,13985.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282785,151)YB3EH04E,13986.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302506,112)LGKFN04,13987.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313202,144)KWUR1C04,13988.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300487,52)YB3EH04A,13989.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(270762,97)YB5WH04M,13990.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286902,53)YBOLN04M,13991.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287279,128)RASI04M,13992.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290996,236)PMXX04M,13993.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289405,163)KSLN04M,13994.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297702,349)RMZSI04,13995.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285123,16)LGKFN04,13996.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281174,68)YB5WH04M,13997.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308225,832)RMZSI04,13998.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307961,202)KWUR1C04,13999.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289759,222)EDGG704,14000.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288279,113)YB3EH04E,14001.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301707,47)KSLN04A,14002.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292319,223)KSPE1P04,14003.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278026,79)YD5WH04M,14004.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310734,327)RMZSI04,14005.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285718,155)BR404M,14006.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312792,349)LEBAS04A,14007.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279827,186)KFZ4404M,14008.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293567,131)YB3EH04A,14009.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308268,343)RMZU04,14010.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307068,369)LEBAS04A,14011.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307672,103)RMZU04,14012.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296560,19)PMXX04M,14013.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289309,104)KSLN04M,14014.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277598,61)YB5WH04M,14015.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284287,161)PMXX04M,14016.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283549,262)YB3EH04E,14017.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289980,79)KSPE104D,14018.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290367,810)MRAE04,14019.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301431,515)EGNOR04M,14020.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295862,594)RFBRT04M,14021.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285981,224)KFZ4404M,14022.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300045,554)KSPE104D,14023.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297572,687)RVKWU04M,14024.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288247,88)YB5WH04M,14025.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280798,123)YB3EH04A,14026.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305019,54)RNS04M,14027.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301058,2580)LCES004M,14028.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284341,447)KSLN04M,14029.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297427,272)RMZSI04,14030.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318119,728)LCES004,14031.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301059,292)GL34W04,14032.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293539,1390)RVKWU04M,14033.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305950,26)YB3EH04A,14034.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278555,77)KFZ4404M,14035.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292186,751)YB3EH04M,14036.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304925,90)CPGSE04,14037.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303409,166)KSLN04M,14038.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305597,148)LOVN1504,14039.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311856,735)MGY04,14040.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295283,559)MYY04A,14041.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302006,847)MGY04,14042.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307726,819)MAB3404A,14043.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302711,773)MGY04,14044.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314823,583)MGY04,14045.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285585,574)MGY04,14046.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311151,763)MGY04,14047.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306829,914)MGY04,14048.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272287,652)YBOLN04M,14049.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317360,322)MRAEE04,14050.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295508,1359)MAB04,14051.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289828,1043)MGY04,14052.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302361,742)MGY04,14053.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290247,439)YB5WH04M,14054.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310674,651)MGY04,14055.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305823,551)MAB04,14056.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304696,244)MYY04A,14057.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304450,471)MGY04,14058.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311878,253)MYY04A,14059.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294531,156)BR404M,14060.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304054,510)MAB1204A,14061.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292214,1048)RQXU04E,14062.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289863,1055)MAB04,14063.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280888,79)YB5WH04M,14064.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306677,905)GL34W04,14065.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290666,272)MAB04,14066.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305584,112)MGY04,14067.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290219,325)MGY04,14068.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302616,535)MGY04,14069.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305585,248)MGY04,14070.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285949,1165)RQXI04E,14071.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308371,277)MGY04,14072.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308336,373)MGY04,14073.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295936,225)YB5KL04E,14074.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289472,3194)KWUR404E,14075.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286485,191)YBOLN04M,14076.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301161,386)MYY04A,14077.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304051,461)MYY04A,14078.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287749,3554)LGZAA04M,14079.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301556,3)MYY04A,14080.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292245,1536)RJIU04M,14081.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291018,164)MAB3404A,14082.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316446,468)GL34W04,14083.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310502,513)MAB04,14084.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263926,780)MGY04,14085.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308515,447)MAB3404A,14086.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313054,325)MAB1204A,14087.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292265,532)RNI04M,14088.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289318,462)RJIU04M,14089.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306069,592)MGY04,14090.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314186,638)KWUR1C04,14091.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303416,431)MGY04,14092.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306530,484)MGY04,14093.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290566,993)MYY04A,14094.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294327,441)RJIU04M,14095.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282480,310)EBBRA04E,14096.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291843,2104)RJIU04M,14097.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294548,675)MGY04,14098.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289192,694)MGY04,14099.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303263,887)MGY04,14100.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281174,96)YB5KL04E,14101.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311850,873)MGY04,14102.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289354,332)RNI04M,14103.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294276,1359)RQXU04E,14104.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295562,742)RQXSI04E,14105.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280245,1094)RQXI04E,14106.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291009,1882)RQXSI04E,14107.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290550,389)MAB04,14108.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308892,877)MAB1204A,14109.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291218,2003)RQXI04E,14110.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307285,273)MGY04,14111.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281059,88)YB5WH04M,14112.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287980,1902)RQXI04E,14113.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292107,2091)RQXI04E,14114.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280274,1315)RQXI04E,14115.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287700,4646)LGZAA04M,14116.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282859,1099)RQXSI04E,14117.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291024,1899)RQXI04E,14118.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301297,39)MEK04,14119.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309016,452)MGY04,14120.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294736,1102)RQXSI04E,14121.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307696,533)MRAEE04,14122.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308511,777)MGY04,14123.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289843,66)MAB04,14124.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308144,243)MAB04,14125.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282492,2210)RQXI04E,14126.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288529,1194)RNI04M,14127.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302758,1226)RJIU04M,14128.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291957,2230)YBOLN04M,14129.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288765,2247)YBOLN04M,14130.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306951,607)MRAEE04,14131.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314563,565)MGY04,14132.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309190,611)MGY04,14133.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283561,5655)LGZAA04M,14134.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295319,1682)RJIU04M,14135.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289563,846)RJIU04M,14136.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294908,295)YBOLN04M,14137.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280221,356)YBOLN04M,14138.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312369,783)MAB1204A,14139.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280252,1434)PMXX04M,14140.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304258,701)MRAEE04,14141.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286897,908)$RMZSI04M,14142.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279651,263)YB5WH04M,14143.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286569,1503)RQXI04E,14144.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292257,1034)RQXI04E,14145.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289440,176)MRAEE04,14146.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279482,281)YB5WH04M,14147.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298006,113)BR404M,14148.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286952,352)YB5KL04E,14149.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304615,260)MRAEE04,14150.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279279,107)YBOLN04M,14151.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291027,423)YBOLN04M,14152.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293009,342)YB5WH04M,14153.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276588,5825)LGZAA04M,14154.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285863,1519)YH5MH04M,14155.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295587,281)YBOLN04M,14156.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287182,133)RMZU04E,14157.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278162,545)YB5WH04M,14158.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293354,415)YBOLN04M,14159.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288631,108)YBOLN04M,14160.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298578,468)MGY04,14161.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283140,10)YBOLN04M,14162.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317008,544)MGY04,14163.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287347,381)GL34W04,14164.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317924,530)MRAEE04,14165.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283272,824)RQXI04E,14166.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305542,314)MRAEE04,14167.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293647,362)RJIU04M,14168.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292808,285)RJIU04M,14169.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278920,746)YB5WH04M,14170.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291100,1545)$RMZSI04M,14171.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286494,108)YBOLN04M,14172.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286658,158)YBOLN04M,14173.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314225,1293)MGY04,14174.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281290,132)RMZU04E,14175.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292550,388)RJIU04M,14176.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282657,285)YBOLN04M,14177.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283954,252)YBOLN04M,14178.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282313,1655)RQXSI04E,14179.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301524,287)MEK04,14180.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295329,350)YBOLN04M,14181.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292683,586)YB5WH04M,14182.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289805,552)YBOLN04M,14183.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287937,1166)RJIU04M,14184.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296960,236)MRAEE04,14185.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317644,184)MRAEE04,14186.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285766,363)RQXSI04E,14187.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279734,370)YBOLN04M,14188.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293521,710)LELVL04M,14189.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293530,688)RJIU04M,14190.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295053,51)RQXU04E,14191.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282954,817)RMZSI04M,14192.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283751,448)RQXI04E,14193.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292451,82)YBOLN04M,14194.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281349,814)RQXI04E,14195.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291353,463)$RMZSI04M,14196.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280607,130)YB5WH04M,14197.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296158,158)YB5WH04M,14198.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293565,1575)RJIU04M,14199.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292753,165)YB5WH04M,14200.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309577,679)MEK04,14201.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285575,94)RQXSI04E,14202.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293252,1546)RNI04M,14203.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285782,342)RQXI04E,14204.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310647,2272)MGY04,14205.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280706,671)RQXI04E,14206.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302424,2579)MYY04A,14207.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307779,709)MEK04,14208.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286771,366)GL34W04,14209.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292533,982)RNI04M,14210.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287438,3252)RJIU04M,14211.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312881,1382)MGY04,14212.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290635,2235)RQXI04E,14213.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288696,3304)RJIU04M,14214.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302879,562)MAB1204A,14215.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283117,537)YBOLN04M,14216.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285506,42)YB5KL04E,14217.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300050,3094)LGKFN04,14218.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279339,515)YBOLN04M,14219.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307481,585)MGY04,14220.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309693,1245)MGY04,14221.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285826,234)YB5WH04M,14222.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298471,4192)LGKFN04,14223.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303692,772)LGKFN04,14224.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290076,1059)RJIU04M,14225.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271214,186)RMZU04E,14226.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290574,1053)RJIU04M,14227.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272894,168)RMZU04E,14228.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302366,750)MGY04,14229.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293534,1411)BR404M,14230.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263612,1981)LCES004,14231.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312674,1800)LCES004,14232.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263306,2340)LCES004,14233.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295809,902)BR404M,14234.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312015,2400)LCES004,14235.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263862,2127)LCES004,14236.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281599,258)RMZU04E,14237.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296194,444)MAB04,14238.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303350,1406)MEK04,14239.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293576,403)RMZU04E,14240.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311757,3540)LCES004,14241.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314847,770)MGY04,14242.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263580,3853)LCES004,14243.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297232,1684)RNI04M,14244.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279395,156)YBOLN04M,14245.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296450,102)YB5WH04M,14246.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306902,467)MEK04,14247.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303612,1794)KSPE104D,14248.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304862,776)MGY04,14249.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311073,1307)MEK04,14250.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303208,1502)MEK04,14251.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289013,768)MEK04,14252.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295274,1304)RNI04M,14253.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289164,615)RJIU04M,14254.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300430,352)RNI04M,14255.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312085,1317)MAB3404A,14256.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313068,1353)LCES004,14257.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303506,4080)LCES004,14258.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311706,1007)MEK04,14259.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285658,64)YB5WH04M,14260.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311155,4126)LCES004,14261.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313569,2825)LCES004,14262.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288693,756)RJIU04M,14263.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278295,1765)RNI04M,14264.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296307,1339)RNI04M,14265.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310096,1033)MEK04,14266.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263439,2605)LCES004,14267.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311650,1085)MEK04,14268.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296953,2490)LCES004,14269.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310475,2700)LCES004,14270.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285664,2796)LCES004,14271.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312503,1232)MAB3404A,14272.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309099,765)MRAEE04,14273.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311840,2940)LCES004,14274.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307979,1433)MEK04,14275.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271412,365)RMZU04E,14276.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263593,4034)KWUR1C04,14277.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318187,37)MEK04,14278.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296238,1189)RJIU04M,14279.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288253,1728)RNI04M,14280.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289673,1022)MRAEE04,14281.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302844,1461)MEK04,14282.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283042,2841)LGKFN04,14283.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311108,2940)LCES004,14284.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283211,423)RMZU04E,14285.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279011,285)LGKFN04,14286.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282046,480)YB5WH04M,14287.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285383,2005)RJIU04M,14288.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294005,1506)RJIU04M,14289.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288914,1045)MRAEE04,14290.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311838,2958)LCES004,14291.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286627,310)YB5WH04M,14292.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293889,1673)BR404M,14293.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283510,424)RMZU04E,14294.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304380,51)MEK04,14295.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288915,1046)MRAEE04,14296.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301843,4106)LGKFN04,14297.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290858,2828)RNS04M,14298.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285747,2021)RNI04M,14299.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305798,3000)LCES004,14300.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305560,2111)MGY04,14301.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293957,1728)RJIU04M,14302.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282645,419)RQXU04E,14303.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294541,2085)RJIU04M,14304.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300666,3046)LCES004,14305.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287924,2198)LELVL04M,14306.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297164,2311)RNI04M,14307.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283209,724)RMZU04E,14308.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289007,407)RMZU04E,14309.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289519,726)RMZU04E,14310.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290082,1937)RNI04M,14311.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311255,326)MEK04,14312.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283688,227)RQXI04E,14313.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273072,822)YB5WH04M,14314.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311542,3056)LCES004,14315.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290681,197)YB5WH04M,14316.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289649,379)YBOLN04M,14317.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278814,652)YB5WH04M,14318.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302874,110)MGY04,14319.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311886,3240)LCES004,14320.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316914,65)MGY04,14321.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310724,209)GL34W04,14322.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291206,714)RMZU04E,14323.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302135,1639)EG11G04M,14324.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288992,1814)BR404M,14325.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313372,559)MGY04,14326.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290215,3657)RNI04M,14327.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286715,648)YB3EH04E,14328.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284393,129)YB5WH04M,14329.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293362,2096)RNI04M,14330.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303592,573)MGY04,14331.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(292153,23)RQXU04E,14332.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307182,2287)MRAEE04,14333.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285128,1756)EG11G04M,14334.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309317,333)MGY04,14335.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288692,417)YBOLN04M,14336.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310272,3600)LCES004,14337.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296646,3300)LCES004,14338.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297507,100)RQXSI04E,14339.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263640,3375)LCES004,14340.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290578,2158)RNI04M,14341.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292069,1756)YD5WH04M,14342.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307679,4433)LCES004,14343.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318112,569)MGY04,14344.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305425,193)GL34W04,14345.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308624,3833)LCES004,14346.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298180,2296)RNI04M,14347.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293570,525)YB5KL04E,14348.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293657,1582)YD5WH04M,14349.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308507,3600)LCES004,14350.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292278,294)RMZU04E,14351.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309780,3900)LCES004,14352.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297636,794)YB3EH04E,14353.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295966,115)YBOLN04M,14354.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302301,3)GL34W04,14355.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291528,335)YB3EH04E,14356.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288404,704)YBOLN04M,14357.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283544,4929)LGKFN04,14358.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285241,3845)LGKFN04,14359.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289232,398)RJIU04M,14360.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280825,728)LGKFN04,14361.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(270762,203)YB5WH04M,14362.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282727,728)LGKFN04,14363.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295728,296)YB5WH04M,14364.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304422,328)MRAEE04,14365.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286726,950)YB3EH04E,14366.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281143,602)LGKFN04,14367.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300964,548)LGKFN04,14368.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294986,608)LGKFN04,14369.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306499,421)MGY04,14370.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300504,548)LGKFN04,14371.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288445,962)KFZ4404M,14372.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292417,3955)LCES004,14373.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279686,371)YB5WH04M,14374.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289945,936)LGKFN04,14375.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281048,921)LGKFN04,14376.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277463,976)LGKFN04,14377.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286185,788)LGKFN04,14378.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272695,296)RQXI04E,14379.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294944,122)RQXU04E,14380.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298266,994)LGKFN04,14381.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301417,668)LGKFN04,14382.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277936,1044)LGKFN04,14383.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(301759,749)LGKFN04,14384.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272849,1036)LGKFN04,14385.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286180,327)YB5KL04E,14386.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297157,737)LGKFN04,14387.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287908,823)YB3EH04A,14388.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281749,156)YBOLN04M,14389.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272266,644)RQXI04E,14390.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293156,503)LELVL04M,14391.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304114,449)MGY04,14392.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292405,19)RQXU04E,14393.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292383,1797)EDGG704,14394.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315544,1810)EDGG704,14395.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293468,1912)BR404M,14396.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317851,1840)EDGG704,14397.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280212,4707)LGKFN04,14398.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312800,1980)EDGG704,14399.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289989,1992)EDGG704,14400.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284810,3930)RQXSI04E,14401.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316538,2020)EDGG704,14402.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293444,287)YB5WH04M,14403.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291305,2068)EDGG704,14404.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287329,212)RMZU04E,14405.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310438,2136)EDGG704,14406.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288302,2486)RJIU04M,14407.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314573,2200)EDGG704,14408.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291312,2698)LGKFN04,14409.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292992,1549)EG11G04M,14410.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314889,2373)EDGG704,14411.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303814,2373)EDGG704,14412.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306405,2412)EDGG704,14413.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310392,4335)LCES004,14414.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317111,2567)EDGG704,14415.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310282,4185)GL34W04,14416.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298574,7125)KSLN04M,14417.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283102,162)YBOLN04M,14418.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311329,341)MEK04,14419.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277313,140)YBOLN04M,14420.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283559,906)LGKFN04,14421.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306413,822)LGKFN04,14422.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(322722,2589)EDGG704,14423.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308325,537)LGKFN04,14424.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(287243,597)LGKFN04,14425.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291891,533)LGKFN04,14426.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289566,874)LGKFN04,14427.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291994,706)YBOLN04M,14428.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290055,114)RMZU04E,14429.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309210,2691)EDGG704,14430.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301760,1070)MGY04,14431.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(301272,297)LGKFN04,14432.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296922,237)LGKFN04,14433.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315748,3179)EDGG704,14434.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291257,2746)EDGG704,14435.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290090,3046)EDGG704,14436.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277591,200)RMZU04E,14437.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278885,211)RMZU04E,14438.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288247,377)RMZU04E,14439.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293126,945)RJIU04M,14440.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(264013,511)MAB3404A,14441.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304230,3297)EDGG704,14442.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291038,3049)EDGG704,14443.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309981,5832)EDGG704,14444.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288601,532)LGKFN04,14445.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301142,1355)MEK04,14446.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316916,3349)EDGG704,14447.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292186,3113)LGSRA04,14448.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308945,3056)EDGG704,14449.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294900,224)RMZU04E,14450.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291078,225)YB5KL04E,14451.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304944,352)MAB1204A,14452.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263515,82)LGKFN04,14453.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292670,445)RQXU04E,14454.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315991,3370)EDGG704,14455.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305462,3146)EDGG704,14456.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294112,890)EG11G04M,14457.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298700,547)YB3EH04A,14458.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290738,1098)EG11G04M,14459.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312912,475)MAB1204A,14460.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287524,64)LGKFN04,14461.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310005,3416)EDGG704,14462.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314108,2368)LCES004,14463.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307186,118)MAB04,14464.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309103,276)GL34W04,14465.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313638,3528)EDGG704,14466.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294001,1253)RJIU04M,14467.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306439,92)MAB04,14468.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291031,366)EG11G04M,14469.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312879,2405)LCES004,14470.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310158,1870)LCES004,14471.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294819,712)RNS04M,14472.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307498,3662)LCES004,14473.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307990,3702)EDGG704,14474.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281643,86)YB5KL04E,14475.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311998,126)MEK04,14476.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301590,119)LGKFN04,14477.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284631,210)RQXSI04E,14478.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295131,351)YBOLN04M,14479.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285042,325)LELVL04M,14480.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304722,607)MAB1204A,14481.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284104,1001)EG11G04M,14482.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287193,200)RQXSI04E,14483.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284346,894)LGKFN04,14484.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312895,3008)LCES004,14485.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317991,3722)EDGG704,14486.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309414,2675)LCES004,14487.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278651,37)YB5KL04E,14488.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294193,255)LGKFN04,14489.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298263,228)KWUR404E,14490.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302060,1781)EG11G04M,14491.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263866,1831)LCES004,14492.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(269531,47)EBBRA04E,14493.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303529,3908)EDGG704,14494.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294406,390)RQXSI04E,14495.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287433,245)EBBRA04E,14496.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297842,412)YB5WH04M,14497.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293096,801)YB3EH04E,14498.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282677,245)YB5WH04M,14499.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295371,82)RQXSI04E,14500.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289502,1841)EG11G04M,14501.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271211,41)RQXSI04E,14502.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309557,3979)EDGG704,14503.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313540,1697)LCES004,14504.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280430,633)LGZAA04M,14505.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295532,743)RJIU04M,14506.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292231,1573)EG11G04M,14507.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294518,1011)EG11G04M,14508.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273048,1505)YB5WH04M,14509.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287194,155)RQXSI04E,14510.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293802,413)EGPFA04,14511.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300727,198)EGNOR04M,14512.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291019,64)BR204M,14513.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(296062,30)RQXSI04E,14514.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293177,1071)EG11G04M,14515.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308077,4065)EDGG704,14516.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277190,2072)EG11G04M,14517.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287367,449)YBOLN04M,14518.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292178,534)KSPE1P04,14519.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305074,220)ZM56704,14520.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297984,2092)KSLN04A,14521.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284283,1432)RVKWU04M,14522.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303314,2106)EG11G04M,14523.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(262875,499)EBBRA04E,14524.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302643,1075)EG11G04M,14525.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296342,235)EGNOR04M,14526.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301070,4188)EDGG704,14527.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293445,108)RNI04M,14528.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297622,2030)EG11G04M,14529.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(269731,505)EBBRA04E,14530.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295656,364)RQXSI04E,14531.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311443,4346)EDGG704,14532.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282430,652)EBBRA04E,14533.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273960,240)EGNOR04M,14534.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302044,262)MGY04,14535.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312773,621)GL34W04,14536.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274577,777)RQXSI04E,14537.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294613,375)RQXSI04E,14538.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263602,2391)LCES004,14539.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286963,784)RQXSI04E,14540.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288401,21)EGNOR04M,14541.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271099,244)YBOLN04M,14542.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310199,76)MRAEE04,14543.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314172,4390)EDGG704,14544.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296549,136)YB5KL04E,14545.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286682,1220)EBBRA04E,14546.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296157,17)RQXSI04E,14547.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280263,41)KWUR404E,14548.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278562,322)YBOLN04M,14549.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283750,1523)YD5WH04M,14550.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294362,287)EGNOR04M,14551.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304825,438)LEMDAT04,14552.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281346,257)RQXSI04E,14553.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286329,664)EBBRA04E,14554.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288377,1443)RVKWU04M,14555.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312999,4408)EDGG704,14556.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296039,459)LEMDAT04,14557.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305887,2267)LCES004,14558.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295929,1949)RASI04M,14559.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290866,96)YBOLN04M,14560.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284380,377)EGNOR04M,14561.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274596,489)RQXSI04E,14562.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295733,519)LEMDAT04,14563.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(267745,688)EBBRA04E,14564.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274616,401)RQXSI04E,14565.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283468,433)RQXSI04E,14566.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292494,205)RQXSI04E,14567.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286071,4434)EDGG704,14568.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287785,1485)KFZ4404M,14569.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294303,620)YD5WH04M,14570.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293881,311)LOW304M,14571.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296350,718)RQXSI04E,14572.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293250,1199)RMZU04E,14573.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288647,661)LEMDAT04,14574.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282784,450)RQXSI04E,14575.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276989,31)LGKFN04,14576.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283921,519)EGNOR04M,14577.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263004,1060)RQXSI04E,14578.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310761,4493)EDGG704,14579.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293927,225)YB5KL04E,14580.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286568,934)EBBRA04E,14581.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286791,941)EBBRA04E,14582.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295730,725)LEMDAT04,14583.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289314,218)YB5WH04M,14584.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285599,794)EBBRA04E,14585.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280143,84)YBOLN04M,14586.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309588,554)MGY04,14587.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295952,990)RQXSI04E,14588.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287358,635)RQXSI04E,14589.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283584,355)YB5WH04M,14590.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295258,61)YD5WH04M,14591.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273793,2042)RQXSI04E,14592.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290137,73)YD5WH04M,14593.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284316,379)YD5WH04M,14594.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294004,228)YB5WH04M,14595.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287402,255)LELVL04M,14596.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295700,625)RQXSI04E,14597.p,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_x(300642,643)MGY04,14598.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309583,1168)MGY04,14599.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300762,4600)EDGG704,14600.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296688,122)YD5WH04M,14601.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283998,1476)RQXSI04E,14602.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283489,2114)RVKWU04M,14603.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276611,1205)RQXSI04E,14604.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314223,2481)LCES004,14605.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296145,1011)EGPFA04,14606.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302317,491)KCHI104M,14607.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289911,875)PMXX04M,14608.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286678,801)EBBRA04E,14609.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289288,830)PMXX04M,14610.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283549,362)YB3EH04E,14611.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310560,1521)LCES004,14612.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271616,2658)RQXSI04E,14613.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281334,2009)RVKWU04M,14614.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294472,1856)RASI04M,14615.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277472,1190)EG11G04M,14616.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304414,789)LEMDAT04,14617.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286328,33)YB3EH04E,14618.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295098,327)YB5KL04E,14619.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287944,822)PMXX04M,14620.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285393,81)YB5WH04M,14621.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294690,1900)RVKWU04M,14622.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298418,21)YBOLN04M,14623.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306669,1282)MRAE04,14624.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(306304,10)MAB3404A,14625.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295511,78)YD5WH04M,14626.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304007,1519)EG11G04M,14627.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283254,492)EGNOR04M,14628.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291264,770)PMXX04M,14629.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305011,282)GL4W04M,14630.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311412,389)KSLN04A,14631.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312354,387)MAB1204A,14632.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294049,649)RVKWU04M,14633.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305686,837)LEMDAT04,14634.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278067,668)EG11G04M,14635.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298130,488)KSLN04A,14636.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294950,420)RNS04M,14637.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297818,823)MGY04,14638.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287895,511)PMXX04M,14639.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289613,512)KSLN04A,14640.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295732,347)LEMDAT04,14641.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290395,837)PMXX04M,14642.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284786,95)RQXU04E,14643.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283889,1548)LELVL04M,14644.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288361,483)PMXX04M,14645.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312682,1342)MRAE04,14646.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263860,780)LCES004,14647.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305851,573)GL34W04,14648.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284595,1872)RQXSI04E,14649.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296212,517)KSLN04A,14650.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294876,1008)PMXX04M,14651.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291377,790)EG11G04M,14652.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293168,1136)YB5WH04M,14653.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289684,4628)EDGG704,14654.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275270,2302)RASI04M,14655.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287155,898)EBBRA04E,14656.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288725,847)LEMDAT04,14657.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287143,184)RQXU04E,14658.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303156,1604)EG11G04M,14659.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303617,542)KSLN04A,14660.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283194,870)PMXX04M,14661.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289158,2131)RVKWU04M,14662.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292935,21)KSLN04M,14663.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286625,1638)PMXX04M,14664.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288588,212)YBOLN04M,14665.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298038,5123)EDGG704,14666.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290116,4845)EDGG704,14667.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291679,582)RNS04M,14668.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285209,310)PMXX04M,14669.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289347,1047)MRAE04,14670.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292967,313)RNS04M,14671.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287946,651)PMXX04M,14672.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296392,671)KSLN04A,14673.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313344,542)MRAE04,14674.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288720,651)PMXX04M,14675.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278386,262)YH5MH04M,14676.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287119,631)RNI04M,14677.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288522,142)YB3EH04E,14678.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303580,1608)EG11G04M,14679.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289172,1067)LEMDAT04,14680.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289759,5022)EDGG704,14681.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292487,79)YB3EH04E,14682.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273032,2004)RQXSI04E,14683.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290166,640)RNS04M,14684.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292483,686)RVKWU04M,14685.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300631,994)LGKFN04,14686.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292666,2998)YBOLN04M,14687.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317116,716)MRAE04,14688.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294580,156)MAB04,14689.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286582,419)KFZ4404M,14690.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283526,401)KFZ4404M,14691.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275522,1297)PMXX04M,14692.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292714,828)RQXU04E,14693.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291968,1159)EG11G04M,14694.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308221,686)KSLN04A,14695.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294530,738)RVKWU04M,14696.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(319288,1222)MRAE04,14697.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285483,99)YB3EH04E,14698.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284250,816)RMZU04E,14699.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278663,532)EHAMA04,14700.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298697,202)KSLN2C04,14701.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309684,446)ZM56704,14702.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288381,681)YD5WH04M,14703.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301501,1832)LCES004,14704.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300848,1311)LEMDAT04,14705.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305548,1104)LEMDAT04,14706.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296918,237)RQXU04E,14707.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310618,3846)MRAE04,14708.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284894,1330)PMXX04M,14709.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283392,2246)RQXSI04E,14710.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279893,556)EHAMA04,14711.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289076,1884)LGZAA04M,14712.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282660,402)PMXX04M,14713.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295594,672)RNS04M,14714.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302138,684)MGY04,14715.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290158,801)PMXX04M,14716.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288242,1614)PMXX04M,14717.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311954,1359)MRAE04,14718.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303253,155)GL34W04,14719.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279756,393)YH5MH04M,14720.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295522,291)PMXX04M,14721.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290396,87)LELVL04M,14722.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290061,6420)EDGG704,14723.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307728,578)MAB1204A,14724.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291367,321)EG11G04M,14725.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284190,304)PMXX04M,14726.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307158,216)MRAEE04,14727.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297087,498)LGKFN04,14728.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292026,920)LELVL04M,14729.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297442,521)EG11G04M,14730.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291323,89)YBOLN04M,14731.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286743,331)LGKFN04,14732.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304557,1117)LEMDAT04,14733.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288927,990)KFZ4404M,14734.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292908,954)EG11G04M,14735.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308769,1522)MRAE04,14736.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281983,796)YB5KL04E,14737.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288501,747)LEMDAT04,14738.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292688,82)BR404M,14739.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282099,681)YD5WH04M,14740.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310742,710)KSLN04A,14741.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289716,301)LGKFN04,14742.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309625,843)MGY04,14743.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294421,970)RVKWU04M,14744.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283812,1350)YBOLN04M,14745.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313875,231)LCES004,14746.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295328,735)RQXSI04E,14747.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301010,805)RNS04M,14748.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300464,128)MAB3404A,14749.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286404,1055)PMXX04M,14750.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305510,548)MRAEE04,14751.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280810,78)RMZU04,14752.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(262946,2105)RQXSI04E,14753.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298704,1594)MRAE04,14754.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301656,156)RNI04M,14755.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294460,124)PMXX04M,14756.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314236,409)LCES004,14757.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307712,5283)EDGG704,14758.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295448,496)RMZU04E,14759.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301576,1639)EG11G04M,14760.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290272,242)LEMDAT04,14761.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276122,316)YD5WH04M,14762.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291238,163)YH5MH04M,14763.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297062,130)YB3EH04E,14764.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307190,230)LGKFN04,14765.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305689,530)LEMDAT04,14766.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295915,85)LEMDAT04,14767.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285671,2557)RNI04M,14768.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279241,6)EGNOR04M,14769.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297125,96)YB3EH04E,14770.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287018,700)RQXSI04E,14771.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297721,714)KSLN04A,14772.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294089,504)LEMDAT04,14773.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301727,403)LGKFN04,14774.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272234,409)YB5WH04M,14775.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312066,942)MRAE04,14776.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298588,579)LGKFN04,14777.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294377,120)LCES004M,14778.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296923,150)YB3EH04E,14779.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283302,352)YB5WH04M,14780.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282890,421)KWUR404E,14781.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280278,1337)EHAMA04,14782.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307870,91)MAB1204A,14783.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281887,777)LELVL04M,14784.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296992,190)YB3EH04E,14785.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285656,407)PMXX04M,14786.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287235,409)PMXX04M,14787.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307231,1341)MGY04,14788.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295547,327)YB5KL04E,14789.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290528,409)YBOLN04M,14790.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306269,1652)MGY04,14791.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295296,898)RQXU04E,14792.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279318,450)LCES004M,14793.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294364,214)EGNOR04M,14794.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295156,316)YB3EH04E,14795.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297393,342)BR404M,14796.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294749,1216)EGNOR04M,14797.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289705,430)YB3EH04E,14798.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317300,5366)EDGG704,14799.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293587,647)LCES004,14800.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300435,674)LGKFN04,14801.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278322,189)YH5MH04M,14802.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305962,217)LEMDAT04,14803.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290568,447)LEBAS04M,14804.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311440,1163)MGY04,14805.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285843,331)LELVL04M,14806.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307875,739)KSLN04A,14807.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300097,748)RJIU04M,14808.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305557,1371)LCES004,14809.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294672,420)RQXSI04E,14810.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278855,814)KHVL104E,14811.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293929,1518)RVKWU04M,14812.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279312,329)KHVL104E,14813.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280331,137)RQXU04E,14814.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294552,3102)EGNOR04M,14815.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317048,2026)LCES004,14816.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308004,219)ZM56704,14817.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289024,362)YB3EH04E,14818.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295514,1251)YB3EH04A,14819.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263958,924)LCES004,14820.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279885,1360)EHAMA04,14821.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295216,272)YB3EH04E,14822.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289868,1641)LCES004,14823.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286141,271)KWUR404E,14824.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315232,1071)LCES004,14825.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291226,349)RQXSI04E,14826.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295886,341)EG11G04M,14827.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303829,451)LOVN1504,14828.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294779,953)RNS04M,14829.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287222,2168)RQXSI04E,14830.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303471,322)PMXX04M,14831.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289978,86)RJIU04M,14832.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291594,903)EG11G04M,14833.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296896,8528)LGKFN04,14834.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295238,213)RNI04M,14835.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263196,1124)RQXSI04E,14836.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302725,1159)LEMDAT04,14837.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294899,445)PMXX04M,14838.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295754,848)LEMDAT04,14839.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302356,488)BR404M,14840.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283795,1280)RVKWU04M,14841.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279193,637)KHVL104E,14842.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300256,819)LOVN1504,14843.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293757,899)KFZ4404M,14844.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287288,299)KHVL104E,14845.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309473,855)LOVN1504,14846.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278889,374)KHVL104E,14847.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294706,830)LEMDAT04,14848.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279592,266)YH5MH04M,14849.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283663,940)RQXSI04E,14850.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297145,881)LOVN1504,14851.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295004,571)RMZU04E,14852.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279652,397)KHVL104E,14853.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285693,424)YB3EH04E,14854.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275277,936)RQXSI04E,14855.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303423,5500)EDGG704,14856.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302132,440)LOVN1504,14857.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301673,1350)LCES004M,14858.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291164,847)RQXSI04E,14859.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277598,166)YB3EH04E,14860.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277445,317)YD5WH04M,14861.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291656,530)KHVL104E,14862.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289249,225)KFZ4404M,14863.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282514,1108)RQXSI04E,14864.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281466,1330)EGNOR04M,14865.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313119,468)LOVN1504,14866.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289618,60)YB3EH04E,14867.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282205,199)YB3EH04E,14868.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301972,239)YB3EH04A,14869.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300146,337)LGKFN04,14870.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292796,3309)LCES004,14871.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291521,227)LELVL04M,14872.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284063,825)RMZU04E,14873.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293561,1578)RVKWU04M,14874.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317538,302)MAB1204A,14875.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298183,265)YB3EH04A,14876.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308533,5557)EDGG704,14877.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309711,638)MGY04,14878.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292100,805)PMXX04M,14879.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307304,1822)MRAE04,14880.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281359,585)PMXX04M,14881.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310732,1985)LCES004,14882.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272249,458)EGNOR04M,14883.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308125,1070)LCES004,14884.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263601,274)YB3EH04A,14885.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290803,135)KHVL104E,14886.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289972,716)YB3EH04E,14887.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309953,684)LOVN1504,14888.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311032,404)LOVN1504,14889.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303929,718)KSLN04M,14890.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263868,2331)LCES004,14891.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281091,58)YB3EH04A,14892.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280871,808)LELVU04,14893.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282090,421)LELVL04M,14894.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290752,561)LEMDAT04,14895.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295608,197)EGNOR04M,14896.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287489,47)YB3EH04A,14897.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278123,629)EGNOR04M,14898.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314402,400)MGY04,14899.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274564,618)RQXSI04E,14900.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296939,314)YB3EH04A,14901.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278647,1466)EHAMA04,14902.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285360,437)LELVL04M,14903.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292189,312)$YB5WH04M,14904.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294148,369)LELVL04M,14905.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305867,1313)EDGG704,14906.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289238,488)EGNOR04M,14907.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273004,505)EGNOR04M,14908.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294503,1047)RNS04M,14909.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294848,9)EGNOR04M,14910.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294611,323)EGNOR04M,14911.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298502,401)YB3EH04A,14912.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292091,538)LOVN1504,14913.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301342,2010)LCES004M,14914.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310082,5588)EDGG704,14915.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304552,1316)LEMDAT04,14916.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285459,2011)LCES004,14917.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296338,2288)RQXSI04E,14918.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287111,328)EGNOR04M,14919.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286600,759)KCHI104M,14920.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294791,565)LELVL04M,14921.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263962,1730)LCES004,14922.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291082,256)LELVU04,14923.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288989,1632)RMZU04E,14924.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281989,619)YH5MH04M,14925.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291104,3914)LCES004,14926.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295416,969)EGNOR04M,14927.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296155,479)LELVL04M,14928.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295546,881)EGNOR04M,14929.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300445,1687)LCES004,14930.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306922,755)LOVN1504,14931.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287918,1539)LEMDAT04,14932.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281485,303)LELVU04,14933.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292801,1102)PMXX04M,14934.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290362,68)YB5WH04M,14935.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314538,1950)EDGG704,14936.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291193,95)YBOLN04M,14937.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293560,1578)RVKWU04M,14938.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284417,802)EGNOR04M,14939.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312938,1251)LCES004,14940.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279804,760)YH5MH04M,14941.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292436,389)YD5WH04M,14942.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282374,1594)RVKWU04M,14943.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298434,2077)LCES004,14944.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303148,1574)MRAE04,14945.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298171,324)LELVU04,14946.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294773,1250)YBOLN04M,14947.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279801,797)EHAMA04,14948.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309790,429)YB3EH04A,14949.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307791,570)ZM56704,14950.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293901,383)PMXX04M,14951.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304690,1132)LOVN1504,14952.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295473,584)LELVU04,14953.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287704,0),14954.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310512,803)LOVN1504,14955.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285733,2299)LCES004,14956.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290650,397)PMXX04M,14957.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304486,656)LELVU04,14958.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291847,21)YB5KL04E,14959.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295879,1073)RNS04M,14960.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289240,393)EG11G04M,14961.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286575,634)LELVL04M,14962.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286685,638)RQXSI04E,14963.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298306,610)LOVN1504,14964.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276959,972)PMXX04M,14965.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311142,67)MAB3404A,14966.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309070,5620)EDGG704,14967.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(269231,304)YH5MH04M,14968.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306201,212)KSAL1204,14969.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293074,394)RQXU04E,14970.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294120,319)PMXX04M,14971.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316430,706)LCES004,14972.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300140,187)RMZU04,14973.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302863,655)LEBAS04M,14974.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286762,178)RJIU04M,14975.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308432,533)RMZU04,14976.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300064,133)RJIU04M,14977.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314600,2688)EDGG704,14978.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273980,1131)PMXX04M,14979.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294756,130)RJIU04M,14980.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297977,527)EGNOR04M,14981.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293116,1647)RVKWU04M,14982.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297382,1347)YB3EH04E,14983.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306384,715)LELVU04,14984.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(270609,219)KFZ4404E,14985.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316090,1216)LCES004,14986.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294556,514)RJIU04M,14987.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292388,694)RQXU04E,14988.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306251,220)RMZU04,14989.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313102,706)LCES004,14990.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292989,128)YB5WH04M,14991.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300621,2096)LCES004,14992.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289136,299)RJIU04M,14993.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296295,40)YB3EH04E,14994.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297867,193)RJIU04M,14995.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303077,570)ZM56704,14996.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278681,1148)EHAMA04,14997.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292569,840)RNI04M,14998.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289283,172)LEMDAT04,14999.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289894,1921)LCES004,15000.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294200,1027)RQXSI04E,15001.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295752,65)LEMDAT04,15002.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289999,1125)PMXX04M,15003.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287286,450)EGNOR04M,15004.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286082,615)LELVU04,15005.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294365,330)RNI04M,15006.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281256,229)RMZU04,15007.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312097,1281)LCES004,15008.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276210,391)KHVL104E,15009.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284106,2333)RQXSI04E,15010.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303351,435)LELVU04,15011.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297596,422)BR404M,15012.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278149,872)EGNOR04M,15013.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293626,483)LELVL04M,15014.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300850,745)LELVU04,15015.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308593,404)RMZU04,15016.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282057,448)YBOLN04M,15017.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279621,530)YH5MH04M,15018.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300988,1471)LOVN1504,15019.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263492,15)MM304,15020.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289675,415)KSPE1P04,15021.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285895,115)YB3EH04E,15022.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280021,515)KSPE1P04,15023.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296180,109)RMZU04,15024.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(323044,367)MRAE04,15025.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302531,504)RJIU04M,15026.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293804,326)KSAL1204,15027.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302456,616)LELVU04,15028.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297852,618)RNI04M,15029.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295747,520)YB3EH04A,15030.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292917,531)LELVL04M,15031.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263594,1655)LCES004M,15032.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288954,414)KHVL104E,15033.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315763,2261)EDGG704,15034.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277197,266)EG11G04M,15035.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307805,108)LOVN1504,15036.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284038,638)LELVL04M,15037.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291187,433)KWUR404E,15038.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306346,3238)LCES004,15039.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283562,379)PMXX04M,15040.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302840,133)RMZU04,15041.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307658,215)RMZU04,15042.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309978,636)YB3EH04A,15043.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300174,109)RMZU04,15044.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309006,574)ZM56704,15045.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296164,1320)RQXSI04E,15046.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294595,246)YB3EH04E,15047.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311351,61)LOVN1504,15048.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309959,515)MAB04,15049.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295104,906)MM304,15050.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295231,356)LOVN1504,15051.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301709,2419)LCES004M,15052.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282986,39)YB3EH04E,15053.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286221,136)LELVL04M,15054.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284797,309)BR204M,15055.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303665,3670)LCES004,15056.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303790,58)LOVN1504,15057.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296550,541)YB3EH04A,15058.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277167,339)KSPE1P04,15059.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307135,5624)EDGG704,15060.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287631,391)LELVL04M,15061.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306307,257)RMZU04,15062.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(320214,729)MRAE04,15063.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296260,655)KSAL1204,15064.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295497,1635)PMXX04M,15065.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308410,228)LEBAS04A,15066.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301088,724)LEMDAT04,15067.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288145,83)YB3EH04E,15068.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287536,398)LELVL04M,15069.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309172,2483)EDGG704,15070.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312199,2705)LCES004,15071.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296473,523)LCES004,15072.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313302,586)LCES004,15073.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312020,730)MRAEE04,15074.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302970,628)LOVN1504,15075.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296563,422)KWUR404E,15076.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305802,1683)EDGG704,15077.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292872,390)KSAL1204,15078.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306718,210)LOVN1504,15079.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309200,963)LCES004M,15080.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276534,447)KHVL104E,15081.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287828,17)$YBOLN04M,15082.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294135,639)YB5WH04M,15083.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305697,1030)LEMDAT04,15084.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287518,161)YB5WH04M,15085.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279716,75)LELVU04,15086.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279163,462)KHVL104E,15087.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294940,863)BR404M,15088.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295794,1194)LEMDAT04,15089.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278598,1607)EHAMA04,15090.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315428,312)LELVL104,15091.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301303,190)MYY04A,15092.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281891,522)KWUR404E,15093.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304456,91)RJIU04M,15094.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282882,288)KWUR404E,15095.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312192,875)ZM56704,15096.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304895,220)LOVN1504,15097.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279485,412)KHVL104E,15098.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311727,239)MAB04,15099.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302875,256)LELVU04,15100.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289872,1782)KFZ4404M,15101.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302920,350)LELVL104,15102.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297505,467)RQXSI04E,15103.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294164,89)BR404M,15104.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286590,201)YB5WH04M,15105.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279642,419)KHVL104E,15106.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309462,451)LOVN1504,15107.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289587,1222)PMXX04M,15108.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307105,3764)LGZAA04M,15109.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294807,2420)LCES004M,15110.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290776,183)RJIU04M,15111.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292940,1948)EDGG704,15112.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310792,9)GL34W04,15113.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296407,602)YB3EH04A,15114.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277201,460)KHVL104E,15115.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301003,351)YB3EH04A,15116.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307987,512)LELVL104,15117.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291314,650)LELVL04M,15118.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313899,469)KSAL1204,15119.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287527,486)KSPE1P04,15120.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309573,2571)LCES004,15121.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281854,333)KWUR404E,15122.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303842,503)LELVU04,15123.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294685,584)LELVU04,15124.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296147,97)LELVU04,15125.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306331,409)KSLN04A,15126.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302685,71)ZM56704,15127.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312532,363)LELVL104,15128.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302033,671)LOVN1504,15129.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309520,91)MAB04,15130.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278487,434)YH5MH04M,15131.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279834,394)YH5MH04M,15132.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311071,5686)EDGG704,15133.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297744,351)LOVN1504,15134.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279250,209)KSPE1P04,15135.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307145,431)KSAL1204,15136.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314808,396)MRAEE04,15137.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294284,292)MYY04A,15138.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(264033,236)MYY04A,15139.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280283,272)YH5MH04M,15140.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289397,766)LGKFN04,15141.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279411,445)KSPE1P04,15142.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296675,166)FUJ04M,15143.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318565,684)LELVL104,15144.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301074,1066)LGKFN04,15145.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277562,329)YH5MH04M,15146.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283452,256)RMZU04,15147.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290406,325)RNI04M,15148.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288358,319)KWUR404E,15149.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263921,2850)LCES004,15150.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281674,77)KSPE1P04,15151.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288107,628)KWUR404E,15152.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285688,1099)RQXSI04E,15153.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291554,441)YH5MH04M,15154.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289330,817)KSAL1204,15155.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318660,244)EDGG704,15156.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297554,315)RNI04M,15157.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310117,625)YB3EH04A,15158.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263816,219)RMZU04,15159.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311265,1853)LCES004,15160.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290567,184)YB3EH04E,15161.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306204,134)ZM56704,15162.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312565,766)LCES004,15163.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285431,861)LGKFN04,15164.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291287,23)LELVL04M,15165.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305661,448)LOVN1504,15166.p,0.000000)\\\n",
-      "\t\t\t\t0.000000\t(t_x(293544,555)RQXSI04E,15167.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302096,324)LOVN1504,15168.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312036,329)MAB3404A,15169.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263587,2605)LCES004M,15170.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288982,222)YB3EH04E,15171.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295885,2370)RQXSI04E,15172.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279467,290)YH5MH04M,15173.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282720,575)KWUR404E,15174.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293549,402)RQXU04E,15175.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277243,254)KSPE1P04,15176.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301431,584)EGNOR04M,15177.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295822,295)LEMDAT04,15178.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280671,1128)LFMDA04A,15179.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318473,1102)LLBGA04L,15180.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313758,2331)LCES004,15181.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279817,199)EGNOR04M,15182.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284933,1313)RQXSI04E,15183.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316298,2625)EDGG704,15184.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306801,372)RMZU04,15185.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298577,385)RMZU04,15186.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295174,574)LELVU04,15187.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307617,735)LELVU04,15188.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280018,254)FUJ04M,15189.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279243,301)YH5MH04M,15190.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307103,225)MAB3404A,15191.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277826,352)RJIU04M,15192.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300354,64)MEK04,15193.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284297,253)RQXSI04E,15194.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301867,620)RMZU04,15195.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292297,118)RNI04M,15196.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291906,1739)EGNOR04M,15197.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282755,489)KWUR404E,15198.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287821,298)RMZSI04M,15199.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304435,768)LELVU04,15200.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288405,1823)PMXX04M,15201.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289367,423)RQXSI04E,15202.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291178,461)EBBRA04E,15203.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297613,179)RQXSI04E,15204.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297904,748)LOVN1504,15205.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317603,853)LLBGA04L,15206.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317908,1613)EDGG704,15207.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301721,1098)LGKFN04,15208.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282868,274)KWUR404E,15209.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283821,407)KWUR404E,15210.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308914,391)MYY04A,15211.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303783,193)MAB04,15212.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307846,106)RMZU04,15213.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287891,99)RJIU04M,15214.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295356,137)RQXU04E,15215.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283607,197)PMXX04M,15216.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286486,773)LELVL04M,15217.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318435,2670)EDGG704,15218.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291796,176)YH5MH04M,15219.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289457,372)RJIU04M,15220.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279398,403)YH5MH04M,15221.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302661,1961)EG11G04M,15222.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289913,172)YH5MH04M,15223.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285372,296)YB5WH04M,15224.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302944,910)RMZSI04,15225.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310303,1387)RMZU04,15226.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279409,243)YH5MH04M,15227.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301367,235)YB3EH04A,15228.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280002,735)LELVU04,15229.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298116,560)RJIU04M,15230.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304778,316)RVKWS04,15231.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309324,884)RMZSI04,15232.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300815,832)LCES004M,15233.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308855,232)YB3EH04A,15234.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304351,1412)LLBGA04L,15235.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295503,1420)RVKWU04M,15236.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296232,326)LEBAS04A,15237.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287604,379)PMXX04M,15238.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310235,2)MAB1204A,15239.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277424,1581)EHAMA04,15240.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287040,4682)RJIU04M,15241.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292003,361)FUJ04M,15242.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311863,632)YB3EH04A,15243.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307733,908)LELVL104,15244.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291494,426)YH5MH04M,15245.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290491,863)RNS04M,15246.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294701,530)KSAL1204,15247.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297680,702)RMZSI04,15248.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300866,433)RMZU04,15249.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295723,1214)RVKWU04M,15250.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283458,917)RMZSI04,15251.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284860,1241)RVKWU04M,15252.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293858,733)RQXSI04E,15253.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281881,391)YB3EH04A,15254.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307264,3860)LCES004,15255.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287703,14)RNI04M,15256.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308743,301)MAB3404A,15257.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283823,560)YB3EH04E,15258.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301350,918)RMZU04,15259.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297219,297)FUJ04M,15260.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284504,651)RQXSI04E,15261.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316618,636)LLBGA04L,15262.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271199,98)RMZU04E,15263.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294111,367)LELVU04,15264.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288740,589)RQXSI04E,15265.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297362,383)RNI04M,15266.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308622,2023)LCES004,15267.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289901,501)RQXSI04E,15268.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280453,81)EBBRA04E,15269.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300133,435)RQXSI04E,15270.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316391,2670)EDGG704,15271.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308941,68)YB3EH04A,15272.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284700,202)YB3EH04E,15273.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311549,852)LELVL104,15274.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278871,160)YB3EH04E,15275.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307018,978)RMZSI04,15276.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281723,48)LELVL04M,15277.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281962,995)PMXX04M,15278.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284287,676)PMXX04M,15279.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296317,86)YB3EH04A,15280.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279693,427)YH5MH04M,15281.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313433,735)MRAE04,15282.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295550,367)LELVU04,15283.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282176,50)RMZU04E,15284.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306868,330)KSLN04A,15285.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302665,110)GL34W04,15286.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283259,178)EGNOR04M,15287.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(268974,81)$KHVL104E,15288.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287579,349)RQXSI04E,15289.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303195,728)MRAE04,15290.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300571,112)ZM56704,15291.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293006,335)KSPE1P04,15292.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294121,315)RVKWS04,15293.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297781,426)YB3EH04A,15294.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306207,1795)LCES004M,15295.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295882,135)RNI04M,15296.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287201,461)YB5WH04M,15297.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303911,39)YB3EH04A,15298.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287544,153)BR404M,15299.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281824,1615)RVKWU04M,15300.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286853,178)KSLN04M,15301.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312707,536)MRAE04,15302.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283139,43)RMZSI04M,15303.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315138,861)LCES004,15304.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301477,1309)MRAE04,15305.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311447,530)LGKFN04,15306.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293430,814)RQXU04E,15307.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304261,327)RJIU04M,15308.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309721,244)YB3EH04A,15309.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315019,1986)EDGG704,15310.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295428,432)RJIU04M,15311.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291212,201)RVKWS04,15312.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294857,167)YBOLN04M,15313.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295180,1113)RASI04M,15314.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283115,593)RMZU04,15315.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281185,271)KFZ4404E,15316.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307626,493)MRAE04,15317.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287140,1122)RVKWU04M,15318.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291739,272)KSLN04A,15319.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276531,80)KHVL104E,15320.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297974,231)YB3EH04A,15321.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304739,124)GL34W04,15322.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279552,283)EBBRA04E,15323.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305601,654)LLBGA04L,15324.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303061,522)BKED1204,15325.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286690,1179)EHAMA04,15326.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312051,119)YB3EH04A,15327.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287195,253)RFBRT04M,15328.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303930,211)YB3EH04A,15329.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295521,14)YB3EH04A,15330.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288568,762)RQXSI04E,15331.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291470,39)YB3EH04E,15332.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287904,530)LGKFN04,15333.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309498,1112)RMZSI04,15334.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291571,104)KFZ4404M,15335.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291007,25)YB3EH04A,15336.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290667,108)GL34W04,15337.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303992,69)LGKFN04,15338.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295519,185)YB3EH04A,15339.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281946,83)KSPE1P04,15340.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288918,2555)RQXSI04E,15341.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283128,445)YB3EH04E,15342.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287855,305)RNS04M,15343.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285482,1017)PMXX04M,15344.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313701,1153)MRAE04,15345.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286031,0),15346.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309547,385)LEBAS04A,15347.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284450,13)KSLN04M,15348.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298368,426)LOVN1504,15349.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281905,266)YH5MH04M,15350.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295893,832)LEMDAT04,15351.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313003,600)MRAE04,15352.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308647,1279)MRAE04,15353.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280365,317)RQXU04E,15354.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301299,438)YB3EH04A,15355.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292672,445)RQXU04E,15356.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285772,100)YB3EH04E,15357.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298619,323)RNS04M,15358.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315779,1066)LCES004,15359.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312091,292)KSLN04A,15360.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287660,631)EG11G04M,15361.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312442,433)LEBAS04A,15362.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296565,341)RNI04M,15363.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287302,2167)LFMDA04A,15364.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273554,323)EBEEC04M,15365.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304857,582)KSAL1204,15366.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310127,508)YB3EH04A,15367.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291971,128)YB3EH04A,15368.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311478,978)LELVL104,15369.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286317,353)EBBRA04E,15370.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306710,320)LOVN1504,15371.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286844,291)KSPE104D,15372.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308505,87)YB3EH04A,15373.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296449,404)LELVU04,15374.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297571,382)LELVU04,15375.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283389,1053)RQXSI04E,15376.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292613,191)MM304,15377.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292991,291)YD5WH04M,15378.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307860,48)YB3EH04A,15379.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296772,768)LOVN1504,15380.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290455,706)RVKWS04,15381.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277284,242)EBBRA04E,15382.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(321498,2250)EDGG704,15383.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314699,2350)LCES004,15384.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287287,331)RMZU04E,15385.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283965,798)RNI04M,15386.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296907,187)YD5WH04M,15387.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287372,110)$KHVL104E,15388.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263418,566)BKED1204,15389.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280203,465)RMZU04,15390.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283464,296)YB3EH04A,15391.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290343,296)RJIU04M,15392.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285875,11)EBEEC04M,15393.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271601,1302)RASI04M,15394.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285112,313)KSLN04M,15395.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305522,345)KSPE104D,15396.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293188,131)RNI04M,15397.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308225,1175)RMZSI04,15398.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284206,419)RMZU04,15399.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284028,77)RQXSI04E,15400.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279735,653)KSPE1P04,15401.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297929,1209)EGNOR04M,15402.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294211,298)EG11G04M,15403.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294442,652)LOVN1504,15404.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301132,376)RNI04M,15405.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306171,185)LOVN1504,15406.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294546,186)LOVN1504,15407.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305019,254)RNS04M,15408.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301365,34)MAB3404A,15409.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296840,301)YB3EH04A,15410.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294925,1449)RVKWU04M,15411.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296997,355)KSLN04M,15412.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307218,1055)ZM56704,15413.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306995,266)YB3EH04A,15414.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288292,309)YB3EH04E,15415.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314530,133)GL34W04,15416.p,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_x(308308,542)YB3EH04A,15417.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295407,472)RJIU04M,15418.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290342,554)RJIU04M,15419.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263168,277)RFBRT04M,15420.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263410,1117)LGKFN04,15421.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289950,107)YB5WH04M,15422.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300455,436)LCES004M,15423.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291538,202)KSPE1P04,15424.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301621,557)RNS04M,15425.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308093,186)YB3EH04A,15426.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282505,355)RFBRT04M,15427.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263421,204)LCES004M,15428.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294594,606)KSAL1204,15429.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292423,3089)EDGG704,15430.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304753,479)LGKFN04,15431.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290892,569)YB5WH04M,15432.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306187,364)LOVN1504,15433.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296343,54)YB3EH04E,15434.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293545,257)RQXU04E,15435.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289655,227)RJIU04M,15436.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302777,202)LELVL104,15437.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317443,374)MRAE04,15438.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295273,358)EG11G04M,15439.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300931,388)KSPE104D,15440.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284261,142)$YB3EH04E,15441.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282752,259)KSLN04A,15442.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263793,77)KSAL1204,15443.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305929,429)LCES004M,15444.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292534,204)YB3EH04A,15445.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310901,230)YB3EH04A,15446.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313034,143)GL34W04,15447.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295372,226)YB3EH04A,15448.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295691,113)RMZU04,15449.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291695,137)YB5KL04E,15450.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309143,362)RMZU04,15451.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291639,185)YB3EH04A,15452.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309899,4)YB3EH04A,15453.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282837,239)KSLN04M,15454.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288191,398)KSPE1P04,15455.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286988,335)MM204,15456.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297350,120)BR204M,15457.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304483,546)LCES004,15458.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308402,184)LELVL104,15459.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294133,517)RJIU04M,15460.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295292,301)YB3EH04A,15461.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306139,335)LOVN1504,15462.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296303,135)LOW304M,15463.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297288,264)YB3EH04A,15464.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297402,3719)KSPE104D,15465.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296668,196)YB3EH04A,15466.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295384,227)KFZ4404M,15467.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263743,472)LEBAS04A,15468.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294449,432)BR404M,15469.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302162,1633)LGKFN04,15470.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301601,299)LOVN1504,15471.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294097,802)LELVU04,15472.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263313,358)RFBRT04M,15473.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277703,573)KHVL104E,15474.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275809,180)YD5WH04M,15475.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303662,372)KSPE104D,15476.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290015,215)BR204M,15477.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284183,908)LOVN1504,15478.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295127,58)YB3EH04A,15479.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298646,40)LGKFN04,15480.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287696,1227)RMZSI04,15481.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301145,296)YB3EH04A,15482.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291514,529)YB3EH04E,15483.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289595,261)YBOLN04M,15484.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283734,144)KSLN04M,15485.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288519,74)YB5WH04M,15486.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285070,539)RMZU04E,15487.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292875,682)LELVL04M,15488.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295790,514)LEMDAT04,15489.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289455,401)RNI04M,15490.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284722,105)RJIU04M,15491.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292111,1229)LGKFN04,15492.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288684,469)YH5MH04M,15493.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306491,330)LCES004M,15494.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295339,1274)RVKWU04M,15495.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288957,408)LEMDAT04,15496.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309011,365)MRAE04,15497.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295071,646)YB3EH04A,15498.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308248,382)YB3EH04A,15499.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263463,370)LEBAS04A,15500.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309072,613)EDGG704,15501.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263607,198)LCES004M,15502.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303049,271)ZM56704,15503.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293070,384)RNS04M,15504.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284224,917)RMZSI04,15505.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287978,398)YH5MH04M,15506.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290535,270)YBOLN04M,15507.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294654,377)RQXSI04E,15508.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284165,1555)RVKWU04M,15509.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312825,1942)LCES004,15510.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312494,268)LOVN1504,15511.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306044,289)LELVL104,15512.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306630,306)KSPE104D,15513.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303451,346)KWUR1C04,15514.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318401,384)EDGG704,15515.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285870,1184)RVKWU04M,15516.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279048,298)KHVL104E,15517.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310755,36)ZM56704,15518.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263986,86)MAB3404A,15519.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290037,423)EGPFA04,15520.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307217,861)RMZSI04,15521.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294048,291)RMZU04E,15522.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311256,327)YB3EH04A,15523.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309098,898)RMZSI04,15524.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300896,270)GL34W04,15525.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312762,654)MRAE04,15526.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288078,78)EBBRA04E,15527.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280587,1130)RVKWU04M,15528.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286160,529)YB3EH04E,15529.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293640,558)YB3EH04E,15530.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303485,114)LELVL104,15531.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285820,18)YD5WH04M,15532.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291539,247)KSLN04M,15533.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311314,362)LELVL104,15534.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277387,43)YB5WH04M,15535.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287595,138)KWUR1C04,15536.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296560,430)PMXX04M,15537.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296107,149)LELVL04M,15538.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284341,370)KSLN04M,15539.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285123,267)LGKFN04,15540.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263279,81)KFZ4404M,15541.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296165,29)LELVL04M,15542.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291267,911)RNS04M,15543.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290696,430)RNS04M,15544.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296970,209)KFZ4404M,15545.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283414,204)YB5WH04M,15546.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300590,48)EG11G04M,15547.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302592,180)YD5WH04M,15548.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284562,243)KFZ4404M,15549.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303209,408)LEBAS04A,15550.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293522,117)YB3EH04E,15551.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301879,373)LELVL104,15552.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294370,258)KSPE104D,15553.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289028,213)KFZ4404M,15554.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295288,362)KSLN04M,15555.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297370,256)YB3EH04A,15556.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277434,523)EG11G04M,15557.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294560,212)EG11G04M,15558.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312950,0),15559.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305122,556)LEBAS04A,15560.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285792,69)BR404M,15561.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300204,444)EG11G04M,15562.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293139,340)RNS04M,15563.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286277,52)KFZ4404M,15564.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290967,319)RJIU04M,15565.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317153,3237)EDGG704,15566.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308003,341)YB3EH04A,15567.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312011,242)YB3EH04A,15568.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307153,4311)LCES004,15569.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306846,155)KWUR1C04,15570.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295620,981)RVKWU04M,15571.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294025,420)RQXU04E,15572.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301757,115)KSAL1204,15573.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295585,1147)KSLN04A,15574.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305491,366)YB3EH04A,15575.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288987,36)KFZ4404M,15576.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305811,163)KWUR1C04,15577.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283305,130)KSLN04A,15578.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288101,200)KSPE104D,15579.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277924,99)YBOLN04M,15580.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298397,237)YB3EH04A,15581.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296477,394)YB3EH04A,15582.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283258,329)RMZU04E,15583.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276837,437)RJIU04M,15584.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310853,160)LELVL104,15585.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305283,542)LGKFN04,15586.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287736,1035)PMXX04M,15587.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287817,366)LGKFN04,15588.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296394,1)YB3EH04A,15589.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316061,288)LLBGA04L,15590.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302516,510)LCES004M,15591.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284357,1236)RVKWU04M,15592.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290480,446)RJIU04M,15593.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279721,994)EHAMA04,15594.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283862,300)RASI04M,15595.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291117,460)KSPE104D,15596.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303200,491)MYY04A,15597.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292544,142)YD5WH04M,15598.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306283,152)KSAL1204,15599.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289171,186)EG11G04M,15600.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284085,1923)RVKWU04M,15601.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285563,525)LCES004M,15602.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303971,59)ZM56704,15603.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292413,370)KWUR404E,15604.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313050,538)LCES004M,15605.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288723,145)YB3EH04A,15606.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313298,200)GL34W04,15607.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287158,9)YBOLN04M,15608.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304555,514)LEMDAT04,15609.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292251,240)YB3EH04A,15610.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300582,226)KWUR404E,15611.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304161,126)LELVL104,15612.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304446,183)LELVL104,15613.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286616,1307)RVKWU04M,15614.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293539,1206)RVKWU04M,15615.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302177,8)LEBAS04M,15616.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(298160,32)KSAL1204,15617.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303517,1277)RMZSI04,15618.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285451,36)KFZ4404L,15619.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310734,670)RMZSI04,15620.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311856,1000)MAB1204A,15621.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314402,655)MAB1204A,15622.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307726,1077)$MAB3404A,15623.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311151,939)MAB1204A,15624.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308914,544)$MAB3404A,15625.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314823,2431)MYY04A,15626.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308336,2221)MYY04A,15627.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285585,2422)MYY04A,15628.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302711,2621)MYY04A,15629.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305585,2096)MYY04A,15630.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308371,2125)MYY04A,15631.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304696,326)MYY04A,15632.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297818,2671)MYY04A,15633.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302006,2695)MYY04A,15634.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302361,1307)MAB04,15635.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304258,201)MAB04,15636.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304450,941)MGY04,15637.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295283,4593)MGY04,15638.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307845,279)MGY04,15639.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302616,614)MGY04,15640.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285949,1881)EBBRA04E,15641.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286569,2238)EBBRA04E,15642.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309103,426)GL34W04,15643.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286897,1676)EBBRA04E,15644.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272695,394)$RMZSI04M,15645.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291100,1660)RQXI04E,15646.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295562,840)RQXSI04E,15647.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282480,1093)EBBRA04E,15648.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282859,1197)RQXSI04E,15649.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291218,2109)RQXI04E,15650.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283272,930)RQXI04E,15651.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291009,1980)RQXSI04E,15652.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280274,1421)RQXI04E,15653.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310674,1121)MGY04,15654.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287980,2002)RQXSI04E,15655.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289192,1249)ZM56704,15656.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294736,1200)RQXSI04E,15657.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292107,2197)RQXI04E,15658.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292257,1137)LELVL04M,15659.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308511,1638)MGY04,15660.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306499,578)MGY04,15661.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280245,1190)RQXU04E,15662.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291024,1982)EBBRA04E,15663.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314186,1520)MGY04,15664.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306829,2762)MYY04A,15665.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308751,152)MGY04,15666.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306069,1218)MGY04,15667.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305823,400)MGY04,15668.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310502,1135)MYY04A,15669.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309711,1466)MAB04,15670.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308144,950)$MYY04A,15671.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311878,335)MYY04A,15672.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290550,1001)MGY04,15673.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303416,1292)MGY04,15674.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307285,429)MGY04,15675.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306677,1537)MYY04A,15676.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290566,1599)MGY04,15677.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304114,721)$MAB3404A,15678.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301297,228)MEK04,15679.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294548,1536)MGY04,15680.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289863,1631)MAB04,15681.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282492,2316)RQXI04E,15682.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307696,426)MAB04,15683.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302138,2532)MYY04A,15684.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303263,1718)MYY04A,15685.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291957,2320)YBOLN04M,15686.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288765,2338)YBOLN04M,15687.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303208,1691)MEK04,15688.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281349,902)$RMZSI04M,15689.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294276,1500)RQXI04E,15690.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285575,218)RQXI04E,15691.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307779,898)MEK04,15692.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290635,2341)RQXI04E,15693.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305354,1019)MEK04,15694.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312085,1545)MEK04,15695.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309016,374)MGY04,15696.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298578,390)MGY04,15697.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303350,1647)MAB04,15698.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301142,1544)MEK04,15699.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318112,485)MAB04,15700.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289013,957)MEK04,15701.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314563,644)MGY04,15702.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309190,690)MGY04,15703.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295528,95)RQXI04E,15704.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314075,156)MAB04,15705.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307979,1622)MEK04,15706.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301760,1248)MAB3404A,15707.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302844,1650)MEK04,15708.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306530,1547)MAB04,15709.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312369,865)MAB1204A,15710.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273072,928)YB5WH04M,15711.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301161,551)MYY04A,15712.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263931,309)MYY04A,15713.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302366,935)MAB3404A,15714.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304051,657)MAB3404A,15715.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316446,642)MYY04A,15716.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285863,1601)KHVL104E,15717.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272287,1148)YBOLN04M,15718.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304262,316)MGY04,15719.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272266,815)YB5WH04M,15720.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306769,397)MAB1204A,15721.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289843,930)$MAB04,15722.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311850,1055)MAB3404A,15723.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294284,374)MYY04A,15724.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301303,272)MYY04A,15725.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312036,414)MAB3404A,15726.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(264033,318)MYY04A,15727.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304871,169)$MEK04,15728.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280252,1536)PMXX04M,15729.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282313,1753)RQXSI04E,15730.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295508,1280)MGY04,15731.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303200,656)MYY04A,15732.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289828,2921)MGY04,15733.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306951,53)MRAEE04,15734.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312950,72)MAB04,15735.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308733,192)MAB04,15736.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282954,607)RQXI04E,15737.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303728,48)YB3EH04E,15738.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288411,194)EBBRA04E,15739.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296194,541)MGY04,15740.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291353,1233)RQXI04E,15741.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307481,507)MGY04,15742.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303592,495)MGY04,15743.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263926,702)MGY04,15744.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310647,879)GL34W04,15745.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292214,105)RQXU04E,15746.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302874,316)MYY04A,15747.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312020,617)MGY04,15748.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305584,817)MGY04,15749.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290666,992)MAB04,15750.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309577,868)MEK04,15751.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290219,1030)MGY04,15752.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286771,591)GL34W04,15753.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311727,455)MAB04,15754.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305560,830)MYY04A,15755.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308515,19)MAB3404A,15756.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278162,1288)YBOLN04M,15757.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287347,1356)GL34W04,15758.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281059,869)YBOLN04M,15759.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303506,2730)LCES004,15760.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311155,2776)LCES004,15761.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302879,301)MGY04,15762.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312503,1403)MAB3404A,15763.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313372,765)MYY04A,15764.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307153,2961)LCES004,15765.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302424,1262)MYY04A,15766.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283853,39)RMZU04E,15767.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310475,3150)LCES004,15768.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283343,24)YB5WH04M,15769.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297402,3612)LCES004,15770.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285664,3246)LCES004,15771.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303612,2308)KSPE104D,15772.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272894,304)YB5WH04M,15773.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316914,769)MGY04,15774.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263862,2814)LCES004,15775.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311840,3390)LCES004,15776.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263580,2503)LCES004,15777.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311284,2015)LCES004,15778.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311073,2065)MEK04,15779.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311757,2190)LCES004,15780.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312015,1800)LCES004,15781.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263306,1740)LCES004,15782.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311329,530)MEK04,15783.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263612,1831)LCES004,15784.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312674,1650)LCES004,15785.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306902,656)MEK04,15786.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311108,3390)LCES004,15787.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285782,441)RQXSI04E,15788.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283751,554)RQXI04E,15789.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313068,2040)LCES004,15790.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293576,571)RMZU04E,15791.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298528,1854)LCES004,15792.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311838,3408)LCES004,15793.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293570,624)YBOLN04M,15794.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296953,3005)LCES004,15795.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313569,1794)LCES004,15796.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287438,349)RNI04M,15797.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288696,407)RNI04M,15798.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280706,777)RQXI04E,15799.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305798,3450)LCES004,15800.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(263439,1505)YB3EH04A,15801.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311706,1196)MEK04,15802.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290215,433)RNI04M,15803.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303818,712)MRAEE04,15804.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288529,510)RNI04M,15805.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302758,567)RNI04M,15806.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300666,3496)LCES004,15807.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310096,1222)MEK04,15808.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311255,2009)MRAEE04,15809.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309099,857)MRAEE04,15810.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287937,507)RNI04M,15811.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311650,1274)MEK04,15812.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309959,587)MAB04,15813.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309317,255)MGY04,15814.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310724,134)GL34W04,15815.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317360,414)MRAEE04,15816.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289673,1114)MRAEE04,15817.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295153,38)YB5WH04M,15818.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296307,655)RNI04M,15819.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304422,697)MRAEE04,15820.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311542,3506)LCES004,15821.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301524,476)MEK04,15822.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289007,542)YB5WH04M,15823.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311886,3690)LCES004,15824.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314847,692)MGY04,15825.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304862,698)MGY04,15826.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288253,1044)RNI04M,15827.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304380,1260)MRAEE04,15828.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308892,1143)MGY04,15829.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288914,1136)MAB04,15830.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263593,4729)KWUR1C04,15831.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288915,1137)MAB04,15832.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291847,314)YB5KL04E,15833.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296253,1362)MRAEE04,15834.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294816,1265)YBOLN04M,15835.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287924,1559)RNI04M,15836.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310272,4050)LCES004,15837.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306590,42)MAB1204A,15838.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309695,1366)MRAEE04,15839.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289440,407)$MEK04,15840.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296646,3750)LCES004,15841.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263640,3825)LCES004,15842.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292683,1333)YB5KL04E,15843.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302955,39)MAB04,15844.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311998,1430)MRAEE04,15845.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293571,152)RQXU04E,15846.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307679,4883)LCES004,15847.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284786,181)RQXU04E,15848.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304615,491)$MEK04,15849.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308624,4283)LCES004,15850.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283688,329)PMXX04M,15851.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290082,1253)RNI04M,15852.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287143,270)RQXU04E,15853.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290247,915)YB5WH04M,15854.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318516,70)MGY04,15855.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292989,379)YB5KL04E,15856.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(270468,285)YBOLN04M,15857.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309780,4350)LCES004,15858.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308507,4050)LCES004,15859.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(290061,396)MGY04,15860.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305542,406)MRAEE04,15861.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288247,209)RMZU04E,15862.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297164,1627)RNI04M,15863.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296918,323)RQXU04E,15864.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285826,321)YB5KL04E,15865.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285506,133)YB5WH04M,15866.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283102,204)YB5WH04M,15867.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295936,1337)YB5KL04E,15868.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280221,1912)YB5WH04M,15869.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303550,2806)LGZAA04M,15870.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303684,456)MRAEE04,15871.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292417,4405)LCES004,15872.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292494,1276)RQXSI04E,15873.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292278,673)LELVL04M,15874.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303692,2781)LGKFN04,15875.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294654,1156)RQXSI04E,15876.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300050,5579)GL4W04M,15877.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290578,1474)RNI04M,15878.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292753,483)YB5WH04M,15879.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291312,4250)LGSRA04,15880.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292533,298)RNI04M,15881.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301843,5890)LGZAA04M,15882.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286180,134)YBOLN04M,15883.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298180,1612)RNI04M,15884.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289314,536)YB5WH04M,15885.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271099,622)YB5WH04M,15886.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263922,3)GL34W04,15887.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281983,292)YB5WH04M,15888.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289194,12843)LGZAA04M,15889.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(267696,175)YB5KL04E,15890.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284418,51)RMZU04E,15891.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295966,927)YBOLN04M,15892.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293156,1019)LELVL04M,15893.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280607,448)YB5WH04M,15894.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294004,538)YB5KL04E,15895.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288992,59)RJIU04M,15896.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293444,598)YB5KL04E,15897.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302317,2445)KSLN04M,15898.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288792,5)YB5WH04M,15899.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287040,1781)RNI04M,15900.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291843,436)RJIU04M,15901.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297232,1000)RNI04M,15902.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292875,1198)LELVL04M,15903.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292451,224)RMZU04E,15904.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281290,1276)RQXU04E,15905.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310392,4785)LCES004,15906.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304054,1496)MAB1204A,15907.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293354,71)YB5KL04E,15908.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283042,4610)LGZAA04M,15909.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296158,688)YB5WH04M,15910.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281749,292)YBOLN04M,15911.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303377,220)GL34W04,15912.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289805,1088)YB5KL04E,15913.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295329,169)YBOLN04M,15914.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293252,862)RNI04M,15915.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280645,139)YB5KL04E,15916.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298471,6704)LGKFN04,15917.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278295,1081)RNI04M,15918.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317008,445)$MAB04,15919.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285241,6863)LGKFN04,15920.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307728,414)MAB1204A,15921.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304722,443)MAB1204A,15922.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301556,168)MYY04A,15923.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284028,856)RQXSI04E,15924.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290680,3529)LGSRA04,15925.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272849,3045)LGKFN04,15926.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284810,4942)RQXSI04E,15927.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(293521,31)RNI04M,15928.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300356,441)RNI04M,15929.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287182,285)YB5WH04M,15930.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302301,828)GL34W04,15931.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287891,526)RNI04M,15932.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277936,3053)LGKFN04,15933.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293530,15)RNI04M,15934.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293445,1182)RNI04M,15935.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301260,528)MEK04,15936.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287329,1385)RMZU04E,15937.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298116,384)RJIU04M,15938.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296754,3146)LGKFN04,15939.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296157,796)RQXSI04E,15940.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291018,335)MAB3404A,15941.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280430,1224)LGKFN04,15942.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279651,500)YBOLN04M,15943.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304944,270)MAB1204A,15944.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(264013,169)MAB3404A,15945.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280212,1526)LGKFN04,15946.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287749,13154)LGZAA04M,15947.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297157,3249)LGKFN04,15948.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278814,209)YBOLN04M,15949.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292297,587)RJIU04M,15950.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291027,288)YBOLN04M,15951.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298700,455)YB3EH04A,15952.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297546,452)LGKFN04,15953.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292120,11)YB5WH04M,15954.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290406,422)RNI04M,15955.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281048,3433)LGKFN04,15956.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279482,519)YBOLN04M,15957.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287524,566)LGKFN04,15958.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(279011,201)LGKFN04,15959.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303929,1394)LGKFN04,15960.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301759,3261)LGKFN04,15961.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317924,438)MRAEE04,15962.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295131,170)KFZ4404E,15963.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263515,668)LGKFN04,15964.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279279,242)YBOLN04M,15965.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286485,219)YB5KL04E,15966.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289945,3448)LGKFN04,15967.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301590,705)LGKFN04,15968.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301721,2353)LGKFN04,15969.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313054,527)MYY04A,15970.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293188,321)RJIU04M,15971.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291994,1518)YBOLN04M,15972.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301074,2321)LGKFN04,15973.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297507,295)RQXSI04E,15974.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277463,3488)LGKFN04,15975.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295587,687)YBOLN04M,15976.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285383,1325)RNI04M,15977.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293647,801)RJIU04M,15978.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294193,925)LGKFN04,15979.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290858,1111)RNI04M,15980.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292808,2129)RJIU04M,15981.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301727,1658)LGKFN04,15982.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296922,2246)LGKFN04,15983.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289354,2187)RNI04M,15984.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314108,2540)LCES004,15985.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281346,1036)RQXSI04E,15986.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290037,883)RJIU04M,15987.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303203,3253)LCES004,15988.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294541,374)RNI04M,15989.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287201,32)YBOLN04M,15990.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278920,1518)YBOLN04M,15991.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307190,2741)LGKFN04,15992.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276307,3490)LGKFN04,15993.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310158,2042)LCES004,15994.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314699,2522)LCES004,15995.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312879,2920)LCES004,15996.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288421,130)YBOLN04M,15997.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301272,2306)LGKFN04,15998.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282784,645)RQXSI04E,15999.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295927,849)RJIU04M,16000.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307498,3834)LCES004,16001.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312583,2320)LCES004,16002.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286743,247)LGKFN04,16003.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278830,21)YB5KL04E,16004.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285747,1337)RNI04M,16005.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312895,2320)LCES004,16006.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287817,1036)LGKFN04,16007.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293126,1559)RJIU04M,16008.p,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_x(288401,509)EGNOR04M,16009.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284933,1200)RQXSI04E,16010.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289716,217)LGKFN04,16011.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291951,83)RMZU04E,16012.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289455,841)RJIU04M,16013.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263866,2346)LCES004,16014.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313540,2212)LCES004,16015.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312825,1598)LCES004,16016.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300435,1929)LGKFN04,16017.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274577,664)RQXSI04E,16018.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289232,1867)RNI04M,16019.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286963,671)RQXSI04E,16020.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309414,3190)LCES004,16021.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298588,495)LGKFN04,16022.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287358,830)RQXSI04E,16023.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308251,2051)LCES004,16024.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284313,842)RQXSI04E,16025.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281466,423)EGNOR04M,16026.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298006,1639)RJIU04M,16027.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308325,2546)LGKFN04,16028.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292178,1279)EGNOR04M,16029.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277197,1344)RNI04M,16030.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292265,2386)RJIU04M,16031.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285042,1230)RQXSI04E,16032.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287402,1745)PMXX04M,16033.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282259,420)YB5WH04M,16034.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271211,1053)RQXSI04E,16035.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282046,797)YB5WH04M,16036.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292550,2232)RJIU04M,16037.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291577,503)EGNOR04M,16038.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292245,658)RJIU04M,16039.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287243,2571)GL4W04M,16040.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289164,2459)RJIU04M,16041.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273004,435)EGNOR04M,16042.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292099,543)EGNOR04M,16043.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292094,343)LELVL04M,16044.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312912,393)MAB1204A,16045.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300504,3566)LGKFN04,16046.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298266,3506)LGKFN04,16047.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282890,1124)EGNOR04M,16048.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276837,1402)RJIU04M,16049.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289978,1666)RJIU04M,16050.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297984,2808)LCES004,16051.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281174,272)YB5KL04E,16052.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284550,427)LELVL04M,16053.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290076,2903)RJIU04M,16054.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295371,1094)RQXSI04E,16055.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304456,1056)RJIU04M,16056.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286753,322)LELVL04M,16057.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297335,2690)RJIU04M,16058.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263410,2205)LGKFN04,16059.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304761,17)MAB1204A,16060.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289318,2306)RJIU04M,16061.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312707,986)MRAE04,16062.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295287,1000)RQXSI04E,16063.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294613,262)RQXSI04E,16064.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296062,1042)RQXSI04E,16065.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300964,3566)LGKFN04,16066.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294001,1779)RJIU04M,16067.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263602,1360)LCES004,16068.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281483,645)EGNOR04M,16069.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271412,493)YB5WH04M,16070.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290367,1147)MRAE04,16071.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287904,446)LGKFN04,16072.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312773,696)GL34W04,16073.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280143,490)YBOLN04M,16074.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305887,2955)LCES004,16075.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290574,2897)RJIU04M,16076.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263004,947)RQXSI04E,16077.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281293,363)KFZ4404E,16078.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292152,137)BR404M,16079.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289563,2690)RJIU04M,16080.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288601,1620)LGKFN04,16081.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304583,1166)MRAE04,16082.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295047,556)EGPFA04,16083.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279339,833)YB5KL04E,16084.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286627,362)YB5WH04M,16085.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283812,718)YBOLN04M,16086.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291104,4086)LCES004,16087.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290776,1148)RJIU04M,16088.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282657,760)RMZU04E,16089.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310282,4860)GL34W04,16090.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309588,1258)MGY04,16091.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312881,3230)MYY04A,16092.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281143,3620)LGKFN04,16093.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306413,2831)LGKFN04,16094.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277127,2053)LGKFN04,16095.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295547,503)YB5KL04E,16096.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282727,3746)LGKFN04,16097.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297119,832)EGNOR04M,16098.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278885,518)YB5KL04E,16099.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309693,3089)MAB04,16100.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285818,15)YBOLN04M,16101.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298519,3767)YB3EH04A,16102.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278562,592)YBOLN04M,16103.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283140,260)YB5KL04E,16104.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283259,1085)EGNOR04M,16105.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277313,591)YBOLN04M,16106.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293534,555)RJIU04M,16107.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309941,277)MEK04,16108.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288631,243)YBOLN04M,16109.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280825,3746)LGKFN04,16110.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289457,1337)RJIU04M,16111.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286494,469)YBOLN04M,16112.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283889,2602)RQXSI04E,16113.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294986,3626)LGKFN04,16114.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(264011,1913)LCES004,16115.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293657,814)EG11G04M,16116.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273793,3054)RQXSI04E,16117.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300642,1347)MGY04,16118.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287193,1212)RQXSI04E,16119.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287367,765)YBOLN04M,16120.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296406,1597)RJIU04M,16121.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312762,1216)MRAE04,16122.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286658,487)EBBRA04E,16123.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294819,1012)RNS04M,16124.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283256,1093)EGNOR04M,16125.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277826,1317)RJIU04M,16126.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293802,713)EGPFA04,16127.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282645,676)RQXU04E,16128.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298574,1753)YB3EH04E,16129.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291206,766)YBOLN04M,16130.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287194,1167)RQXSI04E,16131.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283211,591)RMZU04E,16132.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294531,6)BR404M,16133.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303314,1319)EG11G04M,16134.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296549,61)YBOLN04M,16135.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277190,1285)EG11G04M,16136.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284723,245)$KWUR404E,16137.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280396,101)YBOLN04M,16138.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283954,613)YBOLN04M,16139.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282303,146)YBOLN04M,16140.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279395,111)YBOLN04M,16141.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298263,281)YB3EH04E,16142.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301417,3686)LGKFN04,16143.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284631,1222)RQXSI04E,16144.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294857,416)KWUR404E,16145.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(270314,329)EBBRA04E,16146.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292803,2022)YB3EH04A,16147.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314223,1279)LCES004,16148.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302661,1174)EG11G04M,16149.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(269531,360)EBBRA04E,16150.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314600,3715)MRAE04,16151.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288693,2600)RJIU04M,16152.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285840,861)LELVL04M,16153.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279431,145)YBOLN04M,16154.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287908,3825)YB3EH04A,16155.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271214,1257)YB3EH04E,16156.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291019,699)BR204M,16157.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283510,592)RMZU04E,16158.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279241,704)EGNOR04M,16159.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313701,1233)MGY04,16160.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286185,3806)LGKFN04,16161.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302060,994)EG11G04M,16162.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301968,1387)EG11G04M,16163.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279734,731)YBOLN04M,16164.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284380,1284)EGNOR04M,16165.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294112,2464)EG11G04M,16166.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300727,1105)EGNOR04M,16167.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283549,12)YB3EH04E,16168.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305851,273)GL34W04,16169.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290396,913)LELVL04M,16170.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280263,179)KWUR404E,16171.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294518,1326)EG11G04M,16172.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281723,151)LELVL04M,16173.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291187,87)KWUR404E,16174.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287433,851)YBOLN04M,16175.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293177,1386)EG11G04M,16176.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294327,2285)RJIU04M,16177.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302643,1390)EG11G04M,16178.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288723,539)RMZU04,16179.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283584,10)YB3EH04E,16180.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292992,1832)YD5WH04M,16181.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277284,555)EBBRA04E,16182.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294433,2171)RVKWU04M,16183.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289566,3386)LGKFN04,16184.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290738,617)YD5WH04M,16185.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283559,3418)LGKFN04,16186.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(295809,77)BR404M,16187.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297087,1586)LGKFN04,16188.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294364,289)EGNOR04M,16189.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311412,463)KSLN04A,16190.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294908,690)YB5WH04M,16191.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286682,1533)EBBRA04E,16192.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288008,407)RMZU04,16193.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288768,348)RMZSI04M,16194.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298130,562)KSLN04A,16195.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308449,813)MRAE04,16196.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286952,1029)YBOLN04M,16197.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295372,457)YB3EH04A,16198.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296342,1142)EGNOR04M,16199.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302135,1954)EG11G04M,16200.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313433,622)MRAE04,16201.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305171,97)RMZU04,16202.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289613,586)KSLN04A,16203.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287222,720)RQXSI04E,16204.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303195,615)MRAE04,16205.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292186,4328)LGSRA04,16206.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283117,1778)YB5WH04M,16207.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280810,162)RMZU04,16208.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308003,572)YB3EH04A,16209.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294406,1402)RQXSI04E,16210.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307182,1548)MRAEE04,16211.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307626,943)MRAE04,16212.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289076,2079)RMZU04,16213.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296212,591)KSLN04A,16214.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313344,1442)MRAE04,16215.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313003,487)MRAE04,16216.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310560,319)LCES004,16217.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294472,2480)RASI04M,16218.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300146,253)LGKFN04,16219.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305469,385)YB3EH04A,16220.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306920,140)LGKFN04,16221.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279193,707)YH5MH04M,16222.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291724,69)YB3EH04E,16223.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283209,222)RMZU04E,16224.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301867,1362)YB3EH04A,16225.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292935,69)YB3EH04E,16226.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(262875,812)EBBRA04E,16227.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295514,1890)RMZU04,16228.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294552,3800)EGNOR04M,16229.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273960,1147)EGNOR04M,16230.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294156,539)YB3EH04E,16231.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317443,824)MRAE04,16232.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288445,2378)YD5WH04M,16233.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277472,1505)EG11G04M,16234.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292231,1140)$YD5WH04M,16235.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303617,616)KSLN04A,16236.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298397,653)YB3EH04A,16237.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318187,110)MRAEE04,16238.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295328,622)RQXSI04E,16239.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289472,13299)LGZAA04M,16240.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283921,1425)KSLN2C04,16241.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317116,1616)MRAE04,16242.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289347,1947)MRAE04,16243.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272249,1156)EGNOR04M,16244.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285123,518)LGKFN04,16245.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(269731,818)EBBRA04E,16246.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282620,654)YB3EH04A,16247.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292672,274)RQXU04E,16248.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291968,1474)EG11G04M,16249.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304007,1834)EG11G04M,16250.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292069,2029)YD5WH04M,16251.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304753,897)LGKFN04,16252.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295116,274)RQXU04E,16253.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289519,224)RMZU04E,16254.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282430,965)EBBRA04E,16255.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288522,192)YB3EH04E,16256.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296392,745)KSLN04A,16257.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273386,249)EGNOR04M,16258.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292670,274)RQXU04E,16259.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286568,1247)EBBRA04E,16260.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279142,123)YB5KL04E,16261.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263860,1468)LCES004,16262.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286791,1254)EBBRA04E,16263.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294362,1194)EGNOR04M,16264.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282057,128)KWUR404E,16265.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295532,2587)RJIU04M,16266.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292487,129)YB3EH04E,16267.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284417,384)EGNOR04M,16268.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286616,1584)RVKWU04M,16269.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293539,1667)RVKWU04M,16270.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307860,741)YB3EH04A,16271.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(262946,657)RQXSI04E,16272.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284357,1697)RVKWU04M,16273.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308221,760)KSLN04A,16274.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303992,1241)LGKFN04,16275.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286625,712)PMXX04M,16276.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305754,326)MGY04,16277.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294580,228)MAB04,16278.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291528,412)YB5WH04M,16279.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309978,1694)RMZU04,16280.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292436,1271)EG11G04M,16281.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291367,951)EG11G04M,16282.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(319288,2122)MRAE04,16283.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292026,817)LELVL04M,16284.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295519,878)YB3EH04A,16285.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304336,51)MAB3404A,16286.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292544,711)EG11G04M,16287.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291189,1760)RVKWU04M,16288.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284283,2909)RVKWU04M,16289.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312066,1392)MRAE04,16290.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(320214,842)MRAE04,16291.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285658,11)YB5WH04M,16292.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283750,754)EG11G04M,16293.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275270,902)RQXSI04E,16294.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294773,616)RMZU04E,16295.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303156,1919)EG11G04M,16296.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289240,787)EG11G04M,16297.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282677,932)$YBOLN04M,16298.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303930,904)YB3EH04A,16299.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289288,727)PMXX04M,16300.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285128,2071)EG11G04M,16301.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286329,977)EBBRA04E,16302.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311285,1009)LCES004,16303.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291323,436)YB3EH04E,16304.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293881,1224)EGNOR04M,16305.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278386,65)EGNOR04M,16306.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310618,4296)MRAE04,16307.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286600,2786)LGKFN04,16308.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296267,128)RQXU04E,16309.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297974,924)YB3EH04A,16310.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289911,772)PMXX04M,16311.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290866,232)YBOLN04M,16312.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289649,424)YBOLN04M,16313.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279592,71)KHVL104E,16314.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285843,1157)LELVL04M,16315.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295343,2104)RVKWU04M,16316.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296303,210)LOW304M,16317.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294749,309)EGNOR04M,16318.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296145,1311)EGPFA04,16319.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309583,2107)MGY04,16320.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(267745,1001)EBBRA04E,16321.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303580,1923)EG11G04M,16322.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310742,784)KSLN04A,16323.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305557,2059)LCES004,16324.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307158,308)MRAEE04,16325.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283464,989)YB3EH04A,16326.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287660,1418)EG11G04M,16327.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296338,354)RQXSI04E,16328.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300631,3673)LGKFN04,16329.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297572,2164)RVKWU04M,16330.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289110,185)KWUR404E,16331.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291891,3551)LGKFN04,16332.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279243,175)YH5MH04M,16333.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279467,164)YH5MH04M,16334.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301501,801)LCES004,16335.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292666,1689)YBOLN04M,16336.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306995,959)YB3EH04A,16337.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285599,1107)EBBRA04E,16338.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288513,454)RQXU04E,16339.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283544,6356)LGKFN04,16340.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305510,640)MRAEE04,16341.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279398,277)YH5MH04M,16342.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273048,753)RMZU04E,16343.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296840,994)YB3EH04A,16344.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278855,942)YH5MH04M,16345.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306669,2182)MRAE04,16346.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284106,399)RQXSI04E,16347.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292908,1282)YD5WH04M,16348.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296923,200)YB3EH04E,16349.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297721,788)KSLN04A,16350.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274596,1501)RQXSI04E,16351.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283526,668)YB3EH04E,16352.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298418,427)YBOLN04M,16353.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287895,408)PMXX04M,16354.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290568,771)LEMDAT04,16355.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304825,911)LEMDAT04,16356.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289868,2156)LCES004,16357.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292823,45)KCHI104M,16358.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295292,994)YB3EH04A,16359.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293430,900)RQXU04E,16360.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281334,3486)RVKWU04M,16361.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280888,714)YB5WH04M,16362.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288361,380)PMXX04M,16363.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296238,311)RJIU04M,16364.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295886,1915)EG11G04M,16365.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297977,457)EGNOR04M,16366.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296350,1730)RQXSI04E,16367.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311440,2102)MGY04,16368.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295885,436)RQXSI04E,16369.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288242,380)PMXX04M,16370.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301576,1938)YD5WH04M,16371.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294089,819)LEMDAT04,16372.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297442,2095)EG11G04M,16373.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282582,107)KWUR404E,16374.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291238,290)YH5MH04M,16375.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292688,682)BR404M,16376.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312682,2242)MRAE04,16377.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310235,76)GL34W04,16378.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283468,628)RQXSI04E,16379.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296112,14)YB3EH04E,16380.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284393,182)YB5WH04M,16381.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283489,3591)RVKWU04M,16382.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292251,1071)YB3EH04A,16383.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305689,766)LEMDAT04,16384.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307875,813)KSLN04A,16385.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286277,1434)PMXX04M,16386.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302136,18)BR404M,16387.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295274,620)RNI04M,16388.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287785,585)KFZ4404M,16389.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291031,1940)EG11G04M,16390.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293580,493)RQXU04E,16391.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296401,55)BR404M,16392.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290553,819)LEMDAT04,16393.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284894,96)PMXX04M,16394.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287946,548)PMXX04M,16395.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283254,1399)EGNOR04M,16396.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286715,224)$YB5KL04E,16397.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288927,1139)PMXX04M,16398.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295952,2002)RQXSI04E,16399.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286461,252)YB3EH04E,16400.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310539,1072)KSLN04A,16401.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291796,303)YH5MH04M,16402.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274616,1413)RQXSI04E,16403.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288692,8)YB5WH04M,16404.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287544,228)BR404M,16405.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288720,548)PMXX04M,16406.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293250,416)YB5WH04M,16407.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296155,1305)LELVL04M,16408.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313875,575)LCES004,16409.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285209,619)PMXX04M,16410.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286678,1114)EBBRA04E,16411.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286404,1157)PMXX04M,16412.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305011,783)LEMDAT04,16413.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307231,2202)MGY04,16414.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289972,866)YB3EH04E,16415.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297135,362)RNI04M,16416.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295522,600)PMXX04M,16417.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298080,8)RQXU04E,16418.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283562,1716)PMXX04M,16419.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297125,346)YB3EH04E,16420.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317048,1682)LCES004,16421.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301972,1434)LGAVA04,16422.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281185,335)YH5MH04M,16423.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289397,2021)LGKFN04,16424.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293116,3124)RVKWU04M,16425.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283998,2488)RQXSI04E,16426.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287944,916)KFZ4404M,16427.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275522,1194)PMXX04M,16428.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291494,300)YH5MH04M,16429.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288377,2920)RVKWU04M,16430.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293498,846)PMXX04M,16431.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297062,380)YB3EH04E,16432.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291264,873)PMXX04M,16433.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288154,626)PMXX04M,16434.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288918,621)RQXSI04E,16435.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276611,2217)RQXSI04E,16436.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285193,10)LELVL04M,16437.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295497,709)PMXX04M,16438.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297929,302)EGNOR04M,16439.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290158,698)PMXX04M,16440.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284287,778)PMXX04M,16441.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293587,1335)LCES004,16442.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295915,872)LEMDAT04,16443.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302667,402)LGAVA04,16444.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288405,897)PMXX04M,16445.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294876,494)PMXX04M,16446.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282660,505)PMXX04M,16447.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286582,563)PMXX04M,16448.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287489,1248)YB3EH04A,16449.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285895,65)YB3EH04E,16450.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278322,316)YH5MH04M,16451.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281674,0),16452.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278889,889)KHVL104E,16453.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314236,753)LCES004,16454.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295180,1425)RASI04M,16455.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284063,155)RMZU04E,16456.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278067,2242)EG11G04M,16457.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284190,613)PMXX04M,16458.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282099,1540)EG11G04M,16459.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302356,1088)BR404M,16460.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279312,476)KHVL104E,16461.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296227,419)LGAVA04,16462.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282961,268)KFZ4404E,16463.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283092,45)KFZ4404E,16464.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290395,940)PMXX04M,16465.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289705,680)YB3EH04E,16466.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292270,106)YB5KL04E,16467.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313563,362)MAB1204A,16468.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295393,162)RQXU04E,16469.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281891,176)KWUR404E,16470.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286762,353)RJIU04M,16471.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278663,672)EHAMA04,16472.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284154,254)RQXSI04E,16473.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283194,767)PMXX04M,16474.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297393,267)BR404M,16475.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279652,471)KHVL104E,16476.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281091,1259)YB3EH04A,16477.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273980,205)PMXX04M,16478.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296992,440)YB3EH04E,16479.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284250,146)RMZU04E,16480.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281599,90)RMZU04E,16481.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292100,1011)PMXX04M,16482.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294460,21)PMXX04M,16483.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279756,640)KHVL104E,16484.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290055,522)YBOLN04M,16485.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281359,688)PMXX04M,16486.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290892,145)YB5WH04M,16487.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279893,696)EHAMA04,16488.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293522,167)YB3EH04E,16489.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295700,820)RQXSI04E,16490.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279804,123)KHVL104E,16491.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291656,604)KHVL104E,16492.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289136,474)RJIU04M,16493.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276925,37)YB5KL04E,16494.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283302,171)YB3EH04E,16495.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289158,3608)RVKWU04M,16496.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285656,304)PMXX04M,16497.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281989,703)KHVL104E,16498.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311032,618)LOVN1504,16499.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287235,306)PMXX04M,16500.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288381,2208)YD5WH04M,16501.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290272,715)LEMDAT04,16502.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295656,1240)RQXSI04E,16503.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290967,494)RJIU04M,16504.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290491,227)RNI04M,16505.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292796,3481)LCES004,16506.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302132,654)LOVN1504,16507.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310732,2500)LCES004,16508.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297842,465)YB5WH04M,16509.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288501,433)LEMDAT04,16510.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294740,500)YB3EH04E,16511.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295893,1068)LEMDAT04,16512.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294706,1066)LEMDAT04,16513.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290681,303)YB5WH04M,16514.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289024,212)YB3EH04E,16515.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305962,532)LEMDAT04,16516.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291695,195)YB5KL04E,16517.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296560,533)PMXX04M,16518.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287111,537)EGNOR04M,16519.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295156,566)YB3EH04E,16520.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272234,90)RQXU04E,16521.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303829,665)LOVN1504,16522.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283094,180)YB3EH04E,16523.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307482,21)LGKFN04,16524.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295754,1084)LEMDAT04,16525.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287155,1211)EBBRA04E,16526.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(288404,72)YBOLN04M,16527.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285178,671)PMXX04M,16528.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288428,1119)RVKWU04M,16529.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295733,205)LEMDAT04,16530.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263570,454)LELVU04,16531.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263868,3019)LCES004,16532.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311954,2259)MRAE04,16533.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284595,2884)RQXSI04E,16534.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295734,1150)LEMDAT04,16535.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292189,47)YB5WH04M,16536.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293096,743)RMZU04E,16537.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289618,210)YB3EH04E,16538.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288647,347)LEMDAT04,16539.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294148,473)LELVL04M,16540.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303471,1145)PMXX04M,16541.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280871,600)LEMDAT04,16542.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296039,145)LEMDAT04,16543.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290752,297)LELVU04,16544.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296337,74)BR404M,16545.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277445,263)YD5WH04M,16546.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297382,1197)YB3EH04E,16547.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296450,181)YBOLN04M,16548.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295216,522)YB3EH04E,16549.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295730,411)LEMDAT04,16550.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292405,1004)RMZU04E,16551.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279801,937)EHAMA04,16552.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301582,136)RNI04M,16553.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314191,10)MEK04,16554.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308769,2422)MRAE04,16555.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294756,920)RJIU04M,16556.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304433,579)LELVU04,16557.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315895,47)MEK04,16558.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294944,37)RQXU04E,16559.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283823,1049)KWUR404E,16560.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290480,885)RJIU04M,16561.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271616,724)RQXSI04E,16562.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292111,2484)LGKFN04,16563.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297596,497)BR404M,16564.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313119,682)LOVN1504,16565.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293757,2423)KFZ4404M,16566.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294674,128)EBEEC04M,16567.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286141,410)KWUR404E,16568.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263196,899)RQXSI04E,16569.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304414,475)LEMDAT04,16570.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306242,46)KWUR1C04,16571.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291226,911)RQXSI04E,16572.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284350,42)YBOLN04M,16573.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300430,1329)RNI04M,16574.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314330,126)KWUR1C04,16575.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291819,647)EGNOR04M,16576.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275277,823)RQXSI04E,16577.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285792,594)BR404M,16578.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282514,883)RQXSI04E,16579.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301711,14)LCES004M,16580.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294377,270)LCES004M,16581.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307805,322)LOVN1504,16582.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300064,923)RJIU04M,16583.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278603,991)EHAMA04,16584.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296147,491)LELVU04,16585.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274643,47)EGNOR04M,16586.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309953,898)LOVN1504,16587.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295238,1110)RJIU04M,16588.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298183,1466)YB3EH04A,16589.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285693,674)YB3EH04E,16590.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288588,76)YBOLN04M,16591.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297746,254)LOVN1504,16592.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290528,950)YBOLN04M,16593.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307218,209)ZM56704,16594.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292153,1281)RMZU04E,16595.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311142,132)ZM56704,16596.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294049,1203)RVKWU04M,16597.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298704,2494)MRAE04,16598.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(323044,480)MRAE04,16599.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318832,121)MGY04,16600.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283821,892)KWUR404E,16601.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285733,2814)LCES004,16602.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297744,565)LOVN1504,16603.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294200,802)RQXSI04E,16604.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278681,1288)EHAMA04,16605.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285990,185)EBEEC04M,16606.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289502,1034)YD5WH04M,16607.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294848,707)EGNOR04M,16608.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283663,715)RQXSI04E,16609.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278862,3)KFZ4404E,16610.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309981,1232)EDGG704,16611.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294164,614)BR404M,16612.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273032,3016)RQXSI04E,16613.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294672,982)RQXSI04E,16614.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282755,974)KWUR404E,16615.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285459,2183)LCES004,16616.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300850,254)LELVU04,16617.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291164,614)RQXU04E,16618.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305686,523)LEMDAT04,16619.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291519,377)ZM56704,16620.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292801,999)PMXX04M,16621.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291523,651)PMXX04M,16622.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302840,387)RMZU04,16623.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288107,421)KWUR404E,16624.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306384,224)LELVU04,16625.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263601,1475)YB3EH04A,16626.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295732,33)LEMDAT04,16627.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287631,494)LELVL04M,16628.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280021,261)YH5MH04M,16629.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295929,1117)RASI04M,16630.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306269,2513)MGY04,16631.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302456,124)LELVU04,16632.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294752,69)YB3EH04E,16633.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292587,401)ZM56704,16634.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297362,676)RNI04M,16635.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277917,83)BR404M,16636.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304486,165)LELVU04,16637.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286685,525)RQXSI04E,16638.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287700,5846)LGZAA04M,16639.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287527,363)KHVL104E,16640.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310512,160)LOVN1504,16641.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279318,600)LCES004M,16642.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279686,342)YBOLN04M,16643.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297145,596)LOVN1504,16644.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263206,1352)BR204M,16645.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281256,483)RMZU04,16646.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293565,3048)RNI04M,16647.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296939,1515)YB3EH04A,16648.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291082,650)LELVU04,16649.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279411,246)KHVL104E,16650.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295473,978)LELVU04,16651.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305828,430)LCES004,16652.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295608,895)EGNOR04M,16653.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316090,1903)LCES004,16654.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298480,213)RMZU04,16655.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279716,469)LELVU04,16656.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287536,501)LELVL04M,16657.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284797,280)YB3EH04E,16658.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296295,90)YB3EH04E,16659.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309473,570)LOVN1504,16660.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298502,1602)YB3EH04A,16661.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282882,358)KWUR404E,16662.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297867,983)RJIU04M,16663.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295231,570)LOVN1504,16664.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294690,3377)RVKWU04M,16665.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306922,112)LOVN1504,16666.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280278,1477)EHAMA04,16667.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296563,492)KWUR404E,16668.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276531,227)KHVL104E,16669.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297356,505)LGAVA04,16670.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289758,1331)LELVL04M,16671.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288145,133)YB3EH04E,16672.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300256,534)LOVN1504,16673.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295296,787)RQXSI04E,16674.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281485,697)LELVU04,16675.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295571,87)YB3EH04E,16676.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(283607,1534)PMXX04M,16677.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282986,89)YB3EH04E,16678.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285878,42)LGKFN04,16679.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283392,377)RQXU04E,16680.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294303,2147)YD5WH04M,16681.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286082,123)LELVU04,16682.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294442,367)LOVN1504,16683.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303790,273)LOVN1504,16684.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287018,1037)RQXSI04E,16685.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292354,497)RMZU04,16686.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295104,681)MM304,16687.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288725,533)LEMDAT04,16688.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263958,1268)LCES004,16689.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286328,83)YB3EH04E,16690.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287821,384)RMZSI04M,16691.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294770,125)YB3EH04E,16692.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281887,1086)LELVL04M,16693.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296481,90)YB3EH04E,16694.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311351,276)LOVN1504,16695.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279048,151)KHVL104E,16696.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292388,1208)RQXU04E,16697.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282720,645)KWUR404E,16698.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293168,257)RMZU04E,16699.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308125,1414)LCES004,16700.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294120,1122)RQXU04E,16701.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298646,2551)LGKFN04,16702.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294940,938)BR404M,16703.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292653,261)YBOLN04M,16704.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290342,1080)RJIU04M,16705.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306201,296)KSAL1204,16706.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305697,794)LEMDAT04,16707.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287288,814)KHVL104E,16708.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281854,403)KWUR404E,16709.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300988,1685)LOVN1504,16710.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306388,398)ZM56704,16711.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308410,351)RMZU04,16712.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294899,1268)PMXX04M,16713.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309200,1113)LCES004M,16714.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292091,610)LOVN1504,16715.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298306,682)LOVN1504,16716.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277703,647)KHVL104E,16717.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292483,1240)RVKWU04M,16718.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292714,109)RMZU04E,16719.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285794,645)RQXSI04E,16720.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283829,159)YBOLN04M,16721.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291377,2364)EG11G04M,16722.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278783,69)YB5KL04E,16723.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296261,1336)KWUR404E,16724.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298706,407)KSAL1204,16725.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305661,234)LOVN1504,16726.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307658,469)RMZU04,16727.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301058,780)LCES004M,16728.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289894,719)LCES004,16729.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279405,158)KFZ4404E,16730.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279899,141)KFZ4404E,16731.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289283,487)LEMDAT04,16732.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315232,1415)LCES004,16733.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285431,689)LGKFN04,16734.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281922,41)YB5KL04E,16735.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301088,960)LEMDAT04,16736.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288358,389)KWUR404E,16737.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304690,847)LOVN1504,16738.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296720,5)YB5KL04E,16739.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285393,187)YB5WH04M,16740.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298171,718)LELVU04,16741.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295794,958)LEMDAT04,16742.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298297,283)LOVN1504,16743.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286726,525)$YB5KL04E,16744.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294595,196)YB3EH04E,16745.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297113,1418)RJIU04M,16746.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303351,829)LELVU04,16747.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301673,1500)LCES004M,16748.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294611,1021)EGNOR04M,16749.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309790,1630)YB3EH04A,16750.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307025,1316)YB3EH04A,16751.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306307,596)RMZU04,16752.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295745,317)RNI04M,16753.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291484,88)RNS04M,16754.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296217,115)YB3EH04E,16755.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293901,1174)RQXU04E,16756.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293804,663)KSAL1204,16757.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279885,1500)EHAMA04,16758.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281090,17)EBBRA04E,16759.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285483,449)YB3EH04E,16760.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296473,1210)LCES004,16761.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284104,2575)EG11G04M,16762.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289872,881)KFZ4404M,16763.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316430,1050)LCES004,16764.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289172,753)LEMDAT04,16765.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305425,1018)GL34W04,16766.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304315,286)RMZU04,16767.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277924,189)YBOLN04M,16768.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315019,1836)EDGG704,16769.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282868,344)KWUR404E,16770.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290567,234)YB3EH04E,16771.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293092,436)RASI04M,16772.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309006,153)MAB3404A,16773.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263594,1805)LCES004M,16774.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263962,699)LCES004,16775.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298697,14)YB5WH04M,16776.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314538,1800)EDGG704,16777.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307870,24)GL34W04,16778.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296997,278)KSLN04M,16779.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295416,551)EGNOR04M,16780.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274564,955)RQXSI04E,16781.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288982,272)YB3EH04E,16782.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289436,202)KSLN2C04,16783.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298038,323)EDGG704,16784.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297505,805)RQXSI04E,16785.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304435,277)LELVU04,16786.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278598,910)EHAMA04,16787.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302875,650)LELVU04,16788.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282205,299)YB3EH04E,16789.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285372,254)YB3EH04E,16790.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318660,694)EDGG704,16791.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308855,370)YB3EH04A,16792.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294815,638)RMZU04,16793.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317920,1566)EDGG704,16794.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284868,253)KSLN04M,16795.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305867,1613)EDGG704,16796.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302970,700)LOVN1504,16797.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295319,265)RNI04M,16798.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307791,340)ZM56704,16799.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263329,51)BKED1204,16800.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301367,373)YB3EH04A,16801.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307617,243)LELVU04,16802.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287604,481)PMXX04M,16803.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303842,897)LELVU04,16804.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309573,1540)LCES004,16805.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(321498,2100)EDGG704,16806.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309462,665)LOVN1504,16807.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300815,682)LCES004M,16808.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304778,383)RNS04M,16809.p,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_x(287200,49)GL4W04M,16810.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287119,143)RNI04M,16811.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287704,150)YB3EH04E,16812.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295503,1328)RVKWU04M,16813.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284341,293)KSLN04M,16814.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279642,787)KHVL104E,16815.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280192,167)YH5MH04M,16816.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308432,280)RMZU04,16817.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292946,40)YB3EH04E,16818.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279621,832)KHVL104E,16819.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278871,710)YB3EH04E,16820.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295822,453)LEMDAT04,16821.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300097,1538)RJIU04M,16822.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288115,97)GL34W04,16823.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297636,1544)YB3EH04E,16824.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303077,340)ZM56704,16825.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280002,243)LELVU04,16826.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295723,1675)RVKWU04M,16827.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313102,190)LCES004,16828.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309203,547)YB3EH04A,16829.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289249,1670)PMXX04M,16830.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296260,402)KSAL1204,16831.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304979,5)YB3EH04A,16832.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286853,101)KSLN04M,16833.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293268,15)YB3EH04A,16834.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293549,488)RQXU04E,16835.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296963,79)LELVU04,16836.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288519,233)YB5WH04M,16837.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298577,131)RMZU04,16838.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309625,1674)MYY04A,16839.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302044,2110)MYY04A,16840.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301350,1003)RMZU04,16841.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307304,2722)MRAE04,16842.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294530,1292)RVKWU04M,16843.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294135,268)YB5WH04M,16844.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306251,559)RMZU04,16845.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311413,324)MAB3404A,16846.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263587,655)LCES004M,16847.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306718,425)LOVN1504,16848.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291048,796)LEMDAT04,16849.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307674,35)YB3EH04A,16850.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305548,790)LEMDAT04,16851.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286067,91)BR404M,16852.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284860,1702)RVKWU04M,16853.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313302,930)LCES004,16854.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277278,454)RASI04M,16855.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281881,16)RMZSI04,16856.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280283,145)YH5MH04M,16857.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295521,60)YB3EH04A,16858.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315763,2111)EDGG704,16859.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296640,667)KSAL1204,16860.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289587,1119)PMXX04M,16861.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301003,120)YB3EH04A,16862.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287468,169)GL4W04M,16863.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282278,401)KSPE1P04,16864.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311447,446)LGKFN04,16865.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284297,591)RQXSI04E,16866.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293927,263)KWUR404E,16867.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290803,870)KHVL104E,16868.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291906,2316)RVKWU04M,16869.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283452,2)RMZU04,16870.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295747,1721)YB3EH04A,16871.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277562,582)YH5MH04M,16872.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287140,1583)RVKWU04M,16873.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294421,232)RVKWU04M,16874.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297613,517)RQXSI04E,16875.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278123,211)EGNOR04M,16876.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292569,617)RJIU04M,16877.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291007,71)YB3EH04A,16878.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296107,68)RQXU04E,16879.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281824,1523)RVKWU04M,16880.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291521,743)LELVL04M,16881.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293929,503)RVKWU04M,16882.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318565,374)LELVL104,16883.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290650,1220)PMXX04M,16884.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298368,212)LOVN1504,16885.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277424,884)EHAMA04,16886.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308629,40)MAB04,16887.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303911,85)YB3EH04A,16888.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304483,889)LCES004,16889.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(270762,255)YB5WH04M,16890.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301342,2160)LCES004M,16891.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312192,610)MEK04,16892.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297697,155)KSLN2C04,16893.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297403,302)KSLN04M,16894.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308593,658)RMZU04,16895.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297374,977)RQXSI04E,16896.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275682,306)RFBRT04M,16897.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303665,3842)LCES004,16898.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293544,330)RQXSI04E,16899.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294111,466)LELVU04,16900.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284504,763)RQXSI04E,16901.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288740,701)RQXSI04E,16902.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293858,844)LELVL04M,16903.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287195,359)RFBRT04M,16904.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289901,613)RQXSI04E,16905.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300133,547)RQXSI04E,16906.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285112,236)KSLN04M,16907.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307987,202)LELVL104,16908.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278487,307)YH5MH04M,16909.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285688,649)RQXSI04E,16910.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309721,382)YB3EH04A,16911.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308743,545)EDGG704,16912.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300866,179)RMZU04,16913.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295728,348)YB5WH04M,16914.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280804,171)RMZU04E,16915.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277201,828)KHVL104E,16916.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279409,496)YH5MH04M,16917.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295428,80)RJIU04M,16918.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294791,256)LELVL04M,16919.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277591,870)RMZU04E,16920.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292092,164)KSLN04M,16921.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294365,134)RNI04M,16922.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297781,564)YB3EH04A,16923.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307733,598)LELVL104,16924.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294121,411)RVKWS04,16925.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287703,307)RNI04M,16926.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289238,1186)EGNOR04M,16927.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291554,314)YH5MH04M,16928.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290819,424)GL34W04,16929.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309172,2333)EDGG704,16930.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316618,844)LLBGA04L,16931.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297622,1216)YD5WH04M,16932.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304895,435)LOVN1504,16933.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294807,470)LCES004M,16934.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296180,701)RMZU04,16935.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289950,1)YB5WH04M,16936.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294925,1356)RVKWU04M,16937.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300045,334)KSPE104D,16938.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284114,95)RASI04M,16939.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278647,769)EHAMA04,16940.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304239,161)LELVL104,16941.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305802,1533)EDGG704,16942.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297234,261)YD5WH04M,16943.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290015,68)YD5WH04M,16944.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310303,1895)RMZU04,16945.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296550,1742)YB3EH04A,16946.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297075,5)YB3EH04E,16947.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291212,297)RVKWS04,16948.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278037,169)YD5WH04M,16949.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(268974,707)KSPE1P04,16950.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284206,335)RMZU04,16951.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317300,266)EDGG704,16952.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293561,563)RVKWU04M,16953.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292872,727)KSAL1204,16954.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301299,576)YB3EH04A,16955.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300848,207)LEBAS04M,16956.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275809,125)YD5WH04M,16957.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304557,803)LEMDAT04,16958.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284316,52)YD5WH04M,16959.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286575,325)LELVL04M,16960.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315081,1033)LCES004,16961.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289330,312)KSAL1204,16962.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263816,134)RMZU04,16963.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306710,106)LOVN1504,16964.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295550,466)LELVU04,16965.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(279817,60)EGNOR04M,16966.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289049,35)BR204M,16967.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283128,495)YB3EH04E,16968.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313899,216)KSAL1204,16969.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315428,415)LELVL104,16970.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279834,331)YH5MH04M,16971.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286844,365)KSPE104D,16972.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281755,29)YB3EH04A,16973.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286628,286)RMZU04E,16974.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295098,269)YB5KL04E,16975.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288191,627)KSPE1P04,16976.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295585,1350)YB3EH04A,16977.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302863,610)LEMDAT04,16978.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310127,646)YB3EH04A,16979.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286988,222)MM204,16980.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309899,50)YB3EH04A,16981.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291594,2477)EG11G04M,16982.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313298,425)GL34W04,16983.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284372,3)BR204M,16984.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263638,466)LEBAS04A,16985.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311949,45)MAB1204A,16986.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281905,519)YH5MH04M,16987.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295752,852)LEMDAT04,16988.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294701,277)KSAL1204,16989.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300174,701)RMZU04,16990.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285070,287)RMZU04E,16991.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302592,125)YD5WH04M,16992.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292439,379)EBEEC04M,16993.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303850,291)LOVN1504,16994.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288568,874)RQXSI04E,16995.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293074,908)RQXU04E,16996.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312354,551)MAB1204A,16997.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(301709,469)LCES004M,16998.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312097,1625)LCES004,16999.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294594,185)KSAL1204,17000.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308941,21)YB3EH04A,17001.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292693,74)KFZ4404M,17002.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293070,584)RNS04M,17003.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292534,250)YB3EH04A,17004.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302920,453)LELVL104,17005.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303049,347)ZM56704,17006.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302530,8)LEBAS04M,17007.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308366,55)YB3EH04A,17008.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286877,215)ZM56704,17009.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291417,371)RMZU04E,17010.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309547,478)LEBAS04A,17011.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290258,63)RQXU04E,17012.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312494,411)LOVN1504,17013.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294211,376)EG11G04M,17014.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295790,121)LEMDAT04,17015.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289655,402)RJIU04M,17016.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309072,413)EDGG704,17017.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295407,209)RJIU04M,17018.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279693,300)YH5MH04M,17019.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297904,962)LOVN1504,17020.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306962,11)ZM56704,17021.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282374,579)RVKWU04M,17022.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296131,263)RASI04M,17023.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290378,332)YD5WH04M,17024.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306171,328)LOVN1504,17025.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303253,5)GL34W04,17026.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294546,329)LOVN1504,17027.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306862,255)KSAL1204,17028.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305522,419)KSPE104D,17029.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281962,892)PMXX04M,17030.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304798,18)LEBAS04M,17031.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283734,221)KSLN04M,17032.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307055,370)YB3EH04A,17033.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295339,1181)RVKWU04M,17034.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283414,276)YB3EH04E,17035.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296960,328)MRAEE04,17036.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317644,276)MRAEE04,17037.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295127,104)YB3EH04A,17038.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276959,458)PMXX04M,17039.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306868,404)KSLN04A,17040.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291267,511)RNS04M,17041.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307461,139)RJIU04M,17042.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312442,526)LEBAS04A,17043.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280807,26)KFZ4404M,17044.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309070,120)EDGG704,17045.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(270609,149)KFZ4404E,17046.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287579,911)RQXSI04E,17047.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295599,101)MM304,17048.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271601,1898)$RVKWU04M,17049.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306139,407)LOVN1504,17050.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311478,668)LELVL104,17051.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277434,602)EG11G04M,17052.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306187,150)LOVN1504,17053.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295862,382)RFBRT04M,17054.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301601,371)LOVN1504,17055.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277167,300)$KHVL104E,17056.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307846,360)RMZU04,17057.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280203,211)RMZU04,17058.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284722,281)RJIU04M,17059.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301656,253)RNI04M,17060.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307060,30)LELVU04,17061.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289999,199)PMXX04M,17062.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301477,1422)MRAE04,17063.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296317,39)YB3EH04A,17064.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288954,120)KHVL104E,17065.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292940,2398)EDGG704,17066.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308308,680)YB3EH04A,17067.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(285870,1091)RVKWU04M,17068.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308505,179)YB3EH04A,17069.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301879,166)LELVL104,17070.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308533,457)EDGG704,17071.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292413,1063)KWUR404E,17072.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291739,346)KSLN04A,17073.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263168,65)RFBRT04M,17074.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290447,292)LEBAS04M,17075.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277243,24)KSPE1P04,17076.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296946,232)GL4W04M,17077.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280587,1037)RVKWU04M,17078.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310570,125)KSLN04A,17079.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304857,161)KSAL1204,17080.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296407,94)YB3EH04A,17081.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291159,39)KFZ4404M,17082.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306570,1750)YB3EH04A,17083.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284038,19)LELVL04M,17084.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290871,40)KFZ4404M,17085.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308248,289)YB3EH04A,17086.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288250,29)YB3EH04E,17087.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285040,266)RASI04M,17088.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310901,368)YB3EH04A,17089.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273554,220)EBEEC04M,17090.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288684,658)YH5MH04M,17091.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287978,587)YH5MH04M,17092.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295295,9)KSAL1204,17093.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293965,122)RVKWS04,17094.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291971,312)YB3EH04A,17095.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288957,487)LEMDAT04,17096.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287319,71)EBEEC04M,17097.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291514,279)YB3EH04E,17098.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285875,114)EBEEC04M,17099.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295273,436)EG11G04M,17100.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279735,116)KSPE1P04,17101.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294997,217)RMZU04E,17102.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277803,273)YH5MH04M,17103.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284700,442)$KWUR404E,17104.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308947,86)YB3EH04A,17105.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289675,136)KHVL104E,17106.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307018,635)RMZSI04,17107.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289595,306)YBOLN04M,17108.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305896,105)LELVL104,17109.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291224,344)KSLN04M,17110.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301145,203)YB3EH04A,17111.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301287,728)BKED1204,17112.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310199,168)MRAEE04,17113.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309311,15)YB3EH04A,17114.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282176,384)RMZU04E,17115.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294025,505)RQXU04E,17116.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300140,356)RMZU04,17117.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276210,97)KHVL104E,17118.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285360,24)LELVL04M,17119.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291615,66)YB5WH04M,17120.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300142,37)RNI04M,17121.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277533,2)KSPE1P04,17122.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316061,1119)LLBGA04L,17123.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287372,720)KSPE1P04,17124.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302536,111)RMZU04,17125.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298333,373)KSPE104D,17126.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311856,3939)MEK04,17127.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307726,2744)$MYY04A,17128.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308914,2203)$MYY04A,17129.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307182,3302)MRAEE04,17130.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304696,409)$MYY04A,17131.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289828,3000)MGY04,17132.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296194,2341)MGY04,17133.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289277,264)YB5KL04E,17134.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305585,2179)$MYY04A,17135.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308371,2208)$MYY04A,17136.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308336,2304)$MYY04A,17137.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285585,2505)$MYY04A,17138.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314823,2514)$MYY04A,17139.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302711,2704)$MYY04A,17140.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297818,2754)$MYY04A,17141.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295283,5406)MAB04,17142.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302006,2778)$MYY04A,17143.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302616,379)MGY04,17144.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305425,2797)MGY04,17145.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307845,44)MGY04,17146.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308511,1717)MGY04,17147.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314186,1599)MGY04,17148.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315366,116)MGY04,17149.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311151,4172)MRAEE04,17150.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289843,138)MAB04,17151.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290550,1080)MGY04,17152.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303263,1801)$MYY04A,17153.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302138,2615)$MYY04A,17154.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314402,2741)MRAEE04,17155.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290566,1678)MGY04,17156.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309693,71)MGY04,17157.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289863,1741)MGY04,17158.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305823,453)$MYY04A,17159.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309711,1552)$MYY04A,17160.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308751,231)MGY04,17161.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306069,1297)MGY04,17162.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311878,418)$MYY04A,17163.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310502,1218)$MYY04A,17164.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307285,508)MGY04,17165.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289192,1320)MGY04,17166.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303416,1371)MGY04,17167.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294548,1615)MGY04,17168.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309103,2246)MGY04,17169.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306677,1620)$MYY04A,17170.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301297,323)MEK04,17171.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303208,1786)MEK04,17172.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301260,623)MEK04,17173.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312369,947)MAB1204A,17174.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295562,2202)RQXSI04E,17175.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302361,659)MAB04,17176.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289013,1052)MEK04,17177.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280274,2798)RQXI04E,17178.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287980,3364)RQXSI04E,17179.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283272,2307)RQXI04E,17180.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311255,604)MAB1204A,17181.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312085,1640)MEK04,17182.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303350,1690)MEK04,17183.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314563,409)MGY04,17184.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307779,993)MEK04,17185.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309190,455)MGY04,17186.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301142,1639)MEK04,17187.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305354,1114)MEK04,17188.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309959,1412)MGY04,17189.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295528,1472)RQXI04E,17190.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285575,1554)RQXSI04E,17191.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306829,2845)$MYY04A,17192.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286897,2381)EBBRA04E,17193.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309577,963)MEK04,17194.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307979,1717)MEK04,17195.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302844,1745)MEK04,17196.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285949,2586)EBBRA04E,17197.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282859,2559)RQXSI04E,17198.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312503,1489)MAB3404A,17199.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291009,3342)RQXSI04E,17200.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285782,831)RQXSI04E,17201.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285766,850)RQXSI04E,17202.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282480,1777)RQXSI04E,17203.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306530,2971)MRAEE04,17204.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283751,978)RQXI04E,17205.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280706,1182)RQXSI04E,17206.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294736,2562)RQXSI04E,17207.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282492,3672)LELVL04M,17208.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306563,114)MGY04,17209.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291957,3719)YBOLN04M,17210.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304258,745)MEK04,17211.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303728,98)YB3EH04E,17212.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318516,347)MAB04,17213.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317360,507)MRAEE04,17214.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303818,1145)MAB04,17215.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318187,295)MRAEE04,17216.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304422,2081)MRAEE04,17217.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288914,1568)MAB04,17218.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288915,1569)MAB04,17219.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280252,2874)PMXX04M,17220.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309099,1042)MRAEE04,17221.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304450,313)MRAEE04,17222.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289673,1299)MRAEE04,17223.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306499,2378)MGY04,17224.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294276,2816)RQXU04E,17225.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283688,726)RQXSI04E,17226.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304114,2380)$MYY04A,17227.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313717,1421)MRAEE04,17228.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311329,625)MEK04,17229.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304380,1445)MRAEE04,17230.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282313,3115)RQXSI04E,17231.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307696,210)MAB04,17232.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296253,1547)MRAEE04,17233.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309695,1551)MRAEE04,17234.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284154,157)RQXSI04E,17235.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311998,1615)MRAEE04,17236.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311706,1291)MEK04,17237.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292270,48)YB5KL04E,17238.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310096,1317)MEK04,17239.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287205,46)YB5KL04E,17240.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311650,1369)MEK04,17241.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309016,139)MGY04,17242.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312020,374)MAB04,17243.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287924,340)LELVL04M,17244.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318112,53)MAB04,17245.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311697,1860)EDGG704,17246.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292383,1897)EDGG704,17247.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315544,1910)EDGG704,17248.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310005,3516)EDGG704,17249.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317851,1940)EDGG704,17250.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312800,2080)EDGG704,17251.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313638,3628)EDGG704,17252.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289989,2092)EDGG704,17253.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307990,3802)EDGG704,17254.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316538,2120)EDGG704,17255.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305584,582)MGY04,17256.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291305,2168)EDGG704,17257.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281925,85)EBBRA04E,17258.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309625,1757)$MYY04A,17259.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(293957,87)RNI04M,17260.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310438,2236)EDGG704,17261.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317991,3822)EDGG704,17262.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314573,2300)EDGG704,17263.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303529,4008)EDGG704,17264.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303612,3043)KSPE104D,17265.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296307,69)RNI04M,17266.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290082,81)RNI04M,17267.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309557,4079)EDGG704,17268.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288253,68)RNI04M,17269.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314889,2473)EDGG704,17270.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300621,3470)LCES004,17271.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308077,4165)EDGG704,17272.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303814,2473)EDGG704,17273.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263862,3501)LCES004,17274.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307481,429)MGY04,17275.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301070,4288)EDGG704,17276.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298528,2541)LCES004,17277.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306405,2512)EDGG704,17278.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311443,4446)EDGG704,17279.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263926,624)MGY04,17280.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313569,2481)LCES004,17281.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313068,2727)LCES004,17282.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307410,405)MGY04,17283.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263439,2198)YB3EH04A,17284.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287040,121)RNI04M,17285.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312199,2361)LCES004,17286.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310724,59)GL34W04,17287.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317111,2667)EDGG704,17288.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290578,205)RNI04M,17289.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314172,4490)EDGG704,17290.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286762,529)RJIU04M,17291.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296953,2146)LCES004,17292.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(322722,2689)EDGG704,17293.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289655,578)RJIU04M,17294.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303592,417)MGY04,17295.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290343,647)RJIU04M,17296.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311284,3561)LCES004,17297.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312999,4508)EDGG704,17298.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297164,358)RNI04M,17299.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309210,2791)EDGG704,17300.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289136,650)RJIU04M,17301.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290967,670)RJIU04M,17302.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291257,2846)EDGG704,17303.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286071,4534)EDGG704,17304.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297402,5115)KSPE104D,17305.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290090,3146)EDGG704,17306.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290215,1174)LELVL04M,17307.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298180,343)RNI04M,17308.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310761,4593)EDGG704,17309.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287937,1253)RJIU04M,17310.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291038,3149)EDGG704,17311.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290480,1061)RJIU04M,17312.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300445,4048)LCES004,17313.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294756,1096)RJIU04M,17314.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290219,12)MGY04,17315.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308945,3156)EDGG704,17316.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300762,4700)EDGG704,17317.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300064,1099)RJIU04M,17318.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310674,493)MRAEE04,17319.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288529,1289)RJIU04M,17320.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312674,4161)LCES004,17321.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292683,1144)YBOLN04M,17322.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295238,1286)RJIU04M,17323.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288421,40)YB5WH04M,17324.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305462,3246)EDGG704,17325.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303195,1290)MRAE04,17326.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313433,1297)MRAE04,17327.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308449,1488)MRAE04,17328.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297867,1159)RJIU04M,17329.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308892,204)MGY04,17330.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295508,63)MAB04,17331.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309011,1490)MRAE04,17332.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302758,1313)RJIU04M,17333.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263612,4342)LCES004,17334.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312707,1661)MRAE04,17335.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315748,3279)EDGG704,17336.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293126,1627)EGPFA04,17337.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290342,1256)RJIU04M,17338.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290367,1822)MRAE04,17339.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298434,4438)LCES004,17340.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312762,1891)MRAE04,17341.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263306,4701)LCES004,17342.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307626,1618)MRAE04,17343.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298038,5223)EDGG704,17344.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289684,4728)EDGG704,17345.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309588,1948)MRAE04,17346.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294816,1075)KFZ4404E,17347.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289759,5122)EDGG704,17348.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304583,1841)MRAE04,17349.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304230,3397)EDGG704,17350.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290116,4945)EDGG704,17351.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297113,1594)RJIU04M,17352.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312015,4761)LCES004,17353.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313003,1162)MRAE04,17354.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316916,3449)EDGG704,17355.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300642,2037)MRAE04,17356.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306346,5599)LCES004,17357.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307712,5383)EDGG704,17358.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300097,1714)RJIU04M,17359.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308647,829)MRAE04,17360.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307264,6221)LCES004,17361.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287119,1725)RJIU04M,17362.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315991,3470)EDGG704,17363.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311757,5901)LCES004,17364.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313701,685)MGY04,17365.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290666,772)MGY04,17366.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303506,6441)LCES004,17367.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263580,6214)LCES004,17368.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311155,6487)LCES004,17369.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(320214,279)MRAE04,17370.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309981,5284)MRAE04,17371.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317300,5466)EDGG704,17372.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301760,3381)MAB04,17373.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314600,3888)EDGG704,17374.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303423,5600)EDGG704,17375.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312066,1602)EDGG704,17376.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307153,6672)LCES004,17377.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292569,1934)RJIU04M,17378.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310618,3396)MRAE04,17379.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317443,1499)MRAE04,17380.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305754,776)MRAE04,17381.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290061,7020)EDGG704,17382.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314847,614)MGY04,17383.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308533,5657)EDGG704,17384.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313344,2117)MRAE04,17385.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304862,620)MGY04,17386.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298578,3897)MRAE04,17387.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310082,5688)EDGG704,17388.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(293445,10)RNI04M,17389.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317116,2291)MRAE04,17390.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309317,3762)MRAE04,17391.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303148,3149)MRAE04,17392.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289347,2622)MRAE04,17393.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302531,1997)RJIU04M,17394.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310475,6861)LCES004,17395.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309070,5720)EDGG704,17396.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294556,2007)RJIU04M,17397.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285664,6957)LCES004,17398.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(319288,2797)MRAE04,17399.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307135,5724)EDGG704,17400.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292050,2094)RJIU04M,17401.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311071,5786)EDGG704,17402.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293252,276)RNI04M,17403.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(309583,2797)MRAE04,17404.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272695,2834)RQXSI04E,17405.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297852,2138)RJIU04M,17406.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306120,34)MEK04,17407.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304262,81)MGY04,17408.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311840,7101)LCES004,17409.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306669,2857)MRAE04,17410.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311440,2792)MRAE04,17411.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290858,135)RNI04M,17412.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290406,2111)RJIU04M,17413.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286569,4038)EBBRA04E,17414.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298704,3169)MRAE04,17415.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308021,107)MEK04,17416.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291024,253)RQXSI04E,17417.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312682,2917)MRAE04,17418.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291218,309)RQXI04E,17419.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300356,2386)RJIU04M,17420.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293188,2253)RJIU04M,17421.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307231,2906)MGY04,17422.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292107,397)RQXI04E,17423.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298116,2316)RJIU04M,17424.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307304,3397)MRAE04,17425.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311108,7101)LCES004,17426.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291100,1076)RQXSI04E,17427.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287891,2470)RJIU04M,17428.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293521,1081)BR404M,17429.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295329,1199)YB5WH04M,17430.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289354,4125)RJIU04M,17431.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278162,1107)YBOLN04M,17432.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311838,7119)LCES004,17433.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311954,2934)MRAE04,17434.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292297,2519)RJIU04M,17435.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314075,3697)MRAE04,17436.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285863,4108)YH5MH04M,17437.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308769,3097)MRAE04,17438.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317924,3937)MRAE04,17439.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295153,1256)YB5WH04M,17440.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305798,7161)LCES004,17441.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293647,2733)RJIU04M,17442.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293530,775)RJIU04M,17443.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292265,4318)RJIU04M,17444.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306269,3217)MGY04,17445.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306769,479)MAB1204A,17446.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307745,15)GL34W04,17447.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300666,7207)LCES004,17448.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294284,456)MYY04A,17449.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301556,86)MYY04A,17450.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263593,8411)KWUR1C04,17451.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301303,354)MYY04A,17452.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301161,469)MYY04A,17453.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291018,250)MAB3404A,17454.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304051,544)MYY04A,17455.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263931,227)MYY04A,17456.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273072,2344)RQXSI04E,17457.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(264033,400)MYY04A,17458.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316446,543)GL34W04,17459.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305276,324)MAB3404A,17460.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298006,3571)RJIU04M,17461.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312036,500)MAB3404A,17462.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313054,407)MAB1204A,17463.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290076,4835)RJIU04M,17464.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289455,2773)RJIU04M,17465.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289318,4238)RJIU04M,17466.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311312,132)MEK04,17467.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290574,4829)RJIU04M,17468.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281059,1058)YB5KL04E,17469.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293570,785)YB5WH04M,17470.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292550,4164)RJIU04M,17471.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311542,7217)LCES004,17472.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295927,2781)RJIU04M,17473.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295966,1089)YB5WH04M,17474.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293534,5209)RJIU04M,17475.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287158,54)YBOLN04M,17476.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289232,3822)RJIU04M,17477.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291847,243)YB5WH04M,17478.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285818,105)YBOLN04M,17479.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305510,733)MRAEE04,17480.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295063,117)YBOLN04M,17481.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287016,166)YBOLN04M,17482.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311886,7401)LCES004,17483.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283343,377)YB5KL04E,17484.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292989,437)YB5KL04E,17485.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283333,772)YB5WH04M,17486.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302301,1352)MAB1204A,17487.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292257,1529)RQXSI04E,17488.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292245,5312)RJIU04M,17489.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296406,3529)RJIU04M,17490.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290635,541)RQXI04E,17491.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304456,2988)RJIU04M,17492.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292808,4061)RJIU04M,17493.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280245,761)RQXU04E,17494.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282954,2404)RQXSI04E,17495.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303377,745)MAB1204A,17496.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272266,2229)RQXSI04E,17497.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290776,3080)RJIU04M,17498.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276837,3334)RJIU04M,17499.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288765,555)RQXI04E,17500.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(270468,149)YBOLN04M,17501.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300578,274)MEK04,17502.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289978,3598)RJIU04M,17503.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306902,751)MEK04,17504.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311850,169)MGY04,17505.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272287,103)RMZU04E,17506.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289457,3269)RJIU04M,17507.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311073,5191)MEK04,17508.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310647,4125)$MYY04A,17509.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308624,7994)LCES004,17510.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289563,4622)RJIU04M,17511.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280221,1358)YB5KL04E,17512.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281349,3352)RQXSI04E,17513.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277826,3249)RJIU04M,17514.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287438,447)RNI04M,17515.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288696,505)RNI04M,17516.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293889,5487)RJIU04M,17517.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294327,4217)RJIU04M,17518.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280579,186)EGNOR04M,17519.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310272,7761)LCES004,17520.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279241,774)EGNOR04M,17521.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287081,2081)LGSRA04,17522.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285826,438)YB5KL04E,17523.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308743,8645)EDGG704,17524.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309780,8061)LCES004,17525.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296646,7461)LCES004,17526.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263640,7536)LCES004,17527.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294908,796)YB5WH04M,17528.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263922,78)GL34W04,17529.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287347,4600)$MYY04A,17530.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312879,2061)LCES004,17531.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296157,212)RQXSI04E,17532.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289314,695)YB5WH04M,17533.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295532,4519)RJIU04M,17534.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288693,4532)RJIU04M,17535.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312583,2664)LCES004,17536.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284028,272)RQXSI04E,17537.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304944,434)MAB1204A,17538.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312895,2664)LCES004,17539.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307679,8594)LCES004,17540.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291819,717)EGNOR04M,17541.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294654,572)RQXSI04E,17542.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281346,452)RQXSI04E,17543.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263866,2690)LCES004,17544.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281749,404)YB5WH04M,17545.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(271214,103)RMZU04E,17546.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309006,324)MAB3404A,17547.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271616,140)RQXSI04E,17548.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304054,4772)ZM56704,17549.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283140,281)YBOLN04M,17550.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288411,246)YBOLN04M,17551.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307498,2116)LCES004,17552.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288631,288)YBOLN04M,17553.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292153,100)YB5WH04M,17554.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288992,5591)RJIU04M,17555.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300050,4156)GL4W04M,17556.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286180,386)YB5KL04E,17557.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312659,0),17558.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272249,1226)EGNOR04M,17559.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289805,1950)YBOLN04M,17560.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294944,199)YB5WH04M,17561.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302424,1344)MYY04A,17562.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273386,528)EGNOR04M,17563.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303203,2910)LCES004,17564.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295546,742)EGNOR04M,17565.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293565,4999)RJIU04M,17566.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263921,2679)LCES004,17567.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307870,1449)GL34W04,17568.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295131,875)KFZ4404E,17569.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314108,2197)LCES004,17570.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308629,112)MAB04,17571.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289007,734)RQXU04E,17572.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278149,733)EGNOR04M,17573.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292494,692)RQXSI04E,17574.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284417,663)EGNOR04M,17575.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308507,7761)LCES004,17576.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(269896,72)EBBRA04E,17577.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294001,1955)RJIU04M,17578.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312881,3313)$MYY04A,17579.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283102,1462)YB5KL04E,17580.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298574,3703)YB3EH04E,17581.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314699,2179)LCES004,17582.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292417,8116)LCES004,17583.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294613,591)LELVL04M,17584.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289367,648)RQXSI04E,17585.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297929,1070)EGNOR04M,17586.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297335,4606)EGPFA04,17587.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310158,1699)LCES004,17588.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308966,9)KWUR1C04,17589.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291104,2368)LCES004,17590.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297507,587)RQXSI04E,17591.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287241,689)MAB1204A,17592.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(267696,0),17593.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305560,4042)$MYY04A,17594.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274577,1002)RQXSI04E,17595.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290247,157)YBOLN04M,17596.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290680,4745)LGSRA04,17597.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290037,2815)RJIU04M,17598.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285506,744)YB5KL04E,17599.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293354,9)YBOLN04M,17600.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307728,660)MAB1204A,17601.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286963,1009)RQXSI04E,17602.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304722,689)MAB1204A,17603.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288792,164)YB5WH04M,17604.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312825,2629)LCES004,17605.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284313,1180)RQXSI04E,17606.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309414,2503)LCES004,17607.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312773,846)GL34W04,17608.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294004,1340)YB5WH04M,17609.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282784,937)RQXSI04E,17610.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303717,1235)LGZAA04M,17611.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296238,4965)RJIU04M,17612.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291843,5880)RJIU04M,17613.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294610,180)RQXU04E,17614.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285042,1564)LELVL04M,17615.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289440,268)MRAEE04,17616.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284933,1538)RQXSI04E,17617.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286771,666)GL34W04,17618.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304761,428)MAB1204A,17619.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296062,1380)RQXSI04E,17620.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298471,5281)LGKFN04,17621.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281983,1086)YB5WH04M,17622.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292405,84)RMZU04E,17623.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293571,238)RQXU04E,17624.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301431,445)EGNOR04M,17625.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293468,5731)RJIU04M,17626.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294005,5282)RJIU04M,17627.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308622,1851)LCES004,17628.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293444,1399)YB5WH04M,17629.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288723,607)YB3EH04A,17630.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294541,5861)RJIU04M,17631.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311727,3996)MRAE04,17632.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287201,167)YBOLN04M,17633.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302317,1057)LGKFN04,17634.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284810,5280)RQXSI04E,17635.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284786,267)RQXU04E,17636.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280645,187)YBOLN04M,17637.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304871,74)MEK04,17638.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297984,1871)KSLN04A,17639.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271211,1391)RQXSI04E,17640.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304615,352)MRAEE04,17641.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287358,1122)RQXSI04E,17642.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313540,1525)LCES004,17643.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302879,5069)MAB04,17644.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295514,1943)YB3EH04A,17645.p,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_x(301843,1176)LGKFN04,17646.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281466,1191)EGNOR04M,17647.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297370,348)YB3EH04A,17648.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305542,499)MRAEE04,17649.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307055,416)YB3EH04A,17650.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308251,2911)LCES004,17651.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309978,1744)YB3EH04A,17652.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288381,2426)YD5WH04M,17653.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301867,1408)YB3EH04A,17654.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297546,1122)LGKFN04,17655.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295372,503)YB3EH04A,17656.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279339,365)YB5KL04E,17657.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263602,2220)LCES004,17658.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287143,356)RQXU04E,17659.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285241,5440)LGKFN04,17660.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295371,1432)RQXSI04E,17661.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313758,2160)LCES004,17662.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287329,547)RMZU04E,17663.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286743,917)LGKFN04,17664.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294472,2584)RASI04M,17665.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303692,1358)LGKFN04,17666.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280888,185)YB5WH04M,17667.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289716,887)LGKFN04,17668.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263004,1285)RQXSI04E,17669.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305283,1128)LGKFN04,17670.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297622,2089)YD5WH04M,17671.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287243,1148)GL4W04M,17672.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296922,823)LGKFN04,17673.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305535,162)RMZU04,17674.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289076,950)LGZAA04M,17675.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307190,816)LGKFN04,17676.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308003,618)YB3EH04A,17677.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284104,1068)YD5WH04M,17678.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301272,883)LGKFN04,17679.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290738,1177)EG11G04M,17680.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291724,119)YB3EH04E,17681.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292935,98)KSLN04M,17682.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298700,1148)YB3EH04A,17683.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291193,406)YB5KL04E,17684.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286627,519)YB3EH04E,17685.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278651,212)YB5KL04E,17686.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282046,1103)YB3EH04E,17687.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281174,544)YB5WH04M,17688.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281643,261)YB5KL04E,17689.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292152,284)LELVL04M,17690.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301968,1860)EG11G04M,17691.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292120,413)YB3EH04E,17692.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293657,1680)EG11G04M,17693.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302060,1860)EG11G04M,17694.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298397,699)YB3EH04A,17695.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287194,1505)RQXSI04E,17696.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308325,1123)LGKFN04,17697.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295920,217)RMZU04,17698.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294112,969)EG11G04M,17699.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(295585,11)YB3EH04A,17700.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295547,472)YB5WH04M,17701.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295287,1292)RQXSI04E,17702.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288692,802)YB5WH04M,17703.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282620,700)YB3EH04A,17704.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279279,423)YBOLN04M,17705.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292753,642)YB5WH04M,17706.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273004,1203)EGNOR04M,17707.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302661,2040)EG11G04M,17708.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305887,2096)LCES004,17709.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314808,488)MRAEE04,17710.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300137,334)RMZU04,17711.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305171,436)RMZU04,17712.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294686,116)YB3EH04E,17713.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282259,579)YB5WH04M,17714.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288522,242)YB3EH04E,17715.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280810,501)RMZU04,17716.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(270762,414)YB5WH04M,17717.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292487,157)KSLN04M,17718.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292231,1652)EG11G04M,17719.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291577,1271)EGNOR04M,17720.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291798,321)RMZU04,17721.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289502,1907)YD5WH04M,17722.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296918,409)RQXU04E,17723.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306413,1408)LGKFN04,17724.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303684,549)MRAEE04,17725.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288401,1277)EGNOR04M,17726.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305803,258)KWUR1C04,17727.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282890,1892)EGNOR04M,17728.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307860,787)YB3EH04A,17729.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277936,1630)LGKFN04,17730.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277591,340)YB5KL04E,17731.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292451,37)YBOLN04M,17732.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272849,1622)LGKFN04,17733.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277190,2151)EG11G04M,17734.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316314,401)KWUR1C04,17735.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296754,1723)LGKFN04,17736.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303314,2185)EG11G04M,17737.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278067,2399)EG11G04M,17738.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295519,924)YB3EH04A,17739.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297977,1225)EGNOR04M,17740.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286277,1229)PMXX04M,17741.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279686,658)YBOLN04M,17742.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287193,1550)RQXSI04E,17743.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302366,44)MEK04,17744.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283562,1511)PMXX04M,17745.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288341,413)KWUR1C04,17746.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278885,797)RMZU04E,17747.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294580,300)MAB04,17748.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303930,950)YB3EH04A,17749.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280458,139)EBEEC04M,17750.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293927,371)YBOLN04M,17751.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297974,970)YB3EH04A,17752.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297157,1826)LGKFN04,17753.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292099,1311)EGNOR04M,17754.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287524,1236)LGKFN04,17755.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301759,1806)KCHI104M,17756.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286404,952)PMXX04M,17757.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295098,386)YB5KL04E,17758.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282645,248)RQXU04E,17759.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295328,960)RQXSI04E,17760.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302874,5083)MRAEE04,17761.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287736,932)PMXX04M,17762.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312912,557)MAB1204A,17763.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291312,5466)LGSRA04,17764.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308239,509)KWUR1C04,17765.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293009,2460)$YB5WH04M,17766.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294674,231)EBEEC04M,17767.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288927,921)KFZ4404M,17768.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(264013,254)MAB3404A,17769.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298617,242)KWUR404E,17770.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310392,8496)LCES004,17771.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283042,162)LGKFN04,17772.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283464,1035)YB3EH04A,17773.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263515,1087)LGKFN04,17774.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283468,920)RQXSI04E,17775.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(264011,2944)LCES004,17776.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307878,633)KWUR1C04,17777.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292214,528)YB5KL04E,17778.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286625,507)PMXX04M,17779.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314223,2310)LCES004,17780.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292666,1719)YB5KL04E,17781.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298588,1165)LGKFN04,17782.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301721,428)LGKFN04,17783.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284631,1560)RQXSI04E,17784.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295428,3323)EGPFA04,17785.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292544,632)EG11G04M,17786.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306995,1005)YB3EH04A,17787.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291027,739)YBOLN04M,17788.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296840,1040)YB3EH04A,17789.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289894,1750)LCES004,17790.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288405,692)PMXX04M,17791.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301074,396)LGKFN04,17792.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292436,1428)EG11G04M,17793.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306751,646)KWUR1C04,17794.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282657,826)YBOLN04M,17795.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285990,288)EBEEC04M,17796.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303929,2026)KSLN04M,17797.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291994,1674)YB5KL04E,17798.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300521,275)GL34W04,17799.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292653,211)EBBRA04E,17800.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263860,1983)LCES004,17801.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304825,675)LEMDAT04,17802.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271099,728)YB5WH04M,17803.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310560,1350)LCES004,17804.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303550,4006)LGZAA04M,17805.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291367,897)$YD5WH04M,17806.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280212,2363)LGKFN04,17807.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281048,2010)LGKFN04,17808.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295292,1040)YB3EH04A,17809.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292178,2047)EGNOR04M,17810.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289240,944)EG11G04M,17811.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307158,401)MRAEE04,17812.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291579,5483)RJIU04M,17813.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311285,1524)LCES004,17814.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301524,293)MGY04,17815.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290019,697)KWUR1C04,17816.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283526,747)KFZ4404M,17817.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283607,1329)PMXX04M,17818.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291528,518)YB5WH04M,17819.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279431,100)YBOLN04M,17820.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290819,499)GL34W04,17821.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292251,1117)YB3EH04A,17822.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282660,1534)PMXX04M,17823.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285189,1324)RVKWU04M,17824.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283559,1995)LGKFN04,17825.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312097,1110)LCES004,17826.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289945,2025)LGKFN04,17827.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280396,56)YBOLN04M,17828.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287785,1069)KFZ4404M,17829.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289566,1963)LGKFN04,17830.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279011,871)LGKFN04,17831.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317008,3973)MRAE04,17832.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313298,500)GL34W04,17833.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286616,1676)RVKWU04M,17834.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295936,986)YB5KL04E,17835.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304780,752)KWUR1C04,17836.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291353,3030)RQXSI04E,17837.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288404,433)YBOLN04M,17838.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296923,300)YB3EH04E,17839.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301501,1145)LCES004,17840.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293539,1759)RVKWU04M,17841.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293177,2252)EG11G04M,17842.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294518,2192)EG11G04M,17843.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277463,2065)LGKFN04,17844.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291078,400)YB5KL04E,17845.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297572,2256)RVKWU04M,17846.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281483,1413)EGNOR04M,17847.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301590,1124)LGKFN04,17848.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284357,1789)RVKWU04M,17849.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284380,2052)EGNOR04M,17850.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286582,1592)PMXX04M,17851.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309573,2400)LCES004,17852.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281290,551)RMZU04E,17853.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301972,1486)YB3EH04A,17854.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283706,240)YB3EH04E,17855.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305030,766)KWUR1C04,17856.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291189,1852)RVKWU04M,17857.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287660,1575)EG11G04M,17858.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295656,1532)RQXSI04E,17859.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263962,1043)LCES004,17860.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295700,1112)RQXSI04E,17861.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276307,2067)LGKFN04,17862.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287489,1294)YB3EH04A,17863.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311265,2540)LCES004,17864.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293116,3216)RVKWU04M,17865.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294193,1344)LGKFN04,17866.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302643,2256)EG11G04M,17867.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291031,2097)EG11G04M,17868.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283750,1620)EG11G04M,17869.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289164,4391)RJIU04M,17870.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301059,517)GL34W04,17871.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306846,850)KWUR1C04,17872.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279142,649)YB5KL04E,17873.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297119,1600)EGNOR04M,17874.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293096,1051)YB3EH04E,17875.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295274,34)RNI04M,17876.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280607,236)YB5WH04M,17877.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287904,1116)LGKFN04,17878.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275522,371)PMXX04M,17879.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281091,1305)YB3EH04A,17880.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286415,25)EBEEC04M,17881.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302135,1010)EG11G04M,17882.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283921,2194)EGNOR04M,17883.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296158,476)YB5WH04M,17884.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283259,1853)EGNOR04M,17885.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286461,352)YB3EH04E,17886.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292908,1500)YD5WH04M,17887.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289911,566)PMXX04M,17888.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273048,1717)YB5WH04M,17889.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291968,530)EG11G04M,17890.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289587,296)PMXX04M,17891.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294433,2263)RVKWU04M,17892.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277313,366)YBOLN04M,17893.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295343,2196)RVKWU04M,17894.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290491,520)RNI04M,17895.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281487,47)RMZU04E,17896.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306308,962)KWUR1C04,17897.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293168,1232)RQXU04E,17898.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294048,542)RMZU04E,17899.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278783,11)YB5KL04E,17900.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312938,564)LCES004,17901.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295886,2072)EG11G04M,17902.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289288,521)PMXX04M,17903.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290667,558)GL34W04,17904.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294552,3870)EGNOR04M,17905.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295224,77)RQXU04E,17906.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298266,2083)LGKFN04,17907.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313875,747)LCES004,17908.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297125,446)YB3EH04E,17909.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297368,401)LGAVA04,17910.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275270,3669)YB3EH04E,17911.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277472,561)EG11G04M,17912.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296896,4934)LGZAA04M,17913.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284467,335)RMZU04E,17914.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310539,1185)YB3EH04A,17915.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292026,610)LELVL04M,17916.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292388,865)RQXU04E,17917.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282099,1697)EG11G04M,17918.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294406,1740)RQXSI04E,17919.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292992,2415)EG11G04M,17920.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276122,2048)EG11G04M,17921.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298418,202)YBOLN04M,17922.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304007,890)EG11G04M,17923.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297062,480)YB3EH04E,17924.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286715,884)YB5WH04M,17925.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302667,543)LGAVA04,17926.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310282,8604)LCES004,17927.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285862,104)RMZU04E,17928.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294773,393)YBOLN04M,17929.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295116,1045)RQXU04E,17930.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283258,580)RMZU04E,17931.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294706,1118)MM304,17932.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283256,1861)EGNOR04M,17933.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290752,395)LELVU04,17934.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289705,780)YB3EH04E,17935.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305816,32)MAB1204A,17936.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303035,985)KWUR1C04,17937.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293156,1105)RQXU04E,17938.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284894,404)PMXX04M,17939.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291264,1902)PMXX04M,17940.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297636,1021)KWUR404E,17941.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287011,698)RMZU04E,17942.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290892,304)YB5WH04M,17943.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290568,909)LEBAS04M,17944.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295754,1163)LEMDAT04,17945.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294857,393)YBOLN04M,17946.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293362,143)RNI04M,17947.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290681,1082)YBOLN04M,17948.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287817,1455)LGKFN04,17949.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288989,2427)$RMZSI04M,17950.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296227,560)LGAVA04,17951.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288154,729)PMXX04M,17952.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287111,607)EGNOR04M,17953.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287749,4754)LGZAA04M,17954.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292672,1045)RQXU04E,17955.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297442,2252)EG11G04M,17956.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295734,1229)LEMDAT04,17957.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280430,1894)LGKFN04,17958.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302136,93)BR404M,17959.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283823,610)YB3EH04E,17960.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296992,540)YB3EH04E,17961.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296289,1069)KWUR1C04,17962.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307460,5)MAB04,17963.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314236,925)LCES004,17964.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292439,482)EBEEC04M,17965.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284839,333)RASI04M,17966.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295893,1147)LEMDAT04,17967.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284595,634)RQXSI04E,17968.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308125,2273)LCES004,17969.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293964,859)RMZU04E,17970.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293430,985)RQXU04E,17971.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288242,482)PMXX04M,17972.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285792,444)BR404M,17973.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287518,108)YB5WH04M,17974.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287944,1954)PMXX04M,17975.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303156,975)EG11G04M,17976.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285658,275)YB5WH04M,17977.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280871,679)LEMDAT04,17978.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294876,82)PMXX04M,17979.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289283,1274)LEMDAT04,17980.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292875,1285)RQXU04E,17981.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280021,174)EGNOR04M,17982.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294740,600)YB3EH04E,17983.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294449,357)BR404M,17984.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284287,881)PMXX04M,17985.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283812,763)YBOLN04M,17986.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297596,329)LELVL04M,17987.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314131,595)GL34W04,17988.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293371,5659)RJIU04M,17989.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313563,33)MAB1204A,17990.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300504,1975)LGKFN04,17991.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294164,464)BR404M,17992.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283414,310)YB5WH04M,17993.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282583,482)PMXX04M,17994.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279651,410)YBOLN04M,17995.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279756,1081)KHVL104E,17996.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295234,62)GL4W04M,17997.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290055,297)YBOLN04M,17998.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288115,622)GL34W04,17999.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305962,1319)LEMDAT04,18000.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263958,1440)LCES004,18001.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263570,159)LELVU04,18002.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298183,1512)YB3EH04A,18003.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313372,847)MYY04A,18004.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292670,1045)RQXU04E,18005.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284723,299)YB3EH04E,18006.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302047,321)MAB1204A,18007.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290395,1969)PMXX04M,18008.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300964,1975)LGKFN04,18009.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282755,558)KWUR404E,18010.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294107,112)EGNOR04M,18011.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284393,235)YB5WH04M,18012.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310732,1813)LCES004,18013.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280804,339)RMZU04E,18014.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295609,568)RASI04M,18015.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293250,1740)$YB5WH04M,18016.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283821,476)KWUR404E,18017.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289472,3333)KWUR404E,18018.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294997,385)RMZU04E,18019.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307961,1105)KWUR1C04,18020.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287433,129)YBOLN04M,18021.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287544,303)BR404M,18022.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277127,630)LGKFN04,18023.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291891,1960)LGKFN04,18024.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303842,602)LELVU04,18025.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263868,2160)LCES004,18026.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303580,979)EG11G04M,18027.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288599,1022)RMZU04E,18028.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283194,2002)PMXX04M,18029.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292714,1171)RQXU04E,18030.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290528,589)YBOLN04M,18031.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281334,1086)RVKWU04M,18032.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273032,766)RQXSI04E,18033.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279482,429)YBOLN04M,18034.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301711,164)LCES004M,18035.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305671,112)LELVU04,18036.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295156,666)YB3EH04E,18037.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296303,265)YB3EH04E,18038.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295180,1529)RASI04M,18039.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295446,426)RMZU04E,18040.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315081,1205)LCES004,18041.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285482,400)PMXX04M,18042.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296267,66)LELVL04M,18043.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305851,774)MAB1204A,18044.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283489,1191)RVKWU04M,18045.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263601,1521)YB3EH04A,18046.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283998,229)YB5WH04M,18047.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283117,1566)YB5WH04M,18048.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295473,683)LELVU04,18049.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300727,1873)EGNOR04M,18050.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285599,89)EBBRA04E,18051.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287819,577)PMXX04M,18052.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291484,188)RNS04M,18053.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285128,1127)EG11G04M,18054.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278562,367)YBOLN04M,18055.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286969,833)RASI04M,18056.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281962,2127)PMXX04M,18057.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307394,1149)KWUR1C04,18058.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286791,2)EBBRA04E,18059.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278871,295)KWUR404E,18060.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282467,60)KWUR404E,18061.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291323,180)$YBOLN04M,18062.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282677,74)YB5KL04E,18063.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283663,1165)RQXSI04E,18064.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285459,1840)LCES004,18065.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278814,841)YBOLN04M,18066.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296939,1561)YB3EH04A,18067.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263410,1472)$LCES004M,18068.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304486,755)LELVU04,18069.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291206,89)YBOLN04M,18070.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(262946,867)RQXSI04E,18071.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295319,5546)RJIU04M,18072.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295216,622)YB3EH04E,18073.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303665,2124)LCES004,18074.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298502,1648)YB3EH04A,18075.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295104,782)LEMDAT04,18076.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283889,2890)LELVL04M,18077.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294200,1252)RQXSI04E,18078.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288601,197)LGKFN04,18079.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295522,702)PMXX04M,18080.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294501,636)EBEEC04M,18081.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283389,1278)RQXSI04E,18082.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305697,873)LEMDAT04,18083.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278855,227)KHVL104E,18084.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296295,190)YB3EH04E,18085.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292111,559)LGKFN04,18086.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287895,202)PMXX04M,18087.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294848,777)EGNOR04M,18088.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287908,407)YB3EH04A,18089.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290047,891)RASI04M,18090.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272234,111)RMZU04E,18091.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295205,47)EBBRA04E,18092.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287222,930)RQXSI04E,18093.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279592,1027)$KHVL104E,18094.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292069,1146)EG11G04M,18095.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306384,814)LELVU04,18096.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301924,182)MEK04,18097.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294749,1077)EGNOR04M,18098.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289649,599)YB5WH04M,18099.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293587,1850)LCES004,18100.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295794,1037)LEMDAT04,18101.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279193,1078)KHVL104E,18102.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277924,234)YBOLN04M,18103.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295004,1157)RMZU04E,18104.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291164,1043)RQXU04E,18105.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281143,2029)LGKFN04,18106.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282514,1333)RQXSI04E,18107.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279896,914)RASI04M,18108.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278663,811)EHAMA04,18109.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279817,270)YH5MH04M,18110.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296560,1047)PMXX04M,18111.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294940,788)BR404M,18112.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297842,624)YB5WH04M,18113.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297679,1210)KWUR1C04,18114.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302863,1206)LELVU04,18115.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294770,225)YB3EH04E,18116.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294089,1055)LEMDAT04,18117.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298697,45)LOW304M,18118.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296481,190)YB3EH04E,18119.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287631,597)LELVL04M,18120.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301088,1039)LEMDAT04,18121.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289397,96)LGKFN04,18122.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294690,977)RVKWU04M,18123.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280143,535)YBOLN04M,18124.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292189,90)YB3EH04E,18125.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298519,349)YB3EH04A,18126.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292967,513)RNS04M,18127.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288361,174)PMXX04M,18128.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301576,1010)EG11G04M,18129.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273793,804)RQXSI04E,18130.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282961,127)KFZ4404E,18131.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286952,172)YBOLN04M,18132.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289972,766)YB3EH04E,18133.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(292112,47)KWUR404E,18134.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309188,131)MAB04,18135.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285693,774)YB3EH04E,18136.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291417,120)RMZU04E,18137.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295608,965)EGNOR04M,18138.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293416,89)EGNOR04M,18139.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298263,681)YB3EH04E,18140.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294986,2035)LGKFN04,18141.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295728,507)YB5WH04M,18142.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284190,715)PMXX04M,18143.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263196,1349)RQXSI04E,18144.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284283,3001)RVKWU04M,18145.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287946,342)PMXX04M,18146.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286678,96)EBBRA04E,18147.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279893,835)EHAMA04,18148.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303471,425)PMXX04M,18149.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300850,844)LELVU04,18150.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294899,548)PMXX04M,18151.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279734,189)YBOLN04M,18152.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279259,267)YH5MH04M,18153.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291523,1165)PMXX04M,18154.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306201,380)KSAL1204,18155.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282727,2155)LGKFN04,18156.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309790,1676)YB3EH04A,18157.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287536,604)LELVL04M,18158.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274616,1751)RQXSI04E,18159.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292100,908)PMXX04M,18160.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296261,643)KWUR404E,18161.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294460,638)PMXX04M,18162.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287367,404)YBOLN04M,18163.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288428,1211)RVKWU04M,18164.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307025,1409)YB3EH04A,18165.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304253,947)LCES004M,18166.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283094,230)YB3EH04E,18167.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312192,231)MEK04,18168.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279318,750)LCES004M,18169.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279243,554)YH5MH04M,18170.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280825,300)LGKFN04,18171.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292803,590)YB3EH04A,18172.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279804,1076)YH5MH04M,18173.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289158,1208)RVKWU04M,18174.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293092,1060)RASI04M,18175.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290158,492)PMXX04M,18176.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288720,342)PMXX04M,18177.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293498,743)PMXX04M,18178.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309887,4)LGKFN04,18179.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305828,259)LCES004,18180.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298646,626)LGKFN04,18181.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298706,491)KSAL1204,18182.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305532,40)YB3EH04A,18183.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291226,1361)RQXSI04E,18184.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278920,57)YB5WH04M,18185.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304979,51)YB3EH04A,18186.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295809,1121)RNS04M,18187.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292969,302)KSLN04M,18188.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297382,947)YB3EH04E,18189.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301058,630)LCES004M,18190.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281887,667)RQXSI04E,18191.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291082,1240)LELVU04,18192.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279552,440)EBBRA04E,18193.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292278,105)YB5WH04M,18194.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281293,128)YH5MH04M,18195.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293268,61)YB3EH04A,18196.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306397,1244)KWUR1C04,18197.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279467,543)YH5MH04M,18198.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283392,977)RQXU04E,18199.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294135,374)YB5WH04M,18200.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297504,74)YB3EH04A,18201.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291238,100)YH5MH04M,18202.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294601,70)YB3EH04A,18203.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272894,336)RMZU04E,18204.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285431,518)LGKFN04,18205.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292688,532)BR404M,18206.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305689,1081)LEMDAT04,18207.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293804,747)KSAL1204,18208.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282057,87)YBOLN04M,18209.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286185,360)LGKFN04,18210.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296342,1910)EGNOR04M,18211.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291796,113)YH5MH04M,18212.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286317,510)EBBRA04E,18213.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291521,846)LELVL04M,18214.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288107,5)KWUR404E,18215.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294364,496)KWUR404E,18216.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286568,229)EBBRA04E,18217.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288513,1225)RQXU04E,18218.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(269531,125)EBBRA04E,18219.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295448,1082)RMZU04E,18220.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305011,449)GL4W04M,18221.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295521,106)YB3EH04A,18222.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287018,587)RQXSI04E,18223.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303829,308)LOVN1504,18224.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273980,720)PMXX04M,18225.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288078,548)EBBRA04E,18226.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309953,398)LOVN1504,18227.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297505,692)RQXSI04E,18228.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282882,565)KWUR404E,18229.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311042,370)KSAL1204,18230.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274564,505)RQXSI04E,18231.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309941,183)MEK04,18232.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279791,973)EHAMA04,18233.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289024,112)YB3EH04E,18234.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294611,1091)EGNOR04M,18235.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274596,1839)RQXSI04E,18236.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290553,1134)LEMDAT04,18237.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279398,656)YH5MH04M,18238.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302132,297)LOVN1504,18239.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313119,325)LOVN1504,18240.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(270314,94)EBBRA04E,18241.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274643,187)EGNOR04M,18242.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282303,236)YBOLN04M,18243.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296188,140)MM204,18244.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285372,190)YB5WH04M,18245.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(300815,532)LCES004M,18246.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293879,175)RASI04M,18247.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293545,85)RQXU04E,18248.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307482,105)LGKFN04,18249.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294672,307)RQXSI04E,18250.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311032,261)LOVN1504,18251.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278598,770)EHAMA04,18252.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316430,1565)LCES004,18253.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301582,331)RNI04M,18254.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288445,547)LGKFN04,18255.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285878,214)LGKFN04,18256.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291007,117)YB3EH04A,18257.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296563,215)KWUR404E,18258.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295747,1767)YB3EH04A,18259.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275277,1161)RQXSI04E,18260.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278322,126)YH5MH04M,18261.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280453,551)EBBRA04E,18262.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301417,2095)LGKFN04,18263.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309200,1263)LCES004M,18264.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300430,743)RNI04M,18265.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296338,1050)RQXSI04E,18266.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294950,620)RNS04M,18267.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292354,74)RMZU04,18268.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284250,314)RMZU04E,18269.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292413,647)KWUR404E,18270.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276830,171)LEBAS04M,18271.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291187,18)KWUR404E,18272.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286682,1063)EBBRA04E,18273.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286690,621)EHAMA04,18274.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305661,520)LOVN1504,18275.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307576,268)RMZU04,18276.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292801,176)PMXX04M,18277.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278565,999)LELVU04,18278.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295497,504)PMXX04M,18279.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297356,646)LGAVA04,18280.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277744,60)GL4W04M,18281.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306243,60)LGKFN04,18282.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(280278,779)EHAMA04,18283.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283954,71)YBOLN04M,18284.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281881,21)YB3EH04A,18285.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311447,1116)LGKFN04,18286.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295587,145)YBOLN04M,18287.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295752,1167)LEMDAT04,18288.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286726,1186)YB5WH04M,18289.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306922,469)LOVN1504,18290.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286485,14)YB5WH04M,18291.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(263587,505)LCES004M,18292.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289675,185)KSPE1P04,18293.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291494,679)YH5MH04M,18294.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281256,60)RMZU04,18295.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301350,1257)RMZU04,18296.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300988,2185)LOVN1504,18297.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263516,318)LEBAS04M,18298.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294303,2365)YD5WH04M,18299.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302840,472)RMZU04,18300.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279801,1076)EHAMA04,18301.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290866,322)YBOLN04M,18302.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296350,2068)RQXSI04E,18303.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287579,1361)RQXSI04E,18304.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296473,1382)LCES004,18305.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294156,264)KWUR404E,18306.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309890,1504)KWUR1C04,18307.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315232,1587)LCES004,18308.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295049,74)GL4W04M,18309.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282090,214)LELVL04M,18310.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302970,57)LOVN1504,18311.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307218,440)ZM56704,18312.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291697,19)GL4W04M,18313.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313034,1343)GL34W04,18314.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273960,1915)EGNOR04M,18315.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284566,442)YB3EH04A,18316.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278386,136)YH5MH04M,18317.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296640,751)KSAL1204,18318.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304555,593)LEMDAT04,18319.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298480,298)RMZU04,18320.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297746,540)LOVN1504,18321.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282720,298)KWUR404E,18322.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263503,536)RNS04M,18323.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284297,703)RQXSI04E,18324.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296260,318)KSAL1204,18325.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292088,228)LEBAS04M,18326.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291019,155)BR204M,18327.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285360,230)LELVL04M,18328.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263206,39)LELVL04M,18329.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287604,584)PMXX04M,18330.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297613,629)RQXSI04E,18331.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296550,1788)YB3EH04A,18332.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289872,673)KFZ4404M,18333.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(279885,802)EHAMA04,18334.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297135,167)RNI04M,18335.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293580,1264)RQXU04E,18336.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296720,64)YB5KL04E,18337.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287402,358)LELVL04M,18338.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315763,1811)EDGG704,18339.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295296,337)RQXSI04E,18340.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305929,879)LCES004M,18341.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308855,463)YB3EH04A,18342.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277284,320)EBBRA04E,18343.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292587,170)ZM56704,18344.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301673,1650)LCES004M,18345.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310512,517)LOVN1504,18346.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293929,595)RVKWU04M,18347.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304315,455)RMZU04,18348.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297374,527)RQXSI04E,18349.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294656,51)BR404M,18350.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278607,22)MM304,18351.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279405,87)KFZ4404E,18352.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279899,70)KFZ4404E,18353.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294049,464)RVKWU04M,18354.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309172,2033)EDGG704,18355.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292533,1373)RNI04M,18356.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297293,165)GL4W04M,18357.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295822,531)LEMDAT04,18358.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290447,384)LEBAS04M,18359.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284349,77)RQXU04E,18360.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279621,593)YH5MH04M,18361.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307091,149)RMZU04,18362.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285209,721)PMXX04M,18363.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284797,630)YB3EH04E,18364.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301727,319)LGKFN04,18365.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305019,754)RNS04M,18366.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293544,780)RQXSI04E,18367.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281854,610)KWUR404E,18368.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278681,590)EHAMA04,18369.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307805,608)LOVN1504,18370.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302456,289)MM204,18371.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(321498,1800)EDGG704,18372.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301342,1260)LCES004M,18373.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301367,466)YB3EH04A,18374.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300052,198)YB3EH04E,18375.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296181,38)YB3EH04E,18376.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288358,596)KWUR404E,18377.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293757,2631)KFZ4404M,18378.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283795,357)RVKWU04M,18379.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302506,198)LGKFN04,18380.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298306,325)LOVN1504,18381.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295915,1187)LEMDAT04,18382.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280192,231)YH5MH04M,18383.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293560,655)RVKWU04M,18384.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281989,367)YH5MH04M,18385.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308004,296)ZM56704,18386.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283302,121)YB3EH04E,18387.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282582,176)KWUR404E,18388.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304483,1061)LCES004,18389.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292872,811)KSAL1204,18390.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278123,490)EGNOR04M,18391.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313102,19)LCES004,18392.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277424,744)EHAMA04,18393.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297744,208)LOVN1504,18394.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310303,1218)RMZU04,18395.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280283,209)YH5MH04M,18396.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294370,405)KSPE104D,18397.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303992,404)LGKFN04,18398.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278603,1100)EGNOR04M,18399.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304433,480)LELVU04,18400.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307145,94)KSAL1204,18401.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282868,551)KWUR404E,18402.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300455,886)LCES004M,18403.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291377,869)EG11G04M,18404.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287468,252)GL4W04M,18405.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289913,614)YH5MH04M,18406.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316298,2175)EDGG704,18407.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283853,123)RMZU04E,18408.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306307,765)RMZU04,18409.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290428,18)YB3EH04A,18410.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293048,293)LELVL04M,18411.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287200,142)GL4W04M,18412.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296155,169)LELVL04M,18413.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286685,863)RQXSI04E,18414.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284504,313)RQXSI04E,18415.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283139,129)RMZSI04M,18416.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291559,309)RFBRT04M,18417.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311142,410)MAB3404A,18418.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290650,500)PMXX04M,18419.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300045,407)KSPE104D,18420.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285656,921)PMXX04M,18421.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277278,1078)RASI04M,18422.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292091,253)LOVN1504,18423.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291572,29)YB3EH04A,18424.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296700,186)LELVU04,18425.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283584,408)$YB5WH04M,18426.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294807,320)LCES004M,18427.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293858,122)LELVL04M,18428.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305363,1515)KWUR1C04,18429.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278487,371)YH5MH04M,18430.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287288,520)KHVL104E,18431.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286902,96)KFZ4404E,18432.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295952,2340)RQXSI04E,18433.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297087,163)LGKFN04,18434.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292940,2098)EDGG704,18435.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307733,391)LELVL104,18436.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292094,79)BR204M,18437.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284781,101)EBEEC04M,18438.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295891,143)BR204M,18439.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295723,1768)RVKWU04M,18440.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295929,1210)RVKWU04M,18441.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306570,1796)YB3EH04A,18442.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284183,408)LOVN1504,18443.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290803,209)KHVL104E,18444.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309203,640)YB3EH04A,18445.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285794,532)RQXSI04E,18446.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279485,706)KHVL104E,18447.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305074,297)ZM56704,18448.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306801,880)RMZU04,18449.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318435,2220)EDGG704,18450.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285840,345)LELVL04M,18451.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288740,251)RQXSI04E,18452.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279716,1059)LELVU04,18453.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301680,1528)KWUR1C04,18454.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294815,892)RMZU04,18455.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281755,75)YB3EH04A,18456.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302351,1421)GL34W04,18457.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280781,77)LGKFN04,18458.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263594,1955)LCES004M,18459.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282278,478)KSPE1P04,18460.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284860,1795)RVKWU04M,18461.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(268974,401)KSPE1P04,18462.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314538,1500)EDGG704,18463.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287527,257)KSPE1P04,18464.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303139,27)GL34W04,18465.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318660,844)EDGG704,18466.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306207,1045)LCES004M,18467.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289328,57)KCHI104M,18468.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279048,445)KHVL104E,18469.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311549,335)LELVL104,18470.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286590,148)YB5WH04M,18471.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308410,412)LEBAS04A,18472.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296549,194)YB5KL04E,18473.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289110,254)KWUR404E,18474.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284165,1370)RVKWU04M,18475.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283510,89)RMZU04E,18476.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302044,2193)$MYY04A,18477.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295416,830)EGNOR04M,18478.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277562,203)YH5MH04M,18479.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285688,536)RQXSI04E,18480.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296450,49)YB5WH04M,18481.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297145,453)LOVN1504,18482.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285483,49)YB3EH04E,18483.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296895,1903)YB3EH04E,18484.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283544,6524)LGKFN04,18485.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281946,6)KSPE1P04,18486.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293790,55)KSPE104D,18487.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288501,669)LEMDAT04,18488.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282374,671)RVKWU04M,18489.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294685,289)LELVU04,18490.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308432,449)RMZU04,18491.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279347,506)KSPE1P04,18492.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291554,378)YH5MH04M,18493.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286844,438)KSPE104D,18494.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293576,68)RMZU04E,18495.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279312,252)KSPE1P04,18496.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315428,519)LELVL104,18497.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301299,299)YB3EH04A,18498.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286628,370)RMZU04E,18499.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310127,369)YB3EH04A,18500.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295503,1235)RVKWU04M,18501.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279163,21)KHVL104E,18502.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301949,420)LCES004M,18503.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296963,178)LELVU04,18504.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291538,49)KSPE1P04,18505.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282205,249)YB3EH04E,18506.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287140,1676)RVKWU04M,18507.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277917,158)BR404M,18508.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284106,1095)RQXSI04E,18509.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291515,376)KSLN04M,18510.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300354,159)MEK04,18511.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295231,213)LOVN1504,18512.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291480,364)KSLN04M,18513.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302592,289)YD5WH04M,18514.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283092,186)KFZ4404E,18515.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292565,155)KFZ4404E,18516.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301709,1519)LCES004M,18517.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283452,171)RMZU04,18518.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288568,424)RQXSI04E,18519.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296232,418)LEBAS04A,18520.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308505,41)YB3EH04A,18521.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278889,448)KHVL104E,18522.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278647,629)EHAMA04,18523.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315019,1686)EDGG704,18524.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289901,163)RQXSI04E,18525.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292483,224)RVKWU04M,18526.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300174,278)RMZU04,18527.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296565,438)RNI04M,18528.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276531,521)KHVL104E,18529.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303850,505)LOVN1504,18530.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279834,457)YH5MH04M,18531.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294023,46)LELVL04M,18532.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296164,420)RQXSI04E,18533.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281905,834)YH5MH04M,18534.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306171,542)LOVN1504,18535.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263986,172)MAB3404A,18536.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309473,498)LOVN1504,18537.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278872,277)EG11G04M,18538.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285383,153)RNI04M,18539.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288728,171)EBEEC04M,18540.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294362,1962)EGNOR04M,18541.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300435,590)LGKFN04,18542.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288247,179)LELVL04M,18543.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295745,396)RNS04M,18544.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275809,289)YD5WH04M,18545.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316391,2220)EDGG704,18546.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279411,368)KSPE1P04,18547.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289999,714)PMXX04M,18548.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317920,1266)EDGG704,18549.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279642,493)KHVL104E,18550.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306710,677)LOVN1504,18551.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286575,15)LELVL04M,18552.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303351,337)LELVU04,18553.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277197,108)EG11G04M,18554.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307791,263)ZM56704,18555.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298333,226)KSPE104D,18556.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296407,1849)YB3EH04A,18557.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290996,442)PMXX04M,18558.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295790,593)LEMDAT04,18559.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285112,83)KSLN04M,18560.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294819,538)EGPFA04,18561.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289866,7)RVKWS04,18562.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309072,310)LELVL104,18563.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279340,59)YB5WH04M,18564.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308366,9)YB3EH04A,18565.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300256,462)LOVN1504,18566.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283036,162)LEBAS04M,18567.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295273,121)EG11G04M,18568.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291048,402)LEMDAT04,18569.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307977,29)ZM56704,18570.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312532,570)LELVL104,18571.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304895,6)LOVN1504,18572.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306139,478)LOVN1504,18573.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304690,775)LOVN1504,18574.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301601,442)LOVN1504,18575.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291679,782)RNS04M,18576.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308308,403)YB3EH04A,18577.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304753,646)LGKFN04,18578.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291326,8)YB3EH04A,18579.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294925,2095)RVKWU04M,18580.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283829,328)YB5WH04M,18581.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317908,1463)EDGG704,18582.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288250,79)YB3EH04E,18583.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294546,543)LOVN1504,18584.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303592,964)MGY04,18585.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307481,976)MGY04,18586.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314847,1161)MGY04,18587.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304862,1167)MGY04,18588.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304450,1125)MAB04,18589.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310724,626)MGY04,18590.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263926,1171)MGY04,18591.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311856,5744)MGY04,18592.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309959,1334)MGY04,18593.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296194,3133)$MEK04,18594.p,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_x(318516,539)MGY04,18595.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308751,622)MGY04,18596.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304696,826)MGY04,18597.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304258,424)MRAEE04,18598.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295508,2460)$MEK04,18599.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305585,2596)MGY04,18600.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302044,2610)MGY04,18601.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308371,2625)MGY04,18602.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308336,2721)MGY04,18603.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314186,1958)KWUR1C04,18604.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285585,2922)MGY04,18605.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314823,2931)MGY04,18606.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302711,3121)MGY04,18607.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287438,618)RJIU04M,18608.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288696,670)RJIU04M,18609.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287937,800)RNI04M,18610.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288529,763)RJIU04M,18611.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306069,1688)MGY04,18612.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290215,726)RNI04M,18613.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310674,1306)MAB04,18614.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302758,860)RNI04M,18615.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303263,2218)MGY04,18616.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295274,913)RNI04M,18617.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297818,3171)MGY04,18618.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303416,1762)MGY04,18619.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309103,2637)MGY04,18620.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303200,7885)MGY04,18621.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309442,7937)MGY04,18622.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296307,948)RNI04M,18623.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302361,2151)MGY04,18624.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289828,76)MAB3404A,18625.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289843,398)MGY04,18626.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295283,5586)$MEK04,18627.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293252,1155)RNI04M,18628.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301760,5325)MAB04,18629.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310533,58)MEK04,18630.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297232,1293)RNI04M,18631.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263439,4415)YB3EH04A,18632.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302138,3032)MGY04,18633.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306499,2769)MGY04,18634.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288253,1337)RNI04M,18635.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281596,20)YB5KL04E,18636.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296953,4380)LCES004,18637.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293957,1356)RNI04M,18638.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305560,4459)MGY04,18639.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313569,4715)LCES004,18640.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278295,1374)RNI04M,18641.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294548,2006)MGY04,18642.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312199,4595)LCES004,18643.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297164,1920)RNI04M,18644.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293445,1475)RNI04M,18645.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298528,4775)LCES004,18646.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290082,1546)RNI04M,18647.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287924,1852)RNI04M,18648.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311878,835)MGY04,18649.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285383,1618)RNI04M,18650.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290858,1404)RNI04M,18651.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306769,8758)MAB04,18652.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316090,4824)LCES004,18653.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313068,4961)LCES004,18654.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285747,1630)RNI04M,18655.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302006,3195)MGY04,18656.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303612,5315)LCES004,18657.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306829,3262)MGY04,18658.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277197,1637)RNI04M,18659.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300621,5704)LCES004,18660.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290550,3036)MGY04,18661.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263862,5735)LCES004,18662.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293126,2086)RJIU04M,18663.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290578,1767)RNI04M,18664.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308144,2907)MAB04,18665.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305425,3188)MGY04,18666.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308511,2320)MAB04,18667.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311284,5795)LCES004,18668.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298180,1905)RNI04M,18669.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310502,3177)MAB04,18670.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304114,3049)MAB04,18671.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312066,1730)MRAE04,18672.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289192,3276)MGY04,18673.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293362,1682)RJIU04M,18674.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314600,4165)MRAE04,18675.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287980,632)RQXI04E,18676.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297402,7392)LCES004,18677.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307726,3396)MGY04,18678.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300445,6282)LCES004,18679.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310618,4634)MRAE04,18680.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287040,2048)RJIU04M,18681.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290566,2246)ZM56704,18682.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308914,4168)MAB04,18683.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305754,952)MGY04,18684.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312674,6395)LCES004,18685.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307285,899)MGY04,18686.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312881,3730)MGY04,18687.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302879,614)MGY04,18688.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(320214,1517)MRAE04,18689.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263612,6576)LCES004,18690.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314402,4279)MAB04,18691.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308733,48)MAB04,18692.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289863,2351)MAB04,18693.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313701,1941)MRAE04,18694.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308647,2067)MRAE04,18695.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(323044,1155)MRAE04,18696.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298434,6672)LCES004,18697.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306677,2261)MAB04,18698.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301477,2097)MRAE04,18699.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302874,645)MYY04A,18700.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263306,6935)LCES004,18701.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313003,2400)MRAE04,18702.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309693,281)MAB3404A,18703.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303195,2528)MRAE04,18704.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302424,1591)MYY04A,18705.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305823,1026)MGY04,18706.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312950,144)MAB04,18707.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304422,2506)MGY04,18708.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303350,1027)MEK04,18709.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312015,6995)LCES004,18710.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313433,2535)MRAE04,18711.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308449,2726)MRAE04,18712.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306346,7833)LCES004,18713.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289013,389)MEK04,18714.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309011,2728)MRAE04,18715.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311757,8135)LCES004,18716.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307779,330)MEK04,18717.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310647,4777)MGY04,18718.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307264,8455)LCES004,18719.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263580,8448)LCES004,18720.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291009,617)RQXSI04E,18721.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309981,1095)MAB04,18722.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305354,451)MEK04,18723.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303506,8675)LCES004,18724.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280274,77)RQXSI04E,18725.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312707,2899)MRAE04,18726.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303208,1123)MEK04,18727.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309577,300)MEK04,18728.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309711,2186)MAB04,18729.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286771,937)MGY04,18730.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290367,3060)MRAE04,18731.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311155,8721)LCES004,18732.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315366,507)MGY04,18733.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307626,2856)MRAE04,18734.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309588,3137)MGY04,18735.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312085,974)MAB3404A,18736.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312762,3129)MRAE04,18737.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301142,976)MEK04,18738.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304583,3079)MRAE04,18739.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307153,8906)LCES004,18740.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300642,3226)MGY04,18741.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313372,1094)MYY04A,18742.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312503,854)MEK04,18743.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317443,2737)MRAE04,18744.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306530,3341)MRAEE04,18745.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307845,748)MGY04,18746.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(319288,4035)MRAE04,18747.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301524,6124)MRAEE04,18748.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309583,3986)MGY04,18749.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307979,1054)MEK04,18750.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304054,1825)MAB1204A,18751.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314563,1113)MGY04,18752.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310475,9095)LCES004,18753.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303148,4387)MRAE04,18754.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302844,1082)MEK04,18755.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307410,327)MGY04,18756.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306669,4095)MRAE04,18757.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309190,1159)MGY04,18758.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285664,9191)LCES004,18759.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312682,4155)MRAE04,18760.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302366,6581)MEK04,18761.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312369,1605)$MAB1204A,18762.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307182,1709)EDGG704,18763.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303235,1086)EGPFA04,18764.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282492,940)RQXI04E,18765.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313344,3355)MRAE04,18766.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279627,878)EGPFA04,18767.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307231,4155)MRAE04,18768.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289347,3860)MRAE04,18769.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314131,1929)MYY04A,18770.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317116,3529)MRAE04,18771.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311840,9335)LCES004,18772.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295047,1156)EGPFA04,18773.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282313,390)RQXSI04E,18774.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309625,2174)MGY04,18775.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313717,498)MRAEE04,18776.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311255,1261)MAB1204A,18777.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291957,998)RQXSI04E,18778.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296253,624)MRAEE04,18779.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304380,522)MRAEE04,18780.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311954,4172)MRAE04,18781.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291100,283)RQXI04E,18782.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309317,4951)MGY04,18783.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309695,628)MRAEE04,18784.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308769,4335)MRAE04,18785.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311998,692)MRAEE04,18786.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298704,4407)MRAE04,18787.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307696,5160)MGY04,18788.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304051,7842)MEK04,18789.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311108,9335)LCES004,18790.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312020,5313)MGY04,18791.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311440,3981)MGY04,18792.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305510,825)MRAEE04,18793.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308515,7747)MAB04,18794.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307158,493)MRAEE04,18795.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317360,599)MRAEE04,18796.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306269,4477)MRAE04,18797.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316446,7871)MGY04,18798.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314075,4935)MRAE04,18799.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291218,732)RQXI04E,18800.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309016,5115)MRAE04,18801.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311838,9353)LCES004,18802.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298578,5086)MGY04,18803.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302616,1083)MGY04,18804.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288915,382)MAB1204A,18805.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307304,4635)MRAE04,18806.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287347,5252)MGY04,18807.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303818,857)MAB04,18808.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301297,984)MRAEE04,18809.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294819,1738)EGPFA04,18810.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292107,820)RQXI04E,18811.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288914,381)MAB1204A,18812.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311151,4598)MGY04,18813.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305798,9395)LCES004,18814.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317924,5175)MRAE04,18815.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301260,149)MEK04,18816.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311073,8896)LCES004,18817.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285863,268)RQXI04E,18818.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294580,434)MRAEE04,18819.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291906,2506)EGNOR04M,18820.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293802,1313)EGPFA04,18821.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300666,9441)LCES004,18822.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280579,255)EGNOR04M,18823.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306563,192)MGY04,18824.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316914,221)MGY04,18825.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305584,1286)MGY04,18826.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301556,5362)MGY04,18827.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304262,785)MGY04,18828.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279241,843)EGNOR04M,18829.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289277,55)YBOLN04M,18830.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263593,10687)LCES004,18831.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291024,628)RQXI04E,18832.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313054,8147)MGY04,18833.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309099,119)MRAEE04,18834.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280252,5835)RQXSI04E,18835.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289673,376)MRAEE04,18836.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295608,1034)EGNOR04M,18837.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284104,1177)YD5WH04M,18838.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291594,1139)EG11G04M,18839.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283688,5889)RQXSI04E,18840.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290738,1334)EG11G04M,18841.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289502,2016)YD5WH04M,18842.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305276,8186)MEK04,18843.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291819,786)EGNOR04M,18844.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293657,1800)YD5WH04M,18845.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292231,1809)EG11G04M,18846.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286762,968)RJIU04M,18847.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297670,179)MEK04,18848.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311312,227)MEK04,18849.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297622,2252)YD5WH04M,18850.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301968,2017)EG11G04M,18851.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302060,2017)EG11G04M,18852.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314225,1828)MYY04A,18853.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311542,9451)LCES004,18854.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294112,1283)EG11G04M,18855.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289655,1017)RJIU04M,18856.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312036,8389)MGY04,18857.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290343,1086)RJIU04M,18858.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302661,2197)EG11G04M,18859.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272249,1295)EGNOR04M,18860.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288381,899)YD5WH04M,18861.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286569,204)EBBRA04E,18862.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289136,1089)RJIU04M,18863.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300631,3995)EG11G04M,18864.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307498,3147)LCES004,18865.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311886,9635)LCES004,18866.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309188,1621)MGY04,18867.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292796,2794)LCES004,18868.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294001,2394)RJIU04M,18869.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303203,2566)LCES004,18870.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277190,2308)EG11G04M,18871.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301303,8242)MGY04,18872.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290061,7205)MGY04,18873.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290967,1109)RJIU04M,18874.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292569,2373)RJIU04M,18875.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303314,2342)EG11G04M,18876.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290480,1500)RJIU04M,18877.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263921,2335)LCES004,18878.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291104,3399)LCES004,18879.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312895,3695)LCES004,18880.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278067,2556)EG11G04M,18881.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314108,1853)LCES004,18882.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294756,1535)RJIU04M,18883.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(264033,8288)MGY04,18884.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312583,3695)LCES004,18885.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292533,591)RNI04M,18886.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297113,2033)RJIU04M,18887.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263931,2203)MYY04A,18888.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273386,877)EGNOR04M,18889.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314699,1835)LCES004,18890.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300097,2153)RJIU04M,18891.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291018,2264)MGY04,18892.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300064,1538)RJIU04M,18893.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297546,619)LGKFN04,18894.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289354,788)RJIU04M,18895.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305283,625)LGKFN04,18896.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283750,1741)YD5WH04M,18897.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285733,4189)LCES004,18898.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310158,2558)LCES004,18899.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263866,3721)LCES004,18900.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295546,1091)EGNOR04M,18901.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289367,873)RQXSI04E,18902.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278149,1082)EGNOR04M,18903.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287119,2164)RJIU04M,18904.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284417,1012)EGNOR04M,18905.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317048,2198)LCES004,18906.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312879,4295)LCES004,18907.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298700,732)YB3EH04A,18908.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311706,628)MEK04,18909.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312825,2114)LCES004,18910.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302301,978)GL34W04,18911.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297867,1598)RJIU04M,18912.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274577,1227)RQXSI04E,18913.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308624,10228)LCES004,18914.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287524,733)LGKFN04,18915.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280430,1391)LGKFN04,18916.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301843,1594)LGKFN04,18917.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300146,420)LGKFN04,18918.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295238,1725)RJIU04M,18919.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286963,1234)RQXSI04E,18920.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286743,414)LGKFN04,18921.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296960,5527)MRAE04,18922.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317644,5475)MRAE04,18923.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290342,1695)RJIU04M,18924.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309414,1988)LCES004,18925.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280645,80)YB5KL04E,18926.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289318,889)RNI04M,18927.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291724,153)KSLN04M,18928.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301431,1421)EGNOR04M,18929.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292265,981)RJIU04M,18930.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310096,654)MEK04,18931.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293177,2409)EG11G04M,18932.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294518,2349)EG11G04M,18933.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263515,835)LGKFN04,18934.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297929,1419)EGNOR04M,18935.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291994,203)YB5WH04M,18936.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292935,169)YB3EH04E,18937.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284313,1405)RQXSI04E,18938.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296922,2413)LGKFN04,18939.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296145,1911)EGPFA04,18940.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302531,2436)RJIU04M,18941.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311650,706)MEK04,18942.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290635,964)RQXI04E,18943.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303929,1561)LGKFN04,18944.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297984,3200)KSLN04A,18945.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311727,5234)MRAE04,18946.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287241,853)MAB1204A,18947.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302643,2413)EG11G04M,18948.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303377,416)MAB1204A,18949.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290406,2550)RJIU04M,18950.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290076,1498)RJIU04M,18951.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302317,2676)KSLN04M,18952.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287126,142)YB3EH04E,18953.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310272,9995)LCES004,18954.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289716,384)LGKFN04,18955.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284933,1750)LELVL04M,18956.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271616,1308)RQXSI04E,18957.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288522,292)YB3EH04E,18958.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309780,10295)LCES004,18959.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301272,2473)LGKFN04,18960.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296062,1605)RQXSI04E,18961.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304761,99)MAB1204A,18962.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294686,166)YB3EH04E,18963.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296157,1380)RQXSI04E,18964.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289232,988)RNI04M,18965.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292550,827)RJIU04M,18966.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308892,7440)MAB04,18967.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300430,547)RNI04M,18968.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308622,1336)LCES004,18969.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298006,761)RJIU04M,18970.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284028,369)RQXSI04E,18971.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286638,654)RNS04M,18972.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283343,260)YB5KL04E,18973.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311447,613)LGKFN04,18974.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313540,2728)LCES004,18975.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307190,313)LGKFN04,18976.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272695,1460)RQXI04E,18977.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289868,2672)LCES004,18978.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285241,5356)LGKFN04,18979.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290574,1455)BR404M,18980.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301590,872)LGKFN04,18981.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293521,910)RNI04M,18982.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296646,9695)LCES004,18983.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308619,2912)LGZAA04M,18984.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301621,770)RVKWS04,18985.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303128,51)LGKFN04,18986.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288693,1195)RJIU04M,18987.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272266,2297)YB5WH04M,18988.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292487,229)YB3EH04E,18989.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297335,1285)RJIU04M,18990.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300050,4072)GL4W04M,18991.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288765,978)RQXI04E,18992.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294556,2446)RJIU04M,18993.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263640,9770)LCES004,18994.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283751,766)RQXI04E,18995.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298619,623)RNS04M,18996.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278830,138)YB5KL04E,18997.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289978,788)RJIU04M,18998.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296406,719)RJIU04M,18999.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292989,320)YB5KL04E,19000.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308251,2567)LCES004,19001.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271211,1616)RQXSI04E,19002.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298588,662)LGKFN04,19003.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290455,854)RNS04M,19004.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280212,4791)LGKFN04,19005.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294654,669)RQXSI04E,19006.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293534,1861)BR404M,19007.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281346,549)RQXSI04E,19008.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291267,1011)RNS04M,19009.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298646,542)LGKFN04,19010.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294193,1092)LGKFN04,19011.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284810,5505)RQXSI04E,19012.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292050,2533)RJIU04M,19013.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304944,598)MAB1204A,19014.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295528,1260)RQXI04E,19015.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300356,2825)RJIU04M,19016.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300435,757)LGKFN04,19017.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288992,2254)RJIU04M,19018.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285766,655)RQXSI04E,19019.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293070,1084)RNS04M,19020.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303692,2948)LGKFN04,19021.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294940,1988)BR404M,19022.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295932,1435)RNS04M,19023.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263602,1876)LCES004,19024.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289164,1034)RNI04M,19025.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292808,1251)RJIU04M,19026.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287891,2909)RJIU04M,19027.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263004,1510)RQXSI04E,19028.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290696,1130)RNS04M,19029.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307679,10828)LCES004,19030.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313758,1816)LCES004,19031.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295371,1657)RQXSI04E,19032.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295585,39)KSLN04A,19033.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294613,797)LELVL04M,19034.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308325,2713)LGKFN04,19035.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281466,1540)EGNOR04M,19036.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295887,32)YB3EH04A,19037.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287243,1064)GL4W04M,19038.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297452,21)YB3EH04A,19039.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312912,721)MAB1204A,19040.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279339,244)YBOLN04M,19041.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308133,35)YB3EH04A,19042.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291484,1488)RNS04M,19043.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298249,1329)RNS04M,19044.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292666,1497)LGSRA04,19045.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305887,3470)LCES004,19046.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292297,2958)RJIU04M,19047.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292436,1585)EG11G04M,19048.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295328,1185)RQXSI04E,19049.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295562,1034)RQXSI04E,19050.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292494,789)RQXSI04E,19051.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287817,1203)LGKFN04,19052.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292544,789)EG11G04M,19053.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294816,1503)YB5KL04E,19054.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283272,2095)RQXI04E,19055.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301074,814)LGKFN04,19056.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301161,2445)MYY04A,19057.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305557,2574)LCES004,19058.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292257,928)RQXI04E,19059.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292245,1940)BR404M,19060.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278185,345)YBOLN04M,19061.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283042,1585)LGKFN04,19062.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273793,649)YB5WH04M,19063.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289240,1101)EG11G04M,19064.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286897,2215)RQXSI04E,19065.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287194,1730)RQXSI04E,19066.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286600,2953)LGKFN04,19067.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(264011,2428)LCES004,19068.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289805,1497)YB5KL04E,19069.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292967,1813)RNS04M,19070.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294736,484)RQXI04E,19071.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308334,233)EBEEC04M,19072.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272849,1538)LGKFN04,19073.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273072,2441)RQXSI04E,19074.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298116,2755)RJIU04M,19075.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285782,733)RQXSI04E,19076.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295532,1170)RNI04M,19077.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280245,988)RQXI04E,19078.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287253,79)YB3EH04E,19079.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280458,242)EBEEC04M,19080.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291367,1029)EG11G04M,19081.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277936,1546)LGKFN04,19082.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283102,467)YB5KL04E,19083.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283526,816)KFZ4404M,19084.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311850,1398)MAB3404A,19085.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279279,640)YH5MH04M,19086.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306413,1324)LGKFN04,19087.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290568,1001)LEBAS04M,19088.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289563,1263)RNI04M,19089.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314223,1794)LCES004,19090.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292683,1539)YB5WH04M,19091.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292417,10350)LCES004,19092.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296923,350)YB3EH04E,19093.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307728,824)MAB1204A,19094.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297507,684)RQXSI04E,19095.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287020,1373)RNS04M,19096.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(262946,755)RQXSI04E,19097.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296754,1639)LGKFN04,19098.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308507,9995)LCES004,19099.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304722,853)MAB1204A,19100.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287222,818)RQXSI04E,19101.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295809,2402)BR404M,19102.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275270,1000)RQXSI04E,19103.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273032,654)RQXSI04E,19104.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294674,334)EBEEC04M,19105.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283706,290)YB3EH04E,19106.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307461,490)RJIU04M,19107.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293188,2692)RJIU04M,19108.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297087,1753)LGKFN04,19109.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285042,1771)LELVL04M,19110.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295407,560)RJIU04M,19111.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282480,1562)EBBRA04E,19112.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282859,1391)RQXSI04E,19113.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273004,1552)EGNOR04M,19114.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297157,1742)LGKFN04,19115.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289894,1234)LCES004,19116.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293889,2123)BR404M,19117.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301759,1724)KCHI104M,19118.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289045,1331)RNS04M,19119.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287660,1732)EG11G04M,19120.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283392,896)RQXSI04E,19121.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283468,1017)RQXSI04E,19122.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294133,605)RJIU04M,19123.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295329,828)YB5WH04M,19124.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288421,155)YB5KL04E,19125.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281059,643)YBOLN04M,19126.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295980,1408)RNS04M,19127.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287193,1775)RQXSI04E,19128.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291579,215)RJIU04M,19129.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282784,1034)RQXSI04E,19130.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263410,2372)LGKFN04,19131.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304825,813)EBEEC04M,19132.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291031,2254)EG11G04M,19133.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311285,1868)LCES004,19134.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291577,1620)EGNOR04M,19135.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296338,938)RQXSI04E,19136.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290491,1985)RNI04M,19137.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284722,632)RJIU04M,19138.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286461,402)YB3EH04E,19139.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288601,1787)LGKFN04,19140.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285949,1059)RQXI04E,19141.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284380,3028)EGNOR04M,19142.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263860,2327)LCES004,19143.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292801,485)PMXX04M,19144.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301501,1489)LCES004,19145.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288401,1626)EGNOR04M,19146.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285990,391)EBEEC04M,19147.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293647,3172)RJIU04M,19148.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277127,2220)LGKFN04,19149.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295886,2229)EG11G04M,19150.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310560,834)LCES004,19151.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289587,605)PMXX04M,19152.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294950,1920)RNS04M,19153.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300765,151)YB3EH04E,19154.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291082,2420)LELVU04,19155.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297125,496)YB3EH04E,19156.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298574,3753)YB3EH04E,19157.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285189,2155)RVKWU04M,19158.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293371,40)RJIU04M,19159.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263962,1387)LCES004,19160.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289455,3212)RJIU04M,19161.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286715,37)YB5WH04M,19162.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291027,945)YH5MH04M,19163.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307870,1149)GL34W04,19164.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294472,3000)RASI04M,19165.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289705,830)YB3EH04E,19166.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292908,1662)EG11G04M,19167.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294876,391)PMXX04M,19168.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290037,5)RJIU04M,19169.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275522,680)PMXX04M,19170.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282099,1854)EG11G04M,19171.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297062,530)YB3EH04E,19172.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294552,591)EGNOR04M,19173.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295966,649)YB5KL04E,19174.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280221,480)YB5KL04E,19175.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294327,872)RNI04M,19176.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289276,278)RNS04M,19177.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297977,1574)EGNOR04M,19178.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287785,1208)KFZ4404M,19179.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290219,1499)MGY04,19180.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304456,178)RJIU04M,19181.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287016,211)YBOLN04M,19182.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284085,2015)RVKWU04M,19183.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285575,430)RQXI04E,19184.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312938,908)LCES004,19185.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298038,623)EDGG704,19186.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284631,1785)RQXSI04E,19187.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284106,983)RQXSI04E,19188.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281048,1926)LGKFN04,19189.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282046,956)YB5WH04M,19190.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293444,540)YB5KL04E,19191.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284894,713)PMXX04M,19192.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288411,21)YBOLN04M,19193.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287111,676)EGNOR04M,19194.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285506,393)YB5KL04E,19195.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290776,270)RJIU04M,19196.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294004,480)YB5KL04E,19197.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287855,405)RNS04M,19198.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290666,1476)MGY04,19199.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283921,3170)EGNOR04M,19200.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285818,150)YBOLN04M,19201.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295131,306)YBOLN04M,19202.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293570,349)YB5KL04E,19203.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286180,210)YB5KL04E,19204.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279011,1624)LGKFN04,19205.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281174,447)YB5KL04E,19206.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312097,2828)LCES004,19207.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283559,1911)LGKFN04,19208.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302310,569)LGKFN04,19209.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287358,1219)RQXSI04E,19210.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278162,205)YBOLN04M,19211.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288242,997)PMXX04M,19212.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281983,556)YB5WH04M,19213.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277826,439)RJIU04M,19214.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296992,590)YB3EH04E,19215.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285658,222)YB5WH04M,19216.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289457,459)RJIU04M,19217.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289945,1941)LGKFN04,19218.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300578,179)MEK04,19219.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289911,258)PMXX04M,19220.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295034,737)RNS04M,19221.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295927,3220)RJIU04M,19222.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289566,1879)LGKFN04,19223.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288631,63)YBOLN04M,19224.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276122,2205)EG11G04M,19225.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289288,624)PMXX04M,19226.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280888,421)YBOLN04M,19227.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295004,69)RMZU04E,19228.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294740,650)YB3EH04E,19229.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289249,1540)KFZ4404M,19230.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310235,151)GL34W04,19231.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295104,1097)LEMDAT04,19232.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308743,644)MAB3404A,19233.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278651,271)YB5KL04E,19234.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292026,714)LELVL04M,19235.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286625,1330)PMXX04M,19236.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282890,2241)EGNOR04M,19237.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283889,206)LELVL04M,19238.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290528,347)YH5MH04M,19239.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307712,783)EDGG704,19240.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285123,686)LGKFN04,19241.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292753,112)YB5WH04M,19242.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277472,2528)EG11G04M,19243.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305816,608)MAB1204A,19244.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291312,2865)LGKFN04,19245.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263570,356)LELVU04,19246.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292099,1660)EGNOR04M,19247.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280706,1084)RQXSI04E,19248.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289759,522)EDGG704,19249.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277463,1981)LGKFN04,19250.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291679,2082)RNS04M,19251.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311265,2025)LCES004,19252.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291353,377)RMZSI04M,19253.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(281599,6)RMZU04E,19254.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294284,8305)MAB04,19255.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305671,309)LELVU04,19256.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298519,672)YB3EH04A,19257.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282583,997)PMXX04M,19258.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290681,90)YBOLN04M,19259.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291843,650)LELVL04M,19260.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309573,2056)LCES004,19261.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294706,1456)MM304,19262.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281643,320)YB5KL04E,19263.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293009,1233)RQXU04E,19264.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276837,525)$BR404M,19265.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301888,216)KWUR1C04,19266.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295501,247)LEBAS04M,19267.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304007,2857)EG11G04M,19268.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310635,24)MAB1204A,19269.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302135,2977)EG11G04M,19270.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282954,1030)RQXI04E,19271.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287946,445)PMXX04M,19272.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318187,480)MRAEE04,19273.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295153,356)YB5WH04M,19274.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303717,2435)LGZAA04M,19275.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287895,614)PMXX04M,19276.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298471,6871)LGKFN04,19277.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300287,756)RNS04M,19278.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289649,63)YBOLN04M,19279.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304753,1065)LGKFN04,19280.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295156,716)YB3EH04E,19281.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288361,586)PMXX04M,19282.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295893,1462)LEMDAT04,19283.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287158,189)YBOLN04M,19284.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296295,240)YB3EH04E,19285.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282657,592)RMZU04E,19286.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285826,824)YBOLN04M,19287.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288792,270)YB5WH04M,19288.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293565,1662)RJIU04M,19289.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302047,486)MAB1204A,19290.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313563,609)MAB1204A,19291.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291968,2497)EG11G04M,19292.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305803,328)KWUR1C04,19293.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315232,728)LCES004,19294.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297442,2409)EG11G04M,19295.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(267696,58)YB5KL04E,19296.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295745,996)RNS04M,19297.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292992,2887)EG11G04M,19298.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287235,512)PMXX04M,19299.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286616,2507)RVKWU04M,19300.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289007,807)YB5WH04M,19301.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276307,1983)LGKFN04,19302.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291727,305)EBEEC04M,19303.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283259,248)EGNOR04M,19304.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297851,291)LEBAS04M,19305.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283256,256)EGNOR04M,19306.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303842,799)LELVU04,19307.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294770,275)YB3EH04E,19308.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263958,581)LCES004,19309.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286726,339)YB5WH04M,19310.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296481,240)YB3EH04E,19311.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295287,319)RQXSI04E,19312.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273048,552)YB5WH04M,19313.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294005,14)RJIU04M,19314.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290166,2140)RNS04M,19315.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293250,522)YB5WH04M,19316.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283389,1166)RQXSI04E,19317.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288247,458)YB5WH04M,19318.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310792,202)MAB1204A,19319.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281483,1762)EGNOR04M,19320.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295885,1020)RQXSI04E,19321.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305851,939)MAB1204A,19322.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316314,471)KWUR1C04,19323.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295216,672)YB3EH04E,19324.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293580,64)RQXU04E,19325.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283333,136)YB5WH04M,19326.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276959,664)PMXX04M,19327.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291523,548)PMXX04M,19328.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294200,1140)RQXSI04E,19329.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282514,1221)RQXSI04E,19330.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282807,191)LGKFN04,19331.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280825,642)LGKFN04,19332.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293539,2590)RVKWU04M,19333.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(270468,450)YB5KL04E,19334.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283663,1053)RQXSI04E,19335.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289283,723)LEMDAT04,19336.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263196,1237)RQXSI04E,19337.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293901,897)PMXX04M,19338.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295734,1544)LEMDAT04,19339.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293116,872)LELVL04M,19340.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294848,846)EGNOR04M,19341.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317300,866)EDGG704,19342.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287736,1755)PMXX04M,19343.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306920,223)LGKFN04,19344.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281962,584)PMXX04M,19345.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302136,168)BR404M,19346.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283562,688)PMXX04M,19347.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290247,270)KFZ4404E,19348.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289999,817)PMXX04M,19349.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303992,1409)LGKFN04,19350.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288768,176)RMZSI04M,19351.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292178,2396)EGNOR04M,19352.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295754,1478)LEMDAT04,19353.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280871,119)LELVU04,19354.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285482,606)PMXX04M,19355.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286415,333)EBEEC04M,19356.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294912,763)RNS04M,19357.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287908,314)YB3EH04A,19358.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300727,268)EGNOR04M,19359.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298266,1999)LGKFN04,19360.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295428,519)RJIU04M,19361.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282660,711)PMXX04M,19362.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291847,878)YB5WH04M,19363.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295522,1217)PMXX04M,19364.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286277,953)KFZ4404M,19365.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288341,483)KWUR1C04,19366.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305962,768)LEMDAT04,19367.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278562,627)YB5KL04E,19368.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297636,231)YB5WH04M,19369.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285128,340)EG11G04M,19370.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291226,1249)RQXSI04E,19371.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273980,823)PMXX04M,19372.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297721,123)KSLN04A,19373.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284357,2620)RVKWU04M,19374.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295936,810)YB5KL04E,19375.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279817,687)EGNOR04M,19376.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290055,198)RMZU04E,19377.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287944,362)KFZ4404M,19378.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309684,292)ZM56704,19379.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294135,184)LELVL04M,19380.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288405,1515)PMXX04M,19381.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294690,1254)RVKWU04M,19382.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296164,645)RQXSI04E,19383.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301711,314)LCES004M,19384.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283194,459)PMXX04M,19385.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293168,340)RMZU04E,19386.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281922,393)YB5KL04E,19387.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292153,1106)YB5WH04M,19388.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295473,880)LELVU04,19389.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290395,426)PMXX04M,19390.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291164,957)RQXU04E,19391.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263323,401)LEBAS04M,19392.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287544,378)BR404M,19393.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272287,186)RMZU04E,19394.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295656,559)RQXSI04E,19395.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296158,0),19396.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303423,1000)EDGG704,19397.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285835,37)YB3EH04A,19398.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292803,2221)LGKFN04,19399.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304690,61)LOVN1504,19400.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291013,72)BR404M,19401.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281359,894)PMXX04M,19402.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292120,163)YB3EH04E,19403.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285688,424)RQXSI04E,19404.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294986,522)LGKFN04,19405.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295319,2088)EGPFA04,19406.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293139,940)RNS04M,19407.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284595,522)RQXSI04E,19408.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295343,3027)RVKWU04M,19409.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303156,2942)EG11G04M,19410.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285693,824)YB3EH04E,19411.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283823,810)YB3EH04E,19412.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288692,114)YB5WH04M,19413.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303216,114)MEK04,19414.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295098,210)YB5KL04E,19415.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294899,959)PMXX04M,19416.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285794,420)RQXSI04E,19417.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295594,2172)RNS04M,19418.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284797,672)BR204M,19419.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294460,227)PMXX04M,19420.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279193,454)YH5MH04M,19421.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308239,579)KWUR1C04,19422.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286685,1088)RQXSI04E,19423.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302863,1301)LEBAS04M,19424.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292278,210)RMZU04E,19425.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297572,3087)RVKWU04M,19426.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284165,1647)RVKWU04M,19427.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282677,390)YBOLN04M,19428.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285328,63)KFZ4404M,19429.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285395,63)KFZ4404M,19430.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288927,1752)KFZ4404M,19431.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279686,207)YBOLN04M,19432.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278663,951)EHAMA04,19433.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305697,1188)LEMDAT04,19434.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288720,754)PMXX04M,19435.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295700,1209)RQXSI04E,19436.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283821,684)KWUR404E,19437.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283489,822)RVKWU04M,19438.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294406,52)RQXSI04E,19439.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286404,1775)PMXX04M,19440.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306304,96)MAB3404A,19441.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304486,952)LELVU04,19442.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281824,1707)RVKWU04M,19443.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281334,717)RVKWU04M,19444.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282645,531)RMZU04E,19445.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279804,381)YH5MH04M,19446.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295929,1429)RASI04M,19447.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287402,1184)LELVL04M,19448.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293074,651)RQXU04E,19449.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288918,1205)RQXSI04E,19450.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292152,362)BR404M,19451.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286627,123)YBOLN04M,19452.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279893,975)EHAMA04,19453.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287329,606)YB5WH04M,19454.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284723,349)YB3EH04E,19455.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291264,359)PMXX04M,19456.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291528,135)YB3EH04E,19457.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317538,631)MAB1204A,19458.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308125,2617)LCES004,19459.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288428,842)RVKWU04M,19460.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315991,1270)EDGG704,19461.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278871,503)KWUR404E,19462.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291287,68)RQXU04E,19463.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292388,951)RQXU04E,19464.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293601,127)YB5KL04E,19465.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313875,1262)LCES004,19466.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282755,766)KWUR404E,19467.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301417,582)LGKFN04,19468.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291494,47)YH5MH04M,19469.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281749,111)YBOLN04M,19470.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307878,703)KWUR1C04,19471.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271099,63)YBOLN04M,19472.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287579,1249)RQXSI04E,19473.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294908,205)YBOLN04M,19474.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291189,2683)RVKWU04M,19475.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292439,585)EBEEC04M,19476.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303868,1369)LEMDAT04,19477.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292069,283)YD5WH04M,19478.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316916,1349)EDGG704,19479.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289397,514)LGKFN04,19480.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279142,154)RQXU04E,19481.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284190,1230)PMXX04M,19482.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307875,148)KSLN04A,19483.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296238,1628)RJIU04M,19484.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300896,345)GL34W04,19485.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295497,1327)PMXX04M,19486.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300850,1041)LELVU04,19487.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280428,41)YB5KL04E,19488.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296342,305)EGNOR04M,19489.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295794,1352)LEMDAT04,19490.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294047,1605)LELVL04M,19491.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286582,627)KFZ4404M,19492.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283036,531)LEBAS04M,19493.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303652,37)ZM56704,19494.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304570,420)LCES004M,19495.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279398,24)YH5MH04M,19496.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300964,462)LGKFN04,19497.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278885,342)YB5KL04E,19498.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284700,552)YB3EH04E,19499.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271214,1107)RMZU04E,19500.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308533,1057)EDGG704,19501.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304230,1297)EDGG704,19502.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309270,7)MAB3404A,19503.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296450,226)YBOLN04M,19504.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293498,1154)PMXX04M,19505.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294672,1320)RQXSI04E,19506.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307831,44)ZM56704,19507.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292100,497)PMXX04M,19508.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302132,368)LOVN1504,19509.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279756,1151)YH5MH04M,19510.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306384,1011)LELVU04,19511.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279887,4363)LGSRA04,19512.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297135,69)RNI04M,19513.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295296,225)RQXSI04E,19514.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281143,516)LGKFN04,19515.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303829,379)LOVN1504,19516.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308597,58)YB3EH04A,19517.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311032,332)LOVN1504,19518.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285178,156)PMXX04M,19519.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283414,247)$KWUR404E,19520.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303580,2946)EG11G04M,19521.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289472,2433)KWUR404E,19522.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296303,153)$KWUR404E,19523.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310005,1116)EDGG704,19524.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297504,28)YB3EH04A,19525.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301721,846)LGKFN04,19526.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295116,702)RQXU04E,19527.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309462,379)LOVN1504,19528.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293430,1071)RQXU04E,19529.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279651,528)YB5WH04M,19530.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278681,1567)EHAMA04,19531.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277112,154)YB5KL04E,19532.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308004,373)ZM56704,19533.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286485,101)YBOLN04M,19534.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315779,722)LCES004,19535.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294752,469)YB3EH04E,19536.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279592,806)KHVL104E,19537.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284393,341)YB5WH04M,19538.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282727,642)LGKFN04,19539.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296549,467)YBOLN04M,19540.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295915,715)LEMDAT04,19541.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294433,1340)RVKWU04M,19542.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306751,716)KWUR1C04,19543.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293156,762)RQXU04E,19544.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315748,1179)EDGG704,19545.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297119,1949)EGNOR04M,19546.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279431,55)YBOLN04M,19547.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285656,510)PMXX04M,19548.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292714,183)YB5WH04M,19549.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281925,7)EBBRA04E,19550.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288599,101)RMZU04E,19551.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298263,575)$KWUR404E,19552.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294611,1160)EGNOR04M,19553.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287433,219)YBOLN04M,19554.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293965,1025)RNS04M,19555.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283998,547)YB5WH04M,19556.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301088,1354)LEMDAT04,19557.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279482,546)YB5WH04M,19558.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295547,620)YB5KL04E,19559.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295752,695)LEMDAT04,19560.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280804,87)RMZU04E,19561.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301727,486)LGKFN04,19562.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288107,213)KWUR404E,19563.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298368,569)LOVN1504,19564.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292672,702)RQXU04E,19565.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291206,122)RQXU04E,19566.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279395,201)YBOLN04M,19567.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280607,289)YB5WH04M,19568.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302665,485)GL34W04,19569.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305532,132)YB3EH04A,19570.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292716,16)KSLN04M,19571.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312731,18)GL34W04,19572.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293927,49)YB5KL04E,19573.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301010,2305)RNS04M,19574.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297505,580)RQXSI04E,19575.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293268,107)YB3EH04A,19576.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305661,591)LOVN1504,19577.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313119,396)LOVN1504,19578.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305462,1146)EDGG704,19579.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308021,12)MEK04,19580.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290866,141)YBOLN04M,19581.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292875,942)RQXU04E,19582.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311949,127)MAB1204A,19583.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291519,223)ZM56704,19584.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284287,264)PMXX04M,19585.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279243,418)KSPE1P04,19586.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290553,662)LEMDAT04,19587.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296261,351)YBOLN04M,19588.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295587,100)YBOLN04M,19589.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297904,248)LOVN1504,19590.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291652,582)LEBAS04M,19591.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316430,1393)LCES004,19592.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298090,107)YB3EH04A,19593.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286185,188)LGKFN04,19594.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296350,155)RQXSI04E,19595.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282582,245)KWUR404E,19596.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313638,1228)EDGG704,19597.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307977,106)ZM56704,19598.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286494,604)YBOLN04M,19599.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273960,310)EGNOR04M,19600.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292111,977)LGKFN04,19601.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306922,255)LOVN1504,19602.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292688,7)BR404M,19603.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291995,120)RMZU04E,19604.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279318,900)LCES004M,19605.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295341,107)YB5WH04M,19606.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307897,752)LCES004M,19607.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284154,546)RQXSI04E,19608.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308945,1256)EDGG704,19609.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278855,300)KHVL104E,19610.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288404,550)$YH5MH04M,19611.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301867,854)YB3EH04A,19612.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305074,374)ZM56704,19613.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310082,1088)EDGG704,19614.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280143,39)YBOLN04M,19615.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296267,214)RQXU04E,19616.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300504,462)LGKFN04,19617.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310512,303)LOVN1504,19618.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282882,635)$KWUR404E,19619.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315081,1377)LCES004,19620.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293305,321)MEK04,19621.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298418,292)YBOLN04M,19622.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313034,518)GL34W04,19623.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274564,1518)RQXSI04E,19624.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277313,276)YBOLN04M,19625.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296112,253)YB5WH04M,19626.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290158,595)PMXX04M,19627.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281887,105)RQXSI04E,19628.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297845,2)YB3EH04A,19629.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291891,2044)LGKFN04,19630.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297596,535)LELVL04M,19631.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289989,1592)EDGG704,19632.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281485,402)LELVU04,19633.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309953,184)LOVN1504,19634.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294303,2529)EG11G04M,19635.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294049,926)RVKWU04M,19636.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296640,498)KSAL1204,19637.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292214,157)RMZU04E,19638.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284250,230)RMZU04E,19639.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280021,523)EGNOR04M,19640.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301972,54)YB3EH04A,19641.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291038,1349)EDGG704,19642.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295448,161)RMZU04E,19643.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289194,2846)RMZU04E,19644.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290396,294)LELVL04M,19645.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290019,767)KWUR1C04,19646.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308947,40)YB3EH04A,19647.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(269231,354)YBOLN04M,19648.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289972,371)PMXX04M,19649.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280283,524)YH5MH04M,19650.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310392,135)LCES004,19651.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316538,1620)EDGG704,19652.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313302,1273)LCES004,19653.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295514,650)YB3EH04A,19654.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288101,421)KSPE104D,19655.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310303,1641)RMZU04,19656.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278565,605)LELVU04,19657.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304253,647)LCES004M,19658.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304979,189)YB3EH04A,19659.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286682,343)YH5MH04M,19660.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300582,295)KWUR404E,19661.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278783,128)YB5KL04E,19662.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307990,1402)EDGG704,19663.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294926,102)RQXU04E,19664.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297746,611)LOVN1504,19665.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291761,1009)RNS04M,19666.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(262875,186)EBBRA04E,19667.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288989,2341)RMZSI04M,19668.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286690,1598)EHAMA04,19669.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290090,1346)EDGG704,19670.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279347,353)KSPE1P04,19671.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281989,240)YH5MH04M,19672.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282467,129)KWUR404E,19673.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(270762,308)YB5WH04M,19674.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292872,558)KSAL1204,19675.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309978,497)YB3EH04A,19676.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303728,148)YB3EH04E,19677.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296563,145)KWUR404E,19678.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297744,279)LOVN1504,19679.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294370,479)KSPE104D,19680.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280192,546)YH5MH04M,19681.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294656,126)BR404M,19682.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294944,411)YB5WH04M,19683.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292670,702)RQXU04E,19684.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303471,836)PMXX04M,19685.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291257,1046)EDGG704,19686.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294779,253)RNS04M,19687.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285372,81)$KSLN2C04,19688.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289872,1505)KFZ4404M,19689.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279834,622)KFZ4404E,19690.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305491,274)YB3EH04A,19691.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294997,133)RMZU04E,19692.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279735,193)KSPE1P04,19693.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290650,911)PMXX04M,19694.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276611,305)RQXSI04E,19695.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305011,366)GL4W04M,19696.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291377,1026)EG11G04M,19697.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282057,222)YBOLN04M,19698.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277924,325)YBOLN04M,19699.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298502,263)YB3EH04A,19700.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289314,748)YB5WH04M,19701.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292094,240)LELVL04M,19702.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305171,13)RMZU04,19703.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296265,43)LELVU04,19704.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283584,302)YB5WH04M,19705.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295372,319)YB3EH04A,19706.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295952,427)RQXSI04E,19707.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283812,267)YBOLN04M,19708.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302798,76)LGKFN04,19709.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279621,972)YH5MH04M,19710.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294449,582)BR404M,19711.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301342,1110)LCES004M,19712.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309172,1883)EDGG704,19713.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312648,24)MAB3404A,19714.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309210,1091)EDGG704,19715.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289618,77)YB5WH04M,19716.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279896,498)RASI04M,19717.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288154,112)PMXX04M,19718.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292092,472)KSLN04M,19719.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289913,345)EGNOR04M,19720.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291305,1668)EDGG704,19721.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284566,488)YB3EH04A,19722.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287288,630)KSPE1P04,19723.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279259,393)YH5MH04M,19724.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306801,795)RMZU04,19725.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291521,20)LELVL04M,19726.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285878,128)LGKFN04,19727.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297762,638)LEBAS04M,19728.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287018,1600)RQXSI04E,19729.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284183,193)LOVN1504,19730.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300045,481)KSPE104D,19731.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279716,665)LELVU04,19732.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279485,633)KHVL104E,19733.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307055,232)YB3EH04A,19734.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(291656,163)KHVL104E,19735.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289160,172)ZM56704,19736.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295446,174)RMZU04E,19737.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311478,357)LELVL104,19738.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298171,423)LELVU04,19739.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277387,96)YB5WH04M,19740.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308003,203)YB3EH04A,19741.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289110,323)KWUR404E,19742.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289675,338)KSPE1P04,19743.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296939,176)YB3EH04A,19744.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292483,963)RVKWU04M,19745.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294530,92)RVKWU04M,19746.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307145,599)KSAL1204,19747.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297842,87)YB3EH04E,19748.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315763,1661)EDGG704,19749.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283954,161)YBOLN04M,19750.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307860,233)YB3EH04A,19751.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284350,222)YBOLN04M,19752.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277167,79)KHVL104E,19753.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281290,113)YBOLN04M,19754.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298306,253)LOVN1504,19755.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(322722,1089)EDGG704,19756.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285112,159)KSLN04M,19757.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298480,552)RMZU04,19758.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296337,524)BR404M,19759.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304739,499)GL34W04,19760.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294164,14)BR404M,19761.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287819,680)PMXX04M,19762.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309203,270)YB3EH04A,19763.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(268974,248)KSPE1P04,19764.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263298,348)LELVL04M,19765.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283607,1123)PMXX04M,19766.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310127,277)YB3EH04A,19767.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298130,414)KSLN04A,19768.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295747,197)YB3EH04A,19769.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279409,622)YH5MH04M,19770.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295728,84)YB5WH04M,19771.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307805,679)LOVN1504,19772.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296840,163)YB3EH04A,19773.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292251,147)YB3EH04A,19774.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297370,164)YB3EH04A,19775.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315895,331)MEK04,19776.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277591,32)RMZU04E,19777.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303850,577)LOVN1504,19778.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274596,151)RQXSI04E,19779.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309473,427)LOVN1504,19780.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288501,275)LEMDAT04,19781.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300487,236)YB3EH04A,19782.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306171,614)LOVN1504,19783.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294156,189)YB3EH04E,19784.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306251,643)RMZU04,19785.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304555,433)MM304,19786.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294773,167)YBOLN04M,19787.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317111,1067)EDGG704,19788.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307733,287)LELVL104,19789.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294815,723)RMZU04,19790.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283464,158)YB3EH04A,19791.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294501,739)EBEEC04M,19792.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297382,997)YB3EH04E,19793.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312494,697)LOVN1504,19794.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295790,435)LEMDAT04,19795.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288358,458)KWUR404E,19796.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318112,100)MGY04,19797.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303741,95)MAB1204A,19798.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306710,749)LOVN1504,19799.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295292,163)YB3EH04A,19800.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295723,1952)RVKWU04M,19801.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279791,694)EHAMA04,19802.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308308,172)YB3EH04A,19803.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309790,291)YB3EH04A,19804.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293549,317)RQXU04E,19805.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285474,41)KCHI104M,19806.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285862,20)RMZU04E,19807.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302840,726)RMZU04,19808.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294546,615)LOVN1504,19809.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276830,264)LEBAS04M,19810.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274643,117)EGNOR04M,19811.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290272,872)LEMDAT04,19812.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292940,1798)EDGG704,19813.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304780,822)KWUR1C04,19814.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291193,50)YBOLN04M,19815.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286590,254)YB5WH04M,19816.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278386,325)YH5MH04M,19817.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293126,2174)RJIU04M,19818.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286762,1056)RJIU04M,19819.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289655,1105)RJIU04M,19820.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290343,1174)RJIU04M,19821.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289136,1177)RJIU04M,19822.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290967,1197)RJIU04M,19823.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290480,1588)RJIU04M,19824.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294756,1623)RJIU04M,19825.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263921,4397)LCES004,19826.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303203,4628)LCES004,19827.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300064,1626)RJIU04M,19828.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297113,2121)RJIU04M,19829.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292796,4856)LCES004,19830.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297867,1686)RJIU04M,19831.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307498,5209)LCES004,19832.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300097,2241)RJIU04M,19833.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303665,5217)LCES004,19834.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287119,2252)RJIU04M,19835.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292569,2461)RJIU04M,19836.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295238,1813)RJIU04M,19837.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290342,1783)RJIU04M,19838.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291104,5461)LCES004,19839.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312895,5757)LCES004,19840.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312583,5757)LCES004,19841.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296953,6442)LCES004,19842.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295274,1499)RNI04M,19843.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302531,2524)RJIU04M,19844.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296307,1534)RNI04M,19845.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313569,6777)LCES004,19846.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285733,6251)LCES004,19847.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263866,5783)LCES004,19848.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297164,3741)EBEEC04M,19849.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312199,6657)LCES004,19850.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290406,2638)RJIU04M,19851.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309414,2847)LCES004,19852.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293252,1741)RNI04M,19853.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312825,2973)LCES004,19854.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308622,2195)LCES004,19855.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312879,6357)LCES004,19856.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317048,3057)LCES004,19857.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298528,6837)LCES004,19858.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310732,2157)LCES004,19859.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294556,2534)RJIU04M,19860.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297232,1879)RNI04M,19861.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310158,3417)LCES004,19862.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263439,6557)LCES004,19863.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313540,1869)LCES004,19864.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292050,2621)RJIU04M,19865.p,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_x(285459,3558)LCES004,19866.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288253,1923)RNI04M,19867.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316090,6886)LCES004,19868.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289868,1813)LCES004,19869.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300356,2913)RJIU04M,19870.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308251,1708)LCES004,19871.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278295,1960)RNI04M,19872.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287924,2405)LELVL04M,19873.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313068,7023)LCES004,19874.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314699,3897)LCES004,19875.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314108,3915)LCES004,19876.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287891,2997)RJIU04M,19877.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303612,7377)LCES004,19878.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263602,2735)LCES004,19879.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290082,2132)RNI04M,19880.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313758,2675)LCES004,19881.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298116,2843)RJIU04M,19882.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292297,3046)RJIU04M,19883.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293188,2780)RJIU04M,19884.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263868,2675)LCES004,19885.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285747,2216)RNI04M,19886.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293647,3260)RJIU04M,19887.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289455,3300)RJIU04M,19888.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300621,7766)LCES004,19889.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297984,2388)KSLN04A,19890.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295927,3308)RJIU04M,19891.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263862,7797)LCES004,19892.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304456,3515)RJIU04M,19893.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289354,4652)RJIU04M,19894.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307461,578)RJIU04M,19895.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295407,648)RJIU04M,19896.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290776,3607)RJIU04M,19897.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294133,693)RJIU04M,19898.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277826,3776)RJIU04M,19899.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284722,720)RJIU04M,19900.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297852,2665)RJIU04M,19901.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289457,3796)RJIU04M,19902.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296406,4056)RJIU04M,19903.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289318,4765)RJIU04M,19904.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298006,4098)RJIU04M,19905.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290578,2353)RNI04M,19906.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276837,3861)RJIU04M,19907.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314402,1013)MYY04A,19908.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311856,1403)MAB3404A,19909.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292265,4845)RJIU04M,19910.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289232,4349)RJIU04M,19911.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289978,4125)RJIU04M,19912.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(311284,7857)LCES004,19913.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305887,2611)LCES004,19914.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288693,5059)RJIU04M,19915.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290076,5362)RJIU04M,19916.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311073,8037)LCES004,19917.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293534,5736)RJIU04M,19918.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290574,5356)RJIU04M,19919.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305557,1715)LCES004,19920.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292808,4588)RJIU04M,19921.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311151,1311)MGY04,19922.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298180,2491)RNI04M,19923.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(264011,1569)LCES004,19924.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297402,9454)LCES004,19925.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292245,5839)RJIU04M,19926.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300445,8344)LCES004,19927.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302879,2166)MYY04A,19928.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314223,935)LCES004,19929.p,0.000000)\\\n",
-      "\t\t\t\t0.000000\t(t_x(312674,8457)LCES004,19930.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292550,4691)RJIU04M,19931.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291906,2646)EGNOR04M,19932.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295283,1182)MAB3404A,19933.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289563,5149)RJIU04M,19934.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290037,3342)RJIU04M,19935.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263612,8638)LCES004,19936.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295532,5046)RJIU04M,19937.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298434,8734)LCES004,19938.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280579,325)EGNOR04M,19939.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294327,4744)RJIU04M,19940.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307182,2564)MRAEE04,19941.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302711,1386)MYY04A,19942.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302138,1297)MYY04A,19943.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314823,1196)MYY04A,19944.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263306,8997)LCES004,19945.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279241,913)EGNOR04M,19946.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302874,2210)MYY04A,19947.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295608,1104)EGNOR04M,19948.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308336,986)MYY04A,19949.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312015,9057)LCES004,19950.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306346,9895)LCES004,19951.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285585,1187)MYY04A,19952.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309442,214)MYY04A,19953.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311757,10197)LCES004,19954.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288421,38)YB5KL04E,19955.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263580,10510)LCES004,19956.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295428,3856)RJIU04M,19957.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307264,10517)LCES004,19958.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306499,734)MGY04,19959.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308371,870)ZM56704,19960.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291819,856)EGNOR04M,19961.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293565,5526)RJIU04M,19962.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309103,576)GL34W04,19963.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303506,10737)LCES004,19964.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302044,875)MYY04A,19965.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272249,1365)EGNOR04M,19966.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305585,861)MYY04A,19967.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293889,6014)RJIU04M,19968.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291843,6407)RJIU04M,19969.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294541,6388)RJIU04M,19970.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297818,1436)MYY04A,19971.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311155,10783)LCES004,19972.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289828,1409)MYY04A,19973.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307726,1426)MYY04A,19974.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310647,2529)GL34W04,19975.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305560,2724)MYY04A,19976.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308914,885)MYY04A,19977.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288381,2668)EG11G04M,19978.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297335,5149)RJIU04M,19979.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307153,10968)LCES004,19980.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309959,443)MAB04,19981.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273386,1574)EGNOR04M,19982.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288601,1453)LGKFN04,19983.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300050,5412)GL4W04M,19984.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294001,2482)RJIU04M,19985.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304114,1040)GL34W04,19986.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289238,1395)EGNOR04M,19987.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277127,1886)LGKFN04,19988.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291377,1419)EG11G04M,19989.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288992,6118)RJIU04M,19990.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287904,781)LGKFN04,19991.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316029,1887)EDGG704,19992.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294112,1519)EG11G04M,19993.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298700,778)YB3EH04A,19994.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311697,1960)EDGG704,19995.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297546,787)LGKFN04,19996.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305283,793)LGKFN04,19997.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296238,5492)RJIU04M,19998.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292383,1997)EDGG704,19999.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284104,1630)EG11G04M,20000.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291594,1532)EG11G04M,20001.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284417,1709)EGNOR04M,20002.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295546,1230)EGNOR04M,20003.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315544,2010)EDGG704,20004.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300146,588)LGKFN04,20005.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286743,582)LGKFN04,20006.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317851,2040)EDGG704,20007.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277434,759)EG11G04M,20008.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280430,1057)LGKFN04,20009.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278149,1221)EGNOR04M,20010.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278067,1297)EG11G04M,20011.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312800,2180)EDGG704,20012.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292436,1664)EG11G04M,20013.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290738,1727)EG11G04M,20014.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292544,868)EG11G04M,20015.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280212,1343)LGSRA04,20016.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296922,2079)LGKFN04,20017.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289989,2192)EDGG704,20018.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289240,1180)EG11G04M,20019.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287524,399)LGKFN04,20020.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300631,4074)EG11G04M,20021.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263515,501)LGKFN04,20022.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305425,1153)MGY04,20023.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295416,1318)EGNOR04M,20024.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301590,538)LGKFN04,20025.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316538,2220)EDGG704,20026.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301272,2139)LGKFN04,20027.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293657,2230)EG11G04M,20028.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292231,2202)EG11G04M,20029.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302317,2291)KSLN04M,20030.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310475,11157)LCES004,20031.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294193,758)LGKFN04,20032.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289502,2470)EG11G04M,20033.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291305,2268)EDGG704,20034.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283688,5776)RQXSI04E,20035.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298471,6537)LGKFN04,20036.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301431,1491)EGNOR04M,20037.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301968,2410)EG11G04M,20038.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302060,2410)EG11G04M,20039.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304450,863)MGY04,20040.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274577,1114)RQXSI04E,20041.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297622,2659)EG11G04M,20042.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285664,11253)LCES004,20043.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291724,219)YB3EH04E,20044.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311447,781)LGKFN04,20045.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275277,1273)RQXSI04E,20046.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286963,1121)RQXSI04E,20047.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287660,1811)EG11G04M,20048.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289367,760)RQXSI04E,20049.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294613,1107)LELVL04M,20050.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287817,869)LGKFN04,20051.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302661,2590)EG11G04M,20052.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308325,2379)LGKFN04,20053.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297929,1558)EGNOR04M,20054.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310438,2336)EDGG704,20055.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303692,2614)LGKFN04,20056.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292935,219)YB3EH04E,20057.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290550,461)MAB04,20058.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284313,1292)RQXSI04E,20059.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293468,6258)RJIU04M,20060.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304258,147)MRAEE04,20061.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314573,2400)EDGG704,20062.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297087,1419)LGKFN04,20063.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302424,3156)MYY04A,20064.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288522,342)YB3EH04E,20065.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284933,1647)LELVL04M,20066.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287347,3006)GL34W04,20067.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295886,2308)EG11G04M,20068.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287126,192)YB3EH04E,20069.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314131,117)MYY04A,20070.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303148,899)MRAE04,20071.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296062,1492)RQXSI04E,20072.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294686,216)YB3EH04E,20073.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263410,2038)LGKFN04,20074.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287243,2404)GL4W04M,20075.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286600,2619)LGKFN04,20076.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277190,2701)EG11G04M,20077.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310674,1043)MGY04,20078.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298266,3339)LGKFN04,20079.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302361,1212)MGY04,20080.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314889,2573)EDGG704,20081.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308511,1091)MGY04,20082.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303314,2735)EG11G04M,20083.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292487,279)YB3EH04E,20084.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284810,5392)RQXSI04E,20085.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271211,1503)RQXSI04E,20086.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291367,1108)EG11G04M,20087.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276122,2284)EG11G04M,20088.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285241,6696)LGKFN04,20089.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311840,11397)LCES004,20090.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303814,2573)EDGG704,20091.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294005,5809)RJIU04M,20092.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303263,483)MYY04A,20093.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309822,219)ZM56704,20094.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304054,858)MYY04A,20095.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302006,1460)MYY04A,20096.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306413,2664)LGKFN04,20097.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301142,123)MEK04,20098.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272849,2878)LGKFN04,20099.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306405,2612)EDGG704,20100.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301365,337)ZM56704,20101.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297442,2488)EG11G04M,20102.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307410,483)MGY04,20103.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306530,798)MGY04,20104.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303971,290)ZM56704,20105.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277936,2886)LGKFN04,20106.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281466,1679)EGNOR04M,20107.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295371,1544)RQXSI04E,20108.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291100,495)RQXI04E,20109.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317111,2767)EDGG704,20110.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304761,182)MAB1204A,20111.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263926,2580)MGY04,20112.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263004,1397)RQXSI04E,20113.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296754,2979)LGKFN04,20114.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314075,1447)MRAE04,20115.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308751,778)MGY04,20116.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306669,607)MRAE04,20117.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309583,542)MGY04,20118.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304696,982)MGY04,20119.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(319288,547)MRAE04,20120.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296194,1596)MAB04,20121.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280252,7972)RQXSI04E,20122.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(322722,2789)EDGG704,20123.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283750,2170)EG11G04M,20124.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263593,1036)LOVN1504,20125.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314186,360)KWUR1C04,20126.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304944,681)MAB1204A,20127.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309188,563)MAB04,20128.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312682,667)MRAE04,20129.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286877,446)ZM56704,20130.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297157,3082)LGKFN04,20131.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308619,3845)LGZAA04M,20132.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302955,111)MAB04,20133.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307979,201)MEK04,20134.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287194,1617)RQXSI04E,20135.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303049,629)MAB3404A,20136.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309210,2891)EDGG704,20137.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303208,270)MEK04,20138.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307231,636)MGY04,20139.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312085,117)MAB3404A,20140.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283558,19)YB3EH04E,20141.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312912,804)MAB1204A,20142.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292666,1778)YB5KL04E,20143.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290566,1075)MYY04A,20144.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277112,96)YB5KL04E,20145.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292908,1741)EG11G04M,20146.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301760,1591)MAB3404A,20147.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290090,3246)EDGG704,20148.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291257,2946)EDGG704,20149.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301759,3094)LGKFN04,20150.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310235,226)$GL34W04,20151.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263503,636)RNS04M,20152.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309625,439)MYY04A,20153.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272266,1344)YB5WH04M,20154.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283140,191)YBOLN04M,20155.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285042,1667)LELVL04M,20156.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279011,536)LGKFN04,20157.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318516,131)MAB04,20158.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305019,854)RNS04M,20159.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305728,644)ZM56704,20160.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295328,1072)RQXSI04E,20161.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294518,2742)EG11G04M,20162.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309981,951)MAB04,20163.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276911,159)RNS04M,20164.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292803,1884)YB3EH04A,20165.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290858,3328)RNS04M,20166.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307696,308)MGY04,20167.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294816,613)YB5WH04M,20168.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308624,683)LCES004,20169.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304422,80)MGY04,20170.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302844,229)MEK04,20171.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283746,198)RNS04M,20172.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293177,2802)EG11G04M,20173.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311108,11397)LCES004,20174.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291038,3249)EDGG704,20175.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289863,1115)MGY04,20176.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309711,952)MGY04,20177.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273004,1691)EGNOR04M,20178.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295319,5985)RJIU04M,20179.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280274,257)RQXI04E,20180.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311954,684)MRAE04,20181.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303377,499)MAB1204A,20182.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308144,315)MAB04,20183.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287253,179)YB3EH04E,20184.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311255,1084)MEK04,20185.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296923,450)YB3EH04E,20186.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288915,584)MRAEE04,20187.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280428,159)YB5KL04E,20188.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310502,585)MAB04,20189.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304568,768)ZM56704,20190.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309780,750)LCES004,20191.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289805,416)YBOLN04M,20192.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309016,277)MRAE04,20193.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302643,2806)EG11G04M,20194.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291577,1759)EGNOR04M,20195.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298619,923)RNS04M,20196.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287193,1662)RQXSI04E,20197.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308945,3256)EDGG704,20198.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290061,1320)EDGG704,20199.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282657,375)YBOLN04M,20200.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282313,488)RQXSI04E,20201.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306829,1527)MYY04A,20202.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312881,1984)GL34W04,20203.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308769,847)MRAE04,20204.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291009,715)RQXSI04E,20205.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296109,124)RMZU04E,20206.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283706,390)YB3EH04E,20207.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291031,2333)EG11G04M,20208.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286638,1154)RNS04M,20209.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288914,583)MRAEE04,20210.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273072,1394)RQXI04E,20211.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302301,1106)MAB1204A,20212.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288401,1765)EGNOR04M,20213.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281048,3266)LGKFN04,20214.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287980,844)RQXI04E,20215.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309317,1507)MGY04,20216.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292683,689)YB5KL04E,20217.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289566,3219)LGKFN04,20218.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284380,3098)EGNOR04M,20219.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307728,907)MAB1204A,20220.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293757,1523)KFZ4404M,20221.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285157,95)LELVU04,20222.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298704,919)MRAE04,20223.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311838,11415)LCES004,20224.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315748,3379)EDGG704,20225.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283333,98)YB5KL04E,20226.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305462,3346)EDGG704,20227.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283559,3251)LGKFN04,20228.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291491,772)ZM56704,20229.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280221,6)YB5WH04M,20230.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291579,6010)RJIU04M,20231.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301477,972)MRAE04,20232.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304778,483)RNS04M,20233.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292417,805)LCES004,20234.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289192,919)MAB04,20235.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294940,2496)RNS04M,20236.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313003,1275)MRAE04,20237.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284631,1672)RQXSI04E,20238.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281983,503)YB5KL04E,20239.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308647,942)MRAE04,20240.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303195,1403)MRAE04,20241.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282099,1933)EG11G04M,20242.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283102,416)YB5WH04M,20243.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303350,2439)MAB04,20244.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289843,476)MGY04,20245.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291082,1830)LELVU04,20246.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313433,1410)MRAE04,20247.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308449,1601)MRAE04,20248.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289945,3281)LGKFN04,20249.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291267,1511)RNS04M,20250.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304722,936)MAB1204A,20251.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283117,189)YB5WH04M,20252.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309011,1603)MRAE04,20253.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286461,502)YB3EH04E,20254.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278185,55)YB5KL04E,20255.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294121,506)RVKWS04,20256.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313701,763)MGY04,20257.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306269,948)MGY04,20258.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304230,3497)EDGG704,20259.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312762,1104)MRAE04,20260.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287438,794)RJIU04M,20261.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295131,241)KFZ4404E,20262.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287076,865)KFZ4404M,20263.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289705,930)YB3EH04E,20264.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283526,885)KFZ4404M,20265.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309588,1161)MRAE04,20266.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316446,148)MYY04A,20267.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295329,801)YBOLN04M,20268.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286494,378)YBOLN04M,20269.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295932,435)RNS04M,20270.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287111,746)EGNOR04M,20271.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296265,141)LELVU04,20272.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312707,1774)MRAE04,20273.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307355,1014)ZM56704,20274.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281059,459)YB5WH04M,20275.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283343,183)YB5WH04M,20276.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297125,596)YB3EH04E,20277.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293070,1584)RNS04M,20278.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283921,3240)EGNOR04M,20279.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285782,539)RQXSI04E,20280.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285863,480)RQXI04E,20281.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306667,828)ZM56704,20282.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277463,3321)LGKFN04,20283.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295966,507)YB5WH04M,20284.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280645,232)YBOLN04M,20285.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297977,1713)EGNOR04M,20286.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295587,551)YBOLN04M,20287.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286658,409)EBBRA04E,20288.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290367,1035)MRAE04,20289.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296700,382)LELVU04,20290.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297062,630)YB3EH04E,20291.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316916,3549)EDGG704,20292.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287785,1277)KFZ4404M,20293.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292992,1614)YD5WH04M,20294.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276959,766)PMXX04M,20295.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300642,1250)MRAE04,20296.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303929,1227)LGKFN04,20297.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292753,60)YB5WH04M,20298.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(320214,954)MRAE04,20299.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304051,132)MYY04A,20300.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302616,457)MGY04,20301.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271616,626)RQXSI04E,20302.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290528,138)YBOLN04M,20303.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282890,2380)EGNOR04M,20304.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295104,1243)MM304,20305.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296338,451)RQXSI04E,20306.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304583,1054)MRAE04,20307.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307679,1136)LOVN1504,20308.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279339,775)YB5KL04E,20309.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290696,1630)RNS04M,20310.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295528,519)RQXI04E,20311.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305798,11457)LCES004,20312.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292278,422)YB5WH04M,20313.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290174,26)LGKFN04,20314.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291027,152)YBOLN04M,20315.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292099,1799)EGNOR04M,20316.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298574,3803)YB3EH04E,20317.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294548,989)MGY04,20318.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296157,698)RQXSI04E,20319.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289999,919)PMXX04M,20320.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291218,944)RQXI04E,20321.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287241,936)MAB1204A,20322.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290996,545)PMXX04M,20323.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291484,288)RNS04M,20324.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285658,540)YB5KL04E,20325.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284106,496)RQXSI04E,20326.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283751,660)RQXI04E,20327.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263962,1559)LCES004,20328.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276307,3323)LGKFN04,20329.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290215,584)RJIU04M,20330.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283954,522)YBOLN04M,20331.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288631,18)YBOLN04M,20332.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291312,2949)LGKFN04,20333.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301161,52)MAB3404A,20334.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282480,780)EBBRA04E,20335.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287819,783)PMXX04M,20336.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293445,499)RNI04M,20337.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305354,167)MEK04,20338.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263860,1811)LCES004,20339.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303200,162)MYY04A,20340.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273980,925)PMXX04M,20341.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307304,1147)MRAE04,20342.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(270468,509)YB5KL04E,20343.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301501,1661)LCES004,20344.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296992,690)YB3EH04E,20345.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288696,583)RJIU04M,20346.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285766,558)RQXSI04E,20347.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287604,790)PMXX04M,20348.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289013,105)MEK04,20349.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295129,170)YB3EH04E,20350.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296295,290)YB3EH04E,20351.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300765,201)YB3EH04E,20352.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315991,3570)EDGG704,20353.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307626,1731)MRAE04,20354.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298249,1829)RNS04M,20355.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293530,504)RNI04M,20356.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285383,642)RNI04M,20357.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309281,884)ZM56704,20358.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312938,1080)LCES004,20359.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288768,91)RMZSI04M,20360.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293587,1678)LCES004,20361.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272695,888)RQXSI04E,20362.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311285,2040)LCES004,20363.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284418,135)RMZU04E,20364.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306069,671)MGY04,20365.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305754,404)MGY04,20366.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289716,552)LGKFN04,20367.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306677,302)MYY04A,20368.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293570,203)YB5WH04M,20369.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287937,990)RJIU04M,20370.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307845,122)MGY04,20371.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297670,274)MEK04,20372.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311312,322)MEK04,20373.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302047,568)MAB1204A,20374.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(301843,339)LGKFN04,20375.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305816,690)MAB1204A,20376.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307190,983)LGKFN04,20377.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296560,1253)PMXX04M,20378.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290666,380)MGY04,20379.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291994,300)YBOLN04M,20380.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289397,1017)LGKFN04,20381.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284028,758)RQXSI04E,20382.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286897,1048)RQXSI04E,20383.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294770,325)YB3EH04E,20384.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279431,10)YBOLN04M,20385.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291523,1371)PMXX04M,20386.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296481,290)YB3EH04E,20387.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290455,1354)RNS04M,20388.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295885,338)RQXSI04E,20389.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278830,79)YB5KL04E,20390.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305823,623)MAB04,20391.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317538,713)MAB1204A,20392.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280706,883)RQXI04E,20393.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282046,900)KWUR404E,20394.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314563,487)MGY04,20395.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310792,284)MAB1204A,20396.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309693,46)MYY04A,20397.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312097,2312)LCES004,20398.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288154,935)PMXX04M,20399.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281174,650)YB5WH04M,20400.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317153,2337)EDGG704,20401.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314600,3588)EDGG704,20402.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290491,813)RNI04M,20403.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293009,765)YB5WH04M,20404.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301224,131)MEK04,20405.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289907,46)MM304,20406.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280825,471)LGKFN04,20407.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286715,141)YBOLN04M,20408.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304336,137)MAB3404A,20409.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303416,745)MGY04,20410.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280888,743)YB5KL04E,20411.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286625,1432)PMXX04M,20412.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307779,46)MEK04,20413.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289347,372)MRAE04,20414.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280143,175)YBOLN04M,20415.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310005,3616)EDGG704,20416.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301721,1349)LGKFN04,20417.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296253,437)MEK04,20418.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285506,452)YB5KL04E,20419.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292111,726)LGKFN04,20420.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292967,813)RNS04M,20421.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293544,893)RQXSI04E,20422.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301621,1152)RVKWS04,20423.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305851,982)MAB3404A,20424.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297636,302)YB5KL04E,20425.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313563,691)MAB1204A,20426.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284165,2016)RVKWU04M,20427.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278162,651)YB5WH04M,20428.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310219,2537)EDGG704,20429.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294523,28)EBEEC04M,20430.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293957,380)RNI04M,20431.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310560,2552)LCES004,20432.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298519,529)LGKFN04,20433.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308629,400)MAB04,20434.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309695,441)MEK04,20435.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292423,2189)EDGG704,20436.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294848,916)EGNOR04M,20437.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315366,272)MGY04,20438.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313717,311)MEK04,20439.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309190,533)MGY04,20440.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295156,816)YB3EH04E,20441.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315232,900)LCES004,20442.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281483,1901)EGNOR04M,20443.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282727,471)LGKFN04,20444.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283663,1278)RQXSI04E,20445.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302179,250)KWUR1C04,20446.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283812,177)YBOLN04M,20447.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284287,1087)PMXX04M,20448.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281824,2076)RVKWU04M,20449.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292214,60)YB5KL04E,20450.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283392,1121)RQXSI04E,20451.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296337,224)BR404M,20452.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294200,1365)RQXSI04E,20453.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305671,505)LELVU04,20454.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294276,330)RQXU04E,20455.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294120,1862)PMXX04M,20456.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292107,1032)RQXI04E,20457.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302135,695)EG11G04M,20458.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303471,1865)PMXX04M,20459.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304380,335)MEK04,20460.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300666,11503)LCES004,20461.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285949,394)EBBRA04E,20462.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302366,249)MAB3404A,20463.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295497,1429)PMXX04M,20464.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294740,750)YB3EH04E,20465.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291951,251)RMZU04E,20466.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301888,285)KWUR1C04,20467.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302758,763)RNI04M,20468.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305510,1286)MRAEE04,20469.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289164,4918)RJIU04M,20470.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297119,2088)EGNOR04M,20471.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317978,2732)EDGG704,20472.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298646,793)LGKFN04,20473.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288918,523)RQXSI04E,20474.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288529,706)RNI04M,20475.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263570,552)LELVU04,20476.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283389,1391)RQXSI04E,20477.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309099,303)MRAEE04,20478.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292989,554)YB5KL04E,20479.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298578,1642)MGY04,20480.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286185,531)LGKFN04,20481.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287944,986)KFZ4404M,20482.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313638,3728)EDGG704,20483.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303580,664)EG11G04M,20484.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283823,460)YB3EH04E,20485.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292153,611)RMZU04E,20486.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292451,172)YBOLN04M,20487.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310618,4048)EDGG704,20488.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289683,896)ZM56704,20489.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303684,87)MRAEE04,20490.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294908,417)YB5KL04E,20491.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281359,791)PMXX04M,20492.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304262,159)MGY04,20493.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(323044,592)MRAE04,20494.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311878,991)MGY04,20495.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293116,1491)LELVL04M,20496.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287222,299)EBBRA04E,20497.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310742,193)KSLN04A,20498.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305697,1266)LEMDAT04,20499.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301074,563)LGKFN04,20500.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288445,685)KFZ4404M,20501.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293901,660)RQXU04E,20502.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311886,390)LCES004,20503.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301524,382)MEK04,20504.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292714,192)RMZU04E,20505.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307481,194)MGY04,20506.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295503,1881)RVKWU04M,20507.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303818,425)MAB04,20508.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287329,182)YB5WH04M,20509.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291164,1185)RQXSI04E,20510.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294706,1538)LEMDAT04,20511.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294654,1033)LELVL04M,20512.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301417,411)LGKFN04,20513.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282807,275)LGKFN04,20514.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300435,1511)LGKFN04,20515.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295508,927)MAB04,20516.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293096,451)YB3EH04E,20517.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289314,60)YB5WH04M,20518.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289894,2952)LCES004,20519.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302136,243)BR404M,20520.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281346,938)RQXSI04E,20521.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282660,608)PMXX04M,20522.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291847,490)YB5KL04E,20523.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295216,772)YB3EH04E,20524.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291264,976)PMXX04M,20525.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282514,1446)RQXSI04E,20526.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295053,137)RQXU04E,20527.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290047,579)RASI04M,20528.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303156,660)EG11G04M,20529.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292178,2535)EGNOR04M,20530.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287020,1873)RNS04M,20531.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297721,197)KSLN04A,20532.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289872,1613)PMXX04M,20533.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263958,753)LCES004,20534.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301711,464)LCES004M,20535.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292533,1177)RNI04M,20536.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308582,2904)EDGG704,20537.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275270,513)RQXSI04E,20538.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282677,435)YBOLN04M,20539.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307990,3902)EDGG704,20540.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283562,585)PMXX04M,20541.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313372,168)MGY04,20542.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280245,324)RQXSI04E,20543.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294736,324)RQXSI04E,20544.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308334,336)EBEEC04M,20545.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271214,856)RMZU04E,20546.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311998,505)MEK04,20547.p,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_x(291013,297)BR404M,20548.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282755,351)KWUR404E,20549.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284797,730)YB3EH04E,20550.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294472,296)RASI04M,20551.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279896,602)RASI04M,20552.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273793,205)RQXSI04E,20553.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288377,982)RVKWU04M,20554.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282205,149)YB3EH04E,20555.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295936,1220)YB5KL04E,20556.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310272,750)LCES004,20557.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305584,660)MGY04,20558.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306920,307)LGKFN04,20559.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284085,2384)RVKWU04M,20560.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294615,18)LELVL04M,20561.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305803,397)KWUR1C04,20562.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312369,1354)MEK04,20563.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283272,460)RQXSI04E,20564.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288405,1617)PMXX04M,20565.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263196,1462)RQXSI04E,20566.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263640,525)LCES004,20567.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283889,103)LELVL04M,20568.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294284,127)MYY04A,20569.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317443,1612)MRAE04,20570.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310724,2009)GL34W04,20571.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278663,1095)EGNOR04M,20572.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311542,206)LCES004,20573.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283821,269)KWUR404E,20574.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293049,114)LELVU04,20575.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303592,182)MGY04,20576.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294899,754)PMXX04M,20577.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290395,1043)PMXX04M,20578.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295794,1430)LEMDAT04,20579.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317360,137)MRAEE04,20580.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301556,246)GL34W04,20581.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297362,871)RNI04M,20582.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294004,758)YB5WH04M,20583.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294690,1439)RVKWU04M,20584.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285899,97)BR404M,20585.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286180,444)YB5KL04E,20586.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292257,610)RQXI04E,20587.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293371,6186)RJIU04M,20588.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285575,536)RQXI04E,20589.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280396,146)YBOLN04M,20590.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303854,100)MM304,20591.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311706,344)MEK04,20592.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(289249,86)KFZ4404M,20593.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294986,437)LGKFN04,20594.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314816,3091)EDGG704,20595.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281349,433)RQXSI04E,20596.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(262946,268)RQXSI04E,20597.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292069,595)EG11G04M,20598.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295893,1540)LEMDAT04,20599.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302863,812)LELVU04,20600.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279756,899)YH5MH04M,20601.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304007,575)EG11G04M,20602.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295809,2927)$BR404M,20603.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282859,710)RQXSI04E,20604.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276662,147)EBEEC04M,20605.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285794,757)RQXSI04E,20606.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317116,41)MRAE04,20607.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308892,282)MGY04,20608.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288970,127)YB5WH04M,20609.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293250,27)RMZU04E,20610.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303842,995)LELVU04,20611.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293168,975)RQXU04E,20612.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281962,687)PMXX04M,20613.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289673,560)MRAEE04,20614.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287736,1857)PMXX04M,20615.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288247,592)LELVL04M,20616.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288792,217)YB5WH04M,20617.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288358,527)KWUR404E,20618.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279621,906)$KHVL104E,20619.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285688,761)RQXSI04E,20620.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297572,1333)RVKWU04M,20621.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282784,305)$RQXI04E,20622.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280458,345)EBEEC04M,20623.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279734,640)YBOLN04M,20624.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301576,683)YD5WH04M,20625.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316314,540)KWUR1C04,20626.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296158,105)YB5WH04M,20627.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293092,748)RASI04M,20628.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(296907,3)KFZ4404M,20629.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292152,490)LELVL04M,20630.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289007,648)YB5WH04M,20631.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285482,709)PMXX04M,20632.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277197,368)RNI04M,20633.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292026,404)LELVL04M,20634.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285826,418)YBOLN04M,20635.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295656,462)RQXSI04E,20636.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303992,823)LGKFN04,20637.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282259,526)YB5WH04M,20638.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289911,361)PMXX04M,20639.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295034,537)RNS04M,20640.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307870,1224)GL34W04,20641.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279482,387)YB5WH04M,20642.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281854,541)KWUR404E,20643.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290247,227)YB5KL04E,20644.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291226,1474)RQXSI04E,20645.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288927,1822)KFZ4404M,20646.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289194,2762)RMZU04E,20647.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313875,919)LCES004,20648.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286952,528)YB5KL04E,20649.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273048,235)YB5WH04M,20650.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282954,555)RQXSI04E,20651.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294156,389)YB3EH04E,20652.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283998,600)$YB5WH04M,20653.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300964,887)LGKFN04,20654.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298588,830)LGKFN04,20655.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295700,480)$RQXI04E,20656.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298617,173)KWUR404E,20657.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293927,190)YBOLN04M,20658.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283607,712)PMXX04M,20659.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295754,1556)LEMDAT04,20660.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291353,1084)RQXSI04E,20661.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295343,1643)RVKWU04M,20662.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283468,288)$RQXI04E,20663.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285693,924)YB3EH04E,20664.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295980,408)RNS04M,20665.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284595,747)RQXSI04E,20666.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297382,1122)LGSRA04,20667.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289045,1831)RNS04M,20668.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309684,62)ZM56704,20669.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303235,786)EGPFA04,20670.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295296,555)RQXU04E,20671.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292120,313)YB3EH04E,20672.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317991,3922)EDGG704,20673.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314808,119)MRAEE04,20674.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309577,395)MEK04,20675.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275522,268)PMXX04M,20676.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282868,482)KWUR404E,20677.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280263,110)KWUR404E,20678.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293498,949)PMXX04M,20679.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296164,982)RQXSI04E,20680.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287908,575)LGKFN04,20681.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292100,702)PMXX04M,20682.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(294819,212)RNS04M,20683.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296112,148)YB5WH04M,20684.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310096,370)MEK04,20685.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278871,88)KWUR404E,20686.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301088,1432)LEMDAT04,20687.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287358,490)$RQXI04E,20688.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294406,1852)RQXSI04E,20689.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280871,316)LELVU04,20690.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292670,102)RQXU04E,20691.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296261,447)YB3EH04E,20692.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278814,122)YB5WH04M,20693.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279651,365)YBOLN04M,20694.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296267,375)LELVL04M,20695.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281643,27)YB5KL04E,20696.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273032,879)RQXSI04E,20697.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308515,190)MAB3404A,20698.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306095,41)YB3EH04A,20699.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295734,1622)LEMDAT04,20700.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310983,3122)EDGG704,20701.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309006,239)MAB3404A,20702.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281487,130)RMZU04E,20703.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300850,450)LELVU04,20704.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295341,42)$RMZU04E,20705.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314236,1097)LCES004,20706.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307875,222)KSLN04A,20707.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(270762,467)YB5WH04M,20708.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289288,316)PMXX04M,20709.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293965,225)RNS04M,20710.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297505,917)RQXSI04E,20711.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286627,257)YB5WH04M,20712.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286726,443)YBOLN04M,20713.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287544,78)BR404M,20714.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279142,64)YB5KL04E,20715.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293045,403)RMZU04E,20716.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263931,391)MYY04A,20717.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289472,3264)KWUR404E,20718.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293156,400)LELVL04M,20719.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295752,774)LEMDAT04,20720.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273540,36)LOW304M,20721.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301727,654)LGKFN04,20722.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279804,255)YH5MH04M,20723.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303341,647)LCES004M,20724.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281749,21)YBOLN04M,20725.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312354,469)MAB1204A,20726.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277562,645)YH5MH04M,20727.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306902,183)MEK04,20728.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286682,124)EBBRA04E,20729.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289436,116)KSLN2C04,20730.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283194,562)PMXX04M,20731.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279592,512)KHVL104E,20732.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303529,4108)EDGG704,20733.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295585,1119)YB3EH04A,20734.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291727,408)EBEEC04M,20735.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291891,3384)LGKFN04,20736.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288341,552)KWUR1C04,20737.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300762,500)EDGG704,20738.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285189,2524)RVKWU04M,20739.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279193,123)KHVL104E,20740.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295728,560)YB5WH04M,20741.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295231,498)LOVN1504,20742.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298038,523)EDGG704,20743.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293444,817)YB5WH04M,20744.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286771,311)MGY04,20745.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282645,215)YB5WH04M,20746.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296550,172)YB3EH04A,20747.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305689,688)LEMDAT04,20748.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285656,818)PMXX04M,20749.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292917,118)LELVL04M,20750.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290681,250)YB5WH04M,20751.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292112,255)KWUR404E,20752.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279485,559)KHVL104E,20753.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283584,460)YB3EH04E,20754.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290055,71)YBOLN04M,20755.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307897,602)LCES004M,20756.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263323,32)LEBAS04M,20757.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289277,89)YB5KL04E,20758.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278562,547)YBOLN04M,20759.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286277,2130)KFZ4404M,20760.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280283,651)YH5MH04M,20761.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293580,150)RQXU04E,20762.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292494,400)RQXSI04E,20763.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306307,511)RMZU04,20764.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284283,1525)RVKWU04M,20765.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308507,750)LCES004,20766.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290158,287)PMXX04M,20767.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295514,1481)YB3EH04A,20768.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(264013,597)MAB3404A,20769.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304825,1147)LEMDAT04,20770.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281905,582)YH5MH04M,20771.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281334,1548)RVKWU04M,20772.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291206,207)RQXU04E,20773.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292801,588)PMXX04M,20774.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301260,244)MEK04,20775.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292693,143)KFZ4404M,20776.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294611,1230)EGNOR04M,20777.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311650,138)MEK04,20778.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279693,490)YH5MH04M,20779.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289587,193)PMXX04M,20780.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294672,757)RQXSI04E,20781.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287235,820)PMXX04M,20782.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300287,556)RNS04M,20783.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303423,300)EDGG704,20784.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311032,546)LOVN1504,20785.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279312,623)KHVL104E,20786.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304570,570)LCES004M,20787.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303868,1447)LEMDAT04,20788.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287288,373)KHVL104E,20789.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290553,741)LEMDAT04,20790.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279279,287)YBOLN04M,20791.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278386,365)EGNOR04M,20792.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306570,180)YB3EH04A,20793.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295915,636)LEMDAT04,20794.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278855,121)YH5MH04M,20795.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277591,165)YB5KL04E,20796.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294023,149)LELVL04M,20797.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296619,34)YB3EH04A,20798.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312066,1452)EDGG704,20799.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306187,650)LOVN1504,20800.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298480,636)RMZU04,20801.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281143,941)LGKFN04,20802.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285818,60)YBOLN04M,20803.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316391,1920)EDGG704,20804.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295287,222)RQXSI04E,20805.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293430,642)RQXU04E,20806.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294950,720)RNS04M,20807.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296563,284)KWUR404E,20808.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306801,626)RMZU04,20809.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300504,887)LGKFN04,20810.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281185,19)YH5MH04M,20811.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290568,632)LEBAS04M,20812.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312036,157)MAB3404A,20813.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309953,326)LOVN1504,20814.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294135,141)RMZU04E,20815.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284700,302)YB3EH04E,20816.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307805,250)LOVN1504,20817.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298263,131)YB3EH04E,20818.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293924,34)RQXU04E,20819.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311256,281)YB3EH04A,20820.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306251,474)RMZU04,20821.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278487,497)YH5MH04M,20822.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289283,1667)LEMDAT04,20823.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283489,1007)RVKWU04M,20824.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302310,485)LGKFN04,20825.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309203,362)YB3EH04A,20826.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297904,390)LOVN1504,20827.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287018,812)RQXSI04E,20828.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287433,309)YBOLN04M,20829.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279409,559)YH5MH04M,20830.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302132,582)LOVN1504,20831.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309172,1733)EDGG704,20832.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297746,468)LOVN1504,20833.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287016,121)YBOLN04M,20834.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284393,288)YB5WH04M,20835.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307712,683)EDGG704,20836.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280192,357)YH5MH04M,20837.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297145,381)LOVN1504,20838.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309462,165)LOVN1504,20839.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308003,387)YB3EH04A,20840.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306769,150)MAB1204A,20841.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304245,35)MRAE04,20842.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318435,2070)EDGG704,20843.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283259,2341)EGNOR04M,20844.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305491,320)YB3EH04A,20845.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(290635,5)RQXSI04E,20846.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298502,216)YB3EH04A,20847.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294089,740)LEMDAT04,20848.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292876,253)EDGG704,20849.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289158,1024)RVKWU04M,20850.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286404,1877)PMXX04M,20851.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302840,810)RMZU04,20852.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314847,379)MGY04,20853.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295562,1181)RQXI04E,20854.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287704,50)YB3EH04E,20855.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318187,572)MRAEE04,20856.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288404,297)YH5MH04M,20857.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310127,323)YB3EH04A,20858.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295473,1076)LELVU04,20859.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313119,182)LOVN1504,20860.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279686,297)YBOLN04M,20861.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283464,250)YB3EH04A,20862.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295258,116)YD5WH04M,20863.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297781,379)YB3EH04A,20864.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295745,415)$RNI04M,20865.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287140,2137)RVKWU04M,20866.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303850,648)LOVN1504,20867.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313054,161)MAB1204A,20868.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279817,586)YH5MH04M,20869.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306384,617)LELVU04,20870.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303285,19)GL4W04M,20871.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306171,685)LOVN1504,20872.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296407,233)YB3EH04A,20873.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277472,1269)EG11G04M,20874.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301972,378)YB3EH04A,20875.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312494,768)LOVN1504,20876.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291968,184)YD5WH04M,20877.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293126,2437)RJIU04M,20878.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293718,1121)EGPFA04,20879.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292791,1421)EGPFA04,20880.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297984,4825)KSLN04A,20881.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279627,1478)EGPFA04,20882.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263868,5080)LCES004,20883.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303235,1686)EGPFA04,20884.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313758,4565)LCES004,20885.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263602,4625)LCES004,20886.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314223,3340)LCES004,20887.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309573,4805)LCES004,20888.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(264011,3974)LCES004,20889.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308251,5316)LCES004,20890.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305557,4120)LCES004,20891.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295047,1756)EGPFA04,20892.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305887,5016)LCES004,20893.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289868,5421)LCES004,20894.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313540,5477)LCES004,20895.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(319008,2540)EDGG704,20896.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304261,591)RJIU04M,20897.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293710,2399)EDGG704,20898.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310732,5765)LCES004,20899.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307461,666)RJIU04M,20900.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286762,1144)RJIU04M,20901.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(319337,2400)EDGG704,20902.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316499,2637)EDGG704,20903.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295407,736)RJIU04M,20904.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316476,2608)EDGG704,20905.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311265,6492)LCES004,20906.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289655,1193)RJIU04M,20907.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294133,781)RJIU04M,20908.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315618,2653)EDGG704,20909.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308622,5803)LCES004,20910.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312956,2729)EDGG704,20911.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290343,1262)RJIU04M,20912.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284722,808)RJIU04M,20913.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306698,2830)EDGG704,20914.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263921,8005)LCES004,20915.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317222,2716)EDGG704,20916.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289136,1265)RJIU04M,20917.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303203,8236)LCES004,20918.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316029,2787)EDGG704,20919.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292796,8464)LCES004,20920.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290967,1285)RJIU04M,20921.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317048,6665)LCES004,20922.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290480,1676)RJIU04M,20923.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293802,1913)EGPFA04,20924.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294756,1711)RJIU04M,20925.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311697,2860)EDGG704,20926.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307498,8817)LCES004,20927.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310158,7025)LCES004,20928.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292383,2897)EDGG704,20929.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309414,6455)LCES004,20930.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300064,1714)RJIU04M,20931.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297113,2209)RJIU04M,20932.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311856,936)MYY04A,20933.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303665,8825)LCES004,20934.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295283,724)MYY04A,20935.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315544,2910)EDGG704,20936.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294001,2658)RJIU04M,20937.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297867,1774)RJIU04M,20938.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285459,7166)LCES004,20939.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294819,2338)EGPFA04,20940.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317851,2940)EDGG704,20941.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314402,820)MAB1204A,20942.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302879,2001)MYY04A,20943.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312800,3080)EDGG704,20944.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311151,1155)MGY04,20945.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300097,2329)RJIU04M,20946.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289989,3092)EDGG704,20947.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310759,100)MEK04,20948.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291906,2716)EGNOR04M,20949.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302711,1221)MYY04A,20950.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312825,6581)LCES004,20951.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280579,465)EGNOR04M,20952.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291104,9069)LCES004,20953.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314823,1031)MYY04A,20954.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295238,1901)RJIU04M,20955.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290342,1871)RJIU04M,20956.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316538,3120)EDGG704,20957.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287119,2340)RJIU04M,20958.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304114,965)GL34W04,20959.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285585,1022)MYY04A,20960.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292569,2549)RJIU04M,20961.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287904,1032)LGKFN04,20962.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291819,996)EGNOR04M,20963.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300146,839)LGKFN04,20964.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286743,833)LGKFN04,20965.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279241,1053)EGNOR04M,20966.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297546,1038)LGKFN04,20967.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291305,3168)EDGG704,20968.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314699,7505)LCES004,20969.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305283,1044)LGKFN04,20970.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312895,9365)LCES004,20971.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295608,1244)EGNOR04M,20972.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298700,1055)YB3EH04A,20973.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272249,877)EGNOR04M,20974.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307726,1283)MGY04,20975.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302874,2045)MYY04A,20976.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308914,1648)MAB04,20977.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298588,1081)LGKFN04,20978.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314108,7523)LCES004,20979.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310438,3236)EDGG704,20980.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312583,9365)LCES004,20981.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308336,821)MYY04A,20982.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314573,3300)EDGG704,20983.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278123,1048)EGNOR04M,20984.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296953,10050)LCES004,20985.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273386,1086)EGNOR04M,20986.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311447,1032)LGKFN04,20987.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291724,269)YB3EH04E,20988.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295274,2085)RNI04M,20989.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294112,1205)EG11G04M,20990.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302006,1295)MYY04A,20991.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291594,1218)EG11G04M,20992.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287524,1152)LGKFN04,20993.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292935,252)KSLN04M,20994.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291377,1105)EG11G04M,20995.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297818,1271)MYY04A,20996.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290738,1413)EG11G04M,20997.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306829,1362)MYY04A,20998.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278149,1291)EGNOR04M,20999.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296307,2120)RNI04M,21000.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284104,1286)YD5WH04M,21001.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310647,2642)MYY04A,21002.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302531,2612)RJIU04M,21003.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302044,710)MYY04A,21004.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290406,2726)RJIU04M,21005.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308371,716)ZM56704,21006.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285733,9859)LCES004,21007.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314889,3473)EDGG704,21008.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283750,1850)YD5WH04M,21009.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295546,1300)EGNOR04M,21010.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284417,1221)EGNOR04M,21011.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306069,749)MGY04,21012.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300356,3001)RJIU04M,21013.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263515,1254)LGKFN04,21014.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288522,392)YB3EH04E,21015.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289238,907)EGNOR04M,21016.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263866,9391)LCES004,21017.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294611,1370)EGNOR04M,21018.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297929,1628)EGNOR04M,21019.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293252,2327)RNI04M,21020.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301968,2096)EG11G04M,21021.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289367,985)RQXSI04E,21022.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293657,1909)YD5WH04M,21023.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302060,2096)EG11G04M,21024.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305585,696)MYY04A,21025.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286685,1200)RQXSI04E,21026.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297622,2307)YD5WH04M,21027.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287126,242)YB3EH04E,21028.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295416,1388)EGNOR04M,21029.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302661,2276)EG11G04M,21030.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303416,823)MGY04,21031.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303814,3473)EDGG704,21032.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313569,10385)LCES004,21033.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294541,667)RNI04M,21034.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289502,2125)YD5WH04M,21035.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294556,2622)RJIU04M,21036.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288381,1008)YD5WH04M,21037.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287891,3085)RJIU04M,21038.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312199,10265)LCES004,21039.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294686,266)YB3EH04E,21040.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301590,1291)LGKFN04,21041.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296190,230)YB3EH04E,21042.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274577,1339)RQXSI04E,21043.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297232,2465)RNI04M,21044.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294749,1635)EGNOR04M,21045.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278067,983)EG11G04M,21046.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312879,9965)LCES004,21047.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306530,876)MGY04,21048.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292231,1888)EG11G04M,21049.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297164,3092)RNI04M,21050.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298116,2931)RJIU04M,21051.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292487,311)KSLN04M,21052.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286963,1346)RQXSI04E,21053.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306405,3512)EDGG704,21054.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292050,2709)RJIU04M,21055.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275277,1498)RQXSI04E,21056.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292297,3134)RJIU04M,21057.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287980,420)RQXI04E,21058.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292533,1763)RNI04M,21059.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305560,2559)MYY04A,21060.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288253,2509)RNI04M,21061.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277190,2387)EG11G04M,21062.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294193,1511)LGKFN04,21063.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302317,1445)KSLN04M,21064.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288601,2206)LGKFN04,21065.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291843,524)RJIU04M,21066.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289318,199)RJIU04M,21067.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310502,657)MAB04,21068.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282492,728)RQXI04E,21069.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296922,2832)LGKFN04,21070.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308511,1168)MAB04,21071.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302138,1132)MYY04A,21072.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317111,3667)EDGG704,21073.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283688,6001)RQXSI04E,21074.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303692,1190)LGKFN04,21075.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298528,10445)LCES004,21076.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306677,1098)MGY04,21077.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303263,318)MYY04A,21078.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297362,480)RNI04M,21079.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284313,1517)RQXSI04E,21080.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300430,1133)RNI04M,21081.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303314,2421)EG11G04M,21082.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298471,5113)LGKFN04,21083.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301272,715)LGKFN04,21084.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300050,3988)GL4W04M,21085.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292265,228)$LELVL04M,21086.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277127,2639)LGKFN04,21087.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291031,1467)EG11G04M,21088.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296145,2511)EGPFA04,21089.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293188,2868)RJIU04M,21090.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(322722,3689)EDGG704,21091.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308325,955)LGKFN04,21092.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294303,947)YD5WH04M,21093.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301431,1003)EGNOR04M,21094.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280274,856)RQXSI04E,21095.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284933,1853)LELVL04M,21096.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304258,1137)MAB04,21097.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305425,343)GL34W04,21098.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294548,1067)MGY04,21099.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291957,804)RQXSI04E,21100.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289164,351)RNI04M,21101.p,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_x(293647,3348)RJIU04M,21102.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314186,1039)$GL34W04,21103.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312085,288)MAB3404A,21104.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280430,1810)LGKFN04,21105.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309210,3791)EDGG704,21106.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296646,600)LCES004,21107.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296062,1717)RQXSI04E,21108.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281466,1749)EGNOR04M,21109.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316090,10494)LCES004,21110.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303148,1012)MRAE04,21111.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301760,123)MYY04A,21112.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289455,3388)RJIU04M,21113.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272849,1454)LGKFN04,21114.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263439,10605)YB3EH04A,21115.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306413,1240)LGKFN04,21116.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285241,5272)LGKFN04,21117.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288693,475)BR404M,21118.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277434,838)EG11G04M,21119.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290566,1092)ZM56704,21120.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295319,167)RNI04M,21121.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277936,1462)LGKFN04,21122.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263640,675)LCES004,21123.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287243,980)GL4W04M,21124.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291257,3846)EDGG704,21125.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278295,2546)RNI04M,21126.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287817,1622)LGKFN04,21127.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291218,520)RQXI04E,21128.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290090,4146)EDGG704,21129.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290076,775)BR404M,21130.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292436,1743)EG11G04M,21131.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307182,3394)MRAEE04,21132.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263593,1536)LOVN1504,21133.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296754,1555)LGKFN04,21134.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304054,898)MAB3404A,21135.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308507,900)LCES004,21136.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291367,1187)EG11G04M,21137.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290574,780)BR404M,21138.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289192,1046)MYY04A,21139.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290635,752)RQXI04E,21140.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291038,4149)EDGG704,21141.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304450,1845)MAB04,21142.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288765,766)RQXI04E,21143.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289354,39)RNI04M,21144.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271211,1728)RQXSI04E,21145.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297157,1658)LGKFN04,21146.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313068,10631)LCES004,21147.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301759,1642)KCHI104M,21148.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286600,1496)$KCHI104M,21149.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283558,69)YB3EH04E,21150.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311440,615)MGY04,21151.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284810,5617)RQXSI04E,21152.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295927,3396)RJIU04M,21153.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292544,947)EG11G04M,21154.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300631,3171)LGKFN04,21155.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297335,540)BR404M,21156.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287241,196)MAB1204A,21157.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277484,96)YB3EH04E,21158.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297087,2172)LGKFN04,21159.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290116,445)EDGG704,21160.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291024,310)RQXI04E,21161.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303612,10985)LCES004,21162.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293177,2488)EG11G04M,21163.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290082,2718)RNI04M,21164.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308945,4156)EDGG704,21165.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289240,1259)EG11G04M,21166.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305764,27)LELVU04,21167.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290550,1158)MGY04,21168.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292107,608)RQXI04E,21169.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309583,620)MGY04,21170.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287924,3024)LELVL04M,21171.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280252,5947)RQXSI04E,21172.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301142,313)MEK04,21173.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289759,622)EDGG704,21174.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289828,161)MAB3404A,21175.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280212,3619)LGKFN04,21176.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289563,579)RNI04M,21177.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285042,1874)LELVL04M,21178.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(319288,660)MRAE04,21179.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308144,1107)MAB04,21180.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295371,1769)RQXSI04E,21181.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263004,1622)RQXSI04E,21182.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308624,1133)LCES004,21183.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291100,71)RQXI04E,21184.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263410,2791)LGKFN04,21185.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298038,723)EDGG704,21186.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303350,459)MEK04,21187.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306669,720)MRAE04,21188.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294518,2428)EG11G04M,21189.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298006,322)RJIU04M,21190.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305462,4246)EDGG704,21191.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289566,1795)LGKFN04,21192.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304456,3603)RJIU04M,21193.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273004,1761)EGNOR04M,21194.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293901,1000)PMXX04M,21195.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291009,423)RQXSI04E,21196.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282099,2012)EG11G04M,21197.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309625,274)MYY04A,21198.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308743,730)MAB3404A,21199.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303208,460)MEK04,21200.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302301,378)GL34W04,21201.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282313,196)RQXSI04E,21202.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312503,203)MAB3404A,21203.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281048,1842)LGKFN04,21204.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303377,581)MAB1204A,21205.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290776,3695)RJIU04M,21206.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311878,600)MGY04,21207.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296194,1522)MEK04,21208.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312682,780)MRAE04,21209.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285157,194)LELVU04,21210.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307712,883)EDGG704,21211.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289705,980)YB3EH04E,21212.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283559,1827)LGKFN04,21213.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284380,3238)EGNOR04M,21214.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289232,573)RJIU04M,21215.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304761,264)MAB1204A,21216.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306499,815)GL34W04,21217.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296923,500)YB3EH04E,21218.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283272,401)RQXI04E,21219.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297442,1622)EG11G04M,21220.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287253,229)YB3EH04E,21221.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291577,1829)EGNOR04M,21222.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292666,3810)YBOLN04M,21223.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292908,1820)EG11G04M,21224.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302424,2991)MYY04A,21225.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304696,591)MGY04,21226.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295180,1217)RASI04M,21227.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295532,480)RJIU04M,21228.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289945,1857)LGKFN04,21229.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302643,2492)EG11G04M,21230.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287194,1842)RQXSI04E,21231.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285949,551)EBBRA04E,21232.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295328,1297)RQXSI04E,21233.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315748,4279)EDGG704,21234.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277826,3864)RJIU04M,21235.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309188,275)MAB04,21236.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307979,391)MEK04,21237.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283526,955)KFZ4404M,21238.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296406,280)RJIU04M,21239.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309780,1200)LCES004,21240.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291082,2026)LFMDA04A,21241.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288401,1835)EGNOR04M,21242.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295886,1442)EG11G04M,21243.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310674,2026)MAB04,21244.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283706,440)YB3EH04E,21245.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304944,763)MAB1204A,21246.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309711,1030)MGY04,21247.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312369,501)MEK04,21248.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277463,1897)LGKFN04,21249.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289978,321)BR404M,21250.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287660,1890)EG11G04M,21251.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292099,125)EGNOR04M,21252.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287111,886)EGNOR04M,21253.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307231,780)MRAE04,21254.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316916,4449)EDGG704,21255.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282859,613)RQXSI04E,21256.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294899,1062)PMXX04M,21257.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294816,560)YB5WH04M,21258.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304871,307)MRAEE04,21259.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290174,110)LGKFN04,21260.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307870,249)GL34W04,21261.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297977,1783)EGNOR04M,21262.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308751,387)MGY04,21263.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296700,481)LELVU04,21264.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290037,708)RJIU04M,21265.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292257,458)RQXSI04E,21266.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291312,3033)LGKFN04,21267.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296265,240)LELVU04,21268.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289863,1193)MGY04,21269.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295550,564)LELVU04,21270.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280245,504)RQXU04E,21271.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289457,3884)RJIU04M,21272.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309520,19)MAB04,21273.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283921,3380)EGNOR04M,21274.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293498,1257)PMXX04M,21275.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287076,935)KFZ4404M,21276.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298574,3853)YB3EH04E,21277.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296157,407)RQXSI04E,21278.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281983,327)YB5KL04E,21279.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286897,479)RMZSI04M,21280.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307264,2960)LCES004,21281.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285747,2802)RNI04M,21282.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283102,292)YB5KL04E,21283.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279011,1708)LGKFN04,21284.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289805,777)YBOLN04M,21285.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282890,698)KWUR404E,21286.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295129,220)YB3EH04E,21287.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296295,340)YB3EH04E,21288.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300765,251)YB3EH04E,21289.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312881,677)MYY04A,21290.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317300,966)EDGG704,21291.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303471,939)PMXX04M,21292.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288915,465)$MAB1204A,21293.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(289076,17)LGZAA04M,21294.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276307,1899)LGKFN04,21295.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311255,894)MEK04,21296.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303506,3180)LCES004,21297.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295104,1468)MM304,21298.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276122,1418)EG11G04M,21299.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273072,547)RQXI04E,21300.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301074,1233)LGKFN04,21301.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301010,205)RNS04M,21302.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288914,464)$MAB1204A,21303.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276837,3949)RJIU04M,21304.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292992,741)YD5WH04M,21305.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272266,921)YB5WH04M,21306.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309959,1724)MRAEE04,21307.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300621,11374)LCES004,21308.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292153,524)YB5WH04M,21309.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302844,419)MEK04,21310.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286461,552)YB3EH04E,21311.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271616,335)RQXSI04E,21312.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300435,803)YB3EH04M,21313.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289347,485)MRAE04,21314.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315991,4470)EDGG704,21315.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297571,481)LELVU04,21316.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292111,1396)LGKFN04,21317.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290650,1014)PMXX04M,21318.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308125,1929)LCES004,21319.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286625,918)PMXX04M,21320.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294770,375)YB3EH04E,21321.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297119,390)LOW304M,21322.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296481,340)YB3EH04E,21323.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307696,626)MRAEE04,21324.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309588,1024)MGY04,21325.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295156,116)YB3EH04E,21326.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311155,3226)LCES004,21327.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304230,4397)EDGG704,21328.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293445,206)RNI04M,21329.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284028,467)RQXSI04E,21330.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285470,98)YB3EH04E,21331.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303423,1100)EDGG704,21332.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294276,818)RQXSI04E,21333.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304422,276)MYY04A,21334.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263860,1639)LCES004,21335.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295508,855)MAB04,21336.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311954,797)MRAE04,21337.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292178,840)KSPE1P04,21338.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291523,445)PMXX04M,21339.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303139,102)GL34W04,21340.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297125,646)YB3EH04E,21341.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281887,1190)LELVL04M,21342.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312762,991)MRAE04,21343.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289716,803)LGKFN04,21344.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301477,1084)MRAE04,21345.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313717,406)MEK04,21346.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305851,117)MAB1204A,21347.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296798,11)RASI04M,21348.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307410,92)MGY04,21349.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287347,3139)MGY04,21350.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281483,196)$EHAMA04,21351.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312912,886)MAB1204A,21352.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307190,1653)LGKFN04,21353.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288405,1103)PMXX04M,21354.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293544,1005)RQXSI04E,21355.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293521,1356)RJIU04M,21356.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295587,349)YB5KL04E,21357.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309317,490)MGY04,21358.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289972,1296)PMXX04M,21359.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308647,1054)MRAE04,21360.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294940,1763)BR404M,21361.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292100,1422)PMXX04M,21362.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295131,396)YBOLN04M,21363.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293534,1170)RJIU04M,21364.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312097,2140)LCES004,21365.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289649,281)YB5WH04M,21366.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302576,49)MM304,21367.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294472,88)RASI04M,21368.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295966,250)YBOLN04M,21369.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283663,1390)RQXSI04E,21370.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292494,303)RQXSI04E,21371.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306439,164)MAB04,21372.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313003,1387)MRAE04,21373.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310560,2380)LCES004,21374.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287736,1343)PMXX04M,21375.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311850,27)MAB3404A,21376.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293587,1506)LCES004,21377.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300642,1113)MGY04,21378.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297062,680)YB3EH04E,21379.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296253,532)MEK04,21380.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293250,354)RQXU04E,21381.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314600,3138)EDGG704,21382.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274564,1068)RQXSI04E,21383.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290433,100)YD5WH04M,21384.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304380,430)MEK04,21385.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304722,196)MAB1204A,21386.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285383,349)RNI04M,21387.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307285,586)MGY04,21388.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294200,1477)RQXSI04E,21389.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294120,936)PMXX04M,21390.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294654,723)LELVL04M,21391.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281059,237)YBOLN04M,21392.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287193,1887)RQXSI04E,21393.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273793,594)RQXSI04E,21394.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286715,90)YB5WH04M,21395.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303195,1515)MRAE04,21396.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290061,1620)EDGG704,21397.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310005,4516)EDGG704,21398.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293009,376)RQXU04E,21399.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312707,1211)MRAE04,21400.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293168,501)YB5WH04M,21401.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309695,536)MEK04,21402.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276959,1589)PMXX04M,21403.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282480,609)RQXSI04E,21404.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307153,3411)LCES004,21405.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284797,762)BR204M,21406.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314075,516)MAB04,21407.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290499,0),21408.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308533,1157)EDGG704,21409.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294613,901)LELVL04M,21410.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291968,348)YD5WH04M,21411.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307728,167)MAB1204A,21412.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291164,1297)RQXSI04E,21413.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308769,960)MRAE04,21414.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309016,563)MRAEE04,21415.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313701,920)MGY04,21416.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280221,112)YB5WH04M,21417.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288927,1337)KFZ4404M,21418.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313433,1522)MRAE04,21419.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288918,329)RQXSI04E,21420.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290137,128)YD5WH04M,21421.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283389,1503)RQXSI04E,21422.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283562,894)PMXX04M,21423.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283468,531)RQXSI04E,21424.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310043,71)ZM56704,21425.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298266,1915)LGKFN04,21426.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283117,16)YB5KL04E,21427.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297636,549)YB5WH04M,21428.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282046,532)YB5WH04M,21429.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318516,383)MGY04,21430.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288411,116)EBBRA04E,21431.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308449,1713)MRAE04,21432.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309103,1698)MGY04,21433.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291847,349)YB5WH04M,21434.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263926,3676)MGY04,21435.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296560,327)PMXX04M,21436.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288247,385)LELVL04M,21437.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305816,526)MAB1204A,21438.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279482,474)YBOLN04M,21439.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306962,88)ZM56704,21440.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309011,1715)MRAE04,21441.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298578,625)MGY04,21442.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291994,150)YB5WH04M,21443.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281346,647)RQXSI04E,21444.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286404,1363)PMXX04M,21445.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301524,571)MEK04,21446.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290666,449)ZM56704,21447.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287018,1150)RQXSI04E,21448.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295528,307)RQXI04E,21449.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289314,7)YB5WH04M,21450.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281174,740)YB5KL04E,21451.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295936,510)YB5WH04M,21452.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297402,3205)KSPE104D,21453.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277472,403)EG11G04M,21454.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311998,600)MEK04,21455.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295503,1974)RVKWU04M,21456.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290367,922)MRAE04,21457.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287785,862)KFZ4404M,21458.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279651,455)YBOLN04M,21459.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263862,11405)LCES004,21460.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307158,124)MRAEE04,21461.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298704,469)MRAE04,21462.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315366,194)MGY04,21463.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317924,623)MRAEE04,21464.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317443,1049)MRAE04,21465.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282660,917)PMXX04M,21466.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288631,198)YBOLN04M,21467.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309693,366)MAB3404A,21468.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278839,224)EBEEC04M,21469.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301161,222)MYY04A,21470.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289894,2780)LCES004,21471.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291027,503)YH5MH04M,21472.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281596,79)YB5KL04E,21473.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295329,193)YB5WH04M,21474.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289249,127)PMXX04M,21475.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292808,437)BR404M,21476.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286180,189)KWUR404E,21477.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282784,548)RQXSI04E,21478.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317360,230)MRAEE04,21479.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311285,1180)LCES004,21480.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292803,2623)YB3EH04A,21481.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282514,1558)RQXSI04E,21482.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301556,396)GL34W04,21483.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313638,4628)EDGG704,21484.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286494,288)YBOLN04M,21485.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278663,1395)EGNOR04M,21486.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286969,625)RASI04M,21487.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313563,527)MAB1204A,21488.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282657,330)YBOLN04M,21489.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301843,3269)LGKFN04,21490.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304583,941)MRAE04,21491.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285506,186)YB5WH04M,21492.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287579,799)RQXSI04E,21493.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306388,153)MAB3404A,21494.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297507,198)RQXSI04E,21495.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298519,256)YB3EH04A,21496.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296109,40)RMZU04E,21497.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298249,629)RNS04M,21498.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294779,353)RNS04M,21499.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298646,1463)LGKFN04,21500.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292214,2)YB5KL04E,21501.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305697,1424)LEMDAT04,21502.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294908,372)YB5WH04M,21503.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280143,445)YBOLN04M,21504.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292714,501)YB5WH04M,21505.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(320214,504)MRAE04,21506.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284781,204)EBEEC04M,21507.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308221,243)KSLN04A,21508.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307679,1707)LOVN1504,21509.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296261,261)YBOLN04M,21510.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295296,1069)RQXU04E,21511.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296992,740)YB3EH04E,21512.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291013,222)BR404M,21513.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288445,201)KFZ4404M,21514.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310792,84)$GL34W04,21515.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302366,379)MYY04A,21516.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294433,879)RVKWU04M,21517.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290047,683)RASI04M,21518.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291521,433)LELVL04M,21519.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292417,1255)LCES004,21520.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286582,973)KFZ4404M,21521.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303818,528)MRAEE04,21522.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285863,131)KHVL104E,21523.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305754,639)MGY04,21524.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310983,2672)EDGG704,21525.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284165,2109)RVKWU04M,21526.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287937,605)RNI04M,21527.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294004,334)YB5WH04M,21528.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314225,181)MYY04A,21529.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292550,301)RJIU04M,21530.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272695,499)RQXSI04E,21531.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279193,265)YH5MH04M,21532.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277112,213)YB5KL04E,21533.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305584,347)MGY04,21534.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282677,115)KWUR404E,21535.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282807,359)LGKFN04,21536.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281359,1100)PMXX04M,21537.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292120,113)YB3EH04E,21538.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297343,0),21539.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279279,739)YBOLN04M,21540.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294672,870)RQXSI04E,21541.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290513,75)LELVL04M,21542.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295822,689)LEMDAT04,21543.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279734,234)YBOLN04M,21544.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301088,1590)LEMDAT04,21545.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278607,134)MM304,21546.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307990,4802)EDGG704,21547.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282259,473)YB5WH04M,21548.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281074,120)RMZU04E,21549.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310082,1188)EDGG704,21550.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289999,1742)PMXX04M,21551.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284085,1738)RVKWU04M,21552.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263196,1574)RQXSI04E,21553.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285658,482)YB5KL04E,21554.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292672,617)RQXU04E,21555.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310272,990)$LOVN1504,21556.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284631,1897)RQXSI04E,21557.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293096,232)RQXU04E,21558.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292683,603)YBOLN04M,21559.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296337,149)BR404M,21560.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276662,250)EBEEC04M,21561.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(267696,117)YB5KL04E,21562.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294848,1056)EGNOR04M,21563.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292753,218)YB5WH04M,21564.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307626,1168)MRAE04,21565.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293116,2420)LELVL04M,21566.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295116,617)RQXU04E,21567.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287821,52)RMZU04E,21568.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314816,2641)EDGG704,21569.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304007,732)EG11G04M,21570.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302135,616)EG11G04M,21571.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282645,334)RQXU04E,21572.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309577,489)MEK04,21573.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279592,439)KHVL104E,21574.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290528,32)YH5MH04M,21575.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286277,1640)PMXX04M,21576.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275270,1782)RASI04M,21577.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286185,274)LGKFN04,21578.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302047,404)MAB1204A,21579.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302758,665)RNI04M,21580.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286627,169)$YBOLN04M,21581.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304051,297)MYY04A,21582.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303156,817)EG11G04M,21583.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281143,857)LGKFN04,21584.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281824,2169)RVKWU04M,21585.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279896,706)RASI04M,21586.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293957,477)RNI04M,21587.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292405,502)RMZU04E,21588.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303580,585)EG11G04M,21589.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294706,1302)LEMDAT04,21590.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310742,267)KSLN04A,21591.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(323044,705)MRAE04,21592.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276925,213)YB5KL04E,21593.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292670,617)RQXU04E,21594.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287020,373)RNS04M,21595.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295932,235)RNS04M,21596.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314847,301)MGY04,21597.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294327,178)RJIU04M,21598.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282727,557)LGKFN04,21599.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302863,470)LEBAS04M,21600.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280021,438)KSPE1P04,21601.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300964,803)LGKFN04,21602.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283140,305)YB5WH04M,21603.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294788,27)YB3EH04A,21604.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308582,2604)EDGG704,21605.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295153,144)YB5WH04M,21606.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288529,608)RNI04M,21607.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309099,211)MRAEE04,21608.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292026,507)LELVL04M,21609.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278162,15)YB5WH04M,21610.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(279243,35)KSPE1P04,21611.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289913,270)EGNOR04M,21612.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306920,391)LGKFN04,21613.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280825,385)LGKFN04,21614.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288970,74)YB5WH04M,21615.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305867,1763)EDGG704,21616.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301417,497)LGKFN04,21617.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292278,127)RMZU04E,21618.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289911,463)PMXX04M,21619.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287358,52)RQXSI04E,21620.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283821,615)KWUR404E,21621.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289472,2499)LGZAA04M,21622.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314191,105)MEK04,21623.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286658,338)YBOLN04M,21624.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293570,679)YB5WH04M,21625.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307845,435)MGY04,21626.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294284,44)MYY04A,21627.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317008,75)MGY04,21628.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280888,238)YB5WH04M,21629.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282755,281)KWUR404E,21630.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293156,916)LELVL04M,21631.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295893,1698)LEMDAT04,21632.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317978,2432)EDGG704,21633.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291417,36)RMZU04E,21634.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292069,437)EG11G04M,21635.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296035,2016)$RVKWU04M,21636.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303992,739)LGKFN04,21637.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297382,1047)YB3EH04E,21638.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293889,173)BR404M,21639.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313875,1090)LCES004,21640.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283259,667)EGNOR04M,21641.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284418,218)RMZU04E,21642.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272287,156)YBOLN04M,21643.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296303,60)LOW304M,21644.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286771,291)GL34W04,21645.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293444,393)YB5WH04M,21646.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290491,422)RNI04M,21647.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280706,501)RQXSI04E,21648.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310635,189)MAB1204A,21649.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295428,332)$BR404M,21650.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295700,723)RQXSI04E,21651.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289288,418)PMXX04M,21652.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279398,88)YH5MH04M,21653.p,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_x(288792,376)YB5WH04M,21654.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280871,285)LEMDAT04,21655.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263570,257)LELVU04,21656.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281348,276)KFZ4404M,21657.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295384,19)KFZ4404M,21658.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295875,47)YB3EH04E,21659.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273048,658)YB5WH04M,21660.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288992,14)BR404M,21661.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278651,330)YB5KL04E,21662.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298698,135)KSLN04M,21663.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294740,800)YB3EH04E,21664.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294460,844)PMXX04M,21665.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301727,737)LGKFN04,21666.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271099,334)YBOLN04M,21667.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289872,1089)KFZ4404M,21668.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297721,271)KSLN04A,21669.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296112,95)YB5WH04M,21670.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279621,656)YH5MH04M,21671.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285123,602)LGKFN04,21672.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290455,654)RNS04M,21673.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279339,695)YBOLN04M,21674.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295343,1273)RVKWU04M,21675.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302434,113)MEK04,21676.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307745,90)GL34W04,21677.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283333,189)YB5WH04M,21678.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284190,407)PMXX04M,21679.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287518,62)YB3EH04E,21680.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285693,274)YB3EH04E,21681.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285972,139)KSLN04M,21682.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297852,2753)RJIU04M,21683.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304862,307)MGY04,21684.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291193,5)YBOLN04M,21685.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295562,645)RQXSI04E,21686.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283607,1740)PMXX04M,21687.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284283,1617)RVKWU04M,21688.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305671,899)LELVU04,21689.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291528,465)YB5WH04M,21690.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311840,1590)LCES004,21691.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312192,281)MAB3404A,21692.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310219,2237)EDGG704,21693.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271214,689)RMZU04E,21694.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296619,81)YB3EH04A,21695.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285189,1878)RVKWU04M,21696.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317908,2063)EDGG704,21697.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306187,721)LOVN1504,21698.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281643,379)YB5KL04E,21699.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295585,1295)KSLN04A,21700.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308892,548)MAB1204A,21701.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285671,17)RNI04M,21702.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295915,558)LEMDAT04,21703.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284723,175)KWUR404E,21704.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281349,559)RMZSI04M,21705.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304555,672)$LEMDAT04,21706.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295514,1851)YB3EH04A,21707.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306095,87)YB3EH04A,21708.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297851,106)LEBAS04M,21709.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289283,959)LEMDAT04,21710.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301260,339)MEK04,21711.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311838,1308)LCES004,21712.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283751,299)RQXSI04E,21713.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302361,712)MEK04,21714.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290247,247)YBOLN04M,21715.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292940,1648)EDGG704,21716.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290015,449)YD5WH04M,21717.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295723,2506)RVKWU04M,21718.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294925,2187)RVKWU04M,21719.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305019,654)RNS04M,21720.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290395,734)PMXX04M,21721.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305074,143)ZM56704,21722.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291226,1586)RQXSI04E,21723.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291353,695)RQXSI04E,21724.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317153,2187)EDGG704,21725.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294986,863)LGKFN04,21726.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290858,330)RNI04M,21727.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304778,412)RVKWS04,21728.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285794,982)RQXSI04E,21729.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287288,446)KHVL104E,21730.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(270468,330)YBOLN04M,21731.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294164,539)BR404M,21732.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314236,1268)LCES004,21733.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287140,2414)RVKWU04M,21734.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276531,447)KHVL104E,21735.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317116,604)MRAE04,21736.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297842,148)YB5WH04M,21737.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290219,482)MGY04,21738.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317538,549)MAB1204A,21739.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290568,751)LELVU04,21740.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295728,243)YB5WH04M,21741.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296450,130)YB5KL04E,21742.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288768,5)RMZSI04M,21743.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280645,256)YB5KL04E,21744.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287944,709)KFZ4404M,21745.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297613,967)RQXSI04E,21746.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287201,213)$YBOLN04M,21747.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278562,502)YBOLN04M,21748.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287438,531)RJIU04M,21749.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298263,480)LOW304M,21750.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290272,636)LEMDAT04,21751.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278871,460)YB3EH04E,21752.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297374,865)RQXSI04E,21753.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293126,2701)RJIU04M,21754.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279690,1330)EGPFA04,21755.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293718,1421)EGPFA04,21756.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292791,1721)EGPFA04,21757.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279627,1778)EGPFA04,21758.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303235,1986)EGPFA04,21759.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295047,2056)EGPFA04,21760.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293802,2213)EGPFA04,21761.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294819,2638)EGPFA04,21762.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291917,211)RJIU04M,21763.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304261,679)RJIU04M,21764.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307461,754)RJIU04M,21765.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286762,1232)RJIU04M,21766.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295407,824)RJIU04M,21767.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294133,869)RJIU04M,21768.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289655,1281)RJIU04M,21769.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292569,2637)RJIU04M,21770.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284722,896)RJIU04M,21771.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290343,1350)RJIU04M,21772.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298116,3019)RJIU04M,21773.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287891,3173)RJIU04M,21774.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300356,3089)RJIU04M,21775.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289136,1353)RJIU04M,21776.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292297,3222)RJIU04M,21777.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290406,2814)RJIU04M,21778.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293647,3436)RJIU04M,21779.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289455,3476)RJIU04M,21780.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290967,1373)RJIU04M,21781.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302531,2700)RJIU04M,21782.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304450,2193)MGY04,21783.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297113,2297)RJIU04M,21784.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296145,2811)EGPFA04,21785.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295927,3484)RJIU04M,21786.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290480,1764)RJIU04M,21787.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294556,2710)RJIU04M,21788.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287119,2428)RJIU04M,21789.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294756,1799)RJIU04M,21790.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292050,2797)RJIU04M,21791.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294001,3009)RJIU04M,21792.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300097,2417)RJIU04M,21793.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304456,3691)RJIU04M,21794.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293188,2956)RJIU04M,21795.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289354,4828)RJIU04M,21796.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277826,3952)RJIU04M,21797.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290776,3783)RJIU04M,21798.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300064,1802)RJIU04M,21799.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289457,3972)RJIU04M,21800.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295238,1989)RJIU04M,21801.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310674,2373)MGY04,21802.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296194,3612)MAB04,21803.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295508,2924)MGY04,21804.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263926,6728)MGY04,21805.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276837,4037)RJIU04M,21806.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289318,4941)RJIU04M,21807.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297867,1862)RJIU04M,21808.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289232,4525)RJIU04M,21809.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290342,1959)RJIU04M,21810.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296406,4232)RJIU04M,21811.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302661,1725)EG11G04M,21812.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290076,5538)RJIU04M,21813.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303200,7963)MGY04,21814.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309442,8015)MGY04,21815.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293657,1309)YD5WH04M,21816.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298006,4274)RJIU04M,21817.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311151,1350)MAB1204A,21818.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290574,5532)RJIU04M,21819.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302060,1545)EG11G04M,21820.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292265,5021)RJIU04M,21821.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301968,1545)EG11G04M,21822.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297622,1761)YD5WH04M,21823.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283750,1250)YD5WH04M,21824.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294560,448)EG11G04M,21825.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314402,1066)MAB1204A,21826.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308511,455)MYY04A,21827.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308371,947)ZM56704,21828.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295283,1227)MGY04,21829.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302044,957)MYY04A,21830.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292231,1337)EG11G04M,21831.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289502,1579)YD5WH04M,21832.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277190,1836)EG11G04M,21833.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308914,965)ZM56704,21834.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284104,686)YD5WH04M,21835.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302361,2531)MAB04,21836.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303314,1870)EG11G04M,21837.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277434,916)EG11G04M,21838.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289978,4301)RJIU04M,21839.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305585,943)MYY04A,21840.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303263,565)MYY04A,21841.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290738,862)EG11G04M,21842.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291367,1265)EG11G04M,21843.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289240,1337)EG11G04M,21844.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288693,5235)RJIU04M,21845.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300050,6500)GL4W04M,21846.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305791,108)KWUR1C04,21847.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289863,460)ZM56704,21848.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306530,954)MGY04,21849.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309625,521)MYY04A,21850.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289164,5094)RJIU04M,21851.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286743,1084)LGKFN04,21852.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300146,1090)LGKFN04,21853.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291594,667)EG11G04M,21854.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296953,5239)LCES004,21855.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294303,2765)EG11G04M,21856.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285585,1269)MYY04A,21857.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287904,1283)LGKFN04,21858.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292544,1025)EG11G04M,21859.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302138,1379)MYY04A,21860.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314823,1278)MYY04A,21861.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309711,1891)MGY04,21862.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263439,3584)YB3EH04A,21863.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294112,654)EG11G04M,21864.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302711,1468)MYY04A,21865.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289367,1098)RQXSI04E,21866.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297818,496)GL34W04,21867.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304114,1115)GL34W04,21868.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304882,485)LLBGA04L,21869.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298471,7515)LGZAA04M,21870.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288381,2825)EG11G04M,21871.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297546,1289)LGKFN04,21872.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286685,1313)RQXSI04E,21873.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313569,3512)LCES004,21874.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280430,2312)LGKFN04,21875.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292808,4764)RJIU04M,21876.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292436,1821)EG11G04M,21877.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306677,1959)MGY04,21878.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291377,554)EG11G04M,21879.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278067,2792)EG11G04M,21880.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308144,1251)MAB04,21881.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305823,767)MAB04,21882.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298528,3572)LCES004,21883.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305283,1295)LGKFN04,21884.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313590,742)KWUR1C04,21885.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302879,2248)MYY04A,21886.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297335,671)RJIU04M,21887.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316090,3621)LCES004,21888.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274577,1452)RQXSI04E,21889.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292908,1898)EG11G04M,21890.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309959,864)MGY04,21891.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296922,1241)LGKFN04,21892.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303203,4456)LCES004,21893.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312199,5454)LCES004,21894.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263921,4225)LCES004,21895.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287660,1968)EG11G04M,21896.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307726,520)MYY04A,21897.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285711,59)KCHI104M,21898.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310502,1521)MAB04,21899.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308336,1068)MYY04A,21900.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311856,546)MAB3404A,21901.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292550,4867)RJIU04M,21902.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301272,1301)LGKFN04,21903.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286963,1459)RQXSI04E,21904.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313068,3758)LCES004,21905.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292803,1049)LGKFN04,21906.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294518,1877)EG11G04M,21907.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292796,4684)LCES004,21908.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275277,1611)RQXSI04E,21909.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298588,1332)LGKFN04,21910.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290550,1393)MGY04,21911.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283688,4958)PMXX04M,21912.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303612,4112)LCES004,21913.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304258,1491)MGY04,21914.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311886,840)LCES004,21915.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286600,1781)LGKFN04,21916.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291407,69)KCHI104M,21917.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318516,617)MGY04,21918.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311447,1283)LGKFN04,21919.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293534,5912)RJIU04M,21920.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293177,1937)EG11G04M,21921.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308325,1541)LGKFN04,21922.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315081,1549)LCES004,21923.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307498,5037)LCES004,21924.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284313,1630)RQXSI04E,21925.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300621,4501)LCES004,21926.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297984,4603)KSLN04A,21927.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303665,5045)LCES004,21928.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288601,615)LGKFN04,21929.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302643,1941)EG11G04M,21930.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309188,347)MAB04,21931.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277127,1048)LGKFN04,21932.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296646,900)LCES004,21933.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296473,1726)LCES004,21934.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310272,1200)LCES004,21935.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287243,1566)GL4W04M,21936.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290566,400)ZM56704,21937.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285241,5858)LGKFN04,21938.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303692,1772)KCHI104M,21939.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311878,757)MGY04,21940.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304696,748)MGY04,21941.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313302,1789)LCES004,21942.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289563,5325)RJIU04M,21943.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308751,544)MGY04,21944.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297087,581)LGKFN04,21945.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263862,4532)LCES004,21946.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285084,32)YB3EH04E,21947.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289192,1633)ZM56704,21948.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284933,1956)LELVL04M,21949.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317067,976)LLBGA04L,21950.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278564,173)EGPFA04,21951.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296062,1830)RQXSI04E,21952.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294327,4920)RJIU04M,21953.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311284,4592)LCES004,21954.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283558,119)YB3EH04E,21955.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295886,2465)EG11G04M,21956.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284810,4479)PMXX04M,21957.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263640,975)LCES004,21958.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295532,5222)RJIU04M,21959.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272849,2040)LGKFN04,21960.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290061,1883)MGY04,21961.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263593,1892)LCES004,21962.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277936,2048)LGKFN04,21963.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290037,1147)RJIU04M,21964.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(286682,28)YH5MH04M,21965.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287524,1403)LGKFN04,21966.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302874,2292)MYY04A,21967.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277484,146)YB3EH04E,21968.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296754,2141)LGKFN04,21969.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307285,821)MGY04,21970.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300631,4231)EG11G04M,21971.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297157,2244)LGKFN04,21972.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313102,1909)LCES004,21973.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263410,1172)LCES004M,21974.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306413,1826)LGKFN04,21975.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291104,5289)LCES004,21976.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276122,2441)EG11G04M,21977.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306069,1610)MGY04,21978.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291031,2490)EG11G04M,21979.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281466,702)EGNOR04M,21980.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315692,1246)LLBGA04L,21981.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312895,4554)LCES004,21982.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292245,6015)RJIU04M,21983.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303148,224)MRAE04,21984.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283288,18)KSLN04A,21985.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263515,1505)LGKFN04,21986.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295942,73)KCHI104M,21987.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307182,3009)EDGG704,21988.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301759,2256)LGKFN04,21989.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271211,1841)RQXSI04E,21990.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310647,394)MGY04,21991.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316430,1909)LCES004,21992.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308507,1200)LCES004,21993.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289945,2443)LGKFN04,21994.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294276,673)RQXU04E,21995.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301556,621)GL34W04,21996.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304830,79)YB3EH04A,21997.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311265,2712)LCES004,21998.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277463,2483)LGKFN04,21999.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287980,526)RQXI04E,22000.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292714,1000)RQXU04E,22001.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282099,2090)EG11G04M,22002.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317048,2885)LCES004,22003.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316618,1882)LLBGA04L,22004.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312583,4554)LCES004,22005.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289566,2381)LGKFN04,22006.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282492,834)RQXI04E,22007.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300445,5079)LCES004,22008.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309103,1072)MGY04,22009.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310158,3245)LCES004,22010.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303416,1684)MGY04,22011.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297402,6144)$KSPE104D,22012.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289705,1030)YB3EH04E,22013.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283305,499)KSLN04A,22014.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263868,3878)LCES004,22015.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301590,1542)LGKFN04,22016.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307696,543)MGY04,22017.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294749,588)EGNOR04M,22018.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312091,661)KSLN04A,22019.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302424,708)MAB1204A,22020.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276307,2485)LGKFN04,22021.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291009,520)RQXSI04E,22022.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304054,1003)ZM56704,22023.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297442,2645)EG11G04M,22024.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272249,598)EGNOR04M,22025.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308892,413)MEK04,22026.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283559,2413)LGKFN04,22027.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285459,3386)LCES004,22028.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296923,550)YB3EH04E,22029.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282313,293)RQXSI04E,22030.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291739,715)KSLN04A,22031.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287253,279)YB3EH04E,22032.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294816,318)YBOLN04M,22033.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302006,111)GL34W04,22034.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294548,1145)MGY04,22035.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273004,714)EGNOR04M,22036.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287347,310)MAB1204A,22037.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294193,1762)LGKFN04,22038.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307304,472)MRAE04,22039.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295371,1882)RQXSI04E,22040.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273386,807)EGNOR04M,22041.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263004,1735)RQXSI04E,22042.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315366,429)MGY04,22043.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285949,847)RQXI04E,22044.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306868,773)KSLN04A,22045.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291906,2786)EGNOR04M,22046.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312020,915)MRAEE04,22047.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292257,716)RQXI04E,22048.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312674,5192)LCES004,22049.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280579,535)EGNOR04M,22050.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294736,378)RQXI04E,22051.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281048,2428)LGKFN04,22052.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291577,782)EGNOR04M,22053.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278123,769)EGNOR04M,22054.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283706,490)YB3EH04E,22055.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278149,1012)EGNOR04M,22056.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306829,1609)MYY04A,22057.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302317,1137)KSLN04M,22058.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309573,4118)LCES004,22059.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291218,414)RQXI04E,22060.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313875,2809)LCES004,22061.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283392,1406)RQXU04E,22062.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305601,1900)LLBGA04L,22063.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297929,581)EGNOR04M,22064.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289828,333)MAB3404A,22065.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315779,2269)LCES004,22066.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285733,5048)LCES004,22067.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295546,1021)EGNOR04M,22068.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287111,956)EGNOR04M,22069.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298574,3891)LGKFN04,22070.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308624,1433)LCES004,22071.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263866,4580)LCES004,22072.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294912,263)RNS04M,22073.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285042,1977)LELVL04M,22074.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290635,646)RQXI04E,22075.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288401,300)EGNOR04M,22076.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295328,1410)RQXSI04E,22077.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295745,496)RNS04M,22078.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314186,1889)KWUR1C04,22079.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313758,3878)LCES004,22080.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305828,2149)LCES004,22081.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291819,1066)EGNOR04M,22082.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290302,41)YB3EH04E,22083.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298700,871)YB3EH04A,22084.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311412,832)KSLN04A,22085.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290082,472)RNI04M,22086.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293445,401)RNI04M,22087.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305816,197)MAB1204A,22088.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289684,328)EDGG704,22089.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295129,270)YB3EH04E,22090.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296295,390)YB3EH04E,22091.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300765,301)YB3EH04E,22092.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293096,994)RMZU04E,22093.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308251,4629)LCES004,22094.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279241,1123)EGNOR04M,22095.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301524,334)MYY04A,22096.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295180,791)RVKWU04M,22097.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284417,942)EGNOR04M,22098.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293139,440)RNS04M,22099.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279651,581)YB5WH04M,22100.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305510,917)MRAEE04,22101.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295428,1222)RJIU04M,22102.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263612,5373)LCES004,22103.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294848,1126)EGNOR04M,22104.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291891,2546)LGKFN04,22105.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301843,2683)LGKFN04,22106.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290116,545)EDGG704,22107.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298130,931)KSLN04A,22108.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314699,3725)LCES004,22109.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287076,993)YB3EH04E,22110.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287194,1955)RQXSI04E,22111.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287924,753)LELVL04M,22112.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263602,3938)LCES004,22113.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292683,397)YB5KL04E,22114.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291957,901)RQXSI04E,22115.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279482,599)YB5WH04M,22116.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306499,1190)GL34W04,22117.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295416,1109)EGNOR04M,22118.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312879,5154)LCES004,22119.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294770,425)YB3EH04E,22120.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314075,772)MRAE04,22121.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311073,6834)LCES004,22122.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295608,1314)EGNOR04M,22123.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296481,390)YB3EH04E,22124.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305560,2806)MYY04A,22125.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283526,1018)YB3EH04E,22126.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281349,496)RQXI04E,22127.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263580,3103)LCES004,22128.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295936,342)YB5KL04E,22129.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285470,148)YB3EH04E,22130.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314236,2987)LCES004,22131.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280252,5722)RQXSI04E,22132.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286461,602)YB3EH04E,22133.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317222,2016)EDGG704,22134.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314108,3743)LCES004,22135.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280221,59)YB5WH04M,22136.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297164,2995)RNI04M,22137.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293901,745)RQXU04E,22138.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296307,1632)RNI04M,22139.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294025,677)RQXU04E,22140.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291100,177)RQXI04E,22141.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306698,1980)EDGG704,22142.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293045,486)RMZU04E,22143.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295274,1597)RNI04M,22144.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311255,850)MAB1204A,22145.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316029,2087)EDGG704,22146.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288765,660)RQXI04E,22147.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289868,4734)LCES004,22148.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289613,955)KSLN04A,22149.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307264,3110)LCES004,22150.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282890,915)EGNOR04M,22151.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293252,1839)RNI04M,22152.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296337,299)BR404M,22153.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316061,2157)LLBGA04L,22154.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295562,440)RQXI04E,22155.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263958,3502)LCES004,22156.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297636,468)YBOLN04M,22157.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289759,722)EDGG704,22158.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285383,544)RNI04M,22159.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291164,1385)RQXU04E,22160.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297505,1030)RQXSI04E,22161.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295497,1018)PMXX04M,22162.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281174,857)YB5KL04E,22163.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285658,593)YB5WH04M,22164.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286897,650)RMZSI04M,22165.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303506,3330)LCES004,22166.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297125,696)YB3EH04E,22167.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278295,300)RNI04M,22168.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292107,502)RQXI04E,22169.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311697,2160)EDGG704,22170.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286625,1021)PMXX04M,22171.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293544,1118)RQXSI04E,22172.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300504,2561)LGKFN04,22173.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293889,6190)RJIU04M,22174.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291013,372)BR404M,22175.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305851,553)MAB3404A,22176.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303350,820)MAB1204A,22177.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295279,12)MAB1204A,22178.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283829,204)YBOLN04M,22179.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292099,334)EGNOR04M,22180.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307845,670)MGY04,22181.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302769,167)MAB04,22182.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303783,337)MAB04,22183.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316916,849)EDGG704,22184.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289277,30)YB5KL04E,22185.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312503,286)MEK04,22186.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289894,2609)LCES004,22187.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295156,166)YB3EH04E,22188.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298434,5469)LCES004,22189.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317443,1162)MRAE04,22190.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312369,1029)MAB1204A,22191.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307158,585)MRAEE04,22192.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292383,2197)EDGG704,22193.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301297,418)MEK04,22194.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283663,1503)RQXSI04E,22195.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289673,653)MRAEE04,22196.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311998,315)MEK04,22197.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303471,734)PMXX04M,22198.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289238,628)EGNOR04M,22199.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285863,352)KHVL104E,22200.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298038,823)EDGG704,22201.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307626,1281)MRAE04,22202.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309588,789)MGY04,22203.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300642,408)MGY04,22204.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317360,691)MRAEE04,22205.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283117,221)YBOLN04M,22206.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297232,707)RNI04M,22207.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294120,694)RQXU04E,22208.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273793,490)YB5WH04M,22209.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282480,901)RQXSI04E,22210.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301760,644)MEK04,22211.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309780,1500)LCES004,22212.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296212,960)KSLN04A,22213.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272266,855)RQXI04E,22214.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297062,730)YB3EH04E,22215.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288914,676)MRAEE04,22216.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281887,983)LELVL04M,22217.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293250,257)YB5WH04M,22218.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317603,2722)LLBGA04L,22219.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309011,1265)MRAE04,22220.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302301,603)GL34W04,22221.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315991,870)EDGG704,22222.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295319,363)RNI04M,22223.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273072,81)YB5WH04M,22224.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307979,107)MEK04,22225.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274564,1293)RQXSI04E,22226.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(270468,392)YB5KL04E,22227.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295547,790)YB5WH04M,22228.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309693,128)MYY04A,22229.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311440,850)MGY04,22230.p,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_x(311155,3376)LCES004,22231.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291027,60)YH5MH04M,22232.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294200,1590)RQXSI04E,22233.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301142,408)MEK04,22234.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294541,856)RJIU04M,22235.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271616,432)RQXSI04E,22236.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298704,244)MRAE04,22237.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314223,2997)LCES004,22238.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312707,1099)MRAE04,22239.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294940,1463)BR404M,22240.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309695,251)MEK04,22241.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313372,246)MGY04,22242.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287817,1873)LGKFN04,22243.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308515,104)MAB3404A,22244.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313540,4790)LCES004,22245.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304944,516)MAB1204A,22246.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295966,295)YBOLN04M,22247.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315544,2210)EDGG704,22248.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289805,894)YB5WH04M,22249.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307481,272)MGY04,22250.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290247,110)YB5KL04E,22251.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317851,2240)EDGG704,22252.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294908,520)YBOLN04M,22253.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293565,5702)RJIU04M,22254.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314225,428)MYY04A,22255.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308449,1263)MRAE04,22256.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289314,362)YB5KL04E,22257.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291226,1024)RQXSI04E,22258.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296560,636)PMXX04M,22259.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287018,925)RQXSI04E,22260.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312762,766)MRAE04,22261.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283102,45)YB5WH04M,22262.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293191,132)RASI04M,22263.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291761,509)RNS04M,22264.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291523,754)PMXX04M,22265.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303208,176)MEK04,22266.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292442,677)RQXU04E,22267.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296157,504)RQXSI04E,22268.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286180,224)YBOLN04M,22269.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293965,525)RNS04M,22270.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288405,1206)PMXX04M,22271.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312800,2380)EDGG704,22272.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288915,677)MRAEE04,22273.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287579,1024)RQXSI04E,22274.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291353,174)RQXI04E,22275.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288253,751)RNI04M,22276.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304262,707)MGY04,22277.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298519,164)YB3EH04A,22278.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296261,306)YBOLN04M,22279.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283140,84)YB5KL04E,22280.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283389,1616)RQXSI04E,22281.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292178,1070)EGNOR04M,22282.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311954,234)MRAE04,22283.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278162,68)YB5WH04M,22284.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280245,810)RQXSI04E,22285.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(319288,885)MRAE04,22286.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297119,135)EGNOR04M,22287.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295034,437)RNS04M,22288.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292153,360)RMZU04E,22289.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292666,1870)YBOLN04M,22290.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300964,1138)LGKFN04,22291.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312912,639)MAB1204A,22292.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313433,1072)MRAE04,22293.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310005,916)EDGG704,22294.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(264011,3631)LCES004,22295.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312085,374)MAB3404A,22296.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294672,1095)RQXSI04E,22297.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296253,247)MEK04,22298.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291312,2782)LGKFN04,22299.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279592,329)YH5MH04M,22300.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303377,670)GL34W04,22301.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(270762,361)YB5WH04M,22302.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290215,629)RNI04M,22303.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315232,3649)LCES004,22304.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275270,805)RQXSI04E,22305.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281483,436)EGNOR04M,22306.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279279,693)YBOLN04M,22307.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295131,382)KFZ4404E,22308.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313563,198)MAB1204A,22309.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263306,5732)LCES004,22310.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285575,386)RQXSI04E,22311.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295822,767)LEMDAT04,22312.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291847,139)YB5KL04E,22313.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284797,830)YB3EH04E,22314.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303049,117)ZM56704,22315.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284085,1831)RVKWU04M,22316.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293168,1560)$YB5WH04M,22317.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303592,260)MGY04,22318.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287937,703)RNI04M,22319.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281143,1192)LGKFN04,22320.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281059,180)YB5KL04E,22321.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288247,282)LELVL04M,22322.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308125,1758)LCES004,22323.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282046,623)KWUR404E,22324.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291038,1049)EDGG704,22325.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280212,3535)LGKFN04,22326.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285747,458)RNI04M,22327.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286627,78)YBOLN04M,22328.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308945,956)EDGG704,22329.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287736,1446)PMXX04M,22330.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291843,753)LELVL04M,22331.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314808,58)MEK04,22332.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292992,578)YD5WH04M,22333.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312565,1969)LCES004,22334.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312881,1069)MGY04,22335.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302758,372)RNI04M,22336.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281346,160)RQXSI04E,22337.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292120,63)YB3EH04E,22338.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291264,1079)PMXX04M,22339.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298578,233)MGY04,22340.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289989,1692)EDGG704,22341.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287433,445)YBOLN04M,22342.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290367,1260)MRAE04,22343.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296392,302)KSLN04A,22344.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309583,772)MRAE04,22345.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308743,987)MAB3404A,22346.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285826,373)YBOLN04M,22347.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302135,301)EG11G04M,22348.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315748,1079)EDGG704,22349.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296164,1095)RQXSI04E,22350.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280706,565)RQXI04E,22351.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316538,1720)EDGG704,22352.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305697,1502)LEMDAT04,22353.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303195,1065)MRAE04,22354.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295700,431)RQXSI04E,22355.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289013,199)MEK04,22356.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280274,564)RQXSI04E,22357.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287241,32)MAB1204A,22358.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295609,464)RASI04M,22359.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294773,114)RMZU04E,22360.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293498,1052)PMXX04M,22361.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294613,1004)LELVL04M,22362.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310983,2522)EDGG704,22363.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287785,1110)PMXX04M,22364.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291082,355)LELVU04,22365.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307712,983)EDGG704,22366.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277924,280)YBOLN04M,22367.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293570,573)YB5WH04M,22368.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295980,308)RNS04M,22369.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314600,3827)MRAE04,22370.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295882,232)RNI04M,22371.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295728,454)YB5WH04M,22372.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286485,173)YB5WH04M,22373.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282645,505)RQXU04E,22374.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282727,385)LGKFN04,22375.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310732,5078)LCES004,22376.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305557,3777)LCES004,22377.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303617,985)KSLN04A,22378.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284106,301)RQXSI04E,22379.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289649,18)YBOLN04M,22380.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305462,1046)EDGG704,22381.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313874,5)MAB1204A,22382.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293957,770)RNI04M,22383.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295587,174)YB5KL04E,22384.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292278,363)LELVL04M,22385.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295794,1666)LEMDAT04,22386.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282514,1671)RQXSI04E,22387.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295153,197)YB5WH04M,22388.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293858,958)$RQXSI04E,22389.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273980,617)PMXX04M,22390.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295893,1226)LEMDAT04,22391.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282417,11)RQXU04E,22392.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287908,222)YB3EH04A,22393.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313638,1028)EDGG704,22394.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314816,2491)EDGG704,22395.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295104,1411)LEMDAT04,22396.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291257,946)EDGG704,22397.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308769,397)MRAE04,22398.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282784,256)RQXSI04E,22399.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308582,2304)EDGG704,22400.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306769,9189)MGY04,22401.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302863,911)LELVU04,22402.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287358,441)RQXSI04E,22403.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308221,317)KSLN04A,22404.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300287,456)RNS04M,22405.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310560,2209)LCES004,22406.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290528,319)YBOLN04M,22407.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281854,126)KWUR404E,22408.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294899,651)PMXX04M,22409.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285782,636)RQXSI04E,22410.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284028,564)RQXSI04E,22411.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280143,515)YB5KL04E,22412.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298263,431)YB3EH04E,22413.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278871,610)YB3EH04E,22414.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286658,96)EBBRA04E,22415.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302844,135)MEK04,22416.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306669,832)MRAE04,22417.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(319008,2240)EDGG704,22418.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277917,8)BR404M,22419.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309981,879)MAB04,22420.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289007,701)YB5WH04M,22421.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301260,434)MEK04,22422.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294986,694)LGKFN04,22423.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307410,562)MGY04,22424.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292670,360)RQXU04E,22425.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283468,239)RQXSI04E,22426.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296992,790)YB3EH04E,22427.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297572,1056)RVKWU04M,22428.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292533,1470)RNI04M,22429.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273048,334)RMZU04E,22430.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307153,3561)LCES004,22431.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276959,869)PMXX04M,22432.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290808,84)YB3EH04A,22433.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286277,1332)PMXX04M,22434.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312938,1595)LCES004,22435.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304007,654)EG11G04M,22436.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286317,432)EBBRA04E,22437.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292026,301)LELVL04M,22438.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310235,413)MAB1204A,22439.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307190,1234)LGKFN04,22440.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301721,1014)LGKFN04,22441.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288023,231)LELVL04M,22442.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297842,387)YB3EH04E,22443.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279485,486)KHVL104E,22444.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287329,447)YB5WH04M,22445.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307418,58)YB3EH04A,22446.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288302,280)RNI04M,22447.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286771,265)MYY04A,22448.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303156,581)EG11G04M,22449.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296035,1831)RVKWU04M,22450.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(322722,989)EDGG704,22451.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282259,367)YB5WH04M,22452.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289716,1054)LGKFN04,22453.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263196,1012)RQXSI04E,22454.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286582,766)KFZ4404M,22455.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303580,428)EG11G04M,22456.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296549,100)YB5WH04M,22457.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295752,616)LEMDAT04,22458.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292989,203)YB5KL04E,22459.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286969,729)RASI04M,22460.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298418,247)YBOLN04M,22461.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279756,836)YH5MH04M,22462.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292069,44)EG11G04M,22463.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290568,1086)LEMDAT04,22464.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304761,510)MAB1204A,22465.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293305,37)MEK04,22466.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292111,1145)LGKFN04,22467.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298646,1044)LGKFN04,22468.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288927,1198)KFZ4404M,22469.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297382,1247)YB3EH04E,22470.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307231,480)MGY04,22471.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283607,1432)PMXX04M,22472.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263931,144)MYY04A,22473.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285794,1320)RQXSI04E,22474.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288792,429)YB5WH04M,22475.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279621,1161)YH5MH04M,22476.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300435,1403)$YB3EH04M,22477.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297977,736)EGNOR04M,22478.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293126,3052)RJIU04M,22479.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293650,1093)EGPFA04,22480.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279690,1630)EGPFA04,22481.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293718,1721)EGPFA04,22482.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292791,2021)EGPFA04,22483.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279627,2078)EGPFA04,22484.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295516,308)RJIU04M,22485.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291917,386)RJIU04M,22486.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304261,854)RJIU04M,22487.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307461,929)RJIU04M,22488.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303235,2286)EGPFA04,22489.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286762,1407)RJIU04M,22490.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295407,999)RJIU04M,22491.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294133,1044)RJIU04M,22492.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289655,1456)RJIU04M,22493.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284722,1071)RJIU04M,22494.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290343,1525)RJIU04M,22495.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289136,1528)RJIU04M,22496.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295047,2356)EGPFA04,22497.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290967,1548)RJIU04M,22498.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292569,2812)RJIU04M,22499.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300356,3264)RJIU04M,22500.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287891,3348)RJIU04M,22501.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297113,2472)RJIU04M,22502.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290480,1939)RJIU04M,22503.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292297,3397)RJIU04M,22504.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287119,2603)RJIU04M,22505.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298116,3194)RJIU04M,22506.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294756,1974)RJIU04M,22507.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290406,2989)RJIU04M,22508.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302531,2875)RJIU04M,22509.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300097,2592)RJIU04M,22510.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300064,1977)RJIU04M,22511.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293647,3611)RJIU04M,22512.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289455,3651)RJIU04M,22513.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295238,2164)RJIU04M,22514.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294556,2885)RJIU04M,22515.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297867,2037)RJIU04M,22516.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293802,2513)EGPFA04,22517.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292050,2972)RJIU04M,22518.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295927,3659)RJIU04M,22519.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293188,3131)RJIU04M,22520.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290342,2134)RJIU04M,22521.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304456,3866)RJIU04M,22522.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277826,4127)RJIU04M,22523.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290776,3958)RJIU04M,22524.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294819,2938)EGPFA04,22525.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289457,4147)RJIU04M,22526.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296406,4407)RJIU04M,22527.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276837,4212)RJIU04M,22528.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298006,4449)RJIU04M,22529.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289232,4700)RJIU04M,22530.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289978,4476)RJIU04M,22531.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289354,5003)RJIU04M,22532.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292808,4939)RJIU04M,22533.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289318,5116)RJIU04M,22534.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294001,3272)RJIU04M,22535.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295905,128)RJIU04M,22536.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292265,5196)RJIU04M,22537.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290076,5713)RJIU04M,22538.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288693,5410)RJIU04M,22539.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304450,1236)MRAEE04,22540.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289164,5269)RJIU04M,22541.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294327,5095)RJIU04M,22542.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292550,5042)RJIU04M,22543.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290574,5707)RJIU04M,22544.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300332,468)EG11G04M,22545.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294560,606)EG11G04M,22546.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296145,3111)EGPFA04,22547.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289171,344)EG11G04M,22548.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311856,1476)MEK04,22549.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291367,1423)EG11G04M,22550.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295532,5397)RJIU04M,22551.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289240,1495)EG11G04M,22552.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277434,1074)EG11G04M,22553.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306677,755)GL34W04,22554.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302879,1302)MAB1204A,22555.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302711,538)MGY04,22556.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289863,880)MGY04,22557.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308511,856)MGY04,22558.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310674,1416)MRAEE04,22559.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308914,1042)ZM56704,22560.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288381,1990)YD5WH04M,22561.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311151,1432)MAB1204A,22562.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294303,1929)YD5WH04M,22563.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314823,348)MGY04,22564.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302044,1040)MYY04A,22565.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308371,1024)ZM56704,22566.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314402,1148)MAB1204A,22567.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294112,1362)EG11G04M,22568.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291377,1262)EG11G04M,22569.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295283,1267)MAB3404A,22570.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291594,1375)EG11G04M,22571.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305585,1026)MYY04A,22572.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306530,1032)MGY04,22573.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303263,966)MGY04,22574.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278067,1140)EG11G04M,22575.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309625,922)MGY04,22576.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292544,1183)EG11G04M,22577.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308336,1151)MYY04A,22578.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302138,448)$GL34W04,22579.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290566,817)MGY04,22580.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303314,1083)EG11G04M,22581.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290738,1570)EG11G04M,22582.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284104,1449)YD5WH04M,22583.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277190,1049)EG11G04M,22584.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304483,1576)LCES004,22585.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307726,562)MAB3404A,22586.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293534,6087)RJIU04M,22587.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304258,516)MRAEE04,22588.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309711,717)MGY04,22589.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292436,1979)EG11G04M,22590.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302361,1564)MEK04,22591.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285585,940)MYY04A,22592.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315081,1720)LCES004,22593.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289563,5500)RJIU04M,22594.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292908,2056)EG11G04M,22595.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292231,2045)EG11G04M,22596.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287660,2126)EG11G04M,22597.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296194,2809)MRAEE04,22598.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285084,82)YB3EH04E,22599.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284261,42)YB3EH04E,22600.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295508,2136)MRAEE04,22601.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289502,816)YD5WH04M,22602.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292803,1191)YB3EH04A,22603.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283750,2013)YD5WH04M,22604.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302661,938)EG11G04M,22605.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301968,2253)EG11G04M,22606.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296473,1897)LCES004,22607.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294518,1090)EG11G04M,22608.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297852,3016)RJIU04M,22609.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302874,1386)MYY04A,22610.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302643,1154)EG11G04M,22611.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283558,169)YB3EH04E,22612.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302060,2253)EG11G04M,22613.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293177,1140)YD5WH04M,22614.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296922,1409)LGKFN04,22615.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297818,612)MYY04A,22616.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304114,1537)MAB04,22617.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312825,3145)LCES004,22618.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313302,1960)LCES004,22619.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301272,1469)LGKFN04,22620.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297622,2470)YD5WH04M,22621.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280430,2815)LGKFN04,22622.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277484,196)YB3EH04E,22623.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317048,3229)LCES004,22624.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293657,2072)YD5WH04M,22625.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283688,4855)PMXX04M,22626.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263439,4092)YB3EH04A,22627.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311265,3056)LCES004,22628.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277127,1216)LGKFN04,22629.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309959,1163)MAB04,22630.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286600,1949)LGKFN04,22631.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297087,749)LGKFN04,22632.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303416,979)MGY04,22633.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310158,3589)LCES004,22634.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308325,1709)LGKFN04,22635.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288601,1034)LGKFN04,22636.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303148,337)MRAE04,22637.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314108,4087)LCES004,22638.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263921,4569)LCES004,22639.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305560,1070)MAB1204A,22640.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287243,1734)GL4W04M,22641.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294548,754)MGY04,22642.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303203,4800)LCES004,22643.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312879,3951)LCES004,22644.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306069,905)MGY04,22645.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298471,5867)LGKFN04,22646.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263410,1619)LGKFN04,22647.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296953,4036)LCES004,22648.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285459,3730)LCES004,22649.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295886,2623)EG11G04M,22650.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287076,1043)YB3EH04E,22651.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289705,1080)YB3EH04E,22652.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313569,4028)LCES004,22653.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293880,8)RQXU04E,22654.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292796,5028)LCES004,22655.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283526,1068)YB3EH04E,22656.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307182,2194)MRAEE04,22657.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292245,6190)RJIU04M,22658.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313102,2080)LCES004,22659.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263866,3377)LCES004,22660.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302006,261)GL34W04,22661.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298528,4088)LCES004,22662.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285241,4686)LGKFN04,22663.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291906,2963)RVKWU04M,22664.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310647,551)MGY04,22665.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289192,459)MGY04,22666.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311542,1406)LCES004,22667.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296343,189)RNI04M,22668.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285733,3845)LCES004,22669.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312199,3908)LCES004,22670.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300050,6835)GL4W04M,22671.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303665,4186)LCES004,22672.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276122,2599)EG11G04M,22673.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307498,5381)LCES004,22674.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284933,924)LELVL04M,22675.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296923,600)YB3EH04E,22676.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316430,2080)LCES004,22677.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287253,329)YB3EH04E,22678.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316090,4137)LCES004,22679.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291031,2648)EG11G04M,22680.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263593,2642)LCES004,22681.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282492,286)RQXSI04E,22682.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289367,1210)RQXSI04E,22683.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292666,3855)YBOLN04M,22684.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305887,3986)LCES004,22685.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286685,1425)RQXSI04E,22686.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272849,2208)LGKFN04,22687.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292714,871)YB5WH04M,22688.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295984,256)RASI04M,22689.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305425,418)GL34W04,22690.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290061,1570)MGY04,22691.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302317,1637)KCHI104M,22692.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263868,4050)LCES004,22693.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300578,84)MEK04,22694.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296685,30)YB3EH04E,22695.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283706,540)YB3EH04E,22696.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306829,679)MGY04,22697.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295328,1522)RQXSI04E,22698.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311886,1290)LCES004,22699.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277936,2216)LGKFN04,22700.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290635,297)RQXSI04E,22701.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295180,489)RASI04M,22702.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271211,603)RQXSI04E,22703.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282099,2248)EG11G04M,22704.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313758,4050)LCES004,22705.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293565,5877)RJIU04M,22706.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297335,759)RJIU04M,22707.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298574,3953)YB3EH04E,22708.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290302,91)YB3EH04E,22709.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309573,4290)LCES004,22710.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296754,2309)LGKFN04,22711.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306413,1994)LGKFN04,22712.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294193,423)LGKFN04,22713.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313068,4274)LCES004,22714.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310502,458)$GL34W04,22715.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295129,320)YB3EH04E,22716.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296295,440)YB3EH04E,22717.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300765,351)YB3EH04E,22718.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303505,1)YB3EH04A,22719.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300631,3422)LGKFN04,22720.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277463,1646)LGKFN04,22721.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286774,359)RASI04M,22722.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300666,1396)LCES004,22723.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289828,797)ZM56704,22724.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314699,4069)LCES004,22725.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293009,448)YB5WH04M,22726.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289945,1606)LGKFN04,22727.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274577,1564)RQXSI04E,22728.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294816,440)KFZ4404E,22729.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296062,817)RQXSI04E,22730.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297157,2412)LGKFN04,22731.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296334,60)YB3EH04E,22732.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290082,374)RNI04M,22733.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291957,317)RQXSI04E,22734.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281048,1591)LGKFN04,22735.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287924,650)LELVL04M,22736.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272249,807)EGNOR04M,22737.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290037,4483)RJIU04M,22738.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293305,131)MEK04,22739.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311284,2702)LCES004,22740.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287980,314)RQXI04E,22741.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263004,722)RQXSI04E,22742.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303612,4628)LCES004,22743.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283559,1576)LGKFN04,22744.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311757,2940)LCES004,22745.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286897,1598)EBBRA04E,22746.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263580,3253)LCES004,22747.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289566,1544)LGKFN04,22748.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293445,303)RNI04M,22749.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288765,311)RQXSI04E,22750.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263602,4110)LCES004,22751.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276307,1648)LGKFN04,22752.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308251,4801)LCES004,22753.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291164,1471)RQXU04E,22754.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294770,475)YB3EH04E,22755.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294749,798)EGNOR04M,22756.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284810,2917)RQXSI04E,22757.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296481,440)YB3EH04E,22758.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289805,854)YB5KL04E,22759.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263926,1876)MGY04,22760.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294065,365)RASI04M,22761.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297505,1142)RQXSI04E,22762.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285470,198)YB3EH04E,22763.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284313,617)RQXSI04E,22764.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293544,1230)RQXSI04E,22765.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302301,512)MAB3404A,22766.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275277,1723)RQXSI04E,22767.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279011,2880)LGKFN04,22768.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305798,1350)LCES004,22769.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311073,2349)MEK04,22770.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295371,644)RQXSI04E,22771.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286963,1571)RQXSI04E,22772.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304230,997)EDGG704,22773.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291027,603)YBOLN04M,22774.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307410,640)MGY04,22775.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312881,334)GL34W04,22776.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278295,202)RNI04M,22777.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273072,451)YB5WH04M,22778.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307264,3260)LCES004,22779.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282677,139)YB5WH04M,22780.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301759,1233)KCHI104M,22781.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291104,4430)LCES004,22782.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315779,894)LCES004,22783.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286461,652)YB3EH04E,22784.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301843,2850)LGKFN04,22785.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297402,4299)LCES004,22786.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285383,446)RNI04M,22787.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300621,3299)LCES004,22788.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316916,1049)EDGG704,22789.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293096,1151)YB3EH04E,22790.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300445,3189)LCES004,22791.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287409,382)EGNOR04M,22792.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297984,3126)KSLN04A,22793.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290247,292)YBOLN04M,22794.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283663,1615)RQXSI04E,22795.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312895,3351)LCES004,22796.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313875,2980)LCES004,22797.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281466,912)EGNOR04M,22798.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283392,1320)RQXU04E,22799.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308507,600)LCES004,22800.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292417,355)LCES004,22801.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303350,327)MAB1204A,22802.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291009,325)RQXSI04E,22803.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287194,717)RQXSI04E,22804.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295296,984)RQXU04E,22805.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297929,791)EGNOR04M,22806.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291218,260)RQXSI04E,22807.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303506,3480)LCES004,22808.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285148,118)KSLN04M,22809.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304696,513)MGY04,22810.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303929,872)KSLN04M,22811.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294940,1163)BR404M,22812.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301590,203)LGKFN04,22813.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306499,965)GL34W04,22814.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282046,744)YB5WH04M,22815.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272695,693)RQXSI04E,22816.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278562,412)YBOLN04M,22817.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279756,1007)KHVL104E,22818.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289868,4906)LCES004,22819.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302424,587)MGY04,22820.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273386,737)EGNOR04M,22821.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294276,502)RQXU04E,22822.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294200,1702)RQXSI04E,22823.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263862,3330)LCES004,22824.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312583,3351)LCES004,22825.p,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_x(295447,22)YB3EH04E,22826.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291891,1709)LGKFN04,22827.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312020,518)MAB04,22828.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277129,40)KCHI104M,22829.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312912,311)MAB1204A,22830.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312956,1979)EDGG704,22831.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286067,16)BR404M,22832.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311878,522)MGY04,22833.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297125,746)YB3EH04E,22834.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294736,696)RQXI04E,22835.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316499,2237)EDGG704,22836.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284417,872)EGNOR04M,22837.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295428,4734)RJIU04M,22838.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306698,2080)EDGG704,22839.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297636,259)KWUR404E,22840.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306269,165)MGY04,22841.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291577,294)EGNOR04M,22842.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292153,577)YB5WH04M,22843.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308751,935)MGY04,22844.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295936,457)YB5WH04M,22845.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305828,2320)LCES004,22846.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295608,546)EGNOR04M,22847.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296307,362)RNI04M,22848.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285899,22)BR404M,22849.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303992,990)LGKFN04,22850.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280221,245)YB5KL04E,22851.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263515,189)$LCES004M,22852.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288918,426)RQXSI04E,22853.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309011,1153)MRAE04,22854.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317222,2116)EDGG704,22855.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315991,1070)EDGG704,22856.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297546,871)LGKFN04,22857.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312707,874)MRAE04,22858.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292178,651)EGNOR04M,22859.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304054,1233)ZM56704,22860.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(319337,2000)EDGG704,22861.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290646,42)KCHI104M,22862.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297442,2803)EG11G04M,22863.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300430,1036)RNI04M,22864.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311108,1740)LCES004,22865.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291114,154)KSLN04M,22866.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287785,792)KFZ4404M,22867.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293889,6365)RJIU04M,22868.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281059,327)YBOLN04M,22869.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305283,877)LGKFN04,22870.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315748,879)EDGG704,22871.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309103,1385)MGY04,22872.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308449,1151)MRAE04,22873.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284700,152)YB3EH04E,22874.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285949,741)RQXI04E,22875.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280274,953)RQXSI04E,22876.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282480,998)RQXSI04E,22877.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283389,1728)RQXSI04E,22878.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300287,356)RNS04M,22879.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288253,458)RNI04M,22880.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278149,942)EGNOR04M,22881.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311138,52)KWUR1C04,22882.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272266,338)YB5WH04M,22883.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289872,950)KFZ4404M,22884.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307696,464)MGY04,22885.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302135,459)EG11G04M,22886.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311155,2326)LCES004,22887.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294025,591)RQXU04E,22888.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316476,2358)EDGG704,22889.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282657,90)RMZU04E,22890.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305754,551)MRAE04,22891.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311998,221)MEK04,22892.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280579,744)EGNOR04M,22893.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292533,1666)RNI04M,22894.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307626,831)MRAE04,22895.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316029,2187)EDGG704,22896.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285794,1207)RQXSI04E,22897.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294541,765)RNI04M,22898.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287817,534)LGKFN04,22899.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278123,978)EGNOR04M,22900.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289309,74)YB3EH04E,22901.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311255,768)MAB1204A,22902.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282752,407)KSLN04A,22903.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295822,846)LEMDAT04,22904.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303692,1936)KCHI104M,22905.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285658,306)YB5KL04E,22906.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280252,3285)PMXX04M,22907.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311329,436)MEK04,22908.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291843,875)RJIU04M,22909.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297119,315)LOW304M,22910.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271616,529)RQXSI04E,22911.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274564,843)RQXSI04E,22912.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312773,546)GL34W04,22913.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293252,569)RNI04M,22914.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287358,149)RQXSI04E,22915.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287904,865)LGKFN04,22916.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313433,960)MRAE04,22917.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275270,1112)RQXSI04E,22918.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289314,165)YB5WH04M,22919.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293710,1999)EDGG704,22920.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285972,216)KSLN04M,22921.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298263,331)YB3EH04E,22922.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281143,688)LGKFN04,22923.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(318516,635)MAB04,22924.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288247,141)YB5WH04M,22925.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285042,738)LELVL04M,22926.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312674,3302)LCES004,22927.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297744,636)LOVN1504,22928.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280706,403)RQXSI04E,22929.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289894,2437)LCES004,22930.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291013,147)BR404M,22931.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293570,291)YB5KL04E,22932.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280607,183)YB5WH04M,22933.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309188,419)MAB04,22934.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290666,344)MAB04,22935.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282882,427)KWUR404E,22936.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281983,386)YB5KL04E,22937.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295546,951)EGNOR04M,22938.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295547,561)YB5KL04E,22939.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297062,780)YB3EH04E,22940.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307805,536)LOVN1504,22941.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288401,91)EGNOR04M,22942.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291226,1136)RQXSI04E,22943.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296238,5843)RJIU04M,22944.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294944,252)YB5WH04M,22945.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286625,815)PMXX04M,22946.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305791,178)KWUR1C04,22947.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305697,1345)LEMDAT04,22948.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312800,1880)EDGG704,22949.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307190,1151)LGKFN04,22950.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310983,2372)EDGG704,22951.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311838,1758)LCES004,22952.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279193,391)YH5MH04M,22953.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296157,309)RQXSI04E,22954.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309695,157)MEK04,22955.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278162,280)YB5WH04M,22956.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304422,237)MGY04,22957.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317851,1740)EDGG704,22958.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313372,403)MGY04,22959.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295794,1509)LEMDAT04,22960.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280212,1610)LGKFN04,22961.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315618,2403)EDGG704,22962.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296158,211)YB5WH04M,22963.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314236,1612)LCES004,22964.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286627,151)YB5WH04M,22965.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279651,635)YBOLN04M,22966.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281854,472)KWUR404E,22967.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316538,1520)EDGG704,22968.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288914,685)MEK04,22969.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315544,1710)EDGG704,22970.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314186,708)KWUR1C04,22971.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285688,1211)RQXSI04E,22972.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286682,280)YH5MH04M,22973.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293168,375)RQXU04E,22974.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282727,300)LGKFN04,22975.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304944,188)MAB1204A,22976.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310272,900)LCES004,22977.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294912,363)RNS04M,22978.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279279,324)YH5MH04M,22979.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286726,173)YB5KL04E,22980.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282890,768)$KWUR404E,22981.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283305,573)KSLN04A,22982.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276925,96)YB5KL04E,22983.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309588,319)MGY04,22984.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294004,362)YB5KL04E,22985.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296646,1350)LCES004,22986.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283140,236)YBOLN04M,22987.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309210,991)EDGG704,22988.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317978,2282)EDGG704,22989.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277472,482)EG11G04M,22990.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292672,531)RQXU04E,22991.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314816,2341)EDGG704,22992.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282514,1783)RQXSI04E,22993.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287579,1136)RQXSI04E,22994.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284393,54)YB3EH04E,22995.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309693,211)MYY04A,22996.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280245,518)RQXSI04E,22997.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293901,1088)RQXU04E,22998.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294848,358)EGNOR04M,22999.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294120,1208)RQXU04E,23000.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281174,681)YB5KL04E,23001.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287329,288)YB5WH04M,23002.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296549,287)YBOLN04M,23003.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298646,961)LGKFN04,23004.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295497,812)PMXX04M,23005.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296450,71)YB5KL04E,23006.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300435,1678)LGKFN04,23007.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298588,914)LGKFN04,23008.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287367,359)YBOLN04M,23009.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283102,521)YB5WH04M,23010.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295053,308)RQXU04E,23011.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292214,73)RMZU04E,23012.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300504,1138)LGKFN04,23013.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284297,1041)RQXSI04E,23014.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295562,334)RQXI04E,23015.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292026,745)PMXX04M,23016.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304583,829)MRAE04,23017.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295700,236)RQXSI04E,23018.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293045,654)RMZU04E,23019.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301524,215)MGY04,23020.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314600,3438)EDGG704,23021.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309061,665)EGPFA04,23022.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297346,1048)RJIU04M,23023.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293650,1693)EGPFA04,23024.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279690,2230)EGPFA04,23025.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293718,2321)EGPFA04,23026.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293126,3579)RJIU04M,23027.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292791,2621)EGPFA04,23028.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279627,2678)EGPFA04,23029.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298116,1087)RJIU04M,23030.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293647,1504)RJIU04M,23031.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303235,2886)EGPFA04,23032.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295927,1552)RJIU04M,23033.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287891,1209)RNI04M,23034.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304456,1759)RJIU04M,23035.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300356,1125)RNI04M,23036.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289455,1632)RJIU04M,23037.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277826,2020)RJIU04M,23038.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290776,1851)RJIU04M,23039.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289457,2040)RJIU04M,23040.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296406,2300)RJIU04M,23041.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298006,2342)RJIU04M,23042.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276837,2105)RJIU04M,23043.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302531,768)RJIU04M,23044.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292297,1290)RNI04M,23045.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289978,2369)RJIU04M,23046.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294556,778)RJIU04M,23047.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303173,223)EG11G04M,23048.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295047,2956)EGPFA04,23049.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300332,546)EG11G04M,23050.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290406,970)RJIU04M,23051.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292050,865)RJIU04M,23052.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289232,2550)RNI04M,23053.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294560,684)EG11G04M,23054.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289171,422)EG11G04M,23055.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311151,1597)$MAB1204A,23056.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277434,1152)EG11G04M,23057.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292569,705)RJIU04M,23058.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291367,1501)EG11G04M,23059.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314402,1339)MGY04,23060.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289240,1573)EG11G04M,23061.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305585,1187)MGY04,23062.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292808,2832)RJIU04M,23063.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293188,1010)RNI04M,23064.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292544,1261)EG11G04M,23065.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302044,1201)MGY04,23066.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292908,2134)EG11G04M,23067.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292436,2057)EG11G04M,23068.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297113,453)RJIU04M,23069.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308371,1216)MGY04,23070.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287119,584)RJIU04M,23071.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289354,2871)RNI04M,23072.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292550,2935)RJIU04M,23073.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294303,3001)EG11G04M,23074.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302711,382)MGY04,23075.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308336,1312)MGY04,23076.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303263,809)MGY04,23077.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309625,765)MGY04,23078.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308511,702)MYY04A,23079.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288381,3061)EG11G04M,23080.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290076,3606)RJIU04M,23081.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290566,692)MAB04,23082.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304450,1329)MRAEE04,23083.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302138,293)MGY04,23084.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310674,1509)MRAEE04,23085.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287660,2204)EG11G04M,23086.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289863,691)ZM56704,23087.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314823,192)MGY04,23088.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293802,3113)EGPFA04,23089.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302879,2492)MGY04,23090.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315138,1204)LCES004,23091.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306530,371)$MAB1204A,23092.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288693,3303)RJIU04M,23093.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290633,285)RJIU04M,23094.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304483,1748)LCES004,23095.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295516,220)RJIU04M,23096.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290574,3600)RJIU04M,23097.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289318,3097)RJIU04M,23098.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308914,1196)ZM56704,23099.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291917,298)RJIU04M,23100.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315081,1892)LCES004,23101.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297818,421)GL34W04,23102.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300097,573)RJIU04M,23103.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309711,795)MGY04,23104.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278067,1612)EG11G04M,23105.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294548,597)MGY04,23106.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292265,336)RNI04M,23107.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291377,1655)EG11G04M,23108.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304261,766)RJIU04M,23109.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309959,1235)MAB04,23110.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294112,1755)EG11G04M,23111.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304258,609)MRAEE04,23112.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295283,410)MAB3404A,23113.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306677,863)MGY04,23114.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311856,1247)MAB1204A,23115.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307726,406)GL34W04,23116.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308622,3054)LCES004,23117.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302361,1659)MEK04,23118.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296473,2069)LCES004,23119.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290037,357)RJIU04M,23120.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284104,1940)YD5WH04M,23121.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291594,1768)EG11G04M,23122.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307461,841)RJIU04M,23123.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288601,1201)LGKFN04,23124.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283750,2450)YD5WH04M,23125.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293757,1592)KFZ4404M,23126.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295886,2701)EG11G04M,23127.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263593,2322)LOVN1504,23128.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311265,3743)LCES004,23129.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313302,2132)LCES004,23130.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302317,1522)KSLN04M,23131.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286762,617)RJIU04M,23132.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305560,624)MGY04,23133.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289655,666)RJIU04M,23134.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295407,911)RJIU04M,23135.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309414,3706)LCES004,23136.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289192,1129)MYY04A,23137.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289164,440)RJIU04M,23138.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300050,5663)GL4W04M,23139.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294819,3538)EGPFA04,23140.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303416,353)MGY04,23141.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290343,735)RJIU04M,23142.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312825,3832)LCES004,23143.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285585,418)MGY04,23144.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263921,3538)LCES004,23145.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292803,1133)LGKFN04,23146.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277127,1634)LGKFN04,23147.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290550,889)MYY04A,23148.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300666,1546)LCES004,23149.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287817,617)LGKFN04,23150.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283688,3827)PMXX04M,23151.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298471,6285)LGKFN04,23152.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303203,3769)LCES004,23153.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296922,1325)LGKFN04,23154.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301272,1385)LGKFN04,23155.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289502,870)YD5WH04M,23156.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311542,1556)LCES004,23157.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314108,3056)LCES004,23158.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306069,1140)MGY04,23159.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276122,2677)EG11G04M,23160.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295508,711)MAB04,23161.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290738,1963)EG11G04M,23162.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289136,738)RJIU04M,23163.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304422,420)MRAEE04,23164.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295238,671)RJIU04M,23165.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304114,732)MYY04A,23166.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305887,4157)LCES004,23167.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296194,1380)MAB04,23168.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309103,1228)MGY04,23169.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(293657,654)YD5WH04M,23170.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292796,3997)LCES004,23171.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294001,3887)RJIU04M,23172.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291031,2726)EG11G04M,23173.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305798,1500)LCES004,23174.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306499,1340)GL34W04,23175.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314699,3038)LCES004,23176.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303612,2822)KSPE104D,23177.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294274,174)RASI04M,23178.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313102,1050)LCES004,23179.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295180,905)RASI04M,23180.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298266,3087)LGKFN04,23181.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317048,3916)LCES004,23182.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297087,1167)LGKFN04,23183.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263868,4221)LCES004,23184.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294133,956)RJIU04M,23185.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286600,1865)LGKFN04,23186.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303314,1162)EG11G04M,23187.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283998,688)RQXSI04E,23188.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292666,1419)YBOLN04M,23189.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277190,1128)EG11G04M,23190.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302874,2536)MGY04,23191.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305557,3261)LCES004,23192.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310502,1053)MYY04A,23193.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294696,230)RASI04M,23194.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297505,1255)RQXSI04E,23195.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303818,897)MRAEE04,23196.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308325,1625)LGKFN04,23197.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306829,510)GL34W04,23198.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290967,758)RJIU04M,23199.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307498,4350)LCES004,23200.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284810,3245)PMXX04M,23201.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292231,2438)EG11G04M,23202.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295936,368)YBOLN04M,23203.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302643,446)EG11G04M,23204.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263439,3399)YB3EH04A,23205.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303665,4358)LCES004,23206.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276611,530)RQXSI04E,23207.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295532,568)RJIU04M,23208.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272249,668)EGNOR04M,23209.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294327,2988)RJIU04M,23210.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297442,2881)EG11G04M,23211.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296953,3349)LCES004,23212.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280274,467)RQXSI04E,23213.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292714,571)RQXU04E,23214.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302366,164)MAB3404A,23215.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293544,1343)RQXSI04E,23216.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282099,2326)EG11G04M,23217.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313758,4221)LCES004,23218.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287111,816)EGNOR04M,23219.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263410,1786)LGKFN04,23220.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310647,629)MGY04,23221.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307285,351)MGY04,23222.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309573,3087)LCES004,23223.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294193,590)LGKFN04,23224.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292107,348)RQXSI04E,23225.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293534,3980)RJIU04M,23226.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289367,1323)RQXSI04E,23227.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291819,926)EGNOR04M,23228.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285949,473)EBBRA04E,23229.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287924,547)LELVL04M,23230.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297622,2895)EG11G04M,23231.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282492,481)RQXSI04E,23232.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286771,389)MGY04,23233.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310158,4276)LCES004,23234.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297636,107)YBOLN04M,23235.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291027,243)YBOLN04M,23236.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311886,1740)LCES004,23237.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279241,983)EGNOR04M,23238.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290635,395)RQXSI04E,23239.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280579,395)EGNOR04M,23240.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307679,350)LOVN1504,23241.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285241,2474)LGKFN04,23242.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281466,493)EGNOR04M,23243.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286685,1538)RQXSI04E,23244.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294613,1275)RQXSI04E,23245.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312879,3264)LCES004,23246.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282677,345)YBOLN04M,23247.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303148,112)$MRAEE04,23248.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294848,986)EGNOR04M,23249.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263926,311)MGY04,23250.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283663,1728)RQXSI04E,23251.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312199,3564)LCES004,23252.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286897,1207)EBBRA04E,23253.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291104,4602)LCES004,23254.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308251,3598)LCES004,23255.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284313,1067)RQXSI04E,23256.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275270,1562)RQXSI04E,23257.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279011,2796)LGKFN04,23258.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284722,983)RJIU04M,23259.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302661,1017)EG11G04M,23260.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294816,684)YB5KL04E,23261.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286122,116)KSLN04M,23262.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280252,2824)RQXSI04E,23263.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289828,643)ZM56704,23264.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277463,809)LGKFN04,23265.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291164,1635)RQXSI04E,23266.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290082,277)RNI04M,23267.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312369,1070)MEK04,23268.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297984,4972)KSLN04A,23269.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272266,1159)RQXSI04E,23270.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295587,408)YB5KL04E,23271.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278295,495)RNI04M,23272.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297157,1407)LGKFN04,23273.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(275277,1048)RQXSI04E,23274.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309011,1040)MRAE04,23275.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295608,1174)EGNOR04M,23276.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306346,2938)LCES004,23277.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289945,769)LGKFN04,23278.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294756,481)RJIU04M,23279.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287785,801)PMXX04M,23280.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276307,727)LGKFN04,23281.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303350,553)MEK04,23282.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303992,1074)LGKFN04,23283.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302528,10)YB3EH04A,23284.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294940,996)RNS04M,23285.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298574,3053)YB3EH04E,23286.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290061,1492)MGY04,23287.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301003,74)YB3EH04A,23288.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295328,1635)RQXSI04E,23289.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294200,1815)RQXSI04E,23290.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281643,203)YB5KL04E,23291.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315618,2003)EDGG704,23292.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263866,3206)LCES004,23293.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281483,87)EGNOR04M,23294.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290015,231)YD5WH04M,23295.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296393,26)YB3EH04A,23296.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289563,91)RNI04M,23297.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263602,4281)LCES004,23298.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307696,340)MRAE04,23299.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311757,3090)LCES004,23300.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296754,1304)LGKFN04,23301.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300064,484)RJIU04M,23302.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312956,2079)EDGG704,23303.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263004,1172)RQXSI04E,23304.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316090,2934)LCES004,23305.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313569,3684)LCES004,23306.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280221,40)YBOLN04M,23307.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313068,3071)LCES004,23308.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311073,2160)MEK04,23309.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293096,492)RMZU04E,23310.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296307,460)RNI04M,23311.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285148,195)KSLN04M,23312.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294518,382)EG11G04M,23313.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281048,754)LGKFN04,23314.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301968,2646)EG11G04M,23315.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300988,1892)LCES004,23316.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295104,1569)LEMDAT04,23317.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298528,3744)LCES004,23318.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278651,154)YB5KL04E,23319.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304254,87)KWUR1C04,23320.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311138,121)KWUR1C04,23321.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302135,223)EG11G04M,23322.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295984,464)RASI04M,23323.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301759,1561)KCHI104M,23324.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302060,1623)EG11G04M,23325.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291957,415)RQXSI04E,23326.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287904,948)LGKFN04,23327.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289705,480)YB3EH04E,23328.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312583,3180)LCES004,23329.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283259,388)EGNOR04M,23330.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295258,7)YD5WH04M,23331.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301843,3101)LGKFN04,23332.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308624,833)LCES004,23333.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306698,2180)EDGG704,23334.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294908,565)YBOLN04M,23335.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304230,897)EDGG704,23336.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289868,3703)LCES004,23337.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291968,451)EG11G04M,23338.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292130,27)YB3EH04A,23339.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295296,1412)RQXU04E,23340.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294749,379)EGNOR04M,23341.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263580,3403)LCES004,23342.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297546,954)LGKFN04,23343.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297402,3499)KSPE104D,23344.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312015,2100)LCES004,23345.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305816,443)MAB1204A,23346.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288411,66)YBOLN04M,23347.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271616,237)RQXSI04E,23348.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284933,1425)RQXSI04E,23349.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282480,858)EBBRA04E,23350.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316476,2158)EDGG704,23351.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290342,457)$RNI04M,23352.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303692,1274)LGKFN04,23353.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277936,1379)LGKFN04,23354.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277313,185)YBOLN04M,23355.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281349,473)RMZSI04M,23356.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289805,822)YBOLN04M,23357.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293009,607)YB5WH04M,23358.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307626,1056)MRAE04,23359.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287194,605)RQXSI04E,23360.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283389,1841)RQXSI04E,23361.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305851,498)GL34W04,23362.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286494,243)YBOLN04M,23363.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291891,788)LGKFN04,23364.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285506,218)YB5KL04E,23365.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293074,480)RQXU04E,23366.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292992,523)YD5WH04M,23367.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(271211,828)RQXSI04E,23368.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283559,739)LGKFN04,23369.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273072,653)RQXI04E,23370.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317222,2216)EDGG704,23371.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308449,1038)MRAE04,23372.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291843,173)RJIU04M,23373.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282657,240)YBOLN04M,23374.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297922,98)KSLN04A,23375.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314186,569)KWUR1C04,23376.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289566,1126)LGKFN04,23377.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294654,280)RQXSI04E,23378.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295282,37)YB3EH04A,23379.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(319008,2090)EDGG704,23380.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314223,2825)LCES004,23381.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272849,1371)LGKFN04,23382.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316916,949)EDGG704,23383.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316430,2252)LCES004,23384.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305584,269)MGY04,23385.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263306,2190)LCES004,23386.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305462,946)EDGG704,23387.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273048,499)YB5WH04M,23388.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(274564,1180)RQXSI04E,23389.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296062,1267)RQXSI04E,23390.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308892,439)MGY04,23391.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293252,667)RNI04M,23392.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305283,960)LGKFN04,23393.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316499,2037)EDGG704,23394.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278562,277)YBOLN04M,23395.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281059,353)YB5WH04M,23396.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285733,3674)LCES004,23397.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288405,795)PMXX04M,23398.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291577,85)EGNOR04M,23399.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280825,214)LGKFN04,23400.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317443,937)MRAE04,23401.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280430,2396)LGKFN04,23402.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288765,409)RQXSI04E,23403.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305791,247)KWUR1C04,23404.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291305,1368)EDGG704,23405.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296334,10)YB3EH04E,23406.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307182,2809)EDGG704,23407.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283526,193)KFZ4404M,23408.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290858,428)RNI04M,23409.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285459,4417)LCES004,23410.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293710,2099)EDGG704,23411.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292120,463)YB3EH04E,23412.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277562,897)YH5MH04M,23413.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281887,1293)LELVL04M,23414.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292153,312)YB5WH04M,23415.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(319337,1900)EDGG704,23416.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296688,68)YD5WH04M,23417.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283102,58)YB5KL04E,23418.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293889,98)BR404M,23419.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302301,426)MAB3404A,23420.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297867,544)RJIU04M,23421.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294107,37)EGNOR04M,23422.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290247,461)YB5KL04E,23423.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292683,558)YBOLN04M,23424.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289972,666)YB3EH04E,23425.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287243,1483)GL4W04M,23426.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288401,160)EGNOR04M,23427.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287329,129)RMZU04E,23428.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297433,785)EGPFA04,23429.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309061,965)EGPFA04,23430.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297346,1311)RJIU04M,23431.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293650,1993)EGPFA04,23432.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279690,2530)EGPFA04,23433.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293718,2621)EGPFA04,23434.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293126,3930)RJIU04M,23435.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292791,2921)EGPFA04,23436.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279627,2978)EGPFA04,23437.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289455,596)RNI04M,23438.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300356,246)RNI04M,23439.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293647,1328)RJIU04M,23440.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298116,911)RJIU04M,23441.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287891,330)RNI04M,23442.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295927,1376)RJIU04M,23443.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292297,411)RNI04M,23444.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303235,3186)EGPFA04,23445.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304456,1583)RJIU04M,23446.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290776,1675)RJIU04M,23447.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277826,1844)RJIU04M,23448.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287119,925)$RNI04M,23449.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289457,1864)RJIU04M,23450.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302531,592)RJIU04M,23451.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304258,366)MEK04,23452.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292569,1231)$RNI04M,23453.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310674,1266)MEK04,23454.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296406,2124)RJIU04M,23455.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290406,1302)$RNI04M,23456.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294556,602)RJIU04M,23457.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302879,644)MAB1204A,23458.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276837,1929)RJIU04M,23459.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304450,1086)MEK04,23460.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298006,2166)RJIU04M,23461.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292050,689)RJIU04M,23462.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291031,1310)EG11G04M,23463.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302361,1433)MRAEE04,23464.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289232,1671)RNI04M,23465.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295886,1285)EG11G04M,23466.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309959,1586)$MEK04,23467.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308336,656)MYY04A,23468.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294303,1874)YD5WH04M,23469.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290076,325)BR404M,23470.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314402,737)MAB1204A,23471.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289978,2193)RJIU04M,23472.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308914,555)MYY04A,23473.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311856,632)MAB3404A,23474.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311151,1021)MAB1204A,23475.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290574,330)BR404M,23476.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297113,892)RJIU04M,23477.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288381,1935)YD5WH04M,23478.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289164,253)RNI04M,23479.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287660,1103)EG11G04M,23480.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295508,1891)MEK04,23481.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296194,2564)MEK04,23482.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293188,815)RNI04M,23483.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314186,1333)KWUR1C04,23484.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282099,899)YD5WH04M,23485.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302711,304)MGY04,23486.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307726,706)GL34W04,23487.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303814,1173)EDGG704,23488.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305634,104)MEK04,23489.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300204,365)EG11G04M,23490.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292436,935)$YD5WH04M,23491.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306530,1150)MYY04A,23492.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303173,381)EG11G04M,23493.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308371,560)MYY04A,23494.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306405,1212)EDGG704,23495.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289863,768)ZM56704,23496.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290566,1015)ZM56704,23497.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295047,3256)EGPFA04,23498.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314823,270)MGY04,23499.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295283,659)MEK04,23500.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317111,1367)EDGG704,23501.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297852,716)$RNI04M,23502.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306677,677)MAB04,23503.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292908,1009)YD5WH04M,23504.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302044,545)MYY04A,23505.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283688,1115)RQXSI04E,23506.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314889,1273)EDGG704,23507.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286762,705)RJIU04M,23508.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304114,590)GL34W04,23509.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288693,625)BR404M,23510.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287817,701)LGKFN04,23511.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292803,1699)YB3EH04A,23512.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302138,371)MGY04,23513.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300097,892)$RNI04M,23514.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289655,754)RJIU04M,23515.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311542,956)LCES004,23516.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300332,704)EG11G04M,23517.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305585,614)MYY04A,23518.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(322722,1389)EDGG704,23519.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297818,354)MGY04,23520.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290343,823)RJIU04M,23521.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298471,6369)LGKFN04,23522.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297335,465)BR404M,23523.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289354,1015)RNI04M,23524.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300050,5244)GL4W04M,23525.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289171,580)EG11G04M,23526.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294560,842)EG11G04M,23527.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277127,1718)LGKFN04,23528.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284722,369)RJIU04M,23529.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288601,1285)LGKFN04,23530.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289136,826)RJIU04M,23531.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305798,1650)LCES004,23532.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304422,359)MYY04A,23533.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290037,532)RJIU04M,23534.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289240,865)EG11G04M,23535.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309210,1491)EDGG704,23536.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263921,3881)LCES004,23537.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277434,1310)EG11G04M,23538.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294756,657)RJIU04M,23539.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311886,1140)LCES004,23540.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310502,1449)MAB04,23541.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314108,3399)LCES004,23542.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300064,660)RJIU04M,23543.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297867,720)RJIU04M,23544.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296922,1493)LGKFN04,23545.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291594,1454)EG11G04M,23546.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310732,3188)LCES004,23547.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311838,1608)LCES004,23548.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301272,1553)LGKFN04,23549.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314699,3381)LCES004,23550.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263593,2179)LOVN1504,23551.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303203,4112)LCES004,23552.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303416,1136)MGY04,23553.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292808,2656)RJIU04M,23554.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290061,2020)EDGG704,23555.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292550,213)RJIU04M,23556.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294112,1441)EG11G04M,23557.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(264011,3287)LCES004,23558.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312369,454)MAB1204A,23559.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311878,678)MGY04,23560.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305823,695)MAB04,23561.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309711,1178)MAB04,23562.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308511,291)MYY04A,23563.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290480,622)RJIU04M,23564.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308622,3226)LCES004,23565.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291377,1341)EG11G04M,23566.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297442,1462)YD5WH04M,23567.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273072,610)YB5WH04M,23568.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308751,700)MGY04,23569.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297087,1251)LGKFN04,23570.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305557,3433)LCES004,23571.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285459,3042)LCES004,23572.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285585,857)MYY04A,23573.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302661,1331)EG11G04M,23574.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312879,3608)LCES004,23575.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290550,1314)MGY04,23576.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291257,1546)EDGG704,23577.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304696,669)MGY04,23578.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301759,1152)KCHI104M,23579.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290967,846)RJIU04M,23580.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289192,1554)MGY04,23581.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298266,3171)LGKFN04,23582.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306069,1062)MGY04,23583.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281059,564)YB5WH04M,23584.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263602,3594)LCES004,23585.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302643,367)EG11G04M,23586.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293250,183)RQXU04E,23587.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286600,1698)LGKFN04,23588.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305887,4329)LCES004,23589.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314450,34)KWUR1C04,23590.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287924,485)RNI04M,23591.p,0.000000)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\t\t\t0.000000\t(t_x(309414,3878)LCES004,23592.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294518,303)EG11G04M,23593.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291367,1659)EG11G04M,23594.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296035,1559)LELVL04M,23595.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313758,3534)LCES004,23596.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285733,3502)LCES004,23597.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295238,604)$RNI04M,23598.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311265,3915)LCES004,23599.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301656,351)RNI04M,23600.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272249,528)EGNOR04M,23601.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292265,191)RJIU04M,23602.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294654,475)RQXSI04E,23603.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300666,1696)LCES004,23604.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303314,1004)EG11G04M,23605.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302317,1368)KSLN04M,23606.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292796,4340)LCES004,23607.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308325,1458)LGKFN04,23608.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297622,2198)YD5WH04M,23609.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306829,209)MYY04A,23610.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314075,300)MAB04,23611.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277190,970)EG11G04M,23612.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296953,3693)LCES004,23613.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263866,3034)LCES004,23614.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291887,128)YD5WH04M,23615.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303665,3327)LCES004,23616.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287785,698)PMXX04M,23617.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288411,272)EBBRA04E,23618.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290738,1649)EG11G04M,23619.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289318,596)RNI04M,23620.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298528,3400)LCES004,23621.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307285,742)MGY04,23622.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291906,2870)RVKWU04M,23623.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(280252,3182)PMXX04M,23624.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289805,312)YB5WH04M,23625.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295882,300)RVKWS04,23626.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286897,561)RQXSI04E,23627.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303612,3190)KSPE104D,23628.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298700,660)LGKFN04,23629.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305214,54)KSPE104D,23630.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285624,394)YD5WH04M,23631.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309573,3774)LCES004,23632.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290090,1846)EDGG704,23633.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291104,3571)LCES004,23634.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313569,3340)LCES004,23635.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294715,9)YB3EH04A,23636.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291027,629)YH5MH04M,23637.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283750,1413)YD5WH04M,23638.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285241,502)LGKFN04,23639.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290378,223)YD5WH04M,23640.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294816,718)YB5WH04M,23641.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315366,351)MGY04,23642.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294580,516)MAB04,23643.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289566,1377)LGKFN04,23644.p,0.000000)\\\n",
-      "\t\t\t1.000000\t(t_x(297402,1074)KSPE104D,23645.p,1.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309103,651)GL34W04,23646.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296164,1207)RQXSI04E,23647.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309981,1023)MAB04,23648.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289502,739)EG11G04M,23649.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263439,3907)YB3EH04A,23650.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291951,0),23651.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310647,316)MGY04,23652.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297636,152)YBOLN04M,23653.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292666,1825)YBOLN04M,23654.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306710,820)LOVN1504,23655.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311706,438)MEK04,23656.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263410,1870)LGKFN04,23657.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308966,78)KWUR1C04,23658.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312825,3316)LCES004,23659.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295936,86)YB5WH04M,23660.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294048,459)RMZU04E,23661.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306346,2788)LCES004,23662.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295532,389)RNI04M,23663.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263868,4393)LCES004,23664.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294433,1063)RVKWU04M,23665.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272287,108)YH5MH04M,23666.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304054,726)MAB3404A,23667.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284810,3592)RQXSI04E,23668.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276307,811)LGKFN04,23669.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292992,250)YD5WH04M,23670.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292941,44)KSPE104D,23671.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302060,1387)EG11G04M,23672.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292714,712)YB5WH04M,23673.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295104,1175)LEMDAT04,23674.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303263,236)MYY04A,23675.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283559,1325)LGKFN04,23676.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296307,1437)RNI04M,23677.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308582,2454)EDGG704,23678.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297157,1240)LGKFN04,23679.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310983,2222)EDGG704,23680.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311255,686)MAB1204A,23681.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297505,1367)RQXSI04E,23682.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292245,370)LELVL04M,23683.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277936,1211)LGKFN04,23684.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281346,355)RQXSI04E,23685.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285383,251)RNI04M,23686.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313068,2899)LCES004,23687.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316499,2137)EDGG704,23688.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316090,3449)LCES004,23689.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292670,188)RQXU04E,23690.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272266,1027)YB5WH04M,23691.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288107,351)KWUR404E,23692.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294908,475)YBOLN04M,23693.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279011,2356)LGZAA04M,23694.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306187,864)LOVN1504,23695.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285187,14)YH5MH04M,23696.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289367,1435)RQXSI04E,23697.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282492,384)RQXSI04E,23698.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317222,1916)EDGG704,23699.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316476,2258)EDGG704,23700.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293444,71)YB5KL04E,23701.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282720,368)KWUR404E,23702.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285658,365)YB5KL04E,23703.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295723,2229)RVKWU04M,23704.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307182,2009)EDGG704,23705.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295966,566)YBOLN04M,23706.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278295,398)RNI04M,23707.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307498,4178)LCES004,23708.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281983,609)YB5WH04M,23709.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297433,1085)EGPFA04,23710.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309061,1265)EGPFA04,23711.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293126,4193)RJIU04M,23712.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297346,1634)LELVU04,23713.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294001,4501)RJIU04M,23714.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293650,2293)EGPFA04,23715.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279690,2830)EGPFA04,23716.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293718,2921)EGPFA04,23717.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292791,3221)EGPFA04,23718.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302575,113)RJIU04M,23719.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295905,215)RJIU04M,23720.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302457,467)RJIU04M,23721.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290633,548)RJIU04M,23722.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294473,236)RJIU04M,23723.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295516,659)RJIU04M,23724.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304261,1205)RJIU04M,23725.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291917,737)RJIU04M,23726.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279627,3278)EGPFA04,23727.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295800,53)RJIU04M,23728.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307461,1280)RJIU04M,23729.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295407,1350)RJIU04M,23730.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312020,158)MAB04,23731.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294133,1395)RJIU04M,23732.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286762,1758)RJIU04M,23733.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284722,1422)RJIU04M,23734.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289655,1807)RJIU04M,23735.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289232,661)RJIU04M,23736.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290343,1876)RJIU04M,23737.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296406,368)RJIU04M,23738.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289978,396)BR404M,23739.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315692,831)LLBGA04L,23740.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303235,3486)EGPFA04,23741.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310674,1018)MAB04,23742.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289136,1879)RJIU04M,23743.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289455,303)RNI04M,23744.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293647,450)RJIU04M,23745.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295927,323)RJIU04M,23746.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290480,2290)RJIU04M,23747.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298006,410)RJIU04M,23748.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316618,1467)LLBGA04L,23749.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304450,2037)MGY04,23750.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276837,150)BR404M,23751.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294756,2325)RJIU04M,23752.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304114,650)MYY04A,23753.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290967,1899)RJIU04M,23754.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308336,574)MYY04A,23755.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300356,344)RNI04M,23756.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290076,175)BR404M,23757.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290574,175)RJIU04M,23758.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302361,1019)MAB04,23759.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290776,622)RJIU04M,23760.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303416,1058)MGY04,23761.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288381,1771)YD5WH04M,23762.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295283,564)MEK04,23763.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289457,811)RJIU04M,23764.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293188,585)RJIU04M,23765.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308371,478)MYY04A,23766.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305601,1485)LLBGA04L,23767.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311856,803)MAB3404A,23768.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300064,2328)RJIU04M,23769.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294303,1710)YD5WH04M,23770.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306069,984)MGY04,23771.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306530,1111)MGY04,23772.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309625,1470)MGY04,23773.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308914,473)MYY04A,23774.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298116,648)RJIU04M,23775.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314186,1263)KWUR1C04,23776.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277826,791)RJIU04M,23777.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307726,305)MAB3404A,23778.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310502,1377)MAB04,23779.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302879,1055)MAB1204A,23780.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302044,463)MYY04A,23781.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311151,920)MGY04,23782.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294548,1302)MGY04,23783.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303263,1514)MGY04,23784.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314402,635)MGY04,23785.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309959,1632)MRAEE04,23786.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289192,1476)MGY04,23787.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295508,1647)MAB04,23788.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297818,346)GL34W04,23789.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304422,524)$MYY04A,23790.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305585,1892)MGY04,23791.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304258,1335)MGY04,23792.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296194,2316)MAB04,23793.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314573,1200)EDGG704,23794.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306499,499)MGY04,23795.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309711,1250)MAB04,23796.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314889,1373)EDGG704,23797.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292808,887)BR404M,23798.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313540,3072)LCES004,23799.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297867,2388)RJIU04M,23800.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306677,1325)MAB04,23801.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285585,652)MGY04,23802.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302711,225)MGY04,23803.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310438,1236)EDGG704,23804.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308511,1384)MAB04,23805.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283688,3301)RQXSI04E,23806.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310732,3360)LCES004,23807.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282099,1281)$YD5WH04M,23808.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316061,1742)LLBGA04L,23809.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289354,525)RJIU04M,23810.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292908,1555)$YD5WH04M,23811.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287119,729)RNI04M,23812.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303814,1373)EDGG704,23813.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303088,67)LELVL04M,23814.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314823,661)MGY04,23815.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277127,1300)LGKFN04,23816.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289863,845)ZM56704,23817.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263921,3366)LCES004,23818.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300666,1096)LCES004,23819.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288693,550)BR404M,23820.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308622,3398)LCES004,23821.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303203,3597)LCES004,23822.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292569,1035)RNI04M,23823.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278067,1533)EG11G04M,23824.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292803,1283)YB3EH04A,23825.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310158,3073)LCES004,23826.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288601,1118)LGKFN04,23827.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290406,520)RNI04M,23828.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263602,3079)LCES004,23829.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298471,5616)LGKFN04,23830.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300050,5328)GL4W04M,23831.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277434,995)EG11G04M,23832.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302138,762)MGY04,23833.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294193,674)LGKFN04,23834.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293250,310)YB5WH04M,23835.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292436,1349)EG11G04M,23836.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263593,2393)LOVN1504,23837.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285459,3214)LCES004,23838.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302531,856)RJIU04M,23839.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314108,2884)LCES004,23840.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313590,603)KWUR1C04,23841.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300097,696)RNI04M,23842.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292544,1104)EG11G04M,23843.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291031,1231)EG11G04M,23844.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295936,593)YBOLN04M,23845.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301272,1218)LGKFN04,23846.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309573,3259)LCES004,23847.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302874,480)MYY04A,23848.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300332,625)EG11G04M,23849.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297596,722)BR404M,23850.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295497,1121)PMXX04M,23851.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(272249,947)EGNOR04M,23852.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281776,3723)LGSRA04,23853.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305816,361)MAB1204A,23854.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294560,527)EG11G04M,23855.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291594,1296)EG11G04M,23856.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295886,1206)EG11G04M,23857.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306405,1412)EDGG704,23858.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297087,1084)LGKFN04,23859.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301496,121)KWUR1C04,23860.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292796,3825)LCES004,23861.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301524,252)MYY04A,23862.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308325,1039)LGKFN04,23863.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311265,3227)LCES004,23864.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301759,1084)LGKFN04,23865.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285658,423)YB5KL04E,23866.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312879,3436)LCES004,23867.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309103,1150)MGY04,23868.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303665,3499)LCES004,23869.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305823,839)MAB04,23870.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291367,1344)EG11G04M,23871.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298528,3229)LCES004,23872.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287817,785)LGKFN04,23873.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286771,348)MYY04A,23874.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296922,1158)LGKFN04,23875.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312199,3392)LCES004,23876.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311542,1106)LCES004,23877.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288692,167)YB5WH04M,23878.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314699,3553)LCES004,23879.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287660,945)EG11G04M,23880.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294908,359)YB5KL04E,23881.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290342,905)RJIU04M,23882.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297335,232)RJIU04M,23883.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(281349,708)RQXI04E,23884.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286600,1614)LGKFN04,23885.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292714,778)RMZU04E,23886.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289566,1293)LGKFN04,23887.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289240,1023)EG11G04M,23888.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291968,372)EG11G04M,23889.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301590,621)LGKFN04,23890.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285733,3330)LCES004,23891.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287524,650)LGKFN04,23892.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305851,348)GL34W04,23893.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291377,1577)EG11G04M,23894.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307498,3491)LCES004,23895.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285241,2645)LGKFN04,23896.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285624,339)YD5WH04M,23897.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297402,3572)KSPE104D,23898.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294736,713)RQXSI04E,23899.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302424,626)MAB1204A,23900.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296754,1220)LGKFN04,23901.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294449,732)BR404M,23902.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303314,375)EG11G04M,23903.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316476,2058)EDGG704,23904.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295104,1333)LEMDAT04,23905.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312773,321)GL34W04,23906.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309414,4050)LCES004,23907.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297622,1479)EG11G04M,23908.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279011,2713)LGKFN04,23909.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302317,973)LGKFN04,23910.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304254,226)KWUR1C04,23911.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309594,196)KWUR1C04,23912.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311138,260)KWUR1C04,23913.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302686,858)EGPFA04,23914.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297433,1385)EGPFA04,23915.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309061,1565)EGPFA04,23916.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297346,1926)RJIU04M,23917.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294001,4765)RJIU04M,23918.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293126,4545)RJIU04M,23919.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293650,2593)EGPFA04,23920.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279690,3130)EGPFA04,23921.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293718,3221)EGPFA04,23922.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293569,21)RJIU04M,23923.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291959,67)RJIU04M,23924.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295800,141)RJIU04M,23925.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293898,65)RJIU04M,23926.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292791,3521)EGPFA04,23927.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289232,485)RJIU04M,23928.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289978,246)BR404M,23929.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298006,563)$BR404M,23930.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309959,1803)MGY04,23931.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294473,499)RJIU04M,23932.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302879,809)MAB1204A,23933.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296406,456)RJIU04M,23934.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293565,170)RJIU04M,23935.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289457,196)RJIU04M,23936.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304450,1773)MAB04,23937.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276837,225)BR404M,23938.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297818,196)GL34W04,23939.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310674,770)MRAEE04,23940.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279627,3578)EGPFA04,23941.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277826,527)RJIU04M,23942.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295508,783)MAB04,23943.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307182,2709)EDGG704,23944.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295850,581)RJIU04M,23945.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307304,288)MAB04,23946.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296194,1452)MAB04,23947.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290776,358)RJIU04M,23948.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290076,445)RJIU04M,23949.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304258,1065)MAB04,23950.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307726,391)MAB3404A,23951.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(317067,769)LLBGA04L,23952.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290574,405)BR404M,23953.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293647,626)RJIU04M,23954.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304456,266)RJIU04M,23955.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302711,147)MGY04,23956.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290566,1268)MAB04,23957.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288381,1881)YD5WH04M,23958.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289455,666)RJIU04M,23959.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294303,1820)YD5WH04M,23960.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(315692,1039)LLBGA04L,23961.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308336,451)MGY04,23962.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304422,471)MGY04,23963.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311856,813)MEK04,23964.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314186,1442)MGY04,23965.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304114,527)MGY04,23966.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295886,1521)EG11G04M,23967.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(287119,827)RNI04M,23968.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311151,1103)MAB1204A,23969.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302575,640)RJIU04M,23970.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294541,154)RJIU04M,23971.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308511,934)MGY04,23972.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289136,562)RJIU04M,23973.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295283,496)MAB3404A,23974.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290480,710)RJIU04M,23975.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298116,736)RJIU04M,23976.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308371,355)MGY04,23977.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291031,1546)EG11G04M,23978.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300097,794)RNI04M,23979.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288693,400)BR404M,23980.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297442,1680)YD5WH04M,23981.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294756,745)RJIU04M,23982.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302044,793)MYY04A,23983.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289192,1403)ZM56704,23984.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(283688,3621)PMXX04M,23985.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308914,803)MYY04A,23986.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295927,674)RJIU04M,23987.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286762,880)RJIU04M,23988.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290550,1236)MGY04,23989.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290343,559)RJIU04M,23990.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290967,582)RJIU04M,23991.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303818,620)MRAEE04,23992.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305585,779)MYY04A,23993.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292803,1098)YB3EH04A,23994.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306269,89)MRAE04,23995.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(284722,544)RJIU04M,23996.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288915,213)MEK04,23997.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263593,393)LOVN1504,23998.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285241,4158)LGZAA04M,23999.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(278067,1455)EG11G04M,24000.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302361,875)MAB04,24001.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300064,748)RJIU04M,24002.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297622,1925)YD5WH04M,24003.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306677,1253)MAB04,24004.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292808,362)BR404M,24005.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302006,186)GL34W04,24006.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289863,767)MAB04,24007.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295319,558)RNI04M,24008.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282099,1146)EG11G04M,24009.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289868,3187)LCES004,24010.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(312503,289)MAB3404A,24011.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300050,4993)GL4W04M,24012.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263921,3194)LCES004,24013.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303203,3425)LCES004,24014.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297113,716)RJIU04M,24015.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297087,1000)LGKFN04,24016.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309625,1000)MGY04,24017.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298471,5783)LGKFN04,24018.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277127,1132)LGKFN04,24019.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289655,929)RJIU04M,24020.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289828,412)ZM56704,24021.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290219,403)MGY04,24022.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314402,931)MYY04A,24023.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301272,966)LGKFN04,24024.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297164,3535)EBEEC04M,24025.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301759,1001)LGKFN04,24026.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(313540,3243)LCES004,24027.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303263,648)MYY04A,24028.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289318,287)RJIU04M,24029.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301968,1623)EG11G04M,24030.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292796,3653)LCES004,24031.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303416,1214)MGY04,24032.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(316618,1675)LLBGA04L,24033.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296953,3177)LCES004,24034.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288601,867)LGKFN04,24035.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(303377,895)GL34W04,24036.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302874,398)MYY04A,24037.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285585,339)MGY04,24038.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306530,1310)MRAEE04,24039.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307410,718)MGY04,24040.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289872,743)KFZ4404M,24041.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288914,212)MEK04,24042.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310732,3531)LCES004,24043.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295306,118)RJIU04M,24044.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293898,153)RJIU04M,24045.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307696,498)MAB04,24046.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289354,701)RJIU04M,24047.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291959,243)RJIU04M,24048.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295800,317)RJIU04M,24049.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295850,142)RJIU04M,24050.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304450,1410)MGY04,24051.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297346,697)RJIU04M,24052.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293569,197)RJIU04M,24053.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294001,550)RJIU04M,24054.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292808,587)BR404M,24055.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289978,171)BR404M,24056.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304258,1178)MGY04,24057.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302575,201)RJIU04M,24058.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307726,556)GL34W04,24059.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289318,791)RNI04M,24060.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302361,1595)MAB04,24061.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296194,2888)MGY04,24062.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289457,284)RJIU04M,24063.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290076,250)BR404M,24064.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289232,304)RNI04M,24065.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310674,1590)MGY04,24066.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295508,2219)MGY04,24067.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290574,255)BR404M,24068.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(277826,264)RJIU04M,24069.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304422,376)MAB04,24070.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297818,118)MYY04A,24071.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(297442,1244)YD5WH04M,24072.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307258,2)KWUR1C04,24073.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292265,103)RJIU04M,24074.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302879,536)MGY04,24075.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295905,303)RJIU04M,24076.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(276837,349)RJIU04M,24077.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(288381,1330)EG11G04M,24078.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289863,809)MYY04A,24079.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292569,529)RJIU04M,24080.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314186,889)GL34W04,24081.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308511,538)MYY04A,24082.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289164,58)RNI04M,24083.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309959,1017)MEK04,24084.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295283,523)MGY04,24085.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(291031,1153)EG11G04M,24086.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306530,1267)MGY04,24087.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293126,3127)EGPFA04,24088.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290480,798)RJIU04M,24089.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309711,1387)MYY04A,24090.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311151,1233)MGY04,24091.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314986,98)KWUR1C04,24092.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309911,79)RJIU04M,24093.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(300050,5160)GL4W04M,24094.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(282099,1117)YD5WH04M,24095.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286762,792)RJIU04M,24096.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298471,5699)LGKFN04,24097.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295371,869)RQXSI04E,24098.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308914,427)ZM56704,24099.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263593,1393)LOVN1504,24100.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294756,833)RJIU04M,24101.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285241,4603)LGKFN04,24102.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311856,461)MAB3404A,24103.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(301272,1134)LGKFN04,24104.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308371,793)ZM56704,24105.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309625,1592)MYY04A,24106.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290566,938)ZM56704,24107.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(314402,1231)$MAB1204A,24108.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(273793,543)YB5WH04M,24109.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289655,841)RJIU04M,24110.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304114,890)GL34W04,24111.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309006,190)ZM56704,24112.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306677,1455)MYY04A,24113.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293650,1393)EGPFA04,24114.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293126,3315)RJIU04M,24115.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294473,148)RJIU04M,24116.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294001,462)RJIU04M,24117.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302361,1055)MGY04,24118.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295508,1029)MRAEE04,24119.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296194,3252)MAB04,24120.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(298006,234)RJIU04M,24121.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296406,192)RJIU04M,24122.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304258,840)$MEK04,24123.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304450,1560)$MEK04,24124.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(279690,1930)EGPFA04,24125.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302879,1220)MAB1204A,24126.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289354,613)RJIU04M,24127.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(307726,181)GL34W04,24128.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295850,230)RJIU04M,24129.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293565,215)RNI04M,24130.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(308511,1312)MAB04,24131.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309959,1447)MRAEE04,24132.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289863,921)ZM56704,24133.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292050,426)RJIU04M,24134.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310674,1740)$MEK04,24135.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(311151,998)MGY04,24136.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306677,830)GL34W04,24137.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(292569,644)RNI04M,24138.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(263593,1250)LOVN1504,24139.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(285241,4519)LGKFN04,24140.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302361,787)MRAEE04,24141.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(296194,3324)MAB04,24142.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(286771,512)MYY04A,24143.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302879,770)MGY04,24144.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295508,936)MRAEE04,24145.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302301,153)GL34W04,24146.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306530,719)MGY04,24147.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304450,1883)MRAEE04,24148.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(310674,1324)MRAEE04,24149.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(294541,242)RJIU04M,24150.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304422,441)MYY04A,24151.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(306499,1265)GL34W04,24152.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(304114,815)GL34W04,24153.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(305585,1108)MYY04A,24154.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(309625,1078)MGY04,24155.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(293126,681)RJIU04M,24156.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302879,1466)MAB1204A,24157.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(295508,1672)MGY04,24158.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302361,1849)$MEK04,24159.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(289863,998)ZM56704,24160.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(290666,416)MAB04,24161.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302361,1710)MRAEE04,24162.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302879,1137)MAB1204A,24163.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302361,586)MGY04,24164.p,0.000000)\\\n",
-      "\t\t\t0.000000\t(t_x(302879,1260)MYY04A,24165.p,0.000000)\\\n",
-      "\t***UPPP 2814410.531664 \\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =4127.000000->64.241731, \tstpz=0.500000, \tsolobj= 969553.451655, \tbestsol = 969553.451655)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.696305e+05 | 9.696305e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.69630496368560e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.69630496368560e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =4103.000000->64.054664, \tstpz=0.500000, \tsolobj= 969630.496369, \tbestsol = 969630.496369)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.697033e+05 | 9.697033e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.37\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.69703321628485e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.69703321628485e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =4097.000000->64.007812, \tstpz=0.500000, \tsolobj= 969703.321628, \tbestsol = 969703.321628)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.45\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.697751e+05 | 9.697751e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.55\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.69775061159715e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.69775061159715e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =4087.000000->63.929649, \tstpz=0.500000, \tsolobj= 969775.061160, \tbestsol = 969775.061160)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.698406e+05 | 9.698406e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.41\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.69840640144364e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.69840640144364e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =4082.000000->63.890531, \tstpz=0.500000, \tsolobj= 969840.640144, \tbestsol = 969840.640144)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.33\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.699097e+05 | 9.699097e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.49\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.69909659352214e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.69909659352214e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =4080.000000->63.874878, \tstpz=0.500000, \tsolobj= 969909.659352, \tbestsol = 969909.659352)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.33\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.699778e+05 | 9.699778e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.53\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.69977827785382e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.69977827785382e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =4078.000000->63.859220, \tstpz=0.500000, \tsolobj= 969977.827785, \tbestsol = 969977.827785)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.700407e+05 | 9.700407e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.70040655695566e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.70040655695566e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =4073.000000->63.820060, \tstpz=0.500000, \tsolobj= 970040.655696, \tbestsol = 970040.655696)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.701059e+05 | 9.701059e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.70105860467469e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.70105860467469e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =4066.000000->63.765194, \tstpz=0.500000, \tsolobj= 970105.860467, \tbestsol = 970105.860467)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.701677e+05 | 9.701677e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.40\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.70167704234320e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.70167704234320e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =4063.000000->63.741666, \tstpz=0.500000, \tsolobj= 970167.704234, \tbestsol = 970167.704234)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.39\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.702237e+05 | 9.702237e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.48\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.70223672074957e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.70223672074957e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =4044.000000->63.592452, \tstpz=0.500000, \tsolobj= 970223.672075, \tbestsol = 970223.672075)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.702777e+05 | 9.702777e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.39\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.70277734363812e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.70277734363812e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =4042.000000->63.576725, \tstpz=0.500000, \tsolobj= 970277.734364, \tbestsol = 970277.734364)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.703316e+05 | 9.703316e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.28\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.70331550007151e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.70331550007151e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =4016.000000->63.371918, \tstpz=0.500000, \tsolobj= 970331.550007, \tbestsol = 970331.550007)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.703746e+05 | 9.703746e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.70374646724198e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.70374646724198e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =4022.000000->63.419240, \tstpz=0.500000, \tsolobj= 970374.646724, \tbestsol = 970374.646724)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.30\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.704252e+05 | 9.704252e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.39\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.70425174635309e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.70425174635309e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =4009.000000->63.316664, \tstpz=0.500000, \tsolobj= 970425.174635, \tbestsol = 970425.174635)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.29\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.704710e+05 | 9.704710e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.47\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.70470982767949e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.70470982767949e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =4012.000000->63.340350, \tstpz=0.500000, \tsolobj= 970470.982768, \tbestsol = 970470.982768)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.705144e+05 | 9.705144e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.70514445690162e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.70514445690162e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =4005.000000->63.285069, \tstpz=0.500000, \tsolobj= 970514.445690, \tbestsol = 970514.445690)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.705599e+05 | 9.705599e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.70559872638692e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.70559872638692e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =4007.000000->63.300869, \tstpz=0.500000, \tsolobj= 970559.872639, \tbestsol = 970559.872639)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.38\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.706069e+05 | 9.706069e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.50\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.70606915678360e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.70606915678360e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3998.000000->63.229740, \tstpz=0.500000, \tsolobj= 970606.915678, \tbestsol = 970606.915678)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.43\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.6s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.706466e+05 | 9.706466e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.58\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.70646643811911e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.70646643811911e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =4001.000000->63.253458, \tstpz=0.500000, \tsolobj= 970646.643812, \tbestsol = 970646.643812)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.706910e+05 | 9.706910e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.70691040003657e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.70691040003657e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3985.000000->63.126856, \tstpz=0.500000, \tsolobj= 970691.040004, \tbestsol = 970691.040004)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.707381e+05 | 9.707381e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.70738140927231e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.70738140927231e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3983.000000->63.111013, \tstpz=0.500000, \tsolobj= 970738.140927, \tbestsol = 970738.140927)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.707779e+05 | 9.707779e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.70777889269868e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.70777889269868e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3983.000000->63.111013, \tstpz=0.500000, \tsolobj= 970777.889270, \tbestsol = 970777.889270)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.708206e+05 | 9.708206e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.70820637278017e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.70820637278017e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3978.000000->63.071388, \tstpz=0.500000, \tsolobj= 970820.637278, \tbestsol = 970820.637278)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.708677e+05 | 9.708677e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.70867711682655e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.70867711682655e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3979.000000->63.079315, \tstpz=0.500000, \tsolobj= 970867.711683, \tbestsol = 970867.711683)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.709061e+05 | 9.709061e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.70906061616446e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.70906061616446e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3968.000000->62.992063, \tstpz=0.500000, \tsolobj= 970906.061616, \tbestsol = 970906.061616)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.709477e+05 | 9.709477e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.38\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.70947664720150e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.70947664720150e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3975.000000->63.047601, \tstpz=0.500000, \tsolobj= 970947.664720, \tbestsol = 970947.664720)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.709924e+05 | 9.709924e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.70992397929295e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.70992397929295e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3961.000000->62.936476, \tstpz=0.500000, \tsolobj= 970992.397929, \tbestsol = 970992.397929)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.710359e+05 | 9.710359e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71035945623261e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71035945623261e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3968.000000->62.992063, \tstpz=0.500000, \tsolobj= 971035.945623, \tbestsol = 971035.945623)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.710791e+05 | 9.710791e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71079053637649e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71079053637649e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3948.000000->62.833112, \tstpz=0.500000, \tsolobj= 971079.053638, \tbestsol = 971079.053638)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.711223e+05 | 9.711223e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71122334269865e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71122334269865e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3962.000000->62.944420, \tstpz=0.500000, \tsolobj= 971122.334270, \tbestsol = 971122.334270)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.711628e+05 | 9.711628e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71162807245665e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71162807245665e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3947.000000->62.825154, \tstpz=0.500000, \tsolobj= 971162.807246, \tbestsol = 971162.807246)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.712055e+05 | 9.712055e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71205539849156e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71205539849156e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3941.000000->62.777384, \tstpz=0.500000, \tsolobj= 971205.539849, \tbestsol = 971205.539849)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.712443e+05 | 9.712443e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71244271391186e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71244271391186e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3936.000000->62.737549, \tstpz=0.500000, \tsolobj= 971244.271391, \tbestsol = 971244.271391)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.712785e+05 | 9.712785e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71278479442163e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71278479442163e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3945.000000->62.809235, \tstpz=0.500000, \tsolobj= 971278.479442, \tbestsol = 971278.479442)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.713171e+05 | 9.713171e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71317135226276e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71317135226276e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3936.000000->62.737549, \tstpz=0.500000, \tsolobj= 971317.135226, \tbestsol = 971317.135226)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.713494e+05 | 9.713494e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71349358298659e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71349358298659e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3939.000000->62.761453, \tstpz=0.500000, \tsolobj= 971349.358299, \tbestsol = 971349.358299)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.713833e+05 | 9.713833e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.38\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71383306076198e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71383306076198e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3932.000000->62.705662, \tstpz=0.500000, \tsolobj= 971383.306076, \tbestsol = 971383.306076)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.714181e+05 | 9.714181e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.28\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71418133813577e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71418133813577e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3938.000000->62.753486, \tstpz=0.500000, \tsolobj= 971418.133814, \tbestsol = 971418.133814)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.19\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.714489e+05 | 9.714489e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.26\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71448943564064e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71448943564064e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3943.000000->62.793312, \tstpz=0.500000, \tsolobj= 971448.943564, \tbestsol = 971448.943564)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.714808e+05 | 9.714808e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71480751689037e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71480751689037e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3927.000000->62.665780, \tstpz=0.500000, \tsolobj= 971480.751689, \tbestsol = 971480.751689)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.715146e+05 | 9.715146e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71514583822366e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71514583822366e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3923.000000->62.633857, \tstpz=0.500000, \tsolobj= 971514.583822, \tbestsol = 971514.583822)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.715447e+05 | 9.715447e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.38\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71544726263060e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71544726263060e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3931.000000->62.697687, \tstpz=0.500000, \tsolobj= 971544.726263, \tbestsol = 971544.726263)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.715759e+05 | 9.715759e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71575916702999e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71575916702999e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3923.000000->62.633857, \tstpz=0.500000, \tsolobj= 971575.916703, \tbestsol = 971575.916703)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.716067e+05 | 9.716067e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71606653125457e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71606653125457e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3923.000000->62.633857, \tstpz=0.500000, \tsolobj= 971606.653125, \tbestsol = 971606.653125)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.716327e+05 | 9.716327e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71632731628839e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71632731628839e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3916.000000->62.577951, \tstpz=0.500000, \tsolobj= 971632.731629, \tbestsol = 971632.731629)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.34\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.716628e+05 | 9.716628e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.45\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71662756727056e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71662756727056e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3923.000000->62.633857, \tstpz=0.500000, \tsolobj= 971662.756727, \tbestsol = 971662.756727)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.716883e+05 | 9.716883e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.40\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71688257556111e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71688257556111e+05\\\n",
-      "Gap                : 0.00 %\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3923.000000->62.633857, \tstpz=0.500000, \tsolobj= 971688.257556, \tbestsol = 971688.257556)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.717162e+05 | 9.717162e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71716231509568e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71716231509568e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3897.000000->62.425956, \tstpz=0.500000, \tsolobj= 971716.231510, \tbestsol = 971716.231510)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.717437e+05 | 9.717437e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71743748881746e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71743748881746e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3907.000000->62.506000, \tstpz=0.500000, \tsolobj= 971743.748882, \tbestsol = 971743.748882)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.717705e+05 | 9.717705e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.37\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71770502189414e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71770502189414e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3909.000000->62.521996, \tstpz=0.500000, \tsolobj= 971770.502189, \tbestsol = 971770.502189)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.717963e+05 | 9.717963e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71796267608805e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71796267608805e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3920.000000->62.609903, \tstpz=0.500000, \tsolobj= 971796.267609, \tbestsol = 971796.267609)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.718195e+05 | 9.718195e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71819517745297e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71819517745297e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3891.000000->62.377881, \tstpz=0.500000, \tsolobj= 971819.517745, \tbestsol = 971819.517745)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.718491e+05 | 9.718491e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.27\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71849142780505e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71849142780505e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3906.000000->62.498000, \tstpz=0.500000, \tsolobj= 971849.142781, \tbestsol = 971849.142781)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.718763e+05 | 9.718763e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71876333391818e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71876333391818e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3903.000000->62.473995, \tstpz=0.500000, \tsolobj= 971876.333392, \tbestsol = 971876.333392)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.719009e+05 | 9.719009e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71900921008668e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71900921008668e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3909.000000->62.521996, \tstpz=0.500000, \tsolobj= 971900.921009, \tbestsol = 971900.921009)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.719286e+05 | 9.719286e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71928558622882e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71928558622882e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3899.000000->62.441973, \tstpz=0.500000, \tsolobj= 971928.558623, \tbestsol = 971928.558623)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.719518e+05 | 9.719518e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71951837629134e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71951837629134e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3911.000000->62.537988, \tstpz=0.500000, \tsolobj= 971951.837629, \tbestsol = 971951.837629)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.719806e+05 | 9.719806e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.71980621315285e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.71980621315285e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3899.000000->62.441973, \tstpz=0.500000, \tsolobj= 971980.621315, \tbestsol = 971980.621315)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.720054e+05 | 9.720054e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72005360315573e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72005360315573e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3918.000000->62.593929, \tstpz=0.500000, \tsolobj= 972005.360316, \tbestsol = 972005.360316)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.720294e+05 | 9.720294e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72029359055256e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72029359055256e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3896.000000->62.417946, \tstpz=0.500000, \tsolobj= 972029.359055, \tbestsol = 972029.359055)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.720572e+05 | 9.720572e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72057244474846e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72057244474846e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3909.000000->62.521996, \tstpz=0.500000, \tsolobj= 972057.244475, \tbestsol = 972057.244475)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.720799e+05 | 9.720799e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.38\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72079901720338e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72079901720338e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3905.000000->62.489999, \tstpz=0.500000, \tsolobj= 972079.901720, \tbestsol = 972079.901720)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.721082e+05 | 9.721082e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72108228673008e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72108228673008e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3906.000000->62.498000, \tstpz=0.500000, \tsolobj= 972108.228673, \tbestsol = 972108.228673)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.721332e+05 | 9.721332e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72133208381516e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72133208381516e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3891.000000->62.377881, \tstpz=0.500000, \tsolobj= 972133.208382, \tbestsol = 972133.208382)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.721586e+05 | 9.721586e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72158600815332e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72158600815332e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3907.000000->62.506000, \tstpz=0.500000, \tsolobj= 972158.600815, \tbestsol = 972158.600815)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.721855e+05 | 9.721855e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72185533021087e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72185533021087e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3899.000000->62.441973, \tstpz=0.500000, \tsolobj= 972185.533021, \tbestsol = 972185.533021)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.722068e+05 | 9.722068e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.28\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72206824898217e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72206824898217e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3906.000000->62.498000, \tstpz=0.500000, \tsolobj= 972206.824898, \tbestsol = 972206.824898)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.722352e+05 | 9.722352e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.45\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72235162031490e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72235162031490e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3888.000000->62.353829, \tstpz=0.500000, \tsolobj= 972235.162031, \tbestsol = 972235.162031)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.722585e+05 | 9.722585e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72258513224437e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72258513224437e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3903.000000->62.473995, \tstpz=0.500000, \tsolobj= 972258.513224, \tbestsol = 972258.513224)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.19\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.722843e+05 | 9.722843e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.27\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72284258108505e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72284258108505e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3901.000000->62.457986, \tstpz=0.500000, \tsolobj= 972284.258109, \tbestsol = 972284.258109)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.53\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.7s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.723076e+05 | 9.723076e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.67\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72307597929872e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72307597929872e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3891.000000->62.377881, \tstpz=0.500000, \tsolobj= 972307.597930, \tbestsol = 972307.597930)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.723317e+05 | 9.723317e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.43\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72331660451689e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72331660451689e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3881.000000->62.297673, \tstpz=0.500000, \tsolobj= 972331.660452, \tbestsol = 972331.660452)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.723604e+05 | 9.723604e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72360432229918e+05 (1 solutions)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "Dual Bound         : +9.72360432229918e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3893.000000->62.393910, \tstpz=0.500000, \tsolobj= 972360.432230, \tbestsol = 972360.432230)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.723870e+05 | 9.723870e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.38\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72387036701737e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72387036701737e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3890.000000->62.369865, \tstpz=0.500000, \tsolobj= 972387.036702, \tbestsol = 972387.036702)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.724139e+05 | 9.724139e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.27\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72413907328708e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72413907328708e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3897.000000->62.425956, \tstpz=0.500000, \tsolobj= 972413.907329, \tbestsol = 972413.907329)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.724460e+05 | 9.724460e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.28\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72445951317571e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72445951317571e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3885.000000->62.329768, \tstpz=0.500000, \tsolobj= 972445.951318, \tbestsol = 972445.951318)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.724671e+05 | 9.724671e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72467149536175e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72467149536175e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3891.000000->62.377881, \tstpz=0.500000, \tsolobj= 972467.149536, \tbestsol = 972467.149536)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.33\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.724983e+05 | 9.724983e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.41\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72498328684627e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72498328684627e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3889.000000->62.361847, \tstpz=0.500000, \tsolobj= 972498.328685, \tbestsol = 972498.328685)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.29\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.725217e+05 | 9.725217e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.39\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72521727440879e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72521727440879e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3895.000000->62.409935, \tstpz=0.500000, \tsolobj= 972521.727441, \tbestsol = 972521.727441)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.725453e+05 | 9.725453e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72545319086063e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72545319086063e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3879.000000->62.281618, \tstpz=0.500000, \tsolobj= 972545.319086, \tbestsol = 972545.319086)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.33\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.725705e+05 | 9.725705e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.43\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72570491434277e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72570491434277e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3886.000000->62.337790, \tstpz=0.500000, \tsolobj= 972570.491434, \tbestsol = 972570.491434)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.725962e+05 | 9.725962e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.39\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72596222019150e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72596222019150e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3871.000000->62.217361, \tstpz=0.500000, \tsolobj= 972596.222019, \tbestsol = 972596.222019)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.33\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.726183e+05 | 9.726183e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.47\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72618256574945e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72618256574945e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3885.000000->62.329768, \tstpz=0.500000, \tsolobj= 972618.256575, \tbestsol = 972618.256575)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.726422e+05 | 9.726422e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72642152881695e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72642152881695e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3866.000000->62.177166, \tstpz=0.500000, \tsolobj= 972642.152882, \tbestsol = 972642.152882)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.726628e+05 | 9.726628e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72662776989938e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72662776989938e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3875.000000->62.249498, \tstpz=0.500000, \tsolobj= 972662.776990, \tbestsol = 972662.776990)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.726868e+05 | 9.726868e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72686848081393e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72686848081393e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3878.000000->62.273590, \tstpz=0.500000, \tsolobj= 972686.848081, \tbestsol = 972686.848081)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.727060e+05 | 9.727060e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.37\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72705973873832e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72705973873832e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3876.000000->62.257530, \tstpz=0.500000, \tsolobj= 972705.973874, \tbestsol = 972705.973874)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.727285e+05 | 9.727285e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72728538806214e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72728538806214e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3872.000000->62.225397, \tstpz=0.500000, \tsolobj= 972728.538806, \tbestsol = 972728.538806)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.30\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.727487e+05 | 9.727487e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.40\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72748729137351e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72748729137351e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3878.000000->62.273590, \tstpz=0.500000, \tsolobj= 972748.729137, \tbestsol = 972748.729137)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.45\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.6s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.727696e+05 | 9.727696e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.59\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72769557296401e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72769557296401e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3877.000000->62.265560, \tstpz=0.500000, \tsolobj= 972769.557296, \tbestsol = 972769.557296)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.727863e+05 | 9.727863e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72786296113655e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72786296113655e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3885.000000->62.329768, \tstpz=0.500000, \tsolobj= 972786.296114, \tbestsol = 972786.296114)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.38\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.728080e+05 | 9.728080e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.50\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72808010836766e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72808010836766e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3881.000000->62.297673, \tstpz=0.500000, \tsolobj= 972808.010837, \tbestsol = 972808.010837)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.728267e+05 | 9.728267e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72826716542458e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72826716542458e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3879.000000->62.281618, \tstpz=0.500000, \tsolobj= 972826.716542, \tbestsol = 972826.716542)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.728459e+05 | 9.728459e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72845902265714e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72845902265714e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3873.000000->62.233432, \tstpz=0.500000, \tsolobj= 972845.902266, \tbestsol = 972845.902266)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.728643e+05 | 9.728643e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.39\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72864319486175e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72864319486175e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3879.000000->62.281618, \tstpz=0.500000, \tsolobj= 972864.319486, \tbestsol = 972864.319486)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.728851e+05 | 9.728851e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72885065053555e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72885065053555e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3869.000000->62.201286, \tstpz=0.500000, \tsolobj= 972885.065054, \tbestsol = 972885.065054)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.729058e+05 | 9.729058e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72905812452826e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72905812452826e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3876.000000->62.257530, \tstpz=0.500000, \tsolobj= 972905.812453, \tbestsol = 972905.812453)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.729240e+05 | 9.729240e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.37\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72923957827484e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72923957827484e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3880.000000->62.289646, \tstpz=0.500000, \tsolobj= 972923.957827, \tbestsol = 972923.957827)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.729402e+05 | 9.729402e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72940234306892e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72940234306892e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3881.000000->62.297673, \tstpz=0.500000, \tsolobj= 972940.234307, \tbestsol = 972940.234307)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.729622e+05 | 9.729622e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72962189843699e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72962189843699e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3876.000000->62.257530, \tstpz=0.500000, \tsolobj= 972962.189844, \tbestsol = 972962.189844)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.729774e+05 | 9.729774e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.72977376020694e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.72977376020694e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3886.000000->62.337790, \tstpz=0.500000, \tsolobj= 972977.376021, \tbestsol = 972977.376021)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.730018e+05 | 9.730018e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73001818976306e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73001818976306e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3871.000000->62.217361, \tstpz=0.500000, \tsolobj= 973001.818976, \tbestsol = 973001.818976)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.730181e+05 | 9.730181e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73018055725870e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73018055725870e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3882.000000->62.305698, \tstpz=0.500000, \tsolobj= 973018.055726, \tbestsol = 973018.055726)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.730354e+05 | 9.730354e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73035351345031e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73035351345031e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3891.000000->62.377881, \tstpz=0.500000, \tsolobj= 973035.351345, \tbestsol = 973035.351345)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.730578e+05 | 9.730578e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73057838359433e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73057838359433e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3890.000000->62.369865, \tstpz=0.500000, \tsolobj= 973057.838359, \tbestsol = 973057.838359)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.730750e+05 | 9.730750e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73074973306332e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73074973306332e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3880.000000->62.289646, \tstpz=0.500000, \tsolobj= 973074.973306, \tbestsol = 973074.973306)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.730923e+05 | 9.730923e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73092336207683e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73092336207683e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3877.000000->62.265560, \tstpz=0.500000, \tsolobj= 973092.336208, \tbestsol = 973092.336208)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.731096e+05 | 9.731096e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73109587535941e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73109587535941e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3891.000000->62.377881, \tstpz=0.500000, \tsolobj= 973109.587536, \tbestsol = 973109.587536)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.731263e+05 | 9.731263e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73126344120278e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73126344120278e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3892.000000->62.385896, \tstpz=0.500000, \tsolobj= 973126.344120, \tbestsol = 973126.344120)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.731470e+05 | 9.731470e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73147046835839e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73147046835839e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3879.000000->62.281618, \tstpz=0.500000, \tsolobj= 973147.046836, \tbestsol = 973147.046836)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.731623e+05 | 9.731623e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.27\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73162348858448e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73162348858448e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3898.000000->62.433965, \tstpz=0.500000, \tsolobj= 973162.348858, \tbestsol = 973162.348858)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.731826e+05 | 9.731826e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73182601800131e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73182601800131e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3886.000000->62.337790, \tstpz=0.500000, \tsolobj= 973182.601800, \tbestsol = 973182.601800)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.732036e+05 | 9.732036e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73203639331299e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73203639331299e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3886.000000->62.337790, \tstpz=0.500000, \tsolobj= 973203.639331, \tbestsol = 973203.639331)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.732196e+05 | 9.732196e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73219579762829e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73219579762829e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3881.000000->62.297673, \tstpz=0.500000, \tsolobj= 973219.579763, \tbestsol = 973219.579763)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.732393e+05 | 9.732393e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73239329804159e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73239329804159e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3892.000000->62.385896, \tstpz=0.500000, \tsolobj= 973239.329804, \tbestsol = 973239.329804)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.32\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.732550e+05 | 9.732550e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.42\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73254987156516e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73254987156516e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3887.000000->62.345810, \tstpz=0.500000, \tsolobj= 973254.987157, \tbestsol = 973254.987157)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.31\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.732789e+05 | 9.732789e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.49\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73278894898873e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73278894898873e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3883.000000->62.313722, \tstpz=0.500000, \tsolobj= 973278.894899, \tbestsol = 973278.894899)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.29\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.732964e+05 | 9.732964e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.39\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73296421938258e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73296421938258e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3887.000000->62.345810, \tstpz=0.500000, \tsolobj= 973296.421938, \tbestsol = 973296.421938)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.733133e+05 | 9.733133e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73313318213742e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73313318213742e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3894.000000->62.401923, \tstpz=0.500000, \tsolobj= 973313.318214, \tbestsol = 973313.318214)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.733327e+05 | 9.733327e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73332700112392e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73332700112392e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3882.000000->62.305698, \tstpz=0.500000, \tsolobj= 973332.700112, \tbestsol = 973332.700112)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.733524e+05 | 9.733524e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73352374011543e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73352374011543e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3891.000000->62.377881, \tstpz=0.500000, \tsolobj= 973352.374012, \tbestsol = 973352.374012)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.29\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.733700e+05 | 9.733700e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.39\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73370032188058e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73370032188058e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3885.000000->62.329768, \tstpz=0.500000, \tsolobj= 973370.032188, \tbestsol = 973370.032188)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.31\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.733838e+05 | 9.733838e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.54\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73383765589418e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73383765589418e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3879.000000->62.281618, \tstpz=0.500000, \tsolobj= 973383.765589, \tbestsol = 973383.765589)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.734032e+05 | 9.734032e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73403188098380e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73403188098380e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3880.000000->62.289646, \tstpz=0.500000, \tsolobj= 973403.188098, \tbestsol = 973403.188098)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.30\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.734242e+05 | 9.734242e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.39\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73424198921950e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73424198921950e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3874.000000->62.241465, \tstpz=0.500000, \tsolobj= 973424.198922, \tbestsol = 973424.198922)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.734385e+05 | 9.734385e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.42\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73438465792100e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73438465792100e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3886.000000->62.337790, \tstpz=0.500000, \tsolobj= 973438.465792, \tbestsol = 973438.465792)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.734627e+05 | 9.734627e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73462670130125e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73462670130125e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3870.000000->62.209324, \tstpz=0.500000, \tsolobj= 973462.670130, \tbestsol = 973462.670130)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.734824e+05 | 9.734824e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73482380753899e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73482380753899e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3870.000000->62.209324, \tstpz=0.500000, \tsolobj= 973482.380754, \tbestsol = 973482.380754)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.735022e+05 | 9.735022e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.37\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73502243562120e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73502243562120e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3875.000000->62.249498, \tstpz=0.500000, \tsolobj= 973502.243562, \tbestsol = 973502.243562)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.735195e+05 | 9.735195e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.40\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73519536298827e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73519536298827e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3888.000000->62.353829, \tstpz=0.500000, \tsolobj= 973519.536299, \tbestsol = 973519.536299)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.36\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.735371e+05 | 9.735371e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.50\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73537134842170e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73537134842170e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3882.000000->62.305698, \tstpz=0.500000, \tsolobj= 973537.134842, \tbestsol = 973537.134842)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.735557e+05 | 9.735557e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73555677791184e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73555677791184e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3875.000000->62.249498, \tstpz=0.500000, \tsolobj= 973555.677791, \tbestsol = 973555.677791)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.735723e+05 | 9.735723e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73572313992551e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73572313992551e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3877.000000->62.265560, \tstpz=0.500000, \tsolobj= 973572.313993, \tbestsol = 973572.313993)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.735899e+05 | 9.735899e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.38\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73589918657600e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73589918657600e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3877.000000->62.265560, \tstpz=0.500000, \tsolobj= 973589.918658, \tbestsol = 973589.918658)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.736051e+05 | 9.736051e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.37\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73605053254416e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73605053254416e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3871.000000->62.217361, \tstpz=0.500000, \tsolobj= 973605.053254, \tbestsol = 973605.053254)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.736229e+05 | 9.736229e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.28\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73622930634192e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73622930634192e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3872.000000->62.225397, \tstpz=0.500000, \tsolobj= 973622.930634, \tbestsol = 973622.930634)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.736381e+05 | 9.736381e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73638139725268e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73638139725268e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3886.000000->62.337790, \tstpz=0.500000, \tsolobj= 973638.139725, \tbestsol = 973638.139725)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.736537e+05 | 9.736537e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73653695225800e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73653695225800e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3864.000000->62.161081, \tstpz=0.500000, \tsolobj= 973653.695226, \tbestsol = 973653.695226)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.736700e+05 | 9.736700e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73670036790003e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73670036790003e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3864.000000->62.161081, \tstpz=0.500000, \tsolobj= 973670.036790, \tbestsol = 973670.036790)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.736812e+05 | 9.736812e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73681186302514e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73681186302514e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3897.000000->62.425956, \tstpz=0.500000, \tsolobj= 973681.186303, \tbestsol = 973681.186303)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.736951e+05 | 9.736951e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73695107265470e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73695107265470e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3869.000000->62.201286, \tstpz=0.500000, \tsolobj= 973695.107265, \tbestsol = 973695.107265)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.737141e+05 | 9.737141e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73714147320844e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73714147320844e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3867.000000->62.185207, \tstpz=0.500000, \tsolobj= 973714.147321, \tbestsol = 973714.147321)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.737300e+05 | 9.737300e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73729954962188e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73729954962188e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3877.000000->62.265560, \tstpz=0.500000, \tsolobj= 973729.954962, \tbestsol = 973729.954962)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.29\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.737435e+05 | 9.737435e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.38\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73743529251755e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73743529251755e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3855.000000->62.088646, \tstpz=0.500000, \tsolobj= 973743.529252, \tbestsol = 973743.529252)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.737586e+05 | 9.737586e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73758616771591e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73758616771591e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3861.000000->62.136946, \tstpz=0.500000, \tsolobj= 973758.616772, \tbestsol = 973758.616772)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.737732e+05 | 9.737732e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.28\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73773179310330e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73773179310330e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3876.000000->62.257530, \tstpz=0.500000, \tsolobj= 973773.179310, \tbestsol = 973773.179310)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.737891e+05 | 9.737891e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73789148961915e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73789148961915e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3882.000000->62.305698, \tstpz=0.500000, \tsolobj= 973789.148962, \tbestsol = 973789.148962)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.737998e+05 | 9.737998e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73799758931222e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73799758931222e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3869.000000->62.201286, \tstpz=0.500000, \tsolobj= 973799.758931, \tbestsol = 973799.758931)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.19\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.738188e+05 | 9.738188e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "Solving Time (sec) : 0.27\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73818806330459e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73818806330459e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3871.000000->62.217361, \tstpz=0.500000, \tsolobj= 973818.806330, \tbestsol = 973818.806330)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.738349e+05 | 9.738349e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73834876007482e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73834876007482e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3873.000000->62.233432, \tstpz=0.500000, \tsolobj= 973834.876007, \tbestsol = 973834.876007)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.738479e+05 | 9.738479e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73847925629774e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73847925629774e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3857.000000->62.104750, \tstpz=0.500000, \tsolobj= 973847.925630, \tbestsol = 973847.925630)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.738648e+05 | 9.738648e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73864842661402e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73864842661402e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3876.000000->62.257530, \tstpz=0.500000, \tsolobj= 973864.842661, \tbestsol = 973864.842661)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.738780e+05 | 9.738780e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73877990650607e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73877990650607e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3870.000000->62.209324, \tstpz=0.500000, \tsolobj= 973877.990651, \tbestsol = 973877.990651)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.29\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.738964e+05 | 9.738964e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.39\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73896385639295e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73896385639295e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3862.000000->62.144992, \tstpz=0.500000, \tsolobj= 973896.385639, \tbestsol = 973896.385639)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.739093e+05 | 9.739093e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73909341224706e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73909341224706e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3866.000000->62.177166, \tstpz=0.500000, \tsolobj= 973909.341225, \tbestsol = 973909.341225)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.739258e+05 | 9.739258e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73925805671146e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73925805671146e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3867.000000->62.185207, \tstpz=0.500000, \tsolobj= 973925.805671, \tbestsol = 973925.805671)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.739384e+05 | 9.739384e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.27\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73938402669049e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73938402669049e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3858.000000->62.112801, \tstpz=0.500000, \tsolobj= 973938.402669, \tbestsol = 973938.402669)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.739560e+05 | 9.739560e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73956021461789e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73956021461789e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3877.000000->62.265560, \tstpz=0.500000, \tsolobj= 973956.021462, \tbestsol = 973956.021462)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.739690e+05 | 9.739690e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73968998045196e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73968998045196e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3864.000000->62.161081, \tstpz=0.500000, \tsolobj= 973968.998045, \tbestsol = 973968.998045)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.739887e+05 | 9.739887e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.73988681620580e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.73988681620580e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3870.000000->62.209324, \tstpz=0.500000, \tsolobj= 973988.681621, \tbestsol = 973988.681621)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.740019e+05 | 9.740019e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74001915868422e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74001915868422e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3865.000000->62.169124, \tstpz=0.500000, \tsolobj= 974001.915868, \tbestsol = 974001.915868)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.740190e+05 | 9.740190e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74019025644413e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74019025644413e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3876.000000->62.257530, \tstpz=0.500000, \tsolobj= 974019.025644, \tbestsol = 974019.025644)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.740290e+05 | 9.740290e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74028964823170e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74028964823170e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3856.000000->62.096699, \tstpz=0.500000, \tsolobj= 974028.964823, \tbestsol = 974028.964823)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.740483e+05 | 9.740483e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.37\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74048255028138e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74048255028138e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3851.000000->62.056426, \tstpz=0.500000, \tsolobj= 974048.255028, \tbestsol = 974048.255028)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.740599e+05 | 9.740599e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74059902296203e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74059902296203e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3865.000000->62.169124, \tstpz=0.500000, \tsolobj= 974059.902296, \tbestsol = 974059.902296)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.740740e+05 | 9.740740e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74073956842743e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74073956842743e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3852.000000->62.064483, \tstpz=0.500000, \tsolobj= 974073.956843, \tbestsol = 974073.956843)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.740890e+05 | 9.740890e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.28\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74088971355456e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74088971355456e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3847.000000->62.024189, \tstpz=0.500000, \tsolobj= 974088.971355, \tbestsol = 974088.971355)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.741091e+05 | 9.741091e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74109139016427e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74109139016427e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3868.000000->62.193247, \tstpz=0.500000, \tsolobj= 974109.139016, \tbestsol = 974109.139016)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.741168e+05 | 9.741168e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74116840190971e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74116840190971e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3859.000000->62.120850, \tstpz=0.500000, \tsolobj= 974116.840191, \tbestsol = 974116.840191)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.741359e+05 | 9.741359e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74135911135393e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74135911135393e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3865.000000->62.169124, \tstpz=0.500000, \tsolobj= 974135.911135, \tbestsol = 974135.911135)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.741499e+05 | 9.741499e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74149947685525e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74149947685525e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3852.000000->62.064483, \tstpz=0.500000, \tsolobj= 974149.947686, \tbestsol = 974149.947686)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.741636e+05 | 9.741636e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74163588460811e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74163588460811e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3881.000000->62.297673, \tstpz=0.500000, \tsolobj= 974163.588461, \tbestsol = 974163.588461)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.741766e+05 | 9.741766e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74176553606272e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74176553606272e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3867.000000->62.185207, \tstpz=0.500000, \tsolobj= 974176.553606, \tbestsol = 974176.553606)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.741954e+05 | 9.741954e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.39\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74195380776898e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74195380776898e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3871.000000->62.217361, \tstpz=0.500000, \tsolobj= 974195.380777, \tbestsol = 974195.380777)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.742108e+05 | 9.742108e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74210805583618e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74210805583618e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3860.000000->62.128898, \tstpz=0.500000, \tsolobj= 974210.805584, \tbestsol = 974210.805584)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.31\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.742261e+05 | 9.742261e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.38\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74226136885987e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74226136885987e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3884.000000->62.321746, \tstpz=0.500000, \tsolobj= 974226.136886, \tbestsol = 974226.136886)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.742391e+05 | 9.742391e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74239124975654e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74239124975654e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3862.000000->62.144992, \tstpz=0.500000, \tsolobj= 974239.124976, \tbestsol = 974239.124976)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.742594e+05 | 9.742594e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74259377578101e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74259377578101e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3862.000000->62.144992, \tstpz=0.500000, \tsolobj= 974259.377578, \tbestsol = 974259.377578)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.742722e+05 | 9.742722e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74272188239422e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74272188239422e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3866.000000->62.177166, \tstpz=0.500000, \tsolobj= 974272.188239, \tbestsol = 974272.188239)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.742946e+05 | 9.742946e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74294635102959e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74294635102959e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3872.000000->62.225397, \tstpz=0.500000, \tsolobj= 974294.635103, \tbestsol = 974294.635103)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.743081e+05 | 9.743081e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74308090894322e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74308090894322e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3859.000000->62.120850, \tstpz=0.500000, \tsolobj= 974308.090894, \tbestsol = 974308.090894)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.743259e+05 | 9.743259e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74325913823976e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74325913823976e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3878.000000->62.273590, \tstpz=0.500000, \tsolobj= 974325.913824, \tbestsol = 974325.913824)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.743372e+05 | 9.743372e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74337187317922e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74337187317922e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3858.000000->62.112801, \tstpz=0.500000, \tsolobj= 974337.187318, \tbestsol = 974337.187318)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.743550e+05 | 9.743550e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74355007855166e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74355007855166e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3871.000000->62.217361, \tstpz=0.500000, \tsolobj= 974355.007855, \tbestsol = 974355.007855)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.743685e+05 | 9.743685e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74368458663318e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74368458663318e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3862.000000->62.144992, \tstpz=0.500000, \tsolobj= 974368.458663, \tbestsol = 974368.458663)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.743843e+05 | 9.743843e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74384340107643e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74384340107643e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3880.000000->62.289646, \tstpz=0.500000, \tsolobj= 974384.340108, \tbestsol = 974384.340108)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.743920e+05 | 9.743920e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74392013517254e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74392013517254e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3883.000000->62.313722, \tstpz=0.500000, \tsolobj= 974392.013517, \tbestsol = 974392.013517)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.744034e+05 | 9.744034e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74403411608134e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74403411608134e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3868.000000->62.193247, \tstpz=0.500000, \tsolobj= 974403.411608, \tbestsol = 974403.411608)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.744204e+05 | 9.744204e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.38\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74420374102123e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74420374102123e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3866.000000->62.177166, \tstpz=0.500000, \tsolobj= 974420.374102, \tbestsol = 974420.374102)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.744319e+05 | 9.744319e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74431919825822e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74431919825822e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3864.000000->62.161081, \tstpz=0.500000, \tsolobj= 974431.919826, \tbestsol = 974431.919826)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.744507e+05 | 9.744507e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74450655450458e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74450655450458e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3895.000000->62.409935, \tstpz=0.500000, \tsolobj= 974450.655450, \tbestsol = 974450.655450)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.744617e+05 | 9.744617e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74461745680141e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74461745680141e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3877.000000->62.265560, \tstpz=0.500000, \tsolobj= 974461.745680, \tbestsol = 974461.745680)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.744751e+05 | 9.744751e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.28\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74475078170415e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74475078170415e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3851.000000->62.056426, \tstpz=0.500000, \tsolobj= 974475.078170, \tbestsol = 974475.078170)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.744915e+05 | 9.744915e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.37\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74491516076669e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74491516076669e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3865.000000->62.169124, \tstpz=0.500000, \tsolobj= 974491.516077, \tbestsol = 974491.516077)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.745065e+05 | 9.745065e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74506498526621e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74506498526621e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3868.000000->62.193247, \tstpz=0.500000, \tsolobj= 974506.498527, \tbestsol = 974506.498527)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.745155e+05 | 9.745155e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74515537128126e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74515537128126e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3871.000000->62.217361, \tstpz=0.500000, \tsolobj= 974515.537128, \tbestsol = 974515.537128)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.745329e+05 | 9.745329e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74532891353446e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74532891353446e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3861.000000->62.136946, \tstpz=0.500000, \tsolobj= 974532.891353, \tbestsol = 974532.891353)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.745470e+05 | 9.745470e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74547006244802e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74547006244802e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3860.000000->62.128898, \tstpz=0.500000, \tsolobj= 974547.006245, \tbestsol = 974547.006245)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.745546e+05 | 9.745546e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74554624345095e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74554624345095e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3859.000000->62.120850, \tstpz=0.500000, \tsolobj= 974554.624345, \tbestsol = 974554.624345)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.745737e+05 | 9.745737e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74573713709694e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74573713709694e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3878.000000->62.273590, \tstpz=0.500000, \tsolobj= 974573.713710, \tbestsol = 974573.713710)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.745811e+05 | 9.745811e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74581133628347e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74581133628347e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3853.000000->62.072538, \tstpz=0.500000, \tsolobj= 974581.133628, \tbestsol = 974581.133628)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.746003e+05 | 9.746003e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74600322686651e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74600322686651e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3851.000000->62.056426, \tstpz=0.500000, \tsolobj= 974600.322687, \tbestsol = 974600.322687)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.746108e+05 | 9.746108e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74610818829442e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74610818829442e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3866.000000->62.177166, \tstpz=0.500000, \tsolobj= 974610.818829, \tbestsol = 974610.818829)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.746225e+05 | 9.746225e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74622472887095e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74622472887095e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3871.000000->62.217361, \tstpz=0.500000, \tsolobj= 974622.472887, \tbestsol = 974622.472887)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.746323e+05 | 9.746323e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74632288461805e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74632288461805e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3882.000000->62.305698, \tstpz=0.500000, \tsolobj= 974632.288462, \tbestsol = 974632.288462)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.746507e+05 | 9.746507e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74650652185873e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74650652185873e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3859.000000->62.120850, \tstpz=0.500000, \tsolobj= 974650.652186, \tbestsol = 974650.652186)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.746583e+05 | 9.746583e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74658320471713e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74658320471713e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3870.000000->62.209324, \tstpz=0.500000, \tsolobj= 974658.320472, \tbestsol = 974658.320472)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.746695e+05 | 9.746695e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.28\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74669523062288e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74669523062288e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3867.000000->62.185207, \tstpz=0.500000, \tsolobj= 974669.523062, \tbestsol = 974669.523062)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.746801e+05 | 9.746801e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74680081735037e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74680081735037e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3852.000000->62.064483, \tstpz=0.500000, \tsolobj= 974680.081735, \tbestsol = 974680.081735)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.746959e+05 | 9.746959e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74695943695636e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74695943695636e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3869.000000->62.201286, \tstpz=0.500000, \tsolobj= 974695.943696, \tbestsol = 974695.943696)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.747079e+05 | 9.747079e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.37\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74707850918524e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74707850918524e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3841.000000->61.975802, \tstpz=0.500000, \tsolobj= 974707.850919, \tbestsol = 974707.850919)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.747136e+05 | 9.747136e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74713554586299e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74713554586299e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3882.000000->62.305698, \tstpz=0.500000, \tsolobj= 974713.554586, \tbestsol = 974713.554586)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.747318e+05 | 9.747318e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74731789398390e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74731789398390e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3858.000000->62.112801, \tstpz=0.500000, \tsolobj= 974731.789398, \tbestsol = 974731.789398)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.747385e+05 | 9.747385e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.37\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74738451929081e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74738451929081e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3866.000000->62.177166, \tstpz=0.500000, \tsolobj= 974738.451929, \tbestsol = 974738.451929)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.747502e+05 | 9.747502e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.37\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74750183771505e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74750183771505e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3855.000000->62.088646, \tstpz=0.500000, \tsolobj= 974750.183772, \tbestsol = 974750.183772)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.747597e+05 | 9.747597e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.28\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74759722205834e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74759722205834e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3867.000000->62.185207, \tstpz=0.500000, \tsolobj= 974759.722206, \tbestsol = 974759.722206)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.747722e+05 | 9.747722e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74772247618030e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74772247618030e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3846.000000->62.016127, \tstpz=0.500000, \tsolobj= 974772.247618, \tbestsol = 974772.247618)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.747874e+05 | 9.747874e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74787386053892e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74787386053892e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3853.000000->62.072538, \tstpz=0.500000, \tsolobj= 974787.386054, \tbestsol = 974787.386054)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.31\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.747983e+05 | 9.747983e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.42\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74798261471717e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74798261471717e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3850.000000->62.048368, \tstpz=0.500000, \tsolobj= 974798.261472, \tbestsol = 974798.261472)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.32\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.748112e+05 | 9.748112e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.43\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74811174485037e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74811174485037e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3878.000000->62.273590, \tstpz=0.500000, \tsolobj= 974811.174485, \tbestsol = 974811.174485)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.748174e+05 | 9.748174e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74817389389402e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74817389389402e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3850.000000->62.048368, \tstpz=0.500000, \tsolobj= 974817.389389, \tbestsol = 974817.389389)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.748337e+05 | 9.748337e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74833683578980e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74833683578980e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3844.000000->62.000000, \tstpz=0.500000, \tsolobj= 974833.683579, \tbestsol = 974833.683579)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.748439e+05 | 9.748439e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74843920201443e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74843920201443e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3847.000000->62.024189, \tstpz=0.500000, \tsolobj= 974843.920201, \tbestsol = 974843.920201)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.748561e+05 | 9.748561e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74856074772716e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74856074772716e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3863.000000->62.153037, \tstpz=0.500000, \tsolobj= 974856.074773, \tbestsol = 974856.074773)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.748669e+05 | 9.748669e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74866896938148e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74866896938148e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3870.000000->62.209324, \tstpz=0.500000, \tsolobj= 974866.896938, \tbestsol = 974866.896938)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.748766e+05 | 9.748766e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74876587623146e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74876587623146e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3857.000000->62.104750, \tstpz=0.500000, \tsolobj= 974876.587623, \tbestsol = 974876.587623)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.748906e+05 | 9.748906e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74890591288932e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74890591288932e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3876.000000->62.257530, \tstpz=0.500000, \tsolobj= 974890.591289, \tbestsol = 974890.591289)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.30\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.749017e+05 | 9.749017e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.39\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74901721885852e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74901721885852e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3871.000000->62.217361, \tstpz=0.500000, \tsolobj= 974901.721886, \tbestsol = 974901.721886)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.32\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.749105e+05 | 9.749105e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.47\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74910484039497e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74910484039497e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3870.000000->62.209324, \tstpz=0.500000, \tsolobj= 974910.484039, \tbestsol = 974910.484039)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.32\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.749263e+05 | 9.749263e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.43\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74926339968264e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74926339968264e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3890.000000->62.369865, \tstpz=0.500000, \tsolobj= 974926.339968, \tbestsol = 974926.339968)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.749330e+05 | 9.749330e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74933002565407e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74933002565407e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3862.000000->62.144992, \tstpz=0.500000, \tsolobj= 974933.002565, \tbestsol = 974933.002565)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.749462e+05 | 9.749462e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74946242118616e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74946242118616e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3880.000000->62.289646, \tstpz=0.500000, \tsolobj= 974946.242119, \tbestsol = 974946.242119)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.749570e+05 | 9.749570e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74956982422498e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74956982422498e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3867.000000->62.185207, \tstpz=0.500000, \tsolobj= 974956.982422, \tbestsol = 974956.982422)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.749657e+05 | 9.749657e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74965653400476e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74965653400476e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3852.000000->62.064483, \tstpz=0.500000, \tsolobj= 974965.653400, \tbestsol = 974965.653400)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.749750e+05 | 9.749750e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.40\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74974980626733e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74974980626733e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3845.000000->62.008064, \tstpz=0.500000, \tsolobj= 974974.980627, \tbestsol = 974974.980627)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.749881e+05 | 9.749881e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.38\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74988113697424e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74988113697424e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3872.000000->62.225397, \tstpz=0.500000, \tsolobj= 974988.113697, \tbestsol = 974988.113697)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.749900e+05 | 9.749900e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.74989956100903e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.74989956100903e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3850.000000->62.048368, \tstpz=0.500000, \tsolobj= 974989.956101, \tbestsol = 974989.956101)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.750028e+05 | 9.750028e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75002757708073e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75002757708073e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3865.000000->62.169124, \tstpz=0.500000, \tsolobj= 975002.757708, \tbestsol = 975002.757708)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.750097e+05 | 9.750097e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75009729623972e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75009729623972e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3851.000000->62.056426, \tstpz=0.500000, \tsolobj= 975009.729624, \tbestsol = 975009.729624)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.750219e+05 | 9.750219e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75021923348260e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75021923348260e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3881.000000->62.297673, \tstpz=0.500000, \tsolobj= 975021.923348, \tbestsol = 975021.923348)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.750258e+05 | 9.750258e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75025772997982e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75025772997982e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3847.000000->62.024189, \tstpz=0.500000, \tsolobj= 975025.772998, \tbestsol = 975025.772998)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.750414e+05 | 9.750414e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75041386979013e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75041386979013e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3860.000000->62.128898, \tstpz=0.500000, \tsolobj= 975041.386979, \tbestsol = 975041.386979)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.750451e+05 | 9.750451e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75045090307623e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75045090307623e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3865.000000->62.169124, \tstpz=0.500000, \tsolobj= 975045.090308, \tbestsol = 975045.090308)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.750598e+05 | 9.750598e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75059769803027e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75059769803027e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3869.000000->62.201286, \tstpz=0.500000, \tsolobj= 975059.769803, \tbestsol = 975059.769803)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.750634e+05 | 9.750634e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.39\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75063393910999e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75063393910999e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3890.000000->62.369865, \tstpz=0.500000, \tsolobj= 975063.393911, \tbestsol = 975063.393911)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.36\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.750791e+05 | 9.750791e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.45\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75079083928255e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75079083928255e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3856.000000->62.096699, \tstpz=0.500000, \tsolobj= 975079.083928, \tbestsol = 975079.083928)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.750872e+05 | 9.750872e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.39\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75087185539853e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75087185539853e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3843.000000->61.991935, \tstpz=0.500000, \tsolobj= 975087.185540, \tbestsol = 975087.185540)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.750973e+05 | 9.750973e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.37\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75097254832711e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75097254832711e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3848.000000->62.032250, \tstpz=0.500000, \tsolobj= 975097.254833, \tbestsol = 975097.254833)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.35\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751027e+05 | 9.751027e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.46\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75102731806277e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75102731806277e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3851.000000->62.056426, \tstpz=0.500000, \tsolobj= 975102.731806, \tbestsol = 975102.731806)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.43\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.6s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751145e+05 | 9.751145e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.55\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75114501358259e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75114501358259e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3847.000000->62.024189, \tstpz=0.500000, \tsolobj= 975114.501358, \tbestsol = 975114.501358)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751197e+05 | 9.751197e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75119670113952e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75119670113952e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3844.000000->62.000000, \tstpz=0.500000, \tsolobj= 975119.670114, \tbestsol = 975119.670114)\\\n",
-      "0.500000\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.34\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751273e+05 | 9.751273e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.49\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75127278439955e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75127278439955e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3862.000000->62.144992, \tstpz=0.500000, \tsolobj= 975127.278440, \tbestsol = 975127.278440)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751325e+05 | 9.751325e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75132538414157e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75132538414157e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3854.000000->62.080593, \tstpz=0.500000, \tsolobj= 975132.538414, \tbestsol = 975132.538414)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751430e+05 | 9.751430e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75142962871184e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75142962871184e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3855.000000->62.088646, \tstpz=0.500000, \tsolobj= 975142.962871, \tbestsol = 975142.962871)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751452e+05 | 9.751452e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75145208223700e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75145208223700e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3837.000000->61.943523, \tstpz=0.500000, \tsolobj= 975145.208224, \tbestsol = 975145.208224)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751562e+05 | 9.751562e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75156186884987e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75156186884987e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3849.000000->62.040309, \tstpz=0.500000, \tsolobj= 975156.186885, \tbestsol = 975156.186885)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.29\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751614e+05 | 9.751614e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.39\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75161442749978e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75161442749978e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3841.000000->61.975802, \tstpz=0.500000, \tsolobj= 975161.442750, \tbestsol = 975161.442750)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751631e+05 | 9.751631e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.38\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75163057495255e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75163057495255e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3845.000000->62.008064, \tstpz=0.500000, \tsolobj= 975163.057495, \tbestsol = 975163.057495)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751732e+05 | 9.751732e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75173213327309e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75173213327309e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3835.000000->61.927377, \tstpz=0.500000, \tsolobj= 975173.213327, \tbestsol = 975173.213327)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751748e+05 | 9.751748e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75174773786854e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75174773786854e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3853.000000->62.072538, \tstpz=0.500000, \tsolobj= 975174.773787, \tbestsol = 975174.773787)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751825e+05 | 9.751825e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75182538561111e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75182538561111e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3861.000000->62.136946, \tstpz=0.500000, \tsolobj= 975182.538561, \tbestsol = 975182.538561)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751876e+05 | 9.751876e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75187642295152e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75187642295152e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3839.000000->61.959664, \tstpz=0.500000, \tsolobj= 975187.642295, \tbestsol = 975187.642295)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751964e+05 | 9.751964e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.39\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75196412273777e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75196412273777e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3862.000000->62.144992, \tstpz=0.500000, \tsolobj= 975196.412274, \tbestsol = 975196.412274)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.751976e+05 | 9.751976e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75197552313028e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75197552313028e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3845.000000->62.008064, \tstpz=0.500000, \tsolobj= 975197.552313, \tbestsol = 975197.552313)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.31\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752106e+05 | 9.752106e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.40\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75210566386563e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75210566386563e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3839.000000->61.959664, \tstpz=0.500000, \tsolobj= 975210.566387, \tbestsol = 975210.566387)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752162e+05 | 9.752162e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75216238652388e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75216238652388e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3852.000000->62.064483, \tstpz=0.500000, \tsolobj= 975216.238652, \tbestsol = 975216.238652)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752184e+05 | 9.752184e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.39\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75218387886387e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75218387886387e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3841.000000->61.975802, \tstpz=0.500000, \tsolobj= 975218.387886, \tbestsol = 975218.387886)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752267e+05 | 9.752267e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75226698073325e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75226698073325e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3848.000000->62.032250, \tstpz=0.500000, \tsolobj= 975226.698073, \tbestsol = 975226.698073)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752356e+05 | 9.752356e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75235626391236e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75235626391236e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3829.000000->61.878914, \tstpz=0.500000, \tsolobj= 975235.626391, \tbestsol = 975235.626391)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752400e+05 | 9.752400e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75239978388020e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75239978388020e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3841.000000->61.975802, \tstpz=0.500000, \tsolobj= 975239.978388, \tbestsol = 975239.978388)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.30\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752460e+05 | 9.752460e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.38\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75245984213593e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75245984213593e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3830.000000->61.886994, \tstpz=0.500000, \tsolobj= 975245.984214, \tbestsol = 975245.984214)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752527e+05 | 9.752527e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75252668212928e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75252668212928e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3854.000000->62.080593, \tstpz=0.500000, \tsolobj= 975252.668213, \tbestsol = 975252.668213)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752573e+05 | 9.752573e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75257309883383e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75257309883383e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3850.000000->62.048368, \tstpz=0.500000, \tsolobj= 975257.309883, \tbestsol = 975257.309883)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752659e+05 | 9.752659e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.37\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75265892368096e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75265892368096e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3849.000000->62.040309, \tstpz=0.500000, \tsolobj= 975265.892368, \tbestsol = 975265.892368)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752735e+05 | 9.752735e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75273518856835e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75273518856835e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3849.000000->62.040309, \tstpz=0.500000, \tsolobj= 975273.518857, \tbestsol = 975273.518857)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752760e+05 | 9.752760e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75275996688347e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75275996688347e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3853.000000->62.072538, \tstpz=0.500000, \tsolobj= 975275.996688, \tbestsol = 975275.996688)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752841e+05 | 9.752841e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75284101091126e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75284101091126e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3850.000000->62.048368, \tstpz=0.500000, \tsolobj= 975284.101091, \tbestsol = 975284.101091)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752920e+05 | 9.752920e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75292045823163e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75292045823163e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3849.000000->62.040309, \tstpz=0.500000, \tsolobj= 975292.045823, \tbestsol = 975292.045823)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.752988e+05 | 9.752988e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.37\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75298768272732e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75298768272732e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3818.000000->61.789967, \tstpz=0.500000, \tsolobj= 975298.768273, \tbestsol = 975298.768273)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753031e+05 | 9.753031e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75303051303218e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75303051303218e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3842.000000->61.983869, \tstpz=0.500000, \tsolobj= 975303.051303, \tbestsol = 975303.051303)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753137e+05 | 9.753137e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.28\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75313680642734e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75313680642734e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3848.000000->62.032250, \tstpz=0.500000, \tsolobj= 975313.680643, \tbestsol = 975313.680643)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753121e+05 | 9.753121e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75312054303862e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75312054303862e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3865.000000->62.169124, \tstpz=0.500000, \tsolobj= 975312.054304, \tbestsol = 975313.680643)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753253e+05 | 9.753253e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75325291948191e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75325291948191e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3820.000000->61.806149, \tstpz=0.500000, \tsolobj= 975325.291948, \tbestsol = 975325.291948)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753310e+05 | 9.753310e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.27\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75330975920988e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75330975920988e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3865.000000->62.169124, \tstpz=0.500000, \tsolobj= 975330.975921, \tbestsol = 975330.975921)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753372e+05 | 9.753372e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75337184589276e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75337184589276e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3832.000000->61.903150, \tstpz=0.500000, \tsolobj= 975337.184589, \tbestsol = 975337.184589)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753441e+05 | 9.753441e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.28\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75344072949024e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75344072949024e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3840.000000->61.967734, \tstpz=0.500000, \tsolobj= 975344.072949, \tbestsol = 975344.072949)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753534e+05 | 9.753534e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.27\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75353445948378e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75353445948378e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3837.000000->61.943523, \tstpz=0.500000, \tsolobj= 975353.445948, \tbestsol = 975353.445948)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753563e+05 | 9.753563e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75356336865596e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75356336865596e+05\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3859.000000->62.120850, \tstpz=0.500000, \tsolobj= 975356.336866, \tbestsol = 975356.336866)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753635e+05 | 9.753635e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.37\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75363458824719e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75363458824719e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3843.000000->61.991935, \tstpz=0.500000, \tsolobj= 975363.458825, \tbestsol = 975363.458825)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753715e+05 | 9.753715e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.40\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75371462724808e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75371462724808e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3858.000000->62.112801, \tstpz=0.500000, \tsolobj= 975371.462725, \tbestsol = 975371.462725)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753767e+05 | 9.753767e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.28\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75376687751372e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75376687751372e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3836.000000->61.935450, \tstpz=0.500000, \tsolobj= 975376.687751, \tbestsol = 975376.687751)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753823e+05 | 9.753823e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75382265101414e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75382265101414e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3863.000000->62.153037, \tstpz=0.500000, \tsolobj= 975382.265101, \tbestsol = 975382.265101)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753888e+05 | 9.753888e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75388775664716e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75388775664716e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3859.000000->62.120850, \tstpz=0.500000, \tsolobj= 975388.775665, \tbestsol = 975388.775665)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.753927e+05 | 9.753927e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75392653756596e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75392653756596e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3843.000000->61.991935, \tstpz=0.500000, \tsolobj= 975392.653757, \tbestsol = 975392.653757)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754024e+05 | 9.754024e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75402400173702e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75402400173702e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3827.000000->61.862751, \tstpz=0.500000, \tsolobj= 975402.400174, \tbestsol = 975402.400174)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754069e+05 | 9.754069e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75406913197322e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75406913197322e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3852.000000->62.064483, \tstpz=0.500000, \tsolobj= 975406.913197, \tbestsol = 975406.913197)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754150e+05 | 9.754150e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75414960166922e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75414960166922e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3846.000000->62.016127, \tstpz=0.500000, \tsolobj= 975414.960167, \tbestsol = 975414.960167)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754171e+05 | 9.754171e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75417092536521e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75417092536521e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3842.000000->61.983869, \tstpz=0.500000, \tsolobj= 975417.092537, \tbestsol = 975417.092537)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754295e+05 | 9.754295e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75429494938731e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75429494938731e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3846.000000->62.016127, \tstpz=0.500000, \tsolobj= 975429.494939, \tbestsol = 975429.494939)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754282e+05 | 9.754282e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75428170316848e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75428170316848e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3853.000000->62.072538, \tstpz=0.500000, \tsolobj= 975428.170317, \tbestsol = 975429.494939)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754428e+05 | 9.754428e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75442770719186e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75442770719186e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3830.000000->61.886994, \tstpz=0.500000, \tsolobj= 975442.770719, \tbestsol = 975442.770719)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754456e+05 | 9.754456e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75445629987241e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75445629987241e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3848.000000->62.032250, \tstpz=0.500000, \tsolobj= 975445.629987, \tbestsol = 975445.629987)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754476e+05 | 9.754476e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.27\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75447609843419e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75447609843419e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3858.000000->62.112801, \tstpz=0.500000, \tsolobj= 975447.609843, \tbestsol = 975447.609843)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754520e+05 | 9.754520e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75451984430837e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75451984430837e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3855.000000->62.088646, \tstpz=0.500000, \tsolobj= 975451.984431, \tbestsol = 975451.984431)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754616e+05 | 9.754616e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75461593868271e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75461593868271e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3840.000000->61.967734, \tstpz=0.500000, \tsolobj= 975461.593868, \tbestsol = 975461.593868)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754662e+05 | 9.754662e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75466160834064e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75466160834064e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3850.000000->62.048368, \tstpz=0.500000, \tsolobj= 975466.160834, \tbestsol = 975466.160834)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.19\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754724e+05 | 9.754724e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.27\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75472406424833e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75472406424833e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3826.000000->61.854668, \tstpz=0.500000, \tsolobj= 975472.406425, \tbestsol = 975472.406425)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754808e+05 | 9.754808e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75480805944507e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75480805944507e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3858.000000->62.112801, \tstpz=0.500000, \tsolobj= 975480.805945, \tbestsol = 975480.805945)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754824e+05 | 9.754824e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75482413171421e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75482413171421e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3843.000000->61.991935, \tstpz=0.500000, \tsolobj= 975482.413171, \tbestsol = 975482.413171)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754918e+05 | 9.754918e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75491806000317e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75491806000317e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3849.000000->62.040309, \tstpz=0.500000, \tsolobj= 975491.806000, \tbestsol = 975491.806000)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755002e+05 | 9.755002e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75500176610173e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75500176610173e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3831.000000->61.895073, \tstpz=0.500000, \tsolobj= 975500.176610, \tbestsol = 975500.176610)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.754997e+05 | 9.754997e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75499731380321e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75499731380321e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3845.000000->62.008064, \tstpz=0.500000, \tsolobj= 975499.731380, \tbestsol = 975500.176610)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.19\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755091e+05 | 9.755091e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.27\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75509108040342e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75509108040342e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3825.000000->61.846584, \tstpz=0.500000, \tsolobj= 975509.108040, \tbestsol = 975509.108040)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755126e+05 | 9.755126e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75512645078050e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75512645078050e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3847.000000->62.024189, \tstpz=0.500000, \tsolobj= 975512.645078, \tbestsol = 975512.645078)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755188e+05 | 9.755188e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75518783775433e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75518783775433e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3839.000000->61.959664, \tstpz=0.500000, \tsolobj= 975518.783775, \tbestsol = 975518.783775)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755201e+05 | 9.755201e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75520147450168e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75520147450168e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3857.000000->62.104750, \tstpz=0.500000, \tsolobj= 975520.147450, \tbestsol = 975520.147450)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755314e+05 | 9.755314e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75531353814349e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75531353814349e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3846.000000->62.016127, \tstpz=0.500000, \tsolobj= 975531.353814, \tbestsol = 975531.353814)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755297e+05 | 9.755297e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75529715719763e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75529715719763e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3859.000000->62.120850, \tstpz=0.500000, \tsolobj= 975529.715720, \tbestsol = 975531.353814)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755402e+05 | 9.755402e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75540227385212e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75540227385212e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3857.000000->62.104750, \tstpz=0.500000, \tsolobj= 975540.227385, \tbestsol = 975540.227385)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755453e+05 | 9.755453e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75545316734084e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75545316734084e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3853.000000->62.072538, \tstpz=0.500000, \tsolobj= 975545.316734, \tbestsol = 975545.316734)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755517e+05 | 9.755517e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75551686591919e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75551686591919e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3841.000000->61.975802, \tstpz=0.500000, \tsolobj= 975551.686592, \tbestsol = 975551.686592)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755560e+05 | 9.755560e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75556017116817e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75556017116817e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3846.000000->62.016127, \tstpz=0.500000, \tsolobj= 975556.017117, \tbestsol = 975556.017117)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755571e+05 | 9.755571e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75557089041423e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75557089041423e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3856.000000->62.096699, \tstpz=0.500000, \tsolobj= 975557.089041, \tbestsol = 975557.089041)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.33\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755650e+05 | 9.755650e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.48\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75565008848667e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75565008848667e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3848.000000->62.032250, \tstpz=0.500000, \tsolobj= 975565.008849, \tbestsol = 975565.008849)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.18\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755667e+05 | 9.755667e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.27\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75566670303674e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75566670303674e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3845.000000->62.008064, \tstpz=0.500000, \tsolobj= 975566.670304, \tbestsol = 975566.670304)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755751e+05 | 9.755751e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75575073667923e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75575073667923e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3841.000000->61.975802, \tstpz=0.500000, \tsolobj= 975575.073668, \tbestsol = 975575.073668)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755793e+05 | 9.755793e+05 |   0.00%| unknown\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75579317956270e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75579317956270e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3845.000000->62.008064, \tstpz=0.500000, \tsolobj= 975579.317956, \tbestsol = 975579.317956)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755807e+05 | 9.755807e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75580741733039e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75580741733039e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3852.000000->62.064483, \tstpz=0.500000, \tsolobj= 975580.741733, \tbestsol = 975580.741733)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755935e+05 | 9.755935e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75593460811985e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75593460811985e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3856.000000->62.096699, \tstpz=0.500000, \tsolobj= 975593.460812, \tbestsol = 975593.460812)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.755928e+05 | 9.755928e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75592791032817e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75592791032817e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3854.000000->62.080593, \tstpz=0.500000, \tsolobj= 975592.791033, \tbestsol = 975593.460812)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756031e+05 | 9.756031e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75603118151788e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75603118151788e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3830.000000->61.886994, \tstpz=0.500000, \tsolobj= 975603.118152, \tbestsol = 975603.118152)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756069e+05 | 9.756069e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75606877688946e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75606877688946e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3869.000000->62.201286, \tstpz=0.500000, \tsolobj= 975606.877689, \tbestsol = 975606.877689)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756142e+05 | 9.756142e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75614196589312e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75614196589312e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3839.000000->61.959664, \tstpz=0.500000, \tsolobj= 975614.196589, \tbestsol = 975614.196589)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.30\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756169e+05 | 9.756169e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.41\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75616868853369e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75616868853369e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3864.000000->62.161081, \tstpz=0.500000, \tsolobj= 975616.868853, \tbestsol = 975616.868853)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756219e+05 | 9.756219e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75621874706552e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75621874706552e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3840.000000->61.967734, \tstpz=0.500000, \tsolobj= 975621.874707, \tbestsol = 975621.874707)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756252e+05 | 9.756252e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75625177090573e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75625177090573e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3893.000000->62.393910, \tstpz=0.500000, \tsolobj= 975625.177091, \tbestsol = 975625.177091)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756320e+05 | 9.756320e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75632047951837e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75632047951837e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3844.000000->62.000000, \tstpz=0.500000, \tsolobj= 975632.047952, \tbestsol = 975632.047952)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756411e+05 | 9.756411e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75641116145935e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75641116145935e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3880.000000->62.289646, \tstpz=0.500000, \tsolobj= 975641.116146, \tbestsol = 975641.116146)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756425e+05 | 9.756425e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75642487059355e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75642487059355e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3846.000000->62.016127, \tstpz=0.500000, \tsolobj= 975642.487059, \tbestsol = 975642.487059)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756507e+05 | 9.756507e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75650655694683e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75650655694683e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3862.000000->62.144992, \tstpz=0.500000, \tsolobj= 975650.655695, \tbestsol = 975650.655695)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756569e+05 | 9.756569e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75656927556078e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75656927556078e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3854.000000->62.080593, \tstpz=0.500000, \tsolobj= 975656.927556, \tbestsol = 975656.927556)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756605e+05 | 9.756605e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75660544570640e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75660544570640e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3854.000000->62.080593, \tstpz=0.500000, \tsolobj= 975660.544571, \tbestsol = 975660.544571)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756667e+05 | 9.756667e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75666729571467e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75666729571467e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3848.000000->62.032250, \tstpz=0.500000, \tsolobj= 975666.729571, \tbestsol = 975666.729571)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756688e+05 | 9.756688e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75668795942284e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75668795942284e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3858.000000->62.112801, \tstpz=0.500000, \tsolobj= 975668.795942, \tbestsol = 975668.795942)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756743e+05 | 9.756743e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75674342319536e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75674342319536e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3858.000000->62.112801, \tstpz=0.500000, \tsolobj= 975674.342320, \tbestsol = 975674.342320)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756711e+05 | 9.756711e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75671080024622e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75671080024622e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3862.000000->62.144992, \tstpz=0.500000, \tsolobj= 975671.080025, \tbestsol = 975674.342320)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756807e+05 | 9.756807e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75680691156984e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75680691156984e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3850.000000->62.048368, \tstpz=0.500000, \tsolobj= 975680.691157, \tbestsol = 975680.691157)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756856e+05 | 9.756856e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75685598702495e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75685598702495e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3868.000000->62.193247, \tstpz=0.500000, \tsolobj= 975685.598702, \tbestsol = 975685.598702)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.31\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756885e+05 | 9.756885e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.41\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75688539451553e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75688539451553e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3844.000000->62.000000, \tstpz=0.500000, \tsolobj= 975688.539452, \tbestsol = 975688.539452)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756891e+05 | 9.756891e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75689146064512e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75689146064512e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3858.000000->62.112801, \tstpz=0.500000, \tsolobj= 975689.146065, \tbestsol = 975689.146065)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756933e+05 | 9.756933e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75693253129160e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75693253129160e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3842.000000->61.983869, \tstpz=0.500000, \tsolobj= 975693.253129, \tbestsol = 975693.253129)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.756984e+05 | 9.756984e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75698424440444e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75698424440444e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3864.000000->62.161081, \tstpz=0.500000, \tsolobj= 975698.424440, \tbestsol = 975698.424440)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757049e+05 | 9.757049e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75704896661778e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75704896661778e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3846.000000->62.016127, \tstpz=0.500000, \tsolobj= 975704.896662, \tbestsol = 975704.896662)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.30\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757026e+05 | 9.757026e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.40\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75702619405990e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75702619405990e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3866.000000->62.177166, \tstpz=0.500000, \tsolobj= 975702.619406, \tbestsol = 975704.896662)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757042e+05 | 9.757042e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.37\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75704194987315e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75704194987315e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3842.000000->61.983869, \tstpz=0.500000, \tsolobj= 975704.194987, \tbestsol = 975704.896662)\\\n",
-      "0.500000\\\n",
-      "\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.39\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.6s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757107e+05 | 9.757107e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.59\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75710664677013e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75710664677013e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3849.000000->62.040309, \tstpz=0.500000, \tsolobj= 975710.664677, \tbestsol = 975710.664677)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757152e+05 | 9.757152e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75715230813136e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75715230813136e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3843.000000->61.991935, \tstpz=0.500000, \tsolobj= 975715.230813, \tbestsol = 975715.230813)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757205e+05 | 9.757205e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.37\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75720481901428e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75720481901428e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3855.000000->62.088646, \tstpz=0.500000, \tsolobj= 975720.481901, \tbestsol = 975720.481901)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757238e+05 | 9.757238e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75723802028927e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75723802028927e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3861.000000->62.136946, \tstpz=0.500000, \tsolobj= 975723.802029, \tbestsol = 975723.802029)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757266e+05 | 9.757266e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75726576984185e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75726576984185e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3869.000000->62.201286, \tstpz=0.500000, \tsolobj= 975726.576984, \tbestsol = 975726.576984)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757375e+05 | 9.757375e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75737522084622e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75737522084622e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3857.000000->62.104750, \tstpz=0.500000, \tsolobj= 975737.522085, \tbestsol = 975737.522085)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757388e+05 | 9.757388e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75738781274354e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75738781274354e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3850.000000->62.048368, \tstpz=0.500000, \tsolobj= 975738.781274, \tbestsol = 975738.781274)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.34\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757414e+05 | 9.757414e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.44\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75741445086946e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75741445086946e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3845.000000->62.008064, \tstpz=0.500000, \tsolobj= 975741.445087, \tbestsol = 975741.445087)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757453e+05 | 9.757453e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75745276415289e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75745276415289e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3830.000000->61.886994, \tstpz=0.500000, \tsolobj= 975745.276415, \tbestsol = 975745.276415)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757488e+05 | 9.757488e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75748823668976e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75748823668976e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3842.000000->61.983869, \tstpz=0.500000, \tsolobj= 975748.823669, \tbestsol = 975748.823669)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757566e+05 | 9.757566e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75756633029861e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75756633029861e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3833.000000->61.911227, \tstpz=0.500000, \tsolobj= 975756.633030, \tbestsol = 975756.633030)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757548e+05 | 9.757548e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75754806135116e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75754806135116e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3832.000000->61.903150, \tstpz=0.500000, \tsolobj= 975754.806135, \tbestsol = 975756.633030)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757611e+05 | 9.757611e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75761144559021e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75761144559021e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3845.000000->62.008064, \tstpz=0.500000, \tsolobj= 975761.144559, \tbestsol = 975761.144559)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757614e+05 | 9.757614e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75761389966039e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75761389966039e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3852.000000->62.064483, \tstpz=0.500000, \tsolobj= 975761.389966, \tbestsol = 975761.389966)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757655e+05 | 9.757655e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75765499956447e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75765499956447e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3844.000000->62.000000, \tstpz=0.500000, \tsolobj= 975765.499956, \tbestsol = 975765.499956)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757713e+05 | 9.757713e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75771279410099e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75771279410099e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3851.000000->62.056426, \tstpz=0.500000, \tsolobj= 975771.279410, \tbestsol = 975771.279410)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757726e+05 | 9.757726e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75772611587682e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75772611587682e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3849.000000->62.040309, \tstpz=0.500000, \tsolobj= 975772.611588, \tbestsol = 975772.611588)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.50\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.6s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757790e+05 | 9.757790e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.64\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75778988171767e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75778988171767e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3837.000000->61.943523, \tstpz=0.500000, \tsolobj= 975778.988172, \tbestsol = 975778.988172)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757784e+05 | 9.757784e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75778449913971e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75778449913971e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3816.000000->61.773781, \tstpz=0.500000, \tsolobj= 975778.449914, \tbestsol = 975778.988172)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.29\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757825e+05 | 9.757825e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.40\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75782503488319e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75782503488319e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3820.000000->61.806149, \tstpz=0.500000, \tsolobj= 975782.503488, \tbestsol = 975782.503488)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.29\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757886e+05 | 9.757886e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.38\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75788637651345e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75788637651345e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3836.000000->61.935450, \tstpz=0.500000, \tsolobj= 975788.637651, \tbestsol = 975788.637651)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757892e+05 | 9.757892e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75789209967328e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75789209967328e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3834.000000->61.919302, \tstpz=0.500000, \tsolobj= 975789.209967, \tbestsol = 975789.209967)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757888e+05 | 9.757888e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75788825009547e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75788825009547e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3836.000000->61.935450, \tstpz=0.500000, \tsolobj= 975788.825010, \tbestsol = 975789.209967)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757948e+05 | 9.757948e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75794829088084e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75794829088084e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3836.000000->61.935450, \tstpz=0.500000, \tsolobj= 975794.829088, \tbestsol = 975794.829088)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757917e+05 | 9.757917e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75791668449976e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75791668449976e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3856.000000->62.096699, \tstpz=0.500000, \tsolobj= 975791.668450, \tbestsol = 975794.829088)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758015e+05 | 9.758015e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75801466805525e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75801466805525e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3844.000000->62.000000, \tstpz=0.500000, \tsolobj= 975801.466806, \tbestsol = 975801.466806)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.757992e+05 | 9.757992e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75799234754707e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75799234754707e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3845.000000->62.008064, \tstpz=0.500000, \tsolobj= 975799.234755, \tbestsol = 975801.466806)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758038e+05 | 9.758038e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75803846211614e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75803846211614e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3845.000000->62.008064, \tstpz=0.500000, \tsolobj= 975803.846212, \tbestsol = 975803.846212)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758071e+05 | 9.758071e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75807097560855e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75807097560855e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3849.000000->62.040309, \tstpz=0.500000, \tsolobj= 975807.097561, \tbestsol = 975807.097561)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758105e+05 | 9.758105e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75810452241304e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75810452241304e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3839.000000->61.959664, \tstpz=0.500000, \tsolobj= 975810.452241, \tbestsol = 975810.452241)\\\n",
-      "0.500000\\\n",
-      "\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758162e+05 | 9.758162e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75816217997889e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75816217997889e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3852.000000->62.064483, \tstpz=0.500000, \tsolobj= 975816.217998, \tbestsol = 975816.217998)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758177e+05 | 9.758177e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75817744564054e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75817744564054e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3846.000000->62.016127, \tstpz=0.500000, \tsolobj= 975817.744564, \tbestsol = 975817.744564)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758250e+05 | 9.758250e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75825018555757e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75825018555757e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3833.000000->61.911227, \tstpz=0.500000, \tsolobj= 975825.018556, \tbestsol = 975825.018556)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.19\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758215e+05 | 9.758215e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75821517013437e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75821517013437e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3834.000000->61.919302, \tstpz=0.500000, \tsolobj= 975821.517013, \tbestsol = 975825.018556)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758284e+05 | 9.758284e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75828369784054e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75828369784054e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3830.000000->61.886994, \tstpz=0.500000, \tsolobj= 975828.369784, \tbestsol = 975828.369784)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758331e+05 | 9.758331e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75833074744532e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75833074744532e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3827.000000->61.862751, \tstpz=0.500000, \tsolobj= 975833.074745, \tbestsol = 975833.074745)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758337e+05 | 9.758337e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75833746434886e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75833746434886e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3829.000000->61.878914, \tstpz=0.500000, \tsolobj= 975833.746435, \tbestsol = 975833.746435)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758326e+05 | 9.758326e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75832588507504e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75832588507504e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3837.000000->61.943523, \tstpz=0.500000, \tsolobj= 975832.588508, \tbestsol = 975833.746435)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758406e+05 | 9.758406e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.27\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75840572544960e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75840572544960e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3832.000000->61.903150, \tstpz=0.500000, \tsolobj= 975840.572545, \tbestsol = 975840.572545)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758420e+05 | 9.758420e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.28\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75841997574641e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75841997574641e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3849.000000->62.040309, \tstpz=0.500000, \tsolobj= 975841.997575, \tbestsol = 975841.997575)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758435e+05 | 9.758435e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75843549991661e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75843549991661e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3827.000000->61.862751, \tstpz=0.500000, \tsolobj= 975843.549992, \tbestsol = 975843.549992)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758493e+05 | 9.758493e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75849338711053e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75849338711053e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3818.000000->61.789967, \tstpz=0.500000, \tsolobj= 975849.338711, \tbestsol = 975849.338711)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758523e+05 | 9.758523e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75852344918262e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75852344918262e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3836.000000->61.935450, \tstpz=0.500000, \tsolobj= 975852.344918, \tbestsol = 975852.344918)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758525e+05 | 9.758525e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75852459192647e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75852459192647e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3836.000000->61.935450, \tstpz=0.500000, \tsolobj= 975852.459193, \tbestsol = 975852.459193)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758594e+05 | 9.758594e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.38\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75859400757375e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75859400757375e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3827.000000->61.862751, \tstpz=0.500000, \tsolobj= 975859.400757, \tbestsol = 975859.400757)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758638e+05 | 9.758638e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75863797929126e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75863797929126e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3821.000000->61.814238, \tstpz=0.500000, \tsolobj= 975863.797929, \tbestsol = 975863.797929)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758670e+05 | 9.758670e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75867040998114e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75867040998114e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3813.000000->61.749494, \tstpz=0.500000, \tsolobj= 975867.040998, \tbestsol = 975867.040998)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758695e+05 | 9.758695e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75869498862113e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75869498862113e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3819.000000->61.798058, \tstpz=0.500000, \tsolobj= 975869.498862, \tbestsol = 975869.498862)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758713e+05 | 9.758713e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75871250371794e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75871250371794e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3822.000000->61.822326, \tstpz=0.500000, \tsolobj= 975871.250372, \tbestsol = 975871.250372)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.32\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758715e+05 | 9.758715e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.43\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75871543966312e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75871543966312e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3829.000000->61.878914, \tstpz=0.500000, \tsolobj= 975871.543966, \tbestsol = 975871.543966)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.29\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758768e+05 | 9.758768e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.40\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75876839410174e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75876839410174e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3821.000000->61.814238, \tstpz=0.500000, \tsolobj= 975876.839410, \tbestsol = 975876.839410)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758777e+05 | 9.758777e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75877681007281e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75877681007281e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3832.000000->61.903150, \tstpz=0.500000, \tsolobj= 975877.681007, \tbestsol = 975877.681007)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.29\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758799e+05 | 9.758799e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.37\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75879870144880e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75879870144880e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3832.000000->61.903150, \tstpz=0.500000, \tsolobj= 975879.870145, \tbestsol = 975879.870145)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.30\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758836e+05 | 9.758836e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.39\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75883612130948e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75883612130948e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3826.000000->61.854668, \tstpz=0.500000, \tsolobj= 975883.612131, \tbestsol = 975883.612131)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758876e+05 | 9.758876e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.37\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75887612951745e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75887612951745e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3825.000000->61.846584, \tstpz=0.500000, \tsolobj= 975887.612952, \tbestsol = 975887.612952)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758852e+05 | 9.758852e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75885195201152e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75885195201152e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3838.000000->61.951594, \tstpz=0.500000, \tsolobj= 975885.195201, \tbestsol = 975887.612952)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758902e+05 | 9.758902e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75890237283908e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75890237283908e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3832.000000->61.903150, \tstpz=0.500000, \tsolobj= 975890.237284, \tbestsol = 975890.237284)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.40\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.6s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758896e+05 | 9.758896e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.55\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75889597412278e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75889597412278e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3843.000000->61.991935, \tstpz=0.500000, \tsolobj= 975889.597412, \tbestsol = 975890.237284)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.40\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.6s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758960e+05 | 9.758960e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.60\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75895995064968e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75895995064968e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3831.000000->61.895073, \tstpz=0.500000, \tsolobj= 975895.995065, \tbestsol = 975895.995065)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758971e+05 | 9.758971e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.43\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75897063066447e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75897063066447e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3831.000000->61.895073, \tstpz=0.500000, \tsolobj= 975897.063066, \tbestsol = 975897.063066)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.758963e+05 | 9.758963e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75896251454572e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75896251454572e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3815.000000->61.765686, \tstpz=0.500000, \tsolobj= 975896.251455, \tbestsol = 975897.063066)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759019e+05 | 9.759019e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75901926959563e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75901926959563e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3828.000000->61.870833, \tstpz=0.500000, \tsolobj= 975901.926960, \tbestsol = 975901.926960)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.32\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759033e+05 | 9.759033e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.43\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75903285875859e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75903285875859e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3824.000000->61.838499, \tstpz=0.500000, \tsolobj= 975903.285876, \tbestsol = 975903.285876)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759068e+05 | 9.759068e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75906829394991e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75906829394991e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3816.000000->61.773781, \tstpz=0.500000, \tsolobj= 975906.829395, \tbestsol = 975906.829395)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759052e+05 | 9.759052e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75905221746678e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75905221746678e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3804.000000->61.676576, \tstpz=0.500000, \tsolobj= 975905.221747, \tbestsol = 975906.829395)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759090e+05 | 9.759090e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75908980017086e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75908980017086e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3815.000000->61.765686, \tstpz=0.500000, \tsolobj= 975908.980017, \tbestsol = 975908.980017)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759084e+05 | 9.759084e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75908405187221e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75908405187221e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3819.000000->61.798058, \tstpz=0.500000, \tsolobj= 975908.405187, \tbestsol = 975908.980017)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.35\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759115e+05 | 9.759115e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.49\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75911457803197e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75911457803197e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3821.000000->61.814238, \tstpz=0.500000, \tsolobj= 975911.457803, \tbestsol = 975911.457803)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759110e+05 | 9.759110e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75910978257662e+05 (1 solutions)\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "Dual Bound         : +9.75910978257662e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3821.000000->61.814238, \tstpz=0.500000, \tsolobj= 975910.978258, \tbestsol = 975911.457803)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759147e+05 | 9.759147e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75914708499823e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75914708499823e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3832.000000->61.903150, \tstpz=0.500000, \tsolobj= 975914.708500, \tbestsol = 975914.708500)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759115e+05 | 9.759115e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75911507110187e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75911507110187e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3829.000000->61.878914, \tstpz=0.500000, \tsolobj= 975911.507110, \tbestsol = 975914.708500)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759180e+05 | 9.759180e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.37\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75917985807288e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75917985807288e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3833.000000->61.911227, \tstpz=0.500000, \tsolobj= 975917.985807, \tbestsol = 975917.985807)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759162e+05 | 9.759162e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75916246800787e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75916246800787e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3816.000000->61.773781, \tstpz=0.500000, \tsolobj= 975916.246801, \tbestsol = 975917.985807)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759179e+05 | 9.759179e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.37\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75917856115723e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75917856115723e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3833.000000->61.911227, \tstpz=0.500000, \tsolobj= 975917.856116, \tbestsol = 975917.985807)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759231e+05 | 9.759231e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.28\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75923102250696e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75923102250696e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3823.000000->61.830413, \tstpz=0.500000, \tsolobj= 975923.102251, \tbestsol = 975923.102251)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759276e+05 | 9.759276e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75927595236608e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75927595236608e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3828.000000->61.870833, \tstpz=0.500000, \tsolobj= 975927.595237, \tbestsol = 975927.595237)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759265e+05 | 9.759265e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75926521380705e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75926521380705e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3798.000000->61.627916, \tstpz=0.500000, \tsolobj= 975926.521381, \tbestsol = 975927.595237)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.29\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759304e+05 | 9.759304e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.37\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75930403982962e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75930403982962e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3818.000000->61.789967, \tstpz=0.500000, \tsolobj= 975930.403983, \tbestsol = 975930.403983)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759315e+05 | 9.759315e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75931502303417e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75931502303417e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3817.000000->61.781874, \tstpz=0.500000, \tsolobj= 975931.502303, \tbestsol = 975931.502303)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759343e+05 | 9.759343e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75934305407803e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75934305407803e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3819.000000->61.798058, \tstpz=0.500000, \tsolobj= 975934.305408, \tbestsol = 975934.305408)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759350e+05 | 9.759350e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75934952380705e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75934952380705e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3802.000000->61.660360, \tstpz=0.500000, \tsolobj= 975934.952381, \tbestsol = 975934.952381)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759389e+05 | 9.759389e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75938925624295e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75938925624295e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3825.000000->61.846584, \tstpz=0.500000, \tsolobj= 975938.925624, \tbestsol = 975938.925624)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759399e+05 | 9.759399e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75939894210340e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75939894210340e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3811.000000->61.733297, \tstpz=0.500000, \tsolobj= 975939.894210, \tbestsol = 975939.894210)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759445e+05 | 9.759445e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75944468142364e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75944468142364e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3815.000000->61.765686, \tstpz=0.500000, \tsolobj= 975944.468142, \tbestsol = 975944.468142)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759427e+05 | 9.759427e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75942666125147e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75942666125147e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3805.000000->61.684682, \tstpz=0.500000, \tsolobj= 975942.666125, \tbestsol = 975944.468142)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759473e+05 | 9.759473e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75947282848488e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75947282848488e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3819.000000->61.798058, \tstpz=0.500000, \tsolobj= 975947.282848, \tbestsol = 975947.282848)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759468e+05 | 9.759468e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75946821839432e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75946821839432e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3800.000000->61.644140, \tstpz=0.500000, \tsolobj= 975946.821839, \tbestsol = 975947.282848)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759497e+05 | 9.759497e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75949695313381e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75949695313381e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3810.000000->61.725197, \tstpz=0.500000, \tsolobj= 975949.695313, \tbestsol = 975949.695313)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.29\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759484e+05 | 9.759484e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.38\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75948402401846e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75948402401846e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3798.000000->61.627916, \tstpz=0.500000, \tsolobj= 975948.402402, \tbestsol = 975949.695313)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759502e+05 | 9.759502e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.38\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75950151989325e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75950151989325e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3813.000000->61.749494, \tstpz=0.500000, \tsolobj= 975950.151989, \tbestsol = 975950.151989)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759546e+05 | 9.759546e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75954594457786e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75954594457786e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3808.000000->61.708994, \tstpz=0.500000, \tsolobj= 975954.594458, \tbestsol = 975954.594458)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759533e+05 | 9.759533e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75953309450241e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75953309450241e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3817.000000->61.781874, \tstpz=0.500000, \tsolobj= 975953.309450, \tbestsol = 975954.594458)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759546e+05 | 9.759546e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75954573620297e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75954573620297e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3804.000000->61.676576, \tstpz=0.500000, \tsolobj= 975954.573620, \tbestsol = 975954.594458)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759588e+05 | 9.759588e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75958838628805e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75958838628805e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3823.000000->61.830413, \tstpz=0.500000, \tsolobj= 975958.838629, \tbestsol = 975958.838629)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759573e+05 | 9.759573e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75957331992943e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75957331992943e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3804.000000->61.676576, \tstpz=0.500000, \tsolobj= 975957.331993, \tbestsol = 975958.838629)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759634e+05 | 9.759634e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75963362233255e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75963362233255e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3811.000000->61.733297, \tstpz=0.500000, \tsolobj= 975963.362233, \tbestsol = 975963.362233)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759593e+05 | 9.759593e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75959294314753e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75959294314753e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3802.000000->61.660360, \tstpz=0.500000, \tsolobj= 975959.294315, \tbestsol = 975963.362233)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759607e+05 | 9.759607e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75960729484084e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75960729484084e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3814.000000->61.757591, \tstpz=0.500000, \tsolobj= 975960.729484, \tbestsol = 975963.362233)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759635e+05 | 9.759635e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75963478092529e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75963478092529e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3816.000000->61.773781, \tstpz=0.500000, \tsolobj= 975963.478093, \tbestsol = 975963.478093)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759649e+05 | 9.759649e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75964877405301e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75964877405301e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3816.000000->61.773781, \tstpz=0.500000, \tsolobj= 975964.877405, \tbestsol = 975964.877405)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759646e+05 | 9.759646e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75964593247684e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75964593247684e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3821.000000->61.814238, \tstpz=0.500000, \tsolobj= 975964.593248, \tbestsol = 975964.877405)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759679e+05 | 9.759679e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75967913656763e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75967913656763e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3816.000000->61.773781, \tstpz=0.500000, \tsolobj= 975967.913657, \tbestsol = 975967.913657)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759701e+05 | 9.759701e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75970141989556e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75970141989556e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3815.000000->61.765686, \tstpz=0.500000, \tsolobj= 975970.141990, \tbestsol = 975970.141990)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759720e+05 | 9.759720e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.43\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75971982143234e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75971982143234e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3817.000000->61.781874, \tstpz=0.500000, \tsolobj= 975971.982143, \tbestsol = 975971.982143)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759731e+05 | 9.759731e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75973117246107e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75973117246107e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3843.000000->61.991935, \tstpz=0.500000, \tsolobj= 975973.117246, \tbestsol = 975973.117246)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759771e+05 | 9.759771e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75977056008804e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75977056008804e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3804.000000->61.676576, \tstpz=0.500000, \tsolobj= 975977.056009, \tbestsol = 975977.056009)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759774e+05 | 9.759774e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75977397840026e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75977397840026e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3822.000000->61.822326, \tstpz=0.500000, \tsolobj= 975977.397840, \tbestsol = 975977.397840)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759790e+05 | 9.759790e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75978990471410e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75978990471410e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3812.000000->61.741396, \tstpz=0.500000, \tsolobj= 975978.990471, \tbestsol = 975978.990471)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.31\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759840e+05 | 9.759840e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.42\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75984000154702e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75984000154702e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3844.000000->62.000000, \tstpz=0.500000, \tsolobj= 975984.000155, \tbestsol = 975984.000155)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759848e+05 | 9.759848e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75984760304431e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75984760304431e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3822.000000->61.822326, \tstpz=0.500000, \tsolobj= 975984.760304, \tbestsol = 975984.760304)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759862e+05 | 9.759862e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75986232276885e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75986232276885e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3838.000000->61.951594, \tstpz=0.500000, \tsolobj= 975986.232277, \tbestsol = 975986.232277)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759877e+05 | 9.759877e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75987724240955e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75987724240955e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3815.000000->61.765686, \tstpz=0.500000, \tsolobj= 975987.724241, \tbestsol = 975987.724241)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759870e+05 | 9.759870e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75987014889200e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75987014889200e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3840.000000->61.967734, \tstpz=0.500000, \tsolobj= 975987.014889, \tbestsol = 975987.724241)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759922e+05 | 9.759922e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75992180466067e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75992180466067e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3807.000000->61.700891, \tstpz=0.500000, \tsolobj= 975992.180466, \tbestsol = 975992.180466)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759969e+05 | 9.759969e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75996891285411e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75996891285411e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3831.000000->61.895073, \tstpz=0.500000, \tsolobj= 975996.891285, \tbestsol = 975996.891285)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759953e+05 | 9.759953e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75995345028952e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75995345028952e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3816.000000->61.773781, \tstpz=0.500000, \tsolobj= 975995.345029, \tbestsol = 975996.891285)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.29\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.759980e+05 | 9.759980e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.39\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.75997958312428e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.75997958312428e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3830.000000->61.886994, \tstpz=0.500000, \tsolobj= 975997.958312, \tbestsol = 975997.958312)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760052e+05 | 9.760052e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76005209678332e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76005209678332e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3808.000000->61.708994, \tstpz=0.500000, \tsolobj= 976005.209678, \tbestsol = 976005.209678)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760021e+05 | 9.760021e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76002132342916e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76002132342916e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3825.000000->61.846584, \tstpz=0.500000, \tsolobj= 976002.132343, \tbestsol = 976005.209678)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.34\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.6s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760051e+05 | 9.760051e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.56\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76005126898108e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76005126898108e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3822.000000->61.822326, \tstpz=0.500000, \tsolobj= 976005.126898, \tbestsol = 976005.209678)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.31\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760040e+05 | 9.760040e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.40\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76004012883137e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76004012883137e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3833.000000->61.911227, \tstpz=0.500000, \tsolobj= 976004.012883, \tbestsol = 976005.209678)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760065e+05 | 9.760065e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76006463279719e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76006463279719e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3812.000000->61.741396, \tstpz=0.500000, \tsolobj= 976006.463280, \tbestsol = 976006.463280)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760071e+05 | 9.760071e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76007115031463e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76007115031463e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3848.000000->62.032250, \tstpz=0.500000, \tsolobj= 976007.115031, \tbestsol = 976007.115031)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.31\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760068e+05 | 9.760068e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.42\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76006822774291e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76006822774291e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3833.000000->61.911227, \tstpz=0.500000, \tsolobj= 976006.822774, \tbestsol = 976007.115031)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760095e+05 | 9.760095e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76009466801420e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76009466801420e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3854.000000->62.080593, \tstpz=0.500000, \tsolobj= 976009.466801, \tbestsol = 976009.466801)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760119e+05 | 9.760119e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76011880219306e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76011880219306e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3823.000000->61.830413, \tstpz=0.500000, \tsolobj= 976011.880219, \tbestsol = 976011.880219)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760113e+05 | 9.760113e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.39\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76011343712123e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76011343712123e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3843.000000->61.991935, \tstpz=0.500000, \tsolobj= 976011.343712, \tbestsol = 976011.880219)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760131e+05 | 9.760131e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76013055936101e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76013055936101e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3815.000000->61.765686, \tstpz=0.500000, \tsolobj= 976013.055936, \tbestsol = 976013.055936)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760157e+05 | 9.760157e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76015712385752e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76015712385752e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3839.000000->61.959664, \tstpz=0.500000, \tsolobj= 976015.712386, \tbestsol = 976015.712386)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.30\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760181e+05 | 9.760181e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.39\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76018051039596e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76018051039596e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3821.000000->61.814238, \tstpz=0.500000, \tsolobj= 976018.051040, \tbestsol = 976018.051040)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760176e+05 | 9.760176e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76017575216283e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76017575216283e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3818.000000->61.789967, \tstpz=0.500000, \tsolobj= 976017.575216, \tbestsol = 976018.051040)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760219e+05 | 9.760219e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76021925057368e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76021925057368e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3811.000000->61.733297, \tstpz=0.500000, \tsolobj= 976021.925057, \tbestsol = 976021.925057)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760221e+05 | 9.760221e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.37\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76022059606615e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76022059606615e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3835.000000->61.927377, \tstpz=0.500000, \tsolobj= 976022.059607, \tbestsol = 976022.059607)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760236e+05 | 9.760236e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76023648544581e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76023648544581e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3810.000000->61.725197, \tstpz=0.500000, \tsolobj= 976023.648545, \tbestsol = 976023.648545)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760227e+05 | 9.760227e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76022747460850e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76022747460850e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3830.000000->61.886994, \tstpz=0.500000, \tsolobj= 976022.747461, \tbestsol = 976023.648545)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.31\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760238e+05 | 9.760238e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.43\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76023832574486e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76023832574486e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3829.000000->61.878914, \tstpz=0.500000, \tsolobj= 976023.832574, \tbestsol = 976023.832574)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760259e+05 | 9.760259e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.28\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76025932846459e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76025932846459e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3844.000000->62.000000, \tstpz=0.500000, \tsolobj= 976025.932846, \tbestsol = 976025.932846)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760302e+05 | 9.760302e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76030189349603e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76030189349603e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3809.000000->61.717096, \tstpz=0.500000, \tsolobj= 976030.189350, \tbestsol = 976030.189350)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760290e+05 | 9.760290e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.38\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76028958902337e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76028958902337e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3837.000000->61.943523, \tstpz=0.500000, \tsolobj= 976028.958902, \tbestsol = 976030.189350)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760297e+05 | 9.760297e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.39\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76029742475856e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76029742475856e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3807.000000->61.700891, \tstpz=0.500000, \tsolobj= 976029.742476, \tbestsol = 976030.189350)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760302e+05 | 9.760302e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76030166369623e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76030166369623e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3845.000000->62.008064, \tstpz=0.500000, \tsolobj= 976030.166370, \tbestsol = 976030.189350)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760330e+05 | 9.760330e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76033033006964e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76033033006964e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3826.000000->61.854668, \tstpz=0.500000, \tsolobj= 976033.033007, \tbestsol = 976033.033007)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760314e+05 | 9.760314e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76031430320588e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76031430320588e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3839.000000->61.959664, \tstpz=0.500000, \tsolobj= 976031.430321, \tbestsol = 976033.033007)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760311e+05 | 9.760311e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76031132896171e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76031132896171e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3817.000000->61.781874, \tstpz=0.500000, \tsolobj= 976031.132896, \tbestsol = 976033.033007)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760324e+05 | 9.760324e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76032359399482e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76032359399482e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3827.000000->61.862751, \tstpz=0.500000, \tsolobj= 976032.359399, \tbestsol = 976033.033007)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760353e+05 | 9.760353e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76035332395573e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76035332395573e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3801.000000->61.652251, \tstpz=0.500000, \tsolobj= 976035.332396, \tbestsol = 976035.332396)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760355e+05 | 9.760355e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76035507403395e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76035507403395e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3827.000000->61.862751, \tstpz=0.500000, \tsolobj= 976035.507403, \tbestsol = 976035.507403)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760361e+05 | 9.760361e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76036130645157e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76036130645157e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3824.000000->61.838499, \tstpz=0.500000, \tsolobj= 976036.130645, \tbestsol = 976036.130645)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760352e+05 | 9.760352e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76035199321626e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76035199321626e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3841.000000->61.975802, \tstpz=0.500000, \tsolobj= 976035.199322, \tbestsol = 976036.130645)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760419e+05 | 9.760419e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76041891235829e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76041891235829e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3823.000000->61.830413, \tstpz=0.500000, \tsolobj= 976041.891236, \tbestsol = 976041.891236)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760409e+05 | 9.760409e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76040852272719e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76040852272719e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3849.000000->62.040309, \tstpz=0.500000, \tsolobj= 976040.852273, \tbestsol = 976041.891236)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.32\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760441e+05 | 9.760441e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.41\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76044127616705e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76044127616705e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3810.000000->61.725197, \tstpz=0.500000, \tsolobj= 976044.127617, \tbestsol = 976044.127617)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760476e+05 | 9.760476e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76047622187454e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76047622187454e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3846.000000->62.016127, \tstpz=0.500000, \tsolobj= 976047.622187, \tbestsol = 976047.622187)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760479e+05 | 9.760479e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76047934595011e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76047934595011e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3839.000000->61.959664, \tstpz=0.500000, \tsolobj= 976047.934595, \tbestsol = 976047.934595)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760458e+05 | 9.760458e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.37\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76045799952284e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76045799952284e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3838.000000->61.951594, \tstpz=0.500000, \tsolobj= 976045.799952, \tbestsol = 976047.934595)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760489e+05 | 9.760489e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76048860841552e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76048860841552e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3814.000000->61.757591, \tstpz=0.500000, \tsolobj= 976048.860842, \tbestsol = 976048.860842)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760499e+05 | 9.760499e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76049938578668e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76049938578668e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3829.000000->61.878914, \tstpz=0.500000, \tsolobj= 976049.938579, \tbestsol = 976049.938579)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760488e+05 | 9.760488e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.40\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76048797421393e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76048797421393e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3802.000000->61.660360, \tstpz=0.500000, \tsolobj= 976048.797421, \tbestsol = 976049.938579)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760515e+05 | 9.760515e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76051522378162e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76051522378162e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3834.000000->61.919302, \tstpz=0.500000, \tsolobj= 976051.522378, \tbestsol = 976051.522378)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760502e+05 | 9.760502e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76050234495887e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76050234495887e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3827.000000->61.862751, \tstpz=0.500000, \tsolobj= 976050.234496, \tbestsol = 976051.522378)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760486e+05 | 9.760486e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76048575371590e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76048575371590e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3844.000000->62.000000, \tstpz=0.500000, \tsolobj= 976048.575372, \tbestsol = 976051.522378)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760565e+05 | 9.760565e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76056505415919e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76056505415919e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3810.000000->61.725197, \tstpz=0.500000, \tsolobj= 976056.505416, \tbestsol = 976056.505416)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760550e+05 | 9.760550e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76054968726238e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76054968726238e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3829.000000->61.878914, \tstpz=0.500000, \tsolobj= 976054.968726, \tbestsol = 976056.505416)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760558e+05 | 9.760558e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76055814989288e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76055814989288e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3806.000000->61.692787, \tstpz=0.500000, \tsolobj= 976055.814989, \tbestsol = 976056.505416)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760568e+05 | 9.760568e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76056828879002e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76056828879002e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3856.000000->62.096699, \tstpz=0.500000, \tsolobj= 976056.828879, \tbestsol = 976056.828879)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760600e+05 | 9.760600e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76059978278873e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76059978278873e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3828.000000->61.870833, \tstpz=0.500000, \tsolobj= 976059.978279, \tbestsol = 976059.978279)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760567e+05 | 9.760567e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76056685119192e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76056685119192e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3847.000000->62.024189, \tstpz=0.500000, \tsolobj= 976056.685119, \tbestsol = 976059.978279)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760577e+05 | 9.760577e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76057657399543e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76057657399543e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3830.000000->61.886994, \tstpz=0.500000, \tsolobj= 976057.657400, \tbestsol = 976059.978279)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760604e+05 | 9.760604e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76060413350042e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76060413350042e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3844.000000->62.000000, \tstpz=0.500000, \tsolobj= 976060.413350, \tbestsol = 976060.413350)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760615e+05 | 9.760615e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76061451946569e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76061451946569e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3808.000000->61.708994, \tstpz=0.500000, \tsolobj= 976061.451947, \tbestsol = 976061.451947)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.26\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760633e+05 | 9.760633e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76063260785052e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76063260785052e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3831.000000->61.895073, \tstpz=0.500000, \tsolobj= 976063.260785, \tbestsol = 976063.260785)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760620e+05 | 9.760620e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76062009076260e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76062009076260e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3819.000000->61.798058, \tstpz=0.500000, \tsolobj= 976062.009076, \tbestsol = 976063.260785)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760635e+05 | 9.760635e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76063526247112e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76063526247112e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3851.000000->62.056426, \tstpz=0.500000, \tsolobj= 976063.526247, \tbestsol = 976063.526247)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760671e+05 | 9.760671e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76067070556064e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76067070556064e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3828.000000->61.870833, \tstpz=0.500000, \tsolobj= 976067.070556, \tbestsol = 976067.070556)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760696e+05 | 9.760696e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76069635566901e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76069635566901e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3844.000000->62.000000, \tstpz=0.500000, \tsolobj= 976069.635567, \tbestsol = 976069.635567)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760696e+05 | 9.760696e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76069636047275e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76069636047275e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3826.000000->61.854668, \tstpz=0.500000, \tsolobj= 976069.636047, \tbestsol = 976069.636047)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760717e+05 | 9.760717e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76071724883078e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76071724883078e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3840.000000->61.967734, \tstpz=0.500000, \tsolobj= 976071.724883, \tbestsol = 976071.724883)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760752e+05 | 9.760752e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76075185964449e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76075185964449e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3818.000000->61.789967, \tstpz=0.500000, \tsolobj= 976075.185964, \tbestsol = 976075.185964)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760795e+05 | 9.760795e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76079483900409e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76079483900409e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3843.000000->61.991935, \tstpz=0.500000, \tsolobj= 976079.483900, \tbestsol = 976079.483900)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760793e+05 | 9.760793e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76079301088968e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76079301088968e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3834.000000->61.919302, \tstpz=0.500000, \tsolobj= 976079.301089, \tbestsol = 976079.483900)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760771e+05 | 9.760771e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76077102478040e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76077102478040e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3827.000000->61.862751, \tstpz=0.500000, \tsolobj= 976077.102478, \tbestsol = 976079.483900)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760832e+05 | 9.760832e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76083220914127e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76083220914127e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3815.000000->61.765686, \tstpz=0.500000, \tsolobj= 976083.220914, \tbestsol = 976083.220914)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760830e+05 | 9.760830e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76083042033058e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76083042033058e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3823.000000->61.830413, \tstpz=0.500000, \tsolobj= 976083.042033, \tbestsol = 976083.220914)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760847e+05 | 9.760847e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76084683638626e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76084683638626e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3821.000000->61.814238, \tstpz=0.500000, \tsolobj= 976084.683639, \tbestsol = 976084.683639)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760831e+05 | 9.760831e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76083112159843e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76083112159843e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3840.000000->61.967734, \tstpz=0.500000, \tsolobj= 976083.112160, \tbestsol = 976084.683639)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760868e+05 | 9.760868e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76086791768398e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76086791768398e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3827.000000->61.862751, \tstpz=0.500000, \tsolobj= 976086.791768, \tbestsol = 976086.791768)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760853e+05 | 9.760853e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76085283777235e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76085283777235e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3837.000000->61.943523, \tstpz=0.500000, \tsolobj= 976085.283777, \tbestsol = 976086.791768)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760866e+05 | 9.760866e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76086590420914e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76086590420914e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3814.000000->61.757591, \tstpz=0.500000, \tsolobj= 976086.590421, \tbestsol = 976086.791768)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.27\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760842e+05 | 9.760842e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.37\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76084181772960e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76084181772960e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3838.000000->61.951594, \tstpz=0.500000, \tsolobj= 976084.181773, \tbestsol = 976086.791768)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760871e+05 | 9.760871e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76087070656059e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76087070656059e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3812.000000->61.741396, \tstpz=0.500000, \tsolobj= 976087.070656, \tbestsol = 976087.070656)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760857e+05 | 9.760857e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76085726522150e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76085726522150e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3835.000000->61.927377, \tstpz=0.500000, \tsolobj= 976085.726522, \tbestsol = 976087.070656)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760856e+05 | 9.760856e+05 |   0.00%| unknown\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76085644094240e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76085644094240e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3820.000000->61.806149, \tstpz=0.500000, \tsolobj= 976085.644094, \tbestsol = 976087.070656)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760850e+05 | 9.760850e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76085038907068e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76085038907068e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3835.000000->61.927377, \tstpz=0.500000, \tsolobj= 976085.038907, \tbestsol = 976087.070656)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760881e+05 | 9.760881e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76088127288219e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76088127288219e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3817.000000->61.781874, \tstpz=0.500000, \tsolobj= 976088.127288, \tbestsol = 976088.127288)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760899e+05 | 9.760899e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76089934636788e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76089934636788e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3831.000000->61.895073, \tstpz=0.500000, \tsolobj= 976089.934637, \tbestsol = 976089.934637)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760893e+05 | 9.760893e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76089302605746e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76089302605746e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3811.000000->61.733297, \tstpz=0.500000, \tsolobj= 976089.302606, \tbestsol = 976089.934637)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760878e+05 | 9.760878e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76087769254552e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76087769254552e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3832.000000->61.903150, \tstpz=0.500000, \tsolobj= 976087.769255, \tbestsol = 976089.934637)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760926e+05 | 9.760926e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76092577955896e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76092577955896e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3814.000000->61.757591, \tstpz=0.500000, \tsolobj= 976092.577956, \tbestsol = 976092.577956)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.29\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760919e+05 | 9.760919e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.38\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76091869321006e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76091869321006e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3844.000000->62.000000, \tstpz=0.500000, \tsolobj= 976091.869321, \tbestsol = 976092.577956)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760913e+05 | 9.760913e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76091349743975e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76091349743975e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3811.000000->61.733297, \tstpz=0.500000, \tsolobj= 976091.349744, \tbestsol = 976092.577956)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760935e+05 | 9.760935e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76093519260401e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76093519260401e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3835.000000->61.927377, \tstpz=0.500000, \tsolobj= 976093.519260, \tbestsol = 976093.519260)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760970e+05 | 9.760970e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.32\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76096995363706e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76096995363706e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3820.000000->61.806149, \tstpz=0.500000, \tsolobj= 976096.995364, \tbestsol = 976096.995364)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760932e+05 | 9.760932e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76093196432524e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76093196432524e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3829.000000->61.878914, \tstpz=0.500000, \tsolobj= 976093.196433, \tbestsol = 976096.995364)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760963e+05 | 9.760963e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76096282800885e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76096282800885e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3841.000000->61.975802, \tstpz=0.500000, \tsolobj= 976096.282801, \tbestsol = 976096.995364)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.760944e+05 | 9.760944e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76094373287873e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76094373287873e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3847.000000->62.024189, \tstpz=0.500000, \tsolobj= 976094.373288, \tbestsol = 976096.995364)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761001e+05 | 9.761001e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76100118932909e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76100118932909e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3803.000000->61.668468, \tstpz=0.500000, \tsolobj= 976100.118933, \tbestsol = 976100.118933)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761000e+05 | 9.761000e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76099950454566e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76099950454566e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3827.000000->61.862751, \tstpz=0.500000, \tsolobj= 976099.950455, \tbestsol = 976100.118933)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761030e+05 | 9.761030e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76102992797296e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76102992797296e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3812.000000->61.741396, \tstpz=0.500000, \tsolobj= 976102.992797, \tbestsol = 976102.992797)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761039e+05 | 9.761039e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76103871190642e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76103871190642e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3847.000000->62.024189, \tstpz=0.500000, \tsolobj= 976103.871191, \tbestsol = 976103.871191)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761046e+05 | 9.761046e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76104579183947e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76104579183947e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3811.000000->61.733297, \tstpz=0.500000, \tsolobj= 976104.579184, \tbestsol = 976104.579184)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761038e+05 | 9.761038e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76103752922017e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76103752922017e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3858.000000->62.112801, \tstpz=0.500000, \tsolobj= 976103.752922, \tbestsol = 976104.579184)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.28\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761053e+05 | 9.761053e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.38\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76105316713202e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76105316713202e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3842.000000->61.983869, \tstpz=0.500000, \tsolobj= 976105.316713, \tbestsol = 976105.316713)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761028e+05 | 9.761028e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.33\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76102806532059e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76102806532059e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3832.000000->61.903150, \tstpz=0.500000, \tsolobj= 976102.806532, \tbestsol = 976105.316713)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761081e+05 | 9.761081e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.29\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76108098615898e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76108098615898e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3816.000000->61.773781, \tstpz=0.500000, \tsolobj= 976108.098616, \tbestsol = 976108.098616)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761049e+05 | 9.761049e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76104853303906e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76104853303906e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3827.000000->61.862751, \tstpz=0.500000, \tsolobj= 976104.853304, \tbestsol = 976108.098616)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761067e+05 | 9.761067e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76106722589805e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76106722589805e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3832.000000->61.903150, \tstpz=0.500000, \tsolobj= 976106.722590, \tbestsol = 976108.098616)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761025e+05 | 9.761025e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76102528713244e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76102528713244e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3842.000000->61.983869, \tstpz=0.500000, \tsolobj= 976102.528713, \tbestsol = 976108.098616)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.30\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761099e+05 | 9.761099e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.42\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76109940748096e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76109940748096e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3811.000000->61.733297, \tstpz=0.500000, \tsolobj= 976109.940748, \tbestsol = 976109.940748)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761071e+05 | 9.761071e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76107140635416e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76107140635416e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3826.000000->61.854668, \tstpz=0.500000, \tsolobj= 976107.140635, \tbestsol = 976109.940748)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.21\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761078e+05 | 9.761078e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76107779999004e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76107779999004e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3820.000000->61.806149, \tstpz=0.500000, \tsolobj= 976107.779999, \tbestsol = 976109.940748)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.23\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761053e+05 | 9.761053e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76105287152323e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76105287152323e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3841.000000->61.975802, \tstpz=0.500000, \tsolobj= 976105.287152, \tbestsol = 976109.940748)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n"
-     ]
-    },
-    {
-     "name": "stdout",
-     "output_type": "stream",
-     "text": [
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761081e+05 | 9.761081e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.35\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76108105026906e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76108105026906e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3810.000000->61.725197, \tstpz=0.500000, \tsolobj= 976108.105027, \tbestsol = 976109.940748)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.25\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.4s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761062e+05 | 9.761062e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.36\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76106239618595e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76106239618595e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3833.000000->61.911227, \tstpz=0.500000, \tsolobj= 976106.239619, \tbestsol = 976109.940748)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761064e+05 | 9.761064e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76106386873496e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76106386873496e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3825.000000->61.846584, \tstpz=0.500000, \tsolobj= 976106.386873, \tbestsol = 976109.940748)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.22\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761044e+05 | 9.761044e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.31\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76104388397407e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76104388397407e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3867.000000->62.185207, \tstpz=0.500000, \tsolobj= 976104.388397, \tbestsol = 976109.940748)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.20\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761067e+05 | 9.761067e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.30\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76106712425993e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76106712425993e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3830.000000->61.886994, \tstpz=0.500000, \tsolobj= 976106.712426, \tbestsol = 976109.940748)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.24\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.3s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761054e+05 | 9.761054e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.34\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76105392103425e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76105392103425e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3825.000000->61.846584, \tstpz=0.500000, \tsolobj= 976105.392103, \tbestsol = 976109.940748)\\\n",
-      "0.500000\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 2, fast)       1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 3096 clqs\\\n",
-      "(round 3, exhaustive) 1389 del vars, 705 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 3096 upgd conss, 0 impls, 3096 clqs\\\n",
-      "presolving (4 rounds: 4 fast, 2 medium, 2 exhaustive):\\\n",
-      " 24165 deleted vars, 3801 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients\\\n",
-      " 0 implications, 0 cliques\\\n",
-      "presolved problem has 0 variables (0 bin, 0 int, 0 impl, 0 cont) and 0 constraints\\\n",
-      "Presolving Time: 0.41\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 0.5s|     1 |     0 |     0 |     - | trivial|   0 |   0 |   0 |   0 |   0 |  0 |   0 |   0 | 9.761071e+05 | 9.761071e+05 |   0.00%| unknown\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 0.53\\\n",
-      "Solving Nodes      : 1\\\n",
-      "Primal Bound       : +9.76107106173124e+05 (1 solutions)\\\n",
-      "Dual Bound         : +9.76107106173124e+05\\\n",
-      "Gap                : 0.00 %\\\n",
-      "\\\n",
-      " upp 2814410.531664 \t,sqsum =3812.000000->61.741396, \tstpz=0.500000, \tsolobj= 976107.106173, \tbestsol = 976109.940748)\\\n",
-      "Solving Time (sec) : 399.141779\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       705 del vars, 1922 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 7222 clqs\\\n",
-      "(round 2, fast)       1280 del vars, 2067 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 7077 clqs\\\n",
-      "(round 3, exhaustive) 1280 del vars, 2067 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 7077 upgd conss, 0 impls, 7077 clqs\\\n",
-      "(round 4, fast)       1624 del vars, 2139 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 7077 upgd conss, 0 impls, 6983 clqs\\\n",
-      "(round 5, fast)       1735 del vars, 2252 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 7077 upgd conss, 0 impls, 6884 clqs\\\n",
-      "(round 6, fast)       1778 del vars, 2277 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 7077 upgd conss, 0 impls, 6863 clqs\\\n",
-      "(round 7, fast)       1792 del vars, 2287 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 7077 upgd conss, 0 impls, 6855 clqs\\\n",
-      "(round 8, fast)       1799 del vars, 2293 del conss, 0 add conss, 21 chg bounds, 0 chg sides, 0 chg coeffs, 7077 upgd conss, 0 impls, 6851 clqs\\\n",
-      "(round 9, medium)     4890 del vars, 2345 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3037 chg coeffs, 7077 upgd conss, 0 impls, 6795 clqs\\\n",
-      "(round 10, fast)       5020 del vars, 2422 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3037 chg coeffs, 7077 upgd conss, 0 impls, 6718 clqs\\\n",
-      "(round 11, fast)       5049 del vars, 2440 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3037 chg coeffs, 7077 upgd conss, 0 impls, 6703 clqs\\\n",
-      "(round 12, medium)     5126 del vars, 2501 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3051 chg coeffs, 7077 upgd conss, 0 impls, 6642 clqs\\\n",
-      "(round 13, fast)       5141 del vars, 2508 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3051 chg coeffs, 7077 upgd conss, 0 impls, 6634 clqs\\\n",
-      "(round 14, medium)     5178 del vars, 2543 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3054 chg coeffs, 7077 upgd conss, 0 impls, 6600 clqs\\\n",
-      "(round 15, medium)     5208 del vars, 2566 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3060 chg coeffs, 7077 upgd conss, 0 impls, 6577 clqs\\\n",
-      "(round 16, medium)     5223 del vars, 2579 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3061 chg coeffs, 7077 upgd conss, 0 impls, 6564 clqs\\\n",
-      "(round 17, exhaustive) 5232 del vars, 2585 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3065 chg coeffs, 7077 upgd conss, 0 impls, 6558 clqs\\\n",
-      "(round 18, medium)     5241 del vars, 2592 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3066 chg coeffs, 7077 upgd conss, 0 impls, 6550 clqs\\\n",
-      "(round 19, medium)     5247 del vars, 2598 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3067 chg coeffs, 7077 upgd conss, 0 impls, 6545 clqs\\\n",
-      "(round 20, medium)     5254 del vars, 2605 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3067 chg coeffs, 7077 upgd conss, 0 impls, 6538 clqs\\\n",
-      "(round 21, exhaustive) 5313 del vars, 2610 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3067 chg coeffs, 7077 upgd conss, 0 impls, 6524 clqs\\\n",
-      "(round 22, fast)       5313 del vars, 2619 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3067 chg coeffs, 7077 upgd conss, 0 impls, 6524 clqs\\\n",
-      "(round 23, medium)     5320 del vars, 2625 del conss, 0 add conss, 21 chg bounds, 2920 chg sides, 3068 chg coeffs, 7077 upgd conss, 0 impls, 6518 clqs\\\n",
-      "   (402.7s) probing: 51/18840 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes\\\n",
-      "   (402.7s) probing aborted: 50/50 successive totally useless probings\\\n",
-      "   Deactivated symmetry handling methods, since SCIP was built without symmetry detector (SYM=none).\\\n",
-      "presolving (24 rounds: 24 fast, 13 medium, 4 exhaustive):\\\n",
-      " 5765 deleted vars, 2896 deleted constraints, 0 added constraints, 21 tightened bounds, 0 added holes, 2920 changed sides, 3069 changed coefficients\\\n",
-      " 0 implications, 6246 cliques\\\n",
-      "presolved problem has 18400 variables (18400 bin, 0 int, 0 impl, 0 cont) and 6247 constraints\\\n",
-      "   6247 constraints of type <setppc>\\\n",
-      "Presolving Time: 2.75\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "t 403s|     1 |     0 |     0 |     - | trivial|   0 |  18k|6246 |   0 |   0 |  0 |   0 |   0 |-1.422400e+08 | 2.351744e+07 |    Inf | unknown\\\n",
-      "p 404s|     1 |     0 |     0 |     - |  clique|   0 |  18k|6246 |6246 |   0 |  0 |   0 |   0 |-1.422400e+08 | 5.095676e+06 |    Inf | unknown\\\n",
-      "p 404s|     1 |     0 |     2 |     - | vbounds|   0 |  18k|6246 |6246 |   0 |  0 |   0 |   0 |-1.422400e+08 | 1.762319e+06 |    Inf | unknown\\\n",
-      "  412s|     1 |     0 | 21754 |     - |   235M |   0 |  18k|6246 |6246 |   0 |  0 |   0 |   0 | 1.523178e+06 | 1.762319e+06 |  15.70%| unknown\\\n",
-      "  417s|     1 |     0 | 22371 |     - |   270M |   0 |  18k|6246 |6259 |  13 |  1 |   0 |   0 | 1.523444e+06 | 1.762319e+06 |  15.68%| unknown\\\n",
-      "  420s|     1 |     0 | 22826 |     - |   295M |   0 |  18k|6246 |6270 |  24 |  2 |   0 |   0 | 1.523561e+06 | 1.762319e+06 |  15.67%| unknown\\\n",
-      "  423s|     1 |     0 | 23069 |     - |   323M |   0 |  18k|6246 |6282 |  36 |  3 |   0 |   0 | 1.523597e+06 | 1.762319e+06 |  15.67%| unknown\\\n",
-      "  425s|     1 |     0 | 23307 |     - |   332M |   0 |  18k|6246 |6292 |  46 |  4 |   0 |   0 | 1.523648e+06 | 1.762319e+06 |  15.66%| unknown\\\n",
-      "  429s|     1 |     0 | 23583 |     - |   363M |   0 |  18k|6246 |6304 |  58 |  5 |   0 |   0 | 1.523690e+06 | 1.762319e+06 |  15.66%| unknown\\\n",
-      "  430s|     1 |     0 | 23732 |     - |   364M |   0 |  18k|6246 |6314 |  68 |  6 |   0 |   0 | 1.523702e+06 | 1.762319e+06 |  15.66%| unknown\\\n",
-      "  431s|     1 |     0 | 23863 |     - |   365M |   0 |  18k|6246 |6324 |  78 |  7 |   0 |   0 | 1.523711e+06 | 1.762319e+06 |  15.66%| unknown\\\n",
-      "  432s|     1 |     0 | 23926 |     - |   367M |   0 |  18k|6246 |6330 |  84 |  8 |   0 |   0 | 1.523716e+06 | 1.762319e+06 |  15.66%| unknown\\\n",
-      "  433s|     1 |     0 | 24060 |     - |   368M |   0 |  18k|6246 |6337 |  91 |  9 |   0 |   0 | 1.523726e+06 | 1.762319e+06 |  15.66%| unknown\\\n",
-      "  435s|     1 |     0 | 24245 |     - |   389M |   0 |  18k|6246 |6343 |  97 | 10 |   0 |   0 | 1.523737e+06 | 1.762319e+06 |  15.66%| unknown\\\n",
-      "  437s|     1 |     0 | 24463 |     - |   402M |   0 |  18k|6246 |6350 | 104 | 11 |   0 |   0 | 1.523751e+06 | 1.762319e+06 |  15.66%| unknown\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "d 445s|     1 |     0 | 37440 |     - |farkasdi|   0 |  18k|6246 |6350 |   0 | 11 |   0 |   0 | 1.523751e+06 | 1.705960e+06 |  11.96%| unknown\\\n",
-      "d 445s|     1 |     0 | 37984 |     - |farkasdi|   0 |  18k|6246 |6350 |   0 | 11 |   0 |   0 | 1.523751e+06 | 1.647689e+06 |   8.13%| unknown\\\n",
-      "d 445s|     1 |     0 | 37997 |     - |farkasdi|   0 |  18k|6246 |6350 |   0 | 11 |   0 |   0 | 1.523751e+06 | 1.588092e+06 |   4.22%| unknown\\\n",
-      "d 445s|     1 |     0 | 38000 |     - |farkasdi|   0 |  18k|6246 |6350 |   0 | 11 |   0 |   0 | 1.523751e+06 | 1.555642e+06 |   2.09%| unknown\\\n",
-      "d 445s|     1 |     0 | 38100 |     - |farkasdi|   0 |  18k|6246 |6350 |   0 | 11 |   0 |   0 | 1.523751e+06 | 1.542851e+06 |   1.25%| unknown\\\n",
-      "L 451s|     1 |     0 | 38122 |     - |    rens|   0 |  18k|6246 |6350 | 104 | 11 |   0 |   0 | 1.523751e+06 | 1.541267e+06 |   1.15%| unknown\\\n",
-      "  453s|     1 |     0 | 38122 |     - |   427M |   0 |  18k|6246 |6350 | 104 | 11 |   0 |   0 | 1.523751e+06 | 1.541267e+06 |   1.15%| unknown\\\n",
-      "  453s|     1 |     0 | 38122 |     - |   428M |   0 |  18k|6246 |6346 | 104 | 11 |   0 |   0 | 1.523751e+06 | 1.541267e+06 |   1.15%| unknown\\\n",
-      "  454s|     1 |     0 | 38308 |     - |   428M |   0 |  18k|6242 |6351 | 109 | 12 |   0 |   0 | 1.523757e+06 | 1.541267e+06 |   1.15%| unknown\\\n",
-      "  454s|     1 |     0 | 38403 |     - |   428M |   0 |  18k|6242 |6354 | 112 | 13 |   0 |   0 | 1.523760e+06 | 1.541267e+06 |   1.15%| unknown\\\n",
-      "  464s|     1 |     2 | 38404 |     - |   428M |   0 |  18k|6242 |6354 | 112 | 13 |   0 |  43 | 1.523800e+06 | 1.541267e+06 |   1.15%| unknown\\\n",
-      "L 545s|    39 |    37 | 51988 | 717.0 |    alns|  32 |  18k|6242 |6332 | 117 |  1 |   0 | 536 | 1.523847e+06 | 1.528445e+06 |   0.30%| unknown\\\n",
-      "L 545s|    39 |    37 | 51988 | 717.0 |    alns|  32 |  18k|6242 |6332 | 117 |  1 |   0 | 536 | 1.523847e+06 | 1.528326e+06 |   0.29%| unknown\\\n",
-      "L 545s|    39 |    37 | 51988 | 717.0 |    alns|  32 |  18k|6242 |6332 | 117 |  1 |   0 | 536 | 1.523847e+06 | 1.528124e+06 |   0.28%| unknown\\\n",
-      "* 550s|    65 |    59 | 54201 | 460.3 |    LP  |  46 |  18k|6242 |6339 | 125 |  2 |   0 | 550 | 1.523847e+06 | 1.526781e+06 |   0.19%| unknown\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "* 550s|    69 |    59 | 54284 | 434.4 |    LP  |  48 |  18k|6242 |6339 | 125 |  2 |   0 | 550 | 1.523847e+06 | 1.526743e+06 |   0.19%| unknown\\\n",
-      "* 551s|    78 |    57 | 54400 | 385.2 |    LP  |  51 |  18k|6242 |6339 | 125 |  2 |   0 | 550 | 1.523847e+06 | 1.526718e+06 |   0.19%| unknown\\\n",
-      "* 551s|    86 |    59 | 54652 | 351.9 |    LP  |  51 |  18k|6242 |6339 | 125 |  2 |   0 | 550 | 1.523847e+06 | 1.526660e+06 |   0.18%| unknown\\\n",
-      "* 551s|    88 |    58 | 54676 | 344.1 |    LP  |  51 |  18k|6242 |6339 | 125 |  2 |   0 | 550 | 1.523847e+06 | 1.526637e+06 |   0.18%| unknown\\\n",
-      "* 552s|    92 |    56 | 54806 | 330.4 |    LP  |  51 |  18k|6242 |6339 | 125 |  2 |   0 | 550 | 1.523847e+06 | 1.526600e+06 |   0.18%| unknown\\\n",
-      "* 552s|    97 |    56 | 54949 | 314.7 |    LP  |  51 |  18k|6242 |6339 | 125 |  2 |   0 | 550 | 1.523847e+06 | 1.526566e+06 |   0.18%| unknown\\\n",
-      "* 552s|    98 |    55 | 54966 | 311.6 |    LP  |  51 |  18k|6242 |6339 | 125 |  2 |   0 | 550 | 1.523847e+06 | 1.526528e+06 |   0.18%| unknown\\\n",
-      "  552s|   100 |    55 | 55005 | 305.7 |   438M |  51 |  18k|6242 |6339 | 125 |  2 |   0 | 550 | 1.523847e+06 | 1.526528e+06 |   0.18%| unknown\\\n",
-      "* 552s|   108 |    55 | 55064 | 283.4 |    LP  |  51 |  18k|6242 |6339 | 125 |  2 |   0 | 550 | 1.523847e+06 | 1.526527e+06 |   0.18%| unknown\\\n",
-      "* 561s|   131 |    68 | 60241 | 273.1 |    LP  |  51 |  18k|6242 |6347 | 146 |  4 |   0 | 564 | 1.523853e+06 | 1.526523e+06 |   0.18%| unknown\\\n",
-      "* 561s|   132 |    67 | 60361 | 271.9 |    LP  |  51 |  18k|6242 |6349 | 148 |  3 |   0 | 564 | 1.523853e+06 | 1.526505e+06 |   0.17%| unknown\\\n",
-      "* 562s|   136 |    67 | 60873 | 267.6 |    LP  |  51 |  18k|6242 |6346 | 148 |  2 |   0 | 564 | 1.523853e+06 | 1.526497e+06 |   0.17%| unknown\\\n",
-      "* 564s|   161 |    64 | 63541 | 242.5 |    LP  |  51 |  18k|6242 |6339 | 150 |  2 |   0 | 564 | 1.523853e+06 | 1.526241e+06 |   0.16%| unknown\\\n",
-      "  569s|   200 |    71 | 65854 | 206.6 |   462M |  51 |  18k|6242 |6341 | 158 |  0 |   0 | 578 | 1.523853e+06 | 1.526241e+06 |   0.16%| unknown\\\n",
-      "  582s|   300 |    97 | 77608 | 176.8 |   477M |  51 |  18k|6251 |6337 | 175 |  1 |   9 | 592 | 1.523871e+06 | 1.526241e+06 |   0.16%| unknown\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "  592s|   400 |    99 | 83516 | 147.3 |   422M |  51 |  18k|6251 |6340 | 181 |  2 |   9 | 606 | 1.523871e+06 | 1.526241e+06 |   0.16%| unknown\\\n",
-      "* 592s|   405 |   102 | 83579 | 145.6 |    LP  |  51 |  18k|6251 |6339 | 181 |  2 |   9 | 606 | 1.523871e+06 | 1.526236e+06 |   0.16%| unknown\\\n",
-      "d 641s|   494 |   136 |161231 | 276.9 |pscostdi|  51 |  18k|6251 |6348 |   0 |  1 |   9 | 647 | 1.523876e+06 | 1.525717e+06 |   0.12%| unknown\\\n",
-      "  643s|   500 |   142 |164947 | 281.0 |   403M |  51 |  18k|6251 |6354 | 259 |  2 |   9 | 647 | 1.523876e+06 | 1.525717e+06 |   0.12%| unknown\\\n",
-      "* 657s|   551 |   183 |177655 | 278.0 |    LP  |  51 |  18k|6261 |6356 | 269 |  3 |  23 | 680 | 1.523878e+06 | 1.525620e+06 |   0.11%| unknown\\\n",
-      "* 657s|   556 |   176 |178096 | 276.3 |    LP  |  51 |  18k|6261 |6354 | 269 |  2 |  23 | 680 | 1.523878e+06 | 1.525415e+06 |   0.10%| unknown\\\n",
-      "* 662s|   578 |   177 |180030 | 269.1 |    LP  |  51 |  18k|6259 |6354 | 283 |  2 |  23 | 680 | 1.523878e+06 | 1.525319e+06 |   0.09%| unknown\\\n",
-      "  670s|   600 |   179 |182661 | 263.6 |   426M |  51 |  18k|6259 |6358 | 307 |  0 |  23 | 686 | 1.523878e+06 | 1.525319e+06 |   0.09%| unknown\\\n",
-      "* 670s|   607 |   178 |182956 | 261.1 |    LP  |  51 |  18k|6259 |6364 | 310 |  3 |  23 | 686 | 1.523878e+06 | 1.525308e+06 |   0.09%| unknown\\\n",
-      "  690s|   700 |   179 |191617 | 238.7 |   463M |  51 |  18k|6302 |6365 | 367 |  2 |  66 | 716 | 1.523898e+06 | 1.525308e+06 |   0.09%| unknown\\\n",
-      "L 705s|   767 |   182 |196954 | 224.8 |    alns|  51 |  18k|6315 |6384 | 422 |  7 |  79 | 722 | 1.523898e+06 | 1.525285e+06 |   0.09%| unknown\\\n",
-      "  713s|   800 |   183 |199071 | 218.2 |   493M |  51 |  18k|6377 |6377 | 442 |  0 | 141 | 751 | 1.523898e+06 | 1.525285e+06 |   0.09%| unknown\\\n",
-      "  735s|   900 |   193 |211571 | 207.8 |   495M |  51 |  18k|6397 |6365 | 504 |  2 | 161 | 791 | 1.523906e+06 | 1.525285e+06 |   0.09%| unknown\\\n",
-      "L 749s|   968 |   200 |226149 | 208.3 |    rins|  51 |  18k|6427 |6373 | 549 |  2 | 191 | 813 | 1.523906e+06 | 1.525268e+06 |   0.09%| unknown\\\n",
-      "  753s|  1000 |   206 |231137 | 206.6 |   482M |  51 |  18k|6427 |6369 | 550 |  2 | 191 | 813 | 1.523913e+06 | 1.525268e+06 |   0.09%| unknown\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "L 769s|  1068 |   204 |238512 | 200.3 |    gins|  51 |  18k|6427 |6381 | 587 |  0 | 191 | 826 | 1.523915e+06 | 1.525227e+06 |   0.09%| unknown\\\n",
-      "  784s|  1100 |   218 |251156 | 206.0 |   477M |  51 |  18k|6447 |6364 | 620 |  2 | 211 | 844 | 1.523921e+06 | 1.525227e+06 |   0.09%| unknown\\\n",
-      "* 801s|  1175 |   204 |262789 | 202.8 |    LP  |  51 |  18k|6447 |6361 | 670 |  2 | 211 | 881 | 1.523928e+06 | 1.524899e+06 |   0.06%| unknown\\\n",
-      "* 801s|  1176 |   203 |262793 | 202.6 |    LP  |  51 |  18k|6447 |6361 | 670 |  2 | 211 | 881 | 1.523928e+06 | 1.524889e+06 |   0.06%| unknown\\\n",
-      "* 801s|  1178 |   153 |263034 | 202.5 |    LP  |  51 |  18k|6447 |6361 | 671 |  2 | 211 | 881 | 1.523928e+06 | 1.524568e+06 |   0.04%|   2.46%\\\n",
-      "* 802s|  1190 |   150 |263853 | 201.1 |    LP  |  51 |  18k|6447 |6362 | 673 |  2 | 211 | 881 | 1.523928e+06 | 1.524519e+06 |   0.04%|   2.49%\\\n",
-      "  803s|  1200 |   152 |264329 | 199.8 |   478M |  51 |  18k|6447 |6362 | 673 |  0 | 211 | 881 | 1.523928e+06 | 1.524519e+06 |   0.04%|   2.58%\\\n",
-      "* 803s|  1203 |   151 |264380 | 199.4 |    LP  |  51 |  18k|6447 |6362 | 673 |  2 | 211 | 881 | 1.523928e+06 | 1.524517e+06 |   0.04%|   2.59%\\\n",
-      "* 804s|  1208 |   150 |264816 | 198.9 |    LP  |  51 |  18k|6447 |6362 | 673 |  2 | 211 | 881 | 1.523928e+06 | 1.524489e+06 |   0.04%|   2.59%\\\n",
-      "* 813s|  1239 |   157 |269369 | 197.6 |    LP  |  51 |  18k|6447 |6362 | 686 |  2 | 211 | 894 | 1.523929e+06 | 1.524481e+06 |   0.04%|   2.72%\\\n",
-      "* 815s|  1264 |   155 |270327 | 194.4 |    LP  |  51 |  18k|6447 |6363 | 687 |  2 | 211 | 894 | 1.523929e+06 | 1.524461e+06 |   0.03%|   2.79%\\\n",
-      "* 820s|  1286 |   146 |274460 | 194.3 |    LP  |  51 |  18k|6447 |6367 | 711 |  2 | 211 | 894 | 1.523932e+06 | 1.524429e+06 |   0.03%|   3.14%\\\n",
-      "* 820s|  1287 |   145 |274532 | 194.2 |    LP  |  51 |  18k|6447 |6361 | 711 |  2 | 211 | 894 | 1.523932e+06 | 1.524429e+06 |   0.03%|   3.14%\\\n",
-      "  822s|  1300 |   146 |276669 | 193.9 |   482M |  51 |  18k|6447 |6361 | 711 |  2 | 211 | 894 | 1.523932e+06 | 1.524429e+06 |   0.03%|   3.80%\\\n",
-      "Restart triggered after 50 consecutive estimations that the remaining tree will be large\\\n",
-      "(run 1, node 1367) performing user restart\\\n",
-      "\\\n",
-      "(restart) converted 114 cuts from the global cut pool into linear constraints\\\n",
-      "\\\n",
-      "presolving:\\\n",
-      "(round 1, fast)       1847 del vars, 220 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 35 chg coeffs, 0 upgd conss, 0 impls, 6071 clqs\\\n",
-      "(round 2, fast)       1883 del vars, 232 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 35 chg coeffs, 0 upgd conss, 0 impls, 6061 clqs\\\n",
-      "(round 3, medium)     1909 del vars, 250 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 40 chg coeffs, 0 upgd conss, 0 impls, 6043 clqs\\\n",
-      "(round 4, medium)     1922 del vars, 258 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 43 chg coeffs, 0 upgd conss, 0 impls, 6035 clqs\\\n",
-      "(round 5, exhaustive) 1927 del vars, 260 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 43 chg coeffs, 113 upgd conss, 0 impls, 6033 clqs\\\n",
-      "presolving (6 rounds: 6 fast, 4 medium, 2 exhaustive):\\\n",
-      " 2120 deleted vars, 348 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 49 changed coefficients\\\n",
-      " 0 implications, 5945 cliques\\\n",
-      "presolved problem has 16280 variables (16280 bin, 0 int, 0 impl, 0 cont) and 6223 constraints\\\n",
-      "     61 constraints of type <knapsack>\\\n",
-      "   5945 constraints of type <setppc>\\\n",
-      "      1 constraints of type <linear>\\\n",
-      "    216 constraints of type <logicor>\\\n",
-      "Presolving Time: 4.55\\\n",
-      "\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "  846s|     1 |     0 |310655 |     - |   515M |   0 |  16k|6223 |6007 |   0 |  0 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\\\n",
-      "  846s|     1 |     0 |310655 |     - |   515M |   0 |  16k|6223 |6000 |   0 |  0 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\\\n",
-      "  849s|     1 |     0 |310897 |     - |   517M |   0 |  16k|6216 |6006 |   9 |  1 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\\\n",
-      "  849s|     1 |     0 |310897 |     - |   517M |   0 |  16k|6216 |6006 |   9 |  1 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\\\n",
-      "  850s|     1 |     0 |311159 |     - |   518M |   0 |  16k|6213 |6013 |  16 |  2 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\\\n",
-      "  850s|     1 |     0 |311159 |     - |   518M |   0 |  16k|6213 |6013 |  16 |  2 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\\\n",
-      "  851s|     1 |     0 |311273 |     - |   519M |   0 |  16k|6213 |6020 |  23 |  3 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\\\n",
-      "  851s|     1 |     0 |311273 |     - |   519M |   0 |  16k|6213 |6020 |  23 |  3 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\\\n",
-      "  854s|     1 |     0 |311417 |     - |   524M |   0 |  16k|6213 |6025 |  28 |  4 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\\\n",
-      "  854s|     1 |     0 |311417 |     - |   524M |   0 |  16k|6213 |6025 |  28 |  4 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\\\n",
-      "  857s|     1 |     0 |311583 |     - |   537M |   0 |  16k|6213 |6029 |  32 |  5 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\\\n",
-      "  857s|     1 |     0 |311583 |     - |   537M |   0 |  16k|6213 |6029 |  32 |  5 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\\\n",
-      "  858s|     1 |     0 |311745 |     - |   538M |   0 |  16k|6213 |6034 |  37 |  6 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\\\n",
-      "  858s|     1 |     0 |311745 |     - |   538M |   0 |  16k|6213 |6032 |  37 |  6 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\\\n",
-      "  859s|     1 |     0 |311841 |     - |   538M |   0 |  16k|6211 |6037 |  42 |  7 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      "  859s|     1 |     0 |311841 |     - |   538M |   0 |  16k|6211 |6037 |  42 |  7 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\\\n",
-      "  860s|     1 |     0 |312002 |     - |   539M |   0 |  16k|6211 |6040 |  45 |  8 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\\\n",
-      "  860s|     1 |     0 |312002 |     - |   539M |   0 |  16k|6211 |6040 |  45 |  8 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\\\n",
-      "  861s|     1 |     0 |312115 |     - |   539M |   0 |  16k|6211 |6043 |  48 |  9 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\\\n",
-      "  861s|     1 |     0 |312115 |     - |   539M |   0 |  16k|6211 |6043 |  48 |  9 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\\\n",
-      "  862s|     1 |     0 |312148 |     - |   540M |   0 |  16k|6211 |6045 |  50 | 10 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\\\n",
-      "  862s|     1 |     0 |312148 |     - |   540M |   0 |  16k|6211 |6045 |  50 | 10 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\\\n",
-      "  863s|     1 |     0 |312249 |     - |   541M |   0 |  16k|6211 |6047 |  52 | 11 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\\\n",
-      "  863s|     1 |     0 |312249 |     - |   541M |   0 |  16k|6211 |6046 |  52 | 11 | 222 | 913 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\\\n",
-      "  875s|     1 |     2 |317221 |     - |   541M |   0 |  16k|6206 |6046 |  52 | 11 | 240 | 931 | 1.523940e+06 | 1.524429e+06 |   0.03%| unknown\\\n",
-      "  939s|   100 |    69 |354887 | 210.0 |   574M |  18 |  16k|6232 |6016 | 120 |  2 | 266 | 987 | 1.523940e+06 | 1.524429e+06 |   0.03%|   0.60%\\\n",
-      "* 949s|   117 |    62 |360422 | 211.4 |    LP  |  18 |  16k|6277 |6016 | 131 |  2 | 311 | 999 | 1.523940e+06 | 1.524359e+06 |   0.03%|   0.63%\\\n",
-      "* 950s|   143 |    61 |361252 | 208.3 |    LP  |  23 |  16k|6277 |6016 | 131 |  2 | 311 | 999 | 1.523940e+06 | 1.524351e+06 |   0.03%|   0.68%\\\n",
-      "  965s|   200 |    66 |369837 | 206.2 |   578M |  25 |  16k|6287 |6016 | 140 |  2 | 321 |1020 | 1.523940e+06 | 1.524351e+06 |   0.03%|   3.04%\\\n",
-      " 1009s|   300 |    82 |395551 | 209.2 |   571M |  25 |  16k|6294 |6024 | 208 |  9 | 328 |1045 | 1.523942e+06 | 1.524351e+06 |   0.03%|   7.30%\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      " 1053s|   400 |   100 |416730 | 209.4 |   587M |  25 |  16k|6298 |6014 | 258 |  2 | 332 |1086 | 1.523952e+06 | 1.524351e+06 |   0.03%|   8.99%\\\n",
-      "L1071s|   494 |    84 |431559 | 206.8 |    rins|  29 |  16k|6306 |6014 | 260 |  2 | 340 |1103 | 1.523966e+06 | 1.524278e+06 |   0.02%|  10.67%\\\n",
-      " 1071s|   500 |    84 |432124 | 206.4 |   590M |  29 |  16k|6306 |6014 | 260 |  2 | 340 |1103 | 1.523966e+06 | 1.524278e+06 |   0.02%|  11.03%\\\n",
-      "*1072s|   514 |    90 |432773 | 205.2 |    LP  |  31 |  16k|6306 |6014 | 260 |  2 | 340 |1103 | 1.523966e+06 | 1.524278e+06 |   0.02%|  11.03%\\\n",
-      "*1073s|   542 |    90 |433732 | 202.7 |    LP  |  38 |  16k|6306 |6014 | 260 |  2 | 340 |1103 | 1.523966e+06 | 1.524277e+06 |   0.02%|  11.81%\\\n",
-      "*1074s|   545 |    86 |433861 | 202.5 |    LP  |  38 |  16k|6306 |6014 | 260 |  2 | 340 |1103 | 1.523966e+06 | 1.524265e+06 |   0.02%|  11.89%\\\n",
-      " 1079s|   600 |    89 |443917 | 201.9 |   592M |  38 |  16k|6306 |6014 | 260 |  2 | 340 |1103 | 1.523970e+06 | 1.524265e+06 |   0.02%|  13.95%\\\n",
-      "*1080s|   614 |    87 |444660 | 200.9 |    LP  |  38 |  16k|6306 |6014 | 260 |  2 | 340 |1103 | 1.523970e+06 | 1.524255e+06 |   0.02%|  13.95%\\\n",
-      "*1080s|   615 |    86 |444721 | 200.8 |    LP  |  38 |  16k|6306 |6014 | 260 |  2 | 340 |1103 | 1.523970e+06 | 1.524255e+06 |   0.02%|  13.95%\\\n",
-      " 1101s|   700 |    83 |458770 | 199.3 |   581M |  38 |  16k|6326 |6017 | 276 |  2 | 360 |1130 | 1.523970e+06 | 1.524255e+06 |   0.02%|  17.08%\\\n",
-      " 1123s|   800 |    77 |474739 | 197.5 |   586M |  38 |  16k|6337 |6023 | 313 |  2 | 372 |1149 | 1.523970e+06 | 1.524255e+06 |   0.02%|  21.89%\\\n",
-      "L1128s|   815 |    48 |476920 | 197.1 |    rins|  38 |  16k|6337 |6015 | 313 |  2 | 372 |1166 | 1.523970e+06 | 1.524190e+06 |   0.01%|  24.85%\\\n",
-      "*1129s|   823 |    48 |477435 | 196.6 |    LP  |  38 |  16k|6337 |6015 | 313 |  2 | 372 |1166 | 1.523970e+06 | 1.524190e+06 |   0.01%|  24.94%\\\n",
-      " 1159s|   900 |    49 |497132 | 198.7 |   585M |  38 |  16k|6334 |6011 | 351 |  2 | 385 |1188 | 1.523990e+06 | 1.524190e+06 |   0.01%|  28.79%\\\n",
-      "*1176s|   987 |    54 |508965 | 196.3 |    LP  |  38 |  16k|6345 |6018 | 359 |  2 | 397 |1212 | 1.523990e+06 | 1.524186e+06 |   0.01%|  29.23%\\\n",
-      " time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. \\\n",
-      " 1177s|  1000 |    53 |510051 | 195.7 |   587M |  38 |  16k|6345 |6020 | 361 |  2 | 397 |1212 | 1.523990e+06 | 1.524186e+06 |   0.01%|  29.55%\\\n",
-      " 1207s|  1100 |    61 |537378 | 198.9 |   591M |  38 |  16k|6338 |6022 | 381 |  2 | 397 |1239 | 1.524011e+06 | 1.524186e+06 |   0.01%|  39.60%\\\n",
-      " 1247s|  1200 |    57 |555657 | 198.2 |   597M |  38 |  16k|6335 |6020 | 421 |  2 | 410 |1280 | 1.524021e+06 | 1.524186e+06 |   0.01%|  49.46%\\\n",
-      " 1273s|  1300 |    49 |571881 | 196.9 |   600M |  38 |  16k|6312 |6010 | 449 |  0 | 410 |1296 | 1.524051e+06 | 1.524186e+06 |   0.01%|  60.84%\\\n",
-      " 1356s|  1400 |    35 |590175 | 196.4 |   606M |  38 |  16k|6319 |6037 | 485 |  0 | 433 |1340 | 1.524080e+06 | 1.524186e+06 |   0.01%|  75.01%\\\n",
-      " 1393s|  1500 |     3 |605957 | 195.0 |   611M |  38 |  16k|6323 |6024 | 523 |  0 | 463 |1361 | 1.524147e+06 | 1.524186e+06 |   0.00%|  98.72%\\\n",
-      "\\\n",
-      "SCIP Status        : problem is solved [optimal solution found]\\\n",
-      "Solving Time (sec) : 1393.87\\\n",
-      "Solving Nodes      : 1505 (total of 2872 nodes in 2 runs)\\\n",
-      "Primal Bound       : +1.52418609832438e+06 (366 solutions)\\\n",
-      "Dual Bound         : +1.52418609832438e+06\\\n",
-      "Gap                : 0.00 %}\n"
-     ]
-    }
-   ],
-   "source": [
-    "mylines = []                                # Declare an empty list.\n",
-    "with open ('new 2.txt', 'rt') as myfile:    # Open lorem.txt for reading text.\n",
-    "    for myline in myfile:                   # For each line in the file,\n",
-    "        mylines.append(myline.rstrip('\\n')) # strip newline and add to list.\n",
-    "for element in mylines:                     # For each element in the list,\n",
-    "    print(element)  "
-   ]
-  },
-  {
-   "cell_type": "code",
-   "execution_count": 16,
-   "metadata": {},
-   "outputs": [
-    {
-     "ename": "AttributeError",
-     "evalue": "'list' object has no attribute 'size'",
-     "output_type": "error",
-     "traceback": [
-      "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
-      "\u001b[0;31mAttributeError\u001b[0m                            Traceback (most recent call last)",
-      "\u001b[0;32m<ipython-input-16-063d5846dbe8>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0;32mfor\u001b[0m \u001b[0mi\u001b[0m \u001b[0;32min\u001b[0m \u001b[0mrange\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mmylines\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msize\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m      2\u001b[0m     \u001b[0mprint\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mcontents\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mfind\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m\"Solving Time (sec) : \"\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n",
-      "\u001b[0;31mAttributeError\u001b[0m: 'list' object has no attribute 'size'"
-     ]
-    }
-   ],
-   "source": [
-    "for i in range(mylines.si):\n",
-    "    print(contents.find(\"Solving Time (sec) : \"))"
-   ]
-  },
-  {
-   "cell_type": "code",
-   "execution_count": 21,
-   "metadata": {},
-   "outputs": [
-    {
-     "ename": "AttributeError",
-     "evalue": "'list' object has no attribute 'size'",
-     "output_type": "error",
-     "traceback": [
-      "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
-      "\u001b[0;31mAttributeError\u001b[0m                            Traceback (most recent call last)",
-      "\u001b[0;32m<ipython-input-21-5e9e30eabf63>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0mmylines\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msize\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m",
-      "\u001b[0;31mAttributeError\u001b[0m: 'list' object has no attribute 'size'"
-     ]
-    }
-   ],
-   "source": [
-    "mylines.size"
-   ]
-  },
-  {
-   "cell_type": "code",
-   "execution_count": 22,
-   "metadata": {},
-   "outputs": [],
-   "source": [
-    "import re\n",
-    "errors = []\n",
-    "linenum = 0\n"
-   ]
-  },
-  {
-   "cell_type": "code",
-   "execution_count": null,
-   "metadata": {},
-   "outputs": [],
-   "source": []
-  }
- ],
- "metadata": {
-  "kernelspec": {
-   "display_name": "Python 3",
-   "language": "python",
-   "name": "python3"
-  },
-  "language_info": {
-   "codemirror_mode": {
-    "name": "ipython",
-    "version": 3
-   },
-   "file_extension": ".py",
-   "mimetype": "text/x-python",
-   "name": "python",
-   "nbconvert_exporter": "python",
-   "pygments_lexer": "ipython3",
-   "version": "3.8.10"
-  }
- },
- "nbformat": 4,
- "nbformat_minor": 4
-}
diff --git a/time.txt b/time.txt
deleted file mode 100644
index 358e4fa701614e65ce9f990022e882118fe248b0..0000000000000000000000000000000000000000
--- a/time.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-
- row and column identified in (sec) : 0.000186
-0.014803
-0.041914
diff --git a/val.py b/val.py
deleted file mode 100644
index cac86311831972cee5b53ef5c361cb59af2788fa..0000000000000000000000000000000000000000
--- a/val.py
+++ /dev/null
@@ -1,39 +0,0 @@
-# To add a new cell, type '# %%'
-# To add a new markdown cell, type '# %% [markdown]'
-
-# %%
-from matplotlib import pyplot as plt
-import numpy as np
-
-
-# %%
-file = open("values.txt","r")
-
-
-# %%
-f = file.readline()
-print(f)
-niter = int(f)
-g = [0]*niter
-for i in range (0, niter):
-    g[i]= file.readline()
-    g[i]=float(g[i])
-    
-file.close()
-print(g)
-
-
-
-# %%
-p= np.arange(1,niter+1)
-print(p)
-
-
-# %%
-plt.plot(p,g,'r-')
-
-
-# %%
-
-
-
diff --git a/values copy.txt b/values copy.txt
deleted file mode 100644
index 8dd73f50a5364e47039f72eb6b2cb6428b622a5d..0000000000000000000000000000000000000000
--- a/values copy.txt	
+++ /dev/null
@@ -1,51 +0,0 @@
-50
-1.000000
-7.500000
-14.000000
-20.500000
-27.000000
-33.500000
-40.000000
-46.500000
-50.000000
-52.000000
-51.000000
-53.000000
-54.000000
-56.000000
-56.500000
-54.000000
-58.000000
-59.000000
-59.750000
-57.500000
-60.000000
-61.000000
-61.250000
-60.000000
-63.000000
-64.000000
-65.000000
-64.500000
-66.250000
-66.500000
-67.500000
-68.000000
-68.000000
-67.000000
-69.000000
-70.500000
-71.750000
-70.000000
-72.500000
-73.000000
-74.250000
-73.750000
-74.250000
-74.250000
-73.500000
-73.500000
-74.750000
-74.250000
-73.250000
-75.000000
diff --git a/values.txt b/values.txt
deleted file mode 100644
index 3457fa0a5bb1127538db607eb59472338561f129..0000000000000000000000000000000000000000
--- a/values.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-11
-1.000000
--8.540557
--109.103336
--1169.091009
--12341.951188
--130110.117450
--1371452.151861
--14455888.254630
--152373128.935711
--1606097624.793747
--16929163105.377871
diff --git a/values.txtsource b/values.txtsource
deleted file mode 100644
index b35634cd7e7b9ddd87c479328a8f55dbb3705214..0000000000000000000000000000000000000000
--- a/values.txtsource
+++ /dev/null
@@ -1,2 +0,0 @@
-conda activate base
-
diff --git a/var.txt b/var.txt
deleted file mode 100644
index 8951ca31149679e40de60f08b4b97898dc8f38c8..0000000000000000000000000000000000000000
--- a/var.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-1.000000
-1.000000
diff --git a/varobjs.txt b/varobjs.txt
index 23fc392b4648158b3376e43c05b18799126a5bbb..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644
--- a/varobjs.txt
+++ b/varobjs.txt
@@ -1,43 +0,0 @@
-objective value:                                   90
-x_{1}_{30}                                          1 	(obj:30)
-x_{2}_{15}                                          1 	(obj:15)
-x_{3}_{0}                                           1 	(obj:0)
-x_{4}_{30}                                          1 	(obj:30)
-x_{5}_{15}                                          1 	(obj:15)
-x_{6}_{0}                                           1 	(obj:0)
-x_{7}_{0}                                           1 	(obj:0)
-heyyyyyyyyyyyyyyyyyyyy
-objective value:                                    1
-t_x_{1}_{0}                                         1 	(obj:1)
-t_x_{2}_{0}                                         1 	(obj:0)
-t_x_{3}_{0}                                         1 	(obj:0)
-t_x_{4}_{0}                                         1 	(obj:0)
-t_x_{5}_{0}                                         1 	(obj:0)
-t_x_{6}_{0}                                         1 	(obj:0)
-t_x_{7}_{0}                                         1 	(obj:0)
-Hey hey hey 
-objective value:                     -1624.8739289696
-t_x_{1}_{15}                                        1 	(obj:15)
-t_x_{2}_{15}                                        1 	(obj:15)
-t_x_{3}_{15}                                        1 	(obj:15)
-t_x_{4}_{15}                                        1 	(obj:15)
-t_x_{5}_{15}                                        1 	(obj:15)
-t_x_{6}_{15}                                        1 	(obj:15)
-t_x_{7}_{0}                                         1 	(obj:0)
-objective value:                       2465.819898528
-t_x_{1}_{0}                                         1 	(obj:735.9459695584)
-t_x_{2}_{15}                                        1 	(obj:15)
-t_x_{3}_{0}                                         1 	(obj:979.9279594112)
-t_x_{4}_{0}                                         1 	(obj:979.9279594112)
-t_x_{5}_{0}                                         1 	(obj:979.9279594112)
-t_x_{6}_{0}                                         1 	(obj:489.9639797056)
-t_x_{7}_{0}                                         1 	(obj:0)
-objective value:                      3185.7658680864
-t_x_{1}_{0}                                         1 	(obj:735.9459695584)
-t_x_{2}_{0}                                         1 	(obj:734.9459695584)
-t_x_{3}_{0}                                         1 	(obj:979.9279594112)
-t_x_{4}_{0}                                         1 	(obj:979.9279594112)
-t_x_{5}_{0}                                         1 	(obj:979.9279594112)
-t_x_{6}_{0}                                         1 	(obj:489.9639797056)
-t_x_{7}_{0}                                         1 	(obj:0)
-Hey hey hey