Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Negative values of relative permeability in lbpm_color_simulator #35

Closed
ahmedsrizk95 opened this issue Jun 3, 2021 · 10 comments
Closed

Comments

@ahmedsrizk95
Copy link

I have run the lbpm_color_simulator presented in the tutorial on 8 cores CPU but the results of relative permeability are negative as seen in the timelog.csv file:

> sw krw krn vw vn pw pn
> 0.14814 -0.0041361 -0.020539 -3.286e-06 -1.6317e-05 0.3318 0.33385
> 0.14555 -0.0037689 -0.024681 -2.9974e-06 -1.9629e-05 0.33147 0.33384
> 0.14417 -0.0033567 -0.02851 -2.6721e-06 -2.2695e-05 0.33129 0.33379
> 0.14303 -0.0032196 -0.031849 -2.5651e-06 -2.5374e-05 0.33118 0.33372
> 0.14182 -0.0037023 -0.034292 -2.952e-06 -2.7342e-05 0.33112 0.33364
> 0.14078 -0.0040014 -0.036641 -3.1927e-06 -2.9236e-05 0.33108 0.33355
> 0.13972 -0.0040777 -0.03912 -3.2558e-06 -3.1235e-05 0.33105 0.33346
> 0.13872 -0.0041422 -0.041475 -3.3094e-06 -3.3136e-05 0.33102 0.33337
> 0.13775 -0.0042829 -0.043675 -3.4239e-06 -3.4915e-05 0.33097 0.33327
> 0.13665 -0.0046751 -0.045449 -3.7395e-06 -3.6354e-05 0.33093 0.33317
> 0.13569 -0.0046804 -0.047496 -3.7458e-06 -3.8012e-05 0.33088 0.33307
> 0.13477 -0.0046385 -0.049446 -3.7142e-06 -3.9593e-05 0.33084 0.33296
> 0.13394 -0.0048503 -0.051062 -3.8858e-06 -4.0908e-05 0.33079 0.33285
> 0.13334 -0.0050592 -0.05262 -4.0552e-06 -4.2177e-05 0.33075 0.33274
> 0.13277 -0.0049931 -0.054384 -4.004e-06 -4.3611e-05 0.33071 0.33262
> 0.13251 -0.0049656 -0.056061 -3.9838e-06 -4.4977e-05 0.33067 0.3325
> 0.13229 -0.004928 -0.057774 -3.9554e-06 -4.6372e-05 0.33063 0.33237
> 0.13203 -0.0049209 -0.059394 -3.9514e-06 -4.7692e-05 0.33059 0.33223
> 0.13197 -0.0048185 -0.061047 -3.8708e-06 -4.904e-05 0.33055 0.33209
> 0.13202 -0.0047265 -0.062651 -3.7984e-06 -5.0349e-05 0.33052 0.33194
> 0.13207 -0.0046764 -0.064177 -3.7596e-06 -5.1596e-05 0.33048 0.3318
> 0.1321 -0.004631 -0.065645 -3.7246e-06 -5.2797e-05 0.33044 0.33166
> 0.13216 -0.0045988 -0.067071 -3.7001e-06 -5.3964e-05 0.3304 0.33151
> 0.13223 -0.0045984 -0.068465 -3.7012e-06 -5.5107e-05 0.33036 0.33134
@JamesEMcClure
Copy link
Collaborator

Can you attach the input file that you used and the output of the simulation?

Usually if the relative permeability is negative it means the flow is blocked for some reason (i.e. pore space is blocked in the image). It would be good to check that the image is being read into the simulator correctly (by visualizing the input file in python).

@ahmedsrizk95
Copy link
Author

ahmedsrizk95 commented Jun 5, 2021

Here is the input file:

> Domain {
>    Filename = "mask_water_flooded_water_and_oil.raw.morphdrain.raw"  
>    ReadType = "8bit"  // data type
>    nproc = 2, 2, 2     // process grid
>    n = 300, 297, 300   // sub-domain size
>    N = 600, 594, 600  // size of original image
>    voxel_length = 7.0  // voxel length (in microns)
>    ReadValues = -1, 0, 1, 2  // labels within the original image
>    WriteValues = -1, 0, 1, 2 // associated labels to be used by LBPM
>    BC = 4                // boundary condition type (0 for flux)
>    Sw = 0.18
> }
> Color {
>     tauA = 0.7;             // relaxation time for fluid A (labeled as "1")       
>     tauB = 0.7;             // relaxation time for fluid B (labeled as "2") 
>     rhoA   = 1.0;           // density for fluid A (in lattice units)
>     rhoB   = 1.0;           // density for fluid B (in lattice units)
>     alpha = 1e-3;           // controls the surface tension
>     beta  = 0.95;           // controls the interface width 
>     F = 0, 0, 0             // controls the external force
>     Restart = false         // initialize simulation from restart file?
>     timestepMax = 1000000    // maximum number of timesteps to perform before exit
>     ComponentLabels = 0, -1     // number of immobile component labels in the input image
>     ComponentAffinity = -1.0, -0.9  // wetting condition for each immobile component
>     flux = -10.0               // volumetric flux at the z-inlet in voxels per timestep
> }
> Analysis {
>     analysis_interval = 1000         // Frequency to perform analysis
>     visualization_interval = 100000  // Frequency to write visualization data
>     restart_interval = 10000       // Frequency to write restart data
>     restart_file = "Restart"         // Filename to use for restart file (will append rank)
>     N_threads    = 4                 // Number of threads to use for analysis
>     load_balance = "independent"     // Load balance method to use: "none", "default", "independent"
> }
> Visualization {
> }

`
Here is the output file:

> Your job looked like:
> 
> ------------------------------------------------------------
> # LSBATCH: User input
> #BSUB -n 8
> #BSUB -q general
> #BSUB -R "span[ptile=8]"
> #BSUB -W 48:00
> #BSUB -J colorlbpm
> #BSUB -o colorlbpm.out
> #BSUB -e colorlbpm.err
> 
> mpirun -np 8 /apps/lbpm/lbpm-2020-openmpi-2.1.5-cpu/bin/lbpm_color_simulator input.db
> 
> ------------------------------------------------------------
> 
> TERM_RUNLIMIT: job killed after reaching LSF run time limit.
> Exited with exit code 140.
> 
> Resource usage summary:
> 
>     CPU time :                                   352491.00 sec.
>     Max Memory :                                 52459 MB
>     Average Memory :                             47800.23 MB
>     Total Requested Memory :                     -
>     Delta Memory :                               -
>     Max Swap :                                   64220 MB
>     Max Processes :                              12
>     Max Threads :                                137
>     Run time :                                   172810 sec.
>     Turnaround time :                            177784 sec.
> 
> The output (if any) follows:
> 
> [1622227895.616481] [hpc075:27550:0]         mxm.c:196  MXM  WARN  The 'ulimit -s' on the system is set to 'unlimited'. This may have negative performance implications. Please set the stack size to the default value (10240) 
> [1622227895.615995] [hpc075:27554:0]         mxm.c:196  MXM  WARN  The 'ulimit -s' on the system is set to 'unlimited'. This may have negative performance implications. Please set the stack size to the default value (10240) 
> [1622227895.616992] [hpc075:27454:0]         mxm.c:196  MXM  WARN  The 'ulimit -s' on the system is set to 'unlimited'. This may have negative performance implications. Please set the stack size to the default value (10240) 
> [1622227895.617036] [hpc075:27548:0]         mxm.c:196  MXM  WARN  The 'ulimit -s' on the system is set to 'unlimited'. This may have negative performance implications. Please set the stack size to the default value (10240) 
> [1622227895.616838] [hpc075:27555:0]         mxm.c:196  MXM  WARN  The 'ulimit -s' on the system is set to 'unlimited'. This may have negative performance implications. Please set the stack size to the default value (10240) 
> [1622227895.616710] [hpc075:27556:0]         mxm.c:196  MXM  WARN  The 'ulimit -s' on the system is set to 'unlimited'. This may have negative performance implications. Please set the stack size to the default value (10240) 
> [1622227895.617379] [hpc075:27554:0]         mxm.c:196  MXM  WARN  The 'ulimit -s' on the system is set to 'unlimited'. This may have negative performance implications. Please set the stack size to the default value (10240) 
> [1622227895.617379] [hpc075:27552:0]         mxm.c:196  MXM  WARN  The 'ulimit -s' on the system is set to 'unlimited'. This may have negative performance implications. Please set the stack size to the default value (10240) 
> [1622227895.617556] [hpc075:27557:0]         mxm.c:196  MXM  WARN  The 'ulimit -s' on the system is set to 'unlimited'. This may have negative performance implications. Please set the stack size to the default value (10240) 
> [1622227895.617814] [hpc075:27556:0]         mxm.c:196  MXM  WARN  The 'ulimit -s' on the system is set to 'unlimited'. This may have negative performance implications. Please set the stack size to the default value (10240) 
> [1622227895.618229] [hpc075:27454:0]         mxm.c:196  MXM  WARN  The 'ulimit -s' on the system is set to 'unlimited'. This may have negative performance implications. Please set the stack size to the default value (10240) 
> [1622227895.617653] [hpc075:27550:0]         mxm.c:196  MXM  WARN  The 'ulimit -s' on the system is set to 'unlimited'. This may have negative performance implications. Please set the stack size to the default value (10240) 
> [1622227895.618115] [hpc075:27555:0]         mxm.c:196  MXM  WARN  The 'ulimit -s' on the system is set to 'unlimited'. This may have negative performance implications. Please set the stack size to the default value (10240) 
> [1622227895.618528] [hpc075:27552:0]         mxm.c:196  MXM  WARN  The 'ulimit -s' on the system is set to 'unlimited'. This may have negative performance implications. Please set the stack size to the default value (10240) 
> [1622227895.619045] [hpc075:27557:0]         mxm.c:196  MXM  WARN  The 'ulimit -s' on the system is set to 'unlimited'. This may have negative performance implications. Please set the stack size to the default value (10240) 
> [1622227895.618948] [hpc075:27548:0]         mxm.c:196  MXM  WARN  The 'ulimit -s' on the system is set to 'unlimited'. This may have negative performance implications. Please set the stack size to the default value (10240) 
> --------------------------------------------------------------------------
> A process has executed an operation involving a call to the
> "fork()" system call to create a child process.  Open MPI is currently
> operating in a condition that could result in memory corruption or
> other system errors; your job may hang, crash, or produce silent
> data corruption.  The use of fork() (or system() or other calls that
> create child processes) is strongly discouraged.
> 
> The process that invoked fork was:
> 
>   Local host:          [[35581,1],0] (PID 27454)
> 
> If you are *absolutely sure* that your application will successfully
> and correctly survive a call to fork(), you may disable this warning
> by setting the mpi_warn_on_fork MCA parameter to 0.
> --------------------------------------------------------------------------
> ********************************************************
> Running Color LBM	
> ********************************************************
> voxel length = 7.000000 micron 
> voxel length = 7.000000 micron 
> Input media: mask_water_flooded_water_and_oil.raw.morphdrain.raw
> Relabeling 4 values
> oldvalue=-1, newvalue =-1 
> oldvalue=0, newvalue =0 
> oldvalue=1, newvalue =1 
> oldvalue=2, newvalue =2 
> Dimensions of segmented image: 600 x 594 x 600 
> Reading 8-bit input data 
> Read segmented data from mask_water_flooded_water_and_oil.raw.morphdrain.raw 
> Label=-1, Count=0 
> Label=0, Count=183349844 
> Label=1, Count=24876146 
> Label=2, Count=5614010 
> Distributing subdomains across 8 processors 
> Process grid: 2 x 2 x 2 
> Subdomain size: 300 x 297 x 300 
> Size of transition region: 0 
> NOTE:Non-periodic BC is applied, but the number of Z-outlet layers is not specified (or is smaller than 3 voxels) 
>      the number of Z-outlet layer is reset to 3 voxels, saturated with phase label=2 
> NOTE:Non-periodic BC is applied, but the number of Z-inlet layers is not specified (or is smaller than 3 voxels) 
>      the number of Z-inlet layer is reset to 3 voxels, saturated with phase label=1 
> Media porosity = 0.139691 
> Initialized solid phase -- Converting to Signed Distance function 
> Domain set.
> Create ScaLBL_Communicator 
> Set up memory efficient layout, 3973455 | 3973472 | 27269996 
> Allocating distributions 
> Setting up device map and neighbor list 
> Component labels: 2 
>    label=0, affinity=-1.000000, volume fraction==0.865469
>    label=-1, affinity=-0.900000, volume fraction==0.000000
> Initializing distributions 
> Initializing phase field 
> ********************************************************
> No. of timesteps: 1000000 
> Affinities - rank 0:
> Main: 0
> Thread 1: 2
> Thread 2: 4
> Thread 3: 6
> Thread 4: 8
> Thread 5: 10
> Thread 6: 12
> Thread 7: 14
> Thread 8: 16
> Thread 9: 18
> Thread 10: 20
> Thread 11: 22
> 1000 0.997947 
> 2000 0.995836 
> 3000 0.993976 
> 4000 0.992289 
> 5000 0.990737 
> 6000 0.989292 
> 7000 0.987935 
> 8000 0.986657 
> 9000 0.985444 
> 10000 0.984290 
> 11000 0.983189 
> 12000 0.982132 
> 13000 0.981114 
> 14000 0.980132 
> 15000 0.979182 
> 16000 0.978261 
> 17000 0.977367 
> 18000 0.976495 
> 19000 0.975644 
> 20000 0.974816 
> 21000 0.974008 
> 22000 0.973219 
> 23000 0.972448 
> 24000 0.971693 
> 25000 0.970953 
> 26000 0.970228 
> 27000 0.969516 
> 28000 0.968817 
> 29000 0.968131 
> 30000 0.967457 
> 31000 0.966794 
> --------------------------------------------------------------------------
> mpirun noticed that process rank 0 with PID 0 on node hpc075 exited on signal 11 (Segmentation fault).
> --------------------------------------------------------------------------
> 
> 
> PS:
> 
> Read file <colorlbpm.err> for stderr output of this job.

Note: The simulation exited after the time limit assigned for the job has been reached.

@JamesEMcClure
Copy link
Collaborator

JamesEMcClure commented Jun 6, 2021

This is exiting because you are hitting the requested walltime (48 hrs = 172,800 seconds). The scheduler is killing the job once the walltime is exceeded,

Note: The simulation exited after the time limit assigned for the job has been reached

For a CPU based workload, you can specify smaller sub-domains. You will be able to run this job on many more than 8 processor cores with smaller sub-domains assigned to each core. The time-to-solution will be significantly faster if you do this. For a CPU-based system it would be interesting to try the following domain decomposition

    nproc = 6, 9, 6     // process grid
    n = 50, 33, 50   // sub-domain size

This will require 6*6*9 = 324 processor cores, so you will need to launch it with

mpirun -np 324 /apps/lbpm/lbpm-2020-openmpi-2.1.5-cpu/bin/lbpm_color_simulator input.db

And you will need to request 324 cores from LSF. I'm not sure if you have this many cores available on your system, but LBPM should scale well enough to run this way if you do.

@ahmedsrizk95
Copy link
Author

Do you think running like this will make the relative permeability values correct? Because I have run another case with only sub volume of 100*100*100 of the original image with offset 250, 250, 0 on GPU it is still showing negative values:

Here is the input file:

> Domain {
>    Filename = "mask_water_flooded_water_and_oil.raw.morphdrain.raw"  
>    ReadType = "8bit"  // data type
>    nproc = 1, 1, 1     // process grid
>    n = 100, 100, 100   // sub-domain size
>    N = 600, 594, 600  // size of original image
>    offset = 250, 250, 0
>    voxel_length = 7.0  // voxel length (in microns)
>    ReadValues = -1, 0, 1, 2  // labels within the original image
>    WriteValues = -1, 0, 1, 2 // associated labels to be used by LBPM
>    BC = 4                // boundary condition type (0 for flux)
>    Sw = 0.18
> }
> Color {
>     tauA = 0.7;             // relaxation time for fluid A (labeled as "1")       
>     tauB = 0.7;             // relaxation time for fluid B (labeled as "2") 
>     rhoA   = 1.0;           // density for fluid A (in lattice units)
>     rhoB   = 1.0;           // density for fluid B (in lattice units)
>     alpha = 1e-3;           // controls the surface tension
>     beta  = 0.95;           // controls the interface width 
>     F = 0, 0, 0             // controls the external force
>     Restart = false         // initialize simulation from restart file?
>     timestepMax = 1000000    // maximum number of timesteps to perform before exit
>     ComponentLabels = 0, -1     // number of immobile component labels in the input image
>     ComponentAffinity = -1.0, -0.9  // wetting condition for each immobile component
>     flux = -10.0               // volumetric flux at the z-inlet in voxels per timestep
> }
> Analysis {
>     analysis_interval = 1000         // Frequency to perform analysis
>     visualization_interval = 100000  // Frequency to write visualization data
>     restart_interval = 1000000       // Frequency to write restart data
>     restart_file = "Restart"         // Filename to use for restart file (will append rank)
>     N_threads    = 4                 // Number of threads to use for analysis
>     load_balance = "independent"     // Load balance method to use: "none", "default", "independent"
> }
> Visualization {
> }
> 
> 

Here is the output file:

> Your job looked like:
> 
> ------------------------------------------------------------
> # LSBATCH: User input
> #BSUB -n 1
> #BSUB -q gpu
> #BSUB -W 10:00
> #BSUB -J colorlbpm
> #BSUB -o colorlbpm.%J.out
> #BSUB -e colorlbpm.%J.err
> 
> mpirun --mca pml ob1 -np 1 /apps/lbpm/lbpm-2020-openmpi-2.1.5-gpu-with-cuda/bin/lbpm_color_simulator input.db
> 
> ------------------------------------------------------------
> 
> Successfully completed.
> 
> Resource usage summary:
> 
>     CPU time :                                   7863.33 sec.
>     Max Memory :                                 538 MB
>     Average Memory :                             524.95 MB
>     Total Requested Memory :                     -
>     Delta Memory :                               -
>     Max Swap :                                   285055 MB
>     Max Processes :                              5
>     Max Threads :                                26
>     Run time :                                   7800 sec.
>     Turnaround time :                            7801 sec.
> 
> The output (if any) follows:
> 
> --------------------------------------------------------------------------
> A process has executed an operation involving a call to the
> "fork()" system call to create a child process.  Open MPI is currently
> operating in a condition that could result in memory corruption or
> other system errors; your job may hang, crash, or produce silent
> data corruption.  The use of fork() (or system() or other calls that
> create child processes) is strongly discouraged.
> 
> The process that invoked fork was:
> 
>   Local host:          [[22440,1],0] (PID 29436)
> 
> If you are *absolutely sure* that your application will successfully
> and correctly survive a call to fork(), you may disable this warning
> by setting the mpi_warn_on_fork MCA parameter to 0.
> --------------------------------------------------------------------------
> ********************************************************
> Running Color LBM	
> ********************************************************
> MPI rank=0 will use GPU ID 0 / 2 
> voxel length = 7.000000 micron 
> voxel length = 7.000000 micron 
> Input media: mask_water_flooded_water_and_oil.raw.morphdrain.raw
> Relabeling 4 values
> oldvalue=-1, newvalue =-1 
> oldvalue=0, newvalue =0 
> oldvalue=1, newvalue =1 
> oldvalue=2, newvalue =2 
> Dimensions of segmented image: 600 x 594 x 600 
> Reading 8-bit input data 
> Read segmented data from mask_water_flooded_water_and_oil.raw.morphdrain.raw 
> Label=-1, Count=0 
> Label=0, Count=183349844 
> Label=1, Count=24876146 
> Label=2, Count=5614010 
> Distributing subdomains across 1 processors 
> Process grid: 1 x 1 x 1 
> Subdomain size: 100 x 100 x 100 
> Size of transition region: 0 
> NOTE:Non-periodic BC is applied, but the number of Z-inlet layers is not specified (or is smaller than 3 voxels) 
>      the number of Z-inlet layer is reset to 3 voxels, saturated with phase label=1 
> NOTE:Non-periodic BC is applied, but the number of Z-outlet layers is not specified (or is smaller than 3 voxels) 
>      the number of Z-outlet layer is reset to 3 voxels, saturated with phase label=2 
> Media porosity = 0.192770 
> Initialized solid phase -- Converting to Signed Distance function 
> Domain set.
> Create ScaLBL_Communicator 
> Set up memory efficient layout, 248168 | 248192 | 1061208 
> Allocating distributions 
> Setting up device map and neighbor list 
> Component labels: 2 
>    label=0, affinity=-1.000000, volume fraction==0.782464
>    label=-1, affinity=-0.900000, volume fraction==0.000000
> Initializing distributions 
> Initializing phase field 
> ********************************************************
> No. of timesteps: 1000000 
> Affinities - rank 0:
> Main: 0
> Thread 1: 2
> Thread 2: 4
> Thread 3: 6
> Thread 4: 8
> Thread 5: 10
> Thread 6: 12
> Thread 7: 14
> Thread 8: 16
> Thread 9: 18
> Thread 10: 20
> Thread 11: 22
> 1000 0.915216 
> 2000 0.862458 
> 3000 0.824618 
> 4000 0.797320 
> 5000 0.777660 
> 6000 0.763281 
> 7000 0.752623 
> 8000 0.744505 
> 9000 0.738750 
> 10000 0.734629 
> 11000 0.731253 
> 12000 0.728267 
> 13000 0.725666 
> 14000 0.723499 
> 15000 0.722802 
> 16000 0.721973 
> 17000 0.721599 
> 18000 0.721273 
> 19000 0.721256 
> 20000 0.721395 
> 21000 0.721421 
> 22000 0.721279 
> 23000 0.721308 
> 24000 0.721158 
> 25000 0.721265 
> 26000 0.721354 
> 27000 0.721386 
> 28000 0.721437 
> 29000 0.721598 
> 30000 0.721836 
> 31000 0.721880 
> 32000 0.722060 
> 33000 0.721970 
> 34000 0.721961 
> 35000 0.721987 
> 36000 0.722091 
> 37000 0.722111 
> 38000 0.722077 
> 39000 0.722243 
> 40000 0.722268 
> 41000 0.722267 
> 42000 0.722353 
> 43000 0.722274 
> 44000 0.722372 
> 45000 0.722310 
> 46000 0.722515 
> 47000 0.722580 
> 48000 0.722477 
> 49000 0.722408 
> 50000 0.722486 
> 51000 0.722626 
> 52000 0.722620 
> 53000 0.722609 
> 54000 0.722686 
> 55000 0.722817 
> 56000 0.722850 
> 57000 0.722833 
> 58000 0.722868 
> 59000 0.722980 
> 60000 0.723008 
> 61000 0.723049 
> 62000 0.723101 
> 63000 0.723141 
> 64000 0.723192 
> 65000 0.723235 
> 66000 0.723281 
> 67000 0.723322 
> 68000 0.723362 
> 69000 0.723377 
> 70000 0.723394 
> 71000 0.723395 
> 72000 0.723462 
> 73000 0.723488 
> 74000 0.723501 
> 75000 0.723510 
> 76000 0.723518 
> 77000 0.723523 
> 78000 0.723528 
> 79000 0.723531 
> 80000 0.723534 
> 81000 0.723537 
> 82000 0.723541 
> 83000 0.723544 
> 84000 0.723546 
> 85000 0.723548 
> 86000 0.723548 
> 87000 0.723547 
> 88000 0.723547 
> 89000 0.723547 
> 90000 0.723547 
> 91000 0.723547 
> 92000 0.723547 
> 93000 0.723546 
> 94000 0.723546 
> 95000 0.723545 
> 96000 0.723540 
> 97000 0.723537 
> 98000 0.723538 
> 99000 0.723536 
> 100000 0.723551 
> 101000 0.723571 
> 102000 0.723630 
> 103000 0.723610 
> 104000 0.723618 
> 105000 0.723624 
> 106000 0.723632 
> 107000 0.723637 
> 108000 0.723639 
> 109000 0.723641 
> 110000 0.723641 
> 111000 0.723640 
> 112000 0.723638 
> 113000 0.723636 
> 114000 0.723634 
> 115000 0.723632 
> 116000 0.723630 
> 117000 0.723628 
> 118000 0.723628 
> 119000 0.723628 
> 120000 0.723629 
> 121000 0.723629 
> 122000 0.723630 
> 123000 0.723630 
> 124000 0.723631 
> 125000 0.723627 
> 126000 0.723623 
> 127000 0.723614 
> 128000 0.723564 
> 129000 0.723558 
> 130000 0.723560 
> 131000 0.723570 
> 132000 0.723582 
> 133000 0.723594 
> 134000 0.723605 
> 135000 0.723612 
> 136000 0.723617 
> 137000 0.723620 
> 138000 0.723622 
> 139000 0.723624 
> 140000 0.723625 
> 141000 0.723626 
> 142000 0.723627 
> 143000 0.723628 
> 144000 0.723630 
> 145000 0.723632 
> 146000 0.723634 
> 147000 0.723634 
> 148000 0.723634 
> 149000 0.723633 
> 150000 0.723633 
> 151000 0.723633 
> 152000 0.723632 
> 153000 0.723632 
> 154000 0.723632 
> 155000 0.723633 
> 156000 0.723633 
> 157000 0.723635 
> 158000 0.723638 
> 159000 0.723640 
> 160000 0.723634 
> 161000 0.723638 
> 162000 0.723585 
> 163000 0.723570 
> 164000 0.723568 
> 165000 0.723573 
> 166000 0.723582 
> 167000 0.723591 
> 168000 0.723601 
> 169000 0.723609 
> 170000 0.723616 
> 171000 0.723621 
> 172000 0.723625 
> 173000 0.723631 
> 174000 0.723641 
> 175000 0.723649 
> 176000 0.723649 
> 177000 0.723644 
> 178000 0.723635 
> 179000 0.723622 
> 180000 0.723587 
> 181000 0.723460 
> 182000 0.723507 
> 183000 0.723516 
> 184000 0.723494 
> 185000 0.723505 
> 186000 0.723476 
> 187000 0.723540 
> 188000 0.723621 
> 189000 0.723609 
> 190000 0.723606 
> 191000 0.723618 
> 192000 0.723631 
> 193000 0.723645 
> 194000 0.723657 
> 195000 0.723668 
> 196000 0.723676 
> 197000 0.723682 
> 198000 0.723687 
> 199000 0.723691 
> 200000 0.723695 
> 201000 0.723701 
> 202000 0.723702 
> 203000 0.723702 
> 204000 0.723703 
> 205000 0.723703 
> 206000 0.723703 
> 207000 0.723703 
> 208000 0.723704 
> 209000 0.723704 
> 210000 0.723704 
> 211000 0.723705 
> 212000 0.723705 
> 213000 0.723706 
> 214000 0.723706 
> 215000 0.723707 
> 216000 0.723708 
> 217000 0.723710 
> 218000 0.723712 
> 219000 0.723711 
> 220000 0.723710 
> 221000 0.723710 
> 222000 0.723709 
> 223000 0.723709 
> 224000 0.723708 
> 225000 0.723708 
> 226000 0.723708 
> 227000 0.723708 
> 228000 0.723708 
> 229000 0.723709 
> 230000 0.723709 
> 231000 0.723710 
> 232000 0.723710 
> 233000 0.723711 
> 234000 0.723712 
> 235000 0.723714 
> 236000 0.723714 
> 237000 0.723711 
> 238000 0.723716 
> 239000 0.723669 
> 240000 0.723650 
> 241000 0.723647 
> 242000 0.723651 
> 243000 0.723659 
> 244000 0.723669 
> 245000 0.723678 
> 246000 0.723688 
> 247000 0.723695 
> 248000 0.723701 
> 249000 0.723705 
> 250000 0.723708 
> 251000 0.723711 
> 252000 0.723713 
> 253000 0.723715 
> 254000 0.723716 
> 255000 0.723718 
> 256000 0.723719 
> 257000 0.723720 
> 258000 0.723721 
> 259000 0.723721 
> 260000 0.723722 
> 261000 0.723723 
> 262000 0.723723 
> 263000 0.723724 
> 264000 0.723724 
> 265000 0.723725 
> 266000 0.723726 
> 267000 0.723726 
> 268000 0.723727 
> 269000 0.723727 
> 270000 0.723728 
> 271000 0.723728 
> 272000 0.723728 
> 273000 0.723729 
> 274000 0.723729 
> 275000 0.723730 
> 276000 0.723730 
> 277000 0.723731 
> 278000 0.723731 
> 279000 0.723731 
> 280000 0.723732 
> 281000 0.723732 
> 282000 0.723732 
> 283000 0.723733 
> 284000 0.723733 
> 285000 0.723733 
> 286000 0.723733 
> 287000 0.723734 
> 288000 0.723735 
> 289000 0.723736 
> 290000 0.723737 
> 291000 0.723735 
> 292000 0.723730 
> 293000 0.723755 
> 294000 0.723675 
> 295000 0.723668 
> 296000 0.723670 
> 297000 0.723678 
> 298000 0.723688 
> 299000 0.723698 
> 300000 0.723708 
> 301000 0.723717 
> 302000 0.723722 
> 303000 0.723726 
> 304000 0.723729 
> 305000 0.723732 
> 306000 0.723736 
> 307000 0.723738 
> 308000 0.723735 
> 309000 0.723739 
> 310000 0.723691 
> 311000 0.723673 
> 312000 0.723670 
> 313000 0.723676 
> 314000 0.723686 
> 315000 0.723698 
> 316000 0.723711 
> 317000 0.723720 
> 318000 0.723727 
> 319000 0.723732 
> 320000 0.723736 
> 321000 0.723740 
> 322000 0.723744 
> 323000 0.723747 
> 324000 0.723747 
> 325000 0.723743 
> 326000 0.723769 
> 327000 0.723695 
> 328000 0.723681 
> 329000 0.723680 
> 330000 0.723686 
> 331000 0.723695 
> 332000 0.723707 
> 333000 0.723720 
> 334000 0.723729 
> 335000 0.723735 
> 336000 0.723740 
> 337000 0.723744 
> 338000 0.723748 
> 339000 0.723750 
> 340000 0.723752 
> 341000 0.723754 
> 342000 0.723756 
> 343000 0.723757 
> 344000 0.723758 
> 345000 0.723759 
> 346000 0.723760 
> 347000 0.723760 
> 348000 0.723761 
> 349000 0.723761 
> 350000 0.723762 
> 351000 0.723762 
> 352000 0.723762 
> 353000 0.723763 
> 354000 0.723763 
> 355000 0.723763 
> 356000 0.723763 
> 357000 0.723764 
> 358000 0.723764 
> 359000 0.723764 
> 360000 0.723764 
> 361000 0.723764 
> 362000 0.723764 
> 363000 0.723765 
> 364000 0.723765 
> 365000 0.723765 
> 366000 0.723765 
> 367000 0.723765 
> 368000 0.723765 
> 369000 0.723765 
> 370000 0.723765 
> 371000 0.723765 
> 372000 0.723765 
> 373000 0.723765 
> 374000 0.723765 
> 375000 0.723766 
> 376000 0.723766 
> 377000 0.723766 
> 378000 0.723766 
> 379000 0.723766 
> 380000 0.723766 
> 381000 0.723766 
> 382000 0.723766 
> 383000 0.723766 
> 384000 0.723766 
> 385000 0.723766 
> 386000 0.723766 
> 387000 0.723766 
> 388000 0.723766 
> 389000 0.723766 
> 390000 0.723766 
> 391000 0.723766 
> 392000 0.723766 
> 393000 0.723766 
> 394000 0.723766 
> 395000 0.723766 
> 396000 0.723766 
> 397000 0.723766 
> 398000 0.723766 
> 399000 0.723766 
> 400000 0.723766 
> 401000 0.723766 
> 402000 0.723766 
> 403000 0.723766 
> 404000 0.723766 
> 405000 0.723766 
> 406000 0.723766 
> 407000 0.723766 
> 408000 0.723766 
> 409000 0.723766 
> 410000 0.723766 
> 411000 0.723766 
> 412000 0.723766 
> 413000 0.723766 
> 414000 0.723766 
> 415000 0.723766 
> 416000 0.723766 
> 417000 0.723766 
> 418000 0.723766 
> 419000 0.723766 
> 420000 0.723766 
> 421000 0.723766 
> 422000 0.723766 
> 423000 0.723766 
> 424000 0.723766 
> 425000 0.723766 
> 426000 0.723766 
> 427000 0.723766 
> 428000 0.723766 
> 429000 0.723766 
> 430000 0.723766 
> 431000 0.723766 
> 432000 0.723766 
> 433000 0.723766 
> 434000 0.723766 
> 435000 0.723766 
> 436000 0.723766 
> 437000 0.723765 
> 438000 0.723765 
> 439000 0.723765 
> 440000 0.723765 
> 441000 0.723765 
> 442000 0.723765 
> 443000 0.723765 
> 444000 0.723765 
> 445000 0.723765 
> 446000 0.723765 
> 447000 0.723765 
> 448000 0.723765 
> 449000 0.723765 
> 450000 0.723764 
> 451000 0.723764 
> 452000 0.723764 
> 453000 0.723764 
> 454000 0.723764 
> 455000 0.723764 
> 456000 0.723764 
> 457000 0.723763 
> 458000 0.723763 
> 459000 0.723763 
> 460000 0.723763 
> 461000 0.723762 
> 462000 0.723762 
> 463000 0.723762 
> 464000 0.723761 
> 465000 0.723761 
> 466000 0.723760 
> 467000 0.723759 
> 468000 0.723758 
> 469000 0.723761 
> 470000 0.723767 
> 471000 0.723774 
> 472000 0.723778 
> 473000 0.723781 
> 474000 0.723783 
> 475000 0.723784 
> 476000 0.723783 
> 477000 0.723783 
> 478000 0.723781 
> 479000 0.723788 
> 480000 0.723788 
> 481000 0.723789 
> 482000 0.723789 
> 483000 0.723789 
> 484000 0.723789 
> 485000 0.723789 
> 486000 0.723789 
> 487000 0.723789 
> 488000 0.723789 
> 489000 0.723789 
> 490000 0.723789 
> 491000 0.723789 
> 492000 0.723789 
> 493000 0.723789 
> 494000 0.723789 
> 495000 0.723789 
> 496000 0.723789 
> 497000 0.723789 
> 498000 0.723789 
> 499000 0.723789 
> 500000 0.723789 
> 501000 0.723789 
> 502000 0.723789 
> 503000 0.723789 
> 504000 0.723789 
> 505000 0.723789 
> 506000 0.723789 
> 507000 0.723789 
> 508000 0.723789 
> 509000 0.723789 
> 510000 0.723789 
> 511000 0.723789 
> 512000 0.723789 
> 513000 0.723789 
> 514000 0.723789 
> 515000 0.723789 
> 516000 0.723789 
> 517000 0.723789 
> 518000 0.723789 
> 519000 0.723789 
> 520000 0.723789 
> 521000 0.723789 
> 522000 0.723789 
> 523000 0.723789 
> 524000 0.723789 
> 525000 0.723789 
> 526000 0.723789 
> 527000 0.723789 
> 528000 0.723789 
> 529000 0.723789 
> 530000 0.723789 
> 531000 0.723789 
> 532000 0.723789 
> 533000 0.723789 
> 534000 0.723789 
> 535000 0.723789 
> 536000 0.723789 
> 537000 0.723789 
> 538000 0.723789 
> 539000 0.723789 
> 540000 0.723789 
> 541000 0.723789 
> 542000 0.723789 
> 543000 0.723789 
> 544000 0.723789 
> 545000 0.723789 
> 546000 0.723789 
> 547000 0.723789 
> 548000 0.723789 
> 549000 0.723789 
> 550000 0.723789 
> 551000 0.723789 
> 552000 0.723789 
> 553000 0.723789 
> 554000 0.723789 
> 555000 0.723789 
> 556000 0.723789 
> 557000 0.723789 
> 558000 0.723789 
> 559000 0.723789 
> 560000 0.723789 
> 561000 0.723789 
> 562000 0.723789 
> 563000 0.723789 
> 564000 0.723789 
> 565000 0.723789 
> 566000 0.723789 
> 567000 0.723789 
> 568000 0.723789 
> 569000 0.723789 
> 570000 0.723789 
> 571000 0.723789 
> 572000 0.723789 
> 573000 0.723789 
> 574000 0.723788 
> 575000 0.723788 
> 576000 0.723788 
> 577000 0.723788 
> 578000 0.723788 
> 579000 0.723788 
> 580000 0.723788 
> 581000 0.723788 
> 582000 0.723788 
> 583000 0.723788 
> 584000 0.723788 
> 585000 0.723788 
> 586000 0.723788 
> 587000 0.723788 
> 588000 0.723788 
> 589000 0.723788 
> 590000 0.723788 
> 591000 0.723788 
> 592000 0.723788 
> 593000 0.723788 
> 594000 0.723788 
> 595000 0.723788 
> 596000 0.723788 
> 597000 0.723788 
> 598000 0.723788 
> 599000 0.723788 
> 600000 0.723788 
> 601000 0.723788 
> 602000 0.723788 
> 603000 0.723788 
> 604000 0.723788 
> 605000 0.723788 
> 606000 0.723788 
> 607000 0.723788 
> 608000 0.723788 
> 609000 0.723787 
> 610000 0.723787 
> 611000 0.723787 
> 612000 0.723787 
> 613000 0.723787 
> 614000 0.723787 
> 615000 0.723787 
> 616000 0.723787 
> 617000 0.723787 
> 618000 0.723787 
> 619000 0.723787 
> 620000 0.723787 
> 621000 0.723787 
> 622000 0.723787 
> 623000 0.723787 
> 624000 0.723787 
> 625000 0.723787 
> 626000 0.723787 
> 627000 0.723787 
> 628000 0.723787 
> 629000 0.723787 
> 630000 0.723787 
> 631000 0.723787 
> 632000 0.723787 
> 633000 0.723787 
> 634000 0.723787 
> 635000 0.723787 
> 636000 0.723787 
> 637000 0.723787 
> 638000 0.723787 
> 639000 0.723787 
> 640000 0.723786 
> 641000 0.723786 
> 642000 0.723786 
> 643000 0.723786 
> 644000 0.723786 
> 645000 0.723786 
> 646000 0.723786 
> 647000 0.723786 
> 648000 0.723786 
> 649000 0.723786 
> 650000 0.723786 
> 651000 0.723786 
> 652000 0.723786 
> 653000 0.723786 
> 654000 0.723786 
> 655000 0.723786 
> 656000 0.723786 
> 657000 0.723786 
> 658000 0.723786 
> 659000 0.723786 
> 660000 0.723786 
> 661000 0.723786 
> 662000 0.723786 
> 663000 0.723786 
> 664000 0.723786 
> 665000 0.723786 
> 666000 0.723786 
> 667000 0.723785 
> 668000 0.723785 
> 669000 0.723785 
> 670000 0.723785 
> 671000 0.723785 
> 672000 0.723785 
> 673000 0.723785 
> 674000 0.723785 
> 675000 0.723785 
> 676000 0.723785 
> 677000 0.723785 
> 678000 0.723785 
> 679000 0.723785 
> 680000 0.723785 
> 681000 0.723785 
> 682000 0.723785 
> 683000 0.723785 
> 684000 0.723785 
> 685000 0.723785 
> 686000 0.723785 
> 687000 0.723785 
> 688000 0.723785 
> 689000 0.723785 
> 690000 0.723785 
> 691000 0.723785 
> 692000 0.723785 
> 693000 0.723784 
> 694000 0.723784 
> 695000 0.723784 
> 696000 0.723784 
> 697000 0.723784 
> 698000 0.723784 
> 699000 0.723784 
> 700000 0.723784 
> 701000 0.723784 
> 702000 0.723784 
> 703000 0.723784 
> 704000 0.723784 
> 705000 0.723784 
> 706000 0.723784 
> 707000 0.723784 
> 708000 0.723784 
> 709000 0.723784 
> 710000 0.723784 
> 711000 0.723784 
> 712000 0.723784 
> 713000 0.723784 
> 714000 0.723784 
> 715000 0.723784 
> 716000 0.723784 
> 717000 0.723784 
> 718000 0.723783 
> 719000 0.723783 
> 720000 0.723783 
> 721000 0.723783 
> 722000 0.723783 
> 723000 0.723783 
> 724000 0.723783 
> 725000 0.723783 
> 726000 0.723783 
> 727000 0.723783 
> 728000 0.723783 
> 729000 0.723783 
> 730000 0.723783 
> 731000 0.723783 
> 732000 0.723783 
> 733000 0.723783 
> 734000 0.723783 
> 735000 0.723783 
> 736000 0.723783 
> 737000 0.723783 
> 738000 0.723783 
> 739000 0.723783 
> 740000 0.723783 
> 741000 0.723783 
> 742000 0.723782 
> 743000 0.723782 
> 744000 0.723782 
> 745000 0.723782 
> 746000 0.723782 
> 747000 0.723782 
> 748000 0.723782 
> 749000 0.723782 
> 750000 0.723782 
> 751000 0.723782 
> 752000 0.723782 
> 753000 0.723782 
> 754000 0.723782 
> 755000 0.723782 
> 756000 0.723782 
> 757000 0.723782 
> 758000 0.723782 
> 759000 0.723782 
> 760000 0.723782 
> 761000 0.723782 
> 762000 0.723782 
> 763000 0.723782 
> 764000 0.723782 
> 765000 0.723781 
> 766000 0.723781 
> 767000 0.723781 
> 768000 0.723781 
> 769000 0.723781 
> 770000 0.723781 
> 771000 0.723781 
> 772000 0.723781 
> 773000 0.723781 
> 774000 0.723781 
> 775000 0.723781 
> 776000 0.723781 
> 777000 0.723781 
> 778000 0.723781 
> 779000 0.723781 
> 780000 0.723781 
> 781000 0.723781 
> 782000 0.723781 
> 783000 0.723781 
> 784000 0.723781 
> 785000 0.723781 
> 786000 0.723781 
> 787000 0.723780 
> 788000 0.723780 
> 789000 0.723780 
> 790000 0.723780 
> 791000 0.723780 
> 792000 0.723780 
> 793000 0.723780 
> 794000 0.723780 
> 795000 0.723780 
> 796000 0.723780 
> 797000 0.723780 
> 798000 0.723780 
> 799000 0.723780 
> 800000 0.723780 
> 801000 0.723780 
> 802000 0.723780 
> 803000 0.723780 
> 804000 0.723780 
> 805000 0.723780 
> 806000 0.723780 
> 807000 0.723780 
> 808000 0.723780 
> 809000 0.723779 
> 810000 0.723779 
> 811000 0.723779 
> 812000 0.723779 
> 813000 0.723779 
> 814000 0.723779 
> 815000 0.723779 
> 816000 0.723779 
> 817000 0.723779 
> 818000 0.723779 
> 819000 0.723779 
> 820000 0.723779 
> 821000 0.723779 
> 822000 0.723779 
> 823000 0.723779 
> 824000 0.723779 
> 825000 0.723779 
> 826000 0.723779 
> 827000 0.723779 
> 828000 0.723779 
> 829000 0.723779 
> 830000 0.723779 
> 831000 0.723778 
> 832000 0.723778 
> 833000 0.723778 
> 834000 0.723778 
> 835000 0.723778 
> 836000 0.723778 
> 837000 0.723778 
> 838000 0.723778 
> 839000 0.723778 
> 840000 0.723778 
> 841000 0.723778 
> 842000 0.723778 
> 843000 0.723778 
> 844000 0.723778 
> 845000 0.723778 
> 846000 0.723778 
> 847000 0.723778 
> 848000 0.723778 
> 849000 0.723778 
> 850000 0.723778 
> 851000 0.723778 
> 852000 0.723777 
> 853000 0.723777 
> 854000 0.723777 
> 855000 0.723777 
> 856000 0.723777 
> 857000 0.723777 
> 858000 0.723777 
> 859000 0.723777 
> 860000 0.723777 
> 861000 0.723777 
> 862000 0.723777 
> 863000 0.723777 
> 864000 0.723777 
> 865000 0.723777 
> 866000 0.723777 
> 867000 0.723777 
> 868000 0.723777 
> 869000 0.723777 
> 870000 0.723777 
> 871000 0.723777 
> 872000 0.723777 
> 873000 0.723777 
> 874000 0.723776 
> 875000 0.723776 
> 876000 0.723776 
> 877000 0.723776 
> 878000 0.723776 
> 879000 0.723776 
> 880000 0.723776 
> 881000 0.723776 
> 882000 0.723776 
> 883000 0.723776 
> 884000 0.723776 
> 885000 0.723776 
> 886000 0.723776 
> 887000 0.723776 
> 888000 0.723776 
> 889000 0.723776 
> 890000 0.723776 
> 891000 0.723776 
> 892000 0.723776 
> 893000 0.723776 
> 894000 0.723776 
> 895000 0.723776 
> 896000 0.723775 
> 897000 0.723775 
> 898000 0.723775 
> 899000 0.723775 
> 900000 0.723775 
> 901000 0.723775 
> 902000 0.723775 
> 903000 0.723775 
> 904000 0.723775 
> 905000 0.723775 
> 906000 0.723775 
> 907000 0.723775 
> 908000 0.723775 
> 909000 0.723775 
> 910000 0.723775 
> 911000 0.723775 
> 912000 0.723775 
> 913000 0.723775 
> 914000 0.723775 
> 915000 0.723775 
> 916000 0.723775 
> 917000 0.723775 
> 918000 0.723774 
> 919000 0.723774 
> 920000 0.723774 
> 921000 0.723774 
> 922000 0.723774 
> 923000 0.723774 
> 924000 0.723774 
> 925000 0.723774 
> 926000 0.723774 
> 927000 0.723774 
> 928000 0.723774 
> 929000 0.723774 
> 930000 0.723774 
> 931000 0.723774 
> 932000 0.723774 
> 933000 0.723774 
> 934000 0.723774 
> 935000 0.723774 
> 936000 0.723774 
> 937000 0.723774 
> 938000 0.723774 
> 939000 0.723774 
> 940000 0.723774 
> 941000 0.723773 
> 942000 0.723773 
> 943000 0.723773 
> 944000 0.723773 
> 945000 0.723773 
> 946000 0.723773 
> 947000 0.723773 
> 948000 0.723773 
> 949000 0.723773 
> 950000 0.723773 
> 951000 0.723773 
> 952000 0.723773 
> 953000 0.723773 
> 954000 0.723773 
> 955000 0.723773 
> 956000 0.723773 
> 957000 0.723773 
> 958000 0.723773 
> 959000 0.723773 
> 960000 0.723773 
> 961000 0.723773 
> 962000 0.723773 
> 963000 0.723773 
> 964000 0.723772 
> 965000 0.723772 
> 966000 0.723772 
> 967000 0.723772 
> 968000 0.723772 
> 969000 0.723772 
> 970000 0.723772 
> 971000 0.723772 
> 972000 0.723772 
> 973000 0.723772 
> 974000 0.723772 
> 975000 0.723772 
> 976000 0.723772 
> 977000 0.723772 
> 978000 0.723772 
> 979000 0.723772 
> 980000 0.723772 
> 981000 0.723772 
> 982000 0.723772 
> 983000 0.723772 
> 984000 0.723772 
> 985000 0.723772 
> 986000 0.723772 
> 987000 0.723772 
> 988000 0.723771 
> 989000 0.723771 
> 990000 0.723771 
> 991000 0.723771 
> 992000 0.723771 
> 993000 0.723771 
> 994000 0.723771 
> 995000 0.723771 
> 996000 0.723771 
> 997000 0.723771 
> 998000 0.723771 
> 999000 0.723771 
> 1000000 0.723771 
> -------------------------------------------------------------------
> ********************************************************
> CPU time = 0.007796 
> Lattice update rate (per core)= 31.835712 MLUPS 
> Lattice update rate (total)= 31.835712 MLUPS 
> ********************************************************
> 
> 
> PS:
> 
> Read file <colorlbpm.351095.err> for stderr output of this job.

and here is the timelog.csv:

> sw krw krn vw vn pw pn
> 0.22561 -0.023007 -0.50221 -0.0001142 -0.0024929 0.32816 0.31779
> 0.23232 -0.057258 -0.6922 -0.00029141 -0.0035229 0.32658 0.30451
> 0.24838 -0.10366 -0.79996 -0.00053693 -0.0041434 0.32635 0.2937
> 0.27085 -0.1605 -0.85578 -0.00084171 -0.0044881 0.32668 0.28483
> 0.29859 -0.23099 -0.86305 -0.0012223 -0.0045666 0.3273 0.27779
> 0.3294 -0.30937 -0.83563 -0.0016476 -0.0044502 0.3271 0.27216
> 0.36284 -0.40917 -0.77231 -0.0021894 -0.0041326 0.32565 0.26721
> 0.39775 -0.49528 -0.71383 -0.0026598 -0.0038334 0.32342 0.26326
> 0.43451 -0.59108 -0.64638 -0.0031823 -0.0034801 0.32048 0.26035
> 0.47125 -0.69845 -0.55068 -0.0037673 -0.0029702 0.31732 0.2584
> 0.50853 -0.81315 -0.44142 -0.0043924 -0.0023845 0.31449 0.2565
> 0.54604 -0.91653 -0.34571 -0.0049574 -0.0018699 0.31182 0.25527
> 0.57364 -1.0014 -0.26681 -0.0054228 -0.0014448 0.30947 0.25367
> 0.59255 -1.035 -0.23605 -0.0056099 -0.0012794 0.30828 0.25168
> 0.61161 -1.0697 -0.21003 -0.0057998 -0.0011387 0.30717 0.25026
> 0.6287 -1.1032 -0.18137 -0.0059838 -0.00098374 0.30572 0.24916
> 0.64368 -1.1269 -0.16545 -0.0061134 -0.00089752 0.30457 0.24851
> 0.65664 -1.1535 -0.13213 -0.0062582 -0.00071688 0.30345 0.248
> 0.66768 -1.1906 -0.097936 -0.0064596 -0.00053136 0.30261 0.24749
> 0.67535 -1.2043 -0.084831 -0.0065339 -0.00046023 0.30192 0.24684
> 0.68085 -1.2047 -0.084231 -0.0065355 -0.00045697 0.30151 0.24623
> 0.68608 -1.2077 -0.080756 -0.0065525 -0.00043815 0.30139 0.2457
> 0.69144 -1.2089 -0.078415 -0.0065586 -0.00042543 0.30123 0.24529
> 0.69661 -1.2104 -0.080101 -0.0065675 -0.00043461 0.30141 0.24485
> 0.70132 -1.2178 -0.073094 -0.0066074 -0.00039658 0.30119 0.24454
> 0.70596 -1.2235 -0.066959 -0.0066377 -0.00036328 0.30094 0.24432
> 0.70997 -1.2287 -0.061556 -0.0066658 -0.00033396 0.30053 0.24411
> 0.71342 -1.2315 -0.059718 -0.0066811 -0.00032398 0.30025 0.24388
> 0.71674 -1.2309 -0.061065 -0.0066775 -0.00033127 0.30018 0.24375
> 0.72014 -1.2361 -0.057263 -0.0067049 -0.0003106 0.29983 0.24366
> 0.72318 -1.2374 -0.052139 -0.0067115 -0.0002828 0.29957 0.24356
> 0.72567 -1.2429 -0.049094 -0.0067413 -0.00026627 0.29946 0.24354
> 0.72789 -1.2388 -0.051381 -0.0067189 -0.00027868 0.29956 0.24345
> 0.72924 -1.2425 -0.048699 -0.006739 -0.00026414 0.29945 0.24341
> 0.73095 -1.2433 -0.047316 -0.0067434 -0.00025664 0.29965 0.24341
> 0.73278 -1.2462 -0.046905 -0.0067586 -0.00025439 0.29979 0.24339
> 0.73408 -1.242 -0.050686 -0.006736 -0.0002749 0.29983 0.24332
> 0.73563 -1.245 -0.045403 -0.0067527 -0.00024625 0.29982 0.24325
> 0.73709 -1.2518 -0.03991 -0.0067891 -0.00021644 0.29943 0.24321
> 0.7383 -1.2479 -0.043042 -0.0067674 -0.00023342 0.29934 0.24317
> 0.73982 -1.248 -0.042704 -0.0067683 -0.00023159 0.29945 0.24308
> 0.74155 -1.2512 -0.04027 -0.0067851 -0.00021839 0.29934 0.24302
> 0.7429 -1.2509 -0.040153 -0.006784 -0.00021776 0.29938 0.24292
> 0.74364 -1.2536 -0.038952 -0.0067984 -0.00021123 0.29939 0.24294
> 0.74433 -1.2523 -0.036685 -0.0067912 -0.00019895 0.29918 0.24288
> 0.74537 -1.2546 -0.036801 -0.0068032 -0.00019955 0.2989 0.24287
> 0.74642 -1.2497 -0.040738 -0.0067764 -0.0002209 0.29886 0.24282
> 0.74787 -1.2489 -0.040904 -0.0067722 -0.00022181 0.2991 0.2427
> 0.74901 -1.2472 -0.044183 -0.0067632 -0.0002396 0.29946 0.24261
> 0.74949 -1.25 -0.043284 -0.0067782 -0.00023471 0.2994 0.24259
> 0.74998 -1.2542 -0.03744 -0.0068007 -0.00020301 0.29902 0.24258
> 0.75047 -1.255 -0.035451 -0.0068048 -0.00019223 0.29888 0.24255
> 0.75099 -1.2551 -0.036755 -0.0068056 -0.0001993 0.29902 0.2425
> 0.75174 -1.2552 -0.036098 -0.0068059 -0.00019573 0.29881 0.24251
> 0.7528 -1.2547 -0.036556 -0.0068028 -0.0001982 0.29869 0.24252
> 0.75415 -1.2566 -0.035453 -0.0068129 -0.00019222 0.29873 0.24251
> 0.75509 -1.2572 -0.034055 -0.0068164 -0.00018464 0.29865 0.24249
> 0.75573 -1.2575 -0.033885 -0.0068178 -0.00018372 0.29856 0.24246
> 0.75649 -1.2577 -0.034459 -0.0068184 -0.00018682 0.29848 0.24248
> 0.75718 -1.2581 -0.033783 -0.0068208 -0.00018315 0.29851 0.24248
> 0.75774 -1.2584 -0.032986 -0.0068221 -0.00017883 0.2984 0.24246
> 0.75807 -1.2591 -0.03274 -0.0068256 -0.00017749 0.29832 0.24243
> 0.75829 -1.2589 -0.032622 -0.0068246 -0.00017685 0.29826 0.2424
> 0.7587 -1.2596 -0.031982 -0.0068282 -0.00017338 0.29822 0.24238
> 0.75907 -1.2592 -0.032593 -0.0068261 -0.00017668 0.29818 0.24238
> 0.7593 -1.2585 -0.033295 -0.0068219 -0.00018049 0.29825 0.24238
> 0.75943 -1.2595 -0.032262 -0.0068275 -0.00017488 0.29826 0.24239
> 0.75971 -1.2598 -0.032142 -0.0068286 -0.00017423 0.29827 0.24239
> 0.75983 -1.2611 -0.030512 -0.0068357 -0.00016539 0.29828 0.24238
> 0.75995 -1.2587 -0.033053 -0.0068228 -0.00017916 0.29839 0.24236
> 0.76028 -1.2594 -0.032788 -0.0068266 -0.00017773 0.2983 0.24234
> 0.76058 -1.2606 -0.031121 -0.0068326 -0.00016869 0.29823 0.24235
> 0.76063 -1.2605 -0.031175 -0.006832 -0.00016898 0.29821 0.24236
> 0.76082 -1.2604 -0.031132 -0.0068319 -0.00016874 0.29817 0.24234
> 0.76094 -1.2605 -0.031071 -0.0068321 -0.00016841 0.29816 0.24234
> 0.76108 -1.2605 -0.030992 -0.0068324 -0.00016798 0.29816 0.24233
> 0.76126 -1.2606 -0.030963 -0.0068324 -0.00016783 0.29816 0.24234
> 0.76137 -1.2606 -0.030921 -0.0068326 -0.0001676 0.29816 0.24233
> 0.76152 -1.2606 -0.030885 -0.0068328 -0.0001674 0.29817 0.24233
> 0.76164 -1.2606 -0.030858 -0.0068329 -0.00016725 0.29817 0.24231
> 0.76175 -1.2607 -0.030855 -0.0068331 -0.00016724 0.29817 0.2423
> 0.76188 -1.2607 -0.030828 -0.006833 -0.00016709 0.29818 0.2423
> 0.76203 -1.2607 -0.030819 -0.006833 -0.00016704 0.29817 0.2423
> 0.76221 -1.2607 -0.030821 -0.006833 -0.00016705 0.29817 0.24229
> 0.76229 -1.2606 -0.030839 -0.0068328 -0.00016715 0.29817 0.24229
> 0.76242 -1.2607 -0.03079 -0.006833 -0.00016689 0.29817 0.24228
> 0.76254 -1.2607 -0.030748 -0.0068332 -0.00016666 0.29817 0.24228
> 0.76266 -1.2608 -0.030708 -0.0068334 -0.00016644 0.29817 0.24226
> 0.76279 -1.2608 -0.030685 -0.0068336 -0.00016631 0.29817 0.24226
> 0.7629 -1.2608 -0.030657 -0.0068337 -0.00016617 0.29817 0.24226
> 0.763 -1.2608 -0.030626 -0.0068339 -0.000166 0.29817 0.24226
> 0.76314 -1.2609 -0.03059 -0.006834 -0.0001658 0.29817 0.24225
> 0.76324 -1.2609 -0.030582 -0.0068343 -0.00016576 0.29817 0.24225
> 0.76334 -1.2609 -0.030579 -0.006834 -0.00016574 0.29817 0.24224
> 0.76352 -1.2608 -0.03061 -0.0068336 -0.00016591 0.29817 0.24223
> 0.7638 -1.2607 -0.030675 -0.006833 -0.00016626 0.29817 0.24223
> 0.76393 -1.2604 -0.031021 -0.0068313 -0.00016814 0.29817 0.24223
> 0.76408 -1.2605 -0.031246 -0.0068322 -0.00016936 0.29824 0.24223
> 0.76423 -1.2602 -0.031417 -0.0068305 -0.00017028 0.29829 0.24223
> 0.76432 -1.2612 -0.030429 -0.0068356 -0.00016493 0.29831 0.24224
> 0.76445 -1.2611 -0.030628 -0.006835 -0.000166 0.29831 0.24224
> 0.76448 -1.2613 -0.030634 -0.0068359 -0.00016604 0.29824 0.24225
> 0.76475 -1.2615 -0.030162 -0.0068371 -0.00016348 0.29821 0.24224
> 0.76481 -1.2615 -0.030125 -0.0068371 -0.00016328 0.29821 0.24224
> 0.7649 -1.2615 -0.030089 -0.0068374 -0.00016308 0.29821 0.24224
> 0.76498 -1.2615 -0.030055 -0.0068374 -0.0001629 0.29822 0.24224
> 0.76508 -1.2615 -0.030027 -0.0068375 -0.00016274 0.29822 0.24224
> 0.76514 -1.2615 -0.030032 -0.0068374 -0.00016277 0.29822 0.24224
> 0.7652 -1.2615 -0.030028 -0.0068373 -0.00016275 0.29823 0.24224
> 0.76528 -1.2615 -0.03 -0.0068373 -0.0001626 0.29823 0.24224
> 0.76538 -1.2616 -0.029958 -0.0068375 -0.00016237 0.29823 0.24223
> 0.7654 -1.2616 -0.029945 -0.0068376 -0.0001623 0.29824 0.24222
> 0.76545 -1.2616 -0.029923 -0.0068377 -0.00016218 0.29824 0.24222
> 0.7655 -1.2616 -0.029904 -0.0068378 -0.00016208 0.29825 0.24222
> 0.76551 -1.2616 -0.029902 -0.0068378 -0.00016207 0.29825 0.24222
> 0.76556 -1.2616 -0.029892 -0.0068379 -0.00016201 0.29828 0.24222
> 0.76563 -1.2616 -0.029886 -0.0068379 -0.00016198 0.29828 0.24222
> 0.76568 -1.2617 -0.029876 -0.0068381 -0.00016192 0.29829 0.24222
> 0.76574 -1.2616 -0.029888 -0.006838 -0.00016199 0.29829 0.24222
> 0.7658 -1.2616 -0.02993 -0.0068378 -0.00016222 0.29829 0.24222
> 0.76583 -1.2616 -0.029959 -0.0068377 -0.00016237 0.29829 0.24222
> 0.76587 -1.2616 -0.029956 -0.0068376 -0.00016236 0.29829 0.24222
> 0.7659 -1.2616 -0.029969 -0.0068376 -0.00016243 0.29829 0.24222
> 0.7659 -1.2616 -0.029968 -0.0068376 -0.00016243 0.29829 0.24223
> 0.76595 -1.2616 -0.029896 -0.0068379 -0.00016203 0.29829 0.24223
> 0.76607 -1.2616 -0.029952 -0.0068377 -0.00016234 0.29831 0.24222
> 0.76613 -1.2607 -0.030322 -0.0068332 -0.00016435 0.29831 0.24222
> 0.76623 -1.2614 -0.029939 -0.0068368 -0.00016227 0.29833 0.2422
> 0.76629 -1.2615 -0.029855 -0.0068376 -0.00016182 0.29833 0.2422
> 0.76631 -1.2617 -0.029816 -0.0068384 -0.0001616 0.29831 0.2422
> 0.76633 -1.2617 -0.029831 -0.0068384 -0.00016169 0.29831 0.2422
> 0.76634 -1.2617 -0.029813 -0.0068387 -0.00016159 0.2983 0.24221
> 0.76638 -1.2617 -0.029848 -0.0068386 -0.00016177 0.29829 0.24221
> 0.76644 -1.2618 -0.029812 -0.0068388 -0.00016158 0.2983 0.24222
> 0.76643 -1.2617 -0.029834 -0.0068385 -0.0001617 0.29829 0.24223
> 0.76642 -1.2617 -0.029812 -0.0068386 -0.00016158 0.29831 0.24222
> 0.76641 -1.2618 -0.029795 -0.0068386 -0.00016149 0.29831 0.24223
> 0.76643 -1.2618 -0.029784 -0.0068387 -0.00016143 0.29829 0.24223
> 0.76642 -1.2618 -0.029785 -0.0068386 -0.00016143 0.29829 0.24223
> 0.76644 -1.2618 -0.029774 -0.0068387 -0.00016137 0.29829 0.24223
> 0.76647 -1.2618 -0.029776 -0.0068387 -0.00016138 0.29829 0.24223
> 0.7665 -1.2618 -0.029779 -0.0068386 -0.0001614 0.29829 0.24224
> 0.76653 -1.2618 -0.029776 -0.0068389 -0.00016139 0.29829 0.24224
> 0.76657 -1.2618 -0.029772 -0.0068387 -0.00016136 0.2983 0.24224
> 0.76659 -1.2617 -0.029799 -0.0068386 -0.00016151 0.2983 0.24224
> 0.76661 -1.2617 -0.029827 -0.0068384 -0.00016166 0.2983 0.24224
> 0.76664 -1.2617 -0.029841 -0.0068382 -0.00016173 0.2983 0.24224
> 0.76669 -1.2617 -0.029815 -0.0068383 -0.0001616 0.2983 0.24224
> 0.76674 -1.2617 -0.029797 -0.0068384 -0.0001615 0.2983 0.24224
> 0.7668 -1.2617 -0.029792 -0.0068385 -0.00016147 0.2983 0.24224
> 0.76686 -1.2618 -0.02977 -0.0068386 -0.00016135 0.29831 0.24224
> 0.76694 -1.2618 -0.029737 -0.0068388 -0.00016117 0.29831 0.24224
> 0.76698 -1.2618 -0.029721 -0.0068389 -0.00016108 0.29831 0.24224
> 0.767 -1.2618 -0.029719 -0.0068389 -0.00016107 0.29831 0.24223
> 0.76703 -1.2618 -0.02972 -0.0068389 -0.00016108 0.29831 0.24224
> 0.76706 -1.2619 -0.02972 -0.0068392 -0.00016108 0.29831 0.24224
> 0.76702 -1.2618 -0.029764 -0.0068388 -0.00016132 0.29832 0.24224
> 0.76698 -1.2618 -0.029801 -0.0068386 -0.00016152 0.29832 0.24224
> 0.76696 -1.2617 -0.029795 -0.0068385 -0.00016148 0.29832 0.24224
> 0.76697 -1.2617 -0.029783 -0.0068384 -0.00016142 0.29833 0.24224
> 0.76717 -1.2616 -0.029999 -0.0068378 -0.00016259 0.29835 0.24224
> 0.76715 -1.2614 -0.029908 -0.0068366 -0.0001621 0.29835 0.24222
> 0.76727 -1.2616 -0.029747 -0.006838 -0.00016123 0.29836 0.24222
> 0.76729 -1.2617 -0.029698 -0.0068386 -0.00016097 0.29835 0.24222
> 0.76724 -1.2618 -0.029681 -0.006839 -0.00016088 0.29833 0.24222
> 0.76723 -1.2619 -0.02965 -0.0068394 -0.00016071 0.29832 0.24223
> 0.76722 -1.2619 -0.029649 -0.0068396 -0.0001607 0.29831 0.24223
> 0.76725 -1.262 -0.02963 -0.0068398 -0.00016059 0.29831 0.24224
> 0.76727 -1.262 -0.029586 -0.0068401 -0.00016036 0.29831 0.24224
> 0.76729 -1.2621 -0.029525 -0.0068404 -0.00016003 0.2983 0.24224
> 0.76726 -1.2622 -0.029385 -0.006841 -0.00015927 0.2983 0.24224
> 0.76728 -1.2622 -0.02932 -0.006841 -0.00015891 0.2983 0.24224
> 0.76727 -1.2622 -0.029229 -0.0068413 -0.00015842 0.29827 0.24223
> 0.76724 -1.2623 -0.029128 -0.0068418 -0.00015787 0.29827 0.24224
> 0.76727 -1.2624 -0.029116 -0.0068421 -0.00015781 0.29827 0.24224
> 0.76734 -1.2623 -0.029164 -0.0068417 -0.00015806 0.29826 0.24225
> 0.76741 -1.2622 -0.029258 -0.006841 -0.00015857 0.29826 0.24226
> 0.76744 -1.2621 -0.029301 -0.0068404 -0.00015881 0.29826 0.24225
> 0.76748 -1.2618 -0.02954 -0.0068387 -0.00016011 0.29825 0.24223
> 0.76757 -1.2544 -0.03525 -0.0067991 -0.00019105 0.29831 0.24221
> 0.76772 -1.256 -0.036383 -0.0068082 -0.00019721 0.29871 0.24217
> 0.76763 -1.2584 -0.033384 -0.0068209 -0.00018095 0.29872 0.24218
> 0.76747 -1.2596 -0.033077 -0.0068271 -0.00017928 0.29866 0.24219
> 0.76737 -1.2609 -0.030542 -0.0068344 -0.00016554 0.2986 0.24218
> 0.7675 -1.2593 -0.032609 -0.0068259 -0.00017675 0.29876 0.24218
> 0.76771 -1.2572 -0.034162 -0.0068143 -0.00018517 0.29867 0.24217
> 0.76817 -1.2606 -0.031083 -0.0068324 -0.00016847 0.29854 0.24219
> 0.76837 -1.2604 -0.031266 -0.0068313 -0.00016946 0.29847 0.24222
> 0.76889 -1.2619 -0.029652 -0.0068392 -0.00016072 0.29842 0.24221
> 0.76892 -1.2619 -0.029605 -0.0068397 -0.00016046 0.29841 0.24221
> 0.76893 -1.262 -0.029597 -0.0068399 -0.00016042 0.29841 0.24222
> 0.76894 -1.2621 -0.029551 -0.0068402 -0.00016017 0.29841 0.24222
> 0.76895 -1.2621 -0.029555 -0.0068403 -0.00016019 0.2984 0.24222
> 0.76898 -1.2621 -0.029519 -0.0068405 -0.00015999 0.2984 0.24223
> 0.76896 -1.2621 -0.029506 -0.0068405 -0.00015992 0.2984 0.24223
> 0.76896 -1.2621 -0.029507 -0.0068404 -0.00015992 0.29839 0.24223
> 0.76895 -1.2621 -0.029521 -0.0068403 -0.00016 0.29839 0.24224
> 0.76895 -1.2621 -0.029535 -0.0068402 -0.00016007 0.29839 0.24224
> 0.76897 -1.2621 -0.029536 -0.0068402 -0.00016008 0.29836 0.24224
> 0.76901 -1.2621 -0.029543 -0.0068402 -0.00016012 0.29837 0.24224
> 0.76899 -1.262 -0.029581 -0.0068398 -0.00016032 0.29837 0.24224
> 0.76902 -1.262 -0.029569 -0.0068398 -0.00016026 0.29837 0.24224
> 0.76904 -1.262 -0.029562 -0.0068398 -0.00016022 0.29837 0.24224
> 0.76905 -1.262 -0.029549 -0.0068398 -0.00016015 0.29837 0.24224
> 0.76907 -1.262 -0.029545 -0.0068399 -0.00016013 0.29837 0.24224
> 0.7691 -1.262 -0.029548 -0.0068398 -0.00016014 0.29837 0.24224
> 0.76911 -1.262 -0.029545 -0.0068399 -0.00016013 0.29837 0.24224
> 0.76912 -1.262 -0.029543 -0.0068399 -0.00016012 0.29837 0.24224
> 0.76915 -1.262 -0.029545 -0.0068399 -0.00016013 0.29837 0.24224
> 0.76917 -1.262 -0.029535 -0.0068399 -0.00016007 0.29837 0.24223
> 0.76919 -1.262 -0.029527 -0.00684 -0.00016003 0.29837 0.24223
> 0.76922 -1.2621 -0.029523 -0.00684 -0.00016001 0.29837 0.24223
> 0.76922 -1.262 -0.029529 -0.00684 -0.00016004 0.29837 0.24223
> 0.76923 -1.262 -0.029531 -0.00684 -0.00016005 0.29837 0.24223
> 0.76925 -1.2621 -0.029525 -0.00684 -0.00016002 0.29838 0.24223
> 0.76926 -1.2621 -0.029525 -0.0068402 -0.00016002 0.29838 0.24223
> 0.76927 -1.2621 -0.029539 -0.0068401 -0.0001601 0.29838 0.24223
> 0.76925 -1.262 -0.029573 -0.0068397 -0.00016028 0.29838 0.24223
> 0.76927 -1.262 -0.029559 -0.0068397 -0.0001602 0.29838 0.24223
> 0.76927 -1.262 -0.029552 -0.0068397 -0.00016017 0.29838 0.24223
> 0.76927 -1.262 -0.029552 -0.0068398 -0.00016017 0.29838 0.24223
> 0.76931 -1.262 -0.029544 -0.0068398 -0.00016012 0.29838 0.24223
> 0.76931 -1.262 -0.029552 -0.0068398 -0.00016017 0.29838 0.24223
> 0.76933 -1.262 -0.029547 -0.0068398 -0.00016014 0.29838 0.24223
> 0.76935 -1.262 -0.02954 -0.0068399 -0.0001601 0.29838 0.24223
> 0.76939 -1.262 -0.029538 -0.0068399 -0.00016009 0.29838 0.24223
> 0.7694 -1.262 -0.029537 -0.0068399 -0.00016008 0.29838 0.24223
> 0.76945 -1.262 -0.029533 -0.0068399 -0.00016006 0.29838 0.24222
> 0.76946 -1.2621 -0.029521 -0.00684 -0.00015999 0.29839 0.24222
> 0.76951 -1.2621 -0.029502 -0.0068401 -0.00015989 0.29839 0.24222
> 0.76952 -1.2621 -0.02951 -0.0068401 -0.00015994 0.29839 0.24222
> 0.76954 -1.2621 -0.029516 -0.0068401 -0.00015997 0.29839 0.24223
> 0.76952 -1.262 -0.029533 -0.00684 -0.00016006 0.29839 0.24223
> 0.76949 -1.262 -0.029556 -0.0068399 -0.00016018 0.29838 0.24222
> 0.76947 -1.262 -0.029582 -0.0068397 -0.00016033 0.29838 0.24222
> 0.76952 -1.2621 -0.029547 -0.0068402 -0.00016014 0.29838 0.24222
> 0.76954 -1.262 -0.029541 -0.0068399 -0.00016011 0.2984 0.24222
> 0.76969 -1.2619 -0.029745 -0.0068392 -0.00016121 0.29843 0.24222
> 0.76966 -1.2616 -0.029727 -0.0068375 -0.00016112 0.29842 0.24221
> 0.76978 -1.2618 -0.029593 -0.0068387 -0.00016039 0.29843 0.2422
> 0.76981 -1.2619 -0.029535 -0.0068394 -0.00016008 0.29842 0.2422
> 0.76977 -1.262 -0.029532 -0.0068398 -0.00016006 0.29841 0.2422
> 0.76974 -1.2621 -0.029505 -0.0068401 -0.00015992 0.29841 0.2422
> 0.76974 -1.2621 -0.029501 -0.0068403 -0.00015989 0.2984 0.24221
> 0.76974 -1.2621 -0.029506 -0.0068404 -0.00015992 0.29839 0.24221
> 0.76979 -1.2622 -0.029452 -0.0068407 -0.00015962 0.29839 0.24221
> 0.7698 -1.2622 -0.029465 -0.0068406 -0.00015969 0.29838 0.24222
> 0.76979 -1.2621 -0.02947 -0.0068405 -0.00015972 0.29838 0.24222
> 0.76977 -1.2621 -0.029471 -0.0068405 -0.00015973 0.29837 0.24222
> 0.76979 -1.2621 -0.029465 -0.0068405 -0.00015969 0.29835 0.24222
> 0.7698 -1.2621 -0.029467 -0.0068404 -0.00015971 0.29835 0.24222
> 0.76981 -1.2621 -0.029466 -0.0068404 -0.0001597 0.29835 0.24222
> 0.76982 -1.2621 -0.029468 -0.0068404 -0.00015971 0.29835 0.24222
> 0.76983 -1.2621 -0.029469 -0.0068404 -0.00015971 0.29836 0.24222
> 0.76985 -1.2621 -0.029464 -0.0068404 -0.00015969 0.29836 0.24222
> 0.76987 -1.2621 -0.029457 -0.0068404 -0.00015965 0.29836 0.24222
> 0.76988 -1.2621 -0.029458 -0.0068404 -0.00015965 0.29836 0.24222
> 0.76989 -1.2621 -0.029453 -0.0068404 -0.00015963 0.29836 0.24223
> 0.76991 -1.2621 -0.029449 -0.0068404 -0.0001596 0.29836 0.24223
> 0.76993 -1.2621 -0.029442 -0.0068405 -0.00015957 0.29836 0.24223
> 0.76995 -1.2622 -0.02943 -0.0068405 -0.0001595 0.29836 0.24223
> 0.76996 -1.2622 -0.029428 -0.0068405 -0.00015949 0.29836 0.24223
> 0.76998 -1.2622 -0.029425 -0.0068405 -0.00015948 0.29836 0.24223
> 0.76999 -1.2622 -0.029431 -0.0068405 -0.00015951 0.29836 0.24223
> 0.77001 -1.2622 -0.02943 -0.0068405 -0.0001595 0.29836 0.24223
> 0.77002 -1.2622 -0.029427 -0.0068405 -0.00015949 0.29836 0.24223
> 0.77003 -1.2622 -0.02942 -0.0068406 -0.00015945 0.29836 0.24223
> 0.77005 -1.2622 -0.029421 -0.0068406 -0.00015945 0.29836 0.24223
> 0.77007 -1.2622 -0.029414 -0.0068406 -0.00015942 0.29836 0.24223
> 0.7701 -1.2622 -0.029412 -0.0068406 -0.00015941 0.29836 0.24223
> 0.77011 -1.2622 -0.029409 -0.0068406 -0.00015939 0.29836 0.24223
> 0.77013 -1.2622 -0.029407 -0.0068406 -0.00015938 0.29836 0.24223
> 0.77015 -1.2622 -0.029405 -0.0068407 -0.00015936 0.29836 0.24223
> 0.77016 -1.2622 -0.029411 -0.0068406 -0.0001594 0.29836 0.24223
> 0.77017 -1.2622 -0.029412 -0.0068406 -0.0001594 0.29836 0.24223
> 0.77018 -1.2622 -0.02941 -0.0068406 -0.00015939 0.29836 0.24223
> 0.7702 -1.2622 -0.029409 -0.0068406 -0.00015939 0.29836 0.24223
> 0.7702 -1.2622 -0.029411 -0.0068406 -0.0001594 0.29836 0.24223
> 0.77021 -1.2622 -0.029412 -0.0068406 -0.0001594 0.29836 0.24223
> 0.77022 -1.2622 -0.029409 -0.0068406 -0.00015939 0.29836 0.24223
> 0.77022 -1.2622 -0.029411 -0.0068406 -0.0001594 0.29836 0.24223
> 0.77022 -1.2622 -0.029418 -0.0068406 -0.00015944 0.29836 0.24223
> 0.77023 -1.2622 -0.029416 -0.0068406 -0.00015942 0.29836 0.24223
> 0.77024 -1.2622 -0.029413 -0.0068406 -0.00015941 0.29836 0.24223
> 0.77027 -1.2622 -0.029407 -0.0068406 -0.00015938 0.29836 0.24223
> 0.77026 -1.2622 -0.029415 -0.0068406 -0.00015942 0.29836 0.24223
> 0.77028 -1.2622 -0.029425 -0.0068405 -0.00015947 0.29836 0.24223
> 0.77025 -1.2621 -0.029449 -0.0068404 -0.0001596 0.29836 0.24223
> 0.77024 -1.2621 -0.029463 -0.0068404 -0.00015968 0.29836 0.24223
> 0.77028 -1.2621 -0.02946 -0.0068404 -0.00015966 0.29837 0.24223
> 0.77036 -1.2622 -0.02941 -0.0068406 -0.00015939 0.29836 0.24223
> 0.77043 -1.2621 -0.029449 -0.0068404 -0.00015961 0.29838 0.24223
> 0.7705 -1.2617 -0.030116 -0.006838 -0.00016322 0.29838 0.24224
> 0.77059 -1.2619 -0.029511 -0.006839 -0.00015995 0.2984 0.24221
> 0.77064 -1.262 -0.029432 -0.0068399 -0.00015952 0.2984 0.24221
> 0.7706 -1.2621 -0.029389 -0.0068405 -0.00015928 0.29839 0.24221
> 0.77056 -1.2622 -0.029392 -0.0068407 -0.0001593 0.29838 0.24221
> 0.77059 -1.2622 -0.02936 -0.0068411 -0.00015913 0.29837 0.24221
> 0.77057 -1.2622 -0.029381 -0.006841 -0.00015924 0.29836 0.24222
> 0.77061 -1.2623 -0.029331 -0.0068413 -0.00015897 0.29837 0.24222
> 0.77061 -1.2623 -0.029342 -0.0068413 -0.00015902 0.29836 0.24222
> 0.77066 -1.2623 -0.029348 -0.0068412 -0.00015906 0.29836 0.24223
> 0.77068 -1.2623 -0.029362 -0.006841 -0.00015913 0.29835 0.24223
> 0.77067 -1.2622 -0.029371 -0.006841 -0.00015918 0.29835 0.24223
> 0.77067 -1.2622 -0.029385 -0.0068409 -0.00015926 0.29835 0.24223
> 0.77063 -1.2622 -0.029428 -0.0068407 -0.00015949 0.29834 0.24223
> 0.77059 -1.2622 -0.029458 -0.0068405 -0.00015965 0.29834 0.24223
> 0.77063 -1.2622 -0.029421 -0.0068405 -0.00015945 0.29835 0.24223
> 0.77081 -1.2621 -0.029593 -0.0068401 -0.00016038 0.29837 0.24223
> 0.77077 -1.2617 -0.029587 -0.0068383 -0.00016036 0.29837 0.24222
> 0.77086 -1.2619 -0.029472 -0.0068395 -0.00015974 0.29838 0.24221
> 0.77088 -1.2621 -0.029398 -0.0068402 -0.00015933 0.29837 0.24221
> 0.77084 -1.2621 -0.029386 -0.0068406 -0.00015927 0.29836 0.24221
> 0.77086 -1.2622 -0.029349 -0.006841 -0.00015907 0.29835 0.24221
> 0.77083 -1.2623 -0.029343 -0.0068412 -0.00015903 0.29835 0.24222
> 0.77083 -1.2623 -0.029306 -0.0068415 -0.00015883 0.29835 0.24222
> 0.7708 -1.2623 -0.029324 -0.0068414 -0.00015893 0.29834 0.24222
> 0.77078 -1.2623 -0.029337 -0.0068413 -0.000159 0.29834 0.24223
> 0.77076 -1.2623 -0.029355 -0.0068411 -0.0001591 0.29833 0.24223
> 0.77075 -1.2623 -0.029378 -0.006841 -0.00015922 0.29833 0.24223
> 0.77077 -1.2622 -0.029385 -0.0068409 -0.00015925 0.29833 0.24223
> 0.77072 -1.2622 -0.029418 -0.0068408 -0.00015944 0.29832 0.24223
> 0.77072 -1.2622 -0.029412 -0.0068408 -0.0001594 0.29832 0.24223
> 0.77074 -1.2622 -0.029386 -0.0068408 -0.00015926 0.29832 0.24223
> 0.77081 -1.2622 -0.0294 -0.0068407 -0.00015934 0.29833 0.24223
> 0.77087 -1.262 -0.029898 -0.0068393 -0.00016203 0.29834 0.24224
> 0.77091 -1.2619 -0.029504 -0.0068391 -0.00015991 0.29835 0.24222
> 0.77095 -1.262 -0.029424 -0.0068398 -0.00015947 0.29835 0.24221
> 0.77098 -1.2621 -0.029392 -0.0068403 -0.0001593 0.29834 0.24221
> 0.77093 -1.2622 -0.02938 -0.0068407 -0.00015923 0.29834 0.24221
> 0.77094 -1.2623 -0.029329 -0.0068412 -0.00015896 0.29833 0.24222
> 0.77092 -1.2623 -0.029338 -0.0068413 -0.000159 0.29833 0.24222
> 0.77092 -1.2623 -0.029298 -0.0068416 -0.00015879 0.29833 0.24222
> 0.77089 -1.2623 -0.029316 -0.0068414 -0.00015888 0.29832 0.24223
> 0.77087 -1.2623 -0.029325 -0.0068413 -0.00015893 0.29831 0.24223
> 0.77088 -1.2623 -0.029339 -0.0068412 -0.00015901 0.2983 0.24223
> 0.77087 -1.2623 -0.029347 -0.0068411 -0.00015905 0.2983 0.24223
> 0.77088 -1.2623 -0.029351 -0.0068411 -0.00015907 0.29831 0.24223
> 0.77089 -1.2623 -0.02935 -0.0068411 -0.00015907 0.29831 0.24223
> 0.7709 -1.2623 -0.029352 -0.006841 -0.00015908 0.29831 0.24224
> 0.77093 -1.2623 -0.02934 -0.0068411 -0.00015901 0.29831 0.24224
> 0.77093 -1.2623 -0.029342 -0.006841 -0.00015902 0.29831 0.24224
> 0.77095 -1.2623 -0.029334 -0.0068411 -0.00015898 0.29831 0.24224
> 0.77095 -1.2623 -0.029337 -0.006841 -0.00015899 0.29831 0.24224
> 0.77095 -1.2623 -0.029342 -0.006841 -0.00015902 0.29831 0.24224
> 0.77095 -1.2623 -0.029341 -0.006841 -0.00015902 0.29831 0.24224
> 0.77096 -1.2623 -0.029335 -0.006841 -0.00015899 0.29832 0.24224
> 0.77097 -1.2623 -0.029334 -0.006841 -0.00015898 0.29832 0.24224
> 0.77097 -1.2623 -0.029333 -0.006841 -0.00015897 0.29832 0.24224
> 0.77097 -1.2623 -0.029333 -0.006841 -0.00015897 0.29832 0.24224
> 0.77097 -1.2623 -0.029332 -0.006841 -0.00015897 0.29832 0.24224
> 0.77099 -1.2623 -0.029325 -0.0068411 -0.00015893 0.29832 0.24224
> 0.771 -1.2623 -0.029322 -0.0068411 -0.00015892 0.29832 0.24224
> 0.77102 -1.2623 -0.029318 -0.0068411 -0.00015889 0.29832 0.24224
> 0.77102 -1.2623 -0.029318 -0.0068411 -0.00015889 0.29832 0.24224
> 0.77102 -1.2623 -0.029318 -0.0068411 -0.00015889 0.29832 0.24224
> 0.77102 -1.2623 -0.029318 -0.0068411 -0.00015889 0.29832 0.24224
> 0.77102 -1.2623 -0.029318 -0.0068411 -0.00015889 0.29832 0.24224
> 0.77102 -1.2623 -0.029317 -0.0068411 -0.00015889 0.29832 0.24224
> 0.77102 -1.2623 -0.029317 -0.0068411 -0.00015889 0.29832 0.24224
> 0.77102 -1.2623 -0.029316 -0.0068411 -0.00015888 0.29832 0.24224
> 0.77103 -1.2623 -0.029312 -0.0068411 -0.00015886 0.29832 0.24224
> 0.77105 -1.2623 -0.029298 -0.0068412 -0.00015878 0.29832 0.24224
> 0.77106 -1.2623 -0.029298 -0.0068412 -0.00015878 0.29832 0.24224
> 0.77107 -1.2623 -0.029294 -0.0068412 -0.00015876 0.29832 0.24224
> 0.77108 -1.2623 -0.029288 -0.0068413 -0.00015873 0.29831 0.24224
> 0.77108 -1.2623 -0.029288 -0.0068413 -0.00015873 0.29832 0.24224
> 0.77109 -1.2623 -0.029286 -0.0068413 -0.00015872 0.29831 0.24224
> 0.77109 -1.2623 -0.029286 -0.0068413 -0.00015872 0.29831 0.24224
> 0.77109 -1.2623 -0.029285 -0.0068413 -0.00015872 0.29832 0.24224
> 0.77108 -1.2623 -0.029293 -0.0068412 -0.00015876 0.29832 0.24224
> 0.77109 -1.2623 -0.029291 -0.0068412 -0.00015875 0.29832 0.24224
> 0.77109 -1.2623 -0.029291 -0.0068412 -0.00015874 0.29832 0.24224
> 0.77109 -1.2623 -0.029289 -0.0068413 -0.00015873 0.29832 0.24224
> 0.77109 -1.2623 -0.029288 -0.0068413 -0.00015873 0.29832 0.24224
> 0.77109 -1.2623 -0.029288 -0.0068413 -0.00015873 0.29832 0.24224
> 0.77109 -1.2623 -0.029287 -0.0068413 -0.00015872 0.29832 0.24224
> 0.7711 -1.2623 -0.029286 -0.0068413 -0.00015872 0.29832 0.24224
> 0.7711 -1.2623 -0.029285 -0.0068413 -0.00015872 0.29832 0.24224
> 0.7711 -1.2623 -0.029285 -0.0068413 -0.00015871 0.29831 0.24224
> 0.7711 -1.2623 -0.029285 -0.0068413 -0.00015871 0.29831 0.24224
> 0.7711 -1.2623 -0.029285 -0.0068413 -0.00015871 0.29831 0.24224
> 0.77111 -1.2623 -0.029284 -0.0068413 -0.00015871 0.29831 0.24224
> 0.77111 -1.2623 -0.029283 -0.0068413 -0.0001587 0.29831 0.24224
> 0.77111 -1.2623 -0.029283 -0.0068413 -0.0001587 0.29831 0.24224
> 0.77111 -1.2623 -0.029283 -0.0068413 -0.0001587 0.29831 0.24224
> 0.77111 -1.2623 -0.029282 -0.0068413 -0.0001587 0.2983 0.24224
> 0.77111 -1.2623 -0.029282 -0.0068413 -0.0001587 0.2983 0.24224
> 0.77112 -1.2623 -0.02928 -0.0068413 -0.00015869 0.2983 0.24224
> 0.77113 -1.2623 -0.029278 -0.0068413 -0.00015868 0.2983 0.24224
> 0.77113 -1.2623 -0.029278 -0.0068413 -0.00015867 0.2983 0.24224
> 0.77113 -1.2623 -0.029278 -0.0068413 -0.00015867 0.2983 0.24224
> 0.77113 -1.2623 -0.029278 -0.0068413 -0.00015867 0.2983 0.24224
> 0.77113 -1.2623 -0.029278 -0.0068413 -0.00015867 0.2983 0.24224
> 0.77114 -1.2623 -0.029275 -0.0068413 -0.00015866 0.29829 0.24224
> 0.77114 -1.2623 -0.029273 -0.0068413 -0.00015865 0.2983 0.24224
> 0.77114 -1.2623 -0.029273 -0.0068413 -0.00015865 0.2983 0.24224
> 0.77114 -1.2623 -0.029273 -0.0068413 -0.00015865 0.29829 0.24224
> 0.77114 -1.2623 -0.029273 -0.0068413 -0.00015865 0.29829 0.24224
> 0.77115 -1.2623 -0.029268 -0.0068414 -0.00015862 0.29829 0.24224
> 0.77115 -1.2623 -0.029268 -0.0068414 -0.00015862 0.29829 0.24224
> 0.77115 -1.2623 -0.029267 -0.0068414 -0.00015862 0.29829 0.24224
> 0.77116 -1.2623 -0.029264 -0.0068414 -0.0001586 0.29829 0.24224
> 0.77116 -1.2623 -0.029264 -0.0068414 -0.0001586 0.29829 0.24224
> 0.77116 -1.2623 -0.029264 -0.0068414 -0.0001586 0.29829 0.24224
> 0.77116 -1.2623 -0.029264 -0.0068414 -0.0001586 0.29829 0.24224
> 0.77116 -1.2623 -0.029259 -0.0068414 -0.00015857 0.29829 0.24224
> 0.77117 -1.2624 -0.029254 -0.0068414 -0.00015855 0.29829 0.24224
> 0.77117 -1.2624 -0.029254 -0.0068414 -0.00015855 0.29829 0.24224
> 0.77117 -1.2624 -0.029254 -0.0068414 -0.00015855 0.29829 0.24224
> 0.77117 -1.2624 -0.029254 -0.0068414 -0.00015855 0.29829 0.24224
> 0.77117 -1.2624 -0.029255 -0.0068414 -0.00015855 0.29829 0.24224
> 0.77117 -1.2624 -0.029255 -0.0068414 -0.00015855 0.29829 0.24224
> 0.77117 -1.2624 -0.029255 -0.0068414 -0.00015855 0.29829 0.24224
> 0.77116 -1.2623 -0.029263 -0.0068414 -0.00015859 0.29829 0.24224
> 0.77116 -1.2623 -0.029263 -0.0068414 -0.00015859 0.29829 0.24224
> 0.77116 -1.2623 -0.029263 -0.0068414 -0.00015859 0.29829 0.24224
> 0.77116 -1.2623 -0.029263 -0.0068414 -0.00015859 0.29829 0.24224
> 0.77116 -1.2623 -0.029272 -0.0068414 -0.00015864 0.29829 0.24224
> 0.77116 -1.2623 -0.029272 -0.0068414 -0.00015864 0.29829 0.24224
> 0.77116 -1.2623 -0.029272 -0.0068414 -0.00015864 0.29829 0.24224
> 0.77116 -1.2623 -0.029271 -0.0068414 -0.00015864 0.29829 0.24224
> 0.77116 -1.2623 -0.029271 -0.0068414 -0.00015864 0.29829 0.24224
> 0.77116 -1.2623 -0.029272 -0.0068414 -0.00015864 0.29829 0.24224
> 0.77116 -1.2623 -0.029272 -0.0068414 -0.00015864 0.29829 0.24224
> 0.77116 -1.2623 -0.029272 -0.0068414 -0.00015864 0.29829 0.24224
> 0.77116 -1.2623 -0.029272 -0.0068414 -0.00015864 0.29829 0.24224
> 0.77116 -1.2623 -0.029272 -0.0068414 -0.00015864 0.29829 0.24224
> 0.77116 -1.2623 -0.029272 -0.0068414 -0.00015864 0.29829 0.24224
> 0.77116 -1.2623 -0.029272 -0.0068413 -0.00015864 0.29829 0.24224
> 0.77117 -1.2623 -0.029271 -0.0068414 -0.00015864 0.29829 0.24224
> 0.77117 -1.2623 -0.029271 -0.0068414 -0.00015864 0.29829 0.24224
> 0.77117 -1.2623 -0.029271 -0.0068414 -0.00015864 0.29829 0.24224
> 0.77117 -1.2623 -0.029271 -0.0068414 -0.00015864 0.29829 0.24224
> 0.77117 -1.2623 -0.029266 -0.0068414 -0.00015861 0.29829 0.24224
> 0.77117 -1.2623 -0.029266 -0.0068414 -0.00015861 0.29829 0.24224
> 0.77117 -1.2623 -0.029266 -0.0068414 -0.00015861 0.29829 0.24224
> 0.77118 -1.2623 -0.029266 -0.0068414 -0.00015861 0.29829 0.24224
> 0.77118 -1.2623 -0.029263 -0.0068414 -0.0001586 0.29829 0.24224
> 0.77119 -1.2623 -0.029261 -0.0068414 -0.00015858 0.2983 0.24224
> 0.77118 -1.2623 -0.029269 -0.0068414 -0.00015863 0.2983 0.24224
> 0.77118 -1.2623 -0.02927 -0.0068414 -0.00015863 0.2983 0.24224
> 0.77118 -1.2623 -0.02927 -0.0068414 -0.00015863 0.2983 0.24224
> 0.77119 -1.2623 -0.029269 -0.0068414 -0.00015863 0.2983 0.24224
> 0.77119 -1.2623 -0.029269 -0.0068414 -0.00015863 0.29831 0.24224
> 0.7712 -1.2623 -0.029268 -0.0068414 -0.00015862 0.29831 0.24224
> 0.7712 -1.2623 -0.029268 -0.0068414 -0.00015862 0.29831 0.24224
> 0.77121 -1.2623 -0.029258 -0.0068414 -0.00015857 0.29831 0.24224
> 0.77121 -1.2623 -0.029258 -0.0068414 -0.00015857 0.29831 0.24224
> 0.77121 -1.2623 -0.029258 -0.0068414 -0.00015857 0.29831 0.24224
> 0.77121 -1.2623 -0.029258 -0.0068414 -0.00015857 0.29831 0.24224
> 0.77121 -1.2623 -0.029257 -0.0068414 -0.00015856 0.29832 0.24224
> 0.77121 -1.2623 -0.029257 -0.0068414 -0.00015856 0.29832 0.24224
> 0.77122 -1.2624 -0.02925 -0.0068415 -0.00015852 0.29832 0.24224
> 0.77122 -1.2624 -0.02925 -0.0068415 -0.00015852 0.29832 0.24224
> 0.77122 -1.2623 -0.029253 -0.0068414 -0.00015854 0.29832 0.24224
> 0.77122 -1.2623 -0.029253 -0.0068414 -0.00015854 0.29832 0.24224
> 0.77122 -1.2623 -0.029253 -0.0068414 -0.00015854 0.29833 0.24224
> 0.77122 -1.2623 -0.029253 -0.0068414 -0.00015854 0.29833 0.24224
> 0.77122 -1.2623 -0.029256 -0.0068414 -0.00015855 0.29833 0.24224
> 0.77121 -1.2623 -0.029261 -0.0068414 -0.00015858 0.29833 0.24224
> 0.77122 -1.2623 -0.029256 -0.0068414 -0.00015855 0.29834 0.24224
> 0.77122 -1.2623 -0.029256 -0.0068414 -0.00015856 0.29834 0.24224
> 0.77122 -1.2623 -0.029256 -0.0068414 -0.00015856 0.29834 0.24224
> 0.77122 -1.2623 -0.029255 -0.0068414 -0.00015855 0.29834 0.24224
> 0.77123 -1.2623 -0.029252 -0.0068414 -0.00015854 0.29834 0.24224
> 0.77124 -1.2623 -0.029256 -0.0068413 -0.00015855 0.29834 0.24224
> 0.77126 -1.2623 -0.029279 -0.0068413 -0.00015868 0.29835 0.24224
> 0.77129 -1.2625 -0.029216 -0.0068425 -0.00015834 0.29836 0.24224
> 0.77127 -1.2625 -0.029263 -0.006842 -0.00015859 0.29836 0.24224
> 0.77128 -1.2625 -0.029201 -0.0068421 -0.00015826 0.29837 0.24224
> 0.77128 -1.2624 -0.029219 -0.0068418 -0.00015835 0.29837 0.24224
> 0.77128 -1.2624 -0.02921 -0.0068419 -0.00015831 0.29838 0.24225
> 0.77129 -1.2624 -0.0292 -0.0068419 -0.00015825 0.29838 0.24225
> 0.77128 -1.2624 -0.029201 -0.0068418 -0.00015826 0.29838 0.24225
> 0.77128 -1.2624 -0.0292 -0.0068417 -0.00015825 0.29839 0.24225
> 0.77129 -1.2624 -0.029201 -0.0068418 -0.00015826 0.29842 0.24225
> 0.77128 -1.2624 -0.029208 -0.0068417 -0.0001583 0.29841 0.24225
> 0.77128 -1.2624 -0.029209 -0.0068417 -0.0001583 0.29837 0.24225
> 0.77129 -1.2624 -0.029201 -0.0068418 -0.00015826 0.29837 0.24225
> 0.77129 -1.2624 -0.029202 -0.0068418 -0.00015826 0.29837 0.24225
> 0.77129 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29837 0.24225
> 0.77129 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29837 0.24225
> 0.77129 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29837 0.24225
> 0.77129 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29837 0.24225
> 0.77129 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29837 0.24225
> 0.77129 -1.2624 -0.0292 -0.0068418 -0.00015825 0.29837 0.24225
> 0.77129 -1.2624 -0.0292 -0.0068418 -0.00015825 0.29837 0.24225
> 0.7713 -1.2624 -0.029198 -0.0068418 -0.00015824 0.29837 0.24225
> 0.7713 -1.2624 -0.029198 -0.0068418 -0.00015824 0.29837 0.24225
> 0.7713 -1.2624 -0.029198 -0.0068418 -0.00015824 0.29837 0.24225
> 0.7713 -1.2624 -0.029198 -0.0068418 -0.00015824 0.29837 0.24225
> 0.7713 -1.2624 -0.029198 -0.0068418 -0.00015824 0.29837 0.24225
> 0.7713 -1.2624 -0.029197 -0.0068418 -0.00015824 0.29837 0.24225
> 0.7713 -1.2624 -0.029198 -0.0068418 -0.00015824 0.29837 0.24225
> 0.77131 -1.2624 -0.0292 -0.0068417 -0.00015825 0.29837 0.24225
> 0.77131 -1.2624 -0.0292 -0.0068417 -0.00015825 0.29837 0.24225
> 0.77131 -1.2624 -0.0292 -0.0068417 -0.00015825 0.29837 0.24225
> 0.77131 -1.2624 -0.0292 -0.0068417 -0.00015825 0.29836 0.24225
> 0.77131 -1.2624 -0.0292 -0.0068417 -0.00015825 0.29836 0.24225
> 0.77131 -1.2624 -0.0292 -0.0068417 -0.00015825 0.29836 0.24225
> 0.77131 -1.2624 -0.0292 -0.0068417 -0.00015825 0.29836 0.24225
> 0.77131 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77131 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77132 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77132 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77132 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77132 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29836 0.24225
> 0.77132 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29836 0.24225
> 0.77132 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29836 0.24225
> 0.77132 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29836 0.24225
> 0.77132 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29836 0.24225
> 0.77132 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29836 0.24225
> 0.77132 -1.2624 -0.029205 -0.0068417 -0.00015828 0.29836 0.24225
> 0.77132 -1.2624 -0.029205 -0.0068417 -0.00015828 0.29836 0.24225
> 0.77132 -1.2624 -0.029205 -0.0068417 -0.00015828 0.29836 0.24225
> 0.77132 -1.2624 -0.029205 -0.0068417 -0.00015828 0.29836 0.24225
> 0.77133 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77133 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77133 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77133 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77133 -1.2624 -0.029203 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77133 -1.2624 -0.029203 -0.0068417 -0.00015827 0.29836 0.24225
> 0.77133 -1.2624 -0.029203 -0.0068417 -0.00015827 0.29836 0.24225
> 0.77133 -1.2624 -0.029203 -0.0068417 -0.00015827 0.29836 0.24225
> 0.77133 -1.2624 -0.029201 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77133 -1.2624 -0.029201 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77133 -1.2624 -0.029201 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77133 -1.2624 -0.029201 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77133 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77133 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77133 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77133 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77133 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77133 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77134 -1.2624 -0.029201 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77134 -1.2624 -0.029201 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77134 -1.2624 -0.029201 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77134 -1.2624 -0.029201 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77134 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77134 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77134 -1.2624 -0.029201 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77133 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77133 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77133 -1.2624 -0.029203 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77133 -1.2624 -0.029203 -0.0068417 -0.00015826 0.29836 0.24225
> 0.77133 -1.2624 -0.029203 -0.0068417 -0.00015827 0.29836 0.24225
> 0.77134 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29835 0.24225
> 0.77134 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29835 0.24225
> 0.77134 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29835 0.24225
> 0.77134 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29835 0.24225
> 0.77134 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29835 0.24225
> 0.77134 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29835 0.24225
> 0.77134 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29835 0.24225
> 0.77134 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29835 0.24225
> 0.77134 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29835 0.24225
> 0.77134 -1.2624 -0.029202 -0.0068417 -0.00015826 0.29835 0.24225
> 0.77135 -1.2624 -0.029198 -0.0068418 -0.00015824 0.29835 0.24225
> 0.77135 -1.2624 -0.029198 -0.0068418 -0.00015824 0.29835 0.24225
> 0.77135 -1.2624 -0.029198 -0.0068418 -0.00015824 0.29835 0.24225
> 0.77135 -1.2624 -0.029198 -0.0068418 -0.00015824 0.29835 0.24225
> 0.77135 -1.2624 -0.029198 -0.0068418 -0.00015824 0.29835 0.24225
> 0.77135 -1.2624 -0.029198 -0.0068418 -0.00015824 0.29835 0.24225
> 0.77135 -1.2624 -0.029198 -0.0068418 -0.00015824 0.29835 0.24225
> 0.77135 -1.2624 -0.029198 -0.0068418 -0.00015824 0.29835 0.24225
> 0.77136 -1.2624 -0.029196 -0.0068418 -0.00015823 0.29835 0.24225
> 0.77136 -1.2624 -0.029194 -0.0068418 -0.00015822 0.29835 0.24225
> 0.77136 -1.2624 -0.029194 -0.0068418 -0.00015822 0.29835 0.24225
> 0.77136 -1.2624 -0.029194 -0.0068418 -0.00015822 0.29835 0.24225
> 0.77136 -1.2624 -0.029194 -0.0068418 -0.00015822 0.29835 0.24225
> 0.77136 -1.2624 -0.029194 -0.0068418 -0.00015822 0.29835 0.24225
> 0.77137 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77137 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77137 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77137 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77137 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77137 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77137 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77137 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77137 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77137 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77137 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77137 -1.2624 -0.029192 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77137 -1.2624 -0.029192 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77137 -1.2624 -0.029192 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77137 -1.2624 -0.029192 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77137 -1.2624 -0.029192 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77138 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77138 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77138 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77138 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77138 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77138 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77138 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77138 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77138 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77138 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77138 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77138 -1.2624 -0.029192 -0.0068418 -0.00015821 0.29835 0.24225
> 0.77139 -1.2624 -0.029192 -0.0068418 -0.00015821 0.29835 0.24225
> 0.7714 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29835 0.24225
> 0.7714 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29835 0.24225
> 0.7714 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.7714 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.7714 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.7714 -1.2624 -0.029194 -0.0068418 -0.00015822 0.29834 0.24225
> 0.7714 -1.2624 -0.029194 -0.0068418 -0.00015822 0.29834 0.24225
> 0.7714 -1.2624 -0.029194 -0.0068418 -0.00015822 0.29834 0.24225
> 0.7714 -1.2624 -0.029194 -0.0068418 -0.00015822 0.29834 0.24225
> 0.77141 -1.2624 -0.029192 -0.0068418 -0.00015821 0.29834 0.24225
> 0.77141 -1.2624 -0.029192 -0.0068418 -0.00015821 0.29834 0.24225
> 0.77141 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.77141 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.77141 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.77141 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.77141 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.77141 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.77142 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.77142 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.77142 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.77142 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.77142 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.77142 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.77142 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.77142 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.77142 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.77143 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.77143 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.77143 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.77143 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.77143 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.77143 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.77143 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.77143 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.77143 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.77143 -1.2624 -0.029193 -0.0068418 -0.00015821 0.29834 0.24225
> 0.77142 -1.2624 -0.029194 -0.0068418 -0.00015822 0.29834 0.24225
> 0.77142 -1.2624 -0.029194 -0.0068418 -0.00015822 0.29834 0.24225
> 0.77142 -1.2624 -0.029194 -0.0068418 -0.00015822 0.29834 0.24225
> 0.77142 -1.2624 -0.029194 -0.0068418 -0.00015822 0.29834 0.24225
> 0.77142 -1.2624 -0.029194 -0.0068418 -0.00015822 0.29834 0.24225
> 0.77142 -1.2624 -0.029194 -0.0068418 -0.00015822 0.29834 0.24225
> 0.77142 -1.2624 -0.029194 -0.0068418 -0.00015822 0.29834 0.24225
> 0.77142 -1.2624 -0.029194 -0.0068418 -0.00015822 0.29834 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29834 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29834 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29834 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29834 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29834 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29834 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29834 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29834 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29834 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29834 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29834 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29834 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29834 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29834 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29834 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29833 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29833 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29833 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29833 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29833 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29833 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29833 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29833 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29833 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29833 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29833 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29833 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29833 0.24225
> 0.77142 -1.2624 -0.029197 -0.0068418 -0.00015823 0.29833 0.24225
> 0.77141 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29833 0.24225
> 0.77141 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29833 0.24225
> 0.77141 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29833 0.24225
> 0.77141 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29833 0.24225
> 0.77141 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29833 0.24225
> 0.77141 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29833 0.24225
> 0.77141 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29833 0.24225
> 0.77141 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29833 0.24225
> 0.77141 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29833 0.24225
> 0.77141 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29833 0.24225
> 0.77141 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29833 0.24225
> 0.77141 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29833 0.24225
> 0.77141 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29833 0.24225
> 0.77141 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29833 0.24225
> 0.77141 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29833 0.24225
> 0.77141 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29833 0.24225
> 0.77141 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29833 0.24225
> 0.77141 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29833 0.24225
> 0.77141 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29833 0.24225
> 0.77141 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29833 0.24225
> 0.77141 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29833 0.24225
> 0.77141 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29833 0.24225
> 0.77141 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29833 0.24225
> 0.77141 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29833 0.24225
> 0.77141 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29833 0.24225
> 0.77141 -1.2624 -0.029204 -0.0068417 -0.00015827 0.29833 0.24225
> 0.77141 -1.2624 -0.029206 -0.0068417 -0.00015828 0.29833 0.24225
> 0.77141 -1.2624 -0.029206 -0.0068417 -0.00015828 0.29833 0.24225
> 0.77141 -1.2624 -0.029206 -0.0068417 -0.00015828 0.29833 0.24225
> 0.7714 -1.2624 -0.02921 -0.0068417 -0.0001583 0.29833 0.24225
> 0.7714 -1.2624 -0.029215 -0.0068417 -0.00015833 0.29833 0.24225
> 0.7714 -1.2624 -0.029207 -0.0068417 -0.00015829 0.29833 0.24225
> 0.7714 -1.2624 -0.029207 -0.0068417 -0.00015829 0.29833 0.24225
> 0.7714 -1.2624 -0.029207 -0.0068417 -0.00015829 0.29833 0.24225
> 0.7714 -1.2624 -0.029207 -0.0068417 -0.00015829 0.29833 0.24225
> 0.7714 -1.2624 -0.029207 -0.0068417 -0.00015829 0.29833 0.24225
> 0.7714 -1.2624 -0.029207 -0.0068417 -0.00015829 0.29832 0.24225
> 0.7714 -1.2624 -0.029207 -0.0068417 -0.00015829 0.29832 0.24225
> 0.7714 -1.2624 -0.029207 -0.0068417 -0.00015829 0.29832 0.24225
> 0.7714 -1.2624 -0.029207 -0.0068417 -0.00015829 0.29832 0.24225
> 0.7714 -1.2624 -0.029207 -0.0068417 -0.00015829 0.29832 0.24225
> 0.7714 -1.2624 -0.029207 -0.0068417 -0.00015829 0.29832 0.24225
> 0.7714 -1.2624 -0.029207 -0.0068417 -0.00015829 0.29832 0.24225
> 0.7714 -1.2624 -0.029213 -0.0068417 -0.00015832 0.29832 0.24225
> 0.7714 -1.2624 -0.029213 -0.0068417 -0.00015832 0.29832 0.24225
> 0.7714 -1.2624 -0.029213 -0.0068417 -0.00015832 0.29832 0.24225
> 0.7714 -1.2624 -0.029213 -0.0068417 -0.00015832 0.29832 0.24225
> 0.7714 -1.2624 -0.029213 -0.0068417 -0.00015832 0.29832 0.24225
> 0.7714 -1.2624 -0.029213 -0.0068417 -0.00015832 0.29832 0.24225
> 0.7714 -1.2624 -0.029213 -0.0068417 -0.00015832 0.29832 0.24225
> 0.7714 -1.2624 -0.029213 -0.0068417 -0.00015832 0.29832 0.24225
> 0.7714 -1.2624 -0.029213 -0.0068417 -0.00015832 0.29832 0.24225
> 0.7714 -1.2624 -0.029213 -0.0068417 -0.00015832 0.29832 0.24225
> 0.7714 -1.2624 -0.029219 -0.0068416 -0.00015835 0.29832 0.24225
> 0.7714 -1.2624 -0.029219 -0.0068416 -0.00015835 0.29832 0.24225
> 0.7714 -1.2624 -0.029219 -0.0068416 -0.00015835 0.29832 0.24225
> 0.7714 -1.2624 -0.029219 -0.0068416 -0.00015835 0.29832 0.24225
> 0.7714 -1.2624 -0.029219 -0.0068416 -0.00015835 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29832 0.24225
> 0.77139 -1.2624 -0.02922 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77139 -1.2624 -0.02922 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77139 -1.2624 -0.02922 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77139 -1.2624 -0.02922 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77139 -1.2624 -0.029219 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77138 -1.2624 -0.02922 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77138 -1.2624 -0.02922 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77138 -1.2624 -0.02922 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77138 -1.2624 -0.02922 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77138 -1.2624 -0.02922 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77138 -1.2624 -0.02922 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77138 -1.2624 -0.02922 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77138 -1.2624 -0.02922 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77138 -1.2624 -0.02922 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77138 -1.2624 -0.02922 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77138 -1.2624 -0.02922 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77138 -1.2624 -0.02922 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77138 -1.2624 -0.02922 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77138 -1.2624 -0.02922 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77138 -1.2624 -0.02922 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77138 -1.2624 -0.02922 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77138 -1.2624 -0.02922 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77138 -1.2624 -0.02922 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77138 -1.2624 -0.02922 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77138 -1.2624 -0.02922 -0.0068416 -0.00015836 0.29831 0.24225
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24225
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24225
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24225
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24225
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24225
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24225
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24225
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24225
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24225
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24225
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24225
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24225
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24225
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24225
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24225
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24225
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24225
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.29831 0.24224
> 0.77138 -1.2624 -0.029223 -0.0068416 -0.00015837 0.29831 0.24224
> 0.77138 -1.2624 -0.029223 -0.0068416 -0.00015837 0.29831 0.24224
> 0.77138 -1.2624 -0.029223 -0.0068416 -0.00015837 0.29831 0.24224
> 0.77138 -1.2624 -0.029223 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029223 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029223 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029223 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029223 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029223 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029223 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029223 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029223 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029223 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029223 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029223 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029223 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029223 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029223 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029223 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029223 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029223 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029222 -0.0068416 -0.00015837 0.2983 0.24224
> 0.77138 -1.2624 -0.029223 -0.0068416 -0.00015838 0.2983 0.24224
> 0.77138 -1.2624 -0.029223 -0.0068416 -0.00015838 0.2983 0.24224
> 0.77138 -1.2624 -0.029223 -0.0068416 -0.00015838 0.2983 0.24224
> 0.77138 -1.2624 -0.029223 -0.0068416 -0.00015838 0.2983 0.24224
> 0.77137 -1.2624 -0.029225 -0.0068416 -0.00015839 0.2983 0.24224
> 0.77137 -1.2624 -0.029225 -0.0068416 -0.00015839 0.2983 0.24224
> 0.77137 -1.2624 -0.029225 -0.0068416 -0.00015839 0.2983 0.24224
> 0.77137 -1.2624 -0.029225 -0.0068416 -0.00015839 0.2983 0.24224
> 0.77137 -1.2624 -0.029225 -0.0068416 -0.00015839 0.2983 0.24224
> 0.77137 -1.2624 -0.029225 -0.0068416 -0.00015839 0.2983 0.24224
> 0.77137 -1.2624 -0.029225 -0.0068416 -0.00015839 0.2983 0.24224
> 0.77137 -1.2624 -0.029225 -0.0068416 -0.00015839 0.2983 0.24224
> 0.77137 -1.2624 -0.029225 -0.0068416 -0.00015839 0.2983 0.24224
> 0.77137 -1.2624 -0.029225 -0.0068416 -0.00015839 0.2983 0.24224
> 0.77137 -1.2624 -0.029225 -0.0068416 -0.00015839 0.2983 0.24224
> 0.77137 -1.2624 -0.029225 -0.0068416 -0.00015839 0.2983 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.029229 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.02923 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.02923 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.02923 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.02923 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.02923 -0.0068416 -0.00015841 0.29829 0.24224
> 0.77136 -1.2624 -0.02923 -0.0068416 -0.00015841 0.29828 0.24224
> 0.77136 -1.2624 -0.02923 -0.0068416 -0.00015841 0.29828 0.24224
> 0.77136 -1.2624 -0.02923 -0.0068416 -0.00015841 0.29828 0.24224
> 0.77136 -1.2624 -0.02923 -0.0068416 -0.00015841 0.29828 0.24224
> 0.77136 -1.2624 -0.02923 -0.0068416 -0.00015841 0.29828 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29828 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29828 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29828 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29828 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29828 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29828 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29828 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29828 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29828 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29828 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29828 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29828 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29828 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29828 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29828 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29828 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29828 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29828 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29828 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29828 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29828 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29828 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29828 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29828 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29828 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29828 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29827 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29827 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29827 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29827 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29827 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29827 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29827 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29827 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29827 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29827 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29827 0.24224
> 0.77137 -1.2624 -0.029231 -0.0068416 -0.00015842 0.29827 0.24224
> 

@JamesEMcClure
Copy link
Collaborator

JamesEMcClure commented Jun 6, 2021

Note that you are running an unsteady simulation here, since you have specified BC = 4 in the Domain section with flux = -10.0 in the Color section. This means you will inject water into the system such that the water saturation increases until breakthrough occurs (the timelog values verify this). Usually relative permeability is measured with a steady-state protocol (see paper linked below)

https://rdcu.be/cdAHI

The unsteady protocols are a bit tricker to interpret, since there can be capillary end effects as well as dynamic effects, so just be aware of this.

For the negative relative permeability values, the sign was flipped based on the way the dir_z was being set in analysis/Subphase.csv for cases where unsteady flow occurs. This should be resolved based on commit 1b7ba03 . This edit changes the default behavior so that the sign of the flow orientation normal vector will match the flow direction based on the total mass flux.

@ahmedsrizk95
Copy link
Author

Can you tell which number of BC is the steady, and what about other numbers?

@JamesEMcClure
Copy link
Collaborator

For steady-state you should set a periodic boundary condition with BC = 0 and drive the flow with an external body force

The other boundary conditions that are used the most are

  • BC = 3 constant pressure boundary condition (specify inlet density din and outlet density dout
  • BC = 4 constant volumetric flux boundary condition (specify flux as the volumetric flow rate in voxels / timestep)

@ahmedsrizk95
Copy link
Author

ahmedsrizk95 commented Aug 13, 2021

So have the boundary conditions in morphological initial conditions to be the same as the one will be used in the subsequent steady state or unsteady state process?

@JamesEMcClure
Copy link
Collaborator

The output of the morphological step is an 8-bit image, so it can be read into the simulators in like any other image. You can specify different boundary conditions if you want, but you do not have to. If you are doing history labeling, it is useful to apply boundary layers prior to the morphological step so that the history labels extend into the mixing layers. This is really only important if you are using periodic BC / fractional flow simulations.

@ahmedsrizk95
Copy link
Author

Thanks very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants